diff options
1337 files changed, 8654 insertions, 4142 deletions
diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest index d6c8ad1c4284..72fa465f615b 100644 --- a/app-accessibility/at-spi2-core/Manifest +++ b/app-accessibility/at-spi2-core/Manifest @@ -1,3 +1 @@ -DIST at-spi2-core-2.54.1.tar.xz 576224 BLAKE2B b1a1657081f22623bba7730f687dc69e4b7c1562020edc42b29f0a8842ea8443021aab1b8fd23d75877c8023c43c586ce70640be42fef5663983381018e9e80b SHA512 28f94e745b2c563e7515207dc24da0658f68c2badd3085b15b14405e10e128ef776d674d840dfd8c2222bdb8fd88348a1a7e70df0bb19deed0e688d1c0c8b3c3 -DIST at-spi2-core-2.56.4.tar.xz 582412 BLAKE2B c82db9064fe92a5fbadfb290f5a4df8982c8307b62530f7b141dc6c169bbb2ff00c9e75dd00d5811ff321636eb38b05ec5d0a0a3a5a13c4001b728c3043f37d6 SHA512 dedf45876d055b56088cc196639e67a0bbb8107882925939562c53bd851e5d7e98b71d4ef560d10b61092f2ac9c0df8fc255438da35141efa161888c2b612341 DIST at-spi2-core-2.56.5.tar.xz 582000 BLAKE2B 4b6eef6aef038748bf1a37986ba370474e1162d382f8074fd90f1ef8609d088b078ff7c39c86518eead44f05ab690bb6789c8129b2e676b96cfc0fb2d01254bf SHA512 b495a9f7f8539c9d7a3929d8bdceb98ce0b8dac9ea735fa85aada6e1062658b7fff323c8e76a4ae34131febffa9664976f3e1e3e171154c0ff8e923c4db9d9e5 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.54.1-r1.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.54.1-r1.ebuild deleted file mode 100644 index 5ccdf9bcfa89..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.54.1-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson-multilib systemd virtualx xdg - -DESCRIPTION="D-Bus accessibility specifications and registration daemon" -HOMEPAGE="https://gitlab.gnome.org/GNOME/at-spi2-core" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="X dbus-broker gtk-doc +introspection systemd" -REQUIRED_USE=" - dbus-broker? ( systemd ) - gtk-doc? ( X ) -" - -DEPEND=" - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.9.1:2=[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXtst[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - ) - - !<dev-libs/atk-2.46.0 - !<app-accessibility/at-spi2-atk-2.46.0 -" -RDEPEND="${DEPEND} - dbus-broker? ( sys-apps/dbus-broker ) -" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( - dev-python/sphinx - dev-util/gdbus-codegen - >=dev-util/gi-docgen-2021.1 - ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -multilib_src_configure() { - local emesonargs=( - -Ddefault_bus=$(usex dbus-broker dbus-broker dbus-daemon) - $(meson_use systemd use_systemd) - -Dgtk2_atk_adaptor=true - -Dsystemd_user_dir="$(systemd_get_userunitdir)" - $(meson_native_use_bool gtk-doc docs) - $(meson_native_use_feature introspection) - $(meson_feature X x11) - -Datk_only=false - ) - meson_src_configure -} - -multilib_src_test() { - # Avoid locates using commas as decimal separators and breaking some - # tests - LC_ALL=C.UTF-8 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} - -multilib_src_install_all() { - einstalldocs - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/{libatspi,atk} || die - mv "${ED}"/usr/share/doc/libatspi "${ED}"/usr/share/gtk-doc/libatspi/html || die - mv "${ED}"/usr/share/doc/atk "${ED}"/usr/share/gtk-doc/atk/html || die - fi -} diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild deleted file mode 100644 index 20a548657688..000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson-multilib systemd virtualx xdg - -DESCRIPTION="D-Bus accessibility specifications and registration daemon" -HOMEPAGE="https://gitlab.gnome.org/GNOME/at-spi2-core" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="X dbus-broker gtk-doc +introspection systemd" -REQUIRED_USE=" - dbus-broker? ( systemd ) - gtk-doc? ( X ) -" - -DEPEND=" - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.9.1:2=[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXtst[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - ) - - !<dev-libs/atk-2.46.0 - !<app-accessibility/at-spi2-atk-2.46.0 -" -RDEPEND="${DEPEND} - dbus-broker? ( sys-apps/dbus-broker ) -" -BDEPEND=" - dev-util/glib-utils - gtk-doc? ( - dev-python/sphinx - dev-util/gdbus-codegen - >=dev-util/gi-docgen-2021.1 - ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -multilib_src_configure() { - local emesonargs=( - -Ddefault_bus=$(usex dbus-broker dbus-broker dbus-daemon) - $(meson_use systemd use_systemd) - -Dgtk2_atk_adaptor=true - -Dsystemd_user_dir="$(systemd_get_userunitdir)" - $(meson_native_use_bool gtk-doc docs) - $(meson_native_use_feature introspection) - $(meson_feature X x11) - -Datk_only=false - ) - meson_src_configure -} - -multilib_src_test() { - # Avoid locates using commas as decimal separators and breaking some - # tests - LC_ALL=C.UTF-8 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} - -multilib_src_install_all() { - einstalldocs - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/{libatspi,atk} || die - mv "${ED}"/usr/share/doc/libatspi "${ED}"/usr/share/gtk-doc/libatspi/html || die - mv "${ED}"/usr/share/doc/atk "${ED}"/usr/share/gtk-doc/atk/html || die - fi -} diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest index bf6d5dc93a92..8910945e5a66 100644 --- a/app-accessibility/orca/Manifest +++ b/app-accessibility/orca/Manifest @@ -1,3 +1,2 @@ -DIST orca-46.2.tar.xz 3431952 BLAKE2B 56b8c31318ecfaf6acda365192e0dd70feb835e449ebe1e0c0292a2230c44659ddc4e9cf1fa87aba1694e3ba2c8c695754901c4a797720979af3a8143f0b0b00 SHA512 e55d5dba18b70ac2b70809f9e0af82e1fad8c72d9f3a7e03c6e4c1da29e133f80b3dabf9ad007873587b4b01a4ff36947e4ea38d7afd60748f8f98219a6a24e0 -DIST orca-47.4.tar.xz 3394152 BLAKE2B f43377b9840640e84fd319cc667b11f84d10c7d8717ca1bb1240c014522c70d13c00831fd7fa35aef3746a22b7a6f81d6f22628075c2b0def9561df8c445af97 SHA512 29917bc1b82d4c57694755c350a89c65c514aae9befae24eece73007c222523fd25cc4152fe91ffb533b94d4965ad6d6b1ed7bd82149d27a2ca7ae22cd6c20fc DIST orca-47.5.tar.xz 3394148 BLAKE2B 8c7c20c48fc681bec42fbf17f08a39ac2c57b6d1804fa6121bd8712a712219247991b59c0d1e125aac6f3ddd891234b641172d8374d6077d008b3fabbb71246c SHA512 01aa17ae47ba60ffdfaa00af16ee0df0e128a3d34d3d0bf75f030970289c7cd860b16c3852699ecc4269d3124a9127d34abde4c4b4ffe8b8e26a6da7ce0a9c4e +DIST orca-49.5.tar.xz 3514924 BLAKE2B 659974487f065fb4373e3c8150dfcfa314139f108b1a699422709d2e2551374931d02400e32c8fd1a19554fd3b7f190f6b5eebff2a487d092378937bdba947ed SHA512 dca938d10552c41404d8f6e2b772846749be15e01af4d7b2104d79eaa983c6909273ba10e528d6534c9425d82411fb268681ab2a0d9b8b7db3475245460e3e79 diff --git a/app-accessibility/orca/orca-46.2-r1.ebuild b/app-accessibility/orca/orca-46.2-r1.ebuild deleted file mode 100644 index 38bba19e592b..000000000000 --- a/app-accessibility/orca/orca-46.2-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) - -inherit gnome2 meson python-single-r1 - -DESCRIPTION="Extensible screen reader that provides access to the desktop" -HOMEPAGE="https://orca.gnome.org/" - -LICENSE="LGPL-2.1+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" - -IUSE="+braille" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - >=app-accessibility/at-spi2-core-2.50:2[introspection] - >=dev-libs/glib-2.28:2 - media-libs/gstreamer:1.0[introspection] - >=x11-libs/gtk+-3.6.2:3[introspection] - $(python_gen_cond_dep ' - dev-python/gst-python:1.0[${PYTHON_USEDEP}] - >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}] - ') - braille? ( - $(python_gen_cond_dep ' - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}] - dev-libs/liblouis[${PYTHON_SINGLE_USEDEP}] - ') - ) -" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}] - >=dev-python/pyatspi-2.46[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] - ') - x11-libs/libwnck:3[introspection] - x11-libs/pango[introspection] -" -BDEPEND=" - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" -# app-text/yelp-tools - -src_configure() { - local emesonargs=( - -Dspiel=false # spiel not yet in gentoo - ) - meson_src_configure -} - -src_install() { - meson_src_install - python_fix_shebang "${ED}" - python_optimize -} diff --git a/app-accessibility/orca/orca-47.4.ebuild b/app-accessibility/orca/orca-49.5.ebuild index 445674bb1b2e..15183a972ec2 100644 --- a/app-accessibility/orca/orca-47.4.ebuild +++ b/app-accessibility/orca/orca-49.5.ebuild @@ -11,10 +11,11 @@ HOMEPAGE="https://orca.gnome.org/" LICENSE="LGPL-2.1+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm64" -IUSE="+braille" +IUSE="+braille test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="!test? ( test )" DEPEND="${PYTHON_DEPS} >=app-accessibility/at-spi2-core-2.50:2[introspection] @@ -24,6 +25,7 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/gst-python:1.0[${PYTHON_USEDEP}] >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}] + dev-python/dasbus[${PYTHON_USEDEP}] ') braille? ( $(python_gen_cond_dep ' @@ -42,6 +44,11 @@ RDEPEND="${DEPEND} x11-libs/pango[introspection] " BDEPEND=" + $(python_gen_cond_dep ' + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + )' + ) dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig @@ -55,6 +62,11 @@ src_configure() { meson_src_configure } +src_test() { + # test_structural_navigator needs more time + meson_src_test --timeout-multiplier=10 +} + src_install() { meson_src_install python_fix_shebang "${ED}" diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest index 38826acb8ff0..00fc5fcb75d7 100644 --- a/app-admin/exo/Manifest +++ b/app-admin/exo/Manifest @@ -1 +1 @@ -DIST exo-1.85.4.gh.tar.gz 11316210 BLAKE2B 9378b865329f86b9edea6803f2136db34b2313fe935acaa77550b9dda15ebfc35aafc55f772e3856b8b07b86cc685909c0d6d4774dcd0e9805e2c237fc964ee5 SHA512 aa7de86157939a9958c83ed30a9a81ba1416d77caddfe66172245de025291c9b3deb024546a32c294f8cee9706d6b4825910f3a7bb47d61917a58b17ab5bc175 +DIST exo-1.88.0.gh.tar.gz 11391385 BLAKE2B 165fe8ebef91d33aa108f26fb668ca28f7751350d52feaab644a1505a910c72e8d5f7c6355748bd2dbba2c877c79b6bec01d18aa813a31b40a17ac0e80da0cfd SHA512 28358e25be4d19bca459c5afa46c08669f4395e6e6a4faf44333f33aec29c0ae58aeb45f0672d3fad48777e5b262194b40818b63a9fed660392bcc8de6963bfd diff --git a/app-admin/exo/exo-1.85.4.ebuild b/app-admin/exo/exo-1.88.0.ebuild index 42489962bbf7..42489962bbf7 100644 --- a/app-admin/exo/exo-1.85.4.ebuild +++ b/app-admin/exo/exo-1.88.0.ebuild diff --git a/app-admin/hcloud/Manifest b/app-admin/hcloud/Manifest index 05fba1a1f1e2..888b4d42b58a 100644 --- a/app-admin/hcloud/Manifest +++ b/app-admin/hcloud/Manifest @@ -1,2 +1,2 @@ DIST hcloud-1.51.0.tar.xz 2654224 BLAKE2B 02c6ff3ceb2dc6bb88625ff2f69552c6c0cc48e124829432b111219a80bd76780d67bcde3935e58157fa3970318c980159fb6abdcffeb941dfafb6da2423dd8c SHA512 ecb9d0fcb1945f030f5499ca48d2a4fc06e7917de1298a14812425789b1258bbe1d126fa08fc82e2af378b79923dd9571b8468aa142618dfad57e9320dacb422 -DIST hcloud-1.57.0.tar.xz 2391896 BLAKE2B 48239e27117b3a0fe424714efc6e5f2aadf0d8a8dff48e4f55deba8adbac44f831f498f6e2c70ab75855b8d9610544649c1c13541053a92081a65dd287704a5f SHA512 b1f0533225579854e43791cd8b590fdf196c5c001730477c77bb32147d9071bba6474eca31328ce7f1c54c7918ac8336e805dfcd2ff0c2003a1b4e22f4462a85 +DIST hcloud-1.58.0.tar.xz 2393088 BLAKE2B 0bbcd9ec3e8c1c0bc4464e1927c157f4dfa4590c0c522acf88bc762cd4db2ed32a80e89e85ff1e5010046e01d7d1cc592616cf1cbf48d621b388b931776fb9af SHA512 8797b6743b91e7f42567366ab14f0178a9dd367be81b98f813ce4b2150e5db15bc5fc6d5d485ac6b78f97808a8b827e2903ae1856a9363f25f309e636ee1ebd6 diff --git a/app-admin/hcloud/hcloud-1.57.0.ebuild b/app-admin/hcloud/hcloud-1.58.0.ebuild index a41551010d80..bf64fda3228c 100644 --- a/app-admin/hcloud/hcloud-1.57.0.ebuild +++ b/app-admin/hcloud/hcloud-1.58.0.ebuild @@ -13,6 +13,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +BDEPEND=">=dev-lang/go-1.25.5" + src_compile() { ego build -o ${PN} -ldflags "-w -X github.com/hetznercloud/cli/internal/version.versionPrerelease=gentoo" ./cmd/${PN} } @@ -27,7 +29,7 @@ src_test() { # Avoid error like: # -buildmode=pie not supported when -race is enabled on linux/amd64 GOFLAGS=${GOFLAGS//-buildmode=pie} - ego test -coverpkg=./... -coverprofile=coverage.txt -v -race ./... + ego test -coverpkg=./internal/... -coverprofile=coverage.txt -v -race ./... } src_install() { diff --git a/app-admin/kernel-hardening-checker/Manifest b/app-admin/kernel-hardening-checker/Manifest index 8867683e42e4..7d8cbe9d6b63 100644 --- a/app-admin/kernel-hardening-checker/Manifest +++ b/app-admin/kernel-hardening-checker/Manifest @@ -1 +1 @@ -DIST kernel-hardening-checker-0.6.10.2.gh.tar.gz 3894343 BLAKE2B f818447a51c427ac40e3901a184f99c1fa76dee604dba3739c305568346cff6ccfe7e898d6e62938093f7808ed6b1a74d2b6c61fc10396cb4b5d79b641c5cdfd SHA512 c8fc16fc19a6505fc69e34aa093e6530e8605568418cd7827dceb51a0f7ac68f01eedd4c18fea6097ab2bab7e5313e6fe1282ec6b22347fac7f746ba4e2c7bb7 +DIST kernel-hardening-checker-0.6.17.1.gh.tar.gz 4308040 BLAKE2B 4828295cdb5c2453b53932d7bcb70d7c01cfb6003affe24789fb80a832a706b1f8b2ea3474134e57554b0836b3b8fe25f06bcccde73b375965cfc78eb09eee2e SHA512 00a3d8850f283a2a3dda985755bea3aa3110e843f9c5c254fd0f3903cc8060f5ebfbf273f9fa9dc92f4f76b1a645cabf388e4ad395902684a40f6410d7e2404c diff --git a/app-admin/kernel-hardening-checker/kernel-hardening-checker-0.6.10.2.ebuild b/app-admin/kernel-hardening-checker/kernel-hardening-checker-0.6.17.1.ebuild index 59e6f739569b..59e6f739569b 100644 --- a/app-admin/kernel-hardening-checker/kernel-hardening-checker-0.6.10.2.ebuild +++ b/app-admin/kernel-hardening-checker/kernel-hardening-checker-0.6.17.1.ebuild diff --git a/app-admin/system-config-printer/system-config-printer-1.5.18-r2.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.18-r3.ebuild index 6a319c6becc5..6b51d43918f5 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.18-r2.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.18-r3.ebuild @@ -83,6 +83,7 @@ src_install() { emake DESTDIR="${D}" PYTHON=: install python_fix_shebang "${ED}" distutils-r1_src_install + python_optimize "${ED}/usr/share/system-config-printer/" } pkg_postinst() { diff --git a/app-editors/emacs/emacs-29.4-r5.ebuild b/app-editors/emacs/emacs-29.4-r5.ebuild index 19aa7cdbce88..6bd504394b1f 100644 --- a/app-editors/emacs/emacs-29.4-r5.ebuild +++ b/app-editors/emacs/emacs-29.4-r5.ebuild @@ -432,6 +432,10 @@ src_test() { # subtests which caused failure. Elements should begin with a %. # e.g. %lisp/gnus/mml-sec-tests.el. local exclude_tests=( + # Reason: not yet known + # mml-secure-sign-verify-1 #967849 + %lisp/gnus/mml-sec-tests.el + # Reason: permission denied on /nonexistent # (vc-*-bzr only fails if breezy is installed, as they # try to access cache dirs under /nonexistent) @@ -480,7 +484,6 @@ src_test() { && ver_test "${gpgver}" -ge 2.2.42 && ver_test "${gpgver}" -lt 2.3 \ && exclude_tests+=( %lisp/epg-tests.el - %lisp/gnus/mml-sec-tests.el ) # Redirect GnuPG's sockets, in order not to exceed the 108 char limit diff --git a/app-emulation/fex-xtajit/Manifest b/app-emulation/fex-xtajit/Manifest index 88f949acf468..6fbb751b410b 100644 --- a/app-emulation/fex-xtajit/Manifest +++ b/app-emulation/fex-xtajit/Manifest @@ -2,11 +2,14 @@ DIST FEX-2506.tar.gz 2141240 BLAKE2B 330cc352d4dfc64605e04c69aef9e6dfa60fe8ac112 DIST FEX-2507.1.tar.gz 2178185 BLAKE2B b0086f34489edc56cd4cb3dfef53ee9f6acbf544fecb5b5698aa287808fd480929a5a33c1edadfbf25d3bb273aac17656b3b235559273c915fde9089643c69b3 SHA512 77ee18ba97f25c328b6e0312551b58106b72a267f1c94eabc397f58aefa8c775dd497f7a2700cf867ffdc93181bd117a8d11d5e4503709540a38d4acc8be06ec DIST FEX-2509.tar.gz 2206146 BLAKE2B 72a7e16ce60c262a58433d60db33aece016b866b443cc9b430a11d1bd09679e4e326d17fb34f296243246d0a02d14fc88b5018981b474f9fad821a68b58b596a SHA512 8de6531178a4ea41588730a3983c1707037067fac330b86c754810b0db3c40e8e75424da01651dd4fa8927bfe524312fbf383e444c725ce4e7c6b61d0ee651a7 DIST FEX-2510.tar.gz 2291211 BLAKE2B 5161dd0d02cc8d850a1b94a0d3ca3928d13d56e0c1fad4dc7cfec36e32ceff7e3e7e37522a4c2c31cbcf37c134ead31192bebb8e58508405379d7b26f879c33a SHA512 0e906af106593e648144dd6d6dfb1266ad7210bf480798c940de7dd7aba02ef9ac9d1bda9285bf4c612b4503c630ca94af37130ea8cc2ab8a01e5f01f3a61472 +DIST FEX-2512.tar.gz 2314078 BLAKE2B 4130c7e97ec45689cbc5ffcd372f4c84c6c15757bd6e2380dd15f33c7117572c4a4a7665eb3a59a45085431b459885c0bb273ff170c725d94049a548ca1cc4e2 SHA512 1cbf2d75120915f53d3e22e85684b040cb694dd96e8bb77141e0ad85f9165b8fc606b89736c0df13476b981ae6ab9513770672d27057962e7336b0b3693c1ab2 DIST cpp-optparse-9f94388a339fcbb0bc95c17768eb786c85988f6e.tar.gz 13218 BLAKE2B 8a9857b639509d66e59732e3cf84879da6eb714f48d55fe2e00c7ee3e5ae2e0be093eeb1b004b6d070766f5fedfd4173f11f6205a961f9e65bfa7848eb225024 SHA512 600559354c8a3e233f7d2d855a8325b747b6656eb05fe13b3fae31f7f41154968b995bc3a519b0c61e5db904d4bca4cb17eb72a2f35a1a273e275ec34593b92f DIST fmt-123913715afeb8a437e6388b4473fcc4753e1c9a.tar.gz 704027 BLAKE2B cfedab4c5eb083f6cc1b207d832e26f5efe50be740cbfa9cf63810bdbb447c6d1496ab0977c6f78d71389dedc5b4c663be852724838b7789bf7e9b4be90ea692 SHA512 730a597be2e31fcd887b6f46f775d02163b0206016b9c0270fe183af37fd7268d9f2d9553c7b25b7df526d464c6f59750e542e6907d677d7181b388817135515 DIST fmt-20c8fdad0605a1627a3f6d15cad693a3fbe2ecbf.tar.gz 707692 BLAKE2B 43ceb50d81fa925b71a139bf3d84638d909209b681ba5f86d74c77f3c1cb93b2ab2b3c3b32065fd534fb0dbfd0c08430d7144db846ed7c7055959614739ed938 SHA512 f4f320d2689205fc94db905af5338a72c357f96834b07492b4816709a98861956675bfc3ab865066c4a66e5e3ac88414ab3551d437a6d73a2da7fdd3fe70b44d +DIST fmt-407c905e45ad75fc29bf0f9bb7c5c2fd3475976f.tar.gz 711737 BLAKE2B 0b9d8d8077c6d0ba53ce6188bf8bc4623657d9c17bca6bfe756c2cf5c9a0f33756b2f435c977a7a93e2fdbeefce46fa5d8797a5a042b8059e1698b0223ede3d2 SHA512 90d92dc436be1b79263722a4677458c077e78f862bb41070dc4df65019b6ac03df52b1354213b4a11d5edf24a1bbf0f96ef28b52ca6abf23535bbf5b9f7f5af9 DIST jemalloc-02ca52b5fefc0ccd0d2c4eaa1d17989cdd641927.tar.gz 847982 BLAKE2B 7676066b106af133bb7dab4518aa63fe10341cf86175f8ed664b4850f240535c2107698876e9406a0f36e312f89cdb6785393e3883c212fd9cba3031047814ce SHA512 b15e1fdcff9f593dbaca88337a2ab784cb66491ef8794f72fbf67617c1f396c57ba1664deb53fa18e5c21a4bd777809ae4c03b1ce48f6e80ccabbcbd7668651d DIST jemalloc-ce24593018ca5d5af7e5661ceda9744e02b59f8f.tar.gz 847968 BLAKE2B 704b955dba18b154d46ae4c741d36bccd54d9f34d61ca4519d8247f558e6e9a83309facc1f71745f2524f2d52d03a4ca4db69a1bd19933e4bd5393d366f0ab3d SHA512 6152af0cc312c1583daaea06f99347d57a43628a6243854885bd9e769f98c5e75b537882aa9e79d49e5a4a16dcbf85513c939d5dd6425fb6492ea08bc04f1342 DIST range-v3-ca1388fb9da8e69314dda222dc7b139ca84e092f.tar.gz 585661 BLAKE2B 6955643b9d569b101079c41154cd293d12a0b197078cf03376abd4555f9ff64b7c4e755a583a517c82f64a590bdc38a6d332a43ccd42e636057917754c75138a SHA512 6a151236845d9758555be81640dba773abf90c2ee6410d3eadbdc7d993bbedcd359251c334a3fa20eb6148aa3d357e036ae5d94337a6837fd4ae09c3b842da9d DIST robin-map-d5683d9f1891e5b04e3e3b2192b5349dc8d814ea.tar.gz 70652 BLAKE2B 03ca6c6c333661ece0ac818d43eee37ead3e0a0acb71c45df201bff30715db89b8f2be3f5bac0991379327f2fac4273ba1bd3d6c4102e5a472a7c7567fae4651 SHA512 23fe18c7d2dda9bc4216201a7e5935c8dc9f51066173e95d514360e3310c994c4dc7786a33f43cb7d15dcceb913375a48b8c02529eacde58c0a80f0e91e9b94d DIST xxhash-bbb27a5efb85b92a0486cf361a8635715a53f6ba.tar.gz 1141344 BLAKE2B 74a71b61656fd6181506aea67c1f25d699f1d5eb29e643b3ff7ecd5b641ab7dc3e19dad5371c1e7867316261f797a8d699b3de9236c80fb536ee1d793454cfda SHA512 fc53b5461d5560a600c78145aa645cf20ec112216efefa98ae2c9e4f480ea3723930abacee825aadbdcd9b3712963d20da17ccc8f3ceb885c9c05647c9e817fc +DIST xxhash-e626a72bc2321cd320e953a0ccf1584cad60f363.tar.gz 1147772 BLAKE2B b96ef9287863cf01d36e73c418f4d2045d00e5d0f26a4e2a73c029cd1e627599e4ff8e5182cfc29e68035b539cecb2d5a0e36abec959685b166d9f216074b086 SHA512 eae9f72abc0bf8fa2cf7087411fd42c2e4640f7f4787bb080d65894e83db8dc78203502bbad6a08c662477e69dc8b93364f9360bf1cd8c2b87deb6cd9440ff4d diff --git a/app-emulation/fex-xtajit/fex-xtajit-2512.ebuild b/app-emulation/fex-xtajit/fex-xtajit-2512.ebuild new file mode 100644 index 000000000000..2b7efb0fa3d5 --- /dev/null +++ b/app-emulation/fex-xtajit/fex-xtajit-2512.ebuild @@ -0,0 +1,155 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic ninja-utils toolchain-funcs + +DESCRIPTION="A wine emulation dll for running x86 application on an arm64 host" +HOMEPAGE="https://fex-emu.com" + +JEMALLOC_HASH="ce24593018ca5d5af7e5661ceda9744e02b59f8f" +CPP_OPTPARSE_HASH="9f94388a339fcbb0bc95c17768eb786c85988f6e" +ROBIN_MAP_HASH="d5683d9f1891e5b04e3e3b2192b5349dc8d814ea" +FMT_HASH="407c905e45ad75fc29bf0f9bb7c5c2fd3475976f" +XXHASH_HASH="e626a72bc2321cd320e953a0ccf1584cad60f363" +RANGE_V3_HASH="ca1388fb9da8e69314dda222dc7b139ca84e092f" + +SRC_URI=" + https://github.com/FEX-Emu/jemalloc/archive/${JEMALLOC_HASH}.tar.gz -> jemalloc-${JEMALLOC_HASH}.tar.gz + https://github.com/Sonicadvance1/cpp-optparse/archive/${CPP_OPTPARSE_HASH}.tar.gz -> cpp-optparse-${CPP_OPTPARSE_HASH}.tar.gz + https://github.com/FEX-Emu/robin-map/archive/${ROBIN_MAP_HASH}.tar.gz -> robin-map-${ROBIN_MAP_HASH}.tar.gz + https://github.com/Cyan4973/xxHash/archive/${XXHASH_HASH}.tar.gz -> xxhash-${XXHASH_HASH}.tar.gz + https://github.com/fmtlib/fmt/archive/${FMT_HASH}.tar.gz -> fmt-${FMT_HASH}.tar.gz + https://github.com/ericniebler/range-v3/archive/${RANGE_V3_HASH}.tar.gz -> range-v3-${RANGE_V3_HASH}.tar.gz + https://github.com/FEX-Emu/FEX/archive/refs/tags/FEX-${PV}.tar.gz +" + +S="${WORKDIR}/FEX-FEX-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="-* ~arm64" +IUSE="+wow64 +arm64ec" +REQUIRED_USE="|| ( wow64 arm64ec )" + +BDEPEND=" + arm64ec? ( dev-util/llvm-mingw64[arm64ec-pe(-)] ) + dev-build/cmake + >=dev-util/llvm-mingw64-13.0.0 + llvm-core/clang + llvm-core/llvm +" + +pkg_setup() { + HOSTS=( + $(usev wow64 aarch64-w64-mingw32) + $(usev arm64ec arm64ec-w64-mingw32) + ) +} + +src_unpack() { + default + local -A deps=( + jemalloc "jemalloc-${JEMALLOC_HASH}" + robin-map "robin-map-${ROBIN_MAP_HASH}" + xxhash "xxHash-${XXHASH_HASH}" + fmt "fmt-${FMT_HASH}" + range-v3 "range-v3-${RANGE_V3_HASH}" + ) + for dep in "${!deps[@]}"; do + rmdir "${S}/External/${dep}" || die + mv "${WORKDIR}/${deps[${dep}]}" "${S}/External/${dep}" + done + rmdir "${S}/Source/Common/cpp-optparse" || die + mv "${WORKDIR}/cpp-optparse-${CPP_OPTPARSE_HASH}" "${S}/Source/Common/cpp-optparse" || die +} + +src_configure() { + for CHOST in ${HOSTS[@]}; do + ( + setup_env + per_host_src_configure + ) + done +} + +setup_env() { + PATH="${BROOT}/usr/lib/llvm-mingw64/bin:${PATH}" + CC=${CHOST}-clang + CXX=${CHOST}-clang++ + LD=${CHOST}-clang + AR=llvm-ar + NM=llvm-nm + RANLIB=llvm-ranlib + STRIP=llvm-strip + RC=${CHOST}-windres + KERNEL=Winnt + tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG + + strip-flags + filter-lto + filter-flags '-fuse-ld=*' + strip-unsupported-flags +} + +per_host_src_configure() { + mkdir "${WORKDIR}/${CHOST}-build" || die + pushd "${WORKDIR}/${CHOST}-build" >/dev/null || die + cmake -GNinja \ + -DCMAKE_C_COMPILER_WORKS=1 \ + -DCMAKE_CXX_COMPILER_WORKS=1 \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_TOOLCHAIN_FILE="${S}/Data/CMake/toolchain_mingw.cmake" \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib/fex-xtajit \ + -DENABLE_LTO=False \ + -DMINGW_TRIPLE=${CHOST} \ + -DBUILD_TESTING=False \ + -DENABLE_JEMALLOC_GLIBC_ALLOC=False \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_CCACHE=FALSE \ + -DBUILD_FEXCONFIG=FALSE \ + -DMINGW_BUILD=1 \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ + -DCMAKE_DISABLE_FIND_PACKAGE_fmt=true \ + -DCMAKE_DISABLE_FIND_PACKAGE_range-v3=true \ + "${S}" || die + popd >/dev/null || die +} + +src_compile() { + for CHOST in ${HOSTS[@]}; do + ( + setup_env + per_host_src_compile + ) + done +} + +per_host_src_compile() { + pushd "${WORKDIR}/${CHOST}-build" >/dev/null || die + eninja + popd >/dev/null || die +} + +src_install() { + for CHOST in ${HOSTS[@]}; do + ( + setup_env + per_host_src_install + ) + done +} + +per_host_src_install() { + pushd "${WORKDIR}/${CHOST}-build" >/dev/null || die + DESTDIR="${D}" eninja install + popd >/dev/null || die + rm -r "${ED}/usr/"{include,share} || die +} + +pkg_postinst() { + elog "If you had already created a wine prefix, run wineboot -u" + elog "to install x86 emulation support, or update it's local copy" + elog "of the relevant files." +} diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest index bf999c76a705..02e15a0d4d26 100644 --- a/app-emulation/qemu/Manifest +++ b/app-emulation/qemu/Manifest @@ -8,10 +8,12 @@ DIST qemu-10.0.3.tar.xz 135736600 BLAKE2B 382800d9a9f5241123ebeb43d8eaa6a4aaf9ac DIST qemu-10.0.4.tar.xz 141652160 BLAKE2B 987b69f2d9f2e98a1447c321a00a5c8df7114285c2bfabe7e127d57afb8b1d0b56dc34967be9e161652fd07dc25a0b09135a01758a82973ef819d71a2d5c6748 SHA512 1737124306b293401362ce33b5ce226df237cc577466afdff510b7f8e851e16708c7ec8d282e86dce3d66b54d1ff14876ac448061faf43d59de375b817155a1e DIST qemu-10.0.5.tar.xz 141642600 BLAKE2B bd7abfd5a977cf47862f0a7b26ce4e36c857dd858e0d0def652c00e9186fe476f461005b673bac6031162b5de47d412c1b7faebdbf4456487501f6d4a37f69b7 SHA512 c87948868910f458aeb724ebfe71db10f0ca1e9e0e6b4c4f082c2776d1c8f64c36f65bc5714d4625f6919d4064452f4378a7578273b69db6d4295d90b75fc86f DIST qemu-10.0.6.tar.xz 141762220 BLAKE2B 89ee1fd339b2ca047023b738415f839d2042cfbdb9305901fecc70142f2d8d208a34562d81e803ddd2438964adb36b7965ca92538f91f98291e97c43b61baa12 SHA512 7d5c2c28c74517909a1dcbf517cf88631241afc24e25e5a5bc8ead2af3c818360e1ce8241cb477deeae528aab3e198ba40a5bb78c6205b28430600c0f2f5294b +DIST qemu-10.0.7.tar.xz 141766020 BLAKE2B 13016dfe09da81417f3359f980b2b62a857a28e6acce2b01eba3f397b985c422e52f3c68724bfad73ce6fbeec65cabb02d2df09f08340f9dad68578d5e3f801e SHA512 6def50d5ed08fde787e982a5ae668f97323d40f1996bc299c4c79fbd2944eb14c3f4d1ceab977a0fe6f80298825a5285decc20afca1966a738900932fbfeb31d DIST qemu-10.1.0-docs.tar.xz 2788092 BLAKE2B c9f1138e6eb19966da05b5be6e28640cabf698cb7c4247e0a69b29ed71d462423ba356efc8c0f26a727a58b4adc84edc3eefbff12a35e0c93e475f0ab51e6ff7 SHA512 96d9133d83991014c3ce9a57273a017f45bf29ae3f7029c5b926c8c5fbfd0e8da80dbbecca038b981312cec68b931a0471837a0aebd3e5dbc1648eb49e28ecc9 DIST qemu-10.1.0.tar.xz 141999456 BLAKE2B 025012e73cdd2468b1b0fdef9b34aae41893780cfcad0d52c05e7f67ff7a9969c8c596f006b8a7e6f1b59e39da8fdec07d6f241911c604502755acd26bb750b6 SHA512 20552a524b6b298181df1af7084b470ded3fe8d1505f05011dda3c33cbc3d91f518ce026b44ba1a8b7f34c64ae81afddceda383066f4772a3a2a6333a2638caf DIST qemu-10.1.1.tar.xz 142046220 BLAKE2B 3617898fb4275e1e18f9567e9a9137ad0f3e3e3bc6a1b77301fd59614047757d77a9b810ece2e504ff47c1b98e2b9881a1ff551a4bc356c87c0d5d85f471a59b SHA512 72ca08894fb63c734163a53c6a836a6237de0f9f4ece4570e871bf80bcfba43fb5d4f11715564e0aef7244b7b3c4fe1890d5f10bbb05528b592d25cd95a57dfa DIST qemu-10.1.2.tar.xz 142050300 BLAKE2B 6e6e27c5de4f70f928a19ef64c00adbcb9723882db3eabd6acd7543f6b3d886db2862cf75ddcec86012c103d6927be464f03e2a3e91873b87cbbcafa0be95671 SHA512 4defbcb78f65ba3d8079466bdb3ab29e26f10129723e045d34901e7d524656e5ff729dc97fb33537febe2596eb0b21a02aadd88007eb5b226e599bd236213263 +DIST qemu-10.1.3.tar.xz 142006316 BLAKE2B d0e3781a7fe84190eb96e9dd34860222b74fd73da182684f289c359c2555e8b02c0f3e77d3342837fe2ff5c5ce3ad81dac642fae9eab1d9e52f2bcac28ffe6c0 SHA512 67608a5a422c93c494159d649a0afb296231ec2d96a6fc03b119375da4180162ba25a74bb6204a8cb36375709c1f682ef56c42961816dc2107f4d67bb8e10db4 DIST qemu-9.1.0-docs.tar.xz 2376072 BLAKE2B 31d13133b3a2e21a7d9b5af028407610ae8f2fa61dd296fc35e57fc12eb66cfd1a39ec5e3b5a3852095d10a388f424f8a38417b3ab58ca30d0817ece779328cf SHA512 5b705b577daad6aa010d5c713db9dc314114334b89901840ebcecc9032595a969f5ad9054e42b36b2be5ef9f5d6dc1159841ff46dbb08314b5c48491aa631040 DIST qemu-9.1.3.tar.xz 132492084 BLAKE2B 268c8fb91dd5fc4e393a46a578537338861e5d2a92c381517447c6c2fe67604ed9aacc96371c864dc7f4a800cc9b9f94118d17c5dcc24f3fac5be0a18ca553e5 SHA512 e7b938e72eb4a8a4a6680ce3b282a4e5cbd1ad30003bed959e51ea2621acea7434b4366ef6559e3622fac8865ad212702f393ba7698be38cf2fc8f264b951318 DIST qemu-9.2.0-docs.tar.xz 2431076 BLAKE2B 420148b9d7cafbdc9aea21b0d0a84a53ca0d17fb99fc34ae4c0786fa7d4ce40838f4b3173508b90742d6dfbfd4b58dda25b2e5cd1394241b0b56a64fe5705d9b SHA512 88816e326e9eac9acf0a1c73e677552845d6885e220b55e795241c40d2c1bd1b1994a22e56f95046e420225e0b7dc839d459f1c1e5318c8c36392727a86b3008 diff --git a/app-emulation/qemu/qemu-10.0.7.ebuild b/app-emulation/qemu/qemu-10.0.7.ebuild new file mode 100644 index 000000000000..f1f0dfe595ae --- /dev/null +++ b/app-emulation/qemu/qemu-10.0.7.ebuild @@ -0,0 +1,1013 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs +# Set to 1 if prebuilt, 0 if not +# (the construct below is to allow overriding from env for script) +QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1} +QEMU_DOCS_PREBUILT_DEV=sam +QEMU_DOCS_VERSION=$(ver_cut 1-2).0 +# Default to generating docs (inc. man pages) if no prebuilt; overridden later +# bug #830088 +QEMU_DOC_USEFLAG="+doc" + +PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_REQ_USE="ensurepip(-),ncurses,readline" + +inherit eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps \ + readme.gentoo-r1 pax-utils xdg-utils + +if [[ ${PV} == *9999* ]]; then + QEMU_DOCS_PREBUILT=0 + + EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/" + EGIT_SUBMODULES=() + inherit git-r3 + declare -A SUBPROJECTS=( + [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6" + [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037" + [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab" + ) + + for proj in "${!SUBPROJECTS[@]}"; do + c=${SUBPROJECTS[${proj}]} + SRC_URI+=" https://gitlab.com/qemu-project/${proj}/-/archive/${c}/${proj}-${c}.tar.bz2" + done +else + MY_P="${PN}-${PV/_rc/-rc}" + SRC_URI="https://download.qemu.org/${MY_P}.tar.xz" + + if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + SRC_URI+=" !doc? ( https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz )" + fi + + S="${WORKDIR}/${MY_P}" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" + +[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc" + +IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG} + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring + jack jemalloc +jpeg keyutils + lzo multipath + ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire + plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux + +slirp + smartcard snappy spice ssh static-user systemtap test udev usb + usbredir vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen + zstd" + +COMMON_TARGETS=" + aarch64 + alpha + arm + hppa + i386 + loongarch64 + m68k + microblaze + microblazeel + mips + mips64 + mips64el + mipsel + or1k + ppc + ppc64 + riscv32 + riscv64 + s390x + sh4 + sh4eb + sparc + sparc64 + x86_64 + xtensa + xtensaeb +" +IUSE_SOFTMMU_TARGETS=" + ${COMMON_TARGETS} + avr + rx + tricore +" +IUSE_USER_TARGETS=" + ${COMMON_TARGETS} + aarch64_be + armeb + hexagon + mipsn32 + mipsn32el + ppc64le + sparc32plus +" + +use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) +use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) +IUSE+=" ${use_softmmu_targets} ${use_user_targets}" + +RESTRICT="!test? ( test )" + +# Allow no targets to be built so that people can get a tools-only build. +# Block USE flag configurations known to not work. +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + qemu_softmmu_targets_arm? ( fdt ) + qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) + qemu_softmmu_targets_ppc64? ( fdt ) + qemu_softmmu_targets_ppc? ( fdt ) + qemu_softmmu_targets_riscv32? ( fdt ) + qemu_softmmu_targets_riscv64? ( fdt ) + qemu_softmmu_targets_x86_64? ( fdt ) + sdl-image? ( sdl ) + static-user? ( !plugins ) + virgl? ( opengl ) + virtfs? ( xattr ) + vnc? ( gnutls ) + vte? ( gtk ) + multipath? ( udev ) + plugins? ( !static-user ) + xdp? ( bpf ) +" +for smname in ${IUSE_SOFTMMU_TARGETS} ; do + REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )" +done + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# and user/softmmu targets (qemu-*, qemu-system-*). +# +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# +# The attr lib isn't always linked in (although the USE flag is always +# respected). This is because qemu supports using the C library's API +# when available rather than always using the external library. +ALL_DEPEND=" + dev-libs/glib:2[static-libs(+)] + virtual/zlib:=[static-libs(+)] + python? ( ${PYTHON_DEPS} ) + systemtap? ( dev-debug/systemtap ) + xattr? ( sys-apps/attr[static-libs(+)] ) +" + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# softmmu targets (qemu-system-*). +SOFTMMU_TOOLS_DEPEND=" + >=x11-libs/pixman-0.28.0[static-libs(+)] + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) + aio? ( dev-libs/libaio[static-libs(+)] ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bpf? ( >=dev-libs/libbpf-1.1.0:= ) + bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone:=[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) + fuse? ( >=sys-fs/fuse-3.1:3=[static-libs(+)] ) + glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) + gnutls? ( + >=net-libs/gnutls-3.0:=[static-libs(+)] + dev-libs/nettle:=[static-libs(+)] + ) + gtk? ( + x11-libs/gtk+:3[wayland?,X?] + vte? ( x11-libs/vte:2.91 ) + ) + infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) + iscsi? ( net-libs/libiscsi ) + io-uring? ( sys-libs/liburing:=[static-libs(+)] ) + jack? ( virtual/jack ) + jemalloc? ( dev-libs/jemalloc ) + jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) + kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] ) + keyutils? ( sys-apps/keyutils[static-libs(+)] ) + lzo? ( dev-libs/lzo:2[static-libs(+)] ) + multipath? ( sys-fs/multipath-tools ) + ncurses? ( + sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:=[static-libs(+)] + ) + nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) + numa? ( sys-process/numactl[static-libs(+)] ) + opengl? ( + virtual/opengl + media-libs/libepoxy[static-libs(+)] + media-libs/mesa[static-libs(+)] + media-libs/mesa[egl(+),gbm(+)] + ) + pam? ( sys-libs/pam ) + pipewire? ( >=media-video/pipewire-0.3.60 ) + png? ( >=media-libs/libpng-1.6.34:=[static-libs(+)] ) + pulseaudio? ( media-libs/libpulse ) + rbd? ( sys-cluster/ceph ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/libsdl2[static-libs(+)] + ) + sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + slirp? ( net-libs/libslirp[static-libs(+)] ) + smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) + snappy? ( app-arch/snappy:= ) + spice? ( + >=app-emulation/spice-protocol-0.14.0 + >=app-emulation/spice-0.14.0[static-libs(+)] + ) + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) + udev? ( virtual/libudev:= ) + usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) + usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + virgl? ( media-libs/virglrenderer[static-libs(+)] ) + virtfs? ( sys-libs/libcap ) + xdp? ( net-libs/xdp-tools ) + xen? ( app-emulation/xen-tools:= ) + zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) +" + +# +# With USE=+pin-upstream-blobs we pin firmware versions to known good +# version in order to minimize the frequency of disruptive changes. This +# avoids unnecessary frustration on user side because changing the firmware +# version can break resume of hibernated guest, inhibit live migrations, +# and might have other unwanted consequences. For now, let us try to +# synchronize firmware blobs with the ones bundled in upstream qemu. Simply +# check the upstream git repository for any changes, for example: +# https://github.com/qemu/qemu/tree/v10.0.2/roms for the 10.0.2 release. +# +# When changing pinned firmware versions +# - create a separate ebuild with revision -r50 +# - update the FIRMWARE_ABI_VERSION to the current package version +# + +FIRMWARE_ABI_VERSION="10.0.2" +EDK2_OVMF_VERSION="202408" +SEABIOS_VERSION="1.16.3" + +X86_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/edk2-bin-${EDK2_OVMF_VERSION} + ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ~sys-firmware/sgabios-0.1_pre10[binary] + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/edk2-${EDK2_OVMF_VERSION} + >=sys-firmware/edk2-bin-${EDK2_OVMF_VERSION} + ) + sys-firmware/ipxe[qemu] + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + sys-firmware/sgabios + ) +" +PPC_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + ) +" + +# See bug #913084 for pip dep +BDEPEND=" + ${PYTHON_DEPS} + dev-python/distlib[${PYTHON_USEDEP}] + dev-lang/perl + >=dev-build/meson-0.63.0 + app-alternatives/ninja + virtual/pkgconfig + doc? ( + >=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] + ) + gtk? ( nls? ( sys-devel/gettext ) ) + test? ( + app-alternatives/bc + dev-libs/glib[utils] + dev-python/pycotap[${PYTHON_USEDEP}] + ) +" +CDEPEND=" + ${ALL_DEPEND//\[static-libs(+)]} + ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]} + qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} ) +" +DEPEND=" + ${CDEPEND} + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static-user? ( ${ALL_DEPEND} ) +" +RDEPEND=" + ${CDEPEND} + acct-group/kvm + selinux? ( + sec-policy/selinux-qemu + sys-libs/libselinux + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch + "${FILESDIR}"/${PN}-9.2.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch + "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + "${FILESDIR}"/${PN}-7.2.16-optionrom-pass-Wl-no-error-rwx-segments.patch +) + +QA_PREBUILT=" + usr/share/qemu/hppa-firmware.img + usr/share/qemu/hppa-firmware64.img + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.elf + usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.elf + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img + usr/share/qemu/s390-netboot.img + usr/share/qemu/u-boot.e500 +" + +QA_WX_LOAD=" + usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or1k + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32 +" + +DOC_CONTENTS="If you don't have kvm compiled into the kernel, make sure you have the +kernel module loaded before running kvm. The easiest way to ensure that the +kernel module is loaded is to load it on boot. + For AMD CPUs the module is called 'kvm-amd'. + For Intel CPUs the module is called 'kvm-intel'. +Please review /etc/conf.d/modules for how to load these. + +Make sure your user is in the 'kvm' group. Just run + # gpasswd -a <USER> kvm +then have <USER> re-login. + +For brand new installs, the default permissions on /dev/kvm might not let +you access it. You can tell udev to reset ownership/perms: + # udevadm trigger -c add /dev/kvm + +If you want to register binfmt handlers for qemu user targets: +For openrc: + # rc-update add qemu-binfmt +For systemd: + # ln -s /usr/share/qemu/binfmt.d/qemu.conf /etc/binfmt.d/qemu.conf" + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requires a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + use test && CONFIG_CHECK+=" IP_MULTICAST" + ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" + + if use amd64 || use x86; then + if grep -q AuthenticAMD /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_AMD" + elif grep -q GenuineIntel /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_INTEL" + fi + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi + + if grep -qs '/usr/bin/qemu-kvm' "${EROOT}"/etc/libvirt/qemu/*.xml; then + eerror "The kvm/qemu-kvm wrappers no longer exist, but your libvirt" + eerror "instances are still pointing to it. Please update your" + eerror "configs in /etc/libvirt/qemu/ to use the -enable-kvm flag" + eerror "and the right system binary (e.g. qemu-system-x86_64)." + die "update your virt configs to not use qemu-kvm" + fi +} + +# Sanity check to make sure target lists are kept up-to-date. +check_targets() { + local var=$1 mak=$2 + local detected sorted + + pushd "${S}"/configs/targets/ >/dev/null || die + + # Force C locale until glibc is updated. #564936 + detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) + sorted=$(echo $(printf '%s\n' ${!var} | LC_COLLATE=C sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "${var}: ${sorted}" + eerror "$(printf '%-*s' ${#var} configure): ${detected}" + die "sync ${var} to the list of targets" + fi + + popd >/dev/null +} + +src_unpack() { + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + for file in ${A}; do + unpack "${file}" + done + cd "${WORKDIR}" || die + for proj in "${!SUBPROJECTS[@]}"; do + mv "${proj}-${SUBPROJECTS[${proj}]}" "${S}/subprojects/${proj}" || die + done + cd "${S}" || die + meson subprojects packagefiles --apply || die + else + default + fi +} + +src_prepare() { + check_targets IUSE_SOFTMMU_TARGETS softmmu + check_targets IUSE_USER_TARGETS linux-user + + default + + # Use correct toolchain to fix cross-compiling + tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS + export WINDRES=${CHOST}-windres + + # defang automagic dependencies + use X || append-flags -DGENTOO_GTK_HIDE_X11 + use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND + + # Workaround for bug #938302 + if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then + cat >> "${S}"/configs/meson/linux.txt <<-EOF || die + [binaries] + dtrace='stap-dtrace' + EOF + fi + + # Verbose builds + MAKEOPTS+=" V=1" + + # Remove bundled modules + rm -r roms/*/ || die +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function ${FUNCNAME} "$@" + + local buildtype=$1 + local builddir="${S}/${buildtype}-build" + + mkdir "${builddir}" || die + + local conf_opts=( + --prefix=/usr + --sysconfdir=/etc + --bindir=/usr/bin + --libdir=/usr/$(get_libdir) + --datadir=/usr/share + --docdir=/usr/share/doc/${PF}/html + --mandir=/usr/share/man + --localstatedir=/var + --disable-bsd-user + --disable-containers # bug #732972 + --disable-guest-agent + --disable-strip + --disable-download + --python="${PYTHON}" + + # bug #746752: TCG interpreter has a few limitations: + # - it does not support FPU + # - it's generally slower on non-self-modifying code + # It's advantage is support for host architectures + # where native codegeneration is not implemented. + # Gentoo has qemu keyworded only on targets with + # native code generation available. Avoid the interpreter. + --disable-tcg-interpreter + + --disable-werror + # We support gnutls/nettle for crypto operations. It is possible + # to use gcrypt when gnutls/nettle are disabled (but not when they + # are enabled), but it's not really worth the hassle. Disable it + # all the time to avoid automatically detecting it. #568856 + --disable-gcrypt + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + --objcc="$(tc-getCC)" + --host-cc="$(tc-getBUILD_CC)" + + $(use_enable alsa) + $(use_enable debug debug-info) + $(use_enable debug debug-tcg) + $(use_enable jack) + $(use_enable nls gettext) + $(use_enable oss) + $(use_enable pipewire) + $(use_enable plugins) + $(use_enable pulseaudio pa) + $(use_enable selinux) + $(use_enable xattr attr) + ) + + # Disable options not used by user targets. This simplifies building + # static user targets (USE=static-user) considerably. + conf_notuser() { + if [[ ${buildtype} == "user" ]] ; then + echo "--disable-${2:-$1}" + else + use_enable "$@" + fi + } + # Enable option only for softmmu build, but not 'user' or 'tools' + conf_softmmu() { + if [[ ${buildtype} == "softmmu" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Enable option only for tools build, but not 'user' or 'softmmu' + conf_tools() { + if [[ ${buildtype} == "tools" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Special case for the malloc flag, because the --disable flag does + # not exist and trying like above will break configuring. + conf_malloc() { + if [[ ! ${buildtype} == "user" ]] ; then + usex "${1}" "--enable-malloc=${1}" "" + fi + } + conf_opts+=( + $(conf_notuser accessibility brlapi) + $(conf_notuser aio linux-aio) + $(conf_softmmu bpf) + $(conf_notuser bzip2) + $(conf_notuser capstone) + $(conf_notuser curl) + $(conf_tools doc docs) + $(conf_notuser fdt) + $(conf_notuser fuse) + $(conf_notuser glusterfs) + $(conf_notuser gnutls) + $(conf_notuser gnutls nettle) + $(conf_notuser gtk) + $(conf_notuser infiniband rdma) + $(conf_notuser iscsi libiscsi) + $(conf_notuser io-uring linux-io-uring) + $(conf_malloc jemalloc) + $(conf_notuser jpeg vnc-jpeg) + $(conf_notuser kernel_linux kvm) + $(conf_notuser keyutils libkeyutils) + $(conf_notuser lzo) + $(conf_notuser multipath mpath) + $(conf_notuser ncurses curses) + $(conf_notuser nfs libnfs) + $(conf_notuser numa) + $(conf_notuser opengl) + $(conf_notuser pam auth-pam) + $(conf_notuser png) + $(conf_notuser rbd) + $(conf_notuser sasl vnc-sasl) + $(conf_notuser sdl) + $(conf_softmmu sdl-image) + $(conf_notuser seccomp) + $(conf_notuser slirp) + $(conf_notuser smartcard) + $(conf_notuser snappy) + $(conf_notuser spice) + $(conf_notuser ssh libssh) + $(conf_notuser udev libudev) + $(conf_notuser usb libusb) + $(conf_notuser usbredir usb-redir) + $(conf_notuser vde) + $(conf_notuser vhost-net) + $(conf_notuser virgl virglrenderer) + $(conf_softmmu virtfs) + $(conf_notuser vnc) + $(conf_notuser vte) + $(conf_softmmu xdp af-xdp) + $(conf_notuser xen) + $(conf_notuser xen xen-pci-passthrough) + # use prebuilt keymaps, bug #759604 + --disable-xkbcommon + $(conf_notuser zstd) + ) + + if [[ ! ${buildtype} == "user" ]] ; then + # audio options + local audio_opts=( + # Note: backend order matters here: #716202 + # We iterate from higher-level to lower level. + $(usex pulseaudio pa "") + $(usev pipewire) + $(usev jack) + $(usev sdl) + $(usev alsa) + $(usev oss) + ) + conf_opts+=( + --audio-drv-list=$(IFS=,; echo "${audio_opts[*]}") + ) + fi + + case ${buildtype} in + user) + conf_opts+=( + --enable-linux-user + --disable-system + --disable-tools + --disable-cap-ng + --disable-seccomp + ) + local static_flag="static-user" + ;; + softmmu) + conf_opts+=( + --disable-linux-user + --enable-system + --disable-tools + --enable-cap-ng + --enable-seccomp + --disable-libcbor + ) + local static_flag="none" + ;; + tools) + conf_opts+=( + --disable-linux-user + --disable-system + --enable-tools + --enable-cap-ng + ) + local static_flag="none" + ;; + esac + + local targets="${buildtype}_targets" + [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" ) + + # Add support for SystemTap + use systemtap && conf_opts+=( --enable-trace-backends="dtrace" ) + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if [[ ${static_flag} != "none" ]] && use ${static_flag}; then + conf_opts+=( --static --disable-pie ) + else + tc-enables-pie && conf_opts+=( --enable-pie ) + fi + + # Meson will not use a cross-file unless cross_prefix is set. + tc-is-cross-compiler && conf_opts+=( --cross-prefix="${CHOST}-" ) + + # Plumb through equivalent of EXTRA_ECONF to allow experiments + # like bug #747928. + conf_opts+=( ${EXTRA_CONF_QEMU} ) + + echo "../configure ${conf_opts[*]}" + cd "${builddir}" + ../configure "${conf_opts[@]}" || die "configure failed" +} + +src_configure() { + local target + + python_setup + + softmmu_targets= softmmu_bins=() + user_targets= user_bins=() + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + if use "qemu_softmmu_targets_${target}"; then + softmmu_targets+=",${target}-softmmu" + softmmu_bins+=( "qemu-system-${target}" ) + fi + done + + for target in ${IUSE_USER_TARGETS} ; do + if use "qemu_user_targets_${target}"; then + user_targets+=",${target}-linux-user" + user_bins+=( "qemu-${target}" ) + fi + done + + softmmu_targets=${softmmu_targets#,} + user_targets=${user_targets#,} + + [[ -n ${softmmu_targets} ]] && qemu_src_configure "softmmu" + [[ -n ${user_targets} ]] && qemu_src_configure "user" + qemu_src_configure "tools" +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" || die + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + default + fi + + cd "${S}/tools-build" || die + default +} + +src_test() { + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + pax-mark m */qemu-system-* #515550 + emake check + fi +} + +qemu_python_install() { + python_domodule "${S}/python/qemu" + + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/scripts/qmp/qmp-shell" + python_doscript "${S}/scripts/qmp/qemu-ga-client" +} + +# Generate binfmt support files. +# - /etc/init.d/qemu-binfmt script which registers the user handlers (openrc) +# - /usr/share/qemu/binfmt.d/qemu.conf (for use with systemd-binfmt) +generate_initd() { + local out="${T}/qemu-binfmt" + local out_systemd="${T}/qemu.conf" + local d="${T}/binfmt.d" + + einfo "Generating qemu binfmt scripts and configuration files" + + # Generate the debian fragments first. + mkdir -p "${d}" + "${S}"/scripts/qemu-binfmt-conf.sh \ + --debian \ + --exportdir "${d}" \ + --qemu-path "${EPREFIX}/usr/bin" \ + || die + # Then turn the fragments into a shell script we can source. + sed -E -i \ + -e 's:^([^ ]+) (.*)$:\1="\2":' \ + "${d}"/* || die + + # Generate the init.d script by assembling the fragments from above. + local f qcpu package interpreter magic mask + cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die + for f in "${d}"/qemu-* ; do + source "${f}" + + # Normalize the cpu logic like we do in the init.d for the native cpu. + qcpu=${package#qemu-} + case ${qcpu} in + arm*) qcpu="arm";; + mips*) qcpu="mips";; + ppc*) qcpu="ppc";; + s390*) qcpu="s390";; + sh*) qcpu="sh";; + sparc*) qcpu="sparc";; + esac + + # we use 'printf' here to be portable across 'sh' + # implementations: #679168 + cat <<EOF >>"${out}" + if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then + printf '%s\n' ':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register + fi +EOF + + echo ":${package}:M::${magic}:${mask}:${interpreter}:OC" >>"${out_systemd}" + + done + cat "${FILESDIR}"/qemu-binfmt.initd.tail >>"${out}" || die +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets. + generate_initd + doinitd "${T}/qemu-binfmt" + + # Install binfmt/qemu.conf. + insinto "/usr/share/qemu/binfmt.d" + doins "${T}/qemu.conf" + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + # This might not exist if the test failed. #512010 + [[ -e check-report.html ]] && dodoc check-report.html + + if use kernel_linux; then + udev_newrules "${FILESDIR}"/65-kvm.rules-r2 65-kvm.rules + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + cd "${S}/tools-build" || die + emake DESTDIR="${ED}" install + + # If USE=doc, there'll be newly generated docs which we install instead. + if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8] + fi + + # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 + pushd "${ED}"/usr/bin >/dev/null || die + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 + popd >/dev/null || die + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + cd "${S}" || die + dodoc MAINTAINERS + newdoc pc-bios/README README.pc-bios + + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + + if [[ -n ${softmmu_targets} ]]; then + # Remove SeaBIOS since we're using the SeaBIOS packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin + fi + + # Remove vgabios since we're using the seavgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-virtio.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + + # PPC/PPC64 loads vgabios-stdvga + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 || use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64; then + dosym ../seavgabios/vgabios-isavga.bin /usr/share/qemu/vgabios.bin + dosym ../seavgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../seavgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../seavgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../seavgabios/vgabios-virtio.bin /usr/share/qemu/vgabios-virtio.bin + dosym ../seavgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi + fi + + DISABLE_AUTOFORMATTING=true + readme.gentoo_create_doc +} + +pkg_postinst() { + if [[ -n ${softmmu_targets} ]] && use kernel_linux; then + udev_reload + fi + + xdg_icon_cache_update + + [[ -z ${EPREFIX} ]] && [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \ + fcaps -m u+s cap_net_admin "${EROOT}"/usr/libexec/qemu-bridge-helper + + DISABLE_AUTOFORMATTING=true + readme.gentoo_print_elog + + if use pin-upstream-blobs && ver_replacing -lt ${FIRMWARE_ABI_VERSION}; then + ewarn "This version of qemu pins new versions of firmware blobs:" + + if has_version 'sys-firmware/edk2-bin'; then + ewarn " $(best_version sys-firmware/edk2-bin)" + else + ewarn " $(best_version sys-firmware/edk2)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + ewarn " $(best_version sys-firmware/seabios-bin)" + else + ewarn " $(best_version sys-firmware/seabios)" + fi + + ewarn " $(best_version sys-firmware/ipxe)" + ewarn " $(best_version sys-firmware/sgabios)" + ewarn "This might break resume of hibernated guests (started with a different" + ewarn "firmware version) and live migration to/from qemu versions with different" + ewarn "firmware. Please (cold) restart all running guests. For functional" + ewarn "guest migration ensure that all hosts run at least" + ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}." + fi +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + + if has_version 'sys-firmware/edk2-bin'; then + echo " $(best_version sys-firmware/edk2-bin)" + else + echo " $(best_version sys-firmware/edk2)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + echo " $(best_version sys-firmware/seabios-bin)" + else + echo " $(best_version sys-firmware/seabios)" + fi + + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/sgabios)" +} + +pkg_postrm() { + xdg_icon_cache_update + udev_reload +} diff --git a/app-emulation/qemu/qemu-10.1.3.ebuild b/app-emulation/qemu/qemu-10.1.3.ebuild new file mode 100644 index 000000000000..22bfde8eb410 --- /dev/null +++ b/app-emulation/qemu/qemu-10.1.3.ebuild @@ -0,0 +1,1022 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs +# Set to 1 if prebuilt, 0 if not +# (the construct below is to allow overriding from env for script) +QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1} +QEMU_DOCS_PREBUILT_DEV=sam +QEMU_DOCS_VERSION=$(ver_cut 1-2).0 +# Default to generating docs (inc. man pages) if no prebuilt; overridden later +# bug #830088 +QEMU_DOC_USEFLAG="+doc" + +PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_REQ_USE="ensurepip(-),ncurses,readline" + +inherit eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps \ + readme.gentoo-r1 pax-utils xdg-utils + +if [[ ${PV} == *9999* ]]; then + QEMU_DOCS_PREBUILT=0 + + EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/" + EGIT_SUBMODULES=() + inherit git-r3 + declare -A SUBPROJECTS=( + [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6" + [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037" + [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab" + ) + + for proj in "${!SUBPROJECTS[@]}"; do + c=${SUBPROJECTS[${proj}]} + SRC_URI+=" https://gitlab.com/qemu-project/${proj}/-/archive/${c}/${proj}-${c}.tar.bz2" + done +else + MY_P="${PN}-${PV/_rc/-rc}" + SRC_URI="https://download.qemu.org/${MY_P}.tar.xz" + + if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + SRC_URI+=" !doc? ( https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz )" + fi + + S="${WORKDIR}/${MY_P}" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" + +[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc" + +IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG} + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring + jack jemalloc +jpeg keyutils + lzo multipath + ncurses nfs nls numa opengl +oss pam passt +pin-upstream-blobs pipewire + plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux + +slirp + smartcard snappy spice ssh static-user systemtap test udev usb + usbredir valgrind vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen + zstd" + +COMMON_TARGETS=" + aarch64 + alpha + arm + hppa + i386 + loongarch64 + m68k + microblaze + microblazeel + mips + mips64 + mips64el + mipsel + or1k + ppc + ppc64 + riscv32 + riscv64 + s390x + sh4 + sh4eb + sparc + sparc64 + x86_64 + xtensa + xtensaeb +" +IUSE_SOFTMMU_TARGETS=" + ${COMMON_TARGETS} + avr + rx + tricore +" +IUSE_USER_TARGETS=" + ${COMMON_TARGETS} + aarch64_be + armeb + hexagon + mipsn32 + mipsn32el + ppc64le + sparc32plus +" + +use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) +use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) +IUSE+=" ${use_softmmu_targets} ${use_user_targets}" + +RESTRICT="!test? ( test )" + +# Allow no targets to be built so that people can get a tools-only build. +# Block USE flag configurations known to not work. +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + qemu_softmmu_targets_arm? ( fdt ) + qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) + qemu_softmmu_targets_ppc64? ( fdt ) + qemu_softmmu_targets_ppc? ( fdt ) + qemu_softmmu_targets_riscv32? ( fdt ) + qemu_softmmu_targets_riscv64? ( fdt ) + qemu_softmmu_targets_x86_64? ( fdt ) + sdl-image? ( sdl ) + static-user? ( !plugins ) + virgl? ( opengl ) + virtfs? ( xattr ) + vnc? ( gnutls ) + vte? ( gtk ) + multipath? ( udev ) + plugins? ( !static-user ) + xdp? ( bpf ) +" +for smname in ${IUSE_SOFTMMU_TARGETS} ; do + REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )" +done + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# and user/softmmu targets (qemu-*, qemu-system-*). +# +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# +# The attr lib isn't always linked in (although the USE flag is always +# respected). This is because qemu supports using the C library's API +# when available rather than always using the external library. +ALL_DEPEND=" + dev-libs/glib:2[static-libs(+)] + virtual/zlib:=[static-libs(+)] + python? ( ${PYTHON_DEPS} ) + systemtap? ( dev-debug/systemtap ) + xattr? ( sys-apps/attr[static-libs(+)] ) +" + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# softmmu targets (qemu-system-*). +SOFTMMU_TOOLS_DEPEND=" + >=x11-libs/pixman-0.28.0[static-libs(+)] + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) + aio? ( dev-libs/libaio[static-libs(+)] ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bpf? ( >=dev-libs/libbpf-1.1.0:= ) + bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone:=[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) + fuse? ( >=sys-fs/fuse-3.1:3=[static-libs(+)] ) + glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) + gnutls? ( + >=net-libs/gnutls-3.0:=[static-libs(+)] + dev-libs/nettle:=[static-libs(+)] + ) + gtk? ( + x11-libs/gtk+:3[wayland?,X?] + vte? ( x11-libs/vte:2.91 ) + ) + infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) + iscsi? ( net-libs/libiscsi ) + io-uring? ( sys-libs/liburing:=[static-libs(+)] ) + jack? ( virtual/jack ) + jemalloc? ( dev-libs/jemalloc ) + jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) + kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] ) + keyutils? ( sys-apps/keyutils[static-libs(+)] ) + lzo? ( dev-libs/lzo:2[static-libs(+)] ) + multipath? ( sys-fs/multipath-tools ) + ncurses? ( + sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:=[static-libs(+)] + ) + nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) + numa? ( sys-process/numactl[static-libs(+)] ) + opengl? ( + virtual/opengl + media-libs/libepoxy[static-libs(+)] + media-libs/mesa[static-libs(+)] + media-libs/mesa[egl(+),gbm(+)] + ) + pam? ( sys-libs/pam ) + passt? ( net-misc/passt ) + pipewire? ( >=media-video/pipewire-0.3.60 ) + png? ( >=media-libs/libpng-1.6.34:=[static-libs(+)] ) + pulseaudio? ( media-libs/libpulse ) + rbd? ( sys-cluster/ceph ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/libsdl2[static-libs(+)] + ) + sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + slirp? ( net-libs/libslirp[static-libs(+)] ) + smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) + snappy? ( app-arch/snappy:= ) + spice? ( + >=app-emulation/spice-protocol-0.14.0 + >=app-emulation/spice-0.14.0[static-libs(+)] + ) + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) + udev? ( virtual/libudev:= ) + usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) + usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + virgl? ( media-libs/virglrenderer[static-libs(+)] ) + virtfs? ( sys-libs/libcap ) + xdp? ( net-libs/xdp-tools ) + xen? ( app-emulation/xen-tools:= ) + zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) +" + +# +# With USE=+pin-upstream-blobs we pin firmware versions to known good +# version in order to minimize the frequency of disruptive changes. This +# avoids unnecessary frustration on user side because changing the firmware +# version can break resume of hibernated guest, inhibit live migrations, +# and might have other unwanted consequences. For now, let us try to +# synchronize firmware blobs with the ones bundled in upstream qemu. Simply +# check the upstream git repository for any changes, for example: +# https://github.com/qemu/qemu/tree/v10.0.2/roms for the 10.0.2 release. +# +# When changing pinned firmware versions +# - create a separate ebuild with revision -r50 +# - update the FIRMWARE_ABI_VERSION to the current package version +# + +FIRMWARE_ABI_VERSION="10.0.2" +EDK2_OVMF_VERSION="202408" +SEABIOS_VERSION="1.16.3" + +X86_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/edk2-bin-${EDK2_OVMF_VERSION} + ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ~sys-firmware/sgabios-0.1_pre10[binary] + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/edk2-${EDK2_OVMF_VERSION} + >=sys-firmware/edk2-bin-${EDK2_OVMF_VERSION} + ) + sys-firmware/ipxe[qemu] + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + sys-firmware/sgabios + ) +" +PPC_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + ) +" + +# See bug #913084 for pip dep +BDEPEND=" + ${PYTHON_DEPS} + dev-python/distlib[${PYTHON_USEDEP}] + dev-lang/perl + >=dev-build/meson-0.63.0 + app-alternatives/ninja + virtual/pkgconfig + doc? ( + >=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] + ) + gtk? ( nls? ( sys-devel/gettext ) ) + test? ( + app-alternatives/bc + dev-libs/glib[utils] + dev-python/pycotap[${PYTHON_USEDEP}] + ) +" +CDEPEND=" + ${ALL_DEPEND//\[static-libs(+)]} + ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]} + qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} ) +" +DEPEND=" + ${CDEPEND} + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static-user? ( ${ALL_DEPEND} ) + valgrind? ( dev-debug/valgrind ) +" +RDEPEND=" + ${CDEPEND} + acct-group/kvm + selinux? ( + sec-policy/selinux-qemu + sys-libs/libselinux + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-10.1.2-fix_passt.patch + "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch + "${FILESDIR}"/${PN}-9.2.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch + "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + "${FILESDIR}"/${PN}-7.2.16-optionrom-pass-Wl-no-error-rwx-segments.patch +) + +QA_PREBUILT=" + usr/share/qemu/hppa-firmware.img + usr/share/qemu/hppa-firmware64.img + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.elf + usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.elf + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img + usr/share/qemu/s390-netboot.img + usr/share/qemu/u-boot.e500 +" + +QA_WX_LOAD=" + usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or1k + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32 +" + +DOC_CONTENTS="If you don't have kvm compiled into the kernel, make sure you have the +kernel module loaded before running kvm. The easiest way to ensure that the +kernel module is loaded is to load it on boot. + For AMD CPUs the module is called 'kvm-amd'. + For Intel CPUs the module is called 'kvm-intel'. +Please review /etc/conf.d/modules for how to load these. + +Make sure your user is in the 'kvm' group. Just run + # gpasswd -a <USER> kvm +then have <USER> re-login. + +For brand new installs, the default permissions on /dev/kvm might not let +you access it. You can tell udev to reset ownership/perms: + # udevadm trigger -c add /dev/kvm + +If you want to register binfmt handlers for qemu user targets: +For openrc: + # rc-update add qemu-binfmt +For systemd: + # ln -s /usr/share/qemu/binfmt.d/qemu.conf /etc/binfmt.d/qemu.conf" + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requires a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + use test && CONFIG_CHECK+=" IP_MULTICAST" + ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" + + if use amd64 || use x86; then + if grep -q AuthenticAMD /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_AMD" + elif grep -q GenuineIntel /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_INTEL" + fi + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi + + if grep -qs '/usr/bin/qemu-kvm' "${EROOT}"/etc/libvirt/qemu/*.xml; then + eerror "The kvm/qemu-kvm wrappers no longer exist, but your libvirt" + eerror "instances are still pointing to it. Please update your" + eerror "configs in /etc/libvirt/qemu/ to use the -enable-kvm flag" + eerror "and the right system binary (e.g. qemu-system-x86_64)." + die "update your virt configs to not use qemu-kvm" + fi +} + +# Sanity check to make sure target lists are kept up-to-date. +check_targets() { + local var=$1 mak=$2 + local detected sorted + + pushd "${S}"/configs/targets/ >/dev/null || die + + # Force C locale until glibc is updated. #564936 + detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) + sorted=$(echo $(printf '%s\n' ${!var} | LC_COLLATE=C sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "${var}: ${sorted}" + eerror "$(printf '%-*s' ${#var} configure): ${detected}" + die "sync ${var} to the list of targets" + fi + + popd >/dev/null +} + +src_unpack() { + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + for file in ${A}; do + unpack "${file}" + done + cd "${WORKDIR}" || die + for proj in "${!SUBPROJECTS[@]}"; do + mv "${proj}-${SUBPROJECTS[${proj}]}" "${S}/subprojects/${proj}" || die + done + cd "${S}" || die + meson subprojects packagefiles --apply || die + else + default + fi +} + +src_prepare() { + check_targets IUSE_SOFTMMU_TARGETS softmmu + check_targets IUSE_USER_TARGETS linux-user + + default + + # Use correct toolchain to fix cross-compiling + tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS + export WINDRES=${CHOST}-windres + + # defang automagic dependencies + use X || append-flags -DGENTOO_GTK_HIDE_X11 + use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND + + # Workaround for bug #938302 + if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then + cat >> "${S}"/configs/meson/linux.txt <<-EOF || die + [binaries] + dtrace='stap-dtrace' + EOF + fi + + # Verbose builds + MAKEOPTS+=" V=1" + + # Remove bundled modules + rm -r roms/*/ || die +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function ${FUNCNAME} "$@" + + local buildtype=$1 + local builddir="${S}/${buildtype}-build" + + mkdir "${builddir}" || die + + local conf_opts=( + --prefix=/usr + --sysconfdir=/etc + --bindir=/usr/bin + --libdir=/usr/$(get_libdir) + --datadir=/usr/share + --docdir=/usr/share/doc/${PF}/html + --mandir=/usr/share/man + --localstatedir=/var + --disable-bsd-user + --disable-containers # bug #732972 + --disable-guest-agent + --disable-strip + --disable-download + --python="${PYTHON}" + + # bug #746752: TCG interpreter has a few limitations: + # - it does not support FPU + # - it's generally slower on non-self-modifying code + # It's advantage is support for host architectures + # where native codegeneration is not implemented. + # Gentoo has qemu keyworded only on targets with + # native code generation available. Avoid the interpreter. + --disable-tcg-interpreter + + --disable-werror + # We support gnutls/nettle for crypto operations. It is possible + # to use gcrypt when gnutls/nettle are disabled (but not when they + # are enabled), but it's not really worth the hassle. Disable it + # all the time to avoid automatically detecting it. #568856 + --disable-gcrypt + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + --objcc="$(tc-getCC)" + --host-cc="$(tc-getBUILD_CC)" + + $(use_enable alsa) + $(use_enable debug debug-info) + $(use_enable debug debug-tcg) + $(use_enable jack) + $(use_enable nls gettext) + $(use_enable oss) + $(use_enable pipewire) + $(use_enable plugins) + $(use_enable pulseaudio pa) + $(use_enable selinux) + $(use_enable xattr attr) + $(use_enable valgrind) + ) + + # Disable options not used by user targets. This simplifies building + # static user targets (USE=static-user) considerably. + conf_notuser() { + if [[ ${buildtype} == "user" ]] ; then + echo "--disable-${2:-$1}" + else + use_enable "$@" + fi + } + # Enable option only for softmmu build, but not 'user' or 'tools' + conf_softmmu() { + if [[ ${buildtype} == "softmmu" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Enable option only for tools build, but not 'user' or 'softmmu' + conf_tools() { + if [[ ${buildtype} == "tools" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Special case for the malloc flag, because the --disable flag does + # not exist and trying like above will break configuring. + conf_malloc() { + if [[ ! ${buildtype} == "user" ]] ; then + usex "${1}" "--enable-malloc=${1}" "" + fi + } + conf_opts+=( + $(conf_notuser accessibility brlapi) + $(conf_notuser aio linux-aio) + $(conf_softmmu bpf) + $(conf_notuser bzip2) + $(conf_notuser capstone) + $(conf_notuser curl) + $(conf_tools doc docs) + $(conf_notuser fdt) + $(conf_notuser fuse) + $(conf_notuser glusterfs) + $(conf_notuser gnutls) + $(conf_notuser gnutls nettle) + $(conf_notuser gtk) + $(conf_notuser infiniband rdma) + $(conf_notuser iscsi libiscsi) + $(conf_notuser io-uring linux-io-uring) + $(conf_malloc jemalloc) + $(conf_notuser jpeg vnc-jpeg) + $(conf_notuser kernel_linux kvm) + $(conf_notuser keyutils libkeyutils) + $(conf_notuser lzo) + $(conf_notuser multipath mpath) + $(conf_notuser ncurses curses) + $(conf_notuser nfs libnfs) + $(conf_notuser numa) + $(conf_notuser opengl) + $(conf_notuser pam auth-pam) + $(conf_notuser passt) + $(conf_notuser passt gio) + $(conf_notuser png) + $(conf_notuser rbd) + $(conf_notuser sasl vnc-sasl) + $(conf_notuser sdl) + $(conf_softmmu sdl-image) + $(conf_notuser seccomp) + $(conf_notuser slirp) + $(conf_notuser smartcard) + $(conf_notuser snappy) + $(conf_notuser spice) + $(conf_notuser ssh libssh) + $(conf_notuser udev libudev) + $(conf_notuser usb libusb) + $(conf_notuser usbredir usb-redir) + $(conf_notuser vde) + $(conf_notuser vhost-net) + $(conf_notuser virgl virglrenderer) + $(conf_softmmu virtfs) + $(conf_notuser vnc) + $(conf_notuser vte) + $(conf_softmmu xdp af-xdp) + $(conf_notuser xen) + $(conf_notuser xen xen-pci-passthrough) + # use prebuilt keymaps, bug #759604 + --disable-xkbcommon + $(conf_notuser zstd) + ) + + if [[ ! ${buildtype} == "user" ]] ; then + # audio options + local audio_opts=( + # Note: backend order matters here: #716202 + # We iterate from higher-level to lower level. + $(usex pulseaudio pa "") + $(usev pipewire) + $(usev jack) + $(usev sdl) + $(usev alsa) + $(usev oss) + ) + conf_opts+=( + --audio-drv-list=$(IFS=,; echo "${audio_opts[*]}") + ) + fi + + case ${buildtype} in + user) + conf_opts+=( + --enable-linux-user + --disable-system + --disable-tools + --disable-cap-ng + --disable-seccomp + ) + local static_flag="static-user" + ;; + softmmu) + conf_opts+=( + --disable-linux-user + --enable-system + --disable-tools + --enable-cap-ng + --enable-seccomp + --disable-libcbor + ) + local static_flag="none" + ;; + tools) + conf_opts+=( + --disable-linux-user + --disable-system + --enable-tools + --enable-cap-ng + ) + local static_flag="none" + ;; + esac + + local targets="${buildtype}_targets" + [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" ) + + # Add support for SystemTap + use systemtap && conf_opts+=( --enable-trace-backends="dtrace" ) + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if [[ ${static_flag} != "none" ]] && use ${static_flag}; then + conf_opts+=( --static --disable-pie ) + else + tc-enables-pie && conf_opts+=( --enable-pie ) + fi + + # Meson will not use a cross-file unless cross_prefix is set. + tc-is-cross-compiler && conf_opts+=( --cross-prefix="${CHOST}-" ) + + # Plumb through equivalent of EXTRA_ECONF to allow experiments + # like bug #747928. + conf_opts+=( ${EXTRA_CONF_QEMU} ) + + echo "../configure ${conf_opts[*]}" + cd "${builddir}" + ../configure "${conf_opts[@]}" || die "configure failed" +} + +src_configure() { + local target + + python_setup + + softmmu_targets= softmmu_bins=() + user_targets= user_bins=() + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + if use "qemu_softmmu_targets_${target}"; then + softmmu_targets+=",${target}-softmmu" + softmmu_bins+=( "qemu-system-${target}" ) + fi + done + + for target in ${IUSE_USER_TARGETS} ; do + if use "qemu_user_targets_${target}"; then + user_targets+=",${target}-linux-user" + user_bins+=( "qemu-${target}" ) + fi + done + + softmmu_targets=${softmmu_targets#,} + user_targets=${user_targets#,} + + [[ -n ${softmmu_targets} ]] && qemu_src_configure "softmmu" + [[ -n ${user_targets} ]] && qemu_src_configure "user" + qemu_src_configure "tools" +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" || die + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + default + fi + + cd "${S}/tools-build" || die + default +} + +src_test() { + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + pax-mark m */qemu-system-* #515550 + emake check + fi +} + +qemu_python_install() { + python_domodule "${S}/python/qemu" + + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/scripts/qmp/qmp-shell" + python_doscript "${S}/scripts/qmp/qemu-ga-client" +} + +# Generate binfmt support files. +# - /etc/init.d/qemu-binfmt script which registers the user handlers (openrc) +# - /usr/share/qemu/binfmt.d/qemu.conf (for use with systemd-binfmt) +generate_initd() { + local out="${T}/qemu-binfmt" + local out_systemd="${T}/qemu.conf" + local d="${T}/binfmt.d" + + einfo "Generating qemu binfmt scripts and configuration files" + + # Generate the debian fragments first. + mkdir -p "${d}" + "${S}"/scripts/qemu-binfmt-conf.sh \ + --debian \ + --exportdir "${d}" \ + --qemu-path "${EPREFIX}/usr/bin" \ + || die + # Then turn the fragments into a shell script we can source. + sed -E -i \ + -e 's:^([^ ]+) (.*)$:\1="\2":' \ + "${d}"/* || die + + # Generate the init.d script by assembling the fragments from above. + local f qcpu package interpreter magic mask + cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die + for f in "${d}"/qemu-* ; do + source "${f}" + + # Normalize the cpu logic like we do in the init.d for the native cpu. + qcpu=${package#qemu-} + case ${qcpu} in + arm*) qcpu="arm";; + mips*) qcpu="mips";; + ppc*) qcpu="ppc";; + s390*) qcpu="s390";; + sh*) qcpu="sh";; + sparc*) qcpu="sparc";; + esac + + # we use 'printf' here to be portable across 'sh' + # implementations: #679168 + cat <<EOF >>"${out}" + if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then + printf '%s\n' ':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register + fi +EOF + + echo ":${package}:M::${magic}:${mask}:${interpreter}:OC" >>"${out_systemd}" + + done + cat "${FILESDIR}"/qemu-binfmt.initd.tail >>"${out}" || die +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets. + generate_initd + doinitd "${T}/qemu-binfmt" + + # Install binfmt/qemu.conf. + insinto "/usr/share/qemu/binfmt.d" + doins "${T}/qemu.conf" + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + # This might not exist if the test failed. #512010 + [[ -e check-report.html ]] && dodoc check-report.html + + if use kernel_linux; then + udev_newrules "${FILESDIR}"/65-kvm.rules-r2 65-kvm.rules + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + cd "${S}/tools-build" || die + emake DESTDIR="${ED}" install + + # If USE=doc, there'll be newly generated docs which we install instead. + if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8] + fi + + # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 + pushd "${ED}"/usr/bin >/dev/null || die + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 + popd >/dev/null || die + + # suid in src_install to allow FEATURES=suidctl to work properly + fperms u+s /usr/libexec/qemu-bridge-helper + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + cd "${S}" || die + dodoc MAINTAINERS + newdoc pc-bios/README README.pc-bios + + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + + if [[ -n ${softmmu_targets} ]]; then + # Remove SeaBIOS since we're using the SeaBIOS packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin + fi + + # Remove vgabios since we're using the seavgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-virtio.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + + # PPC/PPC64 loads vgabios-stdvga + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 || use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64; then + dosym ../seavgabios/vgabios-isavga.bin /usr/share/qemu/vgabios.bin + dosym ../seavgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../seavgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../seavgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../seavgabios/vgabios-virtio.bin /usr/share/qemu/vgabios-virtio.bin + dosym ../seavgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi + fi + + DISABLE_AUTOFORMATTING=true + readme.gentoo_create_doc +} + +pkg_postinst() { + if [[ -n ${softmmu_targets} ]] && use kernel_linux; then + udev_reload + fi + + xdg_icon_cache_update + + [[ -z ${EPREFIX} ]] && [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \ + fcaps -M u-s cap_net_admin "${EROOT}"/usr/libexec/qemu-bridge-helper + + DISABLE_AUTOFORMATTING=true + readme.gentoo_print_elog + + if use pin-upstream-blobs && ver_replacing -lt ${FIRMWARE_ABI_VERSION}; then + ewarn "This version of qemu pins new versions of firmware blobs:" + + if has_version 'sys-firmware/edk2-bin'; then + ewarn " $(best_version sys-firmware/edk2-bin)" + else + ewarn " $(best_version sys-firmware/edk2)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + ewarn " $(best_version sys-firmware/seabios-bin)" + else + ewarn " $(best_version sys-firmware/seabios)" + fi + + ewarn " $(best_version sys-firmware/ipxe)" + ewarn " $(best_version sys-firmware/sgabios)" + ewarn "This might break resume of hibernated guests (started with a different" + ewarn "firmware version) and live migration to/from qemu versions with different" + ewarn "firmware. Please (cold) restart all running guests. For functional" + ewarn "guest migration ensure that all hosts run at least" + ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}." + fi +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + + if has_version 'sys-firmware/edk2-bin'; then + echo " $(best_version sys-firmware/edk2-bin)" + else + echo " $(best_version sys-firmware/edk2)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + echo " $(best_version sys-firmware/seabios-bin)" + else + echo " $(best_version sys-firmware/seabios)" + fi + + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/sgabios)" +} + +pkg_postrm() { + xdg_icon_cache_update + udev_reload +} diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index 2038a49692df..203aed3fe3c9 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -10,7 +10,7 @@ DIST qemu-xen-traditional-4.20.0.tar.gz 3762381 BLAKE2B 0e7163ae6f5cfe7ce38c6e5d DIST seabios-1.16.0.tar.gz 635419 BLAKE2B b645f20bae341d56ce4fc4a7044446050d8490c6c136377f6dccf02c88100b0644bc13d210b4a517a8be6002d5671b0fba77120a2aca3a9bafbad5e88d037e40 SHA512 9daefcfb1c9edda4462a4b080c9bac552154d577ae19703a914928e43005e7a52edd86869c6507e94a7f0c61ce8b3e6f5dea38cd5146628cb138a130947c522f DIST seabios-1.16.3.tar.gz 637076 BLAKE2B 8b7c574bf8b0d3b02ea3127dabacda5ddc39c159f17a3a474b76ca79f3ec637ed5571f0d485712b5f9dc68d46db5b2b2c1e018ff63ae0206ca6354bccb714c6c SHA512 103aac0a7a890a681edb8950fee72d419899e20e8b06e2dd382987f98d3faf362789fca5aa4efabe27c4720e53ee19e0ae246d7aca2482b6661fa119efac648c DIST xen-4.19.3.tar.gz 52030969 BLAKE2B a83277e7af036d806168d6b7c61010f5828a437a9c8fa92f2a0e81a49372e21fb1840fb73cdc52d4548fbc3315033b9846c506cce9c62777211a5e7bb5dfb146 SHA512 1e4ea1d6f3e1ac9ec5cba85ebe12a1fdbf9a2b6fcec413b7d9da46c47cd40850596b8612508eecfa5e5e85657c63c5f01540a0774d10fc68f91187987395e746 -DIST xen-4.20.1.tar.gz 7031906 BLAKE2B 1c74e3e3d45594e9c45c11ecbc05c0617decddf596410ada027838c3be8b8a90e09932d4d447d272946637807b84f7ad6e8e8b310189d359790e695cd3e7d3cb SHA512 e4502ddaeb66de4c30d59e90af198586683c28b56bf0eb03ca5508f663fef5e6582c009861ff5b66b7f0df6e5f6bc12337eff0ec775d72e7cb189fd2079dbd9d +DIST xen-4.20.2.tar.gz 6962123 BLAKE2B afedd7ec1ab3a99962543072264fb21c1ca141b99df8c42f12d04ddb4c249c1b87ba7a7b47a0e1fe1325150297ce261e178bc487886b730ca291d6aa3c04e5eb SHA512 4a40668020cb142de0e182d6c7f846a58391828fb1db28c9325cd55d78ef0549c1187886cfe0c366c02803aa1b46c09334ab06748e30a2b509a9bbbb7886a8f1 DIST xen-gentoo-patches-4.17.0-gentoo-patchset-2.tar.bz2 4001 BLAKE2B 7afce426759952e202a1dd819fe0a23108072bf9552ba14a0bd787a96ffe5e7a36f37e03dad8db9c46f5731acbc122c258eef6d517816aad9c8db1ca64700d19 SHA512 bcb1479f9ff5e194a4e452da9d0479febc2bcd465b4be69bb8f30e2e6b858fb77a71216dcb3e74dfb65e7ca6513742c294cd6b5eaa5ce82d0b122a00f1cbc450 DIST xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 4041 BLAKE2B 3e30c276ad5b22109af59c820b1b86d2cf425afb331df3b8d0c1174549cdb1719781588c3417ad9a564dfd420e568bfc7c1d3fe96ac14b4b0238841804b10c44 SHA512 6d25aac735f3e977cb439bc0ceb4dcdde019e0c3fdbf79f1d51aac2966e0d22947def7c8bd08a67420bd1816fb794a8f5c719f605957a9f55262c2bc3d09118e DIST xen-ovmf-mipisyst-370b5944c046bab043dd8b133727b2135af7747a.tar.gz 378522 BLAKE2B d3f1033e78ad814ebb991e66d8c1437aa3583e91481af9785b97b6021c7c45fb9dcb8d2d58d0a0fe84fbd9f108d24a27234df298eb8a2ba2340e5c9c85c89c40 SHA512 de6888577ceab7ab6915d792f3c48248cfa53357ccd310fc7f7eae4d25a932de8c7c23e5b898c9ebf61cf86cb538277273f2eb131a628b3bf0d46c9a3b9b6686 @@ -19,4 +19,3 @@ DIST xen-qemu-dtc-1.6.1.tar.gz 205407 BLAKE2B 4eeee0a64c3ddb0c1d10c755911a804cb4 DIST xen-qemu-keycodemapdb-.tar.gz 29580 BLAKE2B 5511922dc8c4011a2c96f17f733c068e090fbb2b25227701bf73f66ea164892bdae09f08fb6888805aa7d018d97dfbc9872a907f3c55d293b2c5949d54ec9730 SHA512 6131753ed017fcdbf1d6b428d3dff79fd11800f9417c35ec45003b0b77ae7a36b9e1d4aec8e7fe256661baa367d9b0952a296afde4ccf3ed9e2a427b91009504 DIST xen-qemu-softload-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz 148741 BLAKE2B 72014022926b636147e202d74c42df2ce9cfed00b91c275d5b2e0afbc5c68765445cbe7ac6389d7c2512bd1d45b0e16e999936552d09bbc733ab66c92968bd31 SHA512 8420c29faa7ff57e06d6758b03e81ca0630c59946bc031e8611f1449e23634cf901b502161f2c1423c0cff949b5481445e36a3aa53dc885b61ca2c673b3ba567 DIST xen-qemu-testload-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.gz 139308 BLAKE2B 21a741521aab53cda87fabba2bb37c4753726be43bd23f0f8dfa7ee9d3c37e172b933600003d66550bf5b859e5bb505ced0701ad6c46cc40d51de868a3539f36 SHA512 0b13bdb721062a14bd3ee50a364b4d29208ba46bafd858fa7b41d8848cff8ef32b74e846addfce4c56210719b490df744a181d23b2f694b5cee95df0afb2fc92 -DIST xen-upstream-patches-4.20.2-pre-patchset-0.tar.bz2 55485 BLAKE2B 97efbd1fea16cdc625956a66e45bbc2e10aca1eaf957c53a0c407c0f9e4511ba385cc9e41b4e5fe64af947aba89ce2c362059ae5b0dd2cd2772886493de2042c SHA512 854c63cdd9769b9ce3ea9b91d8a60f162792e118f7acfc900c24d5ca3fe2c6cbde244a0bd6eda58aeddbf3527adae527e32b2bdb2c662b93224ab9b062d538f1 diff --git a/app-emulation/xen-tools/xen-tools-4.20.2_pre0.ebuild b/app-emulation/xen-tools/xen-tools-4.20.2.ebuild index d2cce165b15d..0a7a421c974a 100644 --- a/app-emulation/xen-tools/xen-tools-4.20.2_pre0.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.20.2.ebuild @@ -31,8 +31,8 @@ else XEN_GENTOO_PATCHSET_NUM=0 XEN_GENTOO_PATCHSET_BASE=4.20.1 - XEN_PRE_PATCHSET_NUM=0 - XEN_PRE_VERSION_BASE=4.20.1 + XEN_PRE_PATCHSET_NUM= + XEN_PRE_VERSION_BASE= XEN_BASE_PV="${PV}" if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 7eebb0f50c5a..3a49b775e73a 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,5 +1,4 @@ DIST xen-4.19.3.tar.gz 52030969 BLAKE2B a83277e7af036d806168d6b7c61010f5828a437a9c8fa92f2a0e81a49372e21fb1840fb73cdc52d4548fbc3315033b9846c506cce9c62777211a5e7bb5dfb146 SHA512 1e4ea1d6f3e1ac9ec5cba85ebe12a1fdbf9a2b6fcec413b7d9da46c47cd40850596b8612508eecfa5e5e85657c63c5f01540a0774d10fc68f91187987395e746 -DIST xen-4.20.1.tar.gz 7031906 BLAKE2B 1c74e3e3d45594e9c45c11ecbc05c0617decddf596410ada027838c3be8b8a90e09932d4d447d272946637807b84f7ad6e8e8b310189d359790e695cd3e7d3cb SHA512 e4502ddaeb66de4c30d59e90af198586683c28b56bf0eb03ca5508f663fef5e6582c009861ff5b66b7f0df6e5f6bc12337eff0ec775d72e7cb189fd2079dbd9d +DIST xen-4.20.2.tar.gz 6962123 BLAKE2B afedd7ec1ab3a99962543072264fb21c1ca141b99df8c42f12d04ddb4c249c1b87ba7a7b47a0e1fe1325150297ce261e178bc487886b730ca291d6aa3c04e5eb SHA512 4a40668020cb142de0e182d6c7f846a58391828fb1db28c9325cd55d78ef0549c1187886cfe0c366c02803aa1b46c09334ab06748e30a2b509a9bbbb7886a8f1 DIST xen-gentoo-patches-4.17.0-gentoo-patchset-2.tar.bz2 4001 BLAKE2B 7afce426759952e202a1dd819fe0a23108072bf9552ba14a0bd787a96ffe5e7a36f37e03dad8db9c46f5731acbc122c258eef6d517816aad9c8db1ca64700d19 SHA512 bcb1479f9ff5e194a4e452da9d0479febc2bcd465b4be69bb8f30e2e6b858fb77a71216dcb3e74dfb65e7ca6513742c294cd6b5eaa5ce82d0b122a00f1cbc450 DIST xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 4041 BLAKE2B 3e30c276ad5b22109af59c820b1b86d2cf425afb331df3b8d0c1174549cdb1719781588c3417ad9a564dfd420e568bfc7c1d3fe96ac14b4b0238841804b10c44 SHA512 6d25aac735f3e977cb439bc0ceb4dcdde019e0c3fdbf79f1d51aac2966e0d22947def7c8bd08a67420bd1816fb794a8f5c719f605957a9f55262c2bc3d09118e -DIST xen-upstream-patches-4.20.2-pre-patchset-0.tar.bz2 55485 BLAKE2B 97efbd1fea16cdc625956a66e45bbc2e10aca1eaf957c53a0c407c0f9e4511ba385cc9e41b4e5fe64af947aba89ce2c362059ae5b0dd2cd2772886493de2042c SHA512 854c63cdd9769b9ce3ea9b91d8a60f162792e118f7acfc900c24d5ca3fe2c6cbde244a0bd6eda58aeddbf3527adae527e32b2bdb2c662b93224ab9b062d538f1 diff --git a/app-emulation/xen/xen-4.20.2_pre0.ebuild b/app-emulation/xen/xen-4.20.2.ebuild index f8f196feb717..a47464b7c98a 100644 --- a/app-emulation/xen/xen-4.20.2_pre0.ebuild +++ b/app-emulation/xen/xen-4.20.2.ebuild @@ -16,8 +16,8 @@ else XEN_GENTOO_PATCHSET_NUM=0 XEN_GENTOO_PATCHSET_BASE=4.20.1 - XEN_PRE_PATCHSET_NUM=0 - XEN_PRE_VERSION_BASE=4.20.1 + XEN_PRE_PATCHSET_NUM= + XEN_PRE_VERSION_BASE= XEN_BASE_PV="${PV}" if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then diff --git a/app-misc/localsearch/Manifest b/app-misc/localsearch/Manifest index 16c13985e2e7..7585d8109ffa 100644 --- a/app-misc/localsearch/Manifest +++ b/app-misc/localsearch/Manifest @@ -1,3 +1,3 @@ +DIST localsearch-3.10.2.tar.xz 4494144 BLAKE2B 9f4923778dfd3020403b037a299c6d12841a0fe58c30772d0534cc6023c529c8e5b03f494cd032c1bfa785c41f5ef7fe82f67d6a5fad05924627e76651ca38e6 SHA512 741fa7af68d3e697114fbc9a672bfbfb6e97f737d098e53742fe8ee5e1d055b3e33d168d3f5d1b5fa8734b1ccdbf406eccc36cdaa6c450f2cfc8f274b3bcb6c7 DIST localsearch-3.8.2.tar.xz 4547012 BLAKE2B 5d5636aaf7213d1d9e73e00c259b5f59e8efb4065d9acb4730d78c1dd5bf4cd460d36a8be09d01c294618eea0b8537f892c46c14699e8fc3c759c9c208500317 SHA512 d037b81467987e31294dfc2ea540db5581e5bbcd1688578d8a338352c3f0841270d78eb54fd8ec1aaa4807e7d15cc787c6ed414b295c9e0c93d286be1a87c661 DIST localsearch-3.9.0.tar.xz 4527924 BLAKE2B 8c895fa3b59c6a368a2437833d4a463092629bbf43d18b44d109bbce89fcb7d64409d709cc9c64d5b202ece27d876cb711df3058fc77a3c37ee695554d19bdc3 SHA512 693be7a6070ef30e5382e85af346356ee7f07f97d284a6b3cb59c6c4b86d6d2caf5e979f2c9c2a71a332c475d65615d4917b6f148b693c11d26c03f5d81ae3df -DIST tracker-miners-3.6.2.tar.xz 7506528 BLAKE2B d0da1caaa72467ec03c7e3c35cbee48aca08dca59d45d11e5f5f887d75954dbac0671d5698226c9cb89e97b3a76b318013ca17f8508ec3f867758662f53b25b7 SHA512 032c96d41e02ed15b56937ea543428aef7b45ce4c206b749e6a99506dd48dd760e45b12563846a3208f0da42387d0547de9eef1fcb54d93cdbca4aad52050af4 diff --git a/app-misc/localsearch/localsearch-3.6.2-r2.ebuild b/app-misc/localsearch/localsearch-3.10.2.ebuild index 4f637bef1ef0..c22a07cdf039 100644 --- a/app-misc/localsearch/localsearch-3.6.2-r2.ebuild +++ b/app-misc/localsearch/localsearch-3.10.2.ebuild @@ -4,8 +4,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) -GNOME_ORG_MODULE=tracker-miners - inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg DESCRIPTION="Indexer and search engine that powers desktop search for core GNOME components" @@ -13,22 +11,22 @@ HOMEPAGE="https://gnome.pages.gitlab.gnome.org/localsearch" LICENSE="GPL-2+ LGPL-2.1+" SLOT="3" -IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf +playlist raw +rss seccomp test +tiff upower +xml xmp xps" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="cue exif gif gsf +gstreamer iptc +iso +jpeg +pdf +playlist raw seccomp test +tiff upower webp +xml xmp xps" REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via gstreamer, not ffmpeg RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" - # tracker-2.1.7 currently always depends on ICU (theoretically could be libunistring instead); # so choose ICU over enca always here for the time being (ICU is preferred) RDEPEND=" - >=dev-libs/glib-2.70:2 - >=app-misc/tinysparql-3.6_rc:3 - + >=app-misc/tinysparql-3.8:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) - raw? ( media-libs/gexiv2 ) + raw? ( media-libs/gexiv2:= ) + >=dev-libs/glib-2.76:2 + dev-libs/libgudev + >=dev-libs/gobject-introspection-1.82.0-r2 cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) @@ -42,13 +40,10 @@ RDEPEND=" xml? ( >=dev-libs/libxml2-2.6:= ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) - sys-apps/util-linux + webp? ( media-libs/libwebp ) gif? ( media-libs/giflib:= ) - networkmanager? ( net-misc/networkmanager ) - - rss? ( >=net-libs/libgrss-0.7:0 ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) @@ -59,8 +54,7 @@ RDEPEND=" >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) - !gstreamer? ( - ffmpeg? ( media-video/ffmpeg:0= ) ) + media-video/ffmpeg:0= " DEPEND="${RDEPEND}" BDEPEND=" @@ -85,11 +79,6 @@ BDEPEND=" ) " -PATCHES=( - # https://gitlab.gnome.org/GNOME/localsearch/-/merge_requests/511 - "${FILESDIR}/tracker-miners-3.6.2-epoll_wait.patch" -) - python_check_deps() { python_has_version -b \ "dev-python/pygobject[${PYTHON_USEDEP}]" \ @@ -119,22 +108,12 @@ src_configure() { append-cflags -DTRACKER_DEBUG -DG_DISABLE_CAST_CHECKS - local media_extractor="none" - if use gstreamer ; then - media_extractor="gstreamer" - elif use ffmpeg ; then - media_extractor="libav" - fi - local emesonargs=( - -Dtracker_core=system - -Dman=true -Dextract=true $(meson_use test functional_tests) $(meson_use test tests_tap_protocol) -Dminer_fs=true - $(meson_use rss miner_rss) -Dwriteback=true -Dabiword=true -Dicon=true @@ -142,8 +121,11 @@ src_configure() { -Dps=true -Dtext=true -Dunzip_ps_gz_files=true # spawns gunzip - - $(meson_feature networkmanager network_manager) + # Broken with our library layout for libstdc++ (bug #957705) + # Once https://gitlab.gnome.org/GNOME/localsearch/-/issues/368 is fixed, + # we should add a USE flag for it but likely give it the same treatment + # as seccomp (i.e. package.use.force). + -Dlandlock=disabled $(meson_feature cue) $(meson_feature exif) $(meson_feature gif) @@ -153,6 +135,8 @@ src_configure() { $(meson_feature jpeg) $(meson_feature pdf) $(meson_feature playlist) + $(meson_feature webp) + -Dbash_completion=true -Dpng=enabled $(meson_feature raw) $(meson_feature tiff) @@ -163,7 +147,6 @@ src_configure() { -Dbattery_detection=$(usex upower upower none) # enca is a possibility, but right now we have tracker core always dep on icu and icu is preferred over enca -Dcharset_detection=icu - -Dgeneric_media_extractor=${media_extractor} # gupnp gstreamer_backend is in bad state, upstream suggests to use discoverer, which is the default -Dsystemd_user_services_dir="$(systemd_get_userunitdir)" ) @@ -172,7 +155,8 @@ src_configure() { src_test() { export GSETTINGS_BACKEND="dconf" # Tests require dconf and explicitly check for it (env_reset set it to "memory") - export PYTHONPATH="${ESYSROOT}"/usr/$(get_libdir)/tracker-3.0 + export PYTHONPATH="${ESYSROOT}"/usr/$(get_libdir)/tinysparql-3.0 + # Many (extractor) tests fail since version 3.9.0 https://gitlab.gnome.org/GNOME/localsearch/-/issues/405 dbus-run-session meson test -C "${BUILD_DIR}" --no-suite examples || die 'tests failed' } diff --git a/app-misc/localsearch/localsearch-3.6.2.ebuild b/app-misc/localsearch/localsearch-3.6.2.ebuild deleted file mode 100644 index 328a210d5677..000000000000 --- a/app-misc/localsearch/localsearch-3.6.2.ebuild +++ /dev/null @@ -1,182 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) - -GNOME_ORG_MODULE=tracker-miners - -inherit flag-o-matic gnome.org gnome2 meson python-any-r1 systemd xdg - -DESCRIPTION="Indexer and search engine that powers desktop search for core GNOME components" -HOMEPAGE="https://gnome.pages.gitlab.gnome.org/localsearch" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="3" -IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf +playlist raw +rss seccomp test +tiff upower +xml xmp xps" - -REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via gstreamer, not ffmpeg -RESTRICT="!test? ( test )" - -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" - -# tracker-2.1.7 currently always depends on ICU (theoretically could be libunistring instead); -# so choose ICU over enca always here for the time being (ICU is preferred) -RDEPEND=" - >=dev-libs/glib-2.70:2 - >=app-misc/tinysparql-3.6_rc:3 - - >=sys-apps/dbus-1.3.1 - xmp? ( >=media-libs/exempi-2.1.0:= ) - raw? ( media-libs/gexiv2 ) - cue? ( media-libs/libcue:= ) - exif? ( >=media-libs/libexif-0.6 ) - gsf? ( >=gnome-extra/libgsf-1.14.24:= ) - xps? ( app-text/libgxps ) - iptc? ( media-libs/libiptcdata ) - jpeg? ( media-libs/libjpeg-turbo:0= ) - iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) - >=media-libs/libpng-1.2:0= - seccomp? ( >=sys-libs/libseccomp-2.0 ) - tiff? ( media-libs/tiff:= ) - xml? ( >=dev-libs/libxml2-2.6 ) - pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) - playlist? ( >=dev-libs/totem-pl-parser-3:= ) - sys-apps/util-linux - - gif? ( media-libs/giflib:= ) - - networkmanager? ( net-misc/networkmanager ) - - rss? ( >=net-libs/libgrss-0.7:0 ) - app-arch/gzip - - upower? ( >=sys-power/upower-0.9.0:= ) - - >=dev-libs/icu-4.8.1.1:= - - gstreamer? ( - >=media-libs/gstreamer-1.20:1.0 - >=media-libs/gst-plugins-base-1.20:1.0 - >=media-plugins/gst-plugins-meta-1.20:1.0 ) - !gstreamer? ( - ffmpeg? ( media-video/ffmpeg:0= ) ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/asciidoc - dev-libs/libxslt - dev-util/glib-utils - dev-util/gdbus-codegen - - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]') - $(python_gen_any_dep 'dev-python/tap-py[${PYTHON_USEDEP}]') - gstreamer? ( - media-libs/gstreamer:1.0[introspection] - || ( - media-plugins/gst-plugins-libav:1.0 - media-plugins/gst-plugins-openh264:1.0 - ) - ) - ) -" - -python_check_deps() { - python_has_version -b \ - "dev-python/pygobject[${PYTHON_USEDEP}]" \ - "dev-python/tap-py[${PYTHON_USEDEP}]" -} - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_prepare() { - default - - # Avoid gst-inspect calls that may trigger sandbox; - # instead assume the detection will succeed and add the needed test deps for that - if use gstreamer; then - sed -i -e 's:detect-h264-codec.sh:/bin/true:' tests/functional-tests/meson.build || die - else - sed -i -e 's:detect-h264-codec.sh:/bin/false:' tests/functional-tests/meson.build || die - fi - gnome2_environment_reset # sets gstreamer safety variables -} - -src_configure() { - # bug #944218 - append-cflags -std=gnu17 - - append-cflags -DTRACKER_DEBUG -DG_DISABLE_CAST_CHECKS - - local media_extractor="none" - if use gstreamer ; then - media_extractor="gstreamer" - elif use ffmpeg ; then - media_extractor="libav" - fi - - local emesonargs=( - -Dtracker_core=system - - -Dman=true - -Dextract=true - $(meson_use test functional_tests) - $(meson_use test tests_tap_protocol) - -Dminer_fs=true - $(meson_use rss miner_rss) - -Dwriteback=true - -Dabiword=true - -Dicon=true - -Dmp3=true - -Dps=true - -Dtext=true - -Dunzip_ps_gz_files=true # spawns gunzip - - $(meson_feature networkmanager network_manager) - $(meson_feature cue) - $(meson_feature exif) - $(meson_feature gif) - $(meson_feature gsf) - $(meson_feature iptc) - $(meson_feature iso) - $(meson_feature jpeg) - $(meson_feature pdf) - $(meson_feature playlist) - -Dpng=enabled - $(meson_feature raw) - $(meson_feature tiff) - $(meson_feature xml) - $(meson_feature xmp) - $(meson_feature xps) - - -Dbattery_detection=$(usex upower upower none) - # enca is a possibility, but right now we have tracker core always dep on icu and icu is preferred over enca - -Dcharset_detection=icu - -Dgeneric_media_extractor=${media_extractor} - # gupnp gstreamer_backend is in bad state, upstream suggests to use discoverer, which is the default - -Dsystemd_user_services_dir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -src_test() { - export GSETTINGS_BACKEND="dconf" # Tests require dconf and explicitly check for it (env_reset set it to "memory") - export PYTHONPATH="${ESYSROOT}"/usr/$(get_libdir)/tracker-3.0 - dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed' -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/app-misc/tinysparql/Manifest b/app-misc/tinysparql/Manifest index df6010836cf3..9bbc620a2961 100644 --- a/app-misc/tinysparql/Manifest +++ b/app-misc/tinysparql/Manifest @@ -1,3 +1,3 @@ +DIST tinysparql-3.10.1.tar.xz 2396040 BLAKE2B e69d1c8645b55028190f3e72320662c3b370e5ef210aa4b03546812c802533adcb0b07e3fdb9507f7307d425fc63abc3cf2ab3cf217ff4453d9fc98dac07b5c1 SHA512 26861532f8f3f5dd152cd28e0f24d58a652fdee7e9dbdadf1d1760cecd05dc62ecbfc0d4566291c52d02a80abcc7e1b04790277fb8f24ce72c15e008ea9d6d57 DIST tinysparql-3.8.2.tar.xz 2114784 BLAKE2B 0fe3e6f566c560353b45d5774b741f08dcafb10f5c1b379ec06453cac5fa7512db861ae1dca50533ac2055d10888f732780b7c3352b72026ffa39ddbd1157af8 SHA512 45ad15026dc648dae9d09c64df9e0f0f30c061d26f00ff99da08ca16dc302cca113fbd5964af4e1b0e50c1a920b5f9c0eaa1136305f0b5a8d167b163a843d3df DIST tinysparql-3.9.2.tar.xz 2111352 BLAKE2B de128835e736b940f09793dcc7bd4a71680410fea8c00ab6a36d85b2d62639b3f08ddded74f4d1851c6060e5f5f82841a5ef714191a29869546549dd21d1722b SHA512 8d70571ada4097c56fb45844489405cc4b468f33ef5bb4db7020ad77882701097499111628ffbdac7e5dafb1f85b5801a3c2166ccf070a745a2f63b52ba3e314 -DIST tracker-3.6.0.tar.xz 2560980 BLAKE2B f10720b624b2b00eb510961f7346bb6c1fdc278237126d1b5f4b9af2d0f67cc74896b65bce89de14a085e55441fe64985cb13da06242838fe43dd0739e8d5bce SHA512 d3b7d4c1fd1cdcccc0d78c05f43b85f5cdab584e378cb56a2b568293ff95c887650d41c3c7f65de8864a0b6f80ae26410f4a443f045a80e30bacdf7ef9499697 diff --git a/app-misc/tinysparql/metadata.xml b/app-misc/tinysparql/metadata.xml index 279fab06e2ae..9f01a2f4c14a 100644 --- a/app-misc/tinysparql/metadata.xml +++ b/app-misc/tinysparql/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="localsearch">Install the <pkg>app-misc/localsearch</pkg> package for actual data mining support for tinysparql</flag> - <flag name="miners">Install the <pkg>app-misc/localsearch</pkg> package for actual data mining support for tracker</flag> <flag name="stemmer">Add word stemming via <pkg>dev-libs/snowball-stemmer</pkg>.</flag> </use> <origin>gentoo-staging</origin> diff --git a/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild b/app-misc/tinysparql/tinysparql-3.10.1.ebuild index b2401e368062..08e8cfac1195 100644 --- a/app-misc/tinysparql/tinysparql-3.6.0-r2.ebuild +++ b/app-misc/tinysparql/tinysparql-3.10.1.ebuild @@ -4,8 +4,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) -GNOME_ORG_MODULE=tracker - inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg DESCRIPTION="Low-footprint RDF triple store with SPARQL 1.1 interface" @@ -13,44 +11,45 @@ HOMEPAGE="https://gnome.pages.gitlab.gnome.org/tinysparql" LICENSE="GPL-2+ LGPL-2.1+" SLOT="3/0" # libtracker-sparql-3.0 soname version -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="gtk-doc +miners stemmer test vala" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="dbus gtk-doc +localsearch stemmer systemd test vala zeroconf" RESTRICT="!test? ( test )" PV_SERIES=$(ver_cut 1-2) RDEPEND=" >=dev-libs/glib-2.52:2 - >=sys-apps/dbus-1.3.2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/icu-4.8.1.2:= >=dev-libs/json-glib-1.4 >=net-libs/libsoup-2.99.2:3.0 >=dev-libs/libxml2-2.7:= >=dev-db/sqlite-3.29.0:3 - stemmer? ( dev-libs/snowball-stemmer:= ) + dev-libs/snowball-stemmer:= + dbus? ( >=sys-apps/dbus-1.3.2 ) + zeroconf? ( net-dns/avahi ) + systemd? ( >=sys-apps/systemd-2.42 ) " DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils app-text/asciidoc dev-libs/libxslt - $(vala_depend) + vala? ( $(vala_depend) ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) + gtk-doc? ( + dev-util/gi-docgen + media-gfx/graphviz + app-text/xmlto + ) test? ( $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]') $(python_gen_any_dep 'dev-python/tap-py[${PYTHON_USEDEP}]') ) ${PYTHON_DEPS} " -PDEPEND="miners? ( >=app-misc/localsearch-3.6_rc )" - -PATCHES=( - "${FILESDIR}"/3.6.0-configure-c99.patch - "${FILESDIR}"/${PV}-sqlite-3.45.3-compat.patch -) +PDEPEND="localsearch? ( >=app-misc/localsearch-3.6_rc )" python_check_deps() { python_has_version -b \ @@ -67,7 +66,7 @@ pkg_setup() { src_prepare() { default - vala_setup + use vala && vala_setup xdg_environment_reset } @@ -79,12 +78,12 @@ src_configure() { -Dman=true $(meson_feature stemmer) -Dunicode_support=icu + $(meson_feature zeroconf avahi) -Dbash_completion_dir="$(get_bashcompdir)" -Dsystemd_user_services_dir="$(systemd_get_userunitdir)" $(meson_use test tests) -Dintrospection=enabled $(meson_feature vala vapi) - -Dsoup=soup3 ) meson_src_configure } @@ -98,7 +97,7 @@ src_install() { if use gtk-doc; then mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/Tracker-3.0 "${ED}"/usr/share/gtk-doc/html/ || die + mv "${ED}"/usr/share/doc/Tsparql-3.0 "${ED}"/usr/share/gtk-doc/html/ || die fi } diff --git a/app-shells/ctypes-sh/Manifest b/app-shells/ctypes-sh/Manifest index 9e75c1e193fb..e9940bf04871 100644 --- a/app-shells/ctypes-sh/Manifest +++ b/app-shells/ctypes-sh/Manifest @@ -1 +1,3 @@ +DIST ctypes-sh-1.2-fix-incompatible-pointer-types.patch 1422 BLAKE2B 657688f451e9667e5a9b9b1781917a8be5aa16ddd00a280e6ab553aa0e374e081c63bc94986b2a1ab3194b1a48589cec16bdb5618f1440904a5cb2d63ddd0629 SHA512 6eda4d14370c43333f95c2ede58fa74850bf8190cffa51eaf49d736f5bd9eafca228da7f7c520dd14ca6bb42ea586d17f74a2f54eee975ee6dbe2428289e1163 DIST ctypes-sh-1.2.tar.gz 475531 BLAKE2B 6fe00415244227629b952a0c18f9c95659a3fb22b9f17e109554f11084d27bf4c23eca5bfc49679b63367fa9fe74a20f206ac79955ed6588418033f37b776729 SHA512 23e9c30acc8ed5b4fe93fe1427c406e7c7b18067bbfc3f948126683910efc645cc69e426d771beb715148b54dffce75351b7773d8b54ac13f74d9787db8529f6 +DIST ctypes-sh-1.2_p20240626.tar.gz 123057 BLAKE2B 1b06f6dffdbda1ce37ad1e00e47546515fb103ebf78478aeb5fd4f90daa9e5bf1b8db4a90ab7172448ab41e89c14b928654c6465cd8106eaf470265e4a1863d8 SHA512 df7478b753fffc92c96dce12de4ff0e0bc2e06ac373d668ee7ae5bfe52de9209ec1515a1cffccb63fd138c67b3fed01bc878d90821e8d97d34bce810fd04db55 diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild index bce2dcdf8bfd..0cdb3fceef76 100644 --- a/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild +++ b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2_p20240626.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.2_p20240626.ebuild new file mode 100644 index 000000000000..98746d3dad1e --- /dev/null +++ b/app-shells/ctypes-sh/ctypes-sh-1.2_p20240626.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="Foreign function interface for bash" +HOMEPAGE="https://github.com/taviso/ctypes.sh" + +MY_COMMIT_ID="62ec33a6688a29eefdc141f21784193677ba76dc" +SRC_URI=" + https://github.com/taviso/${PN/-/.}/archive/${MY_COMMIT_ID}.tar.gz + -> ${P}.tar.gz + https://github.com/taviso/ctypes.sh/commit/35ae591664ca3deb624fae9bbbd398b5927aba1a.patch + -> ${PN}-1.2-fix-incompatible-pointer-types.patch +" + +S="${WORKDIR}/${PN/-/.}-${MY_COMMIT_ID}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-shells/bash:=[plugins(-)] + dev-libs/libffi:= + virtual/libelf:= +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + # https://github.com/taviso/ctypes.sh/pull/64/ + "${DISTDIR}"/${PN}-1.2-fix-incompatible-pointer-types.patch +) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} + +src_test() { + cd test || die + + # Tests require non-striped libs + local -x BASH_LOADABLES_PATH="${S}/src/.libs" + emake CC="$(tc-getCC)" +} diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest index 17a4d76569bf..4ae9eafd1035 100644 --- a/app-shells/mcfly/Manifest +++ b/app-shells/mcfly/Manifest @@ -33,6 +33,8 @@ DIST lru-cache-0.1.2.crate 9307 BLAKE2B 606072bc5390a13cf24b4c64c77ba7f84c4c2b1a DIST mcfly-0.5.13.tar.gz 208538 BLAKE2B 93a63a7e2f78d914e6c1a098eb7139c2c23a30afeed7779991abd0f492e8401703e117556d5378150403fd4baf0ff700cbff438396dff07808223f7ef67286df SHA512 cd95457fd0063e828eb6882b61d2368159412e33c584d3c48cb4b58898f1c930d0d5fa77d19edeedb4489b4d5641dcbfe9994afc95927d9d774d0a71be82682b DIST mcfly-0.9.0-crates.tar.xz 17684480 BLAKE2B 1ee72b8611c3ccf7e6938734c271d1e37d0d2b1ef65d5f5682204ff870a3fdf242b197745b8e733828508b3bf48021cebe87e4fa601adc943e45cc0493b286bf SHA512 f11f64b1f7fa559368277ea4903606e4c61aa14377feff3f66d70b9ae86e29c87445c0fc8e8e93f1a00aa1984fbe07531a8f5ca6bfb4b208b26b409e9b2ce7e1 DIST mcfly-0.9.0.tar.gz 227470 BLAKE2B a2a62aebd77b1908a1cd8bb49bfc06d4c5a854f96d66b2d1db122dc9b7138d90c303e4363f33bd69f319d0db70f05d1c6ad71956d020e10c5fe82e632a9ecd67 SHA512 29014e8251a11aff75cd385fcc62f1f2dc7f91f91410317758f2ebf863d417c30247f2915b9df44146bf232b581de4745f948f188d7c31065ce3036d5588dc44 +DIST mcfly-0.9.3-crates.tar.xz 18182168 BLAKE2B 175439ab7fb5e544af23287dacfec356ca1ded331e504e422a511a2aa67938d27eaa08e85818eeace803ed72ff475889275990f92a6946309b7ad95913ac6aac SHA512 8710659d0b371d01ececadc9a84e357e4500da103d1e05124d4b63bce45cb9bde16e2cf11b956c8b4abc2cc501408d5c7a8e07ded7f0727bc0c5f2028459bb38 +DIST mcfly-0.9.3.tar.gz 229171 BLAKE2B 300c2e6b8e559510165f85645127143fc734f3f76c92759daaf5920a97ca988e6082edc41e00fadf85c9bbb0ae3b7e7c8835ba4a37fd98866e2dfeb7606ace05 SHA512 18ad0b53ca1a306041dbaa9af6118d9e1398dc9c63bb4febe24ec2aa935e3d5390c3533b75784433b54a3d8c289ba40972537bcdcc0ca4f5af47356148cf207e DIST memchr-2.3.3.crate 22566 BLAKE2B f952070b98ef30f0d2780a6efbeb36d295710734f678517d913a8002cafebbd3cfc38975fc4546d306efc11bc815764d14320af3b7a2360bd46fc2ab3db9efa5 SHA512 922e05da920d0d94226857788878ee5e31518cd80d95ae57e1d7ecd233942c37d01565525db2f1dfdfd5b3b1f81b2c73eee058cbfd745cb4e1519518318df248 DIST num-integer-0.1.44.crate 22216 BLAKE2B e1c08427e006cde6f2084adadb6086e87e6d6f8bb8dfa757a8228aa671e862a366e4bd8ca5e0500008c18bab128aead9bd5b1e53568a4f40afadcaf3882ee98f SHA512 d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 DIST num-traits-0.2.14.crate 45476 BLAKE2B ae310d9d5640acc3e45e1e5d1d2f519539795922c0058ee940c94c94b6654b39358b7c18dd23a276f2c1b16a30dd4de4cbc8575bcda6a5c11e70665d670e6439 SHA512 c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e diff --git a/app-shells/mcfly/mcfly-0.9.3.ebuild b/app-shells/mcfly/mcfly-0.9.3.ebuild new file mode 100644 index 000000000000..5099c793b015 --- /dev/null +++ b/app-shells/mcfly/mcfly-0.9.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 2017-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" +" +RUST_MIN_VER="1.75.0" + +inherit cargo readme.gentoo-r1 + +DESCRIPTION="Context-aware bash history search replacement (ctrl-r)" +HOMEPAGE="https://github.com/cantino/mcfly" +SRC_URI="https://github.com/cantino/mcfly/archive/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS}" +SRC_URI+="https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz" + +LICENSE="MIT" +# Dependent crate licenses +LICENSE+=" + CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB + || ( Apache-2.0 Boost-1.0 ) +" +SLOT="0" +KEYWORDS="~amd64" + +QA_FLAGS_IGNORED="usr/bin/mcfly" + +src_install() { + cargo_src_install + + insinto /usr/share/${PN} + doins ${PN}.{bash,fish,zsh} + + # create README.gentoo + local DISABLE_AUTOFORMATTING="yes" + local DOC_CONTENTS=\ +"To start using ${PN}, add the following to your shell: + +~/.bashrc +eval \"\$(mcfly init bash)\" + +~/.config/fish/config.fish +mcfly init fish | source + +~/.zsh +eval \"\$(mcfly init zsh)\"" + readme.gentoo_create_doc + + einstalldocs +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/dev-ada/ada_language_server/ada_language_server-25.0.20241014-r4.ebuild b/dev-ada/ada_language_server/ada_language_server-25.0.20241014-r4.ebuild index f7be27e21dce..cc5b0aea83f2 100644 --- a/dev-ada/ada_language_server/ada_language_server-25.0.20241014-r4.ebuild +++ b/dev-ada/ada_language_server/ada_language_server-25.0.20241014-r4.ebuild @@ -33,7 +33,7 @@ RDEPEND="${ADA_DEPS} dev-ada/prettier-ada:=[${ADA_USEDEP}] dev-ada/spawn:=[${ADA_USEDEP},gtk?] dev-ada/templates-parser:=[${ADA_USEDEP},shared(+)] - >=dev-ada/VSS-25.0.0:=[${ADA_USEDEP},shared] + dev-ada/vss-text:=[${ADA_USEDEP},shared] dev-ada/xmlada:=[${ADA_USEDEP},shared] dev-libs/gmp sys-fs/fswatch:=" diff --git a/dev-ada/gnatdoc/gnatdoc-25.0.0-r4.ebuild b/dev-ada/gnatdoc/gnatdoc-25.0.0-r4.ebuild index 17fa158f67ef..a1683f4da30c 100644 --- a/dev-ada/gnatdoc/gnatdoc-25.0.0-r4.ebuild +++ b/dev-ada/gnatdoc/gnatdoc-25.0.0-r4.ebuild @@ -24,7 +24,7 @@ RDEPEND="${ADA_DEPS} ${PYTHON_DEPS} dev-ada/gpr:${SLOT}[${ADA_USEDEP},shared(+),static-libs?] dev-ada/markdown:=[${ADA_USEDEP}] - >=dev-ada/VSS-24.0.0:=[${ADA_USEDEP},static-libs?] + dev-ada/vss-text:=[${ADA_USEDEP},static-libs?] dev-ada/libadalang:=[${ADA_USEDEP},static-libs?,static-pic?] dev-ada/libadalang:=[${PYTHON_SINGLE_USEDEP}] " diff --git a/dev-ada/langkit/langkit-25.0.0-r6.ebuild b/dev-ada/langkit/langkit-25.0.0-r6.ebuild index be6151965bc8..fc32094120b1 100644 --- a/dev-ada/langkit/langkit-25.0.0-r6.ebuild +++ b/dev-ada/langkit/langkit-25.0.0-r6.ebuild @@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS} dev-ada/gnatcoll-bindings[shared,static-libs?,static-pic?] dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared,static-libs?,static-pic?] dev-ada/prettier-ada:=[${ADA_USEDEP},shared,static-libs?,static-pic?] - dev-ada/VSS:=[${ADA_USEDEP},shared,static-libs?,static-pic?] + dev-ada/vss-text:=[${ADA_USEDEP},shared,static-libs?,static-pic?] dev-python/docutils[${PYTHON_USEDEP}] dev-python/funcy[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] diff --git a/dev-ada/libadalang-tools/libadalang-tools-25.0.0-r2.ebuild b/dev-ada/libadalang-tools/libadalang-tools-25.0.0-r2.ebuild index 9afa53a91683..dff8ddecaf25 100644 --- a/dev-ada/libadalang-tools/libadalang-tools-25.0.0-r2.ebuild +++ b/dev-ada/libadalang-tools/libadalang-tools-25.0.0-r2.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${ADA_REQUIRED_USE}" RDEPEND="${ADA_DEPS} dev-ada/templates-parser[${ADA_USEDEP},shared(+),static-libs?] - >=dev-ada/VSS-24.0.0[${ADA_USEDEP},shared,static-libs?,static-pic?] + dev-ada/vss-text[${ADA_USEDEP},shared,static-libs?,static-pic?] dev-ada/libadalang:${SLOT}[${ADA_USEDEP},static-libs?,static-pic?]" DEPEND="${RDEPEND}" BDEPEND=" diff --git a/dev-ada/markdown/markdown-25.0.0-r2.ebuild b/dev-ada/markdown/markdown-25.0.0-r2.ebuild index 7be05b3e3dad..7abf8e88adca 100644 --- a/dev-ada/markdown/markdown-25.0.0-r2.ebuild +++ b/dev-ada/markdown/markdown-25.0.0-r2.ebuild @@ -30,7 +30,7 @@ RESTRICT="test" RDEPEND="${ADA_DEPS} dev-ada/gprbuild[${ADA_USEDEP}] - dev-ada/VSS[${ADA_USEDEP}]" + dev-ada/vss-text[${ADA_USEDEP}]" DEPEND="${RDEPEND}" BDEPEND="test? ( ${PYTHON_DEPS} )" diff --git a/dev-ada/prettier-ada/prettier-ada-25.0.0-r2.ebuild b/dev-ada/prettier-ada/prettier-ada-25.0.0-r2.ebuild index 08321bbe6472..0bad482944a6 100644 --- a/dev-ada/prettier-ada/prettier-ada-25.0.0-r2.ebuild +++ b/dev-ada/prettier-ada/prettier-ada-25.0.0-r2.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="+shared static-libs static-pic test" RDEPEND="${ADA_DEPS} - dev-ada/VSS:${SLOT}[${ADA_USEDEP},shared?,static-libs?,static-pic?] + dev-ada/vss-text:${SLOT}[${ADA_USEDEP},shared?,static-libs?,static-pic?] dev-ada/gnatcoll-core:${SLOT}[${ADA_USEDEP},shared?,static-libs?,static-pic?]" DEPEND="${RDEPEND} dev-ada/gprbuild[${ADA_USEDEP}]" diff --git a/dev-ada/VSS/Manifest b/dev-ada/vss-text/Manifest index f9d29d429290..f9d29d429290 100644 --- a/dev-ada/VSS/Manifest +++ b/dev-ada/vss-text/Manifest diff --git a/dev-ada/VSS/metadata.xml b/dev-ada/vss-text/metadata.xml index b0e1c7aaebcf..b0e1c7aaebcf 100644 --- a/dev-ada/VSS/metadata.xml +++ b/dev-ada/vss-text/metadata.xml diff --git a/dev-ada/VSS/VSS-25.0.0-r1.ebuild b/dev-ada/vss-text/vss-text-25.0.0.ebuild index 210a9a69ec73..146c882935ea 100644 --- a/dev-ada/VSS/VSS-25.0.0-r1.ebuild +++ b/dev-ada/vss-text/vss-text-25.0.0.ebuild @@ -7,9 +7,10 @@ ADA_COMPAT=( gcc_{13..16} ) inherit ada multiprocessing DESCRIPTION="A high level string and text processing library" -HOMEPAGE="https://github.com/AdaCore/VSS" -SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" +HOMEPAGE="https://github.com/AdaCore/vss-text" +SRC_URI="https://github.com/AdaCore/VSS/archive/refs/tags/v${PV}.tar.gz + -> VSS-${PV}.tar.gz" +S="${WORKDIR}"/VSS-${PV} LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" diff --git a/dev-build/gtk-doc-am/Manifest b/dev-build/gtk-doc-am/Manifest index 0bd282af0262..ca58663a6510 100644 --- a/dev-build/gtk-doc-am/Manifest +++ b/dev-build/gtk-doc-am/Manifest @@ -1,2 +1 @@ -DIST gtk-doc-1.33.2.tar.xz 507852 BLAKE2B dea3030060ecec89433fe3783dfacc2f58373780c49560a48ab1a32bedfe888692183de8396c92414255e4c8f537358cbc373fd307638ab8e7dbfd9ae44de58f SHA512 f50f68ab6b4bc59f55e84b49c1481f05700171cbf79eca9ba8f3a142a30a4ba88fe096983ebb8d117a9ef8bcea40934674096683d956f5c54cae457d31f651ab DIST gtk-doc-1.34.0.tar.xz 494116 BLAKE2B cb8550debed9f32b967de9d4ebdde8dbe83551eb8527221d2d788355431f34e62a4beedda3e7f5722516ae8e23794a56b97a4f761ede0f7f2c0ef288624b5f7a SHA512 d962fe31949b5f7c70122c7ebbd98f4d21725697804bf5dd75fd7a6662753a91c9350fd1e8bed22a58a957b173f35e200fcbb4c7c2ebc45ccbc0db2e916b27ea diff --git a/dev-build/gtk-doc-am/gtk-doc-am-1.33.2.ebuild b/dev-build/gtk-doc-am/gtk-doc-am-1.33.2.ebuild deleted file mode 100644 index 11decceabc84..000000000000 --- a/dev-build/gtk-doc-am/gtk-doc-am-1.33.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GNOME_ORG_MODULE="gtk-doc" - -inherit gnome.org - -DESCRIPTION="Automake files from gtk-doc" -HOMEPAGE="https://wiki.gnome.org/DocumentationProject/GtkDoc" - -LICENSE="GPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -RDEPEND="!<dev-util/gtk-doc-${PV}" -PDEPEND="virtual/pkgconfig" - -# This ebuild doesn't even compile anything, causing tests to fail when updating (bug #316071) -RESTRICT="test" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/aclocal - doins buildsystems/autotools/gtk-doc.m4 -} diff --git a/dev-build/steve/Manifest b/dev-build/steve/Manifest index 4a756e8994d7..00f529db725c 100644 --- a/dev-build/steve/Manifest +++ b/dev-build/steve/Manifest @@ -1,2 +1,3 @@ DIST steve-1.1.0.tar.xz 17132 BLAKE2B 3f415d007eb808180499b541cf79684ec62807ba3e60e41466c829ac5a073b6b349d55a90dd75111054bcfd33398de72dd283fef8e3654bb57cbcfeab66ffb94 SHA512 516e7523864de0a13242456a5b3a4b6ba8ea36caf90e61842acb2d56461aa1441c1ad5f2b04d3bbd3d649d9f3622e88726cbbb5b7e15c7ccbb16e179fbac4c11 DIST steve-1.2.0.tar.xz 18940 BLAKE2B 88f04479ea92104a678a23032f81fd25f96c679ec38e376aa57f1baae2e26528cc8d965e958597de30ada07965d4301199defce5e77c7984ef6deba3ef11f64c SHA512 18fc62afb65599e01a79d50351dde0a3ac842fe9bab585672c9bf7fff00d96be4b916adbf92f3d9246750087c4462692440b00e73486ad54b2c63a61349d9338 +DIST steve-1.3.0.tar.xz 19872 BLAKE2B 996233e2d3c651b5a3e1b1f744bf18dbf6bfb977e5a962d30d28336169be13f599c62fd605ddb738f8e458977630a00eaa2453d96eab6d8a362dd5202b6fcd2f SHA512 6c4ba750cc474adb9f20a5bdf03b145eef83d4969019745292f694d24f5ef15db2688859d3d47b7be4e19263b54ec7c73fa816f40d35a3390775c7cbeb8766b3 diff --git a/dev-build/steve/steve-1.3.0.ebuild b/dev-build/steve/steve-1.3.0.ebuild new file mode 100644 index 000000000000..2351ab4f6386 --- /dev/null +++ b/dev-build/steve/steve-1.3.0.ebuild @@ -0,0 +1,109 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit linux-info meson python-any-r1 systemd udev + +DESCRIPTION="A load-balancing jobserver for Gentoo" +HOMEPAGE="https://gitweb.gentoo.org/proj/steve.git/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86" +IUSE="debug test" +RESTRICT="test" +PROPERTIES="test? ( test_privileged )" + +DEPEND=" + dev-libs/libevent:= + sys-fs/fuse:3= +" +RDEPEND=" + ${DEPEND} + acct-group/jobserver + acct-user/steve + >=sys-fs/fuse-common-3.10.4-r2 +" +BDEPEND=" + virtual/pkgconfig + test? ( + $(python_gen_any_dep ' + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + ') + ) +" + +python_check_deps() { + python_has_version "dev-python/pytest[${PYTHON_USEDEP}]" && + python_has_version "dev-python/pytest-timeout[${PYTHON_USEDEP}]" +} + +pkg_pretend() { + local CONFIG_CHECK="~CUSE" + check_extra_config +} + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_configure() { + local emesonargs=( + $(meson_use !debug b_ndebug) + $(meson_use test) + ) + + meson_src_configure +} + +src_test() { + addwrite /dev/cuse + addwrite /dev/steve.test + if [[ ! -w /dev/cuse ]]; then + die "Testing steve requires /dev/cuse" + fi + + local -x STEVE=${BUILD_DIR}/steve + local EPYTEST_PLUGINS=( pytest-timeout ) + epytest +} + +src_install() { + meson_src_install + + # TODO: move these to meson + systemd_dounit data/steve.service + newconfd data/steve.confd steve + newinitd data/steve.initd steve + insinto /etc/sandbox.d + newins data/sandbox.conf 90steve + udev_newrules data/steve.udev 90-steve.rules +} + +pkg_postinst() { + udev_reload + + if ! grep -q -s -R -- '--jobserver-auth=fifo:/dev/steve' "${EROOT}"/etc/portage/make.conf + then + elog "In order to use the system-wide steve instance, enable the service:" + elog + elog " systemctl enable --now steve" + elog + elog "Then add to your make.conf:" + elog + elog ' MAKEFLAGS="--jobserver-auth=fifo:/dev/steve"' + elog ' NINJAOPTS=""' + elog + elog "You can use -l in NINJAOPTS but *do not* use -j, as it disables" + elog "jobserver support." + fi +} + +pkg_postrm() { + udev_reload +} diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index c775720e0e5d..477d876e46e0 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1,2 +1,3 @@ DIST simdutf-7.3.4.tar.gz 2206868 BLAKE2B ed7c915e5ef7fe774403b87b66df3301b75b1bfac6d0254ff7d91e7eaddb5c9d3415e7d2e0bec260bb904da5601c81d05373f857e732b7f3735a5a8308465138 SHA512 920737f4d2ad5dd4802098b7ad48c47cc477fbeb63ed7b847edb6c71e95b83a54a6db0c38614ad99b403241dd561ff0f4bbc81f10d35e7432aac4280aec370c7 DIST simdutf-7.7.0.tar.gz 2231692 BLAKE2B b85af288b72557834389690be2afa304ff1033a66187b1d9e0b389f3dec2ccef435bc8efb5c0242028a81a2406552f697a61e440682db09eff5c61d2e5bebe72 SHA512 9af2121d235e5b13589f64a9a9e2a2c83d287fbb1ebe1d5dee500bb229bf856efbb80ac2af1d8b764ca1f9d822a3c1b5b3aac0da958d661b1c84fc0f9a757a5b +DIST simdutf-7.7.1.tar.gz 2352543 BLAKE2B 80b6385db8bd49a32b5c181c7a6689b494c869f142518aa550c2aed7ab534eaecaec36d68ae60ff376340fa5b6e45e45ff469c75df6037deae1d5dcc1d6d5c6b SHA512 90d366d6e7f866d9e9bb92f7d40b40d9ca8353b93d2c221ad9333ed87579ba888f54dffd73b27d3ecd2357de8be502c6c2a58c6e64e343246e957d487b872113 diff --git a/dev-cpp/simdutf/simdutf-7.7.1.ebuild b/dev-cpp/simdutf/simdutf-7.7.1.ebuild new file mode 100644 index 000000000000..5736be973f5b --- /dev/null +++ b/dev-cpp/simdutf/simdutf-7.7.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DOCS_BUILDER="doxygen" +DOCS_DIR="" + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit cmake docs python-any-r1 + +DESCRIPTION="Unicode validation and transcoding at billions of characters per second" +HOMEPAGE="https://simdutf.github.io/simdutf/" +SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0/25" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/libiconv +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig + doc? ( + app-text/doxygen + ) +" + +src_configure(){ + local mycmakeargs+=( + -DSIMDUTF_TESTS=$(usex test) + -DSIMDUTF_ATOMIC_BASE64_TESTS=$(usex test) + ) + cmake_src_configure +} + +src_compile() { + cmake_src_compile + use doc && docs_compile +} + +src_install() { + cmake_src_install + use doc && einstalldocs +} diff --git a/dev-db/mydumper/Manifest b/dev-db/mydumper/Manifest index 9e2bdeb45ba3..2eafa758957f 100644 --- a/dev-db/mydumper/Manifest +++ b/dev-db/mydumper/Manifest @@ -1,6 +1,4 @@ -DIST mydumper-0.18.2-7.tar.gz 242488 BLAKE2B 9f7663941ac83fd30c7ccec3b7bd0f2fa84cb360170802755d6b85586f7da151e7fc59842088a6f72a342830c885cee6f25702dd8d7bd9f94fcf5bc6bf6053cc SHA512 c4ef10fb69117dc8ec5b01b948dce929045f4dde0232390b9887a34f13ed42284e38255ccbc63bf8f73bb4e31b0b9a3be1523561f7adf33f74204f51da413316 -DIST mydumper-0.18.2-7_docs.tar.gz 943632 BLAKE2B 9e0879b092a1ce1073751c3d3174bce812cfb35ff4e3a58846ca61cc7655c84d426e68b32f2091a4788a796d7e5fb80abcaa07c5c5fed9317faf5dabaa1c59b5 SHA512 0df911f03a97ca6b5bc65ccea3bedae36a94690e7b53f9014972e860af37c8b7814832a9759cf91f642770452e2016e3ae3fd8dd0852108727f491e5f9d22cd1 -DIST mydumper-0.19.3-3.tar.gz 843289 BLAKE2B b812829c66a2f8a392119bc11f11a5ab4a767d9e4033e5d7a1fa94fa29c4eba6104bbfb193844d4aeff1f394d4a1e0342286f37e3304c5b94fe2a8d4b36f1b23 SHA512 6a6e3c18684a9d67cc622d3563819b82e886a6e54d1036e7659216eda863feb9e1bc3b08378ce75019248ef68ef6ed356c8edf643e90172352e65e44e39a796c -DIST mydumper-0.19.3-3_docs.tar.gz 947356 BLAKE2B bd2402f32dd3b26e08c2ae0a33a1bfd8afc37a9bddb520c4bc1ab1a7c8eb3b31333a5bcdb96bfcc1eaa47b40361b1c7efc1de623cd104e6518e78074acd70aef SHA512 9cadf5799b78265c95f6fe9cded4c34cc62a78143afbde062b38329a8727f60cc2405d01e189a2d1929364e0e32bf658827e700c5a3cbe0f65856d2fbb3b35f6 DIST mydumper-0.20.1-2.tar.gz 850275 BLAKE2B 76000bbbb3470e5c5d8877f61b6ba43f51c11ecb4adcd419b7e8dfbe5089e13b235561c8438932df953e3b1320e737d3d3c90bbfbc176430066bc1af504f9bd9 SHA512 5d9f991d8e0fa90587fd92d8ecf04686c20bb9c3849e303b962b3795e65e504e2c4eb97240d4e04caf0020a50b94438d0bb9cf20eba27bcceea699b7895ac461 DIST mydumper-0.20.1-2_docs.tar.gz 959166 BLAKE2B 6e208cdf2c6c494ce304ae6bf069548ec3344fbef077db06577515286c75a367a4831c9518de1b7f6f647fd9f24a0c6d7cb2a92e9f0c968f8f52769a778f1405 SHA512 1397eed81762c56ef95c3d739572ecc849984d15e5484a65b8cca61dd587427e58bd8a01f3cd509b0501d9830cae4442b0197ae5f2a99a225154627be2d2a4ad +DIST mydumper-0.21.2-2.tar.gz 865730 BLAKE2B d0519c35fd657f4337ee0c22d696ff96db6bf2b48203c6248462f0b01c8978784306a2c947856683d602cf8b1fb3fa379ac2c0367d49a636c64e034d02cf4436 SHA512 d604eada1ff99686a9f14b04034bacf6a732660f509d88e7937e4d1189b8db3a265d9289f99e32d13d2e761ad376e1aac44c3e7edf5661a0fa651ecfa5873249 +DIST mydumper-0.21.2-2_docs.tar.gz 962034 BLAKE2B fb91b137dbd770580bb9bbdca4cba35e7efbb9733cc0fe109cf83f9e30b0a150394be40673363085bcb55906c7b71e054f46107f3c72d86244b1dc79d88ce708 SHA512 4805b74283234c6d371c65c209fcff7baa0ea4023e869c41fb2ca61bfea58ec11d8ae6487aff4647b0597a85f5f045632b7c8d7d7cc3812c72efc5b1aa3c0f0e diff --git a/dev-db/mydumper/mydumper-0.18.2.7-r1.ebuild b/dev-db/mydumper/mydumper-0.18.2.7-r1.ebuild deleted file mode 100644 index cf40473cce67..000000000000 --- a/dev-db/mydumper/mydumper-0.18.2.7-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MY_PV="$(ver_rs 3 -)" -MY_P="${PN}-${MY_PV}" -DOCS_COMMIT="b260deb19d8cf88a5e57abc0d271673a4bea254d" - -DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL" -HOMEPAGE="https://github.com/mydumper/mydumper" -SRC_URI="https://github.com/mydumper/mydumper/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz - https://github.com/mydumper/mydumper_docs/archive/${DOCS_COMMIT}.tar.gz -> ${MY_P}_docs.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="doc" - -RDEPEND=" - app-arch/zstd - dev-db/mysql-connector-c:= - dev-libs/glib:2 - dev-libs/libpcre2:= - dev-libs/openssl:= - virtual/zlib:= -" - -# this version uses libpcre2 but upstream forgot to remove old libpcre -# includes, therefore we need to have it available in build time. -DEPEND="${RDEPEND} - dev-libs/libpcre -" -BDEPEND=" - virtual/pkgconfig - doc? ( - dev-python/furo - dev-python/sphinx-inline-tabs - ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.13.1-atomic.patch" #654314 - "${FILESDIR}/${PN}-0.18-Do-not-overwrite-the-user-CFLAGS.patch" - "${FILESDIR}/${PN}-0.16-cmake-docs.patch" -) - -src_prepare() { - # copy in docs - rm -rv "${WORKDIR}"/"${MY_P}"/docs || die - mv -v "${WORKDIR}/${PN}_docs-${DOCS_COMMIT}" "${WORKDIR}/${MY_P}/docs" || die - - # https://pypi.org/project/sphinx-copybutton/ not yet in Gentoo - sed -i "s/'sphinx_copybutton',//g" "${WORKDIR}/${MY_P}/docs/_build/conf.py.in" || die - - # fix doc install path - sed -i -e "s|share/doc/mydumper|share/doc/${PF}|" docs/CMakeLists.txt || die - - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=(-DBUILD_DOCS=$(usex doc)) - cmake_src_configure -} diff --git a/dev-db/mydumper/mydumper-0.19.3.3.ebuild b/dev-db/mydumper/mydumper-0.21.2.2.ebuild index 45ca40417dc6..017673ea920a 100644 --- a/dev-db/mydumper/mydumper-0.19.3.3.ebuild +++ b/dev-db/mydumper/mydumper-0.21.2.2.ebuild @@ -9,7 +9,7 @@ inherit cmake python-any-r1 MY_PV="$(ver_rs 3 -)" MY_P="${PN}-${MY_PV}" -DOCS_COMMIT="af9dcd8d9c66cf445237f9a060d07c2a4dd3d382" +DOCS_COMMIT="5cc751c3f4383530f472008828a6614b97412abd" DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL" HOMEPAGE="https://github.com/mydumper/mydumper" @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=" diff --git a/dev-lang/R/R-4.5.0.ebuild b/dev-lang/R/R-4.5.0.ebuild index 935e00c20602..291d94c7345b 100644 --- a/dev-lang/R/R-4.5.0.ebuild +++ b/dev-lang/R/R-4.5.0.ebuild @@ -79,6 +79,7 @@ PATCHES=( "${FILESDIR}"/R-4.3.0-parallel.patch "${FILESDIR}"/R-4.3.0-no-LDFLAGS-in-libR-pkg-config.patch "${FILESDIR}"/R-4.3.0-no-gzip-doc.patch + "${FILESDIR}"/R-4.5.0-static-initializer.patch # 4.5.0 only ) # false positive, the linking step fails (as it should) diff --git a/dev-lang/R/files/R-4.5.0-static-initializer.patch b/dev-lang/R/files/R-4.5.0-static-initializer.patch new file mode 100644 index 000000000000..47af8cda226c --- /dev/null +++ b/dev-lang/R/files/R-4.5.0-static-initializer.patch @@ -0,0 +1,38 @@ +https://github.com/wch/r-source/commit/489a6b8d330bb30da82329f1949f44a0f633f1e8 + +From 489a6b8d330bb30da82329f1949f44a0f633f1e8 Mon Sep 17 00:00:00 2001 +From: ripley <ripley@00db46b3-68df-0310-9c12-caf00c1e9a41> +Date: Thu, 10 Apr 2025 05:13:13 +0000 +Subject: [PATCH] workaround for building standalone nmath with recent + compilers + +git-svn-id: https://svn.r-project.org/R/trunk@88128 00db46b3-68df-0310-9c12-caf00c1e9a41 + +diff --git a/src/nmath/mlutils.c b/src/nmath/mlutils.c +index 1b590f860a..8269e7d7f9 100644 +--- a/src/nmath/mlutils.c ++++ b/src/nmath/mlutils.c +@@ -105,7 +105,20 @@ double R_pow_di(double x, int n) + return pow; + } + ++/* It is not clear why these are being defined in standalone nmath: ++ * but that they are is stated in the R-admin manual. ++ * ++ * In R NA_AREAL is a specific NaN computed during initialization. ++ */ ++#if defined(__clang__) && defined(NAN) ++// C99 (optionally) has NAN, which is a float but will coerce to double. ++double NA_REAL = NAN; ++#else ++// ML_NAN is defined as (0.0/0.0) in nmath.h ++// Fails to compile in Intel ics 2025.0, Apple clang 17, LLVM clang 20 + double NA_REAL = ML_NAN; ++#endif ++ + double R_PosInf = ML_POSINF, R_NegInf = ML_NEGINF; + + #include <stdio.h> +-- +2.49.1 + diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest index 06df568e10d3..5abff1193161 100644 --- a/dev-libs/libsigc++/Manifest +++ b/dev-libs/libsigc++/Manifest @@ -1,3 +1,3 @@ -DIST libsigc++-2.12.0.tar.xz 5002560 BLAKE2B f4d42dfbac95be974a5e49a7bcfd4c97fb0423f5bcc9d0bda79e6cee6bab54ae77969a3e5c58094264068c38212a0ff66b3dae2a519c4101bdfa170e94767641 SHA512 88e382e274a574a4b6129e23916054642e1696c663a4bb84f05e14a401f0cb56d0a0bf8c3a6273aec36ce121ce18a338b6d491fb213bcdf5a627bd382719e021 DIST libsigc++-2.12.1.tar.xz 5041732 BLAKE2B c1b8818a116254c4d0bba60658303e60cb05ff82fa09e3d745ebcd4548f1804ce09170752fcefc6b2a28c7307a09e1fd7c70f5ddc2f215d5a561684bb9b7d288 SHA512 5e5c920807952c732a9acb139f707fdf556786133c18bc8842130803f864ba1f260e1d4a51be0a9892c2228bcfdf129a9a2ce91e3d20077870431a53a87a9f2a DIST libsigc++-3.6.0.tar.xz 991392 BLAKE2B b060d6437ac1253d9a58971a5b5e6203691f3718b1fb220a47a9f1a73fdcce746a036c0193743bdda8cc2d0ed722a84eda4a53f2449606f6f190771d0543b61d SHA512 fa79067b4fecf68501288b93eed3d3e7017899cb8a02d3106a41f6dd1818f7b8c724a5b38d4b9ac89699fd8084976f9ad8eca8e832a45a5b6dc7cae5db99cb56 +DIST libsigc++-3.8.0.tar.xz 995564 BLAKE2B eb4ffa3b5b4c9d6099dcdac20aeec476296fe685f8c9c60b29ee971ef0f318a04344e644103cf022b3d03f39641b5ae7fdb6cf3ddd0b2a969478dc35247c5497 SHA512 f6fe4243de8885a47348d30ca3943d754b39f0980bb8be5ba8018cfe5f79491cda642f87746bd61c09fb973448be698a4876e526a8bf1115eaf5bc922b2da074 diff --git a/dev-libs/libsigc++/libsigc++-2.12.0.ebuild b/dev-libs/libsigc++/libsigc++-3.8.0.ebuild index 1a36d46468f1..eb7602b8da22 100644 --- a/dev-libs/libsigc++/libsigc++-2.12.0.ebuild +++ b/dev-libs/libsigc++/libsigc++-3.8.0.ebuild @@ -2,36 +2,40 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic gnome.org meson-multilib +inherit gnome.org flag-o-matic meson-multilib DESCRIPTION="Typesafe callback system for standard C++" HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/ https://github.com/libsigcplusplus/libsigcplusplus" +SRC_URI="https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" IUSE="gtk-doc test" RESTRICT="!test? ( test )" -DEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" -BDEPEND="sys-devel/m4 - gtk-doc? ( app-text/doxygen[dot] )" +BDEPEND=" + gtk-doc? ( + app-text/doxygen[dot] + dev-lang/perl + dev-libs/libxslt + ) +" multilib_src_configure() { filter-flags -fno-exceptions #84263 - local -a emesonargs=( - $(meson_use test benchmark) - $(meson_native_use_bool gtk-doc build-documentation) + local emesonargs=( -Dbuild-examples=false + $(meson_native_use_bool gtk-doc build-documentation) $(meson_use test build-tests) ) meson_src_configure } multilib_src_install_all() { - # Note: html docs are installed into /usr/share/doc/libsigc++-2.0 + # Note: html docs are installed into /usr/share/doc/libsigc++-3.0 # We can't use /usr/share/doc/${PF} because of links from glibmm etc. docs :; } diff --git a/dev-libs/tlsh/files/tlsh-4.8.2-gnuinstalldirs.patch b/dev-libs/tlsh/files/tlsh-4.8.2-gnuinstalldirs.patch index d30363de6d74..601f3d899b72 100644 --- a/dev-libs/tlsh/files/tlsh-4.8.2-gnuinstalldirs.patch +++ b/dev-libs/tlsh/files/tlsh-4.8.2-gnuinstalldirs.patch @@ -5,7 +5,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. -cmake_minimum_required(VERSION 2.6) -+cmake_minimum_required(VERSION 2.8.5) ++cmake_minimum_required(VERSION 3.10) project(TLSH) diff --git a/dev-python/furo/furo-2025.12.19.ebuild b/dev-python/furo/furo-2025.12.19-r1.ebuild index 404d79f2ee25..f778443acc59 100644 --- a/dev-python/furo/furo-2025.12.19.ebuild +++ b/dev-python/furo/furo-2025.12.19-r1.ebuild @@ -25,6 +25,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" + dev-python/accessible-pygments[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] diff --git a/dev-python/furo/furo-2025.9.25.ebuild b/dev-python/furo/furo-2025.9.25-r1.ebuild index 0a9cbaa6a0cb..bd09a5b67380 100644 --- a/dev-python/furo/furo-2025.9.25.ebuild +++ b/dev-python/furo/furo-2025.9.25-r1.ebuild @@ -25,6 +25,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" + dev-python/accessible-pygments[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-basic-ng[${PYTHON_USEDEP}] diff --git a/dev-python/intervaltree/intervaltree-3.2.0.ebuild b/dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild index e6a9317bf9db..436c761872fb 100644 --- a/dev-python/intervaltree/intervaltree-3.2.0.ebuild +++ b/dev-python/intervaltree/intervaltree-3.2.0-r1.ebuild @@ -18,5 +18,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +RDEPEND=" + >=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}] +" + EPYTEST_PLUGINS=() distutils_enable_tests pytest diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest index 9060ac3bebf1..5eb054a6b0b7 100644 --- a/dev-ruby/i18n/Manifest +++ b/dev-ruby/i18n/Manifest @@ -1 +1,2 @@ DIST i18n-1.14.7.tar.gz 76045 BLAKE2B 2261dfcd9ef68e42ae7a2cf4314a5ff7d9030172bb68b8e10ff1fb6399912054f87ec9f48177a1ae155819edd6a4f89042b62a713cb3d969ecc3cac3d7e22e0d SHA512 e647c5a454a3929f62feb9464fe6a44c0cded23eaf48fc827d084a98bca5ca8f312c6f51d5c1241a709263ee6cd47b314c69a8f95db1393136dafd6287586a76 +DIST i18n-1.14.8.tar.gz 76086 BLAKE2B b0838c185159f2906d5ddc2b294d146eaa145bf69917a0a5b84cddd176c4ef67f9bfbde6db9844b3323615521fa71a81db13d4ddfd53bf7afa42b511dfa62374 SHA512 0be488e2350f9ef6c707986de7dccc62888ef2b555633c61d16c2ecaac598b28758cfbc7fce8e357490a849a8865ec2472c1e71c1706000fe735648aa6fff8ab diff --git a/dev-ruby/i18n/i18n-1.14.8.ebuild b/dev-ruby/i18n/i18n-1.14.8.ebuild new file mode 100644 index 000000000000..d29d7b8320aa --- /dev/null +++ b/dev-ruby/i18n/i18n-1.14.8.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Add Internationalization support to your Ruby application" +HOMEPAGE="https://github.com/ruby-i18n/i18n" +SRC_URI="https://github.com/ruby-i18n/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" + +ruby_add_rdepend " + dev-ruby/concurrent-ruby:1 + >=dev-ruby/racc-1.7:0 +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/activesupport-5.1 + dev-ruby/bundler + >=dev-ruby/minitest-5.14:5 + dev-ruby/mocha:2 + dev-ruby/test_declarative + ) +" + +all_ruby_prepare() { + rm -f gemfiles/*.lock || die + + # Remove optional unpackaged oj gem. + # Make mocha dependency more lenient. + sed -e '/oj/ s:^:#:' \ + -e '/mocha/ s/2.1.0/2.1/' \ + -i gemfiles/* || die +} + +each_ruby_test() { + case ${RUBY} in + *ruby34) + versions="7.2 8.0" + ;; + *ruby33) + versions="7.1 7.2 8.0" + ;; + *ruby32) + versions="7.1 7.2 8.0" + ;; + esac + + for version in ${versions} ; do + if has_version "dev-ruby/activesupport:${version}" ; then + einfo "Running tests with activesupport ${version}" + BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle exec ${RUBY} -S rake test || die + fi + done +} diff --git a/dev-ruby/patron/patron-0.13.4-r1.ebuild b/dev-ruby/patron/patron-0.13.4-r1.ebuild index 04042bccd0de..f0a4fcbf17ce 100644 --- a/dev-ruby/patron/patron-0.13.4-r1.ebuild +++ b/dev-ruby/patron/patron-0.13.4-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/toland/patron" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="test" DEPEND="net-misc/curl" diff --git a/dev-ruby/patron/patron-0.13.4.ebuild b/dev-ruby/patron/patron-0.13.4.ebuild index 1022ea21a9e0..6a287542b172 100644 --- a/dev-ruby/patron/patron-0.13.4.ebuild +++ b/dev-ruby/patron/patron-0.13.4.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/toland/patron" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="test" DEPEND+=" net-misc/curl" diff --git a/dev-util/glslang/glslang-1.4.328.0-r1.ebuild b/dev-util/glslang/glslang-1.4.328.0-r1.ebuild index 281e8b3a2242..73bcf83905eb 100644 --- a/dev-util/glslang/glslang-1.4.328.0-r1.ebuild +++ b/dev-util/glslang/glslang-1.4.328.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then else GIT_COMMIT="vulkan-sdk-${PV}" SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}/${PN}-${GIT_COMMIT}" fi diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest index 791def6885e4..9286d78bdcc1 100644 --- a/dev-util/gtk-update-icon-cache/Manifest +++ b/dev-util/gtk-update-icon-cache/Manifest @@ -1,2 +1 @@ -DIST gtk-update-icon-cache-3.24.40.tar.bz2 92308 BLAKE2B 5ea926db785728bb52d68d4b804d61297239ae2da7fb089b5a76485aa3f690bc6d958e74bb3ac8115e9ae2beb272785c75dc3f39317d5b928a3eb67e929dbc77 SHA512 7eea7b49f4a53b0c04819c7d79885df0b476400e01adb5d704dcba907d8cfaa9f089012e651da7426963eb096b2f58914f95a5067188464b5f92a9d12a0dbc28 DIST gtk-update-icon-cache-3.24.42.tar.bz2 92638 BLAKE2B c9bd90c8053dfb621aa12d82a233db8cd1fad18d271d4287e57777328898b26493c3435b25dcddbec8333cb1f409b9fb8de33b0fff753d80638a2d7779fb629d SHA512 2eb78c3db7ad95df0ae422686cb0e4d857a78ea6ac94afdaf6563a8a366f8dbf93bf2e7db0e26a723107f668abdecc47a7aa720753f79bdfc82dc19450bc8883 diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild deleted file mode 100644 index 25a2c91d86c8..000000000000 --- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.40.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="GTK update icon cache" -HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache" -SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -SLOT="0" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" - -# man page was previously installed by gtk+:3 ebuild -RDEPEND=" - >=dev-libs/glib-2.53.4:2 - >=x11-libs/gdk-pixbuf-2.30:2 - !<x11-libs/gtk+-3.22.2:3 -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.3 - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" diff --git a/dev-util/ruff/Manifest b/dev-util/ruff/Manifest index 519ced0f0142..acb9a0af22fc 100644 --- a/dev-util/ruff/Manifest +++ b/dev-util/ruff/Manifest @@ -3,10 +3,6 @@ DIST ruff-0.13.1-crates.tar.xz 22289184 BLAKE2B c750396641652e538ba34081f62da403 DIST ruff-0.13.1.gh.tar.gz 7990401 BLAKE2B 0c24b65c1212791e06c7ec4d153ca030f20bea75bd55be78314c07237f62060d24544dc45d7928e660f94284f8e45379a7d2f4b30863133b72fcf617ec0a2777 SHA512 f6461b23743144d5c21f83dafed89561514f143d5acfbee1c453f445e27b4d6638299123bdd13031741c8cc410376b111e7c25aab9fec30e7f2f190760ffae04 DIST ruff-0.14.10-crates.tar.xz 23837368 BLAKE2B c09dcd6a0b6b55cc08407dae11980784e0f36042ebe33983aed5de82c7ba0e27c52f582c2ba11cce00203180a226a7d88333abd3df215309969b2f554856c336 SHA512 be4e7ba3cf489cd8873a030bc17117f7eef7ecd8b8677931794f68f3ca8af1eef2465d8c040230f664b9f7001dd6dde6e5762c847871ad29b5f6acb84c87f7f0 DIST ruff-0.14.10.gh.tar.gz 10502239 BLAKE2B d7e47a0637717d48804679e17290066ecd09afe9cc9a9f5a2bd75763d0129253582a2473eacb7bd9c4e3ba3454174f2393e33dcbad96aa6ed07ef43ad827c1a5 SHA512 551fa0b51fa941df1f0f90625c07831899c76db99253a470d52f1dc77b580fe039a68dee56b8c0c9bd23ad36a4295874f80635e69859939844a6c155ea73ae99 -DIST ruff-0.14.4-crates.tar.xz 23720372 BLAKE2B 99168dcfe4e00948482052a5c527909ee7926efd8b1677d4c762dafa8e126196f1797b1d61a4e0633af7cbe7002851136c7a8a69f1fca8f58286c1254af58d93 SHA512 f1f7e331e9610fa81d3d434a99b18c68b21e1a68871069c00d5966cdd81f5e19279ffcb2137c86bec1fe9a95826cfd1407c63a23514bb173fef2566a42b5bd57 -DIST ruff-0.14.4.gh.tar.gz 8266160 BLAKE2B 9b2a63e9f61ce709173cf769b4cd8e949cba5e7b598aafd0ddfb195aafc5939abb2ff9ddcfc3120c30c975c8d828cb4b292d5bc04cc9f4ffe4685e7125efe773 SHA512 45dec24955e617ee5619bf3ad7b0cbd611b43d07690d7a990bd3e9284272f7867b84046e8d3eb9c9be056e36224ca7fdd8e294229e996102075bedbbe0aeba32 -DIST ruff-0.14.5-crates.tar.xz 23721648 BLAKE2B 85967ff7a4ee02e26d9aec2312b1c82daeb91245a643526288cfaa0b49a1772f1217f3d2f5b68839cb91ef55830547ecd38bc897e3fe366256c16d34f29d5f4a SHA512 47d6a248edacc1c334b981e7b61d283b3822ab2aa49929d770fbcedc3d95d17278d33fdf9330af7e80867f46d3668060cc9a86a48b1d7d5917eb8b8019d42017 -DIST ruff-0.14.5.gh.tar.gz 8320373 BLAKE2B aaf94d50d84a3b594ca909fec58a761640152d76b3f3e48c32445cda18ab5f23cf8e07e9c2ce63bb6c4fdede652d3bb0890219cf62edbf0ac980d3d33b09df20 SHA512 3b826dda6be1f67bd36ad77527e2252c8f186159fea2e2b5a2f1052717438104ad2326231a59bbc6d0159b7a757f62a8d782a9c7921940fdc2bd786abc047cc4 DIST ruff-0.14.6-crates.tar.xz 23752712 BLAKE2B ee49cf2f67b35072c84c6a1936f3d1dec0bc4c0256be0c5c9034f09838c9431a0890f70475d2cab19bf01ac560023b1874ab129252486bcf9dc1e231dcd9a1c3 SHA512 8782daa561df781ed0e546ff9f288ba6b5dc1eb9b7157e0b28d92f38834401b7b72a827e918d9eec1a6c33f7ea28139a3861584ad656ad07d7511b01d1871f59 DIST ruff-0.14.6.gh.tar.gz 8397813 BLAKE2B 153a770a9ef805c9972e9a04c31876e0f2bfdd99ada263bbe895d4ff9379cb641e034ee1118a3f123c43bc7257660127a5641235ac21e95229de644a7faddbe4 SHA512 7bf4f1884054408999ac477ab4dd34f5c5fa45d59462187d582fdfd01fdff62c802844fc67c0165387072d7127df89a42ff3da27e7fd165d9f7d5b96230cd5bc DIST ruff-0.14.7-crates.tar.xz 23748368 BLAKE2B 49f3fea3e9cdc9cfd57a6921e44ea7858b7b73ca043e1ae25e166a0864a6fc286c08952151b4b2b329c9679ecca0b638c68a8794ab3631e1a74649a772bf292c SHA512 6d2258eb2231c177b433fbf9db0d20f66c9cc643fbe1f1d325f58e477554eb5b3eda05229d859dae2e04e5e0859efddc8ecd78ddc35e20284749816d8f453837 @@ -15,7 +11,6 @@ DIST ruff-0.14.8-crates.tar.xz 23784784 BLAKE2B b7d70aa2e2cb31f041c9fef713c94929 DIST ruff-0.14.8.gh.tar.gz 10357541 BLAKE2B 9fb8419a1bef5b6c75d0b3c284a127660f4c160b7b2e1565064f32b2f440f512540cbc976dce8ff065a9491da530404fbcca54e354e571769fac4ee44e153fd6 SHA512 8c29a7ded298656d8213563a42e41ca58ae07ab833edad830b57a0d47e4a7100576d9d803dfb87d3649eb026783781da2cb6c4dbc3bfd4094c5d98362bce1309 DIST ruff-0.14.9-crates.tar.xz 23756736 BLAKE2B 096331190e95db7701bd80ef61d38dbc2f40dd551ed47381376ec7b7ab6cca2660d0bf3991e436643bab8e8c76b21d0b250b3229f6718a5b9ae8cf062167fb88 SHA512 69a2784950322b8d99abcfc7a08b6205e26ba58c7c91a7978069fec734e8668c32e59d1142c0921eec0e65b7fd6b7eb25ad5c9f623e547f4ee41045bcad92447 DIST ruff-0.14.9.gh.tar.gz 10435624 BLAKE2B 8a11be76ac46750c97efd6f8bfdafd1d2bdeac81302b85f2d04feba59165fe9ed1b24c465a9df0d8d415325af6e9c6e020d21f295ef94c52f24681359c00bb3a SHA512 67c58eff480232871041156ddd8448a856b0e3c9bb68ca82577d34f353a711b85e3b1e032f98ed0abe5d0fff2855a109380e59e8909dd2742c3bb6b96dc972d4 -DIST salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz 730179 BLAKE2B 7b57e50c2fbb6973e18a0197c38591f908f30eb138bcf3c2088e60cf7c81cfb01101542f35fc5cec67fa5d77e96fc4782a726c3fe33aa837a7f8325800ed8843 SHA512 cfe8513c55bf3b16b3b4f86198847d1f34313d14c260ef05d4baf9fd15ca93faba3d7232181bebb7adef8f5ae0f817095e7c3ea982838052896b294259de87c7 DIST salsa-17bc55d699565e5a1cb1bd42363b905af2f9f3e7.gh.tar.gz 731114 BLAKE2B fd0955880ac2b25e6ffa9b92ed3d34a1171e99d5bb244234d03a68fed1add9248e887cb6b01047375cf0cf56e2026b259296363f55c7509d421884d404581f4f SHA512 745ba50f1aaf17703e3f83051a88d2c94fe332b668de57cde46b4f0a411bb5c119ef6965a6d49892b55e322af44b420e7086180a32592fe1f90acc20261e6435 DIST salsa-3713cd7eb30821c0c086591832dd6f59f2af7fe7.gh.tar.gz 717350 BLAKE2B 3db412c1ce2953fdde9f182e9611d8dfe09b197be36c69ebf77344fbdf1efb542b94ca61c5cbcc39fdb3df8ec1e374d19e1e1116174f63f907e28b51f14f19cf SHA512 49bcdede05f7f681d075739b685e1807e978d8160374b2d6176246b90255d72c202205e7591af76ce362706793ca8c15f1a3854849c63b466313eaf363ad8c61 DIST salsa-55e5e7d32fa3fc189276f35bb04c9438f9aedbd1.gh.tar.gz 731425 BLAKE2B ce720abaa295b46c7e1fa06a73e2ad9a48a6b9da7f2b4a91edba38a28bb9a63a1661886fc7c5d6dbc915f589f2e055731a544cdf18afb4dd7b3f6815c59e543b SHA512 91942cfc6bbfb7f07366cdd3d42e5296bff877ee723b24868ff3c278defd0ef247f03e957332bc0696553f0f1977a41c18d08efe7887f5bda3a1cb98543bddbd diff --git a/dev-util/ruff/ruff-0.14.4.ebuild b/dev-util/ruff/ruff-0.14.4.ebuild deleted file mode 100644 index fb3d6037156a..000000000000 --- a/dev-util/ruff/ruff-0.14.4.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.0 - -EAPI=8 - -CRATES=" -" - -declare -A GIT_CRATES=( - [lsp-types]='https://github.com/astral-sh/lsp-types;3512a9f33eadc5402cfab1b8f7340824c8ca1439;lsp-types-%commit%' - [salsa-macro-rules]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%/components/salsa-macro-rules' - [salsa-macros]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%/components/salsa-macros' - [salsa]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%' -) - -RUST_MIN_VER="1.89.0" - -inherit shell-completion cargo - -DESCRIPTION="An extremely fast Python linter, written in Rust" -HOMEPAGE=" - https://docs.astral.sh/ruff/ - https://github.com/astral-sh/ruff -" -SRC_URI=" - ${CARGO_CRATE_URIS} - https://github.com/astral-sh/ruff/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/gentoo-crate-dist/${PN}/releases/download/${PV}/${P}-crates.tar.xz -" - -LICENSE="MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 PSF-2 Unicode-3.0 - Unicode-DFS-2016 WTFPL-2 ZLIB -" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv" - -RDEPEND=" - !elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) - app-arch/zstd -" -DEPEND=" - ${RDEPEND} -" - -QA_FLAGS_IGNORED="usr/bin/.*" - -DOCS=( - BREAKING_CHANGES.md - CODE_OF_CONDUCT.md - CONTRIBUTING.md - README.md - assets - docs -) - -src_prepare() { - default - - # Experimental cruft cleaner. These crates are not used by the ruff binary, - # and when they are removed in the git repo, the lockfile is regenerated - # and gets quite a bit smaller. Hence pycargoebuild also produces much - # smaller CRATES= variables. Less for the user to download, fewer distfiles - # to mirror. - pushd crates >/dev/null || die - rm -r ruff_{benchmark,dev} ty{,_{ide,project,server,completion_eval,combine}} *_wasm || die - popd > /dev/null || die - - # tests that hang in the ebuild environment - rm crates/ruff_annotate_snippets/tests/examples.rs || die -} - -src_configure() { - export RUSTFLAGS="${RUSTFLAGS}" - cargo_src_configure -} - -src_compile() { - local -x ZSTD_SYS_USE_PKG_CONFIG=1 - # Gentoo bug #927338 - if use !elibc_musl && use !elibc_Darwin && use !elibc_bionic; then - local -x CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1 - local -x JEMALLOC_OVERRIDE="${ESYSROOT}/usr/$(get_libdir)"/libjemalloc.so - fi - cargo_src_compile --bin ruff - - local releasedir - releasedir=$(cargo_target_dir) - - ${releasedir}/ruff generate-shell-completion bash > ruff-completion.bash || die - ${releasedir}/ruff generate-shell-completion zsh > ruff-completion.zsh || die -} - -src_test() { - local -x ZSTD_SYS_USE_PKG_CONFIG=1 - # Gentoo bug #927338 - if use !elibc_musl && use !elibc_Darwin && use !elibc_bionic; then - local -x CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1 - local -x JEMALLOC_OVERRIDE="${ESYSROOT}/usr/$(get_libdir)"/libjemalloc.so - fi - cargo_src_test --target-dir "${PWD}"/tested-target/ -} - -src_install() { - local releasedir=$(cargo_target_dir) - - dobin ${releasedir}/ruff - - newbashcomp ruff-completion.bash ruff - newzshcomp ruff-completion.zsh _ruff - - dodoc -r "${DOCS[@]}" -} diff --git a/dev-util/ruff/ruff-0.14.5.ebuild b/dev-util/ruff/ruff-0.14.5.ebuild deleted file mode 100644 index fb3d6037156a..000000000000 --- a/dev-util/ruff/ruff-0.14.5.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.0 - -EAPI=8 - -CRATES=" -" - -declare -A GIT_CRATES=( - [lsp-types]='https://github.com/astral-sh/lsp-types;3512a9f33eadc5402cfab1b8f7340824c8ca1439;lsp-types-%commit%' - [salsa-macro-rules]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%/components/salsa-macro-rules' - [salsa-macros]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%/components/salsa-macros' - [salsa]='https://github.com/salsa-rs/salsa;05a9af7f554b64b8aadc2eeb6f2caf73d0408d09;salsa-%commit%' -) - -RUST_MIN_VER="1.89.0" - -inherit shell-completion cargo - -DESCRIPTION="An extremely fast Python linter, written in Rust" -HOMEPAGE=" - https://docs.astral.sh/ruff/ - https://github.com/astral-sh/ruff -" -SRC_URI=" - ${CARGO_CRATE_URIS} - https://github.com/astral-sh/ruff/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/gentoo-crate-dist/${PN}/releases/download/${PV}/${P}-crates.tar.xz -" - -LICENSE="MIT" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 PSF-2 Unicode-3.0 - Unicode-DFS-2016 WTFPL-2 ZLIB -" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv" - -RDEPEND=" - !elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) - app-arch/zstd -" -DEPEND=" - ${RDEPEND} -" - -QA_FLAGS_IGNORED="usr/bin/.*" - -DOCS=( - BREAKING_CHANGES.md - CODE_OF_CONDUCT.md - CONTRIBUTING.md - README.md - assets - docs -) - -src_prepare() { - default - - # Experimental cruft cleaner. These crates are not used by the ruff binary, - # and when they are removed in the git repo, the lockfile is regenerated - # and gets quite a bit smaller. Hence pycargoebuild also produces much - # smaller CRATES= variables. Less for the user to download, fewer distfiles - # to mirror. - pushd crates >/dev/null || die - rm -r ruff_{benchmark,dev} ty{,_{ide,project,server,completion_eval,combine}} *_wasm || die - popd > /dev/null || die - - # tests that hang in the ebuild environment - rm crates/ruff_annotate_snippets/tests/examples.rs || die -} - -src_configure() { - export RUSTFLAGS="${RUSTFLAGS}" - cargo_src_configure -} - -src_compile() { - local -x ZSTD_SYS_USE_PKG_CONFIG=1 - # Gentoo bug #927338 - if use !elibc_musl && use !elibc_Darwin && use !elibc_bionic; then - local -x CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1 - local -x JEMALLOC_OVERRIDE="${ESYSROOT}/usr/$(get_libdir)"/libjemalloc.so - fi - cargo_src_compile --bin ruff - - local releasedir - releasedir=$(cargo_target_dir) - - ${releasedir}/ruff generate-shell-completion bash > ruff-completion.bash || die - ${releasedir}/ruff generate-shell-completion zsh > ruff-completion.zsh || die -} - -src_test() { - local -x ZSTD_SYS_USE_PKG_CONFIG=1 - # Gentoo bug #927338 - if use !elibc_musl && use !elibc_Darwin && use !elibc_bionic; then - local -x CARGO_FEATURE_UNPREFIXED_MALLOC_ON_SUPPORTED_PLATFORMS=1 - local -x JEMALLOC_OVERRIDE="${ESYSROOT}/usr/$(get_libdir)"/libjemalloc.so - fi - cargo_src_test --target-dir "${PWD}"/tested-target/ -} - -src_install() { - local releasedir=$(cargo_target_dir) - - dobin ${releasedir}/ruff - - newbashcomp ruff-completion.bash ruff - newzshcomp ruff-completion.zsh _ruff - - dodoc -r "${DOCS[@]}" -} diff --git a/dev-util/spirv-headers/spirv-headers-1.4.328.0.ebuild b/dev-util/spirv-headers/spirv-headers-1.4.328.0.ebuild index cd1e400894d0..467f2cfa56de 100644 --- a/dev-util/spirv-headers/spirv-headers-1.4.328.0.ebuild +++ b/dev-util/spirv-headers/spirv-headers-1.4.328.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi diff --git a/dev-util/spirv-tools/spirv-tools-1.4.328.0.ebuild b/dev-util/spirv-tools/spirv-tools-1.4.328.0.ebuild index 83ddb56002a8..0e7ebef25f8a 100644 --- a/dev-util/spirv-tools/spirv-tools-1.4.328.0.ebuild +++ b/dev-util/spirv-tools/spirv-tools-1.4.328.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else EGIT_COMMIT="vulkan-sdk-${PV}" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} fi diff --git a/dev-util/vulkan-headers/vulkan-headers-1.4.328.0.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.4.328.0.ebuild index 2a1393fb490b..8bba8f5f9628 100644 --- a/dev-util/vulkan-headers/vulkan-headers-1.4.328.0.ebuild +++ b/dev-util/vulkan-headers/vulkan-headers-1.4.328.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi diff --git a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.4.328.0.ebuild b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.4.328.0.ebuild index 52c4a9709b40..e33e849a35d1 100644 --- a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.4.328.0.ebuild +++ b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.4.328.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else EGIT_COMMIT="vulkan-sdk-${PV}" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} fi diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 0f7ac98056c3..91b5c9b2175a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1582,7 +1582,7 @@ toolchain_src_configure() { --enable-clocale=gnu ) - if [[ ${CTARGET} == *linux* ]] && tc_version_is_at_least 16.0.0_p20251214 ${PV} ; then + if [[ ${CTARGET} == x86_64*-*-linux-* ]] && tc_version_is_at_least 16.0.0_p20251214 ${PV} ; then confgcc+=( --with-tls=gnu2 ) fi ;; diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest index 78702618cbe9..7df4a0f88984 100644 --- a/gnome-base/gvfs/Manifest +++ b/gnome-base/gvfs/Manifest @@ -1,2 +1,2 @@ -DIST gvfs-1.52.3.tar.xz 1233584 BLAKE2B 056e548442b9d149fcd82f0a9b62dc2c7cab5528d3b19f5b8d5f36d1c4d590e91a12f02b1b8660ca4d7ea08eef47f444d749e8258404b4462d6cf9b17e14b8b0 SHA512 7116d79db932d7d6388f3b292f1ab28926679bbbf4a59ec2eb5a4c5da4df26c94d9972e105a7c8b64fb1aa4ee2f928817766be3ffc63ed50d8bb9273a489566c DIST gvfs-1.56.1.tar.xz 1266412 BLAKE2B e9249a89b7af4633dd407d068ae0b07258340bc2fc52d6bba4758ef26b876d06b5ecfda96d53194e69d1cd2b6587beab5104012bd6988a223149d4135a7cfef8 SHA512 09a6fef47c7689437bb6ddf98baf228c25731e82ac6165838c55c8255c2079795e5bb824983a691c976875b2a086c46246a65979c54fdebb41a241ad983c3c33 +DIST gvfs-1.58.0.tar.xz 1283696 BLAKE2B 25a323afacba5183734b2627188db6b1274de838e4748606f7942062ea5f35a72afda3a9bfbe8d130cc9d7358173b5bad34d3975842a21caa3e879e72ce45d75 SHA512 b77e1d6184be7310ffad74a45598c07ebc9555d4a5b72d2c2be535e3258a7a2da73f68f74e4ff669988410688e5592e33cf68e30e5ac12d28e9b70d36a4a9b42 diff --git a/gnome-base/gvfs/gvfs-1.56.1-r2.ebuild b/gnome-base/gvfs/gvfs-1.56.1-r3.ebuild index 77dc16b4d5b1..9ce98358e25b 100644 --- a/gnome-base/gvfs/gvfs-1.56.1-r2.ebuild +++ b/gnome-base/gvfs/gvfs-1.56.1-r3.ebuild @@ -71,7 +71,7 @@ RDEPEND=" nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] - >=net-libs/msgraph-0.2.0 + >=net-libs/msgraph-0.2.0:0/0.1 ) virtual/openssh " diff --git a/gnome-base/gvfs/gvfs-1.52.3-r2.ebuild b/gnome-base/gvfs/gvfs-1.58.0.ebuild index ed15aaeba98f..4fa7bd0bd7a8 100644 --- a/gnome-base/gvfs/gvfs-1.52.3-r2.ebuild +++ b/gnome-base/gvfs/gvfs-1.58.0.ebuild @@ -7,12 +7,13 @@ TMPFILES_OPTIONAL=1 inherit gnome.org gnome2-utils meson systemd tmpfiles xdg DESCRIPTION="Virtual filesystem implementation for GIO" -HOMEPAGE="https://wiki.gnome.org/Projects/gvfs" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gvfs" LICENSE="LGPL-2+" SLOT="0" -IUSE="afp archive bluray cdda elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="afp archive bluray cdda cdr elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs onedrive policykit samba systemd test +udev udisks zeroconf" RESTRICT="!test? ( test )" # elogind/systemd only relevant to udisks (in v1.38.1) REQUIRED_USE=" @@ -20,17 +21,17 @@ REQUIRED_USE=" cdda? ( udev ) google? ( gnome-online-accounts ) gphoto2? ( udev ) + onedrive? ( gnome-online-accounts ) mtp? ( udev ) udisks? ( udev ) " -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" RDEPEND=" - >=dev-libs/glib-2.70.0:2 + >=dev-libs/glib-2.83.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus - app-crypt/gcr:0= + app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap @@ -52,7 +53,7 @@ RDEPEND=" >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.53.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( @@ -68,6 +69,10 @@ RDEPEND=" google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) + onedrive? ( + >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] + >=net-libs/msgraph-0.3.0:= + ) virtual/openssh " DEPEND="${RDEPEND}" @@ -109,7 +114,9 @@ src_configure() { $(meson_use ios afc) $(meson_use afp) $(meson_use archive) + $(meson_use cdr burn) $(meson_use cdda) + -Ddeprecated_apis=false $(meson_use zeroconf dnssd) $(meson_use gnome-online-accounts goa) $(meson_use google) @@ -117,6 +124,7 @@ src_configure() { $(meson_use http) $(meson_use mtp) $(meson_use nfs) + $(meson_use onedrive) -Dsftp=true $(meson_use samba smb) $(meson_use udisks udisks2) @@ -132,8 +140,11 @@ src_configure() { # but they aren't automated tests in 1.38.1 -Ddevel_utils=false -Dinstalled_tests=false + -Dunit_tests=false -Dman=true -Dprivileged_group=wheel + # wsdd not in gentoo repository + -Dwsdd=false ) meson_src_configure } diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest index 2989bcb1a94f..12187eb87b26 100644 --- a/gnome-base/nautilus/Manifest +++ b/gnome-base/nautilus/Manifest @@ -1,4 +1,2 @@ -DIST nautilus-47.4.tar.xz 3249448 BLAKE2B 4f8dc9076ba5654f5fab63b353678d5b56862ec8380c3b2f93850c8b3e64f79bee05c2214f34851afffd049d9121f0adf4aa4866d591aa916b5aa80f6563cf85 SHA512 5fc1a11229dec9d5578f118d853c687a495659617f7c88a6abbd5cca64ae0d06466ddebd1193b20c93c2ecfd965993291395e7550df2f9fffba628894d5dbc41 -DIST nautilus-47.5.tar.xz 3249756 BLAKE2B 21ef0db9076392b0068841257ee5304b53164f86b4fdd22c638dfa5ec1505331e3933cd1a3e0468f7f14e41aa9ce0c18a64c69f7e1ef82fc753e1b16fa8b1468 SHA512 671fb689e05cae704db1f9031a6cb49ef566150541346e86278e634b0c63f51c955468f47a880f036df71fcb72a8ac1e5bc1d6f028e0e14935386d7d2a5709cb -DIST nautilus-48.3.tar.xz 3264280 BLAKE2B d85e962438f703abbd0da210682d16d31bb786829169c82b80e4b532d7402d80483ee7ec5e164c0f9cf47b49c983c8e85c4edab16ceb53754aa704ea075f3692 SHA512 8fa753f9ede9a0c89a9b438335b02b62f9c6af4c3eb29600838478100dbaae21b280563a1679a4b8aa4b48783dc76b904a328397bdcea97d5d41c6fe841de2fd DIST nautilus-48.4.1.tar.xz 3264612 BLAKE2B f4f5741aa3caca65695a31480edf070ff1657ae0149c5453f847caada9a9d8fc52df26667a16306f20365f05862b3ed6cead0aa9203f46f44080a07942ab827f SHA512 f87ee1f0b31395f2606e1e54a7306af37f2e31e40222457d690257da8ab46036b37445bb5d7b353245574c0554a972c57d6a961e2e4e907bd871033332094b22 +DIST nautilus-49.2.tar.xz 3324964 BLAKE2B b808d043a38ef6f9dcb7e583f655555a3225a4d1c6a3ba2f1c7424265cfae003b86b3086a4dec3c0e4144ea5da67133a2a668fa704f56c8dfbede7e4248d3bf8 SHA512 d88ae5ec502cd13499a7178dc90199a520b4c4daa08530b98fcfe0da9f737204103793a2fd25d9b0fac4e593a26ca58f46c5ede22af8bfb62bebe706c20d79a4 diff --git a/gnome-base/nautilus/nautilus-47.4-r2.ebuild b/gnome-base/nautilus/nautilus-47.4-r2.ebuild deleted file mode 100644 index 522e3a2025a3..000000000000 --- a/gnome-base/nautilus/nautilus-47.4-r2.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg - -DESCRIPTION="Default file manager for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/Nautilus/" - -LICENSE="GPL-3+ LGPL-2.1+" -SLOT="0" - -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" - -IUSE="+cloudproviders doc gnome +gstreamer +introspection +previewer selinux" -REQUIRED_USE="doc? ( introspection )" - -DEPEND=" - >=dev-libs/glib-2.79.0:2 - >=media-libs/gexiv2-0.14.2 - >=x11-libs/gdk-pixbuf-2.30.0:2 - gstreamer? ( media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) - >=app-arch/gnome-autoar-0.4.4 - >=gnome-base/gnome-desktop-43:4= - >=gnome-base/gsettings-desktop-schemas-42 - >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] - >=gui-libs/libadwaita-1.6_beta:1 - >=dev-libs/libportal-0.7:=[gtk] - >=x11-libs/pango-1.28.3 - selinux? ( >=sys-libs/libselinux-2.0 ) - >=app-misc/tinysparql-3.0:3 - cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -" -RDEPEND="${DEPEND} - >=app-misc/localsearch-3.0:3= -" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from tracker-miners -BDEPEND=" - >=dev-util/gdbus-codegen-2.51.2 - dev-util/glib-utils - doc? ( - app-text/docbook-xml-dtd:4.1.2 - dev-util/gi-docgen - ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( sys-apps/dbus ) -" -PDEPEND=" - gnome? ( x11-themes/adwaita-icon-theme ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - >=gnome-base/gvfs-1.14[gtk(+)] -" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) since gvfs-1.34 - -PATCHES=( - "${FILESDIR}"/43.0-optional-gstreamer.patch # Allow controlling audio-video-properties build -) - -src_prepare() { - default - xdg_environment_reset - - # Disable -Werror - sed -e '/-Werror=/d' -i meson.build || die - - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Disable test-nautilus-search-engine-tracker; bug #831170 - sed -e '/^tracker_tests = /{n;N;N;d}' -i test/automated/displayless/meson.build || die -} - -src_configure() { - local emesonargs=( - $(meson_use doc docs) - -Dextensions=true # image file properties, also required for -Dgstreamer=true - $(meson_use introspection) - -Dpackagekit=false - $(meson_use selinux) - $(meson_use cloudproviders) - -Dtests=$(usex test all none) - - $(meson_use gstreamer) # gstreamer audio-video-properties extension - ) - meson_src_configure -} - -src_install() { - use previewer && readme.gentoo_create_doc - meson_src_install -} - -src_test() { - # Avoid dconf that looks at XDG_DATA_DIRS, which can sandbox fail if flatpak is installed - gnome2_environment_reset - # TODO: Tests require tracker testutils (e.g. tracker-sandbox), which may - # need some sorting out with tracker use flag deps - # GIO_USE_VOLUME_MONITOR=unix due to https://gitlab.gnome.org/GNOME/gvfs/-/issues/629#note_1467280 - GIO_USE_VOLUME_MONITOR=unix XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/gnome-base/nautilus/nautilus-47.5-r2.ebuild b/gnome-base/nautilus/nautilus-47.5-r2.ebuild deleted file mode 100644 index b9272fb945dd..000000000000 --- a/gnome-base/nautilus/nautilus-47.5-r2.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg - -DESCRIPTION="Default file manager for the GNOME desktop" -HOMEPAGE="https://apps.gnome.org/Nautilus/" - -LICENSE="GPL-3+ LGPL-2.1+" -SLOT="0" - -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" - -IUSE="+cloudproviders doc gnome +gstreamer +introspection +previewer selinux" -REQUIRED_USE="doc? ( introspection )" - -DEPEND=" - >=dev-libs/glib-2.79.0:2 - >=media-libs/gexiv2-0.14.2 - >=x11-libs/gdk-pixbuf-2.30.0:2 - gstreamer? ( media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) - >=app-arch/gnome-autoar-0.4.4 - >=gnome-base/gnome-desktop-43:4= - >=gnome-base/gsettings-desktop-schemas-42 - >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] - >=gui-libs/libadwaita-1.6_beta:1 - >=dev-libs/libportal-0.7:=[gtk] - >=x11-libs/pango-1.28.3 - selinux? ( >=sys-libs/libselinux-2.0 ) - >=app-misc/tinysparql-3.0:3 - cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -" -# Uses org.freedesktop.Tracker.Miner.Files gsettings schema from localsearch -RDEPEND="${DEPEND} - >=app-misc/localsearch-3.0:3= -" -BDEPEND=" - >=dev-util/gdbus-codegen-2.51.2 - dev-util/glib-utils - doc? ( - app-text/docbook-xml-dtd:4.1.2 - dev-util/gi-docgen - ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - test? ( sys-apps/dbus ) -" -PDEPEND=" - gnome? ( x11-themes/adwaita-icon-theme ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - >=gnome-base/gvfs-1.14[gtk(+)] -" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) since gvfs-1.34 - -PATCHES=( - "${FILESDIR}"/43.0-optional-gstreamer.patch # Allow controlling audio-video-properties build -) - -src_prepare() { - default - xdg_environment_reset - - # Disable -Werror - sed -e '/-Werror=/d' -i meson.build || die - - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi -} - -src_configure() { - local emesonargs=( - $(meson_use doc docs) - -Dextensions=true # image file properties, also required for -Dgstreamer=true - $(meson_use introspection) - -Dpackagekit=false - $(meson_use selinux) - $(meson_use cloudproviders) - -Dtests=$(usex test all none) - - $(meson_use gstreamer) # gstreamer audio-video-properties extension - ) - meson_src_configure -} - -src_install() { - use previewer && readme.gentoo_create_doc - meson_src_install -} - -src_test() { - # Avoid dconf that looks at XDG_DATA_DIRS, which can sandbox fail if flatpak is installed - gnome2_environment_reset - # GIO_USE_VOLUME_MONITOR=unix due to https://gitlab.gnome.org/GNOME/gvfs/-/issues/629#note_1467280 - GIO_USE_VOLUME_MONITOR=unix XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/gnome-base/nautilus/nautilus-48.3-r2.ebuild b/gnome-base/nautilus/nautilus-49.2.ebuild index 0ee79002d847..e84cf93782a3 100644 --- a/gnome-base/nautilus/nautilus-48.3-r2.ebuild +++ b/gnome-base/nautilus/nautilus-49.2.ebuild @@ -17,20 +17,21 @@ IUSE="+cloudproviders doc gnome +gstreamer +introspection +previewer selinux" REQUIRED_USE="doc? ( introspection )" DEPEND=" - >=dev-libs/glib-2.79.0:2 + >=dev-libs/glib-2.84.0:2 >=media-libs/gexiv2-0.14.2 - >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.17.5:4[X,introspection?,wayland] + dev-libs/wayland >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] + >=dev-libs/icu-56 >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) - >=app-misc/tinysparql-3.0:3 + >=app-misc/tinysparql-3.2:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) " diff --git a/media-gfx/gthumb/files/gthumb-3.12.8.2-disabled-lcms2.patch b/media-gfx/gthumb/files/gthumb-3.12.8.2-disabled-lcms2.patch new file mode 100644 index 000000000000..295a37507164 --- /dev/null +++ b/media-gfx/gthumb/files/gthumb-3.12.8.2-disabled-lcms2.patch @@ -0,0 +1,56 @@ +From a871dd868dce5204e19602263fbf89311c16a54b Mon Sep 17 00:00:00 2001 +From: Paolo Bacchilega <paobac@src.gnome.org> +Date: Sun, 21 Dec 2025 08:14:15 +0100 +Subject: [PATCH] Fixed compilation when lcms2 is disabled + +Fixes https://gitlab.gnome.org/GNOME/gthumb/-/issues/376 +--- + extensions/cairo_io/cairo-image-surface-tiff.c | 2 ++ + gthumb/gth-image.c | 4 ++++ + 2 files changed, 6 insertions(+) + +diff --git a/extensions/cairo_io/cairo-image-surface-tiff.c b/extensions/cairo_io/cairo-image-surface-tiff.c +index d948ff6d..60c7fdf8 100644 +--- a/extensions/cairo_io/cairo-image-surface-tiff.c ++++ b/extensions/cairo_io/cairo-image-surface-tiff.c +@@ -259,6 +259,7 @@ _cairo_image_surface_create_from_tiff (GInputStream *istream, + orientation = exif_orientation; + } + ++#if HAVE_LCMS2 + uint16_t colorspace; + if ((profile == NULL) && (TIFFGetField (tif, EXIFTAG_COLORSPACE, &colorspace) == 1)) { + //g_print ("> colorspace: %u\n", colorspace); +@@ -266,6 +267,7 @@ _cairo_image_surface_create_from_tiff (GInputStream *istream, + profile = gth_icc_profile_new_srgb (); + } + } ++#endif + } + } + +diff --git a/gthumb/gth-image.c b/gthumb/gth-image.c +index 49e3a7fe..860f0991 100644 +--- a/gthumb/gth-image.c ++++ b/gthumb/gth-image.c +@@ -481,6 +481,8 @@ gth_image_get_original_profile_name (GthImage *image) + /* -- gth_image_apply_icc_profile -- */ + + ++#if HAVE_LCMS2 ++ + static gboolean + gth_image_apply_tranform (GthImage *image, + GthICCTransform *transform, +@@ -513,6 +515,8 @@ gth_image_apply_tranform (GthImage *image, + return applied; + } + ++#endif ++ + + gboolean + gth_image_apply_icc_profile (GthImage *image, +-- +GitLab + diff --git a/media-gfx/gthumb/gthumb-3.12.8.2.ebuild b/media-gfx/gthumb/gthumb-3.12.8.2.ebuild index 6335a7578f96..587da10484e6 100644 --- a/media-gfx/gthumb/gthumb-3.12.8.2.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.8.2.ebuild @@ -59,6 +59,10 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig " +PATCHES=( + # https://gitlab.gnome.org/GNOME/gthumb/-/issues/376 + "${FILESDIR}/${P}-disabled-lcms2.patch" +) src_configure() { use X || append-cflags -DGENTOO_GTK_HIDE_X11 diff --git a/media-gfx/wings/Manifest b/media-gfx/wings/Manifest index 64654863a969..123a0db5873e 100644 --- a/media-gfx/wings/Manifest +++ b/media-gfx/wings/Manifest @@ -1,3 +1,4 @@ DIST wings-2.2.6.1.tar.bz2 3266532 BLAKE2B a3ec86925632df7d231d620a47841781f8b2e66a50d13857c57fa6389890e7a03fed8bf5e0d09b03de00d6360ee0e4129a4178aec34270367879890f9430c208 SHA512 dba4b189c80180533b7a6c10be5c236a4a9fdacaa7dc491a0d1892149f7a75e636778acc11e38ef82a06718ae705e640da2e1618ec655828d2056e6b3864aba4 DIST wings-2.3.tar.bz2 3561319 BLAKE2B 0f3dce900dcae74516b57555f188aa578a5ea138d0e55e2b15ba946581652e470f5f596bd7e7661394674d437c8cbbe395bbf2e769af2a77d6940fddab1c86df SHA512 b5b054d974af2443cbe7d46a32cb8dfb7641054fa68aea9245e3d3100b21d223f443171572c3f371f25d937dca8cdb11870c61ba21e28632afef7886b4b2487b +DIST wings-2.4.1.tar.bz2 3422131 BLAKE2B 47af740e44365ace485e8bdc058909e8bce1d4d8239d84825ad29173b543f83981b3537b9425c12cdb662463c6a03f2fbdc5ad9f72606b485d5149f42ba3d585 SHA512 6d500ec384082a71c4251a04cc8407f0988062b39877191e730bf14aa8aad8348f47ad22e37f5babab63f3b34b272279937de946aa0a3655ac1a6f66d98684a1 DIST wings-2.4.tar.bz2 3420165 BLAKE2B d60220413f679af70d8300a6b1925ec15eee206756229ef6cd72eb3063ab04286bc2c64d140ace474c2de654b287e5ea5da51691b4b16097495d3ad563677072 SHA512 1873e57002eb83b404427ab36abf91c8182e4f0141b4792f86613fe5d33e8fb74978a3ed9eddfa78c1b21e86d256e542127956068e9bd596f7582d929518d8a4 diff --git a/media-gfx/wings/wings-2.2.6.1.ebuild b/media-gfx/wings/wings-2.2.6.1-r1.ebuild index 04eacee4323a..96056a2eaf68 100644 --- a/media-gfx/wings/wings-2.2.6.1.ebuild +++ b/media-gfx/wings/wings-2.2.6.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs DESCRIPTION="Wings 3D is an advanced subdivision modeler" @@ -12,8 +12,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" +# Build fails with >=dev-lang/erlang-28 RDEPEND=" >dev-lang/erlang-21[wxwidgets] + <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] diff --git a/media-gfx/wings/wings-2.3.ebuild b/media-gfx/wings/wings-2.3-r1.ebuild index 21082b88f949..b80ff4942896 100644 --- a/media-gfx/wings/wings-2.3.ebuild +++ b/media-gfx/wings/wings-2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,8 +12,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# Build fails with >=dev-lang/erlang-28 RDEPEND=" >dev-lang/erlang-21[wxwidgets] + <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] diff --git a/media-gfx/wings/wings-2.4.ebuild b/media-gfx/wings/wings-2.4-r1.ebuild index 0e27c1b924b7..aab863a6a360 100644 --- a/media-gfx/wings/wings-2.4.ebuild +++ b/media-gfx/wings/wings-2.4-r1.ebuild @@ -12,8 +12,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" +# Run failed with dev-lang/erlang in the range [28, 28.3), see bug 964737 RDEPEND=" >dev-lang/erlang-21[wxwidgets] + || ( + <dev-lang/erlang-28 + >=dev-lang/erlang-28.3 + ) dev-libs/cl media-libs/glu media-libs/libsdl[opengl] diff --git a/media-gfx/wings/wings-2.4.1.ebuild b/media-gfx/wings/wings-2.4.1.ebuild new file mode 100644 index 000000000000..48712f3d4e44 --- /dev/null +++ b/media-gfx/wings/wings-2.4.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit toolchain-funcs + +DESCRIPTION="Wings 3D is an advanced subdivision modeler" +HOMEPAGE="https://www.wings3d.com/" +SRC_URI="https://downloads.sourceforge.net/wings/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Run failed with dev-lang/erlang in the range [28, 28.3), see bug 964737 +RDEPEND=" + >dev-lang/erlang-21[wxwidgets] + || ( + <dev-lang/erlang-28 + >=dev-lang/erlang-28.3 + ) + dev-libs/cl + media-libs/glu + media-libs/libsdl[opengl] + virtual/opengl + dev-cpp/eigen + sci-libs/libigl +" +DEPEND=" + ${RDEPEND} +" + +PATCHES=( "${FILESDIR}"/${PN}-2.3-nogit.patch ) + +src_prepare() { + sed -i -e 's# -Werror##g;s# -O3##g' $(find -name Makefile) || die + sed -i \ + -e "s|IGL_INCLUDE = .*$|IGL_INCLUDE=-I/usr/include/eigen3|" \ + c_src/Makefile \ + || die + default +} + +src_compile() { + export ERL_PATH="/usr/$(get_libdir)/erlang/lib/" + tc-export CC + # Work around parallel make issues + # Set ER_LIBS to the top source directory + emake vsn.mk + for subdir in intl_tools e3d src plugins_src icons; do + emake -C ${subdir} opt ERL_LIBS="${S}" + done + default +} + +src_install() { + WINGS_PATH=${ERL_PATH}/${P} + dodir ${WINGS_PATH} + + find -name 'Makefile*' -exec rm -f '{}' \; + + insinto ${WINGS_PATH} + doins -r e3d ebin icons plugins priv psd shaders src textures tools + + newbin "${FILESDIR}"/wings.sh-r1 wings + dodoc AUTHORS +} diff --git a/media-libs/quirc/files/quirc-1.2-allow-sdl-less-build.patch b/media-libs/quirc/files/quirc-1.2-allow-sdl-less-build.patch new file mode 100644 index 000000000000..7c32134cd6ab --- /dev/null +++ b/media-libs/quirc/files/quirc-1.2-allow-sdl-less-build.patch @@ -0,0 +1,51 @@ +https://bugs.gentoo.org/941260 +https://github.com/dlbeer/quirc/pull/149 + +Note: This will mask errors for pkg-config sdl. + +From 39a51ffb71173803f158a9f91234b40ea0d43269 Mon Sep 17 00:00:00 2001 +From: YAMAMOTO Takashi <yamamoto@midokura.com> +Date: Sun, 2 Feb 2025 11:09:19 +0900 +Subject: [PATCH] Ignore pkg-config error messages + +To avoid errors like the following: + +``` +cc -Ilib -O3 -Wall -fPIC Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl' not found -o lib/decode.o -c lib/decode.c +/bin/sh: -c: line 0: unexpected EOF while looking for matching ``' +/bin/sh: -c: line 1: syntax error: unexpected end of file +gmake: *** [Makefile:90: lib/decode.o] Error 2 +``` + +This (at least the SDL part) was neccessary on my environment: + +* macOS 15.2 +* Xcode 16.2 +* pkg-config 2.3.0 (homebrew) +* GNU make 4.4.1 (homebrew) +* opencv 4.11.0 (homebrew) +* no SDL installed +--- a/Makefile ++++ b/Makefile +@@ -15,8 +15,8 @@ + + CC ?= gcc + PREFIX ?= /usr/local +-SDL_CFLAGS := $(shell pkg-config --cflags sdl 2>&1) +-SDL_LIBS = $(shell pkg-config --libs sdl) ++SDL_CFLAGS := $(shell pkg-config --cflags sdl 2> /dev/null) ++SDL_LIBS = $(shell pkg-config --libs sdl 2> /dev/null) + + LIB_VERSION = 1.2 + +@@ -43,8 +43,8 @@ DEMO_UTIL_OBJ = \ + demo/dthash.o \ + demo/demoutil.o + +-OPENCV_CFLAGS := $(shell pkg-config --cflags opencv4 2>&1) +-OPENCV_LIBS = $(shell pkg-config --libs opencv4) ++OPENCV_CFLAGS := $(shell pkg-config --cflags opencv4 2> /dev/null) ++OPENCV_LIBS = $(shell pkg-config --libs opencv4 2> /dev/null) + QUIRC_CXXFLAGS = $(QUIRC_CFLAGS) $(OPENCV_CFLAGS) --std=c++17 + + .PHONY: all v4l sdl opencv install uninstall clean diff --git a/media-libs/quirc/quirc-1.2-r3.ebuild b/media-libs/quirc/quirc-1.2-r3.ebuild index 5b2e89ed68b6..50509df75b04 100644 --- a/media-libs/quirc/quirc-1.2-r3.ebuild +++ b/media-libs/quirc/quirc-1.2-r3.ebuild @@ -47,6 +47,10 @@ SLOT="0/${PV}" IUSE="opencv sdl tools v4l" +PATCHES=( + "${FILESDIR}/quirc-1.2-allow-sdl-less-build.patch" +) + src_prepare() { read -r LIB_VERSION <<< "$(grep '^LIB_VERSION = ' "${S}/Makefile" | cut -d ' ' -f 3 || die)" export LIB_VERSION diff --git a/media-libs/quirc/quirc-9999.ebuild b/media-libs/quirc/quirc-9999.ebuild index 6999186dcea6..c6a89e9fd422 100644 --- a/media-libs/quirc/quirc-9999.ebuild +++ b/media-libs/quirc/quirc-9999.ebuild @@ -47,6 +47,10 @@ SLOT="0/${PV}" IUSE="opencv sdl tools v4l" +PATCHES=( + "${FILESDIR}/quirc-1.2-allow-sdl-less-build.patch" +) + src_prepare() { read -r LIB_VERSION <<< "$(grep '^LIB_VERSION = ' "${S}/Makefile" | cut -d ' ' -f 3 || die)" export LIB_VERSION diff --git a/media-libs/shaderc/shaderc-2025.4.ebuild b/media-libs/shaderc/shaderc-2025.4.ebuild index 62597ea8c010..dc98bb45abdf 100644 --- a/media-libs/shaderc/shaderc-2025.4.ebuild +++ b/media-libs/shaderc/shaderc-2025.4.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="doc" RDEPEND=" diff --git a/media-libs/vulkan-layers/vulkan-layers-1.4.328.0.ebuild b/media-libs/vulkan-layers/vulkan-layers-1.4.328.0.ebuild index e48d1f62d1cf..a5cf602b0757 100644 --- a/media-libs/vulkan-layers/vulkan-layers-1.4.328.0.ebuild +++ b/media-libs/vulkan-layers/vulkan-layers-1.4.328.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi diff --git a/media-libs/vulkan-loader/vulkan-loader-1.4.328.0-r1.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.4.328.0-r1.ebuild index 57e5a5166dde..08980ba8e2d1 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.4.328.0-r1.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.4.328.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} fi diff --git a/media-sound/musescore/Manifest b/media-sound/musescore/Manifest index 3cff8e1fd41a..55952e9ba15f 100644 --- a/media-sound/musescore/Manifest +++ b/media-sound/musescore/Manifest @@ -1,3 +1,4 @@ DIST MuseScore_General-0.2.0.tar.bz2 35122747 BLAKE2B 7f9cafb7912ab8c977842c51df69506d4ad3d1d37498c856978a2d5ab50a1c4fe9145a4807f8c353e6f14138704abb2bbd70c948f1621b494c6e0458c2df0184 SHA512 69eeb22e8c9d1d393a2af857baeb8e49bf2a492651d18190685c74df84a5f6b424e37077e39d9d69c117c4896ea1fbb857eba25a1fbcb6f98d53f384a55713cc DIST musescore-4.6.3.tar.gz 159635093 BLAKE2B 8d15cd4182ea4be2d58f5a4b03d099608148bf43afc1057eb97f0003ad3acd1796aef16ee6fa44fac39343a05bf7b1236d22918119f69d40be2b5f19609d52a9 SHA512 bd8f427154613f00d5a84a949b05351ce5fa8e9ce2f37410c97762d5dd29643c2e6c5bd763a40a99f927aa61d84a3572734189f2650daae5eb3a6a51717be923 DIST musescore-4.6.4.tar.gz 159888545 BLAKE2B f7f728558edaf7b439ff6b33922b579ea5ab73f74fd459a1a55fb8f10832cc962196213f387617b8fc92e91ea40da2b0c0bd0e53f759e08dd6010a6a22c9863b SHA512 4a1c691cad8d27f53a2e50045f7fa4a77111093b5a3a9682dd339966fc38050f1879d86d1f663e888542495538c9ad7191f09991b412c2c04b4c079b67e5fa9b +DIST musescore-4.6.5.tar.gz 159873358 BLAKE2B 736b625f7d5a96bee589221ccc8063e3591040e4152156103884d354a9b9f428099c0840564bb89d630627e55c9ef58eb48dd4c942cc4864fa6b0b89faeaf9bb SHA512 fdecdf641b61d17f8039e3f8a1f60b3b17ddf7dc8ceb46365dfb9c447f140a3731850356580b8bcab8d305dee3662c701c7ad0110424c452d881789fe3a72e24 diff --git a/media-sound/musescore/musescore-4.6.5.ebuild b/media-sound/musescore/musescore-4.6.5.ebuild new file mode 100644 index 000000000000..641d2f6280fe --- /dev/null +++ b/media-sound/musescore/musescore-4.6.5.ebuild @@ -0,0 +1,188 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# https://bugs.gentoo.org/958256, bundled fluidsynth: +# src/framework/audio/thirdparty/fluidsynth/fluidsynth-2.3.3/src/gentables/CMakeLists.txt +# upstream files are >=3.16, KDDockWidgets is 3.12 +CMAKE_QA_COMPAT_SKIP=yes +CHECKREQS_DISK_BUILD=3500M +inherit cmake flag-o-matic xdg check-reqs + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/musescore/MuseScore.git" +else + SRC_URI=" + https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + KEYWORDS="~amd64 ~arm64 ~x86" + S="${WORKDIR}/MuseScore-${PV}" +fi + +DESCRIPTION="WYSIWYG Music Score Typesetter" +HOMEPAGE="https://musescore.org/" +# MuseScore_General-*.tar.bz2 packaged from https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/ +# It has to be repackaged because the files are not versioned, current version can be found in VERSION file there. +SRC_URI+=" https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="jack pipewire test video websockets" +REQUIRED_USE="?? ( jack pipewire )" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-qt/qttools:6[linguist] + virtual/pkgconfig +" +RDEPEND=" + dev-libs/pugixml + dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] + dev-qt/qt5compat:6[qml] + dev-qt/qtdeclarative:6 + dev-qt/qtnetworkauth:6 + dev-qt/qtscxml:6 + dev-qt/qtsvg:6 + media-libs/alsa-lib + media-libs/flac:= + media-libs/freetype + media-libs/harfbuzz:= + media-libs/libopusenc + media-libs/libsndfile + media-libs/opus + media-sound/lame + virtual/zlib:= + jack? ( virtual/jack ) + pipewire? ( media-video/pipewire:= ) + video? ( media-video/ffmpeg:= ) + websockets? ( dev-qt/qtwebsockets:6 ) +" +DEPEND="${RDEPEND} + dev-libs/utfcpp + test? ( dev-cpp/gtest ) +" + +PATCHES=( + # backported from master + "${FILESDIR}/${PN}-4.5.2-ffmpeg8.patch" + "${FILESDIR}/${PN}-4.6.3-rm_tinyxml.patch" + "${FILESDIR}/${PN}-4.6.3-missing_includes.patch" + "${FILESDIR}/${PN}-4.6.4-missing_includes.patch" + # unbundle 3rd libs + "${FILESDIR}/${PN}-4.6.3-unbundle-lame.patch" + "${FILESDIR}/${PN}-4.6.3-unbundle-pugixml.patch" + "${FILESDIR}/${PN}-4.7-unbundle-gtest.patch" + "${FILESDIR}/${PN}-4.7-unbundle-utfcpp.patch" +) + +src_unpack() { + if [[ ${PV} == "9999" ]]; then + git-r3_src_unpack + unpack ${A} + else + default + fi +} + +src_prepare() { + # see https://github.com/musescore/MuseScore/issues/11572 + # keep global/thirdparty/picojson, upstream is inactive + # keep dockwindow/thirdparty/KDDockWidgets, using priv headers + # keep audio/thirdparty/fluidsynth, using priv headers + # keep audio/thirdparty/stb, one file, same as miniaudio + local rm_deps=( + audio/thirdparty/flac + audio/thirdparty/lame + audio/thirdparty/opus + audio/thirdparty/opusenc + draw/thirdparty/freetype + global/thirdparty/pugixml + global/thirdparty/tinyxml + global/thirdparty/utfcpp + testing/thirdparty/googletest + ) + + local bundle + for bundle in "${rm_deps[@]}"; do + rm -r src/framework/"${bundle}" || die + done + + cmake_src_prepare + + # Move soundfonts to the correct directory + mv -v "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move soundfont files" +} + +src_configure() { + # confuses rcc, bug #908808 + filter-lto + + local mycmakeargs=( + -DCMAKE_POSITION_INDEPENDENT_CODE=ON # https://github.com/musescore/MuseScore/issues/28797 + -DCMAKE_BUILD_TYPE="release" + -DCMAKE_CXX_FLAGS_RELEASE="${CXXFLAGS}" + -DCMAKE_C_FLAGS_RELEASE="${CFLAGS}" + -DCMAKE_SKIP_RPATH=TRUE + -DGZIP_EXECUTABLE=OFF # avoid compressed manpages + -DMUE_BUILD_IMPEXP_VIDEOEXPORT_MODULE="$(usex video)" + -DMUE_COMPILE_USE_SYSTEM_FLAC=ON + -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON + -DMUE_COMPILE_USE_SYSTEM_OPUS=ON + -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON + -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON + -DMUE_DOWNLOAD_SOUNDFONT=OFF + -DMUSE_APP_BUILD_MODE="release" + -DMUSE_COMPILE_USE_COMPILER_CACHE=OFF + -DMUSE_COMPILE_USE_PCH=OFF + -DMUSE_MODULE_AUDIO_JACK="$(usex jack)" + -DMUSE_MODULE_DIAGNOSTICS_CRASHPAD_CLIENT=OFF + -DMUSE_MODULE_NETWORK_WEBSOCKET="$(usex websockets)" + -DMUSE_MODULE_UPDATE=OFF + -DMUSE_PIPEWIRE_AUDIO_DRIVER="$(usex pipewire)" + # tests + -DMUSE_ENABLE_UNIT_TESTS="$(usex test)" + -DMUE_BUILD_BRAILLE_TESTS="$(usex test)" + -DMUE_BUILD_CONVERTER_TESTS="$(usex test)" + -DMUE_BUILD_ENGRAVING_TESTS="$(usex test)" + -DMUE_BUILD_IMPORTEXPORT_TESTS="$(usex test)" + -DMUE_BUILD_NOTATION_TESTS="$(usex test)" + -DMUE_BUILD_PLAYBACK_TESTS="$(usex test)" + -DMUE_BUILD_PROJECT_TESTS="$(usex test)" + ) + cmake_src_configure +} + +src_test() { + CMAKE_SKIP_TESTS=( + # see https://github.com/musescore/MuseScore/issues/30434 + # Global_AllocatorTests* fail with gcc only, to investigate + muse_global_tests + # segfault + muse_audio_tests + # see bug #950450 too + iex_musicxml_tests + # fixed in master + converter_tests + ) + + QT_QPA_PLATFORM=offscreen cmake_src_test +} + +pkg_preinst() { + xdg_pkg_preinst + + if ! has_version "media-sound/musescore" && ! use pipewire; then + show_pipewire_warning=1 + fi +} + +pkg_postinst() { + xdg_pkg_postinst + + if [[ -n ${show_pipewire_warning} ]]; then + ewarn "PipeWire support is disabled but it's the default audio driver anyway!" + ewarn "Check your configuration." + fi +} diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest index 87f9a0fbe579..36f4e6707e79 100644 --- a/media-sound/rosegarden/Manifest +++ b/media-sound/rosegarden/Manifest @@ -1,2 +1,3 @@ DIST rosegarden-24.12.1.tar.xz 5738756 BLAKE2B 5202a511c53bae267c347ff9197acfe4283987bbad3764393a0335bd7dad775a2042430d3f8226e24436ce15c03204312ce6dc123938f2cec33960c3eeba707d SHA512 f732951162e816a2dde4805e519c9b99598edb543fbe01f819248454c23eb70293a74e92ad11a51ecdd4990bca1f111242f838b2e3259ca09cb4f9bf955b9b6a DIST rosegarden-25.06.tar.xz 5780672 BLAKE2B 69f309337b4c0795d41c5afe97bf5129422bda7186484d52501512d8e3abb25b60e6811839ae4819c18c6d8af4a8587b7380f8e8919c3de64123241c9f5aa872 SHA512 4ce306c939e26f265e48a9ae90df32869b4530927dba9d1f7d017e089f7ff81a912d283dc80aa58f2ed3eacd4f05565d0a3663ece7795ed7c16b3a6753f04daf +DIST rosegarden-25.12.tar.xz 5831852 BLAKE2B f34b2d2f588b0bc788feeb4692ca687d986ea700c83344eeed8997c5fe2baf1c3c26e7b2e2db50a76bcbce851049e75189c1ef6dddf97374bd54e5ebff01e786 SHA512 a16c62cab42d6168e4481c379ff02bb3cce4ef8b312aa7744eac5b5c77936f7e6c075629fd5e6706d9226dec9830aeddf7e78126d3ee394d3363e32bde455d71 diff --git a/media-sound/rosegarden/files/rosegarden-25.12-bump_cmake.patch b/media-sound/rosegarden/files/rosegarden-25.12-bump_cmake.patch new file mode 100644 index 000000000000..7a8ba1e92341 --- /dev/null +++ b/media-sound/rosegarden/files/rosegarden-25.12-bump_cmake.patch @@ -0,0 +1,12 @@ +update cmake_min, see https://bugs.gentoo.org/964467 +from upstream https://sourceforge.net/p/rosegarden/git/ci/667697c99ed8808d40d3dea1e1b138c425e729bb +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,6 +1,6 @@ + # CMake version required. This must be the very first line, because it sets + # default policies affecting everything else. +-cmake_minimum_required(VERSION 3.5) ++cmake_minimum_required(VERSION 3.10) + + # Project name + project(rosegarden) diff --git a/media-sound/rosegarden/files/rosegarden-25.12-force_static.patch b/media-sound/rosegarden/files/rosegarden-25.12-force_static.patch new file mode 100644 index 000000000000..9cca28660f20 --- /dev/null +++ b/media-sound/rosegarden/files/rosegarden-25.12-force_static.patch @@ -0,0 +1,19 @@ +it fails to build with shared libs, force static for now +see https://bugs.gentoo.org/957755 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -237,14 +237,8 @@ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) + + # Unit tests disabled: use a static lib + # Unit tests enabled: use shared libs, to speed up linking +-if(BUILD_TESTING) +- set(RG_LIBRARY_TYPE SHARED) +- message(STATUS "Building unit tests, using shared libraries") +-else() + set(RG_LIBRARY_TYPE STATIC) + set(ROSEGARDENPRIVATE_STATIC_BUILD TRUE) # for generating rosegardenprivate-export.h +- message(STATUS "Not building unit tests, using a static library for rosegarden") +-endif() + + ######################### + # target for cppcheck diff --git a/media-sound/rosegarden/files/rosegarden-25.12-missing-includes.patch b/media-sound/rosegarden/files/rosegarden-25.12-missing-includes.patch new file mode 100644 index 000000000000..e00fb0050d23 --- /dev/null +++ b/media-sound/rosegarden/files/rosegarden-25.12-missing-includes.patch @@ -0,0 +1,13 @@ +not merged for now by upstream (was for Pitch.h) but definitely required +see https://sourceforge.net/p/rosegarden/bugs/1746/#a512 +--- a/src/base/Pitch.cpp ++++ b/src/base/Pitch.cpp +@@ -28,6 +28,8 @@ + + #include <vector> + ++#include <QObject> ++ + //dmm This will make everything excruciatingly slow if defined: + //#define DEBUG_PITCH + diff --git a/media-sound/rosegarden/files/rosegarden-25.12-opt_lilv.patch b/media-sound/rosegarden/files/rosegarden-25.12-opt_lilv.patch new file mode 100644 index 000000000000..f43a37cb542b --- /dev/null +++ b/media-sound/rosegarden/files/rosegarden-25.12-opt_lilv.patch @@ -0,0 +1,25 @@ +make lv2 optional +see https://sourceforge.net/p/rosegarden/patches/84/ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -213,14 +213,15 @@ if(NOT DISABLE_LIRC) + endif() + add_feature_info(LIRCCLIENT LIRCCLIENT_FOUND "The LIRC client library, for remote control support") + +-# lilv for lv2 plugins ++# Build with lv2 plugins support if lilv/lv2 detected, unless DISABLE_LILV is set + pkg_check_modules(LILV lilv-0) + if(NOT LILV_INCLUDE_DIRS) + message(WARNING "Failed to find Lilv header lilv/lilv.h for lv2 plugins") + endif() + + pkg_check_modules(LV2 lv2) +-if(LILV_INCLUDE_DIRS AND LILV_LIBRARIES AND LV2_INCLUDE_DIRS) ++set(LILV_FOUND FALSE) ++if(NOT DISABLE_LILV AND LILV_INCLUDE_DIRS AND LILV_LIBRARIES AND LV2_INCLUDE_DIRS) + set(LILV_FOUND TRUE) + endif() + add_feature_info(LILV LILV_FOUND "The Lilv library, for lv2 plugins") +-- +2.51.2 + diff --git a/media-sound/rosegarden/files/rosegarden-25.12-opt_pch.patch b/media-sound/rosegarden/files/rosegarden-25.12-opt_pch.patch new file mode 100644 index 000000000000..490881efe880 --- /dev/null +++ b/media-sound/rosegarden/files/rosegarden-25.12-opt_pch.patch @@ -0,0 +1,12 @@ +avoid precompiled-headers by default +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -853,7 +853,7 @@ add_library(rosegardenprivate ${RG_LIBRARY_TYPE} + + # If we've got cmake 3.16.0 or greater, use precompiled headers. + # Cuts build time almost in half. +-if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0") ++if(NOT ${CMAKE_VERSION} VERSION_LESS "3.16.0" AND NOT DISABLE_PCH) + target_precompile_headers(rosegardenprivate + PRIVATE + # There's definitely a point where gcc slows down with too many diff --git a/media-sound/rosegarden/metadata.xml b/media-sound/rosegarden/metadata.xml index 2a6b92e7a17b..b8ec19f171e5 100644 --- a/media-sound/rosegarden/metadata.xml +++ b/media-sound/rosegarden/metadata.xml @@ -6,5 +6,8 @@ <name>Gentoo ProAudio Project</name> </maintainer> + <use> + <flag name="lv2">Add support for Ladspa V2 plugins</flag> + </use> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/media-sound/rosegarden/rosegarden-25.12.ebuild b/media-sound/rosegarden/rosegarden-25.12.ebuild new file mode 100644 index 000000000000..be6eba351dce --- /dev/null +++ b/media-sound/rosegarden/rosegarden-25.12.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="MIDI and audio sequencer and notation editor" +HOMEPAGE="https://www.rosegardenmusic.com/" +SRC_URI="https://downloads.sourceforge.net/project/rosegarden/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="lirc lv2 test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-qt/qttools:6[linguist] + virtual/pkgconfig +" +RDEPEND=" + dev-qt/qt5compat:6 + dev-qt/qtbase:6[gui,network,widgets,xml] + media-libs/alsa-lib + >=media-libs/dssi-1.0.0:= + media-libs/ladspa-sdk + media-libs/liblo + media-libs/liblrdf + media-libs/libsamplerate + media-libs/libsndfile + sci-libs/fftw:3.0= + virtual/jack + virtual/zlib:= + lirc? ( app-misc/lirc ) + lv2? ( + media-libs/lilv + >=media-libs/lv2-1.18.0 + ) +" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-24.06-includes.patch" + "${FILESDIR}/${PN}-24.12-parameter-declaration.patch" + "${FILESDIR}/${PN}-24.12-missing-includes.patch" + "${FILESDIR}/${PN}-25.12-missing-includes.patch" + "${FILESDIR}/${PN}-25.12-bump_cmake.patch" + "${FILESDIR}/${PN}-25.12-opt_lilv.patch" + "${FILESDIR}/${PN}-25.12-opt_pch.patch" + # there is a linking problem when tests are enabled: https://bugs.gentoo.org/957755 + # force static until it's fixed + "${FILESDIR}/${PN}-25.12-force_static.patch" +) + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + -DDISABLE_LILV=$(usex !lv2) + -DDISABLE_LIRC=$(usex !lirc) + -DDISABLE_PCH=ON + -DUSE_GTK2=OFF + -DUSE_QT6=ON + ) + cmake_src_configure +} + +src_test() { + QT_QPA_PLATFORM=offscreen cmake_src_test +} diff --git a/metadata/md5-cache/app-accessibility/at-spi2-core-2.54.1-r1 b/metadata/md5-cache/app-accessibility/at-spi2-core-2.54.1-r1 deleted file mode 100644 index aff964b9d9b7..000000000000 --- a/metadata/md5-cache/app-accessibility/at-spi2-core-2.54.1-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-util/glib-utils gtk-doc? ( dev-python/sphinx dev-util/gdbus-codegen >=dev-util/gi-docgen-2021.1 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst test -DEPEND=>=sys-apps/dbus-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.67.4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libxml2-2.9.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) systemd? ( sys-apps/systemd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<dev-libs/atk-2.46.0 !<app-accessibility/at-spi2-atk-2.46.0 -DESCRIPTION=D-Bus accessibility specifications and registration daemon -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/at-spi2-core -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org meson-multilib systemd virtualx xdg -IUSE=X dbus-broker gtk-doc +introspection systemd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos -LICENSE=LGPL-2.1+ -RDEPEND=>=sys-apps/dbus-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.67.4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libxml2-2.9.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) systemd? ( sys-apps/systemd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<dev-libs/atk-2.46.0 !<app-accessibility/at-spi2-atk-2.46.0 dbus-broker? ( sys-apps/dbus-broker ) -REQUIRED_USE=dbus-broker? ( systemd ) gtk-doc? ( X ) -RESTRICT=!test? ( test ) -SLOT=2 -SRC_URI=mirror://gnome/sources/at-spi2-core/2.54/at-spi2-core-2.54.1.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 meson 99e6a34d0f7039439dad788f7443b574 meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=0dee6413ecfe85d774f1416f832cc233 diff --git a/metadata/md5-cache/app-accessibility/at-spi2-core-2.56.4 b/metadata/md5-cache/app-accessibility/at-spi2-core-2.56.4 deleted file mode 100644 index f0b8a47722f0..000000000000 --- a/metadata/md5-cache/app-accessibility/at-spi2-core-2.56.4 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-util/glib-utils gtk-doc? ( dev-python/sphinx dev-util/gdbus-codegen >=dev-util/gi-docgen-2021.1 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst test -DEPEND=>=sys-apps/dbus-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.67.4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libxml2-2.9.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) systemd? ( sys-apps/systemd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<dev-libs/atk-2.46.0 !<app-accessibility/at-spi2-atk-2.46.0 -DESCRIPTION=D-Bus accessibility specifications and registration daemon -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/at-spi2-core -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org meson-multilib systemd virtualx xdg -IUSE=X dbus-broker gtk-doc +introspection systemd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos -LICENSE=LGPL-2.1+ -RDEPEND=>=sys-apps/dbus-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.67.4:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libxml2-2.9.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) systemd? ( sys-apps/systemd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<dev-libs/atk-2.46.0 !<app-accessibility/at-spi2-atk-2.46.0 dbus-broker? ( sys-apps/dbus-broker ) -REQUIRED_USE=dbus-broker? ( systemd ) gtk-doc? ( X ) -RESTRICT=!test? ( test ) -SLOT=2 -SRC_URI=mirror://gnome/sources/at-spi2-core/2.56/at-spi2-core-2.56.4.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 meson 99e6a34d0f7039439dad788f7443b574 meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=5bfc69d8eecfa2bfcc7fe84530d9f46f diff --git a/metadata/md5-cache/app-accessibility/orca-46.2-r1 b/metadata/md5-cache/app-accessibility/orca-46.2-r1 deleted file mode 100644 index 9b5295aad9ee..000000000000 --- a/metadata/md5-cache/app-accessibility/orca-46.2-r1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=app-portage/elt-patches-20250306 app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) -DESCRIPTION=Extensible screen reader that provides access to the desktop -EAPI=8 -HOMEPAGE=https://orca.gnome.org/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome2 meson python-single-r1 -IUSE=+braille python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 -LICENSE=LGPL-2.1+ CC-BY-SA-3.0 -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) python_single_target_python3_10? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_10(-)] >=dev-python/pyatspi-2.46[python_targets_python3_10(-)] dev-python/setproctitle[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_11(-)] >=dev-python/pyatspi-2.46[python_targets_python3_11(-)] dev-python/setproctitle[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_12(-)] >=dev-python/pyatspi-2.46[python_targets_python3_12(-)] dev-python/setproctitle[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_13(-)] >=dev-python/pyatspi-2.46[python_targets_python3_13(-)] dev-python/setproctitle[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_14(-)] >=dev-python/pyatspi-2.46[python_targets_python3_14(-)] dev-python/setproctitle[python_targets_python3_14(-)] ) x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -SLOT=0 -SRC_URI=mirror://gnome/sources/orca/46/orca-46.2.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=1457043ad1f0b710f566c95f69ac6ef2 diff --git a/metadata/md5-cache/app-accessibility/orca-47.4 b/metadata/md5-cache/app-accessibility/orca-47.4 deleted file mode 100644 index 7b9e056a9197..000000000000 --- a/metadata/md5-cache/app-accessibility/orca-47.4 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=app-portage/elt-patches-20250306 app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) -DESCRIPTION=Extensible screen reader that provides access to the desktop -EAPI=8 -HOMEPAGE=https://orca.gnome.org/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome2 meson python-single-r1 -IUSE=+braille python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 -LICENSE=LGPL-2.1+ CC-BY-SA-3.0 -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) python_single_target_python3_10? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_10(-)] >=dev-python/pyatspi-2.46[python_targets_python3_10(-)] dev-python/setproctitle[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_11(-)] >=dev-python/pyatspi-2.46[python_targets_python3_11(-)] dev-python/setproctitle[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_12(-)] >=dev-python/pyatspi-2.46[python_targets_python3_12(-)] dev-python/setproctitle[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_13(-)] >=dev-python/pyatspi-2.46[python_targets_python3_13(-)] dev-python/setproctitle[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_14(-)] >=dev-python/pyatspi-2.46[python_targets_python3_14(-)] dev-python/setproctitle[python_targets_python3_14(-)] ) x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -SLOT=0 -SRC_URI=mirror://gnome/sources/orca/47/orca-47.4.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a96415f47a328e48d6e76cd470efba6e diff --git a/metadata/md5-cache/app-accessibility/orca-49.5 b/metadata/md5-cache/app-accessibility/orca-49.5 new file mode 100644 index 000000000000..20b189bf9b8e --- /dev/null +++ b/metadata/md5-cache/app-accessibility/orca-49.5 @@ -0,0 +1,18 @@ +BDEPEND=python_single_target_python3_10? ( test? ( dev-python/pytest-mock[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( test? ( dev-python/pytest-mock[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( test? ( dev-python/pytest-mock[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( test? ( dev-python/pytest-mock[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( test? ( dev-python/pytest-mock[python_targets_python3_14(-)] ) ) dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=app-portage/elt-patches-20250306 app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] dev-python/dasbus[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] dev-python/dasbus[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] dev-python/dasbus[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] dev-python/dasbus[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] dev-python/dasbus[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) +DESCRIPTION=Extensible screen reader that provides access to the desktop +EAPI=8 +HOMEPAGE=https://orca.gnome.org/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome2 meson python-single-r1 +IUSE=+braille test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 +KEYWORDS=~amd64 ~arm64 +LICENSE=LGPL-2.1+ CC-BY-SA-3.0 +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=app-accessibility/at-spi2-core-2.50:2[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] python_single_target_python3_10? ( dev-python/gst-python:1.0[python_targets_python3_10(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_10(-)] dev-python/dasbus[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/gst-python:1.0[python_targets_python3_11(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_11(-)] dev-python/dasbus[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/gst-python:1.0[python_targets_python3_12(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_12(-)] dev-python/dasbus[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/gst-python:1.0[python_targets_python3_13(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_13(-)] dev-python/dasbus[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/gst-python:1.0[python_targets_python3_14(-)] >=dev-python/pygobject-3.18:3[python_targets_python3_14(-)] dev-python/dasbus[python_targets_python3_14(-)] ) braille? ( python_single_target_python3_10? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_10(-)] dev-libs/liblouis[python_single_target_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_11(-)] dev-libs/liblouis[python_single_target_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_12(-)] dev-libs/liblouis[python_single_target_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_13(-)] dev-libs/liblouis[python_single_target_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/brltty-5.0-r3[python,python_targets_python3_14(-)] dev-libs/liblouis[python_single_target_python3_14(-)] ) ) python_single_target_python3_10? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_10(-)] >=dev-python/pyatspi-2.46[python_targets_python3_10(-)] dev-python/setproctitle[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_11(-)] >=dev-python/pyatspi-2.46[python_targets_python3_11(-)] dev-python/setproctitle[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_12(-)] >=dev-python/pyatspi-2.46[python_targets_python3_12(-)] dev-python/setproctitle[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_13(-)] >=dev-python/pyatspi-2.46[python_targets_python3_13(-)] dev-python/setproctitle[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=app-accessibility/speech-dispatcher-0.8[python,python_targets_python3_14(-)] >=dev-python/pyatspi-2.46[python_targets_python3_14(-)] dev-python/setproctitle[python_targets_python3_14(-)] ) x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://gnome/sources/orca/49/orca-49.5.tar.xz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=72755b3dfad036b1ee4333d62ae24122 diff --git a/metadata/md5-cache/app-admin/exo-1.85.4 b/metadata/md5-cache/app-admin/exo-1.88.0 index 0ce5a6d05e46..6c2978f00007 100644 --- a/metadata/md5-cache/app-admin/exo-1.85.4 +++ b/metadata/md5-cache/app-admin/exo-1.88.0 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=strip SLOT=0 -SRC_URI=https://github.com/exoscale/cli/archive/v1.85.4.tar.gz -> exo-1.85.4.gh.tar.gz +SRC_URI=https://github.com/exoscale/cli/archive/v1.88.0.tar.gz -> exo-1.88.0.gh.tar.gz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=e7e91a80f4da001b79163f619a713606 diff --git a/metadata/md5-cache/app-admin/hcloud-1.57.0 b/metadata/md5-cache/app-admin/hcloud-1.58.0 index a6098deca93b..3ca2a8f81e10 100644 --- a/metadata/md5-cache/app-admin/hcloud-1.57.0 +++ b/metadata/md5-cache/app-admin/hcloud-1.58.0 @@ -1,4 +1,4 @@ -BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip +BDEPEND=>=dev-lang/go-1.25.5 >=dev-lang/go-1.20:= app-arch/unzip DEFINED_PHASES=compile install test unpack DESCRIPTION=A command-line interface for Hetzner Cloud EAPI=8 @@ -7,6 +7,6 @@ INHERIT=go-module KEYWORDS=~amd64 LICENSE=MIT SLOT=0 -SRC_URI=https://dev.gentoo.org/~ago/distfiles/hcloud-1.57.0.tar.xz +SRC_URI=https://dev.gentoo.org/~ago/distfiles/hcloud-1.58.0.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=9926bf7c87dd35a30df92091d92973e4 +_md5_=7e3d5de51138be90f1bfffc9e71ba8e3 diff --git a/metadata/md5-cache/app-admin/kernel-hardening-checker-0.6.10.2 b/metadata/md5-cache/app-admin/kernel-hardening-checker-0.6.17.1 index bea879170a6a..7ffb0ca5eb15 100644 --- a/metadata/md5-cache/app-admin/kernel-hardening-checker-0.6.10.2 +++ b/metadata/md5-cache/app-admin/kernel-hardening-checker-0.6.17.1 @@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_pytho REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/a13xp0p0v/kernel-hardening-checker/archive/refs/tags/v0.6.10.2.tar.gz -> kernel-hardening-checker-0.6.10.2.gh.tar.gz +SRC_URI=https://github.com/a13xp0p0v/kernel-hardening-checker/archive/refs/tags/v0.6.17.1.tar.gz -> kernel-hardening-checker-0.6.17.1.gh.tar.gz _eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=d8e6cf8a5fc85994384481bb1531d6ba diff --git a/metadata/md5-cache/app-admin/system-config-printer-1.5.18-r2 b/metadata/md5-cache/app-admin/system-config-printer-1.5.18-r3 index 61d38f4fea80..fd8baabeb33e 100644 --- a/metadata/md5-cache/app-admin/system-config-printer-1.5.18-r2 +++ b/metadata/md5-cache/app-admin/system-config-printer-1.5.18-r3 @@ -15,4 +15,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/OpenPrinting/system-config-printer/releases/download/v1.5.18/system-config-printer-1.5.18.tar.xz _eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=077b8c7ae839b05d25710b8974de886f +_md5_=830e9a9db1fe44301f3a0dfb87f13faf diff --git a/metadata/md5-cache/app-editors/emacs-29.4-r5 b/metadata/md5-cache/app-editors/emacs-29.4-r5 index e3e09936f020..57821e1e9985 100644 --- a/metadata/md5-cache/app-editors/emacs-29.4-r5 +++ b/metadata/md5-cache/app-editors/emacs-29.4-r5 @@ -13,4 +13,4 @@ RDEPEND=>=app-emacs/emacs-common-1.11[games?,gui?] sys-libs/ncurses:0= acl? ( vi SLOT=29 SRC_URI=mirror://gnu/emacs/emacs-29.4.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-29.4-patches-4.tar.xz _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd elisp-common fe05085d051330f15cf7201109b5cd23 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=53470856c667e7d389ff37c9f77382f0 +_md5_=d9bdd7b4950cf47d3832cdd797cff2a7 diff --git a/metadata/md5-cache/app-emulation/fex-xtajit-2512 b/metadata/md5-cache/app-emulation/fex-xtajit-2512 new file mode 100644 index 000000000000..aa9a6119837d --- /dev/null +++ b/metadata/md5-cache/app-emulation/fex-xtajit-2512 @@ -0,0 +1,14 @@ +BDEPEND=arm64ec? ( dev-util/llvm-mingw64[arm64ec-pe(-)] ) dev-build/cmake >=dev-util/llvm-mingw64-13.0.0 llvm-core/clang llvm-core/llvm +DEFINED_PHASES=compile configure install postinst setup unpack +DESCRIPTION=A wine emulation dll for running x86 application on an arm64 host +EAPI=8 +HOMEPAGE=https://fex-emu.com +INHERIT=flag-o-matic ninja-utils toolchain-funcs +IUSE=+wow64 +arm64ec +KEYWORDS=-* ~arm64 +LICENSE=MIT +REQUIRED_USE=|| ( wow64 arm64ec ) +SLOT=0 +SRC_URI=https://github.com/FEX-Emu/jemalloc/archive/ce24593018ca5d5af7e5661ceda9744e02b59f8f.tar.gz -> jemalloc-ce24593018ca5d5af7e5661ceda9744e02b59f8f.tar.gz https://github.com/Sonicadvance1/cpp-optparse/archive/9f94388a339fcbb0bc95c17768eb786c85988f6e.tar.gz -> cpp-optparse-9f94388a339fcbb0bc95c17768eb786c85988f6e.tar.gz https://github.com/FEX-Emu/robin-map/archive/d5683d9f1891e5b04e3e3b2192b5349dc8d814ea.tar.gz -> robin-map-d5683d9f1891e5b04e3e3b2192b5349dc8d814ea.tar.gz https://github.com/Cyan4973/xxHash/archive/e626a72bc2321cd320e953a0ccf1584cad60f363.tar.gz -> xxhash-e626a72bc2321cd320e953a0ccf1584cad60f363.tar.gz https://github.com/fmtlib/fmt/archive/407c905e45ad75fc29bf0f9bb7c5c2fd3475976f.tar.gz -> fmt-407c905e45ad75fc29bf0f9bb7c5c2fd3475976f.tar.gz https://github.com/ericniebler/range-v3/archive/ca1388fb9da8e69314dda222dc7b139ca84e092f.tar.gz -> range-v3-ca1388fb9da8e69314dda222dc7b139ca84e092f.tar.gz https://github.com/FEX-Emu/FEX/archive/refs/tags/FEX-2512.tar.gz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=d7f6bbc0bc13278b38949047e9d65586 diff --git a/metadata/md5-cache/app-emulation/qemu-10.0.7 b/metadata/md5-cache/app-emulation/qemu-10.0.7 new file mode 100644 index 000000000000..78302043cd98 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-10.0.7 @@ -0,0 +1,18 @@ +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) dev-python/distlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-lang/perl >=dev-build/meson-0.63.0 app-alternatives/ninja virtual/pkgconfig doc? ( >=dev-python/sphinx-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( app-alternatives/bc dev-libs/glib[utils] dev-python/pycotap[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) virtual/pkgconfig +DEFINED_PHASES=compile configure info install postinst postrm prepare pretend setup test unpack +DEPEND=dev-libs/glib:2 virtual/zlib:= python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( >=dev-libs/libbpf-1.1.0:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3[wayland?,X?] vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xdp? ( net-libs/xdp-tools ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static-user? ( dev-libs/glib:2[static-libs(+)] virtual/zlib:=[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=8 +HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +filecaps +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=dev-libs/glib:2 virtual/zlib:= python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( >=dev-libs/libbpf-1.1.0:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3[wayland?,X?] vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xdp? ( net-libs/xdp-tools ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) xdp? ( bpf ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://download.qemu.org/qemu-10.0.7.tar.xz !doc? ( https://dev.gentoo.org/~sam/distfiles/app-emulation/qemu/qemu-10.0.0-docs.tar.xz ) +_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 fcaps c94316d02a37fb5cbe79b7d41c729119 flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pax-utils 5555f2e75744739fe100ee62c22d28fe python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=8ac76c87fb0a735d6fa8ffe00af9c4cf diff --git a/metadata/md5-cache/app-emulation/qemu-10.1.3 b/metadata/md5-cache/app-emulation/qemu-10.1.3 new file mode 100644 index 000000000000..7687019c7716 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-10.1.3 @@ -0,0 +1,18 @@ +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) dev-python/distlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-lang/perl >=dev-build/meson-0.63.0 app-alternatives/ninja virtual/pkgconfig doc? ( >=dev-python/sphinx-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( app-alternatives/bc dev-libs/glib[utils] dev-python/pycotap[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) virtual/pkgconfig +DEFINED_PHASES=compile configure info install postinst postrm prepare pretend setup test unpack +DEPEND=dev-libs/glib:2 virtual/zlib:= python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( >=dev-libs/libbpf-1.1.0:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3[wayland?,X?] vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) passt? ( net-misc/passt ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xdp? ( net-libs/xdp-tools ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static-user? ( dev-libs/glib:2[static-libs(+)] virtual/zlib:=[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) ) valgrind? ( dev-debug/valgrind ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=8 +HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=eapi9-ver flag-o-matic linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam passt +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir valgrind vde +vhost-net virgl virtfs +vnc vte wayland X xattr xdp xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +filecaps +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=dev-libs/glib:2 virtual/zlib:= python? ( python_targets_python3_10? ( dev-lang/python:3.10[ensurepip(-),ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ensurepip(-),ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ensurepip(-),ncurses,readline] ) python_targets_python3_13? ( dev-lang/python:3.13[ensurepip(-),ncurses,readline] ) python_targets_python3_14? ( dev-lang/python:3.14[ensurepip(-),ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( >=dev-libs/libbpf-1.1.0:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3[wayland?,X?] vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) passt? ( net-misc/passt ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xdp? ( net-libs/xdp-tools ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-bin-202408 ~sys-firmware/ipxe-1.21.1_p20230601[binary,qemu] ~sys-firmware/seabios-bin-1.16.3 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-202408 >=sys-firmware/edk2-bin-202408 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.3 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.3[seavgabios] >=sys-firmware/seabios-bin-1.16.3 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) xdp? ( bpf ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://download.qemu.org/qemu-10.1.3.tar.xz !doc? ( https://dev.gentoo.org/~sam/distfiles/app-emulation/qemu/qemu-10.1.0-docs.tar.xz ) +_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 fcaps c94316d02a37fb5cbe79b7d41c729119 flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pax-utils 5555f2e75744739fe100ee62c22d28fe python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=fe649b6ffaa0ca6cf62f3371bd3ebc0e diff --git a/metadata/md5-cache/app-emulation/xen-4.20.2_pre0 b/metadata/md5-cache/app-emulation/xen-4.20.2 index d628cc09fcf9..346f9808874d 100644 --- a/metadata/md5-cache/app-emulation/xen-4.20.2_pre0 +++ b/metadata/md5-cache/app-emulation/xen-4.20.2 @@ -8,10 +8,10 @@ INHERIT=flag-o-matic mount-boot python-any-r1 secureboot toolchain-funcs IUSE=+boot-symlinks debug uefi flask secureboot KEYWORDS=~amd64 ~arm -x86 LICENSE=GPL-2 -PDEPEND=~app-emulation/xen-tools-4.20.2_pre0 +PDEPEND=~app-emulation/xen-tools-4.20.2 REQUIRED_USE=arm? ( debug ) RESTRICT=test splitdebug strip SLOT=0 -SRC_URI=https://downloads.xenproject.org/release/xen/4.20.1/xen-4.20.1.tar.gz https://gitweb.gentoo.org/proj/xen-upstream-patches.git/snapshot/xen-upstream-patches-4.20.2-pre-patchset-0.tar.bz2 https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 +SRC_URI=https://downloads.xenproject.org/release/xen/4.20.2/xen-4.20.2.tar.gz https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 mount-boot d3a79a84edde3dbc4373d490d09be9b6 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=1288bcb7294a81fd439d68e9446dc1a5 +_md5_=14ba445793da71a31de78c7a04323c92 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.20.2_pre0 b/metadata/md5-cache/app-emulation/xen-tools-4.20.2 index 50cba272cdce..e4d61be46073 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.20.2_pre0 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.20.2 @@ -12,6 +12,6 @@ RDEPEND=lzma? ( app-arch/xz-utils ) qemu? ( dev-libs/glib:2 sys-libs/pam ) zstd? REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ipxe? ( rombios ) ovmf? ( hvm ) pygrub? ( python ) rombios? ( hvm ) system-ipxe? ( rombios ) ?? ( ipxe system-ipxe ) ?? ( qemu system-qemu ) RESTRICT=test SLOT=0/4.20 -SRC_URI=https://downloads.xenproject.org/release/xen/4.20.1/xen-4.20.1.tar.gz https://www.seabios.org/downloads/seabios-1.16.3.tar.gz https://github.com/hydrapolic/gentoo-dist/releases/download/xen-4.20.1/qemu-xen-4.20.1.tar.gz https://github.com/hydrapolic/gentoo-dist/releases/download/xen-4.20.1/qemu-xen-traditional-4.20.0.tar.gz https://gitlab.com/qemu-project/dtc/-/archive/v1.6.1/dtc-v1.6.1.tar.gz?ref_type=tags -> xen-qemu-dtc-1.6.1.tar.gz https://gitlab.com/qemu-project/keycodemapdb/-/archive/f5772a62ec52591ff6870b7e8ef32482371f22c6/keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.gz -> xen-qemu-keycodemapdb-.tar.gz https://gitlab.com/qemu-project/berkeley-softfloat-3/-/archive/b64af41c3276f97f0e181920400ee056b9c88037/berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz -> xen-qemu-softload-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz https://gitlab.com/qemu-project/berkeley-testfloat-3/-/archive/e7af9751d9f9fd3b47911f51a5cfd08af256a9ab/berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.gz -> xen-qemu-testload-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.gz ipxe? ( https://xenbits.xen.org/xen-extfiles/ipxe-git-1d1cf74a5e58811822bee4b3da3cff7282fcdfca.tar.gz ) ovmf? ( https://github.com/tianocore/edk2/archive/1c74842bd07a48070d1cf3458f0b6b377e3ec8b9.tar.gz -> edk2-1c74842bd07a48070d1cf3458f0b6b377e3ec8b9.tar.gz https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz -> xen-ovmf-openssl-3.5.1.tar.gz https://github.com/google/brotli/archive/028fb5a23661f123017c060daa546b55cf4bde29.tar.gz -> brotli-028fb5a23661f123017c060daa546b55cf4bde29.tar.gz https://github.com/MIPI-Alliance/public-mipi-sys-t/archive/370b5944c046bab043dd8b133727b2135af7747a.tar.gz -> xen-ovmf-mipisyst-370b5944c046bab043dd8b133727b2135af7747a.tar.gz ) https://gitweb.gentoo.org/proj/xen-upstream-patches.git/snapshot/xen-upstream-patches-4.20.2-pre-patchset-0.tar.bz2 https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 +SRC_URI=https://downloads.xenproject.org/release/xen/4.20.2/xen-4.20.2.tar.gz https://www.seabios.org/downloads/seabios-1.16.3.tar.gz https://github.com/hydrapolic/gentoo-dist/releases/download/xen-4.20.1/qemu-xen-4.20.1.tar.gz https://github.com/hydrapolic/gentoo-dist/releases/download/xen-4.20.1/qemu-xen-traditional-4.20.0.tar.gz https://gitlab.com/qemu-project/dtc/-/archive/v1.6.1/dtc-v1.6.1.tar.gz?ref_type=tags -> xen-qemu-dtc-1.6.1.tar.gz https://gitlab.com/qemu-project/keycodemapdb/-/archive/f5772a62ec52591ff6870b7e8ef32482371f22c6/keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.gz -> xen-qemu-keycodemapdb-.tar.gz https://gitlab.com/qemu-project/berkeley-softfloat-3/-/archive/b64af41c3276f97f0e181920400ee056b9c88037/berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz -> xen-qemu-softload-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz https://gitlab.com/qemu-project/berkeley-testfloat-3/-/archive/e7af9751d9f9fd3b47911f51a5cfd08af256a9ab/berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.gz -> xen-qemu-testload-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.gz ipxe? ( https://xenbits.xen.org/xen-extfiles/ipxe-git-1d1cf74a5e58811822bee4b3da3cff7282fcdfca.tar.gz ) ovmf? ( https://github.com/tianocore/edk2/archive/1c74842bd07a48070d1cf3458f0b6b377e3ec8b9.tar.gz -> edk2-1c74842bd07a48070d1cf3458f0b6b377e3ec8b9.tar.gz https://github.com/openssl/openssl/releases/download/openssl-3.5.1/openssl-3.5.1.tar.gz -> xen-ovmf-openssl-3.5.1.tar.gz https://github.com/google/brotli/archive/028fb5a23661f123017c060daa546b55cf4bde29.tar.gz -> brotli-028fb5a23661f123017c060daa546b55cf4bde29.tar.gz https://github.com/MIPI-Alliance/public-mipi-sys-t/archive/370b5944c046bab043dd8b133727b2135af7747a.tar.gz -> xen-ovmf-mipisyst-370b5944c046bab043dd8b133727b2135af7747a.tar.gz ) https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/xen-gentoo-patches-4.20.1-gentoo-patchset-0.tar.bz2 _eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=9760cc29f0b90ec8b25e89508a04764d +_md5_=6e97b112557023fd2518e2af7328c361 diff --git a/metadata/md5-cache/app-misc/localsearch-3.10.2 b/metadata/md5-cache/app-misc/localsearch-3.10.2 new file mode 100644 index 000000000000..a910928ac31c --- /dev/null +++ b/metadata/md5-cache/app-misc/localsearch-3.10.2 @@ -0,0 +1,18 @@ +BDEPEND=app-text/asciidoc dev-libs/libxslt dev-util/glib-utils dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/pygobject[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pygobject[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pygobject[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject[python_targets_python3_10(-)] ) ) || ( ( dev-lang/python:3.14 dev-python/tap-py[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/tap-py[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/tap-py[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/tap-py[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/tap-py[python_targets_python3_10(-)] ) ) gstreamer? ( media-libs/gstreamer:1.0[introspection] || ( media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-openh264:1.0 ) ) ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=app-misc/tinysparql-3.8:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2:= ) >=dev-libs/glib-2.76:2 dev-libs/libgudev >=dev-libs/gobject-introspection-1.82.0-r2 cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6:= ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) webp? ( media-libs/libwebp ) gif? ( media-libs/giflib:= ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) media-video/ffmpeg:0= +DESCRIPTION=Indexer and search engine that powers desktop search for core GNOME components +EAPI=8 +HOMEPAGE=https://gnome.pages.gitlab.gnome.org/localsearch +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg +IUSE=cue exif gif gsf +gstreamer iptc +iso +jpeg +pdf +playlist raw seccomp test +tiff upower webp +xml xmp xps +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ LGPL-2.1+ +RDEPEND=>=app-misc/tinysparql-3.8:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2:= ) >=dev-libs/glib-2.76:2 dev-libs/libgudev >=dev-libs/gobject-introspection-1.82.0-r2 cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6:= ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) webp? ( media-libs/libwebp ) gif? ( media-libs/giflib:= ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) media-video/ffmpeg:0= +REQUIRED_USE=cue? ( gstreamer ) +RESTRICT=!test? ( test ) +SLOT=3 +SRC_URI=mirror://gnome/sources/localsearch/3.10/localsearch-3.10.2.tar.xz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=753de87362c07edab10e7eeb2e3b4d2e diff --git a/metadata/md5-cache/app-misc/localsearch-3.6.2 b/metadata/md5-cache/app-misc/localsearch-3.6.2 deleted file mode 100644 index bf145457a97c..000000000000 --- a/metadata/md5-cache/app-misc/localsearch-3.6.2 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=app-text/asciidoc dev-libs/libxslt dev-util/glib-utils dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/pygobject[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pygobject[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pygobject[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject[python_targets_python3_10(-)] ) ) || ( ( dev-lang/python:3.14 dev-python/tap-py[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/tap-py[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/tap-py[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/tap-py[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/tap-py[python_targets_python3_10(-)] ) ) gstreamer? ( media-libs/gstreamer:1.0[introspection] || ( media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-openh264:1.0 ) ) ) app-arch/xz-utils >=app-portage/elt-patches-20250306 >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.70:2 >=app-misc/tinysparql-3.6_rc:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2 ) cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6 ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) sys-apps/util-linux gif? ( media-libs/giflib:= ) networkmanager? ( net-misc/networkmanager ) rss? ( >=net-libs/libgrss-0.7:0 ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) !gstreamer? ( ffmpeg? ( media-video/ffmpeg:0= ) ) -DESCRIPTION=Indexer and search engine that powers desktop search for core GNOME components -EAPI=8 -HOMEPAGE=https://gnome.pages.gitlab.gnome.org/localsearch -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=flag-o-matic gnome.org gnome2 meson python-any-r1 systemd xdg -IUSE=cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf +playlist raw +rss seccomp test +tiff upower +xml xmp xps -KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 -LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=>=dev-libs/glib-2.70:2 >=app-misc/tinysparql-3.6_rc:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2 ) cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6 ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) sys-apps/util-linux gif? ( media-libs/giflib:= ) networkmanager? ( net-misc/networkmanager ) rss? ( >=net-libs/libgrss-0.7:0 ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) !gstreamer? ( ffmpeg? ( media-video/ffmpeg:0= ) ) -REQUIRED_USE=cue? ( gstreamer ) -RESTRICT=!test? ( test ) -SLOT=3 -SRC_URI=mirror://gnome/sources/tracker-miners/3.6/tracker-miners-3.6.2.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=5fd11d043da9207a5cd27ec27f5146fd diff --git a/metadata/md5-cache/app-misc/localsearch-3.6.2-r2 b/metadata/md5-cache/app-misc/localsearch-3.6.2-r2 deleted file mode 100644 index 865e1f3d4569..000000000000 --- a/metadata/md5-cache/app-misc/localsearch-3.6.2-r2 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=app-text/asciidoc dev-libs/libxslt dev-util/glib-utils dev-util/gdbus-codegen >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/pygobject[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pygobject[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pygobject[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject[python_targets_python3_10(-)] ) ) || ( ( dev-lang/python:3.14 dev-python/tap-py[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/tap-py[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/tap-py[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/tap-py[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/tap-py[python_targets_python3_10(-)] ) ) gstreamer? ( media-libs/gstreamer:1.0[introspection] || ( media-plugins/gst-plugins-libav:1.0 media-plugins/gst-plugins-openh264:1.0 ) ) ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.70:2 >=app-misc/tinysparql-3.6_rc:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2 ) cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6:= ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) sys-apps/util-linux gif? ( media-libs/giflib:= ) networkmanager? ( net-misc/networkmanager ) rss? ( >=net-libs/libgrss-0.7:0 ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) !gstreamer? ( ffmpeg? ( media-video/ffmpeg:0= ) ) -DESCRIPTION=Indexer and search engine that powers desktop search for core GNOME components -EAPI=8 -HOMEPAGE=https://gnome.pages.gitlab.gnome.org/localsearch -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=flag-o-matic gnome.org gnome2-utils meson python-any-r1 systemd xdg -IUSE=cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf +playlist raw +rss seccomp test +tiff upower +xml xmp xps -KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 -LICENSE=GPL-2+ LGPL-2.1+ -RDEPEND=>=dev-libs/glib-2.70:2 >=app-misc/tinysparql-3.6_rc:3 >=sys-apps/dbus-1.3.1 xmp? ( >=media-libs/exempi-2.1.0:= ) raw? ( media-libs/gexiv2 ) cue? ( media-libs/libcue:= ) exif? ( >=media-libs/libexif-0.6 ) gsf? ( >=gnome-extra/libgsf-1.14.24:= ) xps? ( app-text/libgxps ) iptc? ( media-libs/libiptcdata ) jpeg? ( media-libs/libjpeg-turbo:0= ) iso? ( >=sys-libs/libosinfo-1.10.0-r1 ) >=media-libs/libpng-1.2:0= seccomp? ( >=sys-libs/libseccomp-2.0 ) tiff? ( media-libs/tiff:= ) xml? ( >=dev-libs/libxml2-2.6:= ) pdf? ( >=app-text/poppler-0.16.0:=[cairo] ) playlist? ( >=dev-libs/totem-pl-parser-3:= ) sys-apps/util-linux gif? ( media-libs/giflib:= ) networkmanager? ( net-misc/networkmanager ) rss? ( >=net-libs/libgrss-0.7:0 ) app-arch/gzip upower? ( >=sys-power/upower-0.9.0:= ) >=dev-libs/icu-4.8.1.1:= gstreamer? ( >=media-libs/gstreamer-1.20:1.0 >=media-libs/gst-plugins-base-1.20:1.0 >=media-plugins/gst-plugins-meta-1.20:1.0 ) !gstreamer? ( ffmpeg? ( media-video/ffmpeg:0= ) ) -REQUIRED_USE=cue? ( gstreamer ) -RESTRICT=!test? ( test ) -SLOT=3 -SRC_URI=mirror://gnome/sources/tracker-miners/3.6/tracker-miners-3.6.2.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=5ac73d83537ba8e3296728f4c1404f96 diff --git a/metadata/md5-cache/app-misc/tinysparql-3.10.1 b/metadata/md5-cache/app-misc/tinysparql-3.10.1 new file mode 100644 index 000000000000..6eacd32009f9 --- /dev/null +++ b/metadata/md5-cache/app-misc/tinysparql-3.10.1 @@ -0,0 +1,18 @@ +BDEPEND=dev-util/glib-utils app-text/asciidoc dev-libs/libxslt vala? ( || ( dev-lang/vala:0.56 ) ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig gtk-doc? ( dev-util/gi-docgen media-gfx/graphviz app-text/xmlto ) test? ( || ( ( dev-lang/python:3.14 dev-python/pygobject[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pygobject[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pygobject[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject[python_targets_python3_10(-)] ) ) || ( ( dev-lang/python:3.14 dev-python/tap-py[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/tap-py[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/tap-py[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/tap-py[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/tap-py[python_targets_python3_10(-)] ) ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/glib-2.52:2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/icu-4.8.1.2:= >=dev-libs/json-glib-1.4 >=net-libs/libsoup-2.99.2:3.0 >=dev-libs/libxml2-2.7:= >=dev-db/sqlite-3.29.0:3 dev-libs/snowball-stemmer:= dbus? ( >=sys-apps/dbus-1.3.2 ) zeroconf? ( net-dns/avahi ) systemd? ( >=sys-apps/systemd-2.42 ) +DESCRIPTION=Low-footprint RDF triple store with SPARQL 1.1 interface +EAPI=8 +HOMEPAGE=https://gnome.pages.gitlab.gnome.org/tinysparql +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg +IUSE=dbus gtk-doc +localsearch stemmer systemd test vala zeroconf +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2+ LGPL-2.1+ +PDEPEND=localsearch? ( >=app-misc/localsearch-3.6_rc ) +RDEPEND=>=dev-libs/glib-2.52:2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/icu-4.8.1.2:= >=dev-libs/json-glib-1.4 >=net-libs/libsoup-2.99.2:3.0 >=dev-libs/libxml2-2.7:= >=dev-db/sqlite-3.29.0:3 dev-libs/snowball-stemmer:= dbus? ( >=sys-apps/dbus-1.3.2 ) zeroconf? ( net-dns/avahi ) systemd? ( >=sys-apps/systemd-2.42 ) +RESTRICT=!test? ( test ) +SLOT=3/0 +SRC_URI=mirror://gnome/sources/tinysparql/3.10/tinysparql-3.10.1.tar.xz +_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 linux-info efd923656513c879204fec6638eadee5 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=53938398995928852bcd7a3fd9cf56fa diff --git a/metadata/md5-cache/app-misc/tinysparql-3.6.0-r2 b/metadata/md5-cache/app-misc/tinysparql-3.6.0-r2 deleted file mode 100644 index 8d90c47aa92d..000000000000 --- a/metadata/md5-cache/app-misc/tinysparql-3.6.0-r2 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-util/glib-utils app-text/asciidoc dev-libs/libxslt || ( dev-lang/vala:0.56 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig gtk-doc? ( dev-util/gi-docgen ) test? ( || ( ( dev-lang/python:3.14 dev-python/pygobject[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pygobject[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pygobject[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject[python_targets_python3_10(-)] ) ) || ( ( dev-lang/python:3.14 dev-python/tap-py[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/tap-py[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/tap-py[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/tap-py[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/tap-py[python_targets_python3_10(-)] ) ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.52:2 >=sys-apps/dbus-1.3.2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/icu-4.8.1.2:= >=dev-libs/json-glib-1.4 >=net-libs/libsoup-2.99.2:3.0 >=dev-libs/libxml2-2.7:= >=dev-db/sqlite-3.29.0:3 stemmer? ( dev-libs/snowball-stemmer:= ) -DESCRIPTION=Low-footprint RDF triple store with SPARQL 1.1 interface -EAPI=8 -HOMEPAGE=https://gnome.pages.gitlab.gnome.org/tinysparql -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg -IUSE=gtk-doc +miners stemmer test vala -KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 -LICENSE=GPL-2+ LGPL-2.1+ -PDEPEND=miners? ( >=app-misc/localsearch-3.6_rc ) -RDEPEND=>=dev-libs/glib-2.52:2 >=sys-apps/dbus-1.3.2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=dev-libs/icu-4.8.1.2:= >=dev-libs/json-glib-1.4 >=net-libs/libsoup-2.99.2:3.0 >=dev-libs/libxml2-2.7:= >=dev-db/sqlite-3.29.0:3 stemmer? ( dev-libs/snowball-stemmer:= ) -RESTRICT=!test? ( test ) -SLOT=3/0 -SRC_URI=mirror://gnome/sources/tracker/3.6/tracker-3.6.0.tar.xz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 linux-info efd923656513c879204fec6638eadee5 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db vala e477903dbe0105930c51f170a592dc16 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=6f56d3ac84e2e7eacb6cf79340e81255 diff --git a/metadata/md5-cache/app-shells/ctypes-sh-1.2-r2 b/metadata/md5-cache/app-shells/ctypes-sh-1.2-r2 index 0671311bd0d5..cb8013e563c6 100644 --- a/metadata/md5-cache/app-shells/ctypes-sh-1.2-r2 +++ b/metadata/md5-cache/app-shells/ctypes-sh-1.2-r2 @@ -11,4 +11,4 @@ RDEPEND=app-arch/bzip2 app-arch/xz-utils app-shells/bash:=[plugins(-)] dev-libs/ SLOT=0 SRC_URI=https://github.com/taviso/ctypes.sh/releases/download/v1.2/ctypes-sh-1.2.tar.gz _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=582d2f27cec89157f99183b40ad05fe9 +_md5_=65f643cb4eb45adc5cca1e90c122a40a diff --git a/metadata/md5-cache/app-shells/ctypes-sh-1.2_p20240626 b/metadata/md5-cache/app-shells/ctypes-sh-1.2_p20240626 new file mode 100644 index 000000000000..04aa0ca4877a --- /dev/null +++ b/metadata/md5-cache/app-shells/ctypes-sh-1.2_p20240626 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=install prepare test +DEPEND=app-shells/bash:=[plugins(-)] dev-libs/libffi:= virtual/libelf:= +DESCRIPTION=Foreign function interface for bash +EAPI=8 +HOMEPAGE=https://github.com/taviso/ctypes.sh +INHERIT=autotools toolchain-funcs +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=app-shells/bash:=[plugins(-)] dev-libs/libffi:= virtual/libelf:= +SLOT=0 +SRC_URI=https://github.com/taviso/ctypes.sh/archive/62ec33a6688a29eefdc141f21784193677ba76dc.tar.gz -> ctypes-sh-1.2_p20240626.tar.gz https://github.com/taviso/ctypes.sh/commit/35ae591664ca3deb624fae9bbbd398b5927aba1a.patch -> ctypes-sh-1.2-fix-incompatible-pointer-types.patch +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=e18185eee65384a43a1619e7b3d9cfce diff --git a/metadata/md5-cache/app-shells/mcfly-0.9.3 b/metadata/md5-cache/app-shells/mcfly-0.9.3 new file mode 100644 index 000000000000..96b39f47cc7f --- /dev/null +++ b/metadata/md5-cache/app-shells/mcfly-0.9.3 @@ -0,0 +1,13 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.75.0:* >=dev-lang/rust-1.75.0:* ) +DEFINED_PHASES=compile configure install postinst setup test unpack +DESCRIPTION=Context-aware bash history search replacement (ctrl-r) +EAPI=8 +HOMEPAGE=https://github.com/cantino/mcfly +INHERIT=cargo readme.gentoo-r1 +IUSE=debug +KEYWORDS=~amd64 +LICENSE=MIT CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB || ( Apache-2.0 Boost-1.0 ) +SLOT=0 +SRC_URI=https://github.com/cantino/mcfly/archive/v0.9.3.tar.gz -> mcfly-0.9.3.tar.gz https://github.com/gentoo-crate-dist/mcfly/releases/download/v0.9.3/mcfly-0.9.3-crates.tar.xz +_eclasses_=cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f readme.gentoo-r1 b045f3acf546393ab6b3170781875358 rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=ce6d5864db219a234b53e8003e298a51 diff --git a/metadata/md5-cache/dev-ada/ada_language_server-25.0.20241014-r4 b/metadata/md5-cache/dev-ada/ada_language_server-25.0.20241014-r4 index 44129c640097..8cb1b5d89615 100644 --- a/metadata/md5-cache/dev-ada/ada_language_server-25.0.20241014-r4 +++ b/metadata/md5-cache/dev-ada/ada_language_server-25.0.20241014-r4 @@ -1,6 +1,6 @@ BDEPEND=dev-ada/gprbuild[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] test? ( dev-ada/e3-testsuite ) DEFINED_PHASES=compile install setup -DEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) dev-ada/ada_libfswatch:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/AdaSAT:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatcoll-bindings:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatcoll-core:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatdoc:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatformat:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/lal-refactor:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/langkit:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] >=dev-ada/libadalang-tools-23:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/libgpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/prettier-ada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/spawn:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),gtk?] dev-ada/templates-parser:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] >=dev-ada/VSS-25.0.0:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/xmlada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-libs/gmp sys-fs/fswatch:= +DEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) dev-ada/ada_libfswatch:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/AdaSAT:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatcoll-bindings:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatcoll-core:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatdoc:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatformat:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/lal-refactor:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/langkit:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] >=dev-ada/libadalang-tools-23:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/libgpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/prettier-ada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/spawn:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),gtk?] dev-ada/templates-parser:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/vss-text:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/xmlada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-libs/gmp sys-fs/fswatch:= DESCRIPTION=a Language Server Protocol for Ada/SPARK EAPI=8 HOMEPAGE=https://github.com/AdaCore/ada_language_server @@ -8,10 +8,10 @@ INHERIT=ada multiprocessing IUSE=gtk test ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) dev-ada/ada_libfswatch:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/AdaSAT:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatcoll-bindings:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatcoll-core:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatdoc:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatformat:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/lal-refactor:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/langkit:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] >=dev-ada/libadalang-tools-23:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/libgpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/prettier-ada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/spawn:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),gtk?] dev-ada/templates-parser:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] >=dev-ada/VSS-25.0.0:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/xmlada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-libs/gmp sys-fs/fswatch:= +RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) dev-ada/ada_libfswatch:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/AdaSAT:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatcoll-bindings:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatcoll-core:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/gnatdoc:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gnatformat:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/gpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/lal-refactor:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/langkit:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] >=dev-ada/libadalang-tools-23:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/libgpr:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/prettier-ada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/spawn:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),gtk?] dev-ada/templates-parser:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+)] dev-ada/vss-text:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-ada/xmlada:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared] dev-libs/gmp sys-fs/fswatch:= REQUIRED_USE=^^ ( ada_target_gcc_14 ada_target_gcc_15 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/AdaCore/ada_language_server/archive/refs/tags/25.0.20241014.tar.gz -> ada_language_server-25.0.20241014.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=d6cf1f9f340babed08828e08c96bdaf7 +_md5_=5ef8d2f53b04883e99412892e96e6a05 diff --git a/metadata/md5-cache/dev-ada/gnatdoc-25.0.0-r4 b/metadata/md5-cache/dev-ada/gnatdoc-25.0.0-r4 index 12deec5132ee..d3bd0a5095e9 100644 --- a/metadata/md5-cache/dev-ada/gnatdoc-25.0.0-r4 +++ b/metadata/md5-cache/dev-ada/gnatdoc-25.0.0-r4 @@ -7,9 +7,9 @@ INHERIT=ada python-single-r1 multiprocessing IUSE=doc static-libs static-pic ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) dev-ada/gpr:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+),static-libs?] dev-ada/markdown:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] >=dev-ada/VSS-24.0.0:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),static-libs?] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),static-libs?,static-pic?] dev-ada/libadalang:=[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] +RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) dev-ada/gpr:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),shared(+),static-libs?] dev-ada/markdown:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-)] dev-ada/vss-text:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),static-libs?] dev-ada/libadalang:=[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),-ada_target_gcc_16(-),static-libs?,static-pic?] dev-ada/libadalang:=[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( ada_target_gcc_14 ada_target_gcc_15 ) SLOT=0/25.0.0 SRC_URI=https://github.com/AdaCore/gnatdoc/archive/refs/tags/v25.0.0.tar.gz -> gnatdoc-25.0.0.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=b56baf87f27457deb4a73ad21ccc164d +_md5_=2abe3c79191ca78d0de88c2e6f22d3b9 diff --git a/metadata/md5-cache/dev-ada/langkit-25.0.0-r6 b/metadata/md5-cache/dev-ada/langkit-25.0.0-r6 index 0585cb7c6b8e..ab774375e2ca 100644 --- a/metadata/md5-cache/dev-ada/langkit-25.0.0-r6 +++ b/metadata/md5-cache/dev-ada/langkit-25.0.0-r6 @@ -1,4 +1,4 @@ -BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/AdaSAT[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared(+),static-libs?,static-pic?] dev-ada/gnatcoll-bindings:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,gmp,iconv(+)] dev-ada/gnatcoll-bindings[shared,static-libs?,static-pic?] dev-ada/gnatcoll-core:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/prettier-ada:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/VSS:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/funcy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mypy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-8.1.3[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/AdaSAT[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared(+),static-libs?,static-pic?] dev-ada/gnatcoll-bindings:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,gmp,iconv(+)] dev-ada/gnatcoll-bindings[shared,static-libs?,static-pic?] dev-ada/gnatcoll-core:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/prettier-ada:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/vss-text:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/funcy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mypy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-8.1.3[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] DEFINED_PHASES=compile configure install prepare setup test DESCRIPTION=A Python framework to generate language parsers EAPI=8 @@ -7,10 +7,10 @@ INHERIT=distutils-r1 ada multiprocessing IUSE=static-libs static-pic doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=amd64 ~arm64 x86 LICENSE=Apache-2.0 -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/AdaSAT[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared(+),static-libs?,static-pic?] dev-ada/gnatcoll-bindings:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,gmp,iconv(+)] dev-ada/gnatcoll-bindings[shared,static-libs?,static-pic?] dev-ada/gnatcoll-core:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/prettier-ada:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/VSS:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/funcy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mypy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/AdaSAT[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared(+),static-libs?,static-pic?] dev-ada/gnatcoll-bindings:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,gmp,iconv(+)] dev-ada/gnatcoll-bindings[shared,static-libs?,static-pic?] dev-ada/gnatcoll-core:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/prettier-ada:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-ada/vss-text:=[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,shared,static-libs?,static-pic?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/funcy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mypy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ^^ ( ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) RESTRICT=test SLOT=0/25.0.0 SRC_URI=https://github.com/AdaCore/langkit/archive/refs/tags/v25.0.0.tar.gz -> langkit-25.0.0.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=2513b198ad9afb3e354980ff9c034040 +_md5_=e451abc0422723fdc5f68c6253772b90 diff --git a/metadata/md5-cache/dev-ada/libadalang-tools-25.0.0-r2 b/metadata/md5-cache/dev-ada/libadalang-tools-25.0.0-r2 index 6d9f55370d2d..1baa11e068d2 100644 --- a/metadata/md5-cache/dev-ada/libadalang-tools-25.0.0-r2 +++ b/metadata/md5-cache/dev-ada/libadalang-tools-25.0.0-r2 @@ -1,6 +1,6 @@ BDEPEND=dev-ada/gprbuild[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-)] test? ( dev-ada/aunit[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-)] ) DEFINED_PHASES=compile install prepare setup test -DEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/templates-parser[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared(+),static-libs?] >=dev-ada/VSS-24.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared,static-libs?,static-pic?] dev-ada/libadalang:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),static-libs?,static-pic?] +DEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/templates-parser[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared(+),static-libs?] dev-ada/vss-text[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared,static-libs?,static-pic?] dev-ada/libadalang:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),static-libs?,static-pic?] DESCRIPTION=Libadalang-based tools: gnatpp, gnatmetric and gnatstub EAPI=8 HOMEPAGE=https://www.adacore.com/community @@ -8,10 +8,10 @@ INHERIT=ada multiprocessing IUSE=static-libs static-pic test ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-3 -RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/templates-parser[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared(+),static-libs?] >=dev-ada/VSS-24.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared,static-libs?,static-pic?] dev-ada/libadalang:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),static-libs?,static-pic?] +RDEPEND=ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/templates-parser[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared(+),static-libs?] dev-ada/vss-text[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),shared,static-libs?,static-pic?] dev-ada/libadalang:0/25.0.0[ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),-ada_target_gcc_13(-),static-libs?,static-pic?] REQUIRED_USE=^^ ( ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 ) RESTRICT=!test? ( test ) SLOT=0/25.0.0 SRC_URI=https://github.com/AdaCore/libadalang-tools/archive/refs/tags/v25.0.0.tar.gz -> libadalang-tools-25.0.0.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=6562db3bb74c82f62442a7b79153e55f +_md5_=c0b5011c8df79bf1a15b5fc186822e31 diff --git a/metadata/md5-cache/dev-ada/markdown-25.0.0-r2 b/metadata/md5-cache/dev-ada/markdown-25.0.0-r2 index 6f26cc94af1e..3cd01a607813 100644 --- a/metadata/md5-cache/dev-ada/markdown-25.0.0-r2 +++ b/metadata/md5-cache/dev-ada/markdown-25.0.0-r2 @@ -1,6 +1,6 @@ BDEPEND=test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) ) DEFINED_PHASES=compile prepare setup test -DEPEND=ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] dev-ada/VSS[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] +DEPEND=ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] dev-ada/vss-text[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] DESCRIPTION=Provides a markdown parser written in Ada EAPI=8 HOMEPAGE=https://github.com/AdaCore/markdown @@ -8,9 +8,9 @@ INHERIT=ada python-any-r1 multiprocessing IUSE=test ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=Apache-2.0 -RDEPEND=ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] dev-ada/VSS[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] +RDEPEND=ada_target_gcc_12? ( sys-devel/gcc:12[ada] ) ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/gprbuild[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] dev-ada/vss-text[ada_target_gcc_12(-)?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?] RESTRICT=test SLOT=0 SRC_URI=https://github.com/AdaCore/markdown/archive/refs/tags/v25.0.0.tar.gz -> markdown-25.0.0.tar.gz https://github.com/AdaCore/markdown/commit/2bce1932841933fbe2dc31026fd68e5bc7a9c96d.patch test? ( https://github.com/commonmark/commonmark-spec/archive/refs/tags/0.31.2.tar.gz -> commonmark-spec-0.31.2.tar.gz ) _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=04058c55a014348259cf3ce56a1a76bc +_md5_=683a695461b656db77e84569b962fe08 diff --git a/metadata/md5-cache/dev-ada/prettier-ada-25.0.0-r2 b/metadata/md5-cache/dev-ada/prettier-ada-25.0.0-r2 index 88071617baee..1a930b60159c 100644 --- a/metadata/md5-cache/dev-ada/prettier-ada-25.0.0-r2 +++ b/metadata/md5-cache/dev-ada/prettier-ada-25.0.0-r2 @@ -1,6 +1,6 @@ BDEPEND=test? ( || ( ( dev-lang/python:3.14 dev-ada/e3-testsuite[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-ada/e3-testsuite[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-ada/e3-testsuite[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-ada/e3-testsuite[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-ada/e3-testsuite[python_targets_python3_10(-)] ) ) ) DEFINED_PHASES=compile install setup test -DEPEND=ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/VSS:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gnatcoll-core:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gprbuild[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-)] +DEPEND=ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/vss-text:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gnatcoll-core:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gprbuild[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-)] DESCRIPTION=Port of the Prettier formatter to the Ada programming language EAPI=8 HOMEPAGE=https://github.com/AdaCore/prettier-ada @@ -8,10 +8,10 @@ INHERIT=ada python-any-r1 multiprocessing IUSE=+shared static-libs static-pic test ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=amd64 ~arm64 x86 LICENSE=Apache-2.0 -RDEPEND=ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/VSS:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gnatcoll-core:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] +RDEPEND=ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/vss-text:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] dev-ada/gnatcoll-core:0/25.0.0[ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-),shared?,static-libs?,static-pic?] REQUIRED_USE=^^ ( ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 ) || ( shared static-libs static-pic ) test? ( static-libs ) RESTRICT=!test? ( test ) SLOT=0/25.0.0 SRC_URI=https://github.com/AdaCore/prettier-ada/archive/refs/tags/v25.0.0.tar.gz -> prettier-ada-25.0.0.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=3d6a99b7d5a4b6a3ca9acc3214adc1c2 +_md5_=1f83c48e298733ffd756a80f8a3c28bd diff --git a/metadata/md5-cache/dev-ada/VSS-25.0.0-r1 b/metadata/md5-cache/dev-ada/vss-text-25.0.0 index b1d34768c180..009743d1d950 100644 --- a/metadata/md5-cache/dev-ada/VSS-25.0.0-r1 +++ b/metadata/md5-cache/dev-ada/vss-text-25.0.0 @@ -3,7 +3,7 @@ DEFINED_PHASES=compile install prepare setup test DEPEND=ada_target_gcc_13? ( sys-devel/gcc:13[ada] ) ada_target_gcc_14? ( sys-devel/gcc:14[ada] ) ada_target_gcc_15? ( sys-devel/gcc:15[ada] ) ada_target_gcc_16? ( sys-devel/gcc:16[ada] ) dev-ada/xmlada:=[shared?,static-libs?,static-pic?,ada_target_gcc_13(-)?,ada_target_gcc_14(-)?,ada_target_gcc_15(-)?,ada_target_gcc_16(-)?,-ada_target_gcc_12(-)] DESCRIPTION=A high level string and text processing library EAPI=8 -HOMEPAGE=https://github.com/AdaCore/VSS +HOMEPAGE=https://github.com/AdaCore/vss-text INHERIT=ada multiprocessing IUSE=+shared static-libs static-pic test ada_target_gcc_12 ada_target_gcc_13 ada_target_gcc_14 ada_target_gcc_15 ada_target_gcc_16 KEYWORDS=amd64 ~arm64 x86 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/25.0.0 SRC_URI=https://github.com/AdaCore/VSS/archive/refs/tags/v25.0.0.tar.gz -> VSS-25.0.0.tar.gz _eclasses_=ada 38e5ef8cefdc0d1e5303a1e71014684e flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=3b4067b4ce344a41cbc3ad875d64bda4 +_md5_=6578beab122faeba9a015b649baff484 diff --git a/metadata/md5-cache/dev-build/gtk-doc-am-1.33.2 b/metadata/md5-cache/dev-build/gtk-doc-am-1.33.2 deleted file mode 100644 index 7b06eedaed5c..000000000000 --- a/metadata/md5-cache/dev-build/gtk-doc-am-1.33.2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=app-arch/xz-utils -DEFINED_PHASES=compile configure install -DESCRIPTION=Automake files from gtk-doc -EAPI=7 -HOMEPAGE=https://wiki.gnome.org/DocumentationProject/GtkDoc -INHERIT=gnome.org -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris -LICENSE=GPL-2 FDL-1.1 -PDEPEND=virtual/pkgconfig -RDEPEND=!<dev-util/gtk-doc-1.33.2 -RESTRICT=test -SLOT=0 -SRC_URI=mirror://gnome/sources/gtk-doc/1.33/gtk-doc-1.33.2.tar.xz -_eclasses_=gnome.org e1b4f392dbfedfb8974b71b017937f08 -_md5_=edc8b5ce460eec60bf0c2ae33c49d9d6 diff --git a/metadata/md5-cache/dev-build/steve-1.3.0 b/metadata/md5-cache/dev-build/steve-1.3.0 new file mode 100644 index 000000000000..cda3c59d49ab --- /dev/null +++ b/metadata/md5-cache/dev-build/steve-1.3.0 @@ -0,0 +1,17 @@ +BDEPEND=virtual/pkgconfig test? ( || ( ( dev-lang/python:3.14 dev-python/pytest[python_targets_python3_14(-)] dev-python/pytest-timeout[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pytest[python_targets_python3_13(-)] dev-python/pytest-timeout[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pytest[python_targets_python3_12(-)] dev-python/pytest-timeout[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pytest[python_targets_python3_11(-)] dev-python/pytest-timeout[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pytest[python_targets_python3_10(-)] dev-python/pytest-timeout[python_targets_python3_10(-)] ) ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm pretend setup test +DEPEND=dev-libs/libevent:= sys-fs/fuse:3= +DESCRIPTION=A load-balancing jobserver for Gentoo +EAPI=8 +HOMEPAGE=https://gitweb.gentoo.org/proj/steve.git/ +INHERIT=linux-info meson python-any-r1 systemd udev +IUSE=debug test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86 +LICENSE=GPL-2+ +PROPERTIES=test? ( test_privileged ) +RDEPEND=dev-libs/libevent:= sys-fs/fuse:3= acct-group/jobserver acct-user/steve >=sys-fs/fuse-common-3.10.4-r2 +RESTRICT=test +SLOT=0 +SRC_URI=https://dev.gentoo.org/~mgorny/dist/steve-1.3.0.tar.xz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db udev f3d9a4376ebd22131726a68e1a0a058f +_md5_=a5f45b8097534e3622c8c946edaff66b diff --git a/metadata/md5-cache/dev-cpp/simdutf-7.7.1 b/metadata/md5-cache/dev-cpp/simdutf-7.7.1 new file mode 100644 index 000000000000..973004ed5b1a --- /dev/null +++ b/metadata/md5-cache/dev-cpp/simdutf-7.7.1 @@ -0,0 +1,16 @@ +BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) virtual/pkgconfig doc? ( app-text/doxygen ) app-alternatives/ninja >=dev-build/cmake-3.28.5 doc? ( app-text/doxygen ) +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=virtual/libiconv +DESCRIPTION=Unicode validation and transcoding at billions of characters per second +EAPI=8 +HOMEPAGE=https://simdutf.github.io/simdutf/ +INHERIT=cmake docs python-any-r1 +IUSE=test doc +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=|| ( Apache-2.0 MIT ) +RDEPEND=virtual/libiconv +RESTRICT=!test? ( test ) +SLOT=0/25 +SRC_URI=https://github.com/simdutf/simdutf/archive/refs/tags/v7.7.1.tar.gz -> simdutf-7.7.1.tar.gz +_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 docs 006125f2158d2f16904ebd9114336058 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=29f0e2ead71b9af5b1fd97a0a6eb72a0 diff --git a/metadata/md5-cache/dev-db/mydumper-0.18.2.7-r1 b/metadata/md5-cache/dev-db/mydumper-0.18.2.7-r1 deleted file mode 100644 index bad436bac9b6..000000000000 --- a/metadata/md5-cache/dev-db/mydumper-0.18.2.7-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig doc? ( dev-python/furo dev-python/sphinx-inline-tabs ) app-alternatives/ninja >=dev-build/cmake-3.28.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=app-arch/zstd dev-db/mysql-connector-c:= dev-libs/glib:2 dev-libs/libpcre2:= dev-libs/openssl:= virtual/zlib:= dev-libs/libpcre -DESCRIPTION=A high-performance multi-threaded backup (and restore) toolset for MySQL -EAPI=8 -HOMEPAGE=https://github.com/mydumper/mydumper -INHERIT=cmake -IUSE=doc -KEYWORDS=amd64 ~x86 -LICENSE=GPL-3+ -RDEPEND=app-arch/zstd dev-db/mysql-connector-c:= dev-libs/glib:2 dev-libs/libpcre2:= dev-libs/openssl:= virtual/zlib:= -SLOT=0 -SRC_URI=https://github.com/mydumper/mydumper/archive/v0.18.2-7.tar.gz -> mydumper-0.18.2-7.tar.gz https://github.com/mydumper/mydumper_docs/archive/b260deb19d8cf88a5e57abc0d271673a4bea254d.tar.gz -> mydumper-0.18.2-7_docs.tar.gz -_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=13b25a00ac92606a2bad5bf765473b57 diff --git a/metadata/md5-cache/dev-db/mydumper-0.19.3.3 b/metadata/md5-cache/dev-db/mydumper-0.21.2.2 index 9b666a833b63..053ca74b511a 100644 --- a/metadata/md5-cache/dev-db/mydumper-0.19.3.3 +++ b/metadata/md5-cache/dev-db/mydumper-0.21.2.2 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/mydumper/mydumper INHERIT=cmake python-any-r1 IUSE=doc -KEYWORDS=amd64 ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ RDEPEND=app-arch/zstd dev-db/mysql-connector-c:= dev-libs/glib:2 dev-libs/libpcre2:= SLOT=0 -SRC_URI=https://github.com/mydumper/mydumper/archive/v0.19.3-3.tar.gz -> mydumper-0.19.3-3.tar.gz https://github.com/mydumper/mydumper_docs/archive/af9dcd8d9c66cf445237f9a060d07c2a4dd3d382.tar.gz -> mydumper-0.19.3-3_docs.tar.gz +SRC_URI=https://github.com/mydumper/mydumper/archive/v0.21.2-2.tar.gz -> mydumper-0.21.2-2.tar.gz https://github.com/mydumper/mydumper_docs/archive/5cc751c3f4383530f472008828a6614b97412abd.tar.gz -> mydumper-0.21.2-2_docs.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=e3c3508047844cd94077fc55017f821e +_md5_=61881d912f8d8e0c8416bbd8e3af3a1b diff --git a/metadata/md5-cache/dev-lang/R-4.5.0 b/metadata/md5-cache/dev-lang/R-4.5.0 index 5d269cf81ff7..ecb7f53b3c08 100644 --- a/metadata/md5-cache/dev-lang/R-4.5.0 +++ b/metadata/md5-cache/dev-lang/R-4.5.0 @@ -14,4 +14,4 @@ RESTRICT=minimal? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://cran.r-project.org/src/base/R-4/R-4.5.0.tar.gz https://raw.githubusercontent.com/deepayan/rcompletion/78d6830e28ea90a046da79a9b4f70c39594bb6d6/bash_completion/R -> R-78d6830e28ea90a046da79a9b4f70c39594bb6d6.bash_completion _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7ff0c818e697615f1417763e4ee084d3 +_md5_=258680a13bc72169fd9cb0247c760369 diff --git a/metadata/md5-cache/dev-libs/libsigc++-2.12.0 b/metadata/md5-cache/dev-libs/libsigc++-3.8.0 index 27538c11d94a..8aab65762664 100644 --- a/metadata/md5-cache/dev-libs/libsigc++-2.12.0 +++ b/metadata/md5-cache/dev-libs/libsigc++-3.8.0 @@ -1,15 +1,14 @@ -BDEPEND=sys-devel/m4 gtk-doc? ( app-text/doxygen[dot] ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +BDEPEND=gtk-doc? ( app-text/doxygen[dot] dev-lang/perl dev-libs/libxslt ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array DEFINED_PHASES=compile configure install test -DEPEND=test? ( dev-libs/boost[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) DESCRIPTION=Typesafe callback system for standard C++ EAPI=8 HOMEPAGE=https://libsigcplusplus.github.io/libsigcplusplus/ https://github.com/libsigcplusplus/libsigcplusplus -INHERIT=flag-o-matic gnome.org meson-multilib +INHERIT=gnome.org flag-o-matic meson-multilib IUSE=gtk-doc test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris LICENSE=LGPL-2.1+ RESTRICT=!test? ( test ) -SLOT=2 -SRC_URI=mirror://gnome/sources/libsigc++/2.12/libsigc++-2.12.0.tar.xz +SLOT=3 +SRC_URI=https://github.com/libsigcplusplus/libsigcplusplus/releases/download/3.8.0/libsigc++-3.8.0.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 meson 99e6a34d0f7039439dad788f7443b574 meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=065540486410f38d61d2372f54972370 +_md5_=53c52b8e9be89f246d05019f9aba1e9f diff --git a/metadata/md5-cache/dev-python/furo-2025.12.19 b/metadata/md5-cache/dev-python/furo-2025.12.19 deleted file mode 100644 index 48d2993487b6..000000000000 --- a/metadata/md5-cache/dev-python/furo-2025.12.19 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=Clean customisable Sphinx documentation theme -EAPI=8 -HOMEPAGE=https://pypi.org/project/furo/ https://github.com/pradyunsg/furo/ -INHERIT=distutils-r1 pypi -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 -LICENSE=MIT -RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/py3/f/furo/furo-2025.12.19-py3-none-any.whl -_eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pypi 0ad21249997cbe7d63d15a084d009aa2 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=bd8469bac825e9bd000d2ab149931617 diff --git a/metadata/md5-cache/dev-python/furo-2025.12.19-r1 b/metadata/md5-cache/dev-python/furo-2025.12.19-r1 new file mode 100644 index 000000000000..1ca1e7e4040a --- /dev/null +++ b/metadata/md5-cache/dev-python/furo-2025.12.19-r1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/accessible-pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-import-check[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test unpack +DESCRIPTION=Clean customisable Sphinx documentation theme +EAPI=8 +HOMEPAGE=https://pypi.org/project/furo/ https://github.com/pradyunsg/furo/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=dev-python/accessible-pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/py3/f/furo/furo-2025.12.19-py3-none-any.whl +_eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pypi 0ad21249997cbe7d63d15a084d009aa2 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=a800b94d5bfa54a692ad11cd13547669 diff --git a/metadata/md5-cache/dev-python/furo-2025.9.25 b/metadata/md5-cache/dev-python/furo-2025.9.25-r1 index ef8e2e20eaf4..b2f85542ceb3 100644 --- a/metadata/md5-cache/dev-python/furo-2025.9.25 +++ b/metadata/md5-cache/dev-python/furo-2025.9.25-r1 @@ -7,9 +7,9 @@ INHERIT=distutils-r1 pypi IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=MIT -RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +RDEPEND=dev-python/accessible-pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sphinx-basic-ng[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/py3/f/furo/furo-2025.9.25-py3-none-any.whl _eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pypi 0ad21249997cbe7d63d15a084d009aa2 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7b5d90bb28e6e81d097e9a81cccdb181 +_md5_=d6597146be50dfd2142cb3b327ae0230 diff --git a/metadata/md5-cache/dev-python/intervaltree-3.2.0 b/metadata/md5-cache/dev-python/intervaltree-3.2.0-r1 index 16a803746eef..4c930af1612b 100644 --- a/metadata/md5-cache/dev-python/intervaltree-3.2.0 +++ b/metadata/md5-cache/dev-python/intervaltree-3.2.0-r1 @@ -1,4 +1,4 @@ -BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +BDEPEND=test? ( >=dev-python/sortedcontainers-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] DEFINED_PHASES=compile configure install prepare test DESCRIPTION=Editable interval tree data structure for Python 2 and 3 EAPI=8 @@ -7,10 +7,10 @@ INHERIT=distutils-r1 pypi IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 KEYWORDS=~amd64 ~arm64 ~riscv ~x86 LICENSE=Apache-2.0 -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +RDEPEND=>=dev-python/sortedcontainers-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/i/intervaltree/intervaltree-3.2.0.tar.gz _eclasses_=distutils-r1 d35f403697c0f86d762e7560bb5cd143 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c pypi 0ad21249997cbe7d63d15a084d009aa2 python-r1 0e15b2ab9cfc87d7474678201d6bca38 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=300290d2f62faf2e23d79521eb4f70cc +_md5_=9479d4961babd2334020ddd81a9cad2c diff --git a/metadata/md5-cache/dev-ruby/i18n-1.14.8 b/metadata/md5-cache/dev-ruby/i18n-1.14.8 new file mode 100644 index 000000000000..d7ef1d5a548b --- /dev/null +++ b/metadata/md5-cache/dev-ruby/i18n-1.14.8 @@ -0,0 +1,17 @@ +BDEPEND=test? ( ruby_targets_ruby32? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby34(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby34(-)] ) ) ruby_targets_ruby32? ( test? ( >=dev-ruby/activesupport-5.1[ruby_targets_ruby32(-)] dev-ruby/bundler[ruby_targets_ruby32(-)] >=dev-ruby/minitest-5.14:5[ruby_targets_ruby32(-)] dev-ruby/mocha:2[ruby_targets_ruby32(-)] dev-ruby/test_declarative[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( >=dev-ruby/activesupport-5.1[ruby_targets_ruby33(-)] dev-ruby/bundler[ruby_targets_ruby33(-)] >=dev-ruby/minitest-5.14:5[ruby_targets_ruby33(-)] dev-ruby/mocha:2[ruby_targets_ruby33(-)] dev-ruby/test_declarative[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby34? ( test? ( >=dev-ruby/activesupport-5.1[ruby_targets_ruby34(-)] dev-ruby/bundler[ruby_targets_ruby34(-)] >=dev-ruby/minitest-5.14:5[ruby_targets_ruby34(-)] dev-ruby/mocha:2[ruby_targets_ruby34(-)] dev-ruby/test_declarative[ruby_targets_ruby34(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby34? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby34(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( dev-ruby/rake[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby34? ( test? ( dev-ruby/rake[ruby_targets_ruby34(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] ) +DESCRIPTION=Add Internationalization support to your Ruby application +EAPI=8 +HOMEPAGE=https://github.com/ruby-i18n/i18n +INHERIT=ruby-fakegem +IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby32? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby34(-)] >=dev-ruby/racc-1.7:0[ruby_targets_ruby34(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 ) +RESTRICT=!test? ( test ) !test? ( test ) !test? ( test ) +SLOT=1 +SRC_URI=https://github.com/ruby-i18n/i18n/archive/v1.14.8.tar.gz -> i18n-1.14.8.tar.gz +_eclasses_=multilib a199af442898963433d6f038a88cce9c ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=0a20fde98f77e26d84dc096cf24825f2 diff --git a/metadata/md5-cache/dev-ruby/patron-0.13.4 b/metadata/md5-cache/dev-ruby/patron-0.13.4 index 758925a6943c..04a514ce9d2c 100644 --- a/metadata/md5-cache/dev-ruby/patron-0.13.4 +++ b/metadata/md5-cache/dev-ruby/patron-0.13.4 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/toland/patron INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=net-misc/curl ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://rubygems.org/gems/patron-0.13.4.gem _eclasses_=multilib a199af442898963433d6f038a88cce9c ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=ef2613b751d6123142108a6c35d0335e +_md5_=2bd21c87701ad8820c530d8718b960f6 diff --git a/metadata/md5-cache/dev-ruby/patron-0.13.4-r1 b/metadata/md5-cache/dev-ruby/patron-0.13.4-r1 index c7986cf0fce9..7c73cf2fcbac 100644 --- a/metadata/md5-cache/dev-ruby/patron-0.13.4-r1 +++ b/metadata/md5-cache/dev-ruby/patron-0.13.4-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/toland/patron INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=net-misc/curl ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://rubygems.org/gems/patron-0.13.4.gem _eclasses_=multilib a199af442898963433d6f038a88cce9c ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=1524bcebd97094f95b1a6887a8348dde +_md5_=c9cfdc7c3d817f8503ee5db05de5983f diff --git a/metadata/md5-cache/dev-util/glslang-1.4.328.0-r1 b/metadata/md5-cache/dev-util/glslang-1.4.328.0-r1 index 4f8c838aa3d5..8e5dc1e4718f 100644 --- a/metadata/md5-cache/dev-util/glslang-1.4.328.0-r1 +++ b/metadata/md5-cache/dev-util/glslang-1.4.328.0-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ https://github.com/KhronosGroup/glslang INHERIT=cmake-multilib python-any-r1 IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 LICENSE=BSD RDEPEND=~dev-util/spirv-tools-1.4.328.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0/16.0 SRC_URI=https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-1.4.328.0.tar.gz -> glslang-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=47fd53b52d13aaa74c975db35dd867a9 +_md5_=5c94b1d0b1888bbbf81b20a50829b8be diff --git a/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 b/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 deleted file mode 100644 index e1ed90211cf4..000000000000 --- a/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=app-text/docbook-xml-dtd:4.3 app-text/docbook-xsl-stylesheets dev-libs/libxslt >=sys-devel/gettext-0.19.8 virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install test -DEPEND=>=dev-libs/glib-2.53.4:2 >=x11-libs/gdk-pixbuf-2.30:2 !<x11-libs/gtk+-3.22.2:3 -DESCRIPTION=GTK update icon cache -EAPI=7 -HOMEPAGE=https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache -INHERIT=meson -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris -LICENSE=LGPL-2.1+ -RDEPEND=>=dev-libs/glib-2.53.4:2 >=x11-libs/gdk-pixbuf-2.30:2 !<x11-libs/gtk+-3.22.2:3 -SLOT=0 -SRC_URI=https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache/-/archive/3.24.40/gtk-update-icon-cache-3.24.40.tar.bz2 -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic a7afe42e95fb46ce9691605acfb24672 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=80ce2392dc3a5fd5c8be16ce79506b78 diff --git a/metadata/md5-cache/dev-util/ruff-0.14.4 b/metadata/md5-cache/dev-util/ruff-0.14.4 deleted file mode 100644 index 7f7995eb1abb..000000000000 --- a/metadata/md5-cache/dev-util/ruff-0.14.4 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.89.0:* >=dev-lang/rust-1.89.0:* ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=!elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) app-arch/zstd -DESCRIPTION=An extremely fast Python linter, written in Rust -EAPI=8 -HOMEPAGE=https://docs.astral.sh/ruff/ https://github.com/astral-sh/ruff -INHERIT=shell-completion cargo -IUSE=debug -KEYWORDS=~amd64 ~arm64 ~loong ~riscv -LICENSE=MIT Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 PSF-2 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB -RDEPEND=!elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) app-arch/zstd -SLOT=0 -SRC_URI=https://github.com/astral-sh/lsp-types/archive/3512a9f33eadc5402cfab1b8f7340824c8ca1439.tar.gz -> lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/astral-sh/ruff/archive/refs/tags/0.14.4.tar.gz -> ruff-0.14.4.gh.tar.gz https://github.com/gentoo-crate-dist/ruff/releases/download/0.14.4/ruff-0.14.4-crates.tar.xz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=bef075a0c609b4b2b3868b7b019a0713 diff --git a/metadata/md5-cache/dev-util/ruff-0.14.5 b/metadata/md5-cache/dev-util/ruff-0.14.5 deleted file mode 100644 index 341c41e811de..000000000000 --- a/metadata/md5-cache/dev-util/ruff-0.14.5 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.89.0:* >=dev-lang/rust-1.89.0:* ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=!elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) app-arch/zstd -DESCRIPTION=An extremely fast Python linter, written in Rust -EAPI=8 -HOMEPAGE=https://docs.astral.sh/ruff/ https://github.com/astral-sh/ruff -INHERIT=shell-completion cargo -IUSE=debug -KEYWORDS=~amd64 ~arm64 ~loong ~riscv -LICENSE=MIT Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 PSF-2 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB -RDEPEND=!elibc_musl? ( !elibc_Darwin? ( !elibc_bionic? ( dev-libs/jemalloc:= ) ) ) app-arch/zstd -SLOT=0 -SRC_URI=https://github.com/astral-sh/lsp-types/archive/3512a9f33eadc5402cfab1b8f7340824c8ca1439.tar.gz -> lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/salsa-rs/salsa/archive/05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.tar.gz -> salsa-05a9af7f554b64b8aadc2eeb6f2caf73d0408d09.gh.tar.gz https://github.com/astral-sh/ruff/archive/refs/tags/0.14.5.tar.gz -> ruff-0.14.5.gh.tar.gz https://github.com/gentoo-crate-dist/ruff/releases/download/0.14.5/ruff-0.14.5-crates.tar.xz -_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=bef075a0c609b4b2b3868b7b019a0713 diff --git a/metadata/md5-cache/dev-util/spirv-headers-1.4.328.0 b/metadata/md5-cache/dev-util/spirv-headers-1.4.328.0 index e74122c58eb9..b105da6df8ab 100644 --- a/metadata/md5-cache/dev-util/spirv-headers-1.4.328.0 +++ b/metadata/md5-cache/dev-util/spirv-headers-1.4.328.0 @@ -4,9 +4,9 @@ DESCRIPTION=Machine-readable files for the SPIR-V Registry EAPI=8 HOMEPAGE=https://registry.khronos.org/SPIR-V/ https://github.com/KhronosGroup/SPIRV-Headers INHERIT=cmake -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 LICENSE=MIT SLOT=0 SRC_URI=https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.4.328.0.tar.gz -> spirv-headers-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=be49092b215aa9c9637be8692b1df1cf +_md5_=1488555f6df87f2673ab4279cd0ae3e4 diff --git a/metadata/md5-cache/dev-util/spirv-tools-1.4.328.0 b/metadata/md5-cache/dev-util/spirv-tools-1.4.328.0 index 179f7719ed70..05503db6352c 100644 --- a/metadata/md5-cache/dev-util/spirv-tools-1.4.328.0 +++ b/metadata/md5-cache/dev-util/spirv-tools-1.4.328.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/SPIRV-Tools INHERIT=cmake-multilib python-any-r1 IUSE=test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 LICENSE=Apache-2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-1.4.328.0.tar.gz -> spirv-tools-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=783bd563fd696252c03430c70d73f09a +_md5_=f9217a16a948f8d24f944c4314e7bd55 diff --git a/metadata/md5-cache/dev-util/vulkan-headers-1.4.328.0 b/metadata/md5-cache/dev-util/vulkan-headers-1.4.328.0 index 79ea8b989d38..54e9bad0491d 100644 --- a/metadata/md5-cache/dev-util/vulkan-headers-1.4.328.0 +++ b/metadata/md5-cache/dev-util/vulkan-headers-1.4.328.0 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/Vulkan-Headers INHERIT=cmake IUSE=test -KEYWORDS=amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86 LICENSE=Apache-2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.4.328.0.tar.gz -> vulkan-headers-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=753ab80ebbd2e75f607d39729053701a +_md5_=9baa76e913d38a49e251bceb9d37a072 diff --git a/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.4.328.0 b/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.4.328.0 index 0d7bfb30cd02..6b9a952acd73 100644 --- a/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.4.328.0 +++ b/metadata/md5-cache/dev-util/vulkan-utility-libraries-1.4.328.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/Vulkan-Utility-Libraries INHERIT=cmake-multilib dot-a python-any-r1 IUSE=test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 LICENSE=Apache-2.0 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-1.4.328.0.tar.gz -> vulkan-utility-libraries-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f dot-a e5200fe17cfd2ed6fa66edd80201763a flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=590d23099e0b74075c362a7a4ec6dd16 +_md5_=89cc11aaa28678a3edede83eb96371c9 diff --git a/metadata/md5-cache/gnome-base/gvfs-1.56.1-r2 b/metadata/md5-cache/gnome-base/gvfs-1.56.1-r3 index d4ae55ea0637..77e360f13817 100644 --- a/metadata/md5-cache/gnome-base/gvfs-1.56.1-r2 +++ b/metadata/md5-cache/gnome-base/gvfs-1.56.1-r3 @@ -1,6 +1,6 @@ BDEPEND=dev-util/glib-utils app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 dev-libs/libxslt >=sys-devel/gettext-0.19.8 virtual/pkgconfig dev-util/gdbus-codegen test? ( dev-libs/libgdata ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig DEFINED_PHASES=compile configure install postinst postrm preinst test -DEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.2.0 ) virtual/openssh +DEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.2.0:0/0.1 ) virtual/openssh DESCRIPTION=Virtual filesystem implementation for GIO EAPI=8 HOMEPAGE=https://gitlab.gnome.org/GNOME/gvfs @@ -9,10 +9,10 @@ INHERIT=gnome.org gnome2-utils meson systemd tmpfiles xdg IUSE=afp archive bluray cdda cdr elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs onedrive policykit samba systemd test +udev udisks zeroconf KEYWORDS=~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.2.0 ) virtual/openssh +RDEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.2.0:0/0.1 ) virtual/openssh REQUIRED_USE=?? ( elogind systemd ) cdda? ( udev ) google? ( gnome-online-accounts ) gphoto2? ( udev ) onedrive? ( gnome-online-accounts ) mtp? ( udev ) udisks? ( udev ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnome/sources/gvfs/1.56/gvfs-1.56.1.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=e87db8c3818edd458fc22ad7d717c7d9 +_md5_=6697c98b23498a0f725f963b4b0b659b diff --git a/metadata/md5-cache/gnome-base/gvfs-1.52.3-r2 b/metadata/md5-cache/gnome-base/gvfs-1.58.0 index eed69920ac98..10b0a5a38f0c 100644 --- a/metadata/md5-cache/gnome-base/gvfs-1.52.3-r2 +++ b/metadata/md5-cache/gnome-base/gvfs-1.58.0 @@ -1,18 +1,18 @@ BDEPEND=dev-util/glib-utils app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 dev-libs/libxslt >=sys-devel/gettext-0.19.8 virtual/pkgconfig dev-util/gdbus-codegen test? ( dev-libs/libgdata ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig DEFINED_PHASES=compile configure install postinst postrm preinst test -DEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:0= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) virtual/openssh +DEPEND=>=dev-libs/glib-2.83.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.53.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.3.0:= ) virtual/openssh DESCRIPTION=Virtual filesystem implementation for GIO EAPI=8 -HOMEPAGE=https://wiki.gnome.org/Projects/gvfs +HOMEPAGE=https://gitlab.gnome.org/GNOME/gvfs IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome.org gnome2-utils meson systemd tmpfiles xdg -IUSE=afp archive bluray cdda elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf -KEYWORDS=~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 +IUSE=afp archive bluray cdda cdr elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs onedrive policykit samba systemd test +udev udisks zeroconf +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/glib-2.70.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:0= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) virtual/openssh -REQUIRED_USE=?? ( elogind systemd ) cdda? ( udev ) google? ( gnome-online-accounts ) gphoto2? ( udev ) mtp? ( udev ) udisks? ( udev ) +RDEPEND=>=dev-libs/glib-2.83.0:2 >=gnome-base/gsettings-desktop-schemas-3.33.0 afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) sys-apps/dbus app-crypt/gcr:4= policykit? ( >=sys-auth/polkit-0.114 sys-libs/libcap ) http? ( dev-libs/libxml2:2= >=net-libs/libsoup-3.0.0:3.0 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) udev? ( >=dev-libs/libgudev-147:= ) fuse? ( >=sys-fs/fuse-3.0.0:3= virtual/tmpfiles ) udisks? ( >=sys-fs/udisks-1.97:2 ) systemd? ( >=sys-apps/systemd-206:0= ) elogind? ( >=sys-auth/elogind-229:0= ) ios? ( >=app-pda/libimobiledevice-1.2:= >=app-pda/libplist-1:= ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.53.1:= ) keyring? ( app-crypt/libsecret ) bluray? ( media-libs/libbluray:= ) mtp? ( virtual/libusb:1 >=media-libs/libmtp-1.1.15:= ) samba? ( >=net-fs/samba-4[client] ) archive? ( app-arch/libarchive:= ) cdda? ( dev-libs/libcdio:0= >=dev-libs/libcdio-paranoia-0.78.2:= ) google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] ) gphoto2? ( >=media-libs/libgphoto2-2.5.0:= ) nfs? ( >=net-fs/libnfs-1.9.8:= ) onedrive? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] >=net-libs/msgraph-0.3.0:= ) virtual/openssh +REQUIRED_USE=?? ( elogind systemd ) cdda? ( udev ) google? ( gnome-online-accounts ) gphoto2? ( udev ) onedrive? ( gnome-online-accounts ) mtp? ( udev ) udisks? ( udev ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=mirror://gnome/sources/gvfs/1.52/gvfs-1.52.3.tar.xz +SRC_URI=mirror://gnome/sources/gvfs/1.58/gvfs-1.58.0.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=fc6b24e33ee38d905a145cc59bf4ea09 +_md5_=8d183a235ac002629c0b542d1b905569 diff --git a/metadata/md5-cache/gnome-base/nautilus-47.4-r2 b/metadata/md5-cache/gnome-base/nautilus-47.4-r2 deleted file mode 100644 index e2330a778d34..000000000000 --- a/metadata/md5-cache/gnome-base/nautilus-47.4-r2 +++ /dev/null @@ -1,19 +0,0 @@ -BDEPEND=>=dev-util/gdbus-codegen-2.51.2 dev-util/glib-utils doc? ( app-text/docbook-xml-dtd:4.1.2 dev-util/gi-docgen ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( sys-apps/dbus ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -DESCRIPTION=Default file manager for the GNOME desktop -EAPI=8 -HOMEPAGE=https://apps.gnome.org/Nautilus/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg -IUSE=+cloudproviders doc gnome +gstreamer +introspection +previewer selinux test -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 -LICENSE=GPL-3+ LGPL-2.1+ -PDEPEND=gnome? ( x11-themes/adwaita-icon-theme ) previewer? ( >=gnome-extra/sushi-0.1.9 ) >=gnome-base/gvfs-1.14[gtk(+)] -RDEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=app-misc/localsearch-3.0:3= -REQUIRED_USE=doc? ( introspection ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=mirror://gnome/sources/nautilus/47/nautilus-47.4.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=64d98285a1a4a5ebfeac147e302edbf4 diff --git a/metadata/md5-cache/gnome-base/nautilus-47.5-r2 b/metadata/md5-cache/gnome-base/nautilus-47.5-r2 deleted file mode 100644 index 83a627b1a22a..000000000000 --- a/metadata/md5-cache/gnome-base/nautilus-47.5-r2 +++ /dev/null @@ -1,19 +0,0 @@ -BDEPEND=>=dev-util/gdbus-codegen-2.51.2 dev-util/glib-utils doc? ( app-text/docbook-xml-dtd:4.1.2 dev-util/gi-docgen ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( sys-apps/dbus ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) -DESCRIPTION=Default file manager for the GNOME desktop -EAPI=8 -HOMEPAGE=https://apps.gnome.org/Nautilus/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg -IUSE=+cloudproviders doc gnome +gstreamer +introspection +previewer selinux test -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 -LICENSE=GPL-3+ LGPL-2.1+ -PDEPEND=gnome? ( x11-themes/adwaita-icon-theme ) previewer? ( >=gnome-extra/sushi-0.1.9 ) >=gnome-base/gvfs-1.14[gtk(+)] -RDEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.15.2:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=app-misc/localsearch-3.0:3= -REQUIRED_USE=doc? ( introspection ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=mirror://gnome/sources/nautilus/47/nautilus-47.5.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=faae7acc5766c2ff4b09a17866b84196 diff --git a/metadata/md5-cache/gnome-base/nautilus-48.3-r2 b/metadata/md5-cache/gnome-base/nautilus-49.2 index 323c223cd148..a681ccedff94 100644 --- a/metadata/md5-cache/gnome-base/nautilus-48.3-r2 +++ b/metadata/md5-cache/gnome-base/nautilus-49.2 @@ -1,6 +1,6 @@ BDEPEND=>=dev-util/gdbus-codegen-2.51.2 dev-util/glib-utils doc? ( app-text/docbook-xml-dtd:4.1.2 dev-util/gi-docgen ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( sys-apps/dbus ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.17.5:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +DEPEND=>=dev-libs/glib-2.84.0:2 >=media-libs/gexiv2-0.14.2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.17.5:4[X,introspection?,wayland] dev-libs/wayland >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=dev-libs/icu-56 >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.2:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) DESCRIPTION=Default file manager for the GNOME desktop EAPI=8 HOMEPAGE=https://apps.gnome.org/Nautilus/ @@ -10,10 +10,10 @@ IUSE=+cloudproviders doc gnome +gstreamer +introspection +previewer selinux test KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-3+ LGPL-2.1+ PDEPEND=gnome? ( x11-themes/adwaita-icon-theme ) previewer? ( >=gnome-extra/sushi-0.1.9 ) >=gnome-base/gvfs-1.14[gtk(+)] -RDEPEND=>=dev-libs/glib-2.79.0:2 >=media-libs/gexiv2-0.14.2 >=x11-libs/gdk-pixbuf-2.30.0:2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.17.5:4[X,introspection?,wayland] >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.0:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=app-misc/localsearch-3.0:3= +RDEPEND=>=dev-libs/glib-2.84.0:2 >=media-libs/gexiv2-0.14.2 gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) >=app-arch/gnome-autoar-0.4.4 >=gnome-base/gnome-desktop-43:4= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/gtk-4.17.5:4[X,introspection?,wayland] dev-libs/wayland >=gui-libs/libadwaita-1.6_beta:1 >=dev-libs/libportal-0.7:=[gtk] >=dev-libs/icu-56 >=x11-libs/pango-1.28.3 selinux? ( >=sys-libs/libselinux-2.0 ) >=app-misc/tinysparql-3.2:3 cloudproviders? ( >=net-libs/libcloudproviders-0.3.1 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=app-misc/localsearch-3.0:3= REQUIRED_USE=doc? ( introspection ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=mirror://gnome/sources/nautilus/48/nautilus-48.3.tar.xz +SRC_URI=mirror://gnome/sources/nautilus/49/nautilus-49.2.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=7b108c246e46019214b3f16999c547b0 +_md5_=16186e9aa62bc32920a550b2afc01d50 diff --git a/metadata/md5-cache/media-gfx/gthumb-3.12.8.2 b/metadata/md5-cache/media-gfx/gthumb-3.12.8.2 index 4854878c065b..f5dd8e26a298 100644 --- a/metadata/md5-cache/media-gfx/gthumb-3.12.8.2 +++ b/metadata/md5-cache/media-gfx/gthumb-3.12.8.2 @@ -13,4 +13,4 @@ RDEPEND=>=dev-libs/glib-2.54.0:2 >=x11-libs/gtk+-3.16.0:3[X?] X? ( x11-libs/libX SLOT=0 SRC_URI=mirror://gnome/sources/gthumb/3.12/gthumb-3.12.8.2.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=52272de3199b41c54c4a63ebcd693e2b +_md5_=b7cb4fdf01d172299bcb861ce08d2281 diff --git a/metadata/md5-cache/media-gfx/wings-2.2.6.1 b/metadata/md5-cache/media-gfx/wings-2.2.6.1-r1 index f90a6f92681c..35843209d566 100644 --- a/metadata/md5-cache/media-gfx/wings-2.2.6.1 +++ b/metadata/md5-cache/media-gfx/wings-2.2.6.1-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install prepare -DEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl +DEPEND=>dev-lang/erlang-21[wxwidgets] <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl DESCRIPTION=Wings 3D is an advanced subdivision modeler -EAPI=7 +EAPI=8 HOMEPAGE=https://www.wings3d.com/ INHERIT=toolchain-funcs KEYWORDS=amd64 x86 LICENSE=BSD -RDEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl +RDEPEND=>dev-lang/erlang-21[wxwidgets] <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl SLOT=0 SRC_URI=https://downloads.sourceforge.net/wings/wings-2.2.6.1.tar.bz2 _eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=c1a89d1954c87606f35291df8e271298 +_md5_=d38b61d3991218c4a5ce7b1265914ce1 diff --git a/metadata/md5-cache/media-gfx/wings-2.3 b/metadata/md5-cache/media-gfx/wings-2.3 deleted file mode 100644 index 7ea258e4a7aa..000000000000 --- a/metadata/md5-cache/media-gfx/wings-2.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl -DESCRIPTION=Wings 3D is an advanced subdivision modeler -EAPI=8 -HOMEPAGE=https://www.wings3d.com/ -INHERIT=toolchain-funcs -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/wings/wings-2.3.tar.bz2 -_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=56bc90f61bd56ed5d8d32cbad4964963 diff --git a/metadata/md5-cache/media-gfx/wings-2.3-r1 b/metadata/md5-cache/media-gfx/wings-2.3-r1 new file mode 100644 index 000000000000..78c0446f4959 --- /dev/null +++ b/metadata/md5-cache/media-gfx/wings-2.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>dev-lang/erlang-21[wxwidgets] <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +DESCRIPTION=Wings 3D is an advanced subdivision modeler +EAPI=8 +HOMEPAGE=https://www.wings3d.com/ +INHERIT=toolchain-funcs +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>dev-lang/erlang-21[wxwidgets] <dev-lang/erlang-28 dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +SLOT=0 +SRC_URI=https://downloads.sourceforge.net/wings/wings-2.3.tar.bz2 +_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=c2f6da138904b18dd4cd6ead634b08b7 diff --git a/metadata/md5-cache/media-gfx/wings-2.4 b/metadata/md5-cache/media-gfx/wings-2.4 deleted file mode 100644 index d8905849f8ae..000000000000 --- a/metadata/md5-cache/media-gfx/wings-2.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl -DESCRIPTION=Wings 3D is an advanced subdivision modeler -EAPI=8 -HOMEPAGE=https://www.wings3d.com/ -INHERIT=toolchain-funcs -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=>dev-lang/erlang-21[wxwidgets] dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl -SLOT=0 -SRC_URI=https://downloads.sourceforge.net/wings/wings-2.4.tar.bz2 -_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=460aa8cae2da3b1f27c0c8e9cb8a37f4 diff --git a/metadata/md5-cache/media-gfx/wings-2.4-r1 b/metadata/md5-cache/media-gfx/wings-2.4-r1 new file mode 100644 index 000000000000..eea4e27f93ca --- /dev/null +++ b/metadata/md5-cache/media-gfx/wings-2.4-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>dev-lang/erlang-21[wxwidgets] || ( <dev-lang/erlang-28 >=dev-lang/erlang-28.3 ) dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +DESCRIPTION=Wings 3D is an advanced subdivision modeler +EAPI=8 +HOMEPAGE=https://www.wings3d.com/ +INHERIT=toolchain-funcs +KEYWORDS=amd64 x86 +LICENSE=BSD +RDEPEND=>dev-lang/erlang-21[wxwidgets] || ( <dev-lang/erlang-28 >=dev-lang/erlang-28.3 ) dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +SLOT=0 +SRC_URI=https://downloads.sourceforge.net/wings/wings-2.4.tar.bz2 +_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=23c8335e53e42cc2c0701a1b55a44893 diff --git a/metadata/md5-cache/media-gfx/wings-2.4.1 b/metadata/md5-cache/media-gfx/wings-2.4.1 new file mode 100644 index 000000000000..14b10adeefc2 --- /dev/null +++ b/metadata/md5-cache/media-gfx/wings-2.4.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>dev-lang/erlang-21[wxwidgets] || ( <dev-lang/erlang-28 >=dev-lang/erlang-28.3 ) dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +DESCRIPTION=Wings 3D is an advanced subdivision modeler +EAPI=8 +HOMEPAGE=https://www.wings3d.com/ +INHERIT=toolchain-funcs +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>dev-lang/erlang-21[wxwidgets] || ( <dev-lang/erlang-28 >=dev-lang/erlang-28.3 ) dev-libs/cl media-libs/glu media-libs/libsdl[opengl] virtual/opengl dev-cpp/eigen sci-libs/libigl +SLOT=0 +SRC_URI=https://downloads.sourceforge.net/wings/wings-2.4.1.tar.bz2 +_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=182937956480af801835e8acb5a8d87d diff --git a/metadata/md5-cache/media-libs/quirc-1.2-r3 b/metadata/md5-cache/media-libs/quirc-1.2-r3 index a2e10ed532ef..478facd5ddce 100644 --- a/metadata/md5-cache/media-libs/quirc-1.2-r3 +++ b/metadata/md5-cache/media-libs/quirc-1.2-r3 @@ -11,4 +11,4 @@ RDEPEND=opencv? ( media-libs/libjpeg-turbo:= media-libs/libpng:= media-libs/open SLOT=0/1.2 SRC_URI=https://github.com/dlbeer/quirc/archive/refs/tags/v1.2.tar.gz -> quirc-1.2.tar.gz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=e77d671bff5aca77dfa2344b223a1fa2 +_md5_=7f437969d35a152ca735dee6527609f4 diff --git a/metadata/md5-cache/media-libs/quirc-9999 b/metadata/md5-cache/media-libs/quirc-9999 index 533b4f15dcb1..7734e9d7c2d0 100644 --- a/metadata/md5-cache/media-libs/quirc-9999 +++ b/metadata/md5-cache/media-libs/quirc-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=opencv? ( media-libs/libjpeg-turbo:= media-libs/libpng:= media-libs/opencv:= ) sdl? ( media-libs/libjpeg-turbo:= media-libs/libpng:= media-libs/libsdl:= media-libs/sdl-gfx:= ) tools? ( media-libs/libjpeg-turbo:= media-libs/libpng:= ) v4l? ( media-libs/libjpeg-turbo:= ) SLOT=0/9999 _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=469bdefd71cac085691d4ad85f4d7d3b +_md5_=67d4e5a74778e0613fcbb61b8c134d76 diff --git a/metadata/md5-cache/media-libs/shaderc-2025.4 b/metadata/md5-cache/media-libs/shaderc-2025.4 index a7e74d7ddc88..657a55128ddd 100644 --- a/metadata/md5-cache/media-libs/shaderc-2025.4 +++ b/metadata/md5-cache/media-libs/shaderc-2025.4 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/google/shaderc INHERIT=cmake-multilib dot-a python-any-r1 IUSE=doc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 LICENSE=Apache-2.0 RDEPEND=>=dev-util/glslang-1.4.321.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-util/spirv-tools-1.4.321.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] RESTRICT=test SLOT=0 SRC_URI=https://github.com/google/shaderc/archive/v2025.4.tar.gz -> shaderc-2025.4.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f dot-a e5200fe17cfd2ed6fa66edd80201763a flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=a1f533189c0147928a55e2de1f9434fb +_md5_=99978d25caeaf7070d5b59909669925c diff --git a/metadata/md5-cache/media-libs/vulkan-layers-1.4.328.0 b/metadata/md5-cache/media-libs/vulkan-layers-1.4.328.0 index 0a73ac1599cb..23a22a5f8d7b 100644 --- a/metadata/md5-cache/media-libs/vulkan-layers-1.4.328.0 +++ b/metadata/md5-cache/media-libs/vulkan-layers-1.4.328.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/Vulkan-ValidationLayers INHERIT=cmake-multilib python-any-r1 IUSE=wayland test X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 LICENSE=Apache-2.0 RDEPEND=~dev-util/spirv-tools-1.4.328.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-1.4.328.0.tar.gz -> vulkan-layers-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=ea637a53210d0921f43471cd2f3f231d +_md5_=3d2adc8e3cf8fc1bd16587800b89c05d diff --git a/metadata/md5-cache/media-libs/vulkan-loader-1.4.328.0-r1 b/metadata/md5-cache/media-libs/vulkan-loader-1.4.328.0-r1 index ef95fb8859e3..cb769a3c36f8 100644 --- a/metadata/md5-cache/media-libs/vulkan-loader-1.4.328.0-r1 +++ b/metadata/md5-cache/media-libs/vulkan-loader-1.4.328.0-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/KhronosGroup/Vulkan-Loader INHERIT=flag-o-matic cmake-multilib toolchain-funcs IUSE=layers wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 LICENSE=Apache-2.0 PDEPEND=layers? ( media-libs/vulkan-layers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,wayland?,X?] ) SLOT=0 SRC_URI=https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-1.4.328.0.tar.gz -> vulkan-loader-1.4.328.0.tar.gz _eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f flag-o-matic a7afe42e95fb46ce9691605acfb24672 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b out-of-source-utils dbf9e34ee8964084651e25907fa8f52c toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=856b485df7757c0ce58b2627dbed1768 +_md5_=b84f27ee7165d7a788df92d18ee57076 diff --git a/metadata/md5-cache/media-sound/musescore-4.6.5 b/metadata/md5-cache/media-sound/musescore-4.6.5 new file mode 100644 index 000000000000..04e0f87bfdd7 --- /dev/null +++ b/metadata/md5-cache/media-sound/musescore-4.6.5 @@ -0,0 +1,18 @@ +BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) dev-libs/utfcpp test? ( dev-cpp/gtest ) +DESCRIPTION=WYSIWYG Music Score Typesetter +EAPI=8 +HOMEPAGE=https://musescore.org/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake flag-o-matic xdg check-reqs +IUSE=jack pipewire test video websockets +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/pugixml dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets,xml,X] dev-qt/qt5compat:6[qml] dev-qt/qtdeclarative:6 dev-qt/qtnetworkauth:6 dev-qt/qtscxml:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/flac:= media-libs/freetype media-libs/harfbuzz:= media-libs/libopusenc media-libs/libsndfile media-libs/opus media-sound/lame virtual/zlib:= jack? ( virtual/jack ) pipewire? ( media-video/pipewire:= ) video? ( media-video/ffmpeg:= ) websockets? ( dev-qt/qtwebsockets:6 ) +REQUIRED_USE=?? ( jack pipewire ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/musescore/MuseScore/archive/v4.6.5.tar.gz -> musescore-4.6.5.tar.gz https://dev.gentoo.org/~fordfrog/distfiles/MuseScore_General-0.2.0.tar.bz2 +_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=2959e620b41b7e7d905ab2fffb705989 diff --git a/metadata/md5-cache/media-sound/rosegarden-25.12 b/metadata/md5-cache/media-sound/rosegarden-25.12 new file mode 100644 index 000000000000..94a4e349dacc --- /dev/null +++ b/metadata/md5-cache/media-sound/rosegarden-25.12 @@ -0,0 +1,17 @@ +BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk media-libs/liblo media-libs/liblrdf media-libs/libsamplerate media-libs/libsndfile sci-libs/fftw:3.0= virtual/jack virtual/zlib:= lirc? ( app-misc/lirc ) lv2? ( media-libs/lilv >=media-libs/lv2-1.18.0 ) +DESCRIPTION=MIDI and audio sequencer and notation editor +EAPI=8 +HOMEPAGE=https://www.rosegardenmusic.com/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake xdg +IUSE=lirc lv2 test +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,network,widgets,xml] media-libs/alsa-lib >=media-libs/dssi-1.0.0:= media-libs/ladspa-sdk media-libs/liblo media-libs/liblrdf media-libs/libsamplerate media-libs/libsndfile sci-libs/fftw:3.0= virtual/jack virtual/zlib:= lirc? ( app-misc/lirc ) lv2? ( media-libs/lilv >=media-libs/lv2-1.18.0 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://downloads.sourceforge.net/project/rosegarden/rosegarden/25.12/rosegarden-25.12.tar.xz +_eclasses_=cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=e756f8e9acf5344e991d759a6440ee1f diff --git a/metadata/md5-cache/net-analyzer/iftop-1.0_pre4-r5 b/metadata/md5-cache/net-analyzer/iftop-1.0_pre4-r5 index 13568263c458..49760eb93b93 100644 --- a/metadata/md5-cache/net-analyzer/iftop-1.0_pre4-r5 +++ b/metadata/md5-cache/net-analyzer/iftop-1.0_pre4-r5 @@ -3,12 +3,12 @@ DEFINED_PHASES=install prepare DEPEND=net-libs/libpcap sys-libs/ncurses:= DESCRIPTION=Display bandwidth usage on an interface EAPI=8 -HOMEPAGE=https://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop -INHERIT=autotools flag-o-matic +HOMEPAGE=https://pdw.ex-parrot.com/iftop/ https://code.blinkace.com/pdw/iftop +INHERIT=autotools KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~sparc x86 LICENSE=GPL-2 RDEPEND=net-libs/libpcap sys-libs/ncurses:= SLOT=0 -SRC_URI=https://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=45e23bc3fd02cec3f07a0ed1f96d0eea +SRC_URI=https://pdw.ex-parrot.com/iftop/download/iftop-1.0pre4.tar.gz +_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=66ba176933a549b7bc703794eb755d22 diff --git a/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.26_p20221106 b/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.26_p20241118 index cdd132d5bbd0..cbfcc5d2f6f2 100644 --- a/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.26_p20221106 +++ b/metadata/md5-cache/net-analyzer/pnp4nagios-0.6.26_p20241118 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile configure install postinst DEPEND=net-analyzer/rrdtool[graph,perl] icinga? ( acct-group/icinga acct-user/icinga ) nagios? ( acct-group/nagios acct-user/nagios ) DESCRIPTION=A performance data analyzer for nagios EAPI=8 -HOMEPAGE=http://www.pnp4nagios.org/ +HOMEPAGE=https://github.com/ConSol-Monitoring/pnp IUSE=apache2 icinga +nagios -KEYWORDS=amd64 ~ppc ppc64 ~sparc x86 +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=net-analyzer/rrdtool[graph,perl] icinga? ( acct-group/icinga acct-user/icinga ) nagios? ( acct-group/nagios acct-user/nagios ) dev-lang/php:*[filter,gd,json(+),simplexml,xml,zlib] media-fonts/dejavu virtual/perl-Getopt-Long virtual/perl-Time-HiRes apache2? ( >=www-servers/apache-2.4[apache2_modules_alias,apache2_modules_authz_core,apache2_modules_rewrite] ) REQUIRED_USE=^^ ( icinga nagios ) SLOT=0 -SRC_URI=https://github.com/lingej/pnp4nagios/archive/5e09f538373ac4310a13355746bb3d3a10eb7bef.tar.gz -> pnp4nagios-0.6.26_p20221106.tar.gz -_md5_=46f08f083dcd4f4b0e792358ca453e8c +SRC_URI=https://github.com/ConSol-Monitoring/pnp/archive/f4a831e7bd51651bb427931ab492d63197e77e0e.tar.gz -> pnp4nagios-0.6.26_p20241118.tar.gz +_md5_=83813e13ccccf05aa1396d4174b750ed diff --git a/metadata/md5-cache/net-libs/msgraph-0.2.3 b/metadata/md5-cache/net-libs/msgraph-0.2.3-r1 index 6f08945ab63d..eb8b303fd9bc 100644 --- a/metadata/md5-cache/net-libs/msgraph-0.2.3 +++ b/metadata/md5-cache/net-libs/msgraph-0.2.3-r1 @@ -11,7 +11,7 @@ LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.28.0:2 dev-libs/json-glib net-libs/rest:1.0 net-libs/libsoup:3.0 net-libs/gnome-online-accounts:= >=net-libs/uhttpmock-0.11.0:1.0 introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) REQUIRED_USE=gtk-doc? ( introspection ) RESTRICT=!test? ( test ) -SLOT=0/1 +SLOT=0/0.1 SRC_URI=mirror://gnome/sources/msgraph/0.2/msgraph-0.2.3.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=84fd06fa9a402ca38eb09f3821ee21c2 +_md5_=a8e0fb07fa6d5e8f71651cc4bb7a81e6 diff --git a/metadata/md5-cache/net-libs/msgraph-0.3.3 b/metadata/md5-cache/net-libs/msgraph-0.3.3 new file mode 100644 index 000000000000..acedb06da5fd --- /dev/null +++ b/metadata/md5-cache/net-libs/msgraph-0.3.3 @@ -0,0 +1,17 @@ +BDEPEND=gtk-doc? ( dev-util/gi-docgen ) test? ( net-libs/uhttpmock:1.0 ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install test +DEPEND=>=dev-libs/glib-2.28.0:2 dev-libs/json-glib net-libs/rest:1.0 net-libs/libsoup:3.0 net-libs/gnome-online-accounts:= >=net-libs/uhttpmock-0.11.0:1.0 introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=dev-util/gdbus-codegen-2.30.0 >=sys-devel/gettext-0.19.8 virtual/pkgconfig dev-libs/gobject-introspection-common +DESCRIPTION=GLib-based library for accessing online serive APIs using MS Graph protocol. +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/GNOME/msgraph +INHERIT=gnome.org meson +IUSE=debug gtk-doc +introspection man test +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=dev-libs/glib-2.28.0:2 dev-libs/json-glib net-libs/rest:1.0 net-libs/libsoup:3.0 net-libs/gnome-online-accounts:= >=net-libs/uhttpmock-0.11.0:1.0 introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +REQUIRED_USE=gtk-doc? ( introspection ) +RESTRICT=!test? ( test ) +SLOT=0/1.1 +SRC_URI=mirror://gnome/sources/msgraph/0.3/msgraph-0.3.3.tar.xz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=cb332bc7455656f9ea53d20fe4d3b012 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r410 b/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r410 new file mode 100644 index 000000000000..0ee8f771a21e --- /dev/null +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r410 @@ -0,0 +1,18 @@ +BDEPEND=|| ( dev-lang/python:3.14[xml(+)] dev-lang/python:3.13[xml(+)] dev-lang/python:3.12[xml(+)] dev-lang/python:3.11[xml(+)] dev-lang/python:3.10[xml(+)] ) || ( ( dev-lang/ruby:3.2 virtual/rubygems[ruby_targets_ruby32(-)] ) ( dev-lang/ruby:3.3 virtual/rubygems[ruby_targets_ruby33(-)] ) ( dev-lang/ruby:3.4 virtual/rubygems[ruby_targets_ruby34(-)] ) ) app-accessibility/at-spi2-core dev-lang/perl dev-util/gdbus-codegen dev-util/glib-utils dev-util/gperf dev-util/unifdef sys-devel/bison sys-devel/gettext virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) >=app-portage/elt-patches-20250306 app-arch/xz-utils app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test +DEPEND=app-accessibility/at-spi2-core:2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/hyphen dev-libs/icu:= dev-libs/libgcrypt:0= dev-libs/libtasn1:= dev-libs/libxml2:2= dev-libs/libxslt media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/harfbuzz:=[icu(+)] media-libs/libjpeg-turbo:0= media-libs/libepoxy[egl(+)] media-libs/libglvnd media-libs/libpng:0= media-libs/libwebp:= media-libs/mesa media-libs/svt-av1 media-libs/woff2 net-libs/libsoup:3.0[introspection?] virtual/zlib:= x11-libs/cairo[X?] x11-libs/gtk+:3[aqua?,introspection?,wayland?,X?] x11-libs/libdrm avif? ( media-libs/libavif:= ) gamepad? ( dev-libs/libmanette ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[egl,opengl,X?] media-plugins/gst-plugins-opus:1.0 media-libs/gst-plugins-bad:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) jpegxl? ( media-libs/libjxl:= ) keyring? ( app-crypt/libsecret ) lcms? ( media-libs/lcms:2 ) seccomp? ( sys-apps/bubblewrap sys-libs/libseccomp sys-apps/xdg-dbus-proxy ) spell? ( app-text/enchant:2 ) systemd? ( sys-apps/systemd:= ) X? ( x11-libs/libX11 ) wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) +DESCRIPTION=Open source web browser engine +EAPI=8 +HOMEPAGE=https://www.webkitgtk.org +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake +IUSE=aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2+ BSD +RDEPEND=app-accessibility/at-spi2-core:2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/hyphen dev-libs/icu:= dev-libs/libgcrypt:0= dev-libs/libtasn1:= dev-libs/libxml2:2= dev-libs/libxslt media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/harfbuzz:=[icu(+)] media-libs/libjpeg-turbo:0= media-libs/libepoxy[egl(+)] media-libs/libglvnd media-libs/libpng:0= media-libs/libwebp:= media-libs/mesa media-libs/svt-av1 media-libs/woff2 net-libs/libsoup:3.0[introspection?] virtual/zlib:= x11-libs/cairo[X?] x11-libs/gtk+:3[aqua?,introspection?,wayland?,X?] x11-libs/libdrm avif? ( media-libs/libavif:= ) gamepad? ( dev-libs/libmanette ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[egl,opengl,X?] media-plugins/gst-plugins-opus:1.0 media-libs/gst-plugins-bad:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) jpegxl? ( media-libs/libjxl:= ) keyring? ( app-crypt/libsecret ) lcms? ( media-libs/lcms:2 ) seccomp? ( sys-apps/bubblewrap sys-libs/libseccomp sys-apps/xdg-dbus-proxy ) spell? ( app-text/enchant:2 ) systemd? ( sys-apps/systemd:= ) X? ( x11-libs/libX11 ) wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) +REQUIRED_USE=|| ( aqua wayland X ) +RESTRICT=test +SLOT=4.1/0 +SRC_URI=https://www.webkitgtk.org/releases/webkitgtk-2.50.4.tar.xz +_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=bc606b709445927b5a9f20548fed3efc diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r600 b/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r600 new file mode 100644 index 000000000000..3f8b07c48e85 --- /dev/null +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.50.4-r600 @@ -0,0 +1,18 @@ +BDEPEND=|| ( dev-lang/python:3.14[xml(+)] dev-lang/python:3.13[xml(+)] dev-lang/python:3.12[xml(+)] dev-lang/python:3.11[xml(+)] dev-lang/python:3.10[xml(+)] ) || ( ( dev-lang/ruby:3.2 virtual/rubygems[ruby_targets_ruby32(-)] ) ( dev-lang/ruby:3.3 virtual/rubygems[ruby_targets_ruby33(-)] ) ( dev-lang/ruby:3.4 virtual/rubygems[ruby_targets_ruby34(-)] ) ) app-accessibility/at-spi2-core dev-lang/perl dev-util/gdbus-codegen dev-util/glib-utils dev-util/gperf dev-util/unifdef sys-devel/bison sys-devel/gettext virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) >=app-portage/elt-patches-20250306 app-arch/xz-utils app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test +DEPEND=app-accessibility/at-spi2-core:2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/hyphen dev-libs/icu:= dev-libs/libgcrypt:0= dev-libs/libtasn1:= dev-libs/libxml2:2= dev-libs/libxslt >=gui-libs/gtk-4.14.0:4[aqua?,introspection?,wayland?,X?] media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/harfbuzz:=[icu(+)] media-libs/libjpeg-turbo:0= media-libs/libepoxy[egl(+)] media-libs/libglvnd media-libs/libpng:0= media-libs/libwebp:= media-libs/mesa media-libs/svt-av1 media-libs/woff2 net-libs/libsoup:3.0[introspection?] virtual/zlib:= x11-libs/cairo[X?] x11-libs/libdrm avif? ( media-libs/libavif:= ) gamepad? ( dev-libs/libmanette ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[egl,opengl,X?] media-plugins/gst-plugins-opus:1.0 media-libs/gst-plugins-bad:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) jpegxl? ( media-libs/libjxl:= ) keyring? ( app-crypt/libsecret ) lcms? ( media-libs/lcms:2 ) seccomp? ( sys-apps/bubblewrap sys-libs/libseccomp sys-apps/xdg-dbus-proxy ) spell? ( app-text/enchant:2 ) systemd? ( sys-apps/systemd:= ) X? ( x11-libs/libX11 ) wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) +DESCRIPTION=Open source web browser engine +EAPI=8 +HOMEPAGE=https://www.webkitgtk.org +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake +IUSE=aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2+ BSD +RDEPEND=app-accessibility/at-spi2-core:2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/hyphen dev-libs/icu:= dev-libs/libgcrypt:0= dev-libs/libtasn1:= dev-libs/libxml2:2= dev-libs/libxslt >=gui-libs/gtk-4.14.0:4[aqua?,introspection?,wayland?,X?] media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/harfbuzz:=[icu(+)] media-libs/libjpeg-turbo:0= media-libs/libepoxy[egl(+)] media-libs/libglvnd media-libs/libpng:0= media-libs/libwebp:= media-libs/mesa media-libs/svt-av1 media-libs/woff2 net-libs/libsoup:3.0[introspection?] virtual/zlib:= x11-libs/cairo[X?] x11-libs/libdrm avif? ( media-libs/libavif:= ) gamepad? ( dev-libs/libmanette ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0[egl,opengl,X?] media-plugins/gst-plugins-opus:1.0 media-libs/gst-plugins-bad:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) jpegxl? ( media-libs/libjxl:= ) keyring? ( app-crypt/libsecret ) lcms? ( media-libs/lcms:2 ) seccomp? ( sys-apps/bubblewrap sys-libs/libseccomp sys-apps/xdg-dbus-proxy ) spell? ( app-text/enchant:2 ) systemd? ( sys-apps/systemd:= ) X? ( x11-libs/libX11 ) wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) +REQUIRED_USE=|| ( aqua wayland X ) +RESTRICT=test +SLOT=6/0 +SRC_URI=https://www.webkitgtk.org/releases/webkitgtk-2.50.4.tar.xz +_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b cmake 22e4e58d68692975dc74424dc9b12fb7 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool c81bd096be5f4c82f4e8f156ef112402 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b optfeature 538bce96e5589935b57e178e8635f301 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 ruby-single d1b60f2dbb45623756c128d02b2d3497 ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=bf9799664c5be13287b4ecf6dabdc660 diff --git a/metadata/md5-cache/net-mail/stalwart-cli-0.15.1 b/metadata/md5-cache/net-mail/stalwart-cli-0.15.1 new file mode 100644 index 000000000000..faf326f2705a --- /dev/null +++ b/metadata/md5-cache/net-mail/stalwart-cli-0.15.1 @@ -0,0 +1,14 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) +DEFINED_PHASES=compile configure install postinst setup test unpack +DEPEND=!!<net-mail/stalwart-mail-0.15.0 +DESCRIPTION=Stalwart Mail Server command line utility +EAPI=8 +HOMEPAGE=https://stalw.art +INHERIT=cargo +IUSE=debug +KEYWORDS=~amd64 +LICENSE=|| ( AGPL-3 ) AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2 +SLOT=0 +SRC_URI=https://github.com/stalwartlabs/stalwart/archive/refs/tags/v0.15.1.tar.gz -> stalwart-mail-0.15.1.tar.gz https://crates.io/api/v1/crates/RustyXML/0.3.0/download -> RustyXML-0.3.0.crate https://crates.io/api/v1/crates/addr2line/0.25.1/download -> addr2line-0.25.1.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/adler32/1.2.0/download -> adler32-1.2.0.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm-siv/0.11.1/download -> aes-gcm-siv-0.11.1.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.13/download -> anstyle-1.0.13.crate https://crates.io/api/v1/crates/anyhow/1.0.100/download -> anyhow-1.0.100.crate https://crates.io/api/v1/crates/arbitrary/1.4.2/download -> arbitrary-1.4.2.crate https://crates.io/api/v1/crates/arc-swap/1.7.1/download -> arc-swap-1.7.1.crate https://crates.io/api/v1/crates/argon2/0.5.3/download -> argon2-0.5.3.crate https://crates.io/api/v1/crates/array-init/2.1.0/download -> array-init-2.1.0.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/asn1-rs-derive/0.6.0/download -> asn1-rs-derive-0.6.0.crate https://crates.io/api/v1/crates/asn1-rs-impl/0.2.0/download -> asn1-rs-impl-0.2.0.crate https://crates.io/api/v1/crates/asn1-rs/0.7.1/download -> asn1-rs-0.7.1.crate https://crates.io/api/v1/crates/async-channel/1.9.0/download -> async-channel-1.9.0.crate https://crates.io/api/v1/crates/async-lock/3.4.1/download -> async-lock-3.4.1.crate https://crates.io/api/v1/crates/async-nats/0.44.2/download -> async-nats-0.44.2.crate https://crates.io/api/v1/crates/async-recursion/1.1.1/download -> async-recursion-1.1.1.crate https://crates.io/api/v1/crates/async-stream-impl/0.3.6/download -> async-stream-impl-0.3.6.crate https://crates.io/api/v1/crates/async-stream/0.3.6/download -> async-stream-0.3.6.crate https://crates.io/api/v1/crates/async-trait/0.1.89/download -> async-trait-0.1.89.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/attohttpc/0.28.5/download -> attohttpc-0.28.5.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/aws-creds/0.37.0/download -> aws-creds-0.37.0.crate https://crates.io/api/v1/crates/aws-region/0.25.5/download -> aws-region-0.25.5.crate https://crates.io/api/v1/crates/azure_core/0.21.0/download -> azure_core-0.21.0.crate https://crates.io/api/v1/crates/azure_storage/0.21.0/download -> azure_storage-0.21.0.crate https://crates.io/api/v1/crates/azure_storage_blobs/0.21.0/download -> azure_storage_blobs-0.21.0.crate https://crates.io/api/v1/crates/azure_svc_blobstorage/0.21.0/download -> azure_svc_blobstorage-0.21.0.crate https://crates.io/api/v1/crates/backtrace/0.3.76/download -> backtrace-0.3.76.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base32/0.5.1/download -> base32-0.5.1.crate https://crates.io/api/v1/crates/base64/0.13.1/download -> base64-0.13.1.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/base64ct/1.8.1/download -> base64ct-1.8.1.crate https://crates.io/api/v1/crates/bincode/1.3.3/download -> bincode-1.3.3.crate https://crates.io/api/v1/crates/bincode/2.0.1/download -> bincode-2.0.1.crate https://crates.io/api/v1/crates/bincode_derive/2.0.1/download -> bincode_derive-2.0.1.crate https://crates.io/api/v1/crates/bindgen/0.70.1/download -> bindgen-0.70.1.crate https://crates.io/api/v1/crates/bindgen/0.72.1/download -> bindgen-0.72.1.crate https://crates.io/api/v1/crates/biscuit/0.7.0/download -> biscuit-0.7.0.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-set/0.8.0/download -> bit-set-0.8.0.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bit-vec/0.8.0/download -> bit-vec-0.8.0.crate https://crates.io/api/v1/crates/bitflags/2.10.0/download -> bitflags-2.10.0.crate https://crates.io/api/v1/crates/bitpacking/0.9.2/download -> bitpacking-0.9.2.crate https://crates.io/api/v1/crates/bitvec-nom2/0.2.1/download -> bitvec-nom2-0.2.1.crate https://crates.io/api/v1/crates/bitvec/1.0.1/download -> bitvec-1.0.1.crate https://crates.io/api/v1/crates/blake2/0.10.6/download -> blake2-0.10.6.crate https://crates.io/api/v1/crates/blake3/1.8.2/download -> blake3-1.8.2.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.9.0/download -> block-buffer-0.9.0.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.7.0/download -> blowfish-0.7.0.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/btoi/0.4.3/download -> btoi-0.4.3.crate https://crates.io/api/v1/crates/buffered-reader/1.4.0/download -> buffered-reader-1.4.0.crate https://crates.io/api/v1/crates/bumpalo/3.19.0/download -> bumpalo-3.19.0.crate https://crates.io/api/v1/crates/bytecheck/0.8.2/download -> bytecheck-0.8.2.crate https://crates.io/api/v1/crates/bytecheck_derive/0.8.2/download -> bytecheck_derive-0.8.2.crate https://crates.io/api/v1/crates/bytemuck/1.24.0/download -> bytemuck-1.24.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.11.0/download -> bytes-1.11.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.13+1.0.8/download -> bzip2-sys-0.1.13+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.6.1/download -> bzip2-0.6.1.crate https://crates.io/api/v1/crates/calcard/0.1.3/download -> calcard-0.1.3.crate https://crates.io/api/v1/crates/calcard/0.3.2/download -> calcard-0.3.2.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cbc/0.1.2/download -> cbc-0.1.2.crate https://crates.io/api/v1/crates/cc/1.2.49/download -> cc-1.2.49.crate https://crates.io/api/v1/crates/cedarwood/0.4.6/download -> cedarwood-0.4.6.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfb/0.7.3/download -> cfb-0.7.3.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chrono-tz/0.10.4/download -> chrono-tz-0.10.4.crate https://crates.io/api/v1/crates/chrono/0.4.42/download -> chrono-0.4.42.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.8.1/download -> clang-sys-1.8.1.crate https://crates.io/api/v1/crates/clap/4.5.53/download -> clap-4.5.53.crate https://crates.io/api/v1/crates/clap_builder/4.5.53/download -> clap_builder-4.5.53.crate https://crates.io/api/v1/crates/clap_derive/4.5.49/download -> clap_derive-4.5.49.crate https://crates.io/api/v1/crates/clap_lex/0.7.6/download -> clap_lex-0.7.6.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/cmake/0.1.54/download -> cmake-0.1.54.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console/0.15.11/download -> console-0.15.11.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/const-random-macro/0.1.16/download -> const-random-macro-0.1.16.crate https://crates.io/api/v1/crates/const-random/0.1.18/download -> const-random-0.1.18.crate https://crates.io/api/v1/crates/const_format/0.2.35/download -> const_format-0.2.35.crate https://crates.io/api/v1/crates/const_format_proc_macros/0.2.34/download -> const_format_proc_macros-0.2.34.crate https://crates.io/api/v1/crates/const_panic/0.2.15/download -> const_panic-0.2.15.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/core2/0.4.0/download -> core2-0.4.0.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crc-catalog/2.4.0/download -> crc-catalog-2.4.0.crate https://crates.io/api/v1/crates/crc16/0.4.0/download -> crc16-0.4.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crc/3.4.0/download -> crc-3.4.0.crate https://crates.io/api/v1/crates/critical-section/1.2.0/download -> critical-section-1.2.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.12/download -> crossbeam-queue-0.3.12.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.4/download -> crunchy-0.2.4.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/crypto-mac/0.10.0/download -> crypto-mac-0.10.0.crate https://crates.io/api/v1/crates/csv-core/0.1.13/download -> csv-core-0.1.13.crate https://crates.io/api/v1/crates/csv/1.4.0/download -> csv-1.4.0.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.3/download -> curve25519-dalek-4.1.3.crate https://crates.io/api/v1/crates/darling/0.20.11/download -> darling-0.20.11.crate https://crates.io/api/v1/crates/darling/0.21.3/download -> darling-0.21.3.crate https://crates.io/api/v1/crates/darling_core/0.20.11/download -> darling_core-0.20.11.crate https://crates.io/api/v1/crates/darling_core/0.21.3/download -> darling_core-0.21.3.crate https://crates.io/api/v1/crates/darling_macro/0.20.11/download -> darling_macro-0.20.11.crate https://crates.io/api/v1/crates/darling_macro/0.21.3/download -> darling_macro-0.21.3.crate https://crates.io/api/v1/crates/dary_heap/0.3.8/download -> dary_heap-0.3.8.crate https://crates.io/api/v1/crates/data-encoding/2.9.0/download -> data-encoding-2.9.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/deadpool-postgres/0.14.1/download -> deadpool-postgres-0.14.1.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.10.0/download -> deadpool-0.10.0.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/decancer/3.3.3/download -> decancer-3.3.3.crate https://crates.io/api/v1/crates/deflate64/0.1.10/download -> deflate64-0.1.10.crate https://crates.io/api/v1/crates/der-parser/10.0.0/download -> der-parser-10.0.0.crate https://crates.io/api/v1/crates/der/0.7.10/download -> der-0.7.10.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derive_arbitrary/1.4.2/download -> derive_arbitrary-1.4.2.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.9.0/download -> digest-0.9.0.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dlv-list/0.5.2/download -> dlv-list-0.5.2.crate https://crates.io/api/v1/crates/dns-update/0.1.6/download -> dns-update-0.1.6.crate https://crates.io/api/v1/crates/doc-comment/0.3.4/download -> doc-comment-0.3.4.crate https://crates.io/api/v1/crates/dsa/0.6.3/download -> dsa-0.6.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ece/2.3.1/download -> ece-2.3.1.crate https://crates.io/api/v1/crates/ed25519-dalek/2.2.0/download -> ed25519-dalek-2.2.0.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/ena/0.14.3/download -> ena-0.14.3.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.1/download -> enum-as-inner-0.6.1.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download -> fallible-iterator-0.2.0.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fancy-regex/0.14.0/download -> fancy-regex-0.14.0.crate https://crates.io/api/v1/crates/farmhash/1.1.5/download -> farmhash-1.1.5.crate https://crates.io/api/v1/crates/fast-float/0.2.0/download -> fast-float-0.2.0.crate https://crates.io/api/v1/crates/fastbloom/0.14.0/download -> fastbloom-0.14.0.crate https://crates.io/api/v1/crates/fastrand/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/ff/0.13.1/download -> ff-0.13.1.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.9/download -> fiat-crypto-0.2.9.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.5/download -> find-msvc-tools-0.1.5.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/fixedbitset/0.5.7/download -> fixedbitset-0.5.7.crate https://crates.io/api/v1/crates/flate2/1.1.5/download -> flate2-1.1.5.crate https://crates.io/api/v1/crates/flume/0.11.1/download -> flume-0.11.1.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form-data/0.6.0/download -> form-data-0.6.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/foundationdb-gen/0.9.2/download -> foundationdb-gen-0.9.2.crate https://crates.io/api/v1/crates/foundationdb-macros/0.3.3/download -> foundationdb-macros-0.3.3.crate https://crates.io/api/v1/crates/foundationdb-sys/0.9.1/download -> foundationdb-sys-0.9.1.crate https://crates.io/api/v1/crates/foundationdb-tuple/0.9.1/download -> foundationdb-tuple-0.9.1.crate https://crates.io/api/v1/crates/foundationdb/0.9.2/download -> foundationdb-0.9.2.crate https://crates.io/api/v1/crates/funty/2.0.0/download -> funty-2.0.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-lite/1.13.0/download -> futures-lite-1.13.0.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-sink/0.3.31/download -> futures-sink-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/futures/0.3.31/download -> futures-0.3.31.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/generic-array/1.3.5/download -> generic-array-1.3.5.crate https://crates.io/api/v1/crates/gethostname/1.1.0/download -> gethostname-1.1.0.crate https://crates.io/api/v1/crates/getrandom/0.1.16/download -> getrandom-0.1.16.crate https://crates.io/api/v1/crates/getrandom/0.2.16/download -> getrandom-0.2.16.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/ghash/0.5.1/download -> ghash-0.5.1.crate https://crates.io/api/v1/crates/gimli/0.32.3/download -> gimli-0.32.3.crate https://crates.io/api/v1/crates/git-version-macro/0.3.9/download -> git-version-macro-0.3.9.crate https://crates.io/api/v1/crates/git-version/0.3.9/download -> git-version-0.3.9.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/h2/0.3.27/download -> h2-0.3.27.crate https://crates.io/api/v1/crates/h2/0.4.12/download -> h2-0.4.12.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/hashify/0.2.7/download -> hashify-0.2.7.crate https://crates.io/api/v1/crates/hashlink/0.10.0/download -> hashlink-0.10.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hickory-client/0.24.4/download -> hickory-client-0.24.4.crate https://crates.io/api/v1/crates/hickory-proto/0.24.4/download -> hickory-proto-0.24.4.crate https://crates.io/api/v1/crates/hickory-proto/0.26.0-alpha.1/download -> hickory-proto-0.26.0-alpha.1.crate https://crates.io/api/v1/crates/hickory-resolver/0.26.0-alpha.1/download -> hickory-resolver-0.26.0-alpha.1.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.10.1/download -> hmac-0.10.1.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/hostname/0.4.2/download -> hostname-0.4.2.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http-types/2.12.0/download -> http-types-2.12.0.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/human-size/0.4.3/download -> human-size-0.4.3.crate https://crates.io/api/v1/crates/humantime/2.3.0/download -> humantime-2.3.0.crate https://crates.io/api/v1/crates/hyper-rustls/0.24.2/download -> hyper-rustls-0.24.2.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-timeout/0.5.2/download -> hyper-timeout-0.5.2.crate https://crates.io/api/v1/crates/hyper-util/0.1.19/download -> hyper-util-0.1.19.crate https://crates.io/api/v1/crates/hyper/0.14.32/download -> hyper-0.14.32.crate https://crates.io/api/v1/crates/hyper/1.8.1/download -> hyper-1.8.1.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.64/download -> iana-time-zone-0.1.64.crate https://crates.io/api/v1/crates/icu_collections/2.1.1/download -> icu_collections-2.1.1.crate https://crates.io/api/v1/crates/icu_locale_core/2.1.1/download -> icu_locale_core-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer/2.1.1/download -> icu_normalizer-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.1.1/download -> icu_normalizer_data-2.1.1.crate https://crates.io/api/v1/crates/icu_properties/2.1.2/download -> icu_properties-2.1.2.crate https://crates.io/api/v1/crates/icu_properties_data/2.1.2/download -> icu_properties_data-2.1.2.crate https://crates.io/api/v1/crates/icu_provider/2.1.1/download -> icu_provider-2.1.1.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/imagesize/0.14.0/download -> imagesize-0.14.0.crate https://crates.io/api/v1/crates/include-flate-codegen/0.3.1/download -> include-flate-codegen-0.3.1.crate https://crates.io/api/v1/crates/include-flate-compress/0.3.1/download -> include-flate-compress-0.3.1.crate https://crates.io/api/v1/crates/include-flate/0.3.1/download -> include-flate-0.3.1.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.12.1/download -> indexmap-2.12.1.crate https://crates.io/api/v1/crates/indicatif/0.17.11/download -> indicatif-0.17.11.crate https://crates.io/api/v1/crates/infer/0.19.0/download -> infer-0.19.0.crate https://crates.io/api/v1/crates/infer/0.2.3/download -> infer-0.2.3.crate https://crates.io/api/v1/crates/inout/0.1.4/download -> inout-0.1.4.crate https://crates.io/api/v1/crates/instant/0.1.13/download -> instant-0.1.13.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.11.0/download -> ipnet-2.11.0.crate https://crates.io/api/v1/crates/ipnetwork/0.20.0/download -> ipnetwork-0.20.0.crate https://crates.io/api/v1/crates/iri-string/0.7.9/download -> iri-string-0.7.9.crate https://crates.io/api/v1/crates/is-terminal/0.4.17/download -> is-terminal-0.4.17.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jemalloc-sys/0.5.4+5.3.0-patched/download -> jemalloc-sys-0.5.4+5.3.0-patched.crate https://crates.io/api/v1/crates/jemallocator/0.5.4/download -> jemallocator-0.5.4.crate https://crates.io/api/v1/crates/jieba-macros/0.8.1/download -> jieba-macros-0.8.1.crate https://crates.io/api/v1/crates/jieba-rs/0.8.1/download -> jieba-rs-0.8.1.crate https://crates.io/api/v1/crates/jmap-client/0.3.3/download -> jmap-client-0.3.3.crate https://crates.io/api/v1/crates/jmap-client/0.4.0/download -> jmap-client-0.4.0.crate https://crates.io/api/v1/crates/jmap-tools/0.1.3/download -> jmap-tools-0.1.3.crate https://crates.io/api/v1/crates/jni-sys/0.3.0/download -> jni-sys-0.3.0.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.83/download -> js-sys-0.3.83.crate https://crates.io/api/v1/crates/json5/0.4.1/download -> json5-0.4.1.crate https://crates.io/api/v1/crates/keccak/0.1.5/download -> keccak-0.1.5.crate https://crates.io/api/v1/crates/keyed-set/1.1.0/download -> keyed-set-1.1.0.crate https://crates.io/api/v1/crates/keyed_priority_queue/0.4.2/download -> keyed_priority_queue-0.4.2.crate https://crates.io/api/v1/crates/konst/0.3.16/download -> konst-0.3.16.crate https://crates.io/api/v1/crates/konst_kernel/0.3.15/download -> konst_kernel-0.3.15.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/lber/0.5.1/download -> lber-0.5.1.crate https://crates.io/api/v1/crates/ldap3/0.12.1/download -> ldap3-0.12.1.crate https://crates.io/api/v1/crates/libbz2-rs-sys/0.2.2/download -> libbz2-rs-sys-0.2.2.crate https://crates.io/api/v1/crates/libc/0.2.178/download -> libc-0.2.178.crate https://crates.io/api/v1/crates/libflate/2.2.1/download -> libflate-2.2.1.crate https://crates.io/api/v1/crates/libflate_lz77/2.2.0/download -> libflate_lz77-2.2.0.crate https://crates.io/api/v1/crates/libloading/0.8.9/download -> libloading-0.8.9.crate https://crates.io/api/v1/crates/libm/0.2.15/download -> libm-0.2.15.crate https://crates.io/api/v1/crates/libredox/0.1.10/download -> libredox-0.1.10.crate https://crates.io/api/v1/crates/librocksdb-sys/0.17.3+10.4.2/download -> librocksdb-sys-0.17.3+10.4.2.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.35.0/download -> libsqlite3-sys-0.35.0.crate https://crates.io/api/v1/crates/libz-rs-sys/0.5.4/download -> libz-rs-sys-0.5.4.crate https://crates.io/api/v1/crates/libz-sys/1.1.23/download -> libz-sys-1.1.23.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.11.0/download -> linux-raw-sys-0.11.0.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/lru/0.14.0/download -> lru-0.14.0.crate https://crates.io/api/v1/crates/lz4-sys/1.11.1+lz4-1.10.0/download -> lz4-sys-1.11.1+lz4-1.10.0.crate https://crates.io/api/v1/crates/lz4_flex/0.11.5/download -> lz4_flex-0.11.5.crate https://crates.io/api/v1/crates/lz4_flex/0.12.0/download -> lz4_flex-0.12.0.crate https://crates.io/api/v1/crates/lzma-rust2/0.13.0/download -> lzma-rust2-0.13.0.crate https://crates.io/api/v1/crates/mail-auth/0.7.3/download -> mail-auth-0.7.3.crate https://crates.io/api/v1/crates/mail-builder/0.4.4/download -> mail-builder-0.4.4.crate https://crates.io/api/v1/crates/mail-parser/0.11.1/download -> mail-parser-0.11.1.crate https://crates.io/api/v1/crates/mail-send/0.5.2/download -> mail-send-0.5.2.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/maybe-async/0.2.10/download -> maybe-async-0.2.10.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/md-5/0.9.1/download -> md-5-0.9.1.crate https://crates.io/api/v1/crates/md5/0.7.0/download -> md5-0.7.0.crate https://crates.io/api/v1/crates/md5/0.8.0/download -> md5-0.8.0.crate https://crates.io/api/v1/crates/memchr/2.7.6/download -> memchr-2.7.6.crate https://crates.io/api/v1/crates/memory-stats/1.2.0/download -> memory-stats-1.2.0.crate https://crates.io/api/v1/crates/memsec/0.7.0/download -> memsec-0.7.0.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/mime_guess/2.0.5/download -> mime_guess-2.0.5.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.1.1/download -> mio-1.1.1.crate https://crates.io/api/v1/crates/moka/0.12.11/download -> moka-0.12.11.crate https://crates.io/api/v1/crates/munge/0.4.7/download -> munge-0.4.7.crate https://crates.io/api/v1/crates/munge_macro/0.4.7/download -> munge_macro-0.4.7.crate https://crates.io/api/v1/crates/mysql-common-derive/0.32.1/download -> mysql-common-derive-0.32.1.crate https://crates.io/api/v1/crates/mysql_async/0.36.1/download -> mysql_async-0.36.1.crate https://crates.io/api/v1/crates/mysql_common/0.35.5/download -> mysql_common-0.35.5.crate https://crates.io/api/v1/crates/nanorand/0.7.0/download -> nanorand-0.7.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.6/download -> new_debug_unreachable-1.0.6.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nix/0.30.1/download -> nix-0.30.1.crate https://crates.io/api/v1/crates/nkeys/0.4.5/download -> nkeys-0.4.5.crate https://crates.io/api/v1/crates/no-std-net/0.6.0/download -> no-std-net-0.6.0.crate https://crates.io/api/v1/crates/nohash-hasher/0.2.0/download -> nohash-hasher-0.2.0.crate https://crates.io/api/v1/crates/nohash/0.2.0/download -> nohash-0.2.0.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/nonempty-collections/0.3.1/download -> nonempty-collections-0.3.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.3/download -> nu-ansi-term-0.50.3.crate https://crates.io/api/v1/crates/nuid/0.5.0/download -> nuid-0.5.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.6/download -> num-bigint-dig-0.8.6.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.45/download -> num-iter-0.1.45.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/num_enum/0.7.5/download -> num_enum-0.7.5.crate https://crates.io/api/v1/crates/num_enum_derive/0.7.5/download -> num_enum_derive-0.7.5.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/object/0.37.3/download -> object-0.37.3.crate https://crates.io/api/v1/crates/ocb3/0.1.0/download -> ocb3-0.1.0.crate https://crates.io/api/v1/crates/oid-registry/0.8.1/download -> oid-registry-0.8.1.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.6/download -> openssl-probe-0.1.6.crate https://crates.io/api/v1/crates/openssl-sys/0.9.111/download -> openssl-sys-0.9.111.crate https://crates.io/api/v1/crates/openssl/0.10.75/download -> openssl-0.10.75.crate https://crates.io/api/v1/crates/opentelemetry-http/0.29.0/download -> opentelemetry-http-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-otlp/0.29.0/download -> opentelemetry-otlp-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-proto/0.29.0/download -> opentelemetry-proto-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-semantic-conventions/0.29.0/download -> opentelemetry-semantic-conventions-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry/0.29.1/download -> opentelemetry-0.29.1.crate https://crates.io/api/v1/crates/opentelemetry_sdk/0.29.0/download -> opentelemetry_sdk-0.29.0.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/ordered-multimap/0.7.3/download -> ordered-multimap-0.7.3.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/p384/0.13.1/download -> p384-0.13.1.crate https://crates.io/api/v1/crates/p521/0.13.3/download -> p521-0.13.3.crate https://crates.io/api/v1/crates/parking/2.2.1/download -> parking-2.2.1.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/password-hash/0.5.0/download -> password-hash-0.5.0.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/pbkdf2/0.12.2/download -> pbkdf2-0.12.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/pem/3.0.6/download -> pem-3.0.6.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pest/2.8.4/download -> pest-2.8.4.crate https://crates.io/api/v1/crates/pest_derive/2.8.4/download -> pest_derive-2.8.4.crate https://crates.io/api/v1/crates/pest_generator/2.8.4/download -> pest_generator-2.8.4.crate https://crates.io/api/v1/crates/pest_meta/2.8.4/download -> pest_meta-2.8.4.crate https://crates.io/api/v1/crates/petgraph/0.6.5/download -> petgraph-0.6.5.crate https://crates.io/api/v1/crates/petgraph/0.8.3/download -> petgraph-0.8.3.crate https://crates.io/api/v1/crates/phf/0.12.1/download -> phf-0.12.1.crate https://crates.io/api/v1/crates/phf/0.13.1/download -> phf-0.13.1.crate https://crates.io/api/v1/crates/phf_codegen/0.13.1/download -> phf_codegen-0.13.1.crate https://crates.io/api/v1/crates/phf_generator/0.13.1/download -> phf_generator-0.13.1.crate https://crates.io/api/v1/crates/phf_macros/0.13.1/download -> phf_macros-0.13.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/phf_shared/0.12.1/download -> phf_shared-0.12.1.crate https://crates.io/api/v1/crates/phf_shared/0.13.1/download -> phf_shared-0.13.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.10/download -> pin-project-internal-1.1.10.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-project/1.1.10/download -> pin-project-1.1.10.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/pnet_base/0.35.0/download -> pnet_base-0.35.0.crate https://crates.io/api/v1/crates/pnet_datalink/0.35.0/download -> pnet_datalink-0.35.0.crate https://crates.io/api/v1/crates/pnet_sys/0.35.0/download -> pnet_sys-0.35.0.crate https://crates.io/api/v1/crates/polyval/0.6.2/download -> polyval-0.6.2.crate https://crates.io/api/v1/crates/portable-atomic/1.11.1/download -> portable-atomic-1.11.1.crate https://crates.io/api/v1/crates/postgres-protocol/0.6.9/download -> postgres-protocol-0.6.9.crate https://crates.io/api/v1/crates/postgres-types/0.2.11/download -> postgres-types-0.2.11.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppmd-rust/1.3.0/download -> ppmd-rust-1.3.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/prettytable-rs/0.10.0/download -> prettytable-rs-0.10.0.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/privdrop/0.5.6/download -> privdrop-0.5.6.crate https://crates.io/api/v1/crates/proc-macro-crate/3.4.0/download -> proc-macro-crate-3.4.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr2/2.0.0/download -> proc-macro-error-attr2-2.0.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error2/2.0.1/download -> proc-macro-error2-2.0.1.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.103/download -> proc-macro2-1.0.103.crate https://crates.io/api/v1/crates/prometheus/0.14.0/download -> prometheus-0.14.0.crate https://crates.io/api/v1/crates/prost-derive/0.13.5/download -> prost-derive-0.13.5.crate https://crates.io/api/v1/crates/prost/0.13.5/download -> prost-0.13.5.crate https://crates.io/api/v1/crates/proxy-header/0.1.2/download -> proxy-header-0.1.2.crate https://crates.io/api/v1/crates/psl-types/2.0.11/download -> psl-types-2.0.11.crate https://crates.io/api/v1/crates/psl/2.1.168/download -> psl-2.1.168.crate https://crates.io/api/v1/crates/ptr_meta/0.3.1/download -> ptr_meta-0.3.1.crate https://crates.io/api/v1/crates/ptr_meta_derive/0.3.1/download -> ptr_meta_derive-0.3.1.crate https://crates.io/api/v1/crates/pure-rust-locales/0.8.2/download -> pure-rust-locales-0.8.2.crate https://crates.io/api/v1/crates/pwhash/1.0.0/download -> pwhash-1.0.0.crate https://crates.io/api/v1/crates/quick-xml/0.31.0/download -> quick-xml-0.31.0.crate https://crates.io/api/v1/crates/quick-xml/0.32.0/download -> quick-xml-0.32.0.crate https://crates.io/api/v1/crates/quick-xml/0.38.4/download -> quick-xml-0.38.4.crate https://crates.io/api/v1/crates/quick_cache/0.6.18/download -> quick_cache-0.6.18.crate https://crates.io/api/v1/crates/quinn-proto/0.11.13/download -> quinn-proto-0.11.13.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.42/download -> quote-1.0.42.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r2d2/0.8.10/download -> r2d2-0.8.10.crate https://crates.io/api/v1/crates/radium/0.7.0/download -> radium-0.7.0.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rancor/0.1.1/download -> rancor-0.1.1.crate https://crates.io/api/v1/crates/rand/0.7.3/download -> rand-0.7.3.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.2.2/download -> rand_chacha-0.2.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.5.1/download -> rand_core-0.5.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.3/download -> rand_core-0.9.3.crate https://crates.io/api/v1/crates/rand_hc/0.2.0/download -> rand_hc-0.2.0.crate https://crates.io/api/v1/crates/rasn-cms/0.10.6/download -> rasn-cms-0.10.6.crate https://crates.io/api/v1/crates/rasn-derive/0.10.6/download -> rasn-derive-0.10.6.crate https://crates.io/api/v1/crates/rasn-pkix/0.10.6/download -> rasn-pkix-0.10.6.crate https://crates.io/api/v1/crates/rasn/0.10.6/download -> rasn-0.10.6.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.11.0/download -> rayon-1.11.0.crate https://crates.io/api/v1/crates/rcgen/0.12.1/download -> rcgen-0.12.1.crate https://crates.io/api/v1/crates/rcgen/0.14.5/download -> rcgen-0.14.5.crate https://crates.io/api/v1/crates/rdkafka-sys/4.9.0+2.10.0/download -> rdkafka-sys-4.9.0+2.10.0.crate https://crates.io/api/v1/crates/rdkafka/0.38.0/download -> rdkafka-0.38.0.crate https://crates.io/api/v1/crates/redis/0.32.7/download -> redis-0.32.7.crate https://crates.io/api/v1/crates/redox_syscall/0.5.18/download -> redox_syscall-0.5.18.crate https://crates.io/api/v1/crates/redox_users/0.4.6/download -> redox_users-0.4.6.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.8/download -> regex-syntax-0.8.8.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/rend/0.5.3/download -> rend-0.5.3.crate https://crates.io/api/v1/crates/reqwest/0.12.25/download -> reqwest-0.12.25.crate https://crates.io/api/v1/crates/resolv-conf/0.7.6/download -> resolv-conf-0.7.6.crate https://crates.io/api/v1/crates/rev_lines/0.3.0/download -> rev_lines-0.3.0.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ringbuffer-spsc/0.1.15/download -> ringbuffer-spsc-0.1.15.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/rkyv/0.8.12/download -> rkyv-0.8.12.crate https://crates.io/api/v1/crates/rkyv_derive/0.8.12/download -> rkyv_derive-0.8.12.crate https://crates.io/api/v1/crates/rle-decode-fast/1.0.3/download -> rle-decode-fast-1.0.3.crate https://crates.io/api/v1/crates/roaring/0.11.2/download -> roaring-0.11.2.crate https://crates.io/api/v1/crates/rocksdb/0.24.0/download -> rocksdb-0.24.0.crate https://crates.io/api/v1/crates/ron/0.12.0/download -> ron-0.12.0.crate https://crates.io/api/v1/crates/rpassword/7.4.0/download -> rpassword-7.4.0.crate https://crates.io/api/v1/crates/rsa/0.9.9/download -> rsa-0.9.9.crate https://crates.io/api/v1/crates/rtoolbox/0.0.3/download -> rtoolbox-0.0.3.crate https://crates.io/api/v1/crates/rtrb/0.3.2/download -> rtrb-0.3.2.crate https://crates.io/api/v1/crates/rusqlite/0.37.0/download -> rusqlite-0.37.0.crate https://crates.io/api/v1/crates/rust-ini/0.21.3/download -> rust-ini-0.21.3.crate https://crates.io/api/v1/crates/rust-s3/0.35.1/download -> rust-s3-0.35.1.crate https://crates.io/api/v1/crates/rust-stemmers/1.2.0/download -> rust-stemmers-1.2.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.26/download -> rustc-demangle-0.1.26.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rusticata-macros/4.1.0/download -> rusticata-macros-4.1.0.crate https://crates.io/api/v1/crates/rustix/1.1.2/download -> rustix-1.1.2.crate https://crates.io/api/v1/crates/rustls-native-certs/0.6.3/download -> rustls-native-certs-0.6.3.crate https://crates.io/api/v1/crates/rustls-native-certs/0.7.3/download -> rustls-native-certs-0.7.3.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.2/download -> rustls-native-certs-0.8.2.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustls-pemfile/2.2.0/download -> rustls-pemfile-2.2.0.crate https://crates.io/api/v1/crates/rustls-pki-types/1.13.1/download -> rustls-pki-types-1.13.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier-android/0.1.1/download -> rustls-platform-verifier-android-0.1.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.6.2/download -> rustls-platform-verifier-0.6.2.crate https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download -> rustls-webpki-0.101.7.crate https://crates.io/api/v1/crates/rustls-webpki/0.102.8/download -> rustls-webpki-0.102.8.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.8/download -> rustls-webpki-0.103.8.crate https://crates.io/api/v1/crates/rustls/0.21.12/download -> rustls-0.21.12.crate https://crates.io/api/v1/crates/rustls/0.23.35/download -> rustls-0.23.35.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.crate https://crates.io/api/v1/crates/salsa20/0.10.2/download -> salsa20-0.10.2.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/saturating/0.1.0/download -> saturating-0.1.0.crate https://crates.io/api/v1/crates/scc/2.4.0/download -> scc-2.4.0.crate https://crates.io/api/v1/crates/schannel/0.1.28/download -> schannel-0.1.28.crate https://crates.io/api/v1/crates/scheduled-thread-pool/0.2.7/download -> scheduled-thread-pool-0.2.7.crate https://crates.io/api/v1/crates/schemars/0.9.0/download -> schemars-0.9.0.crate https://crates.io/api/v1/crates/schemars/1.1.0/download -> schemars-1.1.0.crate https://crates.io/api/v1/crates/schemars_derive/1.1.0/download -> schemars_derive-1.1.0.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/scrypt/0.11.0/download -> scrypt-0.11.0.crate https://crates.io/api/v1/crates/sct/0.7.1/download -> sct-0.7.1.crate https://crates.io/api/v1/crates/sdd/3.0.10/download -> sdd-3.0.10.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/secrecy/0.8.0/download -> secrecy-0.8.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.15.0/download -> security-framework-sys-2.15.0.crate https://crates.io/api/v1/crates/security-framework/2.11.1/download -> security-framework-2.11.1.crate https://crates.io/api/v1/crates/security-framework/3.5.1/download -> security-framework-3.5.1.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/sequoia-openpgp/2.1.0/download -> sequoia-openpgp-2.1.0.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_bytes/0.11.19/download -> serde_bytes-0.11.19.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.145/download -> serde_json-1.0.145.crate https://crates.io/api/v1/crates/serde_nanos/0.1.4/download -> serde_nanos-0.1.4.crate https://crates.io/api/v1/crates/serde_qs/0.8.5/download -> serde_qs-0.8.5.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_with/3.16.1/download -> serde_with-3.16.1.crate https://crates.io/api/v1/crates/serde_with_macros/3.16.1/download -> serde_with_macros-3.16.1.crate https://crates.io/api/v1/crates/serde_yaml/0.9.34+deprecated/download -> serde_yaml-0.9.34+deprecated.crate https://crates.io/api/v1/crates/serial_test/3.2.0/download -> serial_test-3.2.0.crate https://crates.io/api/v1/crates/serial_test_derive/3.2.0/download -> serial_test_derive-3.2.0.crate https://crates.io/api/v1/crates/sha-1/0.9.8/download -> sha-1-0.9.8.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha1_smol/1.0.1/download -> sha1_smol-1.0.1.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.4/download -> sha1collisiondetection-0.3.4.crate https://crates.io/api/v1/crates/sha2-const-stable/0.1.0/download -> sha2-const-stable-0.1.0.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sha2/0.9.9/download -> sha2-0.9.9.crate https://crates.io/api/v1/crates/sha3/0.10.8/download -> sha3-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shellexpand/3.1.1/download -> shellexpand-3.1.1.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/sieve-rs/0.7.0/download -> sieve-rs-0.7.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.7/download -> signal-hook-registry-1.4.7.crate https://crates.io/api/v1/crates/signatory/0.27.1/download -> signatory-0.27.1.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.8/download -> simd-adler32-0.3.8.crate https://crates.io/api/v1/crates/simdutf8/0.1.5/download -> simdutf8-0.1.5.crate https://crates.io/api/v1/crates/siphasher/1.0.1/download -> siphasher-1.0.1.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smtp-proto/0.2.0/download -> smtp-proto-0.2.0.crate https://crates.io/api/v1/crates/snafu-derive/0.7.5/download -> snafu-derive-0.7.5.crate https://crates.io/api/v1/crates/snafu/0.7.5/download -> snafu-0.7.5.crate https://crates.io/api/v1/crates/socket2/0.5.10/download -> socket2-0.5.10.crate https://crates.io/api/v1/crates/socket2/0.6.1/download -> socket2-0.6.1.crate https://crates.io/api/v1/crates/spin/0.10.0/download -> spin-0.10.0.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stabby-abi/72.1.1/download -> stabby-abi-72.1.1.crate https://crates.io/api/v1/crates/stabby-macros/72.1.1/download -> stabby-macros-72.1.1.crate https://crates.io/api/v1/crates/stabby/72.1.1/download -> stabby-72.1.1.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/string_cache/0.8.9/download -> string_cache-0.8.9.crate https://crates.io/api/v1/crates/stringprep/0.1.5/download -> stringprep-0.1.5.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.111/download -> syn-2.0.111.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tagptr/0.2.0/download -> tagptr-0.2.0.crate https://crates.io/api/v1/crates/tap/1.0.1/download -> tap-1.0.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.17/download -> thiserror-impl-2.0.17.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.17/download -> thiserror-2.0.17.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/time-core/0.1.6/download -> time-core-0.1.6.crate https://crates.io/api/v1/crates/time-macros/0.2.24/download -> time-macros-0.2.24.crate https://crates.io/api/v1/crates/time/0.3.44/download -> time-0.3.44.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinystr/0.8.2/download -> tinystr-0.8.2.crate https://crates.io/api/v1/crates/tinyvec/1.10.0/download -> tinyvec-1.10.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tls-listener/0.11.2/download -> tls-listener-0.11.2.crate https://crates.io/api/v1/crates/token-cell/2.1.1/download -> token-cell-2.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.6.0/download -> tokio-macros-2.6.0.crate https://crates.io/api/v1/crates/tokio-postgres/0.7.15/download -> tokio-postgres-0.7.15.crate https://crates.io/api/v1/crates/tokio-rustls/0.24.1/download -> tokio-rustls-0.24.1.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.17/download -> tokio-stream-0.1.17.crate https://crates.io/api/v1/crates/tokio-tungstenite/0.28.0/download -> tokio-tungstenite-0.28.0.crate https://crates.io/api/v1/crates/tokio-util/0.7.17/download -> tokio-util-0.7.17.crate https://crates.io/api/v1/crates/tokio-websockets/0.10.1/download -> tokio-websockets-0.10.1.crate https://crates.io/api/v1/crates/tokio/1.48.0/download -> tokio-1.48.0.crate https://crates.io/api/v1/crates/toml_datetime/0.7.3/download -> toml_datetime-0.7.3.crate https://crates.io/api/v1/crates/toml_edit/0.23.9/download -> toml_edit-0.23.9.crate https://crates.io/api/v1/crates/toml_parser/1.0.4/download -> toml_parser-1.0.4.crate https://crates.io/api/v1/crates/tonic/0.12.3/download -> tonic-0.12.3.crate https://crates.io/api/v1/crates/totp-rs/5.7.0/download -> totp-rs-5.7.0.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.4.13/download -> tower-0.4.13.crate https://crates.io/api/v1/crates/tower/0.5.2/download -> tower-0.5.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.35/download -> tracing-core-0.1.35.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-serde/0.2.0/download -> tracing-serde-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.22/download -> tracing-subscriber-0.3.22.crate https://crates.io/api/v1/crates/tracing/0.1.43/download -> tracing-0.1.43.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/try_map/0.3.1/download -> try_map-0.3.1.crate https://crates.io/api/v1/crates/tryhard/0.5.2/download -> tryhard-0.5.2.crate https://crates.io/api/v1/crates/tungstenite/0.28.0/download -> tungstenite-0.28.0.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/twox-hash/2.1.2/download -> twox-hash-2.1.2.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/typewit/1.14.2/download -> typewit-1.14.2.crate https://crates.io/api/v1/crates/typewit_proc_macros/1.8.1/download -> typewit_proc_macros-1.8.1.crate https://crates.io/api/v1/crates/ucd-trie/0.1.7/download -> ucd-trie-0.1.7.crate https://crates.io/api/v1/crates/uhlc/0.8.2/download -> uhlc-0.8.2.crate https://crates.io/api/v1/crates/unicase/2.8.1/download -> unicase-2.8.1.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.18/download -> unicode-bidi-0.3.18.crate https://crates.io/api/v1/crates/unicode-general-category/1.1.0/download -> unicode-general-category-1.1.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.22/download -> unicode-ident-1.0.22.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.25/download -> unicode-normalization-0.1.25.crate https://crates.io/api/v1/crates/unicode-properties/0.1.4/download -> unicode-properties-0.1.4.crate https://crates.io/api/v1/crates/unicode-script/0.5.8/download -> unicode-script-0.5.8.crate https://crates.io/api/v1/crates/unicode-security/0.1.2/download -> unicode-security-0.1.2.crate https://crates.io/api/v1/crates/unicode-width/0.1.14/download -> unicode-width-0.1.14.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.11/download -> unsafe-libyaml-0.2.11.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/unty/0.0.4/download -> unty-0.0.4.crate https://crates.io/api/v1/crates/unzip-n/0.1.4/download -> unzip-n-0.1.4.crate https://crates.io/api/v1/crates/url/2.5.7/download -> url-2.5.7.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf-8/0.7.6/download -> utf-8-0.7.6.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.19.0/download -> uuid-1.19.0.crate https://crates.io/api/v1/crates/validated_struct/2.2.0/download -> validated_struct-2.2.0.crate https://crates.io/api/v1/crates/validated_struct_macros/2.2.0/download -> validated_struct_macros-2.2.0.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/vec_map/0.8.2/download -> vec_map-0.8.2.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/virtue/0.0.18/download -> virtue-0.0.18.crate https://crates.io/api/v1/crates/waker-fn/1.2.0/download -> waker-fn-1.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download -> wasi-0.9.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.1+wasi-0.2.4/download -> wasip2-1.0.1+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasite/0.1.0/download -> wasite-0.1.0.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.56/download -> wasm-bindgen-futures-0.4.56.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.106/download -> wasm-bindgen-macro-support-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.106/download -> wasm-bindgen-macro-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.106/download -> wasm-bindgen-shared-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.106/download -> wasm-bindgen-0.2.106.crate https://crates.io/api/v1/crates/wasm-streams/0.4.2/download -> wasm-streams-0.4.2.crate https://crates.io/api/v1/crates/web-sys/0.3.83/download -> web-sys-0.3.83.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-root-certs/1.0.4/download -> webpki-root-certs-1.0.4.crate https://crates.io/api/v1/crates/webpki-roots/0.26.11/download -> webpki-roots-0.26.11.crate https://crates.io/api/v1/crates/webpki-roots/1.0.4/download -> webpki-roots-1.0.4.crate https://crates.io/api/v1/crates/whatlang/0.18.0/download -> whatlang-0.18.0.crate https://crates.io/api/v1/crates/whoami/1.6.1/download -> whoami-1.6.1.crate https://crates.io/api/v1/crates/widestring/1.2.1/download -> widestring-1.2.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/winnow/0.7.14/download -> winnow-0.7.14.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.46.0/download -> wit-bindgen-0.46.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/wyz/0.5.1/download -> wyz-0.5.1.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.1/download -> x25519-dalek-2.0.1.crate https://crates.io/api/v1/crates/x509-parser/0.18.0/download -> x509-parser-0.18.0.crate https://crates.io/api/v1/crates/xml-rs/0.8.28/download -> xml-rs-0.8.28.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.15/download -> xxhash-rust-0.8.15.crate https://crates.io/api/v1/crates/yasna/0.5.2/download -> yasna-0.5.2.crate https://crates.io/api/v1/crates/yoke-derive/0.8.1/download -> yoke-derive-0.8.1.crate https://crates.io/api/v1/crates/yoke/0.8.1/download -> yoke-0.8.1.crate https://crates.io/api/v1/crates/zenoh-buffers/1.7.1/download -> zenoh-buffers-1.7.1.crate https://crates.io/api/v1/crates/zenoh-codec/1.7.1/download -> zenoh-codec-1.7.1.crate https://crates.io/api/v1/crates/zenoh-collections/1.7.1/download -> zenoh-collections-1.7.1.crate https://crates.io/api/v1/crates/zenoh-config/1.7.1/download -> zenoh-config-1.7.1.crate https://crates.io/api/v1/crates/zenoh-core/1.7.1/download -> zenoh-core-1.7.1.crate https://crates.io/api/v1/crates/zenoh-crypto/1.7.1/download -> zenoh-crypto-1.7.1.crate https://crates.io/api/v1/crates/zenoh-keyexpr/1.7.1/download -> zenoh-keyexpr-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-commons/1.7.1/download -> zenoh-link-commons-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-quic/1.7.1/download -> zenoh-link-quic-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-tcp/1.7.1/download -> zenoh-link-tcp-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-tls/1.7.1/download -> zenoh-link-tls-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-udp/1.7.1/download -> zenoh-link-udp-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link/1.7.1/download -> zenoh-link-1.7.1.crate https://crates.io/api/v1/crates/zenoh-macros/1.7.1/download -> zenoh-macros-1.7.1.crate https://crates.io/api/v1/crates/zenoh-plugin-trait/1.7.1/download -> zenoh-plugin-trait-1.7.1.crate https://crates.io/api/v1/crates/zenoh-protocol/1.7.1/download -> zenoh-protocol-1.7.1.crate https://crates.io/api/v1/crates/zenoh-result/1.7.1/download -> zenoh-result-1.7.1.crate https://crates.io/api/v1/crates/zenoh-runtime/1.7.1/download -> zenoh-runtime-1.7.1.crate https://crates.io/api/v1/crates/zenoh-sync/1.7.1/download -> zenoh-sync-1.7.1.crate https://crates.io/api/v1/crates/zenoh-task/1.7.1/download -> zenoh-task-1.7.1.crate https://crates.io/api/v1/crates/zenoh-transport/1.7.1/download -> zenoh-transport-1.7.1.crate https://crates.io/api/v1/crates/zenoh-util/1.7.1/download -> zenoh-util-1.7.1.crate https://crates.io/api/v1/crates/zenoh/1.7.1/download -> zenoh-1.7.1.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.31/download -> zerocopy-derive-0.8.31.crate https://crates.io/api/v1/crates/zerocopy/0.8.31/download -> zerocopy-0.8.31.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.3/download -> zerotrie-0.2.3.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.2/download -> zerovec-derive-0.11.2.crate https://crates.io/api/v1/crates/zerovec/0.11.5/download -> zerovec-0.11.5.crate https://crates.io/api/v1/crates/zip/6.0.0/download -> zip-6.0.0.crate https://crates.io/api/v1/crates/zlib-rs/0.5.4/download -> zlib-rs-0.5.4.crate https://crates.io/api/v1/crates/zopfli/0.8.3/download -> zopfli-0.8.3.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate +_eclasses_=cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=3cd4cc967cadff322f4c69827aab305c diff --git a/metadata/md5-cache/net-mail/stalwart-mail-0.15.1 b/metadata/md5-cache/net-mail/stalwart-mail-0.15.1 new file mode 100644 index 000000000000..31ad018f72ab --- /dev/null +++ b/metadata/md5-cache/net-mail/stalwart-mail-0.15.1 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) virtual/pkgconfig +DEFINED_PHASES=compile config configure install postinst setup test unpack +DEPEND=!!<net-mail/stalwart-cli-0.15.0 +DESCRIPTION=Stalwart Mail Server +EAPI=8 +HOMEPAGE=https://stalw.art +INHERIT=cargo systemd +IUSE=sqlite postgres mysql +rocks debug +KEYWORDS=~amd64 +LICENSE=|| ( AGPL-3 ) AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2 +RDEPEND=acct-group/stalwart-mail acct-user/stalwart-mail +SLOT=0 +SRC_URI=https://github.com/stalwartlabs/stalwart/archive/refs/tags/v0.15.1.tar.gz -> stalwart-mail-0.15.1.tar.gz https://crates.io/api/v1/crates/RustyXML/0.3.0/download -> RustyXML-0.3.0.crate https://crates.io/api/v1/crates/addr2line/0.25.1/download -> addr2line-0.25.1.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/adler32/1.2.0/download -> adler32-1.2.0.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm-siv/0.11.1/download -> aes-gcm-siv-0.11.1.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.13/download -> anstyle-1.0.13.crate https://crates.io/api/v1/crates/anyhow/1.0.100/download -> anyhow-1.0.100.crate https://crates.io/api/v1/crates/arbitrary/1.4.2/download -> arbitrary-1.4.2.crate https://crates.io/api/v1/crates/arc-swap/1.7.1/download -> arc-swap-1.7.1.crate https://crates.io/api/v1/crates/argon2/0.5.3/download -> argon2-0.5.3.crate https://crates.io/api/v1/crates/array-init/2.1.0/download -> array-init-2.1.0.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/asn1-rs-derive/0.6.0/download -> asn1-rs-derive-0.6.0.crate https://crates.io/api/v1/crates/asn1-rs-impl/0.2.0/download -> asn1-rs-impl-0.2.0.crate https://crates.io/api/v1/crates/asn1-rs/0.7.1/download -> asn1-rs-0.7.1.crate https://crates.io/api/v1/crates/async-channel/1.9.0/download -> async-channel-1.9.0.crate https://crates.io/api/v1/crates/async-lock/3.4.1/download -> async-lock-3.4.1.crate https://crates.io/api/v1/crates/async-nats/0.44.2/download -> async-nats-0.44.2.crate https://crates.io/api/v1/crates/async-recursion/1.1.1/download -> async-recursion-1.1.1.crate https://crates.io/api/v1/crates/async-stream-impl/0.3.6/download -> async-stream-impl-0.3.6.crate https://crates.io/api/v1/crates/async-stream/0.3.6/download -> async-stream-0.3.6.crate https://crates.io/api/v1/crates/async-trait/0.1.89/download -> async-trait-0.1.89.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/attohttpc/0.28.5/download -> attohttpc-0.28.5.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/aws-creds/0.37.0/download -> aws-creds-0.37.0.crate https://crates.io/api/v1/crates/aws-region/0.25.5/download -> aws-region-0.25.5.crate https://crates.io/api/v1/crates/azure_core/0.21.0/download -> azure_core-0.21.0.crate https://crates.io/api/v1/crates/azure_storage/0.21.0/download -> azure_storage-0.21.0.crate https://crates.io/api/v1/crates/azure_storage_blobs/0.21.0/download -> azure_storage_blobs-0.21.0.crate https://crates.io/api/v1/crates/azure_svc_blobstorage/0.21.0/download -> azure_svc_blobstorage-0.21.0.crate https://crates.io/api/v1/crates/backtrace/0.3.76/download -> backtrace-0.3.76.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base32/0.5.1/download -> base32-0.5.1.crate https://crates.io/api/v1/crates/base64/0.13.1/download -> base64-0.13.1.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/base64ct/1.8.1/download -> base64ct-1.8.1.crate https://crates.io/api/v1/crates/bincode/1.3.3/download -> bincode-1.3.3.crate https://crates.io/api/v1/crates/bincode/2.0.1/download -> bincode-2.0.1.crate https://crates.io/api/v1/crates/bincode_derive/2.0.1/download -> bincode_derive-2.0.1.crate https://crates.io/api/v1/crates/bindgen/0.70.1/download -> bindgen-0.70.1.crate https://crates.io/api/v1/crates/bindgen/0.72.1/download -> bindgen-0.72.1.crate https://crates.io/api/v1/crates/biscuit/0.7.0/download -> biscuit-0.7.0.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-set/0.8.0/download -> bit-set-0.8.0.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bit-vec/0.8.0/download -> bit-vec-0.8.0.crate https://crates.io/api/v1/crates/bitflags/2.10.0/download -> bitflags-2.10.0.crate https://crates.io/api/v1/crates/bitpacking/0.9.2/download -> bitpacking-0.9.2.crate https://crates.io/api/v1/crates/bitvec-nom2/0.2.1/download -> bitvec-nom2-0.2.1.crate https://crates.io/api/v1/crates/bitvec/1.0.1/download -> bitvec-1.0.1.crate https://crates.io/api/v1/crates/blake2/0.10.6/download -> blake2-0.10.6.crate https://crates.io/api/v1/crates/blake3/1.8.2/download -> blake3-1.8.2.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.9.0/download -> block-buffer-0.9.0.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.7.0/download -> blowfish-0.7.0.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/btoi/0.4.3/download -> btoi-0.4.3.crate https://crates.io/api/v1/crates/buffered-reader/1.4.0/download -> buffered-reader-1.4.0.crate https://crates.io/api/v1/crates/bumpalo/3.19.0/download -> bumpalo-3.19.0.crate https://crates.io/api/v1/crates/bytecheck/0.8.2/download -> bytecheck-0.8.2.crate https://crates.io/api/v1/crates/bytecheck_derive/0.8.2/download -> bytecheck_derive-0.8.2.crate https://crates.io/api/v1/crates/bytemuck/1.24.0/download -> bytemuck-1.24.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.11.0/download -> bytes-1.11.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.13+1.0.8/download -> bzip2-sys-0.1.13+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.6.1/download -> bzip2-0.6.1.crate https://crates.io/api/v1/crates/calcard/0.1.3/download -> calcard-0.1.3.crate https://crates.io/api/v1/crates/calcard/0.3.2/download -> calcard-0.3.2.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cbc/0.1.2/download -> cbc-0.1.2.crate https://crates.io/api/v1/crates/cc/1.2.49/download -> cc-1.2.49.crate https://crates.io/api/v1/crates/cedarwood/0.4.6/download -> cedarwood-0.4.6.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfb/0.7.3/download -> cfb-0.7.3.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chrono-tz/0.10.4/download -> chrono-tz-0.10.4.crate https://crates.io/api/v1/crates/chrono/0.4.42/download -> chrono-0.4.42.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.8.1/download -> clang-sys-1.8.1.crate https://crates.io/api/v1/crates/clap/4.5.53/download -> clap-4.5.53.crate https://crates.io/api/v1/crates/clap_builder/4.5.53/download -> clap_builder-4.5.53.crate https://crates.io/api/v1/crates/clap_derive/4.5.49/download -> clap_derive-4.5.49.crate https://crates.io/api/v1/crates/clap_lex/0.7.6/download -> clap_lex-0.7.6.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/cmake/0.1.54/download -> cmake-0.1.54.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console/0.15.11/download -> console-0.15.11.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/const-random-macro/0.1.16/download -> const-random-macro-0.1.16.crate https://crates.io/api/v1/crates/const-random/0.1.18/download -> const-random-0.1.18.crate https://crates.io/api/v1/crates/const_format/0.2.35/download -> const_format-0.2.35.crate https://crates.io/api/v1/crates/const_format_proc_macros/0.2.34/download -> const_format_proc_macros-0.2.34.crate https://crates.io/api/v1/crates/const_panic/0.2.15/download -> const_panic-0.2.15.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/core2/0.4.0/download -> core2-0.4.0.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crc-catalog/2.4.0/download -> crc-catalog-2.4.0.crate https://crates.io/api/v1/crates/crc16/0.4.0/download -> crc16-0.4.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crc/3.4.0/download -> crc-3.4.0.crate https://crates.io/api/v1/crates/critical-section/1.2.0/download -> critical-section-1.2.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.12/download -> crossbeam-queue-0.3.12.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.4/download -> crunchy-0.2.4.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/crypto-mac/0.10.0/download -> crypto-mac-0.10.0.crate https://crates.io/api/v1/crates/csv-core/0.1.13/download -> csv-core-0.1.13.crate https://crates.io/api/v1/crates/csv/1.4.0/download -> csv-1.4.0.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.3/download -> curve25519-dalek-4.1.3.crate https://crates.io/api/v1/crates/darling/0.20.11/download -> darling-0.20.11.crate https://crates.io/api/v1/crates/darling/0.21.3/download -> darling-0.21.3.crate https://crates.io/api/v1/crates/darling_core/0.20.11/download -> darling_core-0.20.11.crate https://crates.io/api/v1/crates/darling_core/0.21.3/download -> darling_core-0.21.3.crate https://crates.io/api/v1/crates/darling_macro/0.20.11/download -> darling_macro-0.20.11.crate https://crates.io/api/v1/crates/darling_macro/0.21.3/download -> darling_macro-0.21.3.crate https://crates.io/api/v1/crates/dary_heap/0.3.8/download -> dary_heap-0.3.8.crate https://crates.io/api/v1/crates/data-encoding/2.9.0/download -> data-encoding-2.9.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/deadpool-postgres/0.14.1/download -> deadpool-postgres-0.14.1.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.10.0/download -> deadpool-0.10.0.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/decancer/3.3.3/download -> decancer-3.3.3.crate https://crates.io/api/v1/crates/deflate64/0.1.10/download -> deflate64-0.1.10.crate https://crates.io/api/v1/crates/der-parser/10.0.0/download -> der-parser-10.0.0.crate https://crates.io/api/v1/crates/der/0.7.10/download -> der-0.7.10.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derive_arbitrary/1.4.2/download -> derive_arbitrary-1.4.2.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.9.0/download -> digest-0.9.0.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dlv-list/0.5.2/download -> dlv-list-0.5.2.crate https://crates.io/api/v1/crates/dns-update/0.1.6/download -> dns-update-0.1.6.crate https://crates.io/api/v1/crates/doc-comment/0.3.4/download -> doc-comment-0.3.4.crate https://crates.io/api/v1/crates/dsa/0.6.3/download -> dsa-0.6.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ece/2.3.1/download -> ece-2.3.1.crate https://crates.io/api/v1/crates/ed25519-dalek/2.2.0/download -> ed25519-dalek-2.2.0.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/ena/0.14.3/download -> ena-0.14.3.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.1/download -> enum-as-inner-0.6.1.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download -> fallible-iterator-0.2.0.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fancy-regex/0.14.0/download -> fancy-regex-0.14.0.crate https://crates.io/api/v1/crates/farmhash/1.1.5/download -> farmhash-1.1.5.crate https://crates.io/api/v1/crates/fast-float/0.2.0/download -> fast-float-0.2.0.crate https://crates.io/api/v1/crates/fastbloom/0.14.0/download -> fastbloom-0.14.0.crate https://crates.io/api/v1/crates/fastrand/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/ff/0.13.1/download -> ff-0.13.1.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.9/download -> fiat-crypto-0.2.9.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.5/download -> find-msvc-tools-0.1.5.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/fixedbitset/0.5.7/download -> fixedbitset-0.5.7.crate https://crates.io/api/v1/crates/flate2/1.1.5/download -> flate2-1.1.5.crate https://crates.io/api/v1/crates/flume/0.11.1/download -> flume-0.11.1.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form-data/0.6.0/download -> form-data-0.6.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/foundationdb-gen/0.9.2/download -> foundationdb-gen-0.9.2.crate https://crates.io/api/v1/crates/foundationdb-macros/0.3.3/download -> foundationdb-macros-0.3.3.crate https://crates.io/api/v1/crates/foundationdb-sys/0.9.1/download -> foundationdb-sys-0.9.1.crate https://crates.io/api/v1/crates/foundationdb-tuple/0.9.1/download -> foundationdb-tuple-0.9.1.crate https://crates.io/api/v1/crates/foundationdb/0.9.2/download -> foundationdb-0.9.2.crate https://crates.io/api/v1/crates/funty/2.0.0/download -> funty-2.0.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-lite/1.13.0/download -> futures-lite-1.13.0.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-sink/0.3.31/download -> futures-sink-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/futures/0.3.31/download -> futures-0.3.31.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/generic-array/1.3.5/download -> generic-array-1.3.5.crate https://crates.io/api/v1/crates/gethostname/1.1.0/download -> gethostname-1.1.0.crate https://crates.io/api/v1/crates/getrandom/0.1.16/download -> getrandom-0.1.16.crate https://crates.io/api/v1/crates/getrandom/0.2.16/download -> getrandom-0.2.16.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/ghash/0.5.1/download -> ghash-0.5.1.crate https://crates.io/api/v1/crates/gimli/0.32.3/download -> gimli-0.32.3.crate https://crates.io/api/v1/crates/git-version-macro/0.3.9/download -> git-version-macro-0.3.9.crate https://crates.io/api/v1/crates/git-version/0.3.9/download -> git-version-0.3.9.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/h2/0.3.27/download -> h2-0.3.27.crate https://crates.io/api/v1/crates/h2/0.4.12/download -> h2-0.4.12.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/hashify/0.2.7/download -> hashify-0.2.7.crate https://crates.io/api/v1/crates/hashlink/0.10.0/download -> hashlink-0.10.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hickory-client/0.24.4/download -> hickory-client-0.24.4.crate https://crates.io/api/v1/crates/hickory-proto/0.24.4/download -> hickory-proto-0.24.4.crate https://crates.io/api/v1/crates/hickory-proto/0.26.0-alpha.1/download -> hickory-proto-0.26.0-alpha.1.crate https://crates.io/api/v1/crates/hickory-resolver/0.26.0-alpha.1/download -> hickory-resolver-0.26.0-alpha.1.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.10.1/download -> hmac-0.10.1.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/hostname/0.4.2/download -> hostname-0.4.2.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http-types/2.12.0/download -> http-types-2.12.0.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/human-size/0.4.3/download -> human-size-0.4.3.crate https://crates.io/api/v1/crates/humantime/2.3.0/download -> humantime-2.3.0.crate https://crates.io/api/v1/crates/hyper-rustls/0.24.2/download -> hyper-rustls-0.24.2.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-timeout/0.5.2/download -> hyper-timeout-0.5.2.crate https://crates.io/api/v1/crates/hyper-util/0.1.19/download -> hyper-util-0.1.19.crate https://crates.io/api/v1/crates/hyper/0.14.32/download -> hyper-0.14.32.crate https://crates.io/api/v1/crates/hyper/1.8.1/download -> hyper-1.8.1.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.64/download -> iana-time-zone-0.1.64.crate https://crates.io/api/v1/crates/icu_collections/2.1.1/download -> icu_collections-2.1.1.crate https://crates.io/api/v1/crates/icu_locale_core/2.1.1/download -> icu_locale_core-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer/2.1.1/download -> icu_normalizer-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.1.1/download -> icu_normalizer_data-2.1.1.crate https://crates.io/api/v1/crates/icu_properties/2.1.2/download -> icu_properties-2.1.2.crate https://crates.io/api/v1/crates/icu_properties_data/2.1.2/download -> icu_properties_data-2.1.2.crate https://crates.io/api/v1/crates/icu_provider/2.1.1/download -> icu_provider-2.1.1.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/imagesize/0.14.0/download -> imagesize-0.14.0.crate https://crates.io/api/v1/crates/include-flate-codegen/0.3.1/download -> include-flate-codegen-0.3.1.crate https://crates.io/api/v1/crates/include-flate-compress/0.3.1/download -> include-flate-compress-0.3.1.crate https://crates.io/api/v1/crates/include-flate/0.3.1/download -> include-flate-0.3.1.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.12.1/download -> indexmap-2.12.1.crate https://crates.io/api/v1/crates/indicatif/0.17.11/download -> indicatif-0.17.11.crate https://crates.io/api/v1/crates/infer/0.19.0/download -> infer-0.19.0.crate https://crates.io/api/v1/crates/infer/0.2.3/download -> infer-0.2.3.crate https://crates.io/api/v1/crates/inout/0.1.4/download -> inout-0.1.4.crate https://crates.io/api/v1/crates/instant/0.1.13/download -> instant-0.1.13.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.11.0/download -> ipnet-2.11.0.crate https://crates.io/api/v1/crates/ipnetwork/0.20.0/download -> ipnetwork-0.20.0.crate https://crates.io/api/v1/crates/iri-string/0.7.9/download -> iri-string-0.7.9.crate https://crates.io/api/v1/crates/is-terminal/0.4.17/download -> is-terminal-0.4.17.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jemalloc-sys/0.5.4+5.3.0-patched/download -> jemalloc-sys-0.5.4+5.3.0-patched.crate https://crates.io/api/v1/crates/jemallocator/0.5.4/download -> jemallocator-0.5.4.crate https://crates.io/api/v1/crates/jieba-macros/0.8.1/download -> jieba-macros-0.8.1.crate https://crates.io/api/v1/crates/jieba-rs/0.8.1/download -> jieba-rs-0.8.1.crate https://crates.io/api/v1/crates/jmap-client/0.3.3/download -> jmap-client-0.3.3.crate https://crates.io/api/v1/crates/jmap-client/0.4.0/download -> jmap-client-0.4.0.crate https://crates.io/api/v1/crates/jmap-tools/0.1.3/download -> jmap-tools-0.1.3.crate https://crates.io/api/v1/crates/jni-sys/0.3.0/download -> jni-sys-0.3.0.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.83/download -> js-sys-0.3.83.crate https://crates.io/api/v1/crates/json5/0.4.1/download -> json5-0.4.1.crate https://crates.io/api/v1/crates/keccak/0.1.5/download -> keccak-0.1.5.crate https://crates.io/api/v1/crates/keyed-set/1.1.0/download -> keyed-set-1.1.0.crate https://crates.io/api/v1/crates/keyed_priority_queue/0.4.2/download -> keyed_priority_queue-0.4.2.crate https://crates.io/api/v1/crates/konst/0.3.16/download -> konst-0.3.16.crate https://crates.io/api/v1/crates/konst_kernel/0.3.15/download -> konst_kernel-0.3.15.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/lber/0.5.1/download -> lber-0.5.1.crate https://crates.io/api/v1/crates/ldap3/0.12.1/download -> ldap3-0.12.1.crate https://crates.io/api/v1/crates/libbz2-rs-sys/0.2.2/download -> libbz2-rs-sys-0.2.2.crate https://crates.io/api/v1/crates/libc/0.2.178/download -> libc-0.2.178.crate https://crates.io/api/v1/crates/libflate/2.2.1/download -> libflate-2.2.1.crate https://crates.io/api/v1/crates/libflate_lz77/2.2.0/download -> libflate_lz77-2.2.0.crate https://crates.io/api/v1/crates/libloading/0.8.9/download -> libloading-0.8.9.crate https://crates.io/api/v1/crates/libm/0.2.15/download -> libm-0.2.15.crate https://crates.io/api/v1/crates/libredox/0.1.10/download -> libredox-0.1.10.crate https://crates.io/api/v1/crates/librocksdb-sys/0.17.3+10.4.2/download -> librocksdb-sys-0.17.3+10.4.2.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.35.0/download -> libsqlite3-sys-0.35.0.crate https://crates.io/api/v1/crates/libz-rs-sys/0.5.4/download -> libz-rs-sys-0.5.4.crate https://crates.io/api/v1/crates/libz-sys/1.1.23/download -> libz-sys-1.1.23.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.11.0/download -> linux-raw-sys-0.11.0.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/lru/0.14.0/download -> lru-0.14.0.crate https://crates.io/api/v1/crates/lz4-sys/1.11.1+lz4-1.10.0/download -> lz4-sys-1.11.1+lz4-1.10.0.crate https://crates.io/api/v1/crates/lz4_flex/0.11.5/download -> lz4_flex-0.11.5.crate https://crates.io/api/v1/crates/lz4_flex/0.12.0/download -> lz4_flex-0.12.0.crate https://crates.io/api/v1/crates/lzma-rust2/0.13.0/download -> lzma-rust2-0.13.0.crate https://crates.io/api/v1/crates/mail-auth/0.7.3/download -> mail-auth-0.7.3.crate https://crates.io/api/v1/crates/mail-builder/0.4.4/download -> mail-builder-0.4.4.crate https://crates.io/api/v1/crates/mail-parser/0.11.1/download -> mail-parser-0.11.1.crate https://crates.io/api/v1/crates/mail-send/0.5.2/download -> mail-send-0.5.2.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/maybe-async/0.2.10/download -> maybe-async-0.2.10.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/md-5/0.9.1/download -> md-5-0.9.1.crate https://crates.io/api/v1/crates/md5/0.7.0/download -> md5-0.7.0.crate https://crates.io/api/v1/crates/md5/0.8.0/download -> md5-0.8.0.crate https://crates.io/api/v1/crates/memchr/2.7.6/download -> memchr-2.7.6.crate https://crates.io/api/v1/crates/memory-stats/1.2.0/download -> memory-stats-1.2.0.crate https://crates.io/api/v1/crates/memsec/0.7.0/download -> memsec-0.7.0.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/mime_guess/2.0.5/download -> mime_guess-2.0.5.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.1.1/download -> mio-1.1.1.crate https://crates.io/api/v1/crates/moka/0.12.11/download -> moka-0.12.11.crate https://crates.io/api/v1/crates/munge/0.4.7/download -> munge-0.4.7.crate https://crates.io/api/v1/crates/munge_macro/0.4.7/download -> munge_macro-0.4.7.crate https://crates.io/api/v1/crates/mysql-common-derive/0.32.1/download -> mysql-common-derive-0.32.1.crate https://crates.io/api/v1/crates/mysql_async/0.36.1/download -> mysql_async-0.36.1.crate https://crates.io/api/v1/crates/mysql_common/0.35.5/download -> mysql_common-0.35.5.crate https://crates.io/api/v1/crates/nanorand/0.7.0/download -> nanorand-0.7.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.6/download -> new_debug_unreachable-1.0.6.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nix/0.30.1/download -> nix-0.30.1.crate https://crates.io/api/v1/crates/nkeys/0.4.5/download -> nkeys-0.4.5.crate https://crates.io/api/v1/crates/no-std-net/0.6.0/download -> no-std-net-0.6.0.crate https://crates.io/api/v1/crates/nohash-hasher/0.2.0/download -> nohash-hasher-0.2.0.crate https://crates.io/api/v1/crates/nohash/0.2.0/download -> nohash-0.2.0.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/nonempty-collections/0.3.1/download -> nonempty-collections-0.3.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.3/download -> nu-ansi-term-0.50.3.crate https://crates.io/api/v1/crates/nuid/0.5.0/download -> nuid-0.5.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.6/download -> num-bigint-dig-0.8.6.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.45/download -> num-iter-0.1.45.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/num_enum/0.7.5/download -> num_enum-0.7.5.crate https://crates.io/api/v1/crates/num_enum_derive/0.7.5/download -> num_enum_derive-0.7.5.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/object/0.37.3/download -> object-0.37.3.crate https://crates.io/api/v1/crates/ocb3/0.1.0/download -> ocb3-0.1.0.crate https://crates.io/api/v1/crates/oid-registry/0.8.1/download -> oid-registry-0.8.1.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.6/download -> openssl-probe-0.1.6.crate https://crates.io/api/v1/crates/openssl-sys/0.9.111/download -> openssl-sys-0.9.111.crate https://crates.io/api/v1/crates/openssl/0.10.75/download -> openssl-0.10.75.crate https://crates.io/api/v1/crates/opentelemetry-http/0.29.0/download -> opentelemetry-http-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-otlp/0.29.0/download -> opentelemetry-otlp-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-proto/0.29.0/download -> opentelemetry-proto-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry-semantic-conventions/0.29.0/download -> opentelemetry-semantic-conventions-0.29.0.crate https://crates.io/api/v1/crates/opentelemetry/0.29.1/download -> opentelemetry-0.29.1.crate https://crates.io/api/v1/crates/opentelemetry_sdk/0.29.0/download -> opentelemetry_sdk-0.29.0.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/ordered-multimap/0.7.3/download -> ordered-multimap-0.7.3.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/p384/0.13.1/download -> p384-0.13.1.crate https://crates.io/api/v1/crates/p521/0.13.3/download -> p521-0.13.3.crate https://crates.io/api/v1/crates/parking/2.2.1/download -> parking-2.2.1.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/password-hash/0.5.0/download -> password-hash-0.5.0.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/pbkdf2/0.12.2/download -> pbkdf2-0.12.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/pem/3.0.6/download -> pem-3.0.6.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pest/2.8.4/download -> pest-2.8.4.crate https://crates.io/api/v1/crates/pest_derive/2.8.4/download -> pest_derive-2.8.4.crate https://crates.io/api/v1/crates/pest_generator/2.8.4/download -> pest_generator-2.8.4.crate https://crates.io/api/v1/crates/pest_meta/2.8.4/download -> pest_meta-2.8.4.crate https://crates.io/api/v1/crates/petgraph/0.6.5/download -> petgraph-0.6.5.crate https://crates.io/api/v1/crates/petgraph/0.8.3/download -> petgraph-0.8.3.crate https://crates.io/api/v1/crates/phf/0.12.1/download -> phf-0.12.1.crate https://crates.io/api/v1/crates/phf/0.13.1/download -> phf-0.13.1.crate https://crates.io/api/v1/crates/phf_codegen/0.13.1/download -> phf_codegen-0.13.1.crate https://crates.io/api/v1/crates/phf_generator/0.13.1/download -> phf_generator-0.13.1.crate https://crates.io/api/v1/crates/phf_macros/0.13.1/download -> phf_macros-0.13.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/phf_shared/0.12.1/download -> phf_shared-0.12.1.crate https://crates.io/api/v1/crates/phf_shared/0.13.1/download -> phf_shared-0.13.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.10/download -> pin-project-internal-1.1.10.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-project/1.1.10/download -> pin-project-1.1.10.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/pnet_base/0.35.0/download -> pnet_base-0.35.0.crate https://crates.io/api/v1/crates/pnet_datalink/0.35.0/download -> pnet_datalink-0.35.0.crate https://crates.io/api/v1/crates/pnet_sys/0.35.0/download -> pnet_sys-0.35.0.crate https://crates.io/api/v1/crates/polyval/0.6.2/download -> polyval-0.6.2.crate https://crates.io/api/v1/crates/portable-atomic/1.11.1/download -> portable-atomic-1.11.1.crate https://crates.io/api/v1/crates/postgres-protocol/0.6.9/download -> postgres-protocol-0.6.9.crate https://crates.io/api/v1/crates/postgres-types/0.2.11/download -> postgres-types-0.2.11.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppmd-rust/1.3.0/download -> ppmd-rust-1.3.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/prettytable-rs/0.10.0/download -> prettytable-rs-0.10.0.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/privdrop/0.5.6/download -> privdrop-0.5.6.crate https://crates.io/api/v1/crates/proc-macro-crate/3.4.0/download -> proc-macro-crate-3.4.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr2/2.0.0/download -> proc-macro-error-attr2-2.0.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error2/2.0.1/download -> proc-macro-error2-2.0.1.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.103/download -> proc-macro2-1.0.103.crate https://crates.io/api/v1/crates/prometheus/0.14.0/download -> prometheus-0.14.0.crate https://crates.io/api/v1/crates/prost-derive/0.13.5/download -> prost-derive-0.13.5.crate https://crates.io/api/v1/crates/prost/0.13.5/download -> prost-0.13.5.crate https://crates.io/api/v1/crates/proxy-header/0.1.2/download -> proxy-header-0.1.2.crate https://crates.io/api/v1/crates/psl-types/2.0.11/download -> psl-types-2.0.11.crate https://crates.io/api/v1/crates/psl/2.1.168/download -> psl-2.1.168.crate https://crates.io/api/v1/crates/ptr_meta/0.3.1/download -> ptr_meta-0.3.1.crate https://crates.io/api/v1/crates/ptr_meta_derive/0.3.1/download -> ptr_meta_derive-0.3.1.crate https://crates.io/api/v1/crates/pure-rust-locales/0.8.2/download -> pure-rust-locales-0.8.2.crate https://crates.io/api/v1/crates/pwhash/1.0.0/download -> pwhash-1.0.0.crate https://crates.io/api/v1/crates/quick-xml/0.31.0/download -> quick-xml-0.31.0.crate https://crates.io/api/v1/crates/quick-xml/0.32.0/download -> quick-xml-0.32.0.crate https://crates.io/api/v1/crates/quick-xml/0.38.4/download -> quick-xml-0.38.4.crate https://crates.io/api/v1/crates/quick_cache/0.6.18/download -> quick_cache-0.6.18.crate https://crates.io/api/v1/crates/quinn-proto/0.11.13/download -> quinn-proto-0.11.13.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.42/download -> quote-1.0.42.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r2d2/0.8.10/download -> r2d2-0.8.10.crate https://crates.io/api/v1/crates/radium/0.7.0/download -> radium-0.7.0.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rancor/0.1.1/download -> rancor-0.1.1.crate https://crates.io/api/v1/crates/rand/0.7.3/download -> rand-0.7.3.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.2.2/download -> rand_chacha-0.2.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.5.1/download -> rand_core-0.5.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.3/download -> rand_core-0.9.3.crate https://crates.io/api/v1/crates/rand_hc/0.2.0/download -> rand_hc-0.2.0.crate https://crates.io/api/v1/crates/rasn-cms/0.10.6/download -> rasn-cms-0.10.6.crate https://crates.io/api/v1/crates/rasn-derive/0.10.6/download -> rasn-derive-0.10.6.crate https://crates.io/api/v1/crates/rasn-pkix/0.10.6/download -> rasn-pkix-0.10.6.crate https://crates.io/api/v1/crates/rasn/0.10.6/download -> rasn-0.10.6.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.11.0/download -> rayon-1.11.0.crate https://crates.io/api/v1/crates/rcgen/0.12.1/download -> rcgen-0.12.1.crate https://crates.io/api/v1/crates/rcgen/0.14.5/download -> rcgen-0.14.5.crate https://crates.io/api/v1/crates/rdkafka-sys/4.9.0+2.10.0/download -> rdkafka-sys-4.9.0+2.10.0.crate https://crates.io/api/v1/crates/rdkafka/0.38.0/download -> rdkafka-0.38.0.crate https://crates.io/api/v1/crates/redis/0.32.7/download -> redis-0.32.7.crate https://crates.io/api/v1/crates/redox_syscall/0.5.18/download -> redox_syscall-0.5.18.crate https://crates.io/api/v1/crates/redox_users/0.4.6/download -> redox_users-0.4.6.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.8/download -> regex-syntax-0.8.8.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/rend/0.5.3/download -> rend-0.5.3.crate https://crates.io/api/v1/crates/reqwest/0.12.25/download -> reqwest-0.12.25.crate https://crates.io/api/v1/crates/resolv-conf/0.7.6/download -> resolv-conf-0.7.6.crate https://crates.io/api/v1/crates/rev_lines/0.3.0/download -> rev_lines-0.3.0.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ringbuffer-spsc/0.1.15/download -> ringbuffer-spsc-0.1.15.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/rkyv/0.8.12/download -> rkyv-0.8.12.crate https://crates.io/api/v1/crates/rkyv_derive/0.8.12/download -> rkyv_derive-0.8.12.crate https://crates.io/api/v1/crates/rle-decode-fast/1.0.3/download -> rle-decode-fast-1.0.3.crate https://crates.io/api/v1/crates/roaring/0.11.2/download -> roaring-0.11.2.crate https://crates.io/api/v1/crates/rocksdb/0.24.0/download -> rocksdb-0.24.0.crate https://crates.io/api/v1/crates/ron/0.12.0/download -> ron-0.12.0.crate https://crates.io/api/v1/crates/rpassword/7.4.0/download -> rpassword-7.4.0.crate https://crates.io/api/v1/crates/rsa/0.9.9/download -> rsa-0.9.9.crate https://crates.io/api/v1/crates/rtoolbox/0.0.3/download -> rtoolbox-0.0.3.crate https://crates.io/api/v1/crates/rtrb/0.3.2/download -> rtrb-0.3.2.crate https://crates.io/api/v1/crates/rusqlite/0.37.0/download -> rusqlite-0.37.0.crate https://crates.io/api/v1/crates/rust-ini/0.21.3/download -> rust-ini-0.21.3.crate https://crates.io/api/v1/crates/rust-s3/0.35.1/download -> rust-s3-0.35.1.crate https://crates.io/api/v1/crates/rust-stemmers/1.2.0/download -> rust-stemmers-1.2.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.26/download -> rustc-demangle-0.1.26.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rusticata-macros/4.1.0/download -> rusticata-macros-4.1.0.crate https://crates.io/api/v1/crates/rustix/1.1.2/download -> rustix-1.1.2.crate https://crates.io/api/v1/crates/rustls-native-certs/0.6.3/download -> rustls-native-certs-0.6.3.crate https://crates.io/api/v1/crates/rustls-native-certs/0.7.3/download -> rustls-native-certs-0.7.3.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.2/download -> rustls-native-certs-0.8.2.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustls-pemfile/2.2.0/download -> rustls-pemfile-2.2.0.crate https://crates.io/api/v1/crates/rustls-pki-types/1.13.1/download -> rustls-pki-types-1.13.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier-android/0.1.1/download -> rustls-platform-verifier-android-0.1.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.6.2/download -> rustls-platform-verifier-0.6.2.crate https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download -> rustls-webpki-0.101.7.crate https://crates.io/api/v1/crates/rustls-webpki/0.102.8/download -> rustls-webpki-0.102.8.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.8/download -> rustls-webpki-0.103.8.crate https://crates.io/api/v1/crates/rustls/0.21.12/download -> rustls-0.21.12.crate https://crates.io/api/v1/crates/rustls/0.23.35/download -> rustls-0.23.35.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.crate https://crates.io/api/v1/crates/salsa20/0.10.2/download -> salsa20-0.10.2.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/saturating/0.1.0/download -> saturating-0.1.0.crate https://crates.io/api/v1/crates/scc/2.4.0/download -> scc-2.4.0.crate https://crates.io/api/v1/crates/schannel/0.1.28/download -> schannel-0.1.28.crate https://crates.io/api/v1/crates/scheduled-thread-pool/0.2.7/download -> scheduled-thread-pool-0.2.7.crate https://crates.io/api/v1/crates/schemars/0.9.0/download -> schemars-0.9.0.crate https://crates.io/api/v1/crates/schemars/1.1.0/download -> schemars-1.1.0.crate https://crates.io/api/v1/crates/schemars_derive/1.1.0/download -> schemars_derive-1.1.0.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/scrypt/0.11.0/download -> scrypt-0.11.0.crate https://crates.io/api/v1/crates/sct/0.7.1/download -> sct-0.7.1.crate https://crates.io/api/v1/crates/sdd/3.0.10/download -> sdd-3.0.10.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/secrecy/0.8.0/download -> secrecy-0.8.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.15.0/download -> security-framework-sys-2.15.0.crate https://crates.io/api/v1/crates/security-framework/2.11.1/download -> security-framework-2.11.1.crate https://crates.io/api/v1/crates/security-framework/3.5.1/download -> security-framework-3.5.1.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/sequoia-openpgp/2.1.0/download -> sequoia-openpgp-2.1.0.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_bytes/0.11.19/download -> serde_bytes-0.11.19.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.145/download -> serde_json-1.0.145.crate https://crates.io/api/v1/crates/serde_nanos/0.1.4/download -> serde_nanos-0.1.4.crate https://crates.io/api/v1/crates/serde_qs/0.8.5/download -> serde_qs-0.8.5.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_with/3.16.1/download -> serde_with-3.16.1.crate https://crates.io/api/v1/crates/serde_with_macros/3.16.1/download -> serde_with_macros-3.16.1.crate https://crates.io/api/v1/crates/serde_yaml/0.9.34+deprecated/download -> serde_yaml-0.9.34+deprecated.crate https://crates.io/api/v1/crates/serial_test/3.2.0/download -> serial_test-3.2.0.crate https://crates.io/api/v1/crates/serial_test_derive/3.2.0/download -> serial_test_derive-3.2.0.crate https://crates.io/api/v1/crates/sha-1/0.9.8/download -> sha-1-0.9.8.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha1_smol/1.0.1/download -> sha1_smol-1.0.1.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.4/download -> sha1collisiondetection-0.3.4.crate https://crates.io/api/v1/crates/sha2-const-stable/0.1.0/download -> sha2-const-stable-0.1.0.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sha2/0.9.9/download -> sha2-0.9.9.crate https://crates.io/api/v1/crates/sha3/0.10.8/download -> sha3-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shellexpand/3.1.1/download -> shellexpand-3.1.1.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/sieve-rs/0.7.0/download -> sieve-rs-0.7.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.7/download -> signal-hook-registry-1.4.7.crate https://crates.io/api/v1/crates/signatory/0.27.1/download -> signatory-0.27.1.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.8/download -> simd-adler32-0.3.8.crate https://crates.io/api/v1/crates/simdutf8/0.1.5/download -> simdutf8-0.1.5.crate https://crates.io/api/v1/crates/siphasher/1.0.1/download -> siphasher-1.0.1.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smtp-proto/0.2.0/download -> smtp-proto-0.2.0.crate https://crates.io/api/v1/crates/snafu-derive/0.7.5/download -> snafu-derive-0.7.5.crate https://crates.io/api/v1/crates/snafu/0.7.5/download -> snafu-0.7.5.crate https://crates.io/api/v1/crates/socket2/0.5.10/download -> socket2-0.5.10.crate https://crates.io/api/v1/crates/socket2/0.6.1/download -> socket2-0.6.1.crate https://crates.io/api/v1/crates/spin/0.10.0/download -> spin-0.10.0.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stabby-abi/72.1.1/download -> stabby-abi-72.1.1.crate https://crates.io/api/v1/crates/stabby-macros/72.1.1/download -> stabby-macros-72.1.1.crate https://crates.io/api/v1/crates/stabby/72.1.1/download -> stabby-72.1.1.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/string_cache/0.8.9/download -> string_cache-0.8.9.crate https://crates.io/api/v1/crates/stringprep/0.1.5/download -> stringprep-0.1.5.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.111/download -> syn-2.0.111.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tagptr/0.2.0/download -> tagptr-0.2.0.crate https://crates.io/api/v1/crates/tap/1.0.1/download -> tap-1.0.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.17/download -> thiserror-impl-2.0.17.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.17/download -> thiserror-2.0.17.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/time-core/0.1.6/download -> time-core-0.1.6.crate https://crates.io/api/v1/crates/time-macros/0.2.24/download -> time-macros-0.2.24.crate https://crates.io/api/v1/crates/time/0.3.44/download -> time-0.3.44.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinystr/0.8.2/download -> tinystr-0.8.2.crate https://crates.io/api/v1/crates/tinyvec/1.10.0/download -> tinyvec-1.10.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tls-listener/0.11.2/download -> tls-listener-0.11.2.crate https://crates.io/api/v1/crates/token-cell/2.1.1/download -> token-cell-2.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.6.0/download -> tokio-macros-2.6.0.crate https://crates.io/api/v1/crates/tokio-postgres/0.7.15/download -> tokio-postgres-0.7.15.crate https://crates.io/api/v1/crates/tokio-rustls/0.24.1/download -> tokio-rustls-0.24.1.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.17/download -> tokio-stream-0.1.17.crate https://crates.io/api/v1/crates/tokio-tungstenite/0.28.0/download -> tokio-tungstenite-0.28.0.crate https://crates.io/api/v1/crates/tokio-util/0.7.17/download -> tokio-util-0.7.17.crate https://crates.io/api/v1/crates/tokio-websockets/0.10.1/download -> tokio-websockets-0.10.1.crate https://crates.io/api/v1/crates/tokio/1.48.0/download -> tokio-1.48.0.crate https://crates.io/api/v1/crates/toml_datetime/0.7.3/download -> toml_datetime-0.7.3.crate https://crates.io/api/v1/crates/toml_edit/0.23.9/download -> toml_edit-0.23.9.crate https://crates.io/api/v1/crates/toml_parser/1.0.4/download -> toml_parser-1.0.4.crate https://crates.io/api/v1/crates/tonic/0.12.3/download -> tonic-0.12.3.crate https://crates.io/api/v1/crates/totp-rs/5.7.0/download -> totp-rs-5.7.0.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.4.13/download -> tower-0.4.13.crate https://crates.io/api/v1/crates/tower/0.5.2/download -> tower-0.5.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.35/download -> tracing-core-0.1.35.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-serde/0.2.0/download -> tracing-serde-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.22/download -> tracing-subscriber-0.3.22.crate https://crates.io/api/v1/crates/tracing/0.1.43/download -> tracing-0.1.43.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/try_map/0.3.1/download -> try_map-0.3.1.crate https://crates.io/api/v1/crates/tryhard/0.5.2/download -> tryhard-0.5.2.crate https://crates.io/api/v1/crates/tungstenite/0.28.0/download -> tungstenite-0.28.0.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/twox-hash/2.1.2/download -> twox-hash-2.1.2.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/typewit/1.14.2/download -> typewit-1.14.2.crate https://crates.io/api/v1/crates/typewit_proc_macros/1.8.1/download -> typewit_proc_macros-1.8.1.crate https://crates.io/api/v1/crates/ucd-trie/0.1.7/download -> ucd-trie-0.1.7.crate https://crates.io/api/v1/crates/uhlc/0.8.2/download -> uhlc-0.8.2.crate https://crates.io/api/v1/crates/unicase/2.8.1/download -> unicase-2.8.1.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.18/download -> unicode-bidi-0.3.18.crate https://crates.io/api/v1/crates/unicode-general-category/1.1.0/download -> unicode-general-category-1.1.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.22/download -> unicode-ident-1.0.22.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.25/download -> unicode-normalization-0.1.25.crate https://crates.io/api/v1/crates/unicode-properties/0.1.4/download -> unicode-properties-0.1.4.crate https://crates.io/api/v1/crates/unicode-script/0.5.8/download -> unicode-script-0.5.8.crate https://crates.io/api/v1/crates/unicode-security/0.1.2/download -> unicode-security-0.1.2.crate https://crates.io/api/v1/crates/unicode-width/0.1.14/download -> unicode-width-0.1.14.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.11/download -> unsafe-libyaml-0.2.11.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/unty/0.0.4/download -> unty-0.0.4.crate https://crates.io/api/v1/crates/unzip-n/0.1.4/download -> unzip-n-0.1.4.crate https://crates.io/api/v1/crates/url/2.5.7/download -> url-2.5.7.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf-8/0.7.6/download -> utf-8-0.7.6.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.19.0/download -> uuid-1.19.0.crate https://crates.io/api/v1/crates/validated_struct/2.2.0/download -> validated_struct-2.2.0.crate https://crates.io/api/v1/crates/validated_struct_macros/2.2.0/download -> validated_struct_macros-2.2.0.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/vec_map/0.8.2/download -> vec_map-0.8.2.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/virtue/0.0.18/download -> virtue-0.0.18.crate https://crates.io/api/v1/crates/waker-fn/1.2.0/download -> waker-fn-1.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download -> wasi-0.9.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.1+wasi-0.2.4/download -> wasip2-1.0.1+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasite/0.1.0/download -> wasite-0.1.0.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.56/download -> wasm-bindgen-futures-0.4.56.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.106/download -> wasm-bindgen-macro-support-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.106/download -> wasm-bindgen-macro-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.106/download -> wasm-bindgen-shared-0.2.106.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.106/download -> wasm-bindgen-0.2.106.crate https://crates.io/api/v1/crates/wasm-streams/0.4.2/download -> wasm-streams-0.4.2.crate https://crates.io/api/v1/crates/web-sys/0.3.83/download -> web-sys-0.3.83.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-root-certs/1.0.4/download -> webpki-root-certs-1.0.4.crate https://crates.io/api/v1/crates/webpki-roots/0.26.11/download -> webpki-roots-0.26.11.crate https://crates.io/api/v1/crates/webpki-roots/1.0.4/download -> webpki-roots-1.0.4.crate https://crates.io/api/v1/crates/whatlang/0.18.0/download -> whatlang-0.18.0.crate https://crates.io/api/v1/crates/whoami/1.6.1/download -> whoami-1.6.1.crate https://crates.io/api/v1/crates/widestring/1.2.1/download -> widestring-1.2.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/winnow/0.7.14/download -> winnow-0.7.14.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.46.0/download -> wit-bindgen-0.46.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/wyz/0.5.1/download -> wyz-0.5.1.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.1/download -> x25519-dalek-2.0.1.crate https://crates.io/api/v1/crates/x509-parser/0.18.0/download -> x509-parser-0.18.0.crate https://crates.io/api/v1/crates/xml-rs/0.8.28/download -> xml-rs-0.8.28.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.15/download -> xxhash-rust-0.8.15.crate https://crates.io/api/v1/crates/yasna/0.5.2/download -> yasna-0.5.2.crate https://crates.io/api/v1/crates/yoke-derive/0.8.1/download -> yoke-derive-0.8.1.crate https://crates.io/api/v1/crates/yoke/0.8.1/download -> yoke-0.8.1.crate https://crates.io/api/v1/crates/zenoh-buffers/1.7.1/download -> zenoh-buffers-1.7.1.crate https://crates.io/api/v1/crates/zenoh-codec/1.7.1/download -> zenoh-codec-1.7.1.crate https://crates.io/api/v1/crates/zenoh-collections/1.7.1/download -> zenoh-collections-1.7.1.crate https://crates.io/api/v1/crates/zenoh-config/1.7.1/download -> zenoh-config-1.7.1.crate https://crates.io/api/v1/crates/zenoh-core/1.7.1/download -> zenoh-core-1.7.1.crate https://crates.io/api/v1/crates/zenoh-crypto/1.7.1/download -> zenoh-crypto-1.7.1.crate https://crates.io/api/v1/crates/zenoh-keyexpr/1.7.1/download -> zenoh-keyexpr-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-commons/1.7.1/download -> zenoh-link-commons-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-quic/1.7.1/download -> zenoh-link-quic-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-tcp/1.7.1/download -> zenoh-link-tcp-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-tls/1.7.1/download -> zenoh-link-tls-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link-udp/1.7.1/download -> zenoh-link-udp-1.7.1.crate https://crates.io/api/v1/crates/zenoh-link/1.7.1/download -> zenoh-link-1.7.1.crate https://crates.io/api/v1/crates/zenoh-macros/1.7.1/download -> zenoh-macros-1.7.1.crate https://crates.io/api/v1/crates/zenoh-plugin-trait/1.7.1/download -> zenoh-plugin-trait-1.7.1.crate https://crates.io/api/v1/crates/zenoh-protocol/1.7.1/download -> zenoh-protocol-1.7.1.crate https://crates.io/api/v1/crates/zenoh-result/1.7.1/download -> zenoh-result-1.7.1.crate https://crates.io/api/v1/crates/zenoh-runtime/1.7.1/download -> zenoh-runtime-1.7.1.crate https://crates.io/api/v1/crates/zenoh-sync/1.7.1/download -> zenoh-sync-1.7.1.crate https://crates.io/api/v1/crates/zenoh-task/1.7.1/download -> zenoh-task-1.7.1.crate https://crates.io/api/v1/crates/zenoh-transport/1.7.1/download -> zenoh-transport-1.7.1.crate https://crates.io/api/v1/crates/zenoh-util/1.7.1/download -> zenoh-util-1.7.1.crate https://crates.io/api/v1/crates/zenoh/1.7.1/download -> zenoh-1.7.1.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.31/download -> zerocopy-derive-0.8.31.crate https://crates.io/api/v1/crates/zerocopy/0.8.31/download -> zerocopy-0.8.31.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.3/download -> zerotrie-0.2.3.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.2/download -> zerovec-derive-0.11.2.crate https://crates.io/api/v1/crates/zerovec/0.11.5/download -> zerovec-0.11.5.crate https://crates.io/api/v1/crates/zip/6.0.0/download -> zip-6.0.0.crate https://crates.io/api/v1/crates/zlib-rs/0.5.4/download -> zlib-rs-0.5.4.crate https://crates.io/api/v1/crates/zopfli/0.8.3/download -> zopfli-0.8.3.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate +_eclasses_=cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=9cf1edb4825e6f1a0fb243d4c928e3c5 diff --git a/metadata/md5-cache/net-misc/iputils-99999999 b/metadata/md5-cache/net-misc/iputils-99999999 index 158d971fb620..0c76335fef51 100644 --- a/metadata/md5-cache/net-misc/iputils-99999999 +++ b/metadata/md5-cache/net-misc/iputils-99999999 @@ -13,4 +13,4 @@ RDEPEND=caps? ( sys-libs/libcap ) idn? ( net-dns/libidn2:= ) nls? ( virtual/libi RESTRICT=!test? ( test ) SLOT=0 _eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b plocale 950fbaec7deeba41b5bcc0572cca99b9 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=72cc9c8369afbd3964cb7ce3f99c7731 +_md5_=35d2273c2bd8692b2a1b3a00b5feecd0 diff --git a/metadata/md5-cache/net-p2p/bitcoin-core-30.1 b/metadata/md5-cache/net-p2p/bitcoin-core-30.1 new file mode 100644 index 000000000000..2088f2f5b91a --- /dev/null +++ b/metadata/md5-cache/net-p2p/bitcoin-core-30.1 @@ -0,0 +1,18 @@ +BDEPEND=>=dev-build/cmake-3.25 virtual/pkgconfig daemon? ( acct-group/bitcoin acct-user/bitcoin ) gui? ( >=dev-qt/qttools-6.2:6[linguist] ) test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test +DEPEND=>=dev-libs/boost-1.81.0:= >=dev-libs/libevent-2.1.12:= daemon? ( acct-group/bitcoin acct-user/bitcoin ) gui? ( >=dev-qt/qtbase-6.2:6[dbus?,gui,network,widgets] ) qrcode? ( >=media-gfx/qrencode-4.1.1:= ) system-libsecp256k1? ( >=dev-libs/libsecp256k1-0.6.0:=[asm=,ellswift,extrakeys,musig,recovery,schnorr] ) wallet? ( >=dev-db/sqlite-3.38.5:= ) zeromq? ( >=net-libs/zeromq-4.3.4:= ) systemtap? ( >=dev-debug/systemtap-4.8 ) +DESCRIPTION=Reference implementation of the Bitcoin cryptocurrency +EAPI=8 +HOMEPAGE=https://bitcoincore.org/ +IDEPEND=gui? ( dev-util/desktop-file-utils ) +INHERIT=bash-completion-r1 check-reqs cmake desktop edo multiprocessing python-any-r1 systemd toolchain-funcs xdg-utils +IUSE=asm +cli +daemon dbus examples +external-signer gui qrcode +system-libsecp256k1 systemtap test test-full +wallet zeromq +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/boost-1.81.0:= >=dev-libs/libevent-2.1.12:= daemon? ( acct-group/bitcoin acct-user/bitcoin ) gui? ( >=dev-qt/qtbase-6.2:6[dbus?,gui,network,widgets] ) qrcode? ( >=media-gfx/qrencode-4.1.1:= ) system-libsecp256k1? ( >=dev-libs/libsecp256k1-0.6.0:=[asm=,ellswift,extrakeys,musig,recovery,schnorr] ) wallet? ( >=dev-db/sqlite-3.38.5:= ) zeromq? ( >=net-libs/zeromq-4.3.4:= ) !dev-util/bitcoin-tx cli? ( !net-p2p/bitcoin-cli ) daemon? ( !net-p2p/bitcoind ) gui? ( !net-p2p/bitcoin-qt ) +REQUIRED_USE=dbus? ( gui ) qrcode? ( gui ) test-full? ( test ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/bitcoin/bitcoin/archive/v30.1.tar.gz -> bitcoin-core-30.1.tar.gz +_eclasses_=bash-completion-r1 767861f3744f589ee5291c1698b1c082 check-reqs 2a9731073c152554078a9a8df8fc0f1b cmake 22e4e58d68692975dc74424dc9b12fb7 desktop 7b6f6e9d65093966fbc8475399c5dd4e edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=58143b600a0f1946ae6ad522f6bff5c8 diff --git a/metadata/md5-cache/sec-policy/selinux-accountsd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-accountsd-2.20250618-r1 index 6fc0f04b85ca..257bf0a72785 100644 --- a/metadata/md5-cache/sec-policy/selinux-accountsd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-accountsd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for accountsd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=588e08f3a4ceea09d0d169f18ae4dfc0 +_md5_=57dc40d107eee3912e825f597c91276d diff --git a/metadata/md5-cache/sec-policy/selinux-accountsd-9999 b/metadata/md5-cache/sec-policy/selinux-accountsd-9999 index 5d21450ba9cb..f8876d13b379 100644 --- a/metadata/md5-cache/sec-policy/selinux-accountsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-accountsd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=263aa93b828885443fb36599ad245064 +_md5_=588e08f3a4ceea09d0d169f18ae4dfc0 diff --git a/metadata/md5-cache/sec-policy/selinux-acct-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-acct-2.20250618-r1 index 1846756a772a..fa01c6e21107 100644 --- a/metadata/md5-cache/sec-policy/selinux-acct-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-acct-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for acct EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b7f7b0d9a8b6221fb44d38be62ab3923 +_md5_=5f70ff7ccf4d0b2c55363c5113f26266 diff --git a/metadata/md5-cache/sec-policy/selinux-acct-9999 b/metadata/md5-cache/sec-policy/selinux-acct-9999 index 824682c2443a..f32f63c1af6a 100644 --- a/metadata/md5-cache/sec-policy/selinux-acct-9999 +++ b/metadata/md5-cache/sec-policy/selinux-acct-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ea1b264009169476dc307fc5f78b6c9c +_md5_=b7f7b0d9a8b6221fb44d38be62ab3923 diff --git a/metadata/md5-cache/sec-policy/selinux-afs-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-afs-2.20250618-r1 index d3587c257d01..f12c66ef8c70 100644 --- a/metadata/md5-cache/sec-policy/selinux-afs-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-afs-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for afs EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9aa4e1fc552894fbc010c386e2290e88 +_md5_=476a20028b87596e7eb2e1e9da9fe62d diff --git a/metadata/md5-cache/sec-policy/selinux-afs-9999 b/metadata/md5-cache/sec-policy/selinux-afs-9999 index 60529fcd3932..d6d73da1ec19 100644 --- a/metadata/md5-cache/sec-policy/selinux-afs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-afs-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d1c95ed236bdbf659384587ae1a1707e +_md5_=9aa4e1fc552894fbc010c386e2290e88 diff --git a/metadata/md5-cache/sec-policy/selinux-aide-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-aide-2.20250618-r1 index 006981e32e68..60fe8003b814 100644 --- a/metadata/md5-cache/sec-policy/selinux-aide-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-aide-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for aide EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3e3749189e62e13548a4eaf528194893 +_md5_=42426736d6ba4caa5e2904410ea1529e diff --git a/metadata/md5-cache/sec-policy/selinux-aide-9999 b/metadata/md5-cache/sec-policy/selinux-aide-9999 index 6498b37eed4e..2baea4d1acae 100644 --- a/metadata/md5-cache/sec-policy/selinux-aide-9999 +++ b/metadata/md5-cache/sec-policy/selinux-aide-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ff16d9d1e4da1121db8e7cc9d37b17d0 +_md5_=3e3749189e62e13548a4eaf528194893 diff --git a/metadata/md5-cache/sec-policy/selinux-alsa-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-alsa-2.20250618-r1 index d428707bfada..c6f1c6739c1a 100644 --- a/metadata/md5-cache/sec-policy/selinux-alsa-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-alsa-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for alsa EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f01a3fc3f9db7108f1cdc2bf3ea09841 +_md5_=3bb8a5bcba8db8d95960700c386f812a diff --git a/metadata/md5-cache/sec-policy/selinux-alsa-9999 b/metadata/md5-cache/sec-policy/selinux-alsa-9999 index 5b8d73f3f9c8..bcb8934b6b65 100644 --- a/metadata/md5-cache/sec-policy/selinux-alsa-9999 +++ b/metadata/md5-cache/sec-policy/selinux-alsa-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d076bed52ce1fa3855bb28aa82ef5c62 +_md5_=f01a3fc3f9db7108f1cdc2bf3ea09841 diff --git a/metadata/md5-cache/sec-policy/selinux-amanda-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-amanda-2.20250618-r1 index 57d087b9c0d5..80290a4148a8 100644 --- a/metadata/md5-cache/sec-policy/selinux-amanda-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-amanda-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for amanda EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=34bb86fbcabee9e877e688dda2783aec +_md5_=b1e846b5db88c4336f3d580cf472de23 diff --git a/metadata/md5-cache/sec-policy/selinux-amanda-9999 b/metadata/md5-cache/sec-policy/selinux-amanda-9999 index 025e27561dc3..3f82eb365e77 100644 --- a/metadata/md5-cache/sec-policy/selinux-amanda-9999 +++ b/metadata/md5-cache/sec-policy/selinux-amanda-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=afbfb673f2ca9361e8a2008f2c90b23d +_md5_=34bb86fbcabee9e877e688dda2783aec diff --git a/metadata/md5-cache/sec-policy/selinux-amavis-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-amavis-2.20250618-r1 index f674dfd8fbff..557b03221c8f 100644 --- a/metadata/md5-cache/sec-policy/selinux-amavis-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-amavis-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for amavis EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f8cb5bb2cdd8f7c4a9812c3f79022b81 +_md5_=a282db50f666622f6bd313be6c73e0ff diff --git a/metadata/md5-cache/sec-policy/selinux-amavis-9999 b/metadata/md5-cache/sec-policy/selinux-amavis-9999 index c9b42f6d619d..887920f751a6 100644 --- a/metadata/md5-cache/sec-policy/selinux-amavis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-amavis-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=47f1c004810eb22daa725bb68628d40b +_md5_=f8cb5bb2cdd8f7c4a9812c3f79022b81 diff --git a/metadata/md5-cache/sec-policy/selinux-android-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-android-2.20250618-r1 index 6d1c8c9104ea..6f15ebcb72ec 100644 --- a/metadata/md5-cache/sec-policy/selinux-android-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-android-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for android EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-java sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0cac438be73263d52ef1b9f9bb6a0664 +_md5_=f1a2e1fb8755fc73cbe3e76ad7e019d1 diff --git a/metadata/md5-cache/sec-policy/selinux-android-9999 b/metadata/md5-cache/sec-policy/selinux-android-9999 index 587c2626364b..7a6d12750dff 100644 --- a/metadata/md5-cache/sec-policy/selinux-android-9999 +++ b/metadata/md5-cache/sec-policy/selinux-android-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-java sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1fe6a5882323d64c0f97906cbfe75acc +_md5_=0cac438be73263d52ef1b9f9bb6a0664 diff --git a/metadata/md5-cache/sec-policy/selinux-apache-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-apache-2.20250618-r1 index 36a87e3a7adc..987a784bc5fe 100644 --- a/metadata/md5-cache/sec-policy/selinux-apache-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-apache-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for apache EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-kerberos >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1c5c731732e8170abbf9c819a050956b +_md5_=bae927debc1464b944a18b290c00b0fb diff --git a/metadata/md5-cache/sec-policy/selinux-apache-9999 b/metadata/md5-cache/sec-policy/selinux-apache-9999 index b3480a8eed1e..717042732544 100644 --- a/metadata/md5-cache/sec-policy/selinux-apache-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apache-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-kerberos >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e29f06ac14393cbd274073bb9e97116f +_md5_=1c5c731732e8170abbf9c819a050956b diff --git a/metadata/md5-cache/sec-policy/selinux-apcupsd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-apcupsd-2.20250618-r1 index 7788831097bd..dbe6ee04541e 100644 --- a/metadata/md5-cache/sec-policy/selinux-apcupsd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-apcupsd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for apcupsd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b631bb715f26e362ab7126ceb3e9314 +_md5_=c28b36513815fb73a09c4a8c3a2dba3a diff --git a/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 b/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 index ae78a04703db..1877f7e2bf83 100644 --- a/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apcupsd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=82f64284fd45ee3320199cd6648cb8c3 +_md5_=2b631bb715f26e362ab7126ceb3e9314 diff --git a/metadata/md5-cache/sec-policy/selinux-apm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-apm-2.20250618-r1 index 1901a9047c86..25ed8a71f185 100644 --- a/metadata/md5-cache/sec-policy/selinux-apm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-apm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for acpi EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5345f05360279c9ddcd4383b9b051dd4 +_md5_=20042defd07707b5f7270bdcbb80c83d diff --git a/metadata/md5-cache/sec-policy/selinux-apm-9999 b/metadata/md5-cache/sec-policy/selinux-apm-9999 index fa1af4112213..8ef42b93c6bd 100644 --- a/metadata/md5-cache/sec-policy/selinux-apm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-apm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8a604e4ec4a1c2b32d988a4983f07693 +_md5_=5345f05360279c9ddcd4383b9b051dd4 diff --git a/metadata/md5-cache/sec-policy/selinux-arpwatch-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-arpwatch-2.20250618-r1 index 201550bb4b4b..916b8113d162 100644 --- a/metadata/md5-cache/sec-policy/selinux-arpwatch-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-arpwatch-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for arpwatch EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a262d7d9b3f0528dc2ee44379bf63841 +_md5_=fc0a31987734d664624dd8d1b7ef6eea diff --git a/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 b/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 index 619a32d851ae..c2d45d7b1235 100644 --- a/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 +++ b/metadata/md5-cache/sec-policy/selinux-arpwatch-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=166fd73edae7660427e00083f3be86be +_md5_=a262d7d9b3f0528dc2ee44379bf63841 diff --git a/metadata/md5-cache/sec-policy/selinux-asterisk-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-asterisk-2.20250618-r1 index b453995fcf11..bdf573c4e4bb 100644 --- a/metadata/md5-cache/sec-policy/selinux-asterisk-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-asterisk-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for asterisk EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=36f850833360e2bb758a96308b03e8a0 +_md5_=aa85d6c9671caf35236cf2de243cab87 diff --git a/metadata/md5-cache/sec-policy/selinux-asterisk-9999 b/metadata/md5-cache/sec-policy/selinux-asterisk-9999 index 6775853b546c..83d0233102b2 100644 --- a/metadata/md5-cache/sec-policy/selinux-asterisk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-asterisk-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e3bf871b9d14c424a1b82cd2981d8ae7 +_md5_=36f850833360e2bb758a96308b03e8a0 diff --git a/metadata/md5-cache/sec-policy/selinux-at-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-at-2.20250618-r1 index b3e5621d0324..606200cdec72 100644 --- a/metadata/md5-cache/sec-policy/selinux-at-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-at-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for at EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fea2319c68815cb242c9a7b93f4e4485 +_md5_=a483c2f1649e3c0d44d4ccb3ba200086 diff --git a/metadata/md5-cache/sec-policy/selinux-at-9999 b/metadata/md5-cache/sec-policy/selinux-at-9999 index 7f3b4fd31fef..053df1e0c133 100644 --- a/metadata/md5-cache/sec-policy/selinux-at-9999 +++ b/metadata/md5-cache/sec-policy/selinux-at-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=af7b73bc1cce9c5703714d99541fcbfc +_md5_=fea2319c68815cb242c9a7b93f4e4485 diff --git a/metadata/md5-cache/sec-policy/selinux-automount-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-automount-2.20250618-r1 index e947cd1d9421..49fc703a0787 100644 --- a/metadata/md5-cache/sec-policy/selinux-automount-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-automount-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for automount EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cedb74eebfa5b5a47c15834a50f3a27c +_md5_=aded841731e9d91c909482162c270cd9 diff --git a/metadata/md5-cache/sec-policy/selinux-automount-9999 b/metadata/md5-cache/sec-policy/selinux-automount-9999 index ee3cfcc6aade..260c5a9c0b4a 100644 --- a/metadata/md5-cache/sec-policy/selinux-automount-9999 +++ b/metadata/md5-cache/sec-policy/selinux-automount-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=33ded44956ad4e427e4c8fc41700974a +_md5_=cedb74eebfa5b5a47c15834a50f3a27c diff --git a/metadata/md5-cache/sec-policy/selinux-avahi-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-avahi-2.20250618-r1 index 449624b3d212..283a1adbdab9 100644 --- a/metadata/md5-cache/sec-policy/selinux-avahi-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-avahi-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for avahi EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6ee61054c57aeec4ca7cb4af239d0139 +_md5_=7503af070c6e58d94a6edbbff09b5cd0 diff --git a/metadata/md5-cache/sec-policy/selinux-avahi-9999 b/metadata/md5-cache/sec-policy/selinux-avahi-9999 index a463408ac08a..ba0ad83c6429 100644 --- a/metadata/md5-cache/sec-policy/selinux-avahi-9999 +++ b/metadata/md5-cache/sec-policy/selinux-avahi-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3063592a5ef86fa5a3ca1f906bc914e0 +_md5_=6ee61054c57aeec4ca7cb4af239d0139 diff --git a/metadata/md5-cache/sec-policy/selinux-awstats-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-awstats-2.20250618-r1 index a9cc195bff33..d677827d58c5 100644 --- a/metadata/md5-cache/sec-policy/selinux-awstats-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-awstats-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for awstats EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=562a61dacf1bf82ede8066b578705ed8 +_md5_=9466f76ef68f9cef1d5f164670f629dd diff --git a/metadata/md5-cache/sec-policy/selinux-awstats-9999 b/metadata/md5-cache/sec-policy/selinux-awstats-9999 index ebb55a790f58..4ed1a167d479 100644 --- a/metadata/md5-cache/sec-policy/selinux-awstats-9999 +++ b/metadata/md5-cache/sec-policy/selinux-awstats-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4b56e74f0a0feb75469a47a9028d1450 +_md5_=562a61dacf1bf82ede8066b578705ed8 diff --git a/metadata/md5-cache/sec-policy/selinux-backup-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-backup-2.20250618-r1 index ffe57109b387..26188b3680cf 100644 --- a/metadata/md5-cache/sec-policy/selinux-backup-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-backup-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for generic backup apps EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ad62a434547142640cceb3eecc6f3e1f +_md5_=679b490344108323493c00ed846288b8 diff --git a/metadata/md5-cache/sec-policy/selinux-backup-9999 b/metadata/md5-cache/sec-policy/selinux-backup-9999 index 70513749860c..0a2464a3e5cc 100644 --- a/metadata/md5-cache/sec-policy/selinux-backup-9999 +++ b/metadata/md5-cache/sec-policy/selinux-backup-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d989ae55f2deccc7eb9008b5ec8c878f +_md5_=ad62a434547142640cceb3eecc6f3e1f diff --git a/metadata/md5-cache/sec-policy/selinux-bacula-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-bacula-2.20250618-r1 index 2cfa8366e1e2..24255add48d3 100644 --- a/metadata/md5-cache/sec-policy/selinux-bacula-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-bacula-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for bacula EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=004b5f5b0081bdbbe26943f8b5b8494c +_md5_=9e190bf60ee0596a72f102af9891e764 diff --git a/metadata/md5-cache/sec-policy/selinux-bacula-9999 b/metadata/md5-cache/sec-policy/selinux-bacula-9999 index 291ee8dd6e56..ac631f4d4cbd 100644 --- a/metadata/md5-cache/sec-policy/selinux-bacula-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bacula-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=76b06d4206875c7e36ccaf4045c8bf2c +_md5_=004b5f5b0081bdbbe26943f8b5b8494c diff --git a/metadata/md5-cache/sec-policy/selinux-base-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-base-2.20250618-r1 index 4ddde97744b7..3280d8648704 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-base-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=python-any-r1 IUSE=doc +unknown-perms systemd +ubac +unconfined -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.8 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=4384c5031ffe625b93b264977bbb1064 +_md5_=96b8d51a8fe1107382bcca1491227238 diff --git a/metadata/md5-cache/sec-policy/selinux-base-9999 b/metadata/md5-cache/sec-policy/selinux-base-9999 index 6ac1c6ac3d9a..bcea39ce11f5 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-9999 +++ b/metadata/md5-cache/sec-policy/selinux-base-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.8 SLOT=0 _eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 git-r3 875eb471682d3e1f18da124be97dcc81 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=6bda97834f8a06f96f7630caa4ca2214 +_md5_=4384c5031ffe625b93b264977bbb1064 diff --git a/metadata/md5-cache/sec-policy/selinux-base-policy-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-base-policy-2.20250618-r1 index 8185ab94893f..c23eeecf466b 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-policy-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-base-policy-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for core modules EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux IUSE=systemd +unconfined -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 PDEPEND=unconfined? ( sec-policy/selinux-unconfined ) RDEPEND==sec-policy/selinux-base-2.20250618-r1[systemd?] SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 -_md5_=a996eb9650bd38d4a88aab6d580e971f +_md5_=a205d5b6a606416eb398890564f410a5 diff --git a/metadata/md5-cache/sec-policy/selinux-base-policy-9999 b/metadata/md5-cache/sec-policy/selinux-base-policy-9999 index f0c1c6a2d415..9434e7d25008 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-policy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-base-policy-9999 @@ -12,4 +12,4 @@ PROPERTIES=live RDEPEND==sec-policy/selinux-base-9999[systemd?] SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 -_md5_=a9c40f28ffc64eb7e6ec3ee45d1b89f3 +_md5_=a996eb9650bd38d4a88aab6d580e971f diff --git a/metadata/md5-cache/sec-policy/selinux-bind-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-bind-2.20250618-r1 index f48583bd4444..2b4ee4745c0b 100644 --- a/metadata/md5-cache/sec-policy/selinux-bind-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-bind-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for bind EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f37107bdc599037eecccf1366ea50783 +_md5_=7b77c3cb8edeb65a60ecc5b70c057f9b diff --git a/metadata/md5-cache/sec-policy/selinux-bind-9999 b/metadata/md5-cache/sec-policy/selinux-bind-9999 index cc138df614e3..7d7da1aad261 100644 --- a/metadata/md5-cache/sec-policy/selinux-bind-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bind-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b0e2edf7dda3bb299a480ffcbcc28742 +_md5_=f37107bdc599037eecccf1366ea50783 diff --git a/metadata/md5-cache/sec-policy/selinux-bitcoin-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-bitcoin-2.20250618-r1 index 49cf4b75d8c4..9de8db940179 100644 --- a/metadata/md5-cache/sec-policy/selinux-bitcoin-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-bitcoin-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for bitcoin EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cf5866f8f7878cf28ffa5b8625f0a809 +_md5_=8c96e58071769b899585d664418186e3 diff --git a/metadata/md5-cache/sec-policy/selinux-bitcoin-9999 b/metadata/md5-cache/sec-policy/selinux-bitcoin-9999 index 460a0b6216e8..9e082b355504 100644 --- a/metadata/md5-cache/sec-policy/selinux-bitcoin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bitcoin-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b7b4339b1c89b2215afe1c203b70628a +_md5_=cf5866f8f7878cf28ffa5b8625f0a809 diff --git a/metadata/md5-cache/sec-policy/selinux-bitlbee-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-bitlbee-2.20250618-r1 index b51b9aee5ba2..579877a53b57 100644 --- a/metadata/md5-cache/sec-policy/selinux-bitlbee-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-bitlbee-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for bitlbee EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=eee6e98ea3a558aeeba46c0ff18376f1 +_md5_=a5f45e3fcc4a00c1f9f7e999445d0c7c diff --git a/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 b/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 index 5fbfa19119a8..aa875c9c03db 100644 --- a/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bitlbee-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=49c73e7aeddffc9f0d98013f3f079c4a +_md5_=eee6e98ea3a558aeeba46c0ff18376f1 diff --git a/metadata/md5-cache/sec-policy/selinux-bluetooth-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-bluetooth-2.20250618-r1 index f99d99bb40c8..6a3c54553a67 100644 --- a/metadata/md5-cache/sec-policy/selinux-bluetooth-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-bluetooth-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for bluetooth EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=87509a0c1621ad75d98fa35ddb43bf9d +_md5_=70fa20470ef42453542ff6cd711ab983 diff --git a/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 b/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 index 790935c5b6ab..66a31cdac32d 100644 --- a/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 +++ b/metadata/md5-cache/sec-policy/selinux-bluetooth-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d3878e5a3496d260d91f53b5768e52f2 +_md5_=87509a0c1621ad75d98fa35ddb43bf9d diff --git a/metadata/md5-cache/sec-policy/selinux-brctl-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-brctl-2.20250618-r1 index cd99477b7082..a83850305316 100644 --- a/metadata/md5-cache/sec-policy/selinux-brctl-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-brctl-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for brctl EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cd965cde15b3e9c1312a87b659cc16b3 +_md5_=30d6b06fd9ca8b4cdabf2c2e8034eaa3 diff --git a/metadata/md5-cache/sec-policy/selinux-brctl-9999 b/metadata/md5-cache/sec-policy/selinux-brctl-9999 index c3d5241d2327..6d85d91b4a3d 100644 --- a/metadata/md5-cache/sec-policy/selinux-brctl-9999 +++ b/metadata/md5-cache/sec-policy/selinux-brctl-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3ad885c57a9f541766004a84966c6d70 +_md5_=cd965cde15b3e9c1312a87b659cc16b3 diff --git a/metadata/md5-cache/sec-policy/selinux-cachefilesd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cachefilesd-2.20250618-r1 index c52cdc34543a..aabde83e5f7d 100644 --- a/metadata/md5-cache/sec-policy/selinux-cachefilesd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cachefilesd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cachefilesd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0d230e82d4427e62501873cdc2826091 +_md5_=998d0ca7b270e6719ec6158d28e26132 diff --git a/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 b/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 index 73a7343be017..9eea11eb9da7 100644 --- a/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cachefilesd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=eb944d71def9468cb93634ac03500fc3 +_md5_=0d230e82d4427e62501873cdc2826091 diff --git a/metadata/md5-cache/sec-policy/selinux-calamaris-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-calamaris-2.20250618-r1 index c9fb5b0a95be..50c1c772be82 100644 --- a/metadata/md5-cache/sec-policy/selinux-calamaris-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-calamaris-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for calamaris EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3bb7ec7c3517ec4f0584242e6fad0b23 +_md5_=1b213c86e2f4d39b50183d0a98778686 diff --git a/metadata/md5-cache/sec-policy/selinux-calamaris-9999 b/metadata/md5-cache/sec-policy/selinux-calamaris-9999 index b2308464db2f..e703c5de5d13 100644 --- a/metadata/md5-cache/sec-policy/selinux-calamaris-9999 +++ b/metadata/md5-cache/sec-policy/selinux-calamaris-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b494683334775a473895186eb4196bf +_md5_=3bb7ec7c3517ec4f0584242e6fad0b23 diff --git a/metadata/md5-cache/sec-policy/selinux-canna-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-canna-2.20250618-r1 index d1f7e3c28213..f80d7771542c 100644 --- a/metadata/md5-cache/sec-policy/selinux-canna-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-canna-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for canna EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a1e3cca69e2cbb29ce4be4d6ed8743aa +_md5_=6a54449e5c5fd42f65e7e9ce1fb13bbd diff --git a/metadata/md5-cache/sec-policy/selinux-canna-9999 b/metadata/md5-cache/sec-policy/selinux-canna-9999 index c0cad442f8b8..b9c65b1739ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-canna-9999 +++ b/metadata/md5-cache/sec-policy/selinux-canna-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5c45c67a7d01846b262cb1a45260ddf9 +_md5_=a1e3cca69e2cbb29ce4be4d6ed8743aa diff --git a/metadata/md5-cache/sec-policy/selinux-cdrecord-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cdrecord-2.20250618-r1 index af7157d748ff..3e312d795ae3 100644 --- a/metadata/md5-cache/sec-policy/selinux-cdrecord-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cdrecord-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cdrecord EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=93d47f491df9642619be43979def122e +_md5_=e8ff072b5f3f8b39ced86e6ec71ffdaf diff --git a/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 b/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 index 0bf2ff27199b..d862ac1ad604 100644 --- a/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cdrecord-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8a21c3abda06dade308114e266b90ee1 +_md5_=93d47f491df9642619be43979def122e diff --git a/metadata/md5-cache/sec-policy/selinux-ceph-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ceph-2.20250618-r1 index 3493e9d3bdc7..bb86d6805f2c 100644 --- a/metadata/md5-cache/sec-policy/selinux-ceph-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ceph-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ceph EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d9379d705737be7ce0bfd440a02614c8 +_md5_=64916337e4b05645b75219c28ef774b5 diff --git a/metadata/md5-cache/sec-policy/selinux-ceph-9999 b/metadata/md5-cache/sec-policy/selinux-ceph-9999 index 53efd4c3f0fb..bf99cd90890b 100644 --- a/metadata/md5-cache/sec-policy/selinux-ceph-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ceph-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3f324ecf0687f7a3c557fa30cdbb0bb7 +_md5_=d9379d705737be7ce0bfd440a02614c8 diff --git a/metadata/md5-cache/sec-policy/selinux-certbot-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-certbot-2.20250618-r1 index eb3e4e7ce68c..10c0e967b29a 100644 --- a/metadata/md5-cache/sec-policy/selinux-certbot-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-certbot-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for certbot EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=158dceb5020c29719b560d2e064e14fb +_md5_=cf16d7ec31b9e36aa93068889cef5ba6 diff --git a/metadata/md5-cache/sec-policy/selinux-certbot-9999 b/metadata/md5-cache/sec-policy/selinux-certbot-9999 index 6452ed850b36..8240548ddc56 100644 --- a/metadata/md5-cache/sec-policy/selinux-certbot-9999 +++ b/metadata/md5-cache/sec-policy/selinux-certbot-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0b61174b577f63a0c41e9aed20322733 +_md5_=158dceb5020c29719b560d2e064e14fb diff --git a/metadata/md5-cache/sec-policy/selinux-cgmanager-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cgmanager-2.20250618-r1 index 653a26590176..75a2ac8ddb53 100644 --- a/metadata/md5-cache/sec-policy/selinux-cgmanager-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cgmanager-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cgmanager EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6a610d6f87a86127a7bf0cd9c3e2ef94 +_md5_=b14cd4f9c81a59210e058042af71fe8e diff --git a/metadata/md5-cache/sec-policy/selinux-cgmanager-9999 b/metadata/md5-cache/sec-policy/selinux-cgmanager-9999 index 1c6aedfdfad4..96a4ac9d032c 100644 --- a/metadata/md5-cache/sec-policy/selinux-cgmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cgmanager-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=221397ed5f8f63033e54c80e0b54ca50 +_md5_=6a610d6f87a86127a7bf0cd9c3e2ef94 diff --git a/metadata/md5-cache/sec-policy/selinux-cgroup-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cgroup-2.20250618-r1 index 3c4e43136661..ed5dc106f69f 100644 --- a/metadata/md5-cache/sec-policy/selinux-cgroup-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cgroup-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cgroup EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=02f773a2c38b4cc6903c10f1aaca7159 +_md5_=66bc0e81d0a2ce78f1fdfab512f66de4 diff --git a/metadata/md5-cache/sec-policy/selinux-cgroup-9999 b/metadata/md5-cache/sec-policy/selinux-cgroup-9999 index d65a51da6469..930d6143898a 100644 --- a/metadata/md5-cache/sec-policy/selinux-cgroup-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cgroup-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7bcaaa1b261a844d9e3eacbde1a2b89f +_md5_=02f773a2c38b4cc6903c10f1aaca7159 diff --git a/metadata/md5-cache/sec-policy/selinux-chromium-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-chromium-2.20250618-r1 index 1830fccbaefb..821229235369 100644 --- a/metadata/md5-cache/sec-policy/selinux-chromium-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-chromium-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 IUSE=alsa -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=22c97ab35436ca21a19d7d85873e80c5 +_md5_=73a8fd770f97ec6094edf4fe879fc148 diff --git a/metadata/md5-cache/sec-policy/selinux-chromium-9999 b/metadata/md5-cache/sec-policy/selinux-chromium-9999 index defe90984881..7552c367eee3 100644 --- a/metadata/md5-cache/sec-policy/selinux-chromium-9999 +++ b/metadata/md5-cache/sec-policy/selinux-chromium-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=40d06c8052d0d149ae70d98eca867f56 +_md5_=22c97ab35436ca21a19d7d85873e80c5 diff --git a/metadata/md5-cache/sec-policy/selinux-chronyd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-chronyd-2.20250618-r1 index 5e972c354058..1655b4131be0 100644 --- a/metadata/md5-cache/sec-policy/selinux-chronyd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-chronyd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for chronyd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9222f873ffa0d776ce2ed0571afa480e +_md5_=e3172d6489065d2890f6488125a99006 diff --git a/metadata/md5-cache/sec-policy/selinux-chronyd-9999 b/metadata/md5-cache/sec-policy/selinux-chronyd-9999 index 4b2967eeb8f4..ae5145030af4 100644 --- a/metadata/md5-cache/sec-policy/selinux-chronyd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-chronyd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3496f34fcacfaf62d0104cedbb70e33e +_md5_=9222f873ffa0d776ce2ed0571afa480e diff --git a/metadata/md5-cache/sec-policy/selinux-clamav-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-clamav-2.20250618-r1 index 1e31d75f3187..9c30b74e66a6 100644 --- a/metadata/md5-cache/sec-policy/selinux-clamav-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-clamav-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for clamav EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2452bc151b72efb78847affcfe6e1bdc +_md5_=178c775c4e76729953948a7618e86780 diff --git a/metadata/md5-cache/sec-policy/selinux-clamav-9999 b/metadata/md5-cache/sec-policy/selinux-clamav-9999 index 473c9db82bcc..202aa5380930 100644 --- a/metadata/md5-cache/sec-policy/selinux-clamav-9999 +++ b/metadata/md5-cache/sec-policy/selinux-clamav-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=016c916f6806f2cc76c459c7df555701 +_md5_=2452bc151b72efb78847affcfe6e1bdc diff --git a/metadata/md5-cache/sec-policy/selinux-cloudinit-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cloudinit-2.20250618-r1 index e8900e6a7665..7297ca070db7 100644 --- a/metadata/md5-cache/sec-policy/selinux-cloudinit-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cloudinit-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cloudinit EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=418a49f0efaf9e8f0c5946a6d1a2e3e7 +_md5_=f9cf470480991efe3590c80b6c04ab1a diff --git a/metadata/md5-cache/sec-policy/selinux-cloudinit-9999 b/metadata/md5-cache/sec-policy/selinux-cloudinit-9999 index d80f6e1e8325..cb675cb03ba8 100644 --- a/metadata/md5-cache/sec-policy/selinux-cloudinit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cloudinit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2c9cd4f734721697e62c1d28855316d2 +_md5_=418a49f0efaf9e8f0c5946a6d1a2e3e7 diff --git a/metadata/md5-cache/sec-policy/selinux-collectd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-collectd-2.20250618-r1 index 35a028cba1ce..2aa38658f59d 100644 --- a/metadata/md5-cache/sec-policy/selinux-collectd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-collectd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for collectd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=79027a97ead6c11e2cdf1c3ff54e172b +_md5_=be69e6d434d8daf8210f032331f4fec5 diff --git a/metadata/md5-cache/sec-policy/selinux-collectd-9999 b/metadata/md5-cache/sec-policy/selinux-collectd-9999 index 5e02ecf78a23..27d38ad33262 100644 --- a/metadata/md5-cache/sec-policy/selinux-collectd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-collectd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d2bb6d0e70bfa1967354489853d01e7d +_md5_=79027a97ead6c11e2cdf1c3ff54e172b diff --git a/metadata/md5-cache/sec-policy/selinux-colord-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-colord-2.20250618-r1 index 6fc09d7b6454..9e7ca54dae44 100644 --- a/metadata/md5-cache/sec-policy/selinux-colord-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-colord-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for colord EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1eeb58e14cbb4cf5c34d36d531dc136a +_md5_=fde380fb2cecc062dcdeb9333c27b125 diff --git a/metadata/md5-cache/sec-policy/selinux-colord-9999 b/metadata/md5-cache/sec-policy/selinux-colord-9999 index 711b038e7395..fd813f9e7017 100644 --- a/metadata/md5-cache/sec-policy/selinux-colord-9999 +++ b/metadata/md5-cache/sec-policy/selinux-colord-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c20a8a230fc514e1bd4f1030e4852ad2 +_md5_=1eeb58e14cbb4cf5c34d36d531dc136a diff --git a/metadata/md5-cache/sec-policy/selinux-container-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-container-2.20250618-r1 index 0b9e39e9771c..251d90d85738 100644 --- a/metadata/md5-cache/sec-policy/selinux-container-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-container-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for container EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4ec889b9d545a10cb7c56960c9bf42ac +_md5_=95bc73aad58e1109057ba061cae55d41 diff --git a/metadata/md5-cache/sec-policy/selinux-container-9999 b/metadata/md5-cache/sec-policy/selinux-container-9999 index 2f0c7b8389d9..87a3613006db 100644 --- a/metadata/md5-cache/sec-policy/selinux-container-9999 +++ b/metadata/md5-cache/sec-policy/selinux-container-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=383afc1b4512fb92b5ee05e57c24ef6d +_md5_=4ec889b9d545a10cb7c56960c9bf42ac diff --git a/metadata/md5-cache/sec-policy/selinux-corosync-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-corosync-2.20250618-r1 index 8f3278e06b10..aa8923ee1280 100644 --- a/metadata/md5-cache/sec-policy/selinux-corosync-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-corosync-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for corosync EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=14326bd95b061d1d1a57d2936f7138b1 +_md5_=566d7b6370d5fcde60fa888c735b6ec8 diff --git a/metadata/md5-cache/sec-policy/selinux-corosync-9999 b/metadata/md5-cache/sec-policy/selinux-corosync-9999 index 1aff94e3b360..2a6b6647c668 100644 --- a/metadata/md5-cache/sec-policy/selinux-corosync-9999 +++ b/metadata/md5-cache/sec-policy/selinux-corosync-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9144500803b704839a65d1c67130b904 +_md5_=14326bd95b061d1d1a57d2936f7138b1 diff --git a/metadata/md5-cache/sec-policy/selinux-couchdb-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-couchdb-2.20250618-r1 index 31b18ea272f8..6488fe428b63 100644 --- a/metadata/md5-cache/sec-policy/selinux-couchdb-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-couchdb-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for couchdb EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=87daad85ff0d122c24f36471b5b48213 +_md5_=fe993e01713edbf1dc955403c00b48e7 diff --git a/metadata/md5-cache/sec-policy/selinux-couchdb-9999 b/metadata/md5-cache/sec-policy/selinux-couchdb-9999 index d1f2d544165f..f6a0f889c4c2 100644 --- a/metadata/md5-cache/sec-policy/selinux-couchdb-9999 +++ b/metadata/md5-cache/sec-policy/selinux-couchdb-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=779c22fe3abd47936a2b770f8ba67724 +_md5_=87daad85ff0d122c24f36471b5b48213 diff --git a/metadata/md5-cache/sec-policy/selinux-courier-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-courier-2.20250618-r1 index dc7430fa8621..eacd18add95a 100644 --- a/metadata/md5-cache/sec-policy/selinux-courier-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-courier-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for courier EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3496befa86a3bf507040bf54f12d05b3 +_md5_=0349efc5fa890a516d4993a45a90e628 diff --git a/metadata/md5-cache/sec-policy/selinux-courier-9999 b/metadata/md5-cache/sec-policy/selinux-courier-9999 index 76a72adeb5c4..7098a7529a93 100644 --- a/metadata/md5-cache/sec-policy/selinux-courier-9999 +++ b/metadata/md5-cache/sec-policy/selinux-courier-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=90cc704ebb950dad22a2f6ea39423227 +_md5_=3496befa86a3bf507040bf54f12d05b3 diff --git a/metadata/md5-cache/sec-policy/selinux-cpucontrol-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cpucontrol-2.20250618-r1 index 395740c1f9c3..c9f866657e3e 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpucontrol-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cpucontrol-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cpucontrol EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2694e0ba12b5f52b703778c673f7013a +_md5_=68e3e5d0fe2ff07527d0384e29cabbe5 diff --git a/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 b/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 index b81c99d97136..608caf735a6f 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cpucontrol-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=11821815751e66591bae342a8ed253ef +_md5_=2694e0ba12b5f52b703778c673f7013a diff --git a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-2.20250618-r1 index f19e2302df68..38bd84a9da16 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cpufreqselector EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=74107ed315fdf6cce04cebc8be0559f3 +_md5_=54273b550b4b23788bfffa65deff9fb3 diff --git a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 index 234d58d78a28..bb00c635534f 100644 --- a/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cpufreqselector-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=74df4e4927379f250374be6e91893ccb +_md5_=74107ed315fdf6cce04cebc8be0559f3 diff --git a/metadata/md5-cache/sec-policy/selinux-crio-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-crio-2.20250618-r1 index ceba1f851329..34404bb5c711 100644 --- a/metadata/md5-cache/sec-policy/selinux-crio-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-crio-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cri-o EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-kubernetes sec-policy/selinux-podman >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1cc283066436576c55801ec600ed06ea +_md5_=27d4f14242377597f6d2afe9fff22b87 diff --git a/metadata/md5-cache/sec-policy/selinux-crio-9999 b/metadata/md5-cache/sec-policy/selinux-crio-9999 index 88c59837ead4..930727f58ca3 100644 --- a/metadata/md5-cache/sec-policy/selinux-crio-9999 +++ b/metadata/md5-cache/sec-policy/selinux-crio-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-kubernetes sec-policy/selinux-podman >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fc645e3862141e562031431d9a4e8a77 +_md5_=1cc283066436576c55801ec600ed06ea diff --git a/metadata/md5-cache/sec-policy/selinux-cups-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cups-2.20250618-r1 index 3fc069207300..a4445e99035b 100644 --- a/metadata/md5-cache/sec-policy/selinux-cups-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cups-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cups EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-lpd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=171c3d7801bc855fee2bdd4e2fd67564 +_md5_=f79e10ba32697f76e5d9983e6a4892a0 diff --git a/metadata/md5-cache/sec-policy/selinux-cups-9999 b/metadata/md5-cache/sec-policy/selinux-cups-9999 index 2d6305365a3d..793bbe4df151 100644 --- a/metadata/md5-cache/sec-policy/selinux-cups-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cups-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-lpd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e62e81a5b07ac0064b823d0eba663708 +_md5_=171c3d7801bc855fee2bdd4e2fd67564 diff --git a/metadata/md5-cache/sec-policy/selinux-cvs-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cvs-2.20250618-r1 index 7ea5612e417d..b108ef3fcd44 100644 --- a/metadata/md5-cache/sec-policy/selinux-cvs-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cvs-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cvs EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2356a176ea76ab797b5d5f73e8ce775c +_md5_=cb34e60060d4689417a7f6be903b8115 diff --git a/metadata/md5-cache/sec-policy/selinux-cvs-9999 b/metadata/md5-cache/sec-policy/selinux-cvs-9999 index 4b12a27cdfcc..7428fa760484 100644 --- a/metadata/md5-cache/sec-policy/selinux-cvs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cvs-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e9c0be3c938ef1d7fcd54eafc9a5c2c7 +_md5_=2356a176ea76ab797b5d5f73e8ce775c diff --git a/metadata/md5-cache/sec-policy/selinux-cyphesis-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-cyphesis-2.20250618-r1 index 046a6f3a38b1..ec0fdf7de28e 100644 --- a/metadata/md5-cache/sec-policy/selinux-cyphesis-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-cyphesis-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for cyphesis EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0a9420297b0e65eb6c34020a907c56c4 +_md5_=4dfc32e48411e686e3831e39985e3113 diff --git a/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 b/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 index 10df897bd7cf..2ed5e59bdc94 100644 --- a/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-cyphesis-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c9780e7a2f995a7d03cd1dee00a79754 +_md5_=0a9420297b0e65eb6c34020a907c56c4 diff --git a/metadata/md5-cache/sec-policy/selinux-daemontools-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-daemontools-2.20250618-r1 index 6aff182077fa..494f581fed10 100644 --- a/metadata/md5-cache/sec-policy/selinux-daemontools-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-daemontools-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for daemontools EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4e01ccf160a401f5d639469305cdcbe4 +_md5_=25a032863521fb988b3616ab4be49a8c diff --git a/metadata/md5-cache/sec-policy/selinux-daemontools-9999 b/metadata/md5-cache/sec-policy/selinux-daemontools-9999 index 00daf6812141..cb960bf7ff68 100644 --- a/metadata/md5-cache/sec-policy/selinux-daemontools-9999 +++ b/metadata/md5-cache/sec-policy/selinux-daemontools-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1d54ff625a10100a7be072b8e8ba8752 +_md5_=4e01ccf160a401f5d639469305cdcbe4 diff --git a/metadata/md5-cache/sec-policy/selinux-dante-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dante-2.20250618-r1 index 1c7628f10564..90a443ab255f 100644 --- a/metadata/md5-cache/sec-policy/selinux-dante-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dante-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dante EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b15178050af6e0f2f4235dc2741a2fbc +_md5_=f009331d24f7fe19442cf7281b7de161 diff --git a/metadata/md5-cache/sec-policy/selinux-dante-9999 b/metadata/md5-cache/sec-policy/selinux-dante-9999 index 082544c940d6..1ac111911516 100644 --- a/metadata/md5-cache/sec-policy/selinux-dante-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dante-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=39ada5bfb1cfa765235ddee4c1851c7c +_md5_=b15178050af6e0f2f4235dc2741a2fbc diff --git a/metadata/md5-cache/sec-policy/selinux-dbadm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dbadm-2.20250618-r1 index 23264efdba76..693ade36bc8d 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbadm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dbadm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dbadm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4c5759a7874fd65877213b7a22aa8050 +_md5_=5081717cad3405e7ebbeb8f2bed1e81f diff --git a/metadata/md5-cache/sec-policy/selinux-dbadm-9999 b/metadata/md5-cache/sec-policy/selinux-dbadm-9999 index 756e03af0cff..48c4db736f74 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbadm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbadm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4d374718c01245ff6a7708348cf72661 +_md5_=4c5759a7874fd65877213b7a22aa8050 diff --git a/metadata/md5-cache/sec-policy/selinux-dbskk-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dbskk-2.20250618-r1 index d9d628d5e966..30f93b259784 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbskk-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dbskk-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dbskk EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d12af4d6021dfb8462c31970b2b01efd +_md5_=71a5a3e8f68ede3a83a71d727200a26e diff --git a/metadata/md5-cache/sec-policy/selinux-dbskk-9999 b/metadata/md5-cache/sec-policy/selinux-dbskk-9999 index a8db87cef6b9..fa789d305dd8 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbskk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbskk-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b02cb4fc5e3fe039dc125debbe610c8 +_md5_=d12af4d6021dfb8462c31970b2b01efd diff --git a/metadata/md5-cache/sec-policy/selinux-dbus-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dbus-2.20250618-r1 index f616d2aa50dd..7d05875bcd2d 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbus-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dbus-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dbus EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ed9e1a0cd580f1e600d99146e8dc861d +_md5_=23738864809d6c210641bf910799d2ea diff --git a/metadata/md5-cache/sec-policy/selinux-dbus-9999 b/metadata/md5-cache/sec-policy/selinux-dbus-9999 index a36179c9d932..0d0bbfc53bac 100644 --- a/metadata/md5-cache/sec-policy/selinux-dbus-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dbus-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f9c6bb38619d9349403dcc85a6590bf9 +_md5_=ed9e1a0cd580f1e600d99146e8dc861d diff --git a/metadata/md5-cache/sec-policy/selinux-ddclient-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ddclient-2.20250618-r1 index 4acc5bb2cfad..b6ac63b4fe8f 100644 --- a/metadata/md5-cache/sec-policy/selinux-ddclient-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ddclient-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ddclient EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b28a2c290272231b38172af975fa2625 +_md5_=2ba5299fdde6ba3ad5e46fda75f1a5a6 diff --git a/metadata/md5-cache/sec-policy/selinux-ddclient-9999 b/metadata/md5-cache/sec-policy/selinux-ddclient-9999 index 0fd0af93c3ca..181b213488cc 100644 --- a/metadata/md5-cache/sec-policy/selinux-ddclient-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ddclient-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4e7e3214797bb9b706ef7d084482d67d +_md5_=b28a2c290272231b38172af975fa2625 diff --git a/metadata/md5-cache/sec-policy/selinux-devicekit-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-devicekit-2.20250618-r1 index 7ddda8688a16..b55d8d1cf7a3 100644 --- a/metadata/md5-cache/sec-policy/selinux-devicekit-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-devicekit-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for devicekit EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7de44a312da2293598c00041383adfef +_md5_=cd58a7a402e367adc1a9d22d621932d3 diff --git a/metadata/md5-cache/sec-policy/selinux-devicekit-9999 b/metadata/md5-cache/sec-policy/selinux-devicekit-9999 index a77fc7e01e4e..cc32a6551916 100644 --- a/metadata/md5-cache/sec-policy/selinux-devicekit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-devicekit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e4f228f81cbe0061e8e2af9ebdd68d91 +_md5_=7de44a312da2293598c00041383adfef diff --git a/metadata/md5-cache/sec-policy/selinux-dhcp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dhcp-2.20250618-r1 index a88fd7ef06be..5079a8961bd3 100644 --- a/metadata/md5-cache/sec-policy/selinux-dhcp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dhcp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dhcp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=621b22a45ac48fc4aeeb493385172383 +_md5_=a0cd10f06998c2ee6a7b5529837a3df6 diff --git a/metadata/md5-cache/sec-policy/selinux-dhcp-9999 b/metadata/md5-cache/sec-policy/selinux-dhcp-9999 index ebbaa1d3f3e0..4dad3a8f85f5 100644 --- a/metadata/md5-cache/sec-policy/selinux-dhcp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dhcp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=18a401dcf3ee902cd507c9f8cafb1b1a +_md5_=621b22a45ac48fc4aeeb493385172383 diff --git a/metadata/md5-cache/sec-policy/selinux-dictd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dictd-2.20250618-r1 index 8a7987c71fd3..b317ffc48351 100644 --- a/metadata/md5-cache/sec-policy/selinux-dictd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dictd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dictd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cca1ad2a6c149a3425eb8b7bd423b167 +_md5_=f49dc2fb365cb3bb2514f1b32e73eb6d diff --git a/metadata/md5-cache/sec-policy/selinux-dictd-9999 b/metadata/md5-cache/sec-policy/selinux-dictd-9999 index f5ff8fe5025f..f234ee3a6b63 100644 --- a/metadata/md5-cache/sec-policy/selinux-dictd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dictd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7d8c38f53d9ab94e08f84780e78a8054 +_md5_=cca1ad2a6c149a3425eb8b7bd423b167 diff --git a/metadata/md5-cache/sec-policy/selinux-dirmngr-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dirmngr-2.20250618-r1 index 78cdef6f7ed8..111a0ef81602 100644 --- a/metadata/md5-cache/sec-policy/selinux-dirmngr-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dirmngr-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dirmngr EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e37063e229b62e6761b228c982be2f7a +_md5_=57991a6083627a2a9b3861f936ca176d diff --git a/metadata/md5-cache/sec-policy/selinux-dirmngr-9999 b/metadata/md5-cache/sec-policy/selinux-dirmngr-9999 index 7936c5b0b0fc..294158a9ba87 100644 --- a/metadata/md5-cache/sec-policy/selinux-dirmngr-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dirmngr-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8805594cc52b6cdefe583afa709f0ce5 +_md5_=e37063e229b62e6761b228c982be2f7a diff --git a/metadata/md5-cache/sec-policy/selinux-dirsrv-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dirsrv-2.20250618-r1 index 09d0d2a8fe23..85af96f59054 100644 --- a/metadata/md5-cache/sec-policy/selinux-dirsrv-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dirsrv-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dirsrv EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=06df2f8bb2a74046694e5d7c6c203475 +_md5_=a05d4538abe76dd4f30870ebefe46b4e diff --git a/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 b/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 index fe13988e38c8..c3804893954e 100644 --- a/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dirsrv-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=44abb163b5f3549a0ecf355282dd0eb4 +_md5_=06df2f8bb2a74046694e5d7c6c203475 diff --git a/metadata/md5-cache/sec-policy/selinux-distcc-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-distcc-2.20250618-r1 index 9666476f9cea..b428645fab18 100644 --- a/metadata/md5-cache/sec-policy/selinux-distcc-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-distcc-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for distcc EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b83adca6f297e254e48e7f4574391d1 +_md5_=fc51aac33f76d3c7d41e455a4731919b diff --git a/metadata/md5-cache/sec-policy/selinux-distcc-9999 b/metadata/md5-cache/sec-policy/selinux-distcc-9999 index 986e3e4fa9d9..826a769d0b54 100644 --- a/metadata/md5-cache/sec-policy/selinux-distcc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-distcc-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=00c3a59e19bf2fabd0d52089a6cd0195 +_md5_=2b83adca6f297e254e48e7f4574391d1 diff --git a/metadata/md5-cache/sec-policy/selinux-djbdns-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-djbdns-2.20250618-r1 index 2779081a16dc..0f986c03ae68 100644 --- a/metadata/md5-cache/sec-policy/selinux-djbdns-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-djbdns-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for djbdns EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-daemontools sec-policy/selinux-ucspitcp >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b6d3c6f170435e23c1b37fb1f607a6a +_md5_=e56a2a5c6b1a98b10a541dc8c399692d diff --git a/metadata/md5-cache/sec-policy/selinux-djbdns-9999 b/metadata/md5-cache/sec-policy/selinux-djbdns-9999 index db805ca99e5a..cbd31c1d57f5 100644 --- a/metadata/md5-cache/sec-policy/selinux-djbdns-9999 +++ b/metadata/md5-cache/sec-policy/selinux-djbdns-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-daemontools sec-policy/selinux-ucspitcp >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=01d3bb5f66617189d69be71196009ec3 +_md5_=2b6d3c6f170435e23c1b37fb1f607a6a diff --git a/metadata/md5-cache/sec-policy/selinux-dkim-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dkim-2.20250618-r1 index 7412365c00ff..2ce45f59685b 100644 --- a/metadata/md5-cache/sec-policy/selinux-dkim-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dkim-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dkim EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-milter >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cd1d8d2567034c92d1d309b6b48155a3 +_md5_=79107e3f5557eb8a8518fb17be42fd20 diff --git a/metadata/md5-cache/sec-policy/selinux-dkim-9999 b/metadata/md5-cache/sec-policy/selinux-dkim-9999 index 8e7b2bc38c69..fcd10ee75d45 100644 --- a/metadata/md5-cache/sec-policy/selinux-dkim-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dkim-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-milter >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=272fef6e8394926665adb609b464368b +_md5_=cd1d8d2567034c92d1d309b6b48155a3 diff --git a/metadata/md5-cache/sec-policy/selinux-dmidecode-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dmidecode-2.20250618-r1 index da1ce5d4116a..a69a036cf91d 100644 --- a/metadata/md5-cache/sec-policy/selinux-dmidecode-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dmidecode-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dmidecode EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=42c957089ff781b9b26fadd9f0e49119 +_md5_=04f97e2f87fff449248df857a1638710 diff --git a/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 b/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 index 1924b149f326..d0b4e4f08c29 100644 --- a/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dmidecode-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7dc3ad55f1e7fd8ab0ca92ba95e0f752 +_md5_=42c957089ff781b9b26fadd9f0e49119 diff --git a/metadata/md5-cache/sec-policy/selinux-dnsmasq-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dnsmasq-2.20250618-r1 index d3b54b44af88..5cecff7b6ed4 100644 --- a/metadata/md5-cache/sec-policy/selinux-dnsmasq-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dnsmasq-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dnsmasq EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a3b1db331c6f6ef985cc4044ff0b112a +_md5_=4717aa23b3efa31fff1f55a9acf8b9ff diff --git a/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 b/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 index 8813b0cf0edb..52cefcc216e2 100644 --- a/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dnsmasq-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=afe3dded5a14c15992e1d4c4124768e0 +_md5_=a3b1db331c6f6ef985cc4044ff0b112a diff --git a/metadata/md5-cache/sec-policy/selinux-docker-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-docker-2.20250618-r1 index 18c0ce962084..0bbe0b92d147 100644 --- a/metadata/md5-cache/sec-policy/selinux-docker-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-docker-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for docker EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=75ffda3f42c46fb0907ca9e63acf5a5b +_md5_=de958a5b712b582bb57cfaa805d750a1 diff --git a/metadata/md5-cache/sec-policy/selinux-docker-9999 b/metadata/md5-cache/sec-policy/selinux-docker-9999 index 05a508f2eeae..32a32e54aace 100644 --- a/metadata/md5-cache/sec-policy/selinux-docker-9999 +++ b/metadata/md5-cache/sec-policy/selinux-docker-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=038e7c4557b4a6ecff983bace364c6a9 +_md5_=75ffda3f42c46fb0907ca9e63acf5a5b diff --git a/metadata/md5-cache/sec-policy/selinux-dovecot-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dovecot-2.20250618-r1 index d02e3feeafa7..5fb848b1cf88 100644 --- a/metadata/md5-cache/sec-policy/selinux-dovecot-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dovecot-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dovecot EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1b05d2ed3e614134be650e3cc53a1775 +_md5_=0477c4c72f98fd65ba80b24cc258a4a0 diff --git a/metadata/md5-cache/sec-policy/selinux-dovecot-9999 b/metadata/md5-cache/sec-policy/selinux-dovecot-9999 index 19bd077ec962..d39284f0ff9b 100644 --- a/metadata/md5-cache/sec-policy/selinux-dovecot-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dovecot-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f9f315f0dd2a85dacce361c4f7d64b11 +_md5_=1b05d2ed3e614134be650e3cc53a1775 diff --git a/metadata/md5-cache/sec-policy/selinux-dpkg-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dpkg-2.20250618-r1 index 746bda093929..ca571d1ead26 100644 --- a/metadata/md5-cache/sec-policy/selinux-dpkg-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dpkg-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dpkg EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3a79a63019c550b72220b3ecec8cdb6d +_md5_=b66656e7b9438826e9d5acd79e47d8db diff --git a/metadata/md5-cache/sec-policy/selinux-dpkg-9999 b/metadata/md5-cache/sec-policy/selinux-dpkg-9999 index 6c2974e8fea9..3605e4406237 100644 --- a/metadata/md5-cache/sec-policy/selinux-dpkg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dpkg-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8e69904a9f474274e7fe88345614ebf5 +_md5_=3a79a63019c550b72220b3ecec8cdb6d diff --git a/metadata/md5-cache/sec-policy/selinux-dracut-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dracut-2.20250618-r1 index bf1e4d4585c5..e6fb14a78e89 100644 --- a/metadata/md5-cache/sec-policy/selinux-dracut-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dracut-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dracut EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7a4098eec34f59b53ad7ab5508a2b60a +_md5_=0ad47e2e9ff266175bb7199afe4e0ccc diff --git a/metadata/md5-cache/sec-policy/selinux-dracut-9999 b/metadata/md5-cache/sec-policy/selinux-dracut-9999 index 7a7d63b51bd2..f800c3cba6f9 100644 --- a/metadata/md5-cache/sec-policy/selinux-dracut-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dracut-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1152296050398ce1ea0da069078a2c4b +_md5_=7a4098eec34f59b53ad7ab5508a2b60a diff --git a/metadata/md5-cache/sec-policy/selinux-dropbox-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-dropbox-2.20250618-r1 index 497ed280167b..99fd0d8710e3 100644 --- a/metadata/md5-cache/sec-policy/selinux-dropbox-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-dropbox-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for dropbox EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=52230a43248fef094b1702d0c07cab80 +_md5_=db06792a9af62e1a35f8b3a6c81bcaa6 diff --git a/metadata/md5-cache/sec-policy/selinux-dropbox-9999 b/metadata/md5-cache/sec-policy/selinux-dropbox-9999 index 914a1e463d62..25b2a4b2b26c 100644 --- a/metadata/md5-cache/sec-policy/selinux-dropbox-9999 +++ b/metadata/md5-cache/sec-policy/selinux-dropbox-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9f14e9ecf940bc7c900004a303cce135 +_md5_=52230a43248fef094b1702d0c07cab80 diff --git a/metadata/md5-cache/sec-policy/selinux-entropyd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-entropyd-2.20250618-r1 index b3cd66c9a641..b48e3046b67c 100644 --- a/metadata/md5-cache/sec-policy/selinux-entropyd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-entropyd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for entropyd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a716288c08d5a29773ce8e51c2c3f106 +_md5_=a7c42cf16c2f99a71f5a9df3746fcd9f diff --git a/metadata/md5-cache/sec-policy/selinux-entropyd-9999 b/metadata/md5-cache/sec-policy/selinux-entropyd-9999 index 7a0550c0d51c..f7f9e94b3d7e 100644 --- a/metadata/md5-cache/sec-policy/selinux-entropyd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-entropyd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=92ef9b06c73bd8da2a04ec171800be64 +_md5_=a716288c08d5a29773ce8e51c2c3f106 diff --git a/metadata/md5-cache/sec-policy/selinux-evolution-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-evolution-2.20250618-r1 index 70a8ea78bfc8..64da84183f3d 100644 --- a/metadata/md5-cache/sec-policy/selinux-evolution-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-evolution-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for evolution EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f9ed730e4549a73fdefa27270dc15ab5 +_md5_=401a1a592a42e17dadb0ea07536be898 diff --git a/metadata/md5-cache/sec-policy/selinux-evolution-9999 b/metadata/md5-cache/sec-policy/selinux-evolution-9999 index 6dc733dc912c..a75fa094fe67 100644 --- a/metadata/md5-cache/sec-policy/selinux-evolution-9999 +++ b/metadata/md5-cache/sec-policy/selinux-evolution-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2bbd02e37703964aca6de8716d84d92f +_md5_=f9ed730e4549a73fdefa27270dc15ab5 diff --git a/metadata/md5-cache/sec-policy/selinux-exim-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-exim-2.20250618-r1 index 1f39958c547e..2f6d7d8eed0d 100644 --- a/metadata/md5-cache/sec-policy/selinux-exim-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-exim-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for exim EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3570fe431f2b24f341bc8b41d0d45306 +_md5_=609044c4b8c80fef256008e025e09e61 diff --git a/metadata/md5-cache/sec-policy/selinux-exim-9999 b/metadata/md5-cache/sec-policy/selinux-exim-9999 index f09e0d548896..9dd2aa4564b8 100644 --- a/metadata/md5-cache/sec-policy/selinux-exim-9999 +++ b/metadata/md5-cache/sec-policy/selinux-exim-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=84e4c2d0dce7c80576062b7b04bd9438 +_md5_=3570fe431f2b24f341bc8b41d0d45306 diff --git a/metadata/md5-cache/sec-policy/selinux-fail2ban-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-fail2ban-2.20250618-r1 index 30f05b1fbfac..fdb8a425f4a7 100644 --- a/metadata/md5-cache/sec-policy/selinux-fail2ban-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-fail2ban-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for fail2ban EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6f9991dd80bec3e2c8b813423d0dc2d9 +_md5_=7b7bb29ed1c74b7757ed6b8b80478619 diff --git a/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 b/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 index 4cd2c8d1ac6a..6ec724e62ef0 100644 --- a/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fail2ban-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fa8280b65811fe15bf3f77f03d4049ed +_md5_=6f9991dd80bec3e2c8b813423d0dc2d9 diff --git a/metadata/md5-cache/sec-policy/selinux-fetchmail-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-fetchmail-2.20250618-r1 index 6defc1df8a96..7c4f3bbe6fcb 100644 --- a/metadata/md5-cache/sec-policy/selinux-fetchmail-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-fetchmail-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for fetchmail EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e91876fb131e907bbab72aa9c789eb00 +_md5_=7e1ddbf3995c3ac268826809f459858c diff --git a/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 b/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 index a7f78f151539..a285a72e34dd 100644 --- a/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fetchmail-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=09eab4c04d48ac581fbe7ef492593f4b +_md5_=e91876fb131e907bbab72aa9c789eb00 diff --git a/metadata/md5-cache/sec-policy/selinux-finger-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-finger-2.20250618-r1 index b2168e53e0ee..174f49d17efa 100644 --- a/metadata/md5-cache/sec-policy/selinux-finger-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-finger-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for finger EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2e5572ccf28b0f54c0471e8b11e4a629 +_md5_=3493fa7dc59eaacb257bcb9a6a10788f diff --git a/metadata/md5-cache/sec-policy/selinux-finger-9999 b/metadata/md5-cache/sec-policy/selinux-finger-9999 index aac2a3b07048..cc90af71a09a 100644 --- a/metadata/md5-cache/sec-policy/selinux-finger-9999 +++ b/metadata/md5-cache/sec-policy/selinux-finger-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2b43d574e65b30f8fa53dd03ae475786 +_md5_=2e5572ccf28b0f54c0471e8b11e4a629 diff --git a/metadata/md5-cache/sec-policy/selinux-firewalld-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-firewalld-2.20250618-r1 index c228ba86c9f4..2dd8e3e88dea 100644 --- a/metadata/md5-cache/sec-policy/selinux-firewalld-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-firewalld-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for firewalld EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b60b25c06e99d4f6c06b96382c01bde4 +_md5_=501bdbad057e7e540aee0bfabb0e5dc2 diff --git a/metadata/md5-cache/sec-policy/selinux-firewalld-9999 b/metadata/md5-cache/sec-policy/selinux-firewalld-9999 index 867193a45942..96b082f5a16b 100644 --- a/metadata/md5-cache/sec-policy/selinux-firewalld-9999 +++ b/metadata/md5-cache/sec-policy/selinux-firewalld-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3264b1c8bf4b1356a5b4fef6a733bf95 +_md5_=b60b25c06e99d4f6c06b96382c01bde4 diff --git a/metadata/md5-cache/sec-policy/selinux-flash-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-flash-2.20250618-r1 index f36dab04c3a3..e8095aead8c9 100644 --- a/metadata/md5-cache/sec-policy/selinux-flash-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-flash-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for flash EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4d26cd9929d3658d57373b9550b03067 +_md5_=eeed3e2d96a73c58704a56b7aa48767b diff --git a/metadata/md5-cache/sec-policy/selinux-flash-9999 b/metadata/md5-cache/sec-policy/selinux-flash-9999 index f9ddd4002c87..3a262651c274 100644 --- a/metadata/md5-cache/sec-policy/selinux-flash-9999 +++ b/metadata/md5-cache/sec-policy/selinux-flash-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=300181ff1cb80f26e036e0c99d85d14b +_md5_=4d26cd9929d3658d57373b9550b03067 diff --git a/metadata/md5-cache/sec-policy/selinux-fprintd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-fprintd-2.20250618-r1 index 1a07da94de3e..45c0456a2476 100644 --- a/metadata/md5-cache/sec-policy/selinux-fprintd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-fprintd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for fprintd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fa8dcc1d448878e39d747ef72c644488 +_md5_=b42f301fc0a665cdf0f497ea64492386 diff --git a/metadata/md5-cache/sec-policy/selinux-fprintd-9999 b/metadata/md5-cache/sec-policy/selinux-fprintd-9999 index ba7b32f92b99..24b9ec8ad722 100644 --- a/metadata/md5-cache/sec-policy/selinux-fprintd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-fprintd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=58d9e00697792ca15e54299d4b88c947 +_md5_=fa8dcc1d448878e39d747ef72c644488 diff --git a/metadata/md5-cache/sec-policy/selinux-ftp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ftp-2.20250618-r1 index 31e422158872..c4a9f57207d2 100644 --- a/metadata/md5-cache/sec-policy/selinux-ftp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ftp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ftp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3da460abe6918ecf849a3b3b662d658f +_md5_=fe425fb4f64b16b3a3f6a344a7e580a7 diff --git a/metadata/md5-cache/sec-policy/selinux-ftp-9999 b/metadata/md5-cache/sec-policy/selinux-ftp-9999 index 567e46632612..24865914425c 100644 --- a/metadata/md5-cache/sec-policy/selinux-ftp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ftp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=aed5b36aebb791db756473ff3e7ae3e9 +_md5_=3da460abe6918ecf849a3b3b662d658f diff --git a/metadata/md5-cache/sec-policy/selinux-games-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-games-2.20250618-r1 index 631f55bac404..055d41af656c 100644 --- a/metadata/md5-cache/sec-policy/selinux-games-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-games-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for games EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=84b0f45766e0b35aa46c63b80ef500a2 +_md5_=28460620d02bd5fdf20d0749ace29ba0 diff --git a/metadata/md5-cache/sec-policy/selinux-games-9999 b/metadata/md5-cache/sec-policy/selinux-games-9999 index dfb73f09ebd8..31803a982209 100644 --- a/metadata/md5-cache/sec-policy/selinux-games-9999 +++ b/metadata/md5-cache/sec-policy/selinux-games-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=842734586b7230544920484f1d16c448 +_md5_=84b0f45766e0b35aa46c63b80ef500a2 diff --git a/metadata/md5-cache/sec-policy/selinux-gatekeeper-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gatekeeper-2.20250618-r1 index 271a4f75b36c..fe88aee6a58c 100644 --- a/metadata/md5-cache/sec-policy/selinux-gatekeeper-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gatekeeper-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gatekeeper EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=47adab9dd0b23e1c062d72ca636e96cc +_md5_=a4449183e1f2f7baf54a112863e7cddf diff --git a/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 b/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 index 370b3d7f4cd6..f47a61484f2d 100644 --- a/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gatekeeper-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4ce7bda4c575faf68123d778431f9e5b +_md5_=47adab9dd0b23e1c062d72ca636e96cc diff --git a/metadata/md5-cache/sec-policy/selinux-git-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-git-2.20250618-r1 index 39ea7a5ecbcd..605eb013887a 100644 --- a/metadata/md5-cache/sec-policy/selinux-git-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-git-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for git EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=adf188a131b7a9d7809a87c34b7bb375 +_md5_=a99e8e8032dc10f63abd4d68f91aff74 diff --git a/metadata/md5-cache/sec-policy/selinux-git-9999 b/metadata/md5-cache/sec-policy/selinux-git-9999 index c1a5f70dad36..3f056a2475df 100644 --- a/metadata/md5-cache/sec-policy/selinux-git-9999 +++ b/metadata/md5-cache/sec-policy/selinux-git-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=654049f7369c4466b09a0d8373b1498d +_md5_=adf188a131b7a9d7809a87c34b7bb375 diff --git a/metadata/md5-cache/sec-policy/selinux-gitosis-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gitosis-2.20250618-r1 index 814d90625326..c9941ce4ec34 100644 --- a/metadata/md5-cache/sec-policy/selinux-gitosis-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gitosis-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gitosis EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2f01cc845df3340b28cb4907bf916b29 +_md5_=fd96bf32b979356634694c77eac4678b diff --git a/metadata/md5-cache/sec-policy/selinux-gitosis-9999 b/metadata/md5-cache/sec-policy/selinux-gitosis-9999 index fa9d3259b790..633ec232509e 100644 --- a/metadata/md5-cache/sec-policy/selinux-gitosis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gitosis-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=23c0b5c1f2def1d6651499b1b5561271 +_md5_=2f01cc845df3340b28cb4907bf916b29 diff --git a/metadata/md5-cache/sec-policy/selinux-glusterfs-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-glusterfs-2.20250618-r1 index e47994eb6293..6ab1377159dc 100644 --- a/metadata/md5-cache/sec-policy/selinux-glusterfs-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-glusterfs-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for glusterfs EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8921cd353212aecac384b9a5a2972aa8 +_md5_=362e40f2229665369fb0ce3be34dc3f9 diff --git a/metadata/md5-cache/sec-policy/selinux-glusterfs-9999 b/metadata/md5-cache/sec-policy/selinux-glusterfs-9999 index 4ba9f96e9c6d..822158f073a6 100644 --- a/metadata/md5-cache/sec-policy/selinux-glusterfs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-glusterfs-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4f892a4e348fe5361559ca335ebc9a83 +_md5_=8921cd353212aecac384b9a5a2972aa8 diff --git a/metadata/md5-cache/sec-policy/selinux-gnome-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gnome-2.20250618-r1 index 2ec4bc68fc2b..a775b5e72dae 100644 --- a/metadata/md5-cache/sec-policy/selinux-gnome-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gnome-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gnome EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bd9a5ce75df446710899de28477444be +_md5_=5ad845795bee55fbd2dbf8ddfc62b23f diff --git a/metadata/md5-cache/sec-policy/selinux-gnome-9999 b/metadata/md5-cache/sec-policy/selinux-gnome-9999 index cf3e45deda3c..f0faada3b29d 100644 --- a/metadata/md5-cache/sec-policy/selinux-gnome-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gnome-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0fb5da32b6e1ee75a2a489f0f373d12e +_md5_=bd9a5ce75df446710899de28477444be diff --git a/metadata/md5-cache/sec-policy/selinux-googletalk-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-googletalk-2.20250618-r1 index 000044def2f2..fe8f2d774d63 100644 --- a/metadata/md5-cache/sec-policy/selinux-googletalk-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-googletalk-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 IUSE=alsa -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cba907f2537d6ab49fadfc66f9e38210 +_md5_=2baa7a31867c40cf57672ff39538eff8 diff --git a/metadata/md5-cache/sec-policy/selinux-googletalk-9999 b/metadata/md5-cache/sec-policy/selinux-googletalk-9999 index 6d07b5f56da5..02d00411bd55 100644 --- a/metadata/md5-cache/sec-policy/selinux-googletalk-9999 +++ b/metadata/md5-cache/sec-policy/selinux-googletalk-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6b1672d6257aa5a75632d3fe266070d0 +_md5_=cba907f2537d6ab49fadfc66f9e38210 diff --git a/metadata/md5-cache/sec-policy/selinux-gorg-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gorg-2.20250618-r1 index 3039bed9a006..b9e7654a0fc1 100644 --- a/metadata/md5-cache/sec-policy/selinux-gorg-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gorg-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gorg EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fbc6244be48944797cd075bedc507ab7 +_md5_=89613902bf18cbd4ab420a3c0c103250 diff --git a/metadata/md5-cache/sec-policy/selinux-gorg-9999 b/metadata/md5-cache/sec-policy/selinux-gorg-9999 index ead6f3a275e3..17ed6ea0ad7c 100644 --- a/metadata/md5-cache/sec-policy/selinux-gorg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gorg-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5b5fe85fe75e64f37947141f8b3819e4 +_md5_=fbc6244be48944797cd075bedc507ab7 diff --git a/metadata/md5-cache/sec-policy/selinux-gpg-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gpg-2.20250618-r1 index 1cc76c02577b..d4dcbbfdf741 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpg-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gpg-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gpg EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dirmngr >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=260af6f8dcb7cbbedf7ed71aa89d1b0f +_md5_=75a531ad4a2907e6b61850836924b84f diff --git a/metadata/md5-cache/sec-policy/selinux-gpg-9999 b/metadata/md5-cache/sec-policy/selinux-gpg-9999 index 768aa2a1e8b7..01bc953683ea 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpg-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dirmngr >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ea8681abde59daaedc823f886f911206 +_md5_=260af6f8dcb7cbbedf7ed71aa89d1b0f diff --git a/metadata/md5-cache/sec-policy/selinux-gpm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gpm-2.20250618-r1 index 23f3be8cc65a..17ef5885ea15 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gpm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gpm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a1e677ed457725486eae740c60933acc +_md5_=aa1f7673af43f876f0bcb52b3090c91d diff --git a/metadata/md5-cache/sec-policy/selinux-gpm-9999 b/metadata/md5-cache/sec-policy/selinux-gpm-9999 index 4221217d206e..7df724b2fea8 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c9e4aea9392504419f3e035b4b24a3db +_md5_=a1e677ed457725486eae740c60933acc diff --git a/metadata/md5-cache/sec-policy/selinux-gpsd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gpsd-2.20250618-r1 index 1068157d053f..537f70c5c151 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpsd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gpsd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gpsd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=29a1f14fd15dee7810b6160691ddb132 +_md5_=5634e33cc3c4ffb72ad9ba013c2796e4 diff --git a/metadata/md5-cache/sec-policy/selinux-gpsd-9999 b/metadata/md5-cache/sec-policy/selinux-gpsd-9999 index 23c097cf454d..44c4af1a4a04 100644 --- a/metadata/md5-cache/sec-policy/selinux-gpsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gpsd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c4ea609a57791cc9311ac188c2c83eda +_md5_=29a1f14fd15dee7810b6160691ddb132 diff --git a/metadata/md5-cache/sec-policy/selinux-gssproxy-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-gssproxy-2.20250618-r1 index 4eaf83e5c3a9..4fe645fd8179 100644 --- a/metadata/md5-cache/sec-policy/selinux-gssproxy-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-gssproxy-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for gssproxy EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b2f660d18b62883ad6870967f6c2c0ce +_md5_=00342d5db9e75b5affbbca72cc0844c5 diff --git a/metadata/md5-cache/sec-policy/selinux-gssproxy-9999 b/metadata/md5-cache/sec-policy/selinux-gssproxy-9999 index 569f37562a56..cd1ac08f595f 100644 --- a/metadata/md5-cache/sec-policy/selinux-gssproxy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-gssproxy-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ee002a7c7395e0737adc6004aee0f1db +_md5_=b2f660d18b62883ad6870967f6c2c0ce diff --git a/metadata/md5-cache/sec-policy/selinux-hddtemp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-hddtemp-2.20250618-r1 index febaa168af8c..69b2f3e06290 100644 --- a/metadata/md5-cache/sec-policy/selinux-hddtemp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-hddtemp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for hddtemp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0a68da5cac499fee057436bfd3dd4372 +_md5_=74df3fc462da8a3c6cd29f8630794076 diff --git a/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 b/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 index da0f98d2e7e2..d05f5d5b75b0 100644 --- a/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-hddtemp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=670179ec03cf8bbe339a402f6c0e0c23 +_md5_=0a68da5cac499fee057436bfd3dd4372 diff --git a/metadata/md5-cache/sec-policy/selinux-hostapd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-hostapd-2.20250618-r1 index deb2b24272a4..1f9e5fea6672 100644 --- a/metadata/md5-cache/sec-policy/selinux-hostapd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-hostapd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for hostapd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a3049dda9937a74aeaa864b2c1d11fd2 +_md5_=7f43e9458c75874373310eb41359c2ec diff --git a/metadata/md5-cache/sec-policy/selinux-hostapd-9999 b/metadata/md5-cache/sec-policy/selinux-hostapd-9999 index 7ac5e7608bb7..57dbd1eb32bb 100644 --- a/metadata/md5-cache/sec-policy/selinux-hostapd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-hostapd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f05623f5739637691e610e5a446975d9 +_md5_=a3049dda9937a74aeaa864b2c1d11fd2 diff --git a/metadata/md5-cache/sec-policy/selinux-icecast-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-icecast-2.20250618-r1 index 8f5707f2abc2..f332bd3531ea 100644 --- a/metadata/md5-cache/sec-policy/selinux-icecast-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-icecast-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for icecast EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d3f1aeea299f149d7794af767ad886bd +_md5_=dc0c5156536fce8b9b3b0249c2ff70e2 diff --git a/metadata/md5-cache/sec-policy/selinux-icecast-9999 b/metadata/md5-cache/sec-policy/selinux-icecast-9999 index ba4c4e7186f8..4d73d7d19806 100644 --- a/metadata/md5-cache/sec-policy/selinux-icecast-9999 +++ b/metadata/md5-cache/sec-policy/selinux-icecast-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a5c580d4ec29a4f1b7caf24e27190f2a +_md5_=d3f1aeea299f149d7794af767ad886bd diff --git a/metadata/md5-cache/sec-policy/selinux-ifplugd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ifplugd-2.20250618-r1 index 5190614fd55e..bd70da4866b4 100644 --- a/metadata/md5-cache/sec-policy/selinux-ifplugd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ifplugd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ifplugd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0b8749d73d7edff0fe711a85827be87b +_md5_=eb2a6220c503e7647ca35758766fb729 diff --git a/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 b/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 index 1dcbd6e8052a..23fd4978dc6f 100644 --- a/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ifplugd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c33d84012a69f15826c47a9793acdb5a +_md5_=0b8749d73d7edff0fe711a85827be87b diff --git a/metadata/md5-cache/sec-policy/selinux-inetd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-inetd-2.20250618-r1 index 950d03df438f..30e06cde8704 100644 --- a/metadata/md5-cache/sec-policy/selinux-inetd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-inetd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for inetd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=da885d1cae9fbbe85ce75e1547275443 +_md5_=53452dcafbe246d455fd0f1fed21758c diff --git a/metadata/md5-cache/sec-policy/selinux-inetd-9999 b/metadata/md5-cache/sec-policy/selinux-inetd-9999 index 4620e8752bea..35663518c437 100644 --- a/metadata/md5-cache/sec-policy/selinux-inetd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-inetd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1496be8ac41fe4c76ab29db80fbfdf4a +_md5_=da885d1cae9fbbe85ce75e1547275443 diff --git a/metadata/md5-cache/sec-policy/selinux-inn-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-inn-2.20250618-r1 index e530a0fb1f4f..d53678251f15 100644 --- a/metadata/md5-cache/sec-policy/selinux-inn-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-inn-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for inn EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2479b5feff4eca92c0d7205306bdb5ee +_md5_=a56a2e5d03608285b00031cca0691b6b diff --git a/metadata/md5-cache/sec-policy/selinux-inn-9999 b/metadata/md5-cache/sec-policy/selinux-inn-9999 index b76607f4deaa..df3ad447dc85 100644 --- a/metadata/md5-cache/sec-policy/selinux-inn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-inn-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=032bf3d873dd399bee38c3cc15cbb8d7 +_md5_=2479b5feff4eca92c0d7205306bdb5ee diff --git a/metadata/md5-cache/sec-policy/selinux-ipsec-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ipsec-2.20250618-r1 index 5bd2847ba40c..eafb5d7ec67e 100644 --- a/metadata/md5-cache/sec-policy/selinux-ipsec-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ipsec-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ipsec EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=abaa20f5bad96132622d08bbaaa73ace +_md5_=893be32f510d6e6e94aa58a6376bf462 diff --git a/metadata/md5-cache/sec-policy/selinux-ipsec-9999 b/metadata/md5-cache/sec-policy/selinux-ipsec-9999 index 46cb02791731..9c8b2ab1dd70 100644 --- a/metadata/md5-cache/sec-policy/selinux-ipsec-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ipsec-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4e8e603f7bdd257746c881aee224b1a2 +_md5_=abaa20f5bad96132622d08bbaaa73ace diff --git a/metadata/md5-cache/sec-policy/selinux-irc-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-irc-2.20250618-r1 index 8bae20dafa95..20afbf47f8a6 100644 --- a/metadata/md5-cache/sec-policy/selinux-irc-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-irc-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for irc EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d9302e25ada49a103b29a56642a114de +_md5_=b1a3d60c34f06e76118dac392b679e39 diff --git a/metadata/md5-cache/sec-policy/selinux-irc-9999 b/metadata/md5-cache/sec-policy/selinux-irc-9999 index 7ab4811225ac..65b8f774612b 100644 --- a/metadata/md5-cache/sec-policy/selinux-irc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-irc-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4cde2e7454bfa5f0067bf248c052a8ce +_md5_=d9302e25ada49a103b29a56642a114de diff --git a/metadata/md5-cache/sec-policy/selinux-ircd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ircd-2.20250618-r1 index 6e4e11554aad..6746eaf5dbb3 100644 --- a/metadata/md5-cache/sec-policy/selinux-ircd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ircd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ircd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=caf8a3a06f98a82d4e85fa9b6ebcd1b6 +_md5_=24282f43523bac48ab7b55d6d8d2a259 diff --git a/metadata/md5-cache/sec-policy/selinux-ircd-9999 b/metadata/md5-cache/sec-policy/selinux-ircd-9999 index 086484aa11d1..f0c2eadb46fb 100644 --- a/metadata/md5-cache/sec-policy/selinux-ircd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ircd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f13b18686429021050c357f82c588cae +_md5_=caf8a3a06f98a82d4e85fa9b6ebcd1b6 diff --git a/metadata/md5-cache/sec-policy/selinux-irqbalance-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-irqbalance-2.20250618-r1 index 76f6af2e0c00..685ef30d0377 100644 --- a/metadata/md5-cache/sec-policy/selinux-irqbalance-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-irqbalance-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for irqbalance EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6f9afe6c6e6f415ee84d8cd13a5c0eee +_md5_=952366f7bdc90971313f654185816d97 diff --git a/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 b/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 index 3f3e97305a45..93f00c725ede 100644 --- a/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 +++ b/metadata/md5-cache/sec-policy/selinux-irqbalance-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=95168234f01d73aa2cc1ffe607e26c62 +_md5_=6f9afe6c6e6f415ee84d8cd13a5c0eee diff --git a/metadata/md5-cache/sec-policy/selinux-jabber-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-jabber-2.20250618-r1 index a89c04bce404..58046a531ad0 100644 --- a/metadata/md5-cache/sec-policy/selinux-jabber-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-jabber-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for jabber EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1ae4967c218886cc93d248a69bb04ab8 +_md5_=3b87afa7959bd39626066be872576801 diff --git a/metadata/md5-cache/sec-policy/selinux-jabber-9999 b/metadata/md5-cache/sec-policy/selinux-jabber-9999 index d9815a2bde7a..866a89870c7f 100644 --- a/metadata/md5-cache/sec-policy/selinux-jabber-9999 +++ b/metadata/md5-cache/sec-policy/selinux-jabber-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2f48b035ab81d11ced3ad2c4a21f603b +_md5_=1ae4967c218886cc93d248a69bb04ab8 diff --git a/metadata/md5-cache/sec-policy/selinux-java-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-java-2.20250618-r1 index fc00e32036d5..a72ee56a16bf 100644 --- a/metadata/md5-cache/sec-policy/selinux-java-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-java-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 IUSE=alsa -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b87c88f42fcd96313b33c52d45fbd42e +_md5_=c8b69a48977c6682d7a1e7643d62b315 diff --git a/metadata/md5-cache/sec-policy/selinux-java-9999 b/metadata/md5-cache/sec-policy/selinux-java-9999 index 6664c819fe45..f69e28ea8242 100644 --- a/metadata/md5-cache/sec-policy/selinux-java-9999 +++ b/metadata/md5-cache/sec-policy/selinux-java-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c549bf9feb00b6dd34d601854f6b5cb1 +_md5_=b87c88f42fcd96313b33c52d45fbd42e diff --git a/metadata/md5-cache/sec-policy/selinux-kdeconnect-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kdeconnect-2.20250618-r1 index 25ec0cdded9c..50fecb4d336d 100644 --- a/metadata/md5-cache/sec-policy/selinux-kdeconnect-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kdeconnect-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kdeconnect EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=000893a3726d6078b69a784a3df87e35 +_md5_=715b9c0ac0824b7827dfd6aa96babec2 diff --git a/metadata/md5-cache/sec-policy/selinux-kdeconnect-9999 b/metadata/md5-cache/sec-policy/selinux-kdeconnect-9999 index befb7dc3d716..5252dea49474 100644 --- a/metadata/md5-cache/sec-policy/selinux-kdeconnect-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kdeconnect-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=607426942a5ef6e2de5fccfdc6826af8 +_md5_=000893a3726d6078b69a784a3df87e35 diff --git a/metadata/md5-cache/sec-policy/selinux-kdump-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kdump-2.20250618-r1 index 4d3b9842e556..1bb6ff239ff3 100644 --- a/metadata/md5-cache/sec-policy/selinux-kdump-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kdump-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kdump EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=06d149568a2cb8351a0b28119b441af8 +_md5_=84362d301271e116d43d099e608c6b69 diff --git a/metadata/md5-cache/sec-policy/selinux-kdump-9999 b/metadata/md5-cache/sec-policy/selinux-kdump-9999 index 7485ba1911de..998fbb8ec31f 100644 --- a/metadata/md5-cache/sec-policy/selinux-kdump-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kdump-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=12c99d4daa15d1403f0220ebe3277a7f +_md5_=06d149568a2cb8351a0b28119b441af8 diff --git a/metadata/md5-cache/sec-policy/selinux-kerberos-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kerberos-2.20250618-r1 index 8558623652d5..f5a9962ae3d5 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerberos-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kerberos-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kerberos EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5b07ec08c88720bf57941f5a0c9ef6b6 +_md5_=ccd3fb91eb405437f338df9e9bc7681f diff --git a/metadata/md5-cache/sec-policy/selinux-kerberos-9999 b/metadata/md5-cache/sec-policy/selinux-kerberos-9999 index 472e2aa0b97f..4af0d3a54b20 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerberos-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kerberos-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=36ccfd97ccc1247b81030c3d02e5f6c6 +_md5_=5b07ec08c88720bf57941f5a0c9ef6b6 diff --git a/metadata/md5-cache/sec-policy/selinux-kerneloops-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kerneloops-2.20250618-r1 index 005558a04021..159a2ff77104 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerneloops-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kerneloops-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kerneloops EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cce679c2870de5d4642cf4be0b7b739f +_md5_=7f70b3b6babfda5fe402df448d3f5407 diff --git a/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 b/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 index f03de97a0433..95b077195ff7 100644 --- a/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kerneloops-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=97fbf8e2c7d338ca9a2977f8aa279af0 +_md5_=cce679c2870de5d4642cf4be0b7b739f diff --git a/metadata/md5-cache/sec-policy/selinux-kismet-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kismet-2.20250618-r1 index d3e8a12f2189..396e864a74a5 100644 --- a/metadata/md5-cache/sec-policy/selinux-kismet-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kismet-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kismet EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0a1ccbc0c29443e9fe5accfc882ead0d +_md5_=b686c56805dd238a6be9b1beeec44a35 diff --git a/metadata/md5-cache/sec-policy/selinux-kismet-9999 b/metadata/md5-cache/sec-policy/selinux-kismet-9999 index a5a0d634b0c7..22b40297f9f3 100644 --- a/metadata/md5-cache/sec-policy/selinux-kismet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kismet-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c4468fd729704b4fe51fee56f00a07c0 +_md5_=0a1ccbc0c29443e9fe5accfc882ead0d diff --git a/metadata/md5-cache/sec-policy/selinux-knot-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-knot-2.20250618-r1 index b84d23678b05..01ddf4a03c29 100644 --- a/metadata/md5-cache/sec-policy/selinux-knot-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-knot-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for knot EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fb0dcfeadfb654572a56df5a341ba374 +_md5_=a11c5a774a040cf22d7662c293e1d4df diff --git a/metadata/md5-cache/sec-policy/selinux-ksmtuned-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ksmtuned-2.20250618-r1 index 6290f17cf27a..7ed7ec4d0ae4 100644 --- a/metadata/md5-cache/sec-policy/selinux-ksmtuned-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ksmtuned-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ksmtuned EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e838c003d38dbfa6913cc3f1a0d6e9d8 +_md5_=7bc11c34cf30df44c23ff7a3a140c36a diff --git a/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 b/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 index 5489f841c0c0..231cd737b4d7 100644 --- a/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ksmtuned-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=802fc5873f56bb10ad2447d3dba34d60 +_md5_=e838c003d38dbfa6913cc3f1a0d6e9d8 diff --git a/metadata/md5-cache/sec-policy/selinux-kubernetes-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-kubernetes-2.20250618-r1 index 347cf8545faa..3fdfd128bb25 100644 --- a/metadata/md5-cache/sec-policy/selinux-kubernetes-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-kubernetes-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for kubernetes EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1149553282da1a7dfaba59ddb2ca0f27 +_md5_=04ca83a8313016e8fa0c295855f8a376 diff --git a/metadata/md5-cache/sec-policy/selinux-kubernetes-9999 b/metadata/md5-cache/sec-policy/selinux-kubernetes-9999 index 09d47123181a..020cfdc80c90 100644 --- a/metadata/md5-cache/sec-policy/selinux-kubernetes-9999 +++ b/metadata/md5-cache/sec-policy/selinux-kubernetes-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=04f76183e5d4612e6b7499653f2b50ea +_md5_=1149553282da1a7dfaba59ddb2ca0f27 diff --git a/metadata/md5-cache/sec-policy/selinux-ldap-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ldap-2.20250618-r1 index bbf65e00f894..31263b2b590e 100644 --- a/metadata/md5-cache/sec-policy/selinux-ldap-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ldap-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ldap EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d6f29ad88b8ee5c14e488d6c3ce19bdc +_md5_=905d90e115efab89dd5be5c9be349039 diff --git a/metadata/md5-cache/sec-policy/selinux-ldap-9999 b/metadata/md5-cache/sec-policy/selinux-ldap-9999 index 92a0a94349c0..a184a68d8496 100644 --- a/metadata/md5-cache/sec-policy/selinux-ldap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ldap-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=494081231a9e1483da1a211b1744a7e8 +_md5_=d6f29ad88b8ee5c14e488d6c3ce19bdc diff --git a/metadata/md5-cache/sec-policy/selinux-links-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-links-2.20250618-r1 index 32413fcae7ad..86e1809a4519 100644 --- a/metadata/md5-cache/sec-policy/selinux-links-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-links-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for links EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c587bac86cfb8725262cf33448a8b0e7 +_md5_=38a51b43c113a19713ae4ceb19421da6 diff --git a/metadata/md5-cache/sec-policy/selinux-links-9999 b/metadata/md5-cache/sec-policy/selinux-links-9999 index c182bc80ae8e..a1321a181b95 100644 --- a/metadata/md5-cache/sec-policy/selinux-links-9999 +++ b/metadata/md5-cache/sec-policy/selinux-links-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c439f29ffa7267776b0662e0c88ba848 +_md5_=c587bac86cfb8725262cf33448a8b0e7 diff --git a/metadata/md5-cache/sec-policy/selinux-lircd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-lircd-2.20250618-r1 index 6c24fd5914c2..ee3d6dadf8c6 100644 --- a/metadata/md5-cache/sec-policy/selinux-lircd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-lircd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for lircd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d486afb335914e62717c5b40e2eb0eca +_md5_=1613813ee3ad11623fe6c930b34d8a46 diff --git a/metadata/md5-cache/sec-policy/selinux-lircd-9999 b/metadata/md5-cache/sec-policy/selinux-lircd-9999 index 6d342beb2cbb..0573127a24a1 100644 --- a/metadata/md5-cache/sec-policy/selinux-lircd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-lircd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=62e73825509df0ba1ad975be5a49443a +_md5_=d486afb335914e62717c5b40e2eb0eca diff --git a/metadata/md5-cache/sec-policy/selinux-loadkeys-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-loadkeys-2.20250618-r1 index 9feed652cc15..ce04caddbb22 100644 --- a/metadata/md5-cache/sec-policy/selinux-loadkeys-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-loadkeys-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for loadkeys EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=adb6918dd9937c8dfae6537e9168d015 +_md5_=f421233c6e7c3c11c30ae638c1f12116 diff --git a/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 b/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 index 048f6878bbdd..7c9455c3eb6e 100644 --- a/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 +++ b/metadata/md5-cache/sec-policy/selinux-loadkeys-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=301490986916aefda1aa7dee368172d5 +_md5_=adb6918dd9937c8dfae6537e9168d015 diff --git a/metadata/md5-cache/sec-policy/selinux-logrotate-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-logrotate-2.20250618-r1 index 9695b9aafa30..9d215bea8c8d 100644 --- a/metadata/md5-cache/sec-policy/selinux-logrotate-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-logrotate-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for logrotate EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=858eefa01e6e03f36df25d54341d73f0 +_md5_=9190b5e194f88968ea521aaadc4db3c2 diff --git a/metadata/md5-cache/sec-policy/selinux-logrotate-9999 b/metadata/md5-cache/sec-policy/selinux-logrotate-9999 index de53d2594264..0b538668e5b5 100644 --- a/metadata/md5-cache/sec-policy/selinux-logrotate-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logrotate-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=aa4bac786a65f8ed596b2e8f7e9fcfe9 +_md5_=858eefa01e6e03f36df25d54341d73f0 diff --git a/metadata/md5-cache/sec-policy/selinux-logsentry-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-logsentry-2.20250618-r1 index a67c17b88f48..5f8ad2a2b427 100644 --- a/metadata/md5-cache/sec-policy/selinux-logsentry-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-logsentry-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for logsentry EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=27803a03121d76d6229ebd95787994b6 +_md5_=5500049f1ec300879df0181f633dd1e5 diff --git a/metadata/md5-cache/sec-policy/selinux-logsentry-9999 b/metadata/md5-cache/sec-policy/selinux-logsentry-9999 index 22172ffbcf6f..9ca9dbacca03 100644 --- a/metadata/md5-cache/sec-policy/selinux-logsentry-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logsentry-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8a78ccef107086b6656f5ffcd616100f +_md5_=27803a03121d76d6229ebd95787994b6 diff --git a/metadata/md5-cache/sec-policy/selinux-logwatch-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-logwatch-2.20250618-r1 index 9c2ac72ff1e5..8dcedf3b4a91 100644 --- a/metadata/md5-cache/sec-policy/selinux-logwatch-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-logwatch-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for logwatch EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=732035006112572a07701b2086579f1c +_md5_=8e692e243c1ce3cefa95ea87f854b091 diff --git a/metadata/md5-cache/sec-policy/selinux-logwatch-9999 b/metadata/md5-cache/sec-policy/selinux-logwatch-9999 index 26fe9b83b530..6d636cb35693 100644 --- a/metadata/md5-cache/sec-policy/selinux-logwatch-9999 +++ b/metadata/md5-cache/sec-policy/selinux-logwatch-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=58b862a3913cc2ca14e2689c7411d73c +_md5_=732035006112572a07701b2086579f1c diff --git a/metadata/md5-cache/sec-policy/selinux-lpd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-lpd-2.20250618-r1 index 29aed31a77c7..c58fa76dacb0 100644 --- a/metadata/md5-cache/sec-policy/selinux-lpd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-lpd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for lpd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d328493d8f624005778e2cd1e745a243 +_md5_=caf794e10476e4c986703bbf8297d792 diff --git a/metadata/md5-cache/sec-policy/selinux-lpd-9999 b/metadata/md5-cache/sec-policy/selinux-lpd-9999 index 28185a66791a..994f9322ced0 100644 --- a/metadata/md5-cache/sec-policy/selinux-lpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-lpd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=80cee5b391ebc655cc6d71e5b1dfe775 +_md5_=d328493d8f624005778e2cd1e745a243 diff --git a/metadata/md5-cache/sec-policy/selinux-makewhatis-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-makewhatis-2.20250618-r1 index 04d1c108a7df..3a4185c0d2f5 100644 --- a/metadata/md5-cache/sec-policy/selinux-makewhatis-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-makewhatis-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for makewhatis EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ca66cd0391a715cef8ea07b74f2c04e9 +_md5_=060d0b5b3f34a4289af1d448cea2b842 diff --git a/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 b/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 index b44902261b42..fd3c9fd2dec2 100644 --- a/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-makewhatis-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f62c72ffcaac7cff4be888700938bc28 +_md5_=ca66cd0391a715cef8ea07b74f2c04e9 diff --git a/metadata/md5-cache/sec-policy/selinux-mandb-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mandb-2.20250618-r1 index 86cc728ab0e6..917dfabae573 100644 --- a/metadata/md5-cache/sec-policy/selinux-mandb-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mandb-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mandb EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c3c4239ad2c20a437f4c8a79e10c28f2 +_md5_=87b95f8af57f3eff2c7d352c18b66d04 diff --git a/metadata/md5-cache/sec-policy/selinux-mandb-9999 b/metadata/md5-cache/sec-policy/selinux-mandb-9999 index eb111bb6522c..83e2b0674272 100644 --- a/metadata/md5-cache/sec-policy/selinux-mandb-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mandb-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e373eed76915f6f729cc8d0a1bd558b8 +_md5_=c3c4239ad2c20a437f4c8a79e10c28f2 diff --git a/metadata/md5-cache/sec-policy/selinux-matrixd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-matrixd-2.20250618-r1 index eec67f92bf92..230de478ad60 100644 --- a/metadata/md5-cache/sec-policy/selinux-matrixd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-matrixd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for matrixd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=16ef674c4b0457767623ac12ab8be20a +_md5_=f7be7b9621bb80458463916092a14ba7 diff --git a/metadata/md5-cache/sec-policy/selinux-matrixd-9999 b/metadata/md5-cache/sec-policy/selinux-matrixd-9999 index e700d0f5ff72..7a7b534dc854 100644 --- a/metadata/md5-cache/sec-policy/selinux-matrixd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-matrixd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e72a6a2c3f3bd3744b3b2e7062339635 +_md5_=16ef674c4b0457767623ac12ab8be20a diff --git a/metadata/md5-cache/sec-policy/selinux-mcelog-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mcelog-2.20250618-r1 index c30d140e418d..0864e017babc 100644 --- a/metadata/md5-cache/sec-policy/selinux-mcelog-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mcelog-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mcelog EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=494649652e90e885b53e6352615a1c72 +_md5_=c5955a6117549ff95a52afe713233276 diff --git a/metadata/md5-cache/sec-policy/selinux-mcelog-9999 b/metadata/md5-cache/sec-policy/selinux-mcelog-9999 index 6e0a5fbe08e5..0a6a50ef73a7 100644 --- a/metadata/md5-cache/sec-policy/selinux-mcelog-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mcelog-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=efa0ecd9f824701bd946f52d33a67821 +_md5_=494649652e90e885b53e6352615a1c72 diff --git a/metadata/md5-cache/sec-policy/selinux-memcached-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-memcached-2.20250618-r1 index 429c02974f8b..201c557b7fde 100644 --- a/metadata/md5-cache/sec-policy/selinux-memcached-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-memcached-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for memcached EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=274c4ded1492bc092e9727d48369ffb9 +_md5_=6d74712d3c56033593865c9339e54801 diff --git a/metadata/md5-cache/sec-policy/selinux-memcached-9999 b/metadata/md5-cache/sec-policy/selinux-memcached-9999 index 56c5fb478dcd..f44806b7b262 100644 --- a/metadata/md5-cache/sec-policy/selinux-memcached-9999 +++ b/metadata/md5-cache/sec-policy/selinux-memcached-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7cbadd64fc8952c8cbf0fe4c1ad33d62 +_md5_=274c4ded1492bc092e9727d48369ffb9 diff --git a/metadata/md5-cache/sec-policy/selinux-milter-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-milter-2.20250618-r1 index 7c068f455c63..62e95fe56cf2 100644 --- a/metadata/md5-cache/sec-policy/selinux-milter-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-milter-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for milter EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6fb8cdbb99b55f36fee959b19107e93a +_md5_=76607415682055ffdedb065bc97769e6 diff --git a/metadata/md5-cache/sec-policy/selinux-milter-9999 b/metadata/md5-cache/sec-policy/selinux-milter-9999 index 65422a1746c8..f298c17f482c 100644 --- a/metadata/md5-cache/sec-policy/selinux-milter-9999 +++ b/metadata/md5-cache/sec-policy/selinux-milter-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4f052fa0668b5fb6eb9cdbdbc06207e8 +_md5_=6fb8cdbb99b55f36fee959b19107e93a diff --git a/metadata/md5-cache/sec-policy/selinux-modemmanager-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-modemmanager-2.20250618-r1 index 80854797d53a..5c26e16441e1 100644 --- a/metadata/md5-cache/sec-policy/selinux-modemmanager-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-modemmanager-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for modemmanager EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=454ddba08b15d9b3266a47f3f5581a3c +_md5_=415b511393d09747e662ee3cce7a9957 diff --git a/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 b/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 index 4ae14e156ab1..427cb6298ad2 100644 --- a/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-modemmanager-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=48ef15bf7a372a8b7b14c7a1de02e491 +_md5_=454ddba08b15d9b3266a47f3f5581a3c diff --git a/metadata/md5-cache/sec-policy/selinux-mono-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mono-2.20250618-r1 index 01dec8e120fd..96ef90dc479e 100644 --- a/metadata/md5-cache/sec-policy/selinux-mono-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mono-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mono EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=84adb616421736043358f991547f2204 +_md5_=5c086246338d97d8c2e7cee3ec643c5e diff --git a/metadata/md5-cache/sec-policy/selinux-mono-9999 b/metadata/md5-cache/sec-policy/selinux-mono-9999 index 253fa4c2f037..3dfe144518de 100644 --- a/metadata/md5-cache/sec-policy/selinux-mono-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mono-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a8522930da720ec2deba4ccd4a65e1c7 +_md5_=84adb616421736043358f991547f2204 diff --git a/metadata/md5-cache/sec-policy/selinux-mozilla-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mozilla-2.20250618-r1 index 9286f74c3988..10e8a1b18699 100644 --- a/metadata/md5-cache/sec-policy/selinux-mozilla-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mozilla-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 IUSE=alsa -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0b270b3979e50bf1e54d0e54732fbca5 +_md5_=5b7ccb2b4d08f776da89d69cc22ccf50 diff --git a/metadata/md5-cache/sec-policy/selinux-mozilla-9999 b/metadata/md5-cache/sec-policy/selinux-mozilla-9999 index 8ee2ad81ab13..ef4cd5f50fc6 100644 --- a/metadata/md5-cache/sec-policy/selinux-mozilla-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mozilla-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7af46f8b5e6d6e433ca21a988571d21a +_md5_=0b270b3979e50bf1e54d0e54732fbca5 diff --git a/metadata/md5-cache/sec-policy/selinux-mpd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mpd-2.20250618-r1 index 448a52ef1deb..c712a4efcef2 100644 --- a/metadata/md5-cache/sec-policy/selinux-mpd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mpd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mpd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9605a4c27a3aeef7608068fc6c03a14a +_md5_=daaa0e5df7729306a909100cfe64ee1e diff --git a/metadata/md5-cache/sec-policy/selinux-mpd-9999 b/metadata/md5-cache/sec-policy/selinux-mpd-9999 index 196ffdd1de87..f340f7b383f4 100644 --- a/metadata/md5-cache/sec-policy/selinux-mpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mpd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8e3374fa97d167d3180259f35cb91a74 +_md5_=9605a4c27a3aeef7608068fc6c03a14a diff --git a/metadata/md5-cache/sec-policy/selinux-mplayer-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mplayer-2.20250618-r1 index b0daf21888da..080c28ac1593 100644 --- a/metadata/md5-cache/sec-policy/selinux-mplayer-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mplayer-2.20250618-r1 @@ -6,10 +6,10 @@ EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 IUSE=alsa -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=de3142fbd985e7d0d88ffdb7ddaae86d +_md5_=602e0f304db4fda24584f176afc156cd diff --git a/metadata/md5-cache/sec-policy/selinux-mplayer-9999 b/metadata/md5-cache/sec-policy/selinux-mplayer-9999 index 6c5e17bd91e9..d1e33f237d2e 100644 --- a/metadata/md5-cache/sec-policy/selinux-mplayer-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mplayer-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=737a224e6a2da117341c6c218097a2f7 +_md5_=de3142fbd985e7d0d88ffdb7ddaae86d diff --git a/metadata/md5-cache/sec-policy/selinux-mrtg-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mrtg-2.20250618-r1 index ecb282c25a12..622efb2ca851 100644 --- a/metadata/md5-cache/sec-policy/selinux-mrtg-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mrtg-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mrtg EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=425368a3a5f541c601ee5e1d636f135a +_md5_=314f9333dc0b7b71e7add3e0999dc755 diff --git a/metadata/md5-cache/sec-policy/selinux-mrtg-9999 b/metadata/md5-cache/sec-policy/selinux-mrtg-9999 index 6e99103b4dcb..c531c6632842 100644 --- a/metadata/md5-cache/sec-policy/selinux-mrtg-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mrtg-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0a03a312b8e7362da8753769d537d49b +_md5_=425368a3a5f541c601ee5e1d636f135a diff --git a/metadata/md5-cache/sec-policy/selinux-munin-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-munin-2.20250618-r1 index 94ed0d1d6ffe..6ac2072b4a4e 100644 --- a/metadata/md5-cache/sec-policy/selinux-munin-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-munin-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for munin EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cff5a614854dfbe4188d617ef4ee63a1 +_md5_=9aa135edaadbfb7e02ad58333e27f530 diff --git a/metadata/md5-cache/sec-policy/selinux-munin-9999 b/metadata/md5-cache/sec-policy/selinux-munin-9999 index b320b5f8efb2..f18596279cb5 100644 --- a/metadata/md5-cache/sec-policy/selinux-munin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-munin-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cf02f7a79614dfd725ea48f4ae487ec8 +_md5_=cff5a614854dfbe4188d617ef4ee63a1 diff --git a/metadata/md5-cache/sec-policy/selinux-mutt-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mutt-2.20250618-r1 index 8a98b5abe724..bacfb56d9eec 100644 --- a/metadata/md5-cache/sec-policy/selinux-mutt-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mutt-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mutt EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f888b8133ed58c71edefe2b0f3db57f2 +_md5_=4743e680275beb2872009b431c2625f8 diff --git a/metadata/md5-cache/sec-policy/selinux-mutt-9999 b/metadata/md5-cache/sec-policy/selinux-mutt-9999 index 418e408035bc..b095e4f7d8b6 100644 --- a/metadata/md5-cache/sec-policy/selinux-mutt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mutt-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bc435334d4b7368ccdcc948f140b0458 +_md5_=f888b8133ed58c71edefe2b0f3db57f2 diff --git a/metadata/md5-cache/sec-policy/selinux-mysql-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-mysql-2.20250618-r1 index d2124cb5116b..9d66146fa61b 100644 --- a/metadata/md5-cache/sec-policy/selinux-mysql-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-mysql-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for mysql EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e6e552e474af16b454dee9d2c59702e5 +_md5_=ebf3ceb4ddfebab84de2919502f625fe diff --git a/metadata/md5-cache/sec-policy/selinux-mysql-9999 b/metadata/md5-cache/sec-policy/selinux-mysql-9999 index 57fe89c3408c..52169ac213e9 100644 --- a/metadata/md5-cache/sec-policy/selinux-mysql-9999 +++ b/metadata/md5-cache/sec-policy/selinux-mysql-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=993d1cf2e6ee3bfab8530f66fa0b320c +_md5_=e6e552e474af16b454dee9d2c59702e5 diff --git a/metadata/md5-cache/sec-policy/selinux-nagios-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-nagios-2.20250618-r1 index 1cb05c15366e..8000e5ed0006 100644 --- a/metadata/md5-cache/sec-policy/selinux-nagios-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-nagios-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for nagios EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f049007de92b809b5ded3de384acd255 +_md5_=9ce01079a90f461a2ad6338d35de8d70 diff --git a/metadata/md5-cache/sec-policy/selinux-nagios-9999 b/metadata/md5-cache/sec-policy/selinux-nagios-9999 index 0d17bf68a52c..3ee8a77424a8 100644 --- a/metadata/md5-cache/sec-policy/selinux-nagios-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nagios-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=811b22838a9e5ae4426e8090538c102c +_md5_=f049007de92b809b5ded3de384acd255 diff --git a/metadata/md5-cache/sec-policy/selinux-ncftool-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ncftool-2.20250618-r1 index a43be5d5c8e4..70dc40759d43 100644 --- a/metadata/md5-cache/sec-policy/selinux-ncftool-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ncftool-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ncftool EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8cf916cc235ab851f754c759cdfc42e8 +_md5_=1e93394c5894da1912dc40e53956a413 diff --git a/metadata/md5-cache/sec-policy/selinux-ncftool-9999 b/metadata/md5-cache/sec-policy/selinux-ncftool-9999 index cf4153688339..e59eaf5604b9 100644 --- a/metadata/md5-cache/sec-policy/selinux-ncftool-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ncftool-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=24f63689278567d4e3bfa75dce35f612 +_md5_=8cf916cc235ab851f754c759cdfc42e8 diff --git a/metadata/md5-cache/sec-policy/selinux-networkmanager-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-networkmanager-2.20250618-r1 index bfdf368fa4e6..15cc735d6a10 100644 --- a/metadata/md5-cache/sec-policy/selinux-networkmanager-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-networkmanager-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for networkmanager EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=19a2523bb7c5b50058e998c6b342c85d +_md5_=43197bb6796045b55d893464c8313fe5 diff --git a/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 b/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 index 895e27127b7b..369b01cab519 100644 --- a/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 +++ b/metadata/md5-cache/sec-policy/selinux-networkmanager-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=df504424e7f9900322bc39dd9109dd9b +_md5_=19a2523bb7c5b50058e998c6b342c85d diff --git a/metadata/md5-cache/sec-policy/selinux-nginx-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-nginx-2.20250618-r1 index 15f61a4caf72..f5751c969823 100644 --- a/metadata/md5-cache/sec-policy/selinux-nginx-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-nginx-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for nginx EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3dd09c7879687b223bf82769306bcd73 +_md5_=299b08ba52a1161f5532152287e355d1 diff --git a/metadata/md5-cache/sec-policy/selinux-nginx-9999 b/metadata/md5-cache/sec-policy/selinux-nginx-9999 index f7424edccd38..b801a72ba8cd 100644 --- a/metadata/md5-cache/sec-policy/selinux-nginx-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nginx-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a7ab6690fe9b0aa6d7b41decc4d96572 +_md5_=3dd09c7879687b223bf82769306bcd73 diff --git a/metadata/md5-cache/sec-policy/selinux-node_exporter-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-node_exporter-2.20250618-r1 index dcf86d3ea229..ed64cdfd42ef 100644 --- a/metadata/md5-cache/sec-policy/selinux-node_exporter-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-node_exporter-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for node_exporter EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3ba774e990aa74b2b659107e77df8e93 +_md5_=d2470ce585dbe416f2b741a876ac3fcc diff --git a/metadata/md5-cache/sec-policy/selinux-node_exporter-9999 b/metadata/md5-cache/sec-policy/selinux-node_exporter-9999 index 08e3f0dc6226..7c36380c9f5f 100644 --- a/metadata/md5-cache/sec-policy/selinux-node_exporter-9999 +++ b/metadata/md5-cache/sec-policy/selinux-node_exporter-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dd0646fdbd301509dbfaeabc75285ae7 +_md5_=3ba774e990aa74b2b659107e77df8e93 diff --git a/metadata/md5-cache/sec-policy/selinux-nslcd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-nslcd-2.20250618-r1 index 48743e5f87da..547b15d93fee 100644 --- a/metadata/md5-cache/sec-policy/selinux-nslcd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-nslcd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for nslcd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cc12ec07a6cc66f3d9c5fbe6005ae3dc +_md5_=33a14749b545ea75dbc468776033d5da diff --git a/metadata/md5-cache/sec-policy/selinux-nslcd-9999 b/metadata/md5-cache/sec-policy/selinux-nslcd-9999 index 8c1a239cce4a..e1f7f30fb0d2 100644 --- a/metadata/md5-cache/sec-policy/selinux-nslcd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nslcd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=96420a150ca11f1f14ee1f143ebc55a1 +_md5_=cc12ec07a6cc66f3d9c5fbe6005ae3dc diff --git a/metadata/md5-cache/sec-policy/selinux-ntop-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ntop-2.20250618-r1 index 16e9f79128e9..7fa31b8e3d78 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntop-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ntop-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ntop EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dc974f1ec25920f7395ec5921657fad2 +_md5_=703a0c257b14ec78cd78842d755ba16c diff --git a/metadata/md5-cache/sec-policy/selinux-ntop-9999 b/metadata/md5-cache/sec-policy/selinux-ntop-9999 index b6ec72c6138c..c0dc4dee3323 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntop-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ntop-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=81680b3538f32a70a1ebc2a98274f356 +_md5_=dc974f1ec25920f7395ec5921657fad2 diff --git a/metadata/md5-cache/sec-policy/selinux-ntp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ntp-2.20250618-r1 index e66503176e75..ecb2197bb6c9 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ntp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ntp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9b483901923b690484632001bb303226 +_md5_=a58f0eccd6d5c60a1f27029fc38aa949 diff --git a/metadata/md5-cache/sec-policy/selinux-ntp-9999 b/metadata/md5-cache/sec-policy/selinux-ntp-9999 index c470729b3b3e..0861d703bf55 100644 --- a/metadata/md5-cache/sec-policy/selinux-ntp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ntp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=57a37295d627faf2a7362a9e30d7936f +_md5_=9b483901923b690484632001bb303226 diff --git a/metadata/md5-cache/sec-policy/selinux-nut-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-nut-2.20250618-r1 index b53c9caaacf7..a3f88802f24e 100644 --- a/metadata/md5-cache/sec-policy/selinux-nut-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-nut-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for nut EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e04882bc72c0d950cfcff4cd48a84270 +_md5_=728720127e1d32dc52afd409f3f0f948 diff --git a/metadata/md5-cache/sec-policy/selinux-nut-9999 b/metadata/md5-cache/sec-policy/selinux-nut-9999 index 4a51076b4269..1c5a8a709916 100644 --- a/metadata/md5-cache/sec-policy/selinux-nut-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nut-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5796977dc6d03baabdbd9775b0c872e6 +_md5_=e04882bc72c0d950cfcff4cd48a84270 diff --git a/metadata/md5-cache/sec-policy/selinux-nx-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-nx-2.20250618-r1 index 24014090e4cb..3a4cd6ad43cd 100644 --- a/metadata/md5-cache/sec-policy/selinux-nx-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-nx-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for nx EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=28266f1d04f8497bf2db98fae967451d +_md5_=86c2ca7aef66e34a3f49e0a76512e8de diff --git a/metadata/md5-cache/sec-policy/selinux-nx-9999 b/metadata/md5-cache/sec-policy/selinux-nx-9999 index dab75b9052a2..844fc402a089 100644 --- a/metadata/md5-cache/sec-policy/selinux-nx-9999 +++ b/metadata/md5-cache/sec-policy/selinux-nx-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9504f6ce126c65818622f5ec4945fc4b +_md5_=28266f1d04f8497bf2db98fae967451d diff --git a/metadata/md5-cache/sec-policy/selinux-obfs4proxy-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-obfs4proxy-2.20250618-r1 index 48acf4f99f90..0540783553fa 100644 --- a/metadata/md5-cache/sec-policy/selinux-obfs4proxy-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-obfs4proxy-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for obfs4proxy EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=143242678fdab3171743f37c7366e89b +_md5_=db1c6ba0c4e4e1cfd0a75a339d828150 diff --git a/metadata/md5-cache/sec-policy/selinux-obfs4proxy-9999 b/metadata/md5-cache/sec-policy/selinux-obfs4proxy-9999 index f8eeb8d14f35..3bec5e62696c 100644 --- a/metadata/md5-cache/sec-policy/selinux-obfs4proxy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-obfs4proxy-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=047b41e4492a75ee8ae9a56554696514 +_md5_=143242678fdab3171743f37c7366e89b diff --git a/metadata/md5-cache/sec-policy/selinux-oddjob-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-oddjob-2.20250618-r1 index c432d9156e40..c48ef3ee26bd 100644 --- a/metadata/md5-cache/sec-policy/selinux-oddjob-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-oddjob-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for oddjob EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=172407ca52b6d565d0faf2d42165b63e +_md5_=df4fa8f7955a557d4ec3ae33b1e0fc1a diff --git a/metadata/md5-cache/sec-policy/selinux-oddjob-9999 b/metadata/md5-cache/sec-policy/selinux-oddjob-9999 index a245af6c014c..cd40ed1b7d6a 100644 --- a/metadata/md5-cache/sec-policy/selinux-oddjob-9999 +++ b/metadata/md5-cache/sec-policy/selinux-oddjob-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c2849bde0f96545a5ef7b0ae2bf5b195 +_md5_=172407ca52b6d565d0faf2d42165b63e diff --git a/metadata/md5-cache/sec-policy/selinux-oident-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-oident-2.20250618-r1 index 4467a2dde708..cbf24d88c023 100644 --- a/metadata/md5-cache/sec-policy/selinux-oident-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-oident-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for oident EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f1056dc45b61a689e13b883fe1f30f42 +_md5_=70810002db0aa7cb097c49e1807aaf77 diff --git a/metadata/md5-cache/sec-policy/selinux-oident-9999 b/metadata/md5-cache/sec-policy/selinux-oident-9999 index 31ba81da9d6e..4894930b5436 100644 --- a/metadata/md5-cache/sec-policy/selinux-oident-9999 +++ b/metadata/md5-cache/sec-policy/selinux-oident-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=18ffe0fec302628d7d69f774f5c93e35 +_md5_=f1056dc45b61a689e13b883fe1f30f42 diff --git a/metadata/md5-cache/sec-policy/selinux-openct-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-openct-2.20250618-r1 index c581bec0e319..9c2d55bcbf7c 100644 --- a/metadata/md5-cache/sec-policy/selinux-openct-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-openct-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for openct EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=02f331f4849725250da6d60875e72fd1 +_md5_=0f911e08fa62b82ff815aa37445d5286 diff --git a/metadata/md5-cache/sec-policy/selinux-openct-9999 b/metadata/md5-cache/sec-policy/selinux-openct-9999 index 7e7fc8cf56e5..fd74b5c25feb 100644 --- a/metadata/md5-cache/sec-policy/selinux-openct-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openct-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8f7a216b34bc49c087ab9a5b38f2abec +_md5_=02f331f4849725250da6d60875e72fd1 diff --git a/metadata/md5-cache/sec-policy/selinux-openrc-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-openrc-2.20250618-r1 index b421a6f08c94..52c092deb504 100644 --- a/metadata/md5-cache/sec-policy/selinux-openrc-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-openrc-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for openrc EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fd2ad0c2b747db854d84abffdd03c478 +_md5_=04e5500908123009415aea96d4d15b6b diff --git a/metadata/md5-cache/sec-policy/selinux-openrc-9999 b/metadata/md5-cache/sec-policy/selinux-openrc-9999 index 4bbbd0592258..b10ca21ff6f6 100644 --- a/metadata/md5-cache/sec-policy/selinux-openrc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openrc-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2dc43eef21f9d32f94641096e2810789 +_md5_=fd2ad0c2b747db854d84abffdd03c478 diff --git a/metadata/md5-cache/sec-policy/selinux-opensm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-opensm-2.20250618-r1 index 4d877d00efbf..632242d8f560 100644 --- a/metadata/md5-cache/sec-policy/selinux-opensm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-opensm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for opensm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8c2f70b9b0dca3bb41226b757bf6000c +_md5_=80ee11fcc5149742ef78c6f9372eafdc diff --git a/metadata/md5-cache/sec-policy/selinux-opensm-9999 b/metadata/md5-cache/sec-policy/selinux-opensm-9999 index 5239e4126c4b..eb068db6fbd5 100644 --- a/metadata/md5-cache/sec-policy/selinux-opensm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-opensm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d877e3f98be13882e1d6abc467b5a2ac +_md5_=8c2f70b9b0dca3bb41226b757bf6000c diff --git a/metadata/md5-cache/sec-policy/selinux-openvpn-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-openvpn-2.20250618-r1 index 0cf7e2b299e1..8ef986ba9474 100644 --- a/metadata/md5-cache/sec-policy/selinux-openvpn-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-openvpn-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for openvpn EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a35c88ce563c29c2d0c8c406837c0240 +_md5_=f41cec5bddf35be699488f5d41ad9d03 diff --git a/metadata/md5-cache/sec-policy/selinux-openvpn-9999 b/metadata/md5-cache/sec-policy/selinux-openvpn-9999 index 66541bde748e..590f40a0a594 100644 --- a/metadata/md5-cache/sec-policy/selinux-openvpn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-openvpn-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=608b8008950577cd7de369378c2fc201 +_md5_=a35c88ce563c29c2d0c8c406837c0240 diff --git a/metadata/md5-cache/sec-policy/selinux-pan-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-pan-2.20250618-r1 index ea6e4b419737..e5527e4433b1 100644 --- a/metadata/md5-cache/sec-policy/selinux-pan-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-pan-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for pan EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bbc91537d9a1d16a5a0a06b7fa105d00 +_md5_=a47ca96e34c16b3e80246b59a845fa20 diff --git a/metadata/md5-cache/sec-policy/selinux-pan-9999 b/metadata/md5-cache/sec-policy/selinux-pan-9999 index f4425f8228a8..c381e39b3ca5 100644 --- a/metadata/md5-cache/sec-policy/selinux-pan-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pan-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a2e3709b79be613795589aae79341c0e +_md5_=bbc91537d9a1d16a5a0a06b7fa105d00 diff --git a/metadata/md5-cache/sec-policy/selinux-pcscd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-pcscd-2.20250618-r1 index 9ca623b857bc..f2654e868312 100644 --- a/metadata/md5-cache/sec-policy/selinux-pcscd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-pcscd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for pcscd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=37e8e49e705facdf2b86c0d4b87fe100 +_md5_=b56efda8214d494216331dbb84c971e0 diff --git a/metadata/md5-cache/sec-policy/selinux-pcscd-9999 b/metadata/md5-cache/sec-policy/selinux-pcscd-9999 index b1ddfe62cf1a..0a8b4db91687 100644 --- a/metadata/md5-cache/sec-policy/selinux-pcscd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pcscd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=711082adb80c8345f15d0eecf2df378d +_md5_=37e8e49e705facdf2b86c0d4b87fe100 diff --git a/metadata/md5-cache/sec-policy/selinux-phpfpm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-phpfpm-2.20250618-r1 index f95534c59314..113b05a8c705 100644 --- a/metadata/md5-cache/sec-policy/selinux-phpfpm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-phpfpm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for phpfpm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=09228c4bb0adb8a64d1900a2d15baf78 +_md5_=4714925de73872d5a34d870e588fc6c2 diff --git a/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 b/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 index 79408b51e117..246ad7918689 100644 --- a/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-phpfpm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7037d8db571b0d5f59e35bb9e108dde0 +_md5_=09228c4bb0adb8a64d1900a2d15baf78 diff --git a/metadata/md5-cache/sec-policy/selinux-plymouthd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-plymouthd-2.20250618-r1 index 814e0ca9bc46..42c883e65d9a 100644 --- a/metadata/md5-cache/sec-policy/selinux-plymouthd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-plymouthd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for plymouthd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4428cacacd3d694432198188f5b6626b +_md5_=688cc55571d7bfdb8807e138b0b220eb diff --git a/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 b/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 index b8b11ec98b99..43ce7df5a68a 100644 --- a/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-plymouthd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=93aba9668affc90dff0cd62b7c0f8ee9 +_md5_=4428cacacd3d694432198188f5b6626b diff --git a/metadata/md5-cache/sec-policy/selinux-podman-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-podman-2.20250618-r1 index 90511dd252da..06463c1998b5 100644 --- a/metadata/md5-cache/sec-policy/selinux-podman-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-podman-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for podman EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9f0fe86ff5dfa564baaa80666a581e51 +_md5_=e22ae61a9e877c4360f8bd4f8fff131e diff --git a/metadata/md5-cache/sec-policy/selinux-podman-9999 b/metadata/md5-cache/sec-policy/selinux-podman-9999 index ee7881f4fcdc..50f372f1c5df 100644 --- a/metadata/md5-cache/sec-policy/selinux-podman-9999 +++ b/metadata/md5-cache/sec-policy/selinux-podman-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a7ebd10cc1145bfa7cdad9b16de05921 +_md5_=9f0fe86ff5dfa564baaa80666a581e51 diff --git a/metadata/md5-cache/sec-policy/selinux-policykit-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-policykit-2.20250618-r1 index 5f810a4f590d..8fab1fbcda81 100644 --- a/metadata/md5-cache/sec-policy/selinux-policykit-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-policykit-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for policykit EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=03030fd6a8690b5715c2e547fdc01250 +_md5_=0e4743090009a5d43eea9a6388576f31 diff --git a/metadata/md5-cache/sec-policy/selinux-policykit-9999 b/metadata/md5-cache/sec-policy/selinux-policykit-9999 index 1d19afdf057c..bea6a91f197f 100644 --- a/metadata/md5-cache/sec-policy/selinux-policykit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-policykit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b649dac6c20922aaffcec8b651ea9d1b +_md5_=03030fd6a8690b5715c2e547fdc01250 diff --git a/metadata/md5-cache/sec-policy/selinux-portmap-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-portmap-2.20250618-r1 index faab69737f26..be0525514c29 100644 --- a/metadata/md5-cache/sec-policy/selinux-portmap-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-portmap-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for portmap EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6806dbd3859346131be2c2576cf76105 +_md5_=ab9ab60f531994a1ff356cab061fcd8d diff --git a/metadata/md5-cache/sec-policy/selinux-portmap-9999 b/metadata/md5-cache/sec-policy/selinux-portmap-9999 index e396291a7dcb..d947c2f47143 100644 --- a/metadata/md5-cache/sec-policy/selinux-portmap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-portmap-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8255227cc973f060b911b570b6a21a3f +_md5_=6806dbd3859346131be2c2576cf76105 diff --git a/metadata/md5-cache/sec-policy/selinux-postfix-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-postfix-2.20250618-r1 index 0c4eae84a2af..b840dd4e310d 100644 --- a/metadata/md5-cache/sec-policy/selinux-postfix-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-postfix-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for postfix EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8ee95ddf939cee93837d88ea082ac723 +_md5_=2395141f5dbae234497966eb3bb1e938 diff --git a/metadata/md5-cache/sec-policy/selinux-postfix-9999 b/metadata/md5-cache/sec-policy/selinux-postfix-9999 index 4fa73c01b5f0..a0de7a937e3c 100644 --- a/metadata/md5-cache/sec-policy/selinux-postfix-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postfix-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=77e1f1a0bd68547a18106e93f66b765b +_md5_=8ee95ddf939cee93837d88ea082ac723 diff --git a/metadata/md5-cache/sec-policy/selinux-postgresql-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-postgresql-2.20250618-r1 index 8c14b2b5e7df..bcb868dad533 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgresql-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-postgresql-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for postgresql EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=84077024b57607af7869ea4e4bef57ae +_md5_=7b9c845009f061fa64a8858627cceba3 diff --git a/metadata/md5-cache/sec-policy/selinux-postgresql-9999 b/metadata/md5-cache/sec-policy/selinux-postgresql-9999 index a838c863e2b8..7b4fd1209758 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgresql-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postgresql-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=eedcf135ba135fa5ff9750d869bdb50e +_md5_=84077024b57607af7869ea4e4bef57ae diff --git a/metadata/md5-cache/sec-policy/selinux-postgrey-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-postgrey-2.20250618-r1 index 4b3cce233d0d..ddd0411d6b5d 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgrey-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-postgrey-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for postgrey EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5f396b5c8ba3b3252ebad78d512a9e56 +_md5_=4bfad8b03871e881b323f79a7bd47521 diff --git a/metadata/md5-cache/sec-policy/selinux-postgrey-9999 b/metadata/md5-cache/sec-policy/selinux-postgrey-9999 index c1821692e271..c3812bafee4c 100644 --- a/metadata/md5-cache/sec-policy/selinux-postgrey-9999 +++ b/metadata/md5-cache/sec-policy/selinux-postgrey-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=12ff7dab8ec00a6ca8cbfd6b070b5a3a +_md5_=5f396b5c8ba3b3252ebad78d512a9e56 diff --git a/metadata/md5-cache/sec-policy/selinux-powerprofiles-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-powerprofiles-2.20250618-r1 index 76294e032a25..1f3109b99d7a 100644 --- a/metadata/md5-cache/sec-policy/selinux-powerprofiles-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-powerprofiles-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for powerprofiles EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a24c1faf4ce0d7ecc87e2f1fd422fc6d +_md5_=c73f4f5dc55120ec6696f323c98ec573 diff --git a/metadata/md5-cache/sec-policy/selinux-powerprofiles-9999 b/metadata/md5-cache/sec-policy/selinux-powerprofiles-9999 index e1fef4fe5ab1..37a703a15ce2 100644 --- a/metadata/md5-cache/sec-policy/selinux-powerprofiles-9999 +++ b/metadata/md5-cache/sec-policy/selinux-powerprofiles-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3908df8c99b452ceb46a2ef7293213a8 +_md5_=a24c1faf4ce0d7ecc87e2f1fd422fc6d diff --git a/metadata/md5-cache/sec-policy/selinux-ppp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ppp-2.20250618-r1 index 36e876cbb7a5..d9cb4c0ae239 100644 --- a/metadata/md5-cache/sec-policy/selinux-ppp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ppp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ppp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8613dd7731fceef44dcc419531952c49 +_md5_=4c81880f7edd074bf3dd06699b333326 diff --git a/metadata/md5-cache/sec-policy/selinux-ppp-9999 b/metadata/md5-cache/sec-policy/selinux-ppp-9999 index 305644475555..4aedb687194f 100644 --- a/metadata/md5-cache/sec-policy/selinux-ppp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ppp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4aced71ba47f52c76ad3d568f5534c52 +_md5_=8613dd7731fceef44dcc419531952c49 diff --git a/metadata/md5-cache/sec-policy/selinux-privoxy-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-privoxy-2.20250618-r1 index 6831b9bfbeec..dc175feeb06c 100644 --- a/metadata/md5-cache/sec-policy/selinux-privoxy-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-privoxy-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for privoxy EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2e79941b10c526dbe2e861daa85c7c49 +_md5_=0dc1814bf90b415f2d60e8608ebaa7dd diff --git a/metadata/md5-cache/sec-policy/selinux-privoxy-9999 b/metadata/md5-cache/sec-policy/selinux-privoxy-9999 index 88c68ba76049..c16c33c453b2 100644 --- a/metadata/md5-cache/sec-policy/selinux-privoxy-9999 +++ b/metadata/md5-cache/sec-policy/selinux-privoxy-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4613190401f2a9421ff7c983d6727dcc +_md5_=2e79941b10c526dbe2e861daa85c7c49 diff --git a/metadata/md5-cache/sec-policy/selinux-procmail-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-procmail-2.20250618-r1 index 42a1b802eb70..ac48f50083d5 100644 --- a/metadata/md5-cache/sec-policy/selinux-procmail-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-procmail-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for procmail EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c10c69c67da1f66dea9e50adc0761d0a +_md5_=b83d546413ac4f2ff52ad6560470d69c diff --git a/metadata/md5-cache/sec-policy/selinux-procmail-9999 b/metadata/md5-cache/sec-policy/selinux-procmail-9999 index 307a695bdc60..93ce9a480172 100644 --- a/metadata/md5-cache/sec-policy/selinux-procmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-procmail-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ab6f7f53a4ecd024bb0e2bda5920f792 +_md5_=c10c69c67da1f66dea9e50adc0761d0a diff --git a/metadata/md5-cache/sec-policy/selinux-psad-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-psad-2.20250618-r1 index ece6117d4c50..da46bbb7432e 100644 --- a/metadata/md5-cache/sec-policy/selinux-psad-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-psad-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for psad EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2bf9ee86bb9fa0b8dcd3d6a16beb857b +_md5_=b5a59103dfcd3cc9d81cd29805e16165 diff --git a/metadata/md5-cache/sec-policy/selinux-psad-9999 b/metadata/md5-cache/sec-policy/selinux-psad-9999 index 5c6b8db586ae..68b0b9a6f1d0 100644 --- a/metadata/md5-cache/sec-policy/selinux-psad-9999 +++ b/metadata/md5-cache/sec-policy/selinux-psad-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=00a775b0e14f15ed6d6bf3ea4363157d +_md5_=2bf9ee86bb9fa0b8dcd3d6a16beb857b diff --git a/metadata/md5-cache/sec-policy/selinux-publicfile-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-publicfile-2.20250618-r1 index 7d0dbe0e61a0..211586aee48e 100644 --- a/metadata/md5-cache/sec-policy/selinux-publicfile-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-publicfile-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for publicfile EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3e62af27d1efbc92a0ef69d08705e260 +_md5_=68ef24b2f99220fdb2cb18c0a52dec3f diff --git a/metadata/md5-cache/sec-policy/selinux-publicfile-9999 b/metadata/md5-cache/sec-policy/selinux-publicfile-9999 index be88661fe630..f095684ddad8 100644 --- a/metadata/md5-cache/sec-policy/selinux-publicfile-9999 +++ b/metadata/md5-cache/sec-policy/selinux-publicfile-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cc9ffc1308e2bb9cca895c108a898117 +_md5_=3e62af27d1efbc92a0ef69d08705e260 diff --git a/metadata/md5-cache/sec-policy/selinux-pulseaudio-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-pulseaudio-2.20250618-r1 index 139be5492928..bb27585d0427 100644 --- a/metadata/md5-cache/sec-policy/selinux-pulseaudio-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-pulseaudio-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for pulseaudio EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1e00bae6e22035c26e679f640dc69452 +_md5_=54ddcca6d00d822e31da265c6c57e055 diff --git a/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 b/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 index c8a4a0393e43..dbf5d244fe77 100644 --- a/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pulseaudio-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=32c4637e776c038688ece6d296cb69e2 +_md5_=1e00bae6e22035c26e679f640dc69452 diff --git a/metadata/md5-cache/sec-policy/selinux-puppet-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-puppet-2.20250618-r1 index ef8510a2d97a..8347fe3f55c3 100644 --- a/metadata/md5-cache/sec-policy/selinux-puppet-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-puppet-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for puppet EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1cf2aabaa337c8691b57cfdb57e6c67c +_md5_=11a6d7d62e9c6b27ae117a0c5c0d9965 diff --git a/metadata/md5-cache/sec-policy/selinux-puppet-9999 b/metadata/md5-cache/sec-policy/selinux-puppet-9999 index 28c186af1e89..06ed654942e0 100644 --- a/metadata/md5-cache/sec-policy/selinux-puppet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-puppet-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=93829942e19374bf3ddf21bafdf2c285 +_md5_=1cf2aabaa337c8691b57cfdb57e6c67c diff --git a/metadata/md5-cache/sec-policy/selinux-pyzor-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-pyzor-2.20250618-r1 index 97e76af4e7b6..d8616f349f70 100644 --- a/metadata/md5-cache/sec-policy/selinux-pyzor-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-pyzor-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for pyzor EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=154beba5cc8384ce023ab06bd8131368 +_md5_=a93bdcc8383b6731b7f05380ff040679 diff --git a/metadata/md5-cache/sec-policy/selinux-pyzor-9999 b/metadata/md5-cache/sec-policy/selinux-pyzor-9999 index dcd592e7d0f1..411e6ed32407 100644 --- a/metadata/md5-cache/sec-policy/selinux-pyzor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-pyzor-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4e460e812d8bd6e7e7dcced21d2e6858 +_md5_=154beba5cc8384ce023ab06bd8131368 diff --git a/metadata/md5-cache/sec-policy/selinux-qemu-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-qemu-2.20250618-r1 index f71440eddabd..366c791516ee 100644 --- a/metadata/md5-cache/sec-policy/selinux-qemu-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-qemu-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for qemu EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-virt >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6843956751d764517c646f4ff632f4d0 +_md5_=ec415072d3f6997855fbd22e0b7e7295 diff --git a/metadata/md5-cache/sec-policy/selinux-qemu-9999 b/metadata/md5-cache/sec-policy/selinux-qemu-9999 index 79bf58f42811..540aa4334b73 100644 --- a/metadata/md5-cache/sec-policy/selinux-qemu-9999 +++ b/metadata/md5-cache/sec-policy/selinux-qemu-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-virt >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=581e1074bcc6b3d87775673fc558d996 +_md5_=6843956751d764517c646f4ff632f4d0 diff --git a/metadata/md5-cache/sec-policy/selinux-qmail-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-qmail-2.20250618-r1 index 6971fde4e40b..969f4737e00b 100644 --- a/metadata/md5-cache/sec-policy/selinux-qmail-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-qmail-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for qmail EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9e69180e5c262206e06d2e8967632ec7 +_md5_=28543296f6af65d19482292b62645655 diff --git a/metadata/md5-cache/sec-policy/selinux-qmail-9999 b/metadata/md5-cache/sec-policy/selinux-qmail-9999 index a38dab43290a..6e7a433d8bc7 100644 --- a/metadata/md5-cache/sec-policy/selinux-qmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-qmail-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6f370f9c9481059423f22849fa142fb9 +_md5_=9e69180e5c262206e06d2e8967632ec7 diff --git a/metadata/md5-cache/sec-policy/selinux-quota-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-quota-2.20250618-r1 index dfbd122af070..a313bdcfd6ac 100644 --- a/metadata/md5-cache/sec-policy/selinux-quota-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-quota-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for quota EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3b6a2f15272d433673756361a7f91d55 +_md5_=cfbbc933c8ef08280d7547e0bbbfc254 diff --git a/metadata/md5-cache/sec-policy/selinux-quota-9999 b/metadata/md5-cache/sec-policy/selinux-quota-9999 index 3052069faf14..4bd332a4a67f 100644 --- a/metadata/md5-cache/sec-policy/selinux-quota-9999 +++ b/metadata/md5-cache/sec-policy/selinux-quota-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f3b5358a0782a282373aec3cf4c5112e +_md5_=3b6a2f15272d433673756361a7f91d55 diff --git a/metadata/md5-cache/sec-policy/selinux-radius-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-radius-2.20250618-r1 index cc7a6d7468c7..4f9937bf7995 100644 --- a/metadata/md5-cache/sec-policy/selinux-radius-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-radius-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for radius EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b4d0a5de6ee2fa4475e69e1d41e21486 +_md5_=fe7501b7e3acf873bad52afbff645198 diff --git a/metadata/md5-cache/sec-policy/selinux-radius-9999 b/metadata/md5-cache/sec-policy/selinux-radius-9999 index a821a04812cd..66a82f840537 100644 --- a/metadata/md5-cache/sec-policy/selinux-radius-9999 +++ b/metadata/md5-cache/sec-policy/selinux-radius-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=aaaa7739f50131254ca2887dd777cbaa +_md5_=b4d0a5de6ee2fa4475e69e1d41e21486 diff --git a/metadata/md5-cache/sec-policy/selinux-radvd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-radvd-2.20250618-r1 index 3c5137f7678c..68a6e1f41a29 100644 --- a/metadata/md5-cache/sec-policy/selinux-radvd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-radvd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for radvd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0589b22de8495a241ceddd3057075289 +_md5_=b3e440826713d51522725ce90772024f diff --git a/metadata/md5-cache/sec-policy/selinux-radvd-9999 b/metadata/md5-cache/sec-policy/selinux-radvd-9999 index aa90740ee541..bb3e48a63e2f 100644 --- a/metadata/md5-cache/sec-policy/selinux-radvd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-radvd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=667fc1e33047e071c95cd0e27b558c0c +_md5_=0589b22de8495a241ceddd3057075289 diff --git a/metadata/md5-cache/sec-policy/selinux-rasdaemon-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rasdaemon-2.20250618-r1 index 4b39b64fa36a..3b7342b58eb7 100644 --- a/metadata/md5-cache/sec-policy/selinux-rasdaemon-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rasdaemon-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rasdaemon EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=736ae994c1ed25f1eccb02cffb13163e +_md5_=1acd03ff6c6706b22c413be2d02a1c88 diff --git a/metadata/md5-cache/sec-policy/selinux-rasdaemon-9999 b/metadata/md5-cache/sec-policy/selinux-rasdaemon-9999 index 1c0897bc0e81..c587bed82511 100644 --- a/metadata/md5-cache/sec-policy/selinux-rasdaemon-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rasdaemon-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=529532978dfccf84f0bcc0a043a5b850 +_md5_=736ae994c1ed25f1eccb02cffb13163e diff --git a/metadata/md5-cache/sec-policy/selinux-razor-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-razor-2.20250618-r1 index 2a6e119f8997..c8404f25e610 100644 --- a/metadata/md5-cache/sec-policy/selinux-razor-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-razor-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for razor EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d2c228af92ca442de21847baddf948c1 +_md5_=6a3439042bbb1a54dd968f1c015c639d diff --git a/metadata/md5-cache/sec-policy/selinux-razor-9999 b/metadata/md5-cache/sec-policy/selinux-razor-9999 index e930bf841ce3..f178e3626f49 100644 --- a/metadata/md5-cache/sec-policy/selinux-razor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-razor-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=429a89a6568c080e5785d7a648920d55 +_md5_=d2c228af92ca442de21847baddf948c1 diff --git a/metadata/md5-cache/sec-policy/selinux-redis-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-redis-2.20250618-r1 index 1bedf539dbd5..7c91b70f70f8 100644 --- a/metadata/md5-cache/sec-policy/selinux-redis-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-redis-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for redis EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e0bdbf5d29cf8401787cc36024dda519 +_md5_=570511deed178d8d179cad49e2440494 diff --git a/metadata/md5-cache/sec-policy/selinux-redis-9999 b/metadata/md5-cache/sec-policy/selinux-redis-9999 index b46326591127..87c7876e4c00 100644 --- a/metadata/md5-cache/sec-policy/selinux-redis-9999 +++ b/metadata/md5-cache/sec-policy/selinux-redis-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=87bbc286157d6f889c0678160eae91ab +_md5_=e0bdbf5d29cf8401787cc36024dda519 diff --git a/metadata/md5-cache/sec-policy/selinux-remotelogin-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-remotelogin-2.20250618-r1 index 63eadf8c527f..bf60fdc856a8 100644 --- a/metadata/md5-cache/sec-policy/selinux-remotelogin-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-remotelogin-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for remotelogin EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7e9c2f594cd8e24f727cef12d426155a +_md5_=97e80099cf6484179e3e8ce173d39bf3 diff --git a/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 b/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 index 1aeb6b2eead0..1f97dc73babe 100644 --- a/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-remotelogin-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2e8f96d09791ac69553b71ebfcc5c926 +_md5_=7e9c2f594cd8e24f727cef12d426155a diff --git a/metadata/md5-cache/sec-policy/selinux-resolvconf-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-resolvconf-2.20250618-r1 index d3706b7c8210..4d2885a7a205 100644 --- a/metadata/md5-cache/sec-policy/selinux-resolvconf-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-resolvconf-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for resolvconf EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cebe622b022aa18679ef2b415f1ad1e8 +_md5_=a731dcdfe6c0a2f5ad5b4016855cfbac diff --git a/metadata/md5-cache/sec-policy/selinux-resolvconf-9999 b/metadata/md5-cache/sec-policy/selinux-resolvconf-9999 index a983e0ae0fed..f296bcfafdec 100644 --- a/metadata/md5-cache/sec-policy/selinux-resolvconf-9999 +++ b/metadata/md5-cache/sec-policy/selinux-resolvconf-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4adf1c95c235e0af1831540f30edbd4e +_md5_=cebe622b022aa18679ef2b415f1ad1e8 diff --git a/metadata/md5-cache/sec-policy/selinux-rngd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rngd-2.20250618-r1 index 05fd701af70c..2784715776cb 100644 --- a/metadata/md5-cache/sec-policy/selinux-rngd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rngd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rngd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=49764a6badf7b093cea013a447118cfb +_md5_=00a358d5c755b32e7f52861d57322ab6 diff --git a/metadata/md5-cache/sec-policy/selinux-rngd-9999 b/metadata/md5-cache/sec-policy/selinux-rngd-9999 index f246bc548928..482aa9da6185 100644 --- a/metadata/md5-cache/sec-policy/selinux-rngd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rngd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b8424d8266480691e90308a2f5acfbd4 +_md5_=49764a6badf7b093cea013a447118cfb diff --git a/metadata/md5-cache/sec-policy/selinux-rootlesskit-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rootlesskit-2.20250618-r1 index 093bf506329d..93fb1b6c2138 100644 --- a/metadata/md5-cache/sec-policy/selinux-rootlesskit-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rootlesskit-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rootlesskit EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=589109ca7eaec48460ade75c205613f4 +_md5_=999f4bb4b82e7d304b84f25e1e31aaba diff --git a/metadata/md5-cache/sec-policy/selinux-rootlesskit-9999 b/metadata/md5-cache/sec-policy/selinux-rootlesskit-9999 index 842ac60d3b1f..d5b45ac6ac08 100644 --- a/metadata/md5-cache/sec-policy/selinux-rootlesskit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rootlesskit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-container >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bf0a9c57b55b0df768f0412230b52621 +_md5_=589109ca7eaec48460ade75c205613f4 diff --git a/metadata/md5-cache/sec-policy/selinux-rpc-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rpc-2.20250618-r1 index 68b2027be27e..910bfa890c4f 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpc-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rpc-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rpc EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e7059ddc2d5e685d7735bfeab5d94e68 +_md5_=12200e8cf4a50685b7b18489233612cf diff --git a/metadata/md5-cache/sec-policy/selinux-rpc-9999 b/metadata/md5-cache/sec-policy/selinux-rpc-9999 index 870233efa773..7900b84fab54 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpc-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpc-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=23dcc95fad534f1937e309041fcdbdec +_md5_=e7059ddc2d5e685d7735bfeab5d94e68 diff --git a/metadata/md5-cache/sec-policy/selinux-rpcbind-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rpcbind-2.20250618-r1 index a4d925ecfcb0..e380d65a73d9 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpcbind-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rpcbind-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rpcbind EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0387a1a168965b37356d29f2ffdba8e7 +_md5_=b80f28ded88fe7b3c0b0c8a82318f56f diff --git a/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 b/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 index e57bdfd8bb2a..355fd78068e9 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpcbind-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a7d4b3c09d946dddc786fe5a8e3ba064 +_md5_=0387a1a168965b37356d29f2ffdba8e7 diff --git a/metadata/md5-cache/sec-policy/selinux-rpm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rpm-2.20250618-r1 index c799cf4fad0e..7988930944c1 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rpm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rpm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f9855c2dfafd82cb08193368cda16ef8 +_md5_=f6fa435187c6464aa59bee31bf121d0f diff --git a/metadata/md5-cache/sec-policy/selinux-rpm-9999 b/metadata/md5-cache/sec-policy/selinux-rpm-9999 index 79b7a39ea5af..20f7c0089a15 100644 --- a/metadata/md5-cache/sec-policy/selinux-rpm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rpm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9048fdfd1b176e59766a0d71b883f198 +_md5_=f9855c2dfafd82cb08193368cda16ef8 diff --git a/metadata/md5-cache/sec-policy/selinux-rssh-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rssh-2.20250618-r1 index cf4700502cfd..38fab8cf6a75 100644 --- a/metadata/md5-cache/sec-policy/selinux-rssh-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rssh-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rssh EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bcd2724899616a7c434832028996f9bf +_md5_=45c27fda707f8dd82b71226e2ade01b5 diff --git a/metadata/md5-cache/sec-policy/selinux-rssh-9999 b/metadata/md5-cache/sec-policy/selinux-rssh-9999 index fbc2fb6e5739..5e0d05f2c274 100644 --- a/metadata/md5-cache/sec-policy/selinux-rssh-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rssh-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1360ff473cf627004ce5cabc28293c41 +_md5_=bcd2724899616a7c434832028996f9bf diff --git a/metadata/md5-cache/sec-policy/selinux-rtkit-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rtkit-2.20250618-r1 index 46b038172c86..3db07e2fd166 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtkit-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rtkit-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rtkit EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5371670c5f81fa8385fd09605a582868 +_md5_=24316a94786b4bbf3006f5eefc1d1590 diff --git a/metadata/md5-cache/sec-policy/selinux-rtkit-9999 b/metadata/md5-cache/sec-policy/selinux-rtkit-9999 index 719a0f91eae2..88a23319b727 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtkit-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rtkit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=86e5ccbe9c9b62deae3b25326912c2f8 +_md5_=5371670c5f81fa8385fd09605a582868 diff --git a/metadata/md5-cache/sec-policy/selinux-rtorrent-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-rtorrent-2.20250618-r1 index 38495ac15fb9..aa0833307e29 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtorrent-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-rtorrent-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for rtorrent EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=84f5d75acb2cbe9a2d62484f835fbe2b +_md5_=fd0adfa46fb12eef6d2c1d5a124e6318 diff --git a/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 b/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 index 36faf5c7d204..bcbbd32a3801 100644 --- a/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 +++ b/metadata/md5-cache/sec-policy/selinux-rtorrent-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a112ec2088b70381432a700ffcdd740d +_md5_=84f5d75acb2cbe9a2d62484f835fbe2b diff --git a/metadata/md5-cache/sec-policy/selinux-salt-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-salt-2.20250618-r1 index e0b524889d98..8d88fe88d0bd 100644 --- a/metadata/md5-cache/sec-policy/selinux-salt-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-salt-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for salt EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d19728fd16e75c54f1ee33a67b78d7dd +_md5_=460974ef618363310b1a757dc568e7bd diff --git a/metadata/md5-cache/sec-policy/selinux-salt-9999 b/metadata/md5-cache/sec-policy/selinux-salt-9999 index ab8b30987b2d..0c3d92a87abe 100644 --- a/metadata/md5-cache/sec-policy/selinux-salt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-salt-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=44a89744be2426722cf6a4b1a0c34491 +_md5_=d19728fd16e75c54f1ee33a67b78d7dd diff --git a/metadata/md5-cache/sec-policy/selinux-samba-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-samba-2.20250618-r1 index fe53870ab1e4..5d8970cded3d 100644 --- a/metadata/md5-cache/sec-policy/selinux-samba-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-samba-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for samba EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=94d1e26312b1858a7ac1091a495a83d6 +_md5_=4e0c2eb61d87674a6c29307e62131c52 diff --git a/metadata/md5-cache/sec-policy/selinux-samba-9999 b/metadata/md5-cache/sec-policy/selinux-samba-9999 index 367345f94ac0..1a28627801bf 100644 --- a/metadata/md5-cache/sec-policy/selinux-samba-9999 +++ b/metadata/md5-cache/sec-policy/selinux-samba-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=567e73ca82e7e45fe9ba3d150455cef3 +_md5_=94d1e26312b1858a7ac1091a495a83d6 diff --git a/metadata/md5-cache/sec-policy/selinux-sasl-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sasl-2.20250618-r1 index a9c97333a623..29b8d3e791ff 100644 --- a/metadata/md5-cache/sec-policy/selinux-sasl-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sasl-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sasl EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6c3dce436de55f1265368bf1f94c3a6a +_md5_=c4660ba4457cab4c25a07125ecc6ad48 diff --git a/metadata/md5-cache/sec-policy/selinux-sasl-9999 b/metadata/md5-cache/sec-policy/selinux-sasl-9999 index ffc38255424d..61c7bd9bbbaf 100644 --- a/metadata/md5-cache/sec-policy/selinux-sasl-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sasl-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=10affcec27dc676f0f063578a4a5800d +_md5_=6c3dce436de55f1265368bf1f94c3a6a diff --git a/metadata/md5-cache/sec-policy/selinux-screen-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-screen-2.20250618-r1 index 5392a79663be..d047949b4d4a 100644 --- a/metadata/md5-cache/sec-policy/selinux-screen-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-screen-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for screen EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c16a55f4ced1cb0b5a719f5f24a6cc3d +_md5_=f36ebed91671db447eda9677d5ddd992 diff --git a/metadata/md5-cache/sec-policy/selinux-screen-9999 b/metadata/md5-cache/sec-policy/selinux-screen-9999 index 1215eee2f4b5..1e2226524c73 100644 --- a/metadata/md5-cache/sec-policy/selinux-screen-9999 +++ b/metadata/md5-cache/sec-policy/selinux-screen-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=db9c5dd5058174176851c004eba3e5f6 +_md5_=c16a55f4ced1cb0b5a719f5f24a6cc3d diff --git a/metadata/md5-cache/sec-policy/selinux-secadm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-secadm-2.20250618-r1 index 9b2d18a5f410..d8e7959b75ca 100644 --- a/metadata/md5-cache/sec-policy/selinux-secadm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-secadm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for secadm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ceb45e1e600224381f5d05435725ecb4 +_md5_=667d3fb7e85c113c3cc499c163e367f7 diff --git a/metadata/md5-cache/sec-policy/selinux-secadm-9999 b/metadata/md5-cache/sec-policy/selinux-secadm-9999 index b66ad769aad8..eaa954994299 100644 --- a/metadata/md5-cache/sec-policy/selinux-secadm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-secadm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4e083550aa310095d13684c647992bd1 +_md5_=ceb45e1e600224381f5d05435725ecb4 diff --git a/metadata/md5-cache/sec-policy/selinux-sendmail-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sendmail-2.20250618-r1 index cf8e73847693..a481d80ee7a3 100644 --- a/metadata/md5-cache/sec-policy/selinux-sendmail-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sendmail-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sendmail EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0ccc53b8446f1afc0f9d128611c2d033 +_md5_=85db5559240ddc1c04cb83df5a0f0b77 diff --git a/metadata/md5-cache/sec-policy/selinux-sendmail-9999 b/metadata/md5-cache/sec-policy/selinux-sendmail-9999 index f4ae9b6ebf1e..40d67d0e6da0 100644 --- a/metadata/md5-cache/sec-policy/selinux-sendmail-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sendmail-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=081b0485de93d6a447517db8a0b38447 +_md5_=0ccc53b8446f1afc0f9d128611c2d033 diff --git a/metadata/md5-cache/sec-policy/selinux-sensord-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sensord-2.20250618-r1 index c8f3aeaa348b..42ed2ffd7493 100644 --- a/metadata/md5-cache/sec-policy/selinux-sensord-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sensord-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sensord EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=91aacfe029386ccff5c214bae2806510 +_md5_=2f88c5536124655f6f44c3c90f82918c diff --git a/metadata/md5-cache/sec-policy/selinux-sensord-9999 b/metadata/md5-cache/sec-policy/selinux-sensord-9999 index 368e99c526c2..fdd77b6ccb07 100644 --- a/metadata/md5-cache/sec-policy/selinux-sensord-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sensord-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=14f22fb14d068c94c244a0885b04483e +_md5_=91aacfe029386ccff5c214bae2806510 diff --git a/metadata/md5-cache/sec-policy/selinux-shorewall-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-shorewall-2.20250618-r1 index 9402b6e62732..094545d2f003 100644 --- a/metadata/md5-cache/sec-policy/selinux-shorewall-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-shorewall-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for shorewall EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=854d9bb24aab79ee3ddfb484e9bb245b +_md5_=ae69110d05bbf6ae0a556e61223d73c9 diff --git a/metadata/md5-cache/sec-policy/selinux-shorewall-9999 b/metadata/md5-cache/sec-policy/selinux-shorewall-9999 index 446681793a87..fbe63d9840c7 100644 --- a/metadata/md5-cache/sec-policy/selinux-shorewall-9999 +++ b/metadata/md5-cache/sec-policy/selinux-shorewall-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e513ca1ae1d4bd8e38f2b232fc1eeda9 +_md5_=854d9bb24aab79ee3ddfb484e9bb245b diff --git a/metadata/md5-cache/sec-policy/selinux-shutdown-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-shutdown-2.20250618-r1 index 7cf717d2b093..6df5495068b0 100644 --- a/metadata/md5-cache/sec-policy/selinux-shutdown-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-shutdown-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for shutdown EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5974beffe6400d5c2ae70ee8f2987b86 +_md5_=4ad7d8a0fdf476ac98c1e20c023d99d3 diff --git a/metadata/md5-cache/sec-policy/selinux-shutdown-9999 b/metadata/md5-cache/sec-policy/selinux-shutdown-9999 index 6a5c9008ba2b..73b2abccf287 100644 --- a/metadata/md5-cache/sec-policy/selinux-shutdown-9999 +++ b/metadata/md5-cache/sec-policy/selinux-shutdown-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=75f4d304fac894753dfa86a51441fa7c +_md5_=5974beffe6400d5c2ae70ee8f2987b86 diff --git a/metadata/md5-cache/sec-policy/selinux-slocate-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-slocate-2.20250618-r1 index 57ebff527d72..da25e648b727 100644 --- a/metadata/md5-cache/sec-policy/selinux-slocate-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-slocate-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for slocate EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fad569ae0ab9829a880d7fd927abe284 +_md5_=77a59395b864016e43d1ddb1da0e477c diff --git a/metadata/md5-cache/sec-policy/selinux-slocate-9999 b/metadata/md5-cache/sec-policy/selinux-slocate-9999 index 6d17933ee967..00b72e5ef83c 100644 --- a/metadata/md5-cache/sec-policy/selinux-slocate-9999 +++ b/metadata/md5-cache/sec-policy/selinux-slocate-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dead82455fce9642f7ada09e8015f617 +_md5_=fad569ae0ab9829a880d7fd927abe284 diff --git a/metadata/md5-cache/sec-policy/selinux-slrnpull-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-slrnpull-2.20250618-r1 index 24e9f0e1a01c..20a340d65f5e 100644 --- a/metadata/md5-cache/sec-policy/selinux-slrnpull-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-slrnpull-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for slrnpull EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5504c6a92a3ce0fd50432f8ea7f2660f +_md5_=ffa79b4e7e80402fd76f29cd740ef1c8 diff --git a/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 b/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 index 0a66c0155f84..37e0d096598c 100644 --- a/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 +++ b/metadata/md5-cache/sec-policy/selinux-slrnpull-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6a804de39aa3dddc4a2681d889d21713 +_md5_=5504c6a92a3ce0fd50432f8ea7f2660f diff --git a/metadata/md5-cache/sec-policy/selinux-smartmon-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-smartmon-2.20250618-r1 index c29af6889a8c..5f6846c1c82c 100644 --- a/metadata/md5-cache/sec-policy/selinux-smartmon-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-smartmon-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for smartmon EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5f7732e9be5b3fe5e8f782e7c39f4b37 +_md5_=f26688188b7cdfe22c2dfbebba52da3c diff --git a/metadata/md5-cache/sec-policy/selinux-smartmon-9999 b/metadata/md5-cache/sec-policy/selinux-smartmon-9999 index 9da4e2d1038e..e65f7034e37e 100644 --- a/metadata/md5-cache/sec-policy/selinux-smartmon-9999 +++ b/metadata/md5-cache/sec-policy/selinux-smartmon-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a165dcb334417a0ed090d63bf794a388 +_md5_=5f7732e9be5b3fe5e8f782e7c39f4b37 diff --git a/metadata/md5-cache/sec-policy/selinux-smokeping-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-smokeping-2.20250618-r1 index 2c50fa010fac..4978ebff7e71 100644 --- a/metadata/md5-cache/sec-policy/selinux-smokeping-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-smokeping-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for smokeping EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5a0b48c55aaa100fac060d03019a5b21 +_md5_=6a374c509d72b72519721eb94a8c5f8a diff --git a/metadata/md5-cache/sec-policy/selinux-smokeping-9999 b/metadata/md5-cache/sec-policy/selinux-smokeping-9999 index 16b39adb1942..59fb03bb02eb 100644 --- a/metadata/md5-cache/sec-policy/selinux-smokeping-9999 +++ b/metadata/md5-cache/sec-policy/selinux-smokeping-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ccdf5658f7135434b795a4bd8f365716 +_md5_=5a0b48c55aaa100fac060d03019a5b21 diff --git a/metadata/md5-cache/sec-policy/selinux-snmp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-snmp-2.20250618-r1 index bf1d04f86d92..fd72e8bc8138 100644 --- a/metadata/md5-cache/sec-policy/selinux-snmp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-snmp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for snmp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ef2cff6a7c80f8d9e66c2ad0f2b41e32 +_md5_=8a14c3830a553b671dd946f09c81839d diff --git a/metadata/md5-cache/sec-policy/selinux-snmp-9999 b/metadata/md5-cache/sec-policy/selinux-snmp-9999 index f2ad264676c2..e80e036d1d0a 100644 --- a/metadata/md5-cache/sec-policy/selinux-snmp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-snmp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=407b986110dab6c750bf93c00a242521 +_md5_=ef2cff6a7c80f8d9e66c2ad0f2b41e32 diff --git a/metadata/md5-cache/sec-policy/selinux-snort-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-snort-2.20250618-r1 index a5636e6192d6..48f90032f851 100644 --- a/metadata/md5-cache/sec-policy/selinux-snort-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-snort-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for snort EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e245e9b710f1faae16d5ed4823ae1676 +_md5_=dece285e54e693aca435cd1a200d48e0 diff --git a/metadata/md5-cache/sec-policy/selinux-snort-9999 b/metadata/md5-cache/sec-policy/selinux-snort-9999 index 7dec292ca861..d9fa200cbe9f 100644 --- a/metadata/md5-cache/sec-policy/selinux-snort-9999 +++ b/metadata/md5-cache/sec-policy/selinux-snort-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5e62b63af32dadf7be0b6d4f529f253f +_md5_=e245e9b710f1faae16d5ed4823ae1676 diff --git a/metadata/md5-cache/sec-policy/selinux-soundserver-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-soundserver-2.20250618-r1 index 9ed8c31735f8..1ffa61d7ea6d 100644 --- a/metadata/md5-cache/sec-policy/selinux-soundserver-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-soundserver-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for soundserver EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=22001585b910f77b07b1c6ea5e92702e +_md5_=dc57c861cea210070472245d8fc5b1d6 diff --git a/metadata/md5-cache/sec-policy/selinux-soundserver-9999 b/metadata/md5-cache/sec-policy/selinux-soundserver-9999 index cdc3e2722d9b..8463e2c733a1 100644 --- a/metadata/md5-cache/sec-policy/selinux-soundserver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-soundserver-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b19d23a9cfe3a9af961cf15eb02f6f8d +_md5_=22001585b910f77b07b1c6ea5e92702e diff --git a/metadata/md5-cache/sec-policy/selinux-spamassassin-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-spamassassin-2.20250618-r1 index b1cfe11a8bd4..b2a8ebc19c3b 100644 --- a/metadata/md5-cache/sec-policy/selinux-spamassassin-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-spamassassin-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for spamassassin EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a04b9bbc3b17e11a624d85694b3cb6f5 +_md5_=24306fc71fd9153e2705d670e1495de2 diff --git a/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 b/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 index d3ddb40095cd..b703fba2c7de 100644 --- a/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 +++ b/metadata/md5-cache/sec-policy/selinux-spamassassin-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6596aa9c6fd56f2994b00306accdfd63 +_md5_=a04b9bbc3b17e11a624d85694b3cb6f5 diff --git a/metadata/md5-cache/sec-policy/selinux-squid-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-squid-2.20250618-r1 index 7354971c346d..837c4955679e 100644 --- a/metadata/md5-cache/sec-policy/selinux-squid-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-squid-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for squid EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3ab516e456b504a512b71fc75c4fb4d9 +_md5_=71969d0dce1240252d599fd180241259 diff --git a/metadata/md5-cache/sec-policy/selinux-squid-9999 b/metadata/md5-cache/sec-policy/selinux-squid-9999 index 3e1e19ae5145..4bc5e3101115 100644 --- a/metadata/md5-cache/sec-policy/selinux-squid-9999 +++ b/metadata/md5-cache/sec-policy/selinux-squid-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c6e3473ae67ee8c4f1062ddffb309c9e +_md5_=3ab516e456b504a512b71fc75c4fb4d9 diff --git a/metadata/md5-cache/sec-policy/selinux-sssd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sssd-2.20250618-r1 index 50f30f5399bb..4ea3498fc768 100644 --- a/metadata/md5-cache/sec-policy/selinux-sssd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sssd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sssd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=0bd78dacb0d4266c3461eaa09b0b0b2b +_md5_=b8ff5e2537b1dc168cb066212329f148 diff --git a/metadata/md5-cache/sec-policy/selinux-sssd-9999 b/metadata/md5-cache/sec-policy/selinux-sssd-9999 index bc719c5f8e8f..51d69a4296c8 100644 --- a/metadata/md5-cache/sec-policy/selinux-sssd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sssd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=098eb42e19f74bc62e9a6e4d2f2bf7ac +_md5_=0bd78dacb0d4266c3461eaa09b0b0b2b diff --git a/metadata/md5-cache/sec-policy/selinux-stunnel-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-stunnel-2.20250618-r1 index 4309ec8a1735..51943848a5db 100644 --- a/metadata/md5-cache/sec-policy/selinux-stunnel-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-stunnel-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for stunnel EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=250062959f6031c09993741ff7f29f2a +_md5_=b4eaaa541999669e966bfbf99ab73a57 diff --git a/metadata/md5-cache/sec-policy/selinux-stunnel-9999 b/metadata/md5-cache/sec-policy/selinux-stunnel-9999 index 93f34a632a42..16bbf450d6e2 100644 --- a/metadata/md5-cache/sec-policy/selinux-stunnel-9999 +++ b/metadata/md5-cache/sec-policy/selinux-stunnel-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ece2b062c9825c858cc1d892700b5b6c +_md5_=250062959f6031c09993741ff7f29f2a diff --git a/metadata/md5-cache/sec-policy/selinux-subsonic-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-subsonic-2.20250618-r1 index 1a2d9474608d..9e8ec5e36fc5 100644 --- a/metadata/md5-cache/sec-policy/selinux-subsonic-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-subsonic-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for subsonic EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=7539abbc1272dde4daa4a96455e0535f +_md5_=0a4ac115143271227d6b9304aef0b210 diff --git a/metadata/md5-cache/sec-policy/selinux-subsonic-9999 b/metadata/md5-cache/sec-policy/selinux-subsonic-9999 index dbd49ce29cf1..b5d56f020e1d 100644 --- a/metadata/md5-cache/sec-policy/selinux-subsonic-9999 +++ b/metadata/md5-cache/sec-policy/selinux-subsonic-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b227969dbd9b4d5c56385f8628abb08a +_md5_=7539abbc1272dde4daa4a96455e0535f diff --git a/metadata/md5-cache/sec-policy/selinux-sudo-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sudo-2.20250618-r1 index 004ca967f13d..09b58906d709 100644 --- a/metadata/md5-cache/sec-policy/selinux-sudo-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sudo-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sudo EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=575918548c3dea4626a2701ef517c152 +_md5_=fedfb0e6d1c896ce9e650f1a80e22b55 diff --git a/metadata/md5-cache/sec-policy/selinux-sudo-9999 b/metadata/md5-cache/sec-policy/selinux-sudo-9999 index 87495f1bec35..3d16cb4bc16d 100644 --- a/metadata/md5-cache/sec-policy/selinux-sudo-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sudo-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=b22c4fe336845ed9df94c779960bc46b +_md5_=575918548c3dea4626a2701ef517c152 diff --git a/metadata/md5-cache/sec-policy/selinux-switcheroo-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-switcheroo-2.20250618-r1 index 1e041bbbdc68..88fa4cfe206f 100644 --- a/metadata/md5-cache/sec-policy/selinux-switcheroo-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-switcheroo-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for switcheroo EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8323d9d2705dbe1df65b0a26a4fcf3de +_md5_=f6e80eeef1821c9c9fdd9d504c0588ad diff --git a/metadata/md5-cache/sec-policy/selinux-switcheroo-9999 b/metadata/md5-cache/sec-policy/selinux-switcheroo-9999 index ae9edc867015..a22c7a848194 100644 --- a/metadata/md5-cache/sec-policy/selinux-switcheroo-9999 +++ b/metadata/md5-cache/sec-policy/selinux-switcheroo-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cf5eeb591eb08bc8ac75958252afff3b +_md5_=8323d9d2705dbe1df65b0a26a4fcf3de diff --git a/metadata/md5-cache/sec-policy/selinux-sxid-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sxid-2.20250618-r1 index 2e201adbd07c..d3f72b888ba4 100644 --- a/metadata/md5-cache/sec-policy/selinux-sxid-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sxid-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sxid EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=734dca2700911e41b9fd2404198f50cf +_md5_=ed58cd1a362e9d9e612911e51dcd2179 diff --git a/metadata/md5-cache/sec-policy/selinux-sxid-9999 b/metadata/md5-cache/sec-policy/selinux-sxid-9999 index 881da0ac892d..2128b967a7b7 100644 --- a/metadata/md5-cache/sec-policy/selinux-sxid-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sxid-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=13800bdadf82f7fbbaf6739e31f45624 +_md5_=734dca2700911e41b9fd2404198f50cf diff --git a/metadata/md5-cache/sec-policy/selinux-syncthing-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-syncthing-2.20250618-r1 index 257bc5d3728d..685ec353198c 100644 --- a/metadata/md5-cache/sec-policy/selinux-syncthing-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-syncthing-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for syncthing EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=580ef4ecee2587b446e75dd98f2797ba +_md5_=1a3b5b2f15c4947c2c86de5beabc8ea0 diff --git a/metadata/md5-cache/sec-policy/selinux-syncthing-9999 b/metadata/md5-cache/sec-policy/selinux-syncthing-9999 index 453c17b35770..fa828a77dcec 100644 --- a/metadata/md5-cache/sec-policy/selinux-syncthing-9999 +++ b/metadata/md5-cache/sec-policy/selinux-syncthing-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=9bb7647fd46ec59ecd06eae9aefa663e +_md5_=580ef4ecee2587b446e75dd98f2797ba diff --git a/metadata/md5-cache/sec-policy/selinux-sysstat-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-sysstat-2.20250618-r1 index 8728558d007b..8a1d89316e54 100644 --- a/metadata/md5-cache/sec-policy/selinux-sysstat-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-sysstat-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for sysstat EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=59e791ad102da8884399a7c72a7e2b2e +_md5_=1d41e5d8cb698d92312d81e6298faf74 diff --git a/metadata/md5-cache/sec-policy/selinux-sysstat-9999 b/metadata/md5-cache/sec-policy/selinux-sysstat-9999 index db36eb035117..f879eaab523c 100644 --- a/metadata/md5-cache/sec-policy/selinux-sysstat-9999 +++ b/metadata/md5-cache/sec-policy/selinux-sysstat-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=58b1a6067ed1dd73090e82330ce02e31 +_md5_=59e791ad102da8884399a7c72a7e2b2e diff --git a/metadata/md5-cache/sec-policy/selinux-tboot-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tboot-2.20250618-r1 index 152140cba4ab..ca98c013ad0f 100644 --- a/metadata/md5-cache/sec-policy/selinux-tboot-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tboot-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tboot EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=51a0400293aa455dc36de5efeeeb6d9b +_md5_=6c11a146968a3ca83bd36b4e0b95b31a diff --git a/metadata/md5-cache/sec-policy/selinux-tboot-9999 b/metadata/md5-cache/sec-policy/selinux-tboot-9999 index 4cc06189d2bc..349953f65ce1 100644 --- a/metadata/md5-cache/sec-policy/selinux-tboot-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tboot-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=03081c245ba32cb40919f4ff1022f27d +_md5_=51a0400293aa455dc36de5efeeeb6d9b diff --git a/metadata/md5-cache/sec-policy/selinux-tcpd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tcpd-2.20250618-r1 index 4035cef64838..c2c72add8216 100644 --- a/metadata/md5-cache/sec-policy/selinux-tcpd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tcpd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tcpd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=266408da8e638ed6bc1bee3f42519930 +_md5_=95534dc21fed0f7d1ba590276fbb0eec diff --git a/metadata/md5-cache/sec-policy/selinux-tcpd-9999 b/metadata/md5-cache/sec-policy/selinux-tcpd-9999 index 568c8381ec97..54ab5b00aafc 100644 --- a/metadata/md5-cache/sec-policy/selinux-tcpd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tcpd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5d9c0fc656f1fc9e2d296fffac908124 +_md5_=266408da8e638ed6bc1bee3f42519930 diff --git a/metadata/md5-cache/sec-policy/selinux-tcsd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tcsd-2.20250618-r1 index d30eddb1b684..065fcd2e9d22 100644 --- a/metadata/md5-cache/sec-policy/selinux-tcsd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tcsd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tcsd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1f4b3a9ec63ffecda052b6802c786de2 +_md5_=abe59070f15033e6af9627f0d513963a diff --git a/metadata/md5-cache/sec-policy/selinux-tcsd-9999 b/metadata/md5-cache/sec-policy/selinux-tcsd-9999 index c3553418ebd9..59da238bb19c 100644 --- a/metadata/md5-cache/sec-policy/selinux-tcsd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tcsd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=956cc373800760f4bff8d8a93e803f3d +_md5_=1f4b3a9ec63ffecda052b6802c786de2 diff --git a/metadata/md5-cache/sec-policy/selinux-telnet-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-telnet-2.20250618-r1 index 5cdf8216fc24..2cebf38e6ff7 100644 --- a/metadata/md5-cache/sec-policy/selinux-telnet-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-telnet-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for telnet EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-remotelogin >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c46fccb3f0cadf338f45983b6d3480e4 +_md5_=8121fcf58984cfc3f7ba1c076894eba1 diff --git a/metadata/md5-cache/sec-policy/selinux-telnet-9999 b/metadata/md5-cache/sec-policy/selinux-telnet-9999 index d9937a2f4b89..803797dd85d5 100644 --- a/metadata/md5-cache/sec-policy/selinux-telnet-9999 +++ b/metadata/md5-cache/sec-policy/selinux-telnet-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-remotelogin >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a20ff977745fa23167a120eff1b69a5e +_md5_=c46fccb3f0cadf338f45983b6d3480e4 diff --git a/metadata/md5-cache/sec-policy/selinux-tftp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tftp-2.20250618-r1 index 293c2a5ca641..b3ac9fb18a43 100644 --- a/metadata/md5-cache/sec-policy/selinux-tftp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tftp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tftp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d6a07a7167181a52da2a24a83e856bba +_md5_=595a07abdad9afaf43877e33ecbbdfd1 diff --git a/metadata/md5-cache/sec-policy/selinux-tftp-9999 b/metadata/md5-cache/sec-policy/selinux-tftp-9999 index 9cd576b5e677..d19360578c03 100644 --- a/metadata/md5-cache/sec-policy/selinux-tftp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tftp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6d74e41ec7b26535ac77c64be3794eca +_md5_=d6a07a7167181a52da2a24a83e856bba diff --git a/metadata/md5-cache/sec-policy/selinux-tgtd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tgtd-2.20250618-r1 index cb3934ce45e5..53724fd73948 100644 --- a/metadata/md5-cache/sec-policy/selinux-tgtd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tgtd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tgtd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=09928e3be1cbc4991da5f2071f4d9723 +_md5_=b775aaf83e24bd004f12a5077573b211 diff --git a/metadata/md5-cache/sec-policy/selinux-tgtd-9999 b/metadata/md5-cache/sec-policy/selinux-tgtd-9999 index e53b1a863490..b86436d60cbd 100644 --- a/metadata/md5-cache/sec-policy/selinux-tgtd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tgtd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a17824f100524c15b8a356634acd5ed7 +_md5_=09928e3be1cbc4991da5f2071f4d9723 diff --git a/metadata/md5-cache/sec-policy/selinux-thunderbird-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-thunderbird-2.20250618-r1 index 8d40ffa0de0c..0a6dd9987045 100644 --- a/metadata/md5-cache/sec-policy/selinux-thunderbird-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-thunderbird-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for thunderbird EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a5e36965b33a437558785c1231a548ee +_md5_=0634229736c54ad9d964ee16c24ffd97 diff --git a/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 b/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 index deeffff8aad6..a02bc1ec9ec5 100644 --- a/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 +++ b/metadata/md5-cache/sec-policy/selinux-thunderbird-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6285213d8fb3b74cf271c4c53c13989a +_md5_=a5e36965b33a437558785c1231a548ee diff --git a/metadata/md5-cache/sec-policy/selinux-thunderbolt-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-thunderbolt-2.20250618-r1 index 42fd08703afb..47ec3f373ca5 100644 --- a/metadata/md5-cache/sec-policy/selinux-thunderbolt-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-thunderbolt-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for thunderbolt EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d2dad6045b1002e2069cbfb69e031305 +_md5_=0d6ea45d032126871b50452966ffd991 diff --git a/metadata/md5-cache/sec-policy/selinux-thunderbolt-9999 b/metadata/md5-cache/sec-policy/selinux-thunderbolt-9999 index cfb2e05ec9c7..8b41d0fbbabf 100644 --- a/metadata/md5-cache/sec-policy/selinux-thunderbolt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-thunderbolt-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=5e937c9d9caadf8c7208186e5169823d +_md5_=d2dad6045b1002e2069cbfb69e031305 diff --git a/metadata/md5-cache/sec-policy/selinux-timidity-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-timidity-2.20250618-r1 index bc90e5d640d3..63be922cb31e 100644 --- a/metadata/md5-cache/sec-policy/selinux-timidity-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-timidity-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for timidity EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=70dcc3291448cab56bcc9afd1d789bcd +_md5_=dabdafedda66dea18177803469f20541 diff --git a/metadata/md5-cache/sec-policy/selinux-timidity-9999 b/metadata/md5-cache/sec-policy/selinux-timidity-9999 index 6084ba6f3d31..a0f37682bdc7 100644 --- a/metadata/md5-cache/sec-policy/selinux-timidity-9999 +++ b/metadata/md5-cache/sec-policy/selinux-timidity-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1b2be68f8d83372714ea9053eb71bb64 +_md5_=70dcc3291448cab56bcc9afd1d789bcd diff --git a/metadata/md5-cache/sec-policy/selinux-tmpreaper-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tmpreaper-2.20250618-r1 index 58f5ed6d5933..a747143fb747 100644 --- a/metadata/md5-cache/sec-policy/selinux-tmpreaper-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tmpreaper-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tmpreaper EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dec0051e55dc9c8a4f5b64d9d294c5dd +_md5_=08931ef87f926609f9744a014c940447 diff --git a/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 b/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 index b583c87da7f9..7076bf0ee511 100644 --- a/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tmpreaper-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=68ae8b4ba52b58fb706c1c097b0a2548 +_md5_=dec0051e55dc9c8a4f5b64d9d294c5dd diff --git a/metadata/md5-cache/sec-policy/selinux-tor-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tor-2.20250618-r1 index 539cb6b6219f..03fcc8d4bf6b 100644 --- a/metadata/md5-cache/sec-policy/selinux-tor-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tor-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tor EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=3bcee852994d3b9b1230d09d93240d05 +_md5_=b59818a55d931309f774980962113bf8 diff --git a/metadata/md5-cache/sec-policy/selinux-tor-9999 b/metadata/md5-cache/sec-policy/selinux-tor-9999 index bb4edce242a1..06b8f9db3f7e 100644 --- a/metadata/md5-cache/sec-policy/selinux-tor-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tor-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=826c35a55e17b0c2a08c82aba773bdd6 +_md5_=3bcee852994d3b9b1230d09d93240d05 diff --git a/metadata/md5-cache/sec-policy/selinux-tripwire-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-tripwire-2.20250618-r1 index 688acc714c43..0bb130a04f5f 100644 --- a/metadata/md5-cache/sec-policy/selinux-tripwire-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-tripwire-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for tripwire EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f40d2791f23fe2eb75de6fbf74471fa5 +_md5_=8df359de23862892f52ac37bfeffbdb3 diff --git a/metadata/md5-cache/sec-policy/selinux-tripwire-9999 b/metadata/md5-cache/sec-policy/selinux-tripwire-9999 index be2544d942ac..1416d4c7a71d 100644 --- a/metadata/md5-cache/sec-policy/selinux-tripwire-9999 +++ b/metadata/md5-cache/sec-policy/selinux-tripwire-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bc3c469fdcd99880765e3fb6dea6cfcb +_md5_=f40d2791f23fe2eb75de6fbf74471fa5 diff --git a/metadata/md5-cache/sec-policy/selinux-ucspitcp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ucspitcp-2.20250618-r1 index fe752c873f63..16748bd208ae 100644 --- a/metadata/md5-cache/sec-policy/selinux-ucspitcp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ucspitcp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ucspitcp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f6dd210dd5aac66d3f44ef136a44b513 +_md5_=20b6a20de13e93d9d4abbe8851a797d0 diff --git a/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 b/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 index 066a73909d6e..269ae0e04cc4 100644 --- a/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ucspitcp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=56f42a0d55f486b47bdd4715409579bc +_md5_=f6dd210dd5aac66d3f44ef136a44b513 diff --git a/metadata/md5-cache/sec-policy/selinux-ulogd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-ulogd-2.20250618-r1 index dab745aff1c2..3b275030b3e5 100644 --- a/metadata/md5-cache/sec-policy/selinux-ulogd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-ulogd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for ulogd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1a6b19c09ca85942751f4600a72ef507 +_md5_=f2b6fc9d11a0d9a0771df68e12a3f5b5 diff --git a/metadata/md5-cache/sec-policy/selinux-ulogd-9999 b/metadata/md5-cache/sec-policy/selinux-ulogd-9999 index f119793fe308..839498c1f6c1 100644 --- a/metadata/md5-cache/sec-policy/selinux-ulogd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-ulogd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4f773808ecbf085974dab50438fdfe8c +_md5_=1a6b19c09ca85942751f4600a72ef507 diff --git a/metadata/md5-cache/sec-policy/selinux-uml-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-uml-2.20250618-r1 index d377741ed147..601a4fac97cd 100644 --- a/metadata/md5-cache/sec-policy/selinux-uml-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-uml-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for uml EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=503e0f3d9daa5c2f86d99afd1fece386 +_md5_=af841d06a7be167bcc201642584dd2dd diff --git a/metadata/md5-cache/sec-policy/selinux-uml-9999 b/metadata/md5-cache/sec-policy/selinux-uml-9999 index 81fe7729acd4..3dc52ba4f953 100644 --- a/metadata/md5-cache/sec-policy/selinux-uml-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uml-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ec4c8d16ae9d44cc0a0e6b56ecdb565d +_md5_=503e0f3d9daa5c2f86d99afd1fece386 diff --git a/metadata/md5-cache/sec-policy/selinux-unconfined-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-unconfined-2.20250618-r1 index 7dfc69967ef5..10da234f8709 100644 --- a/metadata/md5-cache/sec-policy/selinux-unconfined-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-unconfined-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for unconfined EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=93ce8e392a4dbb19ad51f79e07851633 +_md5_=98d33c7c2a1f1d27686ee3503960e124 diff --git a/metadata/md5-cache/sec-policy/selinux-unconfined-9999 b/metadata/md5-cache/sec-policy/selinux-unconfined-9999 index f259a3a1b433..26c9b29fab29 100644 --- a/metadata/md5-cache/sec-policy/selinux-unconfined-9999 +++ b/metadata/md5-cache/sec-policy/selinux-unconfined-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=551aa6c0c479859785e1542136020478 +_md5_=93ce8e392a4dbb19ad51f79e07851633 diff --git a/metadata/md5-cache/sec-policy/selinux-uptime-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-uptime-2.20250618-r1 index 3b709d6a1432..054eb84833a5 100644 --- a/metadata/md5-cache/sec-policy/selinux-uptime-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-uptime-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for uptime EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=43e1eba8afab03eef6a235b7c7e91652 +_md5_=db2794d3d96625f615d4cd3491d8bad3 diff --git a/metadata/md5-cache/sec-policy/selinux-uptime-9999 b/metadata/md5-cache/sec-policy/selinux-uptime-9999 index 838b8a5172c5..35e8d621de4f 100644 --- a/metadata/md5-cache/sec-policy/selinux-uptime-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uptime-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d39eefc73c434a33775b9bd6a66c7217 +_md5_=43e1eba8afab03eef6a235b7c7e91652 diff --git a/metadata/md5-cache/sec-policy/selinux-usbguard-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-usbguard-2.20250618-r1 index 2531ff7103bb..fc2124a29aee 100644 --- a/metadata/md5-cache/sec-policy/selinux-usbguard-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-usbguard-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for usbguard EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ebd244a9c4d63699dbc98885e1b942c1 +_md5_=92481a195b7be2fc5e847a2ae37995e3 diff --git a/metadata/md5-cache/sec-policy/selinux-usbguard-9999 b/metadata/md5-cache/sec-policy/selinux-usbguard-9999 index 14bc8b540144..b2184aacd1aa 100644 --- a/metadata/md5-cache/sec-policy/selinux-usbguard-9999 +++ b/metadata/md5-cache/sec-policy/selinux-usbguard-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d175239e3b706d086785423af4547869 +_md5_=ebd244a9c4d63699dbc98885e1b942c1 diff --git a/metadata/md5-cache/sec-policy/selinux-usbmuxd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-usbmuxd-2.20250618-r1 index c96a264ecdb7..45ee8931adf8 100644 --- a/metadata/md5-cache/sec-policy/selinux-usbmuxd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-usbmuxd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for usbmuxd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=88d6c75057a9aad8882bf5de82e713fb +_md5_=de2bb97680e9b50e10e8e644fbda1233 diff --git a/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 b/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 index 62f7544b3d95..df1427472815 100644 --- a/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-usbmuxd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d0c10ca8d87bff70110b6439f23a02e7 +_md5_=88d6c75057a9aad8882bf5de82e713fb diff --git a/metadata/md5-cache/sec-policy/selinux-uucp-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-uucp-2.20250618-r1 index 2a94807a3d50..d261e9731fe8 100644 --- a/metadata/md5-cache/sec-policy/selinux-uucp-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-uucp-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for uucp EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d7c45054d2d192c260cc67aae776b3b2 +_md5_=0d2cb8888adb6e854fc19d78c39152ea diff --git a/metadata/md5-cache/sec-policy/selinux-uucp-9999 b/metadata/md5-cache/sec-policy/selinux-uucp-9999 index d59538ef8625..d3ed57293077 100644 --- a/metadata/md5-cache/sec-policy/selinux-uucp-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uucp-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2e02a3666e52fc47657304586e7bbd9d +_md5_=d7c45054d2d192c260cc67aae776b3b2 diff --git a/metadata/md5-cache/sec-policy/selinux-uwimap-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-uwimap-2.20250618-r1 index 237662cbfa41..2bc7738ebc65 100644 --- a/metadata/md5-cache/sec-policy/selinux-uwimap-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-uwimap-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for uwimap EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dc31cd8532f79c61534875f71b306d4f +_md5_=fbdf500ea96ede9410c5c246cef5dfdb diff --git a/metadata/md5-cache/sec-policy/selinux-uwimap-9999 b/metadata/md5-cache/sec-policy/selinux-uwimap-9999 index 0826af78c870..bf73b9065b92 100644 --- a/metadata/md5-cache/sec-policy/selinux-uwimap-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uwimap-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d64068cb805a77ddda3d9ca0efb978d1 +_md5_=dc31cd8532f79c61534875f71b306d4f diff --git a/metadata/md5-cache/sec-policy/selinux-uwsgi-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-uwsgi-2.20250618-r1 index 8f328ad21730..993290a3f7fa 100644 --- a/metadata/md5-cache/sec-policy/selinux-uwsgi-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-uwsgi-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for uWSGI EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a000caa5816f015d153c5b58af684c6a +_md5_=59231067abee68a73b20cddeaf5303f4 diff --git a/metadata/md5-cache/sec-policy/selinux-uwsgi-9999 b/metadata/md5-cache/sec-policy/selinux-uwsgi-9999 index 9adf37ecf80e..10a12162f999 100644 --- a/metadata/md5-cache/sec-policy/selinux-uwsgi-9999 +++ b/metadata/md5-cache/sec-policy/selinux-uwsgi-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8ecde48e8581160d8b1acae27ed5fa31 +_md5_=a000caa5816f015d153c5b58af684c6a diff --git a/metadata/md5-cache/sec-policy/selinux-varnishd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-varnishd-2.20250618-r1 index c9e22880eb8b..34af4241b30a 100644 --- a/metadata/md5-cache/sec-policy/selinux-varnishd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-varnishd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for varnishd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e0d878022a1a405854bc2b98f9b3c007 +_md5_=ee5e3ad8b96075169f5c68050f055dfa diff --git a/metadata/md5-cache/sec-policy/selinux-varnishd-9999 b/metadata/md5-cache/sec-policy/selinux-varnishd-9999 index cea5f513242e..8ea6f81b150d 100644 --- a/metadata/md5-cache/sec-policy/selinux-varnishd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-varnishd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f1fb8d5330c7f6daa9c47b2c9131f866 +_md5_=e0d878022a1a405854bc2b98f9b3c007 diff --git a/metadata/md5-cache/sec-policy/selinux-vbetool-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vbetool-2.20250618-r1 index 890649374719..5319f98f1c31 100644 --- a/metadata/md5-cache/sec-policy/selinux-vbetool-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vbetool-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vbetool EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=07122c034517d7a90ea61be6e0f2dd7d +_md5_=cb6870a7d265d0b460dbef3d5a1fcf2c diff --git a/metadata/md5-cache/sec-policy/selinux-vbetool-9999 b/metadata/md5-cache/sec-policy/selinux-vbetool-9999 index 6e612d55b2d0..1b1b205c7c76 100644 --- a/metadata/md5-cache/sec-policy/selinux-vbetool-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vbetool-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=311e7af9ca68aafcdfe0c2a8507f6000 +_md5_=07122c034517d7a90ea61be6e0f2dd7d diff --git a/metadata/md5-cache/sec-policy/selinux-vdagent-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vdagent-2.20250618-r1 index e91535429a3e..e8e9b9720f01 100644 --- a/metadata/md5-cache/sec-policy/selinux-vdagent-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vdagent-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vdagent EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a9455f7880f168958ee145e1055cb158 +_md5_=3b4c02007f4157dd1d3ad3cd6d053f14 diff --git a/metadata/md5-cache/sec-policy/selinux-vdagent-9999 b/metadata/md5-cache/sec-policy/selinux-vdagent-9999 index 773f35bf8947..9890176356b5 100644 --- a/metadata/md5-cache/sec-policy/selinux-vdagent-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vdagent-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e401ab38765709a39c431275b836b7f9 +_md5_=a9455f7880f168958ee145e1055cb158 diff --git a/metadata/md5-cache/sec-policy/selinux-vde-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vde-2.20250618-r1 index 0d99404bc0db..861de44aa7d5 100644 --- a/metadata/md5-cache/sec-policy/selinux-vde-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vde-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vde EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f28969915d1c1985b95e249dc77ea2f4 +_md5_=0186e4cc60948b03dc6c766382f13e51 diff --git a/metadata/md5-cache/sec-policy/selinux-vde-9999 b/metadata/md5-cache/sec-policy/selinux-vde-9999 index 619b4aa62976..f6f092396dd4 100644 --- a/metadata/md5-cache/sec-policy/selinux-vde-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vde-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=90912855f274fd5834f366a9271c6164 +_md5_=f28969915d1c1985b95e249dc77ea2f4 diff --git a/metadata/md5-cache/sec-policy/selinux-virt-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-virt-2.20250618-r1 index ba3a452ac458..782c9064917c 100644 --- a/metadata/md5-cache/sec-policy/selinux-virt-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-virt-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for virt EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=c3b19a5c82e612e9fdb6b896ecf78958 +_md5_=4dc384aa20d9ac8d0f160c8615a45fac diff --git a/metadata/md5-cache/sec-policy/selinux-virt-9999 b/metadata/md5-cache/sec-policy/selinux-virt-9999 index 150d7e350deb..3c29035c809f 100644 --- a/metadata/md5-cache/sec-policy/selinux-virt-9999 +++ b/metadata/md5-cache/sec-policy/selinux-virt-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d48d1359f0196937c5e1aaef25fa3094 +_md5_=c3b19a5c82e612e9fdb6b896ecf78958 diff --git a/metadata/md5-cache/sec-policy/selinux-vlock-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vlock-2.20250618-r1 index d7770e41b40c..a7e1daca0332 100644 --- a/metadata/md5-cache/sec-policy/selinux-vlock-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vlock-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vlock EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4d360815504e4414b200f5cb26d7ae17 +_md5_=b31cbd3a6fef6f2dccd431606aea9de7 diff --git a/metadata/md5-cache/sec-policy/selinux-vlock-9999 b/metadata/md5-cache/sec-policy/selinux-vlock-9999 index 4977627ca997..d9ec8f24fa30 100644 --- a/metadata/md5-cache/sec-policy/selinux-vlock-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vlock-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6c56bd0f8a223fdee914b8873ae5bf8b +_md5_=4d360815504e4414b200f5cb26d7ae17 diff --git a/metadata/md5-cache/sec-policy/selinux-vmware-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vmware-2.20250618-r1 index f7377a1c20d9..c87391dc609d 100644 --- a/metadata/md5-cache/sec-policy/selinux-vmware-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vmware-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vmware EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=33f040fea596d7090e54faaf22ea0318 +_md5_=4961f50e9fd6cfb124564899933c72e3 diff --git a/metadata/md5-cache/sec-policy/selinux-vmware-9999 b/metadata/md5-cache/sec-policy/selinux-vmware-9999 index 8dc8b4565fe4..f29e59733a28 100644 --- a/metadata/md5-cache/sec-policy/selinux-vmware-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vmware-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f51e5662b4451154d5455653922c1fe0 +_md5_=33f040fea596d7090e54faaf22ea0318 diff --git a/metadata/md5-cache/sec-policy/selinux-vnstatd-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vnstatd-2.20250618-r1 index 9ef77a27d353..a6cd760b339c 100644 --- a/metadata/md5-cache/sec-policy/selinux-vnstatd-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vnstatd-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vnstatd EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=d6e49c66f902a44796b66816750b7fd5 +_md5_=cab838f2f37f326823eeb0bd1be1e79e diff --git a/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 b/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 index 1d1022381800..6e18f24e2d43 100644 --- a/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vnstatd-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=e53d603e866216bae38fe07a9baa8767 +_md5_=d6e49c66f902a44796b66816750b7fd5 diff --git a/metadata/md5-cache/sec-policy/selinux-vpn-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-vpn-2.20250618-r1 index 28ea9c211980..07e9a7b948d3 100644 --- a/metadata/md5-cache/sec-policy/selinux-vpn-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-vpn-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for vpn EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bda02cea070a5d77af760e8563b7ccb4 +_md5_=ffba673c5652f0be2285ffa01c6e4059 diff --git a/metadata/md5-cache/sec-policy/selinux-vpn-9999 b/metadata/md5-cache/sec-policy/selinux-vpn-9999 index c73c066293fa..d5751875b737 100644 --- a/metadata/md5-cache/sec-policy/selinux-vpn-9999 +++ b/metadata/md5-cache/sec-policy/selinux-vpn-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a3732a3a90c0969650bab772ad814315 +_md5_=bda02cea070a5d77af760e8563b7ccb4 diff --git a/metadata/md5-cache/sec-policy/selinux-watchdog-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-watchdog-2.20250618-r1 index 5479615fd197..2f31fa1109cd 100644 --- a/metadata/md5-cache/sec-policy/selinux-watchdog-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-watchdog-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for watchdog EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=bf39ed6ae9084325120f4d76567806c5 +_md5_=80ee931a7573559b758692954c93ae18 diff --git a/metadata/md5-cache/sec-policy/selinux-watchdog-9999 b/metadata/md5-cache/sec-policy/selinux-watchdog-9999 index baa5b0d1d734..0af5e7580ee5 100644 --- a/metadata/md5-cache/sec-policy/selinux-watchdog-9999 +++ b/metadata/md5-cache/sec-policy/selinux-watchdog-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=473c7cf2e3023b2349147e10646de2bd +_md5_=bf39ed6ae9084325120f4d76567806c5 diff --git a/metadata/md5-cache/sec-policy/selinux-webalizer-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-webalizer-2.20250618-r1 index e7e58bfe0e1b..fcdd27a45609 100644 --- a/metadata/md5-cache/sec-policy/selinux-webalizer-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-webalizer-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for webalizer EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=ae642cf05f5c75b9bb75aeac2af6453d +_md5_=ec2721e400b848716b977340645dd7b9 diff --git a/metadata/md5-cache/sec-policy/selinux-webalizer-9999 b/metadata/md5-cache/sec-policy/selinux-webalizer-9999 index 7233f7b21c74..10e2f6893baf 100644 --- a/metadata/md5-cache/sec-policy/selinux-webalizer-9999 +++ b/metadata/md5-cache/sec-policy/selinux-webalizer-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=38b6ec08213384b07462dfd86fcafad9 +_md5_=ae642cf05f5c75b9bb75aeac2af6453d diff --git a/metadata/md5-cache/sec-policy/selinux-wine-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-wine-2.20250618-r1 index 895770f2c4ef..64430395203c 100644 --- a/metadata/md5-cache/sec-policy/selinux-wine-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-wine-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for wine EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=1cb209f44c154319fb7cfa441239c3b4 +_md5_=a8ccc124d92ee4a90942aeb435514c0a diff --git a/metadata/md5-cache/sec-policy/selinux-wine-9999 b/metadata/md5-cache/sec-policy/selinux-wine-9999 index ca09e99db74c..13db058ef0be 100644 --- a/metadata/md5-cache/sec-policy/selinux-wine-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wine-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=57e88b9c6e3e1f32566df03da089a35d +_md5_=1cb209f44c154319fb7cfa441239c3b4 diff --git a/metadata/md5-cache/sec-policy/selinux-wireguard-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-wireguard-2.20250618-r1 index 9c7a31f892f2..6225b0a4ef37 100644 --- a/metadata/md5-cache/sec-policy/selinux-wireguard-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-wireguard-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for wireguard EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=77cbcceb3fd0396e3adb3911d4b9a531 +_md5_=7ed936123174209efe785b9e28e8c3ee diff --git a/metadata/md5-cache/sec-policy/selinux-wireguard-9999 b/metadata/md5-cache/sec-policy/selinux-wireguard-9999 index bde0aea737e9..846a17c7ca9f 100644 --- a/metadata/md5-cache/sec-policy/selinux-wireguard-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wireguard-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=09fe96bab7e1373c03c6b1addd15ede5 +_md5_=77cbcceb3fd0396e3adb3911d4b9a531 diff --git a/metadata/md5-cache/sec-policy/selinux-wireshark-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-wireshark-2.20250618-r1 index 3edaed299cb5..554b5e338707 100644 --- a/metadata/md5-cache/sec-policy/selinux-wireshark-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-wireshark-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for wireshark EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=2c73976798dc4858dc6c0b1b1334d091 +_md5_=fe989da0cff63afd8240c7eda9e287c2 diff --git a/metadata/md5-cache/sec-policy/selinux-wireshark-9999 b/metadata/md5-cache/sec-policy/selinux-wireshark-9999 index 4edeef20019f..e0e6d0fd7639 100644 --- a/metadata/md5-cache/sec-policy/selinux-wireshark-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wireshark-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6b36401593967b05cd94f6aa9e08e818 +_md5_=2c73976798dc4858dc6c0b1b1334d091 diff --git a/metadata/md5-cache/sec-policy/selinux-wm-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-wm-2.20250618-r1 index 88b31604b206..8f2e160724af 100644 --- a/metadata/md5-cache/sec-policy/selinux-wm-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-wm-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for wm EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=dccdcbf82672a267b2ba7fa9274d7937 +_md5_=34aae52f749b9de83efd9a2384405e68 diff --git a/metadata/md5-cache/sec-policy/selinux-wm-9999 b/metadata/md5-cache/sec-policy/selinux-wm-9999 index b9a9c7683702..8590aaa25e08 100644 --- a/metadata/md5-cache/sec-policy/selinux-wm-9999 +++ b/metadata/md5-cache/sec-policy/selinux-wm-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=f7df1846548747053aa15ba9a299e1cf +_md5_=dccdcbf82672a267b2ba7fa9274d7937 diff --git a/metadata/md5-cache/sec-policy/selinux-xen-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-xen-2.20250618-r1 index 210f247888f8..c25f6d99b558 100644 --- a/metadata/md5-cache/sec-policy/selinux-xen-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-xen-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for xen EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=8822a46144ae95c971af82bc587b337c +_md5_=1df55a92513aa590d9397261c5c70b6c diff --git a/metadata/md5-cache/sec-policy/selinux-xen-9999 b/metadata/md5-cache/sec-policy/selinux-xen-9999 index 95bd3166997f..ce795571a05b 100644 --- a/metadata/md5-cache/sec-policy/selinux-xen-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xen-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a833ff025395a330a06e15ef4749f488 +_md5_=8822a46144ae95c971af82bc587b337c diff --git a/metadata/md5-cache/sec-policy/selinux-xfs-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-xfs-2.20250618-r1 index 542fa348ea8b..6ba240b67239 100644 --- a/metadata/md5-cache/sec-policy/selinux-xfs-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-xfs-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for xfs EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=4177f96213c9acbdcac64dbed33e9175 +_md5_=96d68ab7d69e7684ad4fdf5abaef1ea8 diff --git a/metadata/md5-cache/sec-policy/selinux-xfs-9999 b/metadata/md5-cache/sec-policy/selinux-xfs-9999 index 4ace1ea8f3c2..679f5f9b79b0 100644 --- a/metadata/md5-cache/sec-policy/selinux-xfs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xfs-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=840f739915fc1866b7a3fee789c93dc8 +_md5_=4177f96213c9acbdcac64dbed33e9175 diff --git a/metadata/md5-cache/sec-policy/selinux-xscreensaver-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-xscreensaver-2.20250618-r1 index 2e65ee097933..5e703010c03a 100644 --- a/metadata/md5-cache/sec-policy/selinux-xscreensaver-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-xscreensaver-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for xscreensaver EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=6219ea7d8d480203253d47ddaa391ef4 +_md5_=c552d19dd8b5d183d6f225bb287b6a9d diff --git a/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 b/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 index 101eebd45a63..a99646f4c94e 100644 --- a/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xscreensaver-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=773fe85d76258980ada1f912dbed32fc +_md5_=6219ea7d8d480203253d47ddaa391ef4 diff --git a/metadata/md5-cache/sec-policy/selinux-xserver-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-xserver-2.20250618-r1 index 993ab3a5b965..bf226f07b9ed 100644 --- a/metadata/md5-cache/sec-policy/selinux-xserver-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-xserver-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for xserver EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=cdd04e1773f3d928de92f3730055ad81 +_md5_=db803370d7470295e75549af25787b01 diff --git a/metadata/md5-cache/sec-policy/selinux-xserver-9999 b/metadata/md5-cache/sec-policy/selinux-xserver-9999 index 3659b1f18f42..1adc7a80815f 100644 --- a/metadata/md5-cache/sec-policy/selinux-xserver-9999 +++ b/metadata/md5-cache/sec-policy/selinux-xserver-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=339a9ea4f1579e90abc5801ee2f431bc +_md5_=cdd04e1773f3d928de92f3730055ad81 diff --git a/metadata/md5-cache/sec-policy/selinux-zabbix-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-zabbix-2.20250618-r1 index 7c40edde64b0..4279b439dca9 100644 --- a/metadata/md5-cache/sec-policy/selinux-zabbix-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-zabbix-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for zabbix EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=020c2274e9b72d8e849886f0cda79923 +_md5_=30f99d3da4f9d7364f9dd87d3d231a36 diff --git a/metadata/md5-cache/sec-policy/selinux-zabbix-9999 b/metadata/md5-cache/sec-policy/selinux-zabbix-9999 index a2e81ee1db8c..f049d0055fb0 100644 --- a/metadata/md5-cache/sec-policy/selinux-zabbix-9999 +++ b/metadata/md5-cache/sec-policy/selinux-zabbix-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=fe55ffd41d90a7c19e95cc261232d30a +_md5_=020c2274e9b72d8e849886f0cda79923 diff --git a/metadata/md5-cache/sec-policy/selinux-zfs-2.20250618-r1 b/metadata/md5-cache/sec-policy/selinux-zfs-2.20250618-r1 index 2a2500895cce..05ca7c97212c 100644 --- a/metadata/md5-cache/sec-policy/selinux-zfs-2.20250618-r1 +++ b/metadata/md5-cache/sec-policy/selinux-zfs-2.20250618-r1 @@ -5,10 +5,10 @@ DESCRIPTION=SELinux policy for zfs EAPI=7 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:SELinux INHERIT=selinux-policy-2 -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 arm arm64 x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-2.20250618-r1 SLOT=0 SRC_URI=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20250618/refpolicy-2.20250618.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20250618-r1.tar.bz2 _eclasses_=selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=a380e9f62242056e04b538c7a0310f89 +_md5_=86753913bd974b8ec6392b38e4858a22 diff --git a/metadata/md5-cache/sec-policy/selinux-zfs-9999 b/metadata/md5-cache/sec-policy/selinux-zfs-9999 index 8810994db090..ccaff7b0e412 100644 --- a/metadata/md5-cache/sec-policy/selinux-zfs-9999 +++ b/metadata/md5-cache/sec-policy/selinux-zfs-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=>=sys-apps/policycoreutils-2.5 >=sec-policy/selinux-base-policy-9999 SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 selinux-policy-2 b29256801e0f105e7250a2d08c6918a3 -_md5_=01bc7ef8af191370702ff17a4a8a3b80 +_md5_=a380e9f62242056e04b538c7a0310f89 diff --git a/metadata/md5-cache/sys-apps/coreutils-9.9 b/metadata/md5-cache/sys-apps/coreutils-9.9 index 5e2bdee4baae..7082e1431d5d 100644 --- a/metadata/md5-cache/sys-apps/coreutils-9.9 +++ b/metadata/md5-cache/sys-apps/coreutils-9.9 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.gnu.org/software/coreutils/ INHERIT=flag-o-matic python-any-r1 toolchain-funcs verify-sig IUSE=acl caps gmp hostname kill multicall nls +openssl selinux +split-usr static test test-full vanilla xattr verify-sig -KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=GPL-3+ RDEPEND=!static? ( acl? ( sys-apps/acl ) caps? ( sys-libs/libcap ) gmp? ( dev-libs/gmp:= ) openssl? ( dev-libs/openssl:= ) xattr? ( sys-apps/attr ) ) selinux? ( sys-libs/libselinux ) nls? ( virtual/libintl ) hostname? ( !sys-apps/net-tools[hostname] ) kill? ( !sys-apps/util-linux[kill] !sys-process/procps[kill] ) !<sys-apps/util-linux-2.13 !<sys-apps/sandbox-2.10-r4 !sys-apps/stat !net-mail/base64 !sys-apps/mktemp !<app-forensics/tct-1.18-r1 !<net-fs/netatalk-2.0.3-r4 RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnu/coreutils/coreutils-9.9.tar.xz verify-sig? ( mirror://gnu/coreutils/coreutils-9.9.tar.xz.sig ) !vanilla? ( https://dev.gentoo.org/~sam/distfiles/sys-apps/coreutils/coreutils-9.6-patches.tar.xz ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=c8503f570a490cfc9e31369e4ca78661 +_md5_=e09e14394436db1736598074432efd1e diff --git a/metadata/md5-cache/sys-apps/hwloc-2.11.2-r1 b/metadata/md5-cache/sys-apps/hwloc-2.11.2-r1 index 26701adce491..2cb72400d3c3 100644 --- a/metadata/md5-cache/sys-apps/hwloc-2.11.2-r1 +++ b/metadata/md5-cache/sys-apps/hwloc-2.11.2-r1 @@ -12,4 +12,4 @@ RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) SLOT=0/15 SRC_URI=https://www.open-mpi.org/software/hwloc/v2.11/downloads/hwloc-2.11.2.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=2af4776db415e91bb8903f61c0f1df86 +_md5_=f8ca7993a5383c5df1bcf02accf90d02 diff --git a/metadata/md5-cache/sys-apps/hwloc-2.9.3-r2 b/metadata/md5-cache/sys-apps/hwloc-2.12.2 index 9fdce492dcc8..8095c2ef8868 100644 --- a/metadata/md5-cache/sys-apps/hwloc-2.9.3-r2 +++ b/metadata/md5-cache/sys-apps/hwloc-2.12.2 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ INHERIT=autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs xdg-utils multilib-minimal IUSE=cairo +cpuid cuda debug doc l0 nvml +pci rocm static-libs svg udev valgrind xml X video_cards_nvidia abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 LICENSE=BSD RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) doc? ( app-text/doxygen ) l0? ( dev-libs/level-zero:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) rocm? ( dev-util/rocm-smi:= ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.9/downloads/hwloc-2.9.3.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png +SRC_URI=https://www.open-mpi.org/software/hwloc/v2.12/downloads/hwloc-2.12.2.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png _eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=f63ff1e58638e714acf0d99180afbb18 +_md5_=4dc752cddcc3bd0c43aadbca0f301f35 diff --git a/metadata/md5-cache/sys-apps/hwloc-2.6.0-r2 b/metadata/md5-cache/sys-apps/hwloc-2.6.0-r2 deleted file mode 100644 index 8787138d5e7e..000000000000 --- a/metadata/md5-cache/sys-apps/hwloc-2.6.0-r2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=dev-build/autoconf-2.69-r5 virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/ncurses-5.9-r3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) gl? ( x11-drivers/nvidia-drivers[static-libs,tools] ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -DESCRIPTION=Displays the hardware topology in convenient formats -EAPI=7 -HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ -INHERIT=autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs multilib-minimal -IUSE=cairo +cpuid cuda debug gl nvml +pci static-libs svg udev xml X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 -LICENSE=BSD -RDEPEND=>=sys-libs/ncurses-5.9-r3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) gl? ( x11-drivers/nvidia-drivers[static-libs,tools] ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.6/downloads/hwloc-2.6.0.tar.bz2 -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=fc46377b098479adf72b0cf330c0aa78 diff --git a/metadata/md5-cache/sys-apps/hwloc-2.8.0-r2 b/metadata/md5-cache/sys-apps/hwloc-2.8.0-r2 deleted file mode 100644 index b0e83e828559..000000000000 --- a/metadata/md5-cache/sys-apps/hwloc-2.8.0-r2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=dev-build/autoconf-2.69-r5 virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -DESCRIPTION=Displays the hardware topology in convenient formats -EAPI=8 -HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ -INHERIT=autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal -IUSE=cairo +cpuid cuda debug nvml +pci static-libs svg udev xml X video_cards_nvidia abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 -LICENSE=BSD -RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.8/downloads/hwloc-2.8.0.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=09527087c12abb52275be3b77adbd67c diff --git a/metadata/md5-cache/sys-apps/hwloc-2.9.0-r1 b/metadata/md5-cache/sys-apps/hwloc-2.9.0-r1 deleted file mode 100644 index d8416977e6af..000000000000 --- a/metadata/md5-cache/sys-apps/hwloc-2.9.0-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=dev-build/autoconf-2.69-r5 virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -DESCRIPTION=Displays the hardware topology in convenient formats -EAPI=8 -HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ -INHERIT=autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal -IUSE=cairo +cpuid cuda debug nvml +pci static-libs svg udev xml X video_cards_nvidia abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.9/downloads/hwloc-2.9.0.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=565c05d576daac785aa3231e727e89cd diff --git a/metadata/md5-cache/sys-apps/hwloc-2.9.1-r1 b/metadata/md5-cache/sys-apps/hwloc-2.9.1-r1 deleted file mode 100644 index 554503c67542..000000000000 --- a/metadata/md5-cache/sys-apps/hwloc-2.9.1-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=dev-build/autoconf-2.69-r5 virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) valgrind? ( dev-debug/valgrind ) -DESCRIPTION=Displays the hardware topology in convenient formats -EAPI=8 -HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ -INHERIT=autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal -IUSE=cairo +cpuid cuda debug nvml +pci static-libs svg udev valgrind xml X video_cards_nvidia abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 -LICENSE=BSD -RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.9/downloads/hwloc-2.9.1.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=a3cbb8d0d251722b8dcbf72e242037b1 diff --git a/metadata/md5-cache/sys-apps/hwloc-2.9.2-r1 b/metadata/md5-cache/sys-apps/hwloc-2.9.2-r1 deleted file mode 100644 index e4128c5e598f..000000000000 --- a/metadata/md5-cache/sys-apps/hwloc-2.9.2-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) valgrind? ( dev-debug/valgrind ) -DESCRIPTION=Displays the hardware topology in convenient formats -EAPI=8 -HOMEPAGE=https://www.open-mpi.org/projects/hwloc/ -INHERIT=autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal -IUSE=cairo +cpuid cuda debug nvml +pci static-libs svg udev valgrind xml X video_cards_nvidia abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 -LICENSE=BSD -RDEPEND=>=sys-libs/ncurses-5.9-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pci? ( >=sys-apps/pciutils-3.3.0-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libpciaccess-0.13.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) udev? ( virtual/libudev:= ) xml? ( >=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[static-libs] x11-libs/libXext x11-libs/libX11 ) -SLOT=0/15 -SRC_URI=https://www.open-mpi.org/software/hwloc/v2.9/downloads/hwloc-2.9.2.tar.bz2 https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png -_eclasses_=autotools 955b29ccd82c1df4755e5f37748d2fa6 bash-completion-r1 767861f3744f589ee5291c1698b1c082 cuda 8b660e223a1695e3884ee4c7dc2c5059 desktop 7b6f6e9d65093966fbc8475399c5dd4e flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=cbd740d340246efb928b683ada516346 diff --git a/metadata/md5-cache/sys-auth/rtkit-0.14 b/metadata/md5-cache/sys-auth/rtkit-0.14 new file mode 100644 index 000000000000..e3bd775ec530 --- /dev/null +++ b/metadata/md5-cache/sys-auth/rtkit-0.14 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/xxd virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig +DEFINED_PHASES=compile configure install pretend setup test +DEPEND=acct-group/rtkit acct-user/rtkit sys-apps/dbus sys-auth/polkit sys-libs/libcap systemd? ( sys-apps/systemd ) +DESCRIPTION=Realtime Policy and Watchdog Daemon +EAPI=8 +HOMEPAGE=https://gitlab.freedesktop.org/pipewire/rtkit +INHERIT=linux-info meson systemd +IUSE=selinux systemd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-3 BSD +RDEPEND=acct-group/rtkit acct-user/rtkit sys-apps/dbus sys-auth/polkit sys-libs/libcap systemd? ( sys-apps/systemd ) selinux? ( sec-policy/selinux-rtkit ) +SLOT=0 +SRC_URI=https://gitlab.freedesktop.org/pipewire/rtkit/-/archive/v0.14/rtkit-v0.14.tar.bz2 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 linux-info efd923656513c879204fec6638eadee5 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=fb04fbed01cffeb5758d7f232595987b diff --git a/metadata/md5-cache/sys-block/sdmon-0.9.0_p20250201 b/metadata/md5-cache/sys-block/sdmon-0.9.0_p20250201 new file mode 100644 index 000000000000..b0b69dcb046a --- /dev/null +++ b/metadata/md5-cache/sys-block/sdmon-0.9.0_p20250201 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install +DESCRIPTION=Get SD-card health data +EAPI=8 +HOMEPAGE=https://www.ogi-it.com/portfolio/sdmon/ https://github.com/Ognian/sdmon +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 BSD-2 +SLOT=0 +SRC_URI=https://github.com/Ognian/sdmon/archive/9ab840a15bbd93dd4e2797ecc47f8d2362ef2785.tar.gz -> sdmon-0.9.0_p20250201.tar.gz +_md5_=d4587ce0ea5d5d120cc9328f378089b7 diff --git a/metadata/md5-cache/sys-boot/limine-10.4.0 b/metadata/md5-cache/sys-boot/limine-10.5.0 index 85b6050ba24c..618f03ec76f8 100644 --- a/metadata/md5-cache/sys-boot/limine-10.4.0 +++ b/metadata/md5-cache/sys-boot/limine-10.5.0 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 REQUIRED_USE=^^ ( llvm_slot_19 llvm_slot_20 ) SLOT=0 -SRC_URI=https://codeberg.org/Limine/Limine/releases/download/v10.4.0/limine-10.4.0.tar.gz +SRC_URI=https://codeberg.org/Limine/Limine/releases/download/v10.5.0/limine-10.5.0.tar.gz _eclasses_=llvm-r1 5a1fde9f55315992645818a877837527 llvm-utils 64536677f4b4365e25e9b739163bed58 _md5_=480c9464310e974324bf7c4ea721e131 diff --git a/metadata/md5-cache/sys-cluster/openmpi-5.0.9 b/metadata/md5-cache/sys-cluster/openmpi-5.0.9 new file mode 100644 index 000000000000..f0896db1f921 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/openmpi-5.0.9 @@ -0,0 +1,16 @@ +BDEPEND=fortran? ( virtual/fortran ) >=app-portage/elt-patches-20250306 +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=!dev-lang/pcc !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi >=dev-libs/libevent-2.0.22:=[threads(+)] >=sys-apps/hwloc-2.0.2:= sys-cluster/pmix sys-cluster/prrte:= >=virtual/zlib-1.2.8-r1:= cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= sys-cluster/ucx x11-drivers/nvidia-drivers ) openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) valgrind? ( dev-debug/valgrind ) fortran? ( virtual/fortran ) +DESCRIPTION=A high-performance message passing library (MPI) +EAPI=8 +HOMEPAGE=https://www.open-mpi.org +INHERIT=cuda flag-o-matic fortran-2 libtool +IUSE=cma cuda fortran peruse romio valgrind openmpi_fabrics_ofed openmpi_fabrics_knem openmpi_rm_pbs openmpi_rm_slurm +KEYWORDS=~amd64 -arm ~arm64 -ppc ~ppc64 -x86 +LICENSE=BSD +RDEPEND=!dev-lang/pcc !sys-cluster/mpich !sys-cluster/mpich2 !sys-cluster/nullmpi >=dev-libs/libevent-2.0.22:=[threads(+)] >=sys-apps/hwloc-2.0.2:= sys-cluster/pmix sys-cluster/prrte:= >=virtual/zlib-1.2.8-r1:= cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= sys-cluster/ucx x11-drivers/nvidia-drivers ) openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) fortran? ( virtual/fortran ) +REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) +SLOT=0 +SRC_URI=https://www.open-mpi.org/software/ompi/v5.0/downloads/openmpi-5.0.9.tar.bz2 +_eclasses_=cuda 8b660e223a1695e3884ee4c7dc2c5059 flag-o-matic a7afe42e95fb46ce9691605acfb24672 fortran-2 ae6d43513003405bd4a48698fc20370a libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=eb281324008061afe5af46366c0b5f3f diff --git a/metadata/md5-cache/sys-cluster/pmix-5.0.9 b/metadata/md5-cache/sys-cluster/pmix-5.0.9 new file mode 100644 index 000000000000..271cf51fd188 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/pmix-5.0.9 @@ -0,0 +1,15 @@ +BDEPEND=>=app-portage/elt-patches-20250306 +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/libevent:= sys-apps/hwloc:= virtual/zlib:= munge? ( sys-auth/munge ) pmi? ( !sys-cluster/slurm ) +DESCRIPTION=The Process Management Interface (PMI) Exascale +EAPI=8 +HOMEPAGE=https://openpmix.github.io/ +INHERIT=flag-o-matic libtool +IUSE=debug +munge pmi +KEYWORDS=~amd64 ~arm64 ~ppc64 -x86 +LICENSE=BSD +RDEPEND=dev-libs/libevent:= sys-apps/hwloc:= virtual/zlib:= munge? ( sys-auth/munge ) pmi? ( !sys-cluster/slurm ) +SLOT=0 +SRC_URI=https://github.com/openpmix/openpmix/releases/download/v5.0.9/pmix-5.0.9.tar.bz2 +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=3578895e2d8a8dbf1289e28fb7e7eb44 diff --git a/metadata/md5-cache/sys-cluster/prrte-3.0.12 b/metadata/md5-cache/sys-cluster/prrte-3.0.12 new file mode 100644 index 000000000000..aeb3907a86bf --- /dev/null +++ b/metadata/md5-cache/sys-cluster/prrte-3.0.12 @@ -0,0 +1,15 @@ +BDEPEND=>=app-portage/elt-patches-20250306 +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/libevent:= sys-apps/hwloc:= >=sys-cluster/pmix-4.2.4 +DESCRIPTION=PMIx Reference RunTime Environment +EAPI=8 +HOMEPAGE=https://openpmix.github.io/ +INHERIT=flag-o-matic libtool +KEYWORDS=~amd64 ~arm64 ~ppc64 +LICENSE=BSD +RDEPEND=dev-libs/libevent:= sys-apps/hwloc:= >=sys-cluster/pmix-4.2.4 +RESTRICT=test +SLOT=0/3 +SRC_URI=https://github.com/openpmix/prrte/releases/download/v3.0.12/prrte-3.0.12.tar.gz +_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 libtool c81bd096be5f4c82f4e8f156ef112402 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_md5_=b8a19e8fe1b15d5bcc78827b8ec0090e diff --git a/metadata/md5-cache/sys-devel/gcc-10.5.0 b/metadata/md5-cache/sys-devel/gcc-10.5.0 index e223dc8bb1df..3ca052c2ee93 100644 --- a/metadata/md5-cache/sys-devel/gcc-10.5.0 +++ b/metadata/md5-cache/sys-devel/gcc-10.5.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) SLOT=10 SRC_URI=mirror://gcc/releases/gcc-10.5.0/gcc-10.5.0.tar.xz mirror://gnu/gcc/gcc-10.5.0/gcc-10.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-10.5.0-patches-7.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-10.5.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=597d50b43ffe07b6f5d7f287c0e2bfcc diff --git a/metadata/md5-cache/sys-devel/gcc-11.5.0 b/metadata/md5-cache/sys-devel/gcc-11.5.0 index 0f28730c8765..f1a78aeae86f 100644 --- a/metadata/md5-cache/sys-devel/gcc-11.5.0 +++ b/metadata/md5-cache/sys-devel/gcc-11.5.0 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=11 SRC_URI=mirror://gcc/releases/gcc-11.5.0/gcc-11.5.0.tar.xz mirror://gnu/gcc/gcc-11.5.0/gcc-11.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-11.5.0-patches-2.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-11.5.0-musl-patches-4.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=6ce16ccdb7a1e4e6250bac60995e0156 diff --git a/metadata/md5-cache/sys-devel/gcc-12.5.0 b/metadata/md5-cache/sys-devel/gcc-12.5.0 index 0a4a18c6511f..d4b2ff6db43f 100644 --- a/metadata/md5-cache/sys-devel/gcc-12.5.0 +++ b/metadata/md5-cache/sys-devel/gcc-12.5.0 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=12 SRC_URI=mirror://gcc/releases/gcc-12.5.0/gcc-12.5.0.tar.xz mirror://gnu/gcc/gcc-12.5.0/gcc-12.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-12.4.0-patches-4.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-12.4.0-musl-patches-4.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=9d8cff5221aece309512440b6278c498 diff --git a/metadata/md5-cache/sys-devel/gcc-13.2.0 b/metadata/md5-cache/sys-devel/gcc-13.2.0 index 11e5549621b2..ba5cd471b9fe 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.2.0 +++ b/metadata/md5-cache/sys-devel/gcc-13.2.0 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/releases/gcc-13.2.0/gcc-13.2.0.tar.xz mirror://gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.2.0-patches-3.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.2.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=d4d5df5bb78b800c28fdf0d8ab4fd21b diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20250807 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20250807 index 52930dd1ad05..1fed2c93c5ee 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20250807 +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20250807 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/snapshots/13-20250807/gcc-13-20250807.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-8.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=5804c58eb2ff3dad56ca8abb5c393110 diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251016 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251016 index 01d1346476ab..2b585ddf6b96 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251016 +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251016 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/snapshots/13-20251016/gcc-13-20251016.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-9.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=8d43534e6892818d3623f5a6b298b35c diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251204 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251204 index 11da055979eb..c573562976f7 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251204 +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251204 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/snapshots/13-20251204/gcc-13-20251204.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-9.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=b1076a4dd3bf616d02d6a4ce5ca6d8c9 diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251211 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251211 index cf9409c5d202..84aa1bc36a0d 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251211 +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251211 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/snapshots/13-20251211/gcc-13-20251211.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-9.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=b1076a4dd3bf616d02d6a4ce5ca6d8c9 diff --git a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251218 b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251218 index fe849c28115b..97db5f7e7cdc 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251218 +++ b/metadata/md5-cache/sys-devel/gcc-13.4.1_p20251218 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=mirror://gcc/snapshots/13-20251218/gcc-13-20251218.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-9.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-musl-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=b1076a4dd3bf616d02d6a4ce5ca6d8c9 diff --git a/metadata/md5-cache/sys-devel/gcc-13.5.9999 b/metadata/md5-cache/sys-devel/gcc-13.5.9999 index 16505878fb01..5981f4f739f1 100644 --- a/metadata/md5-cache/sys-devel/gcc-13.5.9999 +++ b/metadata/md5-cache/sys-devel/gcc-13.5.9999 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=13 SRC_URI=test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=6dedda39d769ea4246b82a3381fd8c28 diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20250801 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20250801 index dd7ad1605ff8..5e4ab2da3c81 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20250801 +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20250801 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=mirror://gcc/snapshots/14-20250801/gcc-14-20250801.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-4.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=534520f07e2fd16839c802bd158e78e6 diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251017 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251017 index fd16f1104e91..40dcf5d0214f 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251017 +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251017 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=mirror://gcc/snapshots/14-20251017/gcc-14-20251017.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=1ab7d5e4ab476cfe498bc21912188e6d diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251205 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251205 index 468a2e022ae4..77aaef8c474d 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251205 +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251205 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=mirror://gcc/snapshots/14-20251205/gcc-14-20251205.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=2cac0fd16139516fa086409107053222 diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251212 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251212 index fe101a96470b..c8671823d810 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251212 +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251212 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=mirror://gcc/snapshots/14-20251212/gcc-14-20251212.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=2cac0fd16139516fa086409107053222 diff --git a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251219 b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251219 index fa812f961751..ca78eb2be690 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251219 +++ b/metadata/md5-cache/sys-devel/gcc-14.3.1_p20251219 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=mirror://gcc/snapshots/14-20251219/gcc-14-20251219.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.3.0-musl-patches-2.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=2cac0fd16139516fa086409107053222 diff --git a/metadata/md5-cache/sys-devel/gcc-14.4.9999 b/metadata/md5-cache/sys-devel/gcc-14.4.9999 index fa9cd2169f68..b11ae25b9fe5 100644 --- a/metadata/md5-cache/sys-devel/gcc-14.4.9999 +++ b/metadata/md5-cache/sys-devel/gcc-14.4.9999 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=14 SRC_URI=test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=c258a0c0184013fe06d7f5646f04929e diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251108-r1 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251108-r1 index f27da1bf9d0c..276b7baff290 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251108-r1 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251108-r1 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251108/gcc-15-20251108.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-2.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=bca2fb01f1f99c235f45de15b37f5e8b diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251115 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251115 index 5f11bc8a07c1..1cf14f522ce0 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251115 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251115 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251115/gcc-15-20251115.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-3.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=ffda0a1d30b47d957b510d536d918a77 diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251122 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251122 index 5567a7751da4..a2ba98c49e34 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251122 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251122 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251122/gcc-15-20251122.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-4.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=0cae518bb8590c060d23b8b423e835ce diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251129 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251129 index 05b67971b35a..125e89f091d2 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251129 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251129 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251129/gcc-15-20251129.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-4.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=32704f290e0ca9cb021295856e92173f diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251206 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251206 index cd660985c55a..aaf150143f3a 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251206 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251206 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251206/gcc-15-20251206.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-4.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=32704f290e0ca9cb021295856e92173f diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251213 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251213 index 5cfdd6e78399..e091f17d5d45 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251213 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251213 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251213/gcc-15-20251213.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=a170b5317d5b07ddd2d7aa2ce5b3bbf5 diff --git a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251220 b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251220 index e24c40df377d..195ffd966647 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251220 +++ b/metadata/md5-cache/sys-devel/gcc-15.2.1_p20251220 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=mirror://gcc/snapshots/15-20251220/gcc-15-20251220.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=a170b5317d5b07ddd2d7aa2ce5b3bbf5 diff --git a/metadata/md5-cache/sys-devel/gcc-15.3.9999 b/metadata/md5-cache/sys-devel/gcc-15.3.9999 index 62a1594fc543..d1ec4593284e 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.3.9999 +++ b/metadata/md5-cache/sys-devel/gcc-15.3.9999 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=15 SRC_URI=test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=d921ddb32357508c9f5010cb016854b2 diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251123 b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251123 index d31d61190fae..d99527c80f68 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251123 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251123 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=mirror://gcc/snapshots/16-20251123/gcc-16-20251123.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-patches-24.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=e1bcf6e640df61a08bdbd0051903e51d diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251130 b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251130 index b02d1bd81688..4363f52fb3dc 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251130 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251130 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=mirror://gcc/snapshots/16-20251130/gcc-16-20251130.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-patches-25.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=5cd0c0dd3b5f26ed0881deff25c2e7af diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251207 b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251207 index a9d02f96fa2c..b0b92c643e94 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251207 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251207 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=mirror://gcc/snapshots/16-20251207/gcc-16-20251207.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-patches-26.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=23654ddbdffcfbbf11818272e1538f94 diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251214 b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251214 index 9b65b755888c..f3defd2cdc10 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251214 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251214 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=mirror://gcc/snapshots/16-20251214/gcc-16-20251214.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-patches-27.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=8fa6892693c1be6fd2124b9ddd457a92 diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251221 b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251221 index 896888fdfb5b..a1a423c4341c 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251221 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.0_p20251221 @@ -12,5 +12,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=mirror://gcc/snapshots/16-20251221/gcc-16-20251221.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-patches-28.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-16.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=cb4b2a662f56d6c289bb25f6d9338607 diff --git a/metadata/md5-cache/sys-devel/gcc-16.0.9999 b/metadata/md5-cache/sys-devel/gcc-16.0.9999 index f8cb4252c92d..b3e7d0afa0b4 100644 --- a/metadata/md5-cache/sys-devel/gcc-16.0.9999 +++ b/metadata/md5-cache/sys-devel/gcc-16.0.9999 @@ -13,5 +13,5 @@ RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) virtual/zlib:= virtual/libiconv RESTRICT=!test? ( test ) SLOT=16 SRC_URI=test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=1109477c0acbacf005ca72e3c169fcd2 diff --git a/metadata/md5-cache/sys-devel/gcc-9.5.0 b/metadata/md5-cache/sys-devel/gcc-9.5.0 index 0534e4ee49ec..050d54e38a35 100644 --- a/metadata/md5-cache/sys-devel/gcc-9.5.0 +++ b/metadata/md5-cache/sys-devel/gcc-9.5.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) SLOT=9.5.0 SRC_URI=mirror://gcc/releases/gcc-9.5.0/gcc-9.5.0.tar.xz mirror://gnu/gcc/gcc-9.5.0/gcc-9.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-9.5.0-patches-3.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=a447cd6dee206facb66720bdacf0c765a8b09f33 -> gcc-validate-failures-a447cd6dee206facb66720bdacf0c765a8b09f33.py ) -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=c21c6834b3ef6c8786803858b6c5633d diff --git a/metadata/md5-cache/sys-devel/kgcc64-10.5.0 b/metadata/md5-cache/sys-devel/kgcc64-10.5.0 index 761e6e56a50a..ae75f1ebb810 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-10.5.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-10.5.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=10 SRC_URI=mirror://gcc/releases/gcc-10.5.0/gcc-10.5.0.tar.xz mirror://gnu/gcc/gcc-10.5.0/gcc-10.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-10.5.0-patches-6.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-10.5.0-musl-patches-2.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=0003a1d0dfb83c2bd82f8c8e4d2af0c2 diff --git a/metadata/md5-cache/sys-devel/kgcc64-11.5.0 b/metadata/md5-cache/sys-devel/kgcc64-11.5.0 index 4eaddb60e73e..2f6baecda929 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-11.5.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-11.5.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=11 SRC_URI=mirror://gcc/releases/gcc-11.5.0/gcc-11.5.0.tar.xz mirror://gnu/gcc/gcc-11.5.0/gcc-11.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-11.4.0-patches-12.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-11.4.0-musl-patches-2.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=e6f6c1d12f54fc095eb2c1bfffd2cca4 diff --git a/metadata/md5-cache/sys-devel/kgcc64-12.5.0 b/metadata/md5-cache/sys-devel/kgcc64-12.5.0 index 183701f09b9d..f528638e7389 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-12.5.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-12.5.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=12 SRC_URI=mirror://gcc/releases/gcc-12.5.0/gcc-12.5.0.tar.xz mirror://gnu/gcc/gcc-12.5.0/gcc-12.5.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-12.4.0-patches-3.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-12.4.0-musl-patches-3.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=3609b8278d1b819ee5ff7c2a84cee922 diff --git a/metadata/md5-cache/sys-devel/kgcc64-13.4.0 b/metadata/md5-cache/sys-devel/kgcc64-13.4.0 index a6d63fb2f54c..89b9b1357bb2 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-13.4.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-13.4.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=13 SRC_URI=mirror://gcc/releases/gcc-13.4.0/gcc-13.4.0.tar.xz mirror://gnu/gcc/gcc-13.4.0/gcc-13.4.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.3.0-patches-5.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-13.2.0-musl-patches-2.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=1b8b0f0c785e928b61d161ab3d7f6f95 diff --git a/metadata/md5-cache/sys-devel/kgcc64-14.3.0 b/metadata/md5-cache/sys-devel/kgcc64-14.3.0 index d1df4ebb6437..be4eabb83b4c 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-14.3.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-14.3.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=14 SRC_URI=mirror://gcc/releases/gcc-14.3.0/gcc-14.3.0.tar.xz mirror://gnu/gcc/gcc-14.3.0/gcc-14.3.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.2.0-patches-8.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-14.1.0-musl-patches-1.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=0c5c7ecc4a2b269ae02e65f9f93866e6 diff --git a/metadata/md5-cache/sys-devel/kgcc64-15.2.0 b/metadata/md5-cache/sys-devel/kgcc64-15.2.0 index c3b4ce6447a6..2c047b8b5900 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-15.2.0 +++ b/metadata/md5-cache/sys-devel/kgcc64-15.2.0 @@ -13,5 +13,5 @@ RDEPEND=virtual/zlib:= virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp- RESTRICT=!test? ( test ) test SLOT=15 SRC_URI=mirror://gcc/releases/gcc-15.2.0/gcc-15.2.0.tar.xz mirror://gnu/gcc/gcc-15.2.0/gcc-15.2.0.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-patches-1.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.2.0-musl-patches-1.tar.xz -_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain 74282d05969a19ab8c0a915654f61dfe toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 libtool c81bd096be5f4c82f4e8f156ef112402 multilib a199af442898963433d6f038a88cce9c pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 rust 20da14430886f3de143eb101684fcf62 toolchain ab1b3b2156955fad0d8b2634ea325d1f toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db _md5_=95ad250ad5088bb77ac75236241451bc diff --git a/metadata/md5-cache/sys-devel/wild-0.7.0 b/metadata/md5-cache/sys-devel/wild-0.7.0 deleted file mode 100644 index 5c3f3d9782fd..000000000000 --- a/metadata/md5-cache/sys-devel/wild-0.7.0 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.89:* >=dev-lang/rust-1.89:* ) -DEFINED_PHASES=compile configure install setup test unpack -DESCRIPTION=A very fast linker for Linux -EAPI=8 -HOMEPAGE=https://github.com/davidlattimore/wild -INHERIT=cargo -IUSE=debug -KEYWORDS=~amd64 -LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0 BSD-2 BSD MIT MPL-2.0 Unicode-3.0 ZLIB -SLOT=0 -SRC_URI=https://github.com/davidlattimore/wild/archive/0.7.0.tar.gz -> wild-0.7.0.tar.gz https://crates.io/api/v1/crates/addr2line/0.25.1/download -> addr2line-0.25.1.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.4/download -> anstyle-query-1.1.4.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.10/download -> anstyle-wincon-3.0.10.crate https://crates.io/api/v1/crates/anstyle/1.0.13/download -> anstyle-1.0.13.crate https://crates.io/api/v1/crates/anyhow/1.0.100/download -> anyhow-1.0.100.crate https://crates.io/api/v1/crates/ar/0.9.0/download -> ar-0.9.0.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/ascii_table/4.0.8/download -> ascii_table-4.0.8.crate https://crates.io/api/v1/crates/atomic-polyfill/1.0.3/download -> atomic-polyfill-1.0.3.crate https://crates.io/api/v1/crates/atomic-take/1.1.0/download -> atomic-take-1.1.0.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/backtrace/0.3.76/download -> backtrace-0.3.76.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/2.10.0/download -> bitflags-2.10.0.crate https://crates.io/api/v1/crates/blake3/1.8.2/download -> blake3-1.8.2.crate https://crates.io/api/v1/crates/bumpalo-herd/0.1.2/download -> bumpalo-herd-0.1.2.crate https://crates.io/api/v1/crates/bumpalo/3.19.0/download -> bumpalo-3.19.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytesize/2.1.0/download -> bytesize-2.1.0.crate https://crates.io/api/v1/crates/cc/1.2.41/download -> cc-1.2.41.crate https://crates.io/api/v1/crates/cfg-if/1.0.3/download -> cfg-if-1.0.3.crate https://crates.io/api/v1/crates/clap/4.5.51/download -> clap-4.5.51.crate https://crates.io/api/v1/crates/clap_builder/4.5.51/download -> clap_builder-4.5.51.crate https://crates.io/api/v1/crates/clap_derive/4.5.49/download -> clap_derive-4.5.49.crate https://crates.io/api/v1/crates/clap_lex/0.7.6/download -> clap_lex-0.7.6.crate https://crates.io/api/v1/crates/cobs/0.3.0/download -> cobs-0.3.0.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/colored/3.0.0/download -> colored-3.0.0.crate https://crates.io/api/v1/crates/colosseum/0.2.2/download -> colosseum-0.2.2.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/cpp_demangle/0.4.5/download -> cpp_demangle-0.4.5.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/critical-section/1.2.0/download -> critical-section-1.2.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.12/download -> crossbeam-queue-0.3.12.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/debugid/0.8.0/download -> debugid-0.8.0.crate https://crates.io/api/v1/crates/deranged/0.5.4/download -> deranged-0.5.4.crate https://crates.io/api/v1/crates/derive_more-impl/2.0.1/download -> derive_more-impl-2.0.1.crate https://crates.io/api/v1/crates/derive_more/2.0.1/download -> derive_more-2.0.1.crate https://crates.io/api/v1/crates/dhat/0.3.3/download -> dhat-0.3.3.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/embedded-io/0.4.0/download -> embedded-io-0.4.0.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/env_home/0.1.0/download -> env_home-0.1.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/fd-lock/4.0.4/download -> fd-lock-4.0.4.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.4/download -> find-msvc-tools-0.1.4.crate https://crates.io/api/v1/crates/flate2/1.1.5/download -> flate2-1.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-timer/3.0.3/download -> futures-timer-3.0.3.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/getrandom/0.3.3/download -> getrandom-0.3.3.crate https://crates.io/api/v1/crates/gimli/0.32.3/download -> gimli-0.32.3.crate https://crates.io/api/v1/crates/git-version-macro/0.3.9/download -> git-version-macro-0.3.9.crate https://crates.io/api/v1/crates/git-version/0.3.9/download -> git-version-0.3.9.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/hash32/0.2.1/download -> hash32-0.2.1.crate https://crates.io/api/v1/crates/hashbrown/0.16.0/download -> hashbrown-0.16.0.crate https://crates.io/api/v1/crates/heapless/0.7.17/download -> heapless-0.7.17.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/iced-x86/1.21.0/download -> iced-x86-1.21.0.crate https://crates.io/api/v1/crates/indexmap/2.12.0/download -> indexmap-2.12.0.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.81/download -> js-sys-0.3.81.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128/0.2.5/download -> leb128-0.2.5.crate https://crates.io/api/v1/crates/libc/0.2.177/download -> libc-0.2.177.crate https://crates.io/api/v1/crates/libmimalloc-sys/0.1.44/download -> libmimalloc-sys-0.1.44.crate https://crates.io/api/v1/crates/libz-rs-sys/0.5.2/download -> libz-rs-sys-0.5.2.crate https://crates.io/api/v1/crates/linux-raw-sys/0.11.0/download -> linux-raw-sys-0.11.0.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/log/0.4.28/download -> log-0.4.28.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.7.6/download -> memchr-2.7.6.crate https://crates.io/api/v1/crates/memmap2/0.9.9/download -> memmap2-0.9.9.crate https://crates.io/api/v1/crates/mimalloc/0.1.48/download -> mimalloc-0.1.48.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mintex/0.1.4/download -> mintex-0.1.4.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/object/0.37.3/download -> object-0.37.3.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.1/download -> once_cell_polyfill-1.70.1.crate https://crates.io/api/v1/crates/os_info/3.12.0/download -> os_info-3.12.0.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/perf-event-open-sys/4.0.0/download -> perf-event-open-sys-4.0.0.crate https://crates.io/api/v1/crates/perf-event/0.4.8/download -> perf-event-0.4.8.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/plist/1.8.0/download -> plist-1.8.0.crate https://crates.io/api/v1/crates/postcard/1.1.3/download -> postcard-1.1.3.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/proc-macro-crate/3.4.0/download -> proc-macro-crate-3.4.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.101/download -> proc-macro2-1.0.101.crate https://crates.io/api/v1/crates/quick-xml/0.38.3/download -> quick-xml-0.38.3.crate https://crates.io/api/v1/crates/quote/1.0.41/download -> quote-1.0.41.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.11.0/download -> rayon-1.11.0.crate https://crates.io/api/v1/crates/redox_syscall/0.5.18/download -> redox_syscall-0.5.18.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.8/download -> regex-syntax-0.8.8.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/relative-path/1.9.3/download -> relative-path-1.9.3.crate https://crates.io/api/v1/crates/remain/0.2.15/download -> remain-0.2.15.crate https://crates.io/api/v1/crates/rstest/0.26.1/download -> rstest-0.26.1.crate https://crates.io/api/v1/crates/rstest_macros/0.26.1/download -> rstest_macros-0.26.1.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.26/download -> rustc-demangle-0.1.26.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix/1.1.2/download -> rustix-1.1.2.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/serde-keyvalue/0.1.0/download -> serde-keyvalue-0.1.0.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.145/download -> serde_json-1.0.145.crate https://crates.io/api/v1/crates/serde_spanned/1.0.3/download -> serde_spanned-1.0.3.crate https://crates.io/api/v1/crates/sharded-offset-map/0.2.0/download -> sharded-offset-map-0.2.0.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/sharded-vec-writer/0.3.0/download -> sharded-vec-writer-0.3.0.crate https://crates.io/api/v1/crates/sharded-vec-writer/0.4.0/download -> sharded-vec-writer-0.4.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.7/download -> simd-adler32-0.3.7.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/strum/0.27.2/download -> strum-0.27.2.crate https://crates.io/api/v1/crates/strum_macros/0.27.2/download -> strum_macros-0.27.2.crate https://crates.io/api/v1/crates/symbolic-common/12.16.3/download -> symbolic-common-12.16.3.crate https://crates.io/api/v1/crates/symbolic-demangle/12.16.3/download -> symbolic-demangle-12.16.3.crate https://crates.io/api/v1/crates/syn/2.0.106/download -> syn-2.0.106.crate https://crates.io/api/v1/crates/tempfile/3.23.0/download -> tempfile-3.23.0.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.17/download -> thiserror-impl-2.0.17.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.17/download -> thiserror-2.0.17.crate https://crates.io/api/v1/crates/thousands/0.2.0/download -> thousands-0.2.0.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/time-core/0.1.6/download -> time-core-0.1.6.crate https://crates.io/api/v1/crates/time-macros/0.2.24/download -> time-macros-0.2.24.crate https://crates.io/api/v1/crates/time/0.3.44/download -> time-0.3.44.crate https://crates.io/api/v1/crates/toml/0.9.8/download -> toml-0.9.8.crate https://crates.io/api/v1/crates/toml_datetime/0.7.3/download -> toml_datetime-0.7.3.crate https://crates.io/api/v1/crates/toml_edit/0.23.7/download -> toml_edit-0.23.7.crate https://crates.io/api/v1/crates/toml_parser/1.0.4/download -> toml_parser-1.0.4.crate https://crates.io/api/v1/crates/toml_writer/1.0.4/download -> toml_writer-1.0.4.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.30/download -> tracing-attributes-0.1.30.crate https://crates.io/api/v1/crates/tracing-core/0.1.34/download -> tracing-core-0.1.34.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.20/download -> tracing-subscriber-0.3.20.crate https://crates.io/api/v1/crates/tracing/0.1.41/download -> tracing-0.1.41.crate https://crates.io/api/v1/crates/unicode-ident/1.0.19/download -> unicode-ident-1.0.19.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.18.1/download -> uuid-1.18.1.crate https://crates.io/api/v1/crates/wait-timeout/0.2.1/download -> wait-timeout-0.2.1.crate https://crates.io/api/v1/crates/wasi/0.14.7+wasi-0.2.4/download -> wasi-0.14.7+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasip2/1.0.1+wasi-0.2.4/download -> wasip2-1.0.1+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.104/download -> wasm-bindgen-backend-0.2.104.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.104/download -> wasm-bindgen-macro-support-0.2.104.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.104/download -> wasm-bindgen-macro-0.2.104.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.104/download -> wasm-bindgen-shared-0.2.104.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.104/download -> wasm-bindgen-0.2.104.crate https://crates.io/api/v1/crates/which/8.0.0/download -> which-8.0.0.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/winnow/0.7.13/download -> winnow-0.7.13.crate https://crates.io/api/v1/crates/winsafe/0.0.19/download -> winsafe-0.0.19.crate https://crates.io/api/v1/crates/wit-bindgen/0.46.0/download -> wit-bindgen-0.46.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.27/download -> zerocopy-derive-0.8.27.crate https://crates.io/api/v1/crates/zerocopy/0.8.27/download -> zerocopy-0.8.27.crate https://crates.io/api/v1/crates/zlib-rs/0.5.2/download -> zlib-rs-0.5.2.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate -_eclasses_=cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7fd1ef24b7f01b3d00778d130588c1bc diff --git a/metadata/md5-cache/sys-devel/wild-9999 b/metadata/md5-cache/sys-devel/wild-9999 index edd11b645879..a0f658336c95 100644 --- a/metadata/md5-cache/sys-devel/wild-9999 +++ b/metadata/md5-cache/sys-devel/wild-9999 @@ -1,4 +1,4 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.89:* >=dev-lang/rust-1.89:* ) >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=|| ( >=dev-lang/rust-bin-1.90:* >=dev-lang/rust-1.90:* ) >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install setup test unpack DEPEND=test? ( llvm_slot_20? ( llvm-core/clang:20= llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/clang:21= llvm-core/lld:21= ) ) DESCRIPTION=A very fast linker for Linux @@ -12,4 +12,4 @@ REQUIRED_USE=^^ ( llvm_slot_20 llvm_slot_21 ) RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cargo a1af74aa9e34cd73aeac642cd0dd54d8 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 llvm-r2 452c1a70845763809d225a317d8a6c05 llvm-utils 64536677f4b4365e25e9b739163bed58 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 -_md5_=6b0e1fc03c185726321b48b696352980 +_md5_=3f492fec6f358e62349f183328dd323f diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 b/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 index d3b7c797fd80..e884b0b90d2e 100644 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 +++ b/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://asahilinux.org INHERIT=kernel-2 rust IUSE=symlink build -KEYWORDS=~arm64 +KEYWORDS=arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip SLOT=6.16.4_p2 SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.16.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.16-5.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.16-5.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.16-5.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.16-5.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.16.4...asahi-6.16.4-2.diff -> linux-asahi-6.16.4-2.diff _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 0e01377cce73a7a06321d0ef97388d31 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7be0bc6d40dcce305499f0837204ede2 +_md5_=82c26571431d6af78c3b045316ce784d diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.15.7_p1 b/metadata/md5-cache/sys-kernel/asahi-sources-6.17.11_p1 index e3469ad079c3..b36be26ccc70 100644 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.15.7_p1 +++ b/metadata/md5-cache/sys-kernel/asahi-sources-6.17.11_p1 @@ -1,4 +1,4 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.80.1:*[rust-src,rustfmt] >=dev-lang/rust-1.80.1:*[rust-src,rustfmt] ) +BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:*[rust-src,rustfmt] >=dev-lang/rust-1.85.0:*[rust-src,rustfmt] ) DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack DEPEND=dev-util/bindgen DESCRIPTION=Asahi Linux kernel sources @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://asahilinux.org INHERIT=kernel-2 rust IUSE=symlink build -KEYWORDS=arm64 +KEYWORDS=~arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.15.7_p1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.15.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.15-8.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.15-8.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.15-8.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.15-8.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.15.7...asahi-6.15.7-1.diff -> linux-asahi-6.15.7-1.diff +SLOT=6.17.11_p1 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.17.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.17-14.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.17-14.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.17-14.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.17-14.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.17.11...asahi-6.17.11-1.diff -> linux-asahi-6.17.11-1.diff _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 0e01377cce73a7a06321d0ef97388d31 multiprocessing 1e32df7deee68372153dca65f4a7c21f optfeature 538bce96e5589935b57e178e8635f301 rust 20da14430886f3de143eb101684fcf62 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7c0d3615b9316a74e4b78a91c1d218ad +_md5_=507d982466101889343e9f2f7a8e478e diff --git a/metadata/md5-cache/sys-libs/glibc-2.41-r8 b/metadata/md5-cache/sys-libs/glibc-2.41-r8 index ac3f479e3859..1acb929cf719 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.41-r8 +++ b/metadata/md5-cache/sys-libs/glibc-2.41-r8 @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.41.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/glibc-2.41-patches-10.tar.xz multilib-bootstrap? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-20201208.tar.xz ) systemd? ( https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-20210729.tar.gz ) _eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 preserve-libs 8692a88c92b5ae250732743932d8ebda python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=7eebf15738f3423ee2c462a13ad74ef1 +_md5_=f2896e84d9431222387de132951e13af diff --git a/metadata/md5-cache/sys-libs/glibc-2.42-r3 b/metadata/md5-cache/sys-libs/glibc-2.42-r3 index c120403ac8f2..697e608673e0 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.42-r3 +++ b/metadata/md5-cache/sys-libs/glibc-2.42-r3 @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.42.tar.xz verify-sig? ( mirror://gnu/glibc/glibc-2.42.tar.xz.sig ) https://dev.gentoo.org/~dilfridge/distfiles/glibc-2.42-patches-5.tar.xz multilib-bootstrap? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-20201208.tar.xz ) systemd? ( https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-20210729.tar.gz ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 preserve-libs 8692a88c92b5ae250732743932d8ebda python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=bf28e3752aea4c3ab2ac7a426c627f05 +_md5_=be36bad035ce69d99148234e49d90e8f diff --git a/metadata/md5-cache/sys-libs/glibc-9999 b/metadata/md5-cache/sys-libs/glibc-9999 index 0e8d5bd5d8a6..ef14280bc0a8 100644 --- a/metadata/md5-cache/sys-libs/glibc-9999 +++ b/metadata/md5-cache/sys-libs/glibc-9999 @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=2.2 SRC_URI=multilib-bootstrap? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-20201208.tar.xz ) systemd? ( https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-20210729.tar.gz ) _eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 git-r3 875eb471682d3e1f18da124be97dcc81 gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f prefix c3c4c93ebda319c0fa7ed6f942ba1010 preserve-libs 8692a88c92b5ae250732743932d8ebda python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db verify-sig 2cf23b136af9fd4c3fceadc34d0f98ad -_md5_=9f53599fc4968ea3504b161e6fa912b5 +_md5_=126919fa59a07b0dae2ef415938a19ed diff --git a/metadata/md5-cache/www-servers/puma-6.4.3 b/metadata/md5-cache/www-servers/puma-6.4.3 deleted file mode 100644 index 6ac9f3b2b72d..000000000000 --- a/metadata/md5-cache/www-servers/puma-6.4.3 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=ruby_targets_ruby32? ( virtual/ruby-ssl[ruby_targets_ruby32(-)] test? ( dev-ruby/localhost[ruby_targets_ruby32(-)] dev-ruby/rack:3.0[ruby_targets_ruby32(-)] dev-ruby/rackup[ruby_targets_ruby32(-)] >=dev-ruby/minitest-5.9:5[ruby_targets_ruby32(-)] >=dev-ruby/test-unit-3.0:2[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( virtual/ruby-ssl[ruby_targets_ruby33(-)] test? ( dev-ruby/localhost[ruby_targets_ruby33(-)] dev-ruby/rack:3.0[ruby_targets_ruby33(-)] dev-ruby/rackup[ruby_targets_ruby33(-)] >=dev-ruby/minitest-5.9:5[ruby_targets_ruby33(-)] >=dev-ruby/test-unit-3.0:2[ruby_targets_ruby33(-)] ) ) test? ( ruby_targets_ruby32? ( dev-ruby/nio4r:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/nio4r:2[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( dev-ruby/rake[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ) virtual/pkgconfig -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-libs/openssl:0 test? ( net-misc/curl ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) -DESCRIPTION=a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack -EAPI=8 -HOMEPAGE=https://puma.io/ -INHERIT=ruby-fakegem -IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 -LICENSE=BSD -RDEPEND=dev-libs/openssl:0= ruby_targets_ruby32? ( dev-ruby/nio4r:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/nio4r:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ) -RESTRICT=!test? ( test ) !test? ( test ) !test? ( test ) -SLOT=3 -SRC_URI=https://github.com/puma/puma/archive/v6.4.3.tar.gz -> puma-6.4.3.tar.gz -_eclasses_=multilib a199af442898963433d6f038a88cce9c ruby-fakegem bc37b1e2fa23e795fae856dd70a23846 ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db -_md5_=32c87a94f0d6bd2c8304679104eb4786 diff --git a/metadata/md5-cache/x11-terms/gnome-terminal-3.54.3-r1 b/metadata/md5-cache/x11-terms/gnome-terminal-3.54.3-r1 deleted file mode 100644 index 969c63f02290..000000000000 --- a/metadata/md5-cache/x11-terms/gnome-terminal-3.54.3-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxml2:2 dev-libs/libxslt dev-util/gdbus-codegen dev-util/glib-utils dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.52:2 >=x11-libs/gtk+-3.22.27:3[X?] >=gui-libs/libhandy-1.6.0:1 >=x11-libs/vte-0.78.0:2.91 >=dev-libs/libpcre2-10 >=gnome-base/gsettings-desktop-schemas-0.1.0 sys-apps/util-linux gnome-shell? ( gnome-base/gnome-shell ) nautilus? ( >=gnome-base/nautilus-43.0 ) -DESCRIPTION=A terminal emulator for GNOME -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-terminal -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=flag-o-matic gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg -IUSE=X debug gnome-shell nautilus -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 -LICENSE=GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3 -RDEPEND=>=dev-libs/glib-2.52:2 >=x11-libs/gtk+-3.22.27:3[X?] >=gui-libs/libhandy-1.6.0:1 >=x11-libs/vte-0.78.0:2.91 >=dev-libs/libpcre2-10 >=gnome-base/gsettings-desktop-schemas-0.1.0 sys-apps/util-linux gnome-shell? ( gnome-base/gnome-shell ) nautilus? ( >=gnome-base/nautilus-43.0 ) -SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-terminal/3.54/gnome-terminal-3.54.3.tar.xz -_eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=87584d8140e4aa7dc062edf3cfa1282d diff --git a/metadata/md5-cache/x11-terms/gnome-terminal-3.56.2-r1 b/metadata/md5-cache/x11-terms/gnome-terminal-3.58.0 index ffc4fdab3f7e..deee7b96ef28 100644 --- a/metadata/md5-cache/x11-terms/gnome-terminal-3.56.2-r1 +++ b/metadata/md5-cache/x11-terms/gnome-terminal-3.58.0 @@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3 RDEPEND=>=dev-libs/glib-2.52:2 >=x11-libs/gtk+-3.22.27:3[X?] >=gui-libs/libhandy-1.6.0:1 >=x11-libs/vte-0.80.0:2.91 >=dev-libs/libpcre2-10 >=gnome-base/gsettings-desktop-schemas-0.1.0 sys-apps/util-linux gnome-shell? ( gnome-base/gnome-shell ) nautilus? ( >=gnome-base/nautilus-43.0 ) SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-terminal/3.56/gnome-terminal-3.56.2.tar.xz +SRC_URI=mirror://gnome/sources/gnome-terminal/3.58/gnome-terminal-3.58.0.tar.xz _eclasses_=flag-o-matic a7afe42e95fb46ce9691605acfb24672 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 99e6a34d0f7039439dad788f7443b574 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=28edb8062bf68e371a2d373a97d6e362 diff --git a/net-analyzer/iftop/files/iftop-1.0_pre4-fix_c23.patch b/net-analyzer/iftop/files/iftop-1.0_pre4-fix_c23.patch new file mode 100644 index 000000000000..464f0c3c275f --- /dev/null +++ b/net-analyzer/iftop/files/iftop-1.0_pre4-fix_c23.patch @@ -0,0 +1,13 @@ +fix c23 unprototyped function, patch from upstream +https://code.blinkace.com/pdw/iftop/-/commit/67b685c8442528bb30485f6efa212f599ef19baf.patch +--- a/cfgfile.h ++++ b/cfgfile.h +@@ -13,7 +13,7 @@ typedef struct { + int value; + } config_enumeration_type; + +-int read_config(); ++int read_config(char *file, int whinge_on_error); + + char *config_get_string(const char *directive); + int config_get_bool(const char *directive); diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild index f860ce3ced6c..b82f4f787b4c 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild @@ -3,11 +3,11 @@ EAPI=8 -inherit autotools flag-o-matic +inherit autotools DESCRIPTION="Display bandwidth usage on an interface" -HOMEPAGE="https://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" -SRC_URI="https://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" +HOMEPAGE="https://pdw.ex-parrot.com/iftop/ https://code.blinkace.com/pdw/iftop" +SRC_URI="https://pdw.ex-parrot.com/iftop/download/${P/_/}.tar.gz" S="${WORKDIR}"/${P/_/} LICENSE="GPL-2" @@ -33,14 +33,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch "${FILESDIR}"/${PN}-1.0_pre4-fno-common.patch "${FILESDIR}"/${PN}-1.0_pre4-allow-scales-beyond-1gbps.patch + "${FILESDIR}"/${PN}-1.0_pre4-fix_c23.patch ) src_prepare() { default - #bug 944029 - append-cflags -std=gnu17 - eautoreconf } diff --git a/net-analyzer/pnp4nagios/Manifest b/net-analyzer/pnp4nagios/Manifest index f97b423eb62d..4e4f6a6af8a7 100644 --- a/net-analyzer/pnp4nagios/Manifest +++ b/net-analyzer/pnp4nagios/Manifest @@ -1,2 +1,2 @@ -DIST pnp4nagios-0.6.26_p20221106.tar.gz 3029704 BLAKE2B 5866f4dbfef9b1028255eb3e47ac57fa260c1e2caca50fcb1c5ff93a3dc9bee9f14152e3a269ecf12daab59e50e1f4dfcd6513f9ce3dc5da35de50b944c38260 SHA512 cd0c3ad3d4983c43f7e1a100e8a2e6a530b573ca6bed60125c87b22ab33c2486c5ce99c6f52d641cdc7468984925a22a6ee7e1ac330ea2278ec2439acb910d04 DIST pnp4nagios-0.6.26_p20230918.tar.gz 3036216 BLAKE2B 101b84623bec93cb3c3c2c5f5785a308afeeff6c7a89504ec5e39812be5e0807eaf7dabf720a69e58a3dd7bfd654f124dd26030deab60f5c6e0a31bd665e83e6 SHA512 4b03c5bf3d00339627e22cf14669b21433f926d6e698933833911a40d8b324d5a70dc5187ee5291f48bfcc12e9b51aaba24c8d263d5f25081544f97dce372890 +DIST pnp4nagios-0.6.26_p20241118.tar.gz 3037069 BLAKE2B bbbf9740e79ab0720cccb5c973f75440d3a4f01da898edf5c2e787227a0b5ef0d36051f1b13fe01d87d9115358e33c1ba7e84d43fce8e7ca69546074bbb0592c SHA512 43990847c74c9da1d94ce56341d4f873c2d1023282c81656f590dddf9823f0e3f42148cf7354e8d1c87c677f0f87c2ca01f4bc0d19622f423ac42d524572a682 diff --git a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_compat.patch b/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_compat.patch deleted file mode 100644 index 21f9c89ed94f..000000000000 --- a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_compat.patch +++ /dev/null @@ -1,53 +0,0 @@ -# https://github.com/Tontonitch/pnp4nagios/commits/master - -diff --git a/share/pnp/application/views/graph_content.php b/share/pnp/application/views/graph_content.php -index 3ea99dc0..00469ce0 100644 ---- a/share/pnp/application/views/graph_content.php -+++ b/share/pnp/application/views/graph_content.php -@@ -88,7 +88,8 @@ - # treated like a url fragment when zooming - $gid = array(); - parse_str(ltrim($this->url, '?'), $gid); -- $gid = htmlentities("?host=".urlencode($gid["host"])."&srv=".urlencode($gid["srv"])); -+ $srv = isset($gid['srv']) ? $gid['srv'] : ''; -+ $gid = htmlentities("?host=".urlencode($gid["host"])."&srv=".urlencode($srv)); - - echo "<div start=".$value['TIMERANGE']['start']." end=".$value['TIMERANGE']['end']." style=\"width:".$value['GRAPH_WIDTH']."px; height:".$value['GRAPH_HEIGHT']."px; position:absolute; top:33px\" class=\"graph\" id=\"".$gid."\" ></div>"; - -diff --git a/share/pnp/application/vendor/fpdf/fpdf.php b/share/pnp/application/vendor/fpdf/fpdf.php -index cfc09593..efb53b4e 100755 ---- a/share/pnp/application/vendor/fpdf/fpdf.php -+++ b/share/pnp/application/vendor/fpdf/fpdf.php -@@ -1040,8 +1040,11 @@ protected function _dochecks() - if(ini_get('mbstring.func_overload') & 2)
- $this->Error('mbstring overloading must be disabled');
- // Ensure runtime magic quotes are disabled
-- if(get_magic_quotes_runtime())
-- @set_magic_quotes_runtime(0);
-+# if(get_magic_quotes_runtime())
-+# @set_magic_quotes_runtime(0);
-+ if (PHP_VERSION_ID < 70400 && get_magic_quotes_runtime()) {
-+ set_magic_quotes_runtime(0);
-+ }
- }
-
- protected function _checkoutput()
-diff --git a/share/pnp/application/vendor/fpdf/fpdi_pdf_parser.php b/share/pnp/application/vendor/fpdf/fpdi_pdf_parser.php -index 9e6d521a..c044f200 100755 ---- a/share/pnp/application/vendor/fpdf/fpdi_pdf_parser.php -+++ b/share/pnp/application/vendor/fpdf/fpdi_pdf_parser.php -@@ -305,6 +305,7 @@ protected function _getPageRotation($obj) - }
-
- $res = $this->_getPageRotation($obj[1][1]['/Parent']);
-+ if(false == $res) return false;
- if ($res[0] == pdf_parser::TYPE_OBJECT)
- return $res[1];
-
-@@ -344,4 +345,4 @@ protected function _readPages(&$pages, &$result) - }
- }
- }
--} -\ No newline at end of file -+}
diff --git a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_php80.patch b/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_php80.patch deleted file mode 100644 index 2407bb6c51e9..000000000000 --- a/net-analyzer/pnp4nagios/files/pnp4nagios-0.6.26_p20221106_php80.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff --git a/lib/kohana/system/core/utf8.php b/lib/kohana/system/core/utf8.php -index 9f20f42..b349c68 100644 ---- a/lib/kohana/system/core/utf8.php -+++ b/lib/kohana/system/core/utf8.php -@@ -49,17 +49,6 @@ if ( ! extension_loaded('iconv')) - ); - } - --if (extension_loaded('mbstring') AND (ini_get('mbstring.func_overload') & MB_OVERLOAD_STRING)) --{ -- trigger_error -- ( -- 'The <a href="http://php.net/mbstring">mbstring</a> extension is overloading PHP\'s native string functions. '. -- 'Disable this by setting mbstring.func_overload to 0, 1, 4 or 5 in php.ini or a .htaccess file.'. -- 'This application cannot be run without UTF-8 support.', -- E_USER_ERROR -- ); --} -- - // Check PCRE support for Unicode properties such as \p and \X. - $ER = error_reporting(0); - define('PCRE_UNICODE_PROPERTIES', (bool) preg_match('/^\pL$/u', 'ñ')); -@@ -740,4 +729,4 @@ final class utf8 { - return _from_unicode($arr); - } - --} // End utf8 -\ No newline at end of file -+} // End utf8 -diff --git a/share/pnp/application/models/data.php b/share/pnp/application/models/data.php -index 576c8ec..20cdade 100644 ---- a/share/pnp/application/models/data.php -+++ b/share/pnp/application/models/data.php -@@ -266,7 +266,7 @@ class Data_Model extends System_Model - $xml = array(); - if (file_exists($xmlfile)) { - libxml_use_internal_errors(TRUE); -- libxml_clear_errors(TRUE); -+ libxml_clear_errors(); - if(! $xml = simplexml_load_file($xmlfile) ){; - if( $throw_exception == TRUE ){ - $errors = '<br>'; diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20221106.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20241118.ebuild index 3df8d7c6aedd..f49715628d8f 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20221106.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20241118.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org/" -GH_COMMIT="5e09f538373ac4310a13355746bb3d3a10eb7bef" -SRC_URI="https://github.com/lingej/pnp4nagios/archive/${GH_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${GH_COMMIT}" +HOMEPAGE="https://github.com/ConSol-Monitoring/pnp" +GH_COMMIT="f4a831e7bd51651bb427931ab492d63197e77e0e" +SRC_URI="https://github.com/ConSol-Monitoring/pnp/archive/${GH_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/pnp-${GH_COMMIT}" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="apache2 icinga +nagios" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" REQUIRED_USE="^^ ( icinga nagios )" @@ -43,8 +43,6 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-0.6.14-makefile.patch" - "${FILESDIR}/${PN}-0.6.26_p20221106_compat.patch" - "${FILESDIR}/${PN}-0.6.26_p20221106_php80.patch" ) src_configure() { diff --git a/net-libs/msgraph/Manifest b/net-libs/msgraph/Manifest index 16d09fcda9fb..16b6eb048be1 100644 --- a/net-libs/msgraph/Manifest +++ b/net-libs/msgraph/Manifest @@ -1 +1,2 @@ DIST msgraph-0.2.3.tar.xz 95904 BLAKE2B 5c0476511784861e1a6e3f3cb4ecaa50ad494b484b8b60f9305aae95539e8d4e9c0e491298d5d1df0031f28a9c472eb6f197acf02a69625e904c4095263b831a SHA512 23a9c24dde6125a7e6fc8a9db61248423a78e2e50a95880a59662d5824fc3f171b2354ab6ae66c77c75fd1737b1d4b19b7a35f8c6fe9ba393c5b116f3c56128f +DIST msgraph-0.3.3.tar.xz 115160 BLAKE2B d1163f3b2660bb7b18a6b66ee510c25827104dade9c91b89cc47aaee2dc75404cbea724ae1b3b4629f2a3b57c0a50c887599f4b922c4907e3af9cff501e3f6fb SHA512 8dbb53d5e16c6473a8c631be00d3d1d9ddef2969235c45128fbc66151e6a8ab8c5dfb672e4b3f38754cf0b762dbee1a61ff901f6d135e3d670b5c9a9355f83e0 diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3-r1.ebuild index 971a3c614797..43efcb128d1b 100644 --- a/net-libs/msgraph/msgraph-0.2.3.ebuild +++ b/net-libs/msgraph/msgraph-0.2.3-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="GLib-based library for accessing online serive APIs using MS Graph HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph" LICENSE="LGPL-2+" -SLOT="0/1" +SLOT="0/0.1" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="debug gtk-doc +introspection man test" diff --git a/net-libs/msgraph/msgraph-0.3.3.ebuild b/net-libs/msgraph/msgraph-0.3.3.ebuild new file mode 100644 index 000000000000..781c95f66b9c --- /dev/null +++ b/net-libs/msgraph/msgraph-0.3.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org meson + +DESCRIPTION="GLib-based library for accessing online serive APIs using MS Graph protocol." +HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph" + +LICENSE="LGPL-2+" +SLOT="0/1.1" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +IUSE="debug gtk-doc +introspection man test" +REQUIRED_USE="gtk-doc? ( introspection )" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.28.0:2 + dev-libs/json-glib + net-libs/rest:1.0 + net-libs/libsoup:3.0 + net-libs/gnome-online-accounts:= + >=net-libs/uhttpmock-0.11.0:1.0 + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +" + +DEPEND="${RDEPEND} + >=dev-util/gdbus-codegen-2.30.0 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + dev-libs/gobject-introspection-common +" +BDEPEND=" + gtk-doc? ( dev-util/gi-docgen ) + test? ( net-libs/uhttpmock:1.0 ) +" + +src_configure() { + local emesonargs=( + $(meson_use gtk-doc gtk_doc) + $(meson_use introspection) + $(meson_use test tests) + ) + meson_src_configure +} + +src_install(){ + meson_install + if use gtk-doc; then + mkdir -p "${ED}"/usr/share/gtk-doc/html || die + mv "${ED}"/usr/share/doc/msgraph-* "${ED}"/usr/share/gtk-doc/html || die + fi +} diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest index 964b8b5bd2f5..3d36a2532913 100644 --- a/net-libs/webkit-gtk/Manifest +++ b/net-libs/webkit-gtk/Manifest @@ -1,3 +1,4 @@ DIST webkitgtk-2.44.4.tar.xz 35858056 BLAKE2B 9e3d016bfb2b4e80d2ebeda95e75f8ec8b909b41b17a879d3e1119ed66e3bf4d590a22ed814bb1572dac8d8a8838bb37b5ab1372121b276e02ee8925f6c5b00c SHA512 037ef6a9faca68b68dc62927a475134450493129043ea6cc03595cd4a684d590f80a1e9c3ed40a9176874ba43fc9efbc5065a264dfe131ebd72e272756612db9 DIST webkitgtk-2.48.5.tar.xz 44131936 BLAKE2B aa8ea4b5296a95f8b18f2dec9597f70eba46e739e3cc21dccd97af4ba07c7fcfa50dffe963bcffcd178b99c111d38dc55fb194a87451fa8efa9944249f538aba SHA512 70ee8f58a354cf6d0b1345954ed07c1e49d886f353d4fab945a3d2fc03116726af05454d4b5460f0fe4f5c3d042bb921fc5b43a85474624545afd9acc1c0fc8d DIST webkitgtk-2.50.1.tar.xz 45269396 BLAKE2B f6960c7337fee6f56458f070c0c64b1e3dbc4e672f0709990e33b1b6a09ab7081b1df08eec07815b6f0fb21a95f594408af8e3717d02df58918601556a4b2536 SHA512 4b7b6c5ae02f1dbcff26e7af4ee4e3cdd4435c61dfaf17c2981422358dea01cfba0ffe8c6f12c7864b6f1ee6c9906dfa64248bc95effed526e9ade3ad1292888 +DIST webkitgtk-2.50.4.tar.xz 45280588 BLAKE2B e3bcf35b5783d17c9a01b8eaf72592c82f60a8d31732309ebe89dd8a6303fe694b333e273c4472cebd85be1fd9b86400e72558d01ffaa076e5f550eb413fac71 SHA512 e7b8a6d93f91cd63f00567c886f21853b3fd8e9e48ac21a61b4a841a096b472c3ad0ef0aea45d3c6b8a6bf13790683bdeb3c57f1ba4c949861e9599af4a0051c diff --git a/net-libs/webkit-gtk/webkit-gtk-2.50.4-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.50.4-r410.ebuild new file mode 100644 index 000000000000..f3e92ff3a943 --- /dev/null +++ b/net-libs/webkit-gtk/webkit-gtk-2.50.4-r410.ebuild @@ -0,0 +1,262 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_REQ_USE="xml(+)" +PYTHON_COMPAT=( python3_{10..14} ) +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake + +MY_P="webkitgtk-${PV}" +DESCRIPTION="Open source web browser engine" +HOMEPAGE="https://www.webkitgtk.org" +SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz" + +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-2+ BSD" +SLOT="4.1/0" # soname version of libwebkit2gtk-4.1 +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" + +IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" +REQUIRED_USE="|| ( aqua wayland X )" + +# Tests do not run when built from tarballs +# https://bugs.webkit.org/show_bug.cgi?id=215986 +RESTRICT="test" + +# Dependencies can be found in Source/cmake/OptionsGTK.cmake. +# +# * Missing WebRTC support, but ENABLE_WEB_RTC is experimental upstream. +# +# * media-libs/mesa dep is for libgbm +# +# * >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE) +# +# * TODO: gst-plugins-base[X] is only needed when build configuration ends up +# with GLX set, but that's a bit automagic too to fix +# +# * Cairo is only needed on big-endian systems, where Skia is not officially +# supported (the build system will choose a backend for you). We could probably +# hard-code a list of BE arches here, to avoid the extra dependency? But I am +# holding out hope that this might actually get fixed before we need to do that. +# +# * dev-util/sysprof-capture is disabled because it was a new dependency in 2.46 +# and we don't need any more new problems. +# +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/hyphen + dev-libs/icu:= + dev-libs/libgcrypt:0= + dev-libs/libtasn1:= + dev-libs/libxml2:2= + dev-libs/libxslt + media-libs/fontconfig:1.0 + media-libs/freetype:2 + media-libs/harfbuzz:=[icu(+)] + media-libs/libjpeg-turbo:0= + media-libs/libepoxy[egl(+)] + media-libs/libglvnd + media-libs/libpng:0= + media-libs/libwebp:= + media-libs/mesa + media-libs/svt-av1 + media-libs/woff2 + net-libs/libsoup:3.0[introspection?] + virtual/zlib:= + x11-libs/cairo[X?] + x11-libs/gtk+:3[aqua?,introspection?,wayland?,X?] + x11-libs/libdrm + avif? ( media-libs/libavif:= ) + gamepad? ( dev-libs/libmanette ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0[egl,opengl,X?] + media-plugins/gst-plugins-opus:1.0 + media-libs/gst-plugins-bad:1.0 + ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + jpegxl? ( media-libs/libjxl:= ) + keyring? ( app-crypt/libsecret ) + lcms? ( media-libs/lcms:2 ) + seccomp? ( + sys-apps/bubblewrap + sys-libs/libseccomp + sys-apps/xdg-dbus-proxy + ) + spell? ( app-text/enchant:2 ) + systemd? ( sys-apps/systemd:= ) + X? ( x11-libs/libX11 ) + wayland? ( + dev-libs/wayland + dev-libs/wayland-protocols + ) +" +DEPEND="${RDEPEND}" +# Need real bison, not yacc +BDEPEND=" + ${PYTHON_DEPS} + ${RUBY_DEPS} + app-accessibility/at-spi2-core + dev-lang/perl + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/gperf + dev-util/unifdef + sys-devel/bison + sys-devel/gettext + virtual/pkgconfig + wayland? ( dev-util/wayland-scanner ) +" + +CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 + +# We cannot use PATCHES because src_prepare() calls cmake_src_prepare and +# gnome2_src_prepare, and both apply ${PATCHES[@]} +PATCHES=() + +pkg_pretend() { + if [[ ${MERGE_TYPE} != "binary" ]] ; then + if is-flagq "-g*" && ! is-flagq "-g*0" ; then + einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" + check-reqs_pkg_pretend + fi + + if ! test-flag-CXX -std=c++17 ; then + die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags" + fi + fi +} + +pkg_setup() { + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then + check-reqs_pkg_setup + fi + + python-any-r1_pkg_setup +} + +src_prepare() { + cmake_src_prepare + gnome2_src_prepare + + # https://bugs.gentoo.org/938162, see also mycmakeargs + eapply "${FILESDIR}"/2.48.3-fix-ftbfs-riscv64.patch + + # We don't want -Werror for gobject-introspection (bug #947761) + sed -i -e "s:--warn-error::" Source/cmake/FindGI.cmake || die +} + +src_configure() { + # Respect CC, otherwise fails on prefix #395875 + tc-export CC + + # ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007) + filter-lto + + # It does not compile on alpha without this in LDFLAGS + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 + use alpha && append-ldflags "-Wl,--no-relax" + + # Sigbuses on SPARC with mcpu and co., bug #??? + use sparc && filter-flags "-mvis" + + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634 + use ppc64 && append-flags "-mminimal-toc" + + # Try to use less memory, bug #469942 (see Fedora .spec for reference) + append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory") + + # Ruby situation is a bit complicated. See bug 513888 + local rubyimpl + local ruby_interpreter="" + local RUBY + for rubyimpl in ${USE_RUBY}; do + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then + RUBY="$(type -P ${rubyimpl})" + ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" + fi + done + # This will rarely occur. Only a couple of corner cases could lead us to + # that failure. See bug 513888 + [[ -z ${ruby_interpreter} ]] && die "No suitable ruby interpreter found" + # JavaScriptCore/Scripts/postprocess-asm invokes another Ruby script directly + # so it doesn't respect RUBY_EXECUTABLE, bug #771744. + sed -i -e "s:#!/usr/bin/env ruby:#!${RUBY}:" $(grep -rl "/usr/bin/env ruby" Source/JavaScriptCore || die) || die + + # TODO: Check Web Audio support + # should somehow let user select between them? + local mycmakeargs=( + -DPython_EXECUTABLE="${PYTHON}" + ${ruby_interpreter} + # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that + -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap + -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy + -DPORT=GTK + # Source/cmake/WebKitFeatures.cmake + -DENABLE_API_TESTS=OFF + -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp) + -DENABLE_DRAG_SUPPORT=ON + -DENABLE_GAMEPAD=$(usex gamepad) + -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service) + -DENABLE_MINIBROWSER=$(usex examples) + -DENABLE_PDFJS=$(usex pdf) + -DENABLE_SPEECH_SYNTHESIS=OFF + -DENABLE_SPELLCHECK=$(usex spell) + -DENABLE_TOUCH_EVENTS=ON + -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) + -DENABLE_VIDEO=$(usex gstreamer) + -DENABLE_WEB_AUDIO=$(usex gstreamer) + -DENABLE_WEB_CODECS=$(usex gstreamer) # https://bugs.webkit.org/show_bug.cgi?id=269147 + -DENABLE_WEBDRIVER=OFF + -DENABLE_WEBGL=ON + -DUSE_AVIF=$(usex avif) + # Source/cmake/GStreamerDependencies.cmake + -DENABLE_MEDIA_TELEMETRY=OFF + -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer) + # Source/cmake/OptionsGTK.cmake + -DENABLE_DOCUMENTATION=OFF + -DENABLE_INTROSPECTION=$(usex introspection) + -DENABLE_JOURNALD_LOG=$(usex systemd) + -DENABLE_QUARTZ_TARGET=$(usex aqua) + -DENABLE_WAYLAND_TARGET=$(usex wayland) + -DENABLE_X11_TARGET=$(usex X) + -DUSE_GBM=ON + -DUSE_GTK4=OFF + -DUSE_JPEGXL=$(usex jpegxl) + -DUSE_LCMS=$(usex lcms) + -DUSE_LIBBACKTRACE=OFF + -DUSE_LIBDRM=ON + -DUSE_LIBHYPHEN=ON + -DUSE_LIBSECRET=$(usex keyring) + -DUSE_SOUP2=OFF + -DUSE_SYSPROF_CAPTURE=OFF + -DUSE_WOFF2=ON + ) + + # Temporary workaround for bug 938162 (upstream bug 271371) + # in concert with our Debian patch. The idea to enable C_LOOP + # is also stolen from Debian's build. + use riscv && mycmakeargs+=( + -DENABLE_WEBASSEMBLY=OFF + -DENABLE_JIT=OFF + -DENABLE_C_LOOP=ON + ) + + # https://bugs.gentoo.org/761238 + append-cppflags -DNDEBUG + + WK_USE_CCACHE=NO cmake_src_configure +} + +pkg_postinst() { + optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue" + optfeature "Common Multimedia codecs" "media-plugins/gst-plugins-meta" + optfeature "VAAPI encoding support" "media-libs/gst-plugins-bad[vaapi]" + optfeature "MPEG-DASH support" "media-plugins/gst-plugins-dash" + optfeature "HTTP live streaming (HLS) support" "media-plugins/gst-plugins-hls" +} diff --git a/net-libs/webkit-gtk/webkit-gtk-2.50.4-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.50.4-r600.ebuild new file mode 100644 index 000000000000..0f18933d0db2 --- /dev/null +++ b/net-libs/webkit-gtk/webkit-gtk-2.50.4-r600.ebuild @@ -0,0 +1,279 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_REQ_USE="xml(+)" +PYTHON_COMPAT=( python3_{10..14} ) +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +inherit check-reqs flag-o-matic gnome2 optfeature python-any-r1 ruby-single toolchain-funcs cmake + +MY_P="webkitgtk-${PV}" +DESCRIPTION="Open source web browser engine" +HOMEPAGE="https://www.webkitgtk.org" +SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz" + +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-2+ BSD" +SLOT="6/0" # soname version of libwebkit2gtk-6.0 +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" + +IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" +REQUIRED_USE="|| ( aqua wayland X )" + +# Tests do not run when built from tarballs +# https://bugs.webkit.org/show_bug.cgi?id=215986 +RESTRICT="test" + +# Dependencies can be found in Source/cmake/OptionsGTK.cmake. +# +# * Missing WebRTC support, but ENABLE_WEB_RTC is experimental upstream. +# +# * media-libs/mesa dep is for libgbm +# +# * >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE) +# +# * TODO: gst-plugins-base[X] is only needed when build configuration ends up +# with GLX set, but that's a bit automagic too to fix +# +# * Softblocking <webkit-gtk-2.38:4 and <webkit-gtk-2.44:4.1 as since +# 2.44 this SLOT ships the WebKitWebDriver binary; WebKitWebDriver is +# an automation tool for web developers, which lets one control the +# browser via WebDriver API - only one SLOT can ship it. +# +# * at-spi2-core (atspi-2.pc) is checked at build time, but not linked +# to in the gtk4 SLOT - is it an upstream check bug and only gtk-4.14 +# a11y support is used? +# +# * Cairo is only needed on big-endian systems, where Skia is not officially +# supported (the build system will choose a backend for you). We could probably +# hard-code a list of BE arches here, to avoid the extra dependency? But I am +# holding out hope that this might actually get fixed before we need to do that. +# +# * dev-util/sysprof-capture is disabled because it was a new dependency in 2.46 +# and we don't need any more new problems. +# +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/hyphen + dev-libs/icu:= + dev-libs/libgcrypt:0= + dev-libs/libtasn1:= + dev-libs/libxml2:2= + dev-libs/libxslt + >=gui-libs/gtk-4.14.0:4[aqua?,introspection?,wayland?,X?] + media-libs/fontconfig:1.0 + media-libs/freetype:2 + media-libs/harfbuzz:=[icu(+)] + media-libs/libjpeg-turbo:0= + media-libs/libepoxy[egl(+)] + media-libs/libglvnd + media-libs/libpng:0= + media-libs/libwebp:= + media-libs/mesa + media-libs/svt-av1 + media-libs/woff2 + net-libs/libsoup:3.0[introspection?] + virtual/zlib:= + x11-libs/cairo[X?] + x11-libs/libdrm + avif? ( media-libs/libavif:= ) + gamepad? ( dev-libs/libmanette ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0[egl,opengl,X?] + media-plugins/gst-plugins-opus:1.0 + media-libs/gst-plugins-bad:1.0 + ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + jpegxl? ( media-libs/libjxl:= ) + keyring? ( app-crypt/libsecret ) + lcms? ( media-libs/lcms:2 ) + seccomp? ( + sys-apps/bubblewrap + sys-libs/libseccomp + sys-apps/xdg-dbus-proxy + ) + spell? ( app-text/enchant:2 ) + systemd? ( sys-apps/systemd:= ) + X? ( x11-libs/libX11 ) + wayland? ( + dev-libs/wayland + dev-libs/wayland-protocols + ) +" +DEPEND="${RDEPEND}" +# Need real bison, not yacc +BDEPEND=" + ${PYTHON_DEPS} + ${RUBY_DEPS} + app-accessibility/at-spi2-core + dev-lang/perl + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/gperf + dev-util/unifdef + sys-devel/bison + sys-devel/gettext + virtual/pkgconfig + wayland? ( dev-util/wayland-scanner ) +" + +CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 + +# We cannot use PATCHES because src_prepare() calls cmake_src_prepare and +# gnome2_src_prepare, and both apply ${PATCHES[@]} +PATCHES=() + +pkg_pretend() { + if [[ ${MERGE_TYPE} != "binary" ]] ; then + if is-flagq "-g*" && ! is-flagq "-g*0" ; then + einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" + check-reqs_pkg_pretend + fi + + if ! test-flag-CXX -std=c++17 ; then + die "You need at least GCC 7.3.x or Clang >= 5 for C++17-specific compiler flags" + fi + fi +} + +pkg_setup() { + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then + check-reqs_pkg_setup + fi + + python-any-r1_pkg_setup +} + +src_prepare() { + cmake_src_prepare + gnome2_src_prepare + + # https://bugs.gentoo.org/938162, see also mycmakeargs + eapply "${FILESDIR}"/2.48.3-fix-ftbfs-riscv64.patch + + # We don't want -Werror for gobject-introspection (bug #947761) + sed -i -e "s:--warn-error::" Source/cmake/FindGI.cmake || die +} + +src_configure() { + # Respect CC, otherwise fails on prefix #395875 + tc-export CC + + # ODR violations (bug #915230, https://bugs.webkit.org/show_bug.cgi?id=233007) + filter-lto + + # It does not compile on alpha without this in LDFLAGS + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 + use alpha && append-ldflags "-Wl,--no-relax" + + # Sigbuses on SPARC with mcpu and co., bug #??? + use sparc && filter-flags "-mvis" + + # https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634 + use ppc64 && append-flags "-mminimal-toc" + + # Try to use less memory, bug #469942 (see Fedora .spec for reference) + append-ldflags $(test-flags-CCLD "-Wl,--no-keep-memory") + + # Ruby situation is a bit complicated. See bug 513888 + local rubyimpl + local ruby_interpreter="" + local RUBY + for rubyimpl in ${USE_RUBY}; do + if has_version -b "virtual/rubygems[ruby_targets_${rubyimpl}(-)]"; then + RUBY="$(type -P ${rubyimpl})" + ruby_interpreter="-DRUBY_EXECUTABLE=${RUBY}" + fi + done + # This will rarely occur. Only a couple of corner cases could lead us to + # that failure. See bug 513888 + [[ -z ${ruby_interpreter} ]] && die "No suitable ruby interpreter found" + # JavaScriptCore/Scripts/postprocess-asm invokes another Ruby script directly + # so it doesn't respect RUBY_EXECUTABLE, bug #771744. + sed -i -e "s:#!/usr/bin/env ruby:#!${RUBY}:" $(grep -rl "/usr/bin/env ruby" Source/JavaScriptCore || die) || die + + # TODO: Check Web Audio support + # should somehow let user select between them? + local mycmakeargs=( + -DPython_EXECUTABLE="${PYTHON}" + ${ruby_interpreter} + # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that + -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap + -DDBUS_PROXY_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/xdg-dbus-proxy + -DPORT=GTK + # Source/cmake/WebKitFeatures.cmake + -DENABLE_API_TESTS=OFF + -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp) + -DENABLE_DRAG_SUPPORT=ON + -DENABLE_GAMEPAD=$(usex gamepad) + -DENABLE_GEOLOCATION=ON # Runtime optional (talks over dbus service) + -DENABLE_MINIBROWSER=$(usex examples) + -DENABLE_PDFJS=$(usex pdf) + -DENABLE_SPEECH_SYNTHESIS=OFF + -DENABLE_SPELLCHECK=$(usex spell) + -DENABLE_TOUCH_EVENTS=ON + -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) + -DENABLE_VIDEO=$(usex gstreamer) + -DENABLE_WEB_AUDIO=$(usex gstreamer) + -DENABLE_WEB_CODECS=$(usex gstreamer) # https://bugs.webkit.org/show_bug.cgi?id=269147 + -DENABLE_WEBDRIVER=ON + -DENABLE_WEBGL=ON + -DUSE_AVIF=$(usex avif) + # Source/cmake/GStreamerDependencies.cmake + -DENABLE_MEDIA_TELEMETRY=OFF + -DUSE_GSTREAMER_WEBRTC=$(usex gstreamer) + # Source/cmake/OptionsGTK.cmake + -DENABLE_DOCUMENTATION=OFF + -DENABLE_INTROSPECTION=$(usex introspection) + -DENABLE_JOURNALD_LOG=$(usex systemd) + -DENABLE_QUARTZ_TARGET=$(usex aqua) + -DENABLE_WAYLAND_TARGET=$(usex wayland) + -DENABLE_X11_TARGET=$(usex X) + -DUSE_GBM=ON + -DUSE_GTK4=ON # webkit2gtk-6.0 + -DUSE_JPEGXL=$(usex jpegxl) + -DUSE_LCMS=$(usex lcms) + -DUSE_LIBBACKTRACE=OFF + -DUSE_LIBDRM=ON + -DUSE_LIBHYPHEN=ON + -DUSE_LIBSECRET=$(usex keyring) + -DUSE_SOUP2=OFF + -DUSE_SYSPROF_CAPTURE=OFF + -DUSE_WOFF2=ON + ) + + # Temporary workaround for bug 938162 (upstream bug 271371) + # in concert with our Debian patch. The idea to enable C_LOOP + # is also stolen from Debian's build. + use riscv && mycmakeargs+=( + -DENABLE_WEBASSEMBLY=OFF + -DENABLE_JIT=OFF + -DENABLE_C_LOOP=ON + ) + + # https://bugs.gentoo.org/761238 + append-cppflags -DNDEBUG + + WK_USE_CCACHE=NO cmake_src_configure +} + +src_install() { + cmake_src_install + + insinto /usr/share/gtk-doc/html + # This will install API docs specific to webkit2gtk-6.0 + doins -r "${S}"/Documentation/{jsc-glib,webkitgtk,webkitgtk-web-process-extension}-6.0 +} + +pkg_postinst() { + optfeature "geolocation service (used at runtime if available)" "app-misc/geoclue" + optfeature "Common Multimedia codecs" "media-plugins/gst-plugins-meta" + optfeature "VAAPI encoding support" "media-libs/gst-plugins-bad[vaapi]" + optfeature "MPEG-DASH support" "media-plugins/gst-plugins-dash" + optfeature "HTTP live streaming (HLS) support" "media-plugins/gst-plugins-hls" +} diff --git a/net-mail/stalwart-cli/Manifest b/net-mail/stalwart-cli/Manifest index c9d2d78e1940..79cff6eae6c2 100644 --- a/net-mail/stalwart-cli/Manifest +++ b/net-mail/stalwart-cli/Manifest @@ -12,6 +12,7 @@ DIST ahash-0.7.8.crate 38550 BLAKE2B 0fd5f220c15bc0a1aa2e95d13477bcc832d992c6406 DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d DIST ahash-0.8.12.crate 43413 BLAKE2B 3e3ff0a91c538a063a09f1d71c0bd4df7d3b4cda3ba0945d3dad746430e0940979375e90ae5da7d585ffa44f387b17f38fc506ade0e0847feebe10d5c62f2b61 SHA512 872e5fa0d1334abac96d10eca18f32c2b1a1e0b38671c132b6effd029e9f0147ddcef79f4d85c8baf0537ddfb8c39a85f61d073e1fb3143dba659a8385641e1b DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 +DIST aho-corasick-1.1.4.crate 184015 BLAKE2B 088766e505a828a221a9bca29cb1833ac3964a538cda62d12b723a263fe0e588406af0b710cf87ef67b0ccb9aa3bf69f42e0e5225ade47abe93c73fcaca69ec1 SHA512 c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62 DIST allocator-api2-0.2.20.crate 63549 BLAKE2B 12f88e884cd96122291e3fd277ec47f7cd33f36def475508e1e27d762ee8024d1bc33c861a8c076bf75553816a4500fada64a6ca9c7154a52de98fa1e6cd2660 SHA512 da80dc95cfcd985e16f3500f3ca5a5add872dd82cc8dd2928d41669648d3471c540d3b35cf961ccaa8a6104aff8eb536da465a1ba47f122ee9120615427b4ae1 DIST allocator-api2-0.2.21.crate 63622 BLAKE2B 983897fc977118f220dc4af7e801ac08eba77bfde2a25d756bad3e77f849418e74e7c67eaed68e2d719ca7fc6e1e9ce151dd7dbe8707dc43d4a6400294c8fc8e SHA512 1bb5711ed6041b0d7eae2ec784b8aa9d215db0f49cf79c692946eeb0db545d358cbcaa8156ae34e51d05287c08574f1da251ee574f2392949e4ed26d04770d03 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 @@ -26,7 +27,9 @@ DIST anstyle-parse-0.2.6.crate 22343 BLAKE2B 85eba405dc5cf806283cf442984e86583df DIST anstyle-parse-0.2.7.crate 21707 BLAKE2B 41d51d4c026e548a9428f5fd8dc85fce964e3f1cf709820dd53d216af3065a4ee069de8c5bcec5eae19b99172f60e89034a2ded6bc787f3ea4159d5d30de3984 SHA512 3e0920594dfa15f16dd308d0da81d784e6a5d6fd7a3b12cc1512fb625369ea7b4550df549e3be961906e2d3105f72ecb86b89dd6f5817c2c982929ea26d605fa DIST anstyle-query-1.1.2.crate 9969 BLAKE2B 179b8dd6dd709c2ca67f4eb5c9a502b2867cb6744a39f824c4fdebedc67c6c3e07d107c7d817e2ffb589d13b7ed4900cf9653ddc0a43663217042ee92ce8c9da SHA512 26069d936c4b1fb09bc65cda0253fe9be8fa4e96c0821f980c772602b4e9230035ec8c9d092ef95e0a0354ac559f8d25f57a14c34086d4d241b5fba688951837 DIST anstyle-query-1.1.4.crate 10192 BLAKE2B c5672d2982bef5702f5d592bea8b4336df3f24edad35656873accb4491c0b6f323189c6721a7f722e6aae31ea8c183a93e3d59a123dc1c150ad1c85640906e40 SHA512 b94c550b865d17c15b2ff1a41da4f7aaf3a5c0694b2188c7238cae8212d8390f759381a3ae5598c13396a728aed8bffd4e32fe06da51af0ba92c334124d26641 +DIST anstyle-query-1.1.5.crate 10264 BLAKE2B e1c1bad89ad4c09e48f9d7c417713953f7f468f10f7f61e351137be801b5986ab3d21406411b0b23c42af4a2b5881b85aa68dfc66d23cafca7dfcb88180104b7 SHA512 3b7b888df0b678bd4560981dd94a51a6af9a535cc1a869bb4577e832492bb6de718a3ac80ecf61f8857b3d0ed7b95e444e85bd00ef65a46c6a244d0b0eadd95d DIST anstyle-wincon-3.0.10.crate 12558 BLAKE2B eddfdfd0bf8ec9520319c3bc54d627be3ecc4d931181e629f5ae4f1352a1662476060a25639f390825405691ef22befbc6f1b51d79047690fadbc90993b9ff5d SHA512 bee4e8a76185a359e6f6c0cca11ca322a8ff6eb92a1659986bbb2287c5e198f3e9cf3e48c9d980b18fa012b5d52f97cd017770736be27e550cf61be553982c8c +DIST anstyle-wincon-3.0.11.crate 12638 BLAKE2B 01f1ce85205ed3e573daca145ae420e9f7d78867fc036133be74bbcc9b83231ecbc681b57eb98bec622bcbaaf4bb293d05d3021a29b49a0a71b8ab89b0ae9dfd SHA512 09c3215dc6cef75d6282078e68c5dbd51580b6c8db79a77932d2e74a51d29cb0ef23c31b8a73a71896a45eb5dc5f94aee209bd8f6e5df4c675dabe3cd304a96b DIST anstyle-wincon-3.0.6.crate 12271 BLAKE2B d9f4d9d46fa93a1168ca340562681718be852ffa94e30c9ea208af53af9d6697ca84921837a325ddc36681caab2b866b7f574901c80b5c0d862dcb765b81b68b SHA512 59ec6f5a53bd68b6344d82e923eb8c45ddac481dd0d270a7b452dc5b0540ee1656705697c1508942ecc131e7c075248c85d8f4159f27d97ea94f22469ce2eeb5 DIST anstyle-wincon-3.0.7.crate 12400 BLAKE2B 2023529aa12ebe1b7073a88180ac7491fbba7e8556ba20061bec22b1db9d0f3da058faa5bd7f499d8e5da18422dec7e7648f3b4acd7b4a2d2064824f1b881259 SHA512 782440c1093235ad481f0b854f5a3d3acb7908d2e5ddbd4143139b8bfd0faaf2f9816c1034e760d9261a233e6d645098cd5a594064f190662908eaf79972c903 DIST anyhow-1.0.100.crate 54059 BLAKE2B 3089cd4bac1a3ede11c5849fabf12735392ba2910f5d5c1117cbbc9fe2491855745879690522988ac343e210783f8d885f13593b4d0f3a3816b9a8c35ef2eb7d SHA512 1f0c072aab9490d68db3783f078c6f8a4d96360908fc6ee3e971b02fb72b9dd5e689dd385f0e93388a87e0dfbd8cff0e14a280b40d55f87646f3c0e558e779ca @@ -92,6 +95,7 @@ DIST base64-0.22.1.crate 81597 BLAKE2B 6f216a560bd36e6e6b74e908344b457594cc768d9 DIST base64ct-1.6.0.crate 28870 BLAKE2B 60fbd9958f2519f293db2cd86add5160b51ff4f98718591b3e65d866e8bb176670ceecd5f6e365ff3ff488bf813860bf65d375a2159dd28b25e276e027303c4a SHA512 e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c DIST base64ct-1.7.3.crate 31175 BLAKE2B 9dec1b422265b616565c2dc151994edb18a51f0dc66afe6fd919943b79a818a9357d83b0c8d82bc3e20a6e55bee17a6f355bf6165127c421071fe652abd357ba SHA512 0543929decc8eed66a99b3f1f34f6279ce9b094b66721f7c2998112d987d0b3c394cb83c85bfa55a0fbae5bcc71ff64dc40edb28ae422b14a4d95cfde6dc0a58 DIST base64ct-1.8.0.crate 31211 BLAKE2B 26ee299d0b4081a1b787dbac1d801fed171539268eabb09bea517b0896fb74dcef1c2e831a8c7841d5f93c4da411aa3febd6bc2b3d9bda64dd807c3f27eba8c3 SHA512 f623452b774cee4bc5c01e73e6cda92e162d07cf078bf2f52963b097ef6c019c5ea77faed2079151585fcb2b61975143386b91232da3225dd91a704783abefe3 +DIST base64ct-1.8.1.crate 31807 BLAKE2B c17feecdb178a11f0dd6efa4631771cf20f36909190c82cf2663fa9c0643a8d29c4d9b52482bd195b0c6413f596b1b323ce4e205022987542500930b55619487 SHA512 f18cce4f4116435c1d2791094a01158ddd90a565c9fcb619c92697fe203283eaa23de0f85b14270cf1b1b736e33c3f8907937dbf5421eec77a631799e14149da DIST bigdecimal-0.4.6.crate 86155 BLAKE2B 5529cf7133ba9af8246e28a73456f96a4824147093f473f68a6d0a1bca4cc70c972cb47af7fa9cd8773a52fe3889cb9b708bca6973cfb0dc99971ecdabf10d67 SHA512 c419dc313bd4dcb6cf9eae361e0d7fc088aa07ad6c8f687127ee1f657439ddbe7ed3b7fc85b832e7044e93feaccd5c4f1c7b2ac29931cfab6e06401b15634737 DIST bigdecimal-0.4.7.crate 89252 BLAKE2B 457c97530d89fd78a672aecef6bd0a0210d83f797f9297b7149cf33e9e94aa87b2c298264ceae44979042eeae2a502eea51c378263d4644edcbc877089a0c567 SHA512 7a3493617005dc19b2fa0eaf11e7fbfda734e701f3d5f24bfb01722a2739196daa29b2a33392dea40a47812528691a162773dc602c5053df65aec3a29dfec0ff DIST bincode-1.3.3.crate 28958 BLAKE2B ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f SHA512 49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3 @@ -147,6 +151,7 @@ DIST bytemuck-1.23.2.crate 53021 BLAKE2B 5fcf73b635ff86a728e2ab7ba58ba64059a3b81 DIST bytemuck-1.24.0.crate 53243 BLAKE2B 472563c13565b62378576597a98c8050117940842846f2fb711fe4fc251e3bab19ed8f0d7e8215c880f06638684f1b8090afee598c730dacfe536f53287dcd69 SHA512 4e3b8071b7dc3b88104786f007f2fb8930cf252fc6cc04ff0c1a13873cd272971edcedcc9231a2a44bbdeca9c831f4c732e6917581420f209003b47761a8ced8 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST bytes-1.10.1.crate 76779 BLAKE2B 96573ff7852cd2d4f37a68cb4d76bc43d2018dc25b7b7e2164df022de4e1974f22d4d3ea7cbfb280667650cdb5063d600f4f76cbdca43dae508f29ced449b0f7 SHA512 03429f01927b94ba6c958c46b2e5bf92a23b39ce9385689e21accd34a5d3be01fd0f665f4bbffb1f7c5bdf1edfb1bf11d5ccad00eff0f9388be39fe2f753d296 +DIST bytes-1.11.0.crate 78391 BLAKE2B 9efcb5e5b93097d7405543fecb8962f5794c91b5e7186f4582e4d6886075a5bb5d3502c09ea0a3fc72c1381862f8700312a27607ff3534e7b476bac330924a4b SHA512 0f9315b9e6bc54b7339314c0ca2e01af61b4e59548f9e72ed54990e281266f614ec78917529779fb33cc2037a6ecc9595d531674a23eb3884e72759907b4a883 DIST bytes-1.8.0.crate 64824 BLAKE2B 9af490b43146b04704e8bf0f7df1f251d7db414b68aa614d47daebcb374a7e18908192cf0a2ecc80f40e70379395b88f60f85fa80f66e3be5661752c4ac560f2 SHA512 a721724e5cbfc73b79102a9c4a00fc9da520417819ca5c82b798c8cfb45af3d77b33f7035ad33d6187399c613cc2e83644236ac772aec934f521f87d4680059a DIST bytes-1.9.0.crate 67320 BLAKE2B d5a89fc1dced217bd78c6c50d0494308b69b0841506c4663b6df3755b91a9eedbd242ce1322a71b8a96847db7920b2b15744fb060aa2d69f5c8d9bcbf2745b9a SHA512 e6c0681c535db6035c1fb1c0481725bb8ab341b6324acde07ac4b60cc4f490ec6ff01478bc00fae00ade2bc5420f9d14cc44438e5d156bcce91cc0f06118296b DIST bzip2-0.4.4.crate 34197 BLAKE2B b69f8ad38b44eb4912b33d53467492b0ebe6ed740451bdfe9133e71c47a8dbd85b1110a9607c4cc627fbabc44cd86fe0396bb545864632ffb6169f9cfa547b6c SHA512 9cd2b9159bd0b42ac908ecad41f0a737272af94ae0d6dcfe182d2f44bcea4632d32b0456f02322047ea9d6f46377db6cd083f468782bccd6126bcc75cb852555 @@ -158,6 +163,7 @@ DIST bzip2-sys-0.1.13+1.0.8.crate 633818 BLAKE2B f33f1bf6f01fd30e9ac551caa0092a6 DIST calcard-0.1.2.crate 815083 BLAKE2B bac1d0454cdac9dabc63ee21089abd3dc972e1025d28ba181d42c4864fd887878ba48a2c6e8d6fe783210aaaa9ee43ba04bab4a96fce9d442f332686ce9b2418 SHA512 18b43b8718e2ab8c90a6b076f5ed7fa9ce084d30e42dbc84a92cf40705bcf7c86bb7779ef25a598aa141b26a1acb0ab5e4b8244f3f5a465112c4616aad228955 DIST calcard-0.1.3.crate 817223 BLAKE2B af6ed43e800d57ecbd78f17ccdaff53b958f1af23a695cd3ded8ea96cf5d72e55d5d58ee8f913ffaafa0631e9903f7175ab5a66a43f1efe0e1b5c98776524407 SHA512 1bf9b0e7fc9a6db7b6525c08fce45b7ae53018f28f041f5038fd5e94d6ea103e46db11b876aae91819da00ee62ab478ee5c602c85b93de3be0a772ce419072e8 DIST calcard-0.3.1.crate 941641 BLAKE2B e560a4413568969fc96f9078f81f6e324c8e9f4a3476c6fe85c8db90e4565970cc7f0b4c96a037c545ce5aedcf5fb2e935fbbe5c27da14901afff02389248b2e SHA512 315d4e3f1ab3bd31ba2d59521cd728d80c33327714dc15a1940945c70f3379aca20c4c13664339dbd5ecf55d29bc93b49ab39f9ad432885be7bc5efb7786d6e9 +DIST calcard-0.3.2.crate 941763 BLAKE2B 95f41f6ec79875e832b1639c467889d4ad39cb606c4a5c998aca08dc5f45e9b6e5666f7761fb06bb2848cdbda9b0c0072615130b4be5787f12fa4ae8341ec0ef SHA512 fabc3d2c15c375f0edf162c1966a11a223d49d6b4e0e73a556ffdaa8d06dda459a7ac02e456e0a8d7b12e8616e1e96f330c1f6ce3459420b353357feea557179 DIST camellia-0.1.0.crate 89085 BLAKE2B 88f67a01f18e236a8ec2613cea4f0d38fdd65b2191e5478bd7c1155feb45832d693bff15ad4b880651cdc9c74e89cdc0131548864b2c51f7cec38ecb11b5d113 SHA512 b851c285509d21ed02428ab45378dc145959bd196ab75daebb7df60bce3b71e059d4dbb5639697ef21fd6f7554c122cab8a5702b1d118c743fe02f65054f66df DIST cast5-0.11.1.crate 37018 BLAKE2B ed3d9283131df32dc18a5e4110a325b7713936e109b43bed8da0d22b0afe81a0f00c9e4fab0bca1194c93fe6f0bf326a5474af6f9274c310632b93d24dc9328a SHA512 0fe363b576ece2661616c47c4de1801756c5aaa2a56c720a7b4eedf23e031ba9d30af9d086a16b0f957c39b473cea1f059295dd1c776e9a9cd4393e6c895d015 DIST castaway-0.2.3.crate 11509 BLAKE2B bbecba400bf98ef4158581f3b1673ca77dbec3ad754d3749f0e9342a47d1fa9f638c1388f0762413277b73251854ade26e08dd85b7d7133c73a5750d4dbf7d92 SHA512 2565a4e5709a25118462ac25b9f741e92456c81ddbf7c4e791d8c647f2ca5227b2f59ffac108f9d32c77cedc12219c517218c51a78b1d22a1baef1bf2c16e0a9 @@ -168,6 +174,7 @@ DIST cc-1.2.10.crate 101251 BLAKE2B 12f708028bca112a91c5d00312c93b87b96f4d7f718c DIST cc-1.2.23.crate 106527 BLAKE2B 0fd9e69ad743f4df15da3d25f85e1a422ef64b81b72af491001ccfba5c0c39e448deecc92e3a553bf74574460ecd2bf8f4056a1cd05d05856a1f3f36fa25bc19 SHA512 3fced846c630c09f629854754dc247affeae3e71375953617d77947b2bdfb479369db159cec941c7b094fd9d2fee62f7d5898d6d76de920dbd70de24ee35fd0b DIST cc-1.2.39.crate 90774 BLAKE2B 03c02839a1e464a32a6a6e532e1c7505d7c062facbfa3bfb0e69070d336922e247da8a63876e90f5f31c3c13085500fbf6a0736609db6c840d889e281d345892 SHA512 73f580f1bc1cab96a54a86025957cd846f7a3629f43b3b51b81e336a10cbbe81be6936afcef42118ad9b85184bf3b4dac2c151a62018f75b6b517ff294827954 DIST cc-1.2.41.crate 91154 BLAKE2B c7fa1a47ed63df938d95de922e412e8bea8a38842bbf20eb7a5bdfdcb3932aa98e7352b18d06816f68680e7b491681aaefc38e955ff92a9e6d8be6662ff465ef SHA512 7ecb7ecaa64c58dd1225d46804b2314bcf04befc20e0928821387d9b793f0366e8485d24b3786045c5455a13ff9f6a1ad0a09723d9c7e25ed192afb91951b4b4 +DIST cc-1.2.49.crate 93145 BLAKE2B 9321ab03753e16411e7da066f9cf742705ea2e815b81e790d3821c08e7eebede083a73a14f3911331c623554bc61941b5d586a3f635c2da2e7dce82f24bafeb3 SHA512 2bb2913928a5456db746a8cdb78db942392779bad0a20f0c1df1c905f984b84756c2ff9663aa2729ab5d0b83df7a7317c7b86c27917417b5ce4196d29712ffa1 DIST cedarwood-0.4.6.crate 12726 BLAKE2B ec553ca39d10242865027a20714e09148f1c3b40cee683976663fd4dfdb4396dca6e0cdd3bebe626c137093e25828c3243e04c4135dfa42aaf3fffb7d2d869cd SHA512 9c05863b5f35bd8652ae08d432f9abca8ce7fae5784496e1e46081bfea4efbd1b045283c4eb20062b76294f89f1970b337730111d638e65d731b16daba6e8d2e DIST cesu8-1.1.0.crate 10555 BLAKE2B 4fe369d1247c3b30ff9beb644dbe2a517d78632191f3216bb83d632bc8857f9541a1b60d0bb583cf3fc0ae974f7c9d2b07fca5efe2057d9ef281de76fe810a49 SHA512 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 @@ -193,11 +200,13 @@ DIST clap-4.5.27.crate 55737 BLAKE2B f78ce2e47b6aed8ae698ad00e717e3dc5f06dd2bb97 DIST clap-4.5.38.crate 57140 BLAKE2B d23a305a72f0fcc7a03e7029c6c972b673e2aebd5b4173970ebb3b89084d963e33749192b1b075ff14f5431d91c030a28792b05e65b21d330228c1e6d9239a48 SHA512 5bcf0e9284d08b7b96e25319cec708876e50ad98d71577952c783478bdcb605c13a93b1410183cc9bc04487499a8043d8deb899c2aa28484c2e7f78caa16d7f2 DIST clap-4.5.48.crate 61935 BLAKE2B 938e544a2aca0b071857e320cee118f3ce92e30c566278fa4bf9707033a7f2bc900aa8b775bee2784c13ae3ebca9c90072b4533a1c91caed0ac75b55363a3fed SHA512 7b46da97596dbb18dc6262ca9fef964427e96e6b79f939a8d15c7bc1424680587ede1b245fe9b57bc7848e1c917fabb4bff366f72e9279429be2517fa50c87e3 DIST clap-4.5.50.crate 62030 BLAKE2B cf2cf1761b2d4500ba6ce9c48e9127d83bc0eda99d111eedc5d45c9444c8cf53d15f9d56dddb1cd1d1ae464e514bd6484a15b4055a6305c5e476e80d57e090d0 SHA512 f98dc12a40453f17c733562e2d3a08dd4c073f2930665a683328100c5a09ae7d77fe535a22cce12c4eee8e2b073ebdfc156cfd4f5ebbd2f57fe779d206092264 +DIST clap-4.5.53.crate 62036 BLAKE2B 1d3b1e7e4ad3b8b837be18b63ed1a59b7e29bf2d0add211d96ec23ca97e48ea79a9802f7a2e08f9737d445b82adef252a5b69f8ef8c94fcaca88627eaaf0ea3c SHA512 2e700a46bdbf2afef7e56933629f3d7fae16021e02aeccf6b862a2c1a876e1f8ef52d927ba5a599ec04eb65d4ccade485d1de6ff50547df6df14bd8ad97daf2c DIST clap_builder-4.5.21.crate 164115 BLAKE2B 7df7a2fb8472e32c1885978f99a77b05f91c96131d00947386930e7249ad7a7b055ae5b1ebf145ddafef4d7d5fb276f3135423101bdb5ebc597b9b15267cfab1 SHA512 48abad9de7b0985138a2586674df36bcb925f3280cc19c7dcbec14d58c1a3bb391c836ff284366fb32d7460a5616b066e4e055e3a5fa7651196e62c59ca49c8c DIST clap_builder-4.5.27.crate 168024 BLAKE2B 3d9a1c38974eb6b78649c37122780e3a5960084fd52612951e5b2419535d749db37bb01067cd7acf2ae7864fbfdbbcfdeedad58814904c19105834a4b949bef9 SHA512 77b0e968361bd348b95b5b2993d5d1a3a4f3dda5fa790598bcb5edd201e7ad487a9ed87f551d40c30343e3e0a30942273c07c7becc12b4b67ddf7395488d8265 DIST clap_builder-4.5.38.crate 169177 BLAKE2B aee35e6fe0c873fbbd32613123727822d8c99ec8ab8bbce7a5acc06561cc67d593822e5266a04c874f01a73af4951e9fbdb48c44e94c4c2e5fcad6768c4ed073 SHA512 a35cc32480f6001e3b60526aaf43d565440a61fbc6e08999a895b6b6ddf33c749174581fdfb3cdbcbed0d10f1a2c2b81b9d1decd5c53e6cb9b46658961c8ec66 DIST clap_builder-4.5.48.crate 170133 BLAKE2B ea1edd1bc980131616217e65db04e188e5e844613cc3e900d50233c924d77c3b6bf93a7f0fbb48ecb4f1e0bb5c9b2e01d4566ba7815ad8245ab1134b63a4cd31 SHA512 20a10f29f4887d476d9cd8ec7fb730502dffccaf416ba788ad2d8fc15a8318525811a8b14ee6abf0368adc5af7e93cda233103211e82e2e2232c840771b96840 DIST clap_builder-4.5.50.crate 171137 BLAKE2B c22e6f71df95d9cfd3c5f319d7c374ecb4879667279343e65ba35cac4308b490cacf2b2a702c4927d04412df2b1de776a38dd4081673777cf101553206fd32a0 SHA512 767b3bc14de66da6ba4cdf937b65d1f05fc34396026d8eeab39365714b26c7a2e0a7a494101ba13c97f23cbdabdedebfb62f522cce72fdb6f0fd5f45fd030cae +DIST clap_builder-4.5.53.crate 170811 BLAKE2B 44147b6f5c1af4ca234f81281a8ef0c44d7096e87a2b43d5099cf401d3a5cd319b250b0902a10271b25cbacab207545225549c67e7fe67f0914e4eb461db74a7 SHA512 3151926fa631c882a6a02381f428feb9e861834469229d53c222cfb2e14be8be1ec3836b57891d960d026e98ed5fab1d9fb12c475fd9cde43db7e621143a5ba8 DIST clap_derive-4.5.18.crate 30131 BLAKE2B ff962e52d8d8afcc9639365e27753c6c6943fd809ef89d9e555e8be5b2f13efa650bf1f9ae451f4c127c1529a0af1d892c3b02153b46deb912029b45983e01cb SHA512 035bb918bc7e9badd59341560f23e3a8a2e7cf945b6d8183f74052c4edfcbecf07c9ea6fce0ceef0b84c89a99d62b11760af39398897e4ee7dad0170a96cfefa DIST clap_derive-4.5.24.crate 30669 BLAKE2B bc9be1776010a469c19624dc29241ba8d03380697ceade17bf36477c6635603551e4ea36fce7cb338fd2ae831b5fcf35773ddcc1646aed195b5ec874a43232c3 SHA512 83c4cd37b5a11ee4e4015d5d2dcbe1f32d26f77942a94f8fe70c8c0954f851156fca4ce414045e2241421711b00bd7ff553dcf4e2c9ec0ca28f3d69d04434123 DIST clap_derive-4.5.32.crate 33441 BLAKE2B de532305380fd457c0fac504f845ba595f157661de7ae72b14598dde1f3d4ec1961196220354a2eac97943004ca8354f4623b29fc2b6557c6ef4a83ab6fd61d8 SHA512 ddac7bfd885efdc97ed07b23eb1a42827aff9cb0c6eabde0a0b247233316f99fb80acb8122d8faa054dc65b6fd7a76091ea2e533cb44e85e8dda125330cdbf86 @@ -241,6 +250,7 @@ DIST cpufeatures-0.2.16.crate 13405 BLAKE2B 06d061cb2577057bd2afbc8cd67834885957 DIST cpufeatures-0.2.17.crate 13466 BLAKE2B c6392b635542a6fe29958fabe7ce725354a31e24f6f144718553218247881013f56659d2efc671d47394294373db2d4ff8f45c7cb520ac22f2ee5c462858a1dc SHA512 9ae64656a21cfdd0528d87ba95f6213860bf72ccdf866019e65ed6662633e73490f92c42c80125559b3dbb7822090b5faa8ea564c562e04041232809ec2f58a2 DIST crc-3.2.1.crate 15070 BLAKE2B 9d5f488b57bc232528cfb8d9ef33a88d25d904395dfac8dc10e864dc0d6c89e576585195a20db585fe358859ec50afa998562ad6becf6fd2e505f3969eb36ed8 SHA512 64b7272d8cf55efe9768f9f3218f83302ccb59458a56fe3b7b2de1a53eb5a3b57fbf268647fdba5b230cccdd4058462ba583d76870ba12cb1057ac2787f181db DIST crc-3.3.0.crate 13905 BLAKE2B c48db7059c75991f4a4898f498aae0fe9c56e7ba1ee7d89c4f48e1b1cb2584fc5e33164444b71be13539d50aaa1f5454190cf4638557e358fa856500b7a9b3e8 SHA512 ac1d7ded584a13aced97ec71b2c6fc88b4b9630183132dc11d692fa7b23e108b14cacef8ac785ded0df6fc8c4494936df1b4afd9326b84dc30757f3f1c29f203 +DIST crc-3.4.0.crate 13941 BLAKE2B d39f8830de4767207ff6b705515da24265eda9e939fc142da4de5c8182fba15166a5dcd6d43b360d3e587a8048fd42014f95b952eb5b66a95057a3709131f2e6 SHA512 1a3d0162e78682eb380a3ca1a1534ae5190c2ca022004a7fa8f4e01ebdcc7b7c8299ce310e12d89c92bfa566ab7ea830a6c5cbfdea1171519d9c38415eb392f7 DIST crc-catalog-2.4.0.crate 10155 BLAKE2B a9c3ef81871d72635addf1ded611fa6e963b9b128dda198eaa3a256512c8759608bae95df95524704aeb38f81e2fb6c2da2e29e306a8ed3dea595e63cdf05638 SHA512 25536456fe71c44fd8ec527299339c1d186f6e12f1f90142de60eabce337d836c2497ddd6307473b57a6cc720cfc8e29b059f378c70b8165bc171420ccb40a29 DIST crc16-0.4.0.crate 9571 BLAKE2B 2f848e7a00e860d62a44832adfaad655e89dd6e46b0e7496d39364cde19342ac5b9ef69831b724421431df065939c25d07c72c3056a71d0afd768b6d06003e18 SHA512 bf5a00329906002c77d8190d25cf9744dc3135d4c6acadbd7aaf2edc8b74098bb6370a65c639d0f31a7f217a3ebad704a85cd5f7578527012a10f96e5a74e829 DIST crc32fast-1.4.2.crate 38491 BLAKE2B aaa3acca66e5814a45f12a90ae09f6ff5fc14ca94c8539184dab6ed928abc68cd1d37e539c268c1effd50ab3af20de6038593fb9c6bd6a664785dac52f6939fd SHA512 c7608d33022062e217d3576f536ffbd51479855a5e5874529c71db2bf6a937ce04d814c39cf777309c38445393bf43cb9996161947e28738abd432f11beb7266 @@ -262,6 +272,7 @@ DIST crunchy-0.2.3.crate 3775 BLAKE2B 8e2db9b8b24e375ccf788ee442e6196872860fc664 DIST crunchy-0.2.4.crate 3887 BLAKE2B f957597c82795eb10d43a6a98f7575e19b9484dcdf9fe35ac79ce406035d5d467021a0c563dcfe8f717e800b6bf532fcd72cc11be47e084405e16219b88e67b1 SHA512 72ecadb6c8558dcbf3cbc3a34bcefbf292e42999e7af6f59b9804e1233d87f6f65802b157f346a64cd7d2dc1a92564d5481211b081ba5ea170ecdb06dff9dd0b DIST crypto-bigint-0.5.5.crate 83384 BLAKE2B f688f22331b4b3620299ae9b50aa9ba6e1b2c7a4ae55e4236f7ccb8ddee4f61950ee0332b6b67005bad505434f3be74b1a0caa426036dde94162289c6926c8d4 SHA512 04668d432b4169154934d55b8ab14f708e59f70a70704b56cd72ceaca460e15589965aa92a22bef20b32ce637a423cc6e1a8819dfba38a32353bd749f7126021 DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f +DIST crypto-common-0.1.7.crate 9619 BLAKE2B b9a31ed6f3f06e0709e7c5a86a146018c9ef67e366f27c1d4fe07461d97810951eec60e92ec1531e365bfb9ab1b4cfbdd86b6cefd8b06ef2aa170c38f3c9cae0 SHA512 dcf3a6fc81f2b6528696dc762427fb198faa9b5effe1ee9fbda795da08b0560cfd6c286b55f1360864e95284bd9a52edabcf39fa9bcce71ff0621dbfef538c82 DIST crypto-mac-0.10.0.crate 9476 BLAKE2B c9d2507012f3e88cc6a8933db4b879f90a93f8cc16a573436a200a386c67434fd8e33b1cd6aed1298a50681de554b7b3f9ffbbaf46d411ecd3323a12218c0bcf SHA512 8b406db46a08f64d899eb26597fac99576b3fa892eb83bbe089eeef7e6452f43dd138232ed4fe75cdbac2966f94b71f92910c14c53b39e5501990a9976ed1b59 DIST csv-1.3.1.crate 888542 BLAKE2B cbb2a64cbde9c315bfdf2ddc3c14b2cf650595dda8fe233d8b84ceacf4756e72dd9b5a932e4c27b496c70ea5cb8fa1d29abea3d833b8169b6f271bc3834ed2aa SHA512 6b0be5e017b2b2cb926d11d7a36cdae1bf0ddb56165127f25f6fd55956f95a572ed7e054f863610e91c9c2329f5af0eee9678f9020644800587d6daa5a94755b DIST csv-1.4.0.crate 888642 BLAKE2B 2b24810d308a5c4200e5398f65e5289a1a104f1314bbb9b4e586fe74ff09df6728ac5e0fa13f0345dfb9a97e732639fff86eb254da6e7eb1348c2e86021f317f SHA512 45b74cca5fbe2935c7d46d2370122baab6cb94456328a856ff6bac25af2b3377ece8f706fcd493dd6fbeaa974b622f613ac06ac863387726b715feb3687145d7 @@ -309,6 +320,7 @@ DIST der-parser-9.0.0.crate 63191 BLAKE2B bf969104ab390c0bfe7b908254fc2fbd21559e DIST deranged-0.3.11.crate 18043 BLAKE2B 738d5a88732e227bb0e0d33c04ab8248a699c7c499100666ffcd78673d1f38ad2d740222ab405e3eaa7a0a6f4596cfef90bd581a1baf77c954dca830c22e74f9 SHA512 48485666d3e50eb7976e91bed36bddbaea80fac4ac664723130069bd7d17893b6d1a2b82a4c3dd61677162e4305ba5ea8aec7bc2793d1b8b92dd1666c204fc43 DIST deranged-0.4.0.crate 23235 BLAKE2B 98179347407a033268eb90d18c75f555fd5fac273512bd08d55fd5e111e6160f23194073ac196bb47f27fea270e1c4ec67c26d38f189e58171d20ea808ab887b SHA512 212c6cc296846425e8b11aaec98666015ccd7fb0e2d0818a8708509ef51ab029ca6bfe4673b168ab0174e41e92b24e2c0e4da939c09b26059aa9e8d396284985 DIST deranged-0.5.4.crate 24461 BLAKE2B b972b76a22ed093e827a7a55f07a421a16a65b45273a3380ccda84a9729bb04c6ef8464f0ceeefdfd3f55e22eada07fe272141f06ef5d76c100e36b214ccf8f9 SHA512 2a913f94425eced72de839ed2bbe8a61d90a5617fc9efcb4c99e12a1f1c8f05cce8254843174463745cbb0b813e81e7e24e993ae2665928edda79ae95099ac1a +DIST deranged-0.5.5.crate 24438 BLAKE2B e0e825fdae479fbfb057fa084882eb58836490b5158205d55b4adb593882fe70f10f9b1b6c2ebd3ab6a61673dbb3a56e4f5af32b154c645fff3b53a814e5e648 SHA512 c19b716727b904f1c3dcf4e0b5489ca3a7540925f2c633f827ce6fff7a2649bc22835b433fc06376dfd0fed48b232f70aa23b24fd0e834692f96f1d6a319f266 DIST derive_arbitrary-1.4.1.crate 11521 BLAKE2B 47ab73cc942314a65574d2ef8395dda33361fcd1e33ccdf37843a92b0a5de62540277e6791991ae54835ba4235a9fa504cc8f6d43cbfde20f18f14b70f84defd SHA512 0d499a368f9f97b0a1a52f17fd111109b071c25c2732c206c96485a7a753520ad706320e5a817e1a10e5f8cf154afc6afe0ce09f9187d23b4e2c2ed4961afeb8 DIST derive_arbitrary-1.4.2.crate 12290 BLAKE2B a3987ad184191af8e4aadc0904af222e39ed758c207cf1856ea784a6020ca8b1b6fe89a7ab0414d1cfa6f3cde1b5434e6d10f90b6aaa29a3756fd275ec7b710a SHA512 2a6e4af570a64c1ecf2407cdfec781dd24a167f7723c3341ff0237b0da1b2b7b52e823c08d7e1be193cc362706b6f6e914760c3699d95daf9338c5db2accffdb DIST derive_builder-0.20.2.crate 36661 BLAKE2B 27679d1837dc87ad4103459df3be6ab42d4d8b70aa01a1552aceab82042dfee81d90134c9f940f0c1c62bf359c5a70128bb4bf7a62bc4844066f198c771fabe9 SHA512 75d08f4c106ee5df795ebc8be3dcf34dada037c7566b20bfb52243e16f288b440c723fd17343a654d2f170c056a4197704b9c6b69c8e0d1b250039bee43fd872 @@ -325,7 +337,9 @@ DIST displaydoc-0.2.5.crate 24219 BLAKE2B ba3396c93d27a99a92ff4a0f01a8d192b419ba DIST dlv-list-0.5.2.crate 22373 BLAKE2B 9edcbd42af8665750bf633dfea9543db4e5f37208523ee05300a599d7107a57e35e9eee2c60ab9cc1c5dc5d7408187dbf846fb0019a1e7ea7de905e08f018453 SHA512 f2fe69a3a5d319ea963c53e6a410f3a5553d6f6b5708e6318b450ae3b5319a19f9d492bcddd233d7a5a65355ca378bc41232c335deb9c4987dd9350a37afbca3 DIST dns-update-0.1.2.crate 12167 BLAKE2B c7c4dab679824411688a5791e3f632bdf4ca1d16a5c0efd14d14bf4ceabc707b73f2bd2985edfd5bc41364e040d424e37273f0b65f13e19badc1307b737feb2f SHA512 bd68673421a648dd553bed695f7bbfb7e57ed8014580ca8aec8693039da03a6dd5ca8b24b391390fdea94398d104264a0a6f1e5ba60803db04366d8101728fd0 DIST dns-update-0.1.5.crate 31606 BLAKE2B 6c3eda8d7f110466a9821b374dc9875d0d964313cceabb2b2c87c2af7926a7c16442fa2318a45849b6e22130ae81ef08c1e808d1a881f3d0aaab866246942d02 SHA512 7408830d30de22cea19c4b557eccd36cd5b00dca17175e94bee94609c6f53772aeab77e41d9822c6d935bd962312d370d8e4a0e1f82ef339100e3735696283ce +DIST dns-update-0.1.6.crate 32630 BLAKE2B 2243903fef4a99148868782275189be1ac91e84206832a8f9b12b87f8f0975d3182562b1a8396a5e605fdad9eb57de9b3a07422e476839db2514db18ae07eb8a SHA512 d5b7fd8eef0c56dd4171d38130acafc5971f3a4de37dc422055a1a233c3968e151c564350a88077718d9a2355ba9917d7a5a1663a54b50e2e23a0f68910caf55 DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd SHA512 e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba +DIST doc-comment-0.3.4.crate 4341 BLAKE2B 1a52cc63da83a6e761fd64da67b3138a861442b5539a84be644782ac82f99a311eef3ff6120af8b98eb53dfb15c20d70d36ee6883e40cd11413c77e615479058 SHA512 765c37d1718f54f62c3114f56a7eb596eafb43f53c7b5ce44cf10df83f0cb019a0c7f147780f6b9277c26d6c5f81ba3c8e2ff6ba00ce30be3603be909ad3324d DIST downcast-rs-2.0.1.crate 12492 BLAKE2B 8fc724d0a8d5daf7a5ced07641ec5058f5daf9af905e4a772a5f2fecd67c05e9e2807f804e02b544289c840672287c4b542a0a849cc1060f2628a7e3e0002163 SHA512 e4d6d77c7c2fd8229213e5f263475029d227d8b15eb86424459681207d384c9f4cd122fe95de604046dd31072b84e5b5df6c813e8b168a8b09f8513c10e0d0f9 DIST dsa-0.6.3.crate 25991 BLAKE2B f8db8e4eac2b967206e0641f83da560de847e59cbaaac7cd8f497324f8c698fa1b22873f463b8372f61da6fcec02eb5f7043e4f5506f9daa20d511a49cbe6fad SHA512 ddc74666a39fcecde77bc1714133b0cf796091d71099c13d4d13c61523c4d431c5f6a47e5eaa171d3fd5d94ffe16cb80643316834e028afb4d58f3ae6f527dff DIST dyn-clone-1.0.17.crate 11848 BLAKE2B 1f90492639630036e1e877537328e46ee3fa697d85b2f87c45990d4a51cc900a6f604d077b16575015bbf0a970c26f898226e87e6e2af82d624f5fa565036617 SHA512 b51fee8c4fa3c6b0bc677e9997d4b6921bfee9a11e369eedc649d19eb5d95d7872b533b37fb1ca842c75e714b46afb1231369341c45071db94f09b53e37e03f6 @@ -377,12 +391,14 @@ DIST ff-0.13.1.crate 18607 BLAKE2B 8acefdb779093d98b59700f620986e98fe6a319f5d607 DIST fiat-crypto-0.2.9.crate 495390 BLAKE2B 9201d3faedab8c73b606dce70d65d1138f5fb29e480d56b25cd66a8d2a150fb6d946c9e0ca98eaab0227490cea288b4c78917ccfb6693022d70d74dee94e6e78 SHA512 d916fe8ba3e82a365d20485b93c36994363059dead84c0266b7bfa0bcc74122d71b4a5c8689226c0e1007e7e01fc6f6c76e8687ae14fcc38f6f159287810f510 DIST find-msvc-tools-0.1.2.crate 30461 BLAKE2B 66623bcb6fb43aeed869066f9a51eeb7f21e6ab5f0a7d0d71b9d2a0dc01b66e48691644751c0b0145f537cff8694f96d046bbb835b7c57a626f7bce638a5d457 SHA512 e3a9f209991feae92d123124a60ab1987243fbf432a80eafab161f6b83c819b0a348451db6c332fff81f19009e8ec2627eb3b46967be3f1ff507b06251f273e2 DIST find-msvc-tools-0.1.4.crate 30817 BLAKE2B 8fa2573428a52a7926dd474b9b490df3a5685e701ba7089564604afd0d00038c195827888e2f92cb6d548e0919c1530c61c3abaa5433c351a57f16c8b9a91292 SHA512 91dceb15d6d6367f229f9902daad8c57ddc9b28c463266785236d34f84732bf931ac653196980306488b81c66df00f8bb241a95d2b06590d41dd0703f8a941b5 +DIST find-msvc-tools-0.1.5.crate 30942 BLAKE2B 25f061bfb8a195752109bd444deaebfd94228e52c6eb94396fff9ba9d450876a58bc4352158684c59d1a2cb2a13a32ecfa1e96f1d80ac0c63827bfd7f46d9c80 SHA512 71021ce1a16c454bdd30abbb937c2ca67ab28ffcf88574e3ab758683943b44a96312a53cd6f5b8e76c89284a0cedbf46edb606894af720e3612c812bed189ab8 DIST fixedbitset-0.4.2.crate 15954 BLAKE2B 91270883db5ad0e999ebbca1123d8729d3040eb936034ab8da3cda72a830e45fcb977b3fe3c2b94e870c1fbc366ee8602357bb77e8b9a40cc41a04afad1b266b SHA512 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab DIST fixedbitset-0.5.7.crate 26537 BLAKE2B 48b7e02d7fa3fb33f05fb2de50a829e2f25d19ac680d59c754faef754ca4678d1671fcdc66d06c39b51b4f937bca44a89b87da195e43a4a905a0d29fa95996f9 SHA512 320b1b47a9f93590f24d5c111c171c401f15a50dc29617c8715b6c9d0b3f26e17f966a87d8628661dfc62ff8dee98524f3b6f4f4391725b1b77db714eb6eef60 DIST flate2-1.0.35.crate 109188 BLAKE2B 8bd6e51c3bcc06044e5b8d7ead950c3beab6c6337052fd48e86175f0fc98c8d12804274308ee515dc6156bbedb2277dfa2706cdcd7baaf2a789122473248486e SHA512 aa2c4f0ad46cfbc7d2bfbdffd226eaa37f5223a34d132d8fb2dfd04c20d15a96c4882cc377fd72afbc7d13e512f5e9934386b0390a0ab2b171d081335c58fad4 DIST flate2-1.1.1.crate 77224 BLAKE2B b23eefddb87d3203cbf086e8f25ef23369fcb8285e0ec7b003ba249c9c14c6de00e7627fdff8076299bc1b06f44f789b23603a9b0ea121ddac1e452001bc4856 SHA512 5b0e56e950b47f686f1014e0e3324c471bd986c432151eea665027a33d4978babebddc84cd48812dde1b47474fd07c97f9230a3c1e74882e0fae9b947c19e8ee DIST flate2-1.1.2.crate 76495 BLAKE2B 0266329bcd766be392e09ab75a135bea7cb44e9d9f1eebcabbd4aa3615d66688add24628326dad8e0e03182f0a4d65a3e23db9e7ea8c71b1775d575cef3f1e8c SHA512 467f7d6680510cf3c960e4e466876a97e5416e3605e0d4b52781547295e52f2b0e778fc06a6636ff43d9f6e47734e5835172178c4d6b85bbff597f8748d0d87d DIST flate2-1.1.4.crate 77010 BLAKE2B fac509e03369218f587db1c8372fc6e7ef4aa8d5f9cbe22bc19408347544112330c5bc3f6a1545ccef964d2042c3efed0d5f5b0afcd5fd7d593ef35c85750900 SHA512 23f595b3cba18df65843ef1db2597f445bff8edea152f0e0200d13419580f8e4d20a39a492c52122f225ee6835615706456b2769d7d3fad597924d4733f57c44 +DIST flate2-1.1.5.crate 77015 BLAKE2B 3bc8387b79a2f8d4124f98aa9f65580c3bc6f1a927643b52f414ffce4eb3eeab0fb595532e14591573ec0955800891b039c3935619b964d7fed3b2dac9031256 SHA512 b1be1942083756459f87044212b9915656a4c272ca9414f76d38a87242fe5c7a993cb7b05641f18163b2481daf6e9d724f500bed2fde9aebe35103470f065648 DIST flume-0.11.1.crate 67947 BLAKE2B d7573d5752bf4940620f1ba0f1cd8efa6935ca18b6c4b3587cd8afb6c71316c273ff548430671b947a0114f841edfd5b20fac4b8ec9ecef1f7608524a4501ebe SHA512 652c1baecd5ffe080c1acf2fd195523907ecc1e96e3eb15acb6e72739ac057730b88047b229774556bee7956f64dea11c3be7b7906102613552b179df4a27842 DIST fnv-1.0.7.crate 11266 BLAKE2B 81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d SHA512 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 DIST foldhash-0.1.3.crate 13712 BLAKE2B e5913d3aa493d0176af9650354d98870b7e97523ca743a7d9605da3f559463654f391e42438d96fc797397ced449f13ce499c20ed5db7aec772aae97c5f29175 SHA512 844d5b699db632254dfc378d46e34909637118647250e2382cbb88855f6739fb9b5f1b840bb8e250dc8fbd2a97c9155e5d8fd0c5c760b8e02dd0aecd96818a5b @@ -401,6 +417,7 @@ DIST foundationdb-gen-0.9.1.crate 60547 BLAKE2B f6da4a6d54105ca97a327fa95b0b2cb1 DIST foundationdb-gen-0.9.2.crate 60584 BLAKE2B 1e192c800be495c030d8f94f52427fa7e5624016da0e56de0a4d7995fb9bb67f5395e53fb51c539fdbf4de54807d1640df4c416a106ec3cf4f8f869a4e00f74b SHA512 e3d6b310ac6360e3e0aaa1e1e73569357cd6014a375033e1669af1c35ac60657de7ab902c43929f8b4848dbd234337687994b92316d96142057138299700b983 DIST foundationdb-macros-0.3.1.crate 3478 BLAKE2B c999b9bc3051eb9cb2c8749cdf1f2d2d74713b4c17d32f839066931783866ed53fc5fd2226541f6740620ab95dcff403300db3934305cc18d7172d41262331ae SHA512 a34a0f3a0b176867d46075194a0e9b20c531afe488bb62d12973ccaa608858518f5e4c79d45afc2e6361a625a1ca636386d8c0be31a269dac29a4283473d44fe DIST foundationdb-macros-0.3.2.crate 3565 BLAKE2B 5f9d85e138c098f6ab9a83ea18751677c98447e4182001ef3586c064816fca893943861af7b8ca466f0aeb1d68889f5af467fbcda3efa96e9706c906d86f34b9 SHA512 ddda063a32b1a4bfebdc2d4376fe78eb4dca746efadff9e692e868866ceb092ee2fd5ef194006cdf03b72b49c5d987d7735686b23adbbc1ac3ad1c6c5e084adf +DIST foundationdb-macros-0.3.3.crate 3831 BLAKE2B 977f845c011dc8145a620518ec4a3561d0dda32e9913aab76641861ea5aadbdb09cc85b6f920bf0fcbd13ce5ec14df4179f1aa9f416f8c5f890cb219e0c24558 SHA512 24d2f74d52fdc82c5394c3d8b4f23f6ef4229f83de7305d5ace03b52934785c6931bbe1844a4c2c41e51040889713e87a0ff676fa83404007dc9bc24f288811c DIST foundationdb-sys-0.9.1.crate 99244 BLAKE2B 156c333b99941043dfeaf936ea3eabd9e98d897bbfbfe76c91b72a00bfca4beafcbad48a0203d3cd31c1f3e2e3202532a88e83cc81b0a3a988b8a8397858fdb9 SHA512 681920ca866bbd5fe4351cb92fec1dd24b5b2ad4fe1d3db2899938cf65a862eca34d11318b15ce0d14f7f48b6aa7e5adc6fa6260e89c5a3a7853141e3707728d DIST foundationdb-tuple-0.9.1.crate 14730 BLAKE2B 6a66198cfd91879f73ecbd20a3bfafbadb6c450d89361a7e27ce5dfa1151eb0345782ea8070542270add1f55ea7a7a415878a98bf09b5fde6db8a0920c0fd012 SHA512 005e643491da6fe0c8dc5b797667ffc0a8c4cb76c916112b39168724892951896a5423353b1eca8e3402296217ab4dd442303040ad1eba58ecb879b8469205d7 DIST frunk-0.4.3.crate 36216 BLAKE2B 93b6e6046633e408481ca35bd25762a95cdd17befea71357ef1aa0e426b7a013ef35c3fde82766170d241357f13c3b091aaf83fa7a4715e1822892e7e83f01ca SHA512 2af4c0037105787765b8a2770a1aafe80b2eae32889e8c68067b6880816f03e97d4d1b3b4e1c8f0de97d8a153e07d25b042b54eba076587fa473cd7497c917a3 @@ -426,6 +443,7 @@ DIST generic-array-0.14.9.crate 17439 BLAKE2B 881593869e9a357ecfa470b8c8aaf40388 DIST generic-array-1.1.1.crate 27846 BLAKE2B b8c88e419a1fa801f7bc437191a65f4820dc0d16ac2f157a8f77ffa0df938677b5bf465763b464e8c81c95dfe719ffb1b5c0e8cbbf9bdefccb1703a5da4b7249 SHA512 96801e4533bda1a44a151adee73c6804a99b69bdb924e95851963ce7cf96efa606a32b64095864449e7ddbe21af51cfa32dd819c82b93cb916704b5fb978e96e DIST generic-array-1.2.0.crate 33886 BLAKE2B 03181d65938f894a8f06296be2b217678b8a952cb85994180d8c9dbe65592edfa5c79e01c94298b07d5a2985dc4b1a0967e249064ecc3ed50801c555b9e7a49e SHA512 2c347e5c0b70ab18a32bd65b5e130d130bf5274479454bd1166a3a068f9cacb9738e5a9ce190098ce5814d26a97de4a727da5a935eb8ee6af2bd2093ca57fd90 DIST generic-array-1.3.4.crate 38430 BLAKE2B 6d27e30df2bb09530f13561d4ac3a0a04776878dd5c3a5385bc2e5ee7315f8b12b984d3860b842f594684b681b8a595400e39ee05731958f7f3a4d01a2970c32 SHA512 c29a01375ae69f754014cc88c24c664a8be8cfb84bb9fec51f9d073ec59eb2bd91dbefdb9a1901aef3b347d643658718c3fa547d3700314c0484ac6766666cc2 +DIST generic-array-1.3.5.crate 38444 BLAKE2B 3fcad911e928ebf8d4a7f060366f95717231ff6aa4b3af6a8d787479ec84dfe093e2792235b3925883945ec6ec7d4c1d040cf9dd373b4897f3e28f2acfd92c5c SHA512 016f42f423be2c6a906ea3cd1e33de83873ebf3256c02b164c53901d76475e5053ed6b3c15134e41028c1fd75d37d020dfc1166d64d0c862ce89937315fa7b58 DIST gethostname-0.4.3.crate 9336 BLAKE2B 12be5fdca0b6e3788cf3d67a4a80f283d240611b4fd37b6d1c37eb2503e4a7025b17bbb70adf421ac840d8f952434bdedf4691f31362780a267e21e8c4d3a006 SHA512 8c5dc404132f2ecf9bf82d8b89cbd698b4cb6d43141c47a60b95401da2e8c314347ab0a0ad5fba50cf98f01a621faa68293cb78f48977d3ddfe6e6f21926abf7 DIST gethostname-0.5.0.crate 8772 BLAKE2B 00617e07f5a96a5c67b33e614b1cf92864e8ed48d4dd882ab952821379f03cf88c21a979a8d7ed9c5a32b3c0eeae671a1a5bc6b5ee3a9b1841bc22d5d450f88d SHA512 67a7341724fd7a67c4d9bfbf809cd39d0149a669ce65679db91c70869624f3ec397953494e03c03804827fea269ec961f678076627b1a9c25369a871305a6294 DIST gethostname-1.0.2.crate 9914 BLAKE2B dadd7d38d126af1a8d24fd2430fd850ecd994eef80ce68e15df3c96445f1879a9fc51b7547aa72b5cafb14cc37bdec5f083c0e6073f731aeaecf1a5bc4ac3b45 SHA512 f469da7ed63ef4c5b46b173f709869c001c03ea0ad7960c03ebfa5ddec29c026bac13c5ac4d9812afeb1a760d80544a1aa6c68fb894812974bd34b2d7e1fec12 @@ -456,6 +474,7 @@ DIST hashbrown-0.15.2.crate 138478 BLAKE2B 453888ce68b10cd6e93d787986603fceb29b8 DIST hashbrown-0.15.3.crate 140413 BLAKE2B c67ca4d608e82126b7411349135409d4bc6e4ddb561d04060b5e27f08c350ef3eae0eba12974e9ebfd894fdf90e1481f51e90f5a58f987b88d32e061235f7df9 SHA512 dd82780d0668d6e6eda00b0e2960ab8ad6ab7ca9cb8c87c9c276ad571522676075a675e757416094e382f2607629b80a419b00bb30b5612c1dcf71aa6a97c691 DIST hashbrown-0.15.5.crate 140908 BLAKE2B 6a360eaa2e174ddd1e9761bc19edc4b57b80f84c36bb5d64003c7206755d4175a05f39c001acaf000ec69ced9e28c3853bd64702e2927aa7c38527a53abf2201 SHA512 654682535882733b56dad632851fed93a17ad0b2d3e13e3390d7802450781501e275b0e0b39fa32a6eae092132858ed79b305238cd5771c08987c5d26af6d692 DIST hashbrown-0.16.0.crate 141708 BLAKE2B 260b2ae46c2c376f32aba951ef562b41e40aa1159b170a966429263df5d81359d1d7861076e2b12a88fca612374fd9b3d7265af891d55c077dce041e180c854d SHA512 ad819a3eb38bd2939e08686789529172f146fa77911cc9dd61ddbde4600d49af79fbade6fd53187906a8b7766aff057187171e2dcb2d07e1079e4dde6104d615 +DIST hashbrown-0.16.1.crate 147785 BLAKE2B c506e64340b65fb462545c52e85a192b21e33025c91adf1d8255e799e8a5743814c60be971db56c0b9b1208dff8147ed4a28d8e37caf8f5646fd367d8d0bc9d7 SHA512 0739f1b2101488f88778e221d86738ce557b8ae12470e2a4444099eb90d876382030d00e789dd4ee44dcd7833a87a6e570fa11ba5823beb1cab3a56784ec2669 DIST hashify-0.2.6.crate 77972 BLAKE2B 9bbcd922f04584b748d9fc2f50c2d41aa978d8279c90d392189de6f29b14d16daa59a548bcc626d36baa527e7c32ee171d9610ceb97bcbe75c72f3ec56676efe SHA512 689b20132adf6453c848bfc3156d5917681f1c89be503ecd403347d5add8413d2e532e1d6f6feb9bac85ff8041f36ce03aa744231eb82f17db6153ae4aac2f77 DIST hashify-0.2.7.crate 78732 BLAKE2B 935760b727a48fc0f652d670b42a50adc2a32fa61beaf9a694334289d332d2dcb90c76a6500a18b7727d3c635547c33fddf2b1fc46f5d1041be7e8fae93a82ca SHA512 9d17bfd4a06e3e8a0aa5a76b3441a9f58286059651ef10165da6ceb0a7287e844ce566f2e9ee4eecc8f16f1ee76ae67f1f43733f9651c56fb858781b3b83b075 DIST hashlink-0.10.0.crate 29402 BLAKE2B d52629957b541fd35d989a55b9a59522803a7a523dbf84a6a39da53763686e317a98a9bb91d9e2fd1555d12d4a52fa00497ecd29500ea76bcf68664fcc5d742d SHA512 5c9c518d9919c662ab7b531b4c35dabf74a00a5900c704d287b174ad19e8fae692bf1454b7445400424da2956c5a9e8243a9d08c61c5622d2f051c1e33a3189c @@ -481,14 +500,17 @@ DIST hkdf-0.12.4.crate 171163 BLAKE2B ffa03876879110dcdd3081cdeadc9490534c44763b DIST hmac-0.10.1.crate 11120 BLAKE2B eabb92f1f276f2397f7e28d306f4bc3ef0928f83b4b622f120dcf1203cdd420c331ecbe430e8f8424e6709523118fe01d425712cb8e520aebee620144f666834 SHA512 ab61133d280fb1b149ad097e29f6028a1998475d2f1995e3ed4f354a8fc91eaff01cf9437a13da637ff433fa05b43d7b144b5726c1edba1130c7004bf18b1c3d DIST hmac-0.12.1.crate 42657 BLAKE2B 5d432a666dbcf9077a98e1f8a4aaa3afc88f3d88553cf7a2356d117c66f38efafe686c148598ad67ae89d64ee3edf56387a6f89b75dd9ab5eee63e13953dcead SHA512 77d4bf51f4633a8c36712ce3178945141df31cd645eafcf4bd130b8ecd7cb498bf1ee6f2d9c8dfbbc9f97ac638919fcc81bd3ee600a1b27c3be3fa87313aa0b8 DIST home-0.5.11.crate 9926 BLAKE2B d9c0d3660aa7784f3a26f3930a5ee35dd50cd15b7e252d930240ff9bcb70fdb0169f78c02b5fd82318af8c398d7139be18d2e9675a1b85c7845c90266945da1f SHA512 cd107c4cee793b6db8b29157c3aa2629b5ef1b9fe129fd903fe414faadfa06a881a1b685f1c66fa5aa1deefd3013a210603c952bfa4bf02d5d1f90f75ba9ff18 +DIST home-0.5.12.crate 9445 BLAKE2B 22790e93236af05957848cb61a2526da2b70177ec7386cb14c10427a932639e03b7dda04f988cd738de341278bf4bd1389ff0ba722fa25bd17b8888a8774eb75 SHA512 3397947c3dc44749075b3076cd038936993b5755180b8190ea45c31b7ddd1701a14a4fb36c07adc7010a171b750f1a1ccd82c83640d42d350e996ff56c311df5 DIST home-0.5.9.crate 8760 BLAKE2B 02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9 SHA512 3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1 DIST hostname-0.3.1.crate 9272 BLAKE2B cafcae4bbfadd51d058e3daba3e63d897bc3418723d8e843fd941d9663dbc89dba131c77d14ce7a5da552650ea3c40c4e418c88d465f1bab2fa20c178596852d SHA512 a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 DIST hostname-0.4.0.crate 10632 BLAKE2B 85c1b224aa0de4c64a4c56dc284145c50bfe3ddc9063e0884de1cc994b38931552229c57dfa832e927f816df0d93d7b553bd8b4ede582939bebc36c0acf451a8 SHA512 1365d02b3c438d467cee0bb704e98b601390cfc76ff290da198d6c1e85bdd57db5ea07ed9d14b35f4b0cb3c2999eddda69667fca4b01ef3b6c4df1769f0abd21 DIST hostname-0.4.1.crate 13819 BLAKE2B de5598e53328075e653f1d7e3a4228d82a5aef740aa42897ef27b0786b53fc5b1772a04aedd85f0006c0af33e1345226a4f678e789367c5b45114dc178d1f07c SHA512 bdeb7071dc112f73a5ac86f5db7d119a5a98546ca4804862a8d61ab050ccc49d10a792d024392c725256e7b3588098284756dba09a09376112650fd9ca6631f0 +DIST hostname-0.4.2.crate 12983 BLAKE2B a72e015d1bfd99828a9b1402a745968d578343c81301549cca0d5a4a5814a51c1eb58f7ed937ed75a6a6be385c340bf662d5d51cf401aa21809d1c893ff207f2 SHA512 57d7688fd7e724fe95b2d275d7cd11056e829318ff9683b59617575d94d5951eeb328ef2426bb16f4172bea461d0248cece573f212b6d2d8d3d0252981def4a6 DIST http-0.2.12.crate 101964 BLAKE2B c35c2ae5f9494cafdfacefd778b4b6824588e74685fe5204bc6efa87b667d00b28f59cae667115fe45ae332d8542e7a0c2c7c42fdeb302302f89b00cb716f380 SHA512 e32dd4600aae7e26f1d530871815b30fa0b9bf95293005649bd9a7bc4df7f69a1d8de503d1b8873e67a5496e644d0a47db2a0680fa1e9058bee4dcecccebee58 DIST http-1.1.0.crate 103144 BLAKE2B 7a8c4ffd3ce664e1f575bf4042ac0f15ff42b200fa8c6aa27a6686d77be2de7cd3df242e36f8cb45cdb822bfa96011d5d5dd7bb03122ae5bdcaa15bbf9d40051 SHA512 1c29f25a8895a69d815e21df427dfff7924e9040d01c55cc3256dd0b5e72b670fe75b1414223fb971c16082e4b26217142628be5e0905994da4f08b52e7f4a33 DIST http-1.2.0.crate 105932 BLAKE2B efc9fc4ccc4a622781ed895f77c1752baf34e82d249acf97687ac8d4260aeafb333040833d9f8df5916cb105cc8217c8f27ddd021636b9248ad551ebfe4d83a6 SHA512 2c8e7234ec3aa720c9dd762c0bb06367fbc39ea89446fc9d8d2e55052a4ac461559a20a8294c877879f3e94d5db06fe41e2cdbb9664ea7ab1bc8003abb038bb5 DIST http-1.3.1.crate 106063 BLAKE2B c7ac3982bc0ee5ab6885d058ddb4341a85f2308cbccb59c51b5bf76df93c77c23a6ed974cfc45844b5d8a4db21081f262b115e084f10869636e3cd02a4917614 SHA512 20c6a049d93294e081150991eec281f531d2f2aa66b04b5d51585995bd07c1f9748df7f21a4f94fddf4cb04872c83d77822cce12b2d65778ea55197666e550ac +DIST http-1.4.0.crate 106978 BLAKE2B 2d86379f0a0724f337496699587cfed11bc87794219b69ba9d00771f6e5c4a880c0db72fe11171f4130fd3640228381de22292e0610be6b121fdd0d2e3bc4987 SHA512 f85bed2e41ae4cb97a3bbd69392ec660c66e2f8eda2dadfdff6328986e68e4563fc04c7fbabf08b811f2be3dce3ed2ba84e1ef8974fdb587b11615a288e4c897 DIST http-body-0.4.6.crate 10773 BLAKE2B 828a43f8ec79a7187cd6f5379edd50127cefa8e80e9bc1205e80c567f506f4778387dcb1d2808e68f1b88bfc7e2d6405ddf9ede9403d35584e31bc62db0b7756 SHA512 fd74fcbd25044aefa183e3caad6cde0967cbb00b6d80addec2589d037b752cdafcdfd02d29d38a12b5c7d87cf1cb5e5ed80488057735b9dd73e03904006a5462 DIST http-body-1.0.1.crate 6125 BLAKE2B e253f2c85c0553382db955ce9ed18072f8916738962083223f2466034803553818e7f5a11649ebf5ea9118e7ce1067bd9b999379a03a335b88c810bcd312cafc SHA512 3d9a711619e5b14d2188fa42bbd43653dceeeb7e172cbd96d36fdf37846fa2c1efa0fad019395a4fa6da2e139875934aa56caf7332dc40546095b0a774ca39bd DIST http-body-util-0.1.2.crate 12821 BLAKE2B 43ed71d7b7247d8d11f6f204bcac1b3b81c002cf7ec89e6c381554132293c11e6ca148cdf0dae8bc213409c9e0523dd388cdfc6f636dc1bc5ec7a0f7d3796dd2 SHA512 1f3eddc475791d860848041075d9df8a3d613c9761b2248364e406c84b070b9d2e4d7e8ced61d7445d97919d5cb96d5c1424e8298ddbe6069110c6d4a5c9246e @@ -506,6 +528,7 @@ DIST hyper-0.14.32.crate 199622 BLAKE2B 05b0a2ac2c29157cf4d6258fbf07d871fa9d29b7 DIST hyper-1.5.1.crate 152653 BLAKE2B be470a4a902b464d95f30e656f0f54c8a426308f03f118aecf583a1994fb12ec8229e09b43168d856adf6d3dd39d8dd0f97945d4202f4badf4a3076eab1e4dfb SHA512 ec90992a7569e8e7fb3e4a9250131a272851ec0938da48730198ac41347f82e7a308b1c4ba8b864de58ac849367d4360dd2d8a03cde58b330329949e87ff85d4 DIST hyper-1.6.0.crate 153923 BLAKE2B c69d338d00dd9be80c910dae6b3b995918d862d6ee863e9f85442f0e45584a054056f51864313b8ca0068680d7667faac61d70adfe2e7d2db2346f608b45bb32 SHA512 8c30624f51fed280e909ca526284f81a0863e3ace05f20ce8117298f180efc1567e92f807895034d9ad83026059e4b90c5a3cfe527a3e9c99674489fd17fc6a8 DIST hyper-1.7.0.crate 157006 BLAKE2B 4a17b720249234deec79994e47f1a5bf1a963351b0c6a2b943cadd488f8f6518e5f032cb2b91e8f749c8bd369df6072fc2e536c5676720efd0a72522ca931a92 SHA512 8e57d60c5fd3243d7856f8bcfafdaa033393f6e57f7c2cdac5dbfb2d6da8b6bfde8b1cb24989f2138b77944f519a2b80fa6cd240cbecc02086a12580c9169c15 +DIST hyper-1.8.1.crate 157353 BLAKE2B ddaf59d791c00f20eb177c762d16b5b5be6eadeef8d4d39847647ddf82d013070d97f4aa681d6cb91e200d320dd6da91d2e8a5652e3a58febbcc643c6f87a40b SHA512 b7a9638fcd74828b447966025b172899943ac8f9286860646e7fd073a796f32b0ccfea5d656d0e5c0c55b8a15db613370c0cd0341b55bdb15abaaaaf23b4c623 DIST hyper-rustls-0.24.2.crate 30195 BLAKE2B 79d5c6512877c98f3040a6ed26027e5345d42cd55ee9e9bb6e020cb7bdd4345556d910c338ec759a6a9a2907e645aa841d5666879ba8254ac6506a980811a7d9 SHA512 f30e83408376b985ee9df26728f8183a7048d4586c5fa3d797cc837931e13300018929583a087767bd19d4bd60d85ea1c2696601c236fb65be9a6805ef6fc193 DIST hyper-rustls-0.27.3.crate 34834 BLAKE2B 904bf8cd3150b29f59ce29224f39d74d41c940d0588847e0e16cdb84b12f941abc1d504c3d2f51729fad38a93a69125406e14c05488b06982a371f2333f78c02 SHA512 1a9a9501f11d826ee5960deb1a4a572c724ab6563220bcc6544215de04ce189649a79bf18fe8299bb9cc30e925de52318533a9dde4d4aaca402088da18080295 DIST hyper-rustls-0.27.5.crate 34660 BLAKE2B de261692fa4765f3ffdf8c384250532a0747b2595c41fbbc1a01c69c2c8a68a87656572f70228ecadb4aea04851ea6e7a0ab7077d6ffbe75b1a15805e64fbcbf SHA512 6a2451be2f42880978b0236385e8775fdfc3f538d9642c7fd6993ce85b16d623357f97a8c2a328e76e31c76083a8be557a4e7447f34aa52b9e990f4c9680e193 @@ -514,28 +537,36 @@ DIST hyper-timeout-0.5.2.crate 19222 BLAKE2B bf1714bda5cbcea30e948c67568c8762074 DIST hyper-util-0.1.10.crate 72887 BLAKE2B 9d8ae7445ea56505e19f57ad680020b748e943a5cc3eca7292c06d93be1b58499db5769b214687aba53a0e9aa6fff3b3f63d1623157350ea826cd2decaf8d0aa SHA512 0a16c5d8857cf522bd53017dac50e530ae685c512eb55221fd6808299c7d716815f7b8192f8a9a504421b938cc0536bd497c7388d2f70ebbd91c46b644496b2a DIST hyper-util-0.1.11.crate 75973 BLAKE2B a234bf9c393018f1cc503a33280e069f30de2126192b8724528a18cd079287b2b95ffd09d1fd5be03aacf7a706c3f5b5e466bd739e09a0e54e557038a72606ed SHA512 691faea879c7f4e6a92c45c738787f51b1657a60bcb4d9fe8007aa3c6dc41a08ca4ab2ddd3df346cc2218c48d1cd277301efec01cb12f056d6870cb56bd8cc00 DIST hyper-util-0.1.17.crate 100999 BLAKE2B 4a51c6b7409a776064a22817a1d8d16933cacbcb068af3a02de256aff8da3bc030b9093f0b75e104cb088cd06312138e3adc4d6e28e630f775607e267179b590 SHA512 120e1cdfb831843726bf3c1539beca7be85e0f9e06b75095f32720b66d2ef5ddc23d1119b434dcbd776ab5b34df7c357d6e544cb3cea6e022d753c066a2fd48f +DIST hyper-util-0.1.19.crate 112744 BLAKE2B f01324fe17898022a2a0d5b336c852b9ed2d4ee1a79ff204bbd9fe103568ee0630b6c462ecf2ef8a6767a3335720d0180fd9932d965c9e5edab9aba81541feb5 SHA512 23d40ee9baf105025eb20939c27ebcc636498e07f776bc1bb1085647ffd52fda8d019c2967ecdb43cc4d46777941a026ffdfa4eaae37e1f5e8a42228ac6c720c DIST iana-time-zone-0.1.61.crate 27685 BLAKE2B 2091f0bdbfae3f63ff846e27136d9779a2d65f85cef899ea3ab0ff7c987329e6a584cf49c57de566f08e0277bd4981ac3db30ea0cec6a6757ed50d96e2c6583f SHA512 d16c67f435606334042c3a286350db46ff3409f142c0782509b136150b4069aafff0dc5c2ecfb7519dd8d105b9a2e6649df2a7bec33ee3966dc94034c9d5a1c4 DIST iana-time-zone-0.1.63.crate 32919 BLAKE2B 252417d7689156bfef5386f3cddb06703f033324ec7c3223e6db44cdd62c74ff57028c8a4b93f79d079cd69449f97b35823dd6cae712f820dc04a4f0a7d408ac SHA512 9e595c10884bccdbcb171b547ec0add02ccc2c126e6c0372f658bb418c4b4972c031c5fa547f0b11ec8c99a52ca8f5e97e9f1d2a8a6a0f4fef30b5ad15d179de DIST iana-time-zone-0.1.64.crate 33152 BLAKE2B 4298a6fd124d7e164df21405448ae17f11e5d23be3eb40b2da27d36b432cd6583170b1bc31c5238160e4ae2cca9ca77ce19ca35392b7937ae26109dff9fa99e1 SHA512 f204818f8ce5e3098b12a7b99d0b6f29153983d5eb64170051f6a6b8120d00014fc91d3da7c9c7cdfa0e16a7ca6d0c6926e8ffdac28985c8d6158c78c40ff071 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST icu_collections-1.5.0.crate 82762 BLAKE2B ab89336790ceafe62dd72f0aaef16a6eb47fa5e41424ed990e6c059ad431cdb3dcea943436aed0bf9c6eabd7aba12d255a2233fbbcf9cf5f666ef1dfd5b79a16 SHA512 127f1c91101ba69405b10a2590579606df766166fcf1fe6aa9a74c4900296425cba5c47a391a53a01b02026af5581f068fce4a7a400179809f7ed9922b94c0db DIST icu_collections-2.0.0.crate 83033 BLAKE2B a67f95177d820ab3b0f9d5ede716551aece974545c1fa6654e27b923c85b43fbdb9fb73bcf2dab2bf9a0d5b0bad4acd953fcb3418bc73261ef2f6e3407ab155b SHA512 646f41881cc2861504ee9753795e596b85f90f108c2d509563bb007fe52b08e9bb6dbc7b762b8ec60012ec53bd51e25a1e16f9fea2ed2c11355ae619c49c5034 +DIST icu_collections-2.1.1.crate 87233 BLAKE2B 7c627fab991ad55a6033adccae72306a3116a3611fc2e4a9553cc5690a4e6b88d6180527c9032451f89568a73b019749f3e4d4f49ea5e83558612e0671d318ab SHA512 41d20dad05d6d37ca97ae37f4afd51da9c2de968e8087d42a628c1543fde1ecaf9a284730d81a1718a8102aa0fe9ffff6b4a77f0e941c92fdaaafbd911f03a9f DIST icu_locale_core-2.0.0.crate 74430 BLAKE2B b01a63614fd91840cbaf00285ecfdec7f90eb9e23066a6c3b1a477574aeb8da1ba0b7f9115f8e5fde8454022cddfb54a25b2791ae33ec827f98fd1daf28a8ffc SHA512 cdebcb5e434b606da9fa24ef741a63d2cc2e6c20a2e47276aaf8923a578f6449bd319baabfd847640a65dac38858734554fc00474511d02c7145dd5d3f10e150 +DIST icu_locale_core-2.1.1.crate 70876 BLAKE2B df4099b46518196e8122aa5c248acdc5049153b19b804a043c1b00b3fe5010aea622e0b97822a5ca102b106f38cf75f24ec9578750bb1c8d10c042762f879246 SHA512 d83d2f14af1a285e3bdf6f1b81ab3ec6f8529e2375e04cfec245a9dd356265fa6770f76c1099d52f9d80219c7dea556035c3999abfbefc50091e142b8d2ecfb5 DIST icu_locid-1.5.0.crate 55131 BLAKE2B cde2b988f0af200b8e7851a66b8ae08881670ad6ff79c5caf5135a04c200e5ecd0acf27d8856fb0fce46d502527d506095f469c28f325b9b9d21d2a3657149be SHA512 4b85f0e7cc73166a542b2e502b3ffae1f30d2a9609ab83acf98e90b0edb37fa8ae4592f61ecf48a0ae0779fdd376abeff59e1d5cb97475012eda99ce2a97da57 DIST icu_locid_transform-1.5.0.crate 29094 BLAKE2B c7bb5c5ed273a6a97279d4599f612dccdd796f3ae717411aa5b21949721989986d8b766041b9c7e49a91cdd42a48fc965effb8d7fb6d33554926d203a6535953 SHA512 1779078e2ef9859bee2bfd5414ad7e4b0f0a40e6813f4ccf8de2bbe8c764fac7f99ef001cce22332a8b3840af22e9c7fb7cc0341cf8ba61303794ebe87071e63 DIST icu_locid_transform_data-1.5.0.crate 44727 BLAKE2B 7fc5408510886bd7b7d796850a542f2c1d759d2c67492b695245d46b34930e3918513cae2699963f603d2bd02484960b05afd58cefb6c3152ec201880366d44a SHA512 1c00fb962eb4b8c759b1120313bb890f4388d579890d7450b798d6266a7d6adcbbebc8a8dad2f267668ca6f1c059d0bd2209eafbe2a72f4558c85258eba57405 DIST icu_normalizer-1.5.0.crate 53113 BLAKE2B ccd58f24469da1f237ed9a349f0b3bdbb49b8f5b1995d6254c6e3eab53a71208ff4a0b09bdc68082cdbd288df66499efb19555f41d12a19205d724af22fb504c SHA512 22612b86a24e3ea222469392763ae9d40dcbb37191dd8b9fa1c64332463a4299a53275a1cd3deb7e0f057d137f4312d990762f9925d0ceafbc8839d67c425a13 DIST icu_normalizer-2.0.0.crate 61543 BLAKE2B c91b1c26e0bc995ca3bc32c743a53074955079de642dba1982816218b38a175af297f3adc4cf0048c354e9bbad813aed817d124fc0bf7f95aeab5c1ea005a22d SHA512 7947a3b7132860935b1f8d77cc02be402933be7c2728b815a455bec3533f5d52f8ef02f762ef5ca3d9fa615677527326fc3dfb0cce0590da0ab44a5ae5f7c84e +DIST icu_normalizer-2.1.1.crate 67132 BLAKE2B f43d626ee58afbdf472fdcac1bef6e334b8716c000f4a12ea21b917121b53ccf2d99af5594f589e7b68480522768c5bb8d9ce50093719c26250a77eac38bb3c8 SHA512 0dbdd24797e799ecf2c10a3c983222647698898c61fa53a257c67e95006fe80fff42698f421e5d9605a0d114e8493023dc888e769f4d1593ca988fa3234563fe DIST icu_normalizer_data-1.5.0.crate 50561 BLAKE2B c7b8c5751c6d6df03b23d63855335ef67b34a0b13b15f1f8a8986943b5131874f5205155889e12253692b39918256fe2cfed70dfe2087011683ab9165a5fd786 SHA512 222fbb819791fb4ec7889e45ed3032ac8d4753e2e9cdce9d0b3f79128baca5ce64157a8a58ecdf39cfddb6c2395001e3cc8828ed51803e85cae133c247cb338f DIST icu_normalizer_data-2.0.0.crate 68101 BLAKE2B c129699813d651acc32b900d4d9fb052f352635925b13b33095ec8b66c841654bcd6d0c4cf3389c70587e31e4c1d0368c4d59e7263b8b8a366d6a544cfbee2be SHA512 20e443013977d65441366ca680c923760992ebed24171e87b62e4caf87bd2f52ef9a2a4537fbc1feaf1768a7ed1ece889b0b88449a0dbe025f6567b17996c0f5 +DIST icu_normalizer_data-2.1.1.crate 68649 BLAKE2B edd3436fb594109ceca6d5d9420ca876a091c0313e793ae96c932198d7a7d973416f0fd22fcd54faed2799977f10b33c169c1ba9c11b3ae461cf751dcf153f46 SHA512 9f6c6deb921252f4c9a243b6f2c538415d005c6e01221506cb9f5ca776c85795ac113833b1ad2661e478dd2b469f0f55a59e3b202dc667123daa8ff32b820823 DIST icu_properties-1.5.1.crate 64479 BLAKE2B be7d3a1663664095f4af654723ebc74f385a6423fbd3acad325ba0d6188dce9d9321eb323c1b1d8e6d75fc9aaef3d873b609d7049525d2402456c6331bcbf486 SHA512 7e347c0a02a41a3add950290bee90a339091a713546d4369c2995022e64f127f54204b0d46cbb88f396b3bccbd4cf12720a93d8551b73926f78fd5ec01829cac DIST icu_properties-2.0.0.crate 58065 BLAKE2B 5c44716d38fc4837b38e229bb6d8eb4a19992a7d685845e75ef8e7349e7432892be94c2030fb0a9c1e2f066f17815e97cafa7b0cf657763f44182a42b8a1b237 SHA512 23fd4b3d4b20b2baf7a29ec7849833bea4b13795d83001740dfab8302c3e809a6e7dd2e1e51352169f8ee5bc1640eb8b3e2b95943a1c0b567676667b70b22843 DIST icu_properties-2.0.1.crate 58165 BLAKE2B 265ffe58e96b7d3a1cbf56c3208ceb8ff73edb5dd82e719eaaff52c351c07f4a8b019bdeec52d1fb0a646d57f125d54783001545c7384ebf580521b11552bd70 SHA512 a963a6777a72ee044b33b284de95d6031dfdb56c72bfd535769d9c66d7a2cdd9e5734553f9d92708b53db46d1cc008680b6e1ea0ea1f598c2e29b025a5893bb8 +DIST icu_properties-2.1.2.crate 60136 BLAKE2B 5e52d8c0f5631e0ef0b2c7e54bb1a642a0fab2820cc19224a27332538cfe8eacdb8efa46e3b5017ca63a7c9c0ddacc5dc2fee63902e9c5793d527407288e27a1 SHA512 3d80aaf6c1d9d970f9823c65cabdf057bff2af428563570e2dd6fbaad69e517a8bf2eba66be748618b8dedb5f1adf9973bfed2994cca2c7e3f54385099a9c265 DIST icu_properties_data-1.5.0.crate 227993 BLAKE2B 3b3141507077dfdeb4f89316e63e1a651fc5570cda58c6c2d566130858ff67f900c3b151113e6303962fedf1d6b6d617601b21a08c4c0c98e6bf135aace6f299 SHA512 c651d0a50c229acafa648ce234a73bc1d0a85a8bf2369fdadaa62badc741c35e8a7d5392fb1bdb7b720fe2e0f883d1309c78de4ba913691969e5367a4e8bafac DIST icu_properties_data-2.0.0.crate 159069 BLAKE2B 4edef0d991561e4e4ca35c560f7c24bd2652951df395e54de7bf06f249fdbfe1beeef94766c84b7c50e48ed51becfc101e145ed0a708e7c905011cc31ea8c465 SHA512 8df8c5a1ec987d64965546138a3eebaab6a64c01822d35a1b3019b8577efcaf88dd4877f0002d2ca44ecc7332e6daf728131c29f251c661e34eb771c26be5e3a DIST icu_properties_data-2.0.1.crate 159735 BLAKE2B d9b10e303614d1b380126daf43d36e858aa99740da6fd1ed416afff0f2c3b48ca49791ac5ebe098ee4c931b9d6b33b8598209b8294f54f72a5a6987be6c33f78 SHA512 f503b84491c77e2616f6b5a076acbe117832e5fd924df613389f06a6a479de1aa3d2106d1795692bc2818920c3d2d7005e1911787ae20e194a2fc11c175fa15f +DIST icu_properties_data-2.1.2.crate 163057 BLAKE2B 2a326c3f6e644666a7dc42597e4fba53cb533d6bf67bb0e1d9539d71d8fad68af29f8084362d089975f0051e71ace6c6ebde0ee67dd82b7e7961e1f972d58535 SHA512 1a1be68bd581594a7c98cbf5e1de8d4df24558ebb75a01f722fe68582075ef58cc0b2516a54a4df3bcf5080da24ed4afa8a8cc652999092f85f0b27d8c2a9f95 DIST icu_provider-1.5.0.crate 52722 BLAKE2B b1e53ac677e2db5870df0a91de405ebbc635c3f7931960f3bd744b57350c7536116f3861d4177faed2145b79c1c957d79815fadc2dc85faa656a1f0bb338a16d SHA512 6c11d89c7d2b788a44757f02b0e298b558ebe174fe917664401d91109cdc7bd1aba5526b3cdcee1f066018de1b775bc9dfc294bdfb40476c53d552bd6f29d6a1 DIST icu_provider-2.0.0.crate 50966 BLAKE2B 3e6f00e8c98df2a239a4c9b5c322d0ea9784b4f4401e3a62219fd5ec68a3f5f3c8714bf8c91c2a97b038956b013aacc24c55827138ac5f7b25d6807499766b0e SHA512 9353cfeacb76cfffa3132a77529c8a4cafd4fc943b0d9616d6ec80f04e67677e3cdd9369eaba1e655ecaa3af4433d82e12c1dd45dc190a4cdaeffcb2886ae6e2 +DIST icu_provider-2.1.1.crate 50907 BLAKE2B 32b368e70ed50baf016a259266d01f126e3647aac03178f798764f31cc49d83e6634e45b394d6aa079ce39bd161598a641e5217e7ad57bd4c5138fa577652b35 SHA512 36ba219c8fd48382a023c0272cc7c8f32ed5e5ed648a9de0a61bb7d7a3728542ec92404e4a197433e2f65ff6a3f4c9e1fa4717f7a60b53e5a4f5d3a5276f2d12 DIST icu_provider_macros-1.5.0.crate 6436 BLAKE2B 7405924dca41db72ce422437434a4affece69f888e5c18d2a92f761a8d83b180f40c8de9a34ec15d0e107b63b2fe0502cebd0a0ae6f98d9d6ee37d197e754703 SHA512 a0dd58d731556a010428fe4aebbc9dbcd626b46d380cf28ba5236ec8824045a20f6f2ec986e0c1e791bc8bc2b692a10306f448279f079b4c37237e4a3c3cef63 DIST idea-0.5.1.crate 23243 BLAKE2B 3db4dc0fe83e1cb408e7e2b69996e6d58af18d43efc2cf4b04227f5465ca2446e805b12bc760f10f0acca284f6d79045a9173e1593977f04690de680acb9fe4d SHA512 f5d7254816210734f4c6f4e74801b38ecb44765cc97692843444975e7e62d6975e021f7010c11e991bfe46e254478fc0ea08634759ea9ad5c37ec2c7ee8141cd DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab SHA512 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 @@ -554,6 +585,7 @@ DIST include-flate-compress-0.3.1.crate 4807 BLAKE2B ce426afad5cf0ffe6627972fa0d DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 DIST indexmap-2.11.4.crate 100302 BLAKE2B 7df64cd5add93fbcc956e082881dac568b4b42056312344534a9a3df7780326632d4ef53660257a6f4b6a099bcf842d8443b58b4429321904681ee90b0086a53 SHA512 39ae266d1f5bc57f438689d2ebb3e5ba0b26f08487f88affffb55bf24d6ca8c52d646ea79e281c383027cea2970e4acbfd24d65f081ed77d4efbd056aab83649 DIST indexmap-2.12.0.crate 100446 BLAKE2B 3fad12a9daa3c5c8b3db1926391bc770c9b1b133455ddb9ff4157f212176351ac1d00c50c8fadf2afa0557487e5633648d8c6a1cdf80211b974d2ff0f773eb06 SHA512 3ceb00f2cadf667e6e7893178c43f68776c2d97ef899209ffc83cf4f536172cde52bf73f8d512a9bba8119bb77f6b6c2a920b8edbc1875b1ee31033830917c33 +DIST indexmap-2.12.1.crate 100184 BLAKE2B 91003f759cb250cae5ea2a72a184bbf1d4647951dfec84d760daa7e29b07f634a6577331737b3a3faa608aa0617124672ba03478ee4892b196e9c0097871f29f SHA512 218c1b0f5e117374b73492dae870b0a41a863d5f3fadd1e01adc592fc2d55229ea1f7c428893d02d1be1b768413b07497fa2600606ee6039672a1a8e45bdc5c3 DIST indexmap-2.6.0.crate 85204 BLAKE2B 420a3cceedab93e5023b476f9b6b93e57057238425d4095de59eb9490c2a088193873e643dcad2f739e34e5798baa9a18939424cac1afc5fc7b93ae496ba188c SHA512 c870348691f5acf97e7bff25c805e60f2e9db9e3ee7b3b939b7be45b6bcfaadee9880e6ad27adbbe2545865193655b5fa9de18487b7a1d030017b2fca48616ca DIST indexmap-2.7.1.crate 88644 BLAKE2B eab47b5a8322ea4ea038884e70a67dbfa40293eb71c125d0ccf117af9153c19268c5fd9efd7f0be4a773a04bef961bac90ab3269ad42b565e5ce6db5a6d49daf SHA512 225703f74a734da1ad464895192f07c83068b36129f69a9e87608134f250d3a19b95fdb21dcda6c44cb0204bc4ad69bfbba24d94c83b439000ab4b9ffec74abe DIST indexmap-2.9.0.crate 91214 BLAKE2B c1ff1f45814b84daa854a692e22d385598bf30121e39cdc3de800282b187a39588797a4b187cfe8075eec77ae64bb5ce6a80939cc2cbbdbe6e17e42459ca71cd SHA512 ac474dea5da1dc14a61a28f5b4c850073875030ffad3aa871211a8b075a3e9a64cc748310b4554657f45a70d526010febaf3d3992a80502db389c2347aeeb2c6 @@ -571,10 +603,13 @@ DIST ipnet-2.10.1.crate 28407 BLAKE2B 50c27384d58bf57ad2c3dd0ffe44f1ceb1ae302dd4 DIST ipnet-2.11.0.crate 29718 BLAKE2B 5cfd0876d2c45de886a069fa564d5bd0d4bc53a62ba445692b35c12ad4e3197d9d42b51b14e31bf79e7b8ece129e4612dbf47c90ace5e2e5a9f0e478bd6a5b1c SHA512 9d3c42b5bd93a792ac09975b9ced105e6e8b1eb83bfe012aeabcaa3fc388ee2c5a0541d5cd6dae48dfb97cf82aa970316962d231b65298873136335ac3e5ddca DIST ipnetwork-0.20.0.crate 16556 BLAKE2B f6da9b2283241101279ba510c641a287107b2c27ebfc425af183ca342e4c049915aae2a2107bcd7e8349a47e07ca1dae118194acb71b7b756a36f498a6c67f8b SHA512 a8746f25abb73820cdbaf758f537c726bc9f48afa82417361d54c41bf3b86077e5901135ac5e305e2f669f093690ca518c811c89793d107b3deb139861462978 DIST iri-string-0.7.8.crate 141493 BLAKE2B 218bddfbe875b97b5b4a93f5486a9e35868278c03288da3566779b07e25ccad21997fcc75dd9621c50eadbfec60891bc21ecf0f7520d31228a98ebc7e828e511 SHA512 d62bba42cfa14bae23d4e4bd23933cdc43abf3d68504d0e401452130514fa7aca4ea810e7e235acd41969f8ff91f2b6afcbd9cbe38e010063ebdbfbf5f137f36 +DIST iri-string-0.7.9.crate 142144 BLAKE2B 14508e5f1eed0e9ca443e529a74c0915d763a8a7f00a79f4208312550d959c4c0361598c8f41dfe6a71c58f7e38c35d4f2d4f66da5523f7f077da4dabf195d68 SHA512 59d575e73e1cb20ae6d9ea13ae4989bb4fe8780dd222333ee03aa45e121a39e23309c949d9c923ce9f56ddf0a341b874ad5180e68997f4a40afb7278c25198f4 DIST is-terminal-0.4.13.crate 7665 BLAKE2B 47a024e135ca4931a04a8dc8151f999f816ab50c924f17321af4295dd84fd51bf98ff057de967e646a461c1cc9ffbfd7ae245a9021b3a77f3812f43707b44aa2 SHA512 ea5b18dbfc965b96a27086eabc070747fdc557a6a9acd06203164e846c2f390c4bebedb29211ec008e060dc80b10f53de6d6cdc822d4f51a543057736fe33448 DIST is-terminal-0.4.15.crate 7770 BLAKE2B 89604fdbe7aa82d2d058d5227656e21b6c2267a8721eec8b86346a3b8ab9f2d3936ffbd47ab06285f00e43924c8a8b42690ea40170458a7049cae4ea8423ec70 SHA512 fc0efe04fe4f4386d4c4f8d17b5d7a3c833a780efff414d3228cef8e0e5a5ae497f43074524281294c2bc31b1a5e0a4a4feb92071a6f4d04b3343ae179720b74 DIST is-terminal-0.4.16.crate 7811 BLAKE2B 430b817c0d022b669624c77e84304b40ea8ea508fac45cd44b5fcf3a7322073d5e630c22d05af0be0b235967bc80505f5614b462c800c194cd2961ae36ab9873 SHA512 4dcb0d83a4d3370805fa575e5a11b72c6d8152fa252e0e0090087b0f31b6bc2dcc749180f263fe6b7748923988d3b70ade08e6b4d82fafc7fe9b9ffd7819baa5 +DIST is-terminal-0.4.17.crate 7458 BLAKE2B b12ed4c0e540309462de73b8abf9f281676f562c573c9e9663ad0c5ed2ed0350bc98315c60da6998a706b559170dccf11c8d8196f7be7641478066dbb58e4861 SHA512 e11c73fdc237898d0296bcd6dfa9c8acac8cc5e1805f42f5b220d787dbb5192eb8bfa9da9ce724143f4a17ca873b234912f288f1c3a092fe8881a92697ee12e2 DIST is_terminal_polyfill-1.70.1.crate 7492 BLAKE2B fa663f858ab8e5fd56202d731b572bfdd4ab0e8262100424e27360a9ffd2820182bc57d6718a305ef82d04c3798111841c0d9f9dcfe219765c0f63edb560dc1e SHA512 4730fa09401cb4e69c92b38b2b43afd74699c61f5bd7b37605efbc0c08ca7a1318d43e4a844e46e0f84f83f42432f01e33771be2b18eb5977702ab9f894837e1 +DIST is_terminal_polyfill-1.70.2.crate 7548 BLAKE2B d84c45a94bc0ede333843ddb5206379f1a7d9df742c7f7940374d6b17b0a9c300e32fed5fe2bc58e6b3bc5d18b5fc58dd4e283c01c2f3b4f10f254b3cf7668c3 SHA512 d62f444e83950bdd441215c0ce681ff774692b35fec2af7181dfa243dd43fe42ff7e10a6e3b1d578712e4130dbfdf471ecdae73a3a584a2856a848d387b6c261 DIST itertools-0.10.5.crate 115354 BLAKE2B f24734bdfedf1dba48554e39b43669efcd4a43656eeb2c511096060daeaf049e1ad3eab232e757057750ce94aabad9fc8a0cf29a997edc6c4b167301c3443391 SHA512 d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 DIST itertools-0.12.1.crate 137761 BLAKE2B d7db67feb7418d6a779dc17d8a2f33481114cd81a4d53a10cffe08e13f0d3cf4525a5ef43368fe979d5a3ce230872eaf993f7065885531aeb5a6479351857708 SHA512 0d9c1849dcc0ddf7555b0aeb7e4f2ef3b101cfc6f03310ce1b6072d70ac8c8d3387ef4c726146102012e75171e0b0bf13465704b6edfc02752e349dc6af7cf68 @@ -602,6 +637,7 @@ DIST jobserver-0.1.34.crate 29013 BLAKE2B 4d89234147386d61e8402872e577c52c60fba4 DIST js-sys-0.3.72.crate 54096 BLAKE2B 76c1044b7684ccfbc06c6d43541fc39552c058fda5ccdcb7154c930d03f5260706ed42b36b305e56c5a0eb0dcee27180d3df3fbde92f3b7ba5104b0709f5714e SHA512 5a83d711a02bead2d9c05aaf8a7e3f351307b3219f4f6697bf190d9a9b36bcc10fd33ce0a334e4f3e251d52fc7411020a3631d0874097e9b519e839b713e1c42 DIST js-sys-0.3.77.crate 55538 BLAKE2B 8a4c04a8e93bf5dab63784a24320a314cc5cb629df788e116c452857b8c049c6bf357f3bf8f35086eaa81bc2d7f0954001addfd0577d845844871ee138e81bc6 SHA512 d9370ed6ea892bd51ea181630ca661c348f82d575381aa4c8b529113dfcab6687f4d19bceecad7e1b28ebaca74d405862150a5b5ee2d5d55efdaf98eed1ab255 DIST js-sys-0.3.81.crate 56399 BLAKE2B b279d15b1b177e4617ba5b6509d35c41d077d458f4f30684fd211c652d7a1f0b4e3bba62a74842aaa1227f61b382f5729e9cbf4bf517c0d2fc9dbbb0e46a67e6 SHA512 c62b7ed89c6b82dad85c7950add67c352a92ad9b7dc759170a42291e62fc21b1dd2fe84214a893d6447b73b00762439b5f787f7d86e5fd7cb505c056e6be50c7 +DIST js-sys-0.3.83.crate 56425 BLAKE2B 9a239a030ecb12b76f17dca54b562e43aaa8019a4f9768562dc5e7647998fa5f42edbb17206da387ebaf20bd3e5c67e16987d428d071b1be9fe635f8c7362f55 SHA512 003e06308d62ce8ca694471fd9b15b3c98ba130c0a388ce88e9ad08b2e16bf1f9b3a68f8bc45d15442c16b2ecc6187cc8bda4cc78db83dc8ced9407d1e641c0e DIST json5-0.4.1.crate 15678 BLAKE2B ea87e07821840e6af0a7c34b082995cbc95c45b7982bf2991fe80851f596c85b56582f9f0fdfba1062a9d047ba460b7add84b4d9b0fa4b0c3763a7619d00a040 SHA512 e74e7d41c5d9e699e3e88c0f248818b56d9126668b3dc44d881eb2de2f80f0aae6141dbf78077b0be20844376336b726657fa237f89c82bfd1d8b5dc236d2f97 DIST keccak-0.1.5.crate 13120 BLAKE2B 26b5d52a18550e67e79eb51d26c5329607699b14014d82136ed34199adf1144be8271fd50ef176b913b366b45f249ae5fc09560b0c6e5626b2fb2041de314e89 SHA512 95d5c12f903c572750ee2fa0829b8ccbf2ee2fa473bf0eae5434e08a7c1980dc435ffb36e53bd2d2fe840a55ca1c13b7650be1a0727cc8b79f649d73634f1b0e DIST keyed-set-1.0.0.crate 4864 BLAKE2B d2c61fb763fc627e74858c416ffed890d02c89802ec656f0c641d2e10a976a5e5b3f3a4db677d140ae55ceca7b10c8c79999cbc3a26a119ae3f6d7eef88baa70 SHA512 1b96a362d1740608e1c32160db7c4d3e13e573eaa592bd73fa659cf32ba342a2ec701a18922e6f7e09c2c2c3b5dc6e148e084cca3814c6d2b57f2fffcb211c9c @@ -625,8 +661,11 @@ DIST libc-0.2.169.crate 757901 BLAKE2B 1012cf93d8975aa20fc3f2332e253426ff66be6ae DIST libc-0.2.172.crate 791646 BLAKE2B 3a6eb0eba1e31cf89ac792a8e667c0f68b2a0e62502710ffe77c2b06321103a30ffdc4516c0a91fd3ff44508d5304dfb04ab919bd3e723e34c66b560a20e7f86 SHA512 7bfe400ee65c1b7e540fd19a9b7eb1429a66863d5e94ee7caa83a227d19a4143316d3b401013fb7f88c8e4cdb1a40cfbd58826597c8e23799e02e29553b67e34 DIST libc-0.2.176.crate 790040 BLAKE2B 0c58e6c9a3ef8983ecb33917903ce021df7c249dc2b142805c47360418be7219277b8a02d04df7bdafdb1fb04ca21fb2e791cd625a8e696faff3b762cf0e0799 SHA512 e1c5acef0efd3ee6b0742e28d86ee74f9555745349de8ca5c2a64a823365948fe1f7c72a6b9ce6d4a251a67beb45b748cf575005b935bf0188903b49843e9192 DIST libc-0.2.177.crate 792045 BLAKE2B ecea1ade26b0faa9cb5fb025e237f3a59dfb562e7b3de3682b42a41038b1d436e83b42b53158c1fc1cc4b1cc64ab55ba1497e869ae850a677c089fcce9138912 SHA512 9d737091dba80244137987d06a52ffcd44a968c96b59ae9af9cfa40c38cb9675d023f6324fbf25c436ce1b9592ebf26248f85b0a7c97ee02360ca624b0efb3e0 +DIST libc-0.2.178.crate 783720 BLAKE2B 72f5fecacf0494b3962ff893d647155af88e9942b14d110e521b25e5d65d95d41dc00f83431b82632a53c6e0ae7fd537d018d7bf29df65d5e56b908a893d77d0 SHA512 968b954e2edde88d14135decd9eaadc31ca1aad80529a6696591c06c4414d615c97ce0873f77bfebe08b862faa5f3cb79a6648ab90734d462bef06e06ea43dde DIST libflate-2.1.0.crate 43366 BLAKE2B 3635565c152893ab958c491d1dcd1f5826abed77f6f41e38b64566c27a81664c1573cb054cfe069392519437e403138b14ec4daca8b8af22e6432136e94bf957 SHA512 00cba931f92f50ba527aab2303533e72d183ba1ff7b61d396b50d0a1fc0f31dd348a506cc87ad417879108c03f0b500d05c1b7abf48e92473e0d472594d4151c +DIST libflate-2.2.1.crate 40550 BLAKE2B 739121511ac5003c468e45fa5abd2b3b627392e96c3d9f8d71aeda2ae6efa7bf7aae14ac1e06312b8738f2758a74d14e410d16d83e7bff99fc0fb764d8ef77e8 SHA512 b942668cac4d93cfda9e36225681c3dc58a84a26b63caa2dcba7823819d3de492eadede4acde1b7e861472a68d10b755e445a792405350128c18ba2652686279 DIST libflate_lz77-2.1.0.crate 5918 BLAKE2B f931e7d96baf91903ffb73100996f11df1fcf3d67f4d06f2dfcf08bb4ebcc0f24e9da7ddd8b886f6a4f5a4d138beebeea54fa8247594ec5f5fddd94c9cae4b83 SHA512 5e521a46a6ef2976deab481d2410db0797fbf5a78e6ac4d406bc0ac4464b01836938a528990657328b29698a19a631d641dd1e3093cfddc91be62fcb4b646ba7 +DIST libflate_lz77-2.2.0.crate 7627 BLAKE2B 04c39704dce1f07e94d2104dfe18c0851479bd1e1bdd10b2115d43637dc4753b4dfa49fcfec3ad25ddcd63cdbeff89f72295a4d35d5239ecded73e0ccc35067a SHA512 bbaec29efaafba3b5d9b5d265afca052b41ef2ded54e2f7e8371b9f2ff90f1754e41437357923c352da6c5048f48957938e46a39099543c6379dfb4186972c94 DIST libloading-0.8.5.crate 28902 BLAKE2B a0fca8f8876092e874964b3dcbaacd417451704fc1d687669a95a0b9df22ccda73a754118ac0bd706a7c7d86e4eceb2ad012e20e341d71548b34ea8d629bbfdf SHA512 f332884fa75cf210460f4678d45091345b23469c09301614c476e95bc54163afd6d4f098a34f9e0d529fa1ec63892395b50957598070ff327743e4c3b0871074 DIST libloading-0.8.6.crate 28922 BLAKE2B cd9d7c2652bc4b0220e1c29cbfbca41f44d12d76c4dab3d025c21e5d317407ab656a88add0db95f1086934a424f55b4b413f33cb2a52cdcadde7641f9c5b3fc3 SHA512 f49ab79244d4b54c2f181bd9d7506fe5df9824a09446924dc429636e08ed7bcd6f5d2afaf8a0c862982e2c2c5832370b118266d36f36bc7b7522668bd598fc81 DIST libloading-0.8.7.crate 30374 BLAKE2B e0b97e25304a2e4025078e5a8a0170fd571a9e4186e577512f90e9b67ce064b4733c58239345b9884c070c94bb7f7da82229424d19cfe6c719c39a49b4ae151c SHA512 5b13151aa7b044c1a1dbfc7885bdc8aff0cf050839543a46732a047301451b0aa58b422bb4d5529891038b5f3dfe2cbcabf6fc9c9be6e7d1095a600aebb4220a @@ -647,15 +686,18 @@ DIST libsqlite3-sys-0.33.0.crate 5182864 BLAKE2B fc33dccf337b5d2eb7bf7461f23f4ad DIST libsqlite3-sys-0.35.0.crate 5200364 BLAKE2B 8189abd6d8da4d9253527c5cb24cee1f4e7a81ed8f129ceae62f1ab183a323a91edb1bda676fc77c43faf1222d5e7582e8a700803f479d18dace31557d2accc4 SHA512 db2d1e5a7b963618016a28bc11aa0570b2b1539c1664eaf04999a9ed2afb5040d24498cbe1e3af758d1377a7c6b2849cd86f4ef7bea0c1e45b5f40b555e9e4cf DIST libz-rs-sys-0.5.0.crate 17014 BLAKE2B 11797b0724a038c1edfc3af9b28167e47c4c4056bdaad74d4bee89f1e21a764892f5761c4f8965db41e4fb514e369c36e54c15cb95c57db29b5905189ec8a626 SHA512 0df84d9ea16c65c12c797f3fe06f18cc8104c4b66a78a806ed301fdef9c535deb203d1bbb6bff9ed1a550f6dce89498a8d037d5b7b5c0e380b4ea58086e8e7a1 DIST libz-rs-sys-0.5.2.crate 46524 BLAKE2B bb560832a0ea96b4a02c03879757765e4327837a42ce02aa8c7c3e56e04434d5947584bf84d32cf1516a8e8016914a3545b45803b3ea686cd9d1a1492e35a645 SHA512 136f86f514e71a1673a321fcb63853bedc739e467cee3a685d5ca82aed5809c3ec2b8514332db7adc154560cf88965df8afda80e9add995b4d8f50ca3d0ad4f9 +DIST libz-rs-sys-0.5.4.crate 47952 BLAKE2B 3da29c4aedb1bc7109ba0691d7b796f4e1a914582d5ab979117e8d44cb3049c9ee53e8c00e318c6b4604278b9d0452db54b3f13f48d58e0295bd55b729058e38 SHA512 479fdf05b48fc8a82c47290df295c11d750e4d2f03d5d0d67715aa862f1cf974a8dd3f6167c32a26a1f3939bf0768c7f8ce55614bf9f43cec8e53e41ca46f8dd DIST libz-sys-1.1.20.crate 830422 BLAKE2B 26265b1faf04f7d0cfd751ddf003585b1be59fcf8fde3ddfd86f18cc3e2d5c3b62a808f47c01329a57759d14fe6283cd94a72eda46d5c5031249df0f1696ab03 SHA512 9b537e7c01553e782be145223c6d174601ade3a950bfd0eb4ea09658da5b8910cf0d0c5984672f9d198f73d5aa63d21e0c20c4c44ff7d0a017ee11ae4ecf4859 DIST libz-sys-1.1.21.crate 839973 BLAKE2B a65a5a00db733817ecd83c527b88f01b9699c4542dc673d48706cdcffa45f7d7b54da69e1ce998f3c7194b335686e304ca4d0c93d08f776864ed79f9b69a13ac SHA512 4424c93c60468a9460e6071bbeb430066c34827af900242c4f7e654fe2044e85e5f6d174c37d92ca821ce895e70b8f3be9db4a6f320dae8208fe3929bc3422d9 DIST libz-sys-1.1.22.crate 841053 BLAKE2B b3da149fa78a1ae479d88eff9a962f23c4a0dc95cb31269dc958f6c3070c7945491e79ce57d02ddafd833e2745c3343994c664a058bc06746c45e091f1a0a0f2 SHA512 0360512129e7eb8e8c31bb3e97aa7fa1682392db9e25a03b4267f8cb0e45f1c23f086674eefd91fc45ce5c64af741f752b3d12953165523ee370f6b7bd89d2ab +DIST libz-sys-1.1.23.crate 854540 BLAKE2B ccf3d648fdc1daf542806d939576f5eee8d6d4f569fe9120479e0c3709ba76af89c6ce9e320bec9607913c488150319e5f0b854ec80bcc11c040a39b0409970a SHA512 d0a81f2610ec95a68f3695e6ac5d485ad89f977f54d852bc378eeeccdc1a7fbf561ce19470f2de0d4754ab5f1aeb663e83b77b9a90b904ae2bf19dd29f8d5244 DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093 SHA512 031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707 DIST linux-raw-sys-0.11.0.crate 2659624 BLAKE2B 0852bb981c64b8e70c7037a3da13a6a16b7a89190bc50a07159d28a797e6d1ef2f2010383df5a43cda19fa291ee5eb4c6365a51f5d9fd31f204544ac7e115129 SHA512 b16261142f3cbd1caa4e0a17ba06dea49f0d4514f583ca511d9c7ba6ef231f18322f37303b7ffacc73ae7f22b81dfd740584ef7bfaf67a9eaf43859d2de1f941 DIST linux-raw-sys-0.4.15.crate 2150898 BLAKE2B d1936eb74377d9bfddccef3830b56eb716c38ea3cb7e13b73325dfd00f9fc0df74bae49e4214dd7f27c257403b8b12cd1ef332d53336279d13f7e9497caf4135 SHA512 b5c39181fb6b901abddd8b2e7b449142e2e5691cddadb8e6b74ddc3b53076b1d410522cfa45af68dd18befd24ff12313c2494cf2cb0cf142e2228bfe42014309 DIST linux-raw-sys-0.9.4.crate 2311088 BLAKE2B 261854a127942e528a09c79db0407974c22eac1144c9ecc9ea1a6f48f87a240e610932f5d911563d0e6c05c64b0cb302f86136659f8aca0d59f03946b2910baf SHA512 e98accb9b3e6f47d5753b1a370c61562d4c176fe1096188c6ec0d3be9e7e03d0ef2c08acb3ff4636cc4f90412b908d17f84fbdd99c5dbc130ed89b40b5145f92 DIST litemap-0.7.4.crate 28257 BLAKE2B 52989ad353a782e9592357530dca3504e3ef5475bd2f1b2c795b60825d971ee6d3e6da51fbb6bbc26cb3c3303f6a751a3e15d1caa78c0cb888288a965666279c SHA512 5009c486a87b2f52237e15e2e772365424e4780c146776656d8e1551e52bc8e06e5c1cee8db1c59ef20d0463962fc07ba5221a46020a82df17a2f623a175f58f DIST litemap-0.8.0.crate 34344 BLAKE2B 0f083fa9ecb78ef6de4c094db8a7cebe2ff47af6e46414c06cc0dd0e92ecca06c941dca6ea0ac1b4982f14f6027cad979fd37d19db6631e3952dffb6e33c8798 SHA512 61162bd55b28540ec2d61262698045a78efbfadc7e2fa248d9e0215fd7d3ce53a8c50ea0487f2f7df41149e41c0131849e507737e3bbae29cb69ea41dcb8e2d9 +DIST litemap-0.8.1.crate 34172 BLAKE2B 3614a408d5c6b03c5371396dfaa5c654073dcbcbed3782a15cb6aa53973405344ae8ea7e96cf4b00e036be985cab9503bbdb51379fa55ba739c387d28d646a85 SHA512 6034f72d3c90ebe406b7e1b6df7e2535cde7728cfaa5328e66351d231f888625f394974f6aad891eff48142b00f14916fd8464a59fcaea1627ebc7338b865ead DIST lock_api-0.4.12.crate 27591 BLAKE2B 4504d146a114d8f8e1fe9ae70b993c713cbfe884dd69c61c54dec978733b95a853c3e5af26f237e48ebb4ee9dbebfce0f6c06067f74a3d122e92f5ace40e22d7 SHA512 525d971f495449bbd02eb70fcd84d4aab05ca582142144a5f314f9aa67ad4c5b4c98dc919a416d0ed2e555063eab037a441d671d56b633f2cb75dfab5d99bcf7 DIST lock_api-0.4.13.crate 28565 BLAKE2B 6441c9ae8e764ec1c2920f645153896e967457c96c3a7c0410d3c17f24291a23f8c01ac0b334d88262fc1f262bdbd0085a85f0b6f74aeeaa16d010a7ab2f8c8c SHA512 b9bdf2ca29f0d7950d9174403dfe4d5658fa82da5cc46d623cfb9c1e3673f6b10a0d01212e7701be6180ef31c54e6a35fdae78c2da64522e6ba05e7c783d0028 DIST lock_api-0.4.14.crate 29249 BLAKE2B 52d2f3a3eb5c3cbb4e7f01a2932f90200e3361155f53f282228f436211c54d1e429bddfd9e305a78b9c26b022b3234ae8ad3bee209bd4feed5b64a86af5b3d85 SHA512 73164d411c9899323b3bbff4fd6824e2b9ff44971ddd267629ae5a70b456c1ca945716e952412790d35331993ae71600b0e6a2aeefcdda117b26a7222ed97bf0 @@ -664,6 +706,7 @@ DIST log-0.4.22.crate 44027 BLAKE2B 831dc5092db05123bf2e909eafa708339983edece9bc DIST log-0.4.25.crate 44876 BLAKE2B ab9433934d16edca42b38f559c3c87f949c4540fc422e6d65c75aedd5055c7a4935ac0f735e7ef5c901a7443e70d60be77079a104dc61a3955b0c900162b3967 SHA512 b420404c82aeb04219e9f63505d60b8853cad44d1de0bec0750715baae21afae806bd4f741bb8964dd39bb5d1e0f5be41bc38d76773bdfd5e920d30533146231 DIST log-0.4.27.crate 48120 BLAKE2B 09a2159032baaff7eede480062da30ffec1c1d4c77e76288467941dc13722ab1566742c1821326ca5f8c2f9f7597099e235213ecbf883fd93daf5ae9ad5ee981 SHA512 8d57219b76c8a25bae193e4d16d4d03bf0b8523e1ed3bdc80a692cabe00fc0359ae9bc3be989f04476ecda7187f27e4ad23fe260a96fcefc819af00fe12a1151 DIST log-0.4.28.crate 51131 BLAKE2B 2911509cabe6a69b60945e798f2afee934d865d21efa22d150288de6a27a797fe00ee4f249fc6f6d7a02e2efb7377d2a7188a8ed8cb692f76b94a0df56d74d83 SHA512 cea74c92c80f291360a7cdf022e3ce2f509b9051b415840ab2a159585384f3fe606289da00a6def0c3d666416c5fcda865e2ae4ad48df07618818e8486cd0209 +DIST log-0.4.29.crate 51515 BLAKE2B 3f5dc889e895428f27ef107a63004c1b321793b865c29b20293adca81db4e25443e24354af37018c9a60dff1d54897c3b7b2c014a64280523f4a3586a7eeed24 SHA512 31bcf1669c27980f0a8500082c4d0cc500f6cc943518a3dacacc3ad4d8a0c238517f23c2c1969e5a22dbb5d25614adbf4e914c0557e45e1ebc8e7385b2ed14b3 DIST loom-0.7.2.crate 73989 BLAKE2B 9100d748f2720d11c8b06f55265988e35e23efc6534c676ce0ff02e36681a084aabf90c68b3911a95cd4c90c4a3e19dde4ef1bde870d890305d86f8c21db0153 SHA512 e17b7fb50e785972aed6bdeb2e9003b679c463bd538fa0b8d25309506166cabe04a885d1d5ffa79f5bbd4db2696aa3835f07a8cb933031b62195e3d7d441b742 DIST lru-0.12.5.crate 16047 BLAKE2B b5d7d77b4b29973fde0854f55c395edb6ea6e3a309fd33f0c43a6680955bdeb60fab624f02135b637d95e5a0e9da79890a71290c19d797f758c73d16c3d44a27 SHA512 a77230403b1ccb5aa3ed1ed89e7e6af53b3b34d4373e663c1a9789dada12c252e2b5d8b7ac78717c4c4909203c7ea2ce5743ee6cb414aa268c329b889d66a982 DIST lru-0.14.0.crate 16345 BLAKE2B d7c7947ff92e0a48a308e607e2f1df0ce877e9b23ac8479b370e63956336ca6ee987500d6da15ad3258d597f55ecffadb2308fc426d1982683401400b9ceb14f SHA512 d24156578e9298973c39a4d790dace8e755c2acf0d49cbcbdd3e329983b78d562f66ff957e80fad40612fbced7f7d76f1ac907c05e73678c57e9adae1f1cb7ef @@ -672,12 +715,14 @@ DIST lru-slab-0.1.2.crate 9090 BLAKE2B 00b36c830cfbe3dc004106aaca3c66dcc780ca0e0 DIST lz4-sys-1.11.1+lz4-1.10.0.crate 391317 BLAKE2B e79aac475b62f16adc7a33e37fa973a0d4594574a2c397489d5401d902aae6b48b56e8c2f1c97fe1e7618bd8ea51c06a68326d37aab0f08953f0421b817cf4d6 SHA512 ec902a0acfe5847587fabbd95dd2489eea2746a7214f55e0a6bf64e07aa5246707ce645a4fddc845a85aed01d1168f73750cff5b0e5d1a345d73c5df7255d168 DIST lz4_flex-0.11.3.crate 40633 BLAKE2B 438cf3cf7858e00dfecf44b136e84169386ace08118bcb349499fa0ead88dab5792cc1bcb0e0c5362fa4dc020ee14b9b6906f875889c8ed629829a44cd134847 SHA512 b2a5b44aa98a1994bcc90bfd0c6245dbec2f390be39d7171bac68b352a0c96c15eb735623816a559fc4fa45681f5f496e29399d911ba95b1d5855dced7afeaae DIST lz4_flex-0.11.5.crate 41977 BLAKE2B 0a1259a1492300ede64095792e085d0d0ac36531ae59eedae94abbfd1e8b92b04e4d69efeb5f6f65dfd07a026bd86fb203737c751a07ee39fd94f9458ced1483 SHA512 becf47d0daa4f8dca074ec1a14a87fbd315ba77a6d53a47c3ac809b9142c7907ae2a3e39cc18eb27bfcc6225658e0f66b4f5bcf7a1ec8c50561485be7c845246 +DIST lz4_flex-0.12.0.crate 41983 BLAKE2B 8b5103ffc5b04c36716d0cfab2aa3efd1df8b7eb8a1caa64e686b3163a99b90146a40b3e33bfdc5aa903f390bad745426ebc50f81123644ba9054cdfa771eeb5 SHA512 6569eb5988b5dc0c4215e197f9caec56dc35b44e9c9245f3070721ee63ca0e1925c841678b5bba2cbb3ae15c13a45c12f8e269349b8a2ae00b42457580c99232 DIST lzma-rs-0.3.0.crate 29080 BLAKE2B 521d9f12a155fb1c9224b155400ada0cabe8be62a6b46f3b9d73704928446bfce653df97c73ae0951b6b1cf793a2b95c37180d5794c07a399ac581d75ef87337 SHA512 1c554b5fe33e6cd6ab069efaafc2826d3cb0bbb13dc55c2438345e1dd17de99cd43da4aa3419841ce50d9fdfa5956baff477b37a09470f48908fc1b7382086ad DIST lzma-rust2-0.13.0.crate 252392 BLAKE2B 76f6e937b5e5ce734c0c92e01f590ef0df928bbfb18bbd3504ae7e4ea124df83cfcd518ee91a80f3d9b29608724ab0dff282f3e95090e75894ffde2f02a1031e SHA512 0c4a92a311e4817b42ed3faad390bab958b5ae0d8b4374c4dd69ce1f7d56b6690c792644cb050623e89a58dd93a813e504bddf3c3868375578ee34f9e15f91bc DIST mail-auth-0.5.0.crate 159634 BLAKE2B bd978f9d2f7c878423f16e370fa95882405454dfb2d6ac793b14749e8d7ae346ed20dc87a6ae43f507cce68af7d870bcdbb2ab6f26f76351fb88013f3fc4911f SHA512 148a426e7acbcdf25bf7507e5ec8ea2898968a979f5c3314cc1df636b15c8306e207bb200de05285e0b6a585130b9666fef221c95aa38fc1ede7a09aa01da966 DIST mail-auth-0.6.1.crate 164837 BLAKE2B dfeca2ac7fa42759ab966d1fb3b946f30b1ab7a0f19d1e3f39f93ea985df9e177d51b78546e9eeebc835705242bbf5fec9ba70634029e779b531490866a0d59e SHA512 492e479bea53841e11d69ba100bfdb62752132053cd496f67fc5b5b3ec536e2fba73247ebbaa82e0b3f2076246f7014d55496e07cf268efb53a83ffe72f4e90f DIST mail-auth-0.7.1.crate 167259 BLAKE2B 528999f24b0609fa2aa438a3a39d84dfa1b52aad9b5155a2848a0bfbd82ad9a1978aecd6dd4722cd1f0d6b89aef69c068cbb510cdb49ae4f673780bc72a9947f SHA512 161ed9557b25c8cb129775fa33891babab4dd9e2e1cc295fe6decafc6b6a7a2a4e9c5b207eed0f0d00d68c2f19e097a62f8e302b9310f69126b46f62fcde1aae DIST mail-auth-0.7.2.crate 170153 BLAKE2B 72d3c96ca3cafe3febb15249248acc7e80657fd08367189484b851dd87616830c67fb7cc70ae14184ae31757fbcee6d12b73b9bd6569e565de5ef984d6c528b8 SHA512 d3ee9735b92eddb27d29b3b1985b3ea1d6cb97ecd6cc6ab8d07f3299ce4efdf515fd5f6cc7567caa669557c55d564962a15ad329af4fc5d2f60d5102e502b87f +DIST mail-auth-0.7.3.crate 167975 BLAKE2B e4d7e87e2a52d50ec1b2bb8fbcdc6d85e04efe83743bbc3663cd8b733b7cfe51c62c7b63df9f9c6051d56cd9dab0308a87053796c6bb75cc0dc5f49b831f56b5 SHA512 5590e9b6a8170a9ae78f803be8c6b41cb6ddba6942a34248b1a788ea72aa6c5e773fa4f219bbf605b11a2ec21488acb969f93320202466a7c9acef89b0f1bc43 DIST mail-builder-0.3.2.crate 24507 BLAKE2B 2534d9c424ecabaf0b7cd42165aebb6b1b1a795c9803fe45740f11ff550df73029e5a1f706a3078aa743ff9acf85754cc1b8ce31d0d1538733d2ee8df1574198 SHA512 85beed8e0da7f106faf849bf641d92ba2d5d9c3a2df983bd5462aa48ef0f47de18fdd16964b25186f3cb04894de4fde71b88ef90dc6c96b223810046fabe686a DIST mail-builder-0.4.0.crate 23149 BLAKE2B d986d31e57bfc5acca19b30285c422fb7086eb1599ad4f8f2b0675111671b2789add5dc62308d4f737b81deffc282ff511d0eae239f73919c33e3f5ca8a3a905 SHA512 e8ce66828c8a1b1681267496dde8598e866e7a2bb97ecb9c25b503f735c5dd6220aaa73c306b2f6665f1698c555a95db4102eea8327149a125dd469305c66cb5 DIST mail-builder-0.4.3.crate 23347 BLAKE2B b7783539d37a7b0712f25b742f02f309cb337c1f5c27bc028e777191025a4b6627af2edb14c7869d2f235bf16aada9b81988954472da01890afacd84d6c82a64 SHA512 4e2a70a34eb087f4bfb09587893f606129161c67439456ce168adb67cff465c7346daec02336c91f622972d1fcd7997b2ba4908985cb1e604dde62eab845477b @@ -716,6 +761,7 @@ DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb478 DIST mio-1.0.3.crate 103703 BLAKE2B 0d2360e4ef45f37104208a31e9aa467d6db041dfeb97403a010a36e1e1427f51d97f8408948c75c0084e6c118f058267bfe87d36e7911cb37366f2b1ac6eb693 SHA512 2142edc7e9378fc3437110c85ba2cee9c9683e87034cd44275d2c389645979db53fbbc29fec304f1d8c8f0464ae17d2a5db1aa9215d696fa0282f5069700b1e2 DIST mio-1.0.4.crate 104212 BLAKE2B 22ea762038181e22653384514dabdf527e0ae9c22a6323040ad67d6eeeab596c8819038accec8db1c36748f391b421b842aad71974465a4e51d2d90795cd3845 SHA512 2b3fe4d74447834d28e4e1d869b55799792989a959ff64f4b18ea18b8fa846fd3c1415e191268219e731de1dcf12f85770865ffae23b6144a6700e1f237a0a53 DIST mio-1.1.0.crate 105232 BLAKE2B 22c96a2ef27327c27176651d957ba9e8f6159406e5f83aa39b1fc81efde17a60b4d5e5802382b45c51594d1f3361da99b5433518c096f6edc650bbfb7843c7e7 SHA512 7fb0d6ecc9c7d5854c0da8c2d683012a86a427f752b47592cd392c44a7a06bf84360f559198d685e47ec937ae6517c0a279c362d6b47fef6d4ab6edbd858e944 +DIST mio-1.1.1.crate 105630 BLAKE2B db279c3e46108375f5391a5ebc3ae07e8ccbcc9f6a71aa41996adb862c5d2b965af3cb0da25becdadb16d401ae69ccf5a07e21b0b6fb36e07294633cdf690141 SHA512 0b1c82773f5cc3f33ccb80a2cfbd58e48ffac82934afa7d9ec632b36484f8a13a079802dd8a658dbc94fc158e597e4d7a2c02a799f7b506a7de98fe74e80e684 DIST moka-0.12.10.crate 253622 BLAKE2B ffa317e87e16f1b00ba4cd48ad6e4dd2324b4ea765972573be26fc036fc17c314fa108ec16f55ea2714c1c8fe7a330391b4bf260a7c7a2a82a9bd37db0fa6a9e SHA512 bbeab15cde9913c70ce7b8dfdc2f14216d27973220991f58556d03ad8b5832eb2875fd09106af09363c50f290419b322b747c1f533a7a954f8ec8259533365bb DIST moka-0.12.11.crate 257466 BLAKE2B df5aceb0f7bebe5c95889cdc4456993187e4a2ffa8e63b9ac80eeccbf514f6a7eab73e8c10f9a7877d9fd202b8985c5f61106426c509989543776a8c7d61490b SHA512 0197b2c9da38e63bac92a32efebe207a55e1c4fa004a686c0772e2da0ccb42182625929567ef02ada03abf84e33775b5d938c3c5ae24be6b405151c6fc667dfd DIST munge-0.4.4.crate 11743 BLAKE2B af433589920f405d3f6a48ef245170f50d06233cd1e4a8f3ac8c609eaf0944d815ef0aa3f10958f96500639c24017ee3a00eb28f28a826038e4ed4e6663f72e6 SHA512 e2b2430de1b3212212642e53df55397cc1f3ffce6a1f120b888fe88c53be20d0567e125c2e6bac39d1dd61e55d9bba6181509294ec6eb54449d2b5aa197daa6c @@ -739,6 +785,7 @@ DIST nkeys-0.4.4.crate 26471 BLAKE2B 3f888327cad16bb1f8dcf8ad26566489e105f9737a6 DIST nkeys-0.4.5.crate 26818 BLAKE2B c1425502b06211564a936d212e0ee6fd8ce14b040c6d24882dc795f8d51f2d09fc36eac42d1b10acc3b79d94d0d86133cc297cc94234d308664b2e96236cc8b1 SHA512 5a27fd1abfe9ebb60466486c189f1096f6ca7f8ff2281ea4956cb4f7cc2894af4d5b5b8109a47c08034a0b92047f905aebd797f6abc8bda95ee3252363868155 DIST no-std-net-0.6.0.crate 30191 BLAKE2B fa96050f35a605193295b62e7e3d73ee2de7845f2253621cf8ca0b1fd37881413ef155b5c8198aa84903e191134764b52234a621b8df8545e57574c19520bcee SHA512 30c5ba9f1fde0ad8bf9352ccf561456b654bf82b877869a32aeda8296e3928d3daf186f1cbb55c7ada477873d7fed2e2dfcc40e2bfebf668de63e5d13c5e3ae6 DIST nohash-0.2.0.crate 8204 BLAKE2B 80a5fdc4409869ff302a9d0d758e0a68f4ed322adaf5ccbeffadedc372bc7d5f94e4fca8acf53865d1aa4d802b38976329e91f331f2b800c2782cfc4112b184b SHA512 5fcbe2060ece417c53a3e505caeb449095b8f1babb11de9cea4513c3a30827d22c1c179f2d83d6d612f4f86c12a876cf98b6ac98fc55d969fb8d5c62dab74535 +DIST nohash-hasher-0.2.0.crate 8051 BLAKE2B 5f307e2bd15580f398d53d499b9013a6c62becd4ef0d3edb76f9fdf83a59c8fd86ee4bcf42ba3a8d67bbea522db65828fe7fe324ffc8d5008428570d7b2203a5 SHA512 b1b754262471ac1fb074559c264321f8f08c46c55752187f51a93cdc73509551b43008751ff9db4aa5b47fbfdda783904f5492349546ad14856fe485ccec55d8 DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad DIST nonempty-collections-0.3.0.crate 40482 BLAKE2B c838dd50138c7b3675131d18822c42e3443c1eed547296347a30b89d0527adc5e8f3a1a444cb6196514552d628fefff209376a38cc301a08bdf3bc815c4abfb4 SHA512 2b210dda92f7b2ff9aa7b996e046f4388386cd8dd979311df9a8d84735e7625268882ba56495cb4439bbf4a7420fdf593c8e345e420ac0969bb343d74fa06e67 DIST nonempty-collections-0.3.1.crate 41211 BLAKE2B c87b2f9b60e307c22e99cf5dad0ae3eafdab5f3fc23006bcb4eaba83d79ee50ca3e4a79826a177b0d1272a99e5d8a2aedbdf2d0176bead5f07e7c6eccad4e7da SHA512 4f68e0847d1ca8b9946a40b0e9a017fd5d08ab83d6c48272700a65e4cae0f82415ba8312bb137ee48c27f2aa5da37b96c41c8a3416dbfe45f8baa69b40613773 @@ -748,6 +795,7 @@ DIST nu-ansi-term-0.50.3.crate 29597 BLAKE2B 197e6659d8ab6e059fcf814795edfb015a5 DIST nuid-0.5.0.crate 10064 BLAKE2B 94b67954e72c6c52e80e76e4aba9bccda87101c3fc4995e0a135d942e128972b3500c943eed31680a611293664a2c0840f12540b0b471db2190a54a494b36099 SHA512 95b4e148086d5856217fa5d04f882bcbecf886ff285b7a66497228ed42654ffe706aa14f127eab61af1a59aac578421d38597d9e144dc963b712757d7d7a5f90 DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 +DIST num-bigint-dig-0.8.6.crate 126196 BLAKE2B 6d278bde470640c5e88c361899fc5f1e30d2fc261051f930697f1c4504595d178834ce11ac026cf996f8df6262ffc9bb27d3ceb780e87c5de800cb57c22cad82 SHA512 f028bead9aa4da4ad0d6e10ad339a629c7cfbec710ca6feecb4beb59ab97b7997b043533f57ed85b339bc899af7f1fb1ac56f4bef68cbb5afa149fa6b102aedf DIST num-conv-0.1.0.crate 7444 BLAKE2B 4f5c4695006aa3ae77aaf5c55999a07d8ddfab294584fe10d73eb6abbb3f551846646156581599f966a28c74d80d3ac4373c49d2099991f7ed9edb56d36feec4 SHA512 7884c0c6599c66e40b9a79435e1bbcec60aa7e68b59686922dfab19ccbcac6a6e54f208cfb3d5a8a12e86e4dd67e09977d60b69ef6940e308a28256733f36100 DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae DIST num-iter-0.1.45.crate 10320 BLAKE2B 9f2a60a819e31a6e7e048ae86f7fa029015a73888348676e54ec6fdfe76abe94b632a49a82b53b86488ea5af1031f677b0eed8ba7c5e843ce804c6d6af123622 SHA512 6195c7bd5f904e9f0aeee3ce17b42c0383d053f9d37954a9ce3b4ff0a048afa121c9a37aa9c74b9ace7353d7fd9f57a7d04c7a18e1456fc2c4c298d8ecfd0172 @@ -771,12 +819,14 @@ DIST oid-registry-0.8.1.crate 16668 BLAKE2B 38cc23afc7332c96dd86a2efe8a20fbb437d DIST once_cell-1.20.2.crate 33394 BLAKE2B 79dd394fcf1637adfef28b4159ec653c8b71d2bda0e0e36a940c04e3d87698f039dc30c97f26648ecf0d9742962f1f0a117568f7c705a8a3fc167085b0ca3e80 SHA512 bc6005bdab7a154c01e2203fb553a68695727475a9a882cf906d49c054ce886ad92cb491d380b6b9fe71a81b2fd690ce91c9a6cf8dfa8508470ac9acfc8a31c8 DIST once_cell-1.21.3.crate 34534 BLAKE2B 3578aaef305cad2fdffdc40c392775a3540bfab3f3aeafd22466d9507bf8346b9fcc200929d48525b051070c0aaa423ecbcaa12868b34dca007991effb224166 SHA512 32a87506c6f4598f3ca2c88556014ef2093d5db9a08602335e847caa537a866492fa74c894e7e1da2e4289a1d3dbffcb90a9e37a4a1453203832f434b8206990 DIST once_cell_polyfill-1.70.1.crate 7510 BLAKE2B ca89c64ea6ed6037bbeef0a362b047073c33df36d1ad823ebd4ffec6f035111650f8fb3f90948af33a2ced71f925b234877dd9f539c1f9db65b6519dccfa86f8 SHA512 3b75e153221eb045708a864b2e27c0b115dfc07373dd7db166050262f3aa9afe8f9b0742c770e06c2c1939fcb45f690c6e8b480bf527bd8e050d748710fc1343 +DIST once_cell_polyfill-1.70.2.crate 7448 BLAKE2B 5a90f8eeff25a555987b84b9800f9e0b2aa94fb4827f76678ef45d344c4baeae5a079a288fd02a570d0f0099e9b2842d32dd206dbd609212496e77ede47a4d21 SHA512 9e0d07bcd40e4a5c271646d6fce71677acbfa4439b4e818bb4df823eb31eff976ba78239e3a7e0ad21e80ea8d0d3af3e74a7d0a0a55b308d4c777b9b5e1ef8ad DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf DIST openssl-0.10.68.crate 276578 BLAKE2B da7c42f8a87150c76cde12316fe1c170593e76a4bd55176ca5ab7a43c57d5457246bfa91bf7bbf73ca47c87a066789226529fb7ad57c5e93c551baa67f6a9eba SHA512 2b0c7f5a888b0e398ebee9c0fffb6fdb8408c36f96eb99182ebb9e162106c012334554304ddaaa6689d3ae41cdf638ba08187a40088efb95a5e9f6aca032a22f DIST openssl-0.10.69.crate 277442 BLAKE2B b2255f4ee2131e556ee12c436360dd39ef68c23f69fe0b8f03b673cbd713083dd551df8b21cd8c9efd8bed1f5d54c16a6552c23cecf2175b67422087bf4ebb05 SHA512 82956bfa4d2669e0b03489a7890a28a24e59fdefe337048fa4587da21cfff8ff0fce22608b7a42a838ff0fce4299da1ad424691d4562ad63b6f8612ac9b8b2d2 DIST openssl-0.10.72.crate 283852 BLAKE2B a221ff329fd068da6d88b98e32c0fb9750e074fd87eb261614ba08771df0879fefb80ed0b60a26fcf4ef808e0ff6484f7e4fcbc38146186d30ca4e74d17fa803 SHA512 ee4cfb893e7112fd274baef3283f3bc44385a3e014c9bb4eb24ffc6153fe56e2f66807d8d5874f97254390041cec3affc41bf7b2bc7e5d39bf60413ffb747786 DIST openssl-0.10.73.crate 283994 BLAKE2B 06675b7c6bb1c73b10826577d7d928f4d001494a4c2add24a593c8dd82731a91974147981a63f56b2f11f769b1b93194b9cbcd14e77a578d6d649ad8119e856c SHA512 be1b5384ba72984fbca1aec534764d7b5180cbafe33433cda9662c492fcf219a3a3fe4148fc3c0702aeef63e2570ae7f27dc6a8dba95c7471d4a4c20f7ab1926 DIST openssl-0.10.74.crate 285425 BLAKE2B 2d736aa20701a97230f10f4a75b3c3c0cea0a86b52facbb639dfe425ea052a4bd0abf494708ab96aad276000736ab4ce7dd8c47951f01181cd17c6e0be692107 SHA512 02f60bf13826a4225b4c849d7dee33fbb648c173bc32bc2139a50c38fdf5aeb9d5cfb092d86edeb6f281206454ccf2b41cc23c7af74ed976423b933eefe50867 +DIST openssl-0.10.75.crate 288136 BLAKE2B eb264f6a14a08752293742aba3af16059b6d1230e99990cc7909908f6aaffc1872864c13c4003a394176f5975c4990df1a283b7efa8418fd18db2259a7c7b4ee SHA512 3af555f306fbd214237ecde8c0813eb6714a187e9bc2f782f61b9e63868c7ffa88271c7b91ce5eb9d2528bb912fd58d716212a4e7c8d797a59c65a7d56f1c5df DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c DIST openssl-probe-0.1.5.crate 7227 BLAKE2B d1fd6a9498b3ab7f25b228f19043067604bf20790530fd0ab6fe3d4d3bc27f13e6e94d1e7ef49314c3663477d8916b8790b90427f74976143b54b95350895165 SHA512 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c DIST openssl-probe-0.1.6.crate 8128 BLAKE2B 912371bbd0e105e7281eaa1462d68c6674ae11226f72a9e5c2808be12e975e39a257b5424cafdc527fac9d2313ed928f34ecf407cddbfb179283137e0817631d SHA512 6c2f02a9d42caf578fbd2a40277ad346bef32d191f27564d04a83477d62d6ad1f44945f40234e9425503e3f701a9e0ec8735ade52641170ff57fa6732666ac69 @@ -784,6 +834,7 @@ DIST openssl-sys-0.9.104.crate 72287 BLAKE2B d9af8f2ae8a8dfd53b3bb68433a4dd2a4b3 DIST openssl-sys-0.9.108.crate 78190 BLAKE2B 202b0a380bb8d462842c7c2190d8d61e3d959b10aba462a75a3f1722a2a975f6f5eaaa30078dde7b56a7c2bb3a93d776b30cf3f718a8e723c2ef14d9ca400294 SHA512 f1d2cbf26b6bf7faf840e9afa6e86e7a38a303c169f54c098433c106cfb3aa264a692419ef2ca31f734551b5f7b97cffb1a3e28984eec0324cfb60e9cf3f1865 DIST openssl-sys-0.9.109.crate 78247 BLAKE2B 3bf1da4b999a0c9a0891baafccdc541809169921837166b31381590aedc5356992cd71f21a374877dea4cf8015eaf5d8ac7c7ffccb11511893d5d0b8e57e037c SHA512 2dbb01e3b734554d85f9fedfbf9f3ef55132fdd5a328e2930ce056d05ed55a579c3fb12b907f3989ffe15344e7f1633ccd610524d56fe6c9a687acba2d0e6fc9 DIST openssl-sys-0.9.110.crate 80412 BLAKE2B c59794f0b31013231829db4c9b495a5083b4adcaed5779b4ee013bafe4667fdcee12ef7e2a0c30d4abbe340ef036dbf8c40a41e8293231d7f4137c9bc7bfa820 SHA512 8e43f0cc67ebb084c18df410322df75bc384adfcf8fcafe2b0febcd6ee47a1825037db880012c7076c7b11153a101d6d0006437ba0d53a7182f1bcdf51af8d65 +DIST openssl-sys-0.9.111.crate 80871 BLAKE2B 0fa159af5137cfe2ec94645d99ceb8908d260c50e1b7b766f54ffae2df0dc74451a92e2941076750b8e48834278392e30df65ed91b1f07ddcf0de9932a5836d0 SHA512 605c9a69f3a67470a8c35c05d2cbc5c2f3ed98e6ffb102a3b3032272ad8dcab91ea4e35c01dca73d214d4f0e58221632aced40203602638b8820763a4ad6ae99 DIST opentelemetry-0.25.0.crate 72255 BLAKE2B dc492b7ad43b9dd16862a6e8991da947e4ba59d686d65e6ef6c9c39e3db2d4d317a7cb89fce1f856dc74782551b6addddb25da393ddd1760665ad9d4f227488c SHA512 7326c5c9c397ef103f2fc65630e2f962653af5897be1f4364e7c92c786dc6b7ba6b77eabfe0420a0cabbca328183a58cbde41e532f2152902beb09a86d90b532 DIST opentelemetry-0.29.1.crate 87644 BLAKE2B f2794ae744e06b4c1c5dc80a1f545996037e3f367158dd365f67d4f567f4ff9b1d439a6ad00a4d542de7aee63f347cacc082636b3660f44b2eb31e4de666d096 SHA512 97dab5a16bacb2f7d0bb016634617fa17dca8ed5075560bbd863df3e1689f080b3efd4068675053b39f7686e9c8bb63d9645569d601ccb7caf405b29fcdc2cce DIST opentelemetry-http-0.25.0.crate 8939 BLAKE2B dd1736dba411058c55908dc6c4a0fdfef868db0065cd03cfd62e9719ca18d4a4dd04034ea40babce0392ea7b29d1f37897cae1f203ac9b10ceb0652842c4f6e8 SHA512 8fe49cfc86071c488b033237fbd08bb9de54371a58e79b181674231d0b568d40f71a5be5bb6ba7c4019f9de8c0bd2c5f43553efe822468a7111b98c0cb456ed4 @@ -823,15 +874,19 @@ DIST percent-encoding-2.3.2.crate 11583 BLAKE2B 58925243b23a6a1decc3d92c4ce17d06 DIST pest-2.8.0.crate 128955 BLAKE2B 9b92fc5f3a3448d023e68e75ebcf71f97b2cd44b0fcb6ebb9fe38243f60cda48bb00cc1e67a779f2e42f56310ef8d7b37d94afe920524263e69c65754cb7cb3e SHA512 b22c48816749fa5d94764f9598512244e82f1ed00848733d3d7a19decf1d37860e2b0a5756984014218b21f2fa6c75071b1c8c5ae1c210e9048a5fba6af6bded DIST pest-2.8.2.crate 130430 BLAKE2B f8e9d297875e5ccca6b33b82588953016068b3b339d31d8ca8339391967c674381fdad400c0d9009601081c2417e0e9492d4e5b45e44a37013b34bbbad3a00fe SHA512 6b2dd499e36703e5c20de5fda190798b1ea01ba4139203677f2b5a9623887efecea39f1a5a6fbc21a7fa3218e3964d21da2f58aa3e3a06183c0e54f41ce97e2e DIST pest-2.8.3.crate 130311 BLAKE2B 4475198275da8598c5dc11e65de454e4b0d786bf5b70bdfa6c1e46289d541c9fd795c37a4ec74d5856cd8bcc6c0f52803bd1d72569d045e77b33b83448cd5bc8 SHA512 d82373f2d06adf4e0ec705fa946f9e4784add89afa5c4278e4912a6c1df3da6ff0be531ac1aa0a270f2598263399c8b0520b5711921fcc51c23479749580d4d7 +DIST pest-2.8.4.crate 129758 BLAKE2B a0f24e77a5724da69e2dcb1eeaab69d9a48e63cc77baabbb49d0aacd61335cc60ed7912b783b7aab4291df9821a5915dbcd62e2bc0e18f13c733cc5bcba3cb48 SHA512 a3fcc8dd86f3aacca54877c431974acf9ad4036d62efbec74de907aa9ff306beedf35b6d419ab4842f89793d8ea171d2f7c82b93b9f93da472b3463d7228610a DIST pest_derive-2.8.0.crate 42196 BLAKE2B 56322cafd4f761aa6192d4906ec7884f50f3fc20f0714381d5bba2e8355c03380aa65ea9e68188f75d00cd9014037e2eaac026113c5a57974a33ac46ed1b431c SHA512 64b3bd871d813bb7ff90f39929e7ebb5e3c59d4cfea33868dbfa37b5aaffe882646c30fff2a500e75f9416ffe485c2cfcdae6ea756e9dfddbc1fd2e7d075ffeb DIST pest_derive-2.8.2.crate 42335 BLAKE2B baf3b1045f7c1aaa0cd3e86642d928f4911c734b29a43e53dc4843db37fe29614a0272ed9fcc5207f9576189ce40f1eaa0d75d2787dc61828265330eaa783d15 SHA512 e4dceeaa7da71fdbb3afab7598112031bb4d3a044b89195218dd05af06194ea26db2293c4defd243691f57ae0e4d06a3ecd8afe84cedb1954a3ad2cb1bcfed63 DIST pest_derive-2.8.3.crate 43363 BLAKE2B d2fb3562dad273df1955afea43a38a925fa35bb5837deb1214c69fe2de88163537687261faebce293e63e04a320f847afb63ce1616c0164caf03360b8987bc6e SHA512 245867dc29ec381871fe8bb4535848ade4a0c6affa4208f1fcae8444ba0444a484de958b8f761ee4880bd42a72aef4b4e4f0c93e169eb3b01b2937387a6dcc6d +DIST pest_derive-2.8.4.crate 43466 BLAKE2B 017bac4cccc5830d5806ab738a313c37876ab404a7e087b8aa96f88350e9d70f160da6983fd50510b71cc4f5eb444cce3a2745a30e027f385500ffc072f773ff SHA512 63e403a34abce3c7689371ac1d9d036a3e916e7801d705fd0931e96be392739d58173c5b13da8e9e39bcff6d0a4edc3a4cdf0fba6ee20d785fe57042ca46fd04 DIST pest_generator-2.8.0.crate 18617 BLAKE2B 849e0ec8b86f0622d199eea1e7f03987d93f6231fae53b5dbfd90ae7d4b6a8d9e8cef5856c3714ce1f3f561f1e80dd8ed121e7ab45cecdf722f21c3e5db540c9 SHA512 899b6c15178750dca9dfd71f92a00a70048fbc132b51b15af2b250f1873206f85a483c32cab1c641473b6d2251e9b5599d10d570d4724efc743082055666c991 DIST pest_generator-2.8.2.crate 18669 BLAKE2B 47df26a5a6cd64884baeee1a035a51c695042c97f81fa40647b3220dc45617d2152528d45fabd01040c3c28643e63a49b95a909b193cb4f54bcd0fb140f76405 SHA512 58f6bd9f55cb2e13f55108bbf142abf434cd0ec0dc3acc9713fa704bc16f3543c5af0c15bd2afd8513b00085e57072993ca9c83558c5d8bd032eb067201f3aab DIST pest_generator-2.8.3.crate 43010 BLAKE2B ccf41c8c89db9cc87b7ef50da302d5b77c37b533cf51a0e548e88f646cdd65b18da3a7dd21891e6f541ad33c10eaf4d72205dd497e5faf8078d2a85753402a48 SHA512 64fcde2cddff2d9794d90b5bb9406c69c67afd07586fe7d51e08bc6a158c4e05e94490a50900d6d9de48d36550ccdc2dbd5c5d8c8a874f811fabbbf7210a0eb6 +DIST pest_generator-2.8.4.crate 18650 BLAKE2B 650c9e040785a04f4332308579b4f22cd1ac74a157c463dcb584094f8eea6a489d05ade22e8bfa4b32a27ea88fee3635e02561ae8b17a0f8d5793ba3b9db9f5e SHA512 385861ad36412fa45143db390549822ebe7867ba8f514b95f12955b3ca03f4af17924b1347650230d35ee75935a0983b4635f70bf4cfccfb5cf6755b4e4d00c2 DIST pest_meta-2.8.0.crate 42931 BLAKE2B 9a73962e1e38b84131ab2350b69a1f5d611c549533eec73e898c394a9b9442f357bb5d5f59e1be12270dd29bdf237dc2d21786c0c2210736e224ef5d48300dcf SHA512 6b6945dc127850fe9e3a191f1d3ec95074004e4d3764e1c5138dca0c0da6df9d75cd099464ea8fe1af92fc9b38e724fcfe63c67640eac08c851a4a0396837b12 DIST pest_meta-2.8.2.crate 42952 BLAKE2B 40bc7f37cdeceb0606dc6776a57963ffbac3405a0f0b875e1411d1a61a123182f8f53646d073c6f67585d9a99e63cbefdd1332d31f385638fad226ef31cfad0a SHA512 eb5fd5a00978614488c76e547d0d9f2e8143191590af556c3d9d29e8ffc132752e714d3694613a8cf173a67065c5224acd3931a424df09bee024f880d5571299 DIST pest_meta-2.8.3.crate 67289 BLAKE2B 32678a85e4b2e7423be562519a603814d5b1d04c99f12e986aded858d78815b0738256b5f6346d17e5456ebce102630280a0cbba4f7c7872c281802acd993a6c SHA512 cd9670c418efa69386b80c2ff3a3816a79d72954c3db749428ef5f2911218f9c72b8c8f70bbc670d0551325ec7841e845a758efa372a652422e7d1858922d5af +DIST pest_meta-2.8.4.crate 42947 BLAKE2B 38e1094ed7aeeae2a635888c559f05364696ea98b5f3246094bfbc02fa26cc42ff1d2cd96ea28149cd2841c6ded02b7dead816fb6b1b811fcea429983ce27b6b SHA512 9fbc0e2864b8626cd88db04ef71c9049a82b493d6008976eacc134b9319573e35e8c3670fa202bc86013201a7d2cdd64db0f619624667e1c6b625027a93f8365 DIST petgraph-0.6.5.crate 710970 BLAKE2B 7f590e93fb44f1bfb8920e512402edc1cb087ff9d5dac7bc4be965f64ffacf9c1c503eab4156cd2005f41099f6b34f51e49b21dfa217271fcc0d4ee16ae85366 SHA512 454e9805731374abf1085f1a8a72aaed85e83cd30ab9601bcfe0e46882ba6656242284bdf32b6e75c2f5ebdd1325d5f8873d5f720aabf297822ca97311afb677 DIST petgraph-0.8.3.crate 807555 BLAKE2B 9f1acbc4c4811ff6f6b6a53a7ae3317df903f7a0c82a69671431fea71dd9ae2d7b5b9c742cd850716f4ee606b09556782ee4a3d224b8a401b20ffc5417e59ef4 SHA512 2718bd47f88afa78fb02dabc15a3a042ae3e9d5fefe8b15446625a2fe74fa600c8bb9ac1ce8fb13136895c1723e873f7e6307ccd58723d3cd1a3b950582cdcad DIST phf-0.11.2.crate 21569 BLAKE2B c809201298f1c5046874b3bbdd30e33f2bee2e4b977152a2c5faa91019ee5a1c8fe1d42cf91f6d0b0dd52015fc66f0a84c1b3ae014291ad7d5ba647a78debded SHA512 97752bfb44f3d1f9347b4ccfb6fa2fb80b3263d6f67aa703c52ae90d693c537a0db878acef828c79bd4c41e8f7ca0ea45588dee073d12c9bb0f2980c511b65b4 @@ -881,8 +936,10 @@ DIST postgres-types-0.2.8.crate 30328 BLAKE2B fde2de5d48ffb7d5b2b239c5a20bdd0967 DIST postgres-types-0.2.9.crate 38987 BLAKE2B be13d63edfc29c8ae6eb0923a1338893a7bb41c8aa1d076c1b73af813a591bc4097a5e5e6b0220d59622c0cde0f769de275eeeda755428ceb68cd786697af2ae SHA512 c8afa6923acf1875713b19d5b241b3e86c848a277ee685099ef6e1ae3b33a6bc0b0c4b5d236193981b3a9236b99bd7a17dbfec508bbafffe8e27d9823c9d9d90 DIST potential_utf-0.1.2.crate 9613 BLAKE2B bcda2647db21d8e0e2475a5deb67ca875c2288f481880ac921ac15e058afbf0d74acdf51dc2b020eb02af340a3fcc7a99a45bed93e64cd85d9c3efd3c5fbaa97 SHA512 d6b1d980cd32094b2ffc65746b349883c30c29081bc88725116ae06a57fe7b6a0ef19dfe536681c2daa0bd65a186d09631110832a41a3d0f4836d955c379e338 DIST potential_utf-0.1.3.crate 9698 BLAKE2B 16efbc71ed6516cf52a361118323e26a61af776378382f1ad73121f526484c0df2e915c847ab0bc487ad1e661f839599a0e8c66faae8da9f9e589209e03c1778 SHA512 8f5de5763b073b7869c2a9e5336f0bfaeb45407cb0f4c62a16319ecdf308c8490bceb8bb7c386bfcf700d145d52d591135a288f069b4c64b06d9aaf348316a8e +DIST potential_utf-0.1.4.crate 9514 BLAKE2B 97979688c9a93a05c29a9a55ac0a37e704eb4623d5890562cdc1c797cbf3e73aacdc6251d47151ac0874ec6d1eefbca8173630f20de3c44fea254be90819e027 SHA512 a8e36c596d7fcc3f13a80457a07da5ff0fda62954efeae3c2aa477bb32465b20fabcaec269929af666030415343a2c94d86db26f9f9bb5e2e2b151581f0e6022 DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 DIST ppmd-rust-1.2.1.crate 34457 BLAKE2B a95117d45b36cb947c788045532bfa848c316275ed428b0bf4b5c797e7f3dc1ff0066a227821bec0cad7831480d0af8f5526387f7672008ada491381e21e0ddd SHA512 ef29374f328720774c9b5163efd414ef828f848e7e1fc93cebdbc11548e1a3bb3ee063a3e7315d454e83aa79f68c81e7c7d1ee5174f24d3a141b7bc589e56961 +DIST ppmd-rust-1.3.0.crate 35156 BLAKE2B fd29b2797ed3e75abbe27f9848c58cf99c628a2e55ca8bf51fa6a584355074d73d16a9e22afe8a9c9217a312753ef00e7d399cc0f28fc0a56b7d3bbc5a65afd1 SHA512 3581e4b4b09e83561ffda2d63ec9fb8a0a2058edc235222518a5d82c1e10d3fb744160d09a35b0fcd25d2b7b919f16d00e220e2a4c1cd88ebf7cd3c0c297b58e DIST ppv-lite86-0.2.20.crate 22478 BLAKE2B 9d68dc36d8148047d571c0147ed29f586f3c6ac9394b56bd955c8ae5bb18f5a8da5369809f7b8c3199074e23660325158c32c62e1bf69a16cb1f5da2a01f5df0 SHA512 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1 DIST ppv-lite86-0.2.21.crate 22522 BLAKE2B 150b2ae019f296dc0a15090bcabcf4981bc58159d592b07da729565ef8976e3d1b4416381c6ecaac77874d8e259995254255c8831861ac20922b810753128cd4 SHA512 94710d5b25b67539cfa828476367849e1ecaca744f2e0429b48c05b47ec48cd57f950fb9845a361fbfd96f361ac00fd2d47cc27c584b79ce3d9d8fc133f5b7bc DIST precomputed-hash-0.1.1.crate 1640 BLAKE2B 64a37ef3edd317f771e833bb394f7c19bc9b8c844156c831d2b550692c7e2e36bce44ecf18dd9f2d0f0511346eaf0d2a0ebe792fc288ca0e94a93933f2051846 SHA512 a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 @@ -903,6 +960,7 @@ DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 98e2925881c2be186e22c2c43969 DIST proc-macro-error-attr2-2.0.0.crate 7745 BLAKE2B 6e0e6d0d19bc467550de90a075a602f0be1e6ba24b29b84e42f01ccc953dec4f841625a84930a84cc5c00a1959ebdde9919c8d6d21664dd2161ea4a18a6f1d08 SHA512 8dfdd6aa54b03cc3b29e97f6be2a2d0716cb52b751cb7cbce8ceaa9120f95f9567be5869d6c4467ad16560b6db037d2c48ecf5290817c4e06b6acec1d7aaec44 DIST proc-macro-error2-2.0.1.crate 24807 BLAKE2B 20bc34aff566445280cc874fc0c2a43ef6ea2ff67f674107f816daceee712749fafcdd1a8fd52fc35f8b875375e5fe05a571b717629e6cbd250b42162c2b3837 SHA512 6406a792b780178e80597709fa34923b59f8a9e8ad22fddafd78b3495b943765f5657542078a88dafa0e904073a22fbd9722d45ee175bcb51725e566682a976b DIST proc-macro2-1.0.101.crate 53886 BLAKE2B db566c4fb6a197e0aa45cc074310853eaa24ceeafe9fb91f2014ba47cf6b1cbc34e4e9391456c946587540c8e270e1a37f5195cf03bd15ea5d4f171bba9772db SHA512 3171c807d24371da2931f9c706fb3129bb9bf3ac40418e5d14cfc372baf96e5fee9ede72091163858e3ba0b4f88594efa1031b0bb7128ca68e7b847dead6856c +DIST proc-macro2-1.0.103.crate 60024 BLAKE2B e5ce5f77838fd063b5615b1555db02175621135132de6aa7479d67fd0a34c15e8235290112a728f3251cf913a835bf0aafaf6930880511427143b63152047259 SHA512 9a6964a2ad24dbb1108b7018882ddb48cb6e6f652d1c5eed1cac94602539fc71f011a0a276765778df161edbd6387bf03a8505d93565e0c106f09e98d7d6efce DIST proc-macro2-1.0.92.crate 52353 BLAKE2B 9aa29fa6f1c56c0392a94a81b4c61953f4d185012cdca37e356817845535da79d7094bf43472ce63109ce479a2fd0cbef4d802afd61daf92c4db303bcac60e7e SHA512 e614f08acc0a7e97ef580479cf5b682378df1ca16f09bfb2296ebb3490a435229dea9d682c621c54ce57e8e1d3b7803eb8ff83c88bd02e07228dba6d02f14aee DIST proc-macro2-1.0.93.crate 52388 BLAKE2B dae4493215b88f68cc485bc0ae80f0a48ebad68e0260839b1c367832d1ab778197bf040647b3fe36cfe9d5f7a496e05cd71b5914f531eb129c2d458d5f0be896 SHA512 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c DIST proc-macro2-1.0.95.crate 51820 BLAKE2B 93229d80556ec03bce4031607d13c7902cacc2d7e2586a692ffe8543d52e3f3ba253c9c311ddedf6d9348ce8758ae8ff64577675cda2dac557f936a328de47e3 SHA512 f78e4d47ecd29c1b2315554705e445507bbfb9449afd0bf1b74df28f266ac6382ca8c3ce135ddc55c989eaee64d1794a0933a941c8ff55f543fa21c400016547 @@ -918,6 +976,7 @@ DIST proxy-header-0.1.2.crate 17073 BLAKE2B 5f45cece250c07d57327f779bf8c0737efc5 DIST psl-2.1.109.crate 193232 BLAKE2B 87fbb4153f7cdb747ad28327ba97ac5566d231bb361bdf9323af882c276c97a26c13d2fa3cd74307dff323c45028eba9ddc7b3d1111d63ce80b551c9411d6760 SHA512 470b7c9365b278b3b9ee2f144948a7aa685080cab23da8b603161ccda71c84f05046aa6c092ce4d75654a97fd339721938bc667db6e21fd7aaad06e326d325b5 DIST psl-2.1.145.crate 197006 BLAKE2B e8e6f9d8adc5c187ac20432fcc0f43f012c3c52d3f0d7b61b36555840fbd61888279822bfbc3991dbfaf05371be52ac3b8a34d7826c8c61904a186952bc18bb2 SHA512 c99e7c25793ed7e7ad59634c383883eb1f78e0afc5fbd4fcb0b884e2648a8a7732239e8538eee299b9e32f161c56b2d1f6e96f5f44422b3dc0ef942b718bbb2e DIST psl-2.1.151.crate 197253 BLAKE2B 720270741974ded090fee10992ae3232d5a4542e38928e4e2fb62168dfaff10fb6210dfc362d9590264f0c09ad879e666a686a832236c6d3c52ae0cfebb1b701 SHA512 2ed621abb8661792fac603d765f66e9fbc5009b97eda66f26bfb40f83b92f35240d61b3f6aad1285ee760af99930f31e6405d3074b137ff8d91befadc370cbb8 +DIST psl-2.1.168.crate 199728 BLAKE2B de462825ed257ecf7fa3ada7c77068e2688574fa893280f4089db2d319b8b2daeee464dfa34e9580c99133db5617a855acb8f207c578c8d035d8061bdcda4ef9 SHA512 fb2d96fb34096201b7d45ed6107fa64615b4578bab871ddd870a823f94e88cd807a89972174be784f99e07c9ad16e045aa16502f7c1fedac40ccbe2958abbed3 DIST psl-2.1.62.crate 193011 BLAKE2B f2be3bafc0e68c35c38709a0627c248943e104348a92ff77e9cc2e8915e5f99493284ac21c470bd94e93e2a75af9283bf74aca66bd8d6107fc2fbd16ad23f91d SHA512 3055b97b47d5c8ec4c7e2ddb29a4a03307948a079ba4fdea34039b56b327e8e4704fc19bb5f2059bfdc1f05219811f32be11f0c00f181938914afed2c14314fc DIST psl-2.1.81.crate 192312 BLAKE2B b65fb4d2e55da4be832a9e453ed012ed5725a0e4c6a7bdb2cc562f441280ed95cd7c6f2bdfa890e089a440af1a8940145c34daf33b49621b1b524e269ae22c85 SHA512 7e9258f96e29b9af7f89aa4452a205e8196ad737aa6458b85c14cfa990dda49801d7a5ed9c75aad175b493b3d66d04ce5968a89acc07f5f5b6ddf7e438310854 DIST psl-types-2.0.11.crate 7959 BLAKE2B 287a71add0c75af1266fa1e4089da8f82c8b64e3ae1e880b3a71ebef5fe43bce3bf50f6378a228e131cf857a4cc29f3ff37c2b08b62896196a3e86ef82b1128c SHA512 c609f6a414bc1f5f98c22f9ca73e3908ddaf10e33ef43f408ab8ae2f8c544c0f70cc1a73b1fcfa20ea53f2225f60922f6d28d2e5d31a9877550c2ef3520ee2b7 @@ -937,6 +996,7 @@ DIST quick-xml-0.36.2.crate 185201 BLAKE2B 4541812a73fd95bedf21f90f07f27b31eea6c DIST quick-xml-0.37.2.crate 188017 BLAKE2B 03cd30cc755fc7bbd3f8d4f1f75f796cad5c8343c3b1d3de3311f4f64bff35297788dd364bc0808832619f1f9b603febe4286a6bceaa318c4a0b76f1c74d6331 SHA512 f9535c555422476597fda5d2df393f910338dcb78c9ace63f2cff7ccb15161c96828eda2e32ce68ff3466cfe7a60c07e2e6d4897b6921ceb5bfb1c747c9fb70f DIST quick-xml-0.37.5.crate 190481 BLAKE2B 601f0f2c05e369b479aab7e57b58872af16d9ac0e40a5271e33eba34fdfe88f134de7f681a8bd4e94788e37c60635d4a7945afc5b0d5715058092353258bc3d3 SHA512 17a7a3706a6c2e664633698b414bf9ea6152dbeffcf853e4735260140a0c08403a3bd483babb8d3e5f7fce28148352387597af43abefe5cdb92dcf8cb35341a2 DIST quick-xml-0.38.3.crate 204498 BLAKE2B b029d214e594b3fa6161edac5957769c0b711dc866ac8e8caf06339f1d317a2d08097c0495b488cebe258ff0033a568e9ec5b46743dbf40886246dbf5e5e2f19 SHA512 6ea8669671deced89bd14761786e490cdb51693e7344b482480988604fbe323c0c20232fad09d7620b0449ea1c8a1eaf7e716374d2096e919630ba540d45e242 +DIST quick-xml-0.38.4.crate 205035 BLAKE2B 242ca800fc568f77d0d2b7f2963fd16142a05150a692a15584b3044c54fb5a2b44eb703dcc04fc9fe99b6efa35560ef6a760a180ac445a26b0f1e944d7ea1773 SHA512 dd2bea3dec3410978f8f15a0f6046047e5735fc75e714f6a19ab646090b347805ed77be51378ce3f9de19744daaf588ab5ea6e6a8b2d1f72198b4c78056b3877 DIST quick_cache-0.6.14.crate 44881 BLAKE2B 3ff93d96227dfd8741e792a8cecacb710bc6bc612a67ae18a9408cf30bee5d32d0ae2e7c59055ad2de6c5e00220eee9da5c4a1e76936cfa932b5b3adcbf48876 SHA512 1f7ab4fb22bb58415ea0ae6c7fd13e60880178d1306089861adca0e2efc764897b9e8c75f60b9eeeba2deea075b3e238bdc6114617150648ff89e72970a7b913 DIST quick_cache-0.6.16.crate 47488 BLAKE2B 9db6567454f00fef17df21f89c5f1da0562fcdc03897d01d8f90b4c1aee3d8a4c49bd4a5e96d2d5f2a24615b0e7a35e4da24ce227a2e85eac3cb301f6fe02117 SHA512 ebca67a89bb5648e0e8d2be18a49681c7e64add94d2b5e7c9da3afa8b6d77846426a0f51321e5fe492efdbb8a9f5314a61ef2fcbc18155d083f777ab16232488 DIST quick_cache-0.6.18.crate 50020 BLAKE2B 7aafc7d5f1b0c2c64ed2e5d5078e6409709b88afbab0620efb76c08f751bcae81278156f5cd9b8686cf90e9f73b6833f07e63e3a7988e9cc7de72d89b13f69d3 SHA512 45fa38032b7c37b358ae8aa17f77281c295b4a128ba8ca18767c3d0a073547aa340f0329b3358e99066c8b0bf9ec13846c417cbfb9ec1b27f45d03b3f17ebd58 @@ -955,6 +1015,7 @@ DIST quote-1.0.37.crate 28558 BLAKE2B a7d007a69e619f853af94333e1066bb767013312bd DIST quote-1.0.38.crate 31252 BLAKE2B a3836efbe5c21dec70c684002b47b8fc7cef643c82ee903b537a48bc0707a28106c4b33d98e60ff81e04c7520f7404b1dc4d49446e8d91dded517e476c36e1c2 SHA512 530c47c5e6372b508bf5b2b88a138408a7afa5ef52c47280ed20eccf39f8e97dfc1e0a18c1bd5472efcdc49a7a1e69566333a0a1b4c0b4f0e11e6a7a85bfe8af DIST quote-1.0.40.crate 31063 BLAKE2B 09036ff3e5ebbd775c466bb936de91d4c070481eb4b98c62a4cddcda57cd7b67d63f979b321f6ec64aabee3f5da6c28e7a3efb83f4647768ba578f1bd0bd0bdb SHA512 45a76e22a2b0bec47e4ba73c3b73cc41d821dfcce9876134c5d8eed514da214aee4ce7612e372c8709f888c0d8b9b7e5442f27adb7a59f3571f0339ed7e2ac99 DIST quote-1.0.41.crate 31408 BLAKE2B 9d496e0878fc329ac9492ecbd470e762bd807ec8ca4e17a856b4d1c776351434778f519977137a67b8c143ee60b20774c09768d480cff51b22f2cfcb364a20d9 SHA512 64374d70eb29f7d7e02e535ba383586d93f68a9b6464c79840fa6c42a1ac47be7ba14e415a40e158f845e486ed33d5c564c882913780d296360b30a56301ff7e +DIST quote-1.0.42.crate 31504 BLAKE2B a8106c0fe3953bcc2aa421516dfbaad6d6cb2ea839b2ce1447a45b8732dad40a921c2008b477bc0fa029dc0e0357a339db543b1f90bb9da77a5a3681fc16bed0 SHA512 6d55047312de6bab660459750c54213e986f0a80b4458fdb706c2fb3bab83b8239cd230dd9291662076d395c818a391142af1228ae3158cfa4960d6c74d531ba DIST r-efi-5.2.0.crate 64764 BLAKE2B ee17fae983b2c39137cb75698062a3bf8edb4bc680b04900797730618b54298e2f1d13ceab6b660f7a1799f6fc4113ca15d4320b1b95fc42913e0930f3aa16f8 SHA512 80f89d467b482297ec2c13cb0dc8e310442495483e25c33bb523f1cb66d6ce01fee4a57b36880a4f51c0e9f20eb3f993a5bc0a13224d52693dbc81b97c630158 DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad DIST r2d2-0.8.10.crate 17888 BLAKE2B 66af689f5a1d691c9a46f58545405b0967059205360ed5c2244d59851c3426960e9f93ee630e6b4ae29482159a5fbf7d22e49331473d836848fa61d0e09be2b2 SHA512 b2ccd3a309ec9210893baeb57241c486c861884af3ed8a0d9b6b811ccc53a21dc077b0b3cb62da0acf19dd9f3913175e2bf66cc5c0598113732b1002f2757a5c @@ -1028,10 +1089,12 @@ DIST reqwest-0.12.12.crate 193321 BLAKE2B d024aac31fdc9f67db81ea0c8f6ac328cdb176 DIST reqwest-0.12.15.crate 199320 BLAKE2B d9b92f079ccc194738bab8b55617130d4c0afffb6946d62e06a3c3b7cbb535b8bb615ada6ddba14aa3a08515f72b2ab62294b3d21a6cf978a8ada8940bd494d7 SHA512 7f54585ed98f6b8d6feeaf2cd821b4194894a622bf6ed6cdbcd0d2b990974fa69d98fda132b5dd3b64e52643d064f92dad90269b44d354bff7893a1a91746778 DIST reqwest-0.12.23.crate 161307 BLAKE2B 918ba48abce356d8af02b3bc5a3c47ae148455c4ae6b49afd8c90793fe97b861203939e0d8edf6fd2ccbfe23e65a2c4cbb155df3d7b1e3111ec1b834bac38d87 SHA512 c0998b4ddcc08ab31b358f8a56efcd6ce12951bf58ea2922828229ce270fad8bdf27e7c26dfc74e70a870921fe8b059329a251b67b63a3a45cb9044f28b4d6cb DIST reqwest-0.12.24.crate 159974 BLAKE2B bc331cb57bb28b9c40dadc32d488d6d77605497cfd6f41e246e07198ce83c254eb6e4818baf97fd31b83c94fb78c795d60ab9c4cf4c479799c23c37f57325004 SHA512 fa029c0f9acdd1511ea8b65e1b1c83d9c1de8f9495a587b5b143666902a1ec4f2a8f28b28b535ef12c5e92c12e540f7cdb23f7cc253b1574c4a88dd695c004e8 +DIST reqwest-0.12.25.crate 156003 BLAKE2B 6b1884006968d0af702c638026bd39078a1626fcb5171b5b8eb550ddbebbacb4e93fd17e4631adcce62df8d0bcf43f6e251784acb9489f4055b63be21161bcc7 SHA512 cf53be86569a8e9b0a072672190d6891b3c57c4fbdaec3b62d804c0f4963072e534ae7143ee39c29df5f898fcaa6d6e56090d111956e5ec72690af267ca9f852 DIST reqwest-0.12.9.crate 179807 BLAKE2B 47937d038ece053f8b0c6f6ea1865e74a4243b7adeb209c8c876da9557ddd096ec00bd44c1d61f23e883a526ee10824294057076adb8542ac36759224ca3755f SHA512 027a31a57822a347fcc73101c602a5ec68dcb92f472d85dd76fe3465e45eb1e7ba07477700cb6a55ca77d926f9bc69b56a65499fc4dfebc5fe14732f56fa6441 DIST resolv-conf-0.7.0.crate 17352 BLAKE2B 32b565a11d5d752e2cce2ac7b44e483b8a682220c99a9ca34d0a440d87cb5a874c407d474e47757f128bc5d78ea57940452eb099ea6fa433d8f6d1fe881f4302 SHA512 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4 DIST resolv-conf-0.7.4.crate 17260 BLAKE2B e16c6bfb24a2e7de9791ccc7db2d8ed1d49fea0da6fcb871e989d9d0e654767731d66cbeb9d662d542cabce34ba5c69171fab675d10c7c8e30163c35e791e419 SHA512 b9d496488fbe837a597e7e53df1c12562347ec65639ef2638d2bb55e747c17e18bbf4d4a14240819eb119bd9bd511e90b97a322b09ae5a2ade4c0777f1730266 DIST resolv-conf-0.7.5.crate 17512 BLAKE2B e7554afd83c54e49878e3c85e7bd61188274bf28915fca058047aac725edd828adbe23b6c8ad0a644b2d182e49ce4362bd219cbfab7acae6e69ed3bb7bcd09c5 SHA512 bea794a29b45cbc22665f3637da3b25de3b23f22b31571d09b2014e1ec4b65ac50a77dc239962085bd83717592d5dff7cd39caf299d32b666a3d7039233ae0fd +DIST resolv-conf-0.7.6.crate 17955 BLAKE2B 5b2927063f4efd6b0aef7a94587bf8db76777786da61f199dec5bebd8e0e48c2041b7b9da26c2e96b9a7a8d1ebaf1e0e30c68eab22415a67a52695014d66dea2 SHA512 26754dcb79861f54d7e52699874d53400a66a091f245fdf90b08e5b3b48834d7573dd5656726f5a9eb3ee5f2769f24e0438deab54d3d42a708dbafcb36754022 DIST rev_lines-0.3.0.crate 10409 BLAKE2B 5812df1f9a17e353dc17e26467953e4bbb691e52bb7af7062ed75c497d811eda86b7a1455d08da933b4671beece422168a5c9bae60e2eb649440b494091cbd36 SHA512 bba54d53dd31c47f8f85f1aa5b9b7dbccf09c4decee9528aa1067c103166d62bbdea7868449c71d8e7fd85fd5ffa141c2ebe3c14a8578f8d52585b607b8b316a DIST rfc6979-0.4.0.crate 9140 BLAKE2B 662d967b1d818439e972d19bd251a4e3609c65bae945b4d11c0ff4966e9fcfaecb739d0b63bd767cda6a22e77a52f3386f02cb27c5c76ce9008837c882f8df33 SHA512 fb68114f5f8c1e7b921ed175fc01813531a584b8cb2df1264b72e1925bd66b4c021714b3627fbbcf3fabc26e4d6578c4d246369a0c98049d4058dca4cbabb20f DIST ring-0.16.20.crate 5082615 BLAKE2B 6011eb7148c2d2ab410e564a06604f4350e07ea030e4d7dcb30574b977f0b0c7e53e09f6e6dbb2d068cdf110262876c48dfaeeef1b691932a056fe149916d934 SHA512 d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191 @@ -1055,11 +1118,13 @@ DIST rocksdb-0.22.0.crate 143095 BLAKE2B 510a5885d362f67370e3b40f1bc9b85396536d1 DIST rocksdb-0.23.0.crate 154324 BLAKE2B 744ba63160bb4856cdbdc17f6479b2cf46db885ace3b7f75c367cd18395ad643beddd6dabe4a48eb63886ee3cafa44a2167e15692a024655cc6b7e121bf2fb3f SHA512 63aa2747ca694f8d59c935a601ce8834002d221edc0d070088e4f533afab95c48368b4f57fc3d2ba989997b383dca2c70649efc55816cfb0cd46a926c35d594a DIST rocksdb-0.24.0.crate 165037 BLAKE2B 0bbd0578a7402a78fdbf929275b6109a6360c9b2f41899b3be0d7068d4a708adcaa2b920ba45394dc73d0476d56ad4e1053314618c6dadee8c7b10d206fc8b15 SHA512 36982f4562da3595a20ebf840c929e3af5a25f883fe964ae1a211223d308205692f04fed382dddad903deff13c757e691b21262991e8b02a28ed60a63470fc3a DIST ron-0.11.0.crate 121686 BLAKE2B a89468b06e4e3bc8b448bb99f9611635ee3da6783d952c87f0f7ac73bee7d1055d78bf5bfb200998ca9527a9ee4cb8ce8a13b52615b7ff4149bea5d77150eaf9 SHA512 018c4c3e3fcd602b7d50adc22fbf7300e7764d3aeed455e5e953e4c9c80089ae4b75183d47769f280be7c66a04393368a3d89a2c332d712ec8dff662ea75f2b5 +DIST ron-0.12.0.crate 119892 BLAKE2B de2719e97db99a4c4c701b0f82006e6467b08bda08293bc4a0c787c95a6c384e1ae7650576ea5bbd2e6196155ae218d8432cf6150663e17e4d99863c824c36ca SHA512 67c447dbd9e15ebfe84f85ca2d342489c04d3a8d7294301bcb4a1e4d8c29267503f3516679ec9ea21da3447fcdfb2ab311a30eb76895d35dbf99edbe684d173f DIST ron-0.8.1.crate 63251 BLAKE2B 9d9724cff8df112c1590c0e66e897a277a7bf8a180849db4e8834151fb53639d424e19124cc9f3a5c4f977d49c824686c73f337e9ef0f0355acae2b1b43a4d14 SHA512 d0d9eb18632c2458dd3e8fa8ff365a818e5214c88a19c11421c208c31ebd75236bb20fd74ea84942f8e71bfbb02d660f965dd1447318b5372bd16d45d11fb920 DIST rpassword-7.3.1.crate 8164 BLAKE2B 60e89fc36d78a64d9441bd902866500872f4ddbd28ffe4bc5c26b5882ec1dd9bcf50dc06105c87f5fef8c51b327bb9af1a324831cb6396796afab3cb7f4a2288 SHA512 28905b33e5fa26d9a7bc0d682b94edc6119b2d8c2a6826c89d61fa86033230707c54f3ed8047ee3f5da4393c119c70f102ff61efdc1d4bac38e583c04e3b4382 DIST rpassword-7.4.0.crate 123730 BLAKE2B d9f7353fff4bb9d1521beaed1200ab89d7d7f87070f6c46849cc54f7cef7e46061295cc4828c372bd68fb4da654dad4cff30c6c608059daa6ee37bbdf0d95d29 SHA512 a257cdfe61d10c9ba7e645244163f3d2797dbca58f7bad5633705ab418843a5d01fac08b8455a8ac042c9d6f41da514e89d1565bd475c045502fc8a7c1a79cd1 DIST rsa-0.9.7.crate 80231 BLAKE2B b8f6e435f35776f2a67f79f5791d035ee5753512fb8e05386aadc5ed4962d88be7ae4c016ed43bcf2333e2913687155aebd3ccc79aae7f2b04b0307915dd6257 SHA512 dff7f46609a006dc8342a36c43f841592cc6ded5cb88d63bc252f221372cd756eac820d57e218ae573ea8a643875463c8707ddd3e01f2fdcf729215c75e7030d DIST rsa-0.9.8.crate 85741 BLAKE2B 27c797ef28a040d299be6931599886fb5544ed5db2111f2db9023a885d0fc4610658d1a6fd2eca133a38c81f06d468677c1c110cdf8dcd5658e9d43b289cb097 SHA512 26dba3b2ace36675fe128271f93c79396abfdd8b1caf81e71fc8097a67f5dd875b96764a66f496fc8e6018f466bf165f501da17ad5f4323585625636104b02b0 +DIST rsa-0.9.9.crate 86379 BLAKE2B b03d2b15843709ab754e7fe6443474e8053b99ba4f3d95ccccaa31fa5b5b0f50982fabb7dafc6f05c121326e54e5fa8a2c2f64147a6ddd23c7e0690ef5d7adb5 SHA512 8c763fb4a7f86b16250a2e976375329a90819b1702ef63dd269f4cf0cbf708c954be9131e6701002035d165380c0708f311933cb734a6db418d234f429845dbb DIST rtoolbox-0.0.2.crate 9179 BLAKE2B 4cc9faea86aaf0f9e9ed95269d0fa8c633d7c05d539a435bbfcadc563ad5fd0d3f06bc33f83a24432a53da483bc7771edca21e6237888254b1d000f7af1ee41c SHA512 2e239e821d0bdb171ff9d03d3b8df2fbb561ae67ed653f66096ca32b2a83badc7d1b74b4ed1f0f41f141ff2a383fd06618f4f7740a03514b256eca4db0699d42 DIST rtoolbox-0.0.3.crate 10149 BLAKE2B cfd3420ab0dbc7b04d46849b6c0385d903ad8061c72a42532b74845361ff92a6317b87ebfc9352bbc4a17bb2e9411b1213d20474943f3dd9ea2ac753f5b3274f SHA512 a4045790b957aee6b643f430461df2b599c0c324b51fab607a0a407c852eb825bb0e586fbd299ad79852f0321c635b9e1d81a97884f05bf43699b23f4077eb67 DIST rtrb-0.3.1.crate 26818 BLAKE2B c4d573c5f9f0c7a6834ebb4210a3a7b4613400fdaebe47dbacf0c34d9876e96924327ebfc4efbd5feb48181c3070ee687310156b0bd2131e69059f5b5e714fc1 SHA512 725a960d01daaf67708d0be00ac73a89e4cb5c5b929ebeb795a30bdd9e15c4c407b25ec53491e57c12cedc0afeb0db79c79cc2cd6b6c890e03290aa531adc8ee @@ -1092,6 +1157,7 @@ DIST rustls-0.23.21.crate 337106 BLAKE2B 3b7c100e1fd257c3b71b3bdedc6461c507ef5dc DIST rustls-0.23.27.crate 355915 BLAKE2B 415bc276370ecfd3efe72f634d94bd29996c0a0a83e734d2c3cc1b4a6ede1c581dc418270df27ce0005f83b8825a3a1f220280181c450007f3c17f38a78c2513 SHA512 e7b1fd00ecc2f6c01f82dd036dc85f4aa7af87f56aa09936994c74cfc696b98d0262cb13562f5699275b9aebb88bbd20e7d92c8a7af9064c41085b737022dca1 DIST rustls-0.23.32.crate 372459 BLAKE2B 3f8554ccbe730732d4e84d3fb8d1d4a19463a14165efc0241798845f61319103b4953cb48ecf0f682b3e1ef275ffdf48addca9d8330eafaa22aa2db444700cc2 SHA512 928836ee31d8780f64af08c6cd53a3df12738b6f90b19d0e803441e7d35f8c52649de924226000538926cdb43192113e0dbc9f014db2ef75496a6da2ef4d509e DIST rustls-0.23.33.crate 373649 BLAKE2B a64e00641eba7ade3e464911da00fba918a7ad3e172fc17b91aa91771d058de2e369ca0884d2794f7160f4852574d91acfc881709e26be82c0d8c9961a40b936 SHA512 cb78cf88cdf33224e397c715ef47971a7d79b52180b548a3df2a4f2a11e618251360a636e654e4e1359db08772fac9dc2ce0ac310b8376261988d185420683df +DIST rustls-0.23.35.crate 373700 BLAKE2B a4c219adfeed33e415f5cb3ca2d9df7980ed03bb43f2b1dc6f7f3b2723a69dd5d0a9d5f561d2d26da60f90a4106b54588b243c37baec7ec201df51e2abf411cd SHA512 f59f48bded60aad7b23e7c8c0f579713405ed7de45392f7984ceddaca42bc796f86674ec23b4576958042e699dd5a7ed82fac47923ae13dce930b7f3e8c0a039 DIST rustls-native-certs-0.6.3.crate 24438 BLAKE2B 5f019685414f19eb709ad61caf5b3df4c8b498aeac499b1e841d081f3bafbdc66a7f3892c6cfe699d5d2b702c3d1fbc90f0f6720e4cd5bf8366c91f94a02141e SHA512 53a3a4b96f05dd06c575b2eb62eb7b6d026bda539c87c0e2a4bc84fd332c6401a825135fecdda39c489b0c910ffbe4d42c93844fbdd8da4fc2badad400b27264 DIST rustls-native-certs-0.7.3.crate 31564 BLAKE2B ca94046f09e51d79380c06cb62413f2df5bc4f68abfddc5a5a60dfc3fee5aac6aa0568b42e50e7aa9a55e6476a1a4afd8e188c32c7a0282a1632068ec399f8b5 SHA512 3e7e835c8fa392f4db94ea481bf51fefb6c632a085e2c8b2df197173a4402d78fde7ff8a964edefd3efb48b2f473d0cb4470c2f1a385a74792f9caa4c3cd60ef DIST rustls-native-certs-0.8.1.crate 31129 BLAKE2B 1148d6095c4fb23e72dd96c7c4daae603be17e79954dc56a01099ec950a4f17d7059773169409f6c54c9eb9493841df4c069ba7b69aa097eee9f34c8fa6a780c SHA512 52cfb6d34394b155afe8528e6031da161e060ea529a57fdc27a574c2fb48b517a8832eab0f60a7e1a9fbea5459e356450ecc7d24ecd461b847ca58c8d82492e4 @@ -1101,14 +1167,17 @@ DIST rustls-pemfile-2.2.0.crate 25849 BLAKE2B dfb94a77fe9d86b17b0c6badc6b715f247 DIST rustls-pki-types-1.10.0.crate 55134 BLAKE2B e61e78231bb48b6b249e3b1fa6a6edde4479c4b263ad78f78fcb78982d4fadae7c67ac08077b9b0ec32d0f0d527e12f3ecf456ba11f9740854f0cedeeb881d82 SHA512 8a5c51acfb97cef6e9aa2516b3a2a07f6fd37884b7597bdf81e16bd6ad7512fe45f0b95f4635963fd6e74c0aa79fefed1c3f1a9e1fbf7ab78477302fc333743c DIST rustls-pki-types-1.11.0.crate 63933 BLAKE2B 487099180f45163b87614a8ba7088f189547191ef628011911f76ae6f6aa615b16e969682e26f26ce47f52463def702395f2a5dcf6a1742a87fb7c6d559a2e59 SHA512 60a6d20b66b15f077cbded6abcbfbc8524a02229209a3a73ed676a218ecffa26e375ab086247c05aec826ad63bcd9d446748a061191fe2ba5d9f35ec05b698fb DIST rustls-pki-types-1.12.0.crate 64740 BLAKE2B 988c6d11e02bcf148493a9ad616594c1a3d816a26335d9df3de5e9b1ba81a4a1e3862cb46db97ef1f743ec1241861688c04c4a98308166d419d8f307f9d4c09c SHA512 6822b3a94109e01a0fb420f58fcaa45b6a52519233da751c314fdd9394802c2175479c470ed5d8c71fcd45be46e3c4d8fc8addc43322101002f31fa034713066 +DIST rustls-pki-types-1.13.1.crate 34901 BLAKE2B ebe0a3ef59097ec96491337df232efc1644768ac1d7d9e465e9762a05282c072d9f6dbaf9dbca935405bcad48049f0a8b91db7b3182e16d4c5aca27f1b26033b SHA512 0357a3c66e31447fdf39ed9e29576e2dfbbb012171e71efe322c2cb13856e7441115936375555fb2f700e6a7bc97565c74dc4bc18f8b8b01d335357e220a2c1b DIST rustls-platform-verifier-0.5.3.crate 61014 BLAKE2B 67b41b09cae65e4d526ccd9365a90d8837fe62c7bf39f3f6414f257a3b830f97dc8a600df6578ed970ec458babdf01b7b4e6b223f685c0f388cc9be160ec0c60 SHA512 61e156860d533f2e743c7463efd48a6853639d48531dfeab3a6c00d21c0d88a879d4c2612bae293f7c740c0972ca2a48f059a1e9ebfab5c8f635b9c5875feb8d DIST rustls-platform-verifier-0.6.1.crate 60142 BLAKE2B 4de0e635c8cd21fdd30635f74d970f68fa9110eaa8fd95bb50aba2261b27d6f8add3af97fbeca7b253f5997d2528562f89c646e8e035b4c77e92009500818737 SHA512 b308ac14a89bc61f638f508911f2ba915561d766ce387b16dafa54060f5001026dcb17161197b01dfe02fc10b1d361769b71fd5617858f46aca54058acd91b81 +DIST rustls-platform-verifier-0.6.2.crate 58924 BLAKE2B 625a9b61ad7f0d53c2dee2f6acab2a37c50a2c49efcb1d4b6c377f3413e7e3f8353dd6a04c238c8ee694bb2a651d2586c8608e6787ac8cbb04030d8146a1fcb6 SHA512 f3ff09863ff30ebfce2718fd135499c689edd37983726a4640c35ffbc40c1eff416e84047286fd27751b811dca9d627b9b7eacd1fd995c036c19a4b51102b99b DIST rustls-platform-verifier-android-0.1.1.crate 13919 BLAKE2B df093369b347cf84106853bedd23096ecf2698e772f94898c593e2d92237d6cf20542587853a1e9793456658ebd7c5b09c855d36920c235dbb0dc9fd8d23d1db SHA512 f3f21b88b448f46e08da4303d225f10765d21f2397d4fbe44d5f9cf9da5ced84fa5adc5881f1db66a324cef818537e4a79bad2260b8027894029ba7e6ec16533 DIST rustls-webpki-0.101.7.crate 168808 BLAKE2B ab7177449be359e17f1f4553193e96e71b8e26e1298a0937af658b1a6f9485f051183d1bf8262d52430ea4c3b96263d1fd903c7a5f046bfe5f87b6b97ebb0672 SHA512 680e3d52f699c9d6200e2e738a4245a5114fc7122546c07d3f15f1e6741a52275061b3e016c2240f1dc3eb9f701f7346193bd82e827274fb73b8e9e0d5af4e68 DIST rustls-webpki-0.102.8.crate 204327 BLAKE2B 8db832f181b46bdecc419e1433dd5550bc181cbffa1961aa90b2533f92696ebe15d71d742225bf806e2dc3a4ebb110d48bf62b0677089df1eede6d5a072c0a28 SHA512 8cdd5d07bb8d6c3f0d1d6663babc3b7ccbe8c9b1463870a3dd095c67f46addf4097a715da796c70f1891ebc1d045ae7d7c3a352400e8bfd6687e6cddfd33b1ba DIST rustls-webpki-0.103.3.crate 81840 BLAKE2B 629c1091ca0543a1054a3996522555022a10303ddc5633d628bd31d24d83cdf7b2049c239e13f749f7cca764ab12663909d91d67cd19ac453f5f57c9ccc931ba SHA512 ece521e42518010d8004f2eb2cd391e6c8ad288227d1f7f50d87af447eeee68cf2b2fa6651c01fe83253fb1559bf536fb175bcb3abcfbd54c959d665dc22153c DIST rustls-webpki-0.103.6.crate 85224 BLAKE2B 3a96f2beebf441c97f6dabe48e1f2f6da0c9cf362aa72caa8f9ec0e5e8f461d499898f7e4d7465251484ba02eeb856cfca5daa5883084dff58eebcd4f4fa37f3 SHA512 a301f7bfa51047c598347e7e58860221d0ae85aa4707bc40fe4e3ce58f4c209c480fbdf53d58f7fe2ffba47dc90580f065723357997ec6a09170cf9e8db37438 DIST rustls-webpki-0.103.7.crate 85721 BLAKE2B 2e6ea67d14b9a706d76fb7aa14f36a0b47ae6e0c57ad01ef2f20984ac78e2289c990bb3f11f397b1c5dd22f1545d0a06d836a88107d18a885019132dff9faf90 SHA512 4d56d27434c2c8e9390c203bbf73aebbb12357582aa7c9cbded56d5b739dc0db17f041587b9648ce08666ff4b8520e15c26b9bfd756aefe86498181a88a4883e +DIST rustls-webpki-0.103.8.crate 85810 BLAKE2B a6af950b130e130c0959013662b7be31d73d1bd98e00f507a20a9d980d7b133ee9bdeeeffa6313cdc75a02bbf06e24a314431a6f1a460ac4e00e37d046604412 SHA512 934f630a0c8be9bdc41d491ff8c6cdeb225f180c77b7f1b242d0c4a61390fce7c925ffa09527e5cf872993384a6197ba4685dd0b7466241b4e1811a557366336 DIST rustversion-1.0.18.crate 17794 BLAKE2B fa35445404b836214bdbaa3de8e43312b6d8f50eea32540f808a6255908d756bb1a5dcf49ca6268a1d214c535c2ee770e295c0e7d6430268142a190b31032421 SHA512 263d2cef02b6df4d38b35af7a9ee3a6a044f160f3cf7c6771528f23dea342232087f73f89e419ef7869db771e73c273c05b3dccfe9e29f707586b2059e820645 DIST rustversion-1.0.19.crate 20616 BLAKE2B 025944fe053ef928f26affb890ef6a563b0e63cf6acc0ce7bd4ff104541f819bbda48ebb59fd8a677e44ca1ea21f4a18c209adf2004c9ad79604dfbeca43b5fb SHA512 45b959aea8155ee47c51aa1d87c6c344b5f4b20199a2646ca30bdabe1c2458b014be91fe0c48c29c2261ad9e5de6df7eef7ddead1682e584d4a906c17984baab DIST rustversion-1.0.20.crate 20666 BLAKE2B 49fabcf276fe3f59b4a1c2e8a07364ba59c5ba4e0a33fe4150ce2eb93c6da42d32ad4d4a197baf6616c1cd703d34fcf5a90186c5467c1656388d55e7962d01a3 SHA512 250be168a4ee64f4b85d78658706659122d5fbbc748f321fe2b9baf48c547de4f0004c87882642645994b7798077c514a44e06b73784a800d04e4cc673aa8906 @@ -1130,7 +1199,9 @@ DIST scheduled-thread-pool-0.2.7.crate 10554 BLAKE2B 04f7aec6946828394e7cd6961e6 DIST schemars-0.8.22.crate 59214 BLAKE2B e23c19adc16e78b591891648e1ca8a17a6e162950c7cf458f1854763f56d748c70126545a65ace90a24d2b3c000cd74f2ff624cb0751aa240a4b901e7b8b476b SHA512 c182e0c689a16b56dfe040c62dbdee3f35f802f3403826c15cb957ed00580e5652eb63d902e4eebe6f8ff8e78ddbe00471ef49aaae8c06f81cf9d2265474a359 DIST schemars-0.9.0.crate 80032 BLAKE2B 89ed96fa1202c3e1891c1e8aac2edee8d672659707aa2215eddaee122fef2bfedb1cbe1c6963111a7dfd0c98957c1e1574623dd7c5840a3becc6d003ff1f6570 SHA512 5e6c65dbb91f6016c76b638c0277ad42fd002d1ff5413a54da353775543dd87d6c1c7e473e0f2a0bc4f41e1b94d4e72d1ea850aca78160a4a1866167b6650960 DIST schemars-1.0.4.crate 88282 BLAKE2B bb9bbb8a1198cbaeb81520bf5361f74c3ea18b90942536fb4817b08e203ee2334bfe09458628264077f045f891b5b84aec599fceb343aadfc539880d449835fc SHA512 b87734e8f76bbaf1888636264e493285ef5a45bdeca06be01dd6bbe4c3f20f9a74f826af0f3dbbddd8f062dcc7bff0decb1cabbb1b771d7396fd162a3459a860 +DIST schemars-1.1.0.crate 92664 BLAKE2B 42e9c7ef2c8d5bf929dab798b8dd17127c266394f86d6a4656451599c892bbdad1bcba50cc8363d73c7163e473898f3709e323650001c224c3ae7f98994689f1 SHA512 ac7b156f6bd00d3fcaac7c4cddff9cdeb1eb34b3775ed26c2cdd9d2a36b109c9f84b5c89d6bce30efe870346e24995d28ca033c11d431b32734ab0efe0fe248d DIST schemars_derive-0.8.22.crate 19542 BLAKE2B 3904ae255ba883fc7976329888c3d1fd70579224324a61d296807a9dd4cb64502c43833af5d70d5fdfa698fb6fa8101bb32d554400b695ebc949f97872bab6be SHA512 12e25e1ab407d7ed29753376f59d82a43c51f590702d1b9da03e67fe00f030ad454c171130421c96ae0e8c26aa8f33dca5cbc74949746c284944616daaf2adfb +DIST schemars_derive-1.1.0.crate 31175 BLAKE2B dbc883aeaffe9a5a2ee3daa1f0e1436a22aa9015f566d15a26c796375a95c1ae70aaafc33e095ec0290bcf7114b5dec400d5459fdb1e9878b5299ac073c5e966 SHA512 b8d8c04d903cf5fb91c39e39ad1ffbf430aeda1c17689299c2c8af8a692670033a809c2ce32767110e09081800c2f0ab3dbdf60fd8a9a27385ade7cc53a926c5 DIST scoped-tls-1.0.1.crate 8202 BLAKE2B 20be49f0546691bcff3f0fc257345e432e200836a60b297ff3fe698699ef6a2fe8a5dc6977902a08f7dc63c578aa27607dae0f1889b849c257c59c48a458e1ed SHA512 342f43d53edd33ea3e2197faf5dce37bfbeb0b20b6f0febad4dc6244c3185df127b2c10488e95561260a0ef968f32707460f2d0d23667cebece19b167c0a0c25 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST scrypt-0.11.0.crate 13440 BLAKE2B c2378aaa8e81c5b18fa5954b7b72fd3c4e02f61e4f8c8472de4822279d3cdbabf26200492c332581e1d6397e6b4a2e62e38bc09e5472871501c1883de7649894 SHA512 d7910b277ef814a470361c12a7f2c90ef5b1df56cba9b62662f52a36f076872cf21d18f6c81d33d5a7e94184625753e8a6224d6559ab3cf82ae1a0b7f704e544 @@ -1157,6 +1228,7 @@ DIST semver-parser-0.7.0.crate 10268 BLAKE2B e46b7cf9d292f8fc54561fca4df8534dc96 DIST sequoia-openpgp-1.21.2.crate 3017548 BLAKE2B 86fd51244c808c3fa44e2722c7028bc2746c9ae9db1f6620f6935ae7c1af7ab331b322fd9e8b28dd0119c71aa72dc2a3e2cc144b84112ad465ff2e9cedb7571f SHA512 bc8f0121dcbe083c688d14abfa9dbe3f850aedc02ede98ea4c56f8b8fc28adabcbe1a2ab02cc266e35b28c1f5f563377422e5f8f99ecee0f21eb05a32b94e8a8 DIST sequoia-openpgp-1.22.0.crate 3017622 BLAKE2B 83be10aaa9adcd3af9a8b4657474892d4042c262c2349e2b7cd4669c23c27606c04674317daa6c143f8277684f58a1b85a2df77bc1cfeff3d79473480937401e SHA512 10893cff011ced034382d4fca9c04e61b7bdb5f2f621cbf4f36d611423248c7b411d7440433607cffdc1d646898607ede159248d1e69a6d2ca69bbc14db6f95a DIST sequoia-openpgp-2.0.0.crate 3049067 BLAKE2B 66bee3bbc48c6ef3fcdc3083dd1a2c56b0b98fc3a8888d0b2b8205e7477863be99669a49bee9b9abec0b33d14f59d6525252c8676c33387b070fa59d319cf41a SHA512 21e120e2c6fcbccc7d32700f247ffb210c5adc11c1019b730a2bdc90dae8964b1293e7a562421ccc342796a5e903b9b90359ae3f35cb992c46b3e79b33551282 +DIST sequoia-openpgp-2.1.0.crate 3064708 BLAKE2B ffd84877dfd20a9b82fd077b52d3a5957f144319420d17b81f508c97d4c6bafaa7da9527f73cdafef430b6d18ffd34ae144606c5db1d0723c9f1cc681f378928 SHA512 b815a427ec6ba0b9c7ddb40fd5a8e64ffd1a9ea780d42e21ebb400533a11cdfd7f275606df723159def8b98054a13cf0f6f49c5c2726b44bca4fa83d8eaaef36 DIST serde-1.0.215.crate 78527 BLAKE2B ca8e1175839ca45a4d78a155f5943396211408a85e0840b065c52948188010653d68fc4fc7b63bf2c39a11a6988abb7f6f3c6d878ca1373596e0a5d62186e109 SHA512 3da13f1a74393f1fcb6d659b5e060a11ecae358f55cdf4a2fd05bfc863fea6f75d3140d3bc74902f8feba8cddf7dae71a3f4e4e78e78e1b08ed46b3e4900281f DIST serde-1.0.217.crate 79019 BLAKE2B a0aacff795d34583365ddd469fa14c58a6cccf8afbb248210aaff3134c7ce6e34b3d03f437326d7c01b3e78f82a5d19c37ed9fa4372970d8b2793f2889288e1c SHA512 f97b3b54b9e99c9a027390405cc054c3072f49c92803a4ed5f5f69e76a179deda9d77993b645b3581437085912d881da88d0451b9e0da423c64033a23fdd8054 DIST serde-1.0.219.crate 78983 BLAKE2B 7e9542a04c7f1aeff95b821245034368ff1721d98d7138bb1e0a99cdd6436dc37d69606308834fd33daaea3a1792409b3b2305b802433fa1d155816c55ca2a7d SHA512 0d3fe9a47af027d0d79499e60d940661dba6e29e8f0ce47d0db2ab722030d255aff637248af6f893a9c4224239733db09ffcdc6e1923a7177bfae55c98ebe769 @@ -1182,10 +1254,12 @@ DIST serde_with-1.14.0.crate 114325 BLAKE2B 5681438f6e9ce0032a0b0bd224dd4ee9680a DIST serde_with-3.12.0.crate 148666 BLAKE2B 244377aa9de46c77d12f0348a2656848ab44bda4bbac2f14a607ccfb532cbc33597e0b3336b9fff5242e8b907f59cbe093eac7e1aa9cc82e320bce011f5d177a SHA512 243b4aacf9f0aa9c3915274650c2b70ebb389ef0b1e607afba35f0144199073b573703f8b66bcaa875aeb434301ec2ad209c3d54160f6fe25dc2e4a9fe48a53d DIST serde_with-3.14.1.crate 193025 BLAKE2B 565495b9096b13f885df8d702da645e24ec7a0ebb0bba5dca201989cf6a2365a6cafb02c233b34581377d18246e5cf2fda8953a66a1d3e2fab1ffdbf7b8e664f SHA512 b4e7a808f05e7a2268315fea2a2bf9a0eeee3a146a19e64887673321fa846f53010f688abdf1f86c48bf06078ff3f7b99cb001129d4261a1fa9396fcc91c3d43 DIST serde_with-3.15.0.crate 196624 BLAKE2B bfa5239338ca3a8ec29447dbff3264b7a0961619bf265c16fc19a85f9a210898cf6e80d89fd7d0702c004efeb51db123bfa5b9e21a89137d5f1e254578e2cabb SHA512 bbe98686552cd923a44b35e2a582b210d17661471c6ff5ec16cfc8798c317e650e4505a2e604c16c56114b66791a0a3ad1dff151fc9ce4641766418592a305fb +DIST serde_with-3.16.1.crate 198782 BLAKE2B a324bee9e98cc4bbc5cd07378bff211b603cac7aad28966a4ecd3c3dd1257234e927ddf26530d385e2abd86c4441121e6870563cd3eadb3426cdebb6bdd9ba00 SHA512 b78caae1c8d78cc3032699d383a93ed99c640c233c9dbd591ada001f2f2941507558d4510b0fdb2b778a2c24f387de04283e11100fe3d2c4f865a529c10b8fa7 DIST serde_with_macros-1.5.2.crate 21426 BLAKE2B c20e198b3657516b30601dcc8d9a1eca54111644f42922ea18542c16ec8084a6b31bd318b1de9da3181ebe9050f58d119a95daea05b375d87ee68def69213bf4 SHA512 4619ce9f35b7659f5641eb3b3891910a7780c76911968b53cdae9fc6b03ca66643157707c67f6ac5d16f657d7f3332671430e828d111d7fc8968683523b93fba DIST serde_with_macros-3.12.0.crate 32089 BLAKE2B 667db574c1a7850917a6738ba55447285085e87826b04da22b6be92ecf32ade3f0e99f63c738262f822820674b09be742778223f28507daf75324f4c62195e98 SHA512 feb186b9c51325a19643217ca2bfafc6f7e5433e2e059683ac2f271d11641a7feab728c5e7e37a99310ef259faf862b6a42ec41e77ff9b3349cb04333e008907 DIST serde_with_macros-3.14.1.crate 39432 BLAKE2B f809721b572bf26773ff87fa67433c399126cf26d9ffdc965ff68aa3c51a022b3acc8492c06f7c0b5a368ddf069bfa8623eb8d6dec9a562a6b73d436fe930002 SHA512 e71e93e45a2ca1424daa701ca8154ee6fdc7e6fa3fc24c0a584b79ab54f09f99a697a88e70d2e0b1257058c6bca7c9cce5ebea47df2fa71c794856f7c6d40bba DIST serde_with_macros-3.15.0.crate 38082 BLAKE2B c1830bb466a510c748c076ed6c92dbe39bb00455a78347ce65c0284eb9a64c8e5f2696dbf91b648c1defd6c64e48251b160a6c98e860e66f9fea307f255684fd SHA512 87722785c04cc3e066531fdd2b4fe0812b047f0c8a38b615048dab7903f0a58bce78925d393a052c8f4eaf86d3deb6142b5a1fa29747693c0457864f9bdce827 +DIST serde_with_macros-3.16.1.crate 38106 BLAKE2B c0de1932c27e9ffe32ffe73cb564e9dc0bc10edc76e235b46f50468a752a68d21ed24e4b0604a897a2ef6f76631695ca75bae2f32212d86d8df1160183663489 SHA512 205dac4a45cffeded636d1b8d2b2d399353e0e500dc320b4ee16fe7e16a23f1ca10259496cc12d81966849c13f5c29c5ce78166862a7efd51a44f9e095b77d32 DIST serde_yaml-0.9.34+deprecated.crate 65290 BLAKE2B 1c1f8c7dd1a7952948596d8c727fb6fd36426c7b80ddaba2e6065db7551757e6fb170c77373ba9784f6b32de9f8aec94f90e1c85df98b9ac1f75a7cc8e5da174 SHA512 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca DIST serial_test-3.2.0.crate 9232 BLAKE2B a58cf0bf9d7cf378d8de5c923cd653f9dbb54b4ae32e039c6f57e939e0ec9eb3f26e7af78569da18cc4f63e9c05e881eadf37df2d7c2f8c22359124ab2201a68 SHA512 5cc1cba910b3e04f8bd0a9dde696bce6df6d36d2d2782e81f2cf78ab55972cf981c44c497484dde6fc249766b41f1d6ddff6beddf70406b2cc4130a9ebef728b DIST serial_test_derive-3.2.0.crate 6992 BLAKE2B 5f1e40295e4dee1abdeecb9608a07cffab2ad3a4a53c36b841c4196c60a8a574a1c112c0077e9ddddeeb6f665b526e7ea7287d6c8481e2b80cffdf069ba2281c SHA512 b3f03f51e1bc880c0b3f1ae5ad5be18dbbb708c43ddba1aa14a29f62d712da031dba7223eab850289464862f1b575d77d00501bf00668d83443cbc385aec11b8 @@ -1207,9 +1281,11 @@ DIST sieve-rs-0.7.0.crate 218139 BLAKE2B 9c4afb145c6e63fe89611558de1076683243168 DIST signal-hook-registry-1.4.2.crate 18064 BLAKE2B 7274d4c115678eae2640a709bf9d682ce867c1f6295a0c5f49e492f95dd1c457f20b56207a74221df1fd9d744b24c6260e28f705777e3c7d47b7bdd36f1d57fb SHA512 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508 DIST signal-hook-registry-1.4.5.crate 19004 BLAKE2B 6537f8523aa03e3941bdd115b35716c62ea523a67f99662e28a2d384a5917c43c68a3a26ee9af82ca44f07494ddf39a5ddf2cbff22b0e0a9fc917cf72bf57b5f SHA512 8e7c41c4b57bc5ecd6cc16e6ea8206af0005ba1e7640e2eaabe84c81312c400c74efc229b563f4627fb7d167cd7bb43e0d2d75ae5b8c545ec9ef43f967ba838a DIST signal-hook-registry-1.4.6.crate 19277 BLAKE2B 0ae8056e09cd2a036cbbba5d654a480e58a31d3f39e2654e991c03f628e3c755cff692c4bf984f8f033a30085abc9fd2164e4d31e13c5e8115b61deaf83e4886 SHA512 58b60f104bbc529ef5c207c25f1f9805be08a5162c4e4c7ebbec486834eb39882f6be8d6e8b1dc3cf56774ed46aff2cd22dc69fc9c22ef1f2cff6e22878f9fec +DIST signal-hook-registry-1.4.7.crate 19491 BLAKE2B 0b5aee4ae090f149df7b189d503cd230bece6cb222ac082c19bf79ec55198577dc6682b2618d9dadaea7252602cccc1bf833de2c418dcefb460ed31f4245feac SHA512 40430195df9b86187eb2353119ea36545fac756f828eb1bba2e31a307ad8584400969d558f3fd4cdcb4a20f91739f0d553b19883f401ee9fb5fbd15e2f927cd5 DIST signatory-0.27.1.crate 126464 BLAKE2B 9563aa3246b7b754db1e205db7d76bcabdc53fda82a5e23f2796c70fe6c19f3827d614666d88c714ffd42ccf647e2b0bb24028ad33424947bdebe55f15f620d0 SHA512 7484596685f38f03b72d0f8c4ecb9b4793df1862cbcfb7ab8024fff9b36d5e466001573a539f43965e0482c5c0e6b3100a79aee3970807bdc7582d9d9175716d DIST signature-2.2.0.crate 15531 BLAKE2B c584d9ad52a1ab3cdc129c36cb2ed6dedc40a8d49f7294352a7df8121dc57de78268f15d9ff9ce076abf1dd3c56773daa26ed5ec39c83a600b6a377b51d4db37 SHA512 673a8f6229c795cc8f640fbfe02cd912b41c6359ca23c5ddeb1679f49784b84f109c6c45e6210201c9ca05e441c1be64ce6537e81ccd3589b37be6d0bf50dca7 DIST simd-adler32-0.3.7.crate 12086 BLAKE2B 8e0ae18603b344fd8a6573cc3fe1f8594ad542619a6e0d6e8f62e356a3a97409f4de3a215d561b8ed0e063ab431d81b63967a5a0b6561c45537a27ee84eaa362 SHA512 2976bb7fa153854ecd0d68ccdc108bf81d5da374839d53ce9dfb27e80d8db258bb817ea3dac73921e408541d75e2797b6d20fa63c42c1e8a935b6d75dee14bac +DIST simd-adler32-0.3.8.crate 17294 BLAKE2B 283af73c690a171593b2c82eea51e8dd5e5711b9718db8207b46835c5469359989fce15067ebc4e3bf1384653d1947dcb30f1d3b9728ea51115a0f8dfe2c373e SHA512 896229a4b8deb0dcf3f62aa4c8d16f9387b88718068ac8fbe0bedaf303e6da7ec58ee0e0b45b5f5ac2698dae4beec11430ab3ee12b7e77bc2fe10e1284937441 DIST simdutf8-0.1.5.crate 28488 BLAKE2B 1e0ac310d874a3c279c4d2d5369de12c2ec20050455b2102c0a10325383c0d2ebcf262ffa1bc1eabda14ca62508d4120538d7b353200122168a659ad4791d162 SHA512 139668c7232f533d3439986474da5036efa32d4e0d21fa72e1283e27dbd0670984283d91c238e445be61317426f67cdb8d3f13738b2fb657563f866c8b6d89d6 DIST siphasher-0.3.11.crate 10442 BLAKE2B 771221614bbd56f609b9743da4352dc7a2cbd0f6257952fab0cd052e5e5b258a4c95a0461d6d1b579dec90b72d66a0e58e036899b3db8341ae753a421a4cd4d5 SHA512 601121bd41da896142dc6ccc74a6eec3ebee3e976857ab8b5d21e915fdc8bc6e979af66a489c406371fbbbfc7a13338cc4b3744aa981206e43c53998f3e1699b DIST siphasher-1.0.1.crate 10351 BLAKE2B 6653898cf0eb071fe83b7c317f93ffb73bd26ed601961173875b26ec8851632599891ec178b7e14318abb9eb98d522db8022deb852af9ad9f6bf38a5a5708e82 SHA512 d230991add51a555af95b30ef104c0e5ed7011fafb92d6ac9ba0f238c8bf4d2fbd39f4b04dbbe960453f8fdd16d3768ba39f39e4877ad453562e689ec8f24a28 @@ -1234,8 +1310,11 @@ DIST spin-0.5.2.crate 12004 BLAKE2B d67d9156ca6dbcf4022711cce797cd423a4977115aba DIST spin-0.9.8.crate 38958 BLAKE2B 8648bf2e48fc618758e3de67f0a493bf3cd22a8d18666164b0d850ed7c0d73650f7b0af783019dd361116bd60c61d24895cdd2c579383cd2700de0e32a23cdae SHA512 b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee DIST spki-0.7.3.crate 16409 BLAKE2B 6b39144e4e718ce5eb454e21ee89fb936ffd31ec99554b0150fee47bca396bdfe4ef39603ec029d4af4d8c4c3ba2de7f6c549244f8c20114de9b43ff14921681 SHA512 d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9 DIST stabby-36.2.2.crate 43258 BLAKE2B 06a72f2f6a4d3dffb0ab3e8d24ba994b551f36771d99bc8ee25384ef0cf2140e05dc3ba20e0f65bf2f9efdcbb752898371efa9714d26f97ecb767e16ebdafca3 SHA512 ac387fae753aa2bdb6e694fcb63fb05aa525b532bba72ed21961ee1d552acc0c5dc897bd07c95a937ae02d13818472211f5d585d8cb17bcd25844d26fd6ca902 +DIST stabby-72.1.1.crate 43315 BLAKE2B a4aa9cc38dbda2055878d7a3e481a3474a948d18c25569035c8c4732dbc8d6450a0e87d3e194fdab7d4805973ebf2bd1014e6a1341e7c3ad4607e6dc6a32aa03 SHA512 0899f0535ba95e17a9b283df7f88af36463dcf4fae535cb85bd5f9923322166475367e69d380af2a9bb8986c499b2c9a9691133784b93509d67b652845f5598f DIST stabby-abi-36.2.2.crate 96126 BLAKE2B a1de30ae4ece03f811542d43163f7d5982c06022f866b08a27ee70d555d8c722a8cba9295969cff7a9ab809a18e7bd82639460e37a8556e8539e9388a396aa08 SHA512 f3718ecfb18306f755893c8b2447fceb4623cb443a3a754ed6dbf61f309d7347447dcb91ecc9fc3550e735c993f2729cdf6599b51a5acfffdfb361807270041f +DIST stabby-abi-72.1.1.crate 96757 BLAKE2B 5bd6c713efd70e1d0ddafdb8cae18b29b38c3c1a6916aa09716c708a7b61c5f5c9313dd02a28754e89dd31104484ea0e0d3637393eeec042465f8fb7f593a51c SHA512 9c7a27efb57a83cd091670f3b5796c91c8a2ccf2c62fe89a5752c76a501f422606c2730244b660a8a5cc814bdaa1e53175c4f58b73fbeceed77788a713d02a0f DIST stabby-macros-36.2.2.crate 39309 BLAKE2B ca0f1b5617bbb45ce8a9e35495ee1a627c927dc55587aae9cb2e598c2c19bb46076bcd953521e23053f5f1a2a08b6024de88e88ebc0a6b64fd2f7d6d52d3e4cc SHA512 788d82cc9c07ebe9a7ea95bad51da2a80363c3e36dfe6ad6bd9d0ff31237348a3874403c3bbfec03b9e820ef338d9ffb17daa5119a0e08dfd91ec27bbb9b2e0b +DIST stabby-macros-72.1.1.crate 39810 BLAKE2B f87470e3d62aa97dac3fb1919d588e3c8399a8d3d6054436151b7d0abdabd0834226d13df6cf38fb0240e0c6ed7f5906330bb71da3a52f8e88962437d6820d55 SHA512 5b13338974f52a8000782b0b6ba50027f86a55c7a9717a9c66ab069e7d8c871bc35bf20d5592128a9aeabdabaa53aa78bb14da6e583201cfa4a3a7f291beb1c0 DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 DIST stable_deref_trait-1.2.1.crate 8186 BLAKE2B 6408959d169d1228c1b0802ef31c850206405f8259168f169aabc91f63683dcdf347ff0e74fb3535ab05d7642889dd2637afbdea389b43b0925e0d6cf441ed67 SHA512 630721d3f8e9f3290efc250c42aba13e2325839e62167a2a611618c18c6aa58c08a53622db61a9aa920284570626b98df26b3c28009cf45b6ce1ec134b9c9f5c DIST stalwart-mail-0.10.7.tar.gz 7000660 BLAKE2B 6b4ee19e664e9f1a0bb283f2dd66d92ace4002109cb211766fff8fa2d5acb4a3d93db02dc5e80d9794a02f1fbef617870a47d2613daa853f9ec798cf873c54e1 SHA512 d6c7d7bdda91d1b4ca22667a351888955a230d49b621e918e682e4bec6b0cfa4e87bc128e555612a0055a31dff18fb02fd396b507235820e0e6b01aff022388c @@ -1243,6 +1322,7 @@ DIST stalwart-mail-0.11.8.tar.gz 9337818 BLAKE2B 3b670717a817de7bbfbfc257bf47a70 DIST stalwart-mail-0.12.4.tar.gz 9578869 BLAKE2B d3e89bf04ab2e2e52c25d2eb1d7fe6786763c716ff356d71316b65b6092470f33db0512468e2d1548f041a7d618c29092654de98316c3c3229e316d27e336c53 SHA512 1d9b9f0ae439e6fd416e4454542fc0d05223b7a18658fd3456715b9c83996fd666f7bad45eb6498cc724b94f3c225aee279aa667881aa5782585c78cf2014b57 DIST stalwart-mail-0.13.4.tar.gz 9695902 BLAKE2B 246a19bd67135a744d785322efc6531d36404d9d5bae88ef382139e06b5c5e534d27317d91067f48103bcbdeaed8f90e6b651483058f5acaa802b7e6dcaa7639 SHA512 c3f4089a76c6ea64be6bb2cdc245e77fa9b6c44e600c263af7c3282770ffd49f72545c7f9dc3cf6c27418509cedffc08936fa28cbdd3128da36b412fc2db2955 DIST stalwart-mail-0.14.1.tar.gz 9814360 BLAKE2B 4b459f26dde5d132fab81c4309b87fbfd2875db66b895912c0223932579c4049ca4d54006d701bfec4afbe42ee10a5e0083837d0070930f66aa058f7afab9b7c SHA512 844db6c54a4b5d20facc97a675ec7ff3a565bb0936e53e6f14661bdfd4dc248879657f0d71e842aa8f0d569af014261111c210a4267cc4102bb02dd61ae3a686 +DIST stalwart-mail-0.15.1.tar.gz 9887970 BLAKE2B d759f313c3f419243f734af44882ad234c83c1fdd36abe48b891f3a66aac6285673f01febe006d9112117c316ed424e2c66d23912f974c8025efc7e020dac202 SHA512 380ba44aaad2e27e0147898f84a88840e248f9fb26e742b4f455a0cbb333ef0fda11a3b9218438591c71fa3eb10472721fcccb51434ac77647728a729948612c DIST static_assertions-1.1.0.crate 18480 BLAKE2B 358dd5ac413d06f62da0388e2016c5fcb8ec68fd7dceb0dbbcb97665c032b7509b7e083c20701648b6a9174485f117c02682ae4bde7ef037e80a85cdf6a0c86e SHA512 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee DIST string_cache-0.8.7.crate 16655 BLAKE2B 9a017f3248a3d5e7b8c1a05462a882862b20174c7ce5dda1568c3d3f61c422e84ba2ccd5d6dbd726d1c752f1eaa8062a179470927a80d5bdda0ce530d1ae2c17 SHA512 03f9cdd2c01c0f233284851f17eaefebd68a91ae2ed2b231fab2d6d6476bd19e0696d7d3a74fb6ecb2ec36b89e79ad966ab73051255c9e194bcf9c5029fb8479 DIST string_cache-0.8.9.crate 17408 BLAKE2B 7b38afd1f0bbd5a6cee1d2cee3579fa071a118025463dd18a1298cee580eade5bbd5c5c780398aac40c1a290a9813ece0f48b3f83ce1f2d594f13f8587ee196d SHA512 a1b85e609d52b2dc01536a34d1b297e353b60255fba538b0e80d37771d180c009500d237050fb95cc80c9bb69b01763d2c367b9dde71c1a0e475967fcee9b0dc @@ -1255,6 +1335,7 @@ DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e DIST syn-2.0.101.crate 299250 BLAKE2B 7018cdede66dca82e7d7a7e07e52a178687957fcfd69f1a2862094497d2fb9d78ada14b94761679bbc5f6c76c808a63e948ed071e4f65c2f9580a40bf58c9426 SHA512 05e4233a51f4d229dd4c9bd23c5224c42ec5554d02fd316dad10dfdb876aa1d379c7ea30b1ace979537da91ee746ca4fdcef7690885f83fd41ec8c9dc5984101 DIST syn-2.0.106.crate 301514 BLAKE2B 6b28b30ee067c23dc4bd1b38365d14c1700245c974e785173965b0822301966d642b36bdda25210d61f17a99fc71eb81e29a56c89d1649773908bae32778fb1f SHA512 e07e1058770fa3f1039eaf335340cefb597c0dd11bb90fec9fa777ca5815d0e0bb1711bb4db52cac77e205dd68fbe2bce0e1aa9895c2a52a1ea6d7758d13424c DIST syn-2.0.107.crate 301716 BLAKE2B 76ae71e40724b7ab0912df8c5d9ff571a21b6da1ed8f849395ca8565535c245894bbb1927952fa2c81891ce08d5e19336138f80c6374ca4a46c8bc8ed1ff53c7 SHA512 6c65589ad86a01307defcbfcb62d95b342135ad22636b899195784e56d476fe5eb5c7f2b54f827166e573f0a4af0ca834f4a107700417fd68edce7e423467f4a +DIST syn-2.0.111.crate 302117 BLAKE2B 9fe6c0bbeb432d67f4c879956c505d160f7be418cd16b48a5430c1c4c4922251007e3d85bf219daa16a7e9d8f32c15fdc2ebd94bdfc762135cb27b897590d484 SHA512 f30fc819fc6c942cde044b6bbe608f96736070717f28da71ab4ff68aa9e780416829152da11a83513fbc0de88337c2157e4fd1e4a029ebcbb64daeaa54dbf768 DIST syn-2.0.89.crate 289852 BLAKE2B 4e2b06d2a0ea9b8970338ab61f8c5569cb7c10466dcf139576d0618c3690cfd23c98b66f0714c34839364dee72df6a6d8571f73dbf03ecc347fb1effb118fc2f SHA512 d172936f04a383b7b5e79dad328e70ea3c4faba4a88d0b6d186645413e8698434d30f53012cc9d3813f617c8bef75e95a2d064fdabae7867678abbed22bcd910 DIST syn-2.0.96.crate 297497 BLAKE2B 68b62de28ad670572096a1d92ff8ed6fb55fee441f2d429edfeffcc48fa1d4f1cd39327540a4216d94a9763b84831956cb7e5c8ce89b81f1dc5767ea5734620d SHA512 ec2e352a5b0b2aa619774c01d7a7767674a44ffe91dea45d3379bf172d13039c3d37f264e98e26b20fe1d86db6d5190f220831c842f3316469d4ae73c2bfddec DIST sync_wrapper-0.1.2.crate 6933 BLAKE2B 0ec797ddead298a95bde0a508ae942a4e90943948d3c1e4833fb3ad1cefd3566b7fd1aa0b133d614839707e3f416e3e739099ac73441527213da81b6d1c47d50 SHA512 ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8 @@ -1295,14 +1376,17 @@ DIST tiny-keccak-2.0.2.crate 20129 BLAKE2B 105a2d2af36cc053cd95721ea563108f33b8a DIST tinysegmenter-0.1.1.crate 12434 BLAKE2B 837cbab8a07b1c6102192ce3e0e53361616469bf5c7eac313a63a2f30a75ecc8671487730fcaf60b6f76df2ef8e17b5eedd81a0fd48c3461408ab535afa92b41 SHA512 524528be4c8f4edc0f77acf4a405ece5c7e079afbbbb82c2b953d1de34a5b1ac9ce550633122243c5bea1ee6078c2e471794e796ad41192d647b133c262278dd DIST tinystr-0.7.6.crate 16971 BLAKE2B 33a248261c4cded41a81f0d6e6c8df55437f042b37f235c39787986ec562f0dbff50b282ad0f1483daaf49c4b33e6618e139a6677d1238c21f4e12082562b4ae SHA512 a33051848de248cac0a2d151760a78cb3aa62c787d84ff7aac38b11c0660e9188e4d43d43a77fb8676e49ac6102015e9c3db057848d809e71981851875d0fb25 DIST tinystr-0.8.1.crate 23333 BLAKE2B 59bc4a522d81bc53c7acff215ec711e0f340c3884858fd4e985d655eb620d4a8b2679854e23f035bbcb6d795647fd314e26707eda564f07c05850c010db084a2 SHA512 07e32300424c9adf7e8bb830efdfcb23460b712c72c3eff11b9d00f1496c8082659bab52914cbac0bd26e45c352fcb859fc6b1cfbb2028a49cfc03e75ab0ea2a +DIST tinystr-0.8.2.crate 23942 BLAKE2B c84593349183f328d3df66b2ceb3b5bb9ccde3b9c082de72b7daa2845ab2ccfba9ef170a712f41e5ccf02008c018b456fef0ec380eed93f020605cc9b293d287 SHA512 21416092df2692c3f3f3efb9f1e2d124389162fbbd1038d244befc419347cdc686cb01d6bf1d589bf23fc6f69e23a94522bc7dc81aa7a2be74c697cdbcfc8501 DIST tinyvec-1.10.0.crate 51996 BLAKE2B af3e3e415061eccdd1ba1d157e513323259d05688f8ee3d10fb3d9dc0a51bbfc9f8bdfebc2de12bcfe573196457acf60826d8eeb4b5e913b4d92c09c8891a9cb SHA512 e64ea6ce2bf8f4d2a38a00402cff2b79c06082f8a9ecfd774e7acf143b18a8116b95a8921e516f56d6519ad7bfca1d11e762328cee1e4534ea83f3f2e98eeda7 DIST tinyvec-1.8.0.crate 46796 BLAKE2B 720d0e6d881855a36779e12f5ffa708d3a8b96e6d0de9056cb33c9b8ce0d408f99b22f5b2bb9d64bee72a011fef846dbebbea2ccd238d7b951eb5ef0c4866e05 SHA512 b7b32e38229645965900f80f298685f13e6d13e58cfd6945409a6643ca9c9adc2621456956d5998ab9dd91c2db4ae79638b156ca0d9c7c5505023fd9b28414df DIST tinyvec-1.8.1.crate 47269 BLAKE2B d72ec2417520fa0481b8447e6d75e1f24731d38f9083a711185785174a8567c81f6416468b9eabf426f9d32683231e7c5e80202292d1e424f9e4ac9cc8b3e765 SHA512 db32a6beb1c86eb3e9f5ff2732a4acc03d1d684f0e54df5de2ecbfd08399639f47396ae8b17eb5f0122a09ba0c313f39bd73a6f7c44cc38d1891d1bdf3f2d176 DIST tinyvec-1.9.0.crate 54137 BLAKE2B 68a96ec0ffa392586c3bdadf2323b2a3b416ecb81db5d18ae0e05187b097c7882da6678bc881e70f935554862fab5cf41ae590b27e0fab7c1c73995449b84f5f SHA512 5f42811be51c58c72b80fe9a7199250fb6176f5766dc774b39ff656ae5ebead0d9c91ed7db1046288b8e05e20edba36455e4cc6fc0766c60898187f30c232aab DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e DIST tls-listener-0.11.0.crate 48235 BLAKE2B 0c0b7ae82f3a8c1e3a92008e9711e66ba663e3785596169366da74f9c26660c40ec1d280385fd2df224234c6a7595c4a28c5aec24b2bd56466ecb5e37cadfaba SHA512 3f013e1eba3d684b065a094dd033d2f6ff4d0c84663f9c73220b4e6271604273ec04df98b8a7b05ab2ec6822390051d19ed4b4f157c0311cc23a05bb4d7fd7af +DIST tls-listener-0.11.2.crate 52583 BLAKE2B 88ec7ce49585e7f7ee8778da4a4cb54cd15f4c6f8ee2498abcf6ef8a3d99d77895948bea79d317ef17d1ab7c928d4a1d872e5daaccff78d0a170e37788ffe5b8 SHA512 c4035eb56eac8d8f769bcf27f32ee79da07459d52acd1cb147b8947884bb363449d9c9b4f175e7a99ce3a4053b24ec70c8aa3efac801d9384bda7ca3b24417b7 DIST token-cell-1.5.0.crate 5801 BLAKE2B ecf1f1277606d763eb1fffb625b3ecc0a81188a90b83e4c912f08d9cb695b122465faa015f99c59d169ea4adc55ca4a1e760dc643d9567481658b5196ee0ad89 SHA512 a0a0a8405eaba3ba9283a3fbb33289abcd2a503b4247af084b72c36de0e56d74cbb8fdabdb568181424d5dd3249dba0feeb281a7c8ef79e896422cd044791eb7 DIST token-cell-2.0.0.crate 7385 BLAKE2B 88f93014c552dddf1121173830497f4d5f02e74df10930be6fb3fb2bffd683901818ff47080aebfa9f8a818b7c6a02d5aa10299a4ac249036c74bea8ffd0926c SHA512 98a6c1bce4e67422ed61a01fb7713d88b4a78fc457064c53e335ccb18d97e92121fbdf849eadd0abfb398697515167416ef23169c396636d8a13cd7a30eb61fa +DIST token-cell-2.1.1.crate 7641 BLAKE2B 7e03bacd3697287e7203d0b45dbb68f6c49d71378805f9b7120f5cd9ea168833df96893b788c488bc837d87d3da416efe01dab986e913ca8210dbc7a1975d4a1 SHA512 6f0e8fb26ba64cf87a1e8e79f5dfc907e8f01406fc1251eadf0d8bd1d85a542d373902f9e7d6edf674d6f7f8c7c5a8555daec17ad3a6b9c38c9cbc7e0cadd1c0 DIST tokio-1.38.1.crate 774260 BLAKE2B c30488cf0beb002732991f86ffbbd4edc4fb3661837cfecfc93b8cbf9972ff307ed4c41c893221207995953daa7123c8ae0c5dda43111df74f9192b82f2eed1c SHA512 72934b781cafb27488325de9226bcdfcd2327f4dac0d58a22b87e3ffa3604db431985efb8ec68f1287d1cf17a9c3273aea89558d19572ecd2895e0e64b97141c DIST tokio-1.45.0.crate 800721 BLAKE2B caebd07df90235723af0f930c76ebe9f61aef74dba2dc80ca2daec24a107b7ac070305ddc1788d3b33e01d7c1a91db0f357eff78670dca01bffa31c036b9c0c0 SHA512 bbd057c95f9d31b0275b9ec71bbfa380494327c69dc76b625a51db162955ad0636adfe5352c5544b98da028b974b9d1e93a14daade8c1175b25df7b682cfa678 DIST tokio-1.47.1.crate 829790 BLAKE2B 7f5ff6a8092648e1643867981c79987da014478f776658666c340b0d5e11aea0aaff5d2402c40134fbc6e53266873dd0d95a75c18cc55bdde2e76da709f4aa88 SHA512 67ee7dbf9ff9cab24092742b0a5fe87d86852f06131e5a610ae603e3071446e06a5efd4b385ee9cfb0ff02c4a04f082f715dab41f12987154af54665e9429daf @@ -1331,6 +1415,7 @@ DIST tokio-util-0.7.12.crate 115177 BLAKE2B c6018d9d228ca74f198767ea9be53569bcce DIST tokio-util-0.7.13.crate 115191 BLAKE2B f4acc65d0fd14a88d46545bec2313cb1f25e1cb76014d09c34f8a8be62c6901ab09b18d7b32fdab58f6594fb861bfcb8bfdc8825871347d7eabe2bd8117768bf SHA512 2a1e8fbdd094f81e00ee87eb5ebc4c62825945048105970e52d6d0a872769d268a41ddf91c60158c02a303ecbaa1b19795948b5416f9bbfcb079c5b27d39d51f DIST tokio-util-0.7.15.crate 124255 BLAKE2B f24525a3ec474921cc5d8d1dc12355f8ea5e7747be5299eeff00664ec0f6f6edbc33bb1613f64dc47ee6117c0d32cb6f770bec72f3b0bd549aff392969097622 SHA512 032158c36673c589ba09c52fe37bd0c700956fc4f89a7991f3cf93b04c8a12d51d1e05b8c6f493c7ebae7985e653bc3fb8bad590cefe329a1b1fa94182649520 DIST tokio-util-0.7.16.crate 127775 BLAKE2B 4d7e46c91a37aaaa6efd873ec1553cc5971acb4f8959b9eb68b27b0df5e1c23cd19794292d9a5a215fe8d4d01486561f44ce4139e3f7fcd5b48287a44708eeb8 SHA512 8df52e0b02194e2cc699ed330e0db54e2e69c1d4934d770eee50b6a9b35d177ba440a6ef0e0a0bd9be7b7155770a7ae6286d4c3b0cb453f1ece4dff576b86738 +DIST tokio-util-0.7.17.crate 133898 BLAKE2B af5c60f835cf6140997624d092768e80a04199e088f56acaa6900b0e1d260d09d652dc493ab99fbd3d23f7119cdfa5fce00068b9b2657aec2ffe76c834cfacc4 SHA512 80012252a144ccfc388a5f5e2bae022e72400b9ea797aefcffc65833eaf16393a86602b249dff8243c92f447350ec59ca65b6f9bddca32bd8b5dc6a5cb5dc296 DIST tokio-websockets-0.10.1.crate 153370 BLAKE2B fe060bff75e2f0c4f9c6e0ef016564ca5c899c4419ee925f7465627f5e66c688e96c39140de599f9fa4860f57f8dece789fbabe337aaa090038233c70dfae561 SHA512 400060e56dc6b7d3d5eae21320c593979c4403160b074ca42f917a1d45c717f37a66abf52215368be81764d17c0fec5b6d929eecf3d174a229ff5d82b6d9ef7b DIST toml_datetime-0.6.8.crate 12028 BLAKE2B 62113366771f22b437b2ed0d3bb2489ae9078cb589cfad2ad2e92c81ddbda48f689e5a573366eea4f54c2b3cbc6b37eaa8b442b6d935b631a992de4917268757 SHA512 d38b98db3b2d4eebd3001d88e2135b6fdbae63b200f7e900c6bb9c121dd3f170e557332bd26f237312c1cbef61666716b0cf550c2d730f86fa7cd9eb5f64a16f DIST toml_datetime-0.6.9.crate 12622 BLAKE2B 0362fbee2359fb7388bd679ccf114e554234294437dd3aa26b0e969aadd0e0fb76ad89eb33e0c4a2b50883764f64708fad2e265562feba13688fdd07623e18af SHA512 8409a902d7f6c22a8837cb71fd0e4fbb40b34c1608c3e858f4f5268c34948b94e9f9dae9e6f3ba73c78e3db14754fcec0b22081160acb228ae366aeafaaead9c @@ -1340,6 +1425,7 @@ DIST toml_edit-0.22.22.crate 106387 BLAKE2B c658eef2dc8420266a6928d7ef46340372af DIST toml_edit-0.22.26.crate 121714 BLAKE2B c1e39ec75d3d34e038d7a7e3af4d74b1a53010ed2d837a3643f08e459231ec7f15c149910dbc5294187601e342b0ba03fa8129dbc879b326841a32513ed7fdd2 SHA512 8cad3472f790e3423dadb34da76f77fd122721daa1c855a749699ac0af8e39c2453ed47369b14e8603204acb896a966ea98857118003a5d75cc48ca5e28ecff7 DIST toml_edit-0.23.6.crate 65753 BLAKE2B a58f180691f671d7e4d4ce3009531745ab9a4d4084397e9678ae61a341ba4dea35b0d755b7f5ae37a0ba161c6f4ab4423e76173e410737f17a589bd7a53dc39a SHA512 5d07daf0f8fc8ec9038b1bf3a9a7a073787dfacce34488171d80b193f62480eafdfbff0cf29842acdac50ce99247f2ccef700d734af05d7f1a6049ac73037c58 DIST toml_edit-0.23.7.crate 65946 BLAKE2B b35ee1f5310cf8028bf16822f34de5cd6e78b671784f4a1c8d33cfd6343e37e7c77f2ad4a91fce8bc6a64646ad2a2f5503d5c2531b9030357041d9d93cae3378 SHA512 8af6803b22d9eee10a2b3d40df739f8e5825778b5d2b31fd8d8e395f65c61bc32f1ffc06d04221cd15c885146cecdf64265997061e30e8f8d5a21ac386864bbb +DIST toml_edit-0.23.9.crate 65870 BLAKE2B e96ab890a6344b6eed00c77adbc1df9ad5a98834e5ef0e5ce1787a6b5325974ea471284b9b424dd6fe88f946f6d96b3fba681c3b94895c2e24b98548ee524148 SHA512 8e421ac9c7a082b174531038a0ca25d05ed2d07a01caeb0289b8b947665b621662f318a7e35120af9c9246338f00b5958ea5154fbf7887cbdde90c6e374144fb DIST toml_parser-1.0.3.crate 34982 BLAKE2B ec12c2c9dbfdc2de4a922ec394594de344c2e688630279446d01bfc9a344464e60a68651f0854813f0ff4a068e09d353af22288e8b7ea63af1306fd0a0e94a5e SHA512 48ffe3b6669a0e5d4d72fee834b972b453415885e6a840351186db4f31d740121a182557d9de95c22b26cf9c3a37e0dfff269d666c96d3f38270398ee8fd1423 DIST toml_parser-1.0.4.crate 34978 BLAKE2B c0951a7bce851de56273dfc51e83925e7eb10005038a173d2e0084c503f3a41cf74574519876e64ff2683953ab29ca3a980eb32fc54d7dbcb7d27662d40321df SHA512 00416ae9ce4202855a0ee4ac9a704379d1eb151ae0e9e05c8d3eaaee06d97bbe427a0fe668a4134ad38382b1e248659f575bcf50071681d55dfd609b64908370 DIST tonic-0.12.3.crate 99380 BLAKE2B 96895bbd3673a6cd59cafab2e572d7126f90a7449761f102c571626a6e68aca9b4050058fffcaae58704323420d711ca5702bb690aac45d07452f4182256e6eb SHA512 c0ff1241a0e31e2f4f513e3ffb1357b8148d9c2b8754be4e05ea04ab432c1014432b216af7877b7c05e78aa48f7fb84705faecdee3ac077590a1195bc4cf5ca5 @@ -1349,17 +1435,22 @@ DIST tower-0.4.13.crate 106906 BLAKE2B 6a8f4455dcc69f6c03af703fcfb0e6b214c2ce599 DIST tower-0.5.1.crate 109627 BLAKE2B 5dfbdca4a25372651bf3a128f6afac6a9c2b61fbe70f78a59fceb11f4581635004b5415183ef9b1ceb09fb0d4f8aa7412f54c4cabc534d3c01554cd7ed7a190a SHA512 69e8926182f72775f9f30b2680e8ddce1133082c87123a39694d42b35c098a8ca1d003282c2bbee7aee30ce2531a96dd0734842d4d2233435be0a7a5bf7fe6f0 DIST tower-0.5.2.crate 109417 BLAKE2B 414f17e97102224f1fdf23a03e6aa958e0a2d6cfcfce93ac3f2e911d68267aee33aa079c94540626ec3fa895e1780e6e5d18b4831f9f05cdf3e8c26ff73b7279 SHA512 e89c4ffd83fec3566334a4c4e9151ddeabfd3437269afc8bffb46201391bc1cdc82cbb97c69643a30f8873e87c511ad9aefc6c081241a4419fe315c99c61ffce DIST tower-http-0.6.6.crate 133515 BLAKE2B ae9db0b0860a4f7dbec94d9053dc2d6f539700226e46f901187cffd47f04b013e8e241338edd4a47bd009419b508315855e3ec7bc0bc68e0228f6058c3b697d6 SHA512 30352ffd99f5679c858ca2ce518035ad1fda674040e1fdc09e3d4df3db4caef3a4d1a917574b3c1b5181a41955414d2a87d3bc14ff169b244006430af47dbea2 +DIST tower-http-0.6.8.crate 135827 BLAKE2B 1f3e5a012eae5a83a2ce7831f95a501b35fda648617d297283c43f7796960d039df95397a9179eb47458974e5ca843f72fb73a905e58aaaacf3d94718adbde51 SHA512 6ed83fe61b74a6e168710200a0c01f98f0b559afae6d98b77aaec8b4e8c737d2d18b534d4e1dde5efb78f53854521a759770521cebe56adb863d76f4ba34a5c5 DIST tower-layer-0.3.3.crate 6180 BLAKE2B 20435102dd62113c3e961bb28d7b18ac6f8ec6d5f0051f511e6f5eb044b20016f247ddd1b8eae9dc9f1ee259d8cc31e0bbddd26f5a22fadeea4007a3011b8500 SHA512 edf36671076cd29bb32c29351b648afbf3e7134316988a697c7807db62de7a63cb0339e4db7c0f36ed60d8aced7f3e493318cccc272070c037b01e2dd189b934 DIST tower-service-0.3.3.crate 6950 BLAKE2B 32ca66bff783eeb015af982b539acb63c9d426b931832b27aa45088382712df3894132a9e6e96fe1ed9d0f9e582b7a25b33e0ab73711acb06b4e134e69158452 SHA512 770cbca46d8500ff36fe84a9a420beb84a0e893dbeaccdd93a3970e746c893b5d32580182ef3017662f421e4b2d71f079ed2cf1727dcd5fc3443a4484f9b43fd DIST tracing-0.1.41.crate 82448 BLAKE2B c056d938e001654e03efaec7a11eb8ecfbdfe9af2099271fcefa43f4f4683b40c59f7111fdf7f27df4da38bcbe94f1b2ac0abb6ec3d6e6a0d165b9fbb14da3a3 SHA512 dffb8d3a1375f1b9d5418550a46cb7b1d92b2cc8ffbccb430a38f7731547960775bb42798074186711847d256eee30fb3e74078b69cb36f28c07d9f231dbf96c +DIST tracing-0.1.43.crate 90033 BLAKE2B 46ce9395fb01a9e095cddd69ac2c68515e4535628a55bda9e7504f72ddcfbadb498db8659e9618cac1c5d36ef5edfdc13cdadb1018fba445488ac13d9ea47072 SHA512 5c4add0fff3d0275141edf67924deda84c27677f5e1ebcc23fdc52ba4091e25b5fb341fe0028f0a502e1447b621928dba281100df154e5a33b2f8f4b5dbf4a4b DIST tracing-attributes-0.1.28.crate 33280 BLAKE2B 4f4bfab16ad8a296c9399125edfd4314d55ef58977d8a1f3e867618617feed898cd14766527c9b788d5fe3d3f8ee5bcca0e26dae79a2e6cf05366991ac23dc10 SHA512 4a3d5fd76efc414c86af0721aab9e9aa70fcd6b08eed4acee8c2af5af56fd665197aea612187c7f6022d1acf5567d5b9e72a7dcdcf25cc401135d875d95a99ed DIST tracing-attributes-0.1.30.crate 39142 BLAKE2B d7dc828c9dd73dff54b3b86af9777e719a0acd7f7be9ec9cfe0be95bd1c6d2b3e455659e4823ebb602db33e265292548eaf9769dd1bb9b0a22ed64d53a4bc270 SHA512 cd33b967cdba94dd5f4c5ebb097aef45913e60e93cac1473063dba32190e0d10584c07914eb59e8d0a41142e95b04794accdb6b768ac6ddd2d08db093a3ea0ab +DIST tracing-attributes-0.1.31.crate 39733 BLAKE2B 5a345c85a36414241fa88bb44cfee5e07b33ad39416be0f05e35e0f17adeb99ef68cd1fcdbb7beed21c1efbeb2020a81a33f33b74c3486aba32bec175b5f9c9f SHA512 6954ce397903cfced12ef495d46885e8320233cb631116b0c35731c89c51d2cf2532c77ed02d9b708375b5555f3580a197dd63ad6899a32c87e34e2da2733bfa DIST tracing-core-0.1.33.crate 63434 BLAKE2B bc36332ffe5f4c95ae2d12df43944bcf589746cdb923a39098e5f4007fd1f19d7c3bb115011ddc40c13e3ae0e5cfc9a59c49861824e99fed7430fd29479abacf SHA512 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef DIST tracing-core-0.1.34.crate 63760 BLAKE2B 3e4377814970e27524b813177fcd619df50a4ee75e7d1fe91dc61ff191137c445dc9a50a333f11694f728206283c829cc8601631660a2740d8e84f6b74d3e059 SHA512 21ee3e1668310a580d089a95242197f21bc4eabecd2f58c21a5dbbf036cd452275a0d56dd3810aff490dd710cb94bf8d0e79fe80a3ae7e7e0fa29143523fda3c +DIST tracing-core-0.1.35.crate 63837 BLAKE2B 92c0dc3d9a0843cf71293c7d40e9b4db225982ddcd6456298dca711d1104ea6f5fde28ac3a2c223fdd6aa44942d54c1b88d210565acdb5db4a3b98a29835b3ed SHA512 30afe79d6f1e9ad945245db2ac870f6fdfa1ebd1674139778700dba5c7de2891f7d3cac0644e71c5a286868adb7dd6eb3a255e6e669e1cd06c46ff3d57d22036 DIST tracing-log-0.2.0.crate 17561 BLAKE2B 701bdadd40f1343f3c4901bd8dd188f1dbc0afcdf50807bd0f6df7539635e239b5095696872103125a4d4cfec24af6336fce6f3931363dd5be4f53a09fa584f2 SHA512 0c1f060e8ffb9ff24cee7b85cc2d7d42c69b2f7623a7faecd7422b23b11ae8d5c7691e4635bae76861d444c369d9701ccb147904668023642b223e442e3c8285 DIST tracing-serde-0.2.0.crate 7755 BLAKE2B b2c50889ef3d65e843133c5c518f907829c14997155ff56da129b32d74b5b99aaf0082ed9963a7e1f9b20072ca28fc5b9744270c26456490c54a248277b3eb23 SHA512 d5914943ca8a80959287117d5d5f3fee0f01baa49cef02002bbd00507743e06c3c5df31a346dce54b9d5d20358fd512d4ae54a0956f1dd334b9bf0c7e7594823 DIST tracing-subscriber-0.3.19.crate 198345 BLAKE2B c7083168e62619c856b872570b85b44475edd687fb6d5c3334246622900fcbf4e4a8484c23362fbfb358d6d9f8088f7dbad2e2ed30954aebf76d1b57324b712b SHA512 840e35103f1152e94ef9138d0f03f157b296def538bab6c7464fa7d363aef7734feed196091782dd3aa9bf06c7dc181a2c37149a23f5be036f00c00b5200686c DIST tracing-subscriber-0.3.20.crate 212274 BLAKE2B 5df381443a4d46c046390921da456c91f20af3dc846604b644e120bbf5957d969b10014fb5b178e2d4dd42863689112edd406af20e3e98ece212a76398ee79d0 SHA512 4948d6aa6757f8a9bc2cd37ff02845d8873eb7ad2a4449bcbaf1b828e1aa6f72835ad81a8cbc2a8410d03c38f1ff015161a805ef062228f0b941e91c84509495 +DIST tracing-subscriber-0.3.22.crate 212851 BLAKE2B cb5df76ec16836b66dda4a7081f31f2b9910bdb2f82f658dbceb7c672318a45d118c48cac2717e7f05b06f9dab1badb91686a179c7bc635ffe00ced393608f6c SHA512 b3e9b2a9e2f822c4b2c6e51cd85936d2630bd9a7baf4717e7bcad0b7222d1fa693f2a827f71ee6bf2dd75d3b102e2477c6f8cf45da53fc67471516e1a4ec7507 DIST trim-in-place-0.1.7.crate 2485 BLAKE2B b6a3b845d379c09c3d36658925ececed94e4b8a1cebff0e3333a372efca42899800cdba5642ad72c36266ca5d24dec45f5be8f50b946f9a67ccbfc7bd6e81877 SHA512 9885e2cf7098e5eba7ff2a481e9de189dc509adffc32307e7c6a4a9aaab05a512ae914959cc53d572d86f64a79950fc9b444da5d3a3b703a6f437355c5dba5ef DIST try-lock-0.2.5.crate 4314 BLAKE2B e75c6c0d7c975e294e3d723e2fb023067530ad6db3c7bdbe89b9558764606fd1a74f0d1ba787d85266db1912dbeda85408e85646d0f7cb24496d743b7a18c705 SHA512 433db3c52f55d78220db414ef6a7367791dd66eac935f41dcda85ec9200f0eefeab6e8342e70aabe35c300069c0e7b7c4f8d63a2334b52a081cc98416371ef08 DIST try_map-0.3.1.crate 7002 BLAKE2B 6d4b9206a24067b57cc272db26fc6284d0a57fdabf226286eb0ecd50019c51d5b38572c3a2c5acef0b9b151f2279233483c705dd643bad8a278bdac9ae712edd SHA512 5722d103b13c05a18fed522e16ea93c436349be285e39d3571e65089adfe521c0fde872e1c25c44157e5f9276058255c770a35edfd9c87f74fccba87515c8bc6 @@ -1389,14 +1480,19 @@ DIST unicase-2.8.0.crate 23843 BLAKE2B 5e479780dd3a690a98e612454761f0248d8106b8e DIST unicase-2.8.1.crate 24088 BLAKE2B 29fe558490245cc1f9c551ba524ab452a4ea18d5f3e5763bc58e6b4c52e21bb8bb5e3f16df35bb96652801c3d96e53f8a39cffd31a0cfd1c83f0fa3161f4ed4d SHA512 99a3944a5c987376bdea5fe6c0797e881bc8e6f629c56120ce811c8ebbed0a3ba24617decb74d6939699c8fc994c662eb292869ab407c0ba0ec460a32ede0190 DIST unicode-bidi-0.3.17.crate 58120 BLAKE2B 9d7759554e265136ab9d95dda90bab84763189d3613522a5cb966ad6417ac0ee726d79e296c8821ccca589ef09a999701149c88a9189cabe0ed7d32902040832 SHA512 cf523ff9a2e1face42da035f81bba2476e80d1154f73f3e34cbaf5ce322504e93a520114a54e0a4b2e5d6b930e508ce31b5d8b4f4ed4d39159a8c9a9c7b94d91 DIST unicode-bidi-0.3.18.crate 58300 BLAKE2B 388af09d26248f2059d251f9c2b7d949112a430b16ad5868874d436346e2e753875ae382257cf5bb1d41d6ce9f2d7a34d37d2a2e88f9cc051b85a53c3baf5ee0 SHA512 69b5f220cfe8b7b36471fb0adc7d7852a8c40c497b8a81eacd1293b72c46e09c39c2e0a7218b58f0cb62c5ced397a8eda2c5f358eacdfe5d18aba2bc14afe2bd +DIST unicode-general-category-1.1.0.crate 36486 BLAKE2B f4b7cdd12e20a5d345f6ae6b95f3a28c2cf423f6f2c15a3c1863f087f067f7eed5e3e5d55074ce48b39334be0a7503a709a8e31758fb8493a21353193433b9df SHA512 8dc4befde837151aba1943f7dddee42a15a36240c216c0d5b85b69acaff0db1650a0fe4adb0598271d61441042215b4cb94e266e4ad97d0873fe379bbb074ff1 DIST unicode-ident-1.0.14.crate 47547 BLAKE2B 30e0b6d7f3a967aaf5b9d91237008a60c3a8ded53bda901696e23cea3931dd71b01ddab866dca9e31e17c395d5f5a68f2a938655b693e894962568c2cff5ca15 SHA512 7c6dcd1724e8cfedc37546d1abd49088b633dad228097acc73d7b6cab255b223e830c541144e05a00388fd8ca8066f27c18792419cfa58ee9da4460a38d0bc0a DIST unicode-ident-1.0.16.crate 47684 BLAKE2B 0cdfea4b56bdfcb8288941f95a31e66f7922b7e1dfa8f5e6265f1051701d31bfbe6e0cefb0fbd33456e2fdff48f8da30580351309e19fbb5d2f2573c716965cc SHA512 9484a34a4e283f94e971fa9ec42528a62f2c056e702040da37dd9d9b794e16e14a408302d1ac26a850d0eadf0d0266d8ef5b80761490f7029240244a39878ec9 DIST unicode-ident-1.0.18.crate 47743 BLAKE2B 517ab42a847020515b2b871844d0571ea672340f89a762631a791eac18935ac122122fa5566e58b99ab47de179eadb5298e8ff1d05b123c4e93b7fa989c8e31f SHA512 d11f89fb696f9e2953c96a40b5478832651b268c83b9c7a700b07e768e795d6e8dc346597d1226df21219d36866768d1f640bd8edb68db8bd3d5d437b2bfd324 DIST unicode-ident-1.0.19.crate 47480 BLAKE2B d1b9d26833fcd1f3a8498abe2f4ba4202e4547315e48aa927c0f6e4a760c6c7000ff0c18d0cf45af362323c42843d745958c1b0419835f39e13dbc1559487026 SHA512 b17fcf6bffdb4745e0b1bf4983a0dcc4c84f8b4e2c2c618eefbbeae83f94ec75df87b55f9e2dede8c3b4c6e22107fcfc589475c0cbc2c58dfb8630db8d362183 DIST unicode-ident-1.0.20.crate 47416 BLAKE2B 98ae8010ba78315f3ad79707a24f437d86692a14bf857a495f1fec7a0007dc51577c787c9858c9ae379a3c80bc4b471da718087ec9c2fa613b4da66e0f337ffe SHA512 dee59f539c1a92c6847644dd609b65ebe08cfc2ad1054b6bb6c835b5a63c90d9fff09889c4a5cffaf11119898bc1235d8af421b6b1668ae0a153f221684c4c4c +DIST unicode-ident-1.0.22.crate 47919 BLAKE2B 766f52249631092af952df717e09e1eb0d2a8e87c45e65113f0b2b88b42e8b406a87241fadd368ceb9e13339362b48cdbbc6f699f95f448ab45dbbd861615d62 SHA512 81666679aaa2eebfe1429827fa2a88ee0b52bd69723067132c24252070133b3731287bcd880ba16d16274f038c7b27bcf637e9150b6cd955fb4ff49642078125 DIST unicode-normalization-0.1.24.crate 126536 BLAKE2B 1d6d535a1236562918d2625172d38c261854cd8c45cccc81c5d5aefb052db5d0e33981d95f5c87e8760cf77b3651c60b7ec1762421a7a9caa72fe7eac3f562a0 SHA512 f7af59688773319b9d1523955ce9b82e6735bd72358715ba5c056f41956ca050b6a612cae1b39199cc089674b3c71e4016d85d48167277c794c5cef3df881754 +DIST unicode-normalization-0.1.25.crate 128462 BLAKE2B 20f8733bdf09bfb5b039f0be20eeb4af657b3cfae520660a107d7310aa58389757cdebcf0e88c6c0036d4ba090b9a97138254695dd8e679dc902c7a9cfda6223 SHA512 265f8088e46d445174cdddba0203457acb329c4ab20b039caccd8739968b50a76f253e2a82ebe3873237fbda1f6228e127f147f546af0512471a368ab0973727 DIST unicode-properties-0.1.3.crate 42252 BLAKE2B 2c054d7e84f739514a79dca218aed1580b06c66dd66a760afaa433c8822eb45ee97b47d00bcfae9770ab2371489db467c6667157fec73dff663847fa080e38eb SHA512 1825cb20913ec343dbbca7a2b1062c8e4bd2dd514b57598bb6f5a6545e8142b5f16377dbb3b821e9b999a1b0fc08e671b16e1d4f6b7a953ea40e8196b51744a2 +DIST unicode-properties-0.1.4.crate 42752 BLAKE2B 6affbc1a67e72551ad37157d812a03b5a0396d4f8bc2a46e6d45fe9e315f4e2c20f3d261140d1df7e0d906353024bce011981bdcdcb0cb4320089e222fd9796f SHA512 f0b974b88d0177738abc76979ef24a7a6506ef77b67291c8cdf9347f93b7a68b402ba012312f9bebc450bb21981f6b3a7a420f4e417e1ed9ca23e18bc130ad3e DIST unicode-script-0.5.7.crate 47080 BLAKE2B 229c1d14541d97a61620544e40c6884df4bab40433e98f63c961cd893baddc5734776bb34847620f937d678d1842d581070995a3605c0169945969f4e33a96f7 SHA512 73cb6fca3f3b8cce6415416a8676572b01460e7e65b2aff38528cce149b8a6393f02826e62583a8b32c10a8e8295f76e24c37f368769551c34ff532bb9606a2c +DIST unicode-script-0.5.8.crate 48253 BLAKE2B b40b6ce91176135cbe9d90c8d6fd6bfd11727e4e1607360916ef6c202f79f2424f784ee594effb66ddd4f9be7dd78c916a0af6f5072625058046db0ca9ad2007 SHA512 1c7591e24dbedd922bb330d20ecdbf315c1ac06b4043d63911d187a0a74b19530ad0efc9c863bdd4049590ba6265a730599cae36148560469f53a43d263c5fb9 DIST unicode-security-0.1.2.crate 76517 BLAKE2B a904ca3a28f6b4f3a12ede5239a034fa727311e7e00a8268e663c37c17a6730c87b492a67e1b822dd3721892e227ab7f0fb80348cf95729f476a0d5052e16eeb SHA512 25da728006698e6c8f84880635621c0adef4d63dd7be546a023d438201e4232d1dcc90a559f37568d8f0efeeb1e470182a0c49cc6a9d251bc7c8914975affcd2 DIST unicode-width-0.1.14.crate 271615 BLAKE2B dd2e1504caedecb5d37c397ba05446d3d762b8b6833a8032ebbc213e324d53d89db5e96ed2f7223096e5754d800b39a54105906effc88d9437d7acb9e7beb81e SHA512 3c58a18776aa82cc13c761789a47901616cd98a30356f93d7eb05ae457314209d0a66213e2bbfa5eb8b59be6beacf62438234ce8daafa31b128dbf7d5d6fcadb DIST unicode-width-0.2.0.crate 271509 BLAKE2B 53015f24c57ba65d7ffc6e15e947f5ab96fa272996fe5a4d2f9203051972238ea7591c99f1d8ae5d2610c7b83c215b6912eff7aaae034237aec8d79620bfb843 SHA512 38149ad512a44fc79b2c991c6b5667da2e8f8b442ab6bb7e4f404e7fbb034f7540c7e0e8b9e72a1ff6117b899d6034862239f43b6423fa89d55dcf489caff37d @@ -1409,6 +1505,7 @@ DIST untrusted-0.7.1.crate 7924 BLAKE2B e0152791e781a4805120e3437b7e0219db3aa028 DIST untrusted-0.9.0.crate 14447 BLAKE2B 8e9c3ae09435af0885bc4a6e3c8943805b48cfc00bdae228c7c43093254e1be15d7005d1026561ff369ec37865d8458203f421a9c89ae3db077f655449621aed SHA512 5929e4079c1c2ff933ae8d8f59a2ecc7a424e71a20d1b8821f75925af68bdf82604b024c008e5464b02e25ff093e561a352b685e755b3d0b27e4c30254689416 DIST unty-0.0.4.crate 7200 BLAKE2B 6f7af9fe69325875f651090e8267ca467785798abae1d9bebffc445cb0ff52d28b785cc93aa84044dbc3d646cd974866b9ba29dacdf006f28f4e5f2aceca46c1 SHA512 d428548e5e0fdf044642762ef6b6e3fefcb27a2295697e65bf3daf02d46ccef236ddd35ab16562879abced278f1f46a16928090a3c554aa746eb97deef55e7df DIST unzip-n-0.1.2.crate 7756 BLAKE2B 95cea80a62c65cf064faff1e5d474b4cc3063481af76cc9d374dbfa8f7fed803d8d3bce08819088d46c2c7763dd4cb65c26d20b849ca2f6b3f3aa900548b9492 SHA512 5b54dd014e9601e28a269c8fa79966abdde69b1daad571761a2791ad8602e90da02f6a4b5834fa84ffb9f89901e97f0800fde174142d2812de14d4b1f2da762f +DIST unzip-n-0.1.4.crate 10768 BLAKE2B 72f9c78888cf74139a06a9ac431dcd454f8ee0bd4d5e45c1adf14310cfcd4932e7d7d403420ce3a8670827e19a4fbf65ea14cec46b8a33da948a616e6255eea9 SHA512 03cfef9eddaadb25c932338405fe579dc6fb8e915a186a1be97d14b34f9ff9489b25a69d007ca906b45deb21397d2db177bd729fbd9c450820ad232c1ab2eaff DIST url-2.5.4.crate 81097 BLAKE2B 74943c63809ca41a526a146bedae66f91f390fbd2ccbd90f9397d8074ee7ec26535f0f67170eb1d7232e139d8d795fde99be37f53f1bc32c6a6a4d46aad1369f SHA512 8f1d62bfdd45f52fa12ad657a521a3478d0ab54d187346a29dd59cc66a0f140ca96d850948e09f6316f08b44b3fc68526c58bd620fed5d065b7e8528df3cd46d DIST url-2.5.7.crate 87907 BLAKE2B 1c8fae906be2022bec520d0ba28399961fb60d2920f5495571255997063197127314f30b89dda2796eadb47b3c68c7228febc0b2f0aa102a577f3991f3e3d8af SHA512 bef3c8fa25242615f5749428cac1ad2ca895c7f194bb3df39020d6d7697c4fadafa11046378d44a72f46e39c5f657ecdef8760fd2a36cf25d82b1de75d190999 DIST urlencoding-2.1.3.crate 6538 BLAKE2B 65777b0990aa6b3d27a47f36114da8622026ac8946b5ffb6e04172b666ec7244a55c250a7fb626472bb2b636eb32ee945599cee5ce7351c3cef2322366db15ff SHA512 035848d9243ed6a4528377b56edd7f8bcb5f824381b420dc8f5c4bfc3f1246655c54eaa7de0e4aaa7138e0b08fd796b9ace140ab919aed2d94f6952b577386ac @@ -1420,6 +1517,7 @@ DIST uuid-1.11.0.crate 47683 BLAKE2B 37a601b0fe7ec57333613f8c18ada76bd784c43c8af DIST uuid-1.12.1.crate 48851 BLAKE2B 9cf9d75b0fd894e20d966d35af4fa25b64ae0e5daad91c6bb974962ed7d2374b947e30514f854b56e86dba7f358a21d6ad7af64894ddd01d51c6ba6f17c0840d SHA512 e9c7cb8f247704b59782a576fb55ff5ad4f0b632fa19da52d81fe09e9dc91a0f60b989d5c1887f548df336fb03a5147d5a03f826d4a98ba66fc6083f9b68174d DIST uuid-1.16.0.crate 58549 BLAKE2B ec9eff05e887f519776a7ad860334ef856d06479f402d2ce7d600523e15b3357630e3c7747d3c87cdd06cdc226e017d8fddee4ab81e172fef12144d62c4af606 SHA512 2165fcc016fd318e00a07fbd6f68f7b4e4c3be74ddfb9475282d5d7fccb10a76b9a660bd7b95884714b11fd84d783ef20907399ac5f5de95fab6226a6e349c6a DIST uuid-1.18.1.crate 60468 BLAKE2B 0e70361595e8d0baf8c4c69a09878fd39fee414d404a7b3cb457ad60cd3cd351418a8981090f4c3d507fee42c575eaf6699f494a604da0470573e81b7a56366e SHA512 2a088f752c4dc05291b8563f83ff8efd6534697f55da76baa89d64122ae436a7f0e19fa46a9e615d4e9b013bbc575bbe0f7646c182b37a6c24edcfe24e518400 +DIST uuid-1.19.0.crate 60244 BLAKE2B b9ba5d4a0ffdebedeee286f9e9135bbfb4041295b3a742d08c205d8fb2daffedca78d379168562beeb982612c45cc77d2168be9c045c36373e2293c58bc15619 SHA512 5b2a4aeb75efb08390567aa058e97895f30c45aad59465fcc85dae6a8e9a169c2297e332512ccce3735b8bf26d71973baf3f6687ee7ae4d9aabccbdbcff1fba8 DIST validated_struct-2.1.1.crate 5070 BLAKE2B cbd8954f4617185e48b2e286c0dbc9f83f22f328f7b723f73e04d9dc2987829ba17ab79a985f5a29926a22dc9ba32e385be0d25f02fc86123a642723cf5e5e6e SHA512 1901187c187401534b4eaf987d4a12e617ccb9128fe3bb02a889e61412134b5fc018e3562fbb87c455cbdca73e14493eb7034bed99cadca447e86a18633de93a DIST validated_struct-2.2.0.crate 5025 BLAKE2B 63fd419bcf260a033a6bbd48d4b0498f63fe8072f8db7878fcf889144524b50fd3240b43dd0fe6963c5be7ed60037402d268239987bffc85c9b21cac17e70e2c SHA512 e925ccfd559b00dbb2d21a609e1a8661b14d430fa6c2b47234d41e90ac551960505188d1421cedcb5e1af6e311cc50d8ff17895c999f6c8606e61c85b61fd9a4 DIST validated_struct_macros-2.1.1.crate 5631 BLAKE2B 6e5061728a148cea3aba850a82c860808f1294c2e9af17b93a10dc59d3ec8ad35e7f1d6d5e73e69de331e7864d494fcba76e59acbf003a9e6b085b0778e5c8ea SHA512 85c8ba4d4e778e6c17540bbff9563e079cefd6858f7e602a940f28fd51295321ed56d3948e0c2a55c915283fcff0f461f9f6c8656132aa163879621780ae6f62 @@ -1443,6 +1541,7 @@ DIST wasip2-1.0.1+wasi-0.2.4.crate 132087 BLAKE2B 9ae5188981d55ab0cfc52668cd822b DIST wasite-0.1.0.crate 2346 BLAKE2B a5a03d04135e3e32354d298386f132f9aa3b5c3806186f0c1eb75138038001d07f3bb5a3c6f8f938c9bba7c84b97b06b5304be3c9f86255d2d00f46a134ccd3e SHA512 06be2f7a2d289136740cc7b9ef9c4addbbf85210312759a7c99f977aa52285e2c3e4e3dade82d454a266ae42aaeeda7e767140b0bcdc1208ecc86aa18afc1384 DIST wasm-bindgen-0.2.100.crate 48288 BLAKE2B 8fc4f71c7d6cef15f131a9bdbb50e3eaf9f3894a5b6c1d73876824efb731b46e8c3449947893103f23bc15cad228a1b8bcccd45ada20df53b3f3dde6e419c184 SHA512 2a8ea7ec669efe10f5701dc3b2bf496e33afa70c31dbc65fda5191c9c28ddde54fa38bb168a41b0319a4ff0bb5ccd897ce51ccd7e523e647b3544fb390f8a4e3 DIST wasm-bindgen-0.2.104.crate 47345 BLAKE2B 36867eb3a9f872da20a511e3724f13a1c7b6fbff71c0a7d13d1b6380ebfcb4eb2eda9a8d30cc5306497c199d50343ea37445f71b9d9148e71e6cfd123dbd27f4 SHA512 1e6a3aa20c236becd7cd06748b08f3b6eeb59c3fa7b52a15ba0e5e2164ee04ca635c0af7fe3d12f12dda43af739d0df4bae586dac76e63d72176bcf1782986d3 +DIST wasm-bindgen-0.2.106.crate 48417 BLAKE2B 8dd8a36f109f0fe3dc03833271a9b6042b26c0ad9a9dcd411ec325dfd3f72696699ebae654347ef84133877d67f115027ebbe5c5172a1526b92eacaea982e152 SHA512 2ae22a455d86bd33d48a8b17898007adada6e3d5e17abc6df905ad5e3e2cd7886ace54d26876039b23f158bda30ab18f7aaa315610cfbe3f2064d90b8fac070a DIST wasm-bindgen-0.2.95.crate 43894 BLAKE2B f14fa63110c62d3bd51c947f31ee96b11812fa60d6adb9cf1907f99c011bd43ab8e14b437fe8b6357cde37124769080b3bd20a2a947fafe3bfd6cccdb875b5a2 SHA512 5a303a6e9bc71030371d6a60a04064b148423d89b6d5de4232b24ff5205175c5236812209eccfc60d8f82a876d3b745ae76ebcb30811eaa6f39701c9a84e1251 DIST wasm-bindgen-backend-0.2.100.crate 32111 BLAKE2B 6bbbef709753e22230176121388a95fdb8f4dd32e0755dce5bf6c1127c54a236af292f319d14b5cd97bdb310fee65288e8f404921b83693e287164cf9d589a2e SHA512 a2ee30c1185644f989af6be34e93149a791c05125de24c0ff91c320f683f6f5d939fe42b8ca09d629096388a39256469f8b96a6e35722ccfdbe8d978c9a51770 DIST wasm-bindgen-backend-0.2.104.crate 32230 BLAKE2B 50d1589b4a04e3807c8217e4707335227451dc9c7112675c5c5720830d82369f31f521748f39604e1f83c7af8676e8cf97ea599ae7c82f1ea095fa3560e52d74 SHA512 959c441e6e6b3391c880db9ec53e646b5ff249791107a6a3b87f0fd5288f91e92f26627a5420c47d205c73b047a8b2a10f35ea3d17cd0d3fead1a0b6d542ee08 @@ -1450,31 +1549,38 @@ DIST wasm-bindgen-backend-0.2.95.crate 30487 BLAKE2B f199e3392e964c4b0e6a7b2e3cc DIST wasm-bindgen-futures-0.4.45.crate 14329 BLAKE2B 511a9e29bf54a31acca2e74b1f654d9a85653567afd61ac7aca2c2d9a4ce833d85213345fccf5e58b788edb61a31b66192b9d69a432e7cb5e074497acbd1ee56 SHA512 1b8a99085ab274bb50e5c57625f826c8ca2f0795472c12c0db0d4c890043825df048e360997f8201a68e1ddc53f52e139acd29552e60e85213e87846946914c7 DIST wasm-bindgen-futures-0.4.50.crate 16181 BLAKE2B 2659a84c54a1703c7378449339c216b601363be1f1cb22d97a7f85572cb5968597cccc868e03d48b20dae2ffeac83cdfea7c39185dd57158824fef8a51f9567f SHA512 bd24e131150f1a16fa6330400af0c1c71fcdb577562f0c8893d24ee75cd5afca4a7272b424646ffd3330badde92800bbdccd6d4d9d9e47f404e6c29fdd83a51c DIST wasm-bindgen-futures-0.4.54.crate 16381 BLAKE2B 123b8e6b697a0265e610ce632f2644cd784361c1e07cfab543e29573ec521359c363c340d1b455eff36a1a675b96e0fc00dbdb96776a0255804516dfa3266d6a SHA512 1a1a103d7e5dc6d6a9632d73ecf09a3d11467997f8364f310dbe2cc69b3d74cfd57ad4060fadbe444182ebd7195fdc99f58d9860af46b88b882694afa598d3c7 +DIST wasm-bindgen-futures-0.4.56.crate 16730 BLAKE2B 641ec9bb2a58775456324199085ee638539568750dda5df7f72603b0b796732a069d74a9450049e28a4835319b9a321f4b01a7038e8562b4e934423b634d3c20 SHA512 1e7a5a267ac0f9742b4348394db28e364077d2cf6dfe388e0760bf409becb358981532260f5aa878ab9d2de07421b0f2826a66f5c316208c1582fff7203ce60c DIST wasm-bindgen-macro-0.2.100.crate 9663 BLAKE2B b8a3fc6b3571f8caf106a9e9f3d9cc48b86096d714c5d0208f03d44d47003b3b26441b5cd68bcd49a8c05758bc1b984e460fb62ab439ff2d68c72766ce20358f SHA512 a1942f838eff5fd54406b573d81fe18f262df48a19535245b1a46cb31db2a022746e861d72e5286c632969d15d416655460d3865309c4947cd3d7965dead5c42 DIST wasm-bindgen-macro-0.2.104.crate 9390 BLAKE2B 5bc5251e0c3c7803967e0ec8ed6666a52f7cacdcc9cea55366f9cb9051d4f99361321d6fb7dbc77bc899148089c408c5a2774c36787b5053b22c5eac239e46ae SHA512 3387d5a8faf6829accc6f36011182446bad3ea7af1b514404036c7cc06a5bb78021e8f649a5d2b78b67f6ccfb3ffc05b86eab07575f2ddb783c3ab9aa8108a4a +DIST wasm-bindgen-macro-0.2.106.crate 9266 BLAKE2B 62fef922115cc70666a686c6047ec2f6558d3f6f90590f3327abd4a6932e725cac5b3cffdf1f8635815dd3b18006cd95c46bb55b9e96b978aeb61857edc0ae02 SHA512 971f5604ff2d1c3c76e0c2f7b4d4542e4806414c4410719cf5786b50f93ee3f4533daf47eca9c918076cd4cffe3a883d0bf2c9fe00c281cdf4990f4f3e1bf97f DIST wasm-bindgen-macro-0.2.95.crate 6938 BLAKE2B 672509ff595fae86492dad98a4480f28d74a51fc8156ce7f96928b148f3af7f0f45ca9560b72148c6ad2d45ddfbbf3dbe39e2c94603ef92a925ac5503d939d2f SHA512 1f52188932e20145cb23d527a733fb5fe211813826c6b5ec04277e376127b700aea181efa5f60e34d120f10652066fbdf001952024017cccc7af728a3c8e41d9 DIST wasm-bindgen-macro-support-0.2.100.crate 26243 BLAKE2B c18e35978b62dd2822ba8a4f6955cd5154b2a0d81b8e8032c2f8bda42c1c25f74a13f3e1c3a7bf47a823de2517a237e6a1aef18b189bf1f2b934123c58d1eb34 SHA512 0d03eaeda37c9c6ae06c0fa96e872b54780c4cf545b621c730dcc113dd59a8cb6333c5e3818f51365f71913b9669d8a870a06e70729722d03c07a49cff8a4fdf DIST wasm-bindgen-macro-support-0.2.104.crate 26411 BLAKE2B 0cc34516f3ffd4f5b72b56c184626a0099aa992c3787b7cd52c6e770c5f8c14c178f69983c7a696ef845306f22a93d14f55075ab0f8617971880dbc3fd774a77 SHA512 49b4ed12f09be6d22ef395a1c867d739b5a033cbcbeb308de879138da4f14f7e2de902ae55fabaaaad3a8688f2c05f5c6e7c885e6fbe453df6dcb05e03e326ac +DIST wasm-bindgen-macro-support-0.2.106.crate 49711 BLAKE2B 9508ae422506b405e3047844d966264dacad53d386399961bdbd19e6e6c8daded36d8875b9325ba06de978c7953d0d6a105992dbbf58e6958f5c122027e283b3 SHA512 d0c963e5ba06bae3c750eccc3bc7173fb27a4b4ebce03776f18aa851350d53390b7e568b65378b9c43e7d558965fc42951f1d7d62138c2fd60d3f2a064783fe5 DIST wasm-bindgen-macro-support-0.2.95.crate 21331 BLAKE2B a1f71b727736b7166af5a9ad739da33f07ac3d7a190a27621f8a9821530f9bed78a6c437d194f9609bef91ebea0ed9ce1738eea0a9800344b8af9ce7df868da0 SHA512 f45d78831c37401a417c837281d1705b84eae5db430630a9caf544ce5d92f1ddd945baa3bccf26f4c58170e3cbea035174d8b60f906d2757b152e1d090baea58 DIST wasm-bindgen-shared-0.2.100.crate 8570 BLAKE2B 886fa72cae891d4c2311e12e28f0a7bde9bcaca893603afa3428a402726b3b2bcdb6cb7dca6fdf983bd8fac5f049f0543537f2161318769b43c7eebfc906df27 SHA512 3fca8ddd1c6b2f66f70f6608c9b341822603f1c0dd71d47d27c6be8fe3f2c88598619946627720734b48cf999cafd0c63a08af5db28ea78a1538d2165a5fba61 DIST wasm-bindgen-shared-0.2.104.crate 9057 BLAKE2B 970e017fb34c816e7827a175f5a252cf377fcc19fb15be93eafb830523b47df1eb0d9ec03565ec5086914f740818f7deb9a14edb7e7972c6fcb3319394598363 SHA512 ad994073722bd9c4ea955a77032fc5f3c9236446e1e7dad80b8a396be1deb7f1d1c4ba700fd2438c9d0a40c212c171e222dcb8a95235f3f48e42cfb76d721554 +DIST wasm-bindgen-shared-0.2.106.crate 10115 BLAKE2B 653084ed60830bf9a77101703017024220ccd7819c259c33c1d11d318a66ca8442b01a4e86a33b5e35d407e32c7490a88c68362e6238ffdc601b16b2e80b1edd SHA512 e0d054f81240f407a78ae11360884ad3456a0885ce6f5729b94ca27ae754fde00cf597af5d591e8f8de0cbf66dab39f35cb25a6f90d1b66a1b5e46099972586e DIST wasm-bindgen-shared-0.2.95.crate 7649 BLAKE2B c18f531c6094b49af3b2beea93914d16b0054a707011890f9054f4cb313ed6b433e3f73c7b42accbd1fa59d1f14c2db5ab0f0a82cde107b9cf437fad8b4cd7bd SHA512 3ce689a4c845765bd6e1f84b94948df3ef84560d98d830a15c1932a2ab1942ec91465db65cbf14a045526cf003218aa5c3209dd06e8ee8a39815757f56356099 DIST wasm-streams-0.4.2.crate 36773 BLAKE2B 601f8bc4bf872943de47903de57c9e833afa2500d7e30205046ee02a8a2a8d6486b546117009e81f399f9ece69de89145fff85557ae87d37f989095bbe2046c0 SHA512 f93693b41220e819c4efce0fe756633f1aaffbb57b8a9c028031a6b02a7a221ff4d5bacf162a0b301b55794745ad1f4c97a7bbd46ac396e1518689c0639ecd65 DIST web-sys-0.3.72.crate 629190 BLAKE2B e8cbf0bf36a1de4b0507c4a57724083f8a7f6332a138455de5ae1090e757872b217e2d2f6d0cb345088cfb4cd5ccf49360919838a299a74aebd0afe4dc688462 SHA512 997b27fdfd0291079f3f16999499404968a9d079ccf326d8eb17dc0f89a87cfe52f6fa780654612c769cb24dffd61baac22c5965b9feaa9c1f0624c203d2d039 DIST web-sys-0.3.77.crate 638246 BLAKE2B 3f21ab03a18d82cffd96432e4f08bfae183b24f9a50dcfc51c927e9973dabfb8b6bb1f3ae044890832809ec91709242c1c37463931770d347fdf521587a72515 SHA512 cd149286105288f7c385a29eae7df2306d4066edfca4de1255efc7bd8a4e8eaafc313dab85091025c3b5d5e333fce8b7fcef1fb824fe4d799bcc9bb78b73c97a DIST web-sys-0.3.81.crate 641812 BLAKE2B 7d1a76ebb32d7d58f0b6670889ecb4fb0297cc0bd1b7e6f5e09bd03490b33f1d6bab23d1bf5a3e7a6602a91fa9202b56f613b9db2f0917e258dd4187193a8ee1 SHA512 07a22bae3724b01f79df95079913389fec65ce508c9e64d624d715692e2b62b208882a2168c84b4a0ab22d1852d5c578f073dcb7a3a69f5659b4a956032048b2 +DIST web-sys-0.3.83.crate 644431 BLAKE2B 2bb222fc3c1c0d70841fc8e46b0fe1b52ce5f3c2c28720ee9e5d48dac4d1b3cd088b8a2bc7a1587f1349fe0bb47922ffe3f63848d27d1f89dbe1b54cf1304483 SHA512 230d4764c01486c14eefa51bbe6be5bf5dbc6c5a1c52ce20b2c9790b87bf998c606436728e25bf57c1a6ab3c4f82fdb29a9702ae9e8dc4d2b869ee1d44cfa929 DIST web-time-1.1.0.crate 18026 BLAKE2B cd72e384aca90c79e587448160587531c417f31a32e9ded23e6b78d492d0e517520170fd03177f28870c313b9302b28c32069a2408acccc076a1e4939a2c8f8d SHA512 73e4ef9851de089fde9381a595cb9e37a434f563f1fd350e345f2617b701caf57a9aef739b922b5b10cda131cdf2fd0af42c55603f8973a623a8b6ae70f6cc9f DIST webpki-0.22.4.crate 63472 BLAKE2B 35862693d6e10574490f516dd8683cb5b167bca9ac06a72ca0b1ab2007b055cc14db9c6f92ebc872394775d769d38290b8c592833ae9778e5070e115caace504 SHA512 b1bb203a5a36c01259840d9f32c729e736b25baebfa4de66ccdb9c38f164857e701fb597a91e18537ab1c31a6b29cd3d0cd8f45658cec87e55dd27c1c582a637 DIST webpki-root-certs-0.26.11.crate 8098 BLAKE2B a73fbeb477cf90ae97216c17122598b51e0e9f47256e66480f487147fcb6f6e59a8f2910b3b79e68ba0b3588fc3d76cdeca8091335b2cf270fe50a005e57c8a6 SHA512 0994236b4005283824c24e14e357077fd2f213d2d75714fe51afb414df57c10a7ed396f5175e78cc25b00ffa8917c4eadd935d30377447ffa8a307a6da9685e1 DIST webpki-root-certs-1.0.0.crate 171103 BLAKE2B b1ad25c8f1e52a6d0bb9b73af4ff797b78bc01d19d72d5fabd9e70e1019234d3a4bada665ce38b1001c084d373321e660d50177a5ea9871b87c14b9e30c7d47c SHA512 5ffbb85658bedd4f2e6f2336cdc33d8bc45193f0296cfaab54f08f84370fc3643bc0f88ceb1e7d4bb2278742aea3cebf89b6a85fb5febf28b5a703e727ee989e DIST webpki-root-certs-1.0.2.crate 173652 BLAKE2B 58ee42f2d39119cb7b0773b3219c15a5da4ca6767bcbeed913e24094a9cc1c8790b4f326ca7e602f1a4942276d33ffe2d6672927c6ed165f5babebef3950227f SHA512 36d3a10084695e6ca1aa8092e174c29a41200d8a77982f8fff5e51355ea4a11b7bbe321f0310b18c34ba4103549e37aa1ebd7e6211b9ceefbb88532cf7643ba2 DIST webpki-root-certs-1.0.3.crate 175864 BLAKE2B a80544b7ee586285f896cf670554c905c35ebfaf351a3e889cb69c64ecaaf7c6d9aa68c7e1892b1e706a9a27caecfbe3eaa9f76672b0aef73b0e17965617609d SHA512 96e5e5dfafc91eb3926ed10e61761396c641b9bb42f32ec8046f42b21a961f6302dbd548da9c2ac20db90b1e59f751e9347228310284121e70da63c4d49aecda +DIST webpki-root-certs-1.0.4.crate 171540 BLAKE2B 1b625c282df979f8767f66d73af48e63d0cde41e5c6824e5187c54a9917dc85629e822da717fc1b2da174d81f570170c3363b58c954ce0a2ab5476224e539373 SHA512 9f069225a528bf204bc0f6b546b7ed67cf6ecb64e250ac3fb48381e55770d429ae723792a4790baafdf1e46a83465d72f99a783e6c4e1d239cc70ad14405f3b2 DIST webpki-roots-0.25.4.crate 253559 BLAKE2B 737f608323fec02b77c47a40f8b2f9bf44f1b29d32b936fd7bd8c1066efd8916451b96ffab8949f5b5ba537bb1ed6300143bf51d1ef8663ce5a9a7a33947e81d SHA512 4891aa5c6a5bb8a4d6bd730fca5ab5bbddb5a39b9267c81951ca8d3ff0dbcd305b498328f99b2da79ac65cdc9dfa42c40631a4f8d6975ac6f4ed9c85a8d2178e DIST webpki-roots-0.26.11.crate 15557 BLAKE2B 4e33ae4db5ea56e733aa7369354692518cf528624f06e8819bd69f3208aff202ada2985019626e39d0edf826509f57c085964d65f87bf683fa6e2f40335443aa SHA512 c567d8167d0f61ea52667e5afc5fa002cd173b69b3392463abaa82a68d38ed2872f9b596fa8a5cf82d891a1f75b5cc0fceba623a56b1f1ad2525045c0c94b4a4 DIST webpki-roots-0.26.7.crate 249392 BLAKE2B 6e3eccc530fbe66d22cd122b28e743e1052eabfa686c212b0f5056aa18be2ac1ed3672973e1e2deacdd9c3c9761a19e862efee8e4bb66ee61481234635898a0a SHA512 7eb3e7972864518acdacd7b716a223956ffa4454a39b8d4fd44f8fc25f39d113f8583d340f738ccbe4cd8e497906247865bc87ca9b9d8cfc1f1b0984c41a9397 DIST webpki-roots-1.0.0.crate 248893 BLAKE2B 51069014d903a613ddeead7628c363c4b02275cb118e3e465abfe90931db0a01b9ecd6ad907012fd1c7d124f3d03301b0f3e6b665083520408d88db47be637f2 SHA512 fd0c2688ad1dffde4216da335e715b8b07231790e8693cf683e6e6a5a1e188e6fdfc558572ec99b0ca83ec469387b9bbf977ccc84408994ca571b4015f3c614c DIST webpki-roots-1.0.2.crate 255109 BLAKE2B 07809407de769061de1b1bcb23fa41750e1e5dcf824ae07a27bb644bd6c7792f310a99d27f88c211e1209d6f8ead92efd03a1b5f1b9d7725d4b48940fe13cca4 SHA512 a202041fd9207f650a75d30fde0d22bdd65d275db9cb63e5fbb0e4b32b3d870f0c7cf7b767d862d60d9466ae225a3b6e6ecb145d84c5accc5d7529aee0a8c211 DIST webpki-roots-1.0.3.crate 258244 BLAKE2B 8961848a3bcceeb8cfcb7187d0fc3ecc6db5858fb78cf8e13485f0b6d293273717e30aa9ab661997ea97d40c0bb7aa1825d8c2d537912c40371dc60f34c75532 SHA512 52359e07b4a67bc7ed3abf41ba20bcdf7523bae59eb127d6cc316b49dd29947a1ce17acf1c5cd115adf8a130d3318816f6f90a46a17557eb56308929b6cef9c2 +DIST webpki-roots-1.0.4.crate 252224 BLAKE2B 5477a8691923bc0dbbbd3d97fb9c24ba53dbfae665bd8245681900ef7412b84d30829b3e373adb3764c93cf87ffb1052c898ffa9cf61c7a4cdb431c1a04f4361 SHA512 5b07d40f437c5fa2d836156ecce6e2c658a93e3e88468f5bbd9cccedddbc52872a81e06b074c76842c58278090ef378bb679ed41e7ef5ca4f6da07799c48781e DIST whatlang-0.16.4.crate 82482 BLAKE2B 077416603bb0a04ea7c44bef6795e07b1e7058fd0fea5de784cc0445195b5e10419cf024d13d4751034254b317b286360e325607db99d491aef367c40ea05af2 SHA512 ea1ab5ce8298092cc18b04057b3b2da5b8c0c0330f9963fa4cc64de5e5829d0175646d26eb40aec7e4dcdde7fd178cbbbc0ae8d8349301f5dbbe7ec1c799e6e7 DIST whatlang-0.18.0.crate 83120 BLAKE2B dcae68a50a2f3f1bddc830f76d9bc0a2e287337a960a4755b644351b4887c3708b3ba6ae419ecaea4ba243ab5195e8a9e0aff8ef275092393327ac60921e6c60 SHA512 e84d159880af82dc885c5ea574b8b3ba160efb4b1de8f5c07215adeac579d60330bc4f866cd80e63e181a376b02dfc7ac9907c944e429e5e5d806d22a3e9f8d5 DIST whoami-1.5.2.crate 24204 BLAKE2B 29ca6ac8b280d10882d39fe8f15850e2e6035c1e72445c7fb541acdd8784ee756f0a412daf3ea48f7f7755fd5ed68bdd309e85e9380bb9c5af7b05c197b46b14 SHA512 5ecb06b352528e3320cc71c6700f72a79a04791c33f08fde172762f6f2dde25218aa0d405604d0a18a741dba7c370c26cb63b471f09c7b2a6303cdf849606398 @@ -1575,6 +1681,7 @@ DIST winnow-0.6.20.crate 163617 BLAKE2B b47ba6cd94ec80a72b51ad09c5cb9de350d22432 DIST winnow-0.6.25.crate 166615 BLAKE2B 8f8c03a51fb5ffc3fbd31a7b9ea0f4b28a6da3b2413146582c04c40086a0d4c90f4a0fc41bb6f6ddac1adb5f810b1d401ff258795de54a58d4adb20d188a8f17 SHA512 5f0f849466d77fce6411c5c54b2c0d2c1b6ea8e5f3e139089457c0881fac031402a19eefb25546c01153b60e704090844b5409241bc54bbb5f8e5e005f185515 DIST winnow-0.7.10.crate 176073 BLAKE2B 8c50414b2ca5bf02646db0002352c562114e388d821fa5c828b73158726ee406d988340ff1760a17b2ac79f0d9f8be2531738f790582eb44feda27a4fad46419 SHA512 e5c8767734074e5b1780b9ea7fe6d3c590ff5abf1ae3e825143f577f6ed80dc4be70d0e9b35e8d034e18268f88b89fa1352884dd36b2c56a3298b01aa9748bc8 DIST winnow-0.7.13.crate 174454 BLAKE2B 037d07cc421502502b5fc99e2640e3d78b476229071ba44252da52e368f9a46607b6fd3b6e0c0be2f201beb7502850ae01ddf24e0fdb4f4585c05805bcbd19b2 SHA512 dd8b5fb359f894e17e4737d29ae9629125d2f9578abdbfd5214c333be8faa2860f5345e4383f207129ac4f0e6e419d681c59375ba8b78604e9230835d77867ab +DIST winnow-0.7.14.crate 184718 BLAKE2B 6bff099d199831a72ff677db3e4de2feaa5a0b6aad782051c9af629459faebcd131518e20d6bb8f3f7f44b708284e6ba54f2ad7e0811bc0bf1df89899ff561c1 SHA512 ffa96e23707d87d5bf0f0e0c8aefbbbe4e3d2219fa5fd6a1535cb3c7b049a8481ef6f9f9fd69c78be855f36b242476f3b4462f2536925d48953afebe00bb50cb DIST winreg-0.50.0.crate 29703 BLAKE2B db9a968ef96cc07bc1088831affc4627e09c7ab8170a54fdf70a599c2d6180a8a9ac46b6304b61fdd2fac96e01bb004ebd8051940300c7b52c5b7b7975732d11 SHA512 2f52a9e3ab794665263499c88dfdf06009c6477d180a90ebbe86e786ae7f5003c9dc8b3c26224024e79450f3b94688000458f2ea8b1ae1c3691453c3d4df4787 DIST wit-bindgen-0.46.0.crate 60508 BLAKE2B 4422fb47880ecd70749d615ea6ed0a8bcb5941bd9de2c2164a6f1248574363408fcb634e0e9aa0af3e0f278c9311a81212818dff70ef39614646ffdd646b1fe7 SHA512 5d37ac5855797cfb906c983a70780d7cd29d70c4e5b6e54328fc18297feeb89ceda0aa732123280a12610015fbdb42bcd76aae12b1debb281b0a848016134548 DIST wit-bindgen-rt-0.33.0.crate 3357 BLAKE2B 7c5227e835eb405b681ba36a2472fb3330b9e44f8e9cef06ae5de326691d4e4535cfd09843241963572060f4ccb048aa088fb8692591f9253cd215f510969420 SHA512 fffae2da775fcb5066398aba5cd02119a07f5bb5ab2282c74f1665656de0278ba13352b8ccc6ff107677aec3ec5d401729158332f653e0a2e7b393d1aa018b8a @@ -1582,6 +1689,7 @@ DIST wit-bindgen-rt-0.39.0.crate 12241 BLAKE2B c8cda3c7a513dca58e2ad52b036927147 DIST write16-1.0.0.crate 7218 BLAKE2B 548796314339463e4b71f8af3d344e45dc89480e103180b6d56c90fcb816ad1a37ab2ba20766c4b9754f2cc686752eb1f3a5a12ec1ed4369a9cef749ad4f3e97 SHA512 655a207b8082bb88e462f992ecb4833cef9d590da06d6356b41d109df2862b49ee5705189c78a607b549e7343035119d158020d58fcad49608e51659357a83c1 DIST writeable-0.5.5.crate 22354 BLAKE2B e4ff9862c070b413568ce0c75d1eccafcf1db8578eee4795ea9046dadd643f8a77258b437be288b93af247199d63455298ac2cff909226bc432f91c0aa863921 SHA512 818b2546c8ec25816aeaf5e31a1ded927d197bf7256e7c5073738c2709bc58a95d382a0256eb38a99235ae83729b578701261866d42ea3357a26024906e196c1 DIST writeable-0.6.1.crate 24068 BLAKE2B c513c806d6abf7459db1a203c7b4aed4766e6f75cd82a40a874fac50cb50d03970d0500251551192164da14bd7d2341961fff78b7e01c88bab83007008c3e1b2 SHA512 686ca04702815096ac529ae6b9b80a30338f42eb5d414331992518c467c1827462673fcbbeb293818bbe570bd2723e9c60324522071c1b790c862fa6652c1385 +DIST writeable-0.6.2.crate 25181 BLAKE2B ffc57bdfd8eeef7e2b50a1a7fb2fc8af0322c17cc99cc4a3eef3fb2062e447e05721db74e62080fab08f565db15dba21be8b6bfbcac984acd2eb2a80e08b9ba2 SHA512 d267aba601237bc4061a484103c10f0cf4ca3cf6db0f50063319801e1aa73272280115ad3ad4f461ecc4ed9cf4ee19131ee7cfacffacfcde54657bdfe3c557e7 DIST wyz-0.5.1.crate 18790 BLAKE2B 07ac1435a812d2f50309348ef8378ea4955c001f01edaf2ffab108f7d524ee731f06b22fd42c043349a4a2271ec47ea203e89562076e8c7c1719112b0214c89a SHA512 15d86c167145c90e3fbabcefd11754fb1cb835896e32d1bb7f4b027e5b2092f5fdbdca4062c129bc38e655cb87c6a3f4e181747ee25d89db5e01fb1fcac18fe9 DIST x25519-dalek-2.0.1.crate 87820 BLAKE2B 039749d0278d95996016260f9e32162b370594085186044665685288d879e067fa16a5d4d42e939d2bd05f7b47a81036cb4f573d841cc81ece078c7a08eb672d SHA512 13dde8a8d4772dfccc3849a37717828ff6fdf6b4deaae86b5d6bbfce9b6dabbaf039d95c163cc6764447d503c1a62d602ae5b5d1f7204cc002d3fb13ca85acb9 DIST x509-parser-0.15.1.crate 91123 BLAKE2B 2ceb4174704978413e07b63e15e1b0b28662da2a3623abd5d439657e1c3a310e30dc25855d3c9366b8fc6cb81640e0c7e7a289c06a104d1ed8b62f4f7ca390a3 SHA512 43d5f9c7a76627bc73b045cabb26682e37b3b92e5570e467d508c5aaaabb1eb278043e195fac5c3a2b04d7b2403e49e47b731889ec15915fff3203217138845d @@ -1592,90 +1700,118 @@ DIST xml-rs-0.8.23.crate 54730 BLAKE2B f97afd340475ecf6ae5068f619814192de562f946 DIST xml-rs-0.8.25.crate 54947 BLAKE2B ed6d9a61ecb885cf10d57355fcf31ac39198acf645d97800442aafaf2b238fcabe5d0b9a3cdc69fda994d769dd2ddcdcb056284bacc4a173b6c49c9859c7b365 SHA512 78848c082e3c2f53d8f962ac98507a5908203069972bb3b02da558761d3b6646864d374d9e7e880f1067920c664c3c925d218ddd8028bbd55b26a61a11df8e1f DIST xml-rs-0.8.26.crate 55115 BLAKE2B 3dfa88f2b102d3a64597f05bbfff565bb6b0b0dc3e9d923d2061f6af69bce9885f38c835c87cbfafd799d8c59ed33d60d1df970b5afaa51fcdd126297488b930 SHA512 54ef143925025af8b409b64425e36c403afec51c1cc9c51980687e087be3fd8a79a3c26538e4d61dfdcd8394fa6388130913a1f7363c4a27fdb4633969e9d27b DIST xml-rs-0.8.27.crate 55258 BLAKE2B fbfc5f180487c61f76ba671bcde76dd96e71a251c5847ac5a99e18673f9c37d4b12e975a4ca863f31d7cbdcede4a3b8a78404ba0feddc4033ef39d77820dfdc0 SHA512 83ac2cccd7d6867e0af4afab053b162b0d736a54626a123ef737798d9b37f6f802b8273b35cf697df26a859e7ef513670f54c5d0bef5a095085bdb0c82f85f48 +DIST xml-rs-0.8.28.crate 52826 BLAKE2B e8800723318eead12d9fd17386853b6bfdaa34a24774b36a4c9d7b682a6d8fdf7e2c2e400021e9eaf19093671d0f35ebf420fecff05f17f597732eaa25b48fda SHA512 5ec5e099d6472ba1b36eebeac88b751f996f1ed5f1954b2b8e7d9416e52046b573f121f0cd4334925e6a3ec22fbeae87a9e2dd3b0db4d1afede32814792384aa DIST xxhash-rust-0.8.12.crate 21329 BLAKE2B e9596bb83cd0f0465c279deecaf4dd87aac05db1c8c7d3aed4f0689022c5a0522d976379fb3dcf6cfe1c18452c87890e95f3d17998c777d92f5cbe58119a20a9 SHA512 6fd17ec65be94b58f109b6aa9bb283e51092621e8af624f8c2c2c95558a3d0461d743cb8a65a0da5853ff7fd98273daec0dcc5b632440868524f99894beeff3d DIST xxhash-rust-0.8.15.crate 21515 BLAKE2B 0d82ffaecfedc3001e4273c7cb3211e847c110334c0558099c02c2457ccc1f6381b5b1c9c13ec87236e23f4e5551e3cb09101bca75358481ed7ae8ecb83d4866 SHA512 80a73a93249cfa0043a743e883f078d9e4bbedc236dec239d9f89b6816715c614f212930fe8842f0598275d2676a0e406a1ab7101158c163f50b9d1d00265925 DIST yasna-0.5.2.crate 34859 BLAKE2B 622852d441bae19ac2445d616cab5a0dd2b59926ced62b66c84d4804a0ba25d411fb9c2fef3bc86b0336e73dc060678ac58e41245f99d3412fe8bad28d131847 SHA512 7532b6d06b34b0a5e2b769c5d2647f910bec481d98482bf9cea212f1bd1466336d7cb117d0c2e240e7673b2825f1d091619f79814bad836d25cf3a6ca2be63e5 DIST yoke-0.7.5.crate 29673 BLAKE2B cd2e42103140e080a29bf579fe5176b36a192f9b1309c1f2fd7557fe93b2f6eadbf6fca4a6a3b1a7b6288403d2f643841dfc7a5b6a4476776943950abe5c1613 SHA512 6bbd99671d1a5a5217890eaa267113d193b3636b265393afb6e72a313f01704d462fe017264f061405e8e84c188b590094c29e3fcf19a63c375ae165d1a0bbef DIST yoke-0.8.0.crate 28726 BLAKE2B 1013ebf0478242d9172179b53a638fcf7a167e554b40464ba67a4c4db17f75963703b2c9aba29f9368af7530f475ed79a43672bf6f0840b0d77fb0d2539f8c3d SHA512 6b6efbfd2bcb7e06fd6f9ae7bd213a54fedc7550273e2613fee3b8791bbe1038a7e7209142cc673d71fd57b7184cbb1209115ecd15c647db1a74f2966d593276 +DIST yoke-0.8.1.crate 32016 BLAKE2B 9dba7f506636b93ce559817ec57380836858eb14fd3484d5024535ea909d5e7d5da759c316bad86847607f05db1228a04d65942dd020b426fde1b7fa40962c02 SHA512 0ab6353207432bd0a18b6ac038cc37332ece4f2f5182b7eba6e47881a051f0f2ac41d365a8feb74bd3de1d4e4d8dc20c92fa2f3f1252b35d4ab6ff0f56f31de0 DIST yoke-derive-0.7.5.crate 7525 BLAKE2B 9b6b97eaf3c50f0f5ce8cebf685a1a17d4c21eb9b26d38eac99e0a4c0f9d592e95a7843b7a0b897945a14c4eb78ffdf2c0972b448d31d7bc7b077f27aad81d9a SHA512 e30b06b020aa283080905004295fb643c539b130d0d53bda51927b95e79ba562336aad30d8a6202d9a0c62d5b64559a01218c6f02f3faada6003d4b03c205cd6 DIST yoke-derive-0.8.0.crate 7521 BLAKE2B 088fc7f5954704c453dbd2abd2a9a5a779552067aec8e51793cb6fb8144f0bee7a7b04d777bbd05c1c62f49c9c75c7f3df09b5497d35eb64c079bc04867e42f2 SHA512 38672da30ebb9657e2b5f3d509940ea80ee6cfbdad61b14b84ee8a7d96c1dc597eff7f3c75e5c375bcdcf8ef5bebe21f9f520844f448ca215a3be19763f578c3 +DIST yoke-derive-0.8.1.crate 7593 BLAKE2B 09953385df0b24b5cdbe4fed4c8788e20236c9f5a79d144799a31807a1a4e82380cd3ed451a46055ac21561c2f9a05ca91c953b7c8aa250a26a2e11fd11b7a9c SHA512 20561f74561f3e7d5ce2a2b702bac565047be284cdd24a3bf837d423954c8260d32f8d27ef9761f5e891bb539f59af22afc4830a4e52cf9888c8ca2a50784a96 DIST zenoh-1.3.4.crate 308905 BLAKE2B a89667d3b9b02011b5fc380834533feb13c6da20e844ed7365de1b030cd05bf4d6c9fa0828c0f4e957828587f195325986831b89cb7369a01b2aac3c470ae0ff SHA512 1569ab82037d4f040eaf9ff081c54a16ce5dc2f9c062085d077690debbac8c88fd87815d70abd1c576186701f9ce8be32ea34b51551378419eb2783880b999a0 DIST zenoh-1.5.1.crate 312158 BLAKE2B 775b0b754b20469181aecb43cc92ba79f32ca152287eadc57664b2ed08c61b14c6165e509d6b9cedda57b2fcbb9febf385dcb68ceed4e9f9871869b34c5af0ee SHA512 bab0eb6462855f1cb5615dd5353f678c07fe765832cdb7cc029401bf59a6c372b182c15fa8c8b6e0bc46b05cf116e0dabc293e2543270c2097a4450ad61f0000 DIST zenoh-1.6.2.crate 338396 BLAKE2B 80e7f1699134b4a2ad882750decf6a76dae0f11d92ee93d12ea065c1f4d92f907d17ddad1f6e4e641de9049a1f353601bd809b2506206dcc079cce9ee23e2015 SHA512 29c041370aab80a7bce6199c6599300f7607431956d1ade5f26cff5096cf0f2b6bfcf51d38ee3425f3181709f0c9bd18c8812a64820917017cc6aa2b80dd96c6 +DIST zenoh-1.7.1.crate 353369 BLAKE2B d22e1733dc8c74b13d3d21d0f45e5af2a92046cc5f45eb2a715c7e111b62ca04ddf21fe6bd135e12865dbe63ae4685afc4cac348aae4e7804b8b00c610bcc620 SHA512 def4ce67abfd876e866687c15162b7bcfde219b2e04249fee26fb7f4f5960e13dbe45b75a3ba161d1ed61dfdb09a1198b8a6df22df196997175b97a04bc8a0e0 DIST zenoh-buffers-1.3.4.crate 14094 BLAKE2B b0ddf9eaaab7a5cefd4db97634faddea11679ccc0558b5776f2aff40eb81ff1590c9f2acc526f4233e1b7bd8e77a371741fac86fe82d60bd933b5fef825a69f0 SHA512 7797a4ed30cec22b048d8f00ee5a0137f9d314d8b5fde26ecb3dffa19d00d7d5a63825525ba87427729ae5884fb120d0138b12ebae67a7f8d0ddf3d91ca18e44 DIST zenoh-buffers-1.5.1.crate 14255 BLAKE2B fcc4cf87955116fba8bdc4cf2402785975d3c69ab5ff03bcecd68f3e1fd8b3643c4e534a158abd9c0a3b20608b5a049b612d9ad27011dd315b1fd016bc9800ba SHA512 bfb199587da4b75b59f33c6c65d633efa2ad4fb9810d8280f816a8f7da00c41a195934aaa91ef75abb4387264c690b434715a92cc4cfdf00c42619c36085e1ce DIST zenoh-buffers-1.6.2.crate 14572 BLAKE2B 33ad225332e90c6d6fa2bf74d0a02c8c998369a77fd6584e1b38517f336170623e01665daed0114afd4b670b97325ffa01043875a951804c6ed52f16f6ffa1f9 SHA512 509bca855e3eb982a098634f084dbc86cdea883ac3c132201890c05091b82db7d0d174a5fba97f251f9cc8b5c58e28d707abfd88350b6f52c28c4f60621d2488 +DIST zenoh-buffers-1.7.1.crate 14569 BLAKE2B 4c11d23b22532308f71e06ca9a3b6f9ab00c2617f834b235629ae977d9774b38d55334b4550419cad31882593cbad87521d5f70f5c27fbd6780f7b8ef33d7097 SHA512 1bfe0e079552ddd196fc0c4483817e12e3a1efee399d530b23a36f6724b9c10446451ee7d7f41e1ce46b4ecb18a5bdf5157efc829d7621031f0ce88d2fcd1d80 DIST zenoh-codec-1.3.4.crate 43546 BLAKE2B a384250cb98b1fe28cc1a6629f176b762ff7fd2f53ec108974d6372350fbd6e5c177095326cf22c056d9707214365551dd988694d136bdbf8cf0525b165667f8 SHA512 527d048810618073b4b937c7b52b54ea0a5d4c826ec30b08d017f174965b72862fb39804f0e59137fc6139c51692c3fccc95f03032cda7364919503ae2c26eaf DIST zenoh-codec-1.5.1.crate 43758 BLAKE2B 753dbce01386c1de322da058d38c7a53064931d81eb6ea9126216d7447abd478c79bc562eeca6a472b8c08c75d8795742aaac119d854eb132e2096afe2b59c1f SHA512 f1294c5daad78a7726563cf0b1861b0ddcff8be3465b828596ac6b8c7d878d3d019381279b23f540a72c464b7d058b875d04a94a00b32f4658b1a13d5a673953 DIST zenoh-codec-1.6.2.crate 44801 BLAKE2B 501647e65686e2d83143f2ad4bc78adc72f8dfcf3e32370766f3706176e1021892dc0b57c5f9b5726a14f9ab648fb876b502752a5735b58c81e727867b0b6c08 SHA512 4cde5fff9e9634cdd5eece97fb5398188d6e83e9bad35767a46d96c7776b75ef9fbb2c174d7418d4c6ec572cd8de32c6d86c9597e642395c53c69f68293aa27f +DIST zenoh-codec-1.7.1.crate 44075 BLAKE2B 5f4f14452c0777b42b8dffa605d9863595abbfc891ab88a3de06604586540c50f1330170b7e4478349e25053dfb50e8369cde17d329ecc0a1299a256a27db979 SHA512 156bc9f27163c71c1b440042ac368d7b21ddb5e3e3b1065827f58526cdf814ef3e047b17aae95a9de418922e805826a77a433231760c44e57f2d73930bcde5fc DIST zenoh-collections-1.3.4.crate 6225 BLAKE2B e09b6b1bcf3b76a91352e60a6943f037a0b153375bd7d2d5a1f89df695d71142dae22dd38947f272785256fb19a7a460447ca62ea7b23a0964dfe06f0734c9d3 SHA512 24f6fca0a529f206306074b61134add266352ff5d2e22df6e2a1d5d4e7eace0a90da4e302931da9736da2cd470e4d2feb7a8ebb7f3d85319173cb7d5fcf5960d DIST zenoh-collections-1.5.1.crate 7890 BLAKE2B 5c8e096657fa9bc307c911304967b6f496f1d6aed98c4adcf6d86715a35ac997d546b757b6eb00b591a9d4dbe502112f2eb1138a578764aafffcba45c5c71dc5 SHA512 05c641953c627215a7e0b9224365b7166a27cb63ee8ef295606313bc4bb67e9b2bce417e63388dd91c937b0a5dc71b8ae0c57c459c3ff0a93a55ef0200a1934b DIST zenoh-collections-1.6.2.crate 8091 BLAKE2B 12be3ff99a34286f2e14fe3364fc9daf57884629b1e7eddec497211e8ac036577ca5523b2c0b785b5ee4804a0420e5969ef115684fce0ecabf6a09bc2b58290c SHA512 437e5e6a59f8fb78fa00bfb160204ca9d008d5bdf1c7a48b51063b18477b98ed68062ba910c6631095f4be3a329f8debcbeb1cf5ff41c0684219bebdc5d60aec +DIST zenoh-collections-1.7.1.crate 8022 BLAKE2B 2bef0779c0f09e29cb793f5a3eb87782b6102777f5e175256b76680946a5d0bdb8742eaee0b425a5ce1b51c27fc865fcc3a2ebf88227c01ba703151bdfc6b2c7 SHA512 96239b6da3c3baad3f12786f78961a78a9cf7a93c9ca73a09dcae49d1ae53bfec18d1697b5c6389f36b0a193a6108c71e83b12b7bd7827c9c8d0661125ec2a61 DIST zenoh-config-1.3.4.crate 35550 BLAKE2B ca59542d0027e2baaefdb6015d2bbffa4f9c722b7f41a1cbb5a942ca50072677fb7dd1d62144b63b30a494178565c07d5ebfe0e24ff701eb665917538a149444 SHA512 8233ebc39ddd25b530875ea8ba38d63dae4ff307705d17e54f8a2a99d07d4ca15ff32ae534cbf6c90476a43dabcfc2d8b1b3a2ff853bd916db6b25776ed4a369 DIST zenoh-config-1.5.1.crate 37968 BLAKE2B 247656a027a0dbcd7b05eb12514a2bd5d210f3c28944d3670dfdf16cbba3163f8877b4f5e20bee57676e556bc1a8ac67bd85fcf7b8abd88c7b745f96b8314fbf SHA512 36535f1acae16850f43a4796f1bef4db83f4f2837636f4a0bda1777e8d2410c962375982072b497ddbe8f611b70f62582e6306beafc558a0486db2d29c1d070c DIST zenoh-config-1.6.2.crate 38883 BLAKE2B bd8a683b5f6a730fc06a66931c372b089fbfd7c63eea7c65e190712c129a6e220c461456da625c01111a16e7dccd0be9e663be8ca61bd861a5d7bbfefafd1a89 SHA512 2a6d141d52f990734ab76fce968a14e972101bb6c4694f3227da6f5aee74390d1f7b664d208ff7725ef5e85deb9b82a05abcfe96396a3a9dae1b5d6e82ba0777 +DIST zenoh-config-1.7.1.crate 38420 BLAKE2B 8a136c56a1659969746e42e7ab8fe90097024569d8d8e4f863485ce6a2de6c95035fc1b81880e0f19edb6a26019eb1fddfee6f1fe59e0c54fbd5593e4e1e3c46 SHA512 dfeeb56a17d429bf6f61f6da037db3f3355906705647c0acb25a87a3f23cf69720a65081338efebec10136c7f63ec44a93b74064b070976b9788ff0c3cf01eee DIST zenoh-core-1.3.4.crate 8359 BLAKE2B 437bdc633ca73576b10a7993c8fb667e61be35e19835672c417072699949c60cb158e70ddb6477c095a74910dad3265291b3bf501f9bdf187fec3eacfd811f79 SHA512 ca2abe3ef67d53e065b14617a4aa549a887b375a6303427f61b1d49d41935851b090f5314eb019fdf0cc18bedddb79360578d2c84807f3058f03181df2e22e2d DIST zenoh-core-1.5.1.crate 8355 BLAKE2B e185bb88599244e6695e976049c516c76a0a64852f94894f26ce93e683fe780dcfdc594d81110774017c8cd63281c39cc036ded50c55f79bf92f092eb622688b SHA512 cd577bfe9803c655e671046b1cc7997fde432b00f88161dcd99458e33d717ce40f3faea0825643ec9e821827f453eec20292625fac63c60c06b5f102a59b16be DIST zenoh-core-1.6.2.crate 8834 BLAKE2B 749b29f0568484a48daa58b17e53d545ae3b506e0434d73c102ff2bde3b72fd2ad2e1fda9ab28b0fd6ce460d7800cfe6e5cfaf7a0ae61c736839f407827a0c67 SHA512 9a41a7139249df0fd11f67839723d99ba63fc132654a4f6149fd80d95c6c69b4276ef404c56a0cc4ca6c934a4b7184f68bfa84511ef64d23976780c525201742 +DIST zenoh-core-1.7.1.crate 8452 BLAKE2B 7e810792760f661da099de52a46b4edf5883a36d48f17902d7ef27309833b0912b251771b7cda5cd7704f669fce28da45c5ffa1685e62d87ce69554afbc838cc SHA512 76ac272ce1de11782bff48720eacda45db4f010544da0440de9097ae5f532767d2b23105ad1035621e2484c1db58f98a15b8d52255d0004415ad4d63ef5b0b83 DIST zenoh-crypto-1.3.4.crate 5321 BLAKE2B 1c3d83e90c4f67911db1408876e142f2cb3a00dc860d28b46cdeae724c066cd747c89176de1024f512b118390c080aecfaff436ca570abf53b37aa77a8e0bf24 SHA512 6472a821b5f2983aa195462086e82f45b3d811716663047f812ce2b4af7d1b741ad5ce4ffebb2a0e3fb624e540924993b83271ecb8621cd5973fc83bec0b6f05 DIST zenoh-crypto-1.5.1.crate 5317 BLAKE2B 77e4abf14681ada43310cf65c4cc4bc858d18afa1cc4d99da1f07f09a39447dc46183ff1b108b67a3d34531e5f8b29edd0a4117cc2c4483df36d35747bfd1abd SHA512 9688aa78a04bb159265fc8ced15c7edd7cd0b22fe2e5c7e8a9b7aa1c9a4b2a2b4dc6f4965f49d4c073f9e91d3943974d854080b81424275c884c8ccbedd8ccf2 DIST zenoh-crypto-1.6.2.crate 5315 BLAKE2B 735e550e42dff2e22637df5cc362798c33e8fab880093c492190239d8457906e57495d8d7465b8eef7a935ad093f56ef03900d899ea70729abee9b0c07083d6c SHA512 fcf3dc34ffbf9f984ec74aeb5126f7b31a6745124e98d587f3d4ad0812a5506e27b617c72c850cc6238096e26de2396072273ebfded94dc5e8681b7d619f1ec8 +DIST zenoh-crypto-1.7.1.crate 5233 BLAKE2B 6f6b268fd1e2eb90268d4c0780307f0f91229c226b79179ee854e3bb751c08204675bb77cdd0182ed5d48109b6592299d1a93e5a343ba6280d23da83dae7f273 SHA512 4d42046c8ee74c1ce0f500b0c9cb3ae1827c27cbbc5f52ab63d75d850a55ead171d2e198971a61e3b8ec2ab47a4b514b04070b6d7727b6d09e791135a2f7284a DIST zenoh-keyexpr-1.3.4.crate 60120 BLAKE2B 271ece99f085d2b8d38ee82718f74ebc920c8a357e4403a56fc25c39c0f627d8af21ed8ec56766e2b5dac681ae2eece3ab4ca1f09e53e512dc316476940b6039 SHA512 fc97d624c8bc91beec1c425cbdcb73c242f06657b59d146dd4d4343188a0a72ddbd1571179f8674c6574410889581b605b5e61a951b595c578e47f5576f5aaa2 DIST zenoh-keyexpr-1.5.1.crate 58970 BLAKE2B 22a8a2f5856753b6d9450b507b1ca146a062d877e86ee72cce7b5e4005101106741c88f2dcbe687e93809ddb4fed75252c112ea5eb436d3a8ceedebaa094d35c SHA512 b57f6b2783f7286de8a9b750984af415b134a09c3998486533aea98f0d8e5575ac0780a4854b6df1aae9ddcce8ad6dbd26ee6171ceaff9915bc87849e37f032e DIST zenoh-keyexpr-1.6.2.crate 59661 BLAKE2B 3683cac53999f11a57013ebbb657d218117f194382316a2f5c30350273fb2eb67df81814084e1b1437759adbeb5e15bb1c05f287b3d3e7a8026e68ab02c02250 SHA512 5492173747616ce5e5854f4308ad551c71cfcdc48e83a49c5aa701dfceabc5b37fea43b27941152ed38c34dc78a3ad7a83291e12f7a492aa02ec62208e118e1a +DIST zenoh-keyexpr-1.7.1.crate 58917 BLAKE2B a0538c4fd2f16320ef512f4f0512eefb2d504ac25154df41bfc53062f4e772bf368e2963c298471ea325713a6c730e82ede870e3fdedeb109322e3210093ff6b SHA512 e9e183601e0671ff1965eefc996281c5a9d91a651a1a6bdc60ce72ea83a8b3cd9c6b606b0084d39795ce7da842a4696d013f20867a21bca5063af1031edafd91 DIST zenoh-link-1.3.4.crate 22404 BLAKE2B a9a82c5beae2e5f6ccee7d5fbcc3c18d88a47469524e71c57bdcbe9c35c4f85a8e14980f6ee8740a9138ba55d9043de6858d034b87538f418a994025fc08ab83 SHA512 666a44a661adcaa9ed24f4c6283b52eac5de2c0749cfd279632bcfa3f0890ef6bc5414cfe905f6e6d0afb8d7215278d33e6f0de6d2db46ae16a9050b9eec6ce2 DIST zenoh-link-1.5.1.crate 23339 BLAKE2B 8f000eae61080e42c5b1e8a09d1e497bad74b1b6bbd2581444fc9ff75d82730257ba8227eef005eb151c0d96e45b17608878f46143d73832bafdf52f1bf7691e SHA512 b86e842bf5bdcd32d244027bfaa1746f371476737b11a09b0f3c3ed936f36205897b77c3e8e81e0e583115dcbc1dbe8d0afba8979ee054ed54c59d3b691013db DIST zenoh-link-1.6.2.crate 25907 BLAKE2B 7335642d5214b0e5b9f6a3147d65d173f2b76073513b981f4badf9eaa474ce663fc612bc682c248bad96a3c432c5d0d553b473d91ee47b21d46a29d6b20a954d SHA512 15d67e8e3c97c45a27521523cfb1c7f2ae98d3f174f57752b158fbf71243d322b4d9bcabd759bbace1fffdb174d8b59b33905936d4aad7b4342ea0195593b754 +DIST zenoh-link-1.7.1.crate 26014 BLAKE2B 8b0ea760915d90674c74f02b65f67de79d0a058a4aace194e2fab318acb986963e1b209c190adc755ad5f81c4e04685c4ea762969b17163d15a1f56aea38794d SHA512 897f6c72a6ddf27fe11f5c8620e9c48a0d3b30368631cff0737b3d3e739b18eadf92a70af97ac8c7ba5208d5fdea2f8f0d97594a0c55919e13911e7660a3d3d3 DIST zenoh-link-commons-1.3.4.crate 19189 BLAKE2B 9c34c1813aa5acace9591ac0a265fb11f5e4a15a39ef9a65531f46bd57314ce88448e8b07399fa11f915fd7ec19e1e94bb352fb437f4611bb17d883dbe65ff39 SHA512 aeb5272512b3355248e259ff4f9f620228c893116c92e923af085e007abbacd15ec62e5fbf4628675766a8e910daeec27f536a57b1ea4297219c46d884704ca1 DIST zenoh-link-commons-1.5.1.crate 30018 BLAKE2B 785fbed82eab4054d018f92c2d659a10576fc96bb2bbaee9d0813b15c6d025b1fb3686337005038262f56a7efd7d5dd0eeeecdced184bd4663f8c1037b4a07d8 SHA512 ff1677e1b9118029a111fb3ee8d6cc728da630b9e4e2103cfa0ddae678127b8bacc5c79685aa10a5be4620c6232d9525d9feaa1ccf3b90b986be3211e603439f DIST zenoh-link-commons-1.6.2.crate 30704 BLAKE2B 2d72945059207ed00d562a6d23cfdd3b9bda1f27c6343a590f59d983d043e80c0d0fedb8d98540479a77d59d6119415bc5cd464ff144893fe19efe6c7c46f207 SHA512 05bf6ab4debf71e6d89d9516415a58c4877854748b360fb0094351d6dcae16984f39c34e358f2b587f1a8907af34520ae263556e67b4d5d062f9b73a719424f9 +DIST zenoh-link-commons-1.7.1.crate 31255 BLAKE2B c10d4e0546647118313a21f742708ea8c54152f8787dfb635bd74360017146b74943ec4a5ef30fe4e14749ecdbce3aaa1e11f730450de99228e4f8356fb387b3 SHA512 2e41c9046e0c62dd050b55fdaab2f38228fa77813da3d38abad791c4dd3412c73cec0ed4339eba08156feb709d87381d1aba2e80f19ddf9d9183398018aea938 DIST zenoh-link-quic-1.3.4.crate 27118 BLAKE2B 4eb276cc925d3845b8c2729d68a92a04a5690c55b5c58b95d15482a60bf15092e712c4c5dac518d915062a3631be047ff649ef08a12297039c9753fba9f526ef SHA512 7a607025d49e7525889734f314f3323d024c73a3c73ba187af7dd316c1b9c9356cada34fddbd8432c439bf2e8a32415675ae7c7ec50cd620f861c3b52437e593 DIST zenoh-link-quic-1.5.1.crate 26515 BLAKE2B e6968d2f4efcb8410b2ac369d2094ae86843e0642aa5854011f1ad156083bf5d74e7616e7e61b26aaf3c518ade785d54fe2cb87505eb9ac87a89ebec3cad2f41 SHA512 1371cecd1ca9a8354ba78428007a2de623b2db9da5da70bd78c5b73d940406cfbf3d83b19b2e90ab823f65dc46c9708b5bff4e504f29bb6aa0a12a43e5062c18 DIST zenoh-link-quic-1.6.2.crate 27183 BLAKE2B 97cb69ba40dd24020d78b41dc71932b6e0f913c74d7493ff4f4971d68eb8527792e428a3d5da683f2d1e57839b4b875ae03f4b93fa1dc2aa4fe4494280c178b7 SHA512 b4bc3d5eb77f488220f7d3da9d6f2723eb1e1efd0507f24a44ce7535cbc1686d4ff5480ef22c05f5d8d20dbfd576442d9da26323c88d1717ac66e431f292dc8b +DIST zenoh-link-quic-1.7.1.crate 27735 BLAKE2B 54d5cb399c7f17628d3f655369454f1af0458fe64bc29bbdaa831bf75909a0c0a218f901d2245d7289206e53bdcae3023ad2bd893cb4c739820acdd153b4d317 SHA512 3b0d4a9073a28c0949dd7b5ad90fa9cc57671be420dd32983370e4fc16518cbe1fd959d4790c0f377abd753ee532988d19052867b93eff628e2cc7ce55f8e4c4 DIST zenoh-link-tcp-1.3.4.crate 20013 BLAKE2B 27bd75dee4d761620825faa378b7eba80cf1fb7777bd637f78f75d53e16864ea18ae809569392f6b9408c3997190b325ca1559c7d377817963dbc2632657fb1b SHA512 9e76aeafb7c96bfd2114f3c000b7052bc4d7c8c6221af4c72f2d18ce904b88dc02a825a354bbde4471f9c2f64420745f5fffe42c68fe93001a360c0223bb55a4 DIST zenoh-link-tcp-1.5.1.crate 20164 BLAKE2B 95eab22cfe63458520ce0a6f8e412715196397cae8de926fe11880dc6f780f9614622ee0b02e99e3b49d50b2d2a765b78da201df2dc63fe61c5f0a9898a7f351 SHA512 a0a01f563a0040ac34c4096e88b407690a038189ab641d58d79e3613996e9a5789382777166b0c2f586ce291571c0bdc4453e4f4775b4cfa686fe8e8bb9b6922 DIST zenoh-link-tcp-1.6.2.crate 20934 BLAKE2B 607db4bf727dd8751e9f5d8afe4aa41b93a9e825ef206d979a29553db44ecbfc6f7b05d253f7f6d0f8933972a532d759cf0e2303fb1aad8d6e9c508a568a74b1 SHA512 78c479aa26d4cb4660a7d57b762035d92bee63e4b4f23eb98aa491d988bd71bb3d0ae10a493622d841cc64b4496b912aa2495c33fa30fb2061db9ad6fca6eb80 +DIST zenoh-link-tcp-1.7.1.crate 20240 BLAKE2B 4c3d8f9692512b2c470ae348c79b82cf1b0a276e8f792dd43353ace3903600ea9f2f4e9f682a1b28d74c07ddf0bff06552ad74ed541f3e689e79758e1cebd504 SHA512 ada64ffcd2273327351a75d5e5a7d81cedfc5cfae3e32edba86aa2ba0c6cd325f6f59382ac4da8fb476f2586aaeda383feee6d70a7d78d7ad2a8c35985a1f42b DIST zenoh-link-tls-1.3.4.crate 26809 BLAKE2B 68702f5f536be89232600772972fec5e963ed493c6823353ac7ab80e4c7dfc46317ca5628bad8797b2f343bd3fbc15befe9f11639a33db2f30ffff0146b4e5f7 SHA512 0007e6a9eebc5c7caf928e954d748ed3ffd40f8d676d31cb09c8e3504281a72109478669f2126dc6ebc7f2c97c9bb2147cd3f6e51948933ba89a8a9e8e240e1c DIST zenoh-link-tls-1.5.1.crate 26606 BLAKE2B 51f3f7a84d6cf8d1fa21fa6f5f7c41cce1392d362350d3bd5e1243a9cf7da40033da396afb37038acb6149f1a088648b3dac7e7374ee1e1fda2da4dda5e45655 SHA512 073ce0a8a440301c4b3261e28da28da5fc6f0325a5c582d8e8e0a395b0b95bff79a92a0a03f61138b2c0243c4319b0a42a118a0fe4c2924c7aa4b0a033b4104d DIST zenoh-link-tls-1.6.2.crate 27332 BLAKE2B 222f9d6e4179a899d33c8c14e59e18eb3d1a6fe3dc61033e19c90664ad6a3bded1fc79c5545994675e106d1902709e46259d0dc6943b62a61587b382ae08241d SHA512 5eef037a25647eac4b2abd5b8e61fa6d0a5b2fe5bd93c0c92a299329c4240e528eb39b5b32ac930ea43a3190fa0c4a5a05acf33bb88fe06c314dee5fa6e449d5 +DIST zenoh-link-tls-1.7.1.crate 26668 BLAKE2B 0e58df1c4008c589ecad22317033bd138db2d1c2bbf729059479d8ac5afb711bafb32673194db24098bc7392935a5e8234e66242f938e7757563783c5d8d521b SHA512 ab1ec7dfb7bdf2a091e21d28497da48fc04ed8a47e1c58139630b6db4551ff8a8bacde295e0e6b2da158f3ecb1469638adbe5d93b990cdbbf62da207827d1bca DIST zenoh-link-udp-1.3.4.crate 20340 BLAKE2B 9137e4291ed0c8de48e4d3e58beb70e6a852b5000c77e11cc6ec4b4395cd19d55f6df8df5986d7526011aa097d8902bfeb3aea5013c3f80028d3bc8ae2da2340 SHA512 77e36ca5f95e35106a0ee02e5810f65d1d3dc85778c147485a3c56c666dc5ef7da180589eefdcd661a55db75fb86b2a40499382e30ea0765d62bfd4d0af68b5f DIST zenoh-link-udp-1.5.1.crate 24477 BLAKE2B d66d1b84083f5f7f8fa07fe230762b6545ea8b63a305817a00ccbdb853ce2af06cc66d1385e3dbe78926e7f2659ae2eb405b0a2dfd1a20bf7420da482763fb3c SHA512 c904beff76666e247a783598a5db3371cdd7444c18df385e72122e455565e418e324f7f36d9383c7ba80d0ca454e524f703d6d961669a57ae353d9f8467bee47 DIST zenoh-link-udp-1.6.2.crate 25303 BLAKE2B 51eed7f3c51fd766aaa8f3e8e11e59bdefe75d99f5cc909eb974e7e239665d4be489cd939ac6d923e451f509ef86a8e2d5f89dbcbdf3a2b90bb11a22e4f3986f SHA512 708776dfc1125dfd5188363557cdc97bc05d14487b0c73e27533a00fd945c3d4a13a9f9f68515120dcfb32b08f70154601f5b09528b4f4b97729fee5d4a85771 +DIST zenoh-link-udp-1.7.1.crate 24477 BLAKE2B 6b95ce48bbebd278fe2e52041fee94516390e1cc089a3ff6448e86ebc0e8e7fc586b397e45c0b39faa14e2c6057d74b7c5d583f9751c03410155717641e6b896 SHA512 4851526df259420ead166b8037dab4107d6b6a2812afd758fd3dc1d01b851e7644a1a1cc8509072898dcae2923a7caf023dc55ecaf9a3f8374e7a63840edd5eb DIST zenoh-macros-1.3.4.crate 12859 BLAKE2B dcdb9df466202864dcd858c54b76dc0ecde27a744925fa571439a4f14460f3f69f604704016b1063a2762c4b2e321f5fc90ff59a0bdfd8fc63888ce872086989 SHA512 90d26d9a6a2fab37c562c0366e81002ccac255a0333dca02871592b105561545b50d49178b0a71ddeb0302a1dac591676a4cda4ef0dd0e162faec2aee19d00a0 DIST zenoh-macros-1.5.1.crate 12891 BLAKE2B 08149113145b7232c61f11eba442501c525c8e139b3c125cdd53a6a2f9a1168bfdcc991b03001e9818223375b29ddcac352c9f4773ea395e26e291c345c5f5de SHA512 4381ec1af1e962d1fa1eb2d271273016544b02ef527be46eee54c8270f2506b3ea0ad0d2bedc0c74163ad23c9bbd4241c53bc32b7e7f6f1c147716974c7d4273 DIST zenoh-macros-1.6.2.crate 13135 BLAKE2B a6c5cd3fc8cecddc37f9d8a1098c3aba95dbcbfa526a3fb91751108bfc43d7b14ac32ecfe4172e9e3310735bb854a3ce3c79637fbfffed8ae3f6c80bed2f9396 SHA512 57ebdc34bf1dd8366fd756bd2bed10cae40a7d612efe906eb87015c286f12b9949f864086e26535c8a76882103dbcb935437a2a25aebf36f021ca3b893aa2e0a +DIST zenoh-macros-1.7.1.crate 13403 BLAKE2B 76baeafc10c5375d011e5cc4431d0230357078cf0549f8cfa9c3d9ea9951d6a1a3d8e6488a077240e7f8b5decc53435ac6b24c87586b9be666e822679c1d41b1 SHA512 84664b4a4932bbdcb4f611d8dc07bbab944983066a5fe1e523a0787610c027d29f8bafd9da9f0fad0a98450a3c9f2c3fc31e2fd6fbdb07f12f181799a3f86666 DIST zenoh-plugin-trait-1.3.4.crate 23829 BLAKE2B 5c80b50c8ce92b66f406aace28c461264a43c8b67b9ac84f511d897510fcf889ed5354ce0746d659f62c6f835a0ff463454c1fc082d6c501991b60766094eb17 SHA512 742a2eaee6ab13717578e8cc1d3dc582a0838cc94b1d414da9fa2bebf280137a42f38753c85223918f75101c0e629c119f26dfc5053b97a23d3d457481f6718b DIST zenoh-plugin-trait-1.5.1.crate 23990 BLAKE2B 1e254fa1079df8b05e3a0d53cd8d15b4a8f8054c893c1d599fef6ffe67f4dde3d94a0b25f03bde1cea7c5408fc9bffb4a2ae84cf7c7628587b37bcb68022eec8 SHA512 fe517821e378884f6f67c8979f3efe1a9cef50374502abe86d072f6b9bc24e27f1791144877feff1c566628accbabb582abb5ae1a26917c7960ea4484d210255 DIST zenoh-plugin-trait-1.6.2.crate 24658 BLAKE2B 75c83dba1d0632d877f809748c7325881c4fc7cf135ae0e610c484fb94f18755b7556b560e0c3302c11e1b0750979fb76c751c75f691fef07e735ce5c19a0432 SHA512 2ea05f8f5ed7580d7263545868979f8b42c4d28dbb248f7b93c386eb1914635fe729c1954ac5e36663edd14040d080884b6e23f502c5c8acc51f5aa44678d691 +DIST zenoh-plugin-trait-1.7.1.crate 24328 BLAKE2B bb8a0fc222b9ca182f70b0f8ded8cc4ee9cdc80d3c4bed1ccb78a36451032e8a9d0984d121b2a8b62ee6b8e3a13705462e40c8cbdc2167ce07abca38ec1c387a SHA512 5a969ff959a499fa0a3831aecc8118e4c5bb69b2a70f0687d6b7c84c35db3892566d7724ea924978e309a2f335d5875ab577635e6b97972aa813a3ca9a8ac55f DIST zenoh-protocol-1.3.4.crate 45456 BLAKE2B 05432959f42c6b2fac1c22e1f4e34d3c03b8f6b31466039cb008a7acc901714629e9d862280a6a91f47c9c0b17cec125ad9594accbe39cd9bfa3ca4ec639cfe1 SHA512 3c0a07f9ee0dd390e25e1559d9453b8ec585c03a4eca86e34c986337ea036cfb5fc9ac5cd411f2243b04960423de0e31138350361f26525ae699d16a000ac521 DIST zenoh-protocol-1.5.1.crate 45998 BLAKE2B 983e81169d468d6ab617cbb127145cb4d8d625ff464ee4ccbd5aa8373fc3df0ba8816a4895755d0f01ff1249878c906aadb5b4bf8ba589fd7c71a7339d26e241 SHA512 32eda472b45142843fb586b540da7395bce516378ab9dbd58fc0231467aefcf94fc80bf614baf636bf9ebecde88cb8fbd1e2b5bfbd94caefaf7b1f56ad3f2a4c DIST zenoh-protocol-1.6.2.crate 47458 BLAKE2B dffba570700ee25d952cd3ad6ca2c0d2a303851f3918b2b84cf040c52199de5d9c7a04b424e156a0d778600cc76ca94aff8327059e20306ef50fd74d633073d1 SHA512 c11796e269d62dafa0ac5a629103c0f75081ecd0d7eab9001ef9b3627b3e908221c1460ce109a573c53b977426aeefa3f8243bf68d48e7eae7b0e58a28354e25 +DIST zenoh-protocol-1.7.1.crate 48111 BLAKE2B e13cb65b727d9c03e71b58ce8731385aaa747a721cbcdf5c1d63925e7dcb3d876dd679c6ea49404ce760ba2133aa93518ed5da0de38957fb21c1d41432762fd9 SHA512 349734b2d9bb18cca870323ccc67f88175218d1ae73bda9c7bdd17be0dc22b43a88448b3ad7a20204d7862311f5239d05e352d5b53e39680c668255f08f2b072 DIST zenoh-result-1.3.4.crate 3509 BLAKE2B 8516d4789602731bf430da88ea589f83725260a139e57b0ca5e14ffc522aed9197c143c1273527bf286978f1ca74f6ede29ef6b67c67bd9d6d30f45107c2bf46 SHA512 204281c88b0e90935bcf77e60bba0e504c33981929fab7f5ae3c3473bb1405d224b01c5dfb4912a78eb271aa28a46840be3b60a137cbfe14fab4092ef8765b04 DIST zenoh-result-1.5.1.crate 3509 BLAKE2B 92c0f5c9442d4029e726e749d1290977091a1b4ac2a92f9e2d1f7592fc1ad2a4e88180d8c9c54add43d5d04a0148ebae3be7474e5d953c81542721fe9f38d7d8 SHA512 c07c91ebcfb76705ff2559e9c75ff0ef63cfd5dcc0e10c8bf8bd794251d32f4eb9e6ce445f6ada7258801e4c96976b4332c100bb152cb2e00f6364ba655c493d DIST zenoh-result-1.6.2.crate 3509 BLAKE2B 2016de197ce3c65bcb3654a6edeadeb3dd02214d73f08624a126264b3963b9073d519331bcdd697f28f4bff02d71aa54aff9babd6697137bf4a510ab80948b40 SHA512 a09cd8937812d5886563340369e6e28292d3cc0d7f0bef8cc491e1f42e4f1cb5fc9d65e2509516e8c9e66176a27f420069d5dbfdd6ba47241c84e7c06ad889f4 +DIST zenoh-result-1.7.1.crate 3509 BLAKE2B 8c4d4150ccaef0340da1ba050ef629de2e87279476728382d2154bbfb447e4f6c110b0b3c83bd7e8b232faf54d5058c8b3484f4602f2e3aa8e22c25f6ec348ab SHA512 f020f934854b1d60a62cdde2a2bd74bd95cc28abe7b342424e7f94104578cc2db4ec839ef92bfe0d74bec4976a4f01e8bf4acb05a0eca3adfc3bedd836b857b3 DIST zenoh-runtime-1.3.4.crate 8522 BLAKE2B 13b5b147a9cd915b117a28cc3ebee809d7a16de12b344a35b15b18f94ef73b34393556332ba0e68837fd622186017242de4e319556eaae4fae8d7636e7fac346 SHA512 eef943e964335f0aefb78cc8e9f7edf39dd6923fd580667db21ef3a313f236f00f48335fe5b44657edf51da0f140fc02fcd0a7e4f4e29d2b53bbbcb6e3cbbb30 DIST zenoh-runtime-1.5.1.crate 8525 BLAKE2B ae61fa61639b26d6a0510ae5d8930bf11ba27c4f06674f811974303ce33bcf5e09de3508f2fcaf9488c8150a1b48b7969c73a0b25ab4d5a0777e705b04bb0aa9 SHA512 5733d71d4cbddb0b5c9b7673e6ba341d481bea0123384cf4b685da6aa9d46af08ee906d38bcf4781de1a6a64f180f94a74e80c4ff8674bc66e1e2fc31b475593 DIST zenoh-runtime-1.6.2.crate 9014 BLAKE2B 916c2aac0d799a369583698285e7b5c0653c8db1fbf8c8481523a92a117822adb93311d59df308d4147499bb611cc3ae76b0453659b0a93690da40f96c526742 SHA512 ca1a35329ce9be519ebb65ad0a37938960eba96c6c475fd3ef47de1a3a699b30be2ba8d90492a835a0faf04a81906c818dae6e7be2282b8d3941d94cee61ed83 +DIST zenoh-runtime-1.7.1.crate 8634 BLAKE2B 91ff6f39aedaa073493086c70fc4110754e98dc50daf3e74dc2d371ea3c4d3d3cf9508daf5830fec07c4babb2dda20a6b500a731525533275439e79aea7acf70 SHA512 03b38034e339e60233847172a911f18448d537b750f6101f96920068851ba99ec029f84839e5652052ad11eaea0f8dbf2996e8ea543f443abc6be374f7e781c0 DIST zenoh-sync-1.3.4.crate 14713 BLAKE2B 4ad9b22e846b587941f0710c60ec64263b188ebeba0576c1e32b205cafe5a118c623942ede01a945d332ae8430f9bdbc9caed0d89eacb7fa9566d2e69c9d26c9 SHA512 e96e4ebf432f4f907fe76a654dfb6983f71f027bd507dd68d400a35f09acc9ede4bccfa695d00fb1045eb4cc94554323b75dce6cee484807917591dedafd3d88 DIST zenoh-sync-1.5.1.crate 14702 BLAKE2B 7479ffa8bff2e5729411b1fc25de74074b01295c9250894e0797744328cad42326648049297e1e59ce6d6b1d519fde5329384c8561193cb68b5a508a61aa112a SHA512 d8f92191904a7e2bb27c4d82767b421a6d23b4b91a55143a463c16d9e965b5e229cf8f8dbebd2a78ceb1f622758fa5760412d1108e0e518b466a7b97ba841848 DIST zenoh-sync-1.6.2.crate 15381 BLAKE2B 975eabf05c870e3c4976e0ae3335719ee0b4a09860636e804ae1a898f8f052d5dfc92dff33aab4a96c70a3f277336a958f92b6c9156c54247ebd3bcb10fcaefb SHA512 416e5246b59e5b0c16e11a4e7e4c2a647b2d92f1430bc26508bb006efca082a0f333a9524f166c0b64b822440d2abccf9fcc0f3d13d5740d289593a7c7cd9349 +DIST zenoh-sync-1.7.1.crate 14998 BLAKE2B 901160400615007bd26718f1e534ecab8861fc4c7cea3cd258a393bfc13849b48a4d2100845995e511a7998afcca9c45c9428966f87a0ca5e3f460a73172b3ec SHA512 69f30799cae7417d129c08e90b2ab81ec838e754dcae93e97b5b31aea24c1c3921554fcefad0a01b90bba07d9fd57c1b78fa9f9bc30306e8dff4521625b043df DIST zenoh-task-1.3.4.crate 8357 BLAKE2B b8a6851b57742861848108c249d65e354312f43095a028bdb07bde91682c29c889339c080f5b69494a9ccb299177414620d2435573f449b4660de9d0d669922c SHA512 44fed0f5a43da425d1861dfe86ed0fd08725a079c89b12a61d5e18652b44f9b50baf5865085162aa15364636cbeec12c0b9dc5c7d7b0d01e6aca63cbef584793 DIST zenoh-task-1.5.1.crate 8356 BLAKE2B c02e51ee2b0c54f458effd85be84324b7b10f06a4d8299ebb808b1370af873fd1c381e6b294996a847c1cceda6146d1e93eb988da2e12572131f2a38cd99f2e3 SHA512 54fc2e59cafec0bda048716a94e0f058847f2f9206ea95124babf76e00ea168ea205c4779cf2ce9c226ea997d142a818becf73d28b878044dc91ea1640f4a7cf DIST zenoh-task-1.6.2.crate 8722 BLAKE2B 0260560b775df0f8f9493e9ed75371593d01ea1f7ee2f60f92f2b2097b8c262afe65baf03abb8849057a707a0dc932b235f82e19277b286235d97600586bea92 SHA512 e045bfedc7ebdf773ad60bfb20ce39f252f798991786c984af93e685bba02caf3a8ef5713c12e6af692a413d35dcc5012645fafce2bc02ef2cf48e62aa98f8ce +DIST zenoh-task-1.7.1.crate 8382 BLAKE2B 21a2324bb7081ef591da3ccc334844515da35220370ab88980756feb541344741caae9374c6c788692eefceba3c11031e63f09fafd854afb8e75123915495c29 SHA512 8c2f463fb653a4202ff5d75216350c1bc9f4bf98fe78a67b9871b819b90d047ce03ffbc1c852c0487432661d5b42a11fb6456491db5ccabb3a706adae1078fd3 DIST zenoh-transport-1.3.4.crate 167332 BLAKE2B 28012b006f32c2a1dce252dd704da1a1968a49a0f2b3eb78c26b974602b9eb7917f5db752785777d0f409c91f95496fa9745cdde5b50077fd9766a858050b152 SHA512 eb5819f2b58a13d9e07f3db1eb605b5594cd8a77fb8759dc777ade951bb207607503e0a86df30f851d8294b5ace5d4c41e02e1882e2b5f3e03e4b46a41803aaf DIST zenoh-transport-1.5.1.crate 169161 BLAKE2B 25225990e26176c60eb3b27ad9851993fad29018084e25bfb7a8e13da3969a65ab4466ddebfc3e51758a63bfd1ee0074d32dd875a2de6bb5bae54cf296e1dc92 SHA512 76337dcccaad695b95f1e8c8bcdc8cbcb5a560cba36a16b7e16e0cff024b3761b4f7a5e29dfdf72bcb2531441ff8bf75efa575a89c6b524ce721d6f53897182e DIST zenoh-transport-1.6.2.crate 172697 BLAKE2B babdf2ad5da092cb4408ee428c02b74c4a4ba20dcb036aa80eb3af55ae5a5b9486b42789afbaf7e2044199d3f53b121d39910430acee544ebeb3b08d9e895956 SHA512 9a4be829ef5f18f844c63d908f0486d72a7279b8bbdc921fda5e67774f914afd4a3be3c7c03c95d28764b4f69d3688ac17eef46f9cee31bc536ded81470be97c +DIST zenoh-transport-1.7.1.crate 171478 BLAKE2B c6ec0502d472a78ee8b026fd63158d2945900449965b9c5fade5f510e3c47fb83dee53400a991789a96cb5422b39f8fb4e54d66536566137a23ac4d917974b30 SHA512 9576771b6dd6789cb58d0eb7c4ddb3e727d8c2d035366a6bed702565ad78254e08c485fdce208f93bdea30eb957e2a9cd17497f7f34c985196c4c496fdc2db39 DIST zenoh-util-1.3.4.crate 26763 BLAKE2B 992a5d3228a38de434e120e39fd4c8993b2099432c8f6dd80bd5d70afafadbce365ccef4bb6f9b28bd665c5a59eff8b57cbd561361b3ea46d847120e7c9511a1 SHA512 885451073eece584e41c983019b9b858dfbf2914e70161b69681f7162f66197e3097845486611d2a3783b2a49b3dada6d7a12f80af1f377dd698515c1de469ae DIST zenoh-util-1.5.1.crate 26774 BLAKE2B 8917071ea323ea9b39e22d915cc903f7eb8aa20ca4277b7be1e9af896e3a1a6aa68ac46ecdfa17be966348816360234eb2ac2bba8aca254c7603df83fe569df9 SHA512 2671d8708929225cb67154f3b3bc924a42314ca74b4dca28010e73e8942d90de29f4e03df6e87ae95f5ba3cf7c25f155c381d6f8126ba99755df3d16bf45d225 DIST zenoh-util-1.6.2.crate 27766 BLAKE2B fb368eabaf72065e3823dedc8aad5da8fb5261f494cf024500f9ada93c019e9f53cda6ce87091ba80d3050cfdb7bdb00a6f2de5b286aac2d7ce48891759023e7 SHA512 c0c815e46c15a415e0043ff1c96b99cadc160ab7c740cd787c49153a9a95a7d34cba386ca454e5ca8b4c5082407c0944defd4232b55bb96639215c21f39ccae2 +DIST zenoh-util-1.7.1.crate 27095 BLAKE2B 3c616113785b8e8a5d5dc0cebeed6abfb2fa8be172f32bd40bc314ee186d894c4e61017c0b50508262d7f9cfc898754ccd65badcdaf10c923e678c5ca2b64974 SHA512 bcfaf500e9b3971c46e9a33b859ea53df30787c1893c5c76f09a17258ca5e1b04832afea1a3f605f66a33c2760c50e261839b61df46ff9120e583324ef04e071 DIST zerocopy-0.7.35.crate 152645 BLAKE2B 8f13123c9d9257ac5a5c6954d38c3510fa658624442f7e03cdcc6db5a0977d9f26bb4e277be172b7872ec365cf6e58ac742e5578636f7698f9f37093e9249d9a SHA512 17fcb31c029ae89c01e5bae5fb2bb46bd434120199a3dc2c7fe0012dbbcfe2a0bb38934c4a7d3a4920e3fe47c097403beee554fefa54b66cb390f8b1de638d3c DIST zerocopy-0.8.20.crate 234675 BLAKE2B 9ed90c185040047c57ec0377087512d2b76eedd1e3a68eb83a3f6cfc91d7ac1a0194a784ed836586bd79f8c952634296065d1343330363638a648e200d89d227 SHA512 c89ffbf430359789e1036761f308507f0adb754eaba2e60511453a874d15bcdca5e6c9ac81733de70e1eaed23d06ca183e1d75224ce82860d007df4a41aff2dd DIST zerocopy-0.8.25.crate 252714 BLAKE2B 161dc6e80765faa6b52a84e3a08d4958ee1446b1bbd63609c111c55c06a3fed409aaa7cfe0e7bd0815c8e35a3dfc896c0e5eabab72acb11ff717d81fa36bc040 SHA512 cb496ecf8a52ffebfe80059381c1d79e5e42abedcc112d0d5b9284b33e53549c1d5ee13e293a77a67a1082381d7600890a42adc27f2b118d6260252f99344fe2 DIST zerocopy-0.8.27.crate 252663 BLAKE2B bef5142d18ae053a542d3a481e5ed3594ee73f9d89eb82224c115701e38245e87ba9cfddd15812fbae5c2486ad46c11481ee722a3c3832a2540a43f84f6dce7e SHA512 f3f8d298b3a56d0eb3061207d069f34302e1dfb61e6b3ab2a9c8d0656b5da807ebd70310ddf818fbb40547597183e09be77c07c4b665690af66f27a9cf96a1df +DIST zerocopy-0.8.31.crate 257633 BLAKE2B 42b49b61a19d7d9865a0c7600d644902eb50b279a9f372769a5adcde211a7408d13b7fc83959b898422141abddd0460cbef67a2edc7c34591a183c0a6c82f0f7 SHA512 0d21cf7e269c50a4c4451426c9b4be3836fc53b0c7ae2c737996a7e6ad5dac3863c554e47308720087e928535ce4a2c4a25e1ead4cb927c29bb6a68fe66d2069 DIST zerocopy-derive-0.7.35.crate 37829 BLAKE2B badeb7fa5e0bfe93a6788d93fd297604ed31de526b121549300ead3c49d450f49265f499e2e7ce606dcce2b59dd01f7fa817b8fbb3f237475185c5b42f5299c4 SHA512 dbe23573b62a6267d7bc8c744320b75b2fbda03b908c1d175211f7394374fe182bce58021e25485c10671d726b2007f250565dfe53134d51c89293bb607e9feb DIST zerocopy-derive-0.8.20.crate 83660 BLAKE2B bde4d54107948aa644265acb3c0d11485efb936b95a51926db26b3ba66de7c970c012929425f64b63aa0732ffdc5b7657dd2d093fdab11a53f8959579908e72d SHA512 7b3e7b83555a93a6149621a6a6555e6187717cddd576805d1e44be5fd9b77ebfe63fb08087008de0c195bbff7d512b26797f429e359dd522b585f832c9d00913 DIST zerocopy-derive-0.8.25.crate 87671 BLAKE2B 147f8e7de236cf260c089bd14ca44eeaf9f94d233fcedcd72a220abc0731f373d78d03c7f035babf00ee98e59ffb17ae0eff2b695bcf82fdbdb7bc1d07aa477e SHA512 c4e1086155e2b6e53ad6af11e8f1d66f09a6496476bca069b39bf5f6f51cccf83485c1043dd652e9cf63c72fc0da55b80871f725b34878ca534d1ee22c24cbb9 DIST zerocopy-derive-0.8.27.crate 89827 BLAKE2B ace5abe8aca7cdc22ab66826e7e244b89d84adf495186eaa2714d6c521403e2fd84b56259eed6d2a6ad9800e164021dadfcdf4c80ad8a8b7eb0dd7fe799e9749 SHA512 9fd0b4f900e6ea7c92998b7297deafa84870e7e57d09225ae3910894358da9f405925fed88d2528f52caf5a1f6e32dd75bfa18ed3a7f9fee75bfa88c0f23e451 +DIST zerocopy-derive-0.8.31.crate 90835 BLAKE2B 3389db8cd661caf45a147b1f70fada5adf3a70375e27dcb3eeb75f079ef9e776daa397a851df0846cdb0d26448a30725993d3cf27f196d85434f78432c1fd757 SHA512 ebfae66be4685754c06cd6aded9c7bfe143997626cfc1295cca9bbf233d4f48719bf19101b5e5a9905aafd53d889939f4eb31743fbac76426c22bd20765b186f DIST zerofrom-0.1.5.crate 5091 BLAKE2B a2b938197957755c4a8ccfb258f60f90931a0a342d9d4bd098c7a25e1c9069148a51ddfffd2b72a6a9856d8c6e66fe1482ab2081a5f3478b4b318062caffff42 SHA512 11f16a1003967b3f30d7b32ffc8541ec05fb335690b08cf4f7554c624ad4312ee0961c83390a997e2a73aee06d8bb09a0ff4e6a5e489f8fb925141e732006544 DIST zerofrom-0.1.6.crate 5669 BLAKE2B 1428e9cfdcdae13b39b7465524d1b8b79bdd89f743d3db4a3305c2b39d61ad7ced958dabd673a135147a04c8ace69d8c710dc06c6a07b1dd3987fc0a45148094 SHA512 e87c50b4f87caff70d026099bddcced73398c432f6aade32d74ad199cb3a985956bac282f48efdd501e64e80297afe4f8a4518db32437bf297fcf51a6f94bbd9 DIST zerofrom-derive-0.1.5.crate 8285 BLAKE2B d19bf1b74be89f4d27eda36ba6407d598358d3d69bed64f02903ab7dc509faa006cde9c13e19f5f3cde09cf9049120575263996c922b20da366a11e18baa42dc SHA512 75098e0f1c690bd8476f819f4ea2a7645b88237042a8876259bf4e025b070a4b105caf16ca7a824c5dd6c4690b693fcc74bed9ac0b5e6fdab05a5bed1b5cb298 @@ -1684,11 +1820,14 @@ DIST zeroize-1.8.1.crate 20029 BLAKE2B 092eba034cd35ec47290020e0c2b213177ff5dbe1 DIST zeroize-1.8.2.crate 20907 BLAKE2B f9233758bde107e2409b56e936e02f51442ff29dfb2589c0b194edb38645421b4b8e6064208f7548a93836149c425de90c08792288e5cea1ae117911406bcdd5 SHA512 ce1fb97ac69cb0792f2f5820919aaa0a9f71c4b410bd0d0c2343d8415d39e3eec3f948cc2769eaf639c14695a3961fb6cd96ba7a77a15a77924d1a8c16497b81 DIST zeroize_derive-1.4.2.crate 11141 BLAKE2B a40add656369a3a40d5b5f3397a77a1e9f803d4b8ae5b7d51c9f2ebb332a289b3c1ea528655806a26998e081a1cc9f4b07828664542de8d8d2619faf079d25c5 SHA512 d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226 DIST zerotrie-0.2.2.crate 74423 BLAKE2B ddbf7c1a1e45fd4b3c44bd7036e46070a2d9fbb338de719c2c775dfa96ed11d06e14232f05eec4b5c9ac500ed4e7abd8a483dcd06a6a60ba20e6b6b6fa7333ff SHA512 72b6e9633f100172b5e8ef25dce004ea1eb14e110b9189d91faf19f63f8a7714325c2847df559b7ade1f0b2c54369c63fb9745946c4976750a28853790328ee8 +DIST zerotrie-0.2.3.crate 69547 BLAKE2B e5195d0ac15eb05ced2064cd106892855253b11fb996fa8a9f8b44b3b2958e900c95503200c5fccaef91df3fcf0dd17c9a028ad8c014ba09485f7743cfe6b74f SHA512 10d3cb670f959b81a7170440a081ebe66f147c76be8e6c769b9093bc737cbb28c1b632515311adf7ffccee0cf05f808ad461743128429d2d1ad86932e54b587d DIST zerovec-0.10.4.crate 126398 BLAKE2B b078784d6f178bbb9de1c3c1b6c7ef996f00bdd7dfd2924bda921e62f3e09e953fbf50f8d0da99ac6ff6d134f146253846f5663549dcf8df08eaf34b9d4016b3 SHA512 db12bba1d7476ddead92e6dfcdcc30e2e0defff4f263a740244eabee265a2cab265473a663d3dc3210f48e113b66d951da496dfab7965ce1bc792e5f2db422a0 DIST zerovec-0.11.2.crate 124500 BLAKE2B a668f982e2e02cf8c1d14aa2c5def275c643124ca68bf0e358f3f0f5d0251e35f3a51fb4e38ac8e880f592a0791aeb53e2204b3b9bda200a76d4f3c3dd26852e SHA512 72297429aad473b6dcd5019cca30f85779aebc826cc47694589a9a9025772b46130a654970b03a9866d51724ec5efc474fa249490365430416dde6002e939255 DIST zerovec-0.11.4.crate 125080 BLAKE2B 67957532912716a8fe7b5468effc8af700251acfedad13e4874229ce91a2450026a2a336b542cc1239f62a71da997e406c49f85f4f8c7019a9228997d8a31750 SHA512 461ac55146b32f323dff50f85044040096369361bd23e341d729467e99b5c825ec0add8fa940bf0c17cd4990fd7e629268891a711d5b49348167c0a9d6c03e31 +DIST zerovec-0.11.5.crate 119620 BLAKE2B 8277a379f53b95575fc14ff56b41930099433af7c10b480e7ac7e4b3c9b971571f7966873272bd4249dbdb2ff388c56963a5b9d7b2c9ac2072ac2a85178028e0 SHA512 65705ab802bc441561efe7af6cbd6187c04ee8d2feb2b5d5137dbbcf92d65edd30db5ef003c2f34588dd1a3a0a2aac475b4312d3c4951a32a82d5aeb57a2fda9 DIST zerovec-derive-0.10.3.crate 19438 BLAKE2B 9f7df8a4e4a0b62ab25aed967b26509db4bcc5d5b10b3bd73305099a4c49a60be8921484ced1a34d9b7ae30ffa5abe789686f432416a8f1cfc07de1db1dff594 SHA512 caefbffeb35265db9f74933bf07109d57f0da48156cafd4f330af78a5c7eb9ab0831a80789ad4fb119875ebc6cfd7e3de68c9984b77dca5151f9be41f1ae6e09 DIST zerovec-derive-0.11.1.crate 21294 BLAKE2B cb51fbd289868568f65ca7253059c1c2c94a8130a2a9879b2a0129faf5867e13ff675cfc9b359793629d955a1b39617c6fce9079398a54ae31670ec29eab6ef1 SHA512 5836035134bdf09a4a8cdd5a18f629696902704903c4b3579ddf1adfa49ab47a68287ecf2be165d631ba454daf150c043410359783bf1ce448e7ca46b8cb6039 +DIST zerovec-derive-0.11.2.crate 21421 BLAKE2B 42ec1fd49da71796845e1b3414d3422ebecd6f30e7affb7a672449a75a70acfcfc24096130edf3c247651272b03134519a89bcfe36dc2e426a8224fd687236cf SHA512 ee36fa909e0ba80ec0cc10608837bcb0b4fde68b12174c8311ffab0eb8ac78f62ed6540bfb5bd4fb756c911f4ebf44b3a0bfb5ce293572bafb75b9e5705a5745 DIST zip-2.2.1.crate 107205 BLAKE2B 7685d4cf3d8d644a4f6f395f9c0a6be1db8d0b3a6d30ca9edcb7663b66587f29293741b4cf4352690798727806978bc30eee1a432d83cb054d209088ce1d0bbb SHA512 2e38cfa4298fac678f3654c5c23c9807630778e4a95a294c3b936d9222638c95f189e829c363f0a7f873afd84f9cae37858e9eb7547d4985070f01a2e0e3940a DIST zip-2.2.2.crate 108809 BLAKE2B e6d7792b70ab397ef340d37167266b87538d2e0ad422d02b053f6b492c8ed13535ea18d5d4077350286b3c2f79623a01ec89544f6334eddd07c87b0d443f19ae SHA512 0255079792b786a55dd18587daf178456f2b79f83d767ba42504f8b7163eebc152c02500097edd78bb37916444c9ad9905779367c6d743489502468258f1706e DIST zip-4.0.0.crate 111911 BLAKE2B 8cefc64e9847f59ac273372909588c781724dcf063f8c68ce01dc4b6b6e6bcecca76f5b52b68f7d2cb0ab86e97c87332a3f0e7a86f48d995189fbf0156649728 SHA512 fd7352dd5af8e47a297d2c91cd742c7548da939d993d7dc1c94d8f83b3695a06fdc2001d8208d5eb2a5d92888571a51155972ea885e1b6e00b704fe95089ea9d @@ -1697,8 +1836,10 @@ DIST zip-5.1.1.crate 127991 BLAKE2B fcd105e0ee9ce6187cc2ce879d2330cf06fd3a8d9d17 DIST zip-6.0.0.crate 128541 BLAKE2B d20916227906c95d078a4da4dc5b67879e46cb129d34a45e2088fbdcd416d244cd2094017d9d97d5210baaea38edf3f7f8307cb716fae2fd7c511561406d52b1 SHA512 0fbcc6ef6580df7db0d98f677bb5097a7c420646d1eec44b89714a7c9c7f54e4abe6489192f85e1debccfa241e3cbed2ef0a7eab3f0864b7f008527ace8e0996 DIST zlib-rs-0.5.0.crate 191547 BLAKE2B b5555586bf061706e0a1d7f73e6a3a1030996a5de12435c96d9c82b59b7e7f28ead1db375eef8eb97d54bbd29ea96cfec47dc8c8372086df2a2f45eae9cb3335 SHA512 6cd49a69f7b515c3872ca10975d445badead076159b73d0c9298a2d52ca23d439e5e5408f4359d03f7728f081a50e2ce714f0028dc2ffa0de421c6e89e8d3096 DIST zlib-rs-0.5.2.crate 194342 BLAKE2B da47c819670c03cbfa3b9a7ca5314c81332ae566db578a84535b28570400f94924f532774e49efa884aae82ed748b8fd039cc29ff0ac9b0fd858efcdbf18c690 SHA512 41a0760c387efed4aeb4d568a6f01f2f4cf0f02aea3db1d69d0566c2ce1d68e8e9b2fbf0a34005aaab16a985a6bfb66c7d035949b70fb3592f086a6f428c00ff +DIST zlib-rs-0.5.4.crate 206980 BLAKE2B 4b6ec252e90596c09e4aafc58f844d9f8d5fdc2eef95d1da7a0c64e050c9b7f3f25d92d320fe973cb5ad4bce93a32d3fefc49c627e21293e6b6d8dafd60aec9a SHA512 51bf82b693b56e7d927efadff8cb75dbcddf32447eac08d54cae1c6e5730f79235e66872810359a38b9bcf1c3b510813963e8064b5a848d583e6fa8d539fa798 DIST zopfli-0.8.1.crate 50972 BLAKE2B 27cde48858dc65ec8082d4e0d81e2758f92d3dcc7a1c1f08aa6448e99f2995a865ac3259353b26e787f108c2f88ce3c7610413ea9d3daae6f864900d74565de6 SHA512 799e25c0cc9f0bf2119a7c03225b11ed94e7c3ac83f872a27da8ae15c90206245121c38f5e2b78fece131f5bb428f01fabbfd1b1e18ea456957940042d38f38d DIST zopfli-0.8.2.crate 51842 BLAKE2B c7484b071d225de147106ed91b76f3871336a133bdc7f93740369bf3aa886207e9f405c3b55ea5b49ed591222adcfd389af7e79d9f5b1ff15022af28374f6df1 SHA512 ed78e6caf284f5937afbb6810f4016e90e801a6cb8290186995b44e33303a3a80ea50fb1dcd1b0bc0c416b7540c85199cd8ca11fdebaab99f11468085e6b1592 +DIST zopfli-0.8.3.crate 51589 BLAKE2B 5c1e9120b44bf6576bdc636b6e66f7f6d2aa56e4772481ffd027f56383cbc85032d003dbb04cd47cd6783f6901017fd270279dfcdda6caffc8c32eeb473c96ea SHA512 564453096c9352d732c76b3eec69c3f454cbdf64f99926f676e845fc5312fa6833bcaa3a451ed87b7c7038bb5ec2bcb1467e21b29250a7524b78421ac987cd33 DIST zstd-0.13.2.crate 30251 BLAKE2B 7a13a094791b13b9215cce3aae5f99b86dc76ff271324a67170747f56b97df514762a0c097e6376752d2a5b35f9ef03d76e0c362e34e15ca02fa3644cc933131 SHA512 9cc3584f74da6da6920b74a7125b4eee9133ae00776aff3c77404fb438e05831f654fce46f7ebab442b04f20f84c11ca58f7ebfe7ff506833c38e919ee3f8572 DIST zstd-0.13.3.crate 30514 BLAKE2B f849d794a4e9157c95d7fcce57551a0fe25098348759086219adab57f37b328e9701b65994da30d8756adf12feae4407f5be92f6c1ca43a57807097520fcd04f SHA512 07e1589ebf2aa169cdc50381f5078012574e3613cc89f3d02914b286d37a9028124c6d40ee8efd75ecc50f31e51a24d2ad0a6e83e669d7dc6477fc43878d4751 DIST zstd-safe-7.2.1.crate 21122 BLAKE2B 49df1ae857449393e6a09293b8963702fecb375622a5cda96d51c3ae96b67044aa40dbc043b96a16ea3b66dac47287dc58007a825c025c3d9b7aac31b441ab9a SHA512 95d0a1d4bb307f64de40f4bad5b400e5a592c901e133a88d8344c46ba3dd51465a8284fa2e3aca74f531c21e7bc3eead112f3797abaea7e439e3f407401b947b diff --git a/net-mail/stalwart-cli/stalwart-cli-0.15.1.ebuild b/net-mail/stalwart-cli/stalwart-cli-0.15.1.ebuild new file mode 100644 index 000000000000..1600385c6017 --- /dev/null +++ b/net-mail/stalwart-cli/stalwart-cli-0.15.1.ebuild @@ -0,0 +1,911 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.0 + +EAPI=8 + +CRATES=" + RustyXML@0.3.0 + addr2line@0.25.1 + adler2@2.0.1 + adler32@1.2.0 + aead@0.5.2 + aes-gcm-siv@0.11.1 + aes-gcm@0.10.3 + aes@0.8.4 + ahash@0.8.12 + aho-corasick@1.1.4 + allocator-api2@0.2.21 + android_system_properties@0.1.5 + anstream@0.6.21 + anstyle-parse@0.2.7 + anstyle-query@1.1.5 + anstyle-wincon@3.0.11 + anstyle@1.0.13 + anyhow@1.0.100 + arbitrary@1.4.2 + arc-swap@1.7.1 + argon2@0.5.3 + array-init@2.1.0 + arrayref@0.3.9 + arrayvec@0.7.6 + ascii-canvas@3.0.0 + asn1-rs-derive@0.6.0 + asn1-rs-impl@0.2.0 + asn1-rs@0.7.1 + async-channel@1.9.0 + async-lock@3.4.1 + async-nats@0.44.2 + async-recursion@1.1.1 + async-stream-impl@0.3.6 + async-stream@0.3.6 + async-trait@0.1.89 + atomic-waker@1.1.2 + attohttpc@0.28.5 + autocfg@1.5.0 + aws-creds@0.37.0 + aws-region@0.25.5 + azure_core@0.21.0 + azure_storage@0.21.0 + azure_storage_blobs@0.21.0 + azure_svc_blobstorage@0.21.0 + backtrace@0.3.76 + base16ct@0.2.0 + base32@0.5.1 + base64@0.13.1 + base64@0.21.7 + base64@0.22.1 + base64ct@1.8.1 + bincode@1.3.3 + bincode@2.0.1 + bincode_derive@2.0.1 + bindgen@0.70.1 + bindgen@0.72.1 + biscuit@0.7.0 + bit-set@0.5.3 + bit-set@0.8.0 + bit-vec@0.6.3 + bit-vec@0.8.0 + bitflags@2.10.0 + bitpacking@0.9.2 + bitvec-nom2@0.2.1 + bitvec@1.0.1 + blake2@0.10.6 + blake3@1.8.2 + block-buffer@0.10.4 + block-buffer@0.9.0 + block-padding@0.3.3 + blowfish@0.7.0 + blowfish@0.9.1 + btoi@0.4.3 + buffered-reader@1.4.0 + bumpalo@3.19.0 + bytecheck@0.8.2 + bytecheck_derive@0.8.2 + bytemuck@1.24.0 + byteorder@1.5.0 + bytes@1.11.0 + bzip2-sys@0.1.13+1.0.8 + bzip2@0.6.1 + calcard@0.1.3 + calcard@0.3.2 + camellia@0.1.0 + cast5@0.11.1 + castaway@0.2.4 + cbc@0.1.2 + cc@1.2.49 + cedarwood@0.4.6 + cesu8@1.1.0 + cexpr@0.6.0 + cfb-mode@0.8.2 + cfb@0.7.3 + cfg-if@1.0.4 + cfg_aliases@0.2.1 + chrono-tz@0.10.4 + chrono@0.4.42 + cipher@0.2.5 + cipher@0.4.4 + clang-sys@1.8.1 + clap@4.5.53 + clap_builder@4.5.53 + clap_derive@4.5.49 + clap_lex@0.7.6 + cmac@0.7.2 + cmake@0.1.54 + colorchoice@1.0.4 + combine@4.6.7 + compact_str@0.9.0 + concurrent-queue@2.5.0 + console@0.15.11 + const-oid@0.9.6 + const-random-macro@0.1.16 + const-random@0.1.18 + const_format@0.2.35 + const_format_proc_macros@0.2.34 + const_panic@0.2.15 + constant_time_eq@0.3.1 + core-foundation-sys@0.8.7 + core-foundation@0.10.1 + core-foundation@0.9.4 + core2@0.4.0 + cpufeatures@0.2.17 + crc-catalog@2.4.0 + crc16@0.4.0 + crc32fast@1.5.0 + crc@3.4.0 + critical-section@1.2.0 + crossbeam-channel@0.5.15 + crossbeam-deque@0.8.6 + crossbeam-epoch@0.9.18 + crossbeam-queue@0.3.12 + crossbeam-utils@0.8.21 + crossbeam@0.8.4 + crunchy@0.2.4 + crypto-bigint@0.5.5 + crypto-common@0.1.7 + crypto-mac@0.10.0 + csv-core@0.1.13 + csv@1.4.0 + ctr@0.9.2 + curve25519-dalek-derive@0.1.1 + curve25519-dalek@4.1.3 + darling@0.20.11 + darling@0.21.3 + darling_core@0.20.11 + darling_core@0.21.3 + darling_macro@0.20.11 + darling_macro@0.21.3 + dary_heap@0.3.8 + data-encoding@2.9.0 + dbl@0.3.2 + deadpool-postgres@0.14.1 + deadpool-runtime@0.1.4 + deadpool@0.10.0 + deadpool@0.12.3 + decancer@3.3.3 + deflate64@0.1.10 + der-parser@10.0.0 + der@0.7.10 + deranged@0.5.5 + derive_arbitrary@1.4.2 + des@0.8.1 + digest@0.10.7 + digest@0.9.0 + dirs-next@2.0.0 + dirs-sys-next@0.1.2 + dirs-sys@0.5.0 + dirs@6.0.0 + displaydoc@0.2.5 + dlv-list@0.5.2 + dns-update@0.1.6 + doc-comment@0.3.4 + dsa@0.6.3 + dyn-clone@1.0.20 + eax@0.5.0 + ecb@0.1.2 + ecdsa@0.16.9 + ece@2.3.1 + ed25519-dalek@2.2.0 + ed25519@2.2.3 + either@1.15.0 + elliptic-curve@0.13.8 + ena@0.14.3 + encode_unicode@1.0.0 + encoding_rs@0.8.35 + endian-type@0.1.2 + enum-as-inner@0.6.1 + equivalent@1.0.2 + errno@0.3.14 + event-listener-strategy@0.5.4 + event-listener@2.5.3 + event-listener@5.4.1 + fallible-iterator@0.2.0 + fallible-iterator@0.3.0 + fallible-streaming-iterator@0.1.9 + fancy-regex@0.14.0 + farmhash@1.1.5 + fast-float@0.2.0 + fastbloom@0.14.0 + fastrand@1.9.0 + fastrand@2.3.0 + ff@0.13.1 + fiat-crypto@0.2.9 + find-msvc-tools@0.1.5 + fixedbitset@0.4.2 + fixedbitset@0.5.7 + flate2@1.1.5 + flume@0.11.1 + fnv@1.0.7 + foldhash@0.1.5 + foldhash@0.2.0 + foreign-types-shared@0.1.1 + foreign-types@0.3.2 + form-data@0.6.0 + form_urlencoded@1.2.2 + foundationdb-gen@0.9.2 + foundationdb-macros@0.3.3 + foundationdb-sys@0.9.1 + foundationdb-tuple@0.9.1 + foundationdb@0.9.2 + funty@2.0.0 + futures-channel@0.3.31 + futures-core@0.3.31 + futures-executor@0.3.31 + futures-io@0.3.31 + futures-lite@1.13.0 + futures-macro@0.3.31 + futures-sink@0.3.31 + futures-task@0.3.31 + futures-util@0.3.31 + futures@0.3.31 + generic-array@0.14.7 + generic-array@1.3.5 + gethostname@1.1.0 + getrandom@0.1.16 + getrandom@0.2.16 + getrandom@0.3.4 + ghash@0.5.1 + gimli@0.32.3 + git-version-macro@0.3.9 + git-version@0.3.9 + glob@0.3.3 + group@0.13.0 + h2@0.3.27 + h2@0.4.12 + hashbrown@0.12.3 + hashbrown@0.14.5 + hashbrown@0.15.5 + hashbrown@0.16.1 + hashify@0.2.7 + hashlink@0.10.0 + heck@0.4.1 + heck@0.5.0 + hermit-abi@0.5.2 + hex@0.4.3 + hickory-client@0.24.4 + hickory-proto@0.24.4 + hickory-proto@0.26.0-alpha.1 + hickory-resolver@0.26.0-alpha.1 + hkdf@0.12.4 + hmac@0.10.1 + hmac@0.12.1 + home@0.5.12 + hostname@0.4.2 + http-body-util@0.1.3 + http-body@0.4.6 + http-body@1.0.1 + http-types@2.12.0 + http@0.2.12 + http@1.4.0 + httparse@1.10.1 + httpdate@1.0.3 + human-size@0.4.3 + humantime@2.3.0 + hyper-rustls@0.24.2 + hyper-rustls@0.27.7 + hyper-timeout@0.5.2 + hyper-util@0.1.19 + hyper@0.14.32 + hyper@1.8.1 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.64 + icu_collections@2.1.1 + icu_locale_core@2.1.1 + icu_normalizer@2.1.1 + icu_normalizer_data@2.1.1 + icu_properties@2.1.2 + icu_properties_data@2.1.2 + icu_provider@2.1.1 + idea@0.5.1 + ident_case@1.0.1 + idna@1.1.0 + idna_adapter@1.2.1 + imagesize@0.14.0 + include-flate-codegen@0.3.1 + include-flate-compress@0.3.1 + include-flate@0.3.1 + indexmap@1.9.3 + indexmap@2.12.1 + indicatif@0.17.11 + infer@0.19.0 + infer@0.2.3 + inout@0.1.4 + instant@0.1.13 + ipconfig@0.3.2 + ipnet@2.11.0 + ipnetwork@0.20.0 + iri-string@0.7.9 + is-terminal@0.4.17 + is_terminal_polyfill@1.70.2 + itertools@0.10.5 + itertools@0.11.0 + itertools@0.13.0 + itertools@0.14.0 + itoa@1.0.15 + jemalloc-sys@0.5.4+5.3.0-patched + jemallocator@0.5.4 + jieba-macros@0.8.1 + jieba-rs@0.8.1 + jmap-client@0.3.3 + jmap-client@0.4.0 + jmap-tools@0.1.3 + jni-sys@0.3.0 + jni@0.21.1 + jobserver@0.1.34 + js-sys@0.3.83 + json5@0.4.1 + keccak@0.1.5 + keyed-set@1.1.0 + keyed_priority_queue@0.4.2 + konst@0.3.16 + konst_kernel@0.3.15 + lalrpop-util@0.20.2 + lalrpop@0.20.2 + lazy_static@1.5.0 + lber@0.5.1 + ldap3@0.12.1 + libbz2-rs-sys@0.2.2 + libc@0.2.178 + libflate@2.2.1 + libflate_lz77@2.2.0 + libloading@0.8.9 + libm@0.2.15 + libredox@0.1.10 + librocksdb-sys@0.17.3+10.4.2 + libsqlite3-sys@0.35.0 + libz-rs-sys@0.5.4 + libz-sys@1.1.23 + linked-hash-map@0.5.6 + linux-raw-sys@0.11.0 + litemap@0.8.1 + lock_api@0.4.14 + log@0.4.29 + lru-cache@0.1.2 + lru-slab@0.1.2 + lru@0.14.0 + lz4-sys@1.11.1+lz4-1.10.0 + lz4_flex@0.11.5 + lz4_flex@0.12.0 + lzma-rust2@0.13.0 + mail-auth@0.7.3 + mail-builder@0.4.4 + mail-parser@0.11.1 + mail-send@0.5.2 + maplit@1.0.2 + matchers@0.2.0 + maybe-async@0.2.10 + md-5@0.10.6 + md-5@0.9.1 + md5@0.7.0 + md5@0.8.0 + memchr@2.7.6 + memory-stats@1.2.0 + memsec@0.7.0 + mime@0.3.17 + mime_guess@2.0.5 + minimal-lexical@0.2.1 + miniz_oxide@0.8.9 + mio@1.1.1 + moka@0.12.11 + munge@0.4.7 + munge_macro@0.4.7 + mysql-common-derive@0.32.1 + mysql_async@0.36.1 + mysql_common@0.35.5 + nanorand@0.7.0 + new_debug_unreachable@1.0.6 + nibble_vec@0.1.0 + nix@0.30.1 + nkeys@0.4.5 + no-std-net@0.6.0 + nohash-hasher@0.2.0 + nohash@0.2.0 + nom@7.1.3 + nonempty-collections@0.3.1 + nu-ansi-term@0.50.3 + nuid@0.5.0 + num-bigint-dig@0.8.6 + num-bigint@0.4.6 + num-conv@0.1.0 + num-integer@0.1.46 + num-iter@0.1.45 + num-traits@0.2.19 + num_cpus@1.17.0 + num_enum@0.7.5 + num_enum_derive@0.7.5 + number_prefix@0.4.0 + object@0.37.3 + ocb3@0.1.0 + oid-registry@0.8.1 + once_cell@1.21.3 + once_cell_polyfill@1.70.2 + opaque-debug@0.3.1 + openssl-macros@0.1.1 + openssl-probe@0.1.6 + openssl-sys@0.9.111 + openssl@0.10.75 + opentelemetry-http@0.29.0 + opentelemetry-otlp@0.29.0 + opentelemetry-proto@0.29.0 + opentelemetry-semantic-conventions@0.29.0 + opentelemetry@0.29.1 + opentelemetry_sdk@0.29.0 + option-ext@0.2.0 + ordered-multimap@0.7.3 + p256@0.13.2 + p384@0.13.1 + p521@0.13.3 + parking@2.2.1 + parking_lot@0.12.5 + parking_lot_core@0.9.12 + password-hash@0.5.0 + paste@1.0.15 + pbkdf2@0.12.2 + pem-rfc7468@0.7.0 + pem@3.0.6 + percent-encoding@2.3.2 + pest@2.8.4 + pest_derive@2.8.4 + pest_generator@2.8.4 + pest_meta@2.8.4 + petgraph@0.6.5 + petgraph@0.8.3 + phf@0.12.1 + phf@0.13.1 + phf_codegen@0.13.1 + phf_generator@0.13.1 + phf_macros@0.13.1 + phf_shared@0.11.3 + phf_shared@0.12.1 + phf_shared@0.13.1 + pin-project-internal@1.1.10 + pin-project-lite@0.2.16 + pin-project@1.1.10 + pin-utils@0.1.0 + pkcs1@0.7.5 + pkcs8@0.10.2 + pkg-config@0.3.32 + pnet_base@0.35.0 + pnet_datalink@0.35.0 + pnet_sys@0.35.0 + polyval@0.6.2 + portable-atomic@1.11.1 + postgres-protocol@0.6.9 + postgres-types@0.2.11 + potential_utf@0.1.4 + powerfmt@0.2.0 + ppmd-rust@1.3.0 + ppv-lite86@0.2.21 + precomputed-hash@0.1.1 + prettyplease@0.2.37 + prettytable-rs@0.10.0 + primeorder@0.13.6 + privdrop@0.5.6 + proc-macro-crate@3.4.0 + proc-macro-error-attr2@2.0.0 + proc-macro-error-attr@1.0.4 + proc-macro-error2@2.0.1 + proc-macro-error@1.0.4 + proc-macro2@1.0.103 + prometheus@0.14.0 + prost-derive@0.13.5 + prost@0.13.5 + proxy-header@0.1.2 + psl-types@2.0.11 + psl@2.1.168 + ptr_meta@0.3.1 + ptr_meta_derive@0.3.1 + pure-rust-locales@0.8.2 + pwhash@1.0.0 + quick-xml@0.31.0 + quick-xml@0.32.0 + quick-xml@0.38.4 + quick_cache@0.6.18 + quinn-proto@0.11.13 + quinn-udp@0.5.14 + quinn@0.11.9 + quote@1.0.42 + r-efi@5.3.0 + r2d2@0.8.10 + radium@0.7.0 + radix_trie@0.2.1 + rancor@0.1.1 + rand@0.7.3 + rand@0.8.5 + rand@0.9.2 + rand_chacha@0.2.2 + rand_chacha@0.3.1 + rand_chacha@0.9.0 + rand_core@0.5.1 + rand_core@0.6.4 + rand_core@0.9.3 + rand_hc@0.2.0 + rasn-cms@0.10.6 + rasn-derive@0.10.6 + rasn-pkix@0.10.6 + rasn@0.10.6 + rayon-core@1.13.0 + rayon@1.11.0 + rcgen@0.12.1 + rcgen@0.14.5 + rdkafka-sys@4.9.0+2.10.0 + rdkafka@0.38.0 + redis@0.32.7 + redox_syscall@0.5.18 + redox_users@0.4.6 + redox_users@0.5.2 + ref-cast-impl@1.0.25 + ref-cast@1.0.25 + regex-automata@0.4.13 + regex-syntax@0.8.8 + regex@1.12.2 + rend@0.5.3 + reqwest@0.12.25 + resolv-conf@0.7.6 + rev_lines@0.3.0 + rfc6979@0.4.0 + ring@0.17.14 + ringbuffer-spsc@0.1.15 + ripemd@0.1.3 + rkyv@0.8.12 + rkyv_derive@0.8.12 + rle-decode-fast@1.0.3 + roaring@0.11.2 + rocksdb@0.24.0 + ron@0.12.0 + rpassword@7.4.0 + rsa@0.9.9 + rtoolbox@0.0.3 + rtrb@0.3.2 + rusqlite@0.37.0 + rust-ini@0.21.3 + rust-s3@0.35.1 + rust-stemmers@1.2.0 + rustc-demangle@0.1.26 + rustc-hash@1.1.0 + rustc-hash@2.1.1 + rustc_version@0.4.1 + rusticata-macros@4.1.0 + rustix@1.1.2 + rustls-native-certs@0.6.3 + rustls-native-certs@0.7.3 + rustls-native-certs@0.8.2 + rustls-pemfile@1.0.4 + rustls-pemfile@2.2.0 + rustls-pki-types@1.13.1 + rustls-platform-verifier-android@0.1.1 + rustls-platform-verifier@0.6.2 + rustls-webpki@0.101.7 + rustls-webpki@0.102.8 + rustls-webpki@0.103.8 + rustls@0.21.12 + rustls@0.23.35 + rustversion@1.0.22 + ryu@1.0.20 + salsa20@0.10.2 + same-file@1.0.6 + saturating@0.1.0 + scc@2.4.0 + schannel@0.1.28 + scheduled-thread-pool@0.2.7 + schemars@0.9.0 + schemars@1.1.0 + schemars_derive@1.1.0 + scopeguard@1.2.0 + scrypt@0.11.0 + sct@0.7.1 + sdd@3.0.10 + sec1@0.7.3 + secrecy@0.8.0 + security-framework-sys@2.15.0 + security-framework@2.11.1 + security-framework@3.5.1 + semver@1.0.27 + sequoia-openpgp@2.1.0 + serde@1.0.228 + serde_bytes@0.11.19 + serde_core@1.0.228 + serde_derive@1.0.228 + serde_derive_internals@0.29.1 + serde_json@1.0.145 + serde_nanos@0.1.4 + serde_qs@0.8.5 + serde_repr@0.1.20 + serde_urlencoded@0.7.1 + serde_with@3.16.1 + serde_with_macros@3.16.1 + serde_yaml@0.9.34+deprecated + serial_test@3.2.0 + serial_test_derive@3.2.0 + sha-1@0.9.8 + sha1@0.10.6 + sha1_smol@1.0.1 + sha1collisiondetection@0.3.4 + sha2-const-stable@0.1.0 + sha2@0.10.9 + sha2@0.9.9 + sha3@0.10.8 + sharded-slab@0.1.7 + shellexpand@3.1.1 + shlex@1.3.0 + sieve-rs@0.7.0 + signal-hook-registry@1.4.7 + signatory@0.27.1 + signature@2.2.0 + simd-adler32@0.3.8 + simdutf8@0.1.5 + siphasher@1.0.1 + slab@0.4.11 + smallvec@1.15.1 + smtp-proto@0.2.0 + snafu-derive@0.7.5 + snafu@0.7.5 + socket2@0.5.10 + socket2@0.6.1 + spin@0.10.0 + spin@0.9.8 + spki@0.7.3 + stabby-abi@72.1.1 + stabby-macros@72.1.1 + stabby@72.1.1 + stable_deref_trait@1.2.1 + static_assertions@1.1.0 + string_cache@0.8.9 + stringprep@0.1.5 + strsim@0.11.1 + subtle@2.6.1 + syn@1.0.109 + syn@2.0.111 + sync_wrapper@1.0.2 + synstructure@0.13.2 + tagptr@0.2.0 + tap@1.0.1 + term@0.7.0 + termcolor@1.4.1 + thiserror-impl@1.0.69 + thiserror-impl@2.0.17 + thiserror@1.0.69 + thiserror@2.0.17 + thread_local@1.1.9 + time-core@0.1.6 + time-macros@0.2.24 + time@0.3.44 + tiny-keccak@2.0.2 + tinystr@0.8.2 + tinyvec@1.10.0 + tinyvec_macros@0.1.1 + tls-listener@0.11.2 + token-cell@2.1.1 + tokio-macros@2.6.0 + tokio-postgres@0.7.15 + tokio-rustls@0.24.1 + tokio-rustls@0.26.4 + tokio-stream@0.1.17 + tokio-tungstenite@0.28.0 + tokio-util@0.7.17 + tokio-websockets@0.10.1 + tokio@1.48.0 + toml_datetime@0.7.3 + toml_edit@0.23.9 + toml_parser@1.0.4 + tonic@0.12.3 + totp-rs@5.7.0 + tower-http@0.6.8 + tower-layer@0.3.3 + tower-service@0.3.3 + tower@0.4.13 + tower@0.5.2 + tracing-attributes@0.1.31 + tracing-core@0.1.35 + tracing-log@0.2.0 + tracing-serde@0.2.0 + tracing-subscriber@0.3.22 + tracing@0.1.43 + try-lock@0.2.5 + try_map@0.3.1 + tryhard@0.5.2 + tungstenite@0.28.0 + twofish@0.7.1 + twox-hash@2.1.2 + typeid@1.0.3 + typenum@1.19.0 + typewit@1.14.2 + typewit_proc_macros@1.8.1 + ucd-trie@0.1.7 + uhlc@0.8.2 + unicase@2.8.1 + unicode-bidi@0.3.18 + unicode-general-category@1.1.0 + unicode-ident@1.0.22 + unicode-normalization@0.1.25 + unicode-properties@0.1.4 + unicode-script@0.5.8 + unicode-security@0.1.2 + unicode-width@0.1.14 + unicode-width@0.2.2 + unicode-xid@0.2.6 + universal-hash@0.5.1 + unsafe-libyaml@0.2.11 + untrusted@0.9.0 + unty@0.0.4 + unzip-n@0.1.4 + url@2.5.7 + urlencoding@2.1.3 + utf-8@0.7.6 + utf8_iter@1.0.4 + utf8parse@0.2.2 + uuid@1.19.0 + validated_struct@2.2.0 + validated_struct_macros@2.2.0 + valuable@0.1.1 + vcpkg@0.2.15 + vec_map@0.8.2 + version_check@0.9.5 + virtue@0.0.18 + waker-fn@1.2.0 + walkdir@2.5.0 + want@0.3.1 + wasi@0.11.1+wasi-snapshot-preview1 + wasi@0.9.0+wasi-snapshot-preview1 + wasip2@1.0.1+wasi-0.2.4 + wasite@0.1.0 + wasm-bindgen-futures@0.4.56 + wasm-bindgen-macro-support@0.2.106 + wasm-bindgen-macro@0.2.106 + wasm-bindgen-shared@0.2.106 + wasm-bindgen@0.2.106 + wasm-streams@0.4.2 + web-sys@0.3.83 + web-time@1.1.0 + webpki-root-certs@1.0.4 + webpki-roots@0.26.11 + webpki-roots@1.0.4 + whatlang@0.18.0 + whoami@1.6.1 + widestring@1.2.1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.11 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-core@0.62.2 + windows-implement@0.60.2 + windows-interface@0.59.3 + windows-link@0.2.1 + windows-result@0.4.1 + windows-strings@0.5.1 + windows-sys@0.45.0 + windows-sys@0.48.0 + windows-sys@0.52.0 + windows-sys@0.59.0 + windows-sys@0.60.2 + windows-sys@0.61.2 + windows-targets@0.42.2 + windows-targets@0.48.5 + windows-targets@0.52.6 + windows-targets@0.53.5 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.48.5 + windows_aarch64_gnullvm@0.52.6 + windows_aarch64_gnullvm@0.53.1 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.48.5 + windows_aarch64_msvc@0.52.6 + windows_aarch64_msvc@0.53.1 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.48.5 + windows_i686_gnu@0.52.6 + windows_i686_gnu@0.53.1 + windows_i686_gnullvm@0.52.6 + windows_i686_gnullvm@0.53.1 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.48.5 + windows_i686_msvc@0.52.6 + windows_i686_msvc@0.53.1 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.48.5 + windows_x86_64_gnu@0.52.6 + windows_x86_64_gnu@0.53.1 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.48.5 + windows_x86_64_gnullvm@0.52.6 + windows_x86_64_gnullvm@0.53.1 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.48.5 + windows_x86_64_msvc@0.52.6 + windows_x86_64_msvc@0.53.1 + winnow@0.7.14 + winreg@0.50.0 + wit-bindgen@0.46.0 + writeable@0.6.2 + wyz@0.5.1 + x25519-dalek@2.0.1 + x509-parser@0.18.0 + xml-rs@0.8.28 + xxhash-rust@0.8.15 + yasna@0.5.2 + yoke-derive@0.8.1 + yoke@0.8.1 + zenoh-buffers@1.7.1 + zenoh-codec@1.7.1 + zenoh-collections@1.7.1 + zenoh-config@1.7.1 + zenoh-core@1.7.1 + zenoh-crypto@1.7.1 + zenoh-keyexpr@1.7.1 + zenoh-link-commons@1.7.1 + zenoh-link-quic@1.7.1 + zenoh-link-tcp@1.7.1 + zenoh-link-tls@1.7.1 + zenoh-link-udp@1.7.1 + zenoh-link@1.7.1 + zenoh-macros@1.7.1 + zenoh-plugin-trait@1.7.1 + zenoh-protocol@1.7.1 + zenoh-result@1.7.1 + zenoh-runtime@1.7.1 + zenoh-sync@1.7.1 + zenoh-task@1.7.1 + zenoh-transport@1.7.1 + zenoh-util@1.7.1 + zenoh@1.7.1 + zerocopy-derive@0.8.31 + zerocopy@0.8.31 + zerofrom-derive@0.1.6 + zerofrom@0.1.6 + zeroize@1.8.2 + zeroize_derive@1.4.2 + zerotrie@0.2.3 + zerovec-derive@0.11.2 + zerovec@0.11.5 + zip@6.0.0 + zlib-rs@0.5.4 + zopfli@0.8.3 + zstd-safe@7.2.4 + zstd-sys@2.0.16+zstd.1.5.7 + zstd@0.13.3 +" + +RUST_MIN_VER="1.85.0" +inherit cargo + +DESCRIPTION="Stalwart Mail Server command line utility" +HOMEPAGE="https://stalw.art" +SRC_URI="https://github.com/stalwartlabs/stalwart/archive/refs/tags/v${PV}.tar.gz -> stalwart-mail-${PV}.tar.gz + ${CARGO_CRATE_URIS} +" + +S="${WORKDIR}/stalwart-${PV}" + +LICENSE="|| ( AGPL-3 )" +# Dependent crate licenses +LICENSE+=" + AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 + ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2 +" + +# 0.14.x has breaking changes so avoid installing new cli with old server +DEPEND+=" + !!<net-mail/stalwart-mail-0.15.0 +" + +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + cargo_src_compile --bin stalwart-cli +} + +src_install() { + cargo_src_install --path crates/cli +} + +pkg_postinst() { + ewarn "If you are upgrading from v0.14.1 and below, this version includes" + ewarn "breaking changes to the internal directory, calendar and contacts." + ewarn "Please read the upgrading documentation for more information on " + ewarn "how to upgrade from previous versions." + ewarn "It can be found here: https://stalw.art/docs/install/upgrade/" + ewarn "0.15 upgrade instructions are here:" + ewarn "https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md" +} diff --git a/net-mail/stalwart-mail/Manifest b/net-mail/stalwart-mail/Manifest index d060e7658845..b11efa777751 100644 --- a/net-mail/stalwart-mail/Manifest +++ b/net-mail/stalwart-mail/Manifest @@ -12,6 +12,7 @@ DIST ahash-0.7.8.crate 38550 BLAKE2B 0fd5f220c15bc0a1aa2e95d13477bcc832d992c6406 DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d DIST ahash-0.8.12.crate 43413 BLAKE2B 3e3ff0a91c538a063a09f1d71c0bd4df7d3b4cda3ba0945d3dad746430e0940979375e90ae5da7d585ffa44f387b17f38fc506ade0e0847feebe10d5c62f2b61 SHA512 872e5fa0d1334abac96d10eca18f32c2b1a1e0b38671c132b6effd029e9f0147ddcef79f4d85c8baf0537ddfb8c39a85f61d073e1fb3143dba659a8385641e1b DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 +DIST aho-corasick-1.1.4.crate 184015 BLAKE2B 088766e505a828a221a9bca29cb1833ac3964a538cda62d12b723a263fe0e588406af0b710cf87ef67b0ccb9aa3bf69f42e0e5225ade47abe93c73fcaca69ec1 SHA512 c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62 DIST allocator-api2-0.2.21.crate 63622 BLAKE2B 983897fc977118f220dc4af7e801ac08eba77bfde2a25d756bad3e77f849418e74e7c67eaed68e2d719ca7fc6e1e9ce151dd7dbe8707dc43d4a6400294c8fc8e SHA512 1bb5711ed6041b0d7eae2ec784b8aa9d215db0f49cf79c692946eeb0db545d358cbcaa8156ae34e51d05287c08574f1da251ee574f2392949e4ed26d04770d03 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 @@ -25,7 +26,9 @@ DIST anstyle-parse-0.2.6.crate 22343 BLAKE2B 85eba405dc5cf806283cf442984e86583df DIST anstyle-parse-0.2.7.crate 21707 BLAKE2B 41d51d4c026e548a9428f5fd8dc85fce964e3f1cf709820dd53d216af3065a4ee069de8c5bcec5eae19b99172f60e89034a2ded6bc787f3ea4159d5d30de3984 SHA512 3e0920594dfa15f16dd308d0da81d784e6a5d6fd7a3b12cc1512fb625369ea7b4550df549e3be961906e2d3105f72ecb86b89dd6f5817c2c982929ea26d605fa DIST anstyle-query-1.1.2.crate 9969 BLAKE2B 179b8dd6dd709c2ca67f4eb5c9a502b2867cb6744a39f824c4fdebedc67c6c3e07d107c7d817e2ffb589d13b7ed4900cf9653ddc0a43663217042ee92ce8c9da SHA512 26069d936c4b1fb09bc65cda0253fe9be8fa4e96c0821f980c772602b4e9230035ec8c9d092ef95e0a0354ac559f8d25f57a14c34086d4d241b5fba688951837 DIST anstyle-query-1.1.4.crate 10192 BLAKE2B c5672d2982bef5702f5d592bea8b4336df3f24edad35656873accb4491c0b6f323189c6721a7f722e6aae31ea8c183a93e3d59a123dc1c150ad1c85640906e40 SHA512 b94c550b865d17c15b2ff1a41da4f7aaf3a5c0694b2188c7238cae8212d8390f759381a3ae5598c13396a728aed8bffd4e32fe06da51af0ba92c334124d26641 +DIST anstyle-query-1.1.5.crate 10264 BLAKE2B e1c1bad89ad4c09e48f9d7c417713953f7f468f10f7f61e351137be801b5986ab3d21406411b0b23c42af4a2b5881b85aa68dfc66d23cafca7dfcb88180104b7 SHA512 3b7b888df0b678bd4560981dd94a51a6af9a535cc1a869bb4577e832492bb6de718a3ac80ecf61f8857b3d0ed7b95e444e85bd00ef65a46c6a244d0b0eadd95d DIST anstyle-wincon-3.0.10.crate 12558 BLAKE2B eddfdfd0bf8ec9520319c3bc54d627be3ecc4d931181e629f5ae4f1352a1662476060a25639f390825405691ef22befbc6f1b51d79047690fadbc90993b9ff5d SHA512 bee4e8a76185a359e6f6c0cca11ca322a8ff6eb92a1659986bbb2287c5e198f3e9cf3e48c9d980b18fa012b5d52f97cd017770736be27e550cf61be553982c8c +DIST anstyle-wincon-3.0.11.crate 12638 BLAKE2B 01f1ce85205ed3e573daca145ae420e9f7d78867fc036133be74bbcc9b83231ecbc681b57eb98bec622bcbaaf4bb293d05d3021a29b49a0a71b8ab89b0ae9dfd SHA512 09c3215dc6cef75d6282078e68c5dbd51580b6c8db79a77932d2e74a51d29cb0ef23c31b8a73a71896a45eb5dc5f94aee209bd8f6e5df4c675dabe3cd304a96b DIST anstyle-wincon-3.0.7.crate 12400 BLAKE2B 2023529aa12ebe1b7073a88180ac7491fbba7e8556ba20061bec22b1db9d0f3da058faa5bd7f499d8e5da18422dec7e7648f3b4acd7b4a2d2064824f1b881259 SHA512 782440c1093235ad481f0b854f5a3d3acb7908d2e5ddbd4143139b8bfd0faaf2f9816c1034e760d9261a233e6d645098cd5a594064f190662908eaf79972c903 DIST anyhow-1.0.100.crate 54059 BLAKE2B 3089cd4bac1a3ede11c5849fabf12735392ba2910f5d5c1117cbbc9fe2491855745879690522988ac343e210783f8d885f13593b4d0f3a3816b9a8c35ef2eb7d SHA512 1f0c072aab9490d68db3783f078c6f8a4d96360908fc6ee3e971b02fb72b9dd5e689dd385f0e93388a87e0dfbd8cff0e14a280b40d55f87646f3c0e558e779ca DIST anyhow-1.0.95.crate 52155 BLAKE2B fc9cebdfae0afed86f2dfb7faf62f5a108000895317dd0cab9c83d6e48c891558fc3a1d8b9940b623b4c6fd861631a0f0344a9915517a9bc39dbfbe48ec6b45b SHA512 8c5c176381c3e861c3c4451f7cd3d9e2447c0a55735ececfd3199288d65d36dc5fdc4a19a0798f62a0b9d6ca2c155a616c7eab8bcd53e6ece743aed57ec3d0fa @@ -87,6 +90,7 @@ DIST base64-0.22.1.crate 81597 BLAKE2B 6f216a560bd36e6e6b74e908344b457594cc768d9 DIST base64ct-1.6.0.crate 28870 BLAKE2B 60fbd9958f2519f293db2cd86add5160b51ff4f98718591b3e65d866e8bb176670ceecd5f6e365ff3ff488bf813860bf65d375a2159dd28b25e276e027303c4a SHA512 e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c DIST base64ct-1.7.3.crate 31175 BLAKE2B 9dec1b422265b616565c2dc151994edb18a51f0dc66afe6fd919943b79a818a9357d83b0c8d82bc3e20a6e55bee17a6f355bf6165127c421071fe652abd357ba SHA512 0543929decc8eed66a99b3f1f34f6279ce9b094b66721f7c2998112d987d0b3c394cb83c85bfa55a0fbae5bcc71ff64dc40edb28ae422b14a4d95cfde6dc0a58 DIST base64ct-1.8.0.crate 31211 BLAKE2B 26ee299d0b4081a1b787dbac1d801fed171539268eabb09bea517b0896fb74dcef1c2e831a8c7841d5f93c4da411aa3febd6bc2b3d9bda64dd807c3f27eba8c3 SHA512 f623452b774cee4bc5c01e73e6cda92e162d07cf078bf2f52963b097ef6c019c5ea77faed2079151585fcb2b61975143386b91232da3225dd91a704783abefe3 +DIST base64ct-1.8.1.crate 31807 BLAKE2B c17feecdb178a11f0dd6efa4631771cf20f36909190c82cf2663fa9c0643a8d29c4d9b52482bd195b0c6413f596b1b323ce4e205022987542500930b55619487 SHA512 f18cce4f4116435c1d2791094a01158ddd90a565c9fcb619c92697fe203283eaa23de0f85b14270cf1b1b736e33c3f8907937dbf5421eec77a631799e14149da DIST bigdecimal-0.4.7.crate 89252 BLAKE2B 457c97530d89fd78a672aecef6bd0a0210d83f797f9297b7149cf33e9e94aa87b2c298264ceae44979042eeae2a502eea51c378263d4644edcbc877089a0c567 SHA512 7a3493617005dc19b2fa0eaf11e7fbfda734e701f3d5f24bfb01722a2739196daa29b2a33392dea40a47812528691a162773dc602c5053df65aec3a29dfec0ff DIST bincode-1.3.3.crate 28958 BLAKE2B ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f SHA512 49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3 DIST bincode-2.0.1.crate 70469 BLAKE2B b77f2e637cd62b107167eea6d6587910d4d4c5fa895fbf70f5eb23705fb1357fd13cec6fd077d9f10dda685094911c707bce964b0623c46b4a000ba446114dfa SHA512 374ac78ddb157f69efbb1cb2e618da12830963481e6a714091b4169fe3b739b4682927e3ada502d274b452c18c3ed71aec0831ebf4a0e4ac1d31be3b67418e4d @@ -136,6 +140,7 @@ DIST bytemuck-1.23.2.crate 53021 BLAKE2B 5fcf73b635ff86a728e2ab7ba58ba64059a3b81 DIST bytemuck-1.24.0.crate 53243 BLAKE2B 472563c13565b62378576597a98c8050117940842846f2fb711fe4fc251e3bab19ed8f0d7e8215c880f06638684f1b8090afee598c730dacfe536f53287dcd69 SHA512 4e3b8071b7dc3b88104786f007f2fb8930cf252fc6cc04ff0c1a13873cd272971edcedcc9231a2a44bbdeca9c831f4c732e6917581420f209003b47761a8ced8 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST bytes-1.10.1.crate 76779 BLAKE2B 96573ff7852cd2d4f37a68cb4d76bc43d2018dc25b7b7e2164df022de4e1974f22d4d3ea7cbfb280667650cdb5063d600f4f76cbdca43dae508f29ced449b0f7 SHA512 03429f01927b94ba6c958c46b2e5bf92a23b39ce9385689e21accd34a5d3be01fd0f665f4bbffb1f7c5bdf1edfb1bf11d5ccad00eff0f9388be39fe2f753d296 +DIST bytes-1.11.0.crate 78391 BLAKE2B 9efcb5e5b93097d7405543fecb8962f5794c91b5e7186f4582e4d6886075a5bb5d3502c09ea0a3fc72c1381862f8700312a27607ff3534e7b476bac330924a4b SHA512 0f9315b9e6bc54b7339314c0ca2e01af61b4e59548f9e72ed54990e281266f614ec78917529779fb33cc2037a6ecc9595d531674a23eb3884e72759907b4a883 DIST bytes-1.9.0.crate 67320 BLAKE2B d5a89fc1dced217bd78c6c50d0494308b69b0841506c4663b6df3755b91a9eedbd242ce1322a71b8a96847db7920b2b15744fb060aa2d69f5c8d9bcbf2745b9a SHA512 e6c0681c535db6035c1fb1c0481725bb8ab341b6324acde07ac4b60cc4f490ec6ff01478bc00fae00ade2bc5420f9d14cc44438e5d156bcce91cc0f06118296b DIST bzip2-0.4.4.crate 34197 BLAKE2B b69f8ad38b44eb4912b33d53467492b0ebe6ed740451bdfe9133e71c47a8dbd85b1110a9607c4cc627fbabc44cd86fe0396bb545864632ffb6169f9cfa547b6c SHA512 9cd2b9159bd0b42ac908ecad41f0a737272af94ae0d6dcfe182d2f44bcea4632d32b0456f02322047ea9d6f46377db6cd083f468782bccd6126bcc75cb852555 DIST bzip2-0.5.2.crate 38314 BLAKE2B 383aee82ee010cf8e520128b540538d74fc2b265e54dcbb48b545dfb92bcb5ea2c6c582e9e188ad099e8defb0103f7761ae271b974dca34a98a07b9745174449 SHA512 2c9b0f1c9380edb4987df28b1d13d2028fca60c3bf3a91f6e51784d954ac57c3c3f531f0e00802008de7c3963a4fa4d03abbf8ceb19d050a168fa1c0ffb61516 @@ -146,6 +151,7 @@ DIST bzip2-sys-0.1.13+1.0.8.crate 633818 BLAKE2B f33f1bf6f01fd30e9ac551caa0092a6 DIST calcard-0.1.2.crate 815083 BLAKE2B bac1d0454cdac9dabc63ee21089abd3dc972e1025d28ba181d42c4864fd887878ba48a2c6e8d6fe783210aaaa9ee43ba04bab4a96fce9d442f332686ce9b2418 SHA512 18b43b8718e2ab8c90a6b076f5ed7fa9ce084d30e42dbc84a92cf40705bcf7c86bb7779ef25a598aa141b26a1acb0ab5e4b8244f3f5a465112c4616aad228955 DIST calcard-0.1.3.crate 817223 BLAKE2B af6ed43e800d57ecbd78f17ccdaff53b958f1af23a695cd3ded8ea96cf5d72e55d5d58ee8f913ffaafa0631e9903f7175ab5a66a43f1efe0e1b5c98776524407 SHA512 1bf9b0e7fc9a6db7b6525c08fce45b7ae53018f28f041f5038fd5e94d6ea103e46db11b876aae91819da00ee62ab478ee5c602c85b93de3be0a772ce419072e8 DIST calcard-0.3.1.crate 941641 BLAKE2B e560a4413568969fc96f9078f81f6e324c8e9f4a3476c6fe85c8db90e4565970cc7f0b4c96a037c545ce5aedcf5fb2e935fbbe5c27da14901afff02389248b2e SHA512 315d4e3f1ab3bd31ba2d59521cd728d80c33327714dc15a1940945c70f3379aca20c4c13664339dbd5ecf55d29bc93b49ab39f9ad432885be7bc5efb7786d6e9 +DIST calcard-0.3.2.crate 941763 BLAKE2B 95f41f6ec79875e832b1639c467889d4ad39cb606c4a5c998aca08dc5f45e9b6e5666f7761fb06bb2848cdbda9b0c0072615130b4be5787f12fa4ae8341ec0ef SHA512 fabc3d2c15c375f0edf162c1966a11a223d49d6b4e0e73a556ffdaa8d06dda459a7ac02e456e0a8d7b12e8616e1e96f330c1f6ce3459420b353357feea557179 DIST camellia-0.1.0.crate 89085 BLAKE2B 88f67a01f18e236a8ec2613cea4f0d38fdd65b2191e5478bd7c1155feb45832d693bff15ad4b880651cdc9c74e89cdc0131548864b2c51f7cec38ecb11b5d113 SHA512 b851c285509d21ed02428ab45378dc145959bd196ab75daebb7df60bce3b71e059d4dbb5639697ef21fd6f7554c122cab8a5702b1d118c743fe02f65054f66df DIST cast5-0.11.1.crate 37018 BLAKE2B ed3d9283131df32dc18a5e4110a325b7713936e109b43bed8da0d22b0afe81a0f00c9e4fab0bca1194c93fe6f0bf326a5474af6f9274c310632b93d24dc9328a SHA512 0fe363b576ece2661616c47c4de1801756c5aaa2a56c720a7b4eedf23e031ba9d30af9d086a16b0f957c39b473cea1f059295dd1c776e9a9cd4393e6c895d015 DIST castaway-0.2.3.crate 11509 BLAKE2B bbecba400bf98ef4158581f3b1673ca77dbec3ad754d3749f0e9342a47d1fa9f638c1388f0762413277b73251854ade26e08dd85b7d7133c73a5750d4dbf7d92 SHA512 2565a4e5709a25118462ac25b9f741e92456c81ddbf7c4e791d8c647f2ca5227b2f59ffac108f9d32c77cedc12219c517218c51a78b1d22a1baef1bf2c16e0a9 @@ -155,6 +161,7 @@ DIST cc-1.2.10.crate 101251 BLAKE2B 12f708028bca112a91c5d00312c93b87b96f4d7f718c DIST cc-1.2.23.crate 106527 BLAKE2B 0fd9e69ad743f4df15da3d25f85e1a422ef64b81b72af491001ccfba5c0c39e448deecc92e3a553bf74574460ecd2bf8f4056a1cd05d05856a1f3f36fa25bc19 SHA512 3fced846c630c09f629854754dc247affeae3e71375953617d77947b2bdfb479369db159cec941c7b094fd9d2fee62f7d5898d6d76de920dbd70de24ee35fd0b DIST cc-1.2.39.crate 90774 BLAKE2B 03c02839a1e464a32a6a6e532e1c7505d7c062facbfa3bfb0e69070d336922e247da8a63876e90f5f31c3c13085500fbf6a0736609db6c840d889e281d345892 SHA512 73f580f1bc1cab96a54a86025957cd846f7a3629f43b3b51b81e336a10cbbe81be6936afcef42118ad9b85184bf3b4dac2c151a62018f75b6b517ff294827954 DIST cc-1.2.41.crate 91154 BLAKE2B c7fa1a47ed63df938d95de922e412e8bea8a38842bbf20eb7a5bdfdcb3932aa98e7352b18d06816f68680e7b491681aaefc38e955ff92a9e6d8be6662ff465ef SHA512 7ecb7ecaa64c58dd1225d46804b2314bcf04befc20e0928821387d9b793f0366e8485d24b3786045c5455a13ff9f6a1ad0a09723d9c7e25ed192afb91951b4b4 +DIST cc-1.2.49.crate 93145 BLAKE2B 9321ab03753e16411e7da066f9cf742705ea2e815b81e790d3821c08e7eebede083a73a14f3911331c623554bc61941b5d586a3f635c2da2e7dce82f24bafeb3 SHA512 2bb2913928a5456db746a8cdb78db942392779bad0a20f0c1df1c905f984b84756c2ff9663aa2729ab5d0b83df7a7317c7b86c27917417b5ce4196d29712ffa1 DIST cedarwood-0.4.6.crate 12726 BLAKE2B ec553ca39d10242865027a20714e09148f1c3b40cee683976663fd4dfdb4396dca6e0cdd3bebe626c137093e25828c3243e04c4135dfa42aaf3fffb7d2d869cd SHA512 9c05863b5f35bd8652ae08d432f9abca8ce7fae5784496e1e46081bfea4efbd1b045283c4eb20062b76294f89f1970b337730111d638e65d731b16daba6e8d2e DIST cesu8-1.1.0.crate 10555 BLAKE2B 4fe369d1247c3b30ff9beb644dbe2a517d78632191f3216bb83d632bc8857f9541a1b60d0bb583cf3fc0ae974f7c9d2b07fca5efe2057d9ef281de76fe810a49 SHA512 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 @@ -178,10 +185,12 @@ DIST clap-4.5.27.crate 55737 BLAKE2B f78ce2e47b6aed8ae698ad00e717e3dc5f06dd2bb97 DIST clap-4.5.38.crate 57140 BLAKE2B d23a305a72f0fcc7a03e7029c6c972b673e2aebd5b4173970ebb3b89084d963e33749192b1b075ff14f5431d91c030a28792b05e65b21d330228c1e6d9239a48 SHA512 5bcf0e9284d08b7b96e25319cec708876e50ad98d71577952c783478bdcb605c13a93b1410183cc9bc04487499a8043d8deb899c2aa28484c2e7f78caa16d7f2 DIST clap-4.5.48.crate 61935 BLAKE2B 938e544a2aca0b071857e320cee118f3ce92e30c566278fa4bf9707033a7f2bc900aa8b775bee2784c13ae3ebca9c90072b4533a1c91caed0ac75b55363a3fed SHA512 7b46da97596dbb18dc6262ca9fef964427e96e6b79f939a8d15c7bc1424680587ede1b245fe9b57bc7848e1c917fabb4bff366f72e9279429be2517fa50c87e3 DIST clap-4.5.50.crate 62030 BLAKE2B cf2cf1761b2d4500ba6ce9c48e9127d83bc0eda99d111eedc5d45c9444c8cf53d15f9d56dddb1cd1d1ae464e514bd6484a15b4055a6305c5e476e80d57e090d0 SHA512 f98dc12a40453f17c733562e2d3a08dd4c073f2930665a683328100c5a09ae7d77fe535a22cce12c4eee8e2b073ebdfc156cfd4f5ebbd2f57fe779d206092264 +DIST clap-4.5.53.crate 62036 BLAKE2B 1d3b1e7e4ad3b8b837be18b63ed1a59b7e29bf2d0add211d96ec23ca97e48ea79a9802f7a2e08f9737d445b82adef252a5b69f8ef8c94fcaca88627eaaf0ea3c SHA512 2e700a46bdbf2afef7e56933629f3d7fae16021e02aeccf6b862a2c1a876e1f8ef52d927ba5a599ec04eb65d4ccade485d1de6ff50547df6df14bd8ad97daf2c DIST clap_builder-4.5.27.crate 168024 BLAKE2B 3d9a1c38974eb6b78649c37122780e3a5960084fd52612951e5b2419535d749db37bb01067cd7acf2ae7864fbfdbbcfdeedad58814904c19105834a4b949bef9 SHA512 77b0e968361bd348b95b5b2993d5d1a3a4f3dda5fa790598bcb5edd201e7ad487a9ed87f551d40c30343e3e0a30942273c07c7becc12b4b67ddf7395488d8265 DIST clap_builder-4.5.38.crate 169177 BLAKE2B aee35e6fe0c873fbbd32613123727822d8c99ec8ab8bbce7a5acc06561cc67d593822e5266a04c874f01a73af4951e9fbdb48c44e94c4c2e5fcad6768c4ed073 SHA512 a35cc32480f6001e3b60526aaf43d565440a61fbc6e08999a895b6b6ddf33c749174581fdfb3cdbcbed0d10f1a2c2b81b9d1decd5c53e6cb9b46658961c8ec66 DIST clap_builder-4.5.48.crate 170133 BLAKE2B ea1edd1bc980131616217e65db04e188e5e844613cc3e900d50233c924d77c3b6bf93a7f0fbb48ecb4f1e0bb5c9b2e01d4566ba7815ad8245ab1134b63a4cd31 SHA512 20a10f29f4887d476d9cd8ec7fb730502dffccaf416ba788ad2d8fc15a8318525811a8b14ee6abf0368adc5af7e93cda233103211e82e2e2232c840771b96840 DIST clap_builder-4.5.50.crate 171137 BLAKE2B c22e6f71df95d9cfd3c5f319d7c374ecb4879667279343e65ba35cac4308b490cacf2b2a702c4927d04412df2b1de776a38dd4081673777cf101553206fd32a0 SHA512 767b3bc14de66da6ba4cdf937b65d1f05fc34396026d8eeab39365714b26c7a2e0a7a494101ba13c97f23cbdabdedebfb62f522cce72fdb6f0fd5f45fd030cae +DIST clap_builder-4.5.53.crate 170811 BLAKE2B 44147b6f5c1af4ca234f81281a8ef0c44d7096e87a2b43d5099cf401d3a5cd319b250b0902a10271b25cbacab207545225549c67e7fe67f0914e4eb461db74a7 SHA512 3151926fa631c882a6a02381f428feb9e861834469229d53c222cfb2e14be8be1ec3836b57891d960d026e98ed5fab1d9fb12c475fd9cde43db7e621143a5ba8 DIST clap_derive-4.5.24.crate 30669 BLAKE2B bc9be1776010a469c19624dc29241ba8d03380697ceade17bf36477c6635603551e4ea36fce7cb338fd2ae831b5fcf35773ddcc1646aed195b5ec874a43232c3 SHA512 83c4cd37b5a11ee4e4015d5d2dcbe1f32d26f77942a94f8fe70c8c0954f851156fca4ce414045e2241421711b00bd7ff553dcf4e2c9ec0ca28f3d69d04434123 DIST clap_derive-4.5.32.crate 33441 BLAKE2B de532305380fd457c0fac504f845ba595f157661de7ae72b14598dde1f3d4ec1961196220354a2eac97943004ca8354f4623b29fc2b6557c6ef4a83ab6fd61d8 SHA512 ddac7bfd885efdc97ed07b23eb1a42827aff9cb0c6eabde0a0b247233316f99fb80acb8122d8faa054dc65b6fd7a76091ea2e533cb44e85e8dda125330cdbf86 DIST clap_derive-4.5.47.crate 33550 BLAKE2B f61d71ef014f79723ca6e85b1c44a4db97102f163d9d3540234d34eeccede38dfd4061343e588cac379b50493a06063f1e0a85ff6d3754a56d444d7569d3c4b3 SHA512 eee2bd3c6f06fa45f733feed8b3daaaf67c2a6fa9b9d8c75b30072e3722dc20ee7e20700a8a33bf6bedd4064c12d1a5cc950c03ef5c957fb2b6dbf4ad618dcca @@ -219,6 +228,7 @@ DIST core2-0.4.0.crate 37075 BLAKE2B 89ad26bf5eb5ee48dff32d3b6b11e0a84b68e4f29c3 DIST cpufeatures-0.2.17.crate 13466 BLAKE2B c6392b635542a6fe29958fabe7ce725354a31e24f6f144718553218247881013f56659d2efc671d47394294373db2d4ff8f45c7cb520ac22f2ee5c462858a1dc SHA512 9ae64656a21cfdd0528d87ba95f6213860bf72ccdf866019e65ed6662633e73490f92c42c80125559b3dbb7822090b5faa8ea564c562e04041232809ec2f58a2 DIST crc-3.2.1.crate 15070 BLAKE2B 9d5f488b57bc232528cfb8d9ef33a88d25d904395dfac8dc10e864dc0d6c89e576585195a20db585fe358859ec50afa998562ad6becf6fd2e505f3969eb36ed8 SHA512 64b7272d8cf55efe9768f9f3218f83302ccb59458a56fe3b7b2de1a53eb5a3b57fbf268647fdba5b230cccdd4058462ba583d76870ba12cb1057ac2787f181db DIST crc-3.3.0.crate 13905 BLAKE2B c48db7059c75991f4a4898f498aae0fe9c56e7ba1ee7d89c4f48e1b1cb2584fc5e33164444b71be13539d50aaa1f5454190cf4638557e358fa856500b7a9b3e8 SHA512 ac1d7ded584a13aced97ec71b2c6fc88b4b9630183132dc11d692fa7b23e108b14cacef8ac785ded0df6fc8c4494936df1b4afd9326b84dc30757f3f1c29f203 +DIST crc-3.4.0.crate 13941 BLAKE2B d39f8830de4767207ff6b705515da24265eda9e939fc142da4de5c8182fba15166a5dcd6d43b360d3e587a8048fd42014f95b952eb5b66a95057a3709131f2e6 SHA512 1a3d0162e78682eb380a3ca1a1534ae5190c2ca022004a7fa8f4e01ebdcc7b7c8299ce310e12d89c92bfa566ab7ea830a6c5cbfdea1171519d9c38415eb392f7 DIST crc-catalog-2.4.0.crate 10155 BLAKE2B a9c3ef81871d72635addf1ded611fa6e963b9b128dda198eaa3a256512c8759608bae95df95524704aeb38f81e2fb6c2da2e29e306a8ed3dea595e63cdf05638 SHA512 25536456fe71c44fd8ec527299339c1d186f6e12f1f90142de60eabce337d836c2497ddd6307473b57a6cc720cfc8e29b059f378c70b8165bc171420ccb40a29 DIST crc16-0.4.0.crate 9571 BLAKE2B 2f848e7a00e860d62a44832adfaad655e89dd6e46b0e7496d39364cde19342ac5b9ef69831b724421431df065939c25d07c72c3056a71d0afd768b6d06003e18 SHA512 bf5a00329906002c77d8190d25cf9744dc3135d4c6acadbd7aaf2edc8b74098bb6370a65c639d0f31a7f217a3ebad704a85cd5f7578527012a10f96e5a74e829 DIST crc32fast-1.4.2.crate 38491 BLAKE2B aaa3acca66e5814a45f12a90ae09f6ff5fc14ca94c8539184dab6ed928abc68cd1d37e539c268c1effd50ab3af20de6038593fb9c6bd6a664785dac52f6939fd SHA512 c7608d33022062e217d3576f536ffbd51479855a5e5874529c71db2bf6a937ce04d814c39cf777309c38445393bf43cb9996161947e28738abd432f11beb7266 @@ -235,6 +245,7 @@ DIST crunchy-0.2.3.crate 3775 BLAKE2B 8e2db9b8b24e375ccf788ee442e6196872860fc664 DIST crunchy-0.2.4.crate 3887 BLAKE2B f957597c82795eb10d43a6a98f7575e19b9484dcdf9fe35ac79ce406035d5d467021a0c563dcfe8f717e800b6bf532fcd72cc11be47e084405e16219b88e67b1 SHA512 72ecadb6c8558dcbf3cbc3a34bcefbf292e42999e7af6f59b9804e1233d87f6f65802b157f346a64cd7d2dc1a92564d5481211b081ba5ea170ecdb06dff9dd0b DIST crypto-bigint-0.5.5.crate 83384 BLAKE2B f688f22331b4b3620299ae9b50aa9ba6e1b2c7a4ae55e4236f7ccb8ddee4f61950ee0332b6b67005bad505434f3be74b1a0caa426036dde94162289c6926c8d4 SHA512 04668d432b4169154934d55b8ab14f708e59f70a70704b56cd72ceaca460e15589965aa92a22bef20b32ce637a423cc6e1a8819dfba38a32353bd749f7126021 DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f +DIST crypto-common-0.1.7.crate 9619 BLAKE2B b9a31ed6f3f06e0709e7c5a86a146018c9ef67e366f27c1d4fe07461d97810951eec60e92ec1531e365bfb9ab1b4cfbdd86b6cefd8b06ef2aa170c38f3c9cae0 SHA512 dcf3a6fc81f2b6528696dc762427fb198faa9b5effe1ee9fbda795da08b0560cfd6c286b55f1360864e95284bd9a52edabcf39fa9bcce71ff0621dbfef538c82 DIST crypto-mac-0.10.0.crate 9476 BLAKE2B c9d2507012f3e88cc6a8933db4b879f90a93f8cc16a573436a200a386c67434fd8e33b1cd6aed1298a50681de554b7b3f9ffbbaf46d411ecd3323a12218c0bcf SHA512 8b406db46a08f64d899eb26597fac99576b3fa892eb83bbe089eeef7e6452f43dd138232ed4fe75cdbac2966f94b71f92910c14c53b39e5501990a9976ed1b59 DIST csv-1.3.1.crate 888542 BLAKE2B cbb2a64cbde9c315bfdf2ddc3c14b2cf650595dda8fe233d8b84ceacf4756e72dd9b5a932e4c27b496c70ea5cb8fa1d29abea3d833b8169b6f271bc3834ed2aa SHA512 6b0be5e017b2b2cb926d11d7a36cdae1bf0ddb56165127f25f6fd55956f95a572ed7e054f863610e91c9c2329f5af0eee9678f9020644800587d6daa5a94755b DIST csv-1.4.0.crate 888642 BLAKE2B 2b24810d308a5c4200e5398f65e5289a1a104f1314bbb9b4e586fe74ff09df6728ac5e0fa13f0345dfb9a97e732639fff86eb254da6e7eb1348c2e86021f317f SHA512 45b74cca5fbe2935c7d46d2370122baab6cb94456328a856ff6bac25af2b3377ece8f706fcd493dd6fbeaa974b622f613ac06ac863387726b715feb3687145d7 @@ -279,6 +290,7 @@ DIST der-parser-9.0.0.crate 63191 BLAKE2B bf969104ab390c0bfe7b908254fc2fbd21559e DIST deranged-0.3.11.crate 18043 BLAKE2B 738d5a88732e227bb0e0d33c04ab8248a699c7c499100666ffcd78673d1f38ad2d740222ab405e3eaa7a0a6f4596cfef90bd581a1baf77c954dca830c22e74f9 SHA512 48485666d3e50eb7976e91bed36bddbaea80fac4ac664723130069bd7d17893b6d1a2b82a4c3dd61677162e4305ba5ea8aec7bc2793d1b8b92dd1666c204fc43 DIST deranged-0.4.0.crate 23235 BLAKE2B 98179347407a033268eb90d18c75f555fd5fac273512bd08d55fd5e111e6160f23194073ac196bb47f27fea270e1c4ec67c26d38f189e58171d20ea808ab887b SHA512 212c6cc296846425e8b11aaec98666015ccd7fb0e2d0818a8708509ef51ab029ca6bfe4673b168ab0174e41e92b24e2c0e4da939c09b26059aa9e8d396284985 DIST deranged-0.5.4.crate 24461 BLAKE2B b972b76a22ed093e827a7a55f07a421a16a65b45273a3380ccda84a9729bb04c6ef8464f0ceeefdfd3f55e22eada07fe272141f06ef5d76c100e36b214ccf8f9 SHA512 2a913f94425eced72de839ed2bbe8a61d90a5617fc9efcb4c99e12a1f1c8f05cce8254843174463745cbb0b813e81e7e24e993ae2665928edda79ae95099ac1a +DIST deranged-0.5.5.crate 24438 BLAKE2B e0e825fdae479fbfb057fa084882eb58836490b5158205d55b4adb593882fe70f10f9b1b6c2ebd3ab6a61673dbb3a56e4f5af32b154c645fff3b53a814e5e648 SHA512 c19b716727b904f1c3dcf4e0b5489ca3a7540925f2c633f827ce6fff7a2649bc22835b433fc06376dfd0fed48b232f70aa23b24fd0e834692f96f1d6a319f266 DIST derive_arbitrary-1.4.1.crate 11521 BLAKE2B 47ab73cc942314a65574d2ef8395dda33361fcd1e33ccdf37843a92b0a5de62540277e6791991ae54835ba4235a9fa504cc8f6d43cbfde20f18f14b70f84defd SHA512 0d499a368f9f97b0a1a52f17fd111109b071c25c2732c206c96485a7a753520ad706320e5a817e1a10e5f8cf154afc6afe0ce09f9187d23b4e2c2ed4961afeb8 DIST derive_arbitrary-1.4.2.crate 12290 BLAKE2B a3987ad184191af8e4aadc0904af222e39ed758c207cf1856ea784a6020ca8b1b6fe89a7ab0414d1cfa6f3cde1b5434e6d10f90b6aaa29a3756fd275ec7b710a SHA512 2a6e4af570a64c1ecf2407cdfec781dd24a167f7723c3341ff0237b0da1b2b7b52e823c08d7e1be193cc362706b6f6e914760c3699d95daf9338c5db2accffdb DIST des-0.8.1.crate 38783 BLAKE2B e85ae2d87866a537baf593afeb4e8c9aa2d6d7e239ceb0db077176455d8bae8e7e1617cec084360ebd7b1f1b47245beaa5dc7a4021d920ed1e8a07dde836c3f7 SHA512 2d54b2eecc3fb269f3fd17231088644d685feb81473043131f5bc68b5f682f726065426dc710f76e8c25cec9de597c90a30790ea3a62163a9e9539115e16c88f @@ -292,7 +304,9 @@ DIST displaydoc-0.2.5.crate 24219 BLAKE2B ba3396c93d27a99a92ff4a0f01a8d192b419ba DIST dlv-list-0.5.2.crate 22373 BLAKE2B 9edcbd42af8665750bf633dfea9543db4e5f37208523ee05300a599d7107a57e35e9eee2c60ab9cc1c5dc5d7408187dbf846fb0019a1e7ea7de905e08f018453 SHA512 f2fe69a3a5d319ea963c53e6a410f3a5553d6f6b5708e6318b450ae3b5319a19f9d492bcddd233d7a5a65355ca378bc41232c335deb9c4987dd9350a37afbca3 DIST dns-update-0.1.2.crate 12167 BLAKE2B c7c4dab679824411688a5791e3f632bdf4ca1d16a5c0efd14d14bf4ceabc707b73f2bd2985edfd5bc41364e040d424e37273f0b65f13e19badc1307b737feb2f SHA512 bd68673421a648dd553bed695f7bbfb7e57ed8014580ca8aec8693039da03a6dd5ca8b24b391390fdea94398d104264a0a6f1e5ba60803db04366d8101728fd0 DIST dns-update-0.1.5.crate 31606 BLAKE2B 6c3eda8d7f110466a9821b374dc9875d0d964313cceabb2b2c87c2af7926a7c16442fa2318a45849b6e22130ae81ef08c1e808d1a881f3d0aaab866246942d02 SHA512 7408830d30de22cea19c4b557eccd36cd5b00dca17175e94bee94609c6f53772aeab77e41d9822c6d935bd962312d370d8e4a0e1f82ef339100e3735696283ce +DIST dns-update-0.1.6.crate 32630 BLAKE2B 2243903fef4a99148868782275189be1ac91e84206832a8f9b12b87f8f0975d3182562b1a8396a5e605fdad9eb57de9b3a07422e476839db2514db18ae07eb8a SHA512 d5b7fd8eef0c56dd4171d38130acafc5971f3a4de37dc422055a1a233c3968e151c564350a88077718d9a2355ba9917d7a5a1663a54b50e2e23a0f68910caf55 DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd SHA512 e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba +DIST doc-comment-0.3.4.crate 4341 BLAKE2B 1a52cc63da83a6e761fd64da67b3138a861442b5539a84be644782ac82f99a311eef3ff6120af8b98eb53dfb15c20d70d36ee6883e40cd11413c77e615479058 SHA512 765c37d1718f54f62c3114f56a7eb596eafb43f53c7b5ce44cf10df83f0cb019a0c7f147780f6b9277c26d6c5f81ba3c8e2ff6ba00ce30be3603be909ad3324d DIST downcast-rs-2.0.1.crate 12492 BLAKE2B 8fc724d0a8d5daf7a5ced07641ec5058f5daf9af905e4a772a5f2fecd67c05e9e2807f804e02b544289c840672287c4b542a0a849cc1060f2628a7e3e0002163 SHA512 e4d6d77c7c2fd8229213e5f263475029d227d8b15eb86424459681207d384c9f4cd122fe95de604046dd31072b84e5b5df6c813e8b168a8b09f8513c10e0d0f9 DIST dsa-0.6.3.crate 25991 BLAKE2B f8db8e4eac2b967206e0641f83da560de847e59cbaaac7cd8f497324f8c698fa1b22873f463b8372f61da6fcec02eb5f7043e4f5506f9daa20d511a49cbe6fad SHA512 ddc74666a39fcecde77bc1714133b0cf796091d71099c13d4d13c61523c4d431c5f6a47e5eaa171d3fd5d94ffe16cb80643316834e028afb4d58f3ae6f527dff DIST dyn-clone-1.0.17.crate 11848 BLAKE2B 1f90492639630036e1e877537328e46ee3fa697d85b2f87c45990d4a51cc900a6f604d077b16575015bbf0a970c26f898226e87e6e2af82d624f5fa565036617 SHA512 b51fee8c4fa3c6b0bc677e9997d4b6921bfee9a11e369eedc649d19eb5d95d7872b533b37fb1ca842c75e714b46afb1231369341c45071db94f09b53e37e03f6 @@ -341,12 +355,14 @@ DIST ff-0.13.1.crate 18607 BLAKE2B 8acefdb779093d98b59700f620986e98fe6a319f5d607 DIST fiat-crypto-0.2.9.crate 495390 BLAKE2B 9201d3faedab8c73b606dce70d65d1138f5fb29e480d56b25cd66a8d2a150fb6d946c9e0ca98eaab0227490cea288b4c78917ccfb6693022d70d74dee94e6e78 SHA512 d916fe8ba3e82a365d20485b93c36994363059dead84c0266b7bfa0bcc74122d71b4a5c8689226c0e1007e7e01fc6f6c76e8687ae14fcc38f6f159287810f510 DIST find-msvc-tools-0.1.2.crate 30461 BLAKE2B 66623bcb6fb43aeed869066f9a51eeb7f21e6ab5f0a7d0d71b9d2a0dc01b66e48691644751c0b0145f537cff8694f96d046bbb835b7c57a626f7bce638a5d457 SHA512 e3a9f209991feae92d123124a60ab1987243fbf432a80eafab161f6b83c819b0a348451db6c332fff81f19009e8ec2627eb3b46967be3f1ff507b06251f273e2 DIST find-msvc-tools-0.1.4.crate 30817 BLAKE2B 8fa2573428a52a7926dd474b9b490df3a5685e701ba7089564604afd0d00038c195827888e2f92cb6d548e0919c1530c61c3abaa5433c351a57f16c8b9a91292 SHA512 91dceb15d6d6367f229f9902daad8c57ddc9b28c463266785236d34f84732bf931ac653196980306488b81c66df00f8bb241a95d2b06590d41dd0703f8a941b5 +DIST find-msvc-tools-0.1.5.crate 30942 BLAKE2B 25f061bfb8a195752109bd444deaebfd94228e52c6eb94396fff9ba9d450876a58bc4352158684c59d1a2cb2a13a32ecfa1e96f1d80ac0c63827bfd7f46d9c80 SHA512 71021ce1a16c454bdd30abbb937c2ca67ab28ffcf88574e3ab758683943b44a96312a53cd6f5b8e76c89284a0cedbf46edb606894af720e3612c812bed189ab8 DIST fixedbitset-0.4.2.crate 15954 BLAKE2B 91270883db5ad0e999ebbca1123d8729d3040eb936034ab8da3cda72a830e45fcb977b3fe3c2b94e870c1fbc366ee8602357bb77e8b9a40cc41a04afad1b266b SHA512 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab DIST fixedbitset-0.5.7.crate 26537 BLAKE2B 48b7e02d7fa3fb33f05fb2de50a829e2f25d19ac680d59c754faef754ca4678d1671fcdc66d06c39b51b4f937bca44a89b87da195e43a4a905a0d29fa95996f9 SHA512 320b1b47a9f93590f24d5c111c171c401f15a50dc29617c8715b6c9d0b3f26e17f966a87d8628661dfc62ff8dee98524f3b6f4f4391725b1b77db714eb6eef60 DIST flate2-1.0.35.crate 109188 BLAKE2B 8bd6e51c3bcc06044e5b8d7ead950c3beab6c6337052fd48e86175f0fc98c8d12804274308ee515dc6156bbedb2277dfa2706cdcd7baaf2a789122473248486e SHA512 aa2c4f0ad46cfbc7d2bfbdffd226eaa37f5223a34d132d8fb2dfd04c20d15a96c4882cc377fd72afbc7d13e512f5e9934386b0390a0ab2b171d081335c58fad4 DIST flate2-1.1.1.crate 77224 BLAKE2B b23eefddb87d3203cbf086e8f25ef23369fcb8285e0ec7b003ba249c9c14c6de00e7627fdff8076299bc1b06f44f789b23603a9b0ea121ddac1e452001bc4856 SHA512 5b0e56e950b47f686f1014e0e3324c471bd986c432151eea665027a33d4978babebddc84cd48812dde1b47474fd07c97f9230a3c1e74882e0fae9b947c19e8ee DIST flate2-1.1.2.crate 76495 BLAKE2B 0266329bcd766be392e09ab75a135bea7cb44e9d9f1eebcabbd4aa3615d66688add24628326dad8e0e03182f0a4d65a3e23db9e7ea8c71b1775d575cef3f1e8c SHA512 467f7d6680510cf3c960e4e466876a97e5416e3605e0d4b52781547295e52f2b0e778fc06a6636ff43d9f6e47734e5835172178c4d6b85bbff597f8748d0d87d DIST flate2-1.1.4.crate 77010 BLAKE2B fac509e03369218f587db1c8372fc6e7ef4aa8d5f9cbe22bc19408347544112330c5bc3f6a1545ccef964d2042c3efed0d5f5b0afcd5fd7d593ef35c85750900 SHA512 23f595b3cba18df65843ef1db2597f445bff8edea152f0e0200d13419580f8e4d20a39a492c52122f225ee6835615706456b2769d7d3fad597924d4733f57c44 +DIST flate2-1.1.5.crate 77015 BLAKE2B 3bc8387b79a2f8d4124f98aa9f65580c3bc6f1a927643b52f414ffce4eb3eeab0fb595532e14591573ec0955800891b039c3935619b964d7fed3b2dac9031256 SHA512 b1be1942083756459f87044212b9915656a4c272ca9414f76d38a87242fe5c7a993cb7b05641f18163b2481daf6e9d724f500bed2fde9aebe35103470f065648 DIST flume-0.11.1.crate 67947 BLAKE2B d7573d5752bf4940620f1ba0f1cd8efa6935ca18b6c4b3587cd8afb6c71316c273ff548430671b947a0114f841edfd5b20fac4b8ec9ecef1f7608524a4501ebe SHA512 652c1baecd5ffe080c1acf2fd195523907ecc1e96e3eb15acb6e72739ac057730b88047b229774556bee7956f64dea11c3be7b7906102613552b179df4a27842 DIST fnv-1.0.7.crate 11266 BLAKE2B 81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d SHA512 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 DIST foldhash-0.1.4.crate 13764 BLAKE2B 7dde82c52671b93d91b2ec9984c0ce539d89d5c80cb115c0db18cf72f84f4fbbe4f7b36b745143102fc83c307df2cae051e4fb461a3131f52c8f98172fc0e72b SHA512 096efd30917c42e75e162a79d5c0ef068af76c7b6206cef880c4a3af92d096b4b4a1cd3de5b66ddb040730d58678c9a651734517dc8a60a265ebddd5559b95c1 @@ -360,6 +376,7 @@ DIST form_urlencoded-1.2.2.crate 9347 BLAKE2B e02670f9af81a09e8df16680dbb8070863 DIST foundationdb-0.9.2.crate 81753 BLAKE2B 7a326ece0256261b521269e09758623403e0db8b596a2df5d5dbfc925a4a6227ac4d5368359a378cf04fd91a234a961fb49306e53d3f59bb2ab77c141d5665be SHA512 ecea6e856e9c3c8714d9f9d91fbd0f43d39728b423552351d7d1761a7fe4a66af193827070a60a1b46dafbb74c6592bfd8e88ba99e8fa1dace29f316942f8132 DIST foundationdb-gen-0.9.2.crate 60584 BLAKE2B 1e192c800be495c030d8f94f52427fa7e5624016da0e56de0a4d7995fb9bb67f5395e53fb51c539fdbf4de54807d1640df4c416a106ec3cf4f8f869a4e00f74b SHA512 e3d6b310ac6360e3e0aaa1e1e73569357cd6014a375033e1669af1c35ac60657de7ab902c43929f8b4848dbd234337687994b92316d96142057138299700b983 DIST foundationdb-macros-0.3.2.crate 3565 BLAKE2B 5f9d85e138c098f6ab9a83ea18751677c98447e4182001ef3586c064816fca893943861af7b8ca466f0aeb1d68889f5af467fbcda3efa96e9706c906d86f34b9 SHA512 ddda063a32b1a4bfebdc2d4376fe78eb4dca746efadff9e692e868866ceb092ee2fd5ef194006cdf03b72b49c5d987d7735686b23adbbc1ac3ad1c6c5e084adf +DIST foundationdb-macros-0.3.3.crate 3831 BLAKE2B 977f845c011dc8145a620518ec4a3561d0dda32e9913aab76641861ea5aadbdb09cc85b6f920bf0fcbd13ce5ec14df4179f1aa9f416f8c5f890cb219e0c24558 SHA512 24d2f74d52fdc82c5394c3d8b4f23f6ef4229f83de7305d5ace03b52934785c6931bbe1844a4c2c41e51040889713e87a0ff676fa83404007dc9bc24f288811c DIST foundationdb-sys-0.9.1.crate 99244 BLAKE2B 156c333b99941043dfeaf936ea3eabd9e98d897bbfbfe76c91b72a00bfca4beafcbad48a0203d3cd31c1f3e2e3202532a88e83cc81b0a3a988b8a8397858fdb9 SHA512 681920ca866bbd5fe4351cb92fec1dd24b5b2ad4fe1d3db2899938cf65a862eca34d11318b15ce0d14f7f48b6aa7e5adc6fa6260e89c5a3a7853141e3707728d DIST foundationdb-tuple-0.9.1.crate 14730 BLAKE2B 6a66198cfd91879f73ecbd20a3bfafbadb6c450d89361a7e27ce5dfa1151eb0345782ea8070542270add1f55ea7a7a415878a98bf09b5fde6db8a0920c0fd012 SHA512 005e643491da6fe0c8dc5b797667ffc0a8c4cb76c916112b39168724892951896a5423353b1eca8e3402296217ab4dd442303040ad1eba58ecb879b8469205d7 DIST frunk-0.4.3.crate 36216 BLAKE2B 93b6e6046633e408481ca35bd25762a95cdd17befea71357ef1aa0e426b7a013ef35c3fde82766170d241357f13c3b091aaf83fa7a4715e1822892e7e83f01ca SHA512 2af4c0037105787765b8a2770a1aafe80b2eae32889e8c68067b6880816f03e97d4d1b3b4e1c8f0de97d8a153e07d25b042b54eba076587fa473cd7497c917a3 @@ -384,6 +401,7 @@ DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281e DIST generic-array-0.14.9.crate 17439 BLAKE2B 881593869e9a357ecfa470b8c8aaf4038899d4ed5f5faaf8e167a108f62abc7a1a270cae8cb15d402537f2f837ff19b2e79e4e9cdc057fafb97be93074881c3a SHA512 113c841fb2c484f3a1f65be6a509738b530d0abf8952974e00225d2e031dc7e53256ddb650448e1e7dd069b786195ac2ff1eb0fcef6b3549ddc4014c1631b60d DIST generic-array-1.2.0.crate 33886 BLAKE2B 03181d65938f894a8f06296be2b217678b8a952cb85994180d8c9dbe65592edfa5c79e01c94298b07d5a2985dc4b1a0967e249064ecc3ed50801c555b9e7a49e SHA512 2c347e5c0b70ab18a32bd65b5e130d130bf5274479454bd1166a3a068f9cacb9738e5a9ce190098ce5814d26a97de4a727da5a935eb8ee6af2bd2093ca57fd90 DIST generic-array-1.3.4.crate 38430 BLAKE2B 6d27e30df2bb09530f13561d4ac3a0a04776878dd5c3a5385bc2e5ee7315f8b12b984d3860b842f594684b681b8a595400e39ee05731958f7f3a4d01a2970c32 SHA512 c29a01375ae69f754014cc88c24c664a8be8cfb84bb9fec51f9d073ec59eb2bd91dbefdb9a1901aef3b347d643658718c3fa547d3700314c0484ac6766666cc2 +DIST generic-array-1.3.5.crate 38444 BLAKE2B 3fcad911e928ebf8d4a7f060366f95717231ff6aa4b3af6a8d787479ec84dfe093e2792235b3925883945ec6ec7d4c1d040cf9dd373b4897f3e28f2acfd92c5c SHA512 016f42f423be2c6a906ea3cd1e33de83873ebf3256c02b164c53901d76475e5053ed6b3c15134e41028c1fd75d37d020dfc1166d64d0c862ce89937315fa7b58 DIST gethostname-0.5.0.crate 8772 BLAKE2B 00617e07f5a96a5c67b33e614b1cf92864e8ed48d4dd882ab952821379f03cf88c21a979a8d7ed9c5a32b3c0eeae671a1a5bc6b5ee3a9b1841bc22d5d450f88d SHA512 67a7341724fd7a67c4d9bfbf809cd39d0149a669ce65679db91c70869624f3ec397953494e03c03804827fea269ec961f678076627b1a9c25369a871305a6294 DIST gethostname-1.0.2.crate 9914 BLAKE2B dadd7d38d126af1a8d24fd2430fd850ecd994eef80ce68e15df3c96445f1879a9fc51b7547aa72b5cafb14cc37bdec5f083c0e6073f731aeaecf1a5bc4ac3b45 SHA512 f469da7ed63ef4c5b46b173f709869c001c03ea0ad7960c03ebfa5ddec29c026bac13c5ac4d9812afeb1a760d80544a1aa6c68fb894812974bd34b2d7e1fec12 DIST gethostname-1.1.0.crate 9865 BLAKE2B 40c9385364ebda2a61217fab5b213b6f6208916ef80f38385f6873ff55b390ed8a8b0be8810fe2c2aaaef978053cb55d2593edf15269615d42db2a95383df152 SHA512 6b877cb492777bd6646422586ca49fd691e37cc58b79891b976aac1079bc757367ceba81bd2a67ad1606294458851f6b37f25b1827eb29c57f4f687dc3852ba0 @@ -412,6 +430,7 @@ DIST hashbrown-0.15.2.crate 138478 BLAKE2B 453888ce68b10cd6e93d787986603fceb29b8 DIST hashbrown-0.15.3.crate 140413 BLAKE2B c67ca4d608e82126b7411349135409d4bc6e4ddb561d04060b5e27f08c350ef3eae0eba12974e9ebfd894fdf90e1481f51e90f5a58f987b88d32e061235f7df9 SHA512 dd82780d0668d6e6eda00b0e2960ab8ad6ab7ca9cb8c87c9c276ad571522676075a675e757416094e382f2607629b80a419b00bb30b5612c1dcf71aa6a97c691 DIST hashbrown-0.15.5.crate 140908 BLAKE2B 6a360eaa2e174ddd1e9761bc19edc4b57b80f84c36bb5d64003c7206755d4175a05f39c001acaf000ec69ced9e28c3853bd64702e2927aa7c38527a53abf2201 SHA512 654682535882733b56dad632851fed93a17ad0b2d3e13e3390d7802450781501e275b0e0b39fa32a6eae092132858ed79b305238cd5771c08987c5d26af6d692 DIST hashbrown-0.16.0.crate 141708 BLAKE2B 260b2ae46c2c376f32aba951ef562b41e40aa1159b170a966429263df5d81359d1d7861076e2b12a88fca612374fd9b3d7265af891d55c077dce041e180c854d SHA512 ad819a3eb38bd2939e08686789529172f146fa77911cc9dd61ddbde4600d49af79fbade6fd53187906a8b7766aff057187171e2dcb2d07e1079e4dde6104d615 +DIST hashbrown-0.16.1.crate 147785 BLAKE2B c506e64340b65fb462545c52e85a192b21e33025c91adf1d8255e799e8a5743814c60be971db56c0b9b1208dff8147ed4a28d8e37caf8f5646fd367d8d0bc9d7 SHA512 0739f1b2101488f88778e221d86738ce557b8ae12470e2a4444099eb90d876382030d00e789dd4ee44dcd7833a87a6e570fa11ba5823beb1cab3a56784ec2669 DIST hashify-0.2.6.crate 77972 BLAKE2B 9bbcd922f04584b748d9fc2f50c2d41aa978d8279c90d392189de6f29b14d16daa59a548bcc626d36baa527e7c32ee171d9610ceb97bcbe75c72f3ec56676efe SHA512 689b20132adf6453c848bfc3156d5917681f1c89be503ecd403347d5add8413d2e532e1d6f6feb9bac85ff8041f36ce03aa744231eb82f17db6153ae4aac2f77 DIST hashify-0.2.7.crate 78732 BLAKE2B 935760b727a48fc0f652d670b42a50adc2a32fa61beaf9a694334289d332d2dcb90c76a6500a18b7727d3c635547c33fddf2b1fc46f5d1041be7e8fae93a82ca SHA512 9d17bfd4a06e3e8a0aa5a76b3441a9f58286059651ef10165da6ceb0a7287e844ce566f2e9ee4eecc8f16f1ee76ae67f1f43733f9651c56fb858781b3b83b075 DIST hashlink-0.10.0.crate 29402 BLAKE2B d52629957b541fd35d989a55b9a59522803a7a523dbf84a6a39da53763686e317a98a9bb91d9e2fd1555d12d4a52fa00497ecd29500ea76bcf68664fcc5d742d SHA512 5c9c518d9919c662ab7b531b4c35dabf74a00a5900c704d287b174ad19e8fae692bf1454b7445400424da2956c5a9e8243a9d08c61c5622d2f051c1e33a3189c @@ -434,13 +453,16 @@ DIST hkdf-0.12.4.crate 171163 BLAKE2B ffa03876879110dcdd3081cdeadc9490534c44763b DIST hmac-0.10.1.crate 11120 BLAKE2B eabb92f1f276f2397f7e28d306f4bc3ef0928f83b4b622f120dcf1203cdd420c331ecbe430e8f8424e6709523118fe01d425712cb8e520aebee620144f666834 SHA512 ab61133d280fb1b149ad097e29f6028a1998475d2f1995e3ed4f354a8fc91eaff01cf9437a13da637ff433fa05b43d7b144b5726c1edba1130c7004bf18b1c3d DIST hmac-0.12.1.crate 42657 BLAKE2B 5d432a666dbcf9077a98e1f8a4aaa3afc88f3d88553cf7a2356d117c66f38efafe686c148598ad67ae89d64ee3edf56387a6f89b75dd9ab5eee63e13953dcead SHA512 77d4bf51f4633a8c36712ce3178945141df31cd645eafcf4bd130b8ecd7cb498bf1ee6f2d9c8dfbbc9f97ac638919fcc81bd3ee600a1b27c3be3fa87313aa0b8 DIST home-0.5.11.crate 9926 BLAKE2B d9c0d3660aa7784f3a26f3930a5ee35dd50cd15b7e252d930240ff9bcb70fdb0169f78c02b5fd82318af8c398d7139be18d2e9675a1b85c7845c90266945da1f SHA512 cd107c4cee793b6db8b29157c3aa2629b5ef1b9fe129fd903fe414faadfa06a881a1b685f1c66fa5aa1deefd3013a210603c952bfa4bf02d5d1f90f75ba9ff18 +DIST home-0.5.12.crate 9445 BLAKE2B 22790e93236af05957848cb61a2526da2b70177ec7386cb14c10427a932639e03b7dda04f988cd738de341278bf4bd1389ff0ba722fa25bd17b8888a8774eb75 SHA512 3397947c3dc44749075b3076cd038936993b5755180b8190ea45c31b7ddd1701a14a4fb36c07adc7010a171b750f1a1ccd82c83640d42d350e996ff56c311df5 DIST home-0.5.9.crate 8760 BLAKE2B 02277a6d0e54a88e62a50ceb5b50b08cd5dc1ca5ddc17a799db0f49a17fee8560df53f616ae22cd16020ae2a89ce7c6ec22e5e2c0d513405bc2859a6e3ec61f9 SHA512 3f1f7b619f1a47694cda92321a11d66ebbb2dc0b0c33446a7a4b886f547ee88231b61c038de04bb82acd50e617f19b5085893b8401206d32cd54502033e04bf1 DIST hostname-0.3.1.crate 9272 BLAKE2B cafcae4bbfadd51d058e3daba3e63d897bc3418723d8e843fd941d9663dbc89dba131c77d14ce7a5da552650ea3c40c4e418c88d465f1bab2fa20c178596852d SHA512 a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 DIST hostname-0.4.0.crate 10632 BLAKE2B 85c1b224aa0de4c64a4c56dc284145c50bfe3ddc9063e0884de1cc994b38931552229c57dfa832e927f816df0d93d7b553bd8b4ede582939bebc36c0acf451a8 SHA512 1365d02b3c438d467cee0bb704e98b601390cfc76ff290da198d6c1e85bdd57db5ea07ed9d14b35f4b0cb3c2999eddda69667fca4b01ef3b6c4df1769f0abd21 DIST hostname-0.4.1.crate 13819 BLAKE2B de5598e53328075e653f1d7e3a4228d82a5aef740aa42897ef27b0786b53fc5b1772a04aedd85f0006c0af33e1345226a4f678e789367c5b45114dc178d1f07c SHA512 bdeb7071dc112f73a5ac86f5db7d119a5a98546ca4804862a8d61ab050ccc49d10a792d024392c725256e7b3588098284756dba09a09376112650fd9ca6631f0 +DIST hostname-0.4.2.crate 12983 BLAKE2B a72e015d1bfd99828a9b1402a745968d578343c81301549cca0d5a4a5814a51c1eb58f7ed937ed75a6a6be385c340bf662d5d51cf401aa21809d1c893ff207f2 SHA512 57d7688fd7e724fe95b2d275d7cd11056e829318ff9683b59617575d94d5951eeb328ef2426bb16f4172bea461d0248cece573f212b6d2d8d3d0252981def4a6 DIST http-0.2.12.crate 101964 BLAKE2B c35c2ae5f9494cafdfacefd778b4b6824588e74685fe5204bc6efa87b667d00b28f59cae667115fe45ae332d8542e7a0c2c7c42fdeb302302f89b00cb716f380 SHA512 e32dd4600aae7e26f1d530871815b30fa0b9bf95293005649bd9a7bc4df7f69a1d8de503d1b8873e67a5496e644d0a47db2a0680fa1e9058bee4dcecccebee58 DIST http-1.2.0.crate 105932 BLAKE2B efc9fc4ccc4a622781ed895f77c1752baf34e82d249acf97687ac8d4260aeafb333040833d9f8df5916cb105cc8217c8f27ddd021636b9248ad551ebfe4d83a6 SHA512 2c8e7234ec3aa720c9dd762c0bb06367fbc39ea89446fc9d8d2e55052a4ac461559a20a8294c877879f3e94d5db06fe41e2cdbb9664ea7ab1bc8003abb038bb5 DIST http-1.3.1.crate 106063 BLAKE2B c7ac3982bc0ee5ab6885d058ddb4341a85f2308cbccb59c51b5bf76df93c77c23a6ed974cfc45844b5d8a4db21081f262b115e084f10869636e3cd02a4917614 SHA512 20c6a049d93294e081150991eec281f531d2f2aa66b04b5d51585995bd07c1f9748df7f21a4f94fddf4cb04872c83d77822cce12b2d65778ea55197666e550ac +DIST http-1.4.0.crate 106978 BLAKE2B 2d86379f0a0724f337496699587cfed11bc87794219b69ba9d00771f6e5c4a880c0db72fe11171f4130fd3640228381de22292e0610be6b121fdd0d2e3bc4987 SHA512 f85bed2e41ae4cb97a3bbd69392ec660c66e2f8eda2dadfdff6328986e68e4563fc04c7fbabf08b811f2be3dce3ed2ba84e1ef8974fdb587b11615a288e4c897 DIST http-body-0.4.6.crate 10773 BLAKE2B 828a43f8ec79a7187cd6f5379edd50127cefa8e80e9bc1205e80c567f506f4778387dcb1d2808e68f1b88bfc7e2d6405ddf9ede9403d35584e31bc62db0b7756 SHA512 fd74fcbd25044aefa183e3caad6cde0967cbb00b6d80addec2589d037b752cdafcdfd02d29d38a12b5c7d87cf1cb5e5ed80488057735b9dd73e03904006a5462 DIST http-body-1.0.1.crate 6125 BLAKE2B e253f2c85c0553382db955ce9ed18072f8916738962083223f2466034803553818e7f5a11649ebf5ea9118e7ce1067bd9b999379a03a335b88c810bcd312cafc SHA512 3d9a711619e5b14d2188fa42bbd43653dceeeb7e172cbd96d36fdf37846fa2c1efa0fad019395a4fa6da2e139875934aa56caf7332dc40546095b0a774ca39bd DIST http-body-util-0.1.2.crate 12821 BLAKE2B 43ed71d7b7247d8d11f6f204bcac1b3b81c002cf7ec89e6c381554132293c11e6ca148cdf0dae8bc213409c9e0523dd388cdfc6f636dc1bc5ec7a0f7d3796dd2 SHA512 1f3eddc475791d860848041075d9df8a3d613c9761b2248364e406c84b070b9d2e4d7e8ced61d7445d97919d5cb96d5c1424e8298ddbe6069110c6d4a5c9246e @@ -455,6 +477,7 @@ DIST humantime-2.3.0.crate 23242 BLAKE2B 085b5913c31412ac12d3c96a940738b2ce65ce7 DIST hyper-0.14.32.crate 199622 BLAKE2B 05b0a2ac2c29157cf4d6258fbf07d871fa9d29b7f453d8d8fda9700db1423f6ce9c0de2b30ffa1faac877279bee75a283a81c2b59c6e429a7e22a4d5f1f49913 SHA512 d2b1d713a3ddc8a469ea344a5e7732da637bb644c2d999bed8e8b00b602742e193e553b9bc77eb58017ddccbc4217b20651e2b1698ac98568e780bfa3aa1a819 DIST hyper-1.6.0.crate 153923 BLAKE2B c69d338d00dd9be80c910dae6b3b995918d862d6ee863e9f85442f0e45584a054056f51864313b8ca0068680d7667faac61d70adfe2e7d2db2346f608b45bb32 SHA512 8c30624f51fed280e909ca526284f81a0863e3ace05f20ce8117298f180efc1567e92f807895034d9ad83026059e4b90c5a3cfe527a3e9c99674489fd17fc6a8 DIST hyper-1.7.0.crate 157006 BLAKE2B 4a17b720249234deec79994e47f1a5bf1a963351b0c6a2b943cadd488f8f6518e5f032cb2b91e8f749c8bd369df6072fc2e536c5676720efd0a72522ca931a92 SHA512 8e57d60c5fd3243d7856f8bcfafdaa033393f6e57f7c2cdac5dbfb2d6da8b6bfde8b1cb24989f2138b77944f519a2b80fa6cd240cbecc02086a12580c9169c15 +DIST hyper-1.8.1.crate 157353 BLAKE2B ddaf59d791c00f20eb177c762d16b5b5be6eadeef8d4d39847647ddf82d013070d97f4aa681d6cb91e200d320dd6da91d2e8a5652e3a58febbcc643c6f87a40b SHA512 b7a9638fcd74828b447966025b172899943ac8f9286860646e7fd073a796f32b0ccfea5d656d0e5c0c55b8a15db613370c0cd0341b55bdb15abaaaaf23b4c623 DIST hyper-rustls-0.24.2.crate 30195 BLAKE2B 79d5c6512877c98f3040a6ed26027e5345d42cd55ee9e9bb6e020cb7bdd4345556d910c338ec759a6a9a2907e645aa841d5666879ba8254ac6506a980811a7d9 SHA512 f30e83408376b985ee9df26728f8183a7048d4586c5fa3d797cc837931e13300018929583a087767bd19d4bd60d85ea1c2696601c236fb65be9a6805ef6fc193 DIST hyper-rustls-0.27.5.crate 34660 BLAKE2B de261692fa4765f3ffdf8c384250532a0747b2595c41fbbc1a01c69c2c8a68a87656572f70228ecadb4aea04851ea6e7a0ab7077d6ffbe75b1a15805e64fbcbf SHA512 6a2451be2f42880978b0236385e8775fdfc3f538d9642c7fd6993ce85b16d623357f97a8c2a328e76e31c76083a8be557a4e7447f34aa52b9e990f4c9680e193 DIST hyper-rustls-0.27.7.crate 35435 BLAKE2B b833e2b7ca66a5c21a63ec82e5324cf7c743c63fc267cd1ddff2f47a8e00089e9cf2a08a805afe642f3d18c25c8ac5b9a238de04eedfd30622901680ee6034c8 SHA512 d0f4774ff4e0fe51c448a140e76765261d66ce1293c0ce521baa9a2e97731dd0774b2e6c54e19e673f05154daab710818184a440be0a46701bd08310afe8a2c6 @@ -462,28 +485,36 @@ DIST hyper-timeout-0.5.2.crate 19222 BLAKE2B bf1714bda5cbcea30e948c67568c8762074 DIST hyper-util-0.1.10.crate 72887 BLAKE2B 9d8ae7445ea56505e19f57ad680020b748e943a5cc3eca7292c06d93be1b58499db5769b214687aba53a0e9aa6fff3b3f63d1623157350ea826cd2decaf8d0aa SHA512 0a16c5d8857cf522bd53017dac50e530ae685c512eb55221fd6808299c7d716815f7b8192f8a9a504421b938cc0536bd497c7388d2f70ebbd91c46b644496b2a DIST hyper-util-0.1.11.crate 75973 BLAKE2B a234bf9c393018f1cc503a33280e069f30de2126192b8724528a18cd079287b2b95ffd09d1fd5be03aacf7a706c3f5b5e466bd739e09a0e54e557038a72606ed SHA512 691faea879c7f4e6a92c45c738787f51b1657a60bcb4d9fe8007aa3c6dc41a08ca4ab2ddd3df346cc2218c48d1cd277301efec01cb12f056d6870cb56bd8cc00 DIST hyper-util-0.1.17.crate 100999 BLAKE2B 4a51c6b7409a776064a22817a1d8d16933cacbcb068af3a02de256aff8da3bc030b9093f0b75e104cb088cd06312138e3adc4d6e28e630f775607e267179b590 SHA512 120e1cdfb831843726bf3c1539beca7be85e0f9e06b75095f32720b66d2ef5ddc23d1119b434dcbd776ab5b34df7c357d6e544cb3cea6e022d753c066a2fd48f +DIST hyper-util-0.1.19.crate 112744 BLAKE2B f01324fe17898022a2a0d5b336c852b9ed2d4ee1a79ff204bbd9fe103568ee0630b6c462ecf2ef8a6767a3335720d0180fd9932d965c9e5edab9aba81541feb5 SHA512 23d40ee9baf105025eb20939c27ebcc636498e07f776bc1bb1085647ffd52fda8d019c2967ecdb43cc4d46777941a026ffdfa4eaae37e1f5e8a42228ac6c720c DIST iana-time-zone-0.1.61.crate 27685 BLAKE2B 2091f0bdbfae3f63ff846e27136d9779a2d65f85cef899ea3ab0ff7c987329e6a584cf49c57de566f08e0277bd4981ac3db30ea0cec6a6757ed50d96e2c6583f SHA512 d16c67f435606334042c3a286350db46ff3409f142c0782509b136150b4069aafff0dc5c2ecfb7519dd8d105b9a2e6649df2a7bec33ee3966dc94034c9d5a1c4 DIST iana-time-zone-0.1.63.crate 32919 BLAKE2B 252417d7689156bfef5386f3cddb06703f033324ec7c3223e6db44cdd62c74ff57028c8a4b93f79d079cd69449f97b35823dd6cae712f820dc04a4f0a7d408ac SHA512 9e595c10884bccdbcb171b547ec0add02ccc2c126e6c0372f658bb418c4b4972c031c5fa547f0b11ec8c99a52ca8f5e97e9f1d2a8a6a0f4fef30b5ad15d179de DIST iana-time-zone-0.1.64.crate 33152 BLAKE2B 4298a6fd124d7e164df21405448ae17f11e5d23be3eb40b2da27d36b432cd6583170b1bc31c5238160e4ae2cca9ca77ce19ca35392b7937ae26109dff9fa99e1 SHA512 f204818f8ce5e3098b12a7b99d0b6f29153983d5eb64170051f6a6b8120d00014fc91d3da7c9c7cdfa0e16a7ca6d0c6926e8ffdac28985c8d6158c78c40ff071 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST icu_collections-1.5.0.crate 82762 BLAKE2B ab89336790ceafe62dd72f0aaef16a6eb47fa5e41424ed990e6c059ad431cdb3dcea943436aed0bf9c6eabd7aba12d255a2233fbbcf9cf5f666ef1dfd5b79a16 SHA512 127f1c91101ba69405b10a2590579606df766166fcf1fe6aa9a74c4900296425cba5c47a391a53a01b02026af5581f068fce4a7a400179809f7ed9922b94c0db DIST icu_collections-2.0.0.crate 83033 BLAKE2B a67f95177d820ab3b0f9d5ede716551aece974545c1fa6654e27b923c85b43fbdb9fb73bcf2dab2bf9a0d5b0bad4acd953fcb3418bc73261ef2f6e3407ab155b SHA512 646f41881cc2861504ee9753795e596b85f90f108c2d509563bb007fe52b08e9bb6dbc7b762b8ec60012ec53bd51e25a1e16f9fea2ed2c11355ae619c49c5034 +DIST icu_collections-2.1.1.crate 87233 BLAKE2B 7c627fab991ad55a6033adccae72306a3116a3611fc2e4a9553cc5690a4e6b88d6180527c9032451f89568a73b019749f3e4d4f49ea5e83558612e0671d318ab SHA512 41d20dad05d6d37ca97ae37f4afd51da9c2de968e8087d42a628c1543fde1ecaf9a284730d81a1718a8102aa0fe9ffff6b4a77f0e941c92fdaaafbd911f03a9f DIST icu_locale_core-2.0.0.crate 74430 BLAKE2B b01a63614fd91840cbaf00285ecfdec7f90eb9e23066a6c3b1a477574aeb8da1ba0b7f9115f8e5fde8454022cddfb54a25b2791ae33ec827f98fd1daf28a8ffc SHA512 cdebcb5e434b606da9fa24ef741a63d2cc2e6c20a2e47276aaf8923a578f6449bd319baabfd847640a65dac38858734554fc00474511d02c7145dd5d3f10e150 +DIST icu_locale_core-2.1.1.crate 70876 BLAKE2B df4099b46518196e8122aa5c248acdc5049153b19b804a043c1b00b3fe5010aea622e0b97822a5ca102b106f38cf75f24ec9578750bb1c8d10c042762f879246 SHA512 d83d2f14af1a285e3bdf6f1b81ab3ec6f8529e2375e04cfec245a9dd356265fa6770f76c1099d52f9d80219c7dea556035c3999abfbefc50091e142b8d2ecfb5 DIST icu_locid-1.5.0.crate 55131 BLAKE2B cde2b988f0af200b8e7851a66b8ae08881670ad6ff79c5caf5135a04c200e5ecd0acf27d8856fb0fce46d502527d506095f469c28f325b9b9d21d2a3657149be SHA512 4b85f0e7cc73166a542b2e502b3ffae1f30d2a9609ab83acf98e90b0edb37fa8ae4592f61ecf48a0ae0779fdd376abeff59e1d5cb97475012eda99ce2a97da57 DIST icu_locid_transform-1.5.0.crate 29094 BLAKE2B c7bb5c5ed273a6a97279d4599f612dccdd796f3ae717411aa5b21949721989986d8b766041b9c7e49a91cdd42a48fc965effb8d7fb6d33554926d203a6535953 SHA512 1779078e2ef9859bee2bfd5414ad7e4b0f0a40e6813f4ccf8de2bbe8c764fac7f99ef001cce22332a8b3840af22e9c7fb7cc0341cf8ba61303794ebe87071e63 DIST icu_locid_transform_data-1.5.0.crate 44727 BLAKE2B 7fc5408510886bd7b7d796850a542f2c1d759d2c67492b695245d46b34930e3918513cae2699963f603d2bd02484960b05afd58cefb6c3152ec201880366d44a SHA512 1c00fb962eb4b8c759b1120313bb890f4388d579890d7450b798d6266a7d6adcbbebc8a8dad2f267668ca6f1c059d0bd2209eafbe2a72f4558c85258eba57405 DIST icu_normalizer-1.5.0.crate 53113 BLAKE2B ccd58f24469da1f237ed9a349f0b3bdbb49b8f5b1995d6254c6e3eab53a71208ff4a0b09bdc68082cdbd288df66499efb19555f41d12a19205d724af22fb504c SHA512 22612b86a24e3ea222469392763ae9d40dcbb37191dd8b9fa1c64332463a4299a53275a1cd3deb7e0f057d137f4312d990762f9925d0ceafbc8839d67c425a13 DIST icu_normalizer-2.0.0.crate 61543 BLAKE2B c91b1c26e0bc995ca3bc32c743a53074955079de642dba1982816218b38a175af297f3adc4cf0048c354e9bbad813aed817d124fc0bf7f95aeab5c1ea005a22d SHA512 7947a3b7132860935b1f8d77cc02be402933be7c2728b815a455bec3533f5d52f8ef02f762ef5ca3d9fa615677527326fc3dfb0cce0590da0ab44a5ae5f7c84e +DIST icu_normalizer-2.1.1.crate 67132 BLAKE2B f43d626ee58afbdf472fdcac1bef6e334b8716c000f4a12ea21b917121b53ccf2d99af5594f589e7b68480522768c5bb8d9ce50093719c26250a77eac38bb3c8 SHA512 0dbdd24797e799ecf2c10a3c983222647698898c61fa53a257c67e95006fe80fff42698f421e5d9605a0d114e8493023dc888e769f4d1593ca988fa3234563fe DIST icu_normalizer_data-1.5.0.crate 50561 BLAKE2B c7b8c5751c6d6df03b23d63855335ef67b34a0b13b15f1f8a8986943b5131874f5205155889e12253692b39918256fe2cfed70dfe2087011683ab9165a5fd786 SHA512 222fbb819791fb4ec7889e45ed3032ac8d4753e2e9cdce9d0b3f79128baca5ce64157a8a58ecdf39cfddb6c2395001e3cc8828ed51803e85cae133c247cb338f DIST icu_normalizer_data-2.0.0.crate 68101 BLAKE2B c129699813d651acc32b900d4d9fb052f352635925b13b33095ec8b66c841654bcd6d0c4cf3389c70587e31e4c1d0368c4d59e7263b8b8a366d6a544cfbee2be SHA512 20e443013977d65441366ca680c923760992ebed24171e87b62e4caf87bd2f52ef9a2a4537fbc1feaf1768a7ed1ece889b0b88449a0dbe025f6567b17996c0f5 +DIST icu_normalizer_data-2.1.1.crate 68649 BLAKE2B edd3436fb594109ceca6d5d9420ca876a091c0313e793ae96c932198d7a7d973416f0fd22fcd54faed2799977f10b33c169c1ba9c11b3ae461cf751dcf153f46 SHA512 9f6c6deb921252f4c9a243b6f2c538415d005c6e01221506cb9f5ca776c85795ac113833b1ad2661e478dd2b469f0f55a59e3b202dc667123daa8ff32b820823 DIST icu_properties-1.5.1.crate 64479 BLAKE2B be7d3a1663664095f4af654723ebc74f385a6423fbd3acad325ba0d6188dce9d9321eb323c1b1d8e6d75fc9aaef3d873b609d7049525d2402456c6331bcbf486 SHA512 7e347c0a02a41a3add950290bee90a339091a713546d4369c2995022e64f127f54204b0d46cbb88f396b3bccbd4cf12720a93d8551b73926f78fd5ec01829cac DIST icu_properties-2.0.0.crate 58065 BLAKE2B 5c44716d38fc4837b38e229bb6d8eb4a19992a7d685845e75ef8e7349e7432892be94c2030fb0a9c1e2f066f17815e97cafa7b0cf657763f44182a42b8a1b237 SHA512 23fd4b3d4b20b2baf7a29ec7849833bea4b13795d83001740dfab8302c3e809a6e7dd2e1e51352169f8ee5bc1640eb8b3e2b95943a1c0b567676667b70b22843 DIST icu_properties-2.0.1.crate 58165 BLAKE2B 265ffe58e96b7d3a1cbf56c3208ceb8ff73edb5dd82e719eaaff52c351c07f4a8b019bdeec52d1fb0a646d57f125d54783001545c7384ebf580521b11552bd70 SHA512 a963a6777a72ee044b33b284de95d6031dfdb56c72bfd535769d9c66d7a2cdd9e5734553f9d92708b53db46d1cc008680b6e1ea0ea1f598c2e29b025a5893bb8 +DIST icu_properties-2.1.2.crate 60136 BLAKE2B 5e52d8c0f5631e0ef0b2c7e54bb1a642a0fab2820cc19224a27332538cfe8eacdb8efa46e3b5017ca63a7c9c0ddacc5dc2fee63902e9c5793d527407288e27a1 SHA512 3d80aaf6c1d9d970f9823c65cabdf057bff2af428563570e2dd6fbaad69e517a8bf2eba66be748618b8dedb5f1adf9973bfed2994cca2c7e3f54385099a9c265 DIST icu_properties_data-1.5.0.crate 227993 BLAKE2B 3b3141507077dfdeb4f89316e63e1a651fc5570cda58c6c2d566130858ff67f900c3b151113e6303962fedf1d6b6d617601b21a08c4c0c98e6bf135aace6f299 SHA512 c651d0a50c229acafa648ce234a73bc1d0a85a8bf2369fdadaa62badc741c35e8a7d5392fb1bdb7b720fe2e0f883d1309c78de4ba913691969e5367a4e8bafac DIST icu_properties_data-2.0.0.crate 159069 BLAKE2B 4edef0d991561e4e4ca35c560f7c24bd2652951df395e54de7bf06f249fdbfe1beeef94766c84b7c50e48ed51becfc101e145ed0a708e7c905011cc31ea8c465 SHA512 8df8c5a1ec987d64965546138a3eebaab6a64c01822d35a1b3019b8577efcaf88dd4877f0002d2ca44ecc7332e6daf728131c29f251c661e34eb771c26be5e3a DIST icu_properties_data-2.0.1.crate 159735 BLAKE2B d9b10e303614d1b380126daf43d36e858aa99740da6fd1ed416afff0f2c3b48ca49791ac5ebe098ee4c931b9d6b33b8598209b8294f54f72a5a6987be6c33f78 SHA512 f503b84491c77e2616f6b5a076acbe117832e5fd924df613389f06a6a479de1aa3d2106d1795692bc2818920c3d2d7005e1911787ae20e194a2fc11c175fa15f +DIST icu_properties_data-2.1.2.crate 163057 BLAKE2B 2a326c3f6e644666a7dc42597e4fba53cb533d6bf67bb0e1d9539d71d8fad68af29f8084362d089975f0051e71ace6c6ebde0ee67dd82b7e7961e1f972d58535 SHA512 1a1be68bd581594a7c98cbf5e1de8d4df24558ebb75a01f722fe68582075ef58cc0b2516a54a4df3bcf5080da24ed4afa8a8cc652999092f85f0b27d8c2a9f95 DIST icu_provider-1.5.0.crate 52722 BLAKE2B b1e53ac677e2db5870df0a91de405ebbc635c3f7931960f3bd744b57350c7536116f3861d4177faed2145b79c1c957d79815fadc2dc85faa656a1f0bb338a16d SHA512 6c11d89c7d2b788a44757f02b0e298b558ebe174fe917664401d91109cdc7bd1aba5526b3cdcee1f066018de1b775bc9dfc294bdfb40476c53d552bd6f29d6a1 DIST icu_provider-2.0.0.crate 50966 BLAKE2B 3e6f00e8c98df2a239a4c9b5c322d0ea9784b4f4401e3a62219fd5ec68a3f5f3c8714bf8c91c2a97b038956b013aacc24c55827138ac5f7b25d6807499766b0e SHA512 9353cfeacb76cfffa3132a77529c8a4cafd4fc943b0d9616d6ec80f04e67677e3cdd9369eaba1e655ecaa3af4433d82e12c1dd45dc190a4cdaeffcb2886ae6e2 +DIST icu_provider-2.1.1.crate 50907 BLAKE2B 32b368e70ed50baf016a259266d01f126e3647aac03178f798764f31cc49d83e6634e45b394d6aa079ce39bd161598a641e5217e7ad57bd4c5138fa577652b35 SHA512 36ba219c8fd48382a023c0272cc7c8f32ed5e5ed648a9de0a61bb7d7a3728542ec92404e4a197433e2f65ff6a3f4c9e1fa4717f7a60b53e5a4f5d3a5276f2d12 DIST icu_provider_macros-1.5.0.crate 6436 BLAKE2B 7405924dca41db72ce422437434a4affece69f888e5c18d2a92f761a8d83b180f40c8de9a34ec15d0e107b63b2fe0502cebd0a0ae6f98d9d6ee37d197e754703 SHA512 a0dd58d731556a010428fe4aebbc9dbcd626b46d380cf28ba5236ec8824045a20f6f2ec986e0c1e791bc8bc2b692a10306f448279f079b4c37237e4a3c3cef63 DIST idea-0.5.1.crate 23243 BLAKE2B 3db4dc0fe83e1cb408e7e2b69996e6d58af18d43efc2cf4b04227f5465ca2446e805b12bc760f10f0acca284f6d79045a9173e1593977f04690de680acb9fe4d SHA512 f5d7254816210734f4c6f4e74801b38ecb44765cc97692843444975e7e62d6975e021f7010c11e991bfe46e254478fc0ea08634759ea9ad5c37ec2c7ee8141cd DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab SHA512 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 @@ -501,6 +532,7 @@ DIST include-flate-compress-0.3.1.crate 4807 BLAKE2B ce426afad5cf0ffe6627972fa0d DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 DIST indexmap-2.11.4.crate 100302 BLAKE2B 7df64cd5add93fbcc956e082881dac568b4b42056312344534a9a3df7780326632d4ef53660257a6f4b6a099bcf842d8443b58b4429321904681ee90b0086a53 SHA512 39ae266d1f5bc57f438689d2ebb3e5ba0b26f08487f88affffb55bf24d6ca8c52d646ea79e281c383027cea2970e4acbfd24d65f081ed77d4efbd056aab83649 DIST indexmap-2.12.0.crate 100446 BLAKE2B 3fad12a9daa3c5c8b3db1926391bc770c9b1b133455ddb9ff4157f212176351ac1d00c50c8fadf2afa0557487e5633648d8c6a1cdf80211b974d2ff0f773eb06 SHA512 3ceb00f2cadf667e6e7893178c43f68776c2d97ef899209ffc83cf4f536172cde52bf73f8d512a9bba8119bb77f6b6c2a920b8edbc1875b1ee31033830917c33 +DIST indexmap-2.12.1.crate 100184 BLAKE2B 91003f759cb250cae5ea2a72a184bbf1d4647951dfec84d760daa7e29b07f634a6577331737b3a3faa608aa0617124672ba03478ee4892b196e9c0097871f29f SHA512 218c1b0f5e117374b73492dae870b0a41a863d5f3fadd1e01adc592fc2d55229ea1f7c428893d02d1be1b768413b07497fa2600606ee6039672a1a8e45bdc5c3 DIST indexmap-2.7.1.crate 88644 BLAKE2B eab47b5a8322ea4ea038884e70a67dbfa40293eb71c125d0ccf117af9153c19268c5fd9efd7f0be4a773a04bef961bac90ab3269ad42b565e5ce6db5a6d49daf SHA512 225703f74a734da1ad464895192f07c83068b36129f69a9e87608134f250d3a19b95fdb21dcda6c44cb0204bc4ad69bfbba24d94c83b439000ab4b9ffec74abe DIST indexmap-2.9.0.crate 91214 BLAKE2B c1ff1f45814b84daa854a692e22d385598bf30121e39cdc3de800282b187a39588797a4b187cfe8075eec77ae64bb5ce6a80939cc2cbbdbe6e17e42459ca71cd SHA512 ac474dea5da1dc14a61a28f5b4c850073875030ffad3aa871211a8b075a3e9a64cc748310b4554657f45a70d526010febaf3d3992a80502db389c2347aeeb2c6 DIST indicatif-0.17.11.crate 66577 BLAKE2B 45bece4bbc712e87850e19fae3dabb159689b0cbcceff274877a9cf1df706716a8d5a501bfbb1a72bdf860a5040b1f84d9262557cf80f83ca7af8cf800a5f915 SHA512 ffdb66747f6a59b9598d57d31a3da74d1d5a2d5df919fd363d72280f6d11ddce5fae0d3e26c3172516e5cd5033e41e2880151f96fc472115572e1032f278532a @@ -515,9 +547,12 @@ DIST ipconfig-0.3.2.crate 24468 BLAKE2B dbaedc8f4ec23fbbe48a8c79f16fa1575b8374f0 DIST ipnet-2.11.0.crate 29718 BLAKE2B 5cfd0876d2c45de886a069fa564d5bd0d4bc53a62ba445692b35c12ad4e3197d9d42b51b14e31bf79e7b8ece129e4612dbf47c90ace5e2e5a9f0e478bd6a5b1c SHA512 9d3c42b5bd93a792ac09975b9ced105e6e8b1eb83bfe012aeabcaa3fc388ee2c5a0541d5cd6dae48dfb97cf82aa970316962d231b65298873136335ac3e5ddca DIST ipnetwork-0.20.0.crate 16556 BLAKE2B f6da9b2283241101279ba510c641a287107b2c27ebfc425af183ca342e4c049915aae2a2107bcd7e8349a47e07ca1dae118194acb71b7b756a36f498a6c67f8b SHA512 a8746f25abb73820cdbaf758f537c726bc9f48afa82417361d54c41bf3b86077e5901135ac5e305e2f669f093690ca518c811c89793d107b3deb139861462978 DIST iri-string-0.7.8.crate 141493 BLAKE2B 218bddfbe875b97b5b4a93f5486a9e35868278c03288da3566779b07e25ccad21997fcc75dd9621c50eadbfec60891bc21ecf0f7520d31228a98ebc7e828e511 SHA512 d62bba42cfa14bae23d4e4bd23933cdc43abf3d68504d0e401452130514fa7aca4ea810e7e235acd41969f8ff91f2b6afcbd9cbe38e010063ebdbfbf5f137f36 +DIST iri-string-0.7.9.crate 142144 BLAKE2B 14508e5f1eed0e9ca443e529a74c0915d763a8a7f00a79f4208312550d959c4c0361598c8f41dfe6a71c58f7e38c35d4f2d4f66da5523f7f077da4dabf195d68 SHA512 59d575e73e1cb20ae6d9ea13ae4989bb4fe8780dd222333ee03aa45e121a39e23309c949d9c923ce9f56ddf0a341b874ad5180e68997f4a40afb7278c25198f4 DIST is-terminal-0.4.15.crate 7770 BLAKE2B 89604fdbe7aa82d2d058d5227656e21b6c2267a8721eec8b86346a3b8ab9f2d3936ffbd47ab06285f00e43924c8a8b42690ea40170458a7049cae4ea8423ec70 SHA512 fc0efe04fe4f4386d4c4f8d17b5d7a3c833a780efff414d3228cef8e0e5a5ae497f43074524281294c2bc31b1a5e0a4a4feb92071a6f4d04b3343ae179720b74 DIST is-terminal-0.4.16.crate 7811 BLAKE2B 430b817c0d022b669624c77e84304b40ea8ea508fac45cd44b5fcf3a7322073d5e630c22d05af0be0b235967bc80505f5614b462c800c194cd2961ae36ab9873 SHA512 4dcb0d83a4d3370805fa575e5a11b72c6d8152fa252e0e0090087b0f31b6bc2dcc749180f263fe6b7748923988d3b70ade08e6b4d82fafc7fe9b9ffd7819baa5 +DIST is-terminal-0.4.17.crate 7458 BLAKE2B b12ed4c0e540309462de73b8abf9f281676f562c573c9e9663ad0c5ed2ed0350bc98315c60da6998a706b559170dccf11c8d8196f7be7641478066dbb58e4861 SHA512 e11c73fdc237898d0296bcd6dfa9c8acac8cc5e1805f42f5b220d787dbb5192eb8bfa9da9ce724143f4a17ca873b234912f288f1c3a092fe8881a92697ee12e2 DIST is_terminal_polyfill-1.70.1.crate 7492 BLAKE2B fa663f858ab8e5fd56202d731b572bfdd4ab0e8262100424e27360a9ffd2820182bc57d6718a305ef82d04c3798111841c0d9f9dcfe219765c0f63edb560dc1e SHA512 4730fa09401cb4e69c92b38b2b43afd74699c61f5bd7b37605efbc0c08ca7a1318d43e4a844e46e0f84f83f42432f01e33771be2b18eb5977702ab9f894837e1 +DIST is_terminal_polyfill-1.70.2.crate 7548 BLAKE2B d84c45a94bc0ede333843ddb5206379f1a7d9df742c7f7940374d6b17b0a9c300e32fed5fe2bc58e6b3bc5d18b5fc58dd4e283c01c2f3b4f10f254b3cf7668c3 SHA512 d62f444e83950bdd441215c0ce681ff774692b35fec2af7181dfa243dd43fe42ff7e10a6e3b1d578712e4130dbfdf471ecdae73a3a584a2856a848d387b6c261 DIST itertools-0.10.5.crate 115354 BLAKE2B f24734bdfedf1dba48554e39b43669efcd4a43656eeb2c511096060daeaf049e1ad3eab232e757057750ce94aabad9fc8a0cf29a997edc6c4b167301c3443391 SHA512 d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 DIST itertools-0.12.1.crate 137761 BLAKE2B d7db67feb7418d6a779dc17d8a2f33481114cd81a4d53a10cffe08e13f0d3cf4525a5ef43368fe979d5a3ce230872eaf993f7065885531aeb5a6479351857708 SHA512 0d9c1849dcc0ddf7555b0aeb7e4f2ef3b101cfc6f03310ce1b6072d70ac8c8d3387ef4c726146102012e75171e0b0bf13465704b6edfc02752e349dc6af7cf68 @@ -543,6 +578,7 @@ DIST jobserver-0.1.33.crate 29136 BLAKE2B 10b9862757e919a91e8921674380899b727284 DIST jobserver-0.1.34.crate 29013 BLAKE2B 4d89234147386d61e8402872e577c52c60fba41b21831acbc6934ec7668b22dd9b876cf78180f5a06b2b26b642a0d7e02c9a67dc36ae7d3aa3b95125dec3d7de SHA512 42fe03eaa4caac030c40b167c742aa104151a126505de9ff4c52ab97ac13cdd2b7219268bff414f1d09061f3f9e36be01bdd6255597b957e18589f9ef4a65549 DIST js-sys-0.3.77.crate 55538 BLAKE2B 8a4c04a8e93bf5dab63784a24320a314cc5cb629df788e116c452857b8c049c6bf357f3bf8f35086eaa81bc2d7f0954001addfd0577d845844871ee138e81bc6 SHA512 d9370ed6ea892bd51ea181630ca661c348f82d575381aa4c8b529113dfcab6687f4d19bceecad7e1b28ebaca74d405862150a5b5ee2d5d55efdaf98eed1ab255 DIST js-sys-0.3.81.crate 56399 BLAKE2B b279d15b1b177e4617ba5b6509d35c41d077d458f4f30684fd211c652d7a1f0b4e3bba62a74842aaa1227f61b382f5729e9cbf4bf517c0d2fc9dbbb0e46a67e6 SHA512 c62b7ed89c6b82dad85c7950add67c352a92ad9b7dc759170a42291e62fc21b1dd2fe84214a893d6447b73b00762439b5f787f7d86e5fd7cb505c056e6be50c7 +DIST js-sys-0.3.83.crate 56425 BLAKE2B 9a239a030ecb12b76f17dca54b562e43aaa8019a4f9768562dc5e7647998fa5f42edbb17206da387ebaf20bd3e5c67e16987d428d071b1be9fe635f8c7362f55 SHA512 003e06308d62ce8ca694471fd9b15b3c98ba130c0a388ce88e9ad08b2e16bf1f9b3a68f8bc45d15442c16b2ecc6187cc8bda4cc78db83dc8ced9407d1e641c0e DIST json5-0.4.1.crate 15678 BLAKE2B ea87e07821840e6af0a7c34b082995cbc95c45b7982bf2991fe80851f596c85b56582f9f0fdfba1062a9d047ba460b7add84b4d9b0fa4b0c3763a7619d00a040 SHA512 e74e7d41c5d9e699e3e88c0f248818b56d9126668b3dc44d881eb2de2f80f0aae6141dbf78077b0be20844376336b726657fa237f89c82bfd1d8b5dc236d2f97 DIST keccak-0.1.5.crate 13120 BLAKE2B 26b5d52a18550e67e79eb51d26c5329607699b14014d82136ed34199adf1144be8271fd50ef176b913b366b45f249ae5fc09560b0c6e5626b2fb2041de314e89 SHA512 95d5c12f903c572750ee2fa0829b8ccbf2ee2fa473bf0eae5434e08a7c1980dc435ffb36e53bd2d2fe840a55ca1c13b7650be1a0727cc8b79f649d73634f1b0e DIST keyed-set-1.0.0.crate 4864 BLAKE2B d2c61fb763fc627e74858c416ffed890d02c89802ec656f0c641d2e10a976a5e5b3f3a4db677d140ae55ceca7b10c8c79999cbc3a26a119ae3f6d7eef88baa70 SHA512 1b96a362d1740608e1c32160db7c4d3e13e573eaa592bd73fa659cf32ba342a2ec701a18922e6f7e09c2c2c3b5dc6e148e084cca3814c6d2b57f2fffcb211c9c @@ -563,8 +599,11 @@ DIST libc-0.2.169.crate 757901 BLAKE2B 1012cf93d8975aa20fc3f2332e253426ff66be6ae DIST libc-0.2.172.crate 791646 BLAKE2B 3a6eb0eba1e31cf89ac792a8e667c0f68b2a0e62502710ffe77c2b06321103a30ffdc4516c0a91fd3ff44508d5304dfb04ab919bd3e723e34c66b560a20e7f86 SHA512 7bfe400ee65c1b7e540fd19a9b7eb1429a66863d5e94ee7caa83a227d19a4143316d3b401013fb7f88c8e4cdb1a40cfbd58826597c8e23799e02e29553b67e34 DIST libc-0.2.176.crate 790040 BLAKE2B 0c58e6c9a3ef8983ecb33917903ce021df7c249dc2b142805c47360418be7219277b8a02d04df7bdafdb1fb04ca21fb2e791cd625a8e696faff3b762cf0e0799 SHA512 e1c5acef0efd3ee6b0742e28d86ee74f9555745349de8ca5c2a64a823365948fe1f7c72a6b9ce6d4a251a67beb45b748cf575005b935bf0188903b49843e9192 DIST libc-0.2.177.crate 792045 BLAKE2B ecea1ade26b0faa9cb5fb025e237f3a59dfb562e7b3de3682b42a41038b1d436e83b42b53158c1fc1cc4b1cc64ab55ba1497e869ae850a677c089fcce9138912 SHA512 9d737091dba80244137987d06a52ffcd44a968c96b59ae9af9cfa40c38cb9675d023f6324fbf25c436ce1b9592ebf26248f85b0a7c97ee02360ca624b0efb3e0 +DIST libc-0.2.178.crate 783720 BLAKE2B 72f5fecacf0494b3962ff893d647155af88e9942b14d110e521b25e5d65d95d41dc00f83431b82632a53c6e0ae7fd537d018d7bf29df65d5e56b908a893d77d0 SHA512 968b954e2edde88d14135decd9eaadc31ca1aad80529a6696591c06c4414d615c97ce0873f77bfebe08b862faa5f3cb79a6648ab90734d462bef06e06ea43dde DIST libflate-2.1.0.crate 43366 BLAKE2B 3635565c152893ab958c491d1dcd1f5826abed77f6f41e38b64566c27a81664c1573cb054cfe069392519437e403138b14ec4daca8b8af22e6432136e94bf957 SHA512 00cba931f92f50ba527aab2303533e72d183ba1ff7b61d396b50d0a1fc0f31dd348a506cc87ad417879108c03f0b500d05c1b7abf48e92473e0d472594d4151c +DIST libflate-2.2.1.crate 40550 BLAKE2B 739121511ac5003c468e45fa5abd2b3b627392e96c3d9f8d71aeda2ae6efa7bf7aae14ac1e06312b8738f2758a74d14e410d16d83e7bff99fc0fb764d8ef77e8 SHA512 b942668cac4d93cfda9e36225681c3dc58a84a26b63caa2dcba7823819d3de492eadede4acde1b7e861472a68d10b755e445a792405350128c18ba2652686279 DIST libflate_lz77-2.1.0.crate 5918 BLAKE2B f931e7d96baf91903ffb73100996f11df1fcf3d67f4d06f2dfcf08bb4ebcc0f24e9da7ddd8b886f6a4f5a4d138beebeea54fa8247594ec5f5fddd94c9cae4b83 SHA512 5e521a46a6ef2976deab481d2410db0797fbf5a78e6ac4d406bc0ac4464b01836938a528990657328b29698a19a631d641dd1e3093cfddc91be62fcb4b646ba7 +DIST libflate_lz77-2.2.0.crate 7627 BLAKE2B 04c39704dce1f07e94d2104dfe18c0851479bd1e1bdd10b2115d43637dc4753b4dfa49fcfec3ad25ddcd63cdbeff89f72295a4d35d5239ecded73e0ccc35067a SHA512 bbaec29efaafba3b5d9b5d265afca052b41ef2ded54e2f7e8371b9f2ff90f1754e41437357923c352da6c5048f48957938e46a39099543c6379dfb4186972c94 DIST libloading-0.8.6.crate 28922 BLAKE2B cd9d7c2652bc4b0220e1c29cbfbca41f44d12d76c4dab3d025c21e5d317407ab656a88add0db95f1086934a424f55b4b413f33cb2a52cdcadde7641f9c5b3fc3 SHA512 f49ab79244d4b54c2f181bd9d7506fe5df9824a09446924dc429636e08ed7bcd6f5d2afaf8a0c862982e2c2c5832370b118266d36f36bc7b7522668bd598fc81 DIST libloading-0.8.7.crate 30374 BLAKE2B e0b97e25304a2e4025078e5a8a0170fd571a9e4186e577512f90e9b67ce064b4733c58239345b9884c070c94bb7f7da82229424d19cfe6c719c39a49b4ae151c SHA512 5b13151aa7b044c1a1dbfc7885bdc8aff0cf050839543a46732a047301451b0aa58b422bb4d5529891038b5f3dfe2cbcabf6fc9c9be6e7d1095a600aebb4220a DIST libloading-0.8.9.crate 30222 BLAKE2B ea3e581dfad82c73731e7c2ca13dc608d78c4e6c517d063ecfc0fb138775ccd9c071aa2c7b539476223510dfb4aab03783fc46d610771eba21933aaed339d1ed SHA512 374d82f4516e81c0ff66f244b89b486ccba675cd7e9e65b7732242830a43caefefae2efd11c209da64d8d96755c4432aea97f2dd200969fc077545212a1175ee @@ -583,14 +622,17 @@ DIST libsqlite3-sys-0.33.0.crate 5182864 BLAKE2B fc33dccf337b5d2eb7bf7461f23f4ad DIST libsqlite3-sys-0.35.0.crate 5200364 BLAKE2B 8189abd6d8da4d9253527c5cb24cee1f4e7a81ed8f129ceae62f1ab183a323a91edb1bda676fc77c43faf1222d5e7582e8a700803f479d18dace31557d2accc4 SHA512 db2d1e5a7b963618016a28bc11aa0570b2b1539c1664eaf04999a9ed2afb5040d24498cbe1e3af758d1377a7c6b2849cd86f4ef7bea0c1e45b5f40b555e9e4cf DIST libz-rs-sys-0.5.0.crate 17014 BLAKE2B 11797b0724a038c1edfc3af9b28167e47c4c4056bdaad74d4bee89f1e21a764892f5761c4f8965db41e4fb514e369c36e54c15cb95c57db29b5905189ec8a626 SHA512 0df84d9ea16c65c12c797f3fe06f18cc8104c4b66a78a806ed301fdef9c535deb203d1bbb6bff9ed1a550f6dce89498a8d037d5b7b5c0e380b4ea58086e8e7a1 DIST libz-rs-sys-0.5.2.crate 46524 BLAKE2B bb560832a0ea96b4a02c03879757765e4327837a42ce02aa8c7c3e56e04434d5947584bf84d32cf1516a8e8016914a3545b45803b3ea686cd9d1a1492e35a645 SHA512 136f86f514e71a1673a321fcb63853bedc739e467cee3a685d5ca82aed5809c3ec2b8514332db7adc154560cf88965df8afda80e9add995b4d8f50ca3d0ad4f9 +DIST libz-rs-sys-0.5.4.crate 47952 BLAKE2B 3da29c4aedb1bc7109ba0691d7b796f4e1a914582d5ab979117e8d44cb3049c9ee53e8c00e318c6b4604278b9d0452db54b3f13f48d58e0295bd55b729058e38 SHA512 479fdf05b48fc8a82c47290df295c11d750e4d2f03d5d0d67715aa862f1cf974a8dd3f6167c32a26a1f3939bf0768c7f8ce55614bf9f43cec8e53e41ca46f8dd DIST libz-sys-1.1.21.crate 839973 BLAKE2B a65a5a00db733817ecd83c527b88f01b9699c4542dc673d48706cdcffa45f7d7b54da69e1ce998f3c7194b335686e304ca4d0c93d08f776864ed79f9b69a13ac SHA512 4424c93c60468a9460e6071bbeb430066c34827af900242c4f7e654fe2044e85e5f6d174c37d92ca821ce895e70b8f3be9db4a6f320dae8208fe3929bc3422d9 DIST libz-sys-1.1.22.crate 841053 BLAKE2B b3da149fa78a1ae479d88eff9a962f23c4a0dc95cb31269dc958f6c3070c7945491e79ce57d02ddafd833e2745c3343994c664a058bc06746c45e091f1a0a0f2 SHA512 0360512129e7eb8e8c31bb3e97aa7fa1682392db9e25a03b4267f8cb0e45f1c23f086674eefd91fc45ce5c64af741f752b3d12953165523ee370f6b7bd89d2ab +DIST libz-sys-1.1.23.crate 854540 BLAKE2B ccf3d648fdc1daf542806d939576f5eee8d6d4f569fe9120479e0c3709ba76af89c6ce9e320bec9607913c488150319e5f0b854ec80bcc11c040a39b0409970a SHA512 d0a81f2610ec95a68f3695e6ac5d485ad89f977f54d852bc378eeeccdc1a7fbf561ce19470f2de0d4754ab5f1aeb663e83b77b9a90b904ae2bf19dd29f8d5244 DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093 SHA512 031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707 DIST linux-raw-sys-0.11.0.crate 2659624 BLAKE2B 0852bb981c64b8e70c7037a3da13a6a16b7a89190bc50a07159d28a797e6d1ef2f2010383df5a43cda19fa291ee5eb4c6365a51f5d9fd31f204544ac7e115129 SHA512 b16261142f3cbd1caa4e0a17ba06dea49f0d4514f583ca511d9c7ba6ef231f18322f37303b7ffacc73ae7f22b81dfd740584ef7bfaf67a9eaf43859d2de1f941 DIST linux-raw-sys-0.4.15.crate 2150898 BLAKE2B d1936eb74377d9bfddccef3830b56eb716c38ea3cb7e13b73325dfd00f9fc0df74bae49e4214dd7f27c257403b8b12cd1ef332d53336279d13f7e9497caf4135 SHA512 b5c39181fb6b901abddd8b2e7b449142e2e5691cddadb8e6b74ddc3b53076b1d410522cfa45af68dd18befd24ff12313c2494cf2cb0cf142e2228bfe42014309 DIST linux-raw-sys-0.9.4.crate 2311088 BLAKE2B 261854a127942e528a09c79db0407974c22eac1144c9ecc9ea1a6f48f87a240e610932f5d911563d0e6c05c64b0cb302f86136659f8aca0d59f03946b2910baf SHA512 e98accb9b3e6f47d5753b1a370c61562d4c176fe1096188c6ec0d3be9e7e03d0ef2c08acb3ff4636cc4f90412b908d17f84fbdd99c5dbc130ed89b40b5145f92 DIST litemap-0.7.4.crate 28257 BLAKE2B 52989ad353a782e9592357530dca3504e3ef5475bd2f1b2c795b60825d971ee6d3e6da51fbb6bbc26cb3c3303f6a751a3e15d1caa78c0cb888288a965666279c SHA512 5009c486a87b2f52237e15e2e772365424e4780c146776656d8e1551e52bc8e06e5c1cee8db1c59ef20d0463962fc07ba5221a46020a82df17a2f623a175f58f DIST litemap-0.8.0.crate 34344 BLAKE2B 0f083fa9ecb78ef6de4c094db8a7cebe2ff47af6e46414c06cc0dd0e92ecca06c941dca6ea0ac1b4982f14f6027cad979fd37d19db6631e3952dffb6e33c8798 SHA512 61162bd55b28540ec2d61262698045a78efbfadc7e2fa248d9e0215fd7d3ce53a8c50ea0487f2f7df41149e41c0131849e507737e3bbae29cb69ea41dcb8e2d9 +DIST litemap-0.8.1.crate 34172 BLAKE2B 3614a408d5c6b03c5371396dfaa5c654073dcbcbed3782a15cb6aa53973405344ae8ea7e96cf4b00e036be985cab9503bbdb51379fa55ba739c387d28d646a85 SHA512 6034f72d3c90ebe406b7e1b6df7e2535cde7728cfaa5328e66351d231f888625f394974f6aad891eff48142b00f14916fd8464a59fcaea1627ebc7338b865ead DIST lock_api-0.4.12.crate 27591 BLAKE2B 4504d146a114d8f8e1fe9ae70b993c713cbfe884dd69c61c54dec978733b95a853c3e5af26f237e48ebb4ee9dbebfce0f6c06067f74a3d122e92f5ace40e22d7 SHA512 525d971f495449bbd02eb70fcd84d4aab05ca582142144a5f314f9aa67ad4c5b4c98dc919a416d0ed2e555063eab037a441d671d56b633f2cb75dfab5d99bcf7 DIST lock_api-0.4.13.crate 28565 BLAKE2B 6441c9ae8e764ec1c2920f645153896e967457c96c3a7c0410d3c17f24291a23f8c01ac0b334d88262fc1f262bdbd0085a85f0b6f74aeeaa16d010a7ab2f8c8c SHA512 b9bdf2ca29f0d7950d9174403dfe4d5658fa82da5cc46d623cfb9c1e3673f6b10a0d01212e7701be6180ef31c54e6a35fdae78c2da64522e6ba05e7c783d0028 DIST lock_api-0.4.14.crate 29249 BLAKE2B 52d2f3a3eb5c3cbb4e7f01a2932f90200e3361155f53f282228f436211c54d1e429bddfd9e305a78b9c26b022b3234ae8ad3bee209bd4feed5b64a86af5b3d85 SHA512 73164d411c9899323b3bbff4fd6824e2b9ff44971ddd267629ae5a70b456c1ca945716e952412790d35331993ae71600b0e6a2aeefcdda117b26a7222ed97bf0 @@ -598,6 +640,7 @@ DIST lockfree-object-pool-0.1.6.crate 12309 BLAKE2B 47c4b3ade2102e8c5154404d6eb8 DIST log-0.4.25.crate 44876 BLAKE2B ab9433934d16edca42b38f559c3c87f949c4540fc422e6d65c75aedd5055c7a4935ac0f735e7ef5c901a7443e70d60be77079a104dc61a3955b0c900162b3967 SHA512 b420404c82aeb04219e9f63505d60b8853cad44d1de0bec0750715baae21afae806bd4f741bb8964dd39bb5d1e0f5be41bc38d76773bdfd5e920d30533146231 DIST log-0.4.27.crate 48120 BLAKE2B 09a2159032baaff7eede480062da30ffec1c1d4c77e76288467941dc13722ab1566742c1821326ca5f8c2f9f7597099e235213ecbf883fd93daf5ae9ad5ee981 SHA512 8d57219b76c8a25bae193e4d16d4d03bf0b8523e1ed3bdc80a692cabe00fc0359ae9bc3be989f04476ecda7187f27e4ad23fe260a96fcefc819af00fe12a1151 DIST log-0.4.28.crate 51131 BLAKE2B 2911509cabe6a69b60945e798f2afee934d865d21efa22d150288de6a27a797fe00ee4f249fc6f6d7a02e2efb7377d2a7188a8ed8cb692f76b94a0df56d74d83 SHA512 cea74c92c80f291360a7cdf022e3ce2f509b9051b415840ab2a159585384f3fe606289da00a6def0c3d666416c5fcda865e2ae4ad48df07618818e8486cd0209 +DIST log-0.4.29.crate 51515 BLAKE2B 3f5dc889e895428f27ef107a63004c1b321793b865c29b20293adca81db4e25443e24354af37018c9a60dff1d54897c3b7b2c014a64280523f4a3586a7eeed24 SHA512 31bcf1669c27980f0a8500082c4d0cc500f6cc943518a3dacacc3ad4d8a0c238517f23c2c1969e5a22dbb5d25614adbf4e914c0557e45e1ebc8e7385b2ed14b3 DIST loom-0.7.2.crate 73989 BLAKE2B 9100d748f2720d11c8b06f55265988e35e23efc6534c676ce0ff02e36681a084aabf90c68b3911a95cd4c90c4a3e19dde4ef1bde870d890305d86f8c21db0153 SHA512 e17b7fb50e785972aed6bdeb2e9003b679c463bd538fa0b8d25309506166cabe04a885d1d5ffa79f5bbd4db2696aa3835f07a8cb933031b62195e3d7d441b742 DIST lru-0.12.5.crate 16047 BLAKE2B b5d7d77b4b29973fde0854f55c395edb6ea6e3a309fd33f0c43a6680955bdeb60fab624f02135b637d95e5a0e9da79890a71290c19d797f758c73d16c3d44a27 SHA512 a77230403b1ccb5aa3ed1ed89e7e6af53b3b34d4373e663c1a9789dada12c252e2b5d8b7ac78717c4c4909203c7ea2ce5743ee6cb414aa268c329b889d66a982 DIST lru-0.14.0.crate 16345 BLAKE2B d7c7947ff92e0a48a308e607e2f1df0ce877e9b23ac8479b370e63956336ca6ee987500d6da15ad3258d597f55ecffadb2308fc426d1982683401400b9ceb14f SHA512 d24156578e9298973c39a4d790dace8e755c2acf0d49cbcbdd3e329983b78d562f66ff957e80fad40612fbced7f7d76f1ac907c05e73678c57e9adae1f1cb7ef @@ -606,11 +649,13 @@ DIST lru-slab-0.1.2.crate 9090 BLAKE2B 00b36c830cfbe3dc004106aaca3c66dcc780ca0e0 DIST lz4-sys-1.11.1+lz4-1.10.0.crate 391317 BLAKE2B e79aac475b62f16adc7a33e37fa973a0d4594574a2c397489d5401d902aae6b48b56e8c2f1c97fe1e7618bd8ea51c06a68326d37aab0f08953f0421b817cf4d6 SHA512 ec902a0acfe5847587fabbd95dd2489eea2746a7214f55e0a6bf64e07aa5246707ce645a4fddc845a85aed01d1168f73750cff5b0e5d1a345d73c5df7255d168 DIST lz4_flex-0.11.3.crate 40633 BLAKE2B 438cf3cf7858e00dfecf44b136e84169386ace08118bcb349499fa0ead88dab5792cc1bcb0e0c5362fa4dc020ee14b9b6906f875889c8ed629829a44cd134847 SHA512 b2a5b44aa98a1994bcc90bfd0c6245dbec2f390be39d7171bac68b352a0c96c15eb735623816a559fc4fa45681f5f496e29399d911ba95b1d5855dced7afeaae DIST lz4_flex-0.11.5.crate 41977 BLAKE2B 0a1259a1492300ede64095792e085d0d0ac36531ae59eedae94abbfd1e8b92b04e4d69efeb5f6f65dfd07a026bd86fb203737c751a07ee39fd94f9458ced1483 SHA512 becf47d0daa4f8dca074ec1a14a87fbd315ba77a6d53a47c3ac809b9142c7907ae2a3e39cc18eb27bfcc6225658e0f66b4f5bcf7a1ec8c50561485be7c845246 +DIST lz4_flex-0.12.0.crate 41983 BLAKE2B 8b5103ffc5b04c36716d0cfab2aa3efd1df8b7eb8a1caa64e686b3163a99b90146a40b3e33bfdc5aa903f390bad745426ebc50f81123644ba9054cdfa771eeb5 SHA512 6569eb5988b5dc0c4215e197f9caec56dc35b44e9c9245f3070721ee63ca0e1925c841678b5bba2cbb3ae15c13a45c12f8e269349b8a2ae00b42457580c99232 DIST lzma-rs-0.3.0.crate 29080 BLAKE2B 521d9f12a155fb1c9224b155400ada0cabe8be62a6b46f3b9d73704928446bfce653df97c73ae0951b6b1cf793a2b95c37180d5794c07a399ac581d75ef87337 SHA512 1c554b5fe33e6cd6ab069efaafc2826d3cb0bbb13dc55c2438345e1dd17de99cd43da4aa3419841ce50d9fdfa5956baff477b37a09470f48908fc1b7382086ad DIST lzma-rust2-0.13.0.crate 252392 BLAKE2B 76f6e937b5e5ce734c0c92e01f590ef0df928bbfb18bbd3504ae7e4ea124df83cfcd518ee91a80f3d9b29608724ab0dff282f3e95090e75894ffde2f02a1031e SHA512 0c4a92a311e4817b42ed3faad390bab958b5ae0d8b4374c4dd69ce1f7d56b6690c792644cb050623e89a58dd93a813e504bddf3c3868375578ee34f9e15f91bc DIST mail-auth-0.6.1.crate 164837 BLAKE2B dfeca2ac7fa42759ab966d1fb3b946f30b1ab7a0f19d1e3f39f93ea985df9e177d51b78546e9eeebc835705242bbf5fec9ba70634029e779b531490866a0d59e SHA512 492e479bea53841e11d69ba100bfdb62752132053cd496f67fc5b5b3ec536e2fba73247ebbaa82e0b3f2076246f7014d55496e07cf268efb53a83ffe72f4e90f DIST mail-auth-0.7.1.crate 167259 BLAKE2B 528999f24b0609fa2aa438a3a39d84dfa1b52aad9b5155a2848a0bfbd82ad9a1978aecd6dd4722cd1f0d6b89aef69c068cbb510cdb49ae4f673780bc72a9947f SHA512 161ed9557b25c8cb129775fa33891babab4dd9e2e1cc295fe6decafc6b6a7a2a4e9c5b207eed0f0d00d68c2f19e097a62f8e302b9310f69126b46f62fcde1aae DIST mail-auth-0.7.2.crate 170153 BLAKE2B 72d3c96ca3cafe3febb15249248acc7e80657fd08367189484b851dd87616830c67fb7cc70ae14184ae31757fbcee6d12b73b9bd6569e565de5ef984d6c528b8 SHA512 d3ee9735b92eddb27d29b3b1985b3ea1d6cb97ecd6cc6ab8d07f3299ce4efdf515fd5f6cc7567caa669557c55d564962a15ad329af4fc5d2f60d5102e502b87f +DIST mail-auth-0.7.3.crate 167975 BLAKE2B e4d7e87e2a52d50ec1b2bb8fbcdc6d85e04efe83743bbc3663cd8b733b7cfe51c62c7b63df9f9c6051d56cd9dab0308a87053796c6bb75cc0dc5f49b831f56b5 SHA512 5590e9b6a8170a9ae78f803be8c6b41cb6ddba6942a34248b1a788ea72aa6c5e773fa4f219bbf605b11a2ec21488acb969f93320202466a7c9acef89b0f1bc43 DIST mail-builder-0.4.0.crate 23149 BLAKE2B d986d31e57bfc5acca19b30285c422fb7086eb1599ad4f8f2b0675111671b2789add5dc62308d4f737b81deffc282ff511d0eae239f73919c33e3f5ca8a3a905 SHA512 e8ce66828c8a1b1681267496dde8598e866e7a2bb97ecb9c25b503f735c5dd6220aaa73c306b2f6665f1698c555a95db4102eea8327149a125dd469305c66cb5 DIST mail-builder-0.4.3.crate 23347 BLAKE2B b7783539d37a7b0712f25b742f02f309cb337c1f5c27bc028e777191025a4b6627af2edb14c7869d2f235bf16aada9b81988954472da01890afacd84d6c82a64 SHA512 4e2a70a34eb087f4bfb09587893f606129161c67439456ce168adb67cff465c7346daec02336c91f622972d1fcd7997b2ba4908985cb1e604dde62eab845477b DIST mail-builder-0.4.4.crate 25022 BLAKE2B ee7d554ccb5cffa10b596b31442cfe272878f3638902248cb39588e5a5569dd46357f3fbfc31448ce0795cc29e80de6e965de2c1c2a360d4e4621f0dab99242f SHA512 7be6a3519bf011e9e5d89f50f3d02adb571a7dd9285387c2dc31f5296a2bf6e844fdd55eeae2d8c04af07b179ec6d349736fe277fd011846d29bc28e148bc3e7 @@ -645,6 +690,7 @@ DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb478 DIST mio-1.0.3.crate 103703 BLAKE2B 0d2360e4ef45f37104208a31e9aa467d6db041dfeb97403a010a36e1e1427f51d97f8408948c75c0084e6c118f058267bfe87d36e7911cb37366f2b1ac6eb693 SHA512 2142edc7e9378fc3437110c85ba2cee9c9683e87034cd44275d2c389645979db53fbbc29fec304f1d8c8f0464ae17d2a5db1aa9215d696fa0282f5069700b1e2 DIST mio-1.0.4.crate 104212 BLAKE2B 22ea762038181e22653384514dabdf527e0ae9c22a6323040ad67d6eeeab596c8819038accec8db1c36748f391b421b842aad71974465a4e51d2d90795cd3845 SHA512 2b3fe4d74447834d28e4e1d869b55799792989a959ff64f4b18ea18b8fa846fd3c1415e191268219e731de1dcf12f85770865ffae23b6144a6700e1f237a0a53 DIST mio-1.1.0.crate 105232 BLAKE2B 22c96a2ef27327c27176651d957ba9e8f6159406e5f83aa39b1fc81efde17a60b4d5e5802382b45c51594d1f3361da99b5433518c096f6edc650bbfb7843c7e7 SHA512 7fb0d6ecc9c7d5854c0da8c2d683012a86a427f752b47592cd392c44a7a06bf84360f559198d685e47ec937ae6517c0a279c362d6b47fef6d4ab6edbd858e944 +DIST mio-1.1.1.crate 105630 BLAKE2B db279c3e46108375f5391a5ebc3ae07e8ccbcc9f6a71aa41996adb862c5d2b965af3cb0da25becdadb16d401ae69ccf5a07e21b0b6fb36e07294633cdf690141 SHA512 0b1c82773f5cc3f33ccb80a2cfbd58e48ffac82934afa7d9ec632b36484f8a13a079802dd8a658dbc94fc158e597e4d7a2c02a799f7b506a7de98fe74e80e684 DIST moka-0.12.10.crate 253622 BLAKE2B ffa317e87e16f1b00ba4cd48ad6e4dd2324b4ea765972573be26fc036fc17c314fa108ec16f55ea2714c1c8fe7a330391b4bf260a7c7a2a82a9bd37db0fa6a9e SHA512 bbeab15cde9913c70ce7b8dfdc2f14216d27973220991f58556d03ad8b5832eb2875fd09106af09363c50f290419b322b747c1f533a7a954f8ec8259533365bb DIST moka-0.12.11.crate 257466 BLAKE2B df5aceb0f7bebe5c95889cdc4456993187e4a2ffa8e63b9ac80eeccbf514f6a7eab73e8c10f9a7877d9fd202b8985c5f61106426c509989543776a8c7d61490b SHA512 0197b2c9da38e63bac92a32efebe207a55e1c4fa004a686c0772e2da0ccb42182625929567ef02ada03abf84e33775b5d938c3c5ae24be6b405151c6fc667dfd DIST munge-0.4.4.crate 11743 BLAKE2B af433589920f405d3f6a48ef245170f50d06233cd1e4a8f3ac8c609eaf0944d815ef0aa3f10958f96500639c24017ee3a00eb28f28a826038e4ed4e6663f72e6 SHA512 e2b2430de1b3212212642e53df55397cc1f3ffce6a1f120b888fe88c53be20d0567e125c2e6bac39d1dd61e55d9bba6181509294ec6eb54449d2b5aa197daa6c @@ -668,6 +714,7 @@ DIST nkeys-0.4.4.crate 26471 BLAKE2B 3f888327cad16bb1f8dcf8ad26566489e105f9737a6 DIST nkeys-0.4.5.crate 26818 BLAKE2B c1425502b06211564a936d212e0ee6fd8ce14b040c6d24882dc795f8d51f2d09fc36eac42d1b10acc3b79d94d0d86133cc297cc94234d308664b2e96236cc8b1 SHA512 5a27fd1abfe9ebb60466486c189f1096f6ca7f8ff2281ea4956cb4f7cc2894af4d5b5b8109a47c08034a0b92047f905aebd797f6abc8bda95ee3252363868155 DIST no-std-net-0.6.0.crate 30191 BLAKE2B fa96050f35a605193295b62e7e3d73ee2de7845f2253621cf8ca0b1fd37881413ef155b5c8198aa84903e191134764b52234a621b8df8545e57574c19520bcee SHA512 30c5ba9f1fde0ad8bf9352ccf561456b654bf82b877869a32aeda8296e3928d3daf186f1cbb55c7ada477873d7fed2e2dfcc40e2bfebf668de63e5d13c5e3ae6 DIST nohash-0.2.0.crate 8204 BLAKE2B 80a5fdc4409869ff302a9d0d758e0a68f4ed322adaf5ccbeffadedc372bc7d5f94e4fca8acf53865d1aa4d802b38976329e91f331f2b800c2782cfc4112b184b SHA512 5fcbe2060ece417c53a3e505caeb449095b8f1babb11de9cea4513c3a30827d22c1c179f2d83d6d612f4f86c12a876cf98b6ac98fc55d969fb8d5c62dab74535 +DIST nohash-hasher-0.2.0.crate 8051 BLAKE2B 5f307e2bd15580f398d53d499b9013a6c62becd4ef0d3edb76f9fdf83a59c8fd86ee4bcf42ba3a8d67bbea522db65828fe7fe324ffc8d5008428570d7b2203a5 SHA512 b1b754262471ac1fb074559c264321f8f08c46c55752187f51a93cdc73509551b43008751ff9db4aa5b47fbfdda783904f5492349546ad14856fe485ccec55d8 DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad DIST nonempty-collections-0.3.0.crate 40482 BLAKE2B c838dd50138c7b3675131d18822c42e3443c1eed547296347a30b89d0527adc5e8f3a1a444cb6196514552d628fefff209376a38cc301a08bdf3bc815c4abfb4 SHA512 2b210dda92f7b2ff9aa7b996e046f4388386cd8dd979311df9a8d84735e7625268882ba56495cb4439bbf4a7420fdf593c8e345e420ac0969bb343d74fa06e67 DIST nonempty-collections-0.3.1.crate 41211 BLAKE2B c87b2f9b60e307c22e99cf5dad0ae3eafdab5f3fc23006bcb4eaba83d79ee50ca3e4a79826a177b0d1272a99e5d8a2aedbdf2d0176bead5f07e7c6eccad4e7da SHA512 4f68e0847d1ca8b9946a40b0e9a017fd5d08ab83d6c48272700a65e4cae0f82415ba8312bb137ee48c27f2aa5da37b96c41c8a3416dbfe45f8baa69b40613773 @@ -677,6 +724,7 @@ DIST nu-ansi-term-0.50.3.crate 29597 BLAKE2B 197e6659d8ab6e059fcf814795edfb015a5 DIST nuid-0.5.0.crate 10064 BLAKE2B 94b67954e72c6c52e80e76e4aba9bccda87101c3fc4995e0a135d942e128972b3500c943eed31680a611293664a2c0840f12540b0b471db2190a54a494b36099 SHA512 95b4e148086d5856217fa5d04f882bcbecf886ff285b7a66497228ed42654ffe706aa14f127eab61af1a59aac578421d38597d9e144dc963b712757d7d7a5f90 DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 +DIST num-bigint-dig-0.8.6.crate 126196 BLAKE2B 6d278bde470640c5e88c361899fc5f1e30d2fc261051f930697f1c4504595d178834ce11ac026cf996f8df6262ffc9bb27d3ceb780e87c5de800cb57c22cad82 SHA512 f028bead9aa4da4ad0d6e10ad339a629c7cfbec710ca6feecb4beb59ab97b7997b043533f57ed85b339bc899af7f1fb1ac56f4bef68cbb5afa149fa6b102aedf DIST num-conv-0.1.0.crate 7444 BLAKE2B 4f5c4695006aa3ae77aaf5c55999a07d8ddfab294584fe10d73eb6abbb3f551846646156581599f966a28c74d80d3ac4373c49d2099991f7ed9edb56d36feec4 SHA512 7884c0c6599c66e40b9a79435e1bbcec60aa7e68b59686922dfab19ccbcac6a6e54f208cfb3d5a8a12e86e4dd67e09977d60b69ef6940e308a28256733f36100 DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae DIST num-iter-0.1.45.crate 10320 BLAKE2B 9f2a60a819e31a6e7e048ae86f7fa029015a73888348676e54ec6fdfe76abe94b632a49a82b53b86488ea5af1031f677b0eed8ba7c5e843ce804c6d6af123622 SHA512 6195c7bd5f904e9f0aeee3ce17b42c0383d053f9d37954a9ce3b4ff0a048afa121c9a37aa9c74b9ace7353d7fd9f57a7d04c7a18e1456fc2c4c298d8ecfd0172 @@ -699,17 +747,20 @@ DIST oid-registry-0.8.1.crate 16668 BLAKE2B 38cc23afc7332c96dd86a2efe8a20fbb437d DIST once_cell-1.20.2.crate 33394 BLAKE2B 79dd394fcf1637adfef28b4159ec653c8b71d2bda0e0e36a940c04e3d87698f039dc30c97f26648ecf0d9742962f1f0a117568f7c705a8a3fc167085b0ca3e80 SHA512 bc6005bdab7a154c01e2203fb553a68695727475a9a882cf906d49c054ce886ad92cb491d380b6b9fe71a81b2fd690ce91c9a6cf8dfa8508470ac9acfc8a31c8 DIST once_cell-1.21.3.crate 34534 BLAKE2B 3578aaef305cad2fdffdc40c392775a3540bfab3f3aeafd22466d9507bf8346b9fcc200929d48525b051070c0aaa423ecbcaa12868b34dca007991effb224166 SHA512 32a87506c6f4598f3ca2c88556014ef2093d5db9a08602335e847caa537a866492fa74c894e7e1da2e4289a1d3dbffcb90a9e37a4a1453203832f434b8206990 DIST once_cell_polyfill-1.70.1.crate 7510 BLAKE2B ca89c64ea6ed6037bbeef0a362b047073c33df36d1ad823ebd4ffec6f035111650f8fb3f90948af33a2ced71f925b234877dd9f539c1f9db65b6519dccfa86f8 SHA512 3b75e153221eb045708a864b2e27c0b115dfc07373dd7db166050262f3aa9afe8f9b0742c770e06c2c1939fcb45f690c6e8b480bf527bd8e050d748710fc1343 +DIST once_cell_polyfill-1.70.2.crate 7448 BLAKE2B 5a90f8eeff25a555987b84b9800f9e0b2aa94fb4827f76678ef45d344c4baeae5a079a288fd02a570d0f0099e9b2842d32dd206dbd609212496e77ede47a4d21 SHA512 9e0d07bcd40e4a5c271646d6fce71677acbfa4439b4e818bb4df823eb31eff976ba78239e3a7e0ad21e80ea8d0d3af3e74a7d0a0a55b308d4c777b9b5e1ef8ad DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf DIST openssl-0.10.69.crate 277442 BLAKE2B b2255f4ee2131e556ee12c436360dd39ef68c23f69fe0b8f03b673cbd713083dd551df8b21cd8c9efd8bed1f5d54c16a6552c23cecf2175b67422087bf4ebb05 SHA512 82956bfa4d2669e0b03489a7890a28a24e59fdefe337048fa4587da21cfff8ff0fce22608b7a42a838ff0fce4299da1ad424691d4562ad63b6f8612ac9b8b2d2 DIST openssl-0.10.72.crate 283852 BLAKE2B a221ff329fd068da6d88b98e32c0fb9750e074fd87eb261614ba08771df0879fefb80ed0b60a26fcf4ef808e0ff6484f7e4fcbc38146186d30ca4e74d17fa803 SHA512 ee4cfb893e7112fd274baef3283f3bc44385a3e014c9bb4eb24ffc6153fe56e2f66807d8d5874f97254390041cec3affc41bf7b2bc7e5d39bf60413ffb747786 DIST openssl-0.10.73.crate 283994 BLAKE2B 06675b7c6bb1c73b10826577d7d928f4d001494a4c2add24a593c8dd82731a91974147981a63f56b2f11f769b1b93194b9cbcd14e77a578d6d649ad8119e856c SHA512 be1b5384ba72984fbca1aec534764d7b5180cbafe33433cda9662c492fcf219a3a3fe4148fc3c0702aeef63e2570ae7f27dc6a8dba95c7471d4a4c20f7ab1926 DIST openssl-0.10.74.crate 285425 BLAKE2B 2d736aa20701a97230f10f4a75b3c3c0cea0a86b52facbb639dfe425ea052a4bd0abf494708ab96aad276000736ab4ce7dd8c47951f01181cd17c6e0be692107 SHA512 02f60bf13826a4225b4c849d7dee33fbb648c173bc32bc2139a50c38fdf5aeb9d5cfb092d86edeb6f281206454ccf2b41cc23c7af74ed976423b933eefe50867 +DIST openssl-0.10.75.crate 288136 BLAKE2B eb264f6a14a08752293742aba3af16059b6d1230e99990cc7909908f6aaffc1872864c13c4003a394176f5975c4990df1a283b7efa8418fd18db2259a7c7b4ee SHA512 3af555f306fbd214237ecde8c0813eb6714a187e9bc2f782f61b9e63868c7ffa88271c7b91ce5eb9d2528bb912fd58d716212a4e7c8d797a59c65a7d56f1c5df DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c DIST openssl-probe-0.1.6.crate 8128 BLAKE2B 912371bbd0e105e7281eaa1462d68c6674ae11226f72a9e5c2808be12e975e39a257b5424cafdc527fac9d2313ed928f34ecf407cddbfb179283137e0817631d SHA512 6c2f02a9d42caf578fbd2a40277ad346bef32d191f27564d04a83477d62d6ad1f44945f40234e9425503e3f701a9e0ec8735ade52641170ff57fa6732666ac69 DIST openssl-sys-0.9.104.crate 72287 BLAKE2B d9af8f2ae8a8dfd53b3bb68433a4dd2a4b30038858ac58aa98d7a23b2d23e0b7c7d8fc36c1733d0330bcb9f51284667b2c32fc5a5bd4d9e1a5df7b98d610a997 SHA512 e812d5323bc0ec7376f176a980dd9856dad6d36513e854d333b93ce8a14c20a9ca61be88db82ba2a8ae4e086df5c3fe6965ed10ac155eb7b502e0225c0124278 DIST openssl-sys-0.9.108.crate 78190 BLAKE2B 202b0a380bb8d462842c7c2190d8d61e3d959b10aba462a75a3f1722a2a975f6f5eaaa30078dde7b56a7c2bb3a93d776b30cf3f718a8e723c2ef14d9ca400294 SHA512 f1d2cbf26b6bf7faf840e9afa6e86e7a38a303c169f54c098433c106cfb3aa264a692419ef2ca31f734551b5f7b97cffb1a3e28984eec0324cfb60e9cf3f1865 DIST openssl-sys-0.9.109.crate 78247 BLAKE2B 3bf1da4b999a0c9a0891baafccdc541809169921837166b31381590aedc5356992cd71f21a374877dea4cf8015eaf5d8ac7c7ffccb11511893d5d0b8e57e037c SHA512 2dbb01e3b734554d85f9fedfbf9f3ef55132fdd5a328e2930ce056d05ed55a579c3fb12b907f3989ffe15344e7f1633ccd610524d56fe6c9a687acba2d0e6fc9 DIST openssl-sys-0.9.110.crate 80412 BLAKE2B c59794f0b31013231829db4c9b495a5083b4adcaed5779b4ee013bafe4667fdcee12ef7e2a0c30d4abbe340ef036dbf8c40a41e8293231d7f4137c9bc7bfa820 SHA512 8e43f0cc67ebb084c18df410322df75bc384adfcf8fcafe2b0febcd6ee47a1825037db880012c7076c7b11153a101d6d0006437ba0d53a7182f1bcdf51af8d65 +DIST openssl-sys-0.9.111.crate 80871 BLAKE2B 0fa159af5137cfe2ec94645d99ceb8908d260c50e1b7b766f54ffae2df0dc74451a92e2941076750b8e48834278392e30df65ed91b1f07ddcf0de9932a5836d0 SHA512 605c9a69f3a67470a8c35c05d2cbc5c2f3ed98e6ffb102a3b3032272ad8dcab91ea4e35c01dca73d214d4f0e58221632aced40203602638b8820763a4ad6ae99 DIST opentelemetry-0.25.0.crate 72255 BLAKE2B dc492b7ad43b9dd16862a6e8991da947e4ba59d686d65e6ef6c9c39e3db2d4d317a7cb89fce1f856dc74782551b6addddb25da393ddd1760665ad9d4f227488c SHA512 7326c5c9c397ef103f2fc65630e2f962653af5897be1f4364e7c92c786dc6b7ba6b77eabfe0420a0cabbca328183a58cbde41e532f2152902beb09a86d90b532 DIST opentelemetry-0.29.1.crate 87644 BLAKE2B f2794ae744e06b4c1c5dc80a1f545996037e3f367158dd365f67d4f567f4ff9b1d439a6ad00a4d542de7aee63f347cacc082636b3660f44b2eb31e4de666d096 SHA512 97dab5a16bacb2f7d0bb016634617fa17dca8ed5075560bbd863df3e1689f080b3efd4068675053b39f7686e9c8bb63d9645569d601ccb7caf405b29fcdc2cce DIST opentelemetry-http-0.25.0.crate 8939 BLAKE2B dd1736dba411058c55908dc6c4a0fdfef868db0065cd03cfd62e9719ca18d4a4dd04034ea40babce0392ea7b29d1f37897cae1f203ac9b10ceb0652842c4f6e8 SHA512 8fe49cfc86071c488b033237fbd08bb9de54371a58e79b181674231d0b568d40f71a5be5bb6ba7c4019f9de8c0bd2c5f43553efe822468a7111b98c0cb456ed4 @@ -749,15 +800,19 @@ DIST percent-encoding-2.3.2.crate 11583 BLAKE2B 58925243b23a6a1decc3d92c4ce17d06 DIST pest-2.8.0.crate 128955 BLAKE2B 9b92fc5f3a3448d023e68e75ebcf71f97b2cd44b0fcb6ebb9fe38243f60cda48bb00cc1e67a779f2e42f56310ef8d7b37d94afe920524263e69c65754cb7cb3e SHA512 b22c48816749fa5d94764f9598512244e82f1ed00848733d3d7a19decf1d37860e2b0a5756984014218b21f2fa6c75071b1c8c5ae1c210e9048a5fba6af6bded DIST pest-2.8.2.crate 130430 BLAKE2B f8e9d297875e5ccca6b33b82588953016068b3b339d31d8ca8339391967c674381fdad400c0d9009601081c2417e0e9492d4e5b45e44a37013b34bbbad3a00fe SHA512 6b2dd499e36703e5c20de5fda190798b1ea01ba4139203677f2b5a9623887efecea39f1a5a6fbc21a7fa3218e3964d21da2f58aa3e3a06183c0e54f41ce97e2e DIST pest-2.8.3.crate 130311 BLAKE2B 4475198275da8598c5dc11e65de454e4b0d786bf5b70bdfa6c1e46289d541c9fd795c37a4ec74d5856cd8bcc6c0f52803bd1d72569d045e77b33b83448cd5bc8 SHA512 d82373f2d06adf4e0ec705fa946f9e4784add89afa5c4278e4912a6c1df3da6ff0be531ac1aa0a270f2598263399c8b0520b5711921fcc51c23479749580d4d7 +DIST pest-2.8.4.crate 129758 BLAKE2B a0f24e77a5724da69e2dcb1eeaab69d9a48e63cc77baabbb49d0aacd61335cc60ed7912b783b7aab4291df9821a5915dbcd62e2bc0e18f13c733cc5bcba3cb48 SHA512 a3fcc8dd86f3aacca54877c431974acf9ad4036d62efbec74de907aa9ff306beedf35b6d419ab4842f89793d8ea171d2f7c82b93b9f93da472b3463d7228610a DIST pest_derive-2.8.0.crate 42196 BLAKE2B 56322cafd4f761aa6192d4906ec7884f50f3fc20f0714381d5bba2e8355c03380aa65ea9e68188f75d00cd9014037e2eaac026113c5a57974a33ac46ed1b431c SHA512 64b3bd871d813bb7ff90f39929e7ebb5e3c59d4cfea33868dbfa37b5aaffe882646c30fff2a500e75f9416ffe485c2cfcdae6ea756e9dfddbc1fd2e7d075ffeb DIST pest_derive-2.8.2.crate 42335 BLAKE2B baf3b1045f7c1aaa0cd3e86642d928f4911c734b29a43e53dc4843db37fe29614a0272ed9fcc5207f9576189ce40f1eaa0d75d2787dc61828265330eaa783d15 SHA512 e4dceeaa7da71fdbb3afab7598112031bb4d3a044b89195218dd05af06194ea26db2293c4defd243691f57ae0e4d06a3ecd8afe84cedb1954a3ad2cb1bcfed63 DIST pest_derive-2.8.3.crate 43363 BLAKE2B d2fb3562dad273df1955afea43a38a925fa35bb5837deb1214c69fe2de88163537687261faebce293e63e04a320f847afb63ce1616c0164caf03360b8987bc6e SHA512 245867dc29ec381871fe8bb4535848ade4a0c6affa4208f1fcae8444ba0444a484de958b8f761ee4880bd42a72aef4b4e4f0c93e169eb3b01b2937387a6dcc6d +DIST pest_derive-2.8.4.crate 43466 BLAKE2B 017bac4cccc5830d5806ab738a313c37876ab404a7e087b8aa96f88350e9d70f160da6983fd50510b71cc4f5eb444cce3a2745a30e027f385500ffc072f773ff SHA512 63e403a34abce3c7689371ac1d9d036a3e916e7801d705fd0931e96be392739d58173c5b13da8e9e39bcff6d0a4edc3a4cdf0fba6ee20d785fe57042ca46fd04 DIST pest_generator-2.8.0.crate 18617 BLAKE2B 849e0ec8b86f0622d199eea1e7f03987d93f6231fae53b5dbfd90ae7d4b6a8d9e8cef5856c3714ce1f3f561f1e80dd8ed121e7ab45cecdf722f21c3e5db540c9 SHA512 899b6c15178750dca9dfd71f92a00a70048fbc132b51b15af2b250f1873206f85a483c32cab1c641473b6d2251e9b5599d10d570d4724efc743082055666c991 DIST pest_generator-2.8.2.crate 18669 BLAKE2B 47df26a5a6cd64884baeee1a035a51c695042c97f81fa40647b3220dc45617d2152528d45fabd01040c3c28643e63a49b95a909b193cb4f54bcd0fb140f76405 SHA512 58f6bd9f55cb2e13f55108bbf142abf434cd0ec0dc3acc9713fa704bc16f3543c5af0c15bd2afd8513b00085e57072993ca9c83558c5d8bd032eb067201f3aab DIST pest_generator-2.8.3.crate 43010 BLAKE2B ccf41c8c89db9cc87b7ef50da302d5b77c37b533cf51a0e548e88f646cdd65b18da3a7dd21891e6f541ad33c10eaf4d72205dd497e5faf8078d2a85753402a48 SHA512 64fcde2cddff2d9794d90b5bb9406c69c67afd07586fe7d51e08bc6a158c4e05e94490a50900d6d9de48d36550ccdc2dbd5c5d8c8a874f811fabbbf7210a0eb6 +DIST pest_generator-2.8.4.crate 18650 BLAKE2B 650c9e040785a04f4332308579b4f22cd1ac74a157c463dcb584094f8eea6a489d05ade22e8bfa4b32a27ea88fee3635e02561ae8b17a0f8d5793ba3b9db9f5e SHA512 385861ad36412fa45143db390549822ebe7867ba8f514b95f12955b3ca03f4af17924b1347650230d35ee75935a0983b4635f70bf4cfccfb5cf6755b4e4d00c2 DIST pest_meta-2.8.0.crate 42931 BLAKE2B 9a73962e1e38b84131ab2350b69a1f5d611c549533eec73e898c394a9b9442f357bb5d5f59e1be12270dd29bdf237dc2d21786c0c2210736e224ef5d48300dcf SHA512 6b6945dc127850fe9e3a191f1d3ec95074004e4d3764e1c5138dca0c0da6df9d75cd099464ea8fe1af92fc9b38e724fcfe63c67640eac08c851a4a0396837b12 DIST pest_meta-2.8.2.crate 42952 BLAKE2B 40bc7f37cdeceb0606dc6776a57963ffbac3405a0f0b875e1411d1a61a123182f8f53646d073c6f67585d9a99e63cbefdd1332d31f385638fad226ef31cfad0a SHA512 eb5fd5a00978614488c76e547d0d9f2e8143191590af556c3d9d29e8ffc132752e714d3694613a8cf173a67065c5224acd3931a424df09bee024f880d5571299 DIST pest_meta-2.8.3.crate 67289 BLAKE2B 32678a85e4b2e7423be562519a603814d5b1d04c99f12e986aded858d78815b0738256b5f6346d17e5456ebce102630280a0cbba4f7c7872c281802acd993a6c SHA512 cd9670c418efa69386b80c2ff3a3816a79d72954c3db749428ef5f2911218f9c72b8c8f70bbc670d0551325ec7841e845a758efa372a652422e7d1858922d5af +DIST pest_meta-2.8.4.crate 42947 BLAKE2B 38e1094ed7aeeae2a635888c559f05364696ea98b5f3246094bfbc02fa26cc42ff1d2cd96ea28149cd2841c6ded02b7dead816fb6b1b811fcea429983ce27b6b SHA512 9fbc0e2864b8626cd88db04ef71c9049a82b493d6008976eacc134b9319573e35e8c3670fa202bc86013201a7d2cdd64db0f619624667e1c6b625027a93f8365 DIST petgraph-0.6.5.crate 710970 BLAKE2B 7f590e93fb44f1bfb8920e512402edc1cb087ff9d5dac7bc4be965f64ffacf9c1c503eab4156cd2005f41099f6b34f51e49b21dfa217271fcc0d4ee16ae85366 SHA512 454e9805731374abf1085f1a8a72aaed85e83cd30ab9601bcfe0e46882ba6656242284bdf32b6e75c2f5ebdd1325d5f8873d5f720aabf297822ca97311afb677 DIST petgraph-0.8.3.crate 807555 BLAKE2B 9f1acbc4c4811ff6f6b6a53a7ae3317df903f7a0c82a69671431fea71dd9ae2d7b5b9c742cd850716f4ee606b09556782ee4a3d224b8a401b20ffc5417e59ef4 SHA512 2718bd47f88afa78fb02dabc15a3a042ae3e9d5fefe8b15446625a2fe74fa600c8bb9ac1ce8fb13136895c1723e873f7e6307ccd58723d3cd1a3b950582cdcad DIST phf-0.11.3.crate 23231 BLAKE2B 588ff9dfc05a3d2cbe223d97c36c8a596d89cd421b568a0526992a089958e4b4ae8f7d33b3f15cf935d20bffea8f60d39ef2d2e1904101f285ca9b8b8155ecb0 SHA512 20a834481bc43ac8c560b00e337294d3c14d1fe359e7f78ed08166b096305e40277f4cd3c179a740911b5c241aeb4e263afa1a50d37f383ef63da113bd6270a9 @@ -799,8 +854,10 @@ DIST postgres-types-0.2.8.crate 30328 BLAKE2B fde2de5d48ffb7d5b2b239c5a20bdd0967 DIST postgres-types-0.2.9.crate 38987 BLAKE2B be13d63edfc29c8ae6eb0923a1338893a7bb41c8aa1d076c1b73af813a591bc4097a5e5e6b0220d59622c0cde0f769de275eeeda755428ceb68cd786697af2ae SHA512 c8afa6923acf1875713b19d5b241b3e86c848a277ee685099ef6e1ae3b33a6bc0b0c4b5d236193981b3a9236b99bd7a17dbfec508bbafffe8e27d9823c9d9d90 DIST potential_utf-0.1.2.crate 9613 BLAKE2B bcda2647db21d8e0e2475a5deb67ca875c2288f481880ac921ac15e058afbf0d74acdf51dc2b020eb02af340a3fcc7a99a45bed93e64cd85d9c3efd3c5fbaa97 SHA512 d6b1d980cd32094b2ffc65746b349883c30c29081bc88725116ae06a57fe7b6a0ef19dfe536681c2daa0bd65a186d09631110832a41a3d0f4836d955c379e338 DIST potential_utf-0.1.3.crate 9698 BLAKE2B 16efbc71ed6516cf52a361118323e26a61af776378382f1ad73121f526484c0df2e915c847ab0bc487ad1e661f839599a0e8c66faae8da9f9e589209e03c1778 SHA512 8f5de5763b073b7869c2a9e5336f0bfaeb45407cb0f4c62a16319ecdf308c8490bceb8bb7c386bfcf700d145d52d591135a288f069b4c64b06d9aaf348316a8e +DIST potential_utf-0.1.4.crate 9514 BLAKE2B 97979688c9a93a05c29a9a55ac0a37e704eb4623d5890562cdc1c797cbf3e73aacdc6251d47151ac0874ec6d1eefbca8173630f20de3c44fea254be90819e027 SHA512 a8e36c596d7fcc3f13a80457a07da5ff0fda62954efeae3c2aa477bb32465b20fabcaec269929af666030415343a2c94d86db26f9f9bb5e2e2b151581f0e6022 DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 DIST ppmd-rust-1.2.1.crate 34457 BLAKE2B a95117d45b36cb947c788045532bfa848c316275ed428b0bf4b5c797e7f3dc1ff0066a227821bec0cad7831480d0af8f5526387f7672008ada491381e21e0ddd SHA512 ef29374f328720774c9b5163efd414ef828f848e7e1fc93cebdbc11548e1a3bb3ee063a3e7315d454e83aa79f68c81e7c7d1ee5174f24d3a141b7bc589e56961 +DIST ppmd-rust-1.3.0.crate 35156 BLAKE2B fd29b2797ed3e75abbe27f9848c58cf99c628a2e55ca8bf51fa6a584355074d73d16a9e22afe8a9c9217a312753ef00e7d399cc0f28fc0a56b7d3bbc5a65afd1 SHA512 3581e4b4b09e83561ffda2d63ec9fb8a0a2058edc235222518a5d82c1e10d3fb744160d09a35b0fcd25d2b7b919f16d00e220e2a4c1cd88ebf7cd3c0c297b58e DIST ppv-lite86-0.2.20.crate 22478 BLAKE2B 9d68dc36d8148047d571c0147ed29f586f3c6ac9394b56bd955c8ae5bb18f5a8da5369809f7b8c3199074e23660325158c32c62e1bf69a16cb1f5da2a01f5df0 SHA512 6d171f63b42296f7765732fce3af7ea05d0d81f1541ffb3ad86e81210715ef4afe5bc9e58926e97e757aea6ff96a8012c8411eac78be0fd080898318ed21d7d1 DIST ppv-lite86-0.2.21.crate 22522 BLAKE2B 150b2ae019f296dc0a15090bcabcf4981bc58159d592b07da729565ef8976e3d1b4416381c6ecaac77874d8e259995254255c8831861ac20922b810753128cd4 SHA512 94710d5b25b67539cfa828476367849e1ecaca744f2e0429b48c05b47ec48cd57f950fb9845a361fbfd96f361ac00fd2d47cc27c584b79ce3d9d8fc133f5b7bc DIST precomputed-hash-0.1.1.crate 1640 BLAKE2B 64a37ef3edd317f771e833bb394f7c19bc9b8c844156c831d2b550692c7e2e36bce44ecf18dd9f2d0f0511346eaf0d2a0ebe792fc288ca0e94a93933f2051846 SHA512 a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 @@ -820,6 +877,7 @@ DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 98e2925881c2be186e22c2c43969 DIST proc-macro-error-attr2-2.0.0.crate 7745 BLAKE2B 6e0e6d0d19bc467550de90a075a602f0be1e6ba24b29b84e42f01ccc953dec4f841625a84930a84cc5c00a1959ebdde9919c8d6d21664dd2161ea4a18a6f1d08 SHA512 8dfdd6aa54b03cc3b29e97f6be2a2d0716cb52b751cb7cbce8ceaa9120f95f9567be5869d6c4467ad16560b6db037d2c48ecf5290817c4e06b6acec1d7aaec44 DIST proc-macro-error2-2.0.1.crate 24807 BLAKE2B 20bc34aff566445280cc874fc0c2a43ef6ea2ff67f674107f816daceee712749fafcdd1a8fd52fc35f8b875375e5fe05a571b717629e6cbd250b42162c2b3837 SHA512 6406a792b780178e80597709fa34923b59f8a9e8ad22fddafd78b3495b943765f5657542078a88dafa0e904073a22fbd9722d45ee175bcb51725e566682a976b DIST proc-macro2-1.0.101.crate 53886 BLAKE2B db566c4fb6a197e0aa45cc074310853eaa24ceeafe9fb91f2014ba47cf6b1cbc34e4e9391456c946587540c8e270e1a37f5195cf03bd15ea5d4f171bba9772db SHA512 3171c807d24371da2931f9c706fb3129bb9bf3ac40418e5d14cfc372baf96e5fee9ede72091163858e3ba0b4f88594efa1031b0bb7128ca68e7b847dead6856c +DIST proc-macro2-1.0.103.crate 60024 BLAKE2B e5ce5f77838fd063b5615b1555db02175621135132de6aa7479d67fd0a34c15e8235290112a728f3251cf913a835bf0aafaf6930880511427143b63152047259 SHA512 9a6964a2ad24dbb1108b7018882ddb48cb6e6f652d1c5eed1cac94602539fc71f011a0a276765778df161edbd6387bf03a8505d93565e0c106f09e98d7d6efce DIST proc-macro2-1.0.93.crate 52388 BLAKE2B dae4493215b88f68cc485bc0ae80f0a48ebad68e0260839b1c367832d1ab778197bf040647b3fe36cfe9d5f7a496e05cd71b5914f531eb129c2d458d5f0be896 SHA512 1ae650e390e4f1b18d05f42d2ffcd025cabf72568a326cd85496c722600108b0aa0ab0161b39fcc931b8b302427f678650e703f4db57aa1a60f1751db881dc6c DIST proc-macro2-1.0.95.crate 51820 BLAKE2B 93229d80556ec03bce4031607d13c7902cacc2d7e2586a692ffe8543d52e3f3ba253c9c311ddedf6d9348ce8758ae8ff64577675cda2dac557f936a328de47e3 SHA512 f78e4d47ecd29c1b2315554705e445507bbfb9449afd0bf1b74df28f266ac6382ca8c3ce135ddc55c989eaee64d1794a0933a941c8ff55f543fa21c400016547 DIST prometheus-0.13.4.crate 84650 BLAKE2B 5923e6e6fa6923d15d6c5bafdc1f1efbac6d7f1646d7a098a6cb14294490e7d9219a024383e96df0684ac5d3f57137960ae680ac19932ed8d63aa89a3dc91e97 SHA512 3ca6f9e29cc40371c08651b3cb178beaaba222594781bb2355db3631040c218a72ad05917048fe5dc712b0c6e2dfc61c1bc4b857a0ff043a0258357b2015c6dd @@ -832,6 +890,7 @@ DIST proxy-header-0.1.2.crate 17073 BLAKE2B 5f45cece250c07d57327f779bf8c0737efc5 DIST psl-2.1.109.crate 193232 BLAKE2B 87fbb4153f7cdb747ad28327ba97ac5566d231bb361bdf9323af882c276c97a26c13d2fa3cd74307dff323c45028eba9ddc7b3d1111d63ce80b551c9411d6760 SHA512 470b7c9365b278b3b9ee2f144948a7aa685080cab23da8b603161ccda71c84f05046aa6c092ce4d75654a97fd339721938bc667db6e21fd7aaad06e326d325b5 DIST psl-2.1.145.crate 197006 BLAKE2B e8e6f9d8adc5c187ac20432fcc0f43f012c3c52d3f0d7b61b36555840fbd61888279822bfbc3991dbfaf05371be52ac3b8a34d7826c8c61904a186952bc18bb2 SHA512 c99e7c25793ed7e7ad59634c383883eb1f78e0afc5fbd4fcb0b884e2648a8a7732239e8538eee299b9e32f161c56b2d1f6e96f5f44422b3dc0ef942b718bbb2e DIST psl-2.1.151.crate 197253 BLAKE2B 720270741974ded090fee10992ae3232d5a4542e38928e4e2fb62168dfaff10fb6210dfc362d9590264f0c09ad879e666a686a832236c6d3c52ae0cfebb1b701 SHA512 2ed621abb8661792fac603d765f66e9fbc5009b97eda66f26bfb40f83b92f35240d61b3f6aad1285ee760af99930f31e6405d3074b137ff8d91befadc370cbb8 +DIST psl-2.1.168.crate 199728 BLAKE2B de462825ed257ecf7fa3ada7c77068e2688574fa893280f4089db2d319b8b2daeee464dfa34e9580c99133db5617a855acb8f207c578c8d035d8061bdcda4ef9 SHA512 fb2d96fb34096201b7d45ed6107fa64615b4578bab871ddd870a823f94e88cd807a89972174be784f99e07c9ad16e045aa16502f7c1fedac40ccbe2958abbed3 DIST psl-2.1.81.crate 192312 BLAKE2B b65fb4d2e55da4be832a9e453ed012ed5725a0e4c6a7bdb2cc562f441280ed95cd7c6f2bdfa890e089a440af1a8940145c34daf33b49621b1b524e269ae22c85 SHA512 7e9258f96e29b9af7f89aa4452a205e8196ad737aa6458b85c14cfa990dda49801d7a5ed9c75aad175b493b3d66d04ce5968a89acc07f5f5b6ddf7e438310854 DIST psl-types-2.0.11.crate 7959 BLAKE2B 287a71add0c75af1266fa1e4089da8f82c8b64e3ae1e880b3a71ebef5fe43bce3bf50f6378a228e131cf857a4cc29f3ff37c2b08b62896196a3e86ef82b1128c SHA512 c609f6a414bc1f5f98c22f9ca73e3908ddaf10e33ef43f408ab8ae2f8c544c0f70cc1a73b1fcfa20ea53f2225f60922f6d28d2e5d31a9877550c2ef3520ee2b7 DIST ptr_meta-0.1.4.crate 5754 BLAKE2B 89e312313d343177c6fd20637da6fcb720027064038cd362f41104dd753e6ac949582297f91da6a088fa408816af75f1ea9030634ab3291afccbb598b001de1c SHA512 9936264dd52ae40e6afc8cef8914dbdc5767f397b91ea965d65275fe547a2d9cde7ccdcf908f787e25f84fbc23a2e30df895793fca308e09f48f2adf2e30d2bf @@ -849,6 +908,7 @@ DIST quick-xml-0.32.0.crate 184149 BLAKE2B 35a28dda8dab04a933c4e5d40f22dec6f9c5b DIST quick-xml-0.37.2.crate 188017 BLAKE2B 03cd30cc755fc7bbd3f8d4f1f75f796cad5c8343c3b1d3de3311f4f64bff35297788dd364bc0808832619f1f9b603febe4286a6bceaa318c4a0b76f1c74d6331 SHA512 f9535c555422476597fda5d2df393f910338dcb78c9ace63f2cff7ccb15161c96828eda2e32ce68ff3466cfe7a60c07e2e6d4897b6921ceb5bfb1c747c9fb70f DIST quick-xml-0.37.5.crate 190481 BLAKE2B 601f0f2c05e369b479aab7e57b58872af16d9ac0e40a5271e33eba34fdfe88f134de7f681a8bd4e94788e37c60635d4a7945afc5b0d5715058092353258bc3d3 SHA512 17a7a3706a6c2e664633698b414bf9ea6152dbeffcf853e4735260140a0c08403a3bd483babb8d3e5f7fce28148352387597af43abefe5cdb92dcf8cb35341a2 DIST quick-xml-0.38.3.crate 204498 BLAKE2B b029d214e594b3fa6161edac5957769c0b711dc866ac8e8caf06339f1d317a2d08097c0495b488cebe258ff0033a568e9ec5b46743dbf40886246dbf5e5e2f19 SHA512 6ea8669671deced89bd14761786e490cdb51693e7344b482480988604fbe323c0c20232fad09d7620b0449ea1c8a1eaf7e716374d2096e919630ba540d45e242 +DIST quick-xml-0.38.4.crate 205035 BLAKE2B 242ca800fc568f77d0d2b7f2963fd16142a05150a692a15584b3044c54fb5a2b44eb703dcc04fc9fe99b6efa35560ef6a760a180ac445a26b0f1e944d7ea1773 SHA512 dd2bea3dec3410978f8f15a0f6046047e5735fc75e714f6a19ab646090b347805ed77be51378ce3f9de19744daaf588ab5ea6e6a8b2d1f72198b4c78056b3877 DIST quick_cache-0.6.14.crate 44881 BLAKE2B 3ff93d96227dfd8741e792a8cecacb710bc6bc612a67ae18a9408cf30bee5d32d0ae2e7c59055ad2de6c5e00220eee9da5c4a1e76936cfa932b5b3adcbf48876 SHA512 1f7ab4fb22bb58415ea0ae6c7fd13e60880178d1306089861adca0e2efc764897b9e8c75f60b9eeeba2deea075b3e238bdc6114617150648ff89e72970a7b913 DIST quick_cache-0.6.16.crate 47488 BLAKE2B 9db6567454f00fef17df21f89c5f1da0562fcdc03897d01d8f90b4c1aee3d8a4c49bd4a5e96d2d5f2a24615b0e7a35e4da24ce227a2e85eac3cb301f6fe02117 SHA512 ebca67a89bb5648e0e8d2be18a49681c7e64add94d2b5e7c9da3afa8b6d77846426a0f51321e5fe492efdbb8a9f5314a61ef2fcbc18155d083f777ab16232488 DIST quick_cache-0.6.18.crate 50020 BLAKE2B 7aafc7d5f1b0c2c64ed2e5d5078e6409709b88afbab0620efb76c08f751bcae81278156f5cd9b8686cf90e9f73b6833f07e63e3a7988e9cc7de72d89b13f69d3 SHA512 45fa38032b7c37b358ae8aa17f77281c295b4a128ba8ca18767c3d0a073547aa340f0329b3358e99066c8b0bf9ec13846c417cbfb9ec1b27f45d03b3f17ebd58 @@ -865,6 +925,7 @@ DIST quinn-udp-0.5.9.crate 25342 BLAKE2B ca285db2f61734b08f105955a22fa3aab527637 DIST quote-1.0.38.crate 31252 BLAKE2B a3836efbe5c21dec70c684002b47b8fc7cef643c82ee903b537a48bc0707a28106c4b33d98e60ff81e04c7520f7404b1dc4d49446e8d91dded517e476c36e1c2 SHA512 530c47c5e6372b508bf5b2b88a138408a7afa5ef52c47280ed20eccf39f8e97dfc1e0a18c1bd5472efcdc49a7a1e69566333a0a1b4c0b4f0e11e6a7a85bfe8af DIST quote-1.0.40.crate 31063 BLAKE2B 09036ff3e5ebbd775c466bb936de91d4c070481eb4b98c62a4cddcda57cd7b67d63f979b321f6ec64aabee3f5da6c28e7a3efb83f4647768ba578f1bd0bd0bdb SHA512 45a76e22a2b0bec47e4ba73c3b73cc41d821dfcce9876134c5d8eed514da214aee4ce7612e372c8709f888c0d8b9b7e5442f27adb7a59f3571f0339ed7e2ac99 DIST quote-1.0.41.crate 31408 BLAKE2B 9d496e0878fc329ac9492ecbd470e762bd807ec8ca4e17a856b4d1c776351434778f519977137a67b8c143ee60b20774c09768d480cff51b22f2cfcb364a20d9 SHA512 64374d70eb29f7d7e02e535ba383586d93f68a9b6464c79840fa6c42a1ac47be7ba14e415a40e158f845e486ed33d5c564c882913780d296360b30a56301ff7e +DIST quote-1.0.42.crate 31504 BLAKE2B a8106c0fe3953bcc2aa421516dfbaad6d6cb2ea839b2ce1447a45b8732dad40a921c2008b477bc0fa029dc0e0357a339db543b1f90bb9da77a5a3681fc16bed0 SHA512 6d55047312de6bab660459750c54213e986f0a80b4458fdb706c2fb3bab83b8239cd230dd9291662076d395c818a391142af1228ae3158cfa4960d6c74d531ba DIST r-efi-5.2.0.crate 64764 BLAKE2B ee17fae983b2c39137cb75698062a3bf8edb4bc680b04900797730618b54298e2f1d13ceab6b660f7a1799f6fc4113ca15d4320b1b95fc42913e0930f3aa16f8 SHA512 80f89d467b482297ec2c13cb0dc8e310442495483e25c33bb523f1cb66d6ce01fee4a57b36880a4f51c0e9f20eb3f993a5bc0a13224d52693dbc81b97c630158 DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad DIST r2d2-0.8.10.crate 17888 BLAKE2B 66af689f5a1d691c9a46f58545405b0967059205360ed5c2244d59851c3426960e9f93ee630e6b4ae29482159a5fbf7d22e49331473d836848fa61d0e09be2b2 SHA512 b2ccd3a309ec9210893baeb57241c486c861884af3ed8a0d9b6b811ccc53a21dc077b0b3cb62da0acf19dd9f3913175e2bf66cc5c0598113732b1002f2757a5c @@ -935,9 +996,11 @@ DIST reqwest-0.12.12.crate 193321 BLAKE2B d024aac31fdc9f67db81ea0c8f6ac328cdb176 DIST reqwest-0.12.15.crate 199320 BLAKE2B d9b92f079ccc194738bab8b55617130d4c0afffb6946d62e06a3c3b7cbb535b8bb615ada6ddba14aa3a08515f72b2ab62294b3d21a6cf978a8ada8940bd494d7 SHA512 7f54585ed98f6b8d6feeaf2cd821b4194894a622bf6ed6cdbcd0d2b990974fa69d98fda132b5dd3b64e52643d064f92dad90269b44d354bff7893a1a91746778 DIST reqwest-0.12.23.crate 161307 BLAKE2B 918ba48abce356d8af02b3bc5a3c47ae148455c4ae6b49afd8c90793fe97b861203939e0d8edf6fd2ccbfe23e65a2c4cbb155df3d7b1e3111ec1b834bac38d87 SHA512 c0998b4ddcc08ab31b358f8a56efcd6ce12951bf58ea2922828229ce270fad8bdf27e7c26dfc74e70a870921fe8b059329a251b67b63a3a45cb9044f28b4d6cb DIST reqwest-0.12.24.crate 159974 BLAKE2B bc331cb57bb28b9c40dadc32d488d6d77605497cfd6f41e246e07198ce83c254eb6e4818baf97fd31b83c94fb78c795d60ab9c4cf4c479799c23c37f57325004 SHA512 fa029c0f9acdd1511ea8b65e1b1c83d9c1de8f9495a587b5b143666902a1ec4f2a8f28b28b535ef12c5e92c12e540f7cdb23f7cc253b1574c4a88dd695c004e8 +DIST reqwest-0.12.25.crate 156003 BLAKE2B 6b1884006968d0af702c638026bd39078a1626fcb5171b5b8eb550ddbebbacb4e93fd17e4631adcce62df8d0bcf43f6e251784acb9489f4055b63be21161bcc7 SHA512 cf53be86569a8e9b0a072672190d6891b3c57c4fbdaec3b62d804c0f4963072e534ae7143ee39c29df5f898fcaa6d6e56090d111956e5ec72690af267ca9f852 DIST resolv-conf-0.7.0.crate 17352 BLAKE2B 32b565a11d5d752e2cce2ac7b44e483b8a682220c99a9ca34d0a440d87cb5a874c407d474e47757f128bc5d78ea57940452eb099ea6fa433d8f6d1fe881f4302 SHA512 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4 DIST resolv-conf-0.7.4.crate 17260 BLAKE2B e16c6bfb24a2e7de9791ccc7db2d8ed1d49fea0da6fcb871e989d9d0e654767731d66cbeb9d662d542cabce34ba5c69171fab675d10c7c8e30163c35e791e419 SHA512 b9d496488fbe837a597e7e53df1c12562347ec65639ef2638d2bb55e747c17e18bbf4d4a14240819eb119bd9bd511e90b97a322b09ae5a2ade4c0777f1730266 DIST resolv-conf-0.7.5.crate 17512 BLAKE2B e7554afd83c54e49878e3c85e7bd61188274bf28915fca058047aac725edd828adbe23b6c8ad0a644b2d182e49ce4362bd219cbfab7acae6e69ed3bb7bcd09c5 SHA512 bea794a29b45cbc22665f3637da3b25de3b23f22b31571d09b2014e1ec4b65ac50a77dc239962085bd83717592d5dff7cd39caf299d32b666a3d7039233ae0fd +DIST resolv-conf-0.7.6.crate 17955 BLAKE2B 5b2927063f4efd6b0aef7a94587bf8db76777786da61f199dec5bebd8e0e48c2041b7b9da26c2e96b9a7a8d1ebaf1e0e30c68eab22415a67a52695014d66dea2 SHA512 26754dcb79861f54d7e52699874d53400a66a091f245fdf90b08e5b3b48834d7573dd5656726f5a9eb3ee5f2769f24e0438deab54d3d42a708dbafcb36754022 DIST rev_lines-0.3.0.crate 10409 BLAKE2B 5812df1f9a17e353dc17e26467953e4bbb691e52bb7af7062ed75c497d811eda86b7a1455d08da933b4671beece422168a5c9bae60e2eb649440b494091cbd36 SHA512 bba54d53dd31c47f8f85f1aa5b9b7dbccf09c4decee9528aa1067c103166d62bbdea7868449c71d8e7fd85fd5ffa141c2ebe3c14a8578f8d52585b607b8b316a DIST rfc6979-0.4.0.crate 9140 BLAKE2B 662d967b1d818439e972d19bd251a4e3609c65bae945b4d11c0ff4966e9fcfaecb739d0b63bd767cda6a22e77a52f3386f02cb27c5c76ce9008837c882f8df33 SHA512 fb68114f5f8c1e7b921ed175fc01813531a584b8cb2df1264b72e1925bd66b4c021714b3627fbbcf3fabc26e4d6578c4d246369a0c98049d4058dca4cbabb20f DIST ring-0.16.20.crate 5082615 BLAKE2B 6011eb7148c2d2ab410e564a06604f4350e07ea030e4d7dcb30574b977f0b0c7e53e09f6e6dbb2d068cdf110262876c48dfaeeef1b691932a056fe149916d934 SHA512 d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191 @@ -959,11 +1022,13 @@ DIST roaring-0.11.2.crate 127098 BLAKE2B dd650c47b77b9256aa43dda996a2bd8813ccda0 DIST rocksdb-0.23.0.crate 154324 BLAKE2B 744ba63160bb4856cdbdc17f6479b2cf46db885ace3b7f75c367cd18395ad643beddd6dabe4a48eb63886ee3cafa44a2167e15692a024655cc6b7e121bf2fb3f SHA512 63aa2747ca694f8d59c935a601ce8834002d221edc0d070088e4f533afab95c48368b4f57fc3d2ba989997b383dca2c70649efc55816cfb0cd46a926c35d594a DIST rocksdb-0.24.0.crate 165037 BLAKE2B 0bbd0578a7402a78fdbf929275b6109a6360c9b2f41899b3be0d7068d4a708adcaa2b920ba45394dc73d0476d56ad4e1053314618c6dadee8c7b10d206fc8b15 SHA512 36982f4562da3595a20ebf840c929e3af5a25f883fe964ae1a211223d308205692f04fed382dddad903deff13c757e691b21262991e8b02a28ed60a63470fc3a DIST ron-0.11.0.crate 121686 BLAKE2B a89468b06e4e3bc8b448bb99f9611635ee3da6783d952c87f0f7ac73bee7d1055d78bf5bfb200998ca9527a9ee4cb8ce8a13b52615b7ff4149bea5d77150eaf9 SHA512 018c4c3e3fcd602b7d50adc22fbf7300e7764d3aeed455e5e953e4c9c80089ae4b75183d47769f280be7c66a04393368a3d89a2c332d712ec8dff662ea75f2b5 +DIST ron-0.12.0.crate 119892 BLAKE2B de2719e97db99a4c4c701b0f82006e6467b08bda08293bc4a0c787c95a6c384e1ae7650576ea5bbd2e6196155ae218d8432cf6150663e17e4d99863c824c36ca SHA512 67c447dbd9e15ebfe84f85ca2d342489c04d3a8d7294301bcb4a1e4d8c29267503f3516679ec9ea21da3447fcdfb2ab311a30eb76895d35dbf99edbe684d173f DIST ron-0.8.1.crate 63251 BLAKE2B 9d9724cff8df112c1590c0e66e897a277a7bf8a180849db4e8834151fb53639d424e19124cc9f3a5c4f977d49c824686c73f337e9ef0f0355acae2b1b43a4d14 SHA512 d0d9eb18632c2458dd3e8fa8ff365a818e5214c88a19c11421c208c31ebd75236bb20fd74ea84942f8e71bfbb02d660f965dd1447318b5372bd16d45d11fb920 DIST rpassword-7.3.1.crate 8164 BLAKE2B 60e89fc36d78a64d9441bd902866500872f4ddbd28ffe4bc5c26b5882ec1dd9bcf50dc06105c87f5fef8c51b327bb9af1a324831cb6396796afab3cb7f4a2288 SHA512 28905b33e5fa26d9a7bc0d682b94edc6119b2d8c2a6826c89d61fa86033230707c54f3ed8047ee3f5da4393c119c70f102ff61efdc1d4bac38e583c04e3b4382 DIST rpassword-7.4.0.crate 123730 BLAKE2B d9f7353fff4bb9d1521beaed1200ab89d7d7f87070f6c46849cc54f7cef7e46061295cc4828c372bd68fb4da654dad4cff30c6c608059daa6ee37bbdf0d95d29 SHA512 a257cdfe61d10c9ba7e645244163f3d2797dbca58f7bad5633705ab418843a5d01fac08b8455a8ac042c9d6f41da514e89d1565bd475c045502fc8a7c1a79cd1 DIST rsa-0.9.7.crate 80231 BLAKE2B b8f6e435f35776f2a67f79f5791d035ee5753512fb8e05386aadc5ed4962d88be7ae4c016ed43bcf2333e2913687155aebd3ccc79aae7f2b04b0307915dd6257 SHA512 dff7f46609a006dc8342a36c43f841592cc6ded5cb88d63bc252f221372cd756eac820d57e218ae573ea8a643875463c8707ddd3e01f2fdcf729215c75e7030d DIST rsa-0.9.8.crate 85741 BLAKE2B 27c797ef28a040d299be6931599886fb5544ed5db2111f2db9023a885d0fc4610658d1a6fd2eca133a38c81f06d468677c1c110cdf8dcd5658e9d43b289cb097 SHA512 26dba3b2ace36675fe128271f93c79396abfdd8b1caf81e71fc8097a67f5dd875b96764a66f496fc8e6018f466bf165f501da17ad5f4323585625636104b02b0 +DIST rsa-0.9.9.crate 86379 BLAKE2B b03d2b15843709ab754e7fe6443474e8053b99ba4f3d95ccccaa31fa5b5b0f50982fabb7dafc6f05c121326e54e5fa8a2c2f64147a6ddd23c7e0690ef5d7adb5 SHA512 8c763fb4a7f86b16250a2e976375329a90819b1702ef63dd269f4cf0cbf708c954be9131e6701002035d165380c0708f311933cb734a6db418d234f429845dbb DIST rtoolbox-0.0.2.crate 9179 BLAKE2B 4cc9faea86aaf0f9e9ed95269d0fa8c633d7c05d539a435bbfcadc563ad5fd0d3f06bc33f83a24432a53da483bc7771edca21e6237888254b1d000f7af1ee41c SHA512 2e239e821d0bdb171ff9d03d3b8df2fbb561ae67ed653f66096ca32b2a83badc7d1b74b4ed1f0f41f141ff2a383fd06618f4f7740a03514b256eca4db0699d42 DIST rtoolbox-0.0.3.crate 10149 BLAKE2B cfd3420ab0dbc7b04d46849b6c0385d903ad8061c72a42532b74845361ff92a6317b87ebfc9352bbc4a17bb2e9411b1213d20474943f3dd9ea2ac753f5b3274f SHA512 a4045790b957aee6b643f430461df2b599c0c324b51fab607a0a407c852eb825bb0e586fbd299ad79852f0321c635b9e1d81a97884f05bf43699b23f4077eb67 DIST rtrb-0.3.2.crate 27066 BLAKE2B 200647a0bc2ed8be4604275d9f2ee759a7cbbefd13e61dacd866c0c43dc29cb588611b352e39e034defb832367e87355bf92fe8202791ef4f5d7ec039b2c01d9 SHA512 92ca0e5710e5a2085b0de572899a7b8d3c750586d7517730760dc170af4f71f52f614ef127fe0f9a9ce9dfb1b385bb4b1075c7906c24c372b53c8d4268b0afbf @@ -993,6 +1058,7 @@ DIST rustls-0.23.21.crate 337106 BLAKE2B 3b7c100e1fd257c3b71b3bdedc6461c507ef5dc DIST rustls-0.23.27.crate 355915 BLAKE2B 415bc276370ecfd3efe72f634d94bd29996c0a0a83e734d2c3cc1b4a6ede1c581dc418270df27ce0005f83b8825a3a1f220280181c450007f3c17f38a78c2513 SHA512 e7b1fd00ecc2f6c01f82dd036dc85f4aa7af87f56aa09936994c74cfc696b98d0262cb13562f5699275b9aebb88bbd20e7d92c8a7af9064c41085b737022dca1 DIST rustls-0.23.32.crate 372459 BLAKE2B 3f8554ccbe730732d4e84d3fb8d1d4a19463a14165efc0241798845f61319103b4953cb48ecf0f682b3e1ef275ffdf48addca9d8330eafaa22aa2db444700cc2 SHA512 928836ee31d8780f64af08c6cd53a3df12738b6f90b19d0e803441e7d35f8c52649de924226000538926cdb43192113e0dbc9f014db2ef75496a6da2ef4d509e DIST rustls-0.23.33.crate 373649 BLAKE2B a64e00641eba7ade3e464911da00fba918a7ad3e172fc17b91aa91771d058de2e369ca0884d2794f7160f4852574d91acfc881709e26be82c0d8c9961a40b936 SHA512 cb78cf88cdf33224e397c715ef47971a7d79b52180b548a3df2a4f2a11e618251360a636e654e4e1359db08772fac9dc2ce0ac310b8376261988d185420683df +DIST rustls-0.23.35.crate 373700 BLAKE2B a4c219adfeed33e415f5cb3ca2d9df7980ed03bb43f2b1dc6f7f3b2723a69dd5d0a9d5f561d2d26da60f90a4106b54588b243c37baec7ec201df51e2abf411cd SHA512 f59f48bded60aad7b23e7c8c0f579713405ed7de45392f7984ceddaca42bc796f86674ec23b4576958042e699dd5a7ed82fac47923ae13dce930b7f3e8c0a039 DIST rustls-native-certs-0.6.3.crate 24438 BLAKE2B 5f019685414f19eb709ad61caf5b3df4c8b498aeac499b1e841d081f3bafbdc66a7f3892c6cfe699d5d2b702c3d1fbc90f0f6720e4cd5bf8366c91f94a02141e SHA512 53a3a4b96f05dd06c575b2eb62eb7b6d026bda539c87c0e2a4bc84fd332c6401a825135fecdda39c489b0c910ffbe4d42c93844fbdd8da4fc2badad400b27264 DIST rustls-native-certs-0.7.3.crate 31564 BLAKE2B ca94046f09e51d79380c06cb62413f2df5bc4f68abfddc5a5a60dfc3fee5aac6aa0568b42e50e7aa9a55e6476a1a4afd8e188c32c7a0282a1632068ec399f8b5 SHA512 3e7e835c8fa392f4db94ea481bf51fefb6c632a085e2c8b2df197173a4402d78fde7ff8a964edefd3efb48b2f473d0cb4470c2f1a385a74792f9caa4c3cd60ef DIST rustls-native-certs-0.8.1.crate 31129 BLAKE2B 1148d6095c4fb23e72dd96c7c4daae603be17e79954dc56a01099ec950a4f17d7059773169409f6c54c9eb9493841df4c069ba7b69aa097eee9f34c8fa6a780c SHA512 52cfb6d34394b155afe8528e6031da161e060ea529a57fdc27a574c2fb48b517a8832eab0f60a7e1a9fbea5459e356450ecc7d24ecd461b847ca58c8d82492e4 @@ -1001,14 +1067,17 @@ DIST rustls-pemfile-1.0.4.crate 22092 BLAKE2B 9a776027d6e43a336ecfdd6713d4b1e664 DIST rustls-pemfile-2.2.0.crate 25849 BLAKE2B dfb94a77fe9d86b17b0c6badc6b715f247e9aaf0b312bc9698dbe8d38fff281428ceaec2ec73bef8009667dd93536dda2bc7e7c49d194b36244dca38dd86d577 SHA512 1e69f0b72c6060eb0a54ec8a1cb51809525b053771a1d417892205f8f5dbcf4ba45250fc0d6a836e0cc8fede06d934f0a90c47d475cd8e066dcb3f7504ddaf17 DIST rustls-pki-types-1.11.0.crate 63933 BLAKE2B 487099180f45163b87614a8ba7088f189547191ef628011911f76ae6f6aa615b16e969682e26f26ce47f52463def702395f2a5dcf6a1742a87fb7c6d559a2e59 SHA512 60a6d20b66b15f077cbded6abcbfbc8524a02229209a3a73ed676a218ecffa26e375ab086247c05aec826ad63bcd9d446748a061191fe2ba5d9f35ec05b698fb DIST rustls-pki-types-1.12.0.crate 64740 BLAKE2B 988c6d11e02bcf148493a9ad616594c1a3d816a26335d9df3de5e9b1ba81a4a1e3862cb46db97ef1f743ec1241861688c04c4a98308166d419d8f307f9d4c09c SHA512 6822b3a94109e01a0fb420f58fcaa45b6a52519233da751c314fdd9394802c2175479c470ed5d8c71fcd45be46e3c4d8fc8addc43322101002f31fa034713066 +DIST rustls-pki-types-1.13.1.crate 34901 BLAKE2B ebe0a3ef59097ec96491337df232efc1644768ac1d7d9e465e9762a05282c072d9f6dbaf9dbca935405bcad48049f0a8b91db7b3182e16d4c5aca27f1b26033b SHA512 0357a3c66e31447fdf39ed9e29576e2dfbbb012171e71efe322c2cb13856e7441115936375555fb2f700e6a7bc97565c74dc4bc18f8b8b01d335357e220a2c1b DIST rustls-platform-verifier-0.5.3.crate 61014 BLAKE2B 67b41b09cae65e4d526ccd9365a90d8837fe62c7bf39f3f6414f257a3b830f97dc8a600df6578ed970ec458babdf01b7b4e6b223f685c0f388cc9be160ec0c60 SHA512 61e156860d533f2e743c7463efd48a6853639d48531dfeab3a6c00d21c0d88a879d4c2612bae293f7c740c0972ca2a48f059a1e9ebfab5c8f635b9c5875feb8d DIST rustls-platform-verifier-0.6.1.crate 60142 BLAKE2B 4de0e635c8cd21fdd30635f74d970f68fa9110eaa8fd95bb50aba2261b27d6f8add3af97fbeca7b253f5997d2528562f89c646e8e035b4c77e92009500818737 SHA512 b308ac14a89bc61f638f508911f2ba915561d766ce387b16dafa54060f5001026dcb17161197b01dfe02fc10b1d361769b71fd5617858f46aca54058acd91b81 +DIST rustls-platform-verifier-0.6.2.crate 58924 BLAKE2B 625a9b61ad7f0d53c2dee2f6acab2a37c50a2c49efcb1d4b6c377f3413e7e3f8353dd6a04c238c8ee694bb2a651d2586c8608e6787ac8cbb04030d8146a1fcb6 SHA512 f3ff09863ff30ebfce2718fd135499c689edd37983726a4640c35ffbc40c1eff416e84047286fd27751b811dca9d627b9b7eacd1fd995c036c19a4b51102b99b DIST rustls-platform-verifier-android-0.1.1.crate 13919 BLAKE2B df093369b347cf84106853bedd23096ecf2698e772f94898c593e2d92237d6cf20542587853a1e9793456658ebd7c5b09c855d36920c235dbb0dc9fd8d23d1db SHA512 f3f21b88b448f46e08da4303d225f10765d21f2397d4fbe44d5f9cf9da5ced84fa5adc5881f1db66a324cef818537e4a79bad2260b8027894029ba7e6ec16533 DIST rustls-webpki-0.101.7.crate 168808 BLAKE2B ab7177449be359e17f1f4553193e96e71b8e26e1298a0937af658b1a6f9485f051183d1bf8262d52430ea4c3b96263d1fd903c7a5f046bfe5f87b6b97ebb0672 SHA512 680e3d52f699c9d6200e2e738a4245a5114fc7122546c07d3f15f1e6741a52275061b3e016c2240f1dc3eb9f701f7346193bd82e827274fb73b8e9e0d5af4e68 DIST rustls-webpki-0.102.8.crate 204327 BLAKE2B 8db832f181b46bdecc419e1433dd5550bc181cbffa1961aa90b2533f92696ebe15d71d742225bf806e2dc3a4ebb110d48bf62b0677089df1eede6d5a072c0a28 SHA512 8cdd5d07bb8d6c3f0d1d6663babc3b7ccbe8c9b1463870a3dd095c67f46addf4097a715da796c70f1891ebc1d045ae7d7c3a352400e8bfd6687e6cddfd33b1ba DIST rustls-webpki-0.103.3.crate 81840 BLAKE2B 629c1091ca0543a1054a3996522555022a10303ddc5633d628bd31d24d83cdf7b2049c239e13f749f7cca764ab12663909d91d67cd19ac453f5f57c9ccc931ba SHA512 ece521e42518010d8004f2eb2cd391e6c8ad288227d1f7f50d87af447eeee68cf2b2fa6651c01fe83253fb1559bf536fb175bcb3abcfbd54c959d665dc22153c DIST rustls-webpki-0.103.6.crate 85224 BLAKE2B 3a96f2beebf441c97f6dabe48e1f2f6da0c9cf362aa72caa8f9ec0e5e8f461d499898f7e4d7465251484ba02eeb856cfca5daa5883084dff58eebcd4f4fa37f3 SHA512 a301f7bfa51047c598347e7e58860221d0ae85aa4707bc40fe4e3ce58f4c209c480fbdf53d58f7fe2ffba47dc90580f065723357997ec6a09170cf9e8db37438 DIST rustls-webpki-0.103.7.crate 85721 BLAKE2B 2e6ea67d14b9a706d76fb7aa14f36a0b47ae6e0c57ad01ef2f20984ac78e2289c990bb3f11f397b1c5dd22f1545d0a06d836a88107d18a885019132dff9faf90 SHA512 4d56d27434c2c8e9390c203bbf73aebbb12357582aa7c9cbded56d5b739dc0db17f041587b9648ce08666ff4b8520e15c26b9bfd756aefe86498181a88a4883e +DIST rustls-webpki-0.103.8.crate 85810 BLAKE2B a6af950b130e130c0959013662b7be31d73d1bd98e00f507a20a9d980d7b133ee9bdeeeffa6313cdc75a02bbf06e24a314431a6f1a460ac4e00e37d046604412 SHA512 934f630a0c8be9bdc41d491ff8c6cdeb225f180c77b7f1b242d0c4a61390fce7c925ffa09527e5cf872993384a6197ba4685dd0b7466241b4e1811a557366336 DIST rustversion-1.0.19.crate 20616 BLAKE2B 025944fe053ef928f26affb890ef6a563b0e63cf6acc0ce7bd4ff104541f819bbda48ebb59fd8a677e44ca1ea21f4a18c209adf2004c9ad79604dfbeca43b5fb SHA512 45b959aea8155ee47c51aa1d87c6c344b5f4b20199a2646ca30bdabe1c2458b014be91fe0c48c29c2261ad9e5de6df7eef7ddead1682e584d4a906c17984baab DIST rustversion-1.0.20.crate 20666 BLAKE2B 49fabcf276fe3f59b4a1c2e8a07364ba59c5ba4e0a33fe4150ce2eb93c6da42d32ad4d4a197baf6616c1cd703d34fcf5a90186c5467c1656388d55e7962d01a3 SHA512 250be168a4ee64f4b85d78658706659122d5fbbc748f321fe2b9baf48c547de4f0004c87882642645994b7798077c514a44e06b73784a800d04e4cc673aa8906 DIST rustversion-1.0.22.crate 21096 BLAKE2B cdf773cda21ebde50da897c0af0e4af14660ce953d3037054a99d8adc3db2dc6e30a57201a45676abfb183c62016a68069848e7537f711b1752339d194b0a378 SHA512 7929352df3e5279ac88cebb26ca89bb13c755f46986d2d1f514d18a3239a63638bf64f8ff153920569d173185d988d692ee676335afba0bf72d47f71babe0e15 @@ -1027,7 +1096,9 @@ DIST scheduled-thread-pool-0.2.7.crate 10554 BLAKE2B 04f7aec6946828394e7cd6961e6 DIST schemars-0.8.22.crate 59214 BLAKE2B e23c19adc16e78b591891648e1ca8a17a6e162950c7cf458f1854763f56d748c70126545a65ace90a24d2b3c000cd74f2ff624cb0751aa240a4b901e7b8b476b SHA512 c182e0c689a16b56dfe040c62dbdee3f35f802f3403826c15cb957ed00580e5652eb63d902e4eebe6f8ff8e78ddbe00471ef49aaae8c06f81cf9d2265474a359 DIST schemars-0.9.0.crate 80032 BLAKE2B 89ed96fa1202c3e1891c1e8aac2edee8d672659707aa2215eddaee122fef2bfedb1cbe1c6963111a7dfd0c98957c1e1574623dd7c5840a3becc6d003ff1f6570 SHA512 5e6c65dbb91f6016c76b638c0277ad42fd002d1ff5413a54da353775543dd87d6c1c7e473e0f2a0bc4f41e1b94d4e72d1ea850aca78160a4a1866167b6650960 DIST schemars-1.0.4.crate 88282 BLAKE2B bb9bbb8a1198cbaeb81520bf5361f74c3ea18b90942536fb4817b08e203ee2334bfe09458628264077f045f891b5b84aec599fceb343aadfc539880d449835fc SHA512 b87734e8f76bbaf1888636264e493285ef5a45bdeca06be01dd6bbe4c3f20f9a74f826af0f3dbbddd8f062dcc7bff0decb1cabbb1b771d7396fd162a3459a860 +DIST schemars-1.1.0.crate 92664 BLAKE2B 42e9c7ef2c8d5bf929dab798b8dd17127c266394f86d6a4656451599c892bbdad1bcba50cc8363d73c7163e473898f3709e323650001c224c3ae7f98994689f1 SHA512 ac7b156f6bd00d3fcaac7c4cddff9cdeb1eb34b3775ed26c2cdd9d2a36b109c9f84b5c89d6bce30efe870346e24995d28ca033c11d431b32734ab0efe0fe248d DIST schemars_derive-0.8.22.crate 19542 BLAKE2B 3904ae255ba883fc7976329888c3d1fd70579224324a61d296807a9dd4cb64502c43833af5d70d5fdfa698fb6fa8101bb32d554400b695ebc949f97872bab6be SHA512 12e25e1ab407d7ed29753376f59d82a43c51f590702d1b9da03e67fe00f030ad454c171130421c96ae0e8c26aa8f33dca5cbc74949746c284944616daaf2adfb +DIST schemars_derive-1.1.0.crate 31175 BLAKE2B dbc883aeaffe9a5a2ee3daa1f0e1436a22aa9015f566d15a26c796375a95c1ae70aaafc33e095ec0290bcf7114b5dec400d5459fdb1e9878b5299ac073c5e966 SHA512 b8d8c04d903cf5fb91c39e39ad1ffbf430aeda1c17689299c2c8af8a692670033a809c2ce32767110e09081800c2f0ab3dbdf60fd8a9a27385ade7cc53a926c5 DIST scoped-tls-1.0.1.crate 8202 BLAKE2B 20be49f0546691bcff3f0fc257345e432e200836a60b297ff3fe698699ef6a2fe8a5dc6977902a08f7dc63c578aa27607dae0f1889b849c257c59c48a458e1ed SHA512 342f43d53edd33ea3e2197faf5dce37bfbeb0b20b6f0febad4dc6244c3185df127b2c10488e95561260a0ef968f32707460f2d0d23667cebece19b167c0a0c25 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST scrypt-0.11.0.crate 13440 BLAKE2B c2378aaa8e81c5b18fa5954b7b72fd3c4e02f61e4f8c8472de4822279d3cdbabf26200492c332581e1d6397e6b4a2e62e38bc09e5472871501c1883de7649894 SHA512 d7910b277ef814a470361c12a7f2c90ef5b1df56cba9b62662f52a36f076872cf21d18f6c81d33d5a7e94184625753e8a6224d6559ab3cf82ae1a0b7f704e544 @@ -1050,6 +1121,7 @@ DIST semver-1.0.27.crate 30081 BLAKE2B 760cd2994baba2ab8d63656b39f281304b309152c DIST semver-parser-0.7.0.crate 10268 BLAKE2B e46b7cf9d292f8fc54561fca4df8534dc96f6be920a5c869c405ddb31b9d1a18eab0799207113cf4910a52cc0df5017ab1bc1883a7c3787ebf2d60f09ac0ab4f SHA512 17320468ec6b9862d595f358d70c09ac6e09db7885fe0ead7a1e596f79350a6306e8bfde5bbd6512008a7c5454da1c7ae55fe1e3bc1c1ff02ac9df54c0a6121f DIST sequoia-openpgp-1.22.0.crate 3017622 BLAKE2B 83be10aaa9adcd3af9a8b4657474892d4042c262c2349e2b7cd4669c23c27606c04674317daa6c143f8277684f58a1b85a2df77bc1cfeff3d79473480937401e SHA512 10893cff011ced034382d4fca9c04e61b7bdb5f2f621cbf4f36d611423248c7b411d7440433607cffdc1d646898607ede159248d1e69a6d2ca69bbc14db6f95a DIST sequoia-openpgp-2.0.0.crate 3049067 BLAKE2B 66bee3bbc48c6ef3fcdc3083dd1a2c56b0b98fc3a8888d0b2b8205e7477863be99669a49bee9b9abec0b33d14f59d6525252c8676c33387b070fa59d319cf41a SHA512 21e120e2c6fcbccc7d32700f247ffb210c5adc11c1019b730a2bdc90dae8964b1293e7a562421ccc342796a5e903b9b90359ae3f35cb992c46b3e79b33551282 +DIST sequoia-openpgp-2.1.0.crate 3064708 BLAKE2B ffd84877dfd20a9b82fd077b52d3a5957f144319420d17b81f508c97d4c6bafaa7da9527f73cdafef430b6d18ffd34ae144606c5db1d0723c9f1cc681f378928 SHA512 b815a427ec6ba0b9c7ddb40fd5a8e64ffd1a9ea780d42e21ebb400533a11cdfd7f275606df723159def8b98054a13cf0f6f49c5c2726b44bca4fa83d8eaaef36 DIST serde-1.0.217.crate 79019 BLAKE2B a0aacff795d34583365ddd469fa14c58a6cccf8afbb248210aaff3134c7ce6e34b3d03f437326d7c01b3e78f82a5d19c37ed9fa4372970d8b2793f2889288e1c SHA512 f97b3b54b9e99c9a027390405cc054c3072f49c92803a4ed5f5f69e76a179deda9d77993b645b3581437085912d881da88d0451b9e0da423c64033a23fdd8054 DIST serde-1.0.219.crate 78983 BLAKE2B 7e9542a04c7f1aeff95b821245034368ff1721d98d7138bb1e0a99cdd6436dc37d69606308834fd33daaea3a1792409b3b2305b802433fa1d155816c55ca2a7d SHA512 0d3fe9a47af027d0d79499e60d940661dba6e29e8f0ce47d0db2ab722030d255aff637248af6f893a9c4224239733db09ffcdc6e1923a7177bfae55c98ebe769 DIST serde-1.0.228.crate 83652 BLAKE2B d1909d671ea6d5c2eb4ce34ee4493ecaf665d416111b4cac754b5d33b85f916296110bae7aa961efd987a2ceb4a31ba645752ce99dd28dedb9f1eecdd4d7b1b2 SHA512 9b645d6214203533b303fc5e88ad4f7686c22df084878d18a0209a92304a340fcb62fdde88a7080cf7a7348d47b9b363885c4e1da90dba08cc99ff620f375e97 @@ -1072,10 +1144,12 @@ DIST serde_with-1.14.0.crate 114325 BLAKE2B 5681438f6e9ce0032a0b0bd224dd4ee9680a DIST serde_with-3.12.0.crate 148666 BLAKE2B 244377aa9de46c77d12f0348a2656848ab44bda4bbac2f14a607ccfb532cbc33597e0b3336b9fff5242e8b907f59cbe093eac7e1aa9cc82e320bce011f5d177a SHA512 243b4aacf9f0aa9c3915274650c2b70ebb389ef0b1e607afba35f0144199073b573703f8b66bcaa875aeb434301ec2ad209c3d54160f6fe25dc2e4a9fe48a53d DIST serde_with-3.14.1.crate 193025 BLAKE2B 565495b9096b13f885df8d702da645e24ec7a0ebb0bba5dca201989cf6a2365a6cafb02c233b34581377d18246e5cf2fda8953a66a1d3e2fab1ffdbf7b8e664f SHA512 b4e7a808f05e7a2268315fea2a2bf9a0eeee3a146a19e64887673321fa846f53010f688abdf1f86c48bf06078ff3f7b99cb001129d4261a1fa9396fcc91c3d43 DIST serde_with-3.15.0.crate 196624 BLAKE2B bfa5239338ca3a8ec29447dbff3264b7a0961619bf265c16fc19a85f9a210898cf6e80d89fd7d0702c004efeb51db123bfa5b9e21a89137d5f1e254578e2cabb SHA512 bbe98686552cd923a44b35e2a582b210d17661471c6ff5ec16cfc8798c317e650e4505a2e604c16c56114b66791a0a3ad1dff151fc9ce4641766418592a305fb +DIST serde_with-3.16.1.crate 198782 BLAKE2B a324bee9e98cc4bbc5cd07378bff211b603cac7aad28966a4ecd3c3dd1257234e927ddf26530d385e2abd86c4441121e6870563cd3eadb3426cdebb6bdd9ba00 SHA512 b78caae1c8d78cc3032699d383a93ed99c640c233c9dbd591ada001f2f2941507558d4510b0fdb2b778a2c24f387de04283e11100fe3d2c4f865a529c10b8fa7 DIST serde_with_macros-1.5.2.crate 21426 BLAKE2B c20e198b3657516b30601dcc8d9a1eca54111644f42922ea18542c16ec8084a6b31bd318b1de9da3181ebe9050f58d119a95daea05b375d87ee68def69213bf4 SHA512 4619ce9f35b7659f5641eb3b3891910a7780c76911968b53cdae9fc6b03ca66643157707c67f6ac5d16f657d7f3332671430e828d111d7fc8968683523b93fba DIST serde_with_macros-3.12.0.crate 32089 BLAKE2B 667db574c1a7850917a6738ba55447285085e87826b04da22b6be92ecf32ade3f0e99f63c738262f822820674b09be742778223f28507daf75324f4c62195e98 SHA512 feb186b9c51325a19643217ca2bfafc6f7e5433e2e059683ac2f271d11641a7feab728c5e7e37a99310ef259faf862b6a42ec41e77ff9b3349cb04333e008907 DIST serde_with_macros-3.14.1.crate 39432 BLAKE2B f809721b572bf26773ff87fa67433c399126cf26d9ffdc965ff68aa3c51a022b3acc8492c06f7c0b5a368ddf069bfa8623eb8d6dec9a562a6b73d436fe930002 SHA512 e71e93e45a2ca1424daa701ca8154ee6fdc7e6fa3fc24c0a584b79ab54f09f99a697a88e70d2e0b1257058c6bca7c9cce5ebea47df2fa71c794856f7c6d40bba DIST serde_with_macros-3.15.0.crate 38082 BLAKE2B c1830bb466a510c748c076ed6c92dbe39bb00455a78347ce65c0284eb9a64c8e5f2696dbf91b648c1defd6c64e48251b160a6c98e860e66f9fea307f255684fd SHA512 87722785c04cc3e066531fdd2b4fe0812b047f0c8a38b615048dab7903f0a58bce78925d393a052c8f4eaf86d3deb6142b5a1fa29747693c0457864f9bdce827 +DIST serde_with_macros-3.16.1.crate 38106 BLAKE2B c0de1932c27e9ffe32ffe73cb564e9dc0bc10edc76e235b46f50468a752a68d21ed24e4b0604a897a2ef6f76631695ca75bae2f32212d86d8df1160183663489 SHA512 205dac4a45cffeded636d1b8d2b2d399353e0e500dc320b4ee16fe7e16a23f1ca10259496cc12d81966849c13f5c29c5ce78166862a7efd51a44f9e095b77d32 DIST serde_yaml-0.9.34+deprecated.crate 65290 BLAKE2B 1c1f8c7dd1a7952948596d8c727fb6fd36426c7b80ddaba2e6065db7551757e6fb170c77373ba9784f6b32de9f8aec94f90e1c85df98b9ac1f75a7cc8e5da174 SHA512 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca DIST serial_test-3.2.0.crate 9232 BLAKE2B a58cf0bf9d7cf378d8de5c923cd653f9dbb54b4ae32e039c6f57e939e0ec9eb3f26e7af78569da18cc4f63e9c05e881eadf37df2d7c2f8c22359124ab2201a68 SHA512 5cc1cba910b3e04f8bd0a9dde696bce6df6d36d2d2782e81f2cf78ab55972cf981c44c497484dde6fc249766b41f1d6ddff6beddf70406b2cc4130a9ebef728b DIST serial_test_derive-3.2.0.crate 6992 BLAKE2B 5f1e40295e4dee1abdeecb9608a07cffab2ad3a4a53c36b841c4196c60a8a574a1c112c0077e9ddddeeb6f665b526e7ea7287d6c8481e2b80cffdf069ba2281c SHA512 b3f03f51e1bc880c0b3f1ae5ad5be18dbbb708c43ddba1aa14a29f62d712da031dba7223eab850289464862f1b575d77d00501bf00668d83443cbc385aec11b8 @@ -1096,9 +1170,11 @@ DIST sieve-rs-0.7.0.crate 218139 BLAKE2B 9c4afb145c6e63fe89611558de1076683243168 DIST signal-hook-registry-1.4.2.crate 18064 BLAKE2B 7274d4c115678eae2640a709bf9d682ce867c1f6295a0c5f49e492f95dd1c457f20b56207a74221df1fd9d744b24c6260e28f705777e3c7d47b7bdd36f1d57fb SHA512 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508 DIST signal-hook-registry-1.4.5.crate 19004 BLAKE2B 6537f8523aa03e3941bdd115b35716c62ea523a67f99662e28a2d384a5917c43c68a3a26ee9af82ca44f07494ddf39a5ddf2cbff22b0e0a9fc917cf72bf57b5f SHA512 8e7c41c4b57bc5ecd6cc16e6ea8206af0005ba1e7640e2eaabe84c81312c400c74efc229b563f4627fb7d167cd7bb43e0d2d75ae5b8c545ec9ef43f967ba838a DIST signal-hook-registry-1.4.6.crate 19277 BLAKE2B 0ae8056e09cd2a036cbbba5d654a480e58a31d3f39e2654e991c03f628e3c755cff692c4bf984f8f033a30085abc9fd2164e4d31e13c5e8115b61deaf83e4886 SHA512 58b60f104bbc529ef5c207c25f1f9805be08a5162c4e4c7ebbec486834eb39882f6be8d6e8b1dc3cf56774ed46aff2cd22dc69fc9c22ef1f2cff6e22878f9fec +DIST signal-hook-registry-1.4.7.crate 19491 BLAKE2B 0b5aee4ae090f149df7b189d503cd230bece6cb222ac082c19bf79ec55198577dc6682b2618d9dadaea7252602cccc1bf833de2c418dcefb460ed31f4245feac SHA512 40430195df9b86187eb2353119ea36545fac756f828eb1bba2e31a307ad8584400969d558f3fd4cdcb4a20f91739f0d553b19883f401ee9fb5fbd15e2f927cd5 DIST signatory-0.27.1.crate 126464 BLAKE2B 9563aa3246b7b754db1e205db7d76bcabdc53fda82a5e23f2796c70fe6c19f3827d614666d88c714ffd42ccf647e2b0bb24028ad33424947bdebe55f15f620d0 SHA512 7484596685f38f03b72d0f8c4ecb9b4793df1862cbcfb7ab8024fff9b36d5e466001573a539f43965e0482c5c0e6b3100a79aee3970807bdc7582d9d9175716d DIST signature-2.2.0.crate 15531 BLAKE2B c584d9ad52a1ab3cdc129c36cb2ed6dedc40a8d49f7294352a7df8121dc57de78268f15d9ff9ce076abf1dd3c56773daa26ed5ec39c83a600b6a377b51d4db37 SHA512 673a8f6229c795cc8f640fbfe02cd912b41c6359ca23c5ddeb1679f49784b84f109c6c45e6210201c9ca05e441c1be64ce6537e81ccd3589b37be6d0bf50dca7 DIST simd-adler32-0.3.7.crate 12086 BLAKE2B 8e0ae18603b344fd8a6573cc3fe1f8594ad542619a6e0d6e8f62e356a3a97409f4de3a215d561b8ed0e063ab431d81b63967a5a0b6561c45537a27ee84eaa362 SHA512 2976bb7fa153854ecd0d68ccdc108bf81d5da374839d53ce9dfb27e80d8db258bb817ea3dac73921e408541d75e2797b6d20fa63c42c1e8a935b6d75dee14bac +DIST simd-adler32-0.3.8.crate 17294 BLAKE2B 283af73c690a171593b2c82eea51e8dd5e5711b9718db8207b46835c5469359989fce15067ebc4e3bf1384653d1947dcb30f1d3b9728ea51115a0f8dfe2c373e SHA512 896229a4b8deb0dcf3f62aa4c8d16f9387b88718068ac8fbe0bedaf303e6da7ec58ee0e0b45b5f5ac2698dae4beec11430ab3ee12b7e77bc2fe10e1284937441 DIST simdutf8-0.1.5.crate 28488 BLAKE2B 1e0ac310d874a3c279c4d2d5369de12c2ec20050455b2102c0a10325383c0d2ebcf262ffa1bc1eabda14ca62508d4120538d7b353200122168a659ad4791d162 SHA512 139668c7232f533d3439986474da5036efa32d4e0d21fa72e1283e27dbd0670984283d91c238e445be61317426f67cdb8d3f13738b2fb657563f866c8b6d89d6 DIST siphasher-0.3.11.crate 10442 BLAKE2B 771221614bbd56f609b9743da4352dc7a2cbd0f6257952fab0cd052e5e5b258a4c95a0461d6d1b579dec90b72d66a0e58e036899b3db8341ae753a421a4cd4d5 SHA512 601121bd41da896142dc6ccc74a6eec3ebee3e976857ab8b5d21e915fdc8bc6e979af66a489c406371fbbbfc7a13338cc4b3744aa981206e43c53998f3e1699b DIST siphasher-1.0.1.crate 10351 BLAKE2B 6653898cf0eb071fe83b7c317f93ffb73bd26ed601961173875b26ec8851632599891ec178b7e14318abb9eb98d522db8022deb852af9ad9f6bf38a5a5708e82 SHA512 d230991add51a555af95b30ef104c0e5ed7011fafb92d6ac9ba0f238c8bf4d2fbd39f4b04dbbe960453f8fdd16d3768ba39f39e4877ad453562e689ec8f24a28 @@ -1122,14 +1198,18 @@ DIST spin-0.5.2.crate 12004 BLAKE2B d67d9156ca6dbcf4022711cce797cd423a4977115aba DIST spin-0.9.8.crate 38958 BLAKE2B 8648bf2e48fc618758e3de67f0a493bf3cd22a8d18666164b0d850ed7c0d73650f7b0af783019dd361116bd60c61d24895cdd2c579383cd2700de0e32a23cdae SHA512 b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee DIST spki-0.7.3.crate 16409 BLAKE2B 6b39144e4e718ce5eb454e21ee89fb936ffd31ec99554b0150fee47bca396bdfe4ef39603ec029d4af4d8c4c3ba2de7f6c549244f8c20114de9b43ff14921681 SHA512 d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9 DIST stabby-36.2.2.crate 43258 BLAKE2B 06a72f2f6a4d3dffb0ab3e8d24ba994b551f36771d99bc8ee25384ef0cf2140e05dc3ba20e0f65bf2f9efdcbb752898371efa9714d26f97ecb767e16ebdafca3 SHA512 ac387fae753aa2bdb6e694fcb63fb05aa525b532bba72ed21961ee1d552acc0c5dc897bd07c95a937ae02d13818472211f5d585d8cb17bcd25844d26fd6ca902 +DIST stabby-72.1.1.crate 43315 BLAKE2B a4aa9cc38dbda2055878d7a3e481a3474a948d18c25569035c8c4732dbc8d6450a0e87d3e194fdab7d4805973ebf2bd1014e6a1341e7c3ad4607e6dc6a32aa03 SHA512 0899f0535ba95e17a9b283df7f88af36463dcf4fae535cb85bd5f9923322166475367e69d380af2a9bb8986c499b2c9a9691133784b93509d67b652845f5598f DIST stabby-abi-36.2.2.crate 96126 BLAKE2B a1de30ae4ece03f811542d43163f7d5982c06022f866b08a27ee70d555d8c722a8cba9295969cff7a9ab809a18e7bd82639460e37a8556e8539e9388a396aa08 SHA512 f3718ecfb18306f755893c8b2447fceb4623cb443a3a754ed6dbf61f309d7347447dcb91ecc9fc3550e735c993f2729cdf6599b51a5acfffdfb361807270041f +DIST stabby-abi-72.1.1.crate 96757 BLAKE2B 5bd6c713efd70e1d0ddafdb8cae18b29b38c3c1a6916aa09716c708a7b61c5f5c9313dd02a28754e89dd31104484ea0e0d3637393eeec042465f8fb7f593a51c SHA512 9c7a27efb57a83cd091670f3b5796c91c8a2ccf2c62fe89a5752c76a501f422606c2730244b660a8a5cc814bdaa1e53175c4f58b73fbeceed77788a713d02a0f DIST stabby-macros-36.2.2.crate 39309 BLAKE2B ca0f1b5617bbb45ce8a9e35495ee1a627c927dc55587aae9cb2e598c2c19bb46076bcd953521e23053f5f1a2a08b6024de88e88ebc0a6b64fd2f7d6d52d3e4cc SHA512 788d82cc9c07ebe9a7ea95bad51da2a80363c3e36dfe6ad6bd9d0ff31237348a3874403c3bbfec03b9e820ef338d9ffb17daa5119a0e08dfd91ec27bbb9b2e0b +DIST stabby-macros-72.1.1.crate 39810 BLAKE2B f87470e3d62aa97dac3fb1919d588e3c8399a8d3d6054436151b7d0abdabd0834226d13df6cf38fb0240e0c6ed7f5906330bb71da3a52f8e88962437d6820d55 SHA512 5b13338974f52a8000782b0b6ba50027f86a55c7a9717a9c66ab069e7d8c871bc35bf20d5592128a9aeabdabaa53aa78bb14da6e583201cfa4a3a7f291beb1c0 DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 DIST stable_deref_trait-1.2.1.crate 8186 BLAKE2B 6408959d169d1228c1b0802ef31c850206405f8259168f169aabc91f63683dcdf347ff0e74fb3535ab05d7642889dd2637afbdea389b43b0925e0d6cf441ed67 SHA512 630721d3f8e9f3290efc250c42aba13e2325839e62167a2a611618c18c6aa58c08a53622db61a9aa920284570626b98df26b3c28009cf45b6ce1ec134b9c9f5c DIST stalwart-mail-0.11.8.tar.gz 9337818 BLAKE2B 3b670717a817de7bbfbfc257bf47a70d5d693c9871f2734bdae894215d8d088876324bb10fda48631cefe4388cc26d4fe2016fde127e625b48aeba2df693400b SHA512 b395f34101ad4681ab9246c57e031beb2ed89af187de841e45299c99e9da4f5012e7a4ee8fa32fe7dc25792e70b851d5f89762a13f576d9285fc6ce130ed7328 DIST stalwart-mail-0.12.4.tar.gz 9578869 BLAKE2B d3e89bf04ab2e2e52c25d2eb1d7fe6786763c716ff356d71316b65b6092470f33db0512468e2d1548f041a7d618c29092654de98316c3c3229e316d27e336c53 SHA512 1d9b9f0ae439e6fd416e4454542fc0d05223b7a18658fd3456715b9c83996fd666f7bad45eb6498cc724b94f3c225aee279aa667881aa5782585c78cf2014b57 DIST stalwart-mail-0.13.4.tar.gz 9695902 BLAKE2B 246a19bd67135a744d785322efc6531d36404d9d5bae88ef382139e06b5c5e534d27317d91067f48103bcbdeaed8f90e6b651483058f5acaa802b7e6dcaa7639 SHA512 c3f4089a76c6ea64be6bb2cdc245e77fa9b6c44e600c263af7c3282770ffd49f72545c7f9dc3cf6c27418509cedffc08936fa28cbdd3128da36b412fc2db2955 DIST stalwart-mail-0.14.1.tar.gz 9814360 BLAKE2B 4b459f26dde5d132fab81c4309b87fbfd2875db66b895912c0223932579c4049ca4d54006d701bfec4afbe42ee10a5e0083837d0070930f66aa058f7afab9b7c SHA512 844db6c54a4b5d20facc97a675ec7ff3a565bb0936e53e6f14661bdfd4dc248879657f0d71e842aa8f0d569af014261111c210a4267cc4102bb02dd61ae3a686 +DIST stalwart-mail-0.15.1.tar.gz 9887970 BLAKE2B d759f313c3f419243f734af44882ad234c83c1fdd36abe48b891f3a66aac6285673f01febe006d9112117c316ed424e2c66d23912f974c8025efc7e020dac202 SHA512 380ba44aaad2e27e0147898f84a88840e248f9fb26e742b4f455a0cbb333ef0fda11a3b9218438591c71fa3eb10472721fcccb51434ac77647728a729948612c DIST static_assertions-1.1.0.crate 18480 BLAKE2B 358dd5ac413d06f62da0388e2016c5fcb8ec68fd7dceb0dbbcb97665c032b7509b7e083c20701648b6a9174485f117c02682ae4bde7ef037e80a85cdf6a0c86e SHA512 46d0e35f77941dee6f60f574c130472248063dc38494c1c4f84f7c048244cc2a58a86fe17c0990e3f0f01406b75ed385a13d00058612b27cf0e867c8d31c92ee DIST string_cache-0.8.7.crate 16655 BLAKE2B 9a017f3248a3d5e7b8c1a05462a882862b20174c7ce5dda1568c3d3f61c422e84ba2ccd5d6dbd726d1c752f1eaa8062a179470927a80d5bdda0ce530d1ae2c17 SHA512 03f9cdd2c01c0f233284851f17eaefebd68a91ae2ed2b231fab2d6d6476bd19e0696d7d3a74fb6ecb2ec36b89e79ad966ab73051255c9e194bcf9c5029fb8479 DIST string_cache-0.8.9.crate 17408 BLAKE2B 7b38afd1f0bbd5a6cee1d2cee3579fa071a118025463dd18a1298cee580eade5bbd5c5c780398aac40c1a290a9813ece0f48b3f83ce1f2d594f13f8587ee196d SHA512 a1b85e609d52b2dc01536a34d1b297e353b60255fba538b0e80d37771d180c009500d237050fb95cc80c9bb69b01763d2c367b9dde71c1a0e475967fcee9b0dc @@ -1142,6 +1222,7 @@ DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e DIST syn-2.0.101.crate 299250 BLAKE2B 7018cdede66dca82e7d7a7e07e52a178687957fcfd69f1a2862094497d2fb9d78ada14b94761679bbc5f6c76c808a63e948ed071e4f65c2f9580a40bf58c9426 SHA512 05e4233a51f4d229dd4c9bd23c5224c42ec5554d02fd316dad10dfdb876aa1d379c7ea30b1ace979537da91ee746ca4fdcef7690885f83fd41ec8c9dc5984101 DIST syn-2.0.106.crate 301514 BLAKE2B 6b28b30ee067c23dc4bd1b38365d14c1700245c974e785173965b0822301966d642b36bdda25210d61f17a99fc71eb81e29a56c89d1649773908bae32778fb1f SHA512 e07e1058770fa3f1039eaf335340cefb597c0dd11bb90fec9fa777ca5815d0e0bb1711bb4db52cac77e205dd68fbe2bce0e1aa9895c2a52a1ea6d7758d13424c DIST syn-2.0.107.crate 301716 BLAKE2B 76ae71e40724b7ab0912df8c5d9ff571a21b6da1ed8f849395ca8565535c245894bbb1927952fa2c81891ce08d5e19336138f80c6374ca4a46c8bc8ed1ff53c7 SHA512 6c65589ad86a01307defcbfcb62d95b342135ad22636b899195784e56d476fe5eb5c7f2b54f827166e573f0a4af0ca834f4a107700417fd68edce7e423467f4a +DIST syn-2.0.111.crate 302117 BLAKE2B 9fe6c0bbeb432d67f4c879956c505d160f7be418cd16b48a5430c1c4c4922251007e3d85bf219daa16a7e9d8f32c15fdc2ebd94bdfc762135cb27b897590d484 SHA512 f30fc819fc6c942cde044b6bbe608f96736070717f28da71ab4ff68aa9e780416829152da11a83513fbc0de88337c2157e4fd1e4a029ebcbb64daeaa54dbf768 DIST syn-2.0.96.crate 297497 BLAKE2B 68b62de28ad670572096a1d92ff8ed6fb55fee441f2d429edfeffcc48fa1d4f1cd39327540a4216d94a9763b84831956cb7e5c8ce89b81f1dc5767ea5734620d SHA512 ec2e352a5b0b2aa619774c01d7a7767674a44ffe91dea45d3379bf172d13039c3d37f264e98e26b20fe1d86db6d5190f220831c842f3316469d4ae73c2bfddec DIST sync_wrapper-0.1.2.crate 6933 BLAKE2B 0ec797ddead298a95bde0a508ae942a4e90943948d3c1e4833fb3ad1cefd3566b7fd1aa0b133d614839707e3f416e3e739099ac73441527213da81b6d1c47d50 SHA512 ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8 DIST sync_wrapper-1.0.2.crate 6958 BLAKE2B b2e162f982ea827229dcff468bcf31c6286c57ea3491a909784cdb50b0ba36c3a1a6fbdc7b34fc2aa9a7df1d174393d61ea9dc7ab3439a5e1a1884e2473a70f8 SHA512 aa314a6ab3ba028d2a169ea55a50eecf3b73b475a81c91330430ece9f1734296562627a8c32fad51b5a26796931f364e2803b3a13075ccd9a0aa614d5220903c @@ -1176,13 +1257,16 @@ DIST time-macros-0.2.24.crate 24715 BLAKE2B 218371c56da2522ad6b664039d7e4bb4454a DIST tiny-keccak-2.0.2.crate 20129 BLAKE2B 105a2d2af36cc053cd95721ea563108f33b8a3feb2ae84c75a04a65ed5d548dfe35d8b2e48977a82f725c0ebcf914f21157c547f4a74bb4d98c2e894385139be SHA512 c0219f23361eb07e0a68575c461a36b7286d9bdebae89080d9e259178d402b0c7762ccf33e65a16951ea168392322c44a24eb55189cf143e22d09d6dfc4acec1 DIST tinystr-0.7.6.crate 16971 BLAKE2B 33a248261c4cded41a81f0d6e6c8df55437f042b37f235c39787986ec562f0dbff50b282ad0f1483daaf49c4b33e6618e139a6677d1238c21f4e12082562b4ae SHA512 a33051848de248cac0a2d151760a78cb3aa62c787d84ff7aac38b11c0660e9188e4d43d43a77fb8676e49ac6102015e9c3db057848d809e71981851875d0fb25 DIST tinystr-0.8.1.crate 23333 BLAKE2B 59bc4a522d81bc53c7acff215ec711e0f340c3884858fd4e985d655eb620d4a8b2679854e23f035bbcb6d795647fd314e26707eda564f07c05850c010db084a2 SHA512 07e32300424c9adf7e8bb830efdfcb23460b712c72c3eff11b9d00f1496c8082659bab52914cbac0bd26e45c352fcb859fc6b1cfbb2028a49cfc03e75ab0ea2a +DIST tinystr-0.8.2.crate 23942 BLAKE2B c84593349183f328d3df66b2ceb3b5bb9ccde3b9c082de72b7daa2845ab2ccfba9ef170a712f41e5ccf02008c018b456fef0ec380eed93f020605cc9b293d287 SHA512 21416092df2692c3f3f3efb9f1e2d124389162fbbd1038d244befc419347cdc686cb01d6bf1d589bf23fc6f69e23a94522bc7dc81aa7a2be74c697cdbcfc8501 DIST tinyvec-1.10.0.crate 51996 BLAKE2B af3e3e415061eccdd1ba1d157e513323259d05688f8ee3d10fb3d9dc0a51bbfc9f8bdfebc2de12bcfe573196457acf60826d8eeb4b5e913b4d92c09c8891a9cb SHA512 e64ea6ce2bf8f4d2a38a00402cff2b79c06082f8a9ecfd774e7acf143b18a8116b95a8921e516f56d6519ad7bfca1d11e762328cee1e4534ea83f3f2e98eeda7 DIST tinyvec-1.8.1.crate 47269 BLAKE2B d72ec2417520fa0481b8447e6d75e1f24731d38f9083a711185785174a8567c81f6416468b9eabf426f9d32683231e7c5e80202292d1e424f9e4ac9cc8b3e765 SHA512 db32a6beb1c86eb3e9f5ff2732a4acc03d1d684f0e54df5de2ecbfd08399639f47396ae8b17eb5f0122a09ba0c313f39bd73a6f7c44cc38d1891d1bdf3f2d176 DIST tinyvec-1.9.0.crate 54137 BLAKE2B 68a96ec0ffa392586c3bdadf2323b2a3b416ecb81db5d18ae0e05187b097c7882da6678bc881e70f935554862fab5cf41ae590b27e0fab7c1c73995449b84f5f SHA512 5f42811be51c58c72b80fe9a7199250fb6176f5766dc774b39ff656ae5ebead0d9c91ed7db1046288b8e05e20edba36455e4cc6fc0766c60898187f30c232aab DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e DIST tls-listener-0.11.0.crate 48235 BLAKE2B 0c0b7ae82f3a8c1e3a92008e9711e66ba663e3785596169366da74f9c26660c40ec1d280385fd2df224234c6a7595c4a28c5aec24b2bd56466ecb5e37cadfaba SHA512 3f013e1eba3d684b065a094dd033d2f6ff4d0c84663f9c73220b4e6271604273ec04df98b8a7b05ab2ec6822390051d19ed4b4f157c0311cc23a05bb4d7fd7af +DIST tls-listener-0.11.2.crate 52583 BLAKE2B 88ec7ce49585e7f7ee8778da4a4cb54cd15f4c6f8ee2498abcf6ef8a3d99d77895948bea79d317ef17d1ab7c928d4a1d872e5daaccff78d0a170e37788ffe5b8 SHA512 c4035eb56eac8d8f769bcf27f32ee79da07459d52acd1cb147b8947884bb363449d9c9b4f175e7a99ce3a4053b24ec70c8aa3efac801d9384bda7ca3b24417b7 DIST token-cell-1.5.0.crate 5801 BLAKE2B ecf1f1277606d763eb1fffb625b3ecc0a81188a90b83e4c912f08d9cb695b122465faa015f99c59d169ea4adc55ca4a1e760dc643d9567481658b5196ee0ad89 SHA512 a0a0a8405eaba3ba9283a3fbb33289abcd2a503b4247af084b72c36de0e56d74cbb8fdabdb568181424d5dd3249dba0feeb281a7c8ef79e896422cd044791eb7 DIST token-cell-2.0.0.crate 7385 BLAKE2B 88f93014c552dddf1121173830497f4d5f02e74df10930be6fb3fb2bffd683901818ff47080aebfa9f8a818b7c6a02d5aa10299a4ac249036c74bea8ffd0926c SHA512 98a6c1bce4e67422ed61a01fb7713d88b4a78fc457064c53e335ccb18d97e92121fbdf849eadd0abfb398697515167416ef23169c396636d8a13cd7a30eb61fa +DIST token-cell-2.1.1.crate 7641 BLAKE2B 7e03bacd3697287e7203d0b45dbb68f6c49d71378805f9b7120f5cd9ea168833df96893b788c488bc837d87d3da416efe01dab986e913ca8210dbc7a1975d4a1 SHA512 6f0e8fb26ba64cf87a1e8e79f5dfc907e8f01406fc1251eadf0d8bd1d85a542d373902f9e7d6edf674d6f7f8c7c5a8555daec17ad3a6b9c38c9cbc7e0cadd1c0 DIST tokio-1.38.1.crate 774260 BLAKE2B c30488cf0beb002732991f86ffbbd4edc4fb3661837cfecfc93b8cbf9972ff307ed4c41c893221207995953daa7123c8ae0c5dda43111df74f9192b82f2eed1c SHA512 72934b781cafb27488325de9226bcdfcd2327f4dac0d58a22b87e3ffa3604db431985efb8ec68f1287d1cf17a9c3273aea89558d19572ecd2895e0e64b97141c DIST tokio-1.45.0.crate 800721 BLAKE2B caebd07df90235723af0f930c76ebe9f61aef74dba2dc80ca2daec24a107b7ac070305ddc1788d3b33e01d7c1a91db0f357eff78670dca01bffa31c036b9c0c0 SHA512 bbd057c95f9d31b0275b9ec71bbfa380494327c69dc76b625a51db162955ad0636adfe5352c5544b98da028b974b9d1e93a14daade8c1175b25df7b682cfa678 DIST tokio-1.47.1.crate 829790 BLAKE2B 7f5ff6a8092648e1643867981c79987da014478f776658666c340b0d5e11aea0aaff5d2402c40134fbc6e53266873dd0d95a75c18cc55bdde2e76da709f4aa88 SHA512 67ee7dbf9ff9cab24092742b0a5fe87d86852f06131e5a610ae603e3071446e06a5efd4b385ee9cfb0ff02c4a04f082f715dab41f12987154af54665e9429daf @@ -1207,6 +1291,7 @@ DIST tokio-tungstenite-0.28.0.crate 29876 BLAKE2B 778ddbc01e85a39f6904b11ec7a58b DIST tokio-util-0.7.13.crate 115191 BLAKE2B f4acc65d0fd14a88d46545bec2313cb1f25e1cb76014d09c34f8a8be62c6901ab09b18d7b32fdab58f6594fb861bfcb8bfdc8825871347d7eabe2bd8117768bf SHA512 2a1e8fbdd094f81e00ee87eb5ebc4c62825945048105970e52d6d0a872769d268a41ddf91c60158c02a303ecbaa1b19795948b5416f9bbfcb079c5b27d39d51f DIST tokio-util-0.7.15.crate 124255 BLAKE2B f24525a3ec474921cc5d8d1dc12355f8ea5e7747be5299eeff00664ec0f6f6edbc33bb1613f64dc47ee6117c0d32cb6f770bec72f3b0bd549aff392969097622 SHA512 032158c36673c589ba09c52fe37bd0c700956fc4f89a7991f3cf93b04c8a12d51d1e05b8c6f493c7ebae7985e653bc3fb8bad590cefe329a1b1fa94182649520 DIST tokio-util-0.7.16.crate 127775 BLAKE2B 4d7e46c91a37aaaa6efd873ec1553cc5971acb4f8959b9eb68b27b0df5e1c23cd19794292d9a5a215fe8d4d01486561f44ce4139e3f7fcd5b48287a44708eeb8 SHA512 8df52e0b02194e2cc699ed330e0db54e2e69c1d4934d770eee50b6a9b35d177ba440a6ef0e0a0bd9be7b7155770a7ae6286d4c3b0cb453f1ece4dff576b86738 +DIST tokio-util-0.7.17.crate 133898 BLAKE2B af5c60f835cf6140997624d092768e80a04199e088f56acaa6900b0e1d260d09d652dc493ab99fbd3d23f7119cdfa5fce00068b9b2657aec2ffe76c834cfacc4 SHA512 80012252a144ccfc388a5f5e2bae022e72400b9ea797aefcffc65833eaf16393a86602b249dff8243c92f447350ec59ca65b6f9bddca32bd8b5dc6a5cb5dc296 DIST tokio-websockets-0.10.1.crate 153370 BLAKE2B fe060bff75e2f0c4f9c6e0ef016564ca5c899c4419ee925f7465627f5e66c688e96c39140de599f9fa4860f57f8dece789fbabe337aaa090038233c70dfae561 SHA512 400060e56dc6b7d3d5eae21320c593979c4403160b074ca42f917a1d45c717f37a66abf52215368be81764d17c0fec5b6d929eecf3d174a229ff5d82b6d9ef7b DIST toml_datetime-0.6.8.crate 12028 BLAKE2B 62113366771f22b437b2ed0d3bb2489ae9078cb589cfad2ad2e92c81ddbda48f689e5a573366eea4f54c2b3cbc6b37eaa8b442b6d935b631a992de4917268757 SHA512 d38b98db3b2d4eebd3001d88e2135b6fdbae63b200f7e900c6bb9c121dd3f170e557332bd26f237312c1cbef61666716b0cf550c2d730f86fa7cd9eb5f64a16f DIST toml_datetime-0.6.9.crate 12622 BLAKE2B 0362fbee2359fb7388bd679ccf114e554234294437dd3aa26b0e969aadd0e0fb76ad89eb33e0c4a2b50883764f64708fad2e265562feba13688fdd07623e18af SHA512 8409a902d7f6c22a8837cb71fd0e4fbb40b34c1608c3e858f4f5268c34948b94e9f9dae9e6f3ba73c78e3db14754fcec0b22081160acb228ae366aeafaaead9c @@ -1216,6 +1301,7 @@ DIST toml_edit-0.22.22.crate 106387 BLAKE2B c658eef2dc8420266a6928d7ef46340372af DIST toml_edit-0.22.26.crate 121714 BLAKE2B c1e39ec75d3d34e038d7a7e3af4d74b1a53010ed2d837a3643f08e459231ec7f15c149910dbc5294187601e342b0ba03fa8129dbc879b326841a32513ed7fdd2 SHA512 8cad3472f790e3423dadb34da76f77fd122721daa1c855a749699ac0af8e39c2453ed47369b14e8603204acb896a966ea98857118003a5d75cc48ca5e28ecff7 DIST toml_edit-0.23.6.crate 65753 BLAKE2B a58f180691f671d7e4d4ce3009531745ab9a4d4084397e9678ae61a341ba4dea35b0d755b7f5ae37a0ba161c6f4ab4423e76173e410737f17a589bd7a53dc39a SHA512 5d07daf0f8fc8ec9038b1bf3a9a7a073787dfacce34488171d80b193f62480eafdfbff0cf29842acdac50ce99247f2ccef700d734af05d7f1a6049ac73037c58 DIST toml_edit-0.23.7.crate 65946 BLAKE2B b35ee1f5310cf8028bf16822f34de5cd6e78b671784f4a1c8d33cfd6343e37e7c77f2ad4a91fce8bc6a64646ad2a2f5503d5c2531b9030357041d9d93cae3378 SHA512 8af6803b22d9eee10a2b3d40df739f8e5825778b5d2b31fd8d8e395f65c61bc32f1ffc06d04221cd15c885146cecdf64265997061e30e8f8d5a21ac386864bbb +DIST toml_edit-0.23.9.crate 65870 BLAKE2B e96ab890a6344b6eed00c77adbc1df9ad5a98834e5ef0e5ce1787a6b5325974ea471284b9b424dd6fe88f946f6d96b3fba681c3b94895c2e24b98548ee524148 SHA512 8e421ac9c7a082b174531038a0ca25d05ed2d07a01caeb0289b8b947665b621662f318a7e35120af9c9246338f00b5958ea5154fbf7887cbdde90c6e374144fb DIST toml_parser-1.0.3.crate 34982 BLAKE2B ec12c2c9dbfdc2de4a922ec394594de344c2e688630279446d01bfc9a344464e60a68651f0854813f0ff4a068e09d353af22288e8b7ea63af1306fd0a0e94a5e SHA512 48ffe3b6669a0e5d4d72fee834b972b453415885e6a840351186db4f31d740121a182557d9de95c22b26cf9c3a37e0dfff269d666c96d3f38270398ee8fd1423 DIST toml_parser-1.0.4.crate 34978 BLAKE2B c0951a7bce851de56273dfc51e83925e7eb10005038a173d2e0084c503f3a41cf74574519876e64ff2683953ab29ca3a980eb32fc54d7dbcb7d27662d40321df SHA512 00416ae9ce4202855a0ee4ac9a704379d1eb151ae0e9e05c8d3eaaee06d97bbe427a0fe668a4134ad38382b1e248659f575bcf50071681d55dfd609b64908370 DIST tonic-0.12.3.crate 99380 BLAKE2B 96895bbd3673a6cd59cafab2e572d7126f90a7449761f102c571626a6e68aca9b4050058fffcaae58704323420d711ca5702bb690aac45d07452f4182256e6eb SHA512 c0ff1241a0e31e2f4f513e3ffb1357b8148d9c2b8754be4e05ea04ab432c1014432b216af7877b7c05e78aa48f7fb84705faecdee3ac077590a1195bc4cf5ca5 @@ -1224,17 +1310,22 @@ DIST totp-rs-5.7.0.crate 27499 BLAKE2B b4829b6c1e22212c493edeee64f59099d6fb4d506 DIST tower-0.4.13.crate 106906 BLAKE2B 6a8f4455dcc69f6c03af703fcfb0e6b214c2ce599611ef78fd41cf411ccf06bdce241e03a1d85d36cfeadc72db9f3d9b7ed94c4fcec466c070f2357ff6e27360 SHA512 592f23eee5efa6a4f0d2ffb0d965da7e0f75a90a4320a0d0dacdd5add66513ae40902d21af2bf683573133ee984866987df2ae8eb8e632cba7a9d196985aff8c DIST tower-0.5.2.crate 109417 BLAKE2B 414f17e97102224f1fdf23a03e6aa958e0a2d6cfcfce93ac3f2e911d68267aee33aa079c94540626ec3fa895e1780e6e5d18b4831f9f05cdf3e8c26ff73b7279 SHA512 e89c4ffd83fec3566334a4c4e9151ddeabfd3437269afc8bffb46201391bc1cdc82cbb97c69643a30f8873e87c511ad9aefc6c081241a4419fe315c99c61ffce DIST tower-http-0.6.6.crate 133515 BLAKE2B ae9db0b0860a4f7dbec94d9053dc2d6f539700226e46f901187cffd47f04b013e8e241338edd4a47bd009419b508315855e3ec7bc0bc68e0228f6058c3b697d6 SHA512 30352ffd99f5679c858ca2ce518035ad1fda674040e1fdc09e3d4df3db4caef3a4d1a917574b3c1b5181a41955414d2a87d3bc14ff169b244006430af47dbea2 +DIST tower-http-0.6.8.crate 135827 BLAKE2B 1f3e5a012eae5a83a2ce7831f95a501b35fda648617d297283c43f7796960d039df95397a9179eb47458974e5ca843f72fb73a905e58aaaacf3d94718adbde51 SHA512 6ed83fe61b74a6e168710200a0c01f98f0b559afae6d98b77aaec8b4e8c737d2d18b534d4e1dde5efb78f53854521a759770521cebe56adb863d76f4ba34a5c5 DIST tower-layer-0.3.3.crate 6180 BLAKE2B 20435102dd62113c3e961bb28d7b18ac6f8ec6d5f0051f511e6f5eb044b20016f247ddd1b8eae9dc9f1ee259d8cc31e0bbddd26f5a22fadeea4007a3011b8500 SHA512 edf36671076cd29bb32c29351b648afbf3e7134316988a697c7807db62de7a63cb0339e4db7c0f36ed60d8aced7f3e493318cccc272070c037b01e2dd189b934 DIST tower-service-0.3.3.crate 6950 BLAKE2B 32ca66bff783eeb015af982b539acb63c9d426b931832b27aa45088382712df3894132a9e6e96fe1ed9d0f9e582b7a25b33e0ab73711acb06b4e134e69158452 SHA512 770cbca46d8500ff36fe84a9a420beb84a0e893dbeaccdd93a3970e746c893b5d32580182ef3017662f421e4b2d71f079ed2cf1727dcd5fc3443a4484f9b43fd DIST tracing-0.1.41.crate 82448 BLAKE2B c056d938e001654e03efaec7a11eb8ecfbdfe9af2099271fcefa43f4f4683b40c59f7111fdf7f27df4da38bcbe94f1b2ac0abb6ec3d6e6a0d165b9fbb14da3a3 SHA512 dffb8d3a1375f1b9d5418550a46cb7b1d92b2cc8ffbccb430a38f7731547960775bb42798074186711847d256eee30fb3e74078b69cb36f28c07d9f231dbf96c +DIST tracing-0.1.43.crate 90033 BLAKE2B 46ce9395fb01a9e095cddd69ac2c68515e4535628a55bda9e7504f72ddcfbadb498db8659e9618cac1c5d36ef5edfdc13cdadb1018fba445488ac13d9ea47072 SHA512 5c4add0fff3d0275141edf67924deda84c27677f5e1ebcc23fdc52ba4091e25b5fb341fe0028f0a502e1447b621928dba281100df154e5a33b2f8f4b5dbf4a4b DIST tracing-attributes-0.1.28.crate 33280 BLAKE2B 4f4bfab16ad8a296c9399125edfd4314d55ef58977d8a1f3e867618617feed898cd14766527c9b788d5fe3d3f8ee5bcca0e26dae79a2e6cf05366991ac23dc10 SHA512 4a3d5fd76efc414c86af0721aab9e9aa70fcd6b08eed4acee8c2af5af56fd665197aea612187c7f6022d1acf5567d5b9e72a7dcdcf25cc401135d875d95a99ed DIST tracing-attributes-0.1.30.crate 39142 BLAKE2B d7dc828c9dd73dff54b3b86af9777e719a0acd7f7be9ec9cfe0be95bd1c6d2b3e455659e4823ebb602db33e265292548eaf9769dd1bb9b0a22ed64d53a4bc270 SHA512 cd33b967cdba94dd5f4c5ebb097aef45913e60e93cac1473063dba32190e0d10584c07914eb59e8d0a41142e95b04794accdb6b768ac6ddd2d08db093a3ea0ab +DIST tracing-attributes-0.1.31.crate 39733 BLAKE2B 5a345c85a36414241fa88bb44cfee5e07b33ad39416be0f05e35e0f17adeb99ef68cd1fcdbb7beed21c1efbeb2020a81a33f33b74c3486aba32bec175b5f9c9f SHA512 6954ce397903cfced12ef495d46885e8320233cb631116b0c35731c89c51d2cf2532c77ed02d9b708375b5555f3580a197dd63ad6899a32c87e34e2da2733bfa DIST tracing-core-0.1.33.crate 63434 BLAKE2B bc36332ffe5f4c95ae2d12df43944bcf589746cdb923a39098e5f4007fd1f19d7c3bb115011ddc40c13e3ae0e5cfc9a59c49861824e99fed7430fd29479abacf SHA512 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef DIST tracing-core-0.1.34.crate 63760 BLAKE2B 3e4377814970e27524b813177fcd619df50a4ee75e7d1fe91dc61ff191137c445dc9a50a333f11694f728206283c829cc8601631660a2740d8e84f6b74d3e059 SHA512 21ee3e1668310a580d089a95242197f21bc4eabecd2f58c21a5dbbf036cd452275a0d56dd3810aff490dd710cb94bf8d0e79fe80a3ae7e7e0fa29143523fda3c +DIST tracing-core-0.1.35.crate 63837 BLAKE2B 92c0dc3d9a0843cf71293c7d40e9b4db225982ddcd6456298dca711d1104ea6f5fde28ac3a2c223fdd6aa44942d54c1b88d210565acdb5db4a3b98a29835b3ed SHA512 30afe79d6f1e9ad945245db2ac870f6fdfa1ebd1674139778700dba5c7de2891f7d3cac0644e71c5a286868adb7dd6eb3a255e6e669e1cd06c46ff3d57d22036 DIST tracing-log-0.2.0.crate 17561 BLAKE2B 701bdadd40f1343f3c4901bd8dd188f1dbc0afcdf50807bd0f6df7539635e239b5095696872103125a4d4cfec24af6336fce6f3931363dd5be4f53a09fa584f2 SHA512 0c1f060e8ffb9ff24cee7b85cc2d7d42c69b2f7623a7faecd7422b23b11ae8d5c7691e4635bae76861d444c369d9701ccb147904668023642b223e442e3c8285 DIST tracing-serde-0.2.0.crate 7755 BLAKE2B b2c50889ef3d65e843133c5c518f907829c14997155ff56da129b32d74b5b99aaf0082ed9963a7e1f9b20072ca28fc5b9744270c26456490c54a248277b3eb23 SHA512 d5914943ca8a80959287117d5d5f3fee0f01baa49cef02002bbd00507743e06c3c5df31a346dce54b9d5d20358fd512d4ae54a0956f1dd334b9bf0c7e7594823 DIST tracing-subscriber-0.3.19.crate 198345 BLAKE2B c7083168e62619c856b872570b85b44475edd687fb6d5c3334246622900fcbf4e4a8484c23362fbfb358d6d9f8088f7dbad2e2ed30954aebf76d1b57324b712b SHA512 840e35103f1152e94ef9138d0f03f157b296def538bab6c7464fa7d363aef7734feed196091782dd3aa9bf06c7dc181a2c37149a23f5be036f00c00b5200686c DIST tracing-subscriber-0.3.20.crate 212274 BLAKE2B 5df381443a4d46c046390921da456c91f20af3dc846604b644e120bbf5957d969b10014fb5b178e2d4dd42863689112edd406af20e3e98ece212a76398ee79d0 SHA512 4948d6aa6757f8a9bc2cd37ff02845d8873eb7ad2a4449bcbaf1b828e1aa6f72835ad81a8cbc2a8410d03c38f1ff015161a805ef062228f0b941e91c84509495 +DIST tracing-subscriber-0.3.22.crate 212851 BLAKE2B cb5df76ec16836b66dda4a7081f31f2b9910bdb2f82f658dbceb7c672318a45d118c48cac2717e7f05b06f9dab1badb91686a179c7bc635ffe00ced393608f6c SHA512 b3e9b2a9e2f822c4b2c6e51cd85936d2630bd9a7baf4717e7bcad0b7222d1fa693f2a827f71ee6bf2dd75d3b102e2477c6f8cf45da53fc67471516e1a4ec7507 DIST trim-in-place-0.1.7.crate 2485 BLAKE2B b6a3b845d379c09c3d36658925ececed94e4b8a1cebff0e3333a372efca42899800cdba5642ad72c36266ca5d24dec45f5be8f50b946f9a67ccbfc7bd6e81877 SHA512 9885e2cf7098e5eba7ff2a481e9de189dc509adffc32307e7c6a4a9aaab05a512ae914959cc53d572d86f64a79950fc9b444da5d3a3b703a6f437355c5dba5ef DIST try-lock-0.2.5.crate 4314 BLAKE2B e75c6c0d7c975e294e3d723e2fb023067530ad6db3c7bdbe89b9558764606fd1a74f0d1ba787d85266db1912dbeda85408e85646d0f7cb24496d743b7a18c705 SHA512 433db3c52f55d78220db414ef6a7367791dd66eac935f41dcda85ec9200f0eefeab6e8342e70aabe35c300069c0e7b7c4f8d63a2334b52a081cc98416371ef08 DIST try_map-0.3.1.crate 7002 BLAKE2B 6d4b9206a24067b57cc272db26fc6284d0a57fdabf226286eb0ecd50019c51d5b38572c3a2c5acef0b9b151f2279233483c705dd643bad8a278bdac9ae712edd SHA512 5722d103b13c05a18fed522e16ea93c436349be285e39d3571e65089adfe521c0fde872e1c25c44157e5f9276058255c770a35edfd9c87f74fccba87515c8bc6 @@ -1260,13 +1351,18 @@ DIST uhlc-0.8.1.crate 29480 BLAKE2B 2496889ee2a7d4683225692657cb40dcddcb0f60f6c6 DIST uhlc-0.8.2.crate 29057 BLAKE2B 7c97403187c4f0d66fc8f68ca550c8ddc3e619a0e74b5420881188fe047e6cf16d190cf6350799cf21417f02ba078f23c14cbe345f3cce885c66daa27e16ad99 SHA512 eac80e5737c91cc388122aeede0bb5936141c31c51929993fe3c446af96f48e56f1b401bcd9fb1adf78fef161fb79d89eca1d9851ef8ba6e7ced8c866795ff76 DIST unicase-2.8.1.crate 24088 BLAKE2B 29fe558490245cc1f9c551ba524ab452a4ea18d5f3e5763bc58e6b4c52e21bb8bb5e3f16df35bb96652801c3d96e53f8a39cffd31a0cfd1c83f0fa3161f4ed4d SHA512 99a3944a5c987376bdea5fe6c0797e881bc8e6f629c56120ce811c8ebbed0a3ba24617decb74d6939699c8fc994c662eb292869ab407c0ba0ec460a32ede0190 DIST unicode-bidi-0.3.18.crate 58300 BLAKE2B 388af09d26248f2059d251f9c2b7d949112a430b16ad5868874d436346e2e753875ae382257cf5bb1d41d6ce9f2d7a34d37d2a2e88f9cc051b85a53c3baf5ee0 SHA512 69b5f220cfe8b7b36471fb0adc7d7852a8c40c497b8a81eacd1293b72c46e09c39c2e0a7218b58f0cb62c5ced397a8eda2c5f358eacdfe5d18aba2bc14afe2bd +DIST unicode-general-category-1.1.0.crate 36486 BLAKE2B f4b7cdd12e20a5d345f6ae6b95f3a28c2cf423f6f2c15a3c1863f087f067f7eed5e3e5d55074ce48b39334be0a7503a709a8e31758fb8493a21353193433b9df SHA512 8dc4befde837151aba1943f7dddee42a15a36240c216c0d5b85b69acaff0db1650a0fe4adb0598271d61441042215b4cb94e266e4ad97d0873fe379bbb074ff1 DIST unicode-ident-1.0.16.crate 47684 BLAKE2B 0cdfea4b56bdfcb8288941f95a31e66f7922b7e1dfa8f5e6265f1051701d31bfbe6e0cefb0fbd33456e2fdff48f8da30580351309e19fbb5d2f2573c716965cc SHA512 9484a34a4e283f94e971fa9ec42528a62f2c056e702040da37dd9d9b794e16e14a408302d1ac26a850d0eadf0d0266d8ef5b80761490f7029240244a39878ec9 DIST unicode-ident-1.0.18.crate 47743 BLAKE2B 517ab42a847020515b2b871844d0571ea672340f89a762631a791eac18935ac122122fa5566e58b99ab47de179eadb5298e8ff1d05b123c4e93b7fa989c8e31f SHA512 d11f89fb696f9e2953c96a40b5478832651b268c83b9c7a700b07e768e795d6e8dc346597d1226df21219d36866768d1f640bd8edb68db8bd3d5d437b2bfd324 DIST unicode-ident-1.0.19.crate 47480 BLAKE2B d1b9d26833fcd1f3a8498abe2f4ba4202e4547315e48aa927c0f6e4a760c6c7000ff0c18d0cf45af362323c42843d745958c1b0419835f39e13dbc1559487026 SHA512 b17fcf6bffdb4745e0b1bf4983a0dcc4c84f8b4e2c2c618eefbbeae83f94ec75df87b55f9e2dede8c3b4c6e22107fcfc589475c0cbc2c58dfb8630db8d362183 DIST unicode-ident-1.0.20.crate 47416 BLAKE2B 98ae8010ba78315f3ad79707a24f437d86692a14bf857a495f1fec7a0007dc51577c787c9858c9ae379a3c80bc4b471da718087ec9c2fa613b4da66e0f337ffe SHA512 dee59f539c1a92c6847644dd609b65ebe08cfc2ad1054b6bb6c835b5a63c90d9fff09889c4a5cffaf11119898bc1235d8af421b6b1668ae0a153f221684c4c4c +DIST unicode-ident-1.0.22.crate 47919 BLAKE2B 766f52249631092af952df717e09e1eb0d2a8e87c45e65113f0b2b88b42e8b406a87241fadd368ceb9e13339362b48cdbbc6f699f95f448ab45dbbd861615d62 SHA512 81666679aaa2eebfe1429827fa2a88ee0b52bd69723067132c24252070133b3731287bcd880ba16d16274f038c7b27bcf637e9150b6cd955fb4ff49642078125 DIST unicode-normalization-0.1.24.crate 126536 BLAKE2B 1d6d535a1236562918d2625172d38c261854cd8c45cccc81c5d5aefb052db5d0e33981d95f5c87e8760cf77b3651c60b7ec1762421a7a9caa72fe7eac3f562a0 SHA512 f7af59688773319b9d1523955ce9b82e6735bd72358715ba5c056f41956ca050b6a612cae1b39199cc089674b3c71e4016d85d48167277c794c5cef3df881754 +DIST unicode-normalization-0.1.25.crate 128462 BLAKE2B 20f8733bdf09bfb5b039f0be20eeb4af657b3cfae520660a107d7310aa58389757cdebcf0e88c6c0036d4ba090b9a97138254695dd8e679dc902c7a9cfda6223 SHA512 265f8088e46d445174cdddba0203457acb329c4ab20b039caccd8739968b50a76f253e2a82ebe3873237fbda1f6228e127f147f546af0512471a368ab0973727 DIST unicode-properties-0.1.3.crate 42252 BLAKE2B 2c054d7e84f739514a79dca218aed1580b06c66dd66a760afaa433c8822eb45ee97b47d00bcfae9770ab2371489db467c6667157fec73dff663847fa080e38eb SHA512 1825cb20913ec343dbbca7a2b1062c8e4bd2dd514b57598bb6f5a6545e8142b5f16377dbb3b821e9b999a1b0fc08e671b16e1d4f6b7a953ea40e8196b51744a2 +DIST unicode-properties-0.1.4.crate 42752 BLAKE2B 6affbc1a67e72551ad37157d812a03b5a0396d4f8bc2a46e6d45fe9e315f4e2c20f3d261140d1df7e0d906353024bce011981bdcdcb0cb4320089e222fd9796f SHA512 f0b974b88d0177738abc76979ef24a7a6506ef77b67291c8cdf9347f93b7a68b402ba012312f9bebc450bb21981f6b3a7a420f4e417e1ed9ca23e18bc130ad3e DIST unicode-script-0.5.7.crate 47080 BLAKE2B 229c1d14541d97a61620544e40c6884df4bab40433e98f63c961cd893baddc5734776bb34847620f937d678d1842d581070995a3605c0169945969f4e33a96f7 SHA512 73cb6fca3f3b8cce6415416a8676572b01460e7e65b2aff38528cce149b8a6393f02826e62583a8b32c10a8e8295f76e24c37f368769551c34ff532bb9606a2c +DIST unicode-script-0.5.8.crate 48253 BLAKE2B b40b6ce91176135cbe9d90c8d6fd6bfd11727e4e1607360916ef6c202f79f2424f784ee594effb66ddd4f9be7dd78c916a0af6f5072625058046db0ca9ad2007 SHA512 1c7591e24dbedd922bb330d20ecdbf315c1ac06b4043d63911d187a0a74b19530ad0efc9c863bdd4049590ba6265a730599cae36148560469f53a43d263c5fb9 DIST unicode-security-0.1.2.crate 76517 BLAKE2B a904ca3a28f6b4f3a12ede5239a034fa727311e7e00a8268e663c37c17a6730c87b492a67e1b822dd3721892e227ab7f0fb80348cf95729f476a0d5052e16eeb SHA512 25da728006698e6c8f84880635621c0adef4d63dd7be546a023d438201e4232d1dcc90a559f37568d8f0efeeb1e470182a0c49cc6a9d251bc7c8914975affcd2 DIST unicode-width-0.1.14.crate 271615 BLAKE2B dd2e1504caedecb5d37c397ba05446d3d762b8b6833a8032ebbc213e324d53d89db5e96ed2f7223096e5754d800b39a54105906effc88d9437d7acb9e7beb81e SHA512 3c58a18776aa82cc13c761789a47901616cd98a30356f93d7eb05ae457314209d0a66213e2bbfa5eb8b59be6beacf62438234ce8daafa31b128dbf7d5d6fcadb DIST unicode-width-0.2.0.crate 271509 BLAKE2B 53015f24c57ba65d7ffc6e15e947f5ab96fa272996fe5a4d2f9203051972238ea7591c99f1d8ae5d2610c7b83c215b6912eff7aaae034237aec8d79620bfb843 SHA512 38149ad512a44fc79b2c991c6b5667da2e8f8b442ab6bb7e4f404e7fbb034f7540c7e0e8b9e72a1ff6117b899d6034862239f43b6423fa89d55dcf489caff37d @@ -1279,6 +1375,7 @@ DIST untrusted-0.7.1.crate 7924 BLAKE2B e0152791e781a4805120e3437b7e0219db3aa028 DIST untrusted-0.9.0.crate 14447 BLAKE2B 8e9c3ae09435af0885bc4a6e3c8943805b48cfc00bdae228c7c43093254e1be15d7005d1026561ff369ec37865d8458203f421a9c89ae3db077f655449621aed SHA512 5929e4079c1c2ff933ae8d8f59a2ecc7a424e71a20d1b8821f75925af68bdf82604b024c008e5464b02e25ff093e561a352b685e755b3d0b27e4c30254689416 DIST unty-0.0.4.crate 7200 BLAKE2B 6f7af9fe69325875f651090e8267ca467785798abae1d9bebffc445cb0ff52d28b785cc93aa84044dbc3d646cd974866b9ba29dacdf006f28f4e5f2aceca46c1 SHA512 d428548e5e0fdf044642762ef6b6e3fefcb27a2295697e65bf3daf02d46ccef236ddd35ab16562879abced278f1f46a16928090a3c554aa746eb97deef55e7df DIST unzip-n-0.1.2.crate 7756 BLAKE2B 95cea80a62c65cf064faff1e5d474b4cc3063481af76cc9d374dbfa8f7fed803d8d3bce08819088d46c2c7763dd4cb65c26d20b849ca2f6b3f3aa900548b9492 SHA512 5b54dd014e9601e28a269c8fa79966abdde69b1daad571761a2791ad8602e90da02f6a4b5834fa84ffb9f89901e97f0800fde174142d2812de14d4b1f2da762f +DIST unzip-n-0.1.4.crate 10768 BLAKE2B 72f9c78888cf74139a06a9ac431dcd454f8ee0bd4d5e45c1adf14310cfcd4932e7d7d403420ce3a8670827e19a4fbf65ea14cec46b8a33da948a616e6255eea9 SHA512 03cfef9eddaadb25c932338405fe579dc6fb8e915a186a1be97d14b34f9ff9489b25a69d007ca906b45deb21397d2db177bd729fbd9c450820ad232c1ab2eaff DIST url-2.5.4.crate 81097 BLAKE2B 74943c63809ca41a526a146bedae66f91f390fbd2ccbd90f9397d8074ee7ec26535f0f67170eb1d7232e139d8d795fde99be37f53f1bc32c6a6a4d46aad1369f SHA512 8f1d62bfdd45f52fa12ad657a521a3478d0ab54d187346a29dd59cc66a0f140ca96d850948e09f6316f08b44b3fc68526c58bd620fed5d065b7e8528df3cd46d DIST url-2.5.7.crate 87907 BLAKE2B 1c8fae906be2022bec520d0ba28399961fb60d2920f5495571255997063197127314f30b89dda2796eadb47b3c68c7228febc0b2f0aa102a577f3991f3e3d8af SHA512 bef3c8fa25242615f5749428cac1ad2ca895c7f194bb3df39020d6d7697c4fadafa11046378d44a72f46e39c5f657ecdef8760fd2a36cf25d82b1de75d190999 DIST urlencoding-2.1.3.crate 6538 BLAKE2B 65777b0990aa6b3d27a47f36114da8622026ac8946b5ffb6e04172b666ec7244a55c250a7fb626472bb2b636eb32ee945599cee5ce7351c3cef2322366db15ff SHA512 035848d9243ed6a4528377b56edd7f8bcb5f824381b420dc8f5c4bfc3f1246655c54eaa7de0e4aaa7138e0b08fd796b9ace140ab919aed2d94f6952b577386ac @@ -1289,6 +1386,7 @@ DIST utf8parse-0.2.2.crate 13499 BLAKE2B 095b5d219ab8ff04c06fd6303e03d913ae36a57 DIST uuid-1.12.1.crate 48851 BLAKE2B 9cf9d75b0fd894e20d966d35af4fa25b64ae0e5daad91c6bb974962ed7d2374b947e30514f854b56e86dba7f358a21d6ad7af64894ddd01d51c6ba6f17c0840d SHA512 e9c7cb8f247704b59782a576fb55ff5ad4f0b632fa19da52d81fe09e9dc91a0f60b989d5c1887f548df336fb03a5147d5a03f826d4a98ba66fc6083f9b68174d DIST uuid-1.16.0.crate 58549 BLAKE2B ec9eff05e887f519776a7ad860334ef856d06479f402d2ce7d600523e15b3357630e3c7747d3c87cdd06cdc226e017d8fddee4ab81e172fef12144d62c4af606 SHA512 2165fcc016fd318e00a07fbd6f68f7b4e4c3be74ddfb9475282d5d7fccb10a76b9a660bd7b95884714b11fd84d783ef20907399ac5f5de95fab6226a6e349c6a DIST uuid-1.18.1.crate 60468 BLAKE2B 0e70361595e8d0baf8c4c69a09878fd39fee414d404a7b3cb457ad60cd3cd351418a8981090f4c3d507fee42c575eaf6699f494a604da0470573e81b7a56366e SHA512 2a088f752c4dc05291b8563f83ff8efd6534697f55da76baa89d64122ae436a7f0e19fa46a9e615d4e9b013bbc575bbe0f7646c182b37a6c24edcfe24e518400 +DIST uuid-1.19.0.crate 60244 BLAKE2B b9ba5d4a0ffdebedeee286f9e9135bbfb4041295b3a742d08c205d8fb2daffedca78d379168562beeb982612c45cc77d2168be9c045c36373e2293c58bc15619 SHA512 5b2a4aeb75efb08390567aa058e97895f30c45aad59465fcc85dae6a8e9a169c2297e332512ccce3735b8bf26d71973baf3f6687ee7ae4d9aabccbdbcff1fba8 DIST validated_struct-2.1.1.crate 5070 BLAKE2B cbd8954f4617185e48b2e286c0dbc9f83f22f328f7b723f73e04d9dc2987829ba17ab79a985f5a29926a22dc9ba32e385be0d25f02fc86123a642723cf5e5e6e SHA512 1901187c187401534b4eaf987d4a12e617ccb9128fe3bb02a889e61412134b5fc018e3562fbb87c455cbdca73e14493eb7034bed99cadca447e86a18633de93a DIST validated_struct-2.2.0.crate 5025 BLAKE2B 63fd419bcf260a033a6bbd48d4b0498f63fe8072f8db7878fcf889144524b50fd3240b43dd0fe6963c5be7ed60037402d268239987bffc85c9b21cac17e70e2c SHA512 e925ccfd559b00dbb2d21a609e1a8661b14d430fa6c2b47234d41e90ac551960505188d1421cedcb5e1af6e311cc50d8ff17895c999f6c8606e61c85b61fd9a4 DIST validated_struct_macros-2.1.1.crate 5631 BLAKE2B 6e5061728a148cea3aba850a82c860808f1294c2e9af17b93a10dc59d3ec8ad35e7f1d6d5e73e69de331e7864d494fcba76e59acbf003a9e6b085b0778e5c8ea SHA512 85c8ba4d4e778e6c17540bbff9563e079cefd6858f7e602a940f28fd51295321ed56d3948e0c2a55c915283fcff0f461f9f6c8656132aa163879621780ae6f62 @@ -1312,31 +1410,39 @@ DIST wasip2-1.0.1+wasi-0.2.4.crate 132087 BLAKE2B 9ae5188981d55ab0cfc52668cd822b DIST wasite-0.1.0.crate 2346 BLAKE2B a5a03d04135e3e32354d298386f132f9aa3b5c3806186f0c1eb75138038001d07f3bb5a3c6f8f938c9bba7c84b97b06b5304be3c9f86255d2d00f46a134ccd3e SHA512 06be2f7a2d289136740cc7b9ef9c4addbbf85210312759a7c99f977aa52285e2c3e4e3dade82d454a266ae42aaeeda7e767140b0bcdc1208ecc86aa18afc1384 DIST wasm-bindgen-0.2.100.crate 48288 BLAKE2B 8fc4f71c7d6cef15f131a9bdbb50e3eaf9f3894a5b6c1d73876824efb731b46e8c3449947893103f23bc15cad228a1b8bcccd45ada20df53b3f3dde6e419c184 SHA512 2a8ea7ec669efe10f5701dc3b2bf496e33afa70c31dbc65fda5191c9c28ddde54fa38bb168a41b0319a4ff0bb5ccd897ce51ccd7e523e647b3544fb390f8a4e3 DIST wasm-bindgen-0.2.104.crate 47345 BLAKE2B 36867eb3a9f872da20a511e3724f13a1c7b6fbff71c0a7d13d1b6380ebfcb4eb2eda9a8d30cc5306497c199d50343ea37445f71b9d9148e71e6cfd123dbd27f4 SHA512 1e6a3aa20c236becd7cd06748b08f3b6eeb59c3fa7b52a15ba0e5e2164ee04ca635c0af7fe3d12f12dda43af739d0df4bae586dac76e63d72176bcf1782986d3 +DIST wasm-bindgen-0.2.106.crate 48417 BLAKE2B 8dd8a36f109f0fe3dc03833271a9b6042b26c0ad9a9dcd411ec325dfd3f72696699ebae654347ef84133877d67f115027ebbe5c5172a1526b92eacaea982e152 SHA512 2ae22a455d86bd33d48a8b17898007adada6e3d5e17abc6df905ad5e3e2cd7886ace54d26876039b23f158bda30ab18f7aaa315610cfbe3f2064d90b8fac070a DIST wasm-bindgen-backend-0.2.100.crate 32111 BLAKE2B 6bbbef709753e22230176121388a95fdb8f4dd32e0755dce5bf6c1127c54a236af292f319d14b5cd97bdb310fee65288e8f404921b83693e287164cf9d589a2e SHA512 a2ee30c1185644f989af6be34e93149a791c05125de24c0ff91c320f683f6f5d939fe42b8ca09d629096388a39256469f8b96a6e35722ccfdbe8d978c9a51770 DIST wasm-bindgen-backend-0.2.104.crate 32230 BLAKE2B 50d1589b4a04e3807c8217e4707335227451dc9c7112675c5c5720830d82369f31f521748f39604e1f83c7af8676e8cf97ea599ae7c82f1ea095fa3560e52d74 SHA512 959c441e6e6b3391c880db9ec53e646b5ff249791107a6a3b87f0fd5288f91e92f26627a5420c47d205c73b047a8b2a10f35ea3d17cd0d3fead1a0b6d542ee08 DIST wasm-bindgen-futures-0.4.50.crate 16181 BLAKE2B 2659a84c54a1703c7378449339c216b601363be1f1cb22d97a7f85572cb5968597cccc868e03d48b20dae2ffeac83cdfea7c39185dd57158824fef8a51f9567f SHA512 bd24e131150f1a16fa6330400af0c1c71fcdb577562f0c8893d24ee75cd5afca4a7272b424646ffd3330badde92800bbdccd6d4d9d9e47f404e6c29fdd83a51c DIST wasm-bindgen-futures-0.4.54.crate 16381 BLAKE2B 123b8e6b697a0265e610ce632f2644cd784361c1e07cfab543e29573ec521359c363c340d1b455eff36a1a675b96e0fc00dbdb96776a0255804516dfa3266d6a SHA512 1a1a103d7e5dc6d6a9632d73ecf09a3d11467997f8364f310dbe2cc69b3d74cfd57ad4060fadbe444182ebd7195fdc99f58d9860af46b88b882694afa598d3c7 +DIST wasm-bindgen-futures-0.4.56.crate 16730 BLAKE2B 641ec9bb2a58775456324199085ee638539568750dda5df7f72603b0b796732a069d74a9450049e28a4835319b9a321f4b01a7038e8562b4e934423b634d3c20 SHA512 1e7a5a267ac0f9742b4348394db28e364077d2cf6dfe388e0760bf409becb358981532260f5aa878ab9d2de07421b0f2826a66f5c316208c1582fff7203ce60c DIST wasm-bindgen-macro-0.2.100.crate 9663 BLAKE2B b8a3fc6b3571f8caf106a9e9f3d9cc48b86096d714c5d0208f03d44d47003b3b26441b5cd68bcd49a8c05758bc1b984e460fb62ab439ff2d68c72766ce20358f SHA512 a1942f838eff5fd54406b573d81fe18f262df48a19535245b1a46cb31db2a022746e861d72e5286c632969d15d416655460d3865309c4947cd3d7965dead5c42 DIST wasm-bindgen-macro-0.2.104.crate 9390 BLAKE2B 5bc5251e0c3c7803967e0ec8ed6666a52f7cacdcc9cea55366f9cb9051d4f99361321d6fb7dbc77bc899148089c408c5a2774c36787b5053b22c5eac239e46ae SHA512 3387d5a8faf6829accc6f36011182446bad3ea7af1b514404036c7cc06a5bb78021e8f649a5d2b78b67f6ccfb3ffc05b86eab07575f2ddb783c3ab9aa8108a4a +DIST wasm-bindgen-macro-0.2.106.crate 9266 BLAKE2B 62fef922115cc70666a686c6047ec2f6558d3f6f90590f3327abd4a6932e725cac5b3cffdf1f8635815dd3b18006cd95c46bb55b9e96b978aeb61857edc0ae02 SHA512 971f5604ff2d1c3c76e0c2f7b4d4542e4806414c4410719cf5786b50f93ee3f4533daf47eca9c918076cd4cffe3a883d0bf2c9fe00c281cdf4990f4f3e1bf97f DIST wasm-bindgen-macro-support-0.2.100.crate 26243 BLAKE2B c18e35978b62dd2822ba8a4f6955cd5154b2a0d81b8e8032c2f8bda42c1c25f74a13f3e1c3a7bf47a823de2517a237e6a1aef18b189bf1f2b934123c58d1eb34 SHA512 0d03eaeda37c9c6ae06c0fa96e872b54780c4cf545b621c730dcc113dd59a8cb6333c5e3818f51365f71913b9669d8a870a06e70729722d03c07a49cff8a4fdf DIST wasm-bindgen-macro-support-0.2.104.crate 26411 BLAKE2B 0cc34516f3ffd4f5b72b56c184626a0099aa992c3787b7cd52c6e770c5f8c14c178f69983c7a696ef845306f22a93d14f55075ab0f8617971880dbc3fd774a77 SHA512 49b4ed12f09be6d22ef395a1c867d739b5a033cbcbeb308de879138da4f14f7e2de902ae55fabaaaad3a8688f2c05f5c6e7c885e6fbe453df6dcb05e03e326ac +DIST wasm-bindgen-macro-support-0.2.106.crate 49711 BLAKE2B 9508ae422506b405e3047844d966264dacad53d386399961bdbd19e6e6c8daded36d8875b9325ba06de978c7953d0d6a105992dbbf58e6958f5c122027e283b3 SHA512 d0c963e5ba06bae3c750eccc3bc7173fb27a4b4ebce03776f18aa851350d53390b7e568b65378b9c43e7d558965fc42951f1d7d62138c2fd60d3f2a064783fe5 DIST wasm-bindgen-shared-0.2.100.crate 8570 BLAKE2B 886fa72cae891d4c2311e12e28f0a7bde9bcaca893603afa3428a402726b3b2bcdb6cb7dca6fdf983bd8fac5f049f0543537f2161318769b43c7eebfc906df27 SHA512 3fca8ddd1c6b2f66f70f6608c9b341822603f1c0dd71d47d27c6be8fe3f2c88598619946627720734b48cf999cafd0c63a08af5db28ea78a1538d2165a5fba61 DIST wasm-bindgen-shared-0.2.104.crate 9057 BLAKE2B 970e017fb34c816e7827a175f5a252cf377fcc19fb15be93eafb830523b47df1eb0d9ec03565ec5086914f740818f7deb9a14edb7e7972c6fcb3319394598363 SHA512 ad994073722bd9c4ea955a77032fc5f3c9236446e1e7dad80b8a396be1deb7f1d1c4ba700fd2438c9d0a40c212c171e222dcb8a95235f3f48e42cfb76d721554 +DIST wasm-bindgen-shared-0.2.106.crate 10115 BLAKE2B 653084ed60830bf9a77101703017024220ccd7819c259c33c1d11d318a66ca8442b01a4e86a33b5e35d407e32c7490a88c68362e6238ffdc601b16b2e80b1edd SHA512 e0d054f81240f407a78ae11360884ad3456a0885ce6f5729b94ca27ae754fde00cf597af5d591e8f8de0cbf66dab39f35cb25a6f90d1b66a1b5e46099972586e DIST wasm-streams-0.4.2.crate 36773 BLAKE2B 601f8bc4bf872943de47903de57c9e833afa2500d7e30205046ee02a8a2a8d6486b546117009e81f399f9ece69de89145fff85557ae87d37f989095bbe2046c0 SHA512 f93693b41220e819c4efce0fe756633f1aaffbb57b8a9c028031a6b02a7a221ff4d5bacf162a0b301b55794745ad1f4c97a7bbd46ac396e1518689c0639ecd65 DIST web-sys-0.3.77.crate 638246 BLAKE2B 3f21ab03a18d82cffd96432e4f08bfae183b24f9a50dcfc51c927e9973dabfb8b6bb1f3ae044890832809ec91709242c1c37463931770d347fdf521587a72515 SHA512 cd149286105288f7c385a29eae7df2306d4066edfca4de1255efc7bd8a4e8eaafc313dab85091025c3b5d5e333fce8b7fcef1fb824fe4d799bcc9bb78b73c97a DIST web-sys-0.3.81.crate 641812 BLAKE2B 7d1a76ebb32d7d58f0b6670889ecb4fb0297cc0bd1b7e6f5e09bd03490b33f1d6bab23d1bf5a3e7a6602a91fa9202b56f613b9db2f0917e258dd4187193a8ee1 SHA512 07a22bae3724b01f79df95079913389fec65ce508c9e64d624d715692e2b62b208882a2168c84b4a0ab22d1852d5c578f073dcb7a3a69f5659b4a956032048b2 +DIST web-sys-0.3.83.crate 644431 BLAKE2B 2bb222fc3c1c0d70841fc8e46b0fe1b52ce5f3c2c28720ee9e5d48dac4d1b3cd088b8a2bc7a1587f1349fe0bb47922ffe3f63848d27d1f89dbe1b54cf1304483 SHA512 230d4764c01486c14eefa51bbe6be5bf5dbc6c5a1c52ce20b2c9790b87bf998c606436728e25bf57c1a6ab3c4f82fdb29a9702ae9e8dc4d2b869ee1d44cfa929 DIST web-time-1.1.0.crate 18026 BLAKE2B cd72e384aca90c79e587448160587531c417f31a32e9ded23e6b78d492d0e517520170fd03177f28870c313b9302b28c32069a2408acccc076a1e4939a2c8f8d SHA512 73e4ef9851de089fde9381a595cb9e37a434f563f1fd350e345f2617b701caf57a9aef739b922b5b10cda131cdf2fd0af42c55603f8973a623a8b6ae70f6cc9f DIST webpki-0.22.4.crate 63472 BLAKE2B 35862693d6e10574490f516dd8683cb5b167bca9ac06a72ca0b1ab2007b055cc14db9c6f92ebc872394775d769d38290b8c592833ae9778e5070e115caace504 SHA512 b1bb203a5a36c01259840d9f32c729e736b25baebfa4de66ccdb9c38f164857e701fb597a91e18537ab1c31a6b29cd3d0cd8f45658cec87e55dd27c1c582a637 DIST webpki-root-certs-0.26.11.crate 8098 BLAKE2B a73fbeb477cf90ae97216c17122598b51e0e9f47256e66480f487147fcb6f6e59a8f2910b3b79e68ba0b3588fc3d76cdeca8091335b2cf270fe50a005e57c8a6 SHA512 0994236b4005283824c24e14e357077fd2f213d2d75714fe51afb414df57c10a7ed396f5175e78cc25b00ffa8917c4eadd935d30377447ffa8a307a6da9685e1 DIST webpki-root-certs-1.0.0.crate 171103 BLAKE2B b1ad25c8f1e52a6d0bb9b73af4ff797b78bc01d19d72d5fabd9e70e1019234d3a4bada665ce38b1001c084d373321e660d50177a5ea9871b87c14b9e30c7d47c SHA512 5ffbb85658bedd4f2e6f2336cdc33d8bc45193f0296cfaab54f08f84370fc3643bc0f88ceb1e7d4bb2278742aea3cebf89b6a85fb5febf28b5a703e727ee989e DIST webpki-root-certs-1.0.2.crate 173652 BLAKE2B 58ee42f2d39119cb7b0773b3219c15a5da4ca6767bcbeed913e24094a9cc1c8790b4f326ca7e602f1a4942276d33ffe2d6672927c6ed165f5babebef3950227f SHA512 36d3a10084695e6ca1aa8092e174c29a41200d8a77982f8fff5e51355ea4a11b7bbe321f0310b18c34ba4103549e37aa1ebd7e6211b9ceefbb88532cf7643ba2 DIST webpki-root-certs-1.0.3.crate 175864 BLAKE2B a80544b7ee586285f896cf670554c905c35ebfaf351a3e889cb69c64ecaaf7c6d9aa68c7e1892b1e706a9a27caecfbe3eaa9f76672b0aef73b0e17965617609d SHA512 96e5e5dfafc91eb3926ed10e61761396c641b9bb42f32ec8046f42b21a961f6302dbd548da9c2ac20db90b1e59f751e9347228310284121e70da63c4d49aecda +DIST webpki-root-certs-1.0.4.crate 171540 BLAKE2B 1b625c282df979f8767f66d73af48e63d0cde41e5c6824e5187c54a9917dc85629e822da717fc1b2da174d81f570170c3363b58c954ce0a2ab5476224e539373 SHA512 9f069225a528bf204bc0f6b546b7ed67cf6ecb64e250ac3fb48381e55770d429ae723792a4790baafdf1e46a83465d72f99a783e6c4e1d239cc70ad14405f3b2 DIST webpki-roots-0.25.4.crate 253559 BLAKE2B 737f608323fec02b77c47a40f8b2f9bf44f1b29d32b936fd7bd8c1066efd8916451b96ffab8949f5b5ba537bb1ed6300143bf51d1ef8663ce5a9a7a33947e81d SHA512 4891aa5c6a5bb8a4d6bd730fca5ab5bbddb5a39b9267c81951ca8d3ff0dbcd305b498328f99b2da79ac65cdc9dfa42c40631a4f8d6975ac6f4ed9c85a8d2178e DIST webpki-roots-0.26.11.crate 15557 BLAKE2B 4e33ae4db5ea56e733aa7369354692518cf528624f06e8819bd69f3208aff202ada2985019626e39d0edf826509f57c085964d65f87bf683fa6e2f40335443aa SHA512 c567d8167d0f61ea52667e5afc5fa002cd173b69b3392463abaa82a68d38ed2872f9b596fa8a5cf82d891a1f75b5cc0fceba623a56b1f1ad2525045c0c94b4a4 DIST webpki-roots-0.26.7.crate 249392 BLAKE2B 6e3eccc530fbe66d22cd122b28e743e1052eabfa686c212b0f5056aa18be2ac1ed3672973e1e2deacdd9c3c9761a19e862efee8e4bb66ee61481234635898a0a SHA512 7eb3e7972864518acdacd7b716a223956ffa4454a39b8d4fd44f8fc25f39d113f8583d340f738ccbe4cd8e497906247865bc87ca9b9d8cfc1f1b0984c41a9397 DIST webpki-roots-1.0.0.crate 248893 BLAKE2B 51069014d903a613ddeead7628c363c4b02275cb118e3e465abfe90931db0a01b9ecd6ad907012fd1c7d124f3d03301b0f3e6b665083520408d88db47be637f2 SHA512 fd0c2688ad1dffde4216da335e715b8b07231790e8693cf683e6e6a5a1e188e6fdfc558572ec99b0ca83ec469387b9bbf977ccc84408994ca571b4015f3c614c DIST webpki-roots-1.0.2.crate 255109 BLAKE2B 07809407de769061de1b1bcb23fa41750e1e5dcf824ae07a27bb644bd6c7792f310a99d27f88c211e1209d6f8ead92efd03a1b5f1b9d7725d4b48940fe13cca4 SHA512 a202041fd9207f650a75d30fde0d22bdd65d275db9cb63e5fbb0e4b32b3d870f0c7cf7b767d862d60d9466ae225a3b6e6ecb145d84c5accc5d7529aee0a8c211 DIST webpki-roots-1.0.3.crate 258244 BLAKE2B 8961848a3bcceeb8cfcb7187d0fc3ecc6db5858fb78cf8e13485f0b6d293273717e30aa9ab661997ea97d40c0bb7aa1825d8c2d537912c40371dc60f34c75532 SHA512 52359e07b4a67bc7ed3abf41ba20bcdf7523bae59eb127d6cc316b49dd29947a1ce17acf1c5cd115adf8a130d3318816f6f90a46a17557eb56308929b6cef9c2 +DIST webpki-roots-1.0.4.crate 252224 BLAKE2B 5477a8691923bc0dbbbd3d97fb9c24ba53dbfae665bd8245681900ef7412b84d30829b3e373adb3764c93cf87ffb1052c898ffa9cf61c7a4cdb431c1a04f4361 SHA512 5b07d40f437c5fa2d836156ecce6e2c658a93e3e88468f5bbd9cccedddbc52872a81e06b074c76842c58278090ef378bb679ed41e7ef5ca4f6da07799c48781e DIST whatlang-0.16.4.crate 82482 BLAKE2B 077416603bb0a04ea7c44bef6795e07b1e7058fd0fea5de784cc0445195b5e10419cf024d13d4751034254b317b286360e325607db99d491aef367c40ea05af2 SHA512 ea1ab5ce8298092cc18b04057b3b2da5b8c0c0330f9963fa4cc64de5e5829d0175646d26eb40aec7e4dcdde7fd178cbbbc0ae8d8349301f5dbbe7ec1c799e6e7 DIST whatlang-0.18.0.crate 83120 BLAKE2B dcae68a50a2f3f1bddc830f76d9bc0a2e287337a960a4755b644351b4887c3708b3ba6ae419ecaea4ba243ab5195e8a9e0aff8ef275092393327ac60921e6c60 SHA512 e84d159880af82dc885c5ea574b8b3ba160efb4b1de8f5c07215adeac579d60330bc4f866cd80e63e181a376b02dfc7ac9907c944e429e5e5d806d22a3e9f8d5 DIST whoami-1.5.2.crate 24204 BLAKE2B 29ca6ac8b280d10882d39fe8f15850e2e6035c1e72445c7fb541acdd8784ee756f0a412daf3ea48f7f7755fd5ed68bdd309e85e9380bb9c5af7b05c197b46b14 SHA512 5ecb06b352528e3320cc71c6700f72a79a04791c33f08fde172762f6f2dde25218aa0d405604d0a18a741dba7c370c26cb63b471f09c7b2a6303cdf849606398 @@ -1436,6 +1542,7 @@ DIST windows_x86_64_msvc-0.53.1.crate 837950 BLAKE2B 5775d30ce763835fa26376d85e9 DIST winnow-0.6.25.crate 166615 BLAKE2B 8f8c03a51fb5ffc3fbd31a7b9ea0f4b28a6da3b2413146582c04c40086a0d4c90f4a0fc41bb6f6ddac1adb5f810b1d401ff258795de54a58d4adb20d188a8f17 SHA512 5f0f849466d77fce6411c5c54b2c0d2c1b6ea8e5f3e139089457c0881fac031402a19eefb25546c01153b60e704090844b5409241bc54bbb5f8e5e005f185515 DIST winnow-0.7.10.crate 176073 BLAKE2B 8c50414b2ca5bf02646db0002352c562114e388d821fa5c828b73158726ee406d988340ff1760a17b2ac79f0d9f8be2531738f790582eb44feda27a4fad46419 SHA512 e5c8767734074e5b1780b9ea7fe6d3c590ff5abf1ae3e825143f577f6ed80dc4be70d0e9b35e8d034e18268f88b89fa1352884dd36b2c56a3298b01aa9748bc8 DIST winnow-0.7.13.crate 174454 BLAKE2B 037d07cc421502502b5fc99e2640e3d78b476229071ba44252da52e368f9a46607b6fd3b6e0c0be2f201beb7502850ae01ddf24e0fdb4f4585c05805bcbd19b2 SHA512 dd8b5fb359f894e17e4737d29ae9629125d2f9578abdbfd5214c333be8faa2860f5345e4383f207129ac4f0e6e419d681c59375ba8b78604e9230835d77867ab +DIST winnow-0.7.14.crate 184718 BLAKE2B 6bff099d199831a72ff677db3e4de2feaa5a0b6aad782051c9af629459faebcd131518e20d6bb8f3f7f44b708284e6ba54f2ad7e0811bc0bf1df89899ff561c1 SHA512 ffa96e23707d87d5bf0f0e0c8aefbbbe4e3d2219fa5fd6a1535cb3c7b049a8481ef6f9f9fd69c78be855f36b242476f3b4462f2536925d48953afebe00bb50cb DIST winreg-0.50.0.crate 29703 BLAKE2B db9a968ef96cc07bc1088831affc4627e09c7ab8170a54fdf70a599c2d6180a8a9ac46b6304b61fdd2fac96e01bb004ebd8051940300c7b52c5b7b7975732d11 SHA512 2f52a9e3ab794665263499c88dfdf06009c6477d180a90ebbe86e786ae7f5003c9dc8b3c26224024e79450f3b94688000458f2ea8b1ae1c3691453c3d4df4787 DIST wit-bindgen-0.46.0.crate 60508 BLAKE2B 4422fb47880ecd70749d615ea6ed0a8bcb5941bd9de2c2164a6f1248574363408fcb634e0e9aa0af3e0f278c9311a81212818dff70ef39614646ffdd646b1fe7 SHA512 5d37ac5855797cfb906c983a70780d7cd29d70c4e5b6e54328fc18297feeb89ceda0aa732123280a12610015fbdb42bcd76aae12b1debb281b0a848016134548 DIST wit-bindgen-rt-0.33.0.crate 3357 BLAKE2B 7c5227e835eb405b681ba36a2472fb3330b9e44f8e9cef06ae5de326691d4e4535cfd09843241963572060f4ccb048aa088fb8692591f9253cd215f510969420 SHA512 fffae2da775fcb5066398aba5cd02119a07f5bb5ab2282c74f1665656de0278ba13352b8ccc6ff107677aec3ec5d401729158332f653e0a2e7b393d1aa018b8a @@ -1443,6 +1550,7 @@ DIST wit-bindgen-rt-0.39.0.crate 12241 BLAKE2B c8cda3c7a513dca58e2ad52b036927147 DIST write16-1.0.0.crate 7218 BLAKE2B 548796314339463e4b71f8af3d344e45dc89480e103180b6d56c90fcb816ad1a37ab2ba20766c4b9754f2cc686752eb1f3a5a12ec1ed4369a9cef749ad4f3e97 SHA512 655a207b8082bb88e462f992ecb4833cef9d590da06d6356b41d109df2862b49ee5705189c78a607b549e7343035119d158020d58fcad49608e51659357a83c1 DIST writeable-0.5.5.crate 22354 BLAKE2B e4ff9862c070b413568ce0c75d1eccafcf1db8578eee4795ea9046dadd643f8a77258b437be288b93af247199d63455298ac2cff909226bc432f91c0aa863921 SHA512 818b2546c8ec25816aeaf5e31a1ded927d197bf7256e7c5073738c2709bc58a95d382a0256eb38a99235ae83729b578701261866d42ea3357a26024906e196c1 DIST writeable-0.6.1.crate 24068 BLAKE2B c513c806d6abf7459db1a203c7b4aed4766e6f75cd82a40a874fac50cb50d03970d0500251551192164da14bd7d2341961fff78b7e01c88bab83007008c3e1b2 SHA512 686ca04702815096ac529ae6b9b80a30338f42eb5d414331992518c467c1827462673fcbbeb293818bbe570bd2723e9c60324522071c1b790c862fa6652c1385 +DIST writeable-0.6.2.crate 25181 BLAKE2B ffc57bdfd8eeef7e2b50a1a7fb2fc8af0322c17cc99cc4a3eef3fb2062e447e05721db74e62080fab08f565db15dba21be8b6bfbcac984acd2eb2a80e08b9ba2 SHA512 d267aba601237bc4061a484103c10f0cf4ca3cf6db0f50063319801e1aa73272280115ad3ad4f461ecc4ed9cf4ee19131ee7cfacffacfcde54657bdfe3c557e7 DIST wyz-0.5.1.crate 18790 BLAKE2B 07ac1435a812d2f50309348ef8378ea4955c001f01edaf2ffab108f7d524ee731f06b22fd42c043349a4a2271ec47ea203e89562076e8c7c1719112b0214c89a SHA512 15d86c167145c90e3fbabcefd11754fb1cb835896e32d1bb7f4b027e5b2092f5fdbdca4062c129bc38e655cb87c6a3f4e181747ee25d89db5e01fb1fcac18fe9 DIST x25519-dalek-2.0.1.crate 87820 BLAKE2B 039749d0278d95996016260f9e32162b370594085186044665685288d879e067fa16a5d4d42e939d2bd05f7b47a81036cb4f573d841cc81ece078c7a08eb672d SHA512 13dde8a8d4772dfccc3849a37717828ff6fdf6b4deaae86b5d6bbfce9b6dabbaf039d95c163cc6764447d503c1a62d602ae5b5d1f7204cc002d3fb13ca85acb9 DIST x509-parser-0.15.1.crate 91123 BLAKE2B 2ceb4174704978413e07b63e15e1b0b28662da2a3623abd5d439657e1c3a310e30dc25855d3c9366b8fc6cb81640e0c7e7a289c06a104d1ed8b62f4f7ca390a3 SHA512 43d5f9c7a76627bc73b045cabb26682e37b3b92e5570e467d508c5aaaabb1eb278043e195fac5c3a2b04d7b2403e49e47b731889ec15915fff3203217138845d @@ -1452,89 +1560,117 @@ DIST x509-parser-0.18.0.crate 102525 BLAKE2B d520ab3b16921be63775e7d76bec875da58 DIST xml-rs-0.8.25.crate 54947 BLAKE2B ed6d9a61ecb885cf10d57355fcf31ac39198acf645d97800442aafaf2b238fcabe5d0b9a3cdc69fda994d769dd2ddcdcb056284bacc4a173b6c49c9859c7b365 SHA512 78848c082e3c2f53d8f962ac98507a5908203069972bb3b02da558761d3b6646864d374d9e7e880f1067920c664c3c925d218ddd8028bbd55b26a61a11df8e1f DIST xml-rs-0.8.26.crate 55115 BLAKE2B 3dfa88f2b102d3a64597f05bbfff565bb6b0b0dc3e9d923d2061f6af69bce9885f38c835c87cbfafd799d8c59ed33d60d1df970b5afaa51fcdd126297488b930 SHA512 54ef143925025af8b409b64425e36c403afec51c1cc9c51980687e087be3fd8a79a3c26538e4d61dfdcd8394fa6388130913a1f7363c4a27fdb4633969e9d27b DIST xml-rs-0.8.27.crate 55258 BLAKE2B fbfc5f180487c61f76ba671bcde76dd96e71a251c5847ac5a99e18673f9c37d4b12e975a4ca863f31d7cbdcede4a3b8a78404ba0feddc4033ef39d77820dfdc0 SHA512 83ac2cccd7d6867e0af4afab053b162b0d736a54626a123ef737798d9b37f6f802b8273b35cf697df26a859e7ef513670f54c5d0bef5a095085bdb0c82f85f48 +DIST xml-rs-0.8.28.crate 52826 BLAKE2B e8800723318eead12d9fd17386853b6bfdaa34a24774b36a4c9d7b682a6d8fdf7e2c2e400021e9eaf19093671d0f35ebf420fecff05f17f597732eaa25b48fda SHA512 5ec5e099d6472ba1b36eebeac88b751f996f1ed5f1954b2b8e7d9416e52046b573f121f0cd4334925e6a3ec22fbeae87a9e2dd3b0db4d1afede32814792384aa DIST xxhash-rust-0.8.15.crate 21515 BLAKE2B 0d82ffaecfedc3001e4273c7cb3211e847c110334c0558099c02c2457ccc1f6381b5b1c9c13ec87236e23f4e5551e3cb09101bca75358481ed7ae8ecb83d4866 SHA512 80a73a93249cfa0043a743e883f078d9e4bbedc236dec239d9f89b6816715c614f212930fe8842f0598275d2676a0e406a1ab7101158c163f50b9d1d00265925 DIST yasna-0.5.2.crate 34859 BLAKE2B 622852d441bae19ac2445d616cab5a0dd2b59926ced62b66c84d4804a0ba25d411fb9c2fef3bc86b0336e73dc060678ac58e41245f99d3412fe8bad28d131847 SHA512 7532b6d06b34b0a5e2b769c5d2647f910bec481d98482bf9cea212f1bd1466336d7cb117d0c2e240e7673b2825f1d091619f79814bad836d25cf3a6ca2be63e5 DIST yoke-0.7.5.crate 29673 BLAKE2B cd2e42103140e080a29bf579fe5176b36a192f9b1309c1f2fd7557fe93b2f6eadbf6fca4a6a3b1a7b6288403d2f643841dfc7a5b6a4476776943950abe5c1613 SHA512 6bbd99671d1a5a5217890eaa267113d193b3636b265393afb6e72a313f01704d462fe017264f061405e8e84c188b590094c29e3fcf19a63c375ae165d1a0bbef DIST yoke-0.8.0.crate 28726 BLAKE2B 1013ebf0478242d9172179b53a638fcf7a167e554b40464ba67a4c4db17f75963703b2c9aba29f9368af7530f475ed79a43672bf6f0840b0d77fb0d2539f8c3d SHA512 6b6efbfd2bcb7e06fd6f9ae7bd213a54fedc7550273e2613fee3b8791bbe1038a7e7209142cc673d71fd57b7184cbb1209115ecd15c647db1a74f2966d593276 +DIST yoke-0.8.1.crate 32016 BLAKE2B 9dba7f506636b93ce559817ec57380836858eb14fd3484d5024535ea909d5e7d5da759c316bad86847607f05db1228a04d65942dd020b426fde1b7fa40962c02 SHA512 0ab6353207432bd0a18b6ac038cc37332ece4f2f5182b7eba6e47881a051f0f2ac41d365a8feb74bd3de1d4e4d8dc20c92fa2f3f1252b35d4ab6ff0f56f31de0 DIST yoke-derive-0.7.5.crate 7525 BLAKE2B 9b6b97eaf3c50f0f5ce8cebf685a1a17d4c21eb9b26d38eac99e0a4c0f9d592e95a7843b7a0b897945a14c4eb78ffdf2c0972b448d31d7bc7b077f27aad81d9a SHA512 e30b06b020aa283080905004295fb643c539b130d0d53bda51927b95e79ba562336aad30d8a6202d9a0c62d5b64559a01218c6f02f3faada6003d4b03c205cd6 DIST yoke-derive-0.8.0.crate 7521 BLAKE2B 088fc7f5954704c453dbd2abd2a9a5a779552067aec8e51793cb6fb8144f0bee7a7b04d777bbd05c1c62f49c9c75c7f3df09b5497d35eb64c079bc04867e42f2 SHA512 38672da30ebb9657e2b5f3d509940ea80ee6cfbdad61b14b84ee8a7d96c1dc597eff7f3c75e5c375bcdcf8ef5bebe21f9f520844f448ca215a3be19763f578c3 +DIST yoke-derive-0.8.1.crate 7593 BLAKE2B 09953385df0b24b5cdbe4fed4c8788e20236c9f5a79d144799a31807a1a4e82380cd3ed451a46055ac21561c2f9a05ca91c953b7c8aa250a26a2e11fd11b7a9c SHA512 20561f74561f3e7d5ce2a2b702bac565047be284cdd24a3bf837d423954c8260d32f8d27ef9761f5e891bb539f59af22afc4830a4e52cf9888c8ca2a50784a96 DIST zenoh-1.3.4.crate 308905 BLAKE2B a89667d3b9b02011b5fc380834533feb13c6da20e844ed7365de1b030cd05bf4d6c9fa0828c0f4e957828587f195325986831b89cb7369a01b2aac3c470ae0ff SHA512 1569ab82037d4f040eaf9ff081c54a16ce5dc2f9c062085d077690debbac8c88fd87815d70abd1c576186701f9ce8be32ea34b51551378419eb2783880b999a0 DIST zenoh-1.5.1.crate 312158 BLAKE2B 775b0b754b20469181aecb43cc92ba79f32ca152287eadc57664b2ed08c61b14c6165e509d6b9cedda57b2fcbb9febf385dcb68ceed4e9f9871869b34c5af0ee SHA512 bab0eb6462855f1cb5615dd5353f678c07fe765832cdb7cc029401bf59a6c372b182c15fa8c8b6e0bc46b05cf116e0dabc293e2543270c2097a4450ad61f0000 DIST zenoh-1.6.2.crate 338396 BLAKE2B 80e7f1699134b4a2ad882750decf6a76dae0f11d92ee93d12ea065c1f4d92f907d17ddad1f6e4e641de9049a1f353601bd809b2506206dcc079cce9ee23e2015 SHA512 29c041370aab80a7bce6199c6599300f7607431956d1ade5f26cff5096cf0f2b6bfcf51d38ee3425f3181709f0c9bd18c8812a64820917017cc6aa2b80dd96c6 +DIST zenoh-1.7.1.crate 353369 BLAKE2B d22e1733dc8c74b13d3d21d0f45e5af2a92046cc5f45eb2a715c7e111b62ca04ddf21fe6bd135e12865dbe63ae4685afc4cac348aae4e7804b8b00c610bcc620 SHA512 def4ce67abfd876e866687c15162b7bcfde219b2e04249fee26fb7f4f5960e13dbe45b75a3ba161d1ed61dfdb09a1198b8a6df22df196997175b97a04bc8a0e0 DIST zenoh-buffers-1.3.4.crate 14094 BLAKE2B b0ddf9eaaab7a5cefd4db97634faddea11679ccc0558b5776f2aff40eb81ff1590c9f2acc526f4233e1b7bd8e77a371741fac86fe82d60bd933b5fef825a69f0 SHA512 7797a4ed30cec22b048d8f00ee5a0137f9d314d8b5fde26ecb3dffa19d00d7d5a63825525ba87427729ae5884fb120d0138b12ebae67a7f8d0ddf3d91ca18e44 DIST zenoh-buffers-1.5.1.crate 14255 BLAKE2B fcc4cf87955116fba8bdc4cf2402785975d3c69ab5ff03bcecd68f3e1fd8b3643c4e534a158abd9c0a3b20608b5a049b612d9ad27011dd315b1fd016bc9800ba SHA512 bfb199587da4b75b59f33c6c65d633efa2ad4fb9810d8280f816a8f7da00c41a195934aaa91ef75abb4387264c690b434715a92cc4cfdf00c42619c36085e1ce DIST zenoh-buffers-1.6.2.crate 14572 BLAKE2B 33ad225332e90c6d6fa2bf74d0a02c8c998369a77fd6584e1b38517f336170623e01665daed0114afd4b670b97325ffa01043875a951804c6ed52f16f6ffa1f9 SHA512 509bca855e3eb982a098634f084dbc86cdea883ac3c132201890c05091b82db7d0d174a5fba97f251f9cc8b5c58e28d707abfd88350b6f52c28c4f60621d2488 +DIST zenoh-buffers-1.7.1.crate 14569 BLAKE2B 4c11d23b22532308f71e06ca9a3b6f9ab00c2617f834b235629ae977d9774b38d55334b4550419cad31882593cbad87521d5f70f5c27fbd6780f7b8ef33d7097 SHA512 1bfe0e079552ddd196fc0c4483817e12e3a1efee399d530b23a36f6724b9c10446451ee7d7f41e1ce46b4ecb18a5bdf5157efc829d7621031f0ce88d2fcd1d80 DIST zenoh-codec-1.3.4.crate 43546 BLAKE2B a384250cb98b1fe28cc1a6629f176b762ff7fd2f53ec108974d6372350fbd6e5c177095326cf22c056d9707214365551dd988694d136bdbf8cf0525b165667f8 SHA512 527d048810618073b4b937c7b52b54ea0a5d4c826ec30b08d017f174965b72862fb39804f0e59137fc6139c51692c3fccc95f03032cda7364919503ae2c26eaf DIST zenoh-codec-1.5.1.crate 43758 BLAKE2B 753dbce01386c1de322da058d38c7a53064931d81eb6ea9126216d7447abd478c79bc562eeca6a472b8c08c75d8795742aaac119d854eb132e2096afe2b59c1f SHA512 f1294c5daad78a7726563cf0b1861b0ddcff8be3465b828596ac6b8c7d878d3d019381279b23f540a72c464b7d058b875d04a94a00b32f4658b1a13d5a673953 DIST zenoh-codec-1.6.2.crate 44801 BLAKE2B 501647e65686e2d83143f2ad4bc78adc72f8dfcf3e32370766f3706176e1021892dc0b57c5f9b5726a14f9ab648fb876b502752a5735b58c81e727867b0b6c08 SHA512 4cde5fff9e9634cdd5eece97fb5398188d6e83e9bad35767a46d96c7776b75ef9fbb2c174d7418d4c6ec572cd8de32c6d86c9597e642395c53c69f68293aa27f +DIST zenoh-codec-1.7.1.crate 44075 BLAKE2B 5f4f14452c0777b42b8dffa605d9863595abbfc891ab88a3de06604586540c50f1330170b7e4478349e25053dfb50e8369cde17d329ecc0a1299a256a27db979 SHA512 156bc9f27163c71c1b440042ac368d7b21ddb5e3e3b1065827f58526cdf814ef3e047b17aae95a9de418922e805826a77a433231760c44e57f2d73930bcde5fc DIST zenoh-collections-1.3.4.crate 6225 BLAKE2B e09b6b1bcf3b76a91352e60a6943f037a0b153375bd7d2d5a1f89df695d71142dae22dd38947f272785256fb19a7a460447ca62ea7b23a0964dfe06f0734c9d3 SHA512 24f6fca0a529f206306074b61134add266352ff5d2e22df6e2a1d5d4e7eace0a90da4e302931da9736da2cd470e4d2feb7a8ebb7f3d85319173cb7d5fcf5960d DIST zenoh-collections-1.5.1.crate 7890 BLAKE2B 5c8e096657fa9bc307c911304967b6f496f1d6aed98c4adcf6d86715a35ac997d546b757b6eb00b591a9d4dbe502112f2eb1138a578764aafffcba45c5c71dc5 SHA512 05c641953c627215a7e0b9224365b7166a27cb63ee8ef295606313bc4bb67e9b2bce417e63388dd91c937b0a5dc71b8ae0c57c459c3ff0a93a55ef0200a1934b DIST zenoh-collections-1.6.2.crate 8091 BLAKE2B 12be3ff99a34286f2e14fe3364fc9daf57884629b1e7eddec497211e8ac036577ca5523b2c0b785b5ee4804a0420e5969ef115684fce0ecabf6a09bc2b58290c SHA512 437e5e6a59f8fb78fa00bfb160204ca9d008d5bdf1c7a48b51063b18477b98ed68062ba910c6631095f4be3a329f8debcbeb1cf5ff41c0684219bebdc5d60aec +DIST zenoh-collections-1.7.1.crate 8022 BLAKE2B 2bef0779c0f09e29cb793f5a3eb87782b6102777f5e175256b76680946a5d0bdb8742eaee0b425a5ce1b51c27fc865fcc3a2ebf88227c01ba703151bdfc6b2c7 SHA512 96239b6da3c3baad3f12786f78961a78a9cf7a93c9ca73a09dcae49d1ae53bfec18d1697b5c6389f36b0a193a6108c71e83b12b7bd7827c9c8d0661125ec2a61 DIST zenoh-config-1.3.4.crate 35550 BLAKE2B ca59542d0027e2baaefdb6015d2bbffa4f9c722b7f41a1cbb5a942ca50072677fb7dd1d62144b63b30a494178565c07d5ebfe0e24ff701eb665917538a149444 SHA512 8233ebc39ddd25b530875ea8ba38d63dae4ff307705d17e54f8a2a99d07d4ca15ff32ae534cbf6c90476a43dabcfc2d8b1b3a2ff853bd916db6b25776ed4a369 DIST zenoh-config-1.5.1.crate 37968 BLAKE2B 247656a027a0dbcd7b05eb12514a2bd5d210f3c28944d3670dfdf16cbba3163f8877b4f5e20bee57676e556bc1a8ac67bd85fcf7b8abd88c7b745f96b8314fbf SHA512 36535f1acae16850f43a4796f1bef4db83f4f2837636f4a0bda1777e8d2410c962375982072b497ddbe8f611b70f62582e6306beafc558a0486db2d29c1d070c DIST zenoh-config-1.6.2.crate 38883 BLAKE2B bd8a683b5f6a730fc06a66931c372b089fbfd7c63eea7c65e190712c129a6e220c461456da625c01111a16e7dccd0be9e663be8ca61bd861a5d7bbfefafd1a89 SHA512 2a6d141d52f990734ab76fce968a14e972101bb6c4694f3227da6f5aee74390d1f7b664d208ff7725ef5e85deb9b82a05abcfe96396a3a9dae1b5d6e82ba0777 +DIST zenoh-config-1.7.1.crate 38420 BLAKE2B 8a136c56a1659969746e42e7ab8fe90097024569d8d8e4f863485ce6a2de6c95035fc1b81880e0f19edb6a26019eb1fddfee6f1fe59e0c54fbd5593e4e1e3c46 SHA512 dfeeb56a17d429bf6f61f6da037db3f3355906705647c0acb25a87a3f23cf69720a65081338efebec10136c7f63ec44a93b74064b070976b9788ff0c3cf01eee DIST zenoh-core-1.3.4.crate 8359 BLAKE2B 437bdc633ca73576b10a7993c8fb667e61be35e19835672c417072699949c60cb158e70ddb6477c095a74910dad3265291b3bf501f9bdf187fec3eacfd811f79 SHA512 ca2abe3ef67d53e065b14617a4aa549a887b375a6303427f61b1d49d41935851b090f5314eb019fdf0cc18bedddb79360578d2c84807f3058f03181df2e22e2d DIST zenoh-core-1.5.1.crate 8355 BLAKE2B e185bb88599244e6695e976049c516c76a0a64852f94894f26ce93e683fe780dcfdc594d81110774017c8cd63281c39cc036ded50c55f79bf92f092eb622688b SHA512 cd577bfe9803c655e671046b1cc7997fde432b00f88161dcd99458e33d717ce40f3faea0825643ec9e821827f453eec20292625fac63c60c06b5f102a59b16be DIST zenoh-core-1.6.2.crate 8834 BLAKE2B 749b29f0568484a48daa58b17e53d545ae3b506e0434d73c102ff2bde3b72fd2ad2e1fda9ab28b0fd6ce460d7800cfe6e5cfaf7a0ae61c736839f407827a0c67 SHA512 9a41a7139249df0fd11f67839723d99ba63fc132654a4f6149fd80d95c6c69b4276ef404c56a0cc4ca6c934a4b7184f68bfa84511ef64d23976780c525201742 +DIST zenoh-core-1.7.1.crate 8452 BLAKE2B 7e810792760f661da099de52a46b4edf5883a36d48f17902d7ef27309833b0912b251771b7cda5cd7704f669fce28da45c5ffa1685e62d87ce69554afbc838cc SHA512 76ac272ce1de11782bff48720eacda45db4f010544da0440de9097ae5f532767d2b23105ad1035621e2484c1db58f98a15b8d52255d0004415ad4d63ef5b0b83 DIST zenoh-crypto-1.3.4.crate 5321 BLAKE2B 1c3d83e90c4f67911db1408876e142f2cb3a00dc860d28b46cdeae724c066cd747c89176de1024f512b118390c080aecfaff436ca570abf53b37aa77a8e0bf24 SHA512 6472a821b5f2983aa195462086e82f45b3d811716663047f812ce2b4af7d1b741ad5ce4ffebb2a0e3fb624e540924993b83271ecb8621cd5973fc83bec0b6f05 DIST zenoh-crypto-1.5.1.crate 5317 BLAKE2B 77e4abf14681ada43310cf65c4cc4bc858d18afa1cc4d99da1f07f09a39447dc46183ff1b108b67a3d34531e5f8b29edd0a4117cc2c4483df36d35747bfd1abd SHA512 9688aa78a04bb159265fc8ced15c7edd7cd0b22fe2e5c7e8a9b7aa1c9a4b2a2b4dc6f4965f49d4c073f9e91d3943974d854080b81424275c884c8ccbedd8ccf2 DIST zenoh-crypto-1.6.2.crate 5315 BLAKE2B 735e550e42dff2e22637df5cc362798c33e8fab880093c492190239d8457906e57495d8d7465b8eef7a935ad093f56ef03900d899ea70729abee9b0c07083d6c SHA512 fcf3dc34ffbf9f984ec74aeb5126f7b31a6745124e98d587f3d4ad0812a5506e27b617c72c850cc6238096e26de2396072273ebfded94dc5e8681b7d619f1ec8 +DIST zenoh-crypto-1.7.1.crate 5233 BLAKE2B 6f6b268fd1e2eb90268d4c0780307f0f91229c226b79179ee854e3bb751c08204675bb77cdd0182ed5d48109b6592299d1a93e5a343ba6280d23da83dae7f273 SHA512 4d42046c8ee74c1ce0f500b0c9cb3ae1827c27cbbc5f52ab63d75d850a55ead171d2e198971a61e3b8ec2ab47a4b514b04070b6d7727b6d09e791135a2f7284a DIST zenoh-keyexpr-1.3.4.crate 60120 BLAKE2B 271ece99f085d2b8d38ee82718f74ebc920c8a357e4403a56fc25c39c0f627d8af21ed8ec56766e2b5dac681ae2eece3ab4ca1f09e53e512dc316476940b6039 SHA512 fc97d624c8bc91beec1c425cbdcb73c242f06657b59d146dd4d4343188a0a72ddbd1571179f8674c6574410889581b605b5e61a951b595c578e47f5576f5aaa2 DIST zenoh-keyexpr-1.5.1.crate 58970 BLAKE2B 22a8a2f5856753b6d9450b507b1ca146a062d877e86ee72cce7b5e4005101106741c88f2dcbe687e93809ddb4fed75252c112ea5eb436d3a8ceedebaa094d35c SHA512 b57f6b2783f7286de8a9b750984af415b134a09c3998486533aea98f0d8e5575ac0780a4854b6df1aae9ddcce8ad6dbd26ee6171ceaff9915bc87849e37f032e DIST zenoh-keyexpr-1.6.2.crate 59661 BLAKE2B 3683cac53999f11a57013ebbb657d218117f194382316a2f5c30350273fb2eb67df81814084e1b1437759adbeb5e15bb1c05f287b3d3e7a8026e68ab02c02250 SHA512 5492173747616ce5e5854f4308ad551c71cfcdc48e83a49c5aa701dfceabc5b37fea43b27941152ed38c34dc78a3ad7a83291e12f7a492aa02ec62208e118e1a +DIST zenoh-keyexpr-1.7.1.crate 58917 BLAKE2B a0538c4fd2f16320ef512f4f0512eefb2d504ac25154df41bfc53062f4e772bf368e2963c298471ea325713a6c730e82ede870e3fdedeb109322e3210093ff6b SHA512 e9e183601e0671ff1965eefc996281c5a9d91a651a1a6bdc60ce72ea83a8b3cd9c6b606b0084d39795ce7da842a4696d013f20867a21bca5063af1031edafd91 DIST zenoh-link-1.3.4.crate 22404 BLAKE2B a9a82c5beae2e5f6ccee7d5fbcc3c18d88a47469524e71c57bdcbe9c35c4f85a8e14980f6ee8740a9138ba55d9043de6858d034b87538f418a994025fc08ab83 SHA512 666a44a661adcaa9ed24f4c6283b52eac5de2c0749cfd279632bcfa3f0890ef6bc5414cfe905f6e6d0afb8d7215278d33e6f0de6d2db46ae16a9050b9eec6ce2 DIST zenoh-link-1.5.1.crate 23339 BLAKE2B 8f000eae61080e42c5b1e8a09d1e497bad74b1b6bbd2581444fc9ff75d82730257ba8227eef005eb151c0d96e45b17608878f46143d73832bafdf52f1bf7691e SHA512 b86e842bf5bdcd32d244027bfaa1746f371476737b11a09b0f3c3ed936f36205897b77c3e8e81e0e583115dcbc1dbe8d0afba8979ee054ed54c59d3b691013db DIST zenoh-link-1.6.2.crate 25907 BLAKE2B 7335642d5214b0e5b9f6a3147d65d173f2b76073513b981f4badf9eaa474ce663fc612bc682c248bad96a3c432c5d0d553b473d91ee47b21d46a29d6b20a954d SHA512 15d67e8e3c97c45a27521523cfb1c7f2ae98d3f174f57752b158fbf71243d322b4d9bcabd759bbace1fffdb174d8b59b33905936d4aad7b4342ea0195593b754 +DIST zenoh-link-1.7.1.crate 26014 BLAKE2B 8b0ea760915d90674c74f02b65f67de79d0a058a4aace194e2fab318acb986963e1b209c190adc755ad5f81c4e04685c4ea762969b17163d15a1f56aea38794d SHA512 897f6c72a6ddf27fe11f5c8620e9c48a0d3b30368631cff0737b3d3e739b18eadf92a70af97ac8c7ba5208d5fdea2f8f0d97594a0c55919e13911e7660a3d3d3 DIST zenoh-link-commons-1.3.4.crate 19189 BLAKE2B 9c34c1813aa5acace9591ac0a265fb11f5e4a15a39ef9a65531f46bd57314ce88448e8b07399fa11f915fd7ec19e1e94bb352fb437f4611bb17d883dbe65ff39 SHA512 aeb5272512b3355248e259ff4f9f620228c893116c92e923af085e007abbacd15ec62e5fbf4628675766a8e910daeec27f536a57b1ea4297219c46d884704ca1 DIST zenoh-link-commons-1.5.1.crate 30018 BLAKE2B 785fbed82eab4054d018f92c2d659a10576fc96bb2bbaee9d0813b15c6d025b1fb3686337005038262f56a7efd7d5dd0eeeecdced184bd4663f8c1037b4a07d8 SHA512 ff1677e1b9118029a111fb3ee8d6cc728da630b9e4e2103cfa0ddae678127b8bacc5c79685aa10a5be4620c6232d9525d9feaa1ccf3b90b986be3211e603439f DIST zenoh-link-commons-1.6.2.crate 30704 BLAKE2B 2d72945059207ed00d562a6d23cfdd3b9bda1f27c6343a590f59d983d043e80c0d0fedb8d98540479a77d59d6119415bc5cd464ff144893fe19efe6c7c46f207 SHA512 05bf6ab4debf71e6d89d9516415a58c4877854748b360fb0094351d6dcae16984f39c34e358f2b587f1a8907af34520ae263556e67b4d5d062f9b73a719424f9 +DIST zenoh-link-commons-1.7.1.crate 31255 BLAKE2B c10d4e0546647118313a21f742708ea8c54152f8787dfb635bd74360017146b74943ec4a5ef30fe4e14749ecdbce3aaa1e11f730450de99228e4f8356fb387b3 SHA512 2e41c9046e0c62dd050b55fdaab2f38228fa77813da3d38abad791c4dd3412c73cec0ed4339eba08156feb709d87381d1aba2e80f19ddf9d9183398018aea938 DIST zenoh-link-quic-1.3.4.crate 27118 BLAKE2B 4eb276cc925d3845b8c2729d68a92a04a5690c55b5c58b95d15482a60bf15092e712c4c5dac518d915062a3631be047ff649ef08a12297039c9753fba9f526ef SHA512 7a607025d49e7525889734f314f3323d024c73a3c73ba187af7dd316c1b9c9356cada34fddbd8432c439bf2e8a32415675ae7c7ec50cd620f861c3b52437e593 DIST zenoh-link-quic-1.5.1.crate 26515 BLAKE2B e6968d2f4efcb8410b2ac369d2094ae86843e0642aa5854011f1ad156083bf5d74e7616e7e61b26aaf3c518ade785d54fe2cb87505eb9ac87a89ebec3cad2f41 SHA512 1371cecd1ca9a8354ba78428007a2de623b2db9da5da70bd78c5b73d940406cfbf3d83b19b2e90ab823f65dc46c9708b5bff4e504f29bb6aa0a12a43e5062c18 DIST zenoh-link-quic-1.6.2.crate 27183 BLAKE2B 97cb69ba40dd24020d78b41dc71932b6e0f913c74d7493ff4f4971d68eb8527792e428a3d5da683f2d1e57839b4b875ae03f4b93fa1dc2aa4fe4494280c178b7 SHA512 b4bc3d5eb77f488220f7d3da9d6f2723eb1e1efd0507f24a44ce7535cbc1686d4ff5480ef22c05f5d8d20dbfd576442d9da26323c88d1717ac66e431f292dc8b +DIST zenoh-link-quic-1.7.1.crate 27735 BLAKE2B 54d5cb399c7f17628d3f655369454f1af0458fe64bc29bbdaa831bf75909a0c0a218f901d2245d7289206e53bdcae3023ad2bd893cb4c739820acdd153b4d317 SHA512 3b0d4a9073a28c0949dd7b5ad90fa9cc57671be420dd32983370e4fc16518cbe1fd959d4790c0f377abd753ee532988d19052867b93eff628e2cc7ce55f8e4c4 DIST zenoh-link-tcp-1.3.4.crate 20013 BLAKE2B 27bd75dee4d761620825faa378b7eba80cf1fb7777bd637f78f75d53e16864ea18ae809569392f6b9408c3997190b325ca1559c7d377817963dbc2632657fb1b SHA512 9e76aeafb7c96bfd2114f3c000b7052bc4d7c8c6221af4c72f2d18ce904b88dc02a825a354bbde4471f9c2f64420745f5fffe42c68fe93001a360c0223bb55a4 DIST zenoh-link-tcp-1.5.1.crate 20164 BLAKE2B 95eab22cfe63458520ce0a6f8e412715196397cae8de926fe11880dc6f780f9614622ee0b02e99e3b49d50b2d2a765b78da201df2dc63fe61c5f0a9898a7f351 SHA512 a0a01f563a0040ac34c4096e88b407690a038189ab641d58d79e3613996e9a5789382777166b0c2f586ce291571c0bdc4453e4f4775b4cfa686fe8e8bb9b6922 DIST zenoh-link-tcp-1.6.2.crate 20934 BLAKE2B 607db4bf727dd8751e9f5d8afe4aa41b93a9e825ef206d979a29553db44ecbfc6f7b05d253f7f6d0f8933972a532d759cf0e2303fb1aad8d6e9c508a568a74b1 SHA512 78c479aa26d4cb4660a7d57b762035d92bee63e4b4f23eb98aa491d988bd71bb3d0ae10a493622d841cc64b4496b912aa2495c33fa30fb2061db9ad6fca6eb80 +DIST zenoh-link-tcp-1.7.1.crate 20240 BLAKE2B 4c3d8f9692512b2c470ae348c79b82cf1b0a276e8f792dd43353ace3903600ea9f2f4e9f682a1b28d74c07ddf0bff06552ad74ed541f3e689e79758e1cebd504 SHA512 ada64ffcd2273327351a75d5e5a7d81cedfc5cfae3e32edba86aa2ba0c6cd325f6f59382ac4da8fb476f2586aaeda383feee6d70a7d78d7ad2a8c35985a1f42b DIST zenoh-link-tls-1.3.4.crate 26809 BLAKE2B 68702f5f536be89232600772972fec5e963ed493c6823353ac7ab80e4c7dfc46317ca5628bad8797b2f343bd3fbc15befe9f11639a33db2f30ffff0146b4e5f7 SHA512 0007e6a9eebc5c7caf928e954d748ed3ffd40f8d676d31cb09c8e3504281a72109478669f2126dc6ebc7f2c97c9bb2147cd3f6e51948933ba89a8a9e8e240e1c DIST zenoh-link-tls-1.5.1.crate 26606 BLAKE2B 51f3f7a84d6cf8d1fa21fa6f5f7c41cce1392d362350d3bd5e1243a9cf7da40033da396afb37038acb6149f1a088648b3dac7e7374ee1e1fda2da4dda5e45655 SHA512 073ce0a8a440301c4b3261e28da28da5fc6f0325a5c582d8e8e0a395b0b95bff79a92a0a03f61138b2c0243c4319b0a42a118a0fe4c2924c7aa4b0a033b4104d DIST zenoh-link-tls-1.6.2.crate 27332 BLAKE2B 222f9d6e4179a899d33c8c14e59e18eb3d1a6fe3dc61033e19c90664ad6a3bded1fc79c5545994675e106d1902709e46259d0dc6943b62a61587b382ae08241d SHA512 5eef037a25647eac4b2abd5b8e61fa6d0a5b2fe5bd93c0c92a299329c4240e528eb39b5b32ac930ea43a3190fa0c4a5a05acf33bb88fe06c314dee5fa6e449d5 +DIST zenoh-link-tls-1.7.1.crate 26668 BLAKE2B 0e58df1c4008c589ecad22317033bd138db2d1c2bbf729059479d8ac5afb711bafb32673194db24098bc7392935a5e8234e66242f938e7757563783c5d8d521b SHA512 ab1ec7dfb7bdf2a091e21d28497da48fc04ed8a47e1c58139630b6db4551ff8a8bacde295e0e6b2da158f3ecb1469638adbe5d93b990cdbbf62da207827d1bca DIST zenoh-link-udp-1.3.4.crate 20340 BLAKE2B 9137e4291ed0c8de48e4d3e58beb70e6a852b5000c77e11cc6ec4b4395cd19d55f6df8df5986d7526011aa097d8902bfeb3aea5013c3f80028d3bc8ae2da2340 SHA512 77e36ca5f95e35106a0ee02e5810f65d1d3dc85778c147485a3c56c666dc5ef7da180589eefdcd661a55db75fb86b2a40499382e30ea0765d62bfd4d0af68b5f DIST zenoh-link-udp-1.5.1.crate 24477 BLAKE2B d66d1b84083f5f7f8fa07fe230762b6545ea8b63a305817a00ccbdb853ce2af06cc66d1385e3dbe78926e7f2659ae2eb405b0a2dfd1a20bf7420da482763fb3c SHA512 c904beff76666e247a783598a5db3371cdd7444c18df385e72122e455565e418e324f7f36d9383c7ba80d0ca454e524f703d6d961669a57ae353d9f8467bee47 DIST zenoh-link-udp-1.6.2.crate 25303 BLAKE2B 51eed7f3c51fd766aaa8f3e8e11e59bdefe75d99f5cc909eb974e7e239665d4be489cd939ac6d923e451f509ef86a8e2d5f89dbcbdf3a2b90bb11a22e4f3986f SHA512 708776dfc1125dfd5188363557cdc97bc05d14487b0c73e27533a00fd945c3d4a13a9f9f68515120dcfb32b08f70154601f5b09528b4f4b97729fee5d4a85771 +DIST zenoh-link-udp-1.7.1.crate 24477 BLAKE2B 6b95ce48bbebd278fe2e52041fee94516390e1cc089a3ff6448e86ebc0e8e7fc586b397e45c0b39faa14e2c6057d74b7c5d583f9751c03410155717641e6b896 SHA512 4851526df259420ead166b8037dab4107d6b6a2812afd758fd3dc1d01b851e7644a1a1cc8509072898dcae2923a7caf023dc55ecaf9a3f8374e7a63840edd5eb DIST zenoh-macros-1.3.4.crate 12859 BLAKE2B dcdb9df466202864dcd858c54b76dc0ecde27a744925fa571439a4f14460f3f69f604704016b1063a2762c4b2e321f5fc90ff59a0bdfd8fc63888ce872086989 SHA512 90d26d9a6a2fab37c562c0366e81002ccac255a0333dca02871592b105561545b50d49178b0a71ddeb0302a1dac591676a4cda4ef0dd0e162faec2aee19d00a0 DIST zenoh-macros-1.5.1.crate 12891 BLAKE2B 08149113145b7232c61f11eba442501c525c8e139b3c125cdd53a6a2f9a1168bfdcc991b03001e9818223375b29ddcac352c9f4773ea395e26e291c345c5f5de SHA512 4381ec1af1e962d1fa1eb2d271273016544b02ef527be46eee54c8270f2506b3ea0ad0d2bedc0c74163ad23c9bbd4241c53bc32b7e7f6f1c147716974c7d4273 DIST zenoh-macros-1.6.2.crate 13135 BLAKE2B a6c5cd3fc8cecddc37f9d8a1098c3aba95dbcbfa526a3fb91751108bfc43d7b14ac32ecfe4172e9e3310735bb854a3ce3c79637fbfffed8ae3f6c80bed2f9396 SHA512 57ebdc34bf1dd8366fd756bd2bed10cae40a7d612efe906eb87015c286f12b9949f864086e26535c8a76882103dbcb935437a2a25aebf36f021ca3b893aa2e0a +DIST zenoh-macros-1.7.1.crate 13403 BLAKE2B 76baeafc10c5375d011e5cc4431d0230357078cf0549f8cfa9c3d9ea9951d6a1a3d8e6488a077240e7f8b5decc53435ac6b24c87586b9be666e822679c1d41b1 SHA512 84664b4a4932bbdcb4f611d8dc07bbab944983066a5fe1e523a0787610c027d29f8bafd9da9f0fad0a98450a3c9f2c3fc31e2fd6fbdb07f12f181799a3f86666 DIST zenoh-plugin-trait-1.3.4.crate 23829 BLAKE2B 5c80b50c8ce92b66f406aace28c461264a43c8b67b9ac84f511d897510fcf889ed5354ce0746d659f62c6f835a0ff463454c1fc082d6c501991b60766094eb17 SHA512 742a2eaee6ab13717578e8cc1d3dc582a0838cc94b1d414da9fa2bebf280137a42f38753c85223918f75101c0e629c119f26dfc5053b97a23d3d457481f6718b DIST zenoh-plugin-trait-1.5.1.crate 23990 BLAKE2B 1e254fa1079df8b05e3a0d53cd8d15b4a8f8054c893c1d599fef6ffe67f4dde3d94a0b25f03bde1cea7c5408fc9bffb4a2ae84cf7c7628587b37bcb68022eec8 SHA512 fe517821e378884f6f67c8979f3efe1a9cef50374502abe86d072f6b9bc24e27f1791144877feff1c566628accbabb582abb5ae1a26917c7960ea4484d210255 DIST zenoh-plugin-trait-1.6.2.crate 24658 BLAKE2B 75c83dba1d0632d877f809748c7325881c4fc7cf135ae0e610c484fb94f18755b7556b560e0c3302c11e1b0750979fb76c751c75f691fef07e735ce5c19a0432 SHA512 2ea05f8f5ed7580d7263545868979f8b42c4d28dbb248f7b93c386eb1914635fe729c1954ac5e36663edd14040d080884b6e23f502c5c8acc51f5aa44678d691 +DIST zenoh-plugin-trait-1.7.1.crate 24328 BLAKE2B bb8a0fc222b9ca182f70b0f8ded8cc4ee9cdc80d3c4bed1ccb78a36451032e8a9d0984d121b2a8b62ee6b8e3a13705462e40c8cbdc2167ce07abca38ec1c387a SHA512 5a969ff959a499fa0a3831aecc8118e4c5bb69b2a70f0687d6b7c84c35db3892566d7724ea924978e309a2f335d5875ab577635e6b97972aa813a3ca9a8ac55f DIST zenoh-protocol-1.3.4.crate 45456 BLAKE2B 05432959f42c6b2fac1c22e1f4e34d3c03b8f6b31466039cb008a7acc901714629e9d862280a6a91f47c9c0b17cec125ad9594accbe39cd9bfa3ca4ec639cfe1 SHA512 3c0a07f9ee0dd390e25e1559d9453b8ec585c03a4eca86e34c986337ea036cfb5fc9ac5cd411f2243b04960423de0e31138350361f26525ae699d16a000ac521 DIST zenoh-protocol-1.5.1.crate 45998 BLAKE2B 983e81169d468d6ab617cbb127145cb4d8d625ff464ee4ccbd5aa8373fc3df0ba8816a4895755d0f01ff1249878c906aadb5b4bf8ba589fd7c71a7339d26e241 SHA512 32eda472b45142843fb586b540da7395bce516378ab9dbd58fc0231467aefcf94fc80bf614baf636bf9ebecde88cb8fbd1e2b5bfbd94caefaf7b1f56ad3f2a4c DIST zenoh-protocol-1.6.2.crate 47458 BLAKE2B dffba570700ee25d952cd3ad6ca2c0d2a303851f3918b2b84cf040c52199de5d9c7a04b424e156a0d778600cc76ca94aff8327059e20306ef50fd74d633073d1 SHA512 c11796e269d62dafa0ac5a629103c0f75081ecd0d7eab9001ef9b3627b3e908221c1460ce109a573c53b977426aeefa3f8243bf68d48e7eae7b0e58a28354e25 +DIST zenoh-protocol-1.7.1.crate 48111 BLAKE2B e13cb65b727d9c03e71b58ce8731385aaa747a721cbcdf5c1d63925e7dcb3d876dd679c6ea49404ce760ba2133aa93518ed5da0de38957fb21c1d41432762fd9 SHA512 349734b2d9bb18cca870323ccc67f88175218d1ae73bda9c7bdd17be0dc22b43a88448b3ad7a20204d7862311f5239d05e352d5b53e39680c668255f08f2b072 DIST zenoh-result-1.3.4.crate 3509 BLAKE2B 8516d4789602731bf430da88ea589f83725260a139e57b0ca5e14ffc522aed9197c143c1273527bf286978f1ca74f6ede29ef6b67c67bd9d6d30f45107c2bf46 SHA512 204281c88b0e90935bcf77e60bba0e504c33981929fab7f5ae3c3473bb1405d224b01c5dfb4912a78eb271aa28a46840be3b60a137cbfe14fab4092ef8765b04 DIST zenoh-result-1.5.1.crate 3509 BLAKE2B 92c0f5c9442d4029e726e749d1290977091a1b4ac2a92f9e2d1f7592fc1ad2a4e88180d8c9c54add43d5d04a0148ebae3be7474e5d953c81542721fe9f38d7d8 SHA512 c07c91ebcfb76705ff2559e9c75ff0ef63cfd5dcc0e10c8bf8bd794251d32f4eb9e6ce445f6ada7258801e4c96976b4332c100bb152cb2e00f6364ba655c493d DIST zenoh-result-1.6.2.crate 3509 BLAKE2B 2016de197ce3c65bcb3654a6edeadeb3dd02214d73f08624a126264b3963b9073d519331bcdd697f28f4bff02d71aa54aff9babd6697137bf4a510ab80948b40 SHA512 a09cd8937812d5886563340369e6e28292d3cc0d7f0bef8cc491e1f42e4f1cb5fc9d65e2509516e8c9e66176a27f420069d5dbfdd6ba47241c84e7c06ad889f4 +DIST zenoh-result-1.7.1.crate 3509 BLAKE2B 8c4d4150ccaef0340da1ba050ef629de2e87279476728382d2154bbfb447e4f6c110b0b3c83bd7e8b232faf54d5058c8b3484f4602f2e3aa8e22c25f6ec348ab SHA512 f020f934854b1d60a62cdde2a2bd74bd95cc28abe7b342424e7f94104578cc2db4ec839ef92bfe0d74bec4976a4f01e8bf4acb05a0eca3adfc3bedd836b857b3 DIST zenoh-runtime-1.3.4.crate 8522 BLAKE2B 13b5b147a9cd915b117a28cc3ebee809d7a16de12b344a35b15b18f94ef73b34393556332ba0e68837fd622186017242de4e319556eaae4fae8d7636e7fac346 SHA512 eef943e964335f0aefb78cc8e9f7edf39dd6923fd580667db21ef3a313f236f00f48335fe5b44657edf51da0f140fc02fcd0a7e4f4e29d2b53bbbcb6e3cbbb30 DIST zenoh-runtime-1.5.1.crate 8525 BLAKE2B ae61fa61639b26d6a0510ae5d8930bf11ba27c4f06674f811974303ce33bcf5e09de3508f2fcaf9488c8150a1b48b7969c73a0b25ab4d5a0777e705b04bb0aa9 SHA512 5733d71d4cbddb0b5c9b7673e6ba341d481bea0123384cf4b685da6aa9d46af08ee906d38bcf4781de1a6a64f180f94a74e80c4ff8674bc66e1e2fc31b475593 DIST zenoh-runtime-1.6.2.crate 9014 BLAKE2B 916c2aac0d799a369583698285e7b5c0653c8db1fbf8c8481523a92a117822adb93311d59df308d4147499bb611cc3ae76b0453659b0a93690da40f96c526742 SHA512 ca1a35329ce9be519ebb65ad0a37938960eba96c6c475fd3ef47de1a3a699b30be2ba8d90492a835a0faf04a81906c818dae6e7be2282b8d3941d94cee61ed83 +DIST zenoh-runtime-1.7.1.crate 8634 BLAKE2B 91ff6f39aedaa073493086c70fc4110754e98dc50daf3e74dc2d371ea3c4d3d3cf9508daf5830fec07c4babb2dda20a6b500a731525533275439e79aea7acf70 SHA512 03b38034e339e60233847172a911f18448d537b750f6101f96920068851ba99ec029f84839e5652052ad11eaea0f8dbf2996e8ea543f443abc6be374f7e781c0 DIST zenoh-sync-1.3.4.crate 14713 BLAKE2B 4ad9b22e846b587941f0710c60ec64263b188ebeba0576c1e32b205cafe5a118c623942ede01a945d332ae8430f9bdbc9caed0d89eacb7fa9566d2e69c9d26c9 SHA512 e96e4ebf432f4f907fe76a654dfb6983f71f027bd507dd68d400a35f09acc9ede4bccfa695d00fb1045eb4cc94554323b75dce6cee484807917591dedafd3d88 DIST zenoh-sync-1.5.1.crate 14702 BLAKE2B 7479ffa8bff2e5729411b1fc25de74074b01295c9250894e0797744328cad42326648049297e1e59ce6d6b1d519fde5329384c8561193cb68b5a508a61aa112a SHA512 d8f92191904a7e2bb27c4d82767b421a6d23b4b91a55143a463c16d9e965b5e229cf8f8dbebd2a78ceb1f622758fa5760412d1108e0e518b466a7b97ba841848 DIST zenoh-sync-1.6.2.crate 15381 BLAKE2B 975eabf05c870e3c4976e0ae3335719ee0b4a09860636e804ae1a898f8f052d5dfc92dff33aab4a96c70a3f277336a958f92b6c9156c54247ebd3bcb10fcaefb SHA512 416e5246b59e5b0c16e11a4e7e4c2a647b2d92f1430bc26508bb006efca082a0f333a9524f166c0b64b822440d2abccf9fcc0f3d13d5740d289593a7c7cd9349 +DIST zenoh-sync-1.7.1.crate 14998 BLAKE2B 901160400615007bd26718f1e534ecab8861fc4c7cea3cd258a393bfc13849b48a4d2100845995e511a7998afcca9c45c9428966f87a0ca5e3f460a73172b3ec SHA512 69f30799cae7417d129c08e90b2ab81ec838e754dcae93e97b5b31aea24c1c3921554fcefad0a01b90bba07d9fd57c1b78fa9f9bc30306e8dff4521625b043df DIST zenoh-task-1.3.4.crate 8357 BLAKE2B b8a6851b57742861848108c249d65e354312f43095a028bdb07bde91682c29c889339c080f5b69494a9ccb299177414620d2435573f449b4660de9d0d669922c SHA512 44fed0f5a43da425d1861dfe86ed0fd08725a079c89b12a61d5e18652b44f9b50baf5865085162aa15364636cbeec12c0b9dc5c7d7b0d01e6aca63cbef584793 DIST zenoh-task-1.5.1.crate 8356 BLAKE2B c02e51ee2b0c54f458effd85be84324b7b10f06a4d8299ebb808b1370af873fd1c381e6b294996a847c1cceda6146d1e93eb988da2e12572131f2a38cd99f2e3 SHA512 54fc2e59cafec0bda048716a94e0f058847f2f9206ea95124babf76e00ea168ea205c4779cf2ce9c226ea997d142a818becf73d28b878044dc91ea1640f4a7cf DIST zenoh-task-1.6.2.crate 8722 BLAKE2B 0260560b775df0f8f9493e9ed75371593d01ea1f7ee2f60f92f2b2097b8c262afe65baf03abb8849057a707a0dc932b235f82e19277b286235d97600586bea92 SHA512 e045bfedc7ebdf773ad60bfb20ce39f252f798991786c984af93e685bba02caf3a8ef5713c12e6af692a413d35dcc5012645fafce2bc02ef2cf48e62aa98f8ce +DIST zenoh-task-1.7.1.crate 8382 BLAKE2B 21a2324bb7081ef591da3ccc334844515da35220370ab88980756feb541344741caae9374c6c788692eefceba3c11031e63f09fafd854afb8e75123915495c29 SHA512 8c2f463fb653a4202ff5d75216350c1bc9f4bf98fe78a67b9871b819b90d047ce03ffbc1c852c0487432661d5b42a11fb6456491db5ccabb3a706adae1078fd3 DIST zenoh-transport-1.3.4.crate 167332 BLAKE2B 28012b006f32c2a1dce252dd704da1a1968a49a0f2b3eb78c26b974602b9eb7917f5db752785777d0f409c91f95496fa9745cdde5b50077fd9766a858050b152 SHA512 eb5819f2b58a13d9e07f3db1eb605b5594cd8a77fb8759dc777ade951bb207607503e0a86df30f851d8294b5ace5d4c41e02e1882e2b5f3e03e4b46a41803aaf DIST zenoh-transport-1.5.1.crate 169161 BLAKE2B 25225990e26176c60eb3b27ad9851993fad29018084e25bfb7a8e13da3969a65ab4466ddebfc3e51758a63bfd1ee0074d32dd875a2de6bb5bae54cf296e1dc92 SHA512 76337dcccaad695b95f1e8c8bcdc8cbcb5a560cba36a16b7e16e0cff024b3761b4f7a5e29dfdf72bcb2531441ff8bf75efa575a89c6b524ce721d6f53897182e DIST zenoh-transport-1.6.2.crate 172697 BLAKE2B babdf2ad5da092cb4408ee428c02b74c4a4ba20dcb036aa80eb3af55ae5a5b9486b42789afbaf7e2044199d3f53b121d39910430acee544ebeb3b08d9e895956 SHA512 9a4be829ef5f18f844c63d908f0486d72a7279b8bbdc921fda5e67774f914afd4a3be3c7c03c95d28764b4f69d3688ac17eef46f9cee31bc536ded81470be97c +DIST zenoh-transport-1.7.1.crate 171478 BLAKE2B c6ec0502d472a78ee8b026fd63158d2945900449965b9c5fade5f510e3c47fb83dee53400a991789a96cb5422b39f8fb4e54d66536566137a23ac4d917974b30 SHA512 9576771b6dd6789cb58d0eb7c4ddb3e727d8c2d035366a6bed702565ad78254e08c485fdce208f93bdea30eb957e2a9cd17497f7f34c985196c4c496fdc2db39 DIST zenoh-util-1.3.4.crate 26763 BLAKE2B 992a5d3228a38de434e120e39fd4c8993b2099432c8f6dd80bd5d70afafadbce365ccef4bb6f9b28bd665c5a59eff8b57cbd561361b3ea46d847120e7c9511a1 SHA512 885451073eece584e41c983019b9b858dfbf2914e70161b69681f7162f66197e3097845486611d2a3783b2a49b3dada6d7a12f80af1f377dd698515c1de469ae DIST zenoh-util-1.5.1.crate 26774 BLAKE2B 8917071ea323ea9b39e22d915cc903f7eb8aa20ca4277b7be1e9af896e3a1a6aa68ac46ecdfa17be966348816360234eb2ac2bba8aca254c7603df83fe569df9 SHA512 2671d8708929225cb67154f3b3bc924a42314ca74b4dca28010e73e8942d90de29f4e03df6e87ae95f5ba3cf7c25f155c381d6f8126ba99755df3d16bf45d225 DIST zenoh-util-1.6.2.crate 27766 BLAKE2B fb368eabaf72065e3823dedc8aad5da8fb5261f494cf024500f9ada93c019e9f53cda6ce87091ba80d3050cfdb7bdb00a6f2de5b286aac2d7ce48891759023e7 SHA512 c0c815e46c15a415e0043ff1c96b99cadc160ab7c740cd787c49153a9a95a7d34cba386ca454e5ca8b4c5082407c0944defd4232b55bb96639215c21f39ccae2 +DIST zenoh-util-1.7.1.crate 27095 BLAKE2B 3c616113785b8e8a5d5dc0cebeed6abfb2fa8be172f32bd40bc314ee186d894c4e61017c0b50508262d7f9cfc898754ccd65badcdaf10c923e678c5ca2b64974 SHA512 bcfaf500e9b3971c46e9a33b859ea53df30787c1893c5c76f09a17258ca5e1b04832afea1a3f605f66a33c2760c50e261839b61df46ff9120e583324ef04e071 DIST zerocopy-0.7.35.crate 152645 BLAKE2B 8f13123c9d9257ac5a5c6954d38c3510fa658624442f7e03cdcc6db5a0977d9f26bb4e277be172b7872ec365cf6e58ac742e5578636f7698f9f37093e9249d9a SHA512 17fcb31c029ae89c01e5bae5fb2bb46bd434120199a3dc2c7fe0012dbbcfe2a0bb38934c4a7d3a4920e3fe47c097403beee554fefa54b66cb390f8b1de638d3c DIST zerocopy-0.8.20.crate 234675 BLAKE2B 9ed90c185040047c57ec0377087512d2b76eedd1e3a68eb83a3f6cfc91d7ac1a0194a784ed836586bd79f8c952634296065d1343330363638a648e200d89d227 SHA512 c89ffbf430359789e1036761f308507f0adb754eaba2e60511453a874d15bcdca5e6c9ac81733de70e1eaed23d06ca183e1d75224ce82860d007df4a41aff2dd DIST zerocopy-0.8.25.crate 252714 BLAKE2B 161dc6e80765faa6b52a84e3a08d4958ee1446b1bbd63609c111c55c06a3fed409aaa7cfe0e7bd0815c8e35a3dfc896c0e5eabab72acb11ff717d81fa36bc040 SHA512 cb496ecf8a52ffebfe80059381c1d79e5e42abedcc112d0d5b9284b33e53549c1d5ee13e293a77a67a1082381d7600890a42adc27f2b118d6260252f99344fe2 DIST zerocopy-0.8.27.crate 252663 BLAKE2B bef5142d18ae053a542d3a481e5ed3594ee73f9d89eb82224c115701e38245e87ba9cfddd15812fbae5c2486ad46c11481ee722a3c3832a2540a43f84f6dce7e SHA512 f3f8d298b3a56d0eb3061207d069f34302e1dfb61e6b3ab2a9c8d0656b5da807ebd70310ddf818fbb40547597183e09be77c07c4b665690af66f27a9cf96a1df +DIST zerocopy-0.8.31.crate 257633 BLAKE2B 42b49b61a19d7d9865a0c7600d644902eb50b279a9f372769a5adcde211a7408d13b7fc83959b898422141abddd0460cbef67a2edc7c34591a183c0a6c82f0f7 SHA512 0d21cf7e269c50a4c4451426c9b4be3836fc53b0c7ae2c737996a7e6ad5dac3863c554e47308720087e928535ce4a2c4a25e1ead4cb927c29bb6a68fe66d2069 DIST zerocopy-derive-0.7.35.crate 37829 BLAKE2B badeb7fa5e0bfe93a6788d93fd297604ed31de526b121549300ead3c49d450f49265f499e2e7ce606dcce2b59dd01f7fa817b8fbb3f237475185c5b42f5299c4 SHA512 dbe23573b62a6267d7bc8c744320b75b2fbda03b908c1d175211f7394374fe182bce58021e25485c10671d726b2007f250565dfe53134d51c89293bb607e9feb DIST zerocopy-derive-0.8.20.crate 83660 BLAKE2B bde4d54107948aa644265acb3c0d11485efb936b95a51926db26b3ba66de7c970c012929425f64b63aa0732ffdc5b7657dd2d093fdab11a53f8959579908e72d SHA512 7b3e7b83555a93a6149621a6a6555e6187717cddd576805d1e44be5fd9b77ebfe63fb08087008de0c195bbff7d512b26797f429e359dd522b585f832c9d00913 DIST zerocopy-derive-0.8.25.crate 87671 BLAKE2B 147f8e7de236cf260c089bd14ca44eeaf9f94d233fcedcd72a220abc0731f373d78d03c7f035babf00ee98e59ffb17ae0eff2b695bcf82fdbdb7bc1d07aa477e SHA512 c4e1086155e2b6e53ad6af11e8f1d66f09a6496476bca069b39bf5f6f51cccf83485c1043dd652e9cf63c72fc0da55b80871f725b34878ca534d1ee22c24cbb9 DIST zerocopy-derive-0.8.27.crate 89827 BLAKE2B ace5abe8aca7cdc22ab66826e7e244b89d84adf495186eaa2714d6c521403e2fd84b56259eed6d2a6ad9800e164021dadfcdf4c80ad8a8b7eb0dd7fe799e9749 SHA512 9fd0b4f900e6ea7c92998b7297deafa84870e7e57d09225ae3910894358da9f405925fed88d2528f52caf5a1f6e32dd75bfa18ed3a7f9fee75bfa88c0f23e451 +DIST zerocopy-derive-0.8.31.crate 90835 BLAKE2B 3389db8cd661caf45a147b1f70fada5adf3a70375e27dcb3eeb75f079ef9e776daa397a851df0846cdb0d26448a30725993d3cf27f196d85434f78432c1fd757 SHA512 ebfae66be4685754c06cd6aded9c7bfe143997626cfc1295cca9bbf233d4f48719bf19101b5e5a9905aafd53d889939f4eb31743fbac76426c22bd20765b186f DIST zerofrom-0.1.5.crate 5091 BLAKE2B a2b938197957755c4a8ccfb258f60f90931a0a342d9d4bd098c7a25e1c9069148a51ddfffd2b72a6a9856d8c6e66fe1482ab2081a5f3478b4b318062caffff42 SHA512 11f16a1003967b3f30d7b32ffc8541ec05fb335690b08cf4f7554c624ad4312ee0961c83390a997e2a73aee06d8bb09a0ff4e6a5e489f8fb925141e732006544 DIST zerofrom-0.1.6.crate 5669 BLAKE2B 1428e9cfdcdae13b39b7465524d1b8b79bdd89f743d3db4a3305c2b39d61ad7ced958dabd673a135147a04c8ace69d8c710dc06c6a07b1dd3987fc0a45148094 SHA512 e87c50b4f87caff70d026099bddcced73398c432f6aade32d74ad199cb3a985956bac282f48efdd501e64e80297afe4f8a4518db32437bf297fcf51a6f94bbd9 DIST zerofrom-derive-0.1.5.crate 8285 BLAKE2B d19bf1b74be89f4d27eda36ba6407d598358d3d69bed64f02903ab7dc509faa006cde9c13e19f5f3cde09cf9049120575263996c922b20da366a11e18baa42dc SHA512 75098e0f1c690bd8476f819f4ea2a7645b88237042a8876259bf4e025b070a4b105caf16ca7a824c5dd6c4690b693fcc74bed9ac0b5e6fdab05a5bed1b5cb298 @@ -1543,11 +1679,14 @@ DIST zeroize-1.8.1.crate 20029 BLAKE2B 092eba034cd35ec47290020e0c2b213177ff5dbe1 DIST zeroize-1.8.2.crate 20907 BLAKE2B f9233758bde107e2409b56e936e02f51442ff29dfb2589c0b194edb38645421b4b8e6064208f7548a93836149c425de90c08792288e5cea1ae117911406bcdd5 SHA512 ce1fb97ac69cb0792f2f5820919aaa0a9f71c4b410bd0d0c2343d8415d39e3eec3f948cc2769eaf639c14695a3961fb6cd96ba7a77a15a77924d1a8c16497b81 DIST zeroize_derive-1.4.2.crate 11141 BLAKE2B a40add656369a3a40d5b5f3397a77a1e9f803d4b8ae5b7d51c9f2ebb332a289b3c1ea528655806a26998e081a1cc9f4b07828664542de8d8d2619faf079d25c5 SHA512 d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226 DIST zerotrie-0.2.2.crate 74423 BLAKE2B ddbf7c1a1e45fd4b3c44bd7036e46070a2d9fbb338de719c2c775dfa96ed11d06e14232f05eec4b5c9ac500ed4e7abd8a483dcd06a6a60ba20e6b6b6fa7333ff SHA512 72b6e9633f100172b5e8ef25dce004ea1eb14e110b9189d91faf19f63f8a7714325c2847df559b7ade1f0b2c54369c63fb9745946c4976750a28853790328ee8 +DIST zerotrie-0.2.3.crate 69547 BLAKE2B e5195d0ac15eb05ced2064cd106892855253b11fb996fa8a9f8b44b3b2958e900c95503200c5fccaef91df3fcf0dd17c9a028ad8c014ba09485f7743cfe6b74f SHA512 10d3cb670f959b81a7170440a081ebe66f147c76be8e6c769b9093bc737cbb28c1b632515311adf7ffccee0cf05f808ad461743128429d2d1ad86932e54b587d DIST zerovec-0.10.4.crate 126398 BLAKE2B b078784d6f178bbb9de1c3c1b6c7ef996f00bdd7dfd2924bda921e62f3e09e953fbf50f8d0da99ac6ff6d134f146253846f5663549dcf8df08eaf34b9d4016b3 SHA512 db12bba1d7476ddead92e6dfcdcc30e2e0defff4f263a740244eabee265a2cab265473a663d3dc3210f48e113b66d951da496dfab7965ce1bc792e5f2db422a0 DIST zerovec-0.11.2.crate 124500 BLAKE2B a668f982e2e02cf8c1d14aa2c5def275c643124ca68bf0e358f3f0f5d0251e35f3a51fb4e38ac8e880f592a0791aeb53e2204b3b9bda200a76d4f3c3dd26852e SHA512 72297429aad473b6dcd5019cca30f85779aebc826cc47694589a9a9025772b46130a654970b03a9866d51724ec5efc474fa249490365430416dde6002e939255 DIST zerovec-0.11.4.crate 125080 BLAKE2B 67957532912716a8fe7b5468effc8af700251acfedad13e4874229ce91a2450026a2a336b542cc1239f62a71da997e406c49f85f4f8c7019a9228997d8a31750 SHA512 461ac55146b32f323dff50f85044040096369361bd23e341d729467e99b5c825ec0add8fa940bf0c17cd4990fd7e629268891a711d5b49348167c0a9d6c03e31 +DIST zerovec-0.11.5.crate 119620 BLAKE2B 8277a379f53b95575fc14ff56b41930099433af7c10b480e7ac7e4b3c9b971571f7966873272bd4249dbdb2ff388c56963a5b9d7b2c9ac2072ac2a85178028e0 SHA512 65705ab802bc441561efe7af6cbd6187c04ee8d2feb2b5d5137dbbcf92d65edd30db5ef003c2f34588dd1a3a0a2aac475b4312d3c4951a32a82d5aeb57a2fda9 DIST zerovec-derive-0.10.3.crate 19438 BLAKE2B 9f7df8a4e4a0b62ab25aed967b26509db4bcc5d5b10b3bd73305099a4c49a60be8921484ced1a34d9b7ae30ffa5abe789686f432416a8f1cfc07de1db1dff594 SHA512 caefbffeb35265db9f74933bf07109d57f0da48156cafd4f330af78a5c7eb9ab0831a80789ad4fb119875ebc6cfd7e3de68c9984b77dca5151f9be41f1ae6e09 DIST zerovec-derive-0.11.1.crate 21294 BLAKE2B cb51fbd289868568f65ca7253059c1c2c94a8130a2a9879b2a0129faf5867e13ff675cfc9b359793629d955a1b39617c6fce9079398a54ae31670ec29eab6ef1 SHA512 5836035134bdf09a4a8cdd5a18f629696902704903c4b3579ddf1adfa49ab47a68287ecf2be165d631ba454daf150c043410359783bf1ce448e7ca46b8cb6039 +DIST zerovec-derive-0.11.2.crate 21421 BLAKE2B 42ec1fd49da71796845e1b3414d3422ebecd6f30e7affb7a672449a75a70acfcfc24096130edf3c247651272b03134519a89bcfe36dc2e426a8224fd687236cf SHA512 ee36fa909e0ba80ec0cc10608837bcb0b4fde68b12174c8311ffab0eb8ac78f62ed6540bfb5bd4fb756c911f4ebf44b3a0bfb5ce293572bafb75b9e5705a5745 DIST zip-2.2.2.crate 108809 BLAKE2B e6d7792b70ab397ef340d37167266b87538d2e0ad422d02b053f6b492c8ed13535ea18d5d4077350286b3c2f79623a01ec89544f6334eddd07c87b0d443f19ae SHA512 0255079792b786a55dd18587daf178456f2b79f83d767ba42504f8b7163eebc152c02500097edd78bb37916444c9ad9905779367c6d743489502468258f1706e DIST zip-4.0.0.crate 111911 BLAKE2B 8cefc64e9847f59ac273372909588c781724dcf063f8c68ce01dc4b6b6e6bcecca76f5b52b68f7d2cb0ab86e97c87332a3f0e7a86f48d995189fbf0156649728 SHA512 fd7352dd5af8e47a297d2c91cd742c7548da939d993d7dc1c94d8f83b3695a06fdc2001d8208d5eb2a5d92888571a51155972ea885e1b6e00b704fe95089ea9d DIST zip-4.6.1.crate 115842 BLAKE2B 3e09ec4a5c1e3f830912d1dd49dbb330b0c6efbca4fc71605360c3ad8055644919715e128a7c0c7b083032614161123ab70e9ff58b31790597dfa8759f73785f SHA512 ebb8051c69810fbf945d828a8ed5210c3e2b23f2c85df80b556709fa5bb2e40114041fc38c1318ded991c4e3b3979ad83db60fec202eacde2be4c347a0b2e8e7 @@ -1555,8 +1694,10 @@ DIST zip-5.1.1.crate 127991 BLAKE2B fcd105e0ee9ce6187cc2ce879d2330cf06fd3a8d9d17 DIST zip-6.0.0.crate 128541 BLAKE2B d20916227906c95d078a4da4dc5b67879e46cb129d34a45e2088fbdcd416d244cd2094017d9d97d5210baaea38edf3f7f8307cb716fae2fd7c511561406d52b1 SHA512 0fbcc6ef6580df7db0d98f677bb5097a7c420646d1eec44b89714a7c9c7f54e4abe6489192f85e1debccfa241e3cbed2ef0a7eab3f0864b7f008527ace8e0996 DIST zlib-rs-0.5.0.crate 191547 BLAKE2B b5555586bf061706e0a1d7f73e6a3a1030996a5de12435c96d9c82b59b7e7f28ead1db375eef8eb97d54bbd29ea96cfec47dc8c8372086df2a2f45eae9cb3335 SHA512 6cd49a69f7b515c3872ca10975d445badead076159b73d0c9298a2d52ca23d439e5e5408f4359d03f7728f081a50e2ce714f0028dc2ffa0de421c6e89e8d3096 DIST zlib-rs-0.5.2.crate 194342 BLAKE2B da47c819670c03cbfa3b9a7ca5314c81332ae566db578a84535b28570400f94924f532774e49efa884aae82ed748b8fd039cc29ff0ac9b0fd858efcdbf18c690 SHA512 41a0760c387efed4aeb4d568a6f01f2f4cf0f02aea3db1d69d0566c2ce1d68e8e9b2fbf0a34005aaab16a985a6bfb66c7d035949b70fb3592f086a6f428c00ff +DIST zlib-rs-0.5.4.crate 206980 BLAKE2B 4b6ec252e90596c09e4aafc58f844d9f8d5fdc2eef95d1da7a0c64e050c9b7f3f25d92d320fe973cb5ad4bce93a32d3fefc49c627e21293e6b6d8dafd60aec9a SHA512 51bf82b693b56e7d927efadff8cb75dbcddf32447eac08d54cae1c6e5730f79235e66872810359a38b9bcf1c3b510813963e8064b5a848d583e6fa8d539fa798 DIST zopfli-0.8.1.crate 50972 BLAKE2B 27cde48858dc65ec8082d4e0d81e2758f92d3dcc7a1c1f08aa6448e99f2995a865ac3259353b26e787f108c2f88ce3c7610413ea9d3daae6f864900d74565de6 SHA512 799e25c0cc9f0bf2119a7c03225b11ed94e7c3ac83f872a27da8ae15c90206245121c38f5e2b78fece131f5bb428f01fabbfd1b1e18ea456957940042d38f38d DIST zopfli-0.8.2.crate 51842 BLAKE2B c7484b071d225de147106ed91b76f3871336a133bdc7f93740369bf3aa886207e9f405c3b55ea5b49ed591222adcfd389af7e79d9f5b1ff15022af28374f6df1 SHA512 ed78e6caf284f5937afbb6810f4016e90e801a6cb8290186995b44e33303a3a80ea50fb1dcd1b0bc0c416b7540c85199cd8ca11fdebaab99f11468085e6b1592 +DIST zopfli-0.8.3.crate 51589 BLAKE2B 5c1e9120b44bf6576bdc636b6e66f7f6d2aa56e4772481ffd027f56383cbc85032d003dbb04cd47cd6783f6901017fd270279dfcdda6caffc8c32eeb473c96ea SHA512 564453096c9352d732c76b3eec69c3f454cbdf64f99926f676e845fc5312fa6833bcaa3a451ed87b7c7038bb5ec2bcb1467e21b29250a7524b78421ac987cd33 DIST zstd-0.13.2.crate 30251 BLAKE2B 7a13a094791b13b9215cce3aae5f99b86dc76ff271324a67170747f56b97df514762a0c097e6376752d2a5b35f9ef03d76e0c362e34e15ca02fa3644cc933131 SHA512 9cc3584f74da6da6920b74a7125b4eee9133ae00776aff3c77404fb438e05831f654fce46f7ebab442b04f20f84c11ca58f7ebfe7ff506833c38e919ee3f8572 DIST zstd-0.13.3.crate 30514 BLAKE2B f849d794a4e9157c95d7fcce57551a0fe25098348759086219adab57f37b328e9701b65994da30d8756adf12feae4407f5be92f6c1ca43a57807097520fcd04f SHA512 07e1589ebf2aa169cdc50381f5078012574e3613cc89f3d02914b286d37a9028124c6d40ee8efd75ecc50f31e51a24d2ad0a6e83e669d7dc6477fc43878d4751 DIST zstd-safe-7.2.1.crate 21122 BLAKE2B 49df1ae857449393e6a09293b8963702fecb375622a5cda96d51c3ae96b67044aa40dbc043b96a16ea3b66dac47287dc58007a825c025c3d9b7aac31b441ab9a SHA512 95d0a1d4bb307f64de40f4bad5b400e5a592c901e133a88d8344c46ba3dd51465a8284fa2e3aca74f531c21e7bc3eead112f3797abaea7e439e3f407401b947b diff --git a/net-mail/stalwart-mail/stalwart-mail-0.15.1.ebuild b/net-mail/stalwart-mail/stalwart-mail-0.15.1.ebuild new file mode 100644 index 000000000000..98a68f2ea29a --- /dev/null +++ b/net-mail/stalwart-mail/stalwart-mail-0.15.1.ebuild @@ -0,0 +1,958 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.0 + +EAPI=8 + +CRATES=" + RustyXML@0.3.0 + addr2line@0.25.1 + adler2@2.0.1 + adler32@1.2.0 + aead@0.5.2 + aes-gcm-siv@0.11.1 + aes-gcm@0.10.3 + aes@0.8.4 + ahash@0.8.12 + aho-corasick@1.1.4 + allocator-api2@0.2.21 + android_system_properties@0.1.5 + anstream@0.6.21 + anstyle-parse@0.2.7 + anstyle-query@1.1.5 + anstyle-wincon@3.0.11 + anstyle@1.0.13 + anyhow@1.0.100 + arbitrary@1.4.2 + arc-swap@1.7.1 + argon2@0.5.3 + array-init@2.1.0 + arrayref@0.3.9 + arrayvec@0.7.6 + ascii-canvas@3.0.0 + asn1-rs-derive@0.6.0 + asn1-rs-impl@0.2.0 + asn1-rs@0.7.1 + async-channel@1.9.0 + async-lock@3.4.1 + async-nats@0.44.2 + async-recursion@1.1.1 + async-stream-impl@0.3.6 + async-stream@0.3.6 + async-trait@0.1.89 + atomic-waker@1.1.2 + attohttpc@0.28.5 + autocfg@1.5.0 + aws-creds@0.37.0 + aws-region@0.25.5 + azure_core@0.21.0 + azure_storage@0.21.0 + azure_storage_blobs@0.21.0 + azure_svc_blobstorage@0.21.0 + backtrace@0.3.76 + base16ct@0.2.0 + base32@0.5.1 + base64@0.13.1 + base64@0.21.7 + base64@0.22.1 + base64ct@1.8.1 + bincode@1.3.3 + bincode@2.0.1 + bincode_derive@2.0.1 + bindgen@0.70.1 + bindgen@0.72.1 + biscuit@0.7.0 + bit-set@0.5.3 + bit-set@0.8.0 + bit-vec@0.6.3 + bit-vec@0.8.0 + bitflags@2.10.0 + bitpacking@0.9.2 + bitvec-nom2@0.2.1 + bitvec@1.0.1 + blake2@0.10.6 + blake3@1.8.2 + block-buffer@0.10.4 + block-buffer@0.9.0 + block-padding@0.3.3 + blowfish@0.7.0 + blowfish@0.9.1 + btoi@0.4.3 + buffered-reader@1.4.0 + bumpalo@3.19.0 + bytecheck@0.8.2 + bytecheck_derive@0.8.2 + bytemuck@1.24.0 + byteorder@1.5.0 + bytes@1.11.0 + bzip2-sys@0.1.13+1.0.8 + bzip2@0.6.1 + calcard@0.1.3 + calcard@0.3.2 + camellia@0.1.0 + cast5@0.11.1 + castaway@0.2.4 + cbc@0.1.2 + cc@1.2.49 + cedarwood@0.4.6 + cesu8@1.1.0 + cexpr@0.6.0 + cfb-mode@0.8.2 + cfb@0.7.3 + cfg-if@1.0.4 + cfg_aliases@0.2.1 + chrono-tz@0.10.4 + chrono@0.4.42 + cipher@0.2.5 + cipher@0.4.4 + clang-sys@1.8.1 + clap@4.5.53 + clap_builder@4.5.53 + clap_derive@4.5.49 + clap_lex@0.7.6 + cmac@0.7.2 + cmake@0.1.54 + colorchoice@1.0.4 + combine@4.6.7 + compact_str@0.9.0 + concurrent-queue@2.5.0 + console@0.15.11 + const-oid@0.9.6 + const-random-macro@0.1.16 + const-random@0.1.18 + const_format@0.2.35 + const_format_proc_macros@0.2.34 + const_panic@0.2.15 + constant_time_eq@0.3.1 + core-foundation-sys@0.8.7 + core-foundation@0.10.1 + core-foundation@0.9.4 + core2@0.4.0 + cpufeatures@0.2.17 + crc-catalog@2.4.0 + crc16@0.4.0 + crc32fast@1.5.0 + crc@3.4.0 + critical-section@1.2.0 + crossbeam-channel@0.5.15 + crossbeam-deque@0.8.6 + crossbeam-epoch@0.9.18 + crossbeam-queue@0.3.12 + crossbeam-utils@0.8.21 + crossbeam@0.8.4 + crunchy@0.2.4 + crypto-bigint@0.5.5 + crypto-common@0.1.7 + crypto-mac@0.10.0 + csv-core@0.1.13 + csv@1.4.0 + ctr@0.9.2 + curve25519-dalek-derive@0.1.1 + curve25519-dalek@4.1.3 + darling@0.20.11 + darling@0.21.3 + darling_core@0.20.11 + darling_core@0.21.3 + darling_macro@0.20.11 + darling_macro@0.21.3 + dary_heap@0.3.8 + data-encoding@2.9.0 + dbl@0.3.2 + deadpool-postgres@0.14.1 + deadpool-runtime@0.1.4 + deadpool@0.10.0 + deadpool@0.12.3 + decancer@3.3.3 + deflate64@0.1.10 + der-parser@10.0.0 + der@0.7.10 + deranged@0.5.5 + derive_arbitrary@1.4.2 + des@0.8.1 + digest@0.10.7 + digest@0.9.0 + dirs-next@2.0.0 + dirs-sys-next@0.1.2 + dirs-sys@0.5.0 + dirs@6.0.0 + displaydoc@0.2.5 + dlv-list@0.5.2 + dns-update@0.1.6 + doc-comment@0.3.4 + dsa@0.6.3 + dyn-clone@1.0.20 + eax@0.5.0 + ecb@0.1.2 + ecdsa@0.16.9 + ece@2.3.1 + ed25519-dalek@2.2.0 + ed25519@2.2.3 + either@1.15.0 + elliptic-curve@0.13.8 + ena@0.14.3 + encode_unicode@1.0.0 + encoding_rs@0.8.35 + endian-type@0.1.2 + enum-as-inner@0.6.1 + equivalent@1.0.2 + errno@0.3.14 + event-listener-strategy@0.5.4 + event-listener@2.5.3 + event-listener@5.4.1 + fallible-iterator@0.2.0 + fallible-iterator@0.3.0 + fallible-streaming-iterator@0.1.9 + fancy-regex@0.14.0 + farmhash@1.1.5 + fast-float@0.2.0 + fastbloom@0.14.0 + fastrand@1.9.0 + fastrand@2.3.0 + ff@0.13.1 + fiat-crypto@0.2.9 + find-msvc-tools@0.1.5 + fixedbitset@0.4.2 + fixedbitset@0.5.7 + flate2@1.1.5 + flume@0.11.1 + fnv@1.0.7 + foldhash@0.1.5 + foldhash@0.2.0 + foreign-types-shared@0.1.1 + foreign-types@0.3.2 + form-data@0.6.0 + form_urlencoded@1.2.2 + foundationdb-gen@0.9.2 + foundationdb-macros@0.3.3 + foundationdb-sys@0.9.1 + foundationdb-tuple@0.9.1 + foundationdb@0.9.2 + funty@2.0.0 + futures-channel@0.3.31 + futures-core@0.3.31 + futures-executor@0.3.31 + futures-io@0.3.31 + futures-lite@1.13.0 + futures-macro@0.3.31 + futures-sink@0.3.31 + futures-task@0.3.31 + futures-util@0.3.31 + futures@0.3.31 + generic-array@0.14.7 + generic-array@1.3.5 + gethostname@1.1.0 + getrandom@0.1.16 + getrandom@0.2.16 + getrandom@0.3.4 + ghash@0.5.1 + gimli@0.32.3 + git-version-macro@0.3.9 + git-version@0.3.9 + glob@0.3.3 + group@0.13.0 + h2@0.3.27 + h2@0.4.12 + hashbrown@0.12.3 + hashbrown@0.14.5 + hashbrown@0.15.5 + hashbrown@0.16.1 + hashify@0.2.7 + hashlink@0.10.0 + heck@0.4.1 + heck@0.5.0 + hermit-abi@0.5.2 + hex@0.4.3 + hickory-client@0.24.4 + hickory-proto@0.24.4 + hickory-proto@0.26.0-alpha.1 + hickory-resolver@0.26.0-alpha.1 + hkdf@0.12.4 + hmac@0.10.1 + hmac@0.12.1 + home@0.5.12 + hostname@0.4.2 + http-body-util@0.1.3 + http-body@0.4.6 + http-body@1.0.1 + http-types@2.12.0 + http@0.2.12 + http@1.4.0 + httparse@1.10.1 + httpdate@1.0.3 + human-size@0.4.3 + humantime@2.3.0 + hyper-rustls@0.24.2 + hyper-rustls@0.27.7 + hyper-timeout@0.5.2 + hyper-util@0.1.19 + hyper@0.14.32 + hyper@1.8.1 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.64 + icu_collections@2.1.1 + icu_locale_core@2.1.1 + icu_normalizer@2.1.1 + icu_normalizer_data@2.1.1 + icu_properties@2.1.2 + icu_properties_data@2.1.2 + icu_provider@2.1.1 + idea@0.5.1 + ident_case@1.0.1 + idna@1.1.0 + idna_adapter@1.2.1 + imagesize@0.14.0 + include-flate-codegen@0.3.1 + include-flate-compress@0.3.1 + include-flate@0.3.1 + indexmap@1.9.3 + indexmap@2.12.1 + indicatif@0.17.11 + infer@0.19.0 + infer@0.2.3 + inout@0.1.4 + instant@0.1.13 + ipconfig@0.3.2 + ipnet@2.11.0 + ipnetwork@0.20.0 + iri-string@0.7.9 + is-terminal@0.4.17 + is_terminal_polyfill@1.70.2 + itertools@0.10.5 + itertools@0.11.0 + itertools@0.13.0 + itertools@0.14.0 + itoa@1.0.15 + jemalloc-sys@0.5.4+5.3.0-patched + jemallocator@0.5.4 + jieba-macros@0.8.1 + jieba-rs@0.8.1 + jmap-client@0.3.3 + jmap-client@0.4.0 + jmap-tools@0.1.3 + jni-sys@0.3.0 + jni@0.21.1 + jobserver@0.1.34 + js-sys@0.3.83 + json5@0.4.1 + keccak@0.1.5 + keyed-set@1.1.0 + keyed_priority_queue@0.4.2 + konst@0.3.16 + konst_kernel@0.3.15 + lalrpop-util@0.20.2 + lalrpop@0.20.2 + lazy_static@1.5.0 + lber@0.5.1 + ldap3@0.12.1 + libbz2-rs-sys@0.2.2 + libc@0.2.178 + libflate@2.2.1 + libflate_lz77@2.2.0 + libloading@0.8.9 + libm@0.2.15 + libredox@0.1.10 + librocksdb-sys@0.17.3+10.4.2 + libsqlite3-sys@0.35.0 + libz-rs-sys@0.5.4 + libz-sys@1.1.23 + linked-hash-map@0.5.6 + linux-raw-sys@0.11.0 + litemap@0.8.1 + lock_api@0.4.14 + log@0.4.29 + lru-cache@0.1.2 + lru-slab@0.1.2 + lru@0.14.0 + lz4-sys@1.11.1+lz4-1.10.0 + lz4_flex@0.11.5 + lz4_flex@0.12.0 + lzma-rust2@0.13.0 + mail-auth@0.7.3 + mail-builder@0.4.4 + mail-parser@0.11.1 + mail-send@0.5.2 + maplit@1.0.2 + matchers@0.2.0 + maybe-async@0.2.10 + md-5@0.10.6 + md-5@0.9.1 + md5@0.7.0 + md5@0.8.0 + memchr@2.7.6 + memory-stats@1.2.0 + memsec@0.7.0 + mime@0.3.17 + mime_guess@2.0.5 + minimal-lexical@0.2.1 + miniz_oxide@0.8.9 + mio@1.1.1 + moka@0.12.11 + munge@0.4.7 + munge_macro@0.4.7 + mysql-common-derive@0.32.1 + mysql_async@0.36.1 + mysql_common@0.35.5 + nanorand@0.7.0 + new_debug_unreachable@1.0.6 + nibble_vec@0.1.0 + nix@0.30.1 + nkeys@0.4.5 + no-std-net@0.6.0 + nohash-hasher@0.2.0 + nohash@0.2.0 + nom@7.1.3 + nonempty-collections@0.3.1 + nu-ansi-term@0.50.3 + nuid@0.5.0 + num-bigint-dig@0.8.6 + num-bigint@0.4.6 + num-conv@0.1.0 + num-integer@0.1.46 + num-iter@0.1.45 + num-traits@0.2.19 + num_cpus@1.17.0 + num_enum@0.7.5 + num_enum_derive@0.7.5 + number_prefix@0.4.0 + object@0.37.3 + ocb3@0.1.0 + oid-registry@0.8.1 + once_cell@1.21.3 + once_cell_polyfill@1.70.2 + opaque-debug@0.3.1 + openssl-macros@0.1.1 + openssl-probe@0.1.6 + openssl-sys@0.9.111 + openssl@0.10.75 + opentelemetry-http@0.29.0 + opentelemetry-otlp@0.29.0 + opentelemetry-proto@0.29.0 + opentelemetry-semantic-conventions@0.29.0 + opentelemetry@0.29.1 + opentelemetry_sdk@0.29.0 + option-ext@0.2.0 + ordered-multimap@0.7.3 + p256@0.13.2 + p384@0.13.1 + p521@0.13.3 + parking@2.2.1 + parking_lot@0.12.5 + parking_lot_core@0.9.12 + password-hash@0.5.0 + paste@1.0.15 + pbkdf2@0.12.2 + pem-rfc7468@0.7.0 + pem@3.0.6 + percent-encoding@2.3.2 + pest@2.8.4 + pest_derive@2.8.4 + pest_generator@2.8.4 + pest_meta@2.8.4 + petgraph@0.6.5 + petgraph@0.8.3 + phf@0.12.1 + phf@0.13.1 + phf_codegen@0.13.1 + phf_generator@0.13.1 + phf_macros@0.13.1 + phf_shared@0.11.3 + phf_shared@0.12.1 + phf_shared@0.13.1 + pin-project-internal@1.1.10 + pin-project-lite@0.2.16 + pin-project@1.1.10 + pin-utils@0.1.0 + pkcs1@0.7.5 + pkcs8@0.10.2 + pkg-config@0.3.32 + pnet_base@0.35.0 + pnet_datalink@0.35.0 + pnet_sys@0.35.0 + polyval@0.6.2 + portable-atomic@1.11.1 + postgres-protocol@0.6.9 + postgres-types@0.2.11 + potential_utf@0.1.4 + powerfmt@0.2.0 + ppmd-rust@1.3.0 + ppv-lite86@0.2.21 + precomputed-hash@0.1.1 + prettyplease@0.2.37 + prettytable-rs@0.10.0 + primeorder@0.13.6 + privdrop@0.5.6 + proc-macro-crate@3.4.0 + proc-macro-error-attr2@2.0.0 + proc-macro-error-attr@1.0.4 + proc-macro-error2@2.0.1 + proc-macro-error@1.0.4 + proc-macro2@1.0.103 + prometheus@0.14.0 + prost-derive@0.13.5 + prost@0.13.5 + proxy-header@0.1.2 + psl-types@2.0.11 + psl@2.1.168 + ptr_meta@0.3.1 + ptr_meta_derive@0.3.1 + pure-rust-locales@0.8.2 + pwhash@1.0.0 + quick-xml@0.31.0 + quick-xml@0.32.0 + quick-xml@0.38.4 + quick_cache@0.6.18 + quinn-proto@0.11.13 + quinn-udp@0.5.14 + quinn@0.11.9 + quote@1.0.42 + r-efi@5.3.0 + r2d2@0.8.10 + radium@0.7.0 + radix_trie@0.2.1 + rancor@0.1.1 + rand@0.7.3 + rand@0.8.5 + rand@0.9.2 + rand_chacha@0.2.2 + rand_chacha@0.3.1 + rand_chacha@0.9.0 + rand_core@0.5.1 + rand_core@0.6.4 + rand_core@0.9.3 + rand_hc@0.2.0 + rasn-cms@0.10.6 + rasn-derive@0.10.6 + rasn-pkix@0.10.6 + rasn@0.10.6 + rayon-core@1.13.0 + rayon@1.11.0 + rcgen@0.12.1 + rcgen@0.14.5 + rdkafka-sys@4.9.0+2.10.0 + rdkafka@0.38.0 + redis@0.32.7 + redox_syscall@0.5.18 + redox_users@0.4.6 + redox_users@0.5.2 + ref-cast-impl@1.0.25 + ref-cast@1.0.25 + regex-automata@0.4.13 + regex-syntax@0.8.8 + regex@1.12.2 + rend@0.5.3 + reqwest@0.12.25 + resolv-conf@0.7.6 + rev_lines@0.3.0 + rfc6979@0.4.0 + ring@0.17.14 + ringbuffer-spsc@0.1.15 + ripemd@0.1.3 + rkyv@0.8.12 + rkyv_derive@0.8.12 + rle-decode-fast@1.0.3 + roaring@0.11.2 + rocksdb@0.24.0 + ron@0.12.0 + rpassword@7.4.0 + rsa@0.9.9 + rtoolbox@0.0.3 + rtrb@0.3.2 + rusqlite@0.37.0 + rust-ini@0.21.3 + rust-s3@0.35.1 + rust-stemmers@1.2.0 + rustc-demangle@0.1.26 + rustc-hash@1.1.0 + rustc-hash@2.1.1 + rustc_version@0.4.1 + rusticata-macros@4.1.0 + rustix@1.1.2 + rustls-native-certs@0.6.3 + rustls-native-certs@0.7.3 + rustls-native-certs@0.8.2 + rustls-pemfile@1.0.4 + rustls-pemfile@2.2.0 + rustls-pki-types@1.13.1 + rustls-platform-verifier-android@0.1.1 + rustls-platform-verifier@0.6.2 + rustls-webpki@0.101.7 + rustls-webpki@0.102.8 + rustls-webpki@0.103.8 + rustls@0.21.12 + rustls@0.23.35 + rustversion@1.0.22 + ryu@1.0.20 + salsa20@0.10.2 + same-file@1.0.6 + saturating@0.1.0 + scc@2.4.0 + schannel@0.1.28 + scheduled-thread-pool@0.2.7 + schemars@0.9.0 + schemars@1.1.0 + schemars_derive@1.1.0 + scopeguard@1.2.0 + scrypt@0.11.0 + sct@0.7.1 + sdd@3.0.10 + sec1@0.7.3 + secrecy@0.8.0 + security-framework-sys@2.15.0 + security-framework@2.11.1 + security-framework@3.5.1 + semver@1.0.27 + sequoia-openpgp@2.1.0 + serde@1.0.228 + serde_bytes@0.11.19 + serde_core@1.0.228 + serde_derive@1.0.228 + serde_derive_internals@0.29.1 + serde_json@1.0.145 + serde_nanos@0.1.4 + serde_qs@0.8.5 + serde_repr@0.1.20 + serde_urlencoded@0.7.1 + serde_with@3.16.1 + serde_with_macros@3.16.1 + serde_yaml@0.9.34+deprecated + serial_test@3.2.0 + serial_test_derive@3.2.0 + sha-1@0.9.8 + sha1@0.10.6 + sha1_smol@1.0.1 + sha1collisiondetection@0.3.4 + sha2-const-stable@0.1.0 + sha2@0.10.9 + sha2@0.9.9 + sha3@0.10.8 + sharded-slab@0.1.7 + shellexpand@3.1.1 + shlex@1.3.0 + sieve-rs@0.7.0 + signal-hook-registry@1.4.7 + signatory@0.27.1 + signature@2.2.0 + simd-adler32@0.3.8 + simdutf8@0.1.5 + siphasher@1.0.1 + slab@0.4.11 + smallvec@1.15.1 + smtp-proto@0.2.0 + snafu-derive@0.7.5 + snafu@0.7.5 + socket2@0.5.10 + socket2@0.6.1 + spin@0.10.0 + spin@0.9.8 + spki@0.7.3 + stabby-abi@72.1.1 + stabby-macros@72.1.1 + stabby@72.1.1 + stable_deref_trait@1.2.1 + static_assertions@1.1.0 + string_cache@0.8.9 + stringprep@0.1.5 + strsim@0.11.1 + subtle@2.6.1 + syn@1.0.109 + syn@2.0.111 + sync_wrapper@1.0.2 + synstructure@0.13.2 + tagptr@0.2.0 + tap@1.0.1 + term@0.7.0 + termcolor@1.4.1 + thiserror-impl@1.0.69 + thiserror-impl@2.0.17 + thiserror@1.0.69 + thiserror@2.0.17 + thread_local@1.1.9 + time-core@0.1.6 + time-macros@0.2.24 + time@0.3.44 + tiny-keccak@2.0.2 + tinystr@0.8.2 + tinyvec@1.10.0 + tinyvec_macros@0.1.1 + tls-listener@0.11.2 + token-cell@2.1.1 + tokio-macros@2.6.0 + tokio-postgres@0.7.15 + tokio-rustls@0.24.1 + tokio-rustls@0.26.4 + tokio-stream@0.1.17 + tokio-tungstenite@0.28.0 + tokio-util@0.7.17 + tokio-websockets@0.10.1 + tokio@1.48.0 + toml_datetime@0.7.3 + toml_edit@0.23.9 + toml_parser@1.0.4 + tonic@0.12.3 + totp-rs@5.7.0 + tower-http@0.6.8 + tower-layer@0.3.3 + tower-service@0.3.3 + tower@0.4.13 + tower@0.5.2 + tracing-attributes@0.1.31 + tracing-core@0.1.35 + tracing-log@0.2.0 + tracing-serde@0.2.0 + tracing-subscriber@0.3.22 + tracing@0.1.43 + try-lock@0.2.5 + try_map@0.3.1 + tryhard@0.5.2 + tungstenite@0.28.0 + twofish@0.7.1 + twox-hash@2.1.2 + typeid@1.0.3 + typenum@1.19.0 + typewit@1.14.2 + typewit_proc_macros@1.8.1 + ucd-trie@0.1.7 + uhlc@0.8.2 + unicase@2.8.1 + unicode-bidi@0.3.18 + unicode-general-category@1.1.0 + unicode-ident@1.0.22 + unicode-normalization@0.1.25 + unicode-properties@0.1.4 + unicode-script@0.5.8 + unicode-security@0.1.2 + unicode-width@0.1.14 + unicode-width@0.2.2 + unicode-xid@0.2.6 + universal-hash@0.5.1 + unsafe-libyaml@0.2.11 + untrusted@0.9.0 + unty@0.0.4 + unzip-n@0.1.4 + url@2.5.7 + urlencoding@2.1.3 + utf-8@0.7.6 + utf8_iter@1.0.4 + utf8parse@0.2.2 + uuid@1.19.0 + validated_struct@2.2.0 + validated_struct_macros@2.2.0 + valuable@0.1.1 + vcpkg@0.2.15 + vec_map@0.8.2 + version_check@0.9.5 + virtue@0.0.18 + waker-fn@1.2.0 + walkdir@2.5.0 + want@0.3.1 + wasi@0.11.1+wasi-snapshot-preview1 + wasi@0.9.0+wasi-snapshot-preview1 + wasip2@1.0.1+wasi-0.2.4 + wasite@0.1.0 + wasm-bindgen-futures@0.4.56 + wasm-bindgen-macro-support@0.2.106 + wasm-bindgen-macro@0.2.106 + wasm-bindgen-shared@0.2.106 + wasm-bindgen@0.2.106 + wasm-streams@0.4.2 + web-sys@0.3.83 + web-time@1.1.0 + webpki-root-certs@1.0.4 + webpki-roots@0.26.11 + webpki-roots@1.0.4 + whatlang@0.18.0 + whoami@1.6.1 + widestring@1.2.1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.11 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-core@0.62.2 + windows-implement@0.60.2 + windows-interface@0.59.3 + windows-link@0.2.1 + windows-result@0.4.1 + windows-strings@0.5.1 + windows-sys@0.45.0 + windows-sys@0.48.0 + windows-sys@0.52.0 + windows-sys@0.59.0 + windows-sys@0.60.2 + windows-sys@0.61.2 + windows-targets@0.42.2 + windows-targets@0.48.5 + windows-targets@0.52.6 + windows-targets@0.53.5 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.48.5 + windows_aarch64_gnullvm@0.52.6 + windows_aarch64_gnullvm@0.53.1 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.48.5 + windows_aarch64_msvc@0.52.6 + windows_aarch64_msvc@0.53.1 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.48.5 + windows_i686_gnu@0.52.6 + windows_i686_gnu@0.53.1 + windows_i686_gnullvm@0.52.6 + windows_i686_gnullvm@0.53.1 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.48.5 + windows_i686_msvc@0.52.6 + windows_i686_msvc@0.53.1 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.48.5 + windows_x86_64_gnu@0.52.6 + windows_x86_64_gnu@0.53.1 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.48.5 + windows_x86_64_gnullvm@0.52.6 + windows_x86_64_gnullvm@0.53.1 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.48.5 + windows_x86_64_msvc@0.52.6 + windows_x86_64_msvc@0.53.1 + winnow@0.7.14 + winreg@0.50.0 + wit-bindgen@0.46.0 + writeable@0.6.2 + wyz@0.5.1 + x25519-dalek@2.0.1 + x509-parser@0.18.0 + xml-rs@0.8.28 + xxhash-rust@0.8.15 + yasna@0.5.2 + yoke-derive@0.8.1 + yoke@0.8.1 + zenoh-buffers@1.7.1 + zenoh-codec@1.7.1 + zenoh-collections@1.7.1 + zenoh-config@1.7.1 + zenoh-core@1.7.1 + zenoh-crypto@1.7.1 + zenoh-keyexpr@1.7.1 + zenoh-link-commons@1.7.1 + zenoh-link-quic@1.7.1 + zenoh-link-tcp@1.7.1 + zenoh-link-tls@1.7.1 + zenoh-link-udp@1.7.1 + zenoh-link@1.7.1 + zenoh-macros@1.7.1 + zenoh-plugin-trait@1.7.1 + zenoh-protocol@1.7.1 + zenoh-result@1.7.1 + zenoh-runtime@1.7.1 + zenoh-sync@1.7.1 + zenoh-task@1.7.1 + zenoh-transport@1.7.1 + zenoh-util@1.7.1 + zenoh@1.7.1 + zerocopy-derive@0.8.31 + zerocopy@0.8.31 + zerofrom-derive@0.1.6 + zerofrom@0.1.6 + zeroize@1.8.2 + zeroize_derive@1.4.2 + zerotrie@0.2.3 + zerovec-derive@0.11.2 + zerovec@0.11.5 + zip@6.0.0 + zlib-rs@0.5.4 + zopfli@0.8.3 + zstd-safe@7.2.4 + zstd-sys@2.0.16+zstd.1.5.7 + zstd@0.13.3 +" + +RUST_MIN_VER="1.85.0" +inherit cargo systemd + +DESCRIPTION="Stalwart Mail Server" +HOMEPAGE="https://stalw.art" +SRC_URI="https://github.com/stalwartlabs/stalwart/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} +" + +S="${WORKDIR}/stalwart-${PV}" + +LICENSE="|| ( AGPL-3 )" +# Dependent crate licenses +LICENSE+=" + AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 + ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2 +" + +# 0.14.x has breaking changes so avoid installing new server with old cli +DEPEND+=" + !!<net-mail/stalwart-cli-0.15.0 +" + +RDEPEND="acct-group/stalwart-mail + acct-user/stalwart-mail" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="sqlite postgres mysql +rocks" + +DOCS="resources/config CHANGELOG.md CONTRIBUTING.md README.md SECURITY.md SECURITY_PROCESS.md SECURITY_TEMPLATE.md" + +src_unpack() { + cargo_src_unpack + sed -i -e "s%__PATH__/etc/%/opt/stalwart-mail/etc/%g" "${S}"/resources/systemd/stalwart-mail.service || die + sed -i -e "s%__PATH__/bin/%/usr/bin/%g" "${S}"/resources/systemd/stalwart-mail.service || die +} + +# src_prepare() { +# pushd . +# cd "${WORKDIR}/cargo_home/gentoo/librocksdb-sys-0.17.1+9.9.3/rocksdb" +# eapply "${FILESDIR}/rocksdb-10.1-fixincludes.patch" +# popd +# eapply_user +# } + +src_configure() { + local myfeatures=( + $(usev sqlite) + $(usev postgres) + $(usev mysql) + $(usev rocks) + ) + # TODO: consider "enterprise" USE flag, which requires a premium license + cargo_src_configure --no-default-features +} + +src_compile() { + cargo_src_compile --bin stalwart +} + +src_install() { + cargo_src_install --path crates/main + + newinitd "${FILESDIR}"/stalwart-mail.initd stalwart-mail + systemd_dounit "${S}"/resources/systemd/stalwart-mail.service + + einstalldocs +} + +pkg_config() { + if [[ ! -d ${ROOT}/opt/stalwart-mail ]]; then + einfo "Initializing standard config in ${ROOT}/opt/stalwart-mail" + "${ROOT}"/usr/bin/stalwart-mail --init "${ROOT}"/opt/stalwart-mail + else + einfo "It appears you already have a config in stalwart-mail." + einfo "Please remove ${ROOT}/opt/stalwart-mail and run this again" + einfo "if you want to create a new clean standard config." + fi +} + +pkg_postinst() { + ewarn "If you are upgrading from v0.14.1 and below, this version includes" + ewarn "breaking changes to the internal directory, calendar and contacts." + ewarn "Please read the upgrading documentation for more information on " + ewarn "how to upgrade from previous versions." + ewarn "It can be found here: https://stalw.art/docs/install/upgrade/" + ewarn "0.15 upgrade instructions are here:" + ewarn "https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_15.md" +} diff --git a/net-misc/iputils/files/meson-build-strict-check-for-error-function.patch b/net-misc/iputils/files/meson-build-strict-check-for-error-function.patch index 1083918c9ed2..1f295c8bb0c6 100644 --- a/net-misc/iputils/files/meson-build-strict-check-for-error-function.patch +++ b/net-misc/iputils/files/meson-build-strict-check-for-error-function.patch @@ -1,12 +1,21 @@ -https://github.com/iputils/iputils/pull/601 +https://github.com/iputils/iputils/commit/35ed506fe4bfc393284138915017d4b7da1a6f3e From: Brahmajit Das <listout@listout.xyz> Date: Sun, 22 Jun 2025 07:30:38 +0530 -Subject: [PATCH] meson.build: strict check for error function +Subject: [PATCH] meson.build: Enhance check for error() function -Along with checking for presense of error.h we should also check if we -can use the error function and it's getting properly linked. +Along with checking for presence of <error.h> some toolchains also +require to check for error() function to avoid linking error, e.g. +powerpc64-unknown-linux-musl-gcc from Gentoo: -Dowstream-bug: https://bugs.gentoo.org/947680 + [17/18] powerpc64-unknown-linux-musl-gcc -o ping/ping ping/ping.p/ping.c.o ping/ping.p/ping_common.c.o ping/ping.p/ping6_common.c.o ping/ping.p/node_info.c.o -Wl,--as-needed -Wl,--no-undefined -Os -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group libcommon.a -lm -lresolv -Wl,--end-group + FAILED: ping/ping + powerpc64-unknown-linux-musl-gcc -o ping/ping ping/ping.p/ping.c.o ping/ping.p/ping_common.c.o ping/ping.p/ping6_common.c.o ping/ping.p/node_info.c.o -Wl,--as-needed -Wl,--no-undefined -Os -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group libcommon.a -lm -lresolv -Wl,--end-group + /usr/lib/gcc/powerpc64-unknown-linux-musl/14/../../../../powerpc64-unknown-linux-musl/bin/ld: ping/ping.p/ping.c.o: in function `ping_strtod': + ping.c:(.text+0x1c8): undefined reference to `error' + +Closes: https://github.com/iputils/iputils/pull/601 +Dowstream-bug: https://bugs.gentoo.org/951050 +Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Brahmajit Das <listout@listout.xyz> --- a/meson.build +++ b/meson.build @@ -19,6 +28,3 @@ Signed-off-by: Brahmajit Das <listout@listout.xyz> conf.set('HAVE_' + h.to_upper().underscorify(), 1, description : 'Define if ' + h + ' can be included.') endif --- -2.50.0 - diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index 5c1ae81c28e2..83c4fa9d4b30 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -55,10 +55,6 @@ if [[ ${PV} == 9999 ]] ; then " fi -PATCHES=( - "${FILESDIR}/meson-build-strict-check-for-error-function.patch" -) - src_prepare() { default diff --git a/net-p2p/bitcoin-core/Manifest b/net-p2p/bitcoin-core/Manifest index d0fcbaa8e338..8e33a9569e63 100644 --- a/net-p2p/bitcoin-core/Manifest +++ b/net-p2p/bitcoin-core/Manifest @@ -3,3 +3,4 @@ DIST bitcoin-core-29.0-qt6.patch 16737 BLAKE2B bf863852ad8d313ad26612f1496129449 DIST bitcoin-core-29.1.tar.gz 12876068 BLAKE2B ed8afd0d4a9ef82ac3fb4ec440fbe166db027b1cc961b0cb4cbaf3497883902bc3e6af23296cbc04bf6404f51a1e725bdf536a0dc7976d1082ccd03b4a500879 SHA512 0110ea33787fc2fad152578dddd7c55e4219d9753d22b7fbb050755bdaa0f9dccd88c254f072ce855869ed9cddfb99015818ce1f44bbd1e25b2129a036d8fdf5 DIST bitcoin-core-29.2.tar.gz 12874820 BLAKE2B 43c57637f9ae842935cc27c8d16cfbdc7a2abe7ed55f58666f3bd3a2aa2826532a2207a35a27ed846b86ea2b304e22a99446d6d7138d202029ce9bde82353577 SHA512 1c3eb5988e1f6b0292f103de3e7911dc9430429687158988c510e647520d094e55b7cc63fd9044db9225111811368c1998b8320066bcec4f154e771e2beee7eb DIST bitcoin-core-30.0.tar.gz 12676071 BLAKE2B 4204613d7b24193520bd5c539b45d368a5348a7aace365b8909ba439dbe0393d2e58b498431d492901abf09963408d3661998f1cbdf987e6074be117a3ad44f4 SHA512 290bdbffc945f34cb5571c19bcb41265cb3f209fd86018694a2426555456812c56bba5a4271e6928ccc4468a1f0175a6769d4745ecb213e521d3201cd557a21f +DIST bitcoin-core-30.1.tar.gz 12678968 BLAKE2B 9a724098f275066d5550e1036a2773136355bc59402de5773a0d13d397876d397c7f1702b2ae9fa38ed99b6a96e3af3fc56378db633f42578223eea8a9ae0667 SHA512 537bef288134c21a1d19814c5fcdcbae3096370c000a3b8284d4edfc9aa8e096975d69660e2623c90d7429b8808b20ea7b9330a66e0913868d575259e2e2cc83 diff --git a/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild new file mode 100644 index 000000000000..8fb6dd6465d9 --- /dev/null +++ b/net-p2p/bitcoin-core/bitcoin-core-30.1.ebuild @@ -0,0 +1,324 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit bash-completion-r1 check-reqs cmake desktop edo multiprocessing python-any-r1 systemd toolchain-funcs xdg-utils + +DESCRIPTION="Reference implementation of the Bitcoin cryptocurrency" +HOMEPAGE="https://bitcoincore.org/" +SRC_URI="https://github.com/bitcoin/bitcoin/archive/v${PV/_rc/rc}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN/-core}-${PV/_rc/rc}" + +LICENSE="MIT" +SLOT="0" +if [[ "${PV}" != *_rc* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +fi +IUSE="asm +cli +daemon dbus examples +external-signer gui qrcode +system-libsecp256k1 systemtap test test-full +wallet zeromq" +RESTRICT="!test? ( test )" + +REQUIRED_USE=" + dbus? ( gui ) + qrcode? ( gui ) + test-full? ( test ) +" +# dev-libs/univalue is now bundled, as upstream dropped support for system copy +# and their version in the Bitcoin repo has deviated a fair bit from upstream. +# Upstream also seems very inactive. +COMMON_DEPEND=" + >=dev-libs/boost-1.81.0:= + >=dev-libs/libevent-2.1.12:= + daemon? ( + acct-group/bitcoin + acct-user/bitcoin + ) + gui? ( + >=dev-qt/qtbase-6.2:6[dbus?,gui,network,widgets] + ) + qrcode? ( >=media-gfx/qrencode-4.1.1:= ) + system-libsecp256k1? ( >=dev-libs/libsecp256k1-0.6.0:=[asm=,ellswift,extrakeys,musig,recovery,schnorr] ) + wallet? ( >=dev-db/sqlite-3.38.5:= ) + zeromq? ( >=net-libs/zeromq-4.3.4:= ) +" +RDEPEND=" + ${COMMON_DEPEND} + !dev-util/bitcoin-tx + cli? ( !net-p2p/bitcoin-cli ) + daemon? ( !net-p2p/bitcoind ) + gui? ( !net-p2p/bitcoin-qt ) +" +DEPEND=" + ${COMMON_DEPEND} + systemtap? ( >=dev-debug/systemtap-4.8 ) +" +BDEPEND=" + >=dev-build/cmake-3.25 + virtual/pkgconfig + daemon? ( + acct-group/bitcoin + acct-user/bitcoin + ) + gui? ( >=dev-qt/qttools-6.2:6[linguist] ) + test? ( + ${PYTHON_DEPS} + ) +" +IDEPEND=" + gui? ( dev-util/desktop-file-utils ) +" + +DOCS=( + doc/bips.md + doc/bitcoin-conf.md + doc/descriptors.md + doc/files.md + doc/i2p.md + doc/JSON-RPC-interface.md + doc/multisig-tutorial.md + doc/p2p-bad-ports.md + doc/psbt.md + doc/reduce-memory.md + doc/reduce-traffic.md + doc/release-notes.md + doc/REST-interface.md + doc/tor.md +) + +PATCHES=( + "${FILESDIR}/30.0-cmake-syslibs.patch" + "${FILESDIR}/26.0-init.patch" +) + +efmt() { + : ${1:?} ; local l ; while read -r l ; do "${!#}" "${l}" ; done < <(fmt "${@:1:$#-1}") +} + +pkg_pretend() { + if ! use daemon && ! use gui && ! has_version "${CATEGORY}/${PN}[-daemon,-gui(-),-qt5(-)]" ; then + efmt ewarn <<-EOF + You are enabling neither USE="daemon" nor USE="gui". This is a valid + configuration, but you will be unable to run a Bitcoin node using this + installation. + EOF + fi + if use daemon && ! use cli && ! has_version "${CATEGORY}/${PN}[daemon,-bitcoin-cli(-),-cli(-)]" ; then + efmt ewarn <<-EOF + You are enabling USE="daemon" but not USE="cli". This is a valid + configuration, but you will be unable to interact with your bitcoind node + via the command line using this installation. + EOF + fi + + # test/functional/feature_pruning.py requires 4 GB disk space + # test/functional/wallet_pruning.py requires 1.3 GB disk space + use test && CHECKREQS_DISK_BUILD="6G" check-reqs_pkg_pretend +} + +pkg_setup() { + if use test ; then + CHECKREQS_DISK_BUILD="6G" check-reqs_pkg_setup + python-any-r1_pkg_setup + fi + + # check for auto-loaded wallets in the obsolete (now unsupported) format + if use daemon && use wallet && [[ -r "${EROOT}/var/lib/bitcoind/settings.json" ]] ; then + local wallet bdb_wallets=() + while read -rd '' wallet ; do + # printf interprets any C-style escape sequences in ${wallet} + wallet="${EROOT}$(printf "/var/lib/bitcoind/wallets/${wallet:+${wallet//\%/%%}/}wallet.dat")" + [[ -r "${wallet}" && "$(file -b -- "${wallet}")" == *'Berkeley DB'* ]] && bdb_wallets+=( "${wallet}" ) + done < <( + # parsing settings.json using jq would be far cleaner, but jq might not be installed + sed -Enze 'H;${x;s/^.*"wallet"\s*:\s*\[\s*("([^"\\]|\\.)*"(\s*,\s*"([^"\\]|\\.)*")*)\s*\].*$/\1/;T' \ + -e 's/"(([^"\\]|\\.)*)"\s*(,\s*)?/\1\x0/gp}' -- "${EROOT}/var/lib/bitcoind/settings.json" + ) + if (( ${#bdb_wallets[@]} )) ; then + efmt -su ewarn <<-EOF + The following auto-loaded wallets are in the legacy (Berkeley DB) format, \ + which is no longer supported by this version of Bitcoin Core: + $(printf ' - %s\n' "${bdb_wallets[@]}") + You may need to remove these wallets from your auto-load configuration \ + at ${EROOT}/var/lib/bitcoind/settings.json$(use cli && cat <<-EOS + and convert them to descriptor wallets by executing \ + \`bitcoin-cli migratewallet "<wallet_name>" ["<passphrase>"]\` \ + after starting bitcoind + EOS + ). + EOF + fi + fi +} + +src_prepare() { + # https://bugs.gentoo.org/958361 + # https://github.com/google/crc32c/commit/2bbb3be42e20a0e6c0f7b39dc07dc863d9ffbc07 + sed -e '/^cmake_minimum_required(VERSION 3\.1)$/s/)$/6)/' -i src/crc32c/CMakeLists.txt || die + + # https://bugs.gentoo.org/965371 + # https://github.com/google/leveldb/issues/1289 + sed -e '/^cmake_minimum_required(VERSION 3\.9)$/s/9)$/10)/' -i src/leveldb/CMakeLists.txt || die + + eapply_user + ! use system-libsecp256k1 || rm -r src/secp256k1 || die + cmake_src_prepare + + sed -e 's/^\(complete -F _bitcoind\b\).*$/\1'"$(usev daemon ' bitcoind')$(usev gui ' bitcoin-qt')/" \ + -i contrib/completions/bash/bitcoind.bash || die +} + +src_configure() { + local mycmakeargs=( +# -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON # https://github.com/bitcoin/bitcoin/pull/32220 + -DBUILD_SHARED_LIBS=ON + -DENABLE_IPC=OFF + -DENABLE_WALLET=$(usex wallet) + -DWITH_USDT=$(usex systemtap) + -DBUILD_TESTS=$(usex test) + -DBUILD_BENCH=OFF + -DBUILD_{FOR_FUZZING,FUZZ_BINARY}=OFF + -DWITH_QRENCODE=$(usex qrcode) + -DWITH_CCACHE=OFF + -DWITH_ZMQ=$(usex zeromq) + -DENABLE_EXTERNAL_SIGNER=$(usex external-signer) + -DBUILD_CLI=$(usex cli) + -DBUILD_TX=ON + -DBUILD_WALLET_TOOL=$(usex wallet) + -DBUILD_UTIL=OFF + -DBUILD_DAEMON=$(usex daemon) + -DBUILD_GUI=$(usex gui) + -DWITH_DBUS=$(usex dbus) + -DWITH_SYSTEM_LIBSECP256K1=$(usex system-libsecp256k1 ON \ + "OFF -DSECP256K1_ASM=$(usex asm AUTO OFF)") + ) + cmake_src_configure +} + +src_compile() { + cmake_src_compile + + if use daemon && ! tc-is-cross-compiler ; then + TOPDIR="${S}" BUILDDIR="${BUILD_DIR}" bash contrib/devtools/gen-bitcoin-conf.sh || die + fi + sed -e 's/ To use, copy this file$//p;Tp;:0;n;/save the file\.$/!b0;d;:p;p' \ + -ni share/examples/bitcoin.conf || die +} + +src_test() { + cmake_src_test + + if use daemon ; then + cd -- "${BUILD_DIR}" || die + edo "${PYTHON}" test/functional/test_runner.py \ + --ansi $(usev test-full --extended) --jobs="$(get_makeopts_jobs)" --timeout-factor="${TIMEOUT_FACTOR:-15}" + fi +} + +src_install() { + dodoc -r doc/release-notes + + use external-signer && DOCS+=( doc/external-signer.md ) + use wallet && DOCS+=( doc/managing-wallets.md ) + use systemtap && DOCS+=( doc/tracing.md ) + use zeromq && DOCS+=( doc/zmq.md ) + + if use daemon ; then + # https://bugs.gentoo.org/757102 + DOCS+=( share/rpcauth/rpcauth.py ) + docompress -x "/usr/share/doc/${PF}/rpcauth.py" + fi + + einstalldocs + cmake_src_install + + find "${ED}" -type f -name '*.la' -delete || die + ! use test || rm -f -- "${ED}"/usr/libexec/test_bitcoin{,-qt} || die + + newbashcomp contrib/completions/bash/bitcoin-tx.bash bitcoin-tx + use cli && newbashcomp contrib/completions/bash/bitcoin-cli.bash bitcoin-cli + if use daemon ; then + newbashcomp contrib/completions/bash/bitcoind.bash bitcoind + use gui && bashcomp_alias bitcoind bitcoin-qt + elif use gui ; then + newbashcomp contrib/completions/bash/bitcoind.bash bitcoin-qt + fi + + if use daemon ; then + insinto /etc/bitcoin + doins share/examples/bitcoin.conf + fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf + fperms 0660 /etc/bitcoin/bitcoin.conf + + newconfd contrib/init/bitcoind.openrcconf bitcoind + newinitd "${FILESDIR}/bitcoind.openrc" bitcoind + systemd_newunit contrib/init/bitcoind.service bitcoind.service + + keepdir /var/lib/bitcoind + fperms 0750 /var/lib/bitcoind + fowners bitcoin:bitcoin /var/lib/bitcoind + dosym -r {/etc/bitcoin,/var/lib/bitcoind}/bitcoin.conf + + insinto /etc/logrotate.d + newins "${FILESDIR}/bitcoind.logrotate-r1" bitcoind + fi + + if use gui ; then + insinto /usr/share/icons/hicolor/scalable/apps + newins src/qt/res/src/bitcoin.svg bitcoin128.svg + + domenu "${FILESDIR}/org.bitcoin.bitcoin-qt.desktop" + fi + + if use examples ; then + docinto examples + dodoc -r contrib/{linearize,qos} + use zeromq && dodoc -r contrib/zmq + fi +} + +pkg_postinst() { + # we don't use xdg.eclass because it adds unconditional IDEPENDs + if use gui ; then + xdg_desktop_database_update + xdg_icon_cache_update + fi + + if use daemon && [[ -z "${REPLACING_VERSIONS}" ]] ; then + efmt -su elog <<-EOF + To have ${PN} automatically use Tor when it's running, be sure your \ + 'torrc' config file has 'ControlPort' and 'CookieAuthentication' set up \ + correctly, and: + - Using an init script: add the 'bitcoin' user to the 'tor' user group. + - Running bitcoind directly: add that user to the 'tor' user group. + EOF + fi + + if use cli && use daemon ; then + efmt -su elog <<-EOF + To use bitcoin-cli with the /etc/init.d/bitcoind service: + - Add your user(s) to the 'bitcoin' group. + - Symlink ~/.bitcoin to /var/lib/bitcoind. + EOF + fi + + if use wallet && [[ -r "${EROOT}/etc/bitcoin/bitcoin.conf" ]] && + grep -q '^\s*deprecatedrpc\s*=.*\bcreate_bdb\b' -- "${EROOT}/etc/bitcoin/bitcoin.conf" + then + # https://github.com/bitcoin/bitcoin/pull/31250 + efmt ewarn <<-EOF + Creation of legacy (Berkeley DB) wallets is no longer possible starting with + Bitcoin Core 30.0. You must remove the following line from your bitcoin.conf: + + deprecatedrpc=create_bdb + EOF + fi +} + +pkg_postrm() { + if use gui ; then + xdg_desktop_database_update + xdg_icon_cache_update + fi +} diff --git a/sec-policy/selinux-accountsd/selinux-accountsd-2.20250618-r1.ebuild b/sec-policy/selinux-accountsd/selinux-accountsd-2.20250618-r1.ebuild index 8cad0adc9a6b..b4b80944369d 100644 --- a/sec-policy/selinux-accountsd/selinux-accountsd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-accountsd/selinux-accountsd-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for accountsd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-accountsd/selinux-accountsd-9999.ebuild b/sec-policy/selinux-accountsd/selinux-accountsd-9999.ebuild index 32b5d8759791..8cad0adc9a6b 100644 --- a/sec-policy/selinux-accountsd/selinux-accountsd-9999.ebuild +++ b/sec-policy/selinux-accountsd/selinux-accountsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-acct/selinux-acct-2.20250618-r1.ebuild b/sec-policy/selinux-acct/selinux-acct-2.20250618-r1.ebuild index 1da0f9860dcb..3b2df23ec453 100644 --- a/sec-policy/selinux-acct/selinux-acct-2.20250618-r1.ebuild +++ b/sec-policy/selinux-acct/selinux-acct-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for acct" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-acct/selinux-acct-9999.ebuild b/sec-policy/selinux-acct/selinux-acct-9999.ebuild index bdc076517f46..1da0f9860dcb 100644 --- a/sec-policy/selinux-acct/selinux-acct-9999.ebuild +++ b/sec-policy/selinux-acct/selinux-acct-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-afs/selinux-afs-2.20250618-r1.ebuild b/sec-policy/selinux-afs/selinux-afs-2.20250618-r1.ebuild index 768ed0f0c33a..a762accf1b84 100644 --- a/sec-policy/selinux-afs/selinux-afs-2.20250618-r1.ebuild +++ b/sec-policy/selinux-afs/selinux-afs-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for afs" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-afs/selinux-afs-9999.ebuild b/sec-policy/selinux-afs/selinux-afs-9999.ebuild index 39ba816806b9..768ed0f0c33a 100644 --- a/sec-policy/selinux-afs/selinux-afs-9999.ebuild +++ b/sec-policy/selinux-afs/selinux-afs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-aide/selinux-aide-2.20250618-r1.ebuild b/sec-policy/selinux-aide/selinux-aide-2.20250618-r1.ebuild index 64bbe0d0e662..c4fc4ccb2008 100644 --- a/sec-policy/selinux-aide/selinux-aide-2.20250618-r1.ebuild +++ b/sec-policy/selinux-aide/selinux-aide-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for aide" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-aide/selinux-aide-9999.ebuild b/sec-policy/selinux-aide/selinux-aide-9999.ebuild index e5e39d7d4411..64bbe0d0e662 100644 --- a/sec-policy/selinux-aide/selinux-aide-9999.ebuild +++ b/sec-policy/selinux-aide/selinux-aide-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-alsa/selinux-alsa-2.20250618-r1.ebuild b/sec-policy/selinux-alsa/selinux-alsa-2.20250618-r1.ebuild index cb4342b546ab..e7c3d3ec2ac3 100644 --- a/sec-policy/selinux-alsa/selinux-alsa-2.20250618-r1.ebuild +++ b/sec-policy/selinux-alsa/selinux-alsa-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for alsa" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-alsa/selinux-alsa-9999.ebuild b/sec-policy/selinux-alsa/selinux-alsa-9999.ebuild index abcf030cd8d8..cb4342b546ab 100644 --- a/sec-policy/selinux-alsa/selinux-alsa-9999.ebuild +++ b/sec-policy/selinux-alsa/selinux-alsa-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-amanda/selinux-amanda-2.20250618-r1.ebuild b/sec-policy/selinux-amanda/selinux-amanda-2.20250618-r1.ebuild index 9852e66bef1f..5fa46b2fcfca 100644 --- a/sec-policy/selinux-amanda/selinux-amanda-2.20250618-r1.ebuild +++ b/sec-policy/selinux-amanda/selinux-amanda-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for amanda" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-inetd diff --git a/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild b/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild index 9a949a147c2c..9852e66bef1f 100644 --- a/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild +++ b/sec-policy/selinux-amanda/selinux-amanda-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-amavis/selinux-amavis-2.20250618-r1.ebuild b/sec-policy/selinux-amavis/selinux-amavis-2.20250618-r1.ebuild index f765272eb0ab..fa017845a259 100644 --- a/sec-policy/selinux-amavis/selinux-amavis-2.20250618-r1.ebuild +++ b/sec-policy/selinux-amavis/selinux-amavis-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for amavis" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-amavis/selinux-amavis-9999.ebuild b/sec-policy/selinux-amavis/selinux-amavis-9999.ebuild index a719243a26e3..f765272eb0ab 100644 --- a/sec-policy/selinux-amavis/selinux-amavis-9999.ebuild +++ b/sec-policy/selinux-amavis/selinux-amavis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-android/selinux-android-2.20250618-r1.ebuild b/sec-policy/selinux-android/selinux-android-2.20250618-r1.ebuild index 9e282556e75e..a74e390eb490 100644 --- a/sec-policy/selinux-android/selinux-android-2.20250618-r1.ebuild +++ b/sec-policy/selinux-android/selinux-android-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for android" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-android/selinux-android-9999.ebuild b/sec-policy/selinux-android/selinux-android-9999.ebuild index d67452b2a793..9e282556e75e 100644 --- a/sec-policy/selinux-android/selinux-android-9999.ebuild +++ b/sec-policy/selinux-android/selinux-android-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-apache/selinux-apache-2.20250618-r1.ebuild b/sec-policy/selinux-apache/selinux-apache-2.20250618-r1.ebuild index e2d81876428b..a37739cbeb5f 100644 --- a/sec-policy/selinux-apache/selinux-apache-2.20250618-r1.ebuild +++ b/sec-policy/selinux-apache/selinux-apache-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for apache" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-kerberos diff --git a/sec-policy/selinux-apache/selinux-apache-9999.ebuild b/sec-policy/selinux-apache/selinux-apache-9999.ebuild index 4173f043f1b6..e2d81876428b 100644 --- a/sec-policy/selinux-apache/selinux-apache-9999.ebuild +++ b/sec-policy/selinux-apache/selinux-apache-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20250618-r1.ebuild b/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20250618-r1.ebuild index c1fdb330d1b9..a59dee5de85e 100644 --- a/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for apcupsd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-apcupsd/selinux-apcupsd-9999.ebuild b/sec-policy/selinux-apcupsd/selinux-apcupsd-9999.ebuild index 67a0003f7e38..c1fdb330d1b9 100644 --- a/sec-policy/selinux-apcupsd/selinux-apcupsd-9999.ebuild +++ b/sec-policy/selinux-apcupsd/selinux-apcupsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-apm/selinux-apm-2.20250618-r1.ebuild b/sec-policy/selinux-apm/selinux-apm-2.20250618-r1.ebuild index 1df1044fc818..12cc0942d3ae 100644 --- a/sec-policy/selinux-apm/selinux-apm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-apm/selinux-apm-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for acpi" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi pkg_postinst() { diff --git a/sec-policy/selinux-apm/selinux-apm-9999.ebuild b/sec-policy/selinux-apm/selinux-apm-9999.ebuild index 261f69899726..1df1044fc818 100644 --- a/sec-policy/selinux-apm/selinux-apm-9999.ebuild +++ b/sec-policy/selinux-apm/selinux-apm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20250618-r1.ebuild b/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20250618-r1.ebuild index c219fe62e92b..32f977ec7ef6 100644 --- a/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20250618-r1.ebuild +++ b/sec-policy/selinux-arpwatch/selinux-arpwatch-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for arpwatch" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-arpwatch/selinux-arpwatch-9999.ebuild b/sec-policy/selinux-arpwatch/selinux-arpwatch-9999.ebuild index 577daf07ae10..c219fe62e92b 100644 --- a/sec-policy/selinux-arpwatch/selinux-arpwatch-9999.ebuild +++ b/sec-policy/selinux-arpwatch/selinux-arpwatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-asterisk/selinux-asterisk-2.20250618-r1.ebuild b/sec-policy/selinux-asterisk/selinux-asterisk-2.20250618-r1.ebuild index 3f330603fe67..f6c083f4830d 100644 --- a/sec-policy/selinux-asterisk/selinux-asterisk-2.20250618-r1.ebuild +++ b/sec-policy/selinux-asterisk/selinux-asterisk-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for asterisk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-asterisk/selinux-asterisk-9999.ebuild b/sec-policy/selinux-asterisk/selinux-asterisk-9999.ebuild index 779487f440c8..3f330603fe67 100644 --- a/sec-policy/selinux-asterisk/selinux-asterisk-9999.ebuild +++ b/sec-policy/selinux-asterisk/selinux-asterisk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-at/selinux-at-2.20250618-r1.ebuild b/sec-policy/selinux-at/selinux-at-2.20250618-r1.ebuild index d05a2bbd0f53..4d21b4eea224 100644 --- a/sec-policy/selinux-at/selinux-at-2.20250618-r1.ebuild +++ b/sec-policy/selinux-at/selinux-at-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for at" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-at/selinux-at-9999.ebuild b/sec-policy/selinux-at/selinux-at-9999.ebuild index 4b6bf3875704..d05a2bbd0f53 100644 --- a/sec-policy/selinux-at/selinux-at-9999.ebuild +++ b/sec-policy/selinux-at/selinux-at-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-automount/selinux-automount-2.20250618-r1.ebuild b/sec-policy/selinux-automount/selinux-automount-2.20250618-r1.ebuild index 64b1791d5100..d01f7d1beec6 100644 --- a/sec-policy/selinux-automount/selinux-automount-2.20250618-r1.ebuild +++ b/sec-policy/selinux-automount/selinux-automount-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for automount" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-automount/selinux-automount-9999.ebuild b/sec-policy/selinux-automount/selinux-automount-9999.ebuild index 0eeb01abdf57..64b1791d5100 100644 --- a/sec-policy/selinux-automount/selinux-automount-9999.ebuild +++ b/sec-policy/selinux-automount/selinux-automount-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-avahi/selinux-avahi-2.20250618-r1.ebuild b/sec-policy/selinux-avahi/selinux-avahi-2.20250618-r1.ebuild index 28880efd49d6..f46f3ca42d7e 100644 --- a/sec-policy/selinux-avahi/selinux-avahi-2.20250618-r1.ebuild +++ b/sec-policy/selinux-avahi/selinux-avahi-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for avahi" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-avahi/selinux-avahi-9999.ebuild b/sec-policy/selinux-avahi/selinux-avahi-9999.ebuild index fdb16ddebc8b..28880efd49d6 100644 --- a/sec-policy/selinux-avahi/selinux-avahi-9999.ebuild +++ b/sec-policy/selinux-avahi/selinux-avahi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-awstats/selinux-awstats-2.20250618-r1.ebuild b/sec-policy/selinux-awstats/selinux-awstats-2.20250618-r1.ebuild index 0a731a0a5e26..824c8380ec9e 100644 --- a/sec-policy/selinux-awstats/selinux-awstats-2.20250618-r1.ebuild +++ b/sec-policy/selinux-awstats/selinux-awstats-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for awstats" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild b/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild index 52dfbf61bce8..0a731a0a5e26 100644 --- a/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild +++ b/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-backup/selinux-backup-2.20250618-r1.ebuild b/sec-policy/selinux-backup/selinux-backup-2.20250618-r1.ebuild index 30cc6f53bdde..afe906a20a81 100644 --- a/sec-policy/selinux-backup/selinux-backup-2.20250618-r1.ebuild +++ b/sec-policy/selinux-backup/selinux-backup-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for generic backup apps" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-backup/selinux-backup-9999.ebuild b/sec-policy/selinux-backup/selinux-backup-9999.ebuild index e7b88525db2e..30cc6f53bdde 100644 --- a/sec-policy/selinux-backup/selinux-backup-9999.ebuild +++ b/sec-policy/selinux-backup/selinux-backup-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-bacula/selinux-bacula-2.20250618-r1.ebuild b/sec-policy/selinux-bacula/selinux-bacula-2.20250618-r1.ebuild index bb81ad5ce6d2..8db1b7cb5017 100644 --- a/sec-policy/selinux-bacula/selinux-bacula-2.20250618-r1.ebuild +++ b/sec-policy/selinux-bacula/selinux-bacula-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bacula" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-bacula/selinux-bacula-9999.ebuild b/sec-policy/selinux-bacula/selinux-bacula-9999.ebuild index 45b03713d9b1..bb81ad5ce6d2 100644 --- a/sec-policy/selinux-bacula/selinux-bacula-9999.ebuild +++ b/sec-policy/selinux-bacula/selinux-bacula-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20250618-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20250618-r1.ebuild index 08b8534f7f5f..498cfa08caed 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20250618-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20250618-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index 08bcde1421ce..08b8534f7f5f 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-base/selinux-base-2.20250618-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20250618-r1.ebuild index fce6c535d2f0..e3711c46c31b 100644 --- a/sec-policy/selinux-base/selinux-base-2.20250618-r1.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20250618-r1.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi IUSE="doc +unknown-perms systemd +ubac +unconfined" diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index c5e86a96a3ee..fce6c535d2f0 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-bind/selinux-bind-2.20250618-r1.ebuild b/sec-policy/selinux-bind/selinux-bind-2.20250618-r1.ebuild index 6208043f7853..02b95339e9ae 100644 --- a/sec-policy/selinux-bind/selinux-bind-2.20250618-r1.ebuild +++ b/sec-policy/selinux-bind/selinux-bind-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bind" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-bind/selinux-bind-9999.ebuild b/sec-policy/selinux-bind/selinux-bind-9999.ebuild index fc61ea28bf7b..6208043f7853 100644 --- a/sec-policy/selinux-bind/selinux-bind-9999.ebuild +++ b/sec-policy/selinux-bind/selinux-bind-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-bitcoin/selinux-bitcoin-2.20250618-r1.ebuild b/sec-policy/selinux-bitcoin/selinux-bitcoin-2.20250618-r1.ebuild index c481dfa0d80f..2113bb1e75b3 100644 --- a/sec-policy/selinux-bitcoin/selinux-bitcoin-2.20250618-r1.ebuild +++ b/sec-policy/selinux-bitcoin/selinux-bitcoin-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bitcoin" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-bitcoin/selinux-bitcoin-9999.ebuild b/sec-policy/selinux-bitcoin/selinux-bitcoin-9999.ebuild index c1e8b8248244..c481dfa0d80f 100644 --- a/sec-policy/selinux-bitcoin/selinux-bitcoin-9999.ebuild +++ b/sec-policy/selinux-bitcoin/selinux-bitcoin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-bitlbee/selinux-bitlbee-2.20250618-r1.ebuild b/sec-policy/selinux-bitlbee/selinux-bitlbee-2.20250618-r1.ebuild index 71662a8c0d68..3b4d6e4cb069 100644 --- a/sec-policy/selinux-bitlbee/selinux-bitlbee-2.20250618-r1.ebuild +++ b/sec-policy/selinux-bitlbee/selinux-bitlbee-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bitlbee" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-bitlbee/selinux-bitlbee-9999.ebuild b/sec-policy/selinux-bitlbee/selinux-bitlbee-9999.ebuild index e7d6b0ff8e3d..71662a8c0d68 100644 --- a/sec-policy/selinux-bitlbee/selinux-bitlbee-9999.ebuild +++ b/sec-policy/selinux-bitlbee/selinux-bitlbee-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-bluetooth/selinux-bluetooth-2.20250618-r1.ebuild b/sec-policy/selinux-bluetooth/selinux-bluetooth-2.20250618-r1.ebuild index f48c0a89d2fb..04daab3d3c54 100644 --- a/sec-policy/selinux-bluetooth/selinux-bluetooth-2.20250618-r1.ebuild +++ b/sec-policy/selinux-bluetooth/selinux-bluetooth-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for bluetooth" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-bluetooth/selinux-bluetooth-9999.ebuild b/sec-policy/selinux-bluetooth/selinux-bluetooth-9999.ebuild index 37a6e4fe1680..f48c0a89d2fb 100644 --- a/sec-policy/selinux-bluetooth/selinux-bluetooth-9999.ebuild +++ b/sec-policy/selinux-bluetooth/selinux-bluetooth-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-brctl/selinux-brctl-2.20250618-r1.ebuild b/sec-policy/selinux-brctl/selinux-brctl-2.20250618-r1.ebuild index 7902bc6d2059..76cef6f99ed1 100644 --- a/sec-policy/selinux-brctl/selinux-brctl-2.20250618-r1.ebuild +++ b/sec-policy/selinux-brctl/selinux-brctl-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for brctl" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-brctl/selinux-brctl-9999.ebuild b/sec-policy/selinux-brctl/selinux-brctl-9999.ebuild index ecdab7d79041..7902bc6d2059 100644 --- a/sec-policy/selinux-brctl/selinux-brctl-9999.ebuild +++ b/sec-policy/selinux-brctl/selinux-brctl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20250618-r1.ebuild b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20250618-r1.ebuild index 6bcd7c4596fe..c1211da8a89f 100644 --- a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cachefilesd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-9999.ebuild b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-9999.ebuild index 175d9e832b0a..6bcd7c4596fe 100644 --- a/sec-policy/selinux-cachefilesd/selinux-cachefilesd-9999.ebuild +++ b/sec-policy/selinux-cachefilesd/selinux-cachefilesd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-calamaris/selinux-calamaris-2.20250618-r1.ebuild b/sec-policy/selinux-calamaris/selinux-calamaris-2.20250618-r1.ebuild index 78df502ce4cf..15d7cdd00e13 100644 --- a/sec-policy/selinux-calamaris/selinux-calamaris-2.20250618-r1.ebuild +++ b/sec-policy/selinux-calamaris/selinux-calamaris-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for calamaris" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-calamaris/selinux-calamaris-9999.ebuild b/sec-policy/selinux-calamaris/selinux-calamaris-9999.ebuild index 1012d6db2b0f..78df502ce4cf 100644 --- a/sec-policy/selinux-calamaris/selinux-calamaris-9999.ebuild +++ b/sec-policy/selinux-calamaris/selinux-calamaris-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-canna/selinux-canna-2.20250618-r1.ebuild b/sec-policy/selinux-canna/selinux-canna-2.20250618-r1.ebuild index addb0348a53a..02414ba30818 100644 --- a/sec-policy/selinux-canna/selinux-canna-2.20250618-r1.ebuild +++ b/sec-policy/selinux-canna/selinux-canna-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for canna" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-canna/selinux-canna-9999.ebuild b/sec-policy/selinux-canna/selinux-canna-9999.ebuild index dfb4d22c9ca7..addb0348a53a 100644 --- a/sec-policy/selinux-canna/selinux-canna-9999.ebuild +++ b/sec-policy/selinux-canna/selinux-canna-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cdrecord/selinux-cdrecord-2.20250618-r1.ebuild b/sec-policy/selinux-cdrecord/selinux-cdrecord-2.20250618-r1.ebuild index b2da23c074c3..c3d8d423cd57 100644 --- a/sec-policy/selinux-cdrecord/selinux-cdrecord-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cdrecord/selinux-cdrecord-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cdrecord" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cdrecord/selinux-cdrecord-9999.ebuild b/sec-policy/selinux-cdrecord/selinux-cdrecord-9999.ebuild index 09b68e2cee1b..b2da23c074c3 100644 --- a/sec-policy/selinux-cdrecord/selinux-cdrecord-9999.ebuild +++ b/sec-policy/selinux-cdrecord/selinux-cdrecord-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ceph/selinux-ceph-2.20250618-r1.ebuild b/sec-policy/selinux-ceph/selinux-ceph-2.20250618-r1.ebuild index 61d46e27388b..6b7c6ee9ef8b 100644 --- a/sec-policy/selinux-ceph/selinux-ceph-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ceph/selinux-ceph-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ceph" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ceph/selinux-ceph-9999.ebuild b/sec-policy/selinux-ceph/selinux-ceph-9999.ebuild index bbb7075a64e2..61d46e27388b 100644 --- a/sec-policy/selinux-ceph/selinux-ceph-9999.ebuild +++ b/sec-policy/selinux-ceph/selinux-ceph-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-certbot/selinux-certbot-2.20250618-r1.ebuild b/sec-policy/selinux-certbot/selinux-certbot-2.20250618-r1.ebuild index afb3df920f2b..74ddcf023ada 100644 --- a/sec-policy/selinux-certbot/selinux-certbot-2.20250618-r1.ebuild +++ b/sec-policy/selinux-certbot/selinux-certbot-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for certbot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-certbot/selinux-certbot-9999.ebuild b/sec-policy/selinux-certbot/selinux-certbot-9999.ebuild index 8ade3a81faca..afb3df920f2b 100644 --- a/sec-policy/selinux-certbot/selinux-certbot-9999.ebuild +++ b/sec-policy/selinux-certbot/selinux-certbot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20250618-r1.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20250618-r1.ebuild index 6392f6569799..b1007cd456aa 100644 --- a/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cgmanager" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild index 5137fc56420d..6392f6569799 100644 --- a/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild +++ b/sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cgroup/selinux-cgroup-2.20250618-r1.ebuild b/sec-policy/selinux-cgroup/selinux-cgroup-2.20250618-r1.ebuild index 929b7fd5e05b..129e85df7153 100644 --- a/sec-policy/selinux-cgroup/selinux-cgroup-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cgroup/selinux-cgroup-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cgroup" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cgroup/selinux-cgroup-9999.ebuild b/sec-policy/selinux-cgroup/selinux-cgroup-9999.ebuild index b72d27685c66..929b7fd5e05b 100644 --- a/sec-policy/selinux-cgroup/selinux-cgroup-9999.ebuild +++ b/sec-policy/selinux-cgroup/selinux-cgroup-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-chromium/selinux-chromium-2.20250618-r1.ebuild b/sec-policy/selinux-chromium/selinux-chromium-2.20250618-r1.ebuild index a295945c38e9..e7d01db2201f 100644 --- a/sec-policy/selinux-chromium/selinux-chromium-2.20250618-r1.ebuild +++ b/sec-policy/selinux-chromium/selinux-chromium-2.20250618-r1.ebuild @@ -11,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for chromium" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-chromium/selinux-chromium-9999.ebuild b/sec-policy/selinux-chromium/selinux-chromium-9999.ebuild index e11a39c6e145..a295945c38e9 100644 --- a/sec-policy/selinux-chromium/selinux-chromium-9999.ebuild +++ b/sec-policy/selinux-chromium/selinux-chromium-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-chronyd/selinux-chronyd-2.20250618-r1.ebuild b/sec-policy/selinux-chronyd/selinux-chronyd-2.20250618-r1.ebuild index e5bfbda885fd..1d2bddea1f7f 100644 --- a/sec-policy/selinux-chronyd/selinux-chronyd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-chronyd/selinux-chronyd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for chronyd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild b/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild index 60cce44d22d3..e5bfbda885fd 100644 --- a/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild +++ b/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-clamav/selinux-clamav-2.20250618-r1.ebuild b/sec-policy/selinux-clamav/selinux-clamav-2.20250618-r1.ebuild index 6417273a0d3e..bb5c1a9e97cf 100644 --- a/sec-policy/selinux-clamav/selinux-clamav-2.20250618-r1.ebuild +++ b/sec-policy/selinux-clamav/selinux-clamav-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for clamav" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-clamav/selinux-clamav-9999.ebuild b/sec-policy/selinux-clamav/selinux-clamav-9999.ebuild index ab5ceeb1bea8..6417273a0d3e 100644 --- a/sec-policy/selinux-clamav/selinux-clamav-9999.ebuild +++ b/sec-policy/selinux-clamav/selinux-clamav-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cloudinit/selinux-cloudinit-2.20250618-r1.ebuild b/sec-policy/selinux-cloudinit/selinux-cloudinit-2.20250618-r1.ebuild index 9016ae90f478..b2bf21b5fc15 100644 --- a/sec-policy/selinux-cloudinit/selinux-cloudinit-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cloudinit/selinux-cloudinit-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cloudinit" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cloudinit/selinux-cloudinit-9999.ebuild b/sec-policy/selinux-cloudinit/selinux-cloudinit-9999.ebuild index 36f378daa003..9016ae90f478 100644 --- a/sec-policy/selinux-cloudinit/selinux-cloudinit-9999.ebuild +++ b/sec-policy/selinux-cloudinit/selinux-cloudinit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-collectd/selinux-collectd-2.20250618-r1.ebuild b/sec-policy/selinux-collectd/selinux-collectd-2.20250618-r1.ebuild index 549d7f3933bd..12c521271430 100644 --- a/sec-policy/selinux-collectd/selinux-collectd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-collectd/selinux-collectd-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for collectd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-collectd/selinux-collectd-9999.ebuild b/sec-policy/selinux-collectd/selinux-collectd-9999.ebuild index 5eab3a9dcce7..549d7f3933bd 100644 --- a/sec-policy/selinux-collectd/selinux-collectd-9999.ebuild +++ b/sec-policy/selinux-collectd/selinux-collectd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-colord/selinux-colord-2.20250618-r1.ebuild b/sec-policy/selinux-colord/selinux-colord-2.20250618-r1.ebuild index 58a2a23512d8..f4412d05e0da 100644 --- a/sec-policy/selinux-colord/selinux-colord-2.20250618-r1.ebuild +++ b/sec-policy/selinux-colord/selinux-colord-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for colord" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-colord/selinux-colord-9999.ebuild b/sec-policy/selinux-colord/selinux-colord-9999.ebuild index 09f169e06f60..58a2a23512d8 100644 --- a/sec-policy/selinux-colord/selinux-colord-9999.ebuild +++ b/sec-policy/selinux-colord/selinux-colord-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-container/selinux-container-2.20250618-r1.ebuild b/sec-policy/selinux-container/selinux-container-2.20250618-r1.ebuild index 0dab2f241d0e..9417ef6b9903 100644 --- a/sec-policy/selinux-container/selinux-container-2.20250618-r1.ebuild +++ b/sec-policy/selinux-container/selinux-container-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for container" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-container/selinux-container-9999.ebuild b/sec-policy/selinux-container/selinux-container-9999.ebuild index b56f379268ba..0dab2f241d0e 100644 --- a/sec-policy/selinux-container/selinux-container-9999.ebuild +++ b/sec-policy/selinux-container/selinux-container-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-corosync/selinux-corosync-2.20250618-r1.ebuild b/sec-policy/selinux-corosync/selinux-corosync-2.20250618-r1.ebuild index c28707bd43ff..5ff797e556ae 100644 --- a/sec-policy/selinux-corosync/selinux-corosync-2.20250618-r1.ebuild +++ b/sec-policy/selinux-corosync/selinux-corosync-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for corosync" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-corosync/selinux-corosync-9999.ebuild b/sec-policy/selinux-corosync/selinux-corosync-9999.ebuild index 9ae3999dca63..c28707bd43ff 100644 --- a/sec-policy/selinux-corosync/selinux-corosync-9999.ebuild +++ b/sec-policy/selinux-corosync/selinux-corosync-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-couchdb/selinux-couchdb-2.20250618-r1.ebuild b/sec-policy/selinux-couchdb/selinux-couchdb-2.20250618-r1.ebuild index b18efe14357c..9e58ddf1ef69 100644 --- a/sec-policy/selinux-couchdb/selinux-couchdb-2.20250618-r1.ebuild +++ b/sec-policy/selinux-couchdb/selinux-couchdb-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for couchdb" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-couchdb/selinux-couchdb-9999.ebuild b/sec-policy/selinux-couchdb/selinux-couchdb-9999.ebuild index d727d39fce57..b18efe14357c 100644 --- a/sec-policy/selinux-couchdb/selinux-couchdb-9999.ebuild +++ b/sec-policy/selinux-couchdb/selinux-couchdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-courier/selinux-courier-2.20250618-r1.ebuild b/sec-policy/selinux-courier/selinux-courier-2.20250618-r1.ebuild index 501ac8542be9..135bada6db83 100644 --- a/sec-policy/selinux-courier/selinux-courier-2.20250618-r1.ebuild +++ b/sec-policy/selinux-courier/selinux-courier-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for courier" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-courier/selinux-courier-9999.ebuild b/sec-policy/selinux-courier/selinux-courier-9999.ebuild index 488672f643f1..501ac8542be9 100644 --- a/sec-policy/selinux-courier/selinux-courier-9999.ebuild +++ b/sec-policy/selinux-courier/selinux-courier-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cpucontrol/selinux-cpucontrol-2.20250618-r1.ebuild b/sec-policy/selinux-cpucontrol/selinux-cpucontrol-2.20250618-r1.ebuild index 3e84a951af82..a89542e36740 100644 --- a/sec-policy/selinux-cpucontrol/selinux-cpucontrol-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cpucontrol/selinux-cpucontrol-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cpucontrol" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cpucontrol/selinux-cpucontrol-9999.ebuild b/sec-policy/selinux-cpucontrol/selinux-cpucontrol-9999.ebuild index 88f08d6cf58c..3e84a951af82 100644 --- a/sec-policy/selinux-cpucontrol/selinux-cpucontrol-9999.ebuild +++ b/sec-policy/selinux-cpucontrol/selinux-cpucontrol-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-2.20250618-r1.ebuild b/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-2.20250618-r1.ebuild index e19d8c010b1d..985428c3183c 100644 --- a/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cpufreqselector" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-9999.ebuild b/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-9999.ebuild index 693bb648c84d..e19d8c010b1d 100644 --- a/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-9999.ebuild +++ b/sec-policy/selinux-cpufreqselector/selinux-cpufreqselector-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-crio/selinux-crio-2.20250618-r1.ebuild b/sec-policy/selinux-crio/selinux-crio-2.20250618-r1.ebuild index 10eb64a94353..98d1c47a5588 100644 --- a/sec-policy/selinux-crio/selinux-crio-2.20250618-r1.ebuild +++ b/sec-policy/selinux-crio/selinux-crio-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cri-o" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-crio/selinux-crio-9999.ebuild b/sec-policy/selinux-crio/selinux-crio-9999.ebuild index 1b568976d5f7..10eb64a94353 100644 --- a/sec-policy/selinux-crio/selinux-crio-9999.ebuild +++ b/sec-policy/selinux-crio/selinux-crio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cups/selinux-cups-2.20250618-r1.ebuild b/sec-policy/selinux-cups/selinux-cups-2.20250618-r1.ebuild index 255333591bcc..25ba54b45a53 100644 --- a/sec-policy/selinux-cups/selinux-cups-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cups/selinux-cups-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cups" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-lpd diff --git a/sec-policy/selinux-cups/selinux-cups-9999.ebuild b/sec-policy/selinux-cups/selinux-cups-9999.ebuild index fd29f8dda98d..255333591bcc 100644 --- a/sec-policy/selinux-cups/selinux-cups-9999.ebuild +++ b/sec-policy/selinux-cups/selinux-cups-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cvs/selinux-cvs-2.20250618-r1.ebuild b/sec-policy/selinux-cvs/selinux-cvs-2.20250618-r1.ebuild index 6bbdaf936d4e..15a3f1c016b8 100644 --- a/sec-policy/selinux-cvs/selinux-cvs-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cvs/selinux-cvs-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cvs" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild b/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild index aeb67bc3c1d8..6bbdaf936d4e 100644 --- a/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild +++ b/sec-policy/selinux-cvs/selinux-cvs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-cyphesis/selinux-cyphesis-2.20250618-r1.ebuild b/sec-policy/selinux-cyphesis/selinux-cyphesis-2.20250618-r1.ebuild index 0dbea42f35e1..0dff4819560f 100644 --- a/sec-policy/selinux-cyphesis/selinux-cyphesis-2.20250618-r1.ebuild +++ b/sec-policy/selinux-cyphesis/selinux-cyphesis-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cyphesis" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-cyphesis/selinux-cyphesis-9999.ebuild b/sec-policy/selinux-cyphesis/selinux-cyphesis-9999.ebuild index 324d705d5320..0dbea42f35e1 100644 --- a/sec-policy/selinux-cyphesis/selinux-cyphesis-9999.ebuild +++ b/sec-policy/selinux-cyphesis/selinux-cyphesis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-daemontools/selinux-daemontools-2.20250618-r1.ebuild b/sec-policy/selinux-daemontools/selinux-daemontools-2.20250618-r1.ebuild index 7388af7d6e9b..f76d1031c07f 100644 --- a/sec-policy/selinux-daemontools/selinux-daemontools-2.20250618-r1.ebuild +++ b/sec-policy/selinux-daemontools/selinux-daemontools-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for daemontools" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-daemontools/selinux-daemontools-9999.ebuild b/sec-policy/selinux-daemontools/selinux-daemontools-9999.ebuild index 017104154ffd..7388af7d6e9b 100644 --- a/sec-policy/selinux-daemontools/selinux-daemontools-9999.ebuild +++ b/sec-policy/selinux-daemontools/selinux-daemontools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dante/selinux-dante-2.20250618-r1.ebuild b/sec-policy/selinux-dante/selinux-dante-2.20250618-r1.ebuild index 854ab29bc4ac..de75d9e398d2 100644 --- a/sec-policy/selinux-dante/selinux-dante-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dante/selinux-dante-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dante" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dante/selinux-dante-9999.ebuild b/sec-policy/selinux-dante/selinux-dante-9999.ebuild index 207cb3aac8b1..854ab29bc4ac 100644 --- a/sec-policy/selinux-dante/selinux-dante-9999.ebuild +++ b/sec-policy/selinux-dante/selinux-dante-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dbadm/selinux-dbadm-2.20250618-r1.ebuild b/sec-policy/selinux-dbadm/selinux-dbadm-2.20250618-r1.ebuild index 90f479d93a6c..3b4ae81c4037 100644 --- a/sec-policy/selinux-dbadm/selinux-dbadm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dbadm/selinux-dbadm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dbadm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dbadm/selinux-dbadm-9999.ebuild b/sec-policy/selinux-dbadm/selinux-dbadm-9999.ebuild index 1a2b7374dd0e..90f479d93a6c 100644 --- a/sec-policy/selinux-dbadm/selinux-dbadm-9999.ebuild +++ b/sec-policy/selinux-dbadm/selinux-dbadm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dbskk/selinux-dbskk-2.20250618-r1.ebuild b/sec-policy/selinux-dbskk/selinux-dbskk-2.20250618-r1.ebuild index 5e74e37259d8..ee66286994e9 100644 --- a/sec-policy/selinux-dbskk/selinux-dbskk-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dbskk/selinux-dbskk-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dbskk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-inetd diff --git a/sec-policy/selinux-dbskk/selinux-dbskk-9999.ebuild b/sec-policy/selinux-dbskk/selinux-dbskk-9999.ebuild index 33f0cbe98b4f..5e74e37259d8 100644 --- a/sec-policy/selinux-dbskk/selinux-dbskk-9999.ebuild +++ b/sec-policy/selinux-dbskk/selinux-dbskk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dbus/selinux-dbus-2.20250618-r1.ebuild b/sec-policy/selinux-dbus/selinux-dbus-2.20250618-r1.ebuild index e0ff1dbfee87..af95a28473af 100644 --- a/sec-policy/selinux-dbus/selinux-dbus-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dbus/selinux-dbus-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dbus" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-dbus/selinux-dbus-9999.ebuild b/sec-policy/selinux-dbus/selinux-dbus-9999.ebuild index 639a31a93ed2..e0ff1dbfee87 100644 --- a/sec-policy/selinux-dbus/selinux-dbus-9999.ebuild +++ b/sec-policy/selinux-dbus/selinux-dbus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ddclient/selinux-ddclient-2.20250618-r1.ebuild b/sec-policy/selinux-ddclient/selinux-ddclient-2.20250618-r1.ebuild index 4a1660348d94..2ec3b20207c5 100644 --- a/sec-policy/selinux-ddclient/selinux-ddclient-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ddclient/selinux-ddclient-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ddclient" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild b/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild index a9eab6b2d171..4a1660348d94 100644 --- a/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild +++ b/sec-policy/selinux-ddclient/selinux-ddclient-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-devicekit/selinux-devicekit-2.20250618-r1.ebuild b/sec-policy/selinux-devicekit/selinux-devicekit-2.20250618-r1.ebuild index f8ea80ff893c..3eec957ea6e0 100644 --- a/sec-policy/selinux-devicekit/selinux-devicekit-2.20250618-r1.ebuild +++ b/sec-policy/selinux-devicekit/selinux-devicekit-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for devicekit" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-devicekit/selinux-devicekit-9999.ebuild b/sec-policy/selinux-devicekit/selinux-devicekit-9999.ebuild index dab7c6669da2..f8ea80ff893c 100644 --- a/sec-policy/selinux-devicekit/selinux-devicekit-9999.ebuild +++ b/sec-policy/selinux-devicekit/selinux-devicekit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dhcp/selinux-dhcp-2.20250618-r1.ebuild b/sec-policy/selinux-dhcp/selinux-dhcp-2.20250618-r1.ebuild index 692049453910..74a45f94b79e 100644 --- a/sec-policy/selinux-dhcp/selinux-dhcp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dhcp/selinux-dhcp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dhcp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dhcp/selinux-dhcp-9999.ebuild b/sec-policy/selinux-dhcp/selinux-dhcp-9999.ebuild index 9b61a5d3f398..692049453910 100644 --- a/sec-policy/selinux-dhcp/selinux-dhcp-9999.ebuild +++ b/sec-policy/selinux-dhcp/selinux-dhcp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dictd/selinux-dictd-2.20250618-r1.ebuild b/sec-policy/selinux-dictd/selinux-dictd-2.20250618-r1.ebuild index 0dd402d36ad6..e1633c4bd1b5 100644 --- a/sec-policy/selinux-dictd/selinux-dictd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dictd/selinux-dictd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dictd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dictd/selinux-dictd-9999.ebuild b/sec-policy/selinux-dictd/selinux-dictd-9999.ebuild index d60a6150e2f4..0dd402d36ad6 100644 --- a/sec-policy/selinux-dictd/selinux-dictd-9999.ebuild +++ b/sec-policy/selinux-dictd/selinux-dictd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dirmngr/selinux-dirmngr-2.20250618-r1.ebuild b/sec-policy/selinux-dirmngr/selinux-dirmngr-2.20250618-r1.ebuild index 23f0c911ab54..ec317c4ea747 100644 --- a/sec-policy/selinux-dirmngr/selinux-dirmngr-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dirmngr/selinux-dirmngr-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dirmngr" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild b/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild index b60935e3560e..23f0c911ab54 100644 --- a/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild +++ b/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dirsrv/selinux-dirsrv-2.20250618-r1.ebuild b/sec-policy/selinux-dirsrv/selinux-dirsrv-2.20250618-r1.ebuild index 154f9d65e25b..c73ca543454b 100644 --- a/sec-policy/selinux-dirsrv/selinux-dirsrv-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dirsrv/selinux-dirsrv-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dirsrv" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dirsrv/selinux-dirsrv-9999.ebuild b/sec-policy/selinux-dirsrv/selinux-dirsrv-9999.ebuild index b4c660bd1000..154f9d65e25b 100644 --- a/sec-policy/selinux-dirsrv/selinux-dirsrv-9999.ebuild +++ b/sec-policy/selinux-dirsrv/selinux-dirsrv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-distcc/selinux-distcc-2.20250618-r1.ebuild b/sec-policy/selinux-distcc/selinux-distcc-2.20250618-r1.ebuild index 064afa97a65d..659da768820f 100644 --- a/sec-policy/selinux-distcc/selinux-distcc-2.20250618-r1.ebuild +++ b/sec-policy/selinux-distcc/selinux-distcc-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for distcc" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-distcc/selinux-distcc-9999.ebuild b/sec-policy/selinux-distcc/selinux-distcc-9999.ebuild index 4674bdbcdee9..064afa97a65d 100644 --- a/sec-policy/selinux-distcc/selinux-distcc-9999.ebuild +++ b/sec-policy/selinux-distcc/selinux-distcc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-djbdns/selinux-djbdns-2.20250618-r1.ebuild b/sec-policy/selinux-djbdns/selinux-djbdns-2.20250618-r1.ebuild index df6230553273..9e4cb1d8b403 100644 --- a/sec-policy/selinux-djbdns/selinux-djbdns-2.20250618-r1.ebuild +++ b/sec-policy/selinux-djbdns/selinux-djbdns-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for djbdns" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-daemontools diff --git a/sec-policy/selinux-djbdns/selinux-djbdns-9999.ebuild b/sec-policy/selinux-djbdns/selinux-djbdns-9999.ebuild index 9624b120e504..df6230553273 100644 --- a/sec-policy/selinux-djbdns/selinux-djbdns-9999.ebuild +++ b/sec-policy/selinux-djbdns/selinux-djbdns-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dkim/selinux-dkim-2.20250618-r1.ebuild b/sec-policy/selinux-dkim/selinux-dkim-2.20250618-r1.ebuild index 44e00648d61b..57ad00d62fa8 100644 --- a/sec-policy/selinux-dkim/selinux-dkim-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dkim/selinux-dkim-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dkim" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild b/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild index 16c36c832c49..44e00648d61b 100644 --- a/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild +++ b/sec-policy/selinux-dkim/selinux-dkim-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dmidecode/selinux-dmidecode-2.20250618-r1.ebuild b/sec-policy/selinux-dmidecode/selinux-dmidecode-2.20250618-r1.ebuild index 7d69e76af6c0..31d012bc9029 100644 --- a/sec-policy/selinux-dmidecode/selinux-dmidecode-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dmidecode/selinux-dmidecode-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dmidecode" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dmidecode/selinux-dmidecode-9999.ebuild b/sec-policy/selinux-dmidecode/selinux-dmidecode-9999.ebuild index fd11f539ef7b..7d69e76af6c0 100644 --- a/sec-policy/selinux-dmidecode/selinux-dmidecode-9999.ebuild +++ b/sec-policy/selinux-dmidecode/selinux-dmidecode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20250618-r1.ebuild b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20250618-r1.ebuild index b6ec8f990eb0..557f27a39e93 100644 --- a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dnsmasq" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-9999.ebuild b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-9999.ebuild index 2a289049542d..b6ec8f990eb0 100644 --- a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-9999.ebuild +++ b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-docker/selinux-docker-2.20250618-r1.ebuild b/sec-policy/selinux-docker/selinux-docker-2.20250618-r1.ebuild index 41a330496404..46f1cb9dbe52 100644 --- a/sec-policy/selinux-docker/selinux-docker-2.20250618-r1.ebuild +++ b/sec-policy/selinux-docker/selinux-docker-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for docker" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-docker/selinux-docker-9999.ebuild b/sec-policy/selinux-docker/selinux-docker-9999.ebuild index 2c75223af5a0..41a330496404 100644 --- a/sec-policy/selinux-docker/selinux-docker-9999.ebuild +++ b/sec-policy/selinux-docker/selinux-docker-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dovecot/selinux-dovecot-2.20250618-r1.ebuild b/sec-policy/selinux-dovecot/selinux-dovecot-2.20250618-r1.ebuild index 95a28590aa16..9c06f70eb2f4 100644 --- a/sec-policy/selinux-dovecot/selinux-dovecot-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dovecot/selinux-dovecot-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dovecot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dovecot/selinux-dovecot-9999.ebuild b/sec-policy/selinux-dovecot/selinux-dovecot-9999.ebuild index 26441845371b..95a28590aa16 100644 --- a/sec-policy/selinux-dovecot/selinux-dovecot-9999.ebuild +++ b/sec-policy/selinux-dovecot/selinux-dovecot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dpkg/selinux-dpkg-2.20250618-r1.ebuild b/sec-policy/selinux-dpkg/selinux-dpkg-2.20250618-r1.ebuild index c24792a41d29..8c84bbb5c27c 100644 --- a/sec-policy/selinux-dpkg/selinux-dpkg-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dpkg/selinux-dpkg-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dpkg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dpkg/selinux-dpkg-9999.ebuild b/sec-policy/selinux-dpkg/selinux-dpkg-9999.ebuild index 50b59c06a20f..c24792a41d29 100644 --- a/sec-policy/selinux-dpkg/selinux-dpkg-9999.ebuild +++ b/sec-policy/selinux-dpkg/selinux-dpkg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dracut/selinux-dracut-2.20250618-r1.ebuild b/sec-policy/selinux-dracut/selinux-dracut-2.20250618-r1.ebuild index 8609bd21866f..e90235d5a31a 100644 --- a/sec-policy/selinux-dracut/selinux-dracut-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dracut/selinux-dracut-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dracut" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-dracut/selinux-dracut-9999.ebuild b/sec-policy/selinux-dracut/selinux-dracut-9999.ebuild index 283065c96ea7..8609bd21866f 100644 --- a/sec-policy/selinux-dracut/selinux-dracut-9999.ebuild +++ b/sec-policy/selinux-dracut/selinux-dracut-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-dropbox/selinux-dropbox-2.20250618-r1.ebuild b/sec-policy/selinux-dropbox/selinux-dropbox-2.20250618-r1.ebuild index e1f0b3ba2d9e..e5eaa1b465b4 100644 --- a/sec-policy/selinux-dropbox/selinux-dropbox-2.20250618-r1.ebuild +++ b/sec-policy/selinux-dropbox/selinux-dropbox-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for dropbox" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild b/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild index c9ea58b5f1a9..e1f0b3ba2d9e 100644 --- a/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild +++ b/sec-policy/selinux-dropbox/selinux-dropbox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-entropyd/selinux-entropyd-2.20250618-r1.ebuild b/sec-policy/selinux-entropyd/selinux-entropyd-2.20250618-r1.ebuild index d80a6042a40c..b91f506ba819 100644 --- a/sec-policy/selinux-entropyd/selinux-entropyd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-entropyd/selinux-entropyd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for entropyd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-entropyd/selinux-entropyd-9999.ebuild b/sec-policy/selinux-entropyd/selinux-entropyd-9999.ebuild index fdf9206bca01..d80a6042a40c 100644 --- a/sec-policy/selinux-entropyd/selinux-entropyd-9999.ebuild +++ b/sec-policy/selinux-entropyd/selinux-entropyd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-evolution/selinux-evolution-2.20250618-r1.ebuild b/sec-policy/selinux-evolution/selinux-evolution-2.20250618-r1.ebuild index 762061e7130c..8cd4819dc6b2 100644 --- a/sec-policy/selinux-evolution/selinux-evolution-2.20250618-r1.ebuild +++ b/sec-policy/selinux-evolution/selinux-evolution-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for evolution" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild b/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild index a9545e04a926..762061e7130c 100644 --- a/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild +++ b/sec-policy/selinux-evolution/selinux-evolution-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-exim/selinux-exim-2.20250618-r1.ebuild b/sec-policy/selinux-exim/selinux-exim-2.20250618-r1.ebuild index e96cb45f4e33..f55edb988a4e 100644 --- a/sec-policy/selinux-exim/selinux-exim-2.20250618-r1.ebuild +++ b/sec-policy/selinux-exim/selinux-exim-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for exim" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-exim/selinux-exim-9999.ebuild b/sec-policy/selinux-exim/selinux-exim-9999.ebuild index 2fc710041b6b..e96cb45f4e33 100644 --- a/sec-policy/selinux-exim/selinux-exim-9999.ebuild +++ b/sec-policy/selinux-exim/selinux-exim-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20250618-r1.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20250618-r1.ebuild index 4edafe5ddda7..7f2ceb112933 100644 --- a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20250618-r1.ebuild +++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for fail2ban" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild index 7b209b03b41c..4edafe5ddda7 100644 --- a/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild +++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20250618-r1.ebuild b/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20250618-r1.ebuild index 8ec7338783d2..1ec7e6b2e868 100644 --- a/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20250618-r1.ebuild +++ b/sec-policy/selinux-fetchmail/selinux-fetchmail-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for fetchmail" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild b/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild index dfac5a68a44f..8ec7338783d2 100644 --- a/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild +++ b/sec-policy/selinux-fetchmail/selinux-fetchmail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-finger/selinux-finger-2.20250618-r1.ebuild b/sec-policy/selinux-finger/selinux-finger-2.20250618-r1.ebuild index 1e790c31ab7a..34c366083270 100644 --- a/sec-policy/selinux-finger/selinux-finger-2.20250618-r1.ebuild +++ b/sec-policy/selinux-finger/selinux-finger-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for finger" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-finger/selinux-finger-9999.ebuild b/sec-policy/selinux-finger/selinux-finger-9999.ebuild index 8def7c6fa0c5..1e790c31ab7a 100644 --- a/sec-policy/selinux-finger/selinux-finger-9999.ebuild +++ b/sec-policy/selinux-finger/selinux-finger-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-firewalld/selinux-firewalld-2.20250618-r1.ebuild b/sec-policy/selinux-firewalld/selinux-firewalld-2.20250618-r1.ebuild index aa26e308a408..6cfaf7f3da54 100644 --- a/sec-policy/selinux-firewalld/selinux-firewalld-2.20250618-r1.ebuild +++ b/sec-policy/selinux-firewalld/selinux-firewalld-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for firewalld" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-firewalld/selinux-firewalld-9999.ebuild b/sec-policy/selinux-firewalld/selinux-firewalld-9999.ebuild index a80ba40fa81f..aa26e308a408 100644 --- a/sec-policy/selinux-firewalld/selinux-firewalld-9999.ebuild +++ b/sec-policy/selinux-firewalld/selinux-firewalld-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-flash/selinux-flash-2.20250618-r1.ebuild b/sec-policy/selinux-flash/selinux-flash-2.20250618-r1.ebuild index b6ce3ba676fa..03c77722bf12 100644 --- a/sec-policy/selinux-flash/selinux-flash-2.20250618-r1.ebuild +++ b/sec-policy/selinux-flash/selinux-flash-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for flash" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-flash/selinux-flash-9999.ebuild b/sec-policy/selinux-flash/selinux-flash-9999.ebuild index d50229158bac..b6ce3ba676fa 100644 --- a/sec-policy/selinux-flash/selinux-flash-9999.ebuild +++ b/sec-policy/selinux-flash/selinux-flash-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-fprintd/selinux-fprintd-2.20250618-r1.ebuild b/sec-policy/selinux-fprintd/selinux-fprintd-2.20250618-r1.ebuild index 3f9aae7b8f48..a748ca103fe8 100644 --- a/sec-policy/selinux-fprintd/selinux-fprintd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-fprintd/selinux-fprintd-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for fprintd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-dbus diff --git a/sec-policy/selinux-fprintd/selinux-fprintd-9999.ebuild b/sec-policy/selinux-fprintd/selinux-fprintd-9999.ebuild index 38d5a27b68cc..3f9aae7b8f48 100644 --- a/sec-policy/selinux-fprintd/selinux-fprintd-9999.ebuild +++ b/sec-policy/selinux-fprintd/selinux-fprintd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ftp/selinux-ftp-2.20250618-r1.ebuild b/sec-policy/selinux-ftp/selinux-ftp-2.20250618-r1.ebuild index d8fca54022a0..04154b5187c1 100644 --- a/sec-policy/selinux-ftp/selinux-ftp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ftp/selinux-ftp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ftp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ftp/selinux-ftp-9999.ebuild b/sec-policy/selinux-ftp/selinux-ftp-9999.ebuild index ac46173cd24f..d8fca54022a0 100644 --- a/sec-policy/selinux-ftp/selinux-ftp-9999.ebuild +++ b/sec-policy/selinux-ftp/selinux-ftp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-games/selinux-games-2.20250618-r1.ebuild b/sec-policy/selinux-games/selinux-games-2.20250618-r1.ebuild index a8efcc09e067..e409dcafb7a7 100644 --- a/sec-policy/selinux-games/selinux-games-2.20250618-r1.ebuild +++ b/sec-policy/selinux-games/selinux-games-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for games" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-games/selinux-games-9999.ebuild b/sec-policy/selinux-games/selinux-games-9999.ebuild index cfc699616294..a8efcc09e067 100644 --- a/sec-policy/selinux-games/selinux-games-9999.ebuild +++ b/sec-policy/selinux-games/selinux-games-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20250618-r1.ebuild b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20250618-r1.ebuild index e82803ba6f55..f391bf1dba6f 100644 --- a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gatekeeper" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild index c931fb7eed6c..e82803ba6f55 100644 --- a/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild +++ b/sec-policy/selinux-gatekeeper/selinux-gatekeeper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-git/selinux-git-2.20250618-r1.ebuild b/sec-policy/selinux-git/selinux-git-2.20250618-r1.ebuild index fd08b0979e75..6a09776a2576 100644 --- a/sec-policy/selinux-git/selinux-git-2.20250618-r1.ebuild +++ b/sec-policy/selinux-git/selinux-git-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for git" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-git/selinux-git-9999.ebuild b/sec-policy/selinux-git/selinux-git-9999.ebuild index 4ae8751c59b8..fd08b0979e75 100644 --- a/sec-policy/selinux-git/selinux-git-9999.ebuild +++ b/sec-policy/selinux-git/selinux-git-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gitosis/selinux-gitosis-2.20250618-r1.ebuild b/sec-policy/selinux-gitosis/selinux-gitosis-2.20250618-r1.ebuild index 327bff817463..cc9bd686a348 100644 --- a/sec-policy/selinux-gitosis/selinux-gitosis-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gitosis/selinux-gitosis-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gitosis" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gitosis/selinux-gitosis-9999.ebuild b/sec-policy/selinux-gitosis/selinux-gitosis-9999.ebuild index 9c1dffbcc15a..327bff817463 100644 --- a/sec-policy/selinux-gitosis/selinux-gitosis-9999.ebuild +++ b/sec-policy/selinux-gitosis/selinux-gitosis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-glusterfs/selinux-glusterfs-2.20250618-r1.ebuild b/sec-policy/selinux-glusterfs/selinux-glusterfs-2.20250618-r1.ebuild index 81ad36863da4..c37059ed423b 100644 --- a/sec-policy/selinux-glusterfs/selinux-glusterfs-2.20250618-r1.ebuild +++ b/sec-policy/selinux-glusterfs/selinux-glusterfs-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for glusterfs" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild b/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild index 4ff1b433fe05..81ad36863da4 100644 --- a/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild +++ b/sec-policy/selinux-glusterfs/selinux-glusterfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gnome/selinux-gnome-2.20250618-r1.ebuild b/sec-policy/selinux-gnome/selinux-gnome-2.20250618-r1.ebuild index 42e50e0ee607..cb4413a7540e 100644 --- a/sec-policy/selinux-gnome/selinux-gnome-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gnome/selinux-gnome-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gnome" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild b/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild index a60db2ec6e38..42e50e0ee607 100644 --- a/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild +++ b/sec-policy/selinux-gnome/selinux-gnome-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-googletalk/selinux-googletalk-2.20250618-r1.ebuild b/sec-policy/selinux-googletalk/selinux-googletalk-2.20250618-r1.ebuild index ae2d29316d93..ea0287356be3 100644 --- a/sec-policy/selinux-googletalk/selinux-googletalk-2.20250618-r1.ebuild +++ b/sec-policy/selinux-googletalk/selinux-googletalk-2.20250618-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for googletalk" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild b/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild index b97f3b292392..ae2d29316d93 100644 --- a/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild +++ b/sec-policy/selinux-googletalk/selinux-googletalk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gorg/selinux-gorg-2.20250618-r1.ebuild b/sec-policy/selinux-gorg/selinux-gorg-2.20250618-r1.ebuild index 7e8cc148ccb0..79e74d2bb74b 100644 --- a/sec-policy/selinux-gorg/selinux-gorg-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gorg/selinux-gorg-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gorg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gorg/selinux-gorg-9999.ebuild b/sec-policy/selinux-gorg/selinux-gorg-9999.ebuild index 115bbbe19487..7e8cc148ccb0 100644 --- a/sec-policy/selinux-gorg/selinux-gorg-9999.ebuild +++ b/sec-policy/selinux-gorg/selinux-gorg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gpg/selinux-gpg-2.20250618-r1.ebuild b/sec-policy/selinux-gpg/selinux-gpg-2.20250618-r1.ebuild index ef389faa6cc3..ba568ee8e1db 100644 --- a/sec-policy/selinux-gpg/selinux-gpg-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gpg/selinux-gpg-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gpg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-gpg/selinux-gpg-9999.ebuild b/sec-policy/selinux-gpg/selinux-gpg-9999.ebuild index f33e311087ff..ef389faa6cc3 100644 --- a/sec-policy/selinux-gpg/selinux-gpg-9999.ebuild +++ b/sec-policy/selinux-gpg/selinux-gpg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gpm/selinux-gpm-2.20250618-r1.ebuild b/sec-policy/selinux-gpm/selinux-gpm-2.20250618-r1.ebuild index 857181bb3884..9b748ffe86a5 100644 --- a/sec-policy/selinux-gpm/selinux-gpm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gpm/selinux-gpm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gpm/selinux-gpm-9999.ebuild b/sec-policy/selinux-gpm/selinux-gpm-9999.ebuild index f04a77d42fea..857181bb3884 100644 --- a/sec-policy/selinux-gpm/selinux-gpm-9999.ebuild +++ b/sec-policy/selinux-gpm/selinux-gpm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gpsd/selinux-gpsd-2.20250618-r1.ebuild b/sec-policy/selinux-gpsd/selinux-gpsd-2.20250618-r1.ebuild index dac35b41d8c3..9a36176b381e 100644 --- a/sec-policy/selinux-gpsd/selinux-gpsd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gpsd/selinux-gpsd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gpsd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gpsd/selinux-gpsd-9999.ebuild b/sec-policy/selinux-gpsd/selinux-gpsd-9999.ebuild index eb38871e891c..dac35b41d8c3 100644 --- a/sec-policy/selinux-gpsd/selinux-gpsd-9999.ebuild +++ b/sec-policy/selinux-gpsd/selinux-gpsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-gssproxy/selinux-gssproxy-2.20250618-r1.ebuild b/sec-policy/selinux-gssproxy/selinux-gssproxy-2.20250618-r1.ebuild index e184b69cfcf9..b5fdc762b287 100644 --- a/sec-policy/selinux-gssproxy/selinux-gssproxy-2.20250618-r1.ebuild +++ b/sec-policy/selinux-gssproxy/selinux-gssproxy-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for gssproxy" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-gssproxy/selinux-gssproxy-9999.ebuild b/sec-policy/selinux-gssproxy/selinux-gssproxy-9999.ebuild index 4d9172b8af4d..e184b69cfcf9 100644 --- a/sec-policy/selinux-gssproxy/selinux-gssproxy-9999.ebuild +++ b/sec-policy/selinux-gssproxy/selinux-gssproxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-hddtemp/selinux-hddtemp-2.20250618-r1.ebuild b/sec-policy/selinux-hddtemp/selinux-hddtemp-2.20250618-r1.ebuild index 78ad35b381c0..4b65d17d0011 100644 --- a/sec-policy/selinux-hddtemp/selinux-hddtemp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-hddtemp/selinux-hddtemp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for hddtemp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-hddtemp/selinux-hddtemp-9999.ebuild b/sec-policy/selinux-hddtemp/selinux-hddtemp-9999.ebuild index e9afed78880b..78ad35b381c0 100644 --- a/sec-policy/selinux-hddtemp/selinux-hddtemp-9999.ebuild +++ b/sec-policy/selinux-hddtemp/selinux-hddtemp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-hostapd/selinux-hostapd-2.20250618-r1.ebuild b/sec-policy/selinux-hostapd/selinux-hostapd-2.20250618-r1.ebuild index b8b1907b6bcb..16186bf0324d 100644 --- a/sec-policy/selinux-hostapd/selinux-hostapd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-hostapd/selinux-hostapd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for hostapd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild b/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild index 894cad420bed..b8b1907b6bcb 100644 --- a/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild +++ b/sec-policy/selinux-hostapd/selinux-hostapd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-icecast/selinux-icecast-2.20250618-r1.ebuild b/sec-policy/selinux-icecast/selinux-icecast-2.20250618-r1.ebuild index 50a2eec3a4b2..29da085a23c4 100644 --- a/sec-policy/selinux-icecast/selinux-icecast-2.20250618-r1.ebuild +++ b/sec-policy/selinux-icecast/selinux-icecast-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for icecast" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-icecast/selinux-icecast-9999.ebuild b/sec-policy/selinux-icecast/selinux-icecast-9999.ebuild index 2467f87a47f7..50a2eec3a4b2 100644 --- a/sec-policy/selinux-icecast/selinux-icecast-9999.ebuild +++ b/sec-policy/selinux-icecast/selinux-icecast-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ifplugd/selinux-ifplugd-2.20250618-r1.ebuild b/sec-policy/selinux-ifplugd/selinux-ifplugd-2.20250618-r1.ebuild index dac2d2866c48..b077e5c64802 100644 --- a/sec-policy/selinux-ifplugd/selinux-ifplugd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ifplugd/selinux-ifplugd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ifplugd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ifplugd/selinux-ifplugd-9999.ebuild b/sec-policy/selinux-ifplugd/selinux-ifplugd-9999.ebuild index 1fcb74387be0..dac2d2866c48 100644 --- a/sec-policy/selinux-ifplugd/selinux-ifplugd-9999.ebuild +++ b/sec-policy/selinux-ifplugd/selinux-ifplugd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-inetd/selinux-inetd-2.20250618-r1.ebuild b/sec-policy/selinux-inetd/selinux-inetd-2.20250618-r1.ebuild index 9a31516c5a75..cabe15f57a1a 100644 --- a/sec-policy/selinux-inetd/selinux-inetd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-inetd/selinux-inetd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for inetd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-inetd/selinux-inetd-9999.ebuild b/sec-policy/selinux-inetd/selinux-inetd-9999.ebuild index be53187c329c..9a31516c5a75 100644 --- a/sec-policy/selinux-inetd/selinux-inetd-9999.ebuild +++ b/sec-policy/selinux-inetd/selinux-inetd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-inn/selinux-inn-2.20250618-r1.ebuild b/sec-policy/selinux-inn/selinux-inn-2.20250618-r1.ebuild index e759579a2e29..d6e56d6cd103 100644 --- a/sec-policy/selinux-inn/selinux-inn-2.20250618-r1.ebuild +++ b/sec-policy/selinux-inn/selinux-inn-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for inn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-inn/selinux-inn-9999.ebuild b/sec-policy/selinux-inn/selinux-inn-9999.ebuild index 39060db79546..e759579a2e29 100644 --- a/sec-policy/selinux-inn/selinux-inn-9999.ebuild +++ b/sec-policy/selinux-inn/selinux-inn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ipsec/selinux-ipsec-2.20250618-r1.ebuild b/sec-policy/selinux-ipsec/selinux-ipsec-2.20250618-r1.ebuild index cd6bbcc3f4b0..37150087bc1f 100644 --- a/sec-policy/selinux-ipsec/selinux-ipsec-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ipsec/selinux-ipsec-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ipsec" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ipsec/selinux-ipsec-9999.ebuild b/sec-policy/selinux-ipsec/selinux-ipsec-9999.ebuild index 4e1fe0c71dbe..cd6bbcc3f4b0 100644 --- a/sec-policy/selinux-ipsec/selinux-ipsec-9999.ebuild +++ b/sec-policy/selinux-ipsec/selinux-ipsec-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-irc/selinux-irc-2.20250618-r1.ebuild b/sec-policy/selinux-irc/selinux-irc-2.20250618-r1.ebuild index abad21deb8ff..23a44042b41e 100644 --- a/sec-policy/selinux-irc/selinux-irc-2.20250618-r1.ebuild +++ b/sec-policy/selinux-irc/selinux-irc-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for irc" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-irc/selinux-irc-9999.ebuild b/sec-policy/selinux-irc/selinux-irc-9999.ebuild index 7b9701206783..abad21deb8ff 100644 --- a/sec-policy/selinux-irc/selinux-irc-9999.ebuild +++ b/sec-policy/selinux-irc/selinux-irc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ircd/selinux-ircd-2.20250618-r1.ebuild b/sec-policy/selinux-ircd/selinux-ircd-2.20250618-r1.ebuild index 0e71c9f24804..5283ae073303 100644 --- a/sec-policy/selinux-ircd/selinux-ircd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ircd/selinux-ircd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ircd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ircd/selinux-ircd-9999.ebuild b/sec-policy/selinux-ircd/selinux-ircd-9999.ebuild index 652b73b22693..0e71c9f24804 100644 --- a/sec-policy/selinux-ircd/selinux-ircd-9999.ebuild +++ b/sec-policy/selinux-ircd/selinux-ircd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-irqbalance/selinux-irqbalance-2.20250618-r1.ebuild b/sec-policy/selinux-irqbalance/selinux-irqbalance-2.20250618-r1.ebuild index 14044ec68139..1930f148cb2d 100644 --- a/sec-policy/selinux-irqbalance/selinux-irqbalance-2.20250618-r1.ebuild +++ b/sec-policy/selinux-irqbalance/selinux-irqbalance-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for irqbalance" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-irqbalance/selinux-irqbalance-9999.ebuild b/sec-policy/selinux-irqbalance/selinux-irqbalance-9999.ebuild index 0b0636832f8e..14044ec68139 100644 --- a/sec-policy/selinux-irqbalance/selinux-irqbalance-9999.ebuild +++ b/sec-policy/selinux-irqbalance/selinux-irqbalance-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-jabber/selinux-jabber-2.20250618-r1.ebuild b/sec-policy/selinux-jabber/selinux-jabber-2.20250618-r1.ebuild index a30523a53416..40583587d90e 100644 --- a/sec-policy/selinux-jabber/selinux-jabber-2.20250618-r1.ebuild +++ b/sec-policy/selinux-jabber/selinux-jabber-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for jabber" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild b/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild index 21a0f3e6c8b4..a30523a53416 100644 --- a/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild +++ b/sec-policy/selinux-jabber/selinux-jabber-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-java/selinux-java-2.20250618-r1.ebuild b/sec-policy/selinux-java/selinux-java-2.20250618-r1.ebuild index 220ff8c332ec..2f6e35dc2caf 100644 --- a/sec-policy/selinux-java/selinux-java-2.20250618-r1.ebuild +++ b/sec-policy/selinux-java/selinux-java-2.20250618-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for java" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-java/selinux-java-9999.ebuild b/sec-policy/selinux-java/selinux-java-9999.ebuild index c6eeda7de89e..220ff8c332ec 100644 --- a/sec-policy/selinux-java/selinux-java-9999.ebuild +++ b/sec-policy/selinux-java/selinux-java-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kdeconnect/selinux-kdeconnect-2.20250618-r1.ebuild b/sec-policy/selinux-kdeconnect/selinux-kdeconnect-2.20250618-r1.ebuild index 14ceb5671263..44bb6660bd5d 100644 --- a/sec-policy/selinux-kdeconnect/selinux-kdeconnect-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kdeconnect/selinux-kdeconnect-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kdeconnect" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-kdeconnect/selinux-kdeconnect-9999.ebuild b/sec-policy/selinux-kdeconnect/selinux-kdeconnect-9999.ebuild index 326a3312335a..14ceb5671263 100644 --- a/sec-policy/selinux-kdeconnect/selinux-kdeconnect-9999.ebuild +++ b/sec-policy/selinux-kdeconnect/selinux-kdeconnect-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kdump/selinux-kdump-2.20250618-r1.ebuild b/sec-policy/selinux-kdump/selinux-kdump-2.20250618-r1.ebuild index e1edeaf6c910..6fa46c8908f7 100644 --- a/sec-policy/selinux-kdump/selinux-kdump-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kdump/selinux-kdump-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kdump" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-kdump/selinux-kdump-9999.ebuild b/sec-policy/selinux-kdump/selinux-kdump-9999.ebuild index f2ed1bfe454e..e1edeaf6c910 100644 --- a/sec-policy/selinux-kdump/selinux-kdump-9999.ebuild +++ b/sec-policy/selinux-kdump/selinux-kdump-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kerberos/selinux-kerberos-2.20250618-r1.ebuild b/sec-policy/selinux-kerberos/selinux-kerberos-2.20250618-r1.ebuild index 5a41889e20d5..b7c799c7926e 100644 --- a/sec-policy/selinux-kerberos/selinux-kerberos-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kerberos/selinux-kerberos-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kerberos" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-kerberos/selinux-kerberos-9999.ebuild b/sec-policy/selinux-kerberos/selinux-kerberos-9999.ebuild index 9646065ecb96..5a41889e20d5 100644 --- a/sec-policy/selinux-kerberos/selinux-kerberos-9999.ebuild +++ b/sec-policy/selinux-kerberos/selinux-kerberos-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kerneloops/selinux-kerneloops-2.20250618-r1.ebuild b/sec-policy/selinux-kerneloops/selinux-kerneloops-2.20250618-r1.ebuild index ddbec91e8184..4afc9327720d 100644 --- a/sec-policy/selinux-kerneloops/selinux-kerneloops-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kerneloops/selinux-kerneloops-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kerneloops" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-kerneloops/selinux-kerneloops-9999.ebuild b/sec-policy/selinux-kerneloops/selinux-kerneloops-9999.ebuild index 23def36ac953..ddbec91e8184 100644 --- a/sec-policy/selinux-kerneloops/selinux-kerneloops-9999.ebuild +++ b/sec-policy/selinux-kerneloops/selinux-kerneloops-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kismet/selinux-kismet-2.20250618-r1.ebuild b/sec-policy/selinux-kismet/selinux-kismet-2.20250618-r1.ebuild index 1efc5613fa16..ff3c63f6adce 100644 --- a/sec-policy/selinux-kismet/selinux-kismet-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kismet/selinux-kismet-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kismet" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-kismet/selinux-kismet-9999.ebuild b/sec-policy/selinux-kismet/selinux-kismet-9999.ebuild index 53d83a242ea3..1efc5613fa16 100644 --- a/sec-policy/selinux-kismet/selinux-kismet-9999.ebuild +++ b/sec-policy/selinux-kismet/selinux-kismet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-knot/selinux-knot-2.20250618-r1.ebuild b/sec-policy/selinux-knot/selinux-knot-2.20250618-r1.ebuild index b2e74da56084..1c2f63e70b64 100644 --- a/sec-policy/selinux-knot/selinux-knot-2.20250618-r1.ebuild +++ b/sec-policy/selinux-knot/selinux-knot-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for knot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20250618-r1.ebuild b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20250618-r1.ebuild index 63a36000cdd8..2d009ab94a1c 100644 --- a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ksmtuned" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-9999.ebuild b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-9999.ebuild index 45d5724110e0..63a36000cdd8 100644 --- a/sec-policy/selinux-ksmtuned/selinux-ksmtuned-9999.ebuild +++ b/sec-policy/selinux-ksmtuned/selinux-ksmtuned-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-kubernetes/selinux-kubernetes-2.20250618-r1.ebuild b/sec-policy/selinux-kubernetes/selinux-kubernetes-2.20250618-r1.ebuild index e62fe06b6a46..756b46a7fd4b 100644 --- a/sec-policy/selinux-kubernetes/selinux-kubernetes-2.20250618-r1.ebuild +++ b/sec-policy/selinux-kubernetes/selinux-kubernetes-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for kubernetes" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-kubernetes/selinux-kubernetes-9999.ebuild b/sec-policy/selinux-kubernetes/selinux-kubernetes-9999.ebuild index dd048c8f8a5e..e62fe06b6a46 100644 --- a/sec-policy/selinux-kubernetes/selinux-kubernetes-9999.ebuild +++ b/sec-policy/selinux-kubernetes/selinux-kubernetes-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ldap/selinux-ldap-2.20250618-r1.ebuild b/sec-policy/selinux-ldap/selinux-ldap-2.20250618-r1.ebuild index efa1a19fd873..ba4ee395e539 100644 --- a/sec-policy/selinux-ldap/selinux-ldap-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ldap/selinux-ldap-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ldap" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild b/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild index 89423fba9d92..efa1a19fd873 100644 --- a/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild +++ b/sec-policy/selinux-ldap/selinux-ldap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-links/selinux-links-2.20250618-r1.ebuild b/sec-policy/selinux-links/selinux-links-2.20250618-r1.ebuild index 981eb82b8929..2d18c35fb696 100644 --- a/sec-policy/selinux-links/selinux-links-2.20250618-r1.ebuild +++ b/sec-policy/selinux-links/selinux-links-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for links" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-links/selinux-links-9999.ebuild b/sec-policy/selinux-links/selinux-links-9999.ebuild index a37d6c02b747..981eb82b8929 100644 --- a/sec-policy/selinux-links/selinux-links-9999.ebuild +++ b/sec-policy/selinux-links/selinux-links-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-lircd/selinux-lircd-2.20250618-r1.ebuild b/sec-policy/selinux-lircd/selinux-lircd-2.20250618-r1.ebuild index 5f8f90ef2cf5..eef9092a9994 100644 --- a/sec-policy/selinux-lircd/selinux-lircd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-lircd/selinux-lircd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for lircd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-lircd/selinux-lircd-9999.ebuild b/sec-policy/selinux-lircd/selinux-lircd-9999.ebuild index 533fadf20a6b..5f8f90ef2cf5 100644 --- a/sec-policy/selinux-lircd/selinux-lircd-9999.ebuild +++ b/sec-policy/selinux-lircd/selinux-lircd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20250618-r1.ebuild b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20250618-r1.ebuild index a4d915356827..03441d1075e6 100644 --- a/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20250618-r1.ebuild +++ b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for loadkeys" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-loadkeys/selinux-loadkeys-9999.ebuild b/sec-policy/selinux-loadkeys/selinux-loadkeys-9999.ebuild index 689c0c9a9201..a4d915356827 100644 --- a/sec-policy/selinux-loadkeys/selinux-loadkeys-9999.ebuild +++ b/sec-policy/selinux-loadkeys/selinux-loadkeys-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-logrotate/selinux-logrotate-2.20250618-r1.ebuild b/sec-policy/selinux-logrotate/selinux-logrotate-2.20250618-r1.ebuild index 8de02296253b..bff65e7f8113 100644 --- a/sec-policy/selinux-logrotate/selinux-logrotate-2.20250618-r1.ebuild +++ b/sec-policy/selinux-logrotate/selinux-logrotate-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for logrotate" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-logrotate/selinux-logrotate-9999.ebuild b/sec-policy/selinux-logrotate/selinux-logrotate-9999.ebuild index 9616700227bf..8de02296253b 100644 --- a/sec-policy/selinux-logrotate/selinux-logrotate-9999.ebuild +++ b/sec-policy/selinux-logrotate/selinux-logrotate-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-logsentry/selinux-logsentry-2.20250618-r1.ebuild b/sec-policy/selinux-logsentry/selinux-logsentry-2.20250618-r1.ebuild index 8ea9171cf9c5..62a782ac9ab3 100644 --- a/sec-policy/selinux-logsentry/selinux-logsentry-2.20250618-r1.ebuild +++ b/sec-policy/selinux-logsentry/selinux-logsentry-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for logsentry" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-logsentry/selinux-logsentry-9999.ebuild b/sec-policy/selinux-logsentry/selinux-logsentry-9999.ebuild index dfb84ac5ea9e..8ea9171cf9c5 100644 --- a/sec-policy/selinux-logsentry/selinux-logsentry-9999.ebuild +++ b/sec-policy/selinux-logsentry/selinux-logsentry-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-logwatch/selinux-logwatch-2.20250618-r1.ebuild b/sec-policy/selinux-logwatch/selinux-logwatch-2.20250618-r1.ebuild index 6590232f3eca..fa37c5b2734c 100644 --- a/sec-policy/selinux-logwatch/selinux-logwatch-2.20250618-r1.ebuild +++ b/sec-policy/selinux-logwatch/selinux-logwatch-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for logwatch" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild b/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild index ca6072ed43bf..6590232f3eca 100644 --- a/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild +++ b/sec-policy/selinux-logwatch/selinux-logwatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-lpd/selinux-lpd-2.20250618-r1.ebuild b/sec-policy/selinux-lpd/selinux-lpd-2.20250618-r1.ebuild index e2d940054fd6..57a1d043f0c2 100644 --- a/sec-policy/selinux-lpd/selinux-lpd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-lpd/selinux-lpd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for lpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild b/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild index 79ba958d1a61..e2d940054fd6 100644 --- a/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild +++ b/sec-policy/selinux-lpd/selinux-lpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20250618-r1.ebuild b/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20250618-r1.ebuild index f8b5bc1e5eca..e5b69e05eb2a 100644 --- a/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20250618-r1.ebuild +++ b/sec-policy/selinux-makewhatis/selinux-makewhatis-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for makewhatis" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild b/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild index 29909e9f4673..f8b5bc1e5eca 100644 --- a/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild +++ b/sec-policy/selinux-makewhatis/selinux-makewhatis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mandb/selinux-mandb-2.20250618-r1.ebuild b/sec-policy/selinux-mandb/selinux-mandb-2.20250618-r1.ebuild index 7ee8bb6bf8ac..020af804585f 100644 --- a/sec-policy/selinux-mandb/selinux-mandb-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mandb/selinux-mandb-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mandb" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mandb/selinux-mandb-9999.ebuild b/sec-policy/selinux-mandb/selinux-mandb-9999.ebuild index cefbe518f246..7ee8bb6bf8ac 100644 --- a/sec-policy/selinux-mandb/selinux-mandb-9999.ebuild +++ b/sec-policy/selinux-mandb/selinux-mandb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-matrixd/selinux-matrixd-2.20250618-r1.ebuild b/sec-policy/selinux-matrixd/selinux-matrixd-2.20250618-r1.ebuild index de26921708c3..1e74a33ce642 100644 --- a/sec-policy/selinux-matrixd/selinux-matrixd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-matrixd/selinux-matrixd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for matrixd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-matrixd/selinux-matrixd-9999.ebuild b/sec-policy/selinux-matrixd/selinux-matrixd-9999.ebuild index 4f236458bbba..de26921708c3 100644 --- a/sec-policy/selinux-matrixd/selinux-matrixd-9999.ebuild +++ b/sec-policy/selinux-matrixd/selinux-matrixd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mcelog/selinux-mcelog-2.20250618-r1.ebuild b/sec-policy/selinux-mcelog/selinux-mcelog-2.20250618-r1.ebuild index 1b39a149b5db..bfd833a1166e 100644 --- a/sec-policy/selinux-mcelog/selinux-mcelog-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mcelog/selinux-mcelog-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mcelog" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild b/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild index ac6fa48cd4b0..1b39a149b5db 100644 --- a/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild +++ b/sec-policy/selinux-mcelog/selinux-mcelog-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-memcached/selinux-memcached-2.20250618-r1.ebuild b/sec-policy/selinux-memcached/selinux-memcached-2.20250618-r1.ebuild index c46e4819f6d9..2286694a9fee 100644 --- a/sec-policy/selinux-memcached/selinux-memcached-2.20250618-r1.ebuild +++ b/sec-policy/selinux-memcached/selinux-memcached-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for memcached" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-memcached/selinux-memcached-9999.ebuild b/sec-policy/selinux-memcached/selinux-memcached-9999.ebuild index e38d875d0e64..c46e4819f6d9 100644 --- a/sec-policy/selinux-memcached/selinux-memcached-9999.ebuild +++ b/sec-policy/selinux-memcached/selinux-memcached-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-milter/selinux-milter-2.20250618-r1.ebuild b/sec-policy/selinux-milter/selinux-milter-2.20250618-r1.ebuild index 7f0cfc00b429..f11e654a93ac 100644 --- a/sec-policy/selinux-milter/selinux-milter-2.20250618-r1.ebuild +++ b/sec-policy/selinux-milter/selinux-milter-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for milter" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-milter/selinux-milter-9999.ebuild b/sec-policy/selinux-milter/selinux-milter-9999.ebuild index e7db98dd3cd5..7f0cfc00b429 100644 --- a/sec-policy/selinux-milter/selinux-milter-9999.ebuild +++ b/sec-policy/selinux-milter/selinux-milter-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-modemmanager/selinux-modemmanager-2.20250618-r1.ebuild b/sec-policy/selinux-modemmanager/selinux-modemmanager-2.20250618-r1.ebuild index e21af5203d08..dcd42d01a919 100644 --- a/sec-policy/selinux-modemmanager/selinux-modemmanager-2.20250618-r1.ebuild +++ b/sec-policy/selinux-modemmanager/selinux-modemmanager-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for modemmanager" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-dbus diff --git a/sec-policy/selinux-modemmanager/selinux-modemmanager-9999.ebuild b/sec-policy/selinux-modemmanager/selinux-modemmanager-9999.ebuild index 7e7a70730bd9..e21af5203d08 100644 --- a/sec-policy/selinux-modemmanager/selinux-modemmanager-9999.ebuild +++ b/sec-policy/selinux-modemmanager/selinux-modemmanager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mono/selinux-mono-2.20250618-r1.ebuild b/sec-policy/selinux-mono/selinux-mono-2.20250618-r1.ebuild index 05ddc57e2a58..7ef2fbe481c0 100644 --- a/sec-policy/selinux-mono/selinux-mono-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mono/selinux-mono-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mono" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mono/selinux-mono-9999.ebuild b/sec-policy/selinux-mono/selinux-mono-9999.ebuild index 96bd93afc0df..05ddc57e2a58 100644 --- a/sec-policy/selinux-mono/selinux-mono-9999.ebuild +++ b/sec-policy/selinux-mono/selinux-mono-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20250618-r1.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20250618-r1.ebuild index b576f97b9f94..e97780bc553e 100644 --- a/sec-policy/selinux-mozilla/selinux-mozilla-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20250618-r1.ebuild @@ -11,7 +11,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mozilla" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild index 2dd03964777e..b576f97b9f94 100644 --- a/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild +++ b/sec-policy/selinux-mozilla/selinux-mozilla-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mpd/selinux-mpd-2.20250618-r1.ebuild b/sec-policy/selinux-mpd/selinux-mpd-2.20250618-r1.ebuild index 00196a8473f6..8f6c348ae83a 100644 --- a/sec-policy/selinux-mpd/selinux-mpd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mpd/selinux-mpd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mpd/selinux-mpd-9999.ebuild b/sec-policy/selinux-mpd/selinux-mpd-9999.ebuild index fad33eb319cf..00196a8473f6 100644 --- a/sec-policy/selinux-mpd/selinux-mpd-9999.ebuild +++ b/sec-policy/selinux-mpd/selinux-mpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mplayer/selinux-mplayer-2.20250618-r1.ebuild b/sec-policy/selinux-mplayer/selinux-mplayer-2.20250618-r1.ebuild index 8498cc7d91ba..fbeb6969332c 100644 --- a/sec-policy/selinux-mplayer/selinux-mplayer-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mplayer/selinux-mplayer-2.20250618-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mplayer" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mplayer/selinux-mplayer-9999.ebuild b/sec-policy/selinux-mplayer/selinux-mplayer-9999.ebuild index 68c526abce90..8498cc7d91ba 100644 --- a/sec-policy/selinux-mplayer/selinux-mplayer-9999.ebuild +++ b/sec-policy/selinux-mplayer/selinux-mplayer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mrtg/selinux-mrtg-2.20250618-r1.ebuild b/sec-policy/selinux-mrtg/selinux-mrtg-2.20250618-r1.ebuild index 52ff2509c06a..97c12e0b9bf7 100644 --- a/sec-policy/selinux-mrtg/selinux-mrtg-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mrtg/selinux-mrtg-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mrtg" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild b/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild index 35514eda63e1..52ff2509c06a 100644 --- a/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild +++ b/sec-policy/selinux-mrtg/selinux-mrtg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-munin/selinux-munin-2.20250618-r1.ebuild b/sec-policy/selinux-munin/selinux-munin-2.20250618-r1.ebuild index aa51c1d004c9..775915a6e256 100644 --- a/sec-policy/selinux-munin/selinux-munin-2.20250618-r1.ebuild +++ b/sec-policy/selinux-munin/selinux-munin-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for munin" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-munin/selinux-munin-9999.ebuild b/sec-policy/selinux-munin/selinux-munin-9999.ebuild index 363dae175d09..aa51c1d004c9 100644 --- a/sec-policy/selinux-munin/selinux-munin-9999.ebuild +++ b/sec-policy/selinux-munin/selinux-munin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mutt/selinux-mutt-2.20250618-r1.ebuild b/sec-policy/selinux-mutt/selinux-mutt-2.20250618-r1.ebuild index 3476d51f2a5b..5af39d8ff88f 100644 --- a/sec-policy/selinux-mutt/selinux-mutt-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mutt/selinux-mutt-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mutt" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mutt/selinux-mutt-9999.ebuild b/sec-policy/selinux-mutt/selinux-mutt-9999.ebuild index 9ce2886d8029..3476d51f2a5b 100644 --- a/sec-policy/selinux-mutt/selinux-mutt-9999.ebuild +++ b/sec-policy/selinux-mutt/selinux-mutt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-mysql/selinux-mysql-2.20250618-r1.ebuild b/sec-policy/selinux-mysql/selinux-mysql-2.20250618-r1.ebuild index 99bfbb59e370..60a4dc6b811f 100644 --- a/sec-policy/selinux-mysql/selinux-mysql-2.20250618-r1.ebuild +++ b/sec-policy/selinux-mysql/selinux-mysql-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mysql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild b/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild index f2ed9632224f..99bfbb59e370 100644 --- a/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild +++ b/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-nagios/selinux-nagios-2.20250618-r1.ebuild b/sec-policy/selinux-nagios/selinux-nagios-2.20250618-r1.ebuild index 85b9145ee285..3148422fda54 100644 --- a/sec-policy/selinux-nagios/selinux-nagios-2.20250618-r1.ebuild +++ b/sec-policy/selinux-nagios/selinux-nagios-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nagios" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild b/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild index 58ab07e2bb87..85b9145ee285 100644 --- a/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild +++ b/sec-policy/selinux-nagios/selinux-nagios-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ncftool/selinux-ncftool-2.20250618-r1.ebuild b/sec-policy/selinux-ncftool/selinux-ncftool-2.20250618-r1.ebuild index 14b06e9107f7..3e8ecf9a53df 100644 --- a/sec-policy/selinux-ncftool/selinux-ncftool-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ncftool/selinux-ncftool-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ncftool" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ncftool/selinux-ncftool-9999.ebuild b/sec-policy/selinux-ncftool/selinux-ncftool-9999.ebuild index 0ffd61e038dc..14b06e9107f7 100644 --- a/sec-policy/selinux-ncftool/selinux-ncftool-9999.ebuild +++ b/sec-policy/selinux-ncftool/selinux-ncftool-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20250618-r1.ebuild b/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20250618-r1.ebuild index 36ffb8c24a2a..3ad49cf094bb 100644 --- a/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20250618-r1.ebuild +++ b/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for networkmanager" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-networkmanager/selinux-networkmanager-9999.ebuild b/sec-policy/selinux-networkmanager/selinux-networkmanager-9999.ebuild index 57132d5ab7b6..36ffb8c24a2a 100644 --- a/sec-policy/selinux-networkmanager/selinux-networkmanager-9999.ebuild +++ b/sec-policy/selinux-networkmanager/selinux-networkmanager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-nginx/selinux-nginx-2.20250618-r1.ebuild b/sec-policy/selinux-nginx/selinux-nginx-2.20250618-r1.ebuild index c8fd63938596..73ca4695fd86 100644 --- a/sec-policy/selinux-nginx/selinux-nginx-2.20250618-r1.ebuild +++ b/sec-policy/selinux-nginx/selinux-nginx-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nginx" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-nginx/selinux-nginx-9999.ebuild b/sec-policy/selinux-nginx/selinux-nginx-9999.ebuild index c33b2403b7a8..c8fd63938596 100644 --- a/sec-policy/selinux-nginx/selinux-nginx-9999.ebuild +++ b/sec-policy/selinux-nginx/selinux-nginx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20250618-r1.ebuild b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20250618-r1.ebuild index ec02e77290eb..4becc72fc7fa 100644 --- a/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20250618-r1.ebuild +++ b/sec-policy/selinux-node_exporter/selinux-node_exporter-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for node_exporter" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild b/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild index 863d7f056a1c..ec02e77290eb 100644 --- a/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild +++ b/sec-policy/selinux-node_exporter/selinux-node_exporter-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-nslcd/selinux-nslcd-2.20250618-r1.ebuild b/sec-policy/selinux-nslcd/selinux-nslcd-2.20250618-r1.ebuild index 9aaf6b450153..fe273cb17a74 100644 --- a/sec-policy/selinux-nslcd/selinux-nslcd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-nslcd/selinux-nslcd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nslcd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-nslcd/selinux-nslcd-9999.ebuild b/sec-policy/selinux-nslcd/selinux-nslcd-9999.ebuild index 52858b96a983..9aaf6b450153 100644 --- a/sec-policy/selinux-nslcd/selinux-nslcd-9999.ebuild +++ b/sec-policy/selinux-nslcd/selinux-nslcd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ntop/selinux-ntop-2.20250618-r1.ebuild b/sec-policy/selinux-ntop/selinux-ntop-2.20250618-r1.ebuild index 8a49325fa841..4214a0ce6da9 100644 --- a/sec-policy/selinux-ntop/selinux-ntop-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ntop/selinux-ntop-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ntop" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ntop/selinux-ntop-9999.ebuild b/sec-policy/selinux-ntop/selinux-ntop-9999.ebuild index 767c28a05cb8..8a49325fa841 100644 --- a/sec-policy/selinux-ntop/selinux-ntop-9999.ebuild +++ b/sec-policy/selinux-ntop/selinux-ntop-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ntp/selinux-ntp-2.20250618-r1.ebuild b/sec-policy/selinux-ntp/selinux-ntp-2.20250618-r1.ebuild index c81bffe2a6b7..bd306f34a393 100644 --- a/sec-policy/selinux-ntp/selinux-ntp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ntp/selinux-ntp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ntp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild b/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild index 6117039bb921..c81bffe2a6b7 100644 --- a/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild +++ b/sec-policy/selinux-ntp/selinux-ntp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-nut/selinux-nut-2.20250618-r1.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20250618-r1.ebuild index 9e4238a9a30e..28c7ec7dedf7 100644 --- a/sec-policy/selinux-nut/selinux-nut-2.20250618-r1.ebuild +++ b/sec-policy/selinux-nut/selinux-nut-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nut" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-nut/selinux-nut-9999.ebuild b/sec-policy/selinux-nut/selinux-nut-9999.ebuild index 6349764f640b..9e4238a9a30e 100644 --- a/sec-policy/selinux-nut/selinux-nut-9999.ebuild +++ b/sec-policy/selinux-nut/selinux-nut-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-nx/selinux-nx-2.20250618-r1.ebuild b/sec-policy/selinux-nx/selinux-nx-2.20250618-r1.ebuild index a5827729ebf6..1c39a0c7be9e 100644 --- a/sec-policy/selinux-nx/selinux-nx-2.20250618-r1.ebuild +++ b/sec-policy/selinux-nx/selinux-nx-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for nx" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-nx/selinux-nx-9999.ebuild b/sec-policy/selinux-nx/selinux-nx-9999.ebuild index 9defe8f57509..a5827729ebf6 100644 --- a/sec-policy/selinux-nx/selinux-nx-9999.ebuild +++ b/sec-policy/selinux-nx/selinux-nx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20250618-r1.ebuild b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20250618-r1.ebuild index 48c11287e184..89ff723b3323 100644 --- a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20250618-r1.ebuild +++ b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for obfs4proxy" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-9999.ebuild b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-9999.ebuild index 38e3533c052f..48c11287e184 100644 --- a/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-9999.ebuild +++ b/sec-policy/selinux-obfs4proxy/selinux-obfs4proxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-oddjob/selinux-oddjob-2.20250618-r1.ebuild b/sec-policy/selinux-oddjob/selinux-oddjob-2.20250618-r1.ebuild index 58dc5b8a68ee..e554d88ce9cc 100644 --- a/sec-policy/selinux-oddjob/selinux-oddjob-2.20250618-r1.ebuild +++ b/sec-policy/selinux-oddjob/selinux-oddjob-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for oddjob" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-oddjob/selinux-oddjob-9999.ebuild b/sec-policy/selinux-oddjob/selinux-oddjob-9999.ebuild index 61ee774d4a11..58dc5b8a68ee 100644 --- a/sec-policy/selinux-oddjob/selinux-oddjob-9999.ebuild +++ b/sec-policy/selinux-oddjob/selinux-oddjob-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-oident/selinux-oident-2.20250618-r1.ebuild b/sec-policy/selinux-oident/selinux-oident-2.20250618-r1.ebuild index a3db6038fe58..c32d8a8ad88b 100644 --- a/sec-policy/selinux-oident/selinux-oident-2.20250618-r1.ebuild +++ b/sec-policy/selinux-oident/selinux-oident-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for oident" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-oident/selinux-oident-9999.ebuild b/sec-policy/selinux-oident/selinux-oident-9999.ebuild index ccc488edb222..a3db6038fe58 100644 --- a/sec-policy/selinux-oident/selinux-oident-9999.ebuild +++ b/sec-policy/selinux-oident/selinux-oident-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-openct/selinux-openct-2.20250618-r1.ebuild b/sec-policy/selinux-openct/selinux-openct-2.20250618-r1.ebuild index c6765d6924e4..a141f68eb599 100644 --- a/sec-policy/selinux-openct/selinux-openct-2.20250618-r1.ebuild +++ b/sec-policy/selinux-openct/selinux-openct-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for openct" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-openct/selinux-openct-9999.ebuild b/sec-policy/selinux-openct/selinux-openct-9999.ebuild index c8ea8b7cd3bd..c6765d6924e4 100644 --- a/sec-policy/selinux-openct/selinux-openct-9999.ebuild +++ b/sec-policy/selinux-openct/selinux-openct-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-openrc/selinux-openrc-2.20250618-r1.ebuild b/sec-policy/selinux-openrc/selinux-openrc-2.20250618-r1.ebuild index d3a7a402b0fe..d2ff777246db 100644 --- a/sec-policy/selinux-openrc/selinux-openrc-2.20250618-r1.ebuild +++ b/sec-policy/selinux-openrc/selinux-openrc-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for openrc" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-openrc/selinux-openrc-9999.ebuild b/sec-policy/selinux-openrc/selinux-openrc-9999.ebuild index 03378853e266..d3a7a402b0fe 100644 --- a/sec-policy/selinux-openrc/selinux-openrc-9999.ebuild +++ b/sec-policy/selinux-openrc/selinux-openrc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-opensm/selinux-opensm-2.20250618-r1.ebuild b/sec-policy/selinux-opensm/selinux-opensm-2.20250618-r1.ebuild index 335dd6c71583..a811d6526d2f 100644 --- a/sec-policy/selinux-opensm/selinux-opensm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-opensm/selinux-opensm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for opensm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-opensm/selinux-opensm-9999.ebuild b/sec-policy/selinux-opensm/selinux-opensm-9999.ebuild index 797d00b33cf9..335dd6c71583 100644 --- a/sec-policy/selinux-opensm/selinux-opensm-9999.ebuild +++ b/sec-policy/selinux-opensm/selinux-opensm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-openvpn/selinux-openvpn-2.20250618-r1.ebuild b/sec-policy/selinux-openvpn/selinux-openvpn-2.20250618-r1.ebuild index e72df9be467a..8fcb957329d7 100644 --- a/sec-policy/selinux-openvpn/selinux-openvpn-2.20250618-r1.ebuild +++ b/sec-policy/selinux-openvpn/selinux-openvpn-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for openvpn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-openvpn/selinux-openvpn-9999.ebuild b/sec-policy/selinux-openvpn/selinux-openvpn-9999.ebuild index 71edd93051e6..e72df9be467a 100644 --- a/sec-policy/selinux-openvpn/selinux-openvpn-9999.ebuild +++ b/sec-policy/selinux-openvpn/selinux-openvpn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-pan/selinux-pan-2.20250618-r1.ebuild b/sec-policy/selinux-pan/selinux-pan-2.20250618-r1.ebuild index 350cdc94c6f3..c8cd15873c05 100644 --- a/sec-policy/selinux-pan/selinux-pan-2.20250618-r1.ebuild +++ b/sec-policy/selinux-pan/selinux-pan-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pan" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-pan/selinux-pan-9999.ebuild b/sec-policy/selinux-pan/selinux-pan-9999.ebuild index b516e858c554..350cdc94c6f3 100644 --- a/sec-policy/selinux-pan/selinux-pan-9999.ebuild +++ b/sec-policy/selinux-pan/selinux-pan-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-pcscd/selinux-pcscd-2.20250618-r1.ebuild b/sec-policy/selinux-pcscd/selinux-pcscd-2.20250618-r1.ebuild index ccc78c94d33a..e89a88b5dd92 100644 --- a/sec-policy/selinux-pcscd/selinux-pcscd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-pcscd/selinux-pcscd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pcscd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild b/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild index d126a38ec414..ccc78c94d33a 100644 --- a/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild +++ b/sec-policy/selinux-pcscd/selinux-pcscd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20250618-r1.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20250618-r1.ebuild index 3bf8f311508c..ecc2cc9de513 100644 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for phpfpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild b/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild index b3f32e99f8a3..3bf8f311508c 100644 --- a/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild +++ b/sec-policy/selinux-phpfpm/selinux-phpfpm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20250618-r1.ebuild b/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20250618-r1.ebuild index 73853dfd780f..a814f3fe76ec 100644 --- a/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for plymouthd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-plymouthd/selinux-plymouthd-9999.ebuild b/sec-policy/selinux-plymouthd/selinux-plymouthd-9999.ebuild index b2e8bbec771d..73853dfd780f 100644 --- a/sec-policy/selinux-plymouthd/selinux-plymouthd-9999.ebuild +++ b/sec-policy/selinux-plymouthd/selinux-plymouthd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-podman/selinux-podman-2.20250618-r1.ebuild b/sec-policy/selinux-podman/selinux-podman-2.20250618-r1.ebuild index 44a20d137c56..d6e9ee43f03c 100644 --- a/sec-policy/selinux-podman/selinux-podman-2.20250618-r1.ebuild +++ b/sec-policy/selinux-podman/selinux-podman-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for podman" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-podman/selinux-podman-9999.ebuild b/sec-policy/selinux-podman/selinux-podman-9999.ebuild index 7d594d7d1ba3..44a20d137c56 100644 --- a/sec-policy/selinux-podman/selinux-podman-9999.ebuild +++ b/sec-policy/selinux-podman/selinux-podman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-policykit/selinux-policykit-2.20250618-r1.ebuild b/sec-policy/selinux-policykit/selinux-policykit-2.20250618-r1.ebuild index d7848bf20fa1..b4c7c27d857e 100644 --- a/sec-policy/selinux-policykit/selinux-policykit-2.20250618-r1.ebuild +++ b/sec-policy/selinux-policykit/selinux-policykit-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for policykit" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-policykit/selinux-policykit-9999.ebuild b/sec-policy/selinux-policykit/selinux-policykit-9999.ebuild index 70edc72f86bc..d7848bf20fa1 100644 --- a/sec-policy/selinux-policykit/selinux-policykit-9999.ebuild +++ b/sec-policy/selinux-policykit/selinux-policykit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-portmap/selinux-portmap-2.20250618-r1.ebuild b/sec-policy/selinux-portmap/selinux-portmap-2.20250618-r1.ebuild index 75cd4512e428..81d3348827f0 100644 --- a/sec-policy/selinux-portmap/selinux-portmap-2.20250618-r1.ebuild +++ b/sec-policy/selinux-portmap/selinux-portmap-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for portmap" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-portmap/selinux-portmap-9999.ebuild b/sec-policy/selinux-portmap/selinux-portmap-9999.ebuild index e924fa88597b..75cd4512e428 100644 --- a/sec-policy/selinux-portmap/selinux-portmap-9999.ebuild +++ b/sec-policy/selinux-portmap/selinux-portmap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-postfix/selinux-postfix-2.20250618-r1.ebuild b/sec-policy/selinux-postfix/selinux-postfix-2.20250618-r1.ebuild index 00f88c21eba6..11e00c5d0c81 100644 --- a/sec-policy/selinux-postfix/selinux-postfix-2.20250618-r1.ebuild +++ b/sec-policy/selinux-postfix/selinux-postfix-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for postfix" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-postfix/selinux-postfix-9999.ebuild b/sec-policy/selinux-postfix/selinux-postfix-9999.ebuild index 44226fe1d07a..00f88c21eba6 100644 --- a/sec-policy/selinux-postfix/selinux-postfix-9999.ebuild +++ b/sec-policy/selinux-postfix/selinux-postfix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-2.20250618-r1.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-2.20250618-r1.ebuild index 67334e4fa1e4..7d61085223a1 100644 --- a/sec-policy/selinux-postgresql/selinux-postgresql-2.20250618-r1.ebuild +++ b/sec-policy/selinux-postgresql/selinux-postgresql-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for postgresql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild index e11112fee917..67334e4fa1e4 100644 --- a/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild +++ b/sec-policy/selinux-postgresql/selinux-postgresql-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-postgrey/selinux-postgrey-2.20250618-r1.ebuild b/sec-policy/selinux-postgrey/selinux-postgrey-2.20250618-r1.ebuild index 9cb43baa6747..bc8b08b36c07 100644 --- a/sec-policy/selinux-postgrey/selinux-postgrey-2.20250618-r1.ebuild +++ b/sec-policy/selinux-postgrey/selinux-postgrey-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for postgrey" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild b/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild index 53d5d4a40462..9cb43baa6747 100644 --- a/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild +++ b/sec-policy/selinux-postgrey/selinux-postgrey-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-powerprofiles/selinux-powerprofiles-2.20250618-r1.ebuild b/sec-policy/selinux-powerprofiles/selinux-powerprofiles-2.20250618-r1.ebuild index 8397f7b8a98d..503663268795 100644 --- a/sec-policy/selinux-powerprofiles/selinux-powerprofiles-2.20250618-r1.ebuild +++ b/sec-policy/selinux-powerprofiles/selinux-powerprofiles-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for powerprofiles" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-powerprofiles/selinux-powerprofiles-9999.ebuild b/sec-policy/selinux-powerprofiles/selinux-powerprofiles-9999.ebuild index 49e1aa29bae6..8397f7b8a98d 100644 --- a/sec-policy/selinux-powerprofiles/selinux-powerprofiles-9999.ebuild +++ b/sec-policy/selinux-powerprofiles/selinux-powerprofiles-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ppp/selinux-ppp-2.20250618-r1.ebuild b/sec-policy/selinux-ppp/selinux-ppp-2.20250618-r1.ebuild index 9bf0f71c6ba1..b6624a279c00 100644 --- a/sec-policy/selinux-ppp/selinux-ppp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ppp/selinux-ppp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ppp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ppp/selinux-ppp-9999.ebuild b/sec-policy/selinux-ppp/selinux-ppp-9999.ebuild index a0b02f5dd294..9bf0f71c6ba1 100644 --- a/sec-policy/selinux-ppp/selinux-ppp-9999.ebuild +++ b/sec-policy/selinux-ppp/selinux-ppp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-privoxy/selinux-privoxy-2.20250618-r1.ebuild b/sec-policy/selinux-privoxy/selinux-privoxy-2.20250618-r1.ebuild index f971a989f68a..830bc68918cd 100644 --- a/sec-policy/selinux-privoxy/selinux-privoxy-2.20250618-r1.ebuild +++ b/sec-policy/selinux-privoxy/selinux-privoxy-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for privoxy" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-privoxy/selinux-privoxy-9999.ebuild b/sec-policy/selinux-privoxy/selinux-privoxy-9999.ebuild index 7c6739bcaeb6..f971a989f68a 100644 --- a/sec-policy/selinux-privoxy/selinux-privoxy-9999.ebuild +++ b/sec-policy/selinux-privoxy/selinux-privoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-procmail/selinux-procmail-2.20250618-r1.ebuild b/sec-policy/selinux-procmail/selinux-procmail-2.20250618-r1.ebuild index 1f892ecca3d3..8de376dd5c60 100644 --- a/sec-policy/selinux-procmail/selinux-procmail-2.20250618-r1.ebuild +++ b/sec-policy/selinux-procmail/selinux-procmail-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for procmail" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-procmail/selinux-procmail-9999.ebuild b/sec-policy/selinux-procmail/selinux-procmail-9999.ebuild index 5dc27d194c6b..1f892ecca3d3 100644 --- a/sec-policy/selinux-procmail/selinux-procmail-9999.ebuild +++ b/sec-policy/selinux-procmail/selinux-procmail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-psad/selinux-psad-2.20250618-r1.ebuild b/sec-policy/selinux-psad/selinux-psad-2.20250618-r1.ebuild index 06874dcb93ef..23a846a60479 100644 --- a/sec-policy/selinux-psad/selinux-psad-2.20250618-r1.ebuild +++ b/sec-policy/selinux-psad/selinux-psad-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for psad" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-psad/selinux-psad-9999.ebuild b/sec-policy/selinux-psad/selinux-psad-9999.ebuild index 8207791cbc7b..06874dcb93ef 100644 --- a/sec-policy/selinux-psad/selinux-psad-9999.ebuild +++ b/sec-policy/selinux-psad/selinux-psad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-publicfile/selinux-publicfile-2.20250618-r1.ebuild b/sec-policy/selinux-publicfile/selinux-publicfile-2.20250618-r1.ebuild index b6de4a4fcb10..6822fd0f97f0 100644 --- a/sec-policy/selinux-publicfile/selinux-publicfile-2.20250618-r1.ebuild +++ b/sec-policy/selinux-publicfile/selinux-publicfile-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for publicfile" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-publicfile/selinux-publicfile-9999.ebuild b/sec-policy/selinux-publicfile/selinux-publicfile-9999.ebuild index 66aefaa97ffe..b6de4a4fcb10 100644 --- a/sec-policy/selinux-publicfile/selinux-publicfile-9999.ebuild +++ b/sec-policy/selinux-publicfile/selinux-publicfile-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-pulseaudio/selinux-pulseaudio-2.20250618-r1.ebuild b/sec-policy/selinux-pulseaudio/selinux-pulseaudio-2.20250618-r1.ebuild index 44205685f219..bbb1275ac6e6 100644 --- a/sec-policy/selinux-pulseaudio/selinux-pulseaudio-2.20250618-r1.ebuild +++ b/sec-policy/selinux-pulseaudio/selinux-pulseaudio-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pulseaudio" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-pulseaudio/selinux-pulseaudio-9999.ebuild b/sec-policy/selinux-pulseaudio/selinux-pulseaudio-9999.ebuild index c76384d40634..44205685f219 100644 --- a/sec-policy/selinux-pulseaudio/selinux-pulseaudio-9999.ebuild +++ b/sec-policy/selinux-pulseaudio/selinux-pulseaudio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-puppet/selinux-puppet-2.20250618-r1.ebuild b/sec-policy/selinux-puppet/selinux-puppet-2.20250618-r1.ebuild index 9d69aaa2bdb3..1bb9d06ab9dc 100644 --- a/sec-policy/selinux-puppet/selinux-puppet-2.20250618-r1.ebuild +++ b/sec-policy/selinux-puppet/selinux-puppet-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for puppet" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-puppet/selinux-puppet-9999.ebuild b/sec-policy/selinux-puppet/selinux-puppet-9999.ebuild index a1b0a8e2eae1..9d69aaa2bdb3 100644 --- a/sec-policy/selinux-puppet/selinux-puppet-9999.ebuild +++ b/sec-policy/selinux-puppet/selinux-puppet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20250618-r1.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20250618-r1.ebuild index f09b77f133b2..82b6d1bf2816 100644 --- a/sec-policy/selinux-pyzor/selinux-pyzor-2.20250618-r1.ebuild +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pyzor" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild index 1cd5ffdea9cc..f09b77f133b2 100644 --- a/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild +++ b/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-qemu/selinux-qemu-2.20250618-r1.ebuild b/sec-policy/selinux-qemu/selinux-qemu-2.20250618-r1.ebuild index 2f6f8a0c4986..939cafc21950 100644 --- a/sec-policy/selinux-qemu/selinux-qemu-2.20250618-r1.ebuild +++ b/sec-policy/selinux-qemu/selinux-qemu-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for qemu" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-virt diff --git a/sec-policy/selinux-qemu/selinux-qemu-9999.ebuild b/sec-policy/selinux-qemu/selinux-qemu-9999.ebuild index 7d24ef14c3d0..2f6f8a0c4986 100644 --- a/sec-policy/selinux-qemu/selinux-qemu-9999.ebuild +++ b/sec-policy/selinux-qemu/selinux-qemu-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-qmail/selinux-qmail-2.20250618-r1.ebuild b/sec-policy/selinux-qmail/selinux-qmail-2.20250618-r1.ebuild index 6f51342a1a8f..6e839bdea413 100644 --- a/sec-policy/selinux-qmail/selinux-qmail-2.20250618-r1.ebuild +++ b/sec-policy/selinux-qmail/selinux-qmail-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for qmail" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-qmail/selinux-qmail-9999.ebuild b/sec-policy/selinux-qmail/selinux-qmail-9999.ebuild index ff64ca34844a..6f51342a1a8f 100644 --- a/sec-policy/selinux-qmail/selinux-qmail-9999.ebuild +++ b/sec-policy/selinux-qmail/selinux-qmail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-quota/selinux-quota-2.20250618-r1.ebuild b/sec-policy/selinux-quota/selinux-quota-2.20250618-r1.ebuild index d6851e9da0e6..4fa09f430cd9 100644 --- a/sec-policy/selinux-quota/selinux-quota-2.20250618-r1.ebuild +++ b/sec-policy/selinux-quota/selinux-quota-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for quota" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-quota/selinux-quota-9999.ebuild b/sec-policy/selinux-quota/selinux-quota-9999.ebuild index 0b3a3b59a332..d6851e9da0e6 100644 --- a/sec-policy/selinux-quota/selinux-quota-9999.ebuild +++ b/sec-policy/selinux-quota/selinux-quota-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-radius/selinux-radius-2.20250618-r1.ebuild b/sec-policy/selinux-radius/selinux-radius-2.20250618-r1.ebuild index c030aaebdb4a..d03424e50a2d 100644 --- a/sec-policy/selinux-radius/selinux-radius-2.20250618-r1.ebuild +++ b/sec-policy/selinux-radius/selinux-radius-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for radius" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-radius/selinux-radius-9999.ebuild b/sec-policy/selinux-radius/selinux-radius-9999.ebuild index 0a755ba91873..c030aaebdb4a 100644 --- a/sec-policy/selinux-radius/selinux-radius-9999.ebuild +++ b/sec-policy/selinux-radius/selinux-radius-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-radvd/selinux-radvd-2.20250618-r1.ebuild b/sec-policy/selinux-radvd/selinux-radvd-2.20250618-r1.ebuild index 3f260ac3700b..38b96beddff7 100644 --- a/sec-policy/selinux-radvd/selinux-radvd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-radvd/selinux-radvd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for radvd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-radvd/selinux-radvd-9999.ebuild b/sec-policy/selinux-radvd/selinux-radvd-9999.ebuild index 605aa6cacfff..3f260ac3700b 100644 --- a/sec-policy/selinux-radvd/selinux-radvd-9999.ebuild +++ b/sec-policy/selinux-radvd/selinux-radvd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20250618-r1.ebuild b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20250618-r1.ebuild index 56697030de84..3548d25a217e 100644 --- a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rasdaemon" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild index c5a4ed7a02ef..56697030de84 100644 --- a/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild +++ b/sec-policy/selinux-rasdaemon/selinux-rasdaemon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-razor/selinux-razor-2.20250618-r1.ebuild b/sec-policy/selinux-razor/selinux-razor-2.20250618-r1.ebuild index 0001d81eaf4e..3645164b02fa 100644 --- a/sec-policy/selinux-razor/selinux-razor-2.20250618-r1.ebuild +++ b/sec-policy/selinux-razor/selinux-razor-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for razor" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-razor/selinux-razor-9999.ebuild b/sec-policy/selinux-razor/selinux-razor-9999.ebuild index 27353dad39b6..0001d81eaf4e 100644 --- a/sec-policy/selinux-razor/selinux-razor-9999.ebuild +++ b/sec-policy/selinux-razor/selinux-razor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-redis/selinux-redis-2.20250618-r1.ebuild b/sec-policy/selinux-redis/selinux-redis-2.20250618-r1.ebuild index 2589fcc73bac..c9cd67e8cdff 100644 --- a/sec-policy/selinux-redis/selinux-redis-2.20250618-r1.ebuild +++ b/sec-policy/selinux-redis/selinux-redis-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for redis" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-redis/selinux-redis-9999.ebuild b/sec-policy/selinux-redis/selinux-redis-9999.ebuild index f05cfc535c22..2589fcc73bac 100644 --- a/sec-policy/selinux-redis/selinux-redis-9999.ebuild +++ b/sec-policy/selinux-redis/selinux-redis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-remotelogin/selinux-remotelogin-2.20250618-r1.ebuild b/sec-policy/selinux-remotelogin/selinux-remotelogin-2.20250618-r1.ebuild index 496c302b0787..cfe21544abf4 100644 --- a/sec-policy/selinux-remotelogin/selinux-remotelogin-2.20250618-r1.ebuild +++ b/sec-policy/selinux-remotelogin/selinux-remotelogin-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for remotelogin" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-remotelogin/selinux-remotelogin-9999.ebuild b/sec-policy/selinux-remotelogin/selinux-remotelogin-9999.ebuild index d7dfeb35df4f..496c302b0787 100644 --- a/sec-policy/selinux-remotelogin/selinux-remotelogin-9999.ebuild +++ b/sec-policy/selinux-remotelogin/selinux-remotelogin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20250618-r1.ebuild b/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20250618-r1.ebuild index cb6cfe264ffc..1306e4b07810 100644 --- a/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20250618-r1.ebuild +++ b/sec-policy/selinux-resolvconf/selinux-resolvconf-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for resolvconf" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild index 0f6e16ce11e9..cb6cfe264ffc 100644 --- a/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild +++ b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rngd/selinux-rngd-2.20250618-r1.ebuild b/sec-policy/selinux-rngd/selinux-rngd-2.20250618-r1.ebuild index d9df4b32357f..e8bf8c52416f 100644 --- a/sec-policy/selinux-rngd/selinux-rngd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rngd/selinux-rngd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rngd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rngd/selinux-rngd-9999.ebuild b/sec-policy/selinux-rngd/selinux-rngd-9999.ebuild index f02d0415a907..d9df4b32357f 100644 --- a/sec-policy/selinux-rngd/selinux-rngd-9999.ebuild +++ b/sec-policy/selinux-rngd/selinux-rngd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20250618-r1.ebuild b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20250618-r1.ebuild index cc2547d6f4cb..6fbbd3ed63ac 100644 --- a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rootlesskit" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild index d95004836458..cc2547d6f4cb 100644 --- a/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild +++ b/sec-policy/selinux-rootlesskit/selinux-rootlesskit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rpc/selinux-rpc-2.20250618-r1.ebuild b/sec-policy/selinux-rpc/selinux-rpc-2.20250618-r1.ebuild index d08cfafe34af..8426cdb1096a 100644 --- a/sec-policy/selinux-rpc/selinux-rpc-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rpc/selinux-rpc-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rpc" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rpc/selinux-rpc-9999.ebuild b/sec-policy/selinux-rpc/selinux-rpc-9999.ebuild index 89df85f46782..d08cfafe34af 100644 --- a/sec-policy/selinux-rpc/selinux-rpc-9999.ebuild +++ b/sec-policy/selinux-rpc/selinux-rpc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rpcbind/selinux-rpcbind-2.20250618-r1.ebuild b/sec-policy/selinux-rpcbind/selinux-rpcbind-2.20250618-r1.ebuild index 81c3318e8089..4d4d194af86d 100644 --- a/sec-policy/selinux-rpcbind/selinux-rpcbind-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rpcbind/selinux-rpcbind-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rpcbind" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rpcbind/selinux-rpcbind-9999.ebuild b/sec-policy/selinux-rpcbind/selinux-rpcbind-9999.ebuild index 7299855d6d5f..81c3318e8089 100644 --- a/sec-policy/selinux-rpcbind/selinux-rpcbind-9999.ebuild +++ b/sec-policy/selinux-rpcbind/selinux-rpcbind-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rpm/selinux-rpm-2.20250618-r1.ebuild b/sec-policy/selinux-rpm/selinux-rpm-2.20250618-r1.ebuild index df5e3f9919a9..4f13b2bee503 100644 --- a/sec-policy/selinux-rpm/selinux-rpm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rpm/selinux-rpm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rpm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rpm/selinux-rpm-9999.ebuild b/sec-policy/selinux-rpm/selinux-rpm-9999.ebuild index d9f7d6b1b2e3..df5e3f9919a9 100644 --- a/sec-policy/selinux-rpm/selinux-rpm-9999.ebuild +++ b/sec-policy/selinux-rpm/selinux-rpm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rssh/selinux-rssh-2.20250618-r1.ebuild b/sec-policy/selinux-rssh/selinux-rssh-2.20250618-r1.ebuild index 8e6a29e56567..7715a35751b9 100644 --- a/sec-policy/selinux-rssh/selinux-rssh-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rssh/selinux-rssh-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rssh" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rssh/selinux-rssh-9999.ebuild b/sec-policy/selinux-rssh/selinux-rssh-9999.ebuild index 34dbd96a0209..8e6a29e56567 100644 --- a/sec-policy/selinux-rssh/selinux-rssh-9999.ebuild +++ b/sec-policy/selinux-rssh/selinux-rssh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rtkit/selinux-rtkit-2.20250618-r1.ebuild b/sec-policy/selinux-rtkit/selinux-rtkit-2.20250618-r1.ebuild index 16635c10e26e..7138900827ce 100644 --- a/sec-policy/selinux-rtkit/selinux-rtkit-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rtkit/selinux-rtkit-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rtkit" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-dbus diff --git a/sec-policy/selinux-rtkit/selinux-rtkit-9999.ebuild b/sec-policy/selinux-rtkit/selinux-rtkit-9999.ebuild index cfed7261b728..16635c10e26e 100644 --- a/sec-policy/selinux-rtkit/selinux-rtkit-9999.ebuild +++ b/sec-policy/selinux-rtkit/selinux-rtkit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20250618-r1.ebuild b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20250618-r1.ebuild index 41693712e63c..4ce04ae75873 100644 --- a/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20250618-r1.ebuild +++ b/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for rtorrent" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-rtorrent/selinux-rtorrent-9999.ebuild b/sec-policy/selinux-rtorrent/selinux-rtorrent-9999.ebuild index 074227b117a2..41693712e63c 100644 --- a/sec-policy/selinux-rtorrent/selinux-rtorrent-9999.ebuild +++ b/sec-policy/selinux-rtorrent/selinux-rtorrent-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-salt/selinux-salt-2.20250618-r1.ebuild b/sec-policy/selinux-salt/selinux-salt-2.20250618-r1.ebuild index 286796ff7369..383f477d02db 100644 --- a/sec-policy/selinux-salt/selinux-salt-2.20250618-r1.ebuild +++ b/sec-policy/selinux-salt/selinux-salt-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for salt" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-salt/selinux-salt-9999.ebuild b/sec-policy/selinux-salt/selinux-salt-9999.ebuild index 3cc15d9eacfc..286796ff7369 100644 --- a/sec-policy/selinux-salt/selinux-salt-9999.ebuild +++ b/sec-policy/selinux-salt/selinux-salt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-samba/selinux-samba-2.20250618-r1.ebuild b/sec-policy/selinux-samba/selinux-samba-2.20250618-r1.ebuild index 3dafff45dddb..5597a1ef4c65 100644 --- a/sec-policy/selinux-samba/selinux-samba-2.20250618-r1.ebuild +++ b/sec-policy/selinux-samba/selinux-samba-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for samba" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-samba/selinux-samba-9999.ebuild b/sec-policy/selinux-samba/selinux-samba-9999.ebuild index 406127c27896..3dafff45dddb 100644 --- a/sec-policy/selinux-samba/selinux-samba-9999.ebuild +++ b/sec-policy/selinux-samba/selinux-samba-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sasl/selinux-sasl-2.20250618-r1.ebuild b/sec-policy/selinux-sasl/selinux-sasl-2.20250618-r1.ebuild index 1fff82f85fbd..cfc894439deb 100644 --- a/sec-policy/selinux-sasl/selinux-sasl-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sasl/selinux-sasl-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sasl" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sasl/selinux-sasl-9999.ebuild b/sec-policy/selinux-sasl/selinux-sasl-9999.ebuild index 88a2e5386d23..1fff82f85fbd 100644 --- a/sec-policy/selinux-sasl/selinux-sasl-9999.ebuild +++ b/sec-policy/selinux-sasl/selinux-sasl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-screen/selinux-screen-2.20250618-r1.ebuild b/sec-policy/selinux-screen/selinux-screen-2.20250618-r1.ebuild index 2c0928ed3188..0e830bfa3030 100644 --- a/sec-policy/selinux-screen/selinux-screen-2.20250618-r1.ebuild +++ b/sec-policy/selinux-screen/selinux-screen-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for screen" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-screen/selinux-screen-9999.ebuild b/sec-policy/selinux-screen/selinux-screen-9999.ebuild index c3fc7b8f79b1..2c0928ed3188 100644 --- a/sec-policy/selinux-screen/selinux-screen-9999.ebuild +++ b/sec-policy/selinux-screen/selinux-screen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-secadm/selinux-secadm-2.20250618-r1.ebuild b/sec-policy/selinux-secadm/selinux-secadm-2.20250618-r1.ebuild index 1b3f55574e9a..69ec1ab86ff3 100644 --- a/sec-policy/selinux-secadm/selinux-secadm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-secadm/selinux-secadm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for secadm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-secadm/selinux-secadm-9999.ebuild b/sec-policy/selinux-secadm/selinux-secadm-9999.ebuild index d8deceaccf8b..1b3f55574e9a 100644 --- a/sec-policy/selinux-secadm/selinux-secadm-9999.ebuild +++ b/sec-policy/selinux-secadm/selinux-secadm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sendmail/selinux-sendmail-2.20250618-r1.ebuild b/sec-policy/selinux-sendmail/selinux-sendmail-2.20250618-r1.ebuild index d5f2f57fe97d..97154a91dc61 100644 --- a/sec-policy/selinux-sendmail/selinux-sendmail-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sendmail/selinux-sendmail-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sendmail" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sendmail/selinux-sendmail-9999.ebuild b/sec-policy/selinux-sendmail/selinux-sendmail-9999.ebuild index 0d26b6b32d38..d5f2f57fe97d 100644 --- a/sec-policy/selinux-sendmail/selinux-sendmail-9999.ebuild +++ b/sec-policy/selinux-sendmail/selinux-sendmail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sensord/selinux-sensord-2.20250618-r1.ebuild b/sec-policy/selinux-sensord/selinux-sensord-2.20250618-r1.ebuild index 2c867f8fae09..bba0c39b4bd4 100644 --- a/sec-policy/selinux-sensord/selinux-sensord-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sensord/selinux-sensord-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sensord" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sensord/selinux-sensord-9999.ebuild b/sec-policy/selinux-sensord/selinux-sensord-9999.ebuild index e158644d781a..2c867f8fae09 100644 --- a/sec-policy/selinux-sensord/selinux-sensord-9999.ebuild +++ b/sec-policy/selinux-sensord/selinux-sensord-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-shorewall/selinux-shorewall-2.20250618-r1.ebuild b/sec-policy/selinux-shorewall/selinux-shorewall-2.20250618-r1.ebuild index a44ea52d1550..b91a34d76aa2 100644 --- a/sec-policy/selinux-shorewall/selinux-shorewall-2.20250618-r1.ebuild +++ b/sec-policy/selinux-shorewall/selinux-shorewall-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for shorewall" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-shorewall/selinux-shorewall-9999.ebuild b/sec-policy/selinux-shorewall/selinux-shorewall-9999.ebuild index b2bcbbf66c76..a44ea52d1550 100644 --- a/sec-policy/selinux-shorewall/selinux-shorewall-9999.ebuild +++ b/sec-policy/selinux-shorewall/selinux-shorewall-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-shutdown/selinux-shutdown-2.20250618-r1.ebuild b/sec-policy/selinux-shutdown/selinux-shutdown-2.20250618-r1.ebuild index 57a1659e48b1..7aa3fac85648 100644 --- a/sec-policy/selinux-shutdown/selinux-shutdown-2.20250618-r1.ebuild +++ b/sec-policy/selinux-shutdown/selinux-shutdown-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for shutdown" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-shutdown/selinux-shutdown-9999.ebuild b/sec-policy/selinux-shutdown/selinux-shutdown-9999.ebuild index cdb365503b84..57a1659e48b1 100644 --- a/sec-policy/selinux-shutdown/selinux-shutdown-9999.ebuild +++ b/sec-policy/selinux-shutdown/selinux-shutdown-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-slocate/selinux-slocate-2.20250618-r1.ebuild b/sec-policy/selinux-slocate/selinux-slocate-2.20250618-r1.ebuild index 12ca070a34dc..f99f279d4972 100644 --- a/sec-policy/selinux-slocate/selinux-slocate-2.20250618-r1.ebuild +++ b/sec-policy/selinux-slocate/selinux-slocate-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for slocate" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild b/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild index c30d3a58fedd..12ca070a34dc 100644 --- a/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild +++ b/sec-policy/selinux-slocate/selinux-slocate-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-slrnpull/selinux-slrnpull-2.20250618-r1.ebuild b/sec-policy/selinux-slrnpull/selinux-slrnpull-2.20250618-r1.ebuild index df8cb73db850..1ac91221b01c 100644 --- a/sec-policy/selinux-slrnpull/selinux-slrnpull-2.20250618-r1.ebuild +++ b/sec-policy/selinux-slrnpull/selinux-slrnpull-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for slrnpull" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-slrnpull/selinux-slrnpull-9999.ebuild b/sec-policy/selinux-slrnpull/selinux-slrnpull-9999.ebuild index 9485c9f024b4..df8cb73db850 100644 --- a/sec-policy/selinux-slrnpull/selinux-slrnpull-9999.ebuild +++ b/sec-policy/selinux-slrnpull/selinux-slrnpull-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-smartmon/selinux-smartmon-2.20250618-r1.ebuild b/sec-policy/selinux-smartmon/selinux-smartmon-2.20250618-r1.ebuild index 0e91a5ae7bfb..30e90aab9e14 100644 --- a/sec-policy/selinux-smartmon/selinux-smartmon-2.20250618-r1.ebuild +++ b/sec-policy/selinux-smartmon/selinux-smartmon-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for smartmon" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild b/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild index 6789f8e6f259..0e91a5ae7bfb 100644 --- a/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild +++ b/sec-policy/selinux-smartmon/selinux-smartmon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-smokeping/selinux-smokeping-2.20250618-r1.ebuild b/sec-policy/selinux-smokeping/selinux-smokeping-2.20250618-r1.ebuild index 66adcfc4a6ad..5e6e1e444a06 100644 --- a/sec-policy/selinux-smokeping/selinux-smokeping-2.20250618-r1.ebuild +++ b/sec-policy/selinux-smokeping/selinux-smokeping-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for smokeping" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-smokeping/selinux-smokeping-9999.ebuild b/sec-policy/selinux-smokeping/selinux-smokeping-9999.ebuild index 047d7173d199..66adcfc4a6ad 100644 --- a/sec-policy/selinux-smokeping/selinux-smokeping-9999.ebuild +++ b/sec-policy/selinux-smokeping/selinux-smokeping-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-snmp/selinux-snmp-2.20250618-r1.ebuild b/sec-policy/selinux-snmp/selinux-snmp-2.20250618-r1.ebuild index 21a73c1752a4..a099c0d89bfa 100644 --- a/sec-policy/selinux-snmp/selinux-snmp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-snmp/selinux-snmp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for snmp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-snmp/selinux-snmp-9999.ebuild b/sec-policy/selinux-snmp/selinux-snmp-9999.ebuild index 2c019b055be5..21a73c1752a4 100644 --- a/sec-policy/selinux-snmp/selinux-snmp-9999.ebuild +++ b/sec-policy/selinux-snmp/selinux-snmp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-snort/selinux-snort-2.20250618-r1.ebuild b/sec-policy/selinux-snort/selinux-snort-2.20250618-r1.ebuild index 80363db51d0b..72fa6176d296 100644 --- a/sec-policy/selinux-snort/selinux-snort-2.20250618-r1.ebuild +++ b/sec-policy/selinux-snort/selinux-snort-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for snort" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-snort/selinux-snort-9999.ebuild b/sec-policy/selinux-snort/selinux-snort-9999.ebuild index cd957c10d6af..80363db51d0b 100644 --- a/sec-policy/selinux-snort/selinux-snort-9999.ebuild +++ b/sec-policy/selinux-snort/selinux-snort-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-soundserver/selinux-soundserver-2.20250618-r1.ebuild b/sec-policy/selinux-soundserver/selinux-soundserver-2.20250618-r1.ebuild index 95ef1c702eb2..a0c6a13c8a18 100644 --- a/sec-policy/selinux-soundserver/selinux-soundserver-2.20250618-r1.ebuild +++ b/sec-policy/selinux-soundserver/selinux-soundserver-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for soundserver" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-soundserver/selinux-soundserver-9999.ebuild b/sec-policy/selinux-soundserver/selinux-soundserver-9999.ebuild index da9388dcdf30..95ef1c702eb2 100644 --- a/sec-policy/selinux-soundserver/selinux-soundserver-9999.ebuild +++ b/sec-policy/selinux-soundserver/selinux-soundserver-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-spamassassin/selinux-spamassassin-2.20250618-r1.ebuild b/sec-policy/selinux-spamassassin/selinux-spamassassin-2.20250618-r1.ebuild index ae404e81ffe6..f30c418eb97a 100644 --- a/sec-policy/selinux-spamassassin/selinux-spamassassin-2.20250618-r1.ebuild +++ b/sec-policy/selinux-spamassassin/selinux-spamassassin-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for spamassassin" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-spamassassin/selinux-spamassassin-9999.ebuild b/sec-policy/selinux-spamassassin/selinux-spamassassin-9999.ebuild index 620507e1856f..ae404e81ffe6 100644 --- a/sec-policy/selinux-spamassassin/selinux-spamassassin-9999.ebuild +++ b/sec-policy/selinux-spamassassin/selinux-spamassassin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-squid/selinux-squid-2.20250618-r1.ebuild b/sec-policy/selinux-squid/selinux-squid-2.20250618-r1.ebuild index 719e9355a48f..bd55f0bcb552 100644 --- a/sec-policy/selinux-squid/selinux-squid-2.20250618-r1.ebuild +++ b/sec-policy/selinux-squid/selinux-squid-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for squid" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache diff --git a/sec-policy/selinux-squid/selinux-squid-9999.ebuild b/sec-policy/selinux-squid/selinux-squid-9999.ebuild index 9a04e6b1fc64..719e9355a48f 100644 --- a/sec-policy/selinux-squid/selinux-squid-9999.ebuild +++ b/sec-policy/selinux-squid/selinux-squid-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sssd/selinux-sssd-2.20250618-r1.ebuild b/sec-policy/selinux-sssd/selinux-sssd-2.20250618-r1.ebuild index f1497c2bc3be..56543fc9c904 100644 --- a/sec-policy/selinux-sssd/selinux-sssd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sssd/selinux-sssd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sssd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-sssd/selinux-sssd-9999.ebuild b/sec-policy/selinux-sssd/selinux-sssd-9999.ebuild index 2268ad387b3a..f1497c2bc3be 100644 --- a/sec-policy/selinux-sssd/selinux-sssd-9999.ebuild +++ b/sec-policy/selinux-sssd/selinux-sssd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-stunnel/selinux-stunnel-2.20250618-r1.ebuild b/sec-policy/selinux-stunnel/selinux-stunnel-2.20250618-r1.ebuild index e5df6b50006c..93af09ce2f23 100644 --- a/sec-policy/selinux-stunnel/selinux-stunnel-2.20250618-r1.ebuild +++ b/sec-policy/selinux-stunnel/selinux-stunnel-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for stunnel" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-stunnel/selinux-stunnel-9999.ebuild b/sec-policy/selinux-stunnel/selinux-stunnel-9999.ebuild index cf622cb15f70..e5df6b50006c 100644 --- a/sec-policy/selinux-stunnel/selinux-stunnel-9999.ebuild +++ b/sec-policy/selinux-stunnel/selinux-stunnel-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-subsonic/selinux-subsonic-2.20250618-r1.ebuild b/sec-policy/selinux-subsonic/selinux-subsonic-2.20250618-r1.ebuild index e585df96de6b..4d12807515e2 100644 --- a/sec-policy/selinux-subsonic/selinux-subsonic-2.20250618-r1.ebuild +++ b/sec-policy/selinux-subsonic/selinux-subsonic-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for subsonic" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild b/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild index 4bee86fc1807..e585df96de6b 100644 --- a/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild +++ b/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sudo/selinux-sudo-2.20250618-r1.ebuild b/sec-policy/selinux-sudo/selinux-sudo-2.20250618-r1.ebuild index 88d298d8af98..13f17a3052fc 100644 --- a/sec-policy/selinux-sudo/selinux-sudo-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sudo/selinux-sudo-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sudo" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sudo/selinux-sudo-9999.ebuild b/sec-policy/selinux-sudo/selinux-sudo-9999.ebuild index 6c60764cceb1..88d298d8af98 100644 --- a/sec-policy/selinux-sudo/selinux-sudo-9999.ebuild +++ b/sec-policy/selinux-sudo/selinux-sudo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-switcheroo/selinux-switcheroo-2.20250618-r1.ebuild b/sec-policy/selinux-switcheroo/selinux-switcheroo-2.20250618-r1.ebuild index c19ccb88aae3..e7d7d99cbf9c 100644 --- a/sec-policy/selinux-switcheroo/selinux-switcheroo-2.20250618-r1.ebuild +++ b/sec-policy/selinux-switcheroo/selinux-switcheroo-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for switcheroo" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-switcheroo/selinux-switcheroo-9999.ebuild b/sec-policy/selinux-switcheroo/selinux-switcheroo-9999.ebuild index e476af757e90..c19ccb88aae3 100644 --- a/sec-policy/selinux-switcheroo/selinux-switcheroo-9999.ebuild +++ b/sec-policy/selinux-switcheroo/selinux-switcheroo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sxid/selinux-sxid-2.20250618-r1.ebuild b/sec-policy/selinux-sxid/selinux-sxid-2.20250618-r1.ebuild index b80a2ca101b4..04aba656516d 100644 --- a/sec-policy/selinux-sxid/selinux-sxid-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sxid/selinux-sxid-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sxid" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sxid/selinux-sxid-9999.ebuild b/sec-policy/selinux-sxid/selinux-sxid-9999.ebuild index 34238d669910..b80a2ca101b4 100644 --- a/sec-policy/selinux-sxid/selinux-sxid-9999.ebuild +++ b/sec-policy/selinux-sxid/selinux-sxid-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-syncthing/selinux-syncthing-2.20250618-r1.ebuild b/sec-policy/selinux-syncthing/selinux-syncthing-2.20250618-r1.ebuild index 26bf373cce54..7ed6519b9c7e 100644 --- a/sec-policy/selinux-syncthing/selinux-syncthing-2.20250618-r1.ebuild +++ b/sec-policy/selinux-syncthing/selinux-syncthing-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for syncthing" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild b/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild index 482e46880974..26bf373cce54 100644 --- a/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild +++ b/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-sysstat/selinux-sysstat-2.20250618-r1.ebuild b/sec-policy/selinux-sysstat/selinux-sysstat-2.20250618-r1.ebuild index e9446681412f..28d20405b044 100644 --- a/sec-policy/selinux-sysstat/selinux-sysstat-2.20250618-r1.ebuild +++ b/sec-policy/selinux-sysstat/selinux-sysstat-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for sysstat" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-sysstat/selinux-sysstat-9999.ebuild b/sec-policy/selinux-sysstat/selinux-sysstat-9999.ebuild index 8ef8596f3ad4..e9446681412f 100644 --- a/sec-policy/selinux-sysstat/selinux-sysstat-9999.ebuild +++ b/sec-policy/selinux-sysstat/selinux-sysstat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tboot/selinux-tboot-2.20250618-r1.ebuild b/sec-policy/selinux-tboot/selinux-tboot-2.20250618-r1.ebuild index 7c83d988364a..a84a9b1ce5c2 100644 --- a/sec-policy/selinux-tboot/selinux-tboot-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tboot/selinux-tboot-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tboot" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild b/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild index 9cabd213c3c5..7c83d988364a 100644 --- a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild +++ b/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tcpd/selinux-tcpd-2.20250618-r1.ebuild b/sec-policy/selinux-tcpd/selinux-tcpd-2.20250618-r1.ebuild index 33fd0e64476d..6aa80a5fe918 100644 --- a/sec-policy/selinux-tcpd/selinux-tcpd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tcpd/selinux-tcpd-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tcpd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-inetd diff --git a/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild b/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild index e84b4b7368f7..33fd0e64476d 100644 --- a/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild +++ b/sec-policy/selinux-tcpd/selinux-tcpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tcsd/selinux-tcsd-2.20250618-r1.ebuild b/sec-policy/selinux-tcsd/selinux-tcsd-2.20250618-r1.ebuild index 04859331292d..c3dbdd303ada 100644 --- a/sec-policy/selinux-tcsd/selinux-tcsd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tcsd/selinux-tcsd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tcsd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tcsd/selinux-tcsd-9999.ebuild b/sec-policy/selinux-tcsd/selinux-tcsd-9999.ebuild index 66516eaac8d3..04859331292d 100644 --- a/sec-policy/selinux-tcsd/selinux-tcsd-9999.ebuild +++ b/sec-policy/selinux-tcsd/selinux-tcsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-telnet/selinux-telnet-2.20250618-r1.ebuild b/sec-policy/selinux-telnet/selinux-telnet-2.20250618-r1.ebuild index eb9605caabf5..fcef29301ee3 100644 --- a/sec-policy/selinux-telnet/selinux-telnet-2.20250618-r1.ebuild +++ b/sec-policy/selinux-telnet/selinux-telnet-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for telnet" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-remotelogin diff --git a/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild b/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild index 4e4c6fee3939..eb9605caabf5 100644 --- a/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild +++ b/sec-policy/selinux-telnet/selinux-telnet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tftp/selinux-tftp-2.20250618-r1.ebuild b/sec-policy/selinux-tftp/selinux-tftp-2.20250618-r1.ebuild index 8fa45bb79dc2..fb82ea131eef 100644 --- a/sec-policy/selinux-tftp/selinux-tftp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tftp/selinux-tftp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tftp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tftp/selinux-tftp-9999.ebuild b/sec-policy/selinux-tftp/selinux-tftp-9999.ebuild index 6a803116fe5d..8fa45bb79dc2 100644 --- a/sec-policy/selinux-tftp/selinux-tftp-9999.ebuild +++ b/sec-policy/selinux-tftp/selinux-tftp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tgtd/selinux-tgtd-2.20250618-r1.ebuild b/sec-policy/selinux-tgtd/selinux-tgtd-2.20250618-r1.ebuild index e97b09fe34c2..821975ccfcac 100644 --- a/sec-policy/selinux-tgtd/selinux-tgtd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tgtd/selinux-tgtd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tgtd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tgtd/selinux-tgtd-9999.ebuild b/sec-policy/selinux-tgtd/selinux-tgtd-9999.ebuild index b0c494a94092..e97b09fe34c2 100644 --- a/sec-policy/selinux-tgtd/selinux-tgtd-9999.ebuild +++ b/sec-policy/selinux-tgtd/selinux-tgtd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20250618-r1.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20250618-r1.ebuild index bd23d06381f7..2527ff6bc934 100644 --- a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20250618-r1.ebuild +++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for thunderbird" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild index e3aa6467a28d..bd23d06381f7 100644 --- a/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild +++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-thunderbolt/selinux-thunderbolt-2.20250618-r1.ebuild b/sec-policy/selinux-thunderbolt/selinux-thunderbolt-2.20250618-r1.ebuild index 28f967d53532..618c4cde9ec4 100644 --- a/sec-policy/selinux-thunderbolt/selinux-thunderbolt-2.20250618-r1.ebuild +++ b/sec-policy/selinux-thunderbolt/selinux-thunderbolt-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for thunderbolt" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-thunderbolt/selinux-thunderbolt-9999.ebuild b/sec-policy/selinux-thunderbolt/selinux-thunderbolt-9999.ebuild index 318488b8c0d0..28f967d53532 100644 --- a/sec-policy/selinux-thunderbolt/selinux-thunderbolt-9999.ebuild +++ b/sec-policy/selinux-thunderbolt/selinux-thunderbolt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-timidity/selinux-timidity-2.20250618-r1.ebuild b/sec-policy/selinux-timidity/selinux-timidity-2.20250618-r1.ebuild index e67966d6e8c7..d453c02bbb79 100644 --- a/sec-policy/selinux-timidity/selinux-timidity-2.20250618-r1.ebuild +++ b/sec-policy/selinux-timidity/selinux-timidity-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for timidity" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-timidity/selinux-timidity-9999.ebuild b/sec-policy/selinux-timidity/selinux-timidity-9999.ebuild index 258af789ea2d..e67966d6e8c7 100644 --- a/sec-policy/selinux-timidity/selinux-timidity-9999.ebuild +++ b/sec-policy/selinux-timidity/selinux-timidity-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20250618-r1.ebuild b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20250618-r1.ebuild index 987ecca82701..1b756c69ed9c 100644 --- a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tmpreaper" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-9999.ebuild b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-9999.ebuild index 2d1a9ed1759f..987ecca82701 100644 --- a/sec-policy/selinux-tmpreaper/selinux-tmpreaper-9999.ebuild +++ b/sec-policy/selinux-tmpreaper/selinux-tmpreaper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tor/selinux-tor-2.20250618-r1.ebuild b/sec-policy/selinux-tor/selinux-tor-2.20250618-r1.ebuild index 8289e728ed7d..81da77ef5e59 100644 --- a/sec-policy/selinux-tor/selinux-tor-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tor/selinux-tor-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tor" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tor/selinux-tor-9999.ebuild b/sec-policy/selinux-tor/selinux-tor-9999.ebuild index f7e20c65343c..8289e728ed7d 100644 --- a/sec-policy/selinux-tor/selinux-tor-9999.ebuild +++ b/sec-policy/selinux-tor/selinux-tor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-tripwire/selinux-tripwire-2.20250618-r1.ebuild b/sec-policy/selinux-tripwire/selinux-tripwire-2.20250618-r1.ebuild index 46d95ee312b9..e09bf26c6a48 100644 --- a/sec-policy/selinux-tripwire/selinux-tripwire-2.20250618-r1.ebuild +++ b/sec-policy/selinux-tripwire/selinux-tripwire-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for tripwire" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-tripwire/selinux-tripwire-9999.ebuild b/sec-policy/selinux-tripwire/selinux-tripwire-9999.ebuild index a073498f9e59..46d95ee312b9 100644 --- a/sec-policy/selinux-tripwire/selinux-tripwire-9999.ebuild +++ b/sec-policy/selinux-tripwire/selinux-tripwire-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20250618-r1.ebuild b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20250618-r1.ebuild index 003db5b5602b..f18b1350b02f 100644 --- a/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ucspitcp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ucspitcp/selinux-ucspitcp-9999.ebuild b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-9999.ebuild index dde7d03129a5..003db5b5602b 100644 --- a/sec-policy/selinux-ucspitcp/selinux-ucspitcp-9999.ebuild +++ b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-ulogd/selinux-ulogd-2.20250618-r1.ebuild b/sec-policy/selinux-ulogd/selinux-ulogd-2.20250618-r1.ebuild index a952bf4f6108..70905159d226 100644 --- a/sec-policy/selinux-ulogd/selinux-ulogd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-ulogd/selinux-ulogd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for ulogd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-ulogd/selinux-ulogd-9999.ebuild b/sec-policy/selinux-ulogd/selinux-ulogd-9999.ebuild index bf5ca1cd7c07..a952bf4f6108 100644 --- a/sec-policy/selinux-ulogd/selinux-ulogd-9999.ebuild +++ b/sec-policy/selinux-ulogd/selinux-ulogd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-uml/selinux-uml-2.20250618-r1.ebuild b/sec-policy/selinux-uml/selinux-uml-2.20250618-r1.ebuild index 745d40b5e45a..fe443680e187 100644 --- a/sec-policy/selinux-uml/selinux-uml-2.20250618-r1.ebuild +++ b/sec-policy/selinux-uml/selinux-uml-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for uml" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-uml/selinux-uml-9999.ebuild b/sec-policy/selinux-uml/selinux-uml-9999.ebuild index 32bff8dae0d4..745d40b5e45a 100644 --- a/sec-policy/selinux-uml/selinux-uml-9999.ebuild +++ b/sec-policy/selinux-uml/selinux-uml-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-unconfined/selinux-unconfined-2.20250618-r1.ebuild b/sec-policy/selinux-unconfined/selinux-unconfined-2.20250618-r1.ebuild index 4cc524e33992..3c9bcf42cea0 100644 --- a/sec-policy/selinux-unconfined/selinux-unconfined-2.20250618-r1.ebuild +++ b/sec-policy/selinux-unconfined/selinux-unconfined-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for unconfined" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi diff --git a/sec-policy/selinux-unconfined/selinux-unconfined-9999.ebuild b/sec-policy/selinux-unconfined/selinux-unconfined-9999.ebuild index 5ed29a394966..4cc524e33992 100644 --- a/sec-policy/selinux-unconfined/selinux-unconfined-9999.ebuild +++ b/sec-policy/selinux-unconfined/selinux-unconfined-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-uptime/selinux-uptime-2.20250618-r1.ebuild b/sec-policy/selinux-uptime/selinux-uptime-2.20250618-r1.ebuild index ad066505ac86..fd1d64316dc6 100644 --- a/sec-policy/selinux-uptime/selinux-uptime-2.20250618-r1.ebuild +++ b/sec-policy/selinux-uptime/selinux-uptime-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for uptime" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-uptime/selinux-uptime-9999.ebuild b/sec-policy/selinux-uptime/selinux-uptime-9999.ebuild index 01523a516c27..ad066505ac86 100644 --- a/sec-policy/selinux-uptime/selinux-uptime-9999.ebuild +++ b/sec-policy/selinux-uptime/selinux-uptime-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-usbguard/selinux-usbguard-2.20250618-r1.ebuild b/sec-policy/selinux-usbguard/selinux-usbguard-2.20250618-r1.ebuild index 506dabc99f25..1b3f598c14cf 100644 --- a/sec-policy/selinux-usbguard/selinux-usbguard-2.20250618-r1.ebuild +++ b/sec-policy/selinux-usbguard/selinux-usbguard-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for usbguard" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-usbguard/selinux-usbguard-9999.ebuild b/sec-policy/selinux-usbguard/selinux-usbguard-9999.ebuild index b1cf7709bd62..506dabc99f25 100644 --- a/sec-policy/selinux-usbguard/selinux-usbguard-9999.ebuild +++ b/sec-policy/selinux-usbguard/selinux-usbguard-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20250618-r1.ebuild b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20250618-r1.ebuild index e1200235322f..bde28f0ce183 100644 --- a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for usbmuxd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-9999.ebuild b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-9999.ebuild index 7f8291d2d9bc..e1200235322f 100644 --- a/sec-policy/selinux-usbmuxd/selinux-usbmuxd-9999.ebuild +++ b/sec-policy/selinux-usbmuxd/selinux-usbmuxd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-uucp/selinux-uucp-2.20250618-r1.ebuild b/sec-policy/selinux-uucp/selinux-uucp-2.20250618-r1.ebuild index 7c19ebf92184..2bd3d675c23d 100644 --- a/sec-policy/selinux-uucp/selinux-uucp-2.20250618-r1.ebuild +++ b/sec-policy/selinux-uucp/selinux-uucp-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for uucp" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-inetd diff --git a/sec-policy/selinux-uucp/selinux-uucp-9999.ebuild b/sec-policy/selinux-uucp/selinux-uucp-9999.ebuild index e5da85956149..7c19ebf92184 100644 --- a/sec-policy/selinux-uucp/selinux-uucp-9999.ebuild +++ b/sec-policy/selinux-uucp/selinux-uucp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-uwimap/selinux-uwimap-2.20250618-r1.ebuild b/sec-policy/selinux-uwimap/selinux-uwimap-2.20250618-r1.ebuild index 54600d6caff0..bd5f6f806cae 100644 --- a/sec-policy/selinux-uwimap/selinux-uwimap-2.20250618-r1.ebuild +++ b/sec-policy/selinux-uwimap/selinux-uwimap-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for uwimap" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-uwimap/selinux-uwimap-9999.ebuild b/sec-policy/selinux-uwimap/selinux-uwimap-9999.ebuild index 2f9e41169342..54600d6caff0 100644 --- a/sec-policy/selinux-uwimap/selinux-uwimap-9999.ebuild +++ b/sec-policy/selinux-uwimap/selinux-uwimap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20250618-r1.ebuild b/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20250618-r1.ebuild index 32261f65081d..2cbca4a038b4 100644 --- a/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20250618-r1.ebuild +++ b/sec-policy/selinux-uwsgi/selinux-uwsgi-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for uWSGI" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild b/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild index 15fd908820e5..32261f65081d 100644 --- a/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild +++ b/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-varnishd/selinux-varnishd-2.20250618-r1.ebuild b/sec-policy/selinux-varnishd/selinux-varnishd-2.20250618-r1.ebuild index 3022f6ed6182..41f14d9407cb 100644 --- a/sec-policy/selinux-varnishd/selinux-varnishd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-varnishd/selinux-varnishd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for varnishd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-varnishd/selinux-varnishd-9999.ebuild b/sec-policy/selinux-varnishd/selinux-varnishd-9999.ebuild index 077968e060fa..3022f6ed6182 100644 --- a/sec-policy/selinux-varnishd/selinux-varnishd-9999.ebuild +++ b/sec-policy/selinux-varnishd/selinux-varnishd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-2.20250618-r1.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-2.20250618-r1.ebuild index f75934c8d9c4..83be97e8583e 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vbetool" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild b/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild index 25fa74c21e65..f75934c8d9c4 100644 --- a/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild +++ b/sec-policy/selinux-vbetool/selinux-vbetool-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vdagent/selinux-vdagent-2.20250618-r1.ebuild b/sec-policy/selinux-vdagent/selinux-vdagent-2.20250618-r1.ebuild index e2de84d8bdfe..cdfd5ae92d19 100644 --- a/sec-policy/selinux-vdagent/selinux-vdagent-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vdagent/selinux-vdagent-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vdagent" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vdagent/selinux-vdagent-9999.ebuild b/sec-policy/selinux-vdagent/selinux-vdagent-9999.ebuild index eb5d63243922..e2de84d8bdfe 100644 --- a/sec-policy/selinux-vdagent/selinux-vdagent-9999.ebuild +++ b/sec-policy/selinux-vdagent/selinux-vdagent-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vde/selinux-vde-2.20250618-r1.ebuild b/sec-policy/selinux-vde/selinux-vde-2.20250618-r1.ebuild index 1ceefddcbdab..279ac2486ed1 100644 --- a/sec-policy/selinux-vde/selinux-vde-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vde/selinux-vde-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vde" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vde/selinux-vde-9999.ebuild b/sec-policy/selinux-vde/selinux-vde-9999.ebuild index 93de505b1f17..1ceefddcbdab 100644 --- a/sec-policy/selinux-vde/selinux-vde-9999.ebuild +++ b/sec-policy/selinux-vde/selinux-vde-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-virt/selinux-virt-2.20250618-r1.ebuild b/sec-policy/selinux-virt/selinux-virt-2.20250618-r1.ebuild index 0707292ad19b..9866fa9b1348 100644 --- a/sec-policy/selinux-virt/selinux-virt-2.20250618-r1.ebuild +++ b/sec-policy/selinux-virt/selinux-virt-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for virt" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-virt/selinux-virt-9999.ebuild b/sec-policy/selinux-virt/selinux-virt-9999.ebuild index 38aee6d364b4..0707292ad19b 100644 --- a/sec-policy/selinux-virt/selinux-virt-9999.ebuild +++ b/sec-policy/selinux-virt/selinux-virt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vlock/selinux-vlock-2.20250618-r1.ebuild b/sec-policy/selinux-vlock/selinux-vlock-2.20250618-r1.ebuild index 0c51655d208d..7f864b789768 100644 --- a/sec-policy/selinux-vlock/selinux-vlock-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vlock/selinux-vlock-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vlock" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vlock/selinux-vlock-9999.ebuild b/sec-policy/selinux-vlock/selinux-vlock-9999.ebuild index 3b2285014a94..0c51655d208d 100644 --- a/sec-policy/selinux-vlock/selinux-vlock-9999.ebuild +++ b/sec-policy/selinux-vlock/selinux-vlock-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vmware/selinux-vmware-2.20250618-r1.ebuild b/sec-policy/selinux-vmware/selinux-vmware-2.20250618-r1.ebuild index bb1e39646e78..99d58c83929d 100644 --- a/sec-policy/selinux-vmware/selinux-vmware-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vmware/selinux-vmware-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vmware" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-vmware/selinux-vmware-9999.ebuild b/sec-policy/selinux-vmware/selinux-vmware-9999.ebuild index 35521a2f7346..bb1e39646e78 100644 --- a/sec-policy/selinux-vmware/selinux-vmware-9999.ebuild +++ b/sec-policy/selinux-vmware/selinux-vmware-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20250618-r1.ebuild b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20250618-r1.ebuild index f86bfb4a6fdf..822fa05b8b61 100644 --- a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vnstatd" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild b/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild index 0d22cc21e12b..f86bfb4a6fdf 100644 --- a/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild +++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-vpn/selinux-vpn-2.20250618-r1.ebuild b/sec-policy/selinux-vpn/selinux-vpn-2.20250618-r1.ebuild index d8340d1a32d2..96f27ba59380 100644 --- a/sec-policy/selinux-vpn/selinux-vpn-2.20250618-r1.ebuild +++ b/sec-policy/selinux-vpn/selinux-vpn-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vpn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild b/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild index 0c2b70405873..d8340d1a32d2 100644 --- a/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild +++ b/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-watchdog/selinux-watchdog-2.20250618-r1.ebuild b/sec-policy/selinux-watchdog/selinux-watchdog-2.20250618-r1.ebuild index 6273179b962c..1d2f4080d709 100644 --- a/sec-policy/selinux-watchdog/selinux-watchdog-2.20250618-r1.ebuild +++ b/sec-policy/selinux-watchdog/selinux-watchdog-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for watchdog" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-watchdog/selinux-watchdog-9999.ebuild b/sec-policy/selinux-watchdog/selinux-watchdog-9999.ebuild index bfedbcccc12e..6273179b962c 100644 --- a/sec-policy/selinux-watchdog/selinux-watchdog-9999.ebuild +++ b/sec-policy/selinux-watchdog/selinux-watchdog-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-webalizer/selinux-webalizer-2.20250618-r1.ebuild b/sec-policy/selinux-webalizer/selinux-webalizer-2.20250618-r1.ebuild index cd804505befb..95127a21e29f 100644 --- a/sec-policy/selinux-webalizer/selinux-webalizer-2.20250618-r1.ebuild +++ b/sec-policy/selinux-webalizer/selinux-webalizer-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for webalizer" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} diff --git a/sec-policy/selinux-webalizer/selinux-webalizer-9999.ebuild b/sec-policy/selinux-webalizer/selinux-webalizer-9999.ebuild index 4345249cd93e..cd804505befb 100644 --- a/sec-policy/selinux-webalizer/selinux-webalizer-9999.ebuild +++ b/sec-policy/selinux-webalizer/selinux-webalizer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-wine/selinux-wine-2.20250618-r1.ebuild b/sec-policy/selinux-wine/selinux-wine-2.20250618-r1.ebuild index 8fa4d44aa354..99d9c3719dfe 100644 --- a/sec-policy/selinux-wine/selinux-wine-2.20250618-r1.ebuild +++ b/sec-policy/selinux-wine/selinux-wine-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wine" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-wine/selinux-wine-9999.ebuild b/sec-policy/selinux-wine/selinux-wine-9999.ebuild index 499b043f3fe2..8fa4d44aa354 100644 --- a/sec-policy/selinux-wine/selinux-wine-9999.ebuild +++ b/sec-policy/selinux-wine/selinux-wine-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-wireguard/selinux-wireguard-2.20250618-r1.ebuild b/sec-policy/selinux-wireguard/selinux-wireguard-2.20250618-r1.ebuild index 1b0350880f06..cf4de2fdb58a 100644 --- a/sec-policy/selinux-wireguard/selinux-wireguard-2.20250618-r1.ebuild +++ b/sec-policy/selinux-wireguard/selinux-wireguard-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wireguard" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-wireguard/selinux-wireguard-9999.ebuild b/sec-policy/selinux-wireguard/selinux-wireguard-9999.ebuild index 0d90ff1977c5..1b0350880f06 100644 --- a/sec-policy/selinux-wireguard/selinux-wireguard-9999.ebuild +++ b/sec-policy/selinux-wireguard/selinux-wireguard-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-2.20250618-r1.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-2.20250618-r1.ebuild index e49565cfac2a..c7492d3dee72 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-2.20250618-r1.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wireshark" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild index ba0c9f2735bf..e49565cfac2a 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-wm/selinux-wm-2.20250618-r1.ebuild b/sec-policy/selinux-wm/selinux-wm-2.20250618-r1.ebuild index 61f837a0bdc7..30999fe88347 100644 --- a/sec-policy/selinux-wm/selinux-wm-2.20250618-r1.ebuild +++ b/sec-policy/selinux-wm/selinux-wm-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wm" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-wm/selinux-wm-9999.ebuild b/sec-policy/selinux-wm/selinux-wm-9999.ebuild index 567bb78c840f..61f837a0bdc7 100644 --- a/sec-policy/selinux-wm/selinux-wm-9999.ebuild +++ b/sec-policy/selinux-wm/selinux-wm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-xen/selinux-xen-2.20250618-r1.ebuild b/sec-policy/selinux-xen/selinux-xen-2.20250618-r1.ebuild index b335e4b996fd..a244d4022a9b 100644 --- a/sec-policy/selinux-xen/selinux-xen-2.20250618-r1.ebuild +++ b/sec-policy/selinux-xen/selinux-xen-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for xen" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-xen/selinux-xen-9999.ebuild b/sec-policy/selinux-xen/selinux-xen-9999.ebuild index 4b8aac7b2b24..b335e4b996fd 100644 --- a/sec-policy/selinux-xen/selinux-xen-9999.ebuild +++ b/sec-policy/selinux-xen/selinux-xen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-xfs/selinux-xfs-2.20250618-r1.ebuild b/sec-policy/selinux-xfs/selinux-xfs-2.20250618-r1.ebuild index 113cd052876f..7d8a44bd107a 100644 --- a/sec-policy/selinux-xfs/selinux-xfs-2.20250618-r1.ebuild +++ b/sec-policy/selinux-xfs/selinux-xfs-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for xfs" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild b/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild index 41cb94fd990a..113cd052876f 100644 --- a/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild +++ b/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20250618-r1.ebuild b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20250618-r1.ebuild index 814b5736b62c..5ce87cb2ee51 100644 --- a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20250618-r1.ebuild +++ b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-2.20250618-r1.ebuild @@ -10,7 +10,7 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for xscreensaver" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-9999.ebuild b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-9999.ebuild index 72a14a5e4462..814b5736b62c 100644 --- a/sec-policy/selinux-xscreensaver/selinux-xscreensaver-9999.ebuild +++ b/sec-policy/selinux-xscreensaver/selinux-xscreensaver-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-xserver/selinux-xserver-2.20250618-r1.ebuild b/sec-policy/selinux-xserver/selinux-xserver-2.20250618-r1.ebuild index 6c50a5827a5d..35bdf9199c25 100644 --- a/sec-policy/selinux-xserver/selinux-xserver-2.20250618-r1.ebuild +++ b/sec-policy/selinux-xserver/selinux-xserver-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for xserver" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-xserver/selinux-xserver-9999.ebuild b/sec-policy/selinux-xserver/selinux-xserver-9999.ebuild index 7844a999cdb9..6c50a5827a5d 100644 --- a/sec-policy/selinux-xserver/selinux-xserver-9999.ebuild +++ b/sec-policy/selinux-xserver/selinux-xserver-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-zabbix/selinux-zabbix-2.20250618-r1.ebuild b/sec-policy/selinux-zabbix/selinux-zabbix-2.20250618-r1.ebuild index 72a1584991d5..f2891d502949 100644 --- a/sec-policy/selinux-zabbix/selinux-zabbix-2.20250618-r1.ebuild +++ b/sec-policy/selinux-zabbix/selinux-zabbix-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for zabbix" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-zabbix/selinux-zabbix-9999.ebuild b/sec-policy/selinux-zabbix/selinux-zabbix-9999.ebuild index c4a7991c837c..72a1584991d5 100644 --- a/sec-policy/selinux-zabbix/selinux-zabbix-9999.ebuild +++ b/sec-policy/selinux-zabbix/selinux-zabbix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sec-policy/selinux-zfs/selinux-zfs-2.20250618-r1.ebuild b/sec-policy/selinux-zfs/selinux-zfs-2.20250618-r1.ebuild index bce81db0ba91..bf8ad8ee4b3f 100644 --- a/sec-policy/selinux-zfs/selinux-zfs-2.20250618-r1.ebuild +++ b/sec-policy/selinux-zfs/selinux-zfs-2.20250618-r1.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for zfs" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 arm arm64 x86" fi diff --git a/sec-policy/selinux-zfs/selinux-zfs-9999.ebuild b/sec-policy/selinux-zfs/selinux-zfs-9999.ebuild index f30ef5b5264a..bce81db0ba91 100644 --- a/sec-policy/selinux-zfs/selinux-zfs-9999.ebuild +++ b/sec-policy/selinux-zfs/selinux-zfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/sys-apps/coreutils/coreutils-9.9.ebuild b/sys-apps/coreutils/coreutils-9.9.ebuild index 1328795e8f28..ebc53b6a161d 100644 --- a/sys-apps/coreutils/coreutils-9.9.ebuild +++ b/sys-apps/coreutils/coreutils-9.9.ebuild @@ -33,7 +33,7 @@ else verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig ) " - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest index d24c775741c4..1ab63af0f5bb 100644 --- a/sys-apps/hwloc/Manifest +++ b/sys-apps/hwloc/Manifest @@ -1,9 +1,4 @@ DIST hwloc-1.11.13.tar.bz2 4120436 BLAKE2B a6a09f7d6abeaa9d23df555cfd2186ae61f0f67f83fa8f1aa4bc29376b233a8511f11745f35064f39545c7e62e9d271c1334b6906712028729e138e41d1f212f SHA512 dd38bcc9a5df2dcfd3bbd828ab13fdb1c1d21747a0b62e6c87df95d2835c0472590344ff5bda4f6c28e597eaba1ea11c0bc96907ad45f1215f51f95ac9f58138 DIST hwloc-2.11.2.tar.bz2 5592269 BLAKE2B e4764883eb3678fba6d6bd30fba27d68bd15cefccfcbc9d628573447f5f507a348e197d5003cc016fd4e27da05dc8c0ebd8644a4530f8499016d255c62602fc2 SHA512 488bfdeb32d2b98cffc43a537e87422d70abcc2bc029e4b5c911fc3e37189a9213dc8efd5552e2fda0d2b03d4ec25ebd45e0680dd129da046798750c5f5eb72f -DIST hwloc-2.6.0.tar.bz2 6728585 BLAKE2B 96099ae3527e11a83adc068e07756752d2effa38b4bae174045e5142a3457af8790e9fd3d778ff2d91708101aaf6e108affed7688918195e0f2bdbd55235ad46 SHA512 3f35ee685507469e2c7d4a2ab4c339eff24123b4bc21d96bc53fd2737a36bdd371f1e1e4440b410ecac6cf1881562187243bfbf846203cb3702a4c4c7be0d5df -DIST hwloc-2.8.0.tar.bz2 6896344 BLAKE2B 33f75987ee904d5ee9c62268695a2f7f59b0adc2e1601fc4407f525664b78a7fab04c75823ce9d190c8cb9ffc0ce983d7137555625d47bc1451a2d0c6f330055 SHA512 025c8ebc2945bdf696cc66fe2cfea0195694713a6098603fb4eaeac409d2f6c3386a7c2b4d7f3758d828f6b621e7f06ffb5745224cb1df2f8ff4f19b2a8a4a7b -DIST hwloc-2.9.0.tar.bz2 6923168 BLAKE2B 8451d24a2685b1e52b93a21a0fd43cb93564e03a4a3d1708ffe021dd59e701b50088b7202a1e50358c23e19278cc0526f0064b5ec79ca5152697e1380549e6e0 SHA512 45705d30c8a974c6afd998559cd1195e7e478cf01b669ad60c06baeac9d17c5cd163eb00ad12c2187889e9a7ea96ff6d5a3cb414e8e6de7f00a6fa10eb8c7507 -DIST hwloc-2.9.1.tar.bz2 6942860 BLAKE2B 6f0a0caa593683d76b52751b32d47a28509fc99e9ee4b8645257de054823328afe35e46ac5e264a8a6a9279e6c06129d6df096b7c2c491d90fc7d05ee0c011f5 SHA512 9c05b7b7c4e3cb5474efb6eb1a4bf3e5ad0f8d0480d043a11e695e4a1f5f6748abb96c7055c0f3b2bc36950dda247fbdd7dc02ec7c9debbfe2631e6ebb89d957 -DIST hwloc-2.9.2.tar.bz2 6976699 BLAKE2B 70737325888b87f90f95799490621e209864430813deff4731dbbbaa7be900d6d58fa874b3da5e851b553af00ba17e387762d3825bb9a592ffb311705b4a6833 SHA512 ed38bd608eac81d3182243f0b63c6da070be918fdd8c876ca35fd63cccb4e25684b28bb045d033c53cd7b53451795d28e05e0bd876a5a0231de06c76ace11fef -DIST hwloc-2.9.3.tar.bz2 6986142 BLAKE2B db47dcf7fbedb67e3e339faf2f88326cc5b9838747b40774a6dbfc29bb9e52797ae9da9ae098168f70ff47cd7ff3e949a2294da52e91f2e45c0d9bc25bdbb1b7 SHA512 181a700ed036ecc8a6685e8023f3f6ba317b5fd3bb0699d9081e4627f375df7e9791148965d92f8152f6e7ea5c4ba7c581a0cad5a717d408725faae79777e267 +DIST hwloc-2.12.2.tar.bz2 5617977 BLAKE2B 225d457ae01bcde2f342a175b7ab33d51fcbf6cb8ce02306569368758975d620b3ad4070c87ba16196c3a2e772658a6b4f841ba586a5d2ef922c1e60f72402c1 SHA512 949d6c9d7b858ee58e477b15e6c06f57812872142fa1c7f3ef20aae2e4ef954135f839e8604404bfd0637fde99729c7d00211c8aee860dfde9ac60bba0e78aef DIST lstopo.png 18008 BLAKE2B 5468cc81f9ee4b9a4dd28bd9334edd7f4e7d4ff394caf09228b4e860ab924bb80114b977b1b1125cd180478967d2f3bbde50435522b77a8314f823b1c2678e75 SHA512 8a8a6e62c3089a8d77f592a348ad87fca14a84bdecd889760a37bef8e65c876594b91091aac2f54ca3cca855a02459fe1c960909ccd0ddea1ff77c95bb171823 diff --git a/sys-apps/hwloc/hwloc-2.11.2-r1.ebuild b/sys-apps/hwloc/hwloc-2.11.2-r1.ebuild index 69f61c8ebbfb..9a372821db75 100644 --- a/sys-apps/hwloc/hwloc-2.11.2-r1.ebuild +++ b/sys-apps/hwloc/hwloc-2.11.2-r1.ebuild @@ -71,11 +71,13 @@ multilib_src_configure() { fi if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" + append-cflags "-I${CUDA_PATH:-${ESYSROOT}/opt/cuda}/include" + append-cxxflags "-I${CUDA_PATH:-${ESYSROOT}/opt/cuda}/include" local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" + append-ldflags "-L${CUDA_PATH:-${ESYSROOT}/opt/cuda}/$(get_libdir)" + + cuda_add_sandbox fi export ac_cv_header_valgrind_valgrind_h=$(multilib_native_usex valgrind) diff --git a/sys-apps/hwloc/hwloc-2.9.3-r2.ebuild b/sys-apps/hwloc/hwloc-2.12.2.ebuild index 9d76ef141c1d..5dee3dd7cf68 100644 --- a/sys-apps/hwloc/hwloc-2.9.3-r2.ebuild +++ b/sys-apps/hwloc/hwloc-2.12.2.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0/15" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="cairo +cpuid cuda debug doc l0 nvml +pci rocm static-libs svg udev valgrind xml X video_cards_nvidia" # opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). @@ -71,23 +71,22 @@ multilib_src_configure() { fi if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" + append-cflags "-I${CUDA_PATH:-${ESYSROOT}/opt/cuda}/include" + append-cxxflags "-I${CUDA_PATH:-${ESYSROOT}/opt/cuda}/include" local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" + append-ldflags "-L${CUDA_PATH:-${ESYSROOT}/opt/cuda}/$(get_libdir)" + + cuda_add_sandbox + addpredict "/dev/char/" fi - export ac_cv_header_valgrind_valgrind_h=$(multilib_native_usex valgrind) - export ac_cv_have_decl_RUNNING_ON_VALGRIND=$(multilib_native_usex valgrind) + export ac_cv_header_valgrind_valgrind_h="$(multilib_native_usex valgrind)" + export ac_cv_have_decl_RUNNING_ON_VALGRIND="$(multilib_native_usex valgrind)" local myconf=( --disable-opencl - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - --disable-plugin-ltdl --enable-plugins --enable-shared diff --git a/sys-apps/hwloc/hwloc-2.6.0-r2.ebuild b/sys-apps/hwloc/hwloc-2.6.0-r2.ebuild deleted file mode 100644 index 8a374b584164..000000000000 --- a/sys-apps/hwloc/hwloc-2.6.0-r2.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs multilib-minimal - -MY_PV="v$(ver_cut 1-2)" - -DESCRIPTION="Displays the hardware topology in convenient formats" -HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0/15" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="cairo +cpuid cuda debug gl nvml +pci static-libs svg udev xml X" - -# opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). -# Anyone with hardware is welcome to step up and help test to get it re-added. -RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] - - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) - gl? ( x11-drivers/nvidia-drivers[static-libs,tools] ) - nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) - pci? ( - >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] - >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] - ) - udev? ( virtual/libudev ) - xml? ( >=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" -# 2.69-r5 for --runstatedir -BDEPEND=" - >=dev-build/autoconf-2.69-r5 - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) - -DOCS=( AUTHORS NEWS README VERSION ) - -src_prepare() { - default - - eautoreconf - - if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" - fi -} - -multilib_src_configure() { - # bug #393467 - export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" - - if use cuda ; then - local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" - fi - - local myconf=( - --disable-opencl - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - --disable-plugin-ltdl - --enable-plugins - --enable-shared - --runstatedir="${EPREFIX}/run" - $(multilib_native_use_enable cuda) - $(multilib_native_use_enable gl) - $(use_enable cairo) - $(use_enable cpuid) - $(use_enable debug) - $(use_enable udev libudev) - $(use_enable nvml) - $(use_enable pci) - $(use_enable static-libs static) - $(use_enable xml libxml2) - $(use_with X x) - ) - - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install_all() { - default - - case ${ARCH} in - # hwloc-dump-hwdata binary only built on those arches, so don't install non-working unit. - amd64|x86) - systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service" ;; - esac - - mv "${ED}"/usr/share/bash-completion/completions/hwloc{,-annotate} || die - bashcomp_alias hwloc-annotate \ - hwloc-{diff,ps,compress-dir,gather-cpuid,distrib,info,bind,patch,calc,ls,gather-topology} - bashcomp_alias hwloc-annotate lstopo{,-no-graphics} - - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-apps/hwloc/hwloc-2.8.0-r2.ebuild b/sys-apps/hwloc/hwloc-2.8.0-r2.ebuild deleted file mode 100644 index f9fc65acf13d..000000000000 --- a/sys-apps/hwloc/hwloc-2.8.0-r2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal - -MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="Displays the hardware topology in convenient formats" -HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 - https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png" - -LICENSE="BSD" -SLOT="0/15" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="cairo +cpuid cuda debug nvml +pci static-libs svg udev xml X video_cards_nvidia" - -# opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). -# anyone with hardware is welcome to step up and help test to get it re-added. -# video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 -RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) - nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) - pci? ( - >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] - >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] - ) - udev? ( virtual/libudev:= ) - xml? ( >=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}] ) - video_cards_nvidia? ( - x11-drivers/nvidia-drivers[static-libs] - x11-libs/libXext - x11-libs/libX11 - )" -DEPEND="${RDEPEND}" -# 2.69-r5 for --runstatedir -BDEPEND=">=dev-build/autoconf-2.69-r5 - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) - -DOCS=( AUTHORS NEWS README VERSION ) - -src_prepare() { - default - - eautoreconf -} - -multilib_src_configure() { - # bug #393467 - export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" - - if use video_cards_nvidia ; then - addpredict /dev/nvidiactl - fi - - if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" - - local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" - fi - - local myconf=( - --disable-opencl - - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - - --disable-plugin-ltdl - --enable-plugins - --enable-shared - --runstatedir="${EPREFIX}/run" - $(multilib_native_use_enable cuda) - $(multilib_native_use_enable video_cards_nvidia gl) - $(use_enable cairo) - $(use_enable cpuid) - $(use_enable debug) - $(use_enable udev libudev) - $(use_enable nvml) - $(use_enable pci) - $(use_enable static-libs static) - $(use_enable xml libxml2) - $(use_with X x) - ) - - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install_all() { - default - - case ${ARCH} in - # hwloc-dump-hwdata binary only built on those arches, so don't install non-working unit. - amd64|x86) - systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service" - ;; - esac - - mv "${ED}"/usr/share/bash-completion/completions/hwloc{,-annotate} || die - bashcomp_alias hwloc-annotate \ - hwloc-{diff,ps,compress-dir,gather-cpuid,distrib,info,bind,patch,calc,ls,gather-topology} - bashcomp_alias hwloc-annotate lstopo{,-no-graphics} - - find "${ED}" -name '*.la' -delete || die - doicon "${DISTDIR}/lstopo.png" -} diff --git a/sys-apps/hwloc/hwloc-2.9.0-r1.ebuild b/sys-apps/hwloc/hwloc-2.9.0-r1.ebuild deleted file mode 100644 index a304b20e52be..000000000000 --- a/sys-apps/hwloc/hwloc-2.9.0-r1.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal - -MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="Displays the hardware topology in convenient formats" -HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 - https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png" - -LICENSE="BSD" -SLOT="0/15" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="cairo +cpuid cuda debug nvml +pci static-libs svg udev xml X video_cards_nvidia" - -# opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). -# anyone with hardware is welcome to step up and help test to get it re-added. -# video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 -RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) - nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) - pci? ( - >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] - >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] - ) - udev? ( virtual/libudev:= ) - xml? ( >=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}] ) - video_cards_nvidia? ( - x11-drivers/nvidia-drivers[static-libs] - x11-libs/libXext - x11-libs/libX11 - )" -DEPEND="${RDEPEND}" -# 2.69-r5 for --runstatedir -BDEPEND=">=dev-build/autoconf-2.69-r5 - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) - -DOCS=( AUTHORS NEWS README VERSION ) - -src_prepare() { - default - - eautoreconf -} - -multilib_src_configure() { - # bug #393467 - export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" - - if use video_cards_nvidia ; then - addpredict /dev/nvidiactl - fi - - if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" - - local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" - fi - - local myconf=( - --disable-opencl - - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - - --disable-plugin-ltdl - --enable-plugins - --enable-shared - --runstatedir="${EPREFIX}/run" - $(multilib_native_use_enable cuda) - $(multilib_native_use_enable video_cards_nvidia gl) - $(use_enable cairo) - $(use_enable cpuid) - $(use_enable debug) - $(use_enable udev libudev) - $(use_enable nvml) - $(use_enable pci) - $(use_enable static-libs static) - $(use_enable xml libxml2) - $(use_with X x) - ) - - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install_all() { - default - - case ${ARCH} in - # hwloc-dump-hwdata binary only built on those arches, so don't install non-working unit. - amd64|x86) - systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service" - ;; - esac - - mv "${ED}"/usr/share/bash-completion/completions/hwloc{,-annotate} || die - bashcomp_alias hwloc-annotate \ - hwloc-{diff,ps,compress-dir,gather-cpuid,distrib,info,bind,patch,calc,ls,gather-topology} - bashcomp_alias hwloc-annotate lstopo{,-no-graphics} - - find "${ED}" -name '*.la' -delete || die - doicon "${DISTDIR}/lstopo.png" -} diff --git a/sys-apps/hwloc/hwloc-2.9.1-r1.ebuild b/sys-apps/hwloc/hwloc-2.9.1-r1.ebuild deleted file mode 100644 index ba9ee109d720..000000000000 --- a/sys-apps/hwloc/hwloc-2.9.1-r1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal - -MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="Displays the hardware topology in convenient formats" -HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 - https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png" - -LICENSE="BSD" -SLOT="0/15" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="cairo +cpuid cuda debug nvml +pci static-libs svg udev valgrind xml X video_cards_nvidia" - -# opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). -# anyone with hardware is welcome to step up and help test to get it re-added. -# video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 -RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) - nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) - pci? ( - >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] - >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] - ) - udev? ( virtual/libudev:= ) - xml? ( >=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}] ) - video_cards_nvidia? ( - x11-drivers/nvidia-drivers[static-libs] - x11-libs/libXext - x11-libs/libX11 - )" -DEPEND="${RDEPEND} - valgrind? ( dev-debug/valgrind )" -# 2.69-r5 for --runstatedir -BDEPEND=">=dev-build/autoconf-2.69-r5 - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) - -DOCS=( AUTHORS NEWS README VERSION ) - -src_prepare() { - default - - eautoreconf -} - -multilib_src_configure() { - # bug #393467 - export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" - - if use video_cards_nvidia ; then - addpredict /dev/nvidiactl - fi - - if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" - - local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" - fi - - export ac_cv_header_valgrind_valgrind_h=$(multilib_native_usex valgrind) - export ac_cv_have_decl_RUNNING_ON_VALGRIND=$(multilib_native_usex valgrind) - - local myconf=( - --disable-opencl - - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - - --disable-plugin-ltdl - --enable-plugins - --enable-shared - --runstatedir="${EPREFIX}/run" - $(multilib_native_use_enable cuda) - $(multilib_native_use_enable video_cards_nvidia gl) - $(use_enable cairo) - $(use_enable cpuid) - $(use_enable debug) - $(use_enable udev libudev) - $(use_enable nvml) - $(use_enable pci) - $(use_enable static-libs static) - $(use_enable xml libxml2) - $(use_with X x) - ) - - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install_all() { - default - - case ${ARCH} in - # hwloc-dump-hwdata binary only built on those arches, so don't install non-working unit. - amd64|x86) - systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service" - ;; - esac - - mv "${ED}"/usr/share/bash-completion/completions/hwloc{,-annotate} || die - bashcomp_alias hwloc-annotate \ - hwloc-{diff,ps,compress-dir,gather-cpuid,distrib,info,bind,patch,calc,ls,gather-topology} - bashcomp_alias hwloc-annotate lstopo{,-no-graphics} - - find "${ED}" -name '*.la' -delete || die - newicon "${DISTDIR}/lstopo.png" "${PN}" -} diff --git a/sys-apps/hwloc/hwloc-2.9.2-r1.ebuild b/sys-apps/hwloc/hwloc-2.9.2-r1.ebuild deleted file mode 100644 index 62411c2c6785..000000000000 --- a/sys-apps/hwloc/hwloc-2.9.2-r1.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools bash-completion-r1 cuda desktop flag-o-matic systemd toolchain-funcs multilib-minimal - -MY_PV="v$(ver_cut 1-2)" -DESCRIPTION="Displays the hardware topology in convenient formats" -HOMEPAGE="https://www.open-mpi.org/projects/hwloc/" -SRC_URI=" - https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2 - https://raw.githubusercontent.com/open-mpi/hwloc/master/contrib/android/assets/lstopo.png -" - -LICENSE="BSD" -SLOT="0/15" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="cairo +cpuid cuda debug nvml +pci static-libs svg udev valgrind xml X video_cards_nvidia" - -# opencl: opencl support dropped with x11-drivers/ati-drivers being removed (bug #582406). -# anyone with hardware is welcome to step up and help test to get it re-added. -# video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 -RDEPEND=" - >=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) - nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) - pci? ( - >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] - >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] - ) - udev? ( virtual/libudev:= ) - xml? ( >=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}] ) - video_cards_nvidia? ( - x11-drivers/nvidia-drivers[static-libs] - x11-libs/libXext - x11-libs/libX11 - ) -" -DEPEND=" - ${RDEPEND} - valgrind? ( dev-debug/valgrind ) -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) - -DOCS=( AUTHORS NEWS README VERSION ) - -src_prepare() { - default - - eautoreconf -} - -multilib_src_configure() { - # bug #393467 - export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" - - if use video_cards_nvidia ; then - addpredict /dev/nvidiactl - fi - - if use cuda ; then - append-cflags "-I${ESYSROOT}/opt/cuda/include" - append-cppflags "-I${ESYSROOT}/opt/cuda/include" - - local -x LDFLAGS="${LDFLAGS}" - append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)" - fi - - export ac_cv_header_valgrind_valgrind_h=$(multilib_native_usex valgrind) - export ac_cv_have_decl_RUNNING_ON_VALGRIND=$(multilib_native_usex valgrind) - - local myconf=( - --disable-opencl - - # netloc is deprecated upstream, about to be removed - # bug #796797 - --disable-netloc - - --disable-plugin-ltdl - --enable-plugins - --enable-shared - --runstatedir="${EPREFIX}/run" - $(multilib_native_use_enable cuda) - $(multilib_native_use_enable video_cards_nvidia gl) - $(use_enable cairo) - $(use_enable cpuid) - $(use_enable debug) - $(use_enable udev libudev) - $(use_enable nvml) - $(use_enable pci) - $(use_enable static-libs static) - $(use_enable xml libxml2) - $(use_with X x) - ) - - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install_all() { - default - - case ${ARCH} in - # hwloc-dump-hwdata binary only built on those arches, so don't install non-working unit. - amd64|x86) - systemd_dounit "${ED}/usr/share/hwloc/hwloc-dump-hwdata.service" - ;; - esac - - mv "${ED}"/usr/share/bash-completion/completions/hwloc{,-annotate} || die - bashcomp_alias hwloc-annotate \ - hwloc-{diff,ps,compress-dir,gather-cpuid,distrib,info,bind,patch,calc,ls,gather-topology} - bashcomp_alias hwloc-annotate lstopo{,-no-graphics} - - find "${ED}" -name '*.la' -delete || die - newicon "${DISTDIR}/lstopo.png" "${PN}" -} diff --git a/sys-apps/hwloc/metadata.xml b/sys-apps/hwloc/metadata.xml index 2463d7166303..b3c15c693458 100644 --- a/sys-apps/hwloc/metadata.xml +++ b/sys-apps/hwloc/metadata.xml @@ -27,6 +27,7 @@ <flag name="pci">Enable PCI device discovery using libpci</flag> <flag name="plugins">Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)</flag> <flag name="rocm">Enable AMD RSMI device discovery</flag> + <flag name="video_cards_nvidia">Enable GL display device discovery (NVCtrl)</flag> <flag name="xml">use libxml2 for XML support, instead of a custom minimalistic support</flag> <flag name="X">use the X Window System</flag> </use> diff --git a/sys-auth/rtkit/Manifest b/sys-auth/rtkit/Manifest index 85ac152341da..4ff270c992d3 100644 --- a/sys-auth/rtkit/Manifest +++ b/sys-auth/rtkit/Manifest @@ -1 +1,2 @@ DIST rtkit-0.13.tar.xz 130796 BLAKE2B 842d04556a47c199bed9fc6bc9281c0d88f83e183f01ef57ecbd80ce72949a301d6682a3aab96e996e71b82d8e8c7a85e1d44524f2ed6fbdffc6bf236cdcadaa SHA512 c058d770a4ccfdf4e2e3a713748b6a705b6d3e148a903b9dbba4bba9d3ded2b819d7dfbfa37b9fad78e57c0a5f10f2f94226f8738f666e692a085ab297a36b36 +DIST rtkit-v0.14.tar.bz2 41311 BLAKE2B 824bd873e09138ad0b8bac9509db81db5d777310a5d6709e3cc9816befef2e88403ec6e576114b397086c414c048a29a0ba567d0407f28cb433b33e68da877a6 SHA512 ad2cf2b850536ed8e9d03768ce5073fa42da0b1244ea1e70705b9244513b87512918549b8657a4a2132345c8b74e9dc452eca628bb252b1a621a7ab7ccb38c7b diff --git a/sys-auth/rtkit/rtkit-0.14.ebuild b/sys-auth/rtkit/rtkit-0.14.ebuild new file mode 100644 index 000000000000..aa879b2834df --- /dev/null +++ b/sys-auth/rtkit/rtkit-0.14.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info meson systemd + +MY_P=${PN}-v${PV} +DESCRIPTION="Realtime Policy and Watchdog Daemon" +HOMEPAGE="https://gitlab.freedesktop.org/pipewire/rtkit" +SRC_URI="https://gitlab.freedesktop.org/pipewire/rtkit/-/archive/v${PV}/${MY_P}.tar.bz2" +S="${WORKDIR}"/${MY_P} + +LICENSE="GPL-3 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="selinux systemd" + +DEPEND=" + acct-group/rtkit + acct-user/rtkit + sys-apps/dbus + sys-auth/polkit + sys-libs/libcap + systemd? ( sys-apps/systemd ) +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-rtkit ) +" +BDEPEND=" + dev-util/xxd + virtual/pkgconfig +" + +pkg_pretend() { + if use kernel_linux; then + CONFIG_CHECK="~!RT_GROUP_SCHED" + ERROR_RT_GROUP_SCHED="CONFIG_RT_GROUP_SCHED is enabled. rtkit-daemon (or any other " + ERROR_RT_GROUP_SCHED+="real-time task) will not work unless run as root. Please consider " + ERROR_RT_GROUP_SCHED+="unsetting this option." + check_extra_config + fi +} + +src_configure() { + local emesonargs=( + -Dinstalled_tests=false + $(meson_feature systemd libsystemd) + -Dsystemd_systemunitdir="$(systemd_get_systemunitdir)" + ) + + meson_src_configure +} diff --git a/sys-block/sdmon/Manifest b/sys-block/sdmon/Manifest new file mode 100644 index 000000000000..a361ff1187e7 --- /dev/null +++ b/sys-block/sdmon/Manifest @@ -0,0 +1 @@ +DIST sdmon-0.9.0_p20250201.tar.gz 35052 BLAKE2B 10618843a5b202a839e58136f4559850de531063200a59ce610d2f82fcef9039b7fddabdcb27ebadc9284258006878be69ba14fefa05d2c60b0ff00631808522 SHA512 3ec3fb7b02c97cd3d852a6e414b57588c39625fe3727d802fe43025f7807b828ff6c99b82570ae889e1f85fe01b7202f8e38b19c37b77804a058b45143ddfb64 diff --git a/sys-block/sdmon/metadata.xml b/sys-block/sdmon/metadata.xml new file mode 100644 index 000000000000..3c41fa901e8e --- /dev/null +++ b/sys-block/sdmon/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>flow@gentoo.org</email> + <name>Florian Schmaus</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/Ognian/sdmon/issues</bugs-to> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild b/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild new file mode 100644 index 000000000000..98f01d3470f0 --- /dev/null +++ b/sys-block/sdmon/sdmon-0.9.0_p20250201.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Get SD-card health data" +HOMEPAGE="https://www.ogi-it.com/portfolio/sdmon/ https://github.com/Ognian/sdmon" + +MY_COMMIT_ID="9ab840a15bbd93dd4e2797ecc47f8d2362ef2785" +SRC_URI=" + https://github.com/Ognian/sdmon/archive/${MY_COMMIT_ID}.tar.gz + -> ${P}.tar.gz +" + +S="${WORKDIR}/${PN}-${MY_COMMIT_ID}/src" + +LICENSE="GPL-2 BSD-2" +SLOT="0" + +KEYWORDS="~amd64 ~arm64" + +src_install() { + dosbin sdmon + dodoc ../readme.md +} diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest index cc947ced3833..21a6a00c17cf 100644 --- a/sys-boot/limine/Manifest +++ b/sys-boot/limine/Manifest @@ -1 +1 @@ -DIST limine-10.4.0.tar.gz 575071 BLAKE2B 8df2361683ef221cb4b8d2bbb73c6c44176f4dd885335a0bb90c390874de13b8a2f1d879a48890457bcf62c506ca1a5abe7a7c4349f1ac84260ce32e5c426a17 SHA512 f53cd38c84d651050a45c9244dfef48268cd56edc11b469fa539d4b25a0336be451dc742ee3c47a7b9c345b0d590dd03ca931fc4a82555886941d2350db202fc +DIST limine-10.5.0.tar.gz 576035 BLAKE2B 5dc6067646feeda664b2ac1689fa5ef1782e964810bdc79c79f039d5ac619e71367abcd8e88fb5f1bd8330010f233f8d892956d783914dda0ee73e682dc1acce SHA512 b65e3cbf4fa9567d5da1da9a3f70be0b6407f788710ef1e5a1eeb7f2543d29d6b95fdde19aafaa3e087e0be5ae7de639afa515830d753ee33553fd4d304c8187 diff --git a/sys-boot/limine/limine-10.4.0.ebuild b/sys-boot/limine/limine-10.5.0.ebuild index fe63e8fac3c8..fe63e8fac3c8 100644 --- a/sys-boot/limine/limine-10.4.0.ebuild +++ b/sys-boot/limine/limine-10.5.0.ebuild diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest index cca399c3a1f7..d78c78c387f9 100644 --- a/sys-cluster/openmpi/Manifest +++ b/sys-cluster/openmpi/Manifest @@ -1,3 +1,4 @@ DIST openmpi-4.1.6.tar.bz2 10017002 BLAKE2B 4f119e1ed9b8787f0f860295ab1721fe2fd5300b8e182230a9eba3a864680b02bbd30618cc6d798a693a121626fc0ad5f447144d9ba91becb734f1a530d7a23a SHA512 0ef3240f9c436fb19b67e836cac376eafeb7825d12de3387dad04329dee9f182799d17d785ea23eba763810f479015bb5230593c28950b616b2f0aa1c0a81e71 DIST openmpi-5.0.6.tar.bz2 30331784 BLAKE2B 72418c4d2cdc0628214e0c2db2e8d2dd52234a3888d7344eff23576b19de94d4cb74b168120d72cedeea8c835db363d83b61319fcdf13277c541003606f4558a SHA512 097f7bb18d506b362f16d46df308b387e3173068ba8688739db756919453e1fe947c6d8c2e098481617d8c6bbecb8990002db42f284b1732a80ef3edaaa29f20 DIST openmpi-5.0.8.tar.bz2 30293034 BLAKE2B 610df6519323c9d08feccdd3d5b9d8a36cbed8ade7e31ca340e31aa0e21f6fc3ab6534c16a1660d9af53594d6836ed54fdd910202f22175d8517dc5193e1cd9c SHA512 de9128edaa1886f90f1452b8cee3c3962d7666beed96d7b95c601278c2debc7d7efecc9403792d428ce12131ce30416d6bc6bb657fb1a5490f53c6b6e369b080 +DIST openmpi-5.0.9.tar.bz2 30360927 BLAKE2B f6c822f9bcbf5cbdb508cf70a6fcb717630157c6753bda1f01dc378617971744600b46052baa5a89e5964240f03c241cd41f7b119ce7e084704cd3a71eb8637e SHA512 d7f700d6f412c6ff6d2f0d71da6dff9c88039e4c0693ff4f68c9cf4e9705744c362ac7afa916c7d7c6389832a1c8b4681b567a8521df3abdab22c581157cc5d0 diff --git a/sys-cluster/openmpi/openmpi-5.0.9.ebuild b/sys-cluster/openmpi/openmpi-5.0.9.ebuild new file mode 100644 index 000000000000..50f6133f6b94 --- /dev/null +++ b/sys-cluster/openmpi/openmpi-5.0.9.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FORTRAN_NEEDED=fortran +inherit cuda flag-o-matic fortran-2 libtool + +MY_P=${P/-mpi} + +IUSE_OPENMPI_FABRICS=" + openmpi_fabrics_ofed + openmpi_fabrics_knem" + +IUSE_OPENMPI_RM=" + openmpi_rm_pbs + openmpi_rm_slurm" + +DESCRIPTION="A high-performance message passing library (MPI)" +HOMEPAGE="https://www.open-mpi.org" +SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 -arm ~arm64 -ppc ~ppc64 -x86" +IUSE="cma cuda fortran peruse romio valgrind + ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM}" + +REQUIRED_USE=" + openmpi_rm_slurm? ( !openmpi_rm_pbs ) + openmpi_rm_pbs? ( !openmpi_rm_slurm ) +" + +# !dev-lang/pcc # 951474 file collision in /usr/bin/pcc +RDEPEND=" + !dev-lang/pcc + !sys-cluster/mpich + !sys-cluster/mpich2 + !sys-cluster/nullmpi + >=dev-libs/libevent-2.0.22:=[threads(+)] + >=sys-apps/hwloc-2.0.2:= + sys-cluster/pmix + sys-cluster/prrte:= + >=virtual/zlib-1.2.8-r1:= + cuda? ( + >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= + sys-cluster/ucx + x11-drivers/nvidia-drivers + ) + openmpi_fabrics_ofed? ( sys-cluster/rdma-core ) + openmpi_fabrics_knem? ( sys-cluster/knem ) + openmpi_rm_pbs? ( sys-cluster/torque ) + openmpi_rm_slurm? ( sys-cluster/slurm ) +" +DEPEND="${RDEPEND} + valgrind? ( dev-debug/valgrind )" + +PATCHES=( + "${FILESDIR}/${PN}-5.0.8-braces-around-scalar-initializer.patch" +) + +pkg_setup() { + fortran-2_pkg_setup + + elog + elog "OpenMPI has an overwhelming count of configuration options." + elog "Don't forget the EXTRA_ECONF environment variable can let you" + elog "specify configure options if you find them necessary." + elog +} + +src_prepare() { + default + elibtoolize + + # Avoid test which ends up looking at system mounts + echo "int main() { return 0; }" > test/util/opal_path_nfs.c || die + + # Necessary for scalibility, see + # http://www.open-mpi.org/community/lists/users/2008/09/6514.php + echo 'oob_tcp_listen_mode = listen_thread' \ + >> opal/etc/openmpi-mca-params.conf || die +} + +src_configure() { + # -Werror=lto-type-mismatch, -Werror=strict-aliasing + # The former even prevents successfully running ./configure, but both appear + # at `make` time as well. + # https://bugs.gentoo.org/913040 + # https://github.com/open-mpi/ompi/issues/12674 + # https://github.com/open-mpi/ompi/issues/12675 + append-flags -fno-strict-aliasing + filter-lto + + local myconf=( + --disable-mpi-java + # configure takes a looooong time, but upstream currently force + # constraints on caching: + # https://github.com/open-mpi/ompi/blob/9eec56222a5c98d13790c9ee74877f1562ac27e8/config/opal_config_subdir.m4#L118 + # so no --cache-dir for now. + --enable-mpi-fortran=$(usex fortran all no) + --enable-prte-prefix-by-default + --enable-pretty-print-stacktrace + + --sysconfdir="${EPREFIX}/etc/${PN}" + + --with-hwloc=external + --with-libevent=external + --with-prrte=external + + # Originally supposed to be re-enabled for 5.0! + # See https://github.com/open-mpi/ompi/issues/9697#issuecomment-1003746357 + # and https://bugs.gentoo.org/828123#c14 + # + # However as of 5.0.3 the docs still say: + # + # As such, supporting data heterogeneity is a feature that has fallen + # into disrepair and is currently known to be broken in this release + # of Open MPI. + --disable-heterogeneous + + --enable-ipv6 + $(use_enable peruse) + $(use_enable romio io-romio) + + $(use_with cma) + + $(use_with cuda cuda "${CUDA_PATH:-${ESYSROOT}/opt/cuda}") + $(use_with valgrind) + $(use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) + $(use_with openmpi_rm_pbs tm) + $(use_with openmpi_rm_slurm slurm) + ) + + CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}" +} + +src_compile() { + emake V=1 +} + +src_test() { + emake -C test check +} + +src_install() { + default + + # Remove la files, no static libs are installed and we have pkg-config + find "${ED}" -name '*.la' -delete || die +} diff --git a/sys-cluster/pmix/Manifest b/sys-cluster/pmix/Manifest index 61faef771df8..49eb08b4308f 100644 --- a/sys-cluster/pmix/Manifest +++ b/sys-cluster/pmix/Manifest @@ -2,3 +2,4 @@ DIST pmix-4.2.2.tar.bz2 1639600 BLAKE2B b5109900e52750656200e7bdbdc39d870a01f5af DIST pmix-4.2.8.tar.bz2 4800886 BLAKE2B 49c6c74f2a3d4826ade004e2ca69f8adafb26232b8fe92f5e620e11f93bde6a84a3611e737818564a3a5fd6fb75a4819250fa038e55aab46cf0a29c3f04e9f7e SHA512 2bc78cda82af24a9d7db204684e1778e0db183acc425095a91d46e4253209cec06542d497d5502c502b946b0ed1517f3b34f532d1107ccac1a09f2f267f14089 DIST pmix-5.0.3.tar.bz2 5148447 BLAKE2B 3d885f1beb901a443d3a746eae2f4a7d28926e367c5054d3cbd7f971531390800899c0d3130c36b3880292f586bc2ff357c239c9ec6e26dbcd35a4535737f51c SHA512 d7930426f29d957440ebfbe6a8321d3146373b8880d61c57e719345dd467dbe3bd1495cb4942ac0c450da0e28cdd56aed71b32c0bdd6571a8abab85bf334596b DIST pmix-5.0.4.tar.bz2 5445399 BLAKE2B 95fd3fa528dfc9e0ab9aa0f081c2fa1d3e82fe31b4856bdbc1af136043839d872889305d653e2bae981a3b3e8f9e502bf4f021e4f39dc2a02d82cf3c170862a2 SHA512 3ed372b201ba47ebb202a615b7818bf263e586ba7f2d21d27377e15e886e79a6fb38cb6b46ec84433ad90c6ce810e135ef45f9ec7a9cf93eded87205e65a97d5 +DIST pmix-5.0.9.tar.bz2 10190355 BLAKE2B cf06ad8f9bc47ff9bbe7e796935cd1deb1a167dd927c4789bd31f235e932b47188f9f1f0f0bc929c8e6adb976a93604d1a4d989f7efd7a6f3ca915c1b9f4f44e SHA512 21a9d679f705e4e099c534b2a331a7cdf6d15ecc5d1860852691ef19a784e18e5b9baa352de533b3fe154248cdec07a372dfc81a11c8cd63cbc718c6a7f7ce18 diff --git a/sys-cluster/pmix/pmix-5.0.9.ebuild b/sys-cluster/pmix/pmix-5.0.9.ebuild new file mode 100644 index 000000000000..abdfefa686cf --- /dev/null +++ b/sys-cluster/pmix/pmix-5.0.9.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic libtool + +DESCRIPTION="The Process Management Interface (PMI) Exascale" +HOMEPAGE="https://openpmix.github.io/" +SRC_URI="https://github.com/openpmix/openpmix/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +# No support for 32-bit systems as of 4.2.8 (https://github.com/open-mpi/ompi/issues/11248) +KEYWORDS="~amd64 ~arm64 ~ppc64 -x86" +IUSE="debug +munge pmi" + +RDEPEND=" + dev-libs/libevent:= + sys-apps/hwloc:= + virtual/zlib:= + munge? ( sys-auth/munge ) + pmi? ( !sys-cluster/slurm ) +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + elibtoolize +} + +src_configure() { + # -Werror=lto-type-mismatch + # https://github.com/openpmix/openpmix/issues/3350 + filter-lto + + local myeconfargs=( + # These are alternatives. We must use the one in DEPEND, and also + # prevent automagic fallbacks. + --with-libevent + --without-libev + + # tries to build both zlib and zlib-ng + --without-zlibng + + $(use_enable debug) + $(use_with munge) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die + + # bug #884765 + mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die +} diff --git a/sys-cluster/prrte/Manifest b/sys-cluster/prrte/Manifest index 831bd80dff96..19a9875e809c 100644 --- a/sys-cluster/prrte/Manifest +++ b/sys-cluster/prrte/Manifest @@ -1,2 +1,3 @@ +DIST prrte-3.0.12.tar.gz 10324635 BLAKE2B 36c638bef25a8dd2011ebef802c41ec05557bfa4f56139567f70d7a2a7a0e40d35b618e55e477fec4b2af4209bd47583baeb996fd9b4e5a12529e55326474056 SHA512 3a6ee3907e232078bcd2e82585e76e58577f1f2896ae0025fed6c32781b522bd20dff95509ad38625ac395f038002d737c054858fa9445e042971bce7c41f266 DIST prrte-3.0.6.tar.gz 5976755 BLAKE2B 62cff51ebb7e72c32a237eb36db925f5bf5811cf5f409619128fa8ef490d3ba9e6ba4a1701edd21486878974088ff17645c98dab12904abd48c4a4b50453f807 SHA512 f7d3a1bedc0029fcb0e4e906a099d1de07b171805f0cc8d6e443826b8c321e3d5e7fa80867d8ab9ae1f628446a1a8f663231d8b67e243650582225805adc6e9d DIST prrte-3.0.7.tar.gz 5592294 BLAKE2B e12133f2d6515620bce639faa1b439947a5fd50bfdbf5d0c855e9ce138b82da452776bb92a326dcfe1b2b43be8b31dade528f0230b40ad5b38586ca6c0ee5c42 SHA512 34b032ba461d095d549af0580fa7366290cdb54c22056dad71a24c85a6dcbd3614f69bc01892a8b2505f406ae728f6d7520a0f03a597ee0ab0208091d5319e18 diff --git a/sys-cluster/prrte/prrte-3.0.12.ebuild b/sys-cluster/prrte/prrte-3.0.12.ebuild new file mode 100644 index 000000000000..46cbaea7ce78 --- /dev/null +++ b/sys-cluster/prrte/prrte-3.0.12.ebuild @@ -0,0 +1,46 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic libtool + +DESCRIPTION="PMIx Reference RunTime Environment" +HOMEPAGE="https://openpmix.github.io/" +SRC_URI="https://github.com/openpmix/prrte/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64 ~ppc64" + +DEPEND=" + dev-libs/libevent:= + sys-apps/hwloc:= + >=sys-cluster/pmix-4.2.4 +" +RDEPEND="${DEPEND}" + +# Tests are only in the repo, not in release tarballs +# They also seem to be just examples +RESTRICT="test" + +src_prepare() { + default + elibtoolize +} + +src_configure() { + # -Werror=lto-type-mismatch + # + # Same issue as its companion project sys-cluster/pmix, and logically + # solvable in tandem (or never). + # https://github.com/openpmix/openpmix/issues/3350 + filter-lto + + econf +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/sys-devel/wild/wild-0.7.0.ebuild b/sys-devel/wild/wild-0.7.0.ebuild deleted file mode 100644 index ddf8fd986a55..000000000000 --- a/sys-devel/wild/wild-0.7.0.ebuild +++ /dev/null @@ -1,254 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.0 - -EAPI=8 - -CRATES=" - addr2line@0.25.1 - adler2@2.0.1 - aho-corasick@1.1.3 - allocator-api2@0.2.21 - anstream@0.6.21 - anstyle-parse@0.2.7 - anstyle-query@1.1.4 - anstyle-wincon@3.0.10 - anstyle@1.0.13 - anyhow@1.0.100 - ar@0.9.0 - arrayref@0.3.9 - arrayvec@0.7.6 - ascii_table@4.0.8 - atomic-polyfill@1.0.3 - atomic-take@1.1.0 - autocfg@1.5.0 - backtrace@0.3.76 - base64@0.22.1 - bitflags@2.10.0 - blake3@1.8.2 - bumpalo-herd@0.1.2 - bumpalo@3.19.0 - byteorder@1.5.0 - bytesize@2.1.0 - cc@1.2.41 - cfg-if@1.0.3 - clap@4.5.51 - clap_builder@4.5.51 - clap_derive@4.5.49 - clap_lex@0.7.6 - cobs@0.3.0 - colorchoice@1.0.4 - colored@3.0.0 - colosseum@0.2.2 - constant_time_eq@0.3.1 - cpp_demangle@0.4.5 - crc32fast@1.5.0 - critical-section@1.2.0 - crossbeam-channel@0.5.15 - crossbeam-deque@0.8.6 - crossbeam-epoch@0.9.18 - crossbeam-queue@0.3.12 - crossbeam-utils@0.8.21 - debugid@0.8.0 - deranged@0.5.4 - derive_more-impl@2.0.1 - derive_more@2.0.1 - dhat@0.3.3 - either@1.15.0 - embedded-io@0.4.0 - embedded-io@0.6.1 - env_home@0.1.0 - equivalent@1.0.2 - errno@0.3.14 - fallible-iterator@0.3.0 - fastrand@2.3.0 - fd-lock@4.0.4 - find-msvc-tools@0.1.4 - flate2@1.1.5 - foldhash@0.2.0 - futures-core@0.3.31 - futures-macro@0.3.31 - futures-task@0.3.31 - futures-timer@3.0.3 - futures-util@0.3.31 - getrandom@0.3.3 - gimli@0.32.3 - git-version-macro@0.3.9 - git-version@0.3.9 - glob@0.3.3 - hash32@0.2.1 - hashbrown@0.16.0 - heapless@0.7.17 - heck@0.5.0 - hex@0.4.3 - iced-x86@1.21.0 - indexmap@2.12.0 - is_terminal_polyfill@1.70.1 - itertools@0.14.0 - itoa@1.0.15 - jobserver@0.1.34 - js-sys@0.3.81 - lazy_static@1.5.0 - leb128@0.2.5 - libc@0.2.177 - libmimalloc-sys@0.1.44 - libz-rs-sys@0.5.2 - linux-raw-sys@0.11.0 - lock_api@0.4.14 - log@0.4.28 - matchers@0.2.0 - memchr@2.7.6 - memmap2@0.9.9 - mimalloc@0.1.48 - minimal-lexical@0.2.1 - miniz_oxide@0.8.9 - mintex@0.1.4 - nom@7.1.3 - num-conv@0.1.0 - num-traits@0.2.19 - object@0.37.3 - once_cell@1.21.3 - once_cell_polyfill@1.70.1 - os_info@3.12.0 - parking_lot@0.12.5 - parking_lot_core@0.9.12 - paste@1.0.15 - perf-event-open-sys@4.0.0 - perf-event@0.4.8 - pin-project-lite@0.2.16 - pin-utils@0.1.0 - pkg-config@0.3.32 - plist@1.8.0 - postcard@1.1.3 - powerfmt@0.2.0 - proc-macro-crate@3.4.0 - proc-macro2@1.0.101 - quick-xml@0.38.3 - quote@1.0.41 - r-efi@5.3.0 - rayon-core@1.13.0 - rayon@1.11.0 - redox_syscall@0.5.18 - regex-automata@0.4.13 - regex-syntax@0.8.8 - regex@1.12.2 - relative-path@1.9.3 - remain@0.2.15 - rstest@0.26.1 - rstest_macros@0.26.1 - rustc-demangle@0.1.26 - rustc-hash@1.1.0 - rustc_version@0.4.1 - rustix@1.1.2 - rustversion@1.0.22 - ryu@1.0.20 - scopeguard@1.2.0 - semver@1.0.27 - serde-keyvalue@0.1.0 - serde@1.0.228 - serde_core@1.0.228 - serde_derive@1.0.228 - serde_json@1.0.145 - serde_spanned@1.0.3 - sharded-offset-map@0.2.0 - sharded-slab@0.1.7 - sharded-vec-writer@0.3.0 - sharded-vec-writer@0.4.0 - shlex@1.3.0 - simd-adler32@0.3.7 - slab@0.4.11 - smallvec@1.15.1 - spin@0.9.8 - stable_deref_trait@1.2.1 - strsim@0.11.1 - strum@0.27.2 - strum_macros@0.27.2 - symbolic-common@12.16.3 - symbolic-demangle@12.16.3 - syn@2.0.106 - tempfile@3.23.0 - thiserror-impl@1.0.69 - thiserror-impl@2.0.17 - thiserror@1.0.69 - thiserror@2.0.17 - thousands@0.2.0 - thread_local@1.1.9 - time-core@0.1.6 - time-macros@0.2.24 - time@0.3.44 - toml@0.9.8 - toml_datetime@0.7.3 - toml_edit@0.23.7 - toml_parser@1.0.4 - toml_writer@1.0.4 - tracing-attributes@0.1.30 - tracing-core@0.1.34 - tracing-subscriber@0.3.20 - tracing@0.1.41 - unicode-ident@1.0.19 - unicode-xid@0.2.6 - utf8parse@0.2.2 - uuid@1.18.1 - wait-timeout@0.2.1 - wasi@0.14.7+wasi-0.2.4 - wasip2@1.0.1+wasi-0.2.4 - wasm-bindgen-backend@0.2.104 - wasm-bindgen-macro-support@0.2.104 - wasm-bindgen-macro@0.2.104 - wasm-bindgen-shared@0.2.104 - wasm-bindgen@0.2.104 - which@8.0.0 - windows-link@0.2.1 - windows-sys@0.52.0 - windows-sys@0.59.0 - windows-sys@0.60.2 - windows-sys@0.61.2 - windows-targets@0.52.6 - windows-targets@0.53.5 - windows_aarch64_gnullvm@0.52.6 - windows_aarch64_gnullvm@0.53.1 - windows_aarch64_msvc@0.52.6 - windows_aarch64_msvc@0.53.1 - windows_i686_gnu@0.52.6 - windows_i686_gnu@0.53.1 - windows_i686_gnullvm@0.52.6 - windows_i686_gnullvm@0.53.1 - windows_i686_msvc@0.52.6 - windows_i686_msvc@0.53.1 - windows_x86_64_gnu@0.52.6 - windows_x86_64_gnu@0.53.1 - windows_x86_64_gnullvm@0.52.6 - windows_x86_64_gnullvm@0.53.1 - windows_x86_64_msvc@0.52.6 - windows_x86_64_msvc@0.53.1 - winnow@0.7.13 - winsafe@0.0.19 - wit-bindgen@0.46.0 - zerocopy-derive@0.8.27 - zerocopy@0.8.27 - zlib-rs@0.5.2 - zstd-safe@7.2.4 - zstd-sys@2.0.16+zstd.1.5.7 - zstd@0.13.3 -" - -RUST_MIN_VER="1.89" -inherit cargo - -DESCRIPTION="A very fast linker for Linux" -HOMEPAGE="https://github.com/davidlattimore/wild" -SRC_URI="https://github.com/davidlattimore/wild/archive/${PV}.tar.gz -> ${P}.tar.gz - ${CARGO_CRATE_URIS} -" - -LICENSE="|| ( Apache-2.0 MIT )" -# Dependent crate licenses -LICENSE+=" Apache-2.0 BSD-2 BSD MIT MPL-2.0 Unicode-3.0 ZLIB" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - # Wild has a virtual Cargo.toml, so specify the path to the bin - cargo_src_install --path "${S}/wild" -} diff --git a/sys-devel/wild/wild-9999.ebuild b/sys-devel/wild/wild-9999.ebuild index 16cc215eac3b..fe186565e233 100644 --- a/sys-devel/wild/wild-9999.ebuild +++ b/sys-devel/wild/wild-9999.ebuild @@ -234,7 +234,7 @@ CRATES=" " LLVM_COMPAT=( {20..21} ) -RUST_MIN_VER="1.89" +RUST_MIN_VER="1.90" inherit cargo llvm-r2 unpacker DESCRIPTION="A very fast linker for Linux" diff --git a/sys-kernel/asahi-sources/Manifest b/sys-kernel/asahi-sources/Manifest index e63c29d6b222..aefae9480e37 100644 --- a/sys-kernel/asahi-sources/Manifest +++ b/sys-kernel/asahi-sources/Manifest @@ -1,8 +1,8 @@ -DIST genpatches-6.15-8.base.tar.xz 661356 BLAKE2B bf745cc16bc7ecde4563f3af4a357dfc9317ee7cd9df743a9148d4fc00f9089afd9ee0be0c36508265a10a9164854813a82a763f63d8bcd64a4e5749d8580688 SHA512 baba4dc151bbed0b8ef0151b38f76d5a3b68b2a915468bee86376ecef13ec498247d4cba4dc3c8890b827bc731ae07144e85e7e6939f492b33ba39a7083a997a -DIST genpatches-6.15-8.extras.tar.xz 4060 BLAKE2B a595ccaf2650b5641ac85497dc7f45ecfcfc3b7c036bffc61d7eae37ac93917ae265a23320e278b7056a820e4834f3e64d2463e04ce695792e03c8e5814b11d3 SHA512 ce759fe1cef5b5e07ecdea7c4c90a4c66c39e43d1a9d0c1a5d1ed4b12fd7b1639f7c7e31c912eebee52d5eee6ef2d7bf31e090499fae9f3cf179856cce1ac9e7 DIST genpatches-6.16-5.base.tar.xz 560028 BLAKE2B ad4f568bfa505bce81f1870ad8092d7cbc145c57b7a2019d803d462d8d64afce0b68f94f7033111a970960f149807e555e7afc97c773551bfa305e73be16ba84 SHA512 365500ae1336bfd995954631ee888e71e91523e0ad8c60e5d64184d06d988c8e8922748bbe9d1a8e2b96cd21578a657c94df2160984c9b335e341ea17f6add99 DIST genpatches-6.16-5.extras.tar.xz 4064 BLAKE2B fa6614130f8214e0bb056c3f747a3ecba5cb1fe5c41550009e65bf7e469ec11efb31e462a4a46514b8d7d775df06429daf17891789c8159b9da4fe1786f433cf SHA512 3e313bb4f487c84f7b4aaacb6130f526d8709e27fe3758f7ead47780c5101a737b0b9701c1c4fd15663c8cbead6ac79353e8397113518737e448633b57733f29 -DIST linux-6.15.tar.xz 151168812 BLAKE2B 465596c6dc053ff3a3966302a906d3edb4f7ee1ef82f8c20b96360196d3414f5b1deeafa67b8340fcdecd3617280ba9b756d7073ad15c707865e256397b4af53 SHA512 d03788ffa8d8ae1b84ef1286bb44a08fc01432e509dfec6cccae5c5a5a47201d378aec2bcd21e6f0bbd1e625b26f47780c06ee9c1cef3775358f98b160923f30 +DIST genpatches-6.17-14.base.tar.xz 878808 BLAKE2B 884338a7aa434094ab62f9d5eaffe6c42ee313a63b442b51db2ddf4d6108ce411fc21bbc21655e222baeb457b547b58a6edf145f0f80381482e0b24aae08b36d SHA512 373d7f68280e1c536eeb46c8fb2e5f10223ad3c1187c8745c044d456ae14533da515c54aacae6ea3af72c2058715072e7fb19849e0d5b1f8aada8c0f60903ffd +DIST genpatches-6.17-14.extras.tar.xz 4324 BLAKE2B 1420020762d21a1c0c1eb00b9d9e55b62f63f80688d23236b0f79f416f57e958968f223e2ffaa5a040db6175e02dd769ecab201526487648130e9b9550237010 SHA512 0f3b1748bf5c08bc5c97a3a083e366f06d066ed82bdabf7509f82e8c07de0752382445cc6594164970e72b8e79b0957fa084b2e46531f20729276ab401382e99 DIST linux-6.16.tar.xz 152620004 BLAKE2B 87bc4da7e89cc8265aebffea7ec6c09f711be24fee87cb1c03a264c03fd5a538d66aa806640835aa5103926e612cdfbc52d7c861d7f7065f1a8bb11d893b0921 SHA512 55a00f89ad6db6db2e26ff5dc5cfc96bbf6654e5bd5d17d2a3b944a47640367e54139716d230923187bebc6cb7756edc9511a620fb8abc6f32c50a658a734784 -DIST linux-asahi-6.15.7-1.diff 3351346 BLAKE2B e215462aff62a871afefd7a5715eb0f4f7edcf5bf5ee30b07d02348753294dd9d902cb52f3cbef6db78a8bb59acc31fef89ced52969bd4fd58f71a6cd18b94ea SHA512 5c7d6d743b0d616efcd5a6eca8d1c76c0f43a3149415b95b9db04d8f7fb7b5cd57834eb14d76dfadb3946a9b60237d05f131fd59a66a569671d0241c49f06147 +DIST linux-6.17.tar.xz 153382068 BLAKE2B 0edb2324be5638aa75984128aafdba3e50824187d2fcdff8794eab99d85c10c3a17d1e840053c2c83df5ee11fdf69f1c9452c57ecc9dae01c4af38180fe7821a SHA512 063999d7b819970657f6b7713fdb4173da2065ffdeed7cae197026dbb1edfd7f1d50374f073a1e19ef9686539594824ff6ecb8a930d97c4f272cb12f1c6d8355 DIST linux-asahi-6.16.4-2.diff 3001511 BLAKE2B 6a70f7a8d6e32628531212f4e5dda260c9413192199e89aacc0aacaf55eea5f66be260f589a932c39245475926ca93c2d9af2dca4deb41d94b9e64716b5f9a52 SHA512 8cb3ff75f7637b2b3a969184d9fe70278e1906aa550f7e67c015ebd4552d0a900de530cfc9faf64536687e0df4e177f2ad69a917acc08a0c011440efbcf550af +DIST linux-asahi-6.17.11-1.diff 3119229 BLAKE2B 41fbcc6795dc98d0b7c2e209a94b27f37f814f87486c8820b6d557069b26502bd9a655c4d930aa267496e324ef7dc48f1d78469b97229425cc3e563f4107375b SHA512 4536d3d4d0e3cac623b0a3eb36d6f722fdc4b6060303c491372dd0d7325dc11179051ccde3a6f8cf6e9fb33af2f7eff7ebfaca8511837a9381fa3a2bfcc30109 diff --git a/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild index 5911cb349507..bb0f226dd2aa 100644 --- a/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild +++ b/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild @@ -33,7 +33,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} KV_FULL="${PVR/_p/-asahi-}" S="${WORKDIR}/linux-${KV_FULL}" -KEYWORDS="~arm64" +KEYWORDS="arm64" DEPEND=" ${DEPEND} diff --git a/sys-kernel/asahi-sources/asahi-sources-6.15.7_p1.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.17.11_p1.ebuild index a094301d8bac..82f214a03bb6 100644 --- a/sys-kernel/asahi-sources/asahi-sources-6.15.7_p1.ebuild +++ b/sys-kernel/asahi-sources/asahi-sources-6.17.11_p1.ebuild @@ -7,10 +7,10 @@ ETYPE="sources" CKV="$(ver_cut 1-3)" K_SECURITY_UNSUPPORTED="1" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="8" +K_GENPATCHES_VER="14" K_NODRYRUN="1" -RUST_MIN_VER="1.80.0" +RUST_MIN_VER="1.85.0" RUST_REQ_USE='rust-src,rustfmt' inherit kernel-2 rust @@ -44,7 +44,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} KV_FULL="${PVR/_p/-asahi-}" S="${WORKDIR}/linux-${KV_FULL}" -KEYWORDS="arm64" +KEYWORDS="~arm64" DEPEND=" ${DEPEND} @@ -57,13 +57,6 @@ UNIPATCH_LIST=" ${DISTDIR}/linux-${ASAHI_TAG}.diff " -src_prepare() { - default - - # remove asahi upstream set localversion, use EXTRAVERSION instead - rm localversion.05-asahi -} - pkg_postinst() { einfo "For more information about Asahi Linux please visit ${HOMEPAGE}," einfo "or consult the Wiki at https://github.com/AsahiLinux/docs/wiki." diff --git a/sys-libs/glibc/glibc-2.41-r8.ebuild b/sys-libs/glibc/glibc-2.41-r8.ebuild index 8cd184342a9a..cffa9f7ac063 100644 --- a/sys-libs/glibc/glibc-2.41-r8.ebuild +++ b/sys-libs/glibc/glibc-2.41-r8.ebuild @@ -290,7 +290,8 @@ do_run_test() { if [[ ${MERGE_TYPE} == "binary" ]] ; then # ignore build failures when installing a binary package #324685 - CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null || return 0 + CC="${glibc__ORIG_CC}" CXX="${glibc__ORIG_CXX}" CPP="${glibc__ORIG_CPP}" \ + CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null || return 0 else ebegin "Performing simple compile test for ABI=${ABI}" if ! do_compile_test "" "$@" ; then @@ -802,7 +803,7 @@ sanity_prechecks() { if ! do_run_test '#include <unistd.h>\n#include <sys/syscall.h>\nint main(){return syscall(1000)!=-1;}\n' ; then eerror "Your old kernel is broken. You need to update it to a newer" eerror "version as syscall(<bignum>) will break. See bug 279260." - die "Old and broken kernel." + [[ ${I_ALLOW_TO_BREAK_MY_SYSTEM} = yes ]] || die "Old and broken kernel." fi fi diff --git a/sys-libs/glibc/glibc-2.42-r3.ebuild b/sys-libs/glibc/glibc-2.42-r3.ebuild index 92011858f289..257bc27b06e7 100644 --- a/sys-libs/glibc/glibc-2.42-r3.ebuild +++ b/sys-libs/glibc/glibc-2.42-r3.ebuild @@ -295,7 +295,8 @@ do_run_test() { if [[ ${MERGE_TYPE} == "binary" ]] ; then # ignore build failures when installing a binary package #324685 - do_compile_test "" "$@" 2>/dev/null || return 0 + CC="${glibc__ORIG_CC}" CXX="${glibc__ORIG_CXX}" CPP="${glibc__ORIG_CPP}" \ + CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null || return 0 else ebegin "Performing simple compile test for ABI=${ABI}" if ! do_compile_test "" "$@" ; then @@ -802,7 +803,7 @@ sanity_prechecks() { if ! do_run_test '#include <unistd.h>\n#include <sys/syscall.h>\nint main(){return syscall(1000)!=-1;}\n' ; then eerror "Your old kernel is broken. You need to update it to a newer" eerror "version as syscall(<bignum>) will break. See bug 279260." - die "Old and broken kernel." + [[ ${I_ALLOW_TO_BREAK_MY_SYSTEM} = yes ]] || die "Old and broken kernel." fi fi diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 20b5aec460fa..0f471e718cb8 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -297,7 +297,8 @@ do_run_test() { if [[ ${MERGE_TYPE} == "binary" ]] ; then # ignore build failures when installing a binary package #324685 - CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null || return 0 + CC="${glibc__ORIG_CC}" CXX="${glibc__ORIG_CXX}" CPP="${glibc__ORIG_CPP}" \ + CFLAGS="-O2" LDFLAGS="" do_compile_test "" "$@" 2>/dev/null || return 0 else ebegin "Performing simple compile test for ABI=${ABI}" if ! do_compile_test "" "$@" ; then @@ -759,7 +760,7 @@ sanity_prechecks() { if ! do_run_test '#include <unistd.h>\n#include <sys/syscall.h>\nint main(){return syscall(1000)!=-1;}\n' ; then eerror "Your old kernel is broken. You need to update it to a newer" eerror "version as syscall(<bignum>) will break. See bug 279260." - die "Old and broken kernel." + [[ ${I_ALLOW_TO_BREAK_MY_SYSTEM} = yes ]] || die "Old and broken kernel." fi fi diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest index a4889af1d909..2282ac89e6ce 100644 --- a/www-servers/puma/Manifest +++ b/www-servers/puma/Manifest @@ -1,4 +1,3 @@ -DIST puma-6.4.3.tar.gz 388095 BLAKE2B 010009c5c87f4e5f28b6f2b12c65ba447e3d2e1444718df7631a191546096167676b1dab2611fc3aacd4b89a2ec873c0da6a58681b4884acc2dca0e3ec825268 SHA512 20e5800dd978dd681ed4e8dd10c2558d7d4c0cadf79ad25b7974997884cbc8797211761fb5db5303bf7a8e04907634ce9e82ad3e362ae1fff24cc7d770eb5e44 DIST puma-6.6.0.tar.gz 408988 BLAKE2B 656a82b50ef0556ae78791ed268a081c868eda85f273d29003ac587691345f066e3c539a3799a364cd89e57791866dd27af2971c05b3e4a906651e99f6d2a296 SHA512 aa55a06f153c3572e68333c1608b2cf624d85eaad315a76fea886adae22ef00ea1d5f316ecad2e7f02b2e923090c0587a8d17666eda69c6526399b23cb83f289 DIST puma-6.6.1.tar.gz 412347 BLAKE2B 6d0146f9bc39b0eb82edcea78cceeccccf9dba69d8d39a4c7710ab1a073f4909d5d7f2ec470c3d9a9d51738639b4fd72b16c359ccfeb6573ecfbbdbbf5384897 SHA512 5838b5eabb1190ba7af5429c08f34428954fb3e9c23bc8b78850021fc628bcb888feefea6f76d24caf490b1a45d890289dfe9b5c90ee9891b6387f81b6c05626 DIST puma-7.0.1.tar.gz 416567 BLAKE2B 3c1059d2c7eec9d909a7ee242f9cf696f9705a8a6cf3cb4e55c5ca6bf74492a4c6e7fbc8cd92c0cf37d8f69a04a5cd27deb91713e6aa271bf56cd763c5b55d21 SHA512 0fd94e2208a43384c58aec4895f3f83f16e70ddc27c180b3d42972e9f670e4952640d5cd637fc94f882fbd35e1d48bbbb7b6c197e42e70e6b22eddaaf4ead9ae diff --git a/www-servers/puma/puma-6.4.3.ebuild b/www-servers/puma/puma-6.4.3.ebuild deleted file mode 100644 index 1011bd96bca2..000000000000 --- a/www-servers/puma/puma-6.4.3.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_GEMSPEC="puma.gemspec" - -RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma - -inherit ruby-fakegem - -DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack" -HOMEPAGE="https://puma.io/" -SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="3" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" - -DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" -RDEPEND+=" dev-libs/openssl:0=" - -ruby_add_bdepend "virtual/ruby-ssl - test? ( dev-ruby/localhost dev-ruby/rack:3.0 dev-ruby/rackup >=dev-ruby/minitest-5.9:5 >=dev-ruby/test-unit-3.0:2 )" - -ruby_add_rdepend "dev-ruby/nio4r:2" - -all_ruby_prepare() { - sed -e '/\(pride\|prove\|stub_const\)/ s:^:#:' \ - -e '/require_relative.*verbose/ s:^:#:' \ - -e '/securerandom/arequire "rack/handler"' \ - -i test/helper.rb || die - - # Avoid tests failing inconsistently - sed -i -e '/test_bad_client/askip "inconsistent results"' test/test_web_server.rb || die - - # Avoid tests depending on specific encoding - sed -i -e '/test_lowlevel_error_handler_response/askip "specific encoding required"' test/test_puma_server.rb || die - - # Avoid launcher tests since they make assumptions about bundler use - rm -f test/test_launcher.rb test/test_worker_gem_independence.rb test/test_bundle_pruner.rb || die - - # Skip integration tests since they make a lot of assumptions about - # the environment - rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die - - # Avoid test that uses unpackaged stub_const - sed -i -e '/test_shutdown_with_grace/,/^ end/ s:^:#:' test/test_thread_pool.rb || die - - # Avoid test that fails, most likely due to how we run the test suite - rm -f test/test_url_map.rb || die - - # Avoid test that fails sometimes, possibly due to timing - # constraints or a race condition. - sed -e '/test_systemd_notify_usr1_phased_restart_cluster/askip "Flaky test"' \ - -i test/test_plugin_systemd.rb || die - - # Temporarily avoid tests that fail due to expired test - # certificates. This has been fixed upstream but not released yet. - sed -e '/test_server_ssl_with_cert_pem_and_key_pem/askip "Expired certificate"' \ - -i test/test_puma_server_ssl.rb || die - sed -e '/test_certs_not_expired/askip "Expired certificate"' \ - -i test/test_example_cert_expiration.rb || die - sed -e '/test_verify_fail_if_client_expired_cert/askip "Expired certificate"' \ - -e '/test_verify_client_cert/askip "Expired certificate"' \ - -i test/test_puma_server_ssl.rb || die - - # Tries to call 'rackup' directly - sed -i -e '/def test_bin/,/^ end/ s:^:#:' test/test_rack_handler.rb || die - - sed -e 's/git ls-files --/find/' \ - -e 's:_relative ": "./:' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - einfo "Running test suite" - MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test \ - -e "require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{require _1}" || die -} diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest index 451372ca496d..5f500f486773 100644 --- a/x11-terms/gnome-terminal/Manifest +++ b/x11-terms/gnome-terminal/Manifest @@ -1,3 +1,2 @@ -DIST gnome-terminal-3.54.3.tar.xz 2060008 BLAKE2B c9ba0f7e331e539e6c7941e4df410fae023f4ea6cd64c8c18463069c01af434b5be5fb949da107ca267d4ad7f948470e675ca9b35c2ca383c822487381a6b091 SHA512 89c58d9472081fc0a98224b65131628fb25753dca89ef27dd36ee4453d365175bbd77b69780a7143818edba285602329393cfe6491fef6589e19d8b1d50bed4e -DIST gnome-terminal-3.56.2.tar.xz 2007732 BLAKE2B e2960e7f6d75cb351fbddc7e07bb956aed22f1bc0c6ec4e9e42b41252d328ead3250130860130d494a6d9a08e0b2a36428c3177e260e44e9b051071ba026bdc1 SHA512 7860a93817eca47e6211bd3a64a78347a4f3ca5b5de86646143c0c3f0c38980b0a579db6221354914ccb158774f69ad67ea1d0b775c683e14d75ea2e89eb5662 DIST gnome-terminal-3.56.3.tar.xz 2019400 BLAKE2B 2ab82315683f6ba6d48e300586109bf3dfcf5eb742cbeac6f013ac28f30d879b202c1e611b7f5e549d3685ac3ebf6d96a243e12a998331cca0a19f6e5739aa31 SHA512 2a9b1b059cd25758cde0b5c7a26f1170d257d27b388ffc987fee748eb2096737350bb1b46d4919cb9da3b4a46c3e646c19f444cadb26c97d53c5390f612f1b99 +DIST gnome-terminal-3.58.0.tar.xz 2018960 BLAKE2B 0c66b2120e930c374b7eb7d18959803be8ad00ee6e3504404ac18596320d27935eace6e9fdcad1972aba76994e38108032b28d68985299ce3b989f513497cec7 SHA512 a726a0e09649a30db2daaef7f1dac4e0289c49193eb046654afc63b6521823f1b6a052d01a0cf2ca3c841d9359cfacb700e00b8fcb3cd2fa51f347c76be68446 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.54.3-r1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.54.3-r1.ebuild deleted file mode 100644 index 0c3cf9ef29d2..000000000000 --- a/x11-terms/gnome-terminal/gnome-terminal-3.54.3-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) -inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg - -DESCRIPTION="A terminal emulator for GNOME" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-terminal" - -LICENSE="GPL-3+ GPL-3 CC-BY-SA-3.0 FDL-1.3" - -SLOT="0" - -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" - -IUSE="X debug gnome-shell nautilus" - -# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960 -RDEPEND=" - >=dev-libs/glib-2.52:2 - >=x11-libs/gtk+-3.22.27:3[X?] - >=gui-libs/libhandy-1.6.0:1 - >=x11-libs/vte-0.78.0:2.91 - >=dev-libs/libpcre2-10 - >=gnome-base/gsettings-desktop-schemas-0.1.0 - sys-apps/util-linux - gnome-shell? ( gnome-base/gnome-shell ) - nautilus? ( >=gnome-base/nautilus-43.0 ) -" -DEPEND="${RDEPEND}" -# itstool required for help/* with non-en LINGUAS, see bug #549358 -# xmllint required for glib-compile-resources, see bug #549304 -BDEPEND=" - ${PYTHON_DEPS} - dev-libs/libxml2:2 - dev-libs/libxslt - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -DOC_CONTENTS="To get previous working directory inherited in new opened tab, or - notifications of long-running commands finishing, you will need - to add the following line to your ~/.bashrc:\n - . /etc/profile.d/vte-2.91.sh" - -src_prepare() { - eapply "${FILESDIR}"/${PN}-3.44.1-fix-missing-wexitcode.patch - default -} - -src_configure() { - use X || append-cppflags -DGENTOO_GTK_HIDE_X11 - - # Upstream don't support LTO & error out on it in meson.build (bug #926156) - filter-lto - - local emesonargs=( - $(meson_use debug dbg) - -Ddocs=false - $(meson_use nautilus nautilus_extension) - $(meson_use gnome-shell search_provider) - ) - meson_src_configure -} - -src_install() { - meson_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update - readme.gentoo_print_elog -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.56.2-r1.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.58.0.ebuild index 308edd1cf8b8..308edd1cf8b8 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.56.2-r1.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.58.0.ebuild |
