summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/cloud-init: Update test depsBrett Holman2024-01-202-2/+2
| | | | | | Signed-off-by: Brett Holman <bholman.devel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34726 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/re2c: add 3.1, security bumpChristopher Fore2024-01-202-0/+42
| | | | | | | | | [sam: Add explicit --enable-rust like for Go. It's already on by default though.] Bug: https://bugs.gentoo.org/836372 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34681 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/nitrocli: Add patch fixing musl 1.2.4 buildDaniel Müller2024-01-203-3/+23
| | | | | | | | | | | On a system with sys-libs/musl 1.2.4, the crate fails to build with an undefined reference to `open64'. Fix the issue by adding a patch bumping the version of the libc crate. Closes: https://bugs.gentoo.org/922317 Signed-off-by: Daniel Müller <deso@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34902 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/nitrocli: Drop 0.3.4, 0.3.5, 0.4.0Daniel Müller2024-01-204-361/+0
| | | | | Signed-off-by: Daniel Müller <deso@posteo.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-cpp/eigen: fix DependencyMoved (doxygen)Sam James2024-01-203-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/genymotion-bin: removed oldMarco Genasci2024-01-202-161/+0
| | | | | | Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33055 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/genymotion-bin: bump version to 3.6.0Marco Genasci2024-01-202-0/+147
| | | | | | Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://bugs.gentoo.org/920551 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/frogr: Version bump to 1.8.1Guillermo Joandet2024-01-202-0/+47
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34599 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rocm-opencl-runtime: use test-flags-CCLD to cover other linkersSam James2024-01-207-49/+14
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/rocm-opencl-runtime: fix linker error for ld.lld: error: version ↵Sv. Lockal2024-01-207-7/+63
| | | | | | | | | | script assignment issue Upstream bug: https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/issues/155 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34720 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/eigen: add 3.4.0-r2, 3.4.9999, 9999 with fixed cuda testsPaul Zander2024-01-209-0/+1472
| | | | | | | | | Automatically detects working compiler. Automatically detects host CUDA arch, can be overriden by setting CUDAARCHS env var. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34547 Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/gtk-layer-shell: add 0.8.2Michael Vetter2024-01-202-0/+58
| | | | | | Signed-off-by: Michael Vetter <jubalh@iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/34653 Signed-off-by: Sam James <sam@gentoo.org>
* www-apps/gitea: Stabilize 1.21.3 amd64, #922536Sam James2024-01-201-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-php/xhprof: add 2.3.9Anthony Ryan2024-01-202-0/+18
| | | | | | Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34284 Signed-off-by: Sam James <sam@gentoo.org>
* dev-php/pecl-xdiff: Add support for PHP 8.3 and remove oldAnthony Ryan2024-01-203-28/+5
| | | | | | Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34285 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/less: fix typo in 643-r1Richard Steinmetz2024-01-201-1/+1
| | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Closes: https://github.com/gentoo/gentoo/pull/34916 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libvncserver: remove oldAlexander Tsoy2024-01-203-159/+0
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/34643 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libvncserver: always enable gcrypt-based crypto backendAlexander Tsoy2024-01-201-0/+73
| | | | | | | | | | | | | | | | There are a few reasons for that: - internal crypto backend doesn't support all authentication methods and the use of external crypto backend was already forced via REQUIRED_USE - openssl-based crypto backend is completely broken with openssl-3.0 - build system does not allow to disable openssl-based crypto backend when openssl-based TLS backend is enabled without also enabling gcrypt-based crypto backend - all major distros are building with gcrypt-based crypto backend, so it is the most tested configuration. Closes: https://bugs.gentoo.org/893608 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/elasticsearch: add 8.11.3Matt Jolly2024-01-202-0/+103
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/34355 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: Allow MAP_NORESERVE in sandbox seccomp filter mapsJordan R Abrahams-Whitehead2024-01-202-0/+441
| | | | | | | | | | | | | | | | | | | | MAP_NORESERVE is used in certain memory patterns in Scudo where we want to mmap chunks of memory without reserving swap space. We use this to avoid hitting address space limits. However, OpenSSH's client sandbox is quite restrictive on which MMAP flags are allowed (understandably so), and it currently does not allow MAP_NORESERVE to be used. This commit allows us to call MAP_NORESERVE from the client sandbox process. Upstream patch submission: https://lists.mindrot.org/pipermail/openssh-unix-dev/2023-December/041095.html Signed-off-by: Jordan R Abrahams-Whitehead <ajordanr@google.com> Closes: https://github.com/gentoo/gentoo/pull/34610 Signed-off-by: Sam James <sam@gentoo.org>
* x11-themes/kvantum: add 1.0.10Alfred Wingate2024-01-202-0/+78
| | | | | | | | Closes: https://bugs.gentoo.org/892878 Closes: https://bugs.gentoo.org/914386 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34580 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xdaliclock: drop 2.44Pascal Jäger2024-01-202-31/+0
| | | | | | Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/34577 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/xdaliclock: add 2.48Pascal Jäger2024-01-202-0/+60
| | | | | Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-cluster/ceph: fix babeltrace subslot restriction in 18.2.0-r2Matoro Mahri2024-01-201-1/+1
| | | | | | | | | Mistyped this in the initial fix. Closes: https://bugs.gentoo.org/920371 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34626 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ampache_browser: Remove old 1.0.5.Róbert Čerňanský2024-01-202-35/+0
| | | | | | Signed-off-by: Róbert Čerňanský <openhs@tightmail.com> Closes: https://github.com/gentoo/gentoo/pull/34565 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/ampache_browser: Bump to 1.0.7Róbert Čerňanský2024-01-202-0/+36
| | | | | Signed-off-by: Róbert Čerňanský <openhs@tightmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/exiftool: add 12.72Michael Vetter2024-01-202-0/+27
| | | | | | Signed-off-by: Michael Vetter <jubalh@iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/34560 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/converseen: destabilize 0.12.0.1 for ~amd64, ~x86Sam James2024-01-201-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/converseen: drop 0.9.10.0Philipp Rösner2024-01-202-53/+0
| | | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34556 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/converseen: drop 0.9.9.8Philipp Rösner2024-01-202-53/+0
| | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/converseen: add 0.12.0.1Philipp Rösner2024-01-203-0/+151
| | | | | | | | | Adjust GraphicsMagick linking to be compatible with upstream CMakeLists.txt. Add minor file patches to graphicsmagick-support patch. Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opensubdiv: use get_libdirSam James2024-01-202-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opensubdiv: add 3.5.1, 3.6.0Paul Zander2024-01-203-0/+244
| | | | | | | | | | Closes: https://bugs.gentoo.org/903982 Closes: https://bugs.gentoo.org/891301 Closes: https://bugs.gentoo.org/884463 Closes: https://bugs.gentoo.org/835589 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34546 Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Alien-LibGumbo: subscribe to gumbo subslotSam James2024-01-201-3/+3
| | | | | | Changed ABI. Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mupdf: subscribe to gumbo subslotSam James2024-01-203-6/+6
| | | | | | Changed ABI. Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/assimp: fix DependencyMoved (doxygen)Sam James2024-01-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/assimp: forward ~loongSam James2024-01-202-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/assimp: add 5.2.5-r2, add 5.3.1Paul Zander2024-01-205-0/+334
| | | | | | | | | | | | Rework tests to make use of gtest via ctest. Some tests generate random input data which might fail on fma-enabled CPUs due to smaller rounding errors on fused operations, so we repeat those tests until they succeed. Closes: https://bugs.gentoo.org/908403 Closes: https://bugs.gentoo.org/910362 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34346 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/gentoo-sources: add 6.1.74Mike Pagano2024-01-202-0/+31
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* mail-filter/imapfilter: clean up oldHolger Hoffstätte2024-01-205-180/+0
| | | | | | Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/34494 Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/imapfilter: add 2.8.2Holger Hoffstätte2024-01-202-0/+49
| | | | | Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/glfw: destabilize 3.3.9 for ~amd64, ~x86Sam James2024-01-201-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/glfw: add 3.3.9Sezer Bulut2024-01-202-0/+51
| | | | | | Signed-off-by: Sezer Bulut <sezer_1966_sezgin@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/34492 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/radvd: small OpenRC service tweaksOskari Pirhonen2024-01-202-0/+159
| | | | | | | | | Provide a `configtest` command usable with `rc-service`. Add some descriptive strings when running `rc-service radvd describe`. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34479 Signed-off-by: Sam James <sam@gentoo.org>
* net-news/liferea: drop 1.15.4Yuri Konotopov2024-01-202-70/+0
| | | | | | Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/34453 Signed-off-by: Sam James <sam@gentoo.org>
* net-news/liferea: add 1.15.5Yuri Konotopov2024-01-202-0/+70
| | | | | Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: revbumpMattéo Rossillol‑‑Laruelle2024-01-203-4/+89
| | | | | | | | Closes: https://bugs.gentoo.org/855254 Closes: https://bugs.gentoo.org/913047 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34420 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/kakoune: add 2023.08.05Paul Jewell2024-01-202-0/+41
| | | | | | | Closes: https://bugs.gentoo.org/917500 Signed-off-by: Paul Jewell <paul@teulu.org> Closes: https://github.com/gentoo/gentoo/pull/34415 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/qpwgraph: add 0.6.1, drop oldAdel KARA SLIMANE2024-01-203-57/+1
| | | | | | | | Closes: https://bugs.gentoo.org/920485 Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/34004 Signed-off-by: Sam James <sam@gentoo.org>
* x11-themes/tela-icon-theme: add 20230625Mattéo Rossillol‑‑Laruelle2024-01-203-0/+94
| | | | | | Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31602 Signed-off-by: Sam James <sam@gentoo.org>