980365 Commits

Author SHA1 Message Date
Violet Purcell
f9bfbdd2bf
media-libs/rubberband: fix building w/ libc++ 21
libc++ 21 shuffled some internal includes around, so cstdlib now needs
to be explicitly included here.

Closes: https://bugs.gentoo.org/960754
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Part-of: https://github.com/gentoo/gentoo/pull/43371
Closes: https://github.com/gentoo/gentoo/pull/43371
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:59 +01:00
Sebastian Parborg
d96426e827
dev-cpp/valijson: Use default install target
Valijson now has a valid install target for the headers.
In addition to this, it also has an install target for the
valijsonConfig.cmake  file that some projects have started using.

Signed-off-by: Sebastian Parborg <sebastian@blender.org>
Part-of: https://github.com/gentoo/gentoo/pull/43370
Closes: https://github.com/gentoo/gentoo/pull/43370
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:58 +01:00
Mario Haustein
cad470d286
dev-db/sqlmap: drop 1.9.3, 1.9.4
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43382
Closes: https://github.com/gentoo/gentoo/pull/43382
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:58 +01:00
Mario Haustein
c29ec68f32
dev-db/sqlmap: add 1.9.8
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43382
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:58 +01:00
Mario Haustein
5c9db08ae0
app-forensics/yara: drop 4.5.2
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43383
Closes: https://github.com/gentoo/gentoo/pull/43383
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:57 +01:00
Mario Haustein
33c80027fe
app-forensics/yara: add 4.5.4
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43383
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:57 +01:00
Sam James
e3087699d0
net-misc/sipp: add missing die
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:57 +01:00
Jaco Kroon
413750697d
net-misc/sipp: drop 3.7.3
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43229
Closes: https://github.com/gentoo/gentoo/pull/43229
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:56 +01:00
Jaco Kroon
d038be86f0
net-misc/sipp: drop 3.7.1
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43229
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:56 +01:00
Jaco Kroon
5715072235
net-misc/sipp: 3.7.3-r1 - disable -Werror
Closes: https://bugs.gentoo.org/960831
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43229
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:56 +01:00
Sam James
4da417e851
www-apache/mod_tls: disable -Werror
Though the option in --help is spelled '--enable-werror', the default
is on, not off :(

Closes: https://bugs.gentoo.org/961180
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:55 +01:00
Sam James
7c2d26a62a
sys-libs/zlib-ng: add 2.2.5
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:55 +01:00
Sam James
b4be86fc84
dev-libs/openssl: add 3.5.2
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:53:55 +01:00
David Seifert
cf60d83006
app-admin/bitwarden-desktop-bin: add 2025.7.0
Signed-off-by: David Seifert <soap@gentoo.org>
2025-08-08 10:47:28 +02:00
Arthur Zamarin
25234b1a79
dev-lang/rust: add 1.89.0, drop 1.89.0_beta20250726
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-08 11:39:01 +03:00
Arthur Zamarin
43b0a80e79
sys-devel/rust-std: add 1.89.0, drop 1.89.0_beta20250726
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-08 11:39:01 +03:00
Arthur Zamarin
54f493704d
dev-lang/rust-bin: add 1.89.0, drop 1.89.0_beta20250726
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-08 11:39:01 +03:00
Arthur Zamarin
573912135a
dev-lang/rust-common: add 1.89.0, drop 1.89.0_beta20250726
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-08 11:39:01 +03:00
Sam James
d72826a5df
dev-db/mariadb: workaround unaligned access
Pass -fno-tree-vectorize with GCC 16 for now. I've reported it upstream
to MariaDB and they've acknowledged the problem. Note that the "same"
code is in MySQL but that was fixed quite some years back.

Bug: https://jira.mariadb.org/browse/MDEV-37148
Closes: https://bugs.gentoo.org/959423
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 09:19:43 +01:00
Joe Kappus
82964175b7
net-im/element-desktop-bin: add 1.11.108, drop 1.11.105
Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/43018
Signed-off-by: Stefan Strogin <steils@gentoo.org>
2025-08-08 08:16:48 +00:00
Sam James
4c47252012
sys-devel/gcc: add 15.3.9999, drop 15.1.9999
15.2 is out now.

Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:58:35 +01:00
Sam James
aa164446d4
media-gfx/xfig: Stabilize 3.2.9a-r1 ppc64, #961202
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:50:02 +01:00
Sam James
184f3959d3
media-gfx/xfig: Stabilize 3.2.9a-r1 arm, #961202
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:50:00 +01:00
Sam James
ca45b70004
media-gfx/xfig: Stabilize 3.2.9a-r1 amd64, #961202
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:49:58 +01:00
Sam James
20a04c3ca4
media-gfx/xfig: Stabilize 3.2.9a-r1 ppc, #961202
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:49:56 +01:00
Sam James
5fb15cdd0f
media-gfx/xfig: Stabilize 3.2.9a-r1 x86, #961202
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:49:54 +01:00
Sam James
51bfbba6f0
sys-devel/gcc: add 15.2.0
... and keyworded immediately.

Bug: https://bugs.gentoo.org/959698
Bug: https://bugs.gentoo.org/956623
Closes: https://bugs.gentoo.org/954406
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:49:27 +01:00
Sam James
f0197b6e4a
sys-apps/iproute2: add 6.16.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:04 +01:00
Sam James
7ba2d38b83
dev-libs/apr: add 1.7.6
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:04 +01:00
Sam James
e09d70c129
app-crypt/pinentry: add 1.3.2
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:03 +01:00
Sam James
e8f2e43e93
net-nds/rpcbind: update LICENSE
... for the init script.

Closes: https://bugs.gentoo.org/426104
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:03 +01:00
Sam James
dbf0beeba5
net-nds/rpcbind: drop 1.2.6
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:02 +01:00
Sam James
fed0025b2d
net-nds/rpcbind: add 1.2.8
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-08 08:11:02 +01:00
Florian Schmaus
9f96bb6828
dev-util/cargo-license: fix SRC_URI for gentoo-create-dist
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-08-08 09:03:11 +02:00
Hans de Graaff
58fccae475
profiles/package.mask: mask ruby-openid and rack-openid for removal
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:59:33 +02:00
Hans de Graaff
68b29b7af6
dev-ruby/color: add 2.1.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:59:32 +02:00
Patrick Lauer
548b2013c7
www-apps/grafana-bin: Bump, add 12.1
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2025-08-08 06:22:44 +00:00
Hans de Graaff
4b2ca694f1
dev-ruby/spring: add 4.4.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:42 +02:00
Hans de Graaff
88cb60e719
dev-ruby/ruby-prof: drop 1.7.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:42 +02:00
Hans de Graaff
1e60704db0
dev-ruby/rubytter: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Hans de Graaff
f3d1221a78
dev-ruby/sassc-rails: add ruby34, more rails versions
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Hans de Graaff
5142a1aac0
dev-ruby/importmap-rails: drop 2.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Hans de Graaff
f9e7172b15
dev-ruby/importmap-rails: add 2.2.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Hans de Graaff
c07672e604
dev-ruby/async-container: add 0.25.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Hans de Graaff
370eb355c4
dev-ruby/traces: add 0.16.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2025-08-08 08:04:41 +02:00
Michał Górny
158b5379c8
package.mask: Mask =dev-python/setuptools-9.0.3
Thanks to sam for noticing.

Bug: https://github.com/pypa/setuptools-scm/issues/1191
Closes: https://bugs.gentoo.org/961152
Closes: https://bugs.gentoo.org/961159
Closes: https://bugs.gentoo.org/961160
Closes: https://bugs.gentoo.org/961177
Closes: https://bugs.gentoo.org/961181
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-08 07:38:50 +02:00
Michał Górny
9c0bd8f31c
dev-python/astroid: Bump to 4.0.0_beta2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-08 07:38:50 +02:00
Michał Górny
53317e49f1
dev-python/rpds-py: Bump to 0.27.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-08 07:38:49 +02:00
Michał Górny
4d9774375a
dev-python/rpds-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-08 07:38:48 +02:00
Michał Górny
9ce8b59351
dev-python/greenlet: Bump to 3.2.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-08 07:38:47 +02:00