| Age | Commit message (Collapse) | Author |
|
- Skip main.func_regexp_pcre as it fails with PCRE2 10.47 [1]
- Enable CLIENT_PLUGIN_CACHING_SHA2_PASSWORD for mysql_sha2 test suite,
otherwise it fails [2]
- Skip main.func_json due to network-sandbox issue [3]
Link: https://jira.mariadb.org/browse/MDEV-38046 [1]
Link: https://jira.mariadb.org/browse/MDEV-38054 [2]
Link: https://jira.mariadb.org/browse/MDEV-38057 [3]
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
- Skip main.func_regexp_pcre as it fails with PCRE2 10.47 [1]
- Enable CLIENT_PLUGIN_CACHING_SHA2_PASSWORD for mysql_sha2 test suite,
otherwise it fails [2]
- Skip main.func_json due to network-sandbox issue [3]
Link: https://jira.mariadb.org/browse/MDEV-38046 [1]
Link: https://jira.mariadb.org/browse/MDEV-38054 [2]
Link: https://jira.mariadb.org/browse/MDEV-38057 [3]
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Skipping main.func_regexp_pcre as it fails with PCRE2 10.47.
Link: https://jira.mariadb.org/browse/MDEV-38046
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Skipping main.func_regexp_pcre as it fails with PCRE2 10.47.
Link: https://jira.mariadb.org/browse/MDEV-38046
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Despite the package's name, the upstream package supports only Qt6.
Bug: https://bugs.gentoo.org/955180
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
PKG_CONFIG?=pkg-config in Makefile
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44515
Closes: https://github.com/gentoo/gentoo/pull/44515
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44464
Closes: https://github.com/gentoo/gentoo/pull/44464
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44454
Closes: https://github.com/gentoo/gentoo/pull/44454
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44454
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
with some manual reverts.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44061
Closes: https://github.com/gentoo/gentoo/pull/44061
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44061
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/965476
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44281
Closes: https://github.com/gentoo/gentoo/pull/44281
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44281
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44281
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
|
|
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44271
Closes: https://github.com/gentoo/gentoo/pull/44271
Signed-off-by: Sam James <sam@gentoo.org>
|
|
bugfix release and support for postgresql-18
update postgres_targets 13..17 -> 14..18
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44271
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/962376
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/941132
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/963777
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/44202
Closes: https://github.com/gentoo/gentoo/pull/44202
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|