summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2025-02-13 14:48:56 UTCRepository mirror & CI9 days8-3/+83
|
* Merge updates from masterRepository mirror & CI9 days8-1/+2347
|\
| * dev-perl/Net-SSLeay: add link to upstream PR wrt author testsSam James9 days1-0/+1
| | | | | | | | | | Bug: https://github.com/radiator-software/p5-net-ssleay/pull/393 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-db/postgresql: add 13.19, 14.16, 15.11, 16.7, 17.3Patrick Lauer9 days6-0/+2315
| | | | | | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
| * dev-perl/Net-SSLeay: partially fix tests w/ openssl-3.4.1Sam James9 days2-1/+31
| | | | | | | | | | | | | | I still have one failure. Bug: https://bugs.gentoo.org/949707 Signed-off-by: Sam James <sam@gentoo.org>
* | 2025-02-13 14:25:31 UTCRepository mirror & CI9 days4-19/+19
| |
* | Merge updates from masterRepository mirror & CI9 days2-34/+26
|\|
| * dev-libs/poco: drop 1.12.4David Roman9 days2-147/+0
| | | | | | | | | | | | Signed-off-by: David Roman <droman@ifae.es> Closes: https://github.com/gentoo/gentoo/pull/40556 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/poco: add 1.14.1David Roman9 days2-0/+139
| | | | | | | | | | Signed-off-by: David Roman <droman@ifae.es> Signed-off-by: Sam James <sam@gentoo.org>
* | 2025-02-13 13:56:26 UTCRepository mirror & CI9 days8-12/+46
| |
* | Merge updates from masterRepository mirror & CI9 days11-8/+349
|\|
| * dev-util/rr: add 5.9.0Sam James9 days3-2/+109
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-util/idea-community: drop 2024.3.2.2Mike Pagano9 days2-182/+0
| | | | | | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
| * dev-util/idea-community: add 2024.3.3Mike Pagano9 days2-0/+182
| | | | | | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
| * dev-util/fuzz: fix compilation on muslNHOrus9 days2-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | Missing include for string.h, glibc transitively included strcmp Removed different getopt definition for non-glibc situation: we are all living in POSIX-land (Somewhat. Hopefully. Mostly.) and definitions for getopt are the same on musl and glibc. Closes: https://bugs.gentoo.org/944111 Closes: https://bugs.gentoo.org/934059 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40514 Signed-off-by: Sam James <sam@gentoo.org>
| * x11-themes/gtk-engines: update EAPI 7 -> 8, fix USE=lua with GCC-14+NHOrus9 days2-0/+138
| | | | | | | | | | | | | | | | | | | | | | Fixed incorrect usage of gtk macros, missing glib include, missing local include and single-use "convenience" redefine of Lua API. Bug: https://bugs.gentoo.org/919421 Closes: https://bugs.gentoo.org/949559 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40530 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-util/rt-tests: Fix build with glibc-2.41Kurt Kanzenbach9 days2-1/+60
| | | | | | | | | | | | | | | | | | Fix build with glibc-2.41. Closes: https://bugs.gentoo.org/949572 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/40534 Signed-off-by: Sam James <sam@gentoo.org>
* | 2025-02-13 13:17:03 UTCRepository mirror & CI9 days9-28/+55
| |
* | Merge updates from masterRepository mirror & CI9 days14-93/+247
|\|
| * net-print/libinklevel: add 0.9.7NHOrus9 days2-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | Closes Musl build bug, also fixes autotools bug for which we have a patch. Changed dependencies according to configure.ac sed in src_prepare is transformed into a patch Closes: https://bugs.gentoo.org/934208 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40488 Signed-off-by: Sam James <sam@gentoo.org>
| * net-print/libinklevel: update HOMEPAGENHOrus9 days2-2/+3
| | | | | | | | | | Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/rocm-comgr: drop 6.3.0, fix out-of-process compiler in 6.3.2Sv. Lockal9 days3-91/+4
| | | | | | | | | | | | | | | | | | | | | | This version drops the `rocm-comgr-6.1.0-enforce-oop-compiler.patch`, which was an attempt to fix the `compile_source_to_executable` test. This test has already been removed from future releases (in `amd-staging` branch), and the code section that failed was not even supposed to be executed (it was only executed because CMake was able to find `hip-config.cmake` on Gentoo). Removing the `rocm-comgr-6.1.0-enforce-oop-compiler.patch` resolves the compilation failure in the comfyui -> miopen -> comgr chain via hiprtc. Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40317 Signed-off-by: Sam James <sam@gentoo.org>
| * app-crypt/hashalot: update EAPI 7 -> 8, fix implicit decl in configureNHOrus9 days1-0/+21
| | | | | | | | | | | | | | | | | | Autoreconf replaces bad tests with good. Closes: https://bugs.gentoo.org/900132 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40554 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: add upstream link for GCC warnings patchSam James9 days1-0/+3
| | | | | | | | | | Bug: https://bugs.gentoo.org/931972 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: backport musl build fixes to 4.3-r1Sam James9 days3-0/+35
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/926289 Thanks-to: ernsteiswuerfel <erhard_f@mailbox.org> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: add 4.4Sam James9 days2-0/+124
| | | | | | | | | | | | | | | | | | | | | | Note that this drops mdadm_env.sh as was done upstream in a7a5e676a7eb2ac97acd31b13f75515e9573f891, it's not like it was working correctly anyway for systemd, and for OpenRC, the default config only had --syslog in there - yet for OpenRC, it'll continue working anyway as it wasn't using mdadm_env.sh to begin with. Bug: https://bugs.gentoo.org/926289 Closes: https://bugs.gentoo.org/948994 Signed-off-by: Sam James <sam@gentoo.org>
* | 2025-02-13 12:09:18 UTCRepository mirror & CI9 days2-3/+3
| |
* | Merge updates from masterRepository mirror & CI9 days3-2/+54
|\|
| * sys-fs/mdadm: add github upstream metadataSam James9 days1-0/+1
| | | | | | | | | | | | See https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=3f90be087fa62c0c7ed76c2ac26752f0ac3a89e7. Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: Stabilize 4.3-r1 arm, #949699Sam James9 days1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: Stabilize 4.3-r1 x86, #949699Sam James9 days1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: Stabilize 4.3-r1 amd64, #949699Sam James9 days1-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: Stabilize 4.3-r1 arm64, #949699Sam James9 days1-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-fs/mdadm: Do not call gcc directlyGwendal Grignou9 days2-0/+51
| | | | | | | | | | | | | | | | | | When gcc is not used (clang is used on Chromeos), emerge will fails. Closes: https://bugs.gentoo.org/931972 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/36691 Signed-off-by: Sam James <sam@gentoo.org>
* | 2025-02-13 11:15:43 UTCRepository mirror & CI9 days20-65/+31
| |
* | Merge updates from masterRepository mirror & CI9 days34-2922/+136
|\|
| * www-client/chromium: backport USE="-wayland" build fix to stableMatt Jolly9 days1-0/+1
| | | | | | | | | | Bug: https://bugs.gentoo.org/948384 Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * profiles/base: drop p.use.force for www-client/chromium[wayland]Matt Jolly9 days1-6/+0
| | | | | | | | | | | | A fix was identified and has been backported. Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/chromium: drop supersededMatt Jolly9 days5-5859/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/opera-developer: remove oldMatt Jolly9 days2-174/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/opera-developer: automated bump (118.0.5439.0)Matt Jolly9 days2-0/+174
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/opera: remove oldMatt Jolly9 days2-174/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/opera: amd64 stable (116.0.5366.127)Matt Jolly9 days1-1/+1
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/opera: automated bump (116.0.5366.127)Matt Jolly9 days2-0/+174
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge-dev: remove oldMatt Jolly9 days2-127/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge-dev: automated bump (134.0.3124.5)Matt Jolly9 days2-0/+127
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge-beta: remove oldMatt Jolly9 days2-127/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge-beta: automated bump (133.0.3065.59)Matt Jolly9 days2-0/+127
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge: remove oldMatt Jolly9 days2-127/+0
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
| * www-client/microsoft-edge: amd64 stable (133.0.3065.59)Matt Jolly9 days1-1/+1
| | | | | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>