summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-python/reportlab: revbump 3.6.11-r1, add sparc SIGBUS patchmatoro2022-08-232-0/+100
| | | | | | | | | | | | | | | | This actually fixes a real bug that normally only would have manifested under specific conditions (possibly crafted input file) but was revealed due to sparc's alignment requirements. Initially misidentified as a cpython bug [1] but the cpython devs helpfully clarified and pointed in the right direction [2]. [1] https://github.com/python/cpython/pull/94141 [2] https://github.com/python/cpython/issues/94149 Bug: https://bugs.gentoo.org/857408 Bug: https://bugs.gentoo.org/865051 Closes: https://github.com/gentoo/gentoo/pull/26970 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Stabilize 3.8.13_p6 sparc, #864745matoro2022-08-231-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/26971 Signed-off-by: Sam James <sam@gentoo.org>
* app-portage/eix: add 0.36.5Sam James2022-08-232-0/+105
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/assimp: fix version mismatch in pkg-config and cmake filesBernd Waibel2022-08-232-0/+101
| | | | | | | | Closes: https://bugs.gentoo.org/859862 Bug: https://github.com/assimp/assimp/issues/4655 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/26566 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/starship: add 1.10.2Alexey Zapparov2022-08-232-0/+540
| | | | | | Signed-off-by: Alexey Zapparov <alexey@zapparov.com> Closes: https://github.com/gentoo/gentoo/pull/26871 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: remove system-json-parser patch from livePetr Vaněk2022-08-232-101/+1
| | | | | | | | This feature is now integrated in upstream. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26925 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: remove obsolete xmpp? ( !nss ) requirementPetr Vaněk2022-08-234-4/+1
| | | | | | | | | | | | | | | | | | This requirement was basically introduced with 1.2 release in commit [1] in order to solve https://bugs.gentoo.org/213958#c8 issue (the xmpp use flag was called jabber back then). The requirement was later transformed to REQUIRED_USE in commit [2]. However, this requirement seems no longer be valid. The nss use description in metadata was also bogus, it is changed to more generic form. [1] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=30a0fafed3bd420fdb03e6e0a0da3d5f0a86b62e [2] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=65aa90800da80b1fbffc36c7b15c3503c37d7fd0 Bug: https://bugs.gentoo.org/213958 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: tests require xmpp enabled not pluginsPetr Vaněk2022-08-233-3/+3
| | | | | | | | | | | | | | | | | plugins use flag is not required for test to work but xmpp is, because of tests/check_jabber_* tests. The test? ( plugin ) requirement was wrongly introduced in commit eb108d8b5224 ("net-im/bitlbee: force plugins to be enabled for tests") as a solution for bug https://bugs.gentoo.org/617604 which was later reported again in bug https://bugs.gentoo.org/739510 and correctly fixed in commit 05dc33a126ab ("net-im/bitlbee: fix compilation with disabled plugins use"). Bug: https://bugs.gentoo.org/617604 Bug: https://bugs.gentoo.org/739510 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: drop msn and oscar use flagsPetr Vaněk2022-08-234-11/+8
| | | | | | | | | | | msn[1] and oscar[2] protocols were removed in version 3.6, therefore both use flags do nothing. [1] https://github.com/bitlbee/bitlbee/commit/7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e [2] https://github.com/bitlbee/bitlbee/commit/e5d2c5607310ef9669a051a1b93e019319495955 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: fix tests in 3.6-r3 and livePetr Vaněk2022-08-232-8/+41
| | | | | | | | | | | | It was necessary to adapt system-json-parser patches more with LDFLAGS_CHECK variable which is used when ./tests/check binary is linked. Fixes: 90a3d5fff1c0 ("net-im/bitlbee: Use system json-parser") Fixes: 2f4aeedeec9c ("net-im/bitlbee: sync live") Closes: https://bugs.gentoo.org/865667 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ROPgadget: version bump 6.9Mario Haustein2022-08-233-3/+39
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/26967 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/hunspell: fix ManifestSam James2022-08-232-2/+2
| | | | | | | | I'd changed SRC_URI to official release tarballs but I generated manifest first. Closes: https://bugs.gentoo.org/866095 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/package.mask: last-rite dev-java/byte-buddy-agentVolkmar W. Pogatzki2022-08-231-0/+4
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/26956 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/randomized-runner: drop 2.7.9Volkmar W. Pogatzki2022-08-232-71/+0
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/mockito: drop 4.6.0-r1Volkmar W. Pogatzki2022-08-232-51/+0
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/byte-buddy: drop 1.12.10Volkmar W. Pogatzki2022-08-232-49/+0
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/opentest4j: drop 1.2.0Volkmar W. Pogatzki2022-08-231-34/+0
| | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* app-text/hunspell: add 1.7.1Sam James2022-08-232-0/+83
| | | | | Bug: https://bugs.gentoo.org/866093 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ack: add github upstream metadataSam James2022-08-231-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/folly: disable ccacheSam James2022-08-231-1/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/watchman: add 2022.08.22.00Sam James2022-08-232-0/+218
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/edencommon: add 2022.08.22.00Sam James2022-08-232-0/+42
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/folly: add 2022.08.22.00Sam James2022-08-232-0/+99
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/ethtool: add 5.19Sam James2022-08-232-0/+22
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: Stabilize 21.1.4 hppa, #858140Sam James2022-08-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/crossdev: add 20220818Sam James2022-08-232-0/+36
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/moodle: add github upstream metadataSam James2022-08-231-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/librnp: add github upstream metadataSam James2022-08-231-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/gpp: Keyword 2.27 arm64, #866067Sam James2022-08-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/gpp: Keyword 2.27 arm, #866067Sam James2022-08-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/portage: add 3.0.35Sam James2022-08-232-0/+274
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/859439 Closes: https://bugs.gentoo.org/672916 Closes: https://bugs.gentoo.org/858791 Closes: https://bugs.gentoo.org/862600 Closes: https://bugs.gentoo.org/862606 Closes: https://bugs.gentoo.org/863422 Closes: https://bugs.gentoo.org/864382 Closes: https://bugs.gentoo.org/865635 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/mptcpd: add 0.11Craig Andrews2022-08-222-0/+75
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* app-backup/btrbk: add 0.32.4Craig Andrews2022-08-222-0/+78
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-analyzer/netdata: add 1.36.1Craig Andrews2022-08-222-0/+160
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/ngtcp2: 0.8.0 version bumpCraig Andrews2022-08-223-0/+55
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* www-apps/prowlarr: add 0.4.4.1947Craig Andrews2022-08-222-0/+58
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* www-apps/radarr: add 4.2.2.6503Craig Andrews2022-08-222-0/+59
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-fs/sshfs: Keyword 3.7.3 riscv, #866059Yixun Lan2022-08-231-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/xz-utils: add 5.3.3_alpha (unkeyworded)Sam James2022-08-222-0/+120
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* kde-apps/yakuake: add missing patch from ::kdeSam James2022-08-221-0/+87
| | | | | Closes: https://bugs.gentoo.org/866073 Signed-off-by: Sam James <sam@gentoo.org>
* kde-apps/ktouch: add missing patch from ::kdeSam James2022-08-221-0/+97
| | | | | Closes: https://bugs.gentoo.org/866075 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ccache: add 4.6.2Sam James2022-08-223-0/+125
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libbpf: Sync 9999Patrick McLean2022-08-221-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/libbpf: add 1.0.0Patrick McLean2022-08-222-0/+52
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sys-cluster/ceph: gcc12 (bug #866039), boost dep (bug #865509)Patrick McLean2022-08-224-24/+49
| | | | | | | | Also reduce filesdir usage a bit. Closes: https://bugs.gentoo.org/865509 Closes: https://bugs.gentoo.org/866039 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sys-cluster/ceph: Fix boost dep in 16.2.8 (bug #865509)Patrick McLean2022-08-222-3/+2
| | | | | Bug: https://bugs.gentoo.org/865509 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sys-cluster/ceph: 17.2.3 more gcc12 fixes (bug #866039), bug #865509Patrick McLean2022-08-224-61/+28
| | | | | | | | | | | - Fix system-boost boost dependency (bug #865509) - Remove some documentation from patches to reduce the size of the files directory - Drop old snappy dep since it's no longer in the tree Bug: https://bugs.gentoo.org/865509 Closes: https://bugs.gentoo.org/866039 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-mail/dovecot: Fix linking with slibtoolorbea2022-08-222-0/+369
| | | | | | | Closes: https://bugs.gentoo.org/782631 Upstream-Commit: https://github.com/dovecot/core/commit/d5f5cd32bafc18a28a7edbe1dbe559f8abe55323 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Eray Aslan <eras@gentoo.org>
* sys-libs/kpmcore: 22.08.0 version bumpAndreas Sturmlechner2022-08-222-0/+34
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-block/partitionmanager: 22.08.0 version bumpAndreas Sturmlechner2022-08-222-0/+38
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>