summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/chmlib: take over maintenanceMarek Szuba2021-03-221-1/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/icu: work around cross-endian tests failingDavid Michael2021-03-221-0/+5
| | | | | | | | | | | | The tests need __USE_MISC, which is undefined by -std=c11, which is added by --enable-strict, which is the default setting. There are fallback tests that work for native builds and non-LTO builds, but this specific case has no fallback and requires this workaround. Closes: https://bugs.gentoo.org/757681 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/ell: Stabilize 0.38 ppc, #777159Sam James2021-03-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ell: Stabilize 0.38 ppc64, #777159Sam James2021-03-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/gjs: Version bump to 1.68.0Matt Turner2021-03-212-0/+50
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libotf: Drop 0.9.13, EAPI5--Andreas Sturmlechner2021-03-212-45/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libgnome-games-support: Version bump to 1.8.0Matt Turner2021-03-212-0/+34
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/boost: Drop 1.74.0-r2Andreas Sturmlechner2021-03-213-467/+0
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libyaml: use BDEPEND with EAPI 7David Michael2021-03-211-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/768384 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/nettle: Removed oldLars Wendler2021-03-212-68/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/nettle: Bump to version 3.7.2Lars Wendler2021-03-212-0/+68
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/libpeas: Version bump to 1.30.0Matt Turner2021-03-212-0/+85
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/jemalloc: drop USE=hardened optionSergei Trofimovich2021-03-211-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only effect of USE=hardened was to pass a --disable-syscall configure option. It's only effect is to use library wrappers to memory allocation instead of direct syscalls to kernel. As jemalloc overrides a bunch of library memory allocation library calls itself this introduces extra chances to interact badly with other tool that override library calls. In #617518 sandbox became incompatible with jemalloc users and produced deadlocks. Example from ruby[jemalloc]: malloc_init() [called by jemalloc] -> open("/proc/sys/vm/overcommit_memory") -> [sandbox takes over] open_DEFAULT() -> [sandbox initializes] -> init_env_entries () -> _xmalloc() -> sb_mmap() [ try hard not to use olerloaded mmap() ] -> get_dlsym("mmap") -> calloc() [ sandbox loses control, overridden by jemalloc ] -> malloc_init() [ recursion, gets locked in attempt to lock again locked malloc_init mutex ] There should be no reason to use --disable-syscall on linux. And especially not under generic (and enabled by default on hardened profiles) USE=hardened. The change drops --disable-syscall passing (and USE=hardened) completely. Users still can do it via EXTRA_ECONF= but there should be no need for that. Upstream ./configure should do the right thing. Reported-by: Maciej Piechotka Closes: https://bugs.gentoo.org/617518 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/gobject-introspection: stable 1.66.1 for hppa, bug #774927Rolf Eike Beer2021-03-211-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/gobject-introspection-common: mark 1.66.1 hppa, bug #774927Rolf Eike Beer2021-03-211-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/boost: stable 1.75.0 for hppaSergei Trofimovich2021-03-211-1/+1
| | | | | | | | stable wrt bug #768273 Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/nsgenbind: drop 0.6, 0.7Joonas Niilola2021-03-213-66/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libwapcaplet: drop 0.4.1, 0.4.2Joonas Niilola2021-03-213-88/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/amdgpu-pro-opencl: drop 18.20.684755, 19.30.838629Joonas Niilola2021-03-213-182/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/glib: Version bump to 2.68.0Matt Turner2021-03-213-0/+293
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gobject-introspection: Version bump to 1.68.0Matt Turner2021-03-212-0/+78
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gobject-introspection-common: Version bump to 1.68.0Matt Turner2021-03-212-0/+32
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/rocksdb-6.17.3: Version bumpPatrick McLean2021-03-202-0/+48
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/simdjson-0.9.1: Version bumpPatrick McLean2021-03-202-1/+1
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/check: Fix pkgconfig file's libdirMatt Turner2021-03-202-8/+38
| | | | | Closes: https://bugs.gentoo.org/729642 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/fribidi: Version bump to 1.0.10Matt Turner2021-03-202-0/+37
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libwacom: Version bump to 1.9Matt Turner2021-03-202-0/+61
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/wayland: stable 1.19.0 for sparc, bug #774921Rolf Eike Beer2021-03-201-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/ocl-icd: Bump to 2.2.14Patrick Lauer2021-03-202-0/+45
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-libs/roct-thunk-interface: drop 3.7.0, 3.8.0, 3.9.0, 3.10.0Joonas Niilola2021-03-205-144/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/spdlog: drop 1.5.0, 1.7.0Joonas Niilola2021-03-203-96/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/pigpio: drop 76, 77, 78Joonas Niilola2021-03-204-111/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/processor-trace: drop 1.6.1, 1.6.2Joonas Niilola2021-03-203-56/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libprelude: drop 5.1.1, 5.2.0Joonas Niilola2021-03-203-200/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libuev: drop 2.3.0, 2.3.1Joonas Niilola2021-03-203-48/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libite: drop 2.1.0, 2.1.2Joonas Niilola2021-03-203-48/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/ivykis: drop 0.42.2, 0.42.3Joonas Niilola2021-03-203-49/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libpcre: add bugs-toSam James2021-03-201-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libpcre: update metadata indentationSam James2021-03-201-28/+28
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/opensc: ship config snippet for app-crypt/p11-kitHenning Schild2021-03-192-0/+76
| | | | | | | | | | | In order to use smartcards with app-crypt/p11-kit, a module needs to be loaded by it. Doing this makes sure "p11tool --list-tokens" will find smartcards without further manual steps. The method is inspired by Fedora and OpenSuse. Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/19858 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/opensc: drop oldMikle Kolyada2021-03-193-108/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/fddl: port to EAPI=7Mikle Kolyada2021-03-191-5/+4
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/libindicator: stop using -WerrorSam James2021-03-193-0/+198
| | | | | Closes: https://bugs.gentoo.org/698774 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: fix testsSam James2021-03-192-2/+2
| | | | | Closes: https://bugs.gentoo.org/777162 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/nss: Removed oldLars Wendler2021-03-193-718/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/nss: Bump to version 3.63Lars Wendler2021-03-192-0/+360
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/libindicator: fix DoubleEmptyLineSam James2021-03-191-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: fix nonbash for both slotsSam James2021-03-193-2/+27
| | | | | Bug: https://bugs.gentoo.org/776670 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libindicator: fix nonbashSam James2021-03-192-2/+3
| | | | | Closes: https://bugs.gentoo.org/777087 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libtomcrypt: use any-ofSam James2021-03-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/772935 Fixes: 115464be8a78924624f616ab0b9ae9b61708041c Signed-off-by: Sam James <sam@gentoo.org>