diff options
312 files changed, 1676 insertions, 3504 deletions
@@ -4521,3 +4521,36 @@ russian/bugzilla44||2025-06-16|Removed, localized version of devel/bugzilla44 sysutils/plasma6-drkonqi||2025-06-17|Removed, requires Systemd devel/artifactory||2025-06-17|Has expired: Outdated with known vulnerabilities and marked as forbidden in 2023 devel/m17n-inscript2||2025-06-23|Now included in devel/m17n-db +devel/py-pytest4-cov||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 +devel/py-spyder-unittest||2025-06-23|Has expired: Depends on expiring devel/spyder +comms/py-pynitrokey||2025-06-23|Has expired: Depends on expiring comms/py-spsdk +devel/bit||2025-06-23|Has expired: Upstream ceased development +biology/py-orange3-single-cell||2025-06-23|Has expired: Depends on expired math/py-fastdtw and expiring misc/orange3 +biology/py-orange3-bioinformatics||2025-06-23|Has expired: Depends on expiring misc/orange3 +textproc/py-orange3-text||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-datafusion||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-timeseries||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-educational||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-associate||2025-06-23|Has expired: Depends on expiring misc/orange3 +misc/py-orange3-network||2025-06-23|Has expired: Depends on expiring misc/orange3 +www/onionshare||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +deskutils/py-todoman||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +deskutils/py-khard||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +deskutils/py-khal||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +devel/py-pytest-relaxed||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 +devel/py-pytest4-flakes||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 +devel/py-pytest-pep8||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 +devel/py-pytest4-cache||2025-06-23|Has expired: Depends on expiring devel/py-pytest4 +devel/py-pytest4||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +math/py-fastdtw||2025-06-23|Has expired: Depends on expired devel/py-pytest-runner +devel/spyder||2025-06-23|Has expired: Depends on expired devel/py-atomicwrites +misc/orange3||2025-06-23|Has expired: Depends on expiring devel/py-orange-canvas-core +devel/py-orange-widget-base||2025-06-23|Has expired: Depends on expiring devel/py-orange-canvas-core +devel/py-orange-canvas-core||2025-06-23|Has expired: Depends on expired misc/py-dictdiffer +misc/py-dictdiffer||2025-06-23|Has expired: Depends on expired devel/py-pytest-runner +net-im/biboumi||2025-06-23|Has expired: Depends on expired security/botan2 +sysutils/daggy||2025-06-23|Has expired: Depends on expired security/botan2 +java/jdom||2025-06-23|Has expired: Depends on exired java/jaxen +java/jaxen||2025-06-23|Has expired: Outdated, unsupported upstream and unmaintained in tree for years +devel/py-atomicwrites||2025-06-23|Has expired: Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead +devel/py-pytest-runner||2025-06-23|Has expired: pytest-runner depends on deprecated features of setuptools diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index e6390afee67f..99aa62704195 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -37,7 +37,7 @@ linux_ARGS= ${LINUX_DEFAULT} . if ${linux_ARGS} == c7 LINUX_DIST_VER?= 7.9.2009 . elif ${linux_ARGS} == rl9 -LINUX_DIST_VER?= 9.5 +LINUX_DIST_VER?= 9.6 . else ERROR+= "Invalid Linux distribution: ${linux_ARGS}" . endif diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index cca353759fe3..26e0ad332418 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -147,11 +147,14 @@ check_dep_core() deps=$(grep -E "${pkgname}" ${INDEX} |grep -vE "^(${rmpkgs})" || :) # Try to avoid false positives from INDEX when a port has just been # removed but INDEX has not yet been updated. + # XXX this needs more work, we must look for the dependencies of catport in MOVED in_MOVED=0 - MOVED_line="$(grep "${catport}" MOVED)" - if [ -n "${MOVED_line}" ] && [ "${TODAY}" = "$(echo "${MOVED_line}" | cut -d \| -f 3)" ] ; then - in_MOVED=1 - fi + #MOVED_line="$(grep "${catport}" "${PORTSDIR}/MOVED")" + #if [ -z "${MOVED_line}" ] ; then + # in_MOVED=2 # dependent port not found + #elif [ "${TODAY}" = "$(echo "${MOVED_line}" | cut -d \| -f 3)" ] ; then + # in_MOVED=1 # dependent port just removed + #fi if [ -n "${deps}" ] && [ ${in_MOVED} -eq 0 ] ; then log "${catport}: some port(s) depend on ${pkgname}:" # Skip dependencies in on-screen listing to avoid excessively diff --git a/audio/linux-rl9-alsa-lib-devel/Makefile b/audio/linux-rl9-alsa-lib-devel/Makefile index 8e1679c1b3d6..e25e106ed201 100644 --- a/audio/linux-rl9-alsa-lib-devel/Makefile +++ b/audio/linux-rl9-alsa-lib-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.12 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 1.2.13 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= audio linux PKGNAMESUFFIX= -devel diff --git a/audio/linux-rl9-alsa-lib-devel/distinfo b/audio/linux-rl9-alsa-lib-devel/distinfo index c255f576112b..d2921141884e 100644 --- a/audio/linux-rl9-alsa-lib-devel/distinfo +++ b/audio/linux-rl9-alsa-lib-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732645656 -SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.aarch64.rpm) = eb675825d7c070b5c2d056b7b15ba8287dbe649dcfec5387dc24e76ca5e78594 -SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.aarch64.rpm) = 841658 -SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.i686.rpm) = 36a50bd294e6d35b11bcff177d0649df53e9e080fa40ba467a1880e5ee6e3347 -SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.i686.rpm) = 841728 -SHA256 (rocky/a/alsa-lib-devel-1.2.12-1.el9.x86_64.rpm) = 4c1934ce998cad36e4539da9a74e399b17f672ce19fac200e6c2a272a5913f84 -SIZE (rocky/a/alsa-lib-devel-1.2.12-1.el9.x86_64.rpm) = 841607 -SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = d9d92104f698047ab1d873c806d3f8894aac117827d19f38851c3fd3339e1499 -SIZE (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = 1188237 +TIMESTAMP = 1750636341 +SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.aarch64.rpm) = 94e1f24976cefc9291f8fdce87f0f36e42ffeccf01d76bea9ca9ea0e716ef607 +SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.aarch64.rpm) = 924708 +SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.i686.rpm) = 3f5fdcd2df6fa8e0f945b81c9244f0840d0407b95a22bc1e8453074e4de2ce1e +SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.i686.rpm) = 924290 +SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.x86_64.rpm) = a3fc54586a54bf62d78ba2bc9df00fa8f2c52306b7593b8b673c4fd61092c4fc +SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.x86_64.rpm) = 924603 +SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = d0d8e96781a70e5d1b8395a23c12c156cdf248bfcc8c91d9724454f075f2cbb9 +SIZE (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = 1211573 diff --git a/audio/linux-rl9-alsa-lib/Makefile b/audio/linux-rl9-alsa-lib/Makefile index 244821df651e..25dcb82ba98b 100644 --- a/audio/linux-rl9-alsa-lib/Makefile +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -1,6 +1,6 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.12 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 1.2.13 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org diff --git a/audio/linux-rl9-alsa-lib/distinfo b/audio/linux-rl9-alsa-lib/distinfo index 62bb05f3e168..e91575f81123 100644 --- a/audio/linux-rl9-alsa-lib/distinfo +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732645574 -SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.aarch64.rpm) = 069f179e6f64cbf196fa0363a1cc3381ec87fe5f400a5777483a6f52f71b2932 -SIZE (rocky/a/alsa-lib-1.2.12-1.el9.aarch64.rpm) = 502738 -SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.i686.rpm) = d2e9961069c999fea3e45a171120e6c84684ce4b72e657e887a72faa4c506992 -SIZE (rocky/a/alsa-lib-1.2.12-1.el9.i686.rpm) = 551621 -SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.x86_64.rpm) = 12e71303e6c59d10f1ff9f4490d92ec50b5653a6d86cab0d6642f80c3466ead0 -SIZE (rocky/a/alsa-lib-1.2.12-1.el9.x86_64.rpm) = 516116 -SHA256 (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = d9d92104f698047ab1d873c806d3f8894aac117827d19f38851c3fd3339e1499 -SIZE (rocky/a/alsa-lib-1.2.12-1.el9.src.rpm) = 1188237 +TIMESTAMP = 1750636311 +SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.aarch64.rpm) = a4356d7b62b9ea4014b2b98cbf5f94848168e2afdd051a85eeca3fb7b5e2d625 +SIZE (rocky/a/alsa-lib-1.2.13-2.el9.aarch64.rpm) = 505376 +SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.i686.rpm) = ba3d99d609c43de9b310bd7f3d66f1342841dccdf100c92041eed75210eb64e3 +SIZE (rocky/a/alsa-lib-1.2.13-2.el9.i686.rpm) = 553575 +SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.x86_64.rpm) = 8b6e101ca1279f69dd6f64a9646c485750ac74c8eb36ca5349e40bff051046ee +SIZE (rocky/a/alsa-lib-1.2.13-2.el9.x86_64.rpm) = 518601 +SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = d0d8e96781a70e5d1b8395a23c12c156cdf248bfcc8c91d9724454f075f2cbb9 +SIZE (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = 1211573 diff --git a/audio/linux-rl9-libsndfile/Makefile b/audio/linux-rl9-libsndfile/Makefile index 8bfa5eeb90df..a3f2fef0132f 100644 --- a/audio/linux-rl9-libsndfile/Makefile +++ b/audio/linux-rl9-libsndfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.31 -DISTVERSIONSUFFIX= -8.el9_5.2 -PORTREVISION= 3 +DISTVERSIONSUFFIX= -9.el9 +PORTREVISION= 4 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org diff --git a/audio/linux-rl9-libsndfile/distinfo b/audio/linux-rl9-libsndfile/distinfo index 196977d5f9b9..d3e932455c46 100644 --- a/audio/linux-rl9-libsndfile/distinfo +++ b/audio/linux-rl9-libsndfile/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1735017746 -SHA256 (rocky/l/libsndfile-1.0.31-8.el9_5.2.aarch64.rpm) = 593919540d9e3c8dce4716b39a417ca3721276958e4637906cb724224886ce1b -SIZE (rocky/l/libsndfile-1.0.31-8.el9_5.2.aarch64.rpm) = 211609 -SHA256 (rocky/l/libsndfile-1.0.31-8.el9_5.2.i686.rpm) = 7767650e71fa0c4e60a1ebafbdda829bf5dd8b4377c5ed3e93d6c6a74851042c -SIZE (rocky/l/libsndfile-1.0.31-8.el9_5.2.i686.rpm) = 238553 -SHA256 (rocky/l/libsndfile-1.0.31-8.el9_5.2.x86_64.rpm) = ff30d83abd19537a9c052d588451755e8b1d8fb0dd82529ef71dc19f1fa28bc7 -SIZE (rocky/l/libsndfile-1.0.31-8.el9_5.2.x86_64.rpm) = 210453 -SHA256 (rocky/l/libsndfile-1.0.31-8.el9_5.2.src.rpm) = a40b8f42ad192a9df9c0773b0e74c8276ea2be7f6e465b00af85e64194083192 -SIZE (rocky/l/libsndfile-1.0.31-8.el9_5.2.src.rpm) = 900995 +TIMESTAMP = 1750640171 +SHA256 (rocky/l/libsndfile-1.0.31-9.el9.aarch64.rpm) = d40e4cf0af6f0559c5727ef732cd25fbee79a87d2ffb6896b41213b061fd5840 +SIZE (rocky/l/libsndfile-1.0.31-9.el9.aarch64.rpm) = 211275 +SHA256 (rocky/l/libsndfile-1.0.31-9.el9.i686.rpm) = be9bb008c72306b5dc0a65fd07b3612699cd497f38d967bcf1ac59aca03fb634 +SIZE (rocky/l/libsndfile-1.0.31-9.el9.i686.rpm) = 238242 +SHA256 (rocky/l/libsndfile-1.0.31-9.el9.x86_64.rpm) = d195e291b41d727e9fcced9806cc819ff5c291e1137a1e9529531a09b5a875e1 +SIZE (rocky/l/libsndfile-1.0.31-9.el9.x86_64.rpm) = 210204 +SHA256 (rocky/l/libsndfile-1.0.31-9.el9.src.rpm) = e1e859a773ddfa0315048973db8fad08a570f6e7555f1b12cc05536350cba67d +SIZE (rocky/l/libsndfile-1.0.31-9.el9.src.rpm) = 900859 diff --git a/audio/linux-rl9-pulseaudio-libs/Makefile b/audio/linux-rl9-pulseaudio-libs/Makefile index 15478dae06dc..5334cc2944ff 100644 --- a/audio/linux-rl9-pulseaudio-libs/Makefile +++ b/audio/linux-rl9-pulseaudio-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pulseaudio PORTVERSION= 15.0 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -3.el9 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMESUFFIX= -libs diff --git a/audio/linux-rl9-pulseaudio-libs/distinfo b/audio/linux-rl9-pulseaudio-libs/distinfo index 4cd38e169ac9..3882893438a4 100644 --- a/audio/linux-rl9-pulseaudio-libs/distinfo +++ b/audio/linux-rl9-pulseaudio-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1731453746 -SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 5b5e5985f27b924ebcd0cb81f731d31760012adf6fa7b36fd4ddcf3315e95649 -SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 649461 -SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.i686.rpm) = c906baf77d790e020887ac615f1001e00ff6b666199f48d33997f7de2fae4de8 -SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.i686.rpm) = 688818 -SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = b0c38349e1ac517c131c9eabfb9f952692684126775305b9a73ead98ae1acfba -SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = 681555 -SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 975996cabfe75a34ed505f554006cae6ed9408464d903246b13b02018057b103 -SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 17544 -SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.i686.rpm) = c4f864cd17022f536b4341edd36c27c6437643925dec374c61f0c7308c6cf1e5 -SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.i686.rpm) = 18454 -SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 1fd0991cb4406ab257063eeacc7696a3fd7b15bc29316c06336b7c94ad1f1f53 -SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 17874 -SHA256 (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 9fa7d54c118b3842dc43eb01a5136285ae517687278794966db7de657ec37d2f -SIZE (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 1545895 +TIMESTAMP = 1750646211 +SHA256 (rocky/p/pulseaudio-libs-15.0-3.el9.aarch64.rpm) = 155a705bf367a02025c7ad253fe8a38905d6e1b22d589262fd6373dc213e1c19 +SIZE (rocky/p/pulseaudio-libs-15.0-3.el9.aarch64.rpm) = 645247 +SHA256 (rocky/p/pulseaudio-libs-15.0-3.el9.i686.rpm) = 0fd8429f1321fd97ecb120760829075f25720c44f22f49d8ecf33d338a0b46c8 +SIZE (rocky/p/pulseaudio-libs-15.0-3.el9.i686.rpm) = 686073 +SHA256 (rocky/p/pulseaudio-libs-15.0-3.el9.x86_64.rpm) = 7f2ff362f310d7b3c3f5e5e285385880d130e83566551aa8d2200fe26d3962c3 +SIZE (rocky/p/pulseaudio-libs-15.0-3.el9.x86_64.rpm) = 678923 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.aarch64.rpm) = 1c3acb658d83d047b402cada4d0b2b6805fb60be0d5c570dc13d24e31646d2f3 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.aarch64.rpm) = 14985 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.i686.rpm) = 76f046cb936e32ddb9b208e436928cfdc98e6e832362643bdd5c3ab6c0a11137 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.i686.rpm) = 15991 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.x86_64.rpm) = 4d1d57b44972275c23ebc58df593c5f15c75009a0b09536f4710e6908122b274 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-3.el9.x86_64.rpm) = 15215 +SHA256 (rocky/p/pulseaudio-15.0-3.el9.src.rpm) = dc89cf1596e7f2940c2718bd5a08990e82727a8dc4a24037c92e70e6a85a39ef +SIZE (rocky/p/pulseaudio-15.0-3.el9.src.rpm) = 1543467 diff --git a/audio/linux-rl9-pulseaudio-utils/Makefile b/audio/linux-rl9-pulseaudio-utils/Makefile index 776814b0cff5..e0e4d9eba1ed 100644 --- a/audio/linux-rl9-pulseaudio-utils/Makefile +++ b/audio/linux-rl9-pulseaudio-utils/Makefile @@ -1,6 +1,7 @@ PORTNAME= pulseaudio PORTVERSION= 15.0 -DISTVERSIONSUFFIX= -2.el9 +DISTVERSIONSUFFIX= -3.el9 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMESUFFIX= -utils diff --git a/audio/linux-rl9-pulseaudio-utils/distinfo b/audio/linux-rl9-pulseaudio-utils/distinfo index 83b04c7582c3..b833201cafca 100644 --- a/audio/linux-rl9-pulseaudio-utils/distinfo +++ b/audio/linux-rl9-pulseaudio-utils/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1692861237 -SHA256 (rocky/p/pulseaudio-utils-15.0-2.el9.aarch64.rpm) = 064707979e0d21e50a9997977745685da464ad9f4b928ab51f93253db2bc55fd -SIZE (rocky/p/pulseaudio-utils-15.0-2.el9.aarch64.rpm) = 71058 -SHA256 (rocky/p/pulseaudio-utils-15.0-2.el9.x86_64.rpm) = b5d640aa277bf74a70502e54a78cb4d2c41312afb99a2d2850749e39e35610cb -SIZE (rocky/p/pulseaudio-utils-15.0-2.el9.x86_64.rpm) = 73481 -SHA256 (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 9fa7d54c118b3842dc43eb01a5136285ae517687278794966db7de657ec37d2f -SIZE (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 1545895 +TIMESTAMP = 1750647347 +SHA256 (rocky/p/pulseaudio-utils-15.0-3.el9.aarch64.rpm) = 50144c9279d7af0d432bf41a021c0d3b12a8f42483a54a59e810cfb89f5a0853 +SIZE (rocky/p/pulseaudio-utils-15.0-3.el9.aarch64.rpm) = 68526 +SHA256 (rocky/p/pulseaudio-utils-15.0-3.el9.x86_64.rpm) = a8be55a309cbfd26fe8846e4c99673eb1f6e242beee736ca18a1f9406a7bc64f +SIZE (rocky/p/pulseaudio-utils-15.0-3.el9.x86_64.rpm) = 70652 +SHA256 (rocky/p/pulseaudio-15.0-3.el9.src.rpm) = dc89cf1596e7f2940c2718bd5a08990e82727a8dc4a24037c92e70e6a85a39ef +SIZE (rocky/p/pulseaudio-15.0-3.el9.src.rpm) = 1543467 diff --git a/biology/Makefile b/biology/Makefile index 590109724958..d4ba88800bfe 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -189,8 +189,6 @@ SUBDIR += py-multiqc SUBDIR += py-newick SUBDIR += py-ont-fast5-api - SUBDIR += py-orange3-bioinformatics - SUBDIR += py-orange3-single-cell SUBDIR += py-pandas-charm SUBDIR += py-py2bit SUBDIR += py-pybigwig diff --git a/biology/py-orange3-bioinformatics/Makefile b/biology/py-orange3-bioinformatics/Makefile deleted file mode 100644 index 7904ed980863..000000000000 --- a/biology/py-orange3-bioinformatics/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= orange3-bioinformatics -DISTVERSION= 4.8.4 -PORTREVISION= 1 -CATEGORIES= biology python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange add-on providing common functionality for bioinformatics -WWW= https://github.com/biolab/orange3-bioinformatics/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}point-annotator>=2.0:math/py-point-annotator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.2.0:math/py-pyclipper@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-cache0>0:www/py-requests-cache0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}resdk>0:biology/py-resdk@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/biology/py-orange3-bioinformatics/distinfo b/biology/py-orange3-bioinformatics/distinfo deleted file mode 100644 index 4b386c48e193..000000000000 --- a/biology/py-orange3-bioinformatics/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1739870048 -SHA256 (orange3_bioinformatics-4.8.4.tar.gz) = 275a32d3948df5294350c25bb430336b5d4109afaf71edd7ccc76591cb9eeb8b -SIZE (orange3_bioinformatics-4.8.4.tar.gz) = 3736720 diff --git a/biology/py-orange3-bioinformatics/pkg-descr b/biology/py-orange3-bioinformatics/pkg-descr deleted file mode 100644 index 8979fa28157a..000000000000 --- a/biology/py-orange3-bioinformatics/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Orange Bioinformatics extends Orange, a data mining software package, with -common functionality for bioinformatics. The provided functionality can be -accessed as a Python library or through a visual programming interface (Orange -Canvas). The latter is also suitable for non-programmers. - -Orange Bioinformatics provides access to publicly available data, like GEO data -sets, GO and KEGG. All features can be combined with powerful visualization, -network exploration and data mining techniques from the Orange data mining -framework. diff --git a/biology/py-orange3-single-cell/Makefile b/biology/py-orange3-single-cell/Makefile deleted file mode 100644 index 54d72a4516fd..000000000000 --- a/biology/py-orange3-single-cell/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= orange3-single-cell -DISTVERSION= 0.8.2 -PORTREVISION= 6 -CATEGORIES= biology python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange add-on for gene expression of single cell data -WWW= https://singlecell.biolab.si/ - -LICENSE= AGPLv3+ - -DEPRECATED= Depends on expired math/py-fastdtw and expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fastdtw>0:math/py-fastdtw@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}joblib>=0.11:devel/py-joblib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}loompy>=2.0.10:biology/py-loompy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.23:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYNUMPY} - -# Supports 3.4+ but loompy 3.6+ only. -USES= python -USE_GITHUB= yes -GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -DOCS_BUILD_DEPENDS= gmake:devel/gmake \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} - -pre-build-DOCS-on: - @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} html htmlhelp SPHINXBUILD=${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} - -pre-build-DOCS-off: - @${REINPLACE_CMD} "s|^ include_documentation| #include_documentation|" ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/biology/py-orange3-single-cell/distinfo b/biology/py-orange3-single-cell/distinfo deleted file mode 100644 index ed5f301ce6e1..000000000000 --- a/biology/py-orange3-single-cell/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1539761270 -SHA256 (biolab-orange3-single-cell-0.8.2_GH0.tar.gz) = eebda4303c208951fcbe8f383e0f310b20abedba425b0c68bbe65ae2806cc1bb -SIZE (biolab-orange3-single-cell-0.8.2_GH0.tar.gz) = 5521782 diff --git a/biology/py-orange3-single-cell/files/patch-doc_conf.py b/biology/py-orange3-single-cell/files/patch-doc_conf.py deleted file mode 100644 index a3ecb4c652db..000000000000 --- a/biology/py-orange3-single-cell/files/patch-doc_conf.py +++ /dev/null @@ -1,10 +0,0 @@ -# add_stylesheet() deprecated on Sphinx 4.0 -# https://www.sphinx-doc.org/en/master/extdev/deprecated.html ---- doc/conf.py.orig 2018-10-15 08:43:14 UTC -+++ doc/conf.py -@@ -288,4 +288,4 @@ texinfo_documents = [ - #texinfo_no_detailmenu = False - - def setup(app): -- app.add_stylesheet('style.css') -+ app.add_css_file('style.css') diff --git a/biology/py-orange3-single-cell/pkg-descr b/biology/py-orange3-single-cell/pkg-descr deleted file mode 100644 index 05cf4bfc5f8a..000000000000 --- a/biology/py-orange3-single-cell/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The Single Cell add-on for Orange3 adds functionality for analysis of single -cell data. diff --git a/comms/Makefile b/comms/Makefile index 9f313fe188ab..44cd5cd60702 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -145,7 +145,6 @@ SUBDIR += py-nkdfu SUBDIR += py-pylink-square SUBDIR += py-pymodbus - SUBDIR += py-pynitrokey SUBDIR += py-pyocd SUBDIR += py-pyocd-pemicro SUBDIR += py-pyserial diff --git a/comms/opencbm/Makefile b/comms/opencbm/Makefile index 0db9b775a445..d01d86da4815 100644 --- a/comms/opencbm/Makefile +++ b/comms/opencbm/Makefile @@ -9,9 +9,6 @@ WWW= http://opencbm.sourceforge.net/ LICENSE= GPLv2 BSD3CLAUSE LICENSE_COMB= multi -DEPRECATED= Depends on expiring devel/cc65 -EXPIRATION_DATE=2025-06-21 - BUILD_DEPENDS= cc65:devel/cc65 USES= gmake pkgconfig diff --git a/comms/py-pynitrokey/Makefile b/comms/py-pynitrokey/Makefile deleted file mode 100644 index 5c6a29319e9f..000000000000 --- a/comms/py-pynitrokey/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -PORTNAME= pynitrokey -DISTVERSION= 0.4.50 -CATEGORIES= comms python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= awoonyaa@gmail.com -COMMENT= Command line interface for Nitrokey FIDO2, Nitr. Start, Nitr.3, NetHSM -WWW= https://pypi.org/project/pynitrokey/ - -LICENSE= MIT - -DEPRECATED= Depends on expiring comms/py-spsdk -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spsdk>=0:comms/py-spsdk@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}certifi>=14.5.14,:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.0,:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>=0:security/py-ecdsa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fido2>=1.1.2,<2:security/py-fido2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}intelhex>=0:devel/py-intelhex@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nkdfu>=0:comms/py-nkdfu@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tlv8>=0:converters/py-tlv8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click_aliases>=0:devel/py-click-aliases@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nethsm>=1.0.0,<2:security/py-nethsm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-api-python-client>0:www/py-google-api-python-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spsdk>=0:comms/py-spsdk@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}certifi>=14.5.14,:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.0,:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>=0:security/py-ecdsa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fido2>=1.1.2,<2:security/py-fido2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}intelhex>=0:devel/py-intelhex@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nkdfu>=0:comms/py-nkdfu@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tlv8>=0:converters/py-tlv8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click_aliases>=0:devel/py-click-aliases@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nethsm>=1.0.0,<2:security/py-nethsm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-api-python-client>0:www/py-google-api-python-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} - -PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel -PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR} - -USES= python shebangfix -USE_PYTHON= autoplist concurrent cryptography pep517 - -SHEBANG_FILES= pynitrokey/start/upgrade_by_passwd.py \ - pynitrokey/start/usb_strings.py - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/comms/py-pynitrokey/distinfo b/comms/py-pynitrokey/distinfo deleted file mode 100644 index ff5db5e78379..000000000000 --- a/comms/py-pynitrokey/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1723887077 -SHA256 (pynitrokey-0.4.50.tar.gz) = 048070218c6851c2bb13af5111cbbfaa6ae9365c98c2703b226de2452b169670 -SIZE (pynitrokey-0.4.50.tar.gz) = 179654 diff --git a/comms/py-pynitrokey/pkg-descr b/comms/py-pynitrokey/pkg-descr deleted file mode 100644 index 0a011755b693..000000000000 --- a/comms/py-pynitrokey/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A command line interface for the Nitrokey FIDO2, Nitrokey Start, -Nitrokey 3 and NetHSM diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index f4af947eb11d..8ea3b2772863 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= mongodb-tools -DISTVERSION= 100.12.1 +DISTVERSION= 100.12.2 CATEGORIES= databases MAINTAINER= ronald@FreeBSD.org @@ -22,8 +22,6 @@ GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284387 MAKE_ENV+= TOOLS_TESTING_UNIT=true -CONFLICTS_INSTALL= mongodb42-tools - OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ MONGORESTORE MONGOSTAT MONGOTOP \ diff --git a/databases/mongodb-tools/distinfo b/databases/mongodb-tools/distinfo index 28ce3b76d556..29bc4574615e 100644 --- a/databases/mongodb-tools/distinfo +++ b/databases/mongodb-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748004042 -SHA256 (mongodb-mongo-tools-100.12.1_GH0.tar.gz) = 611578ab2fb2c0d65972205f416b458082de9c7b61f1836b850622ed25e4ad10 -SIZE (mongodb-mongo-tools-100.12.1_GH0.tar.gz) = 6639195 +TIMESTAMP = 1749193736 +SHA256 (mongodb-mongo-tools-100.12.2_GH0.tar.gz) = dd8b6b6a315025139b55a61b6b49b8945c964e8f6272951de108395c1fe5b88b +SIZE (mongodb-mongo-tools-100.12.2_GH0.tar.gz) = 6643483 diff --git a/deskutils/Makefile b/deskutils/Makefile index d3c6bd4f2ee9..4a3d23f89f34 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -229,8 +229,6 @@ SUBDIR += py-bugwarrior SUBDIR += py-calendar_cli SUBDIR += py-i3-gnome-pomodoro - SUBDIR += py-khal - SUBDIR += py-khard SUBDIR += py-paperless SUBDIR += py-paperless-ngx SUBDIR += py-py3status @@ -238,7 +236,6 @@ SUBDIR += py-send2trash SUBDIR += py-taskw SUBDIR += py-term-background - SUBDIR += py-todoman SUBDIR += py-trash-cli SUBDIR += py-vdirsyncer SUBDIR += py-vobject diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile deleted file mode 100644 index 291e23c170cf..000000000000 --- a/deskutils/py-khal/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= khal -DISTVERSION= 0.11.3 -PORTREVISION= 1 -CATEGORIES= deskutils python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= wen@FreeBSD.org -COMMENT= CalDAV-based calendar -WWW= https://lostpackets.de/khal/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>1.12.0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.0:devel/py-click-log@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.3:devel/py-icalendar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urwid>=1.3.0:devel/py-urwid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -OPTIONS_DEFINE= SETPROCTITLE - -SETPROCTITLE_DESC= Set the process title -SETPROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC} && \ - ${INSTALL_DATA} khal.conf.sample ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo deleted file mode 100644 index ac078558cb72..000000000000 --- a/deskutils/py-khal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1717748988 -SHA256 (khal-0.11.3.tar.gz) = a8ccbcc43fc1dbbc464e53f7f1d99cf15832be43a67f38700e535d99d9c1325e -SIZE (khal-0.11.3.tar.gz) = 196953 diff --git a/deskutils/py-khal/pkg-descr b/deskutils/py-khal/pkg-descr deleted file mode 100644 index 953f8e778427..000000000000 --- a/deskutils/py-khal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Khal is a calendar program for the terminal for viewing, adding and editing -events and calendars. Khal is build on the iCalendar and vdir (allowing the -use of vdirsyncer for CalDAV compatibility) standards. diff --git a/deskutils/py-khal/pkg-message b/deskutils/py-khal/pkg-message deleted file mode 100644 index d6b2951cd2f0..000000000000 --- a/deskutils/py-khal/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -[ -{ type: install - message: <<EOM -Khal needs LANG to be set to a UTF-8 locale (e.g. en_US.UTF-8) to run. -EOM -} -] diff --git a/deskutils/py-khard/Makefile b/deskutils/py-khard/Makefile deleted file mode 100644 index 8d00b7aa9c7b..000000000000 --- a/deskutils/py-khard/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -PORTNAME= khard -DISTVERSION= 0.19.1 -CATEGORIES= deskutils python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= andreas@bilke.org -COMMENT= Console carddav client -WWW= https://github.com/lucc/khard/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15:devel/py-ruamel.yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.21:converters/py-unidecode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.5:deskutils/py-vobject@${PY_FLAVOR} -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx-autoapi>0:textproc/py-sphinx-autoapi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx-autodoc-typehints>0:textproc/py-sphinx-autodoc-typehints@${PY_FLAVOR} - -USES= python gmake -USE_PYTHON= autoplist pep517 -NO_ARCH= yes - -PLIST_FILES= share/zsh/site-functions/_khard \ - share/zsh/site-functions/_email-khard \ - ${EXAMPLESDIR}/khard.conf.example \ - ${EXAMPLESDIR}/template.yaml \ - share/man/man1/khard.1.gz \ - share/man/man5/khard.conf.5.gz - -SUB_FILES= pkg-message - -post-patch: - @${REINPLACE_CMD} \ - -e 's|sphinx-build|${LOCALBASE}/bin/sphinx-build-${PYTHON_VER}|g' \ - -e 's|sphinx-apidoc|${LOCALBASE}/bin/sphinx-apidoc-${PYTHON_VER}|g' \ - ${WRKSRC}/doc/Makefile - -pre-build: - (cd ${WRKSRC}/doc && ${MAKE_CMD} man) - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_khard \ - ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_email-khard \ - ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/doc/source/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - ${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 - -.include <bsd.port.mk> diff --git a/deskutils/py-khard/distinfo b/deskutils/py-khard/distinfo deleted file mode 100644 index ae3b05005558..000000000000 --- a/deskutils/py-khard/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701533025 -SHA256 (khard-0.19.1.tar.gz) = 59f30a0da3c3da3eb04f4dbe18ee4763913b685d99ec8418fd574a88c491c490 -SIZE (khard-0.19.1.tar.gz) = 605230 diff --git a/deskutils/py-khard/files/pkg-message.in b/deskutils/py-khard/files/pkg-message.in deleted file mode 100644 index 50487d89b4a1..000000000000 --- a/deskutils/py-khard/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -Copy the example configuration from -%%PREFIX%%/share/examples/khard/khard.conf.example to -$XDG_CONFIG_HOME/khard/khard.conf -EOM -} -] diff --git a/deskutils/py-khard/pkg-descr b/deskutils/py-khard/pkg-descr deleted file mode 100644 index 5aec8083d4e9..000000000000 --- a/deskutils/py-khard/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Khard is an address book for the console. It creates, reads, modifies and -removes carddav address book entries at your local machine. Khard is also -compatible to the email clients mutt and alot and the SIP client twinkle. diff --git a/deskutils/py-todoman/Makefile b/deskutils/py-todoman/Makefile deleted file mode 100644 index acbdfb7276e1..000000000000 --- a/deskutils/py-todoman/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -PORTNAME= todoman -DISTVERSION= 4.5.0 -CATEGORIES= deskutils python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= andreas@bilke.org -COMMENT= Simple CalDAV-based todo manager -WWW= https://github.com/pimutils/todoman/ - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/LICENCE - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click-repl>0:devel/py-click-repl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}humanize>0:devel/py-humanize@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.3:devel/py-icalendar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}parsedatetime>0:devel/py-parsedatetime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} - -USES= pytest python -USE_PYTHON= autoplist concurrent pep517 -PYTEST_IGNORED_TESTS= test_datetime_serialization - -NO_ARCH= yes - -PLIST_FILES= ${EXAMPLESDIR}/config.py.sample \ - share/zsh/site-functions/_todoman - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/contrib/completion/zsh/_todo \ - ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_todoman - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} config.py.sample ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/deskutils/py-todoman/distinfo b/deskutils/py-todoman/distinfo deleted file mode 100644 index bf0a2d320a3d..000000000000 --- a/deskutils/py-todoman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1728669290 -SHA256 (todoman-4.5.0.tar.gz) = 2e81dba7b34a2cba6fe74f381c579500ab525ebf3f82847e56127c69d382f121 -SIZE (todoman-4.5.0.tar.gz) = 69619 diff --git a/deskutils/py-todoman/pkg-descr b/deskutils/py-todoman/pkg-descr deleted file mode 100644 index 67e5547e477d..000000000000 --- a/deskutils/py-todoman/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Todoman is a simple, standards-based, cli todo (aka: task) manager. -Todos are stored into icalendar files, which means you can sync them -via CalDAV using, for example, vdirsyncer. diff --git a/deskutils/py-todoman/pkg-message b/deskutils/py-todoman/pkg-message deleted file mode 100644 index f357019b9707..000000000000 --- a/deskutils/py-todoman/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -The config file format changed from version 3 to 4. - -See https://github.com/pimutils/todoman/blob/v4.0.0/CHANGELOG.rst -EOM -} -] diff --git a/devel/Makefile b/devel/Makefile index 4c10689a65fe..39c55efcf07d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -313,7 +313,6 @@ SUBDIR += bingrep SUBDIR += binutils SUBDIR += bison - SUBDIR += bit SUBDIR += bitkeeper SUBDIR += bitsery SUBDIR += blame @@ -4452,7 +4451,6 @@ SUBDIR += py-async_timeout SUBDIR += py-asynctest SUBDIR += py-atomiclong - SUBDIR += py-atomicwrites SUBDIR += py-atpublic SUBDIR += py-attr SUBDIR += py-attrdict @@ -5353,8 +5351,6 @@ SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-optree - SUBDIR += py-orange-canvas-core - SUBDIR += py-orange-widget-base SUBDIR += py-orca SUBDIR += py-ordered-set SUBDIR += py-ordereddict @@ -5711,7 +5707,6 @@ SUBDIR += py-pytest-nunit SUBDIR += py-pytest-order SUBDIR += py-pytest-parallel - SUBDIR += py-pytest-pep8 SUBDIR += py-pytest-plus SUBDIR += py-pytest-pretty SUBDIR += py-pytest-profiling @@ -5723,13 +5718,11 @@ SUBDIR += py-pytest-recording SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regtest - SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-remotedata SUBDIR += py-pytest-repeat SUBDIR += py-pytest-rerunfailures SUBDIR += py-pytest-ruff SUBDIR += py-pytest-run-parallel - SUBDIR += py-pytest-runner SUBDIR += py-pytest-services SUBDIR += py-pytest-shutil SUBDIR += py-pytest-socket @@ -5747,10 +5740,6 @@ SUBDIR += py-pytest-watcher SUBDIR += py-pytest-xdist SUBDIR += py-pytest-xprocess - SUBDIR += py-pytest4 - SUBDIR += py-pytest4-cache - SUBDIR += py-pytest4-cov - SUBDIR += py-pytest4-flakes SUBDIR += py-python-application SUBDIR += py-python-bugzilla SUBDIR += py-python-dateutil @@ -5963,7 +5952,6 @@ SUBDIR += py-speaklater SUBDIR += py-speg SUBDIR += py-spyder-kernels - SUBDIR += py-spyder-unittest SUBDIR += py-sqids SUBDIR += py-sqlfluff SUBDIR += py-squint @@ -8246,7 +8234,6 @@ SUBDIR += splint SUBDIR += spr SUBDIR += spread-sheet-widget - SUBDIR += spyder SUBDIR += srecord SUBDIR += sse2neon SUBDIR += st diff --git a/devel/bacnet-stack/Makefile b/devel/bacnet-stack/Makefile index ff4d79925fbc..fb391fdf5b1f 100644 --- a/devel/bacnet-stack/Makefile +++ b/devel/bacnet-stack/Makefile @@ -1,5 +1,5 @@ PORTNAME= bacnet-stack -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -9,10 +9,12 @@ WWW= https://github.com/bacnet-stack/bacnet-stack LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license/readme.txt -USES= cmake compiler:c++11-lang +LIB_DEPENDS= libdispatch.so:devel/libdispatch + +USES= cmake compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= bacnet-stack -GH_TAGNAME= 8a0a01c +GH_TAGNAME= c111154 LDFLAGS= -lm diff --git a/devel/bacnet-stack/distinfo b/devel/bacnet-stack/distinfo index 358eb00ac59f..3d7a1a1cd7f3 100644 --- a/devel/bacnet-stack/distinfo +++ b/devel/bacnet-stack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734773553 -SHA256 (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 12bb1b2d8aaa9ee2fbc7f2a703870d1fce6eee6e7ce9774b4822c34afa202fa4 -SIZE (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 8045059 +TIMESTAMP = 1750719980 +SHA256 (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 6259c9c5c25b16e2c51f10bc53fe1ea1bfec79725bb1d00fbb354ab7d0fdd94c +SIZE (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 10019494 diff --git a/devel/bacnet-stack/files/patch-CMakeLists.txt b/devel/bacnet-stack/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..ea54510ad534 --- /dev/null +++ b/devel/bacnet-stack/files/patch-CMakeLists.txt @@ -0,0 +1,44 @@ +--- CMakeLists.txt.orig 2025-06-23 23:19:03 UTC ++++ CMakeLists.txt +@@ -834,10 +834,40 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") + + target_sources(${PROJECT_NAME} PRIVATE + ports/bsd/bacport.h +- ports/bsd/bip-init.c ++ $<$<BOOL:${BACDL_BIP}>:ports/bsd/bip-init.c> ++ $<$<BOOL:${BACDL_BIP6}>:ports/bsd/bip6.c> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/rs485.c> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/rs485.h> ++ $<$<BOOL:${BACDL_MSTP}>:ports/bsd/dlmstp.c> + ports/bsd/datetime-init.c + ports/bsd/mstimer-init.c ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/bsc-event.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-cli.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-srv.c> ++ $<$<BOOL:${BACDL_BSC}>:ports/bsd/websocket-global.c> + ports/bsd/stdbool.h) ++ ++ if(BACDL_ETHERNET) ++ FIND_PATH(PCAP_INCLUDE pcap.h) ++ if(NOT PCAP_INCLUDE) ++ message(WARNING "BACNET: pcap.h header file not found") ++ else() ++ message(STATUS "BACNET: pcap Include:...................\"${PCAP_INCLUDE}\"") ++ endif() ++ FIND_LIBRARY(PCAP_LIBRARIES NAMES pcap) ++ if(NOT PCAP_LIBRARIES) ++ message(WARNING "BACNET: libpcap not found") ++ else() ++ message(STATUS "BACNET: pcap Lib:.......................\"${PCAP_LIBRARIES}\"") ++ endif() ++ if(PCAP_INCLUDE AND PCAP_LIBRARIES) ++ include_directories(${PCAP_INCLUDE}) ++ link_libraries(${PCAP_LIBRARIES}) ++ target_sources(${PROJECT_NAME} PRIVATE ++ ports/bsd/ethernet.c ++ ) ++ endif() ++ endif() + endif() + + target_include_directories(${PROJECT_NAME} PUBLIC diff --git a/devel/bacnet-stack/pkg-plist b/devel/bacnet-stack/pkg-plist index 4675d2027d82..56f528a28de9 100644 --- a/devel/bacnet-stack/pkg-plist +++ b/devel/bacnet-stack/pkg-plist @@ -7,6 +7,7 @@ include/bacnet/assigned_access_rights.h include/bacnet/authentication_factor.h include/bacnet/authentication_factor_format.h include/bacnet/awf.h +include/bacnet/bacaction.h include/bacnet/bacaddr.h include/bacnet/bacapp.h include/bacnet/bacdcode.h @@ -16,6 +17,7 @@ include/bacnet/bacdevobjpropref.h include/bacnet/bacenum.h include/bacnet/bacerror.h include/bacnet/bacint.h +include/bacnet/baclog.h include/bacnet/bacprop.h include/bacnet/bacpropstates.h include/bacnet/bacreal.h @@ -45,6 +47,7 @@ include/bacnet/basic/object/ao.h include/bacnet/basic/object/av.h include/bacnet/basic/object/bacfile.h include/bacnet/basic/object/bi.h +include/bacnet/basic/object/bitstring_value.h include/bacnet/basic/object/blo.h include/bacnet/basic/object/bo.h include/bacnet/basic/object/bv.h @@ -66,12 +69,20 @@ include/bacnet/basic/object/mso.h include/bacnet/basic/object/msv.h include/bacnet/basic/object/nc.h include/bacnet/basic/object/netport.h +include/bacnet/basic/object/netport_internal.h include/bacnet/basic/object/objects.h include/bacnet/basic/object/osv.h include/bacnet/basic/object/piv.h +include/bacnet/basic/object/program.h +include/bacnet/basic/object/sc_netport.h include/bacnet/basic/object/schedule.h +include/bacnet/basic/object/structured_view.h include/bacnet/basic/object/time_value.h include/bacnet/basic/object/trendlog.h +include/bacnet/basic/server/bacnet_basic.h +include/bacnet/basic/server/bacnet_port.h +include/bacnet/basic/server/bacnet_port_ipv4.h +include/bacnet/basic/server/bacnet_port_ipv6.h include/bacnet/basic/service/h_alarm_ack.h include/bacnet/basic/service/h_apdu.h include/bacnet/basic/service/h_arf.h @@ -105,6 +116,7 @@ include/bacnet/basic/service/h_whohas.h include/bacnet/basic/service/h_whois.h include/bacnet/basic/service/h_wp.h include/bacnet/basic/service/h_wpm.h +include/bacnet/basic/service/h_write_group.h include/bacnet/basic/service/s_abort.h include/bacnet/basic/service/s_ack_alarm.h include/bacnet/basic/service/s_arfs.h @@ -133,6 +145,7 @@ include/bacnet/basic/service/s_whohas.h include/bacnet/basic/service/s_whois.h include/bacnet/basic/service/s_wp.h include/bacnet/basic/service/s_wpm.h +include/bacnet/basic/service/s_write_group.h include/bacnet/basic/services.h include/bacnet/basic/sys/bacnet_stack_exports.h include/bacnet/basic/sys/bigend.h @@ -141,10 +154,12 @@ include/bacnet/basic/sys/bytes.h include/bacnet/basic/sys/color_rgb.h include/bacnet/basic/sys/days.h include/bacnet/basic/sys/debug.h +include/bacnet/basic/sys/dst.h include/bacnet/basic/sys/fifo.h include/bacnet/basic/sys/filename.h include/bacnet/basic/sys/key.h include/bacnet/basic/sys/keylist.h +include/bacnet/basic/sys/lighting_command.h include/bacnet/basic/sys/linear.h include/bacnet/basic/sys/mstimer.h include/bacnet/basic/sys/platform.h @@ -153,6 +168,7 @@ include/bacnet/basic/sys/sbuf.h include/bacnet/basic/tsm/tsm.h include/bacnet/basic/ucix/ucix.h include/bacnet/calendar_entry.h +include/bacnet/channel_value.h include/bacnet/config.h include/bacnet/cov.h include/bacnet/create_object.h @@ -163,6 +179,18 @@ include/bacnet/datalink/automac.h include/bacnet/datalink/bacsec.h include/bacnet/datalink/bip.h include/bacnet/datalink/bip6.h +include/bacnet/datalink/bsc/bsc-conf.h +include/bacnet/datalink/bsc/bsc-datalink.h +include/bacnet/datalink/bsc/bsc-event.h +include/bacnet/datalink/bsc/bsc-hub-connector.h +include/bacnet/datalink/bsc/bsc-hub-function.h +include/bacnet/datalink/bsc/bsc-node-switch.h +include/bacnet/datalink/bsc/bsc-node.h +include/bacnet/datalink/bsc/bsc-retcodes.h +include/bacnet/datalink/bsc/bsc-socket.h +include/bacnet/datalink/bsc/bsc-util.h +include/bacnet/datalink/bsc/bvlc-sc.h +include/bacnet/datalink/bsc/websocket.h include/bacnet/datalink/bvlc.h include/bacnet/datalink/bvlc6.h include/bacnet/datalink/cobs.h @@ -197,6 +225,7 @@ include/bacnet/readrange.h include/bacnet/reject.h include/bacnet/rp.h include/bacnet/rpm.h +include/bacnet/secure_connect.h include/bacnet/special_event.h include/bacnet/timestamp.h include/bacnet/timesync.h @@ -206,8 +235,12 @@ include/bacnet/whohas.h include/bacnet/whois.h include/bacnet/wp.h include/bacnet/wpm.h +include/bacnet/write_group.h include/bacport.h +include/dlmstp_port.h +include/rs485.h include/stdbool.h +include/websocket-global.h lib/cmake/bacnet-stack/bacnet-stackConfig.cmake lib/cmake/bacnet-stack/bacnet-stackConfigVersion.cmake lib/cmake/bacnet-stack/bacnet-stackTargets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/devel/bit/Makefile b/devel/bit/Makefile deleted file mode 100644 index 21e180154836..000000000000 --- a/devel/bit/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -PORTNAME= bit -DISTVERSIONPREFIX= v -DISTVERSION= 1.1.2 -PORTREVISION= 27 -CATEGORIES= devel - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Modern command-line interface to Git -WWW= https://github.com/chriswalz/bit - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream ceased development -EXPIRATION_DATE=2025-06-21 - -USES= cpe go:modules -CPE_VENDOR= ${PORTNAME}_project -USE_GITHUB= yes -GH_ACCOUNT= chriswalz -GH_TUPLE= \ - AlecAivazis:survey:v2.2.9:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ - apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ - bradfitz:iter:e8f45d346db8:bradfitz_iter/vendor/github.com/bradfitz/iter \ - c-bata:go-prompt:v0.2.5:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \ - c4milo:unpackit:4ed373e9ef1c:c4milo_unpackit/vendor/github.com/c4milo/unpackit \ - chriswalz:complete:v3.0.13:chriswalz_complete_v3/vendor/github.com/chriswalz/complete/v3 \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ - go-yaml:yaml:a5ece683394c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - golang:crypto:f99c8df09eb5:golang_crypto/vendor/golang.org/x/crypto \ - golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ - google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ - google:go-github:v32.1.0:google_go_github_v32/vendor/github.com/google/go-github/v32 \ - google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ - google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ - gosuri:uilive:v0.0.4:gosuri_uilive/vendor/github.com/gosuri/uilive \ - gosuri:uiprogress:v0.0.1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \ - hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ - hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ - hooklift:assert:v0.1.0:hooklift_assert/vendor/github.com/hooklift/assert \ - inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ - klauspost:compress:v1.4.1:klauspost_compress/vendor/github.com/klauspost/compress \ - klauspost:cpuid:v1.2.0:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ - klauspost:pgzip:v1.2.5:klauspost_pgzip/vendor/github.com/klauspost/pgzip \ - lithammer:fuzzysearch:v1.1.1:lithammer_fuzzysearch/vendor/github.com/lithammer/fuzzysearch \ - mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mattn:go-tty:v0.0.3:mattn_go_tty/vendor/github.com/mattn/go-tty \ - mgutz:ansi:9520e82c474b:mgutz_ansi/vendor/github.com/mgutz/ansi \ - pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ - pkg:term:v1.1.0:pkg_term/vendor/github.com/pkg/term \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - posener:script:v1.1.5:posener_script/vendor/github.com/posener/script \ - rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \ - spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ - thoas:go-funk:v0.7.0:thoas_go_funk/vendor/github.com/thoas/go-funk \ - tj:go-update:v2.2.4:tj_go_update/vendor/github.com/tj/go-update \ - ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz - -GO_TARGET= . -PLIST_FILES= bin/bit -SUB_FILES= pkg-message - -.include <bsd.port.mk> diff --git a/devel/bit/distinfo b/devel/bit/distinfo deleted file mode 100644 index 36d39868be62..000000000000 --- a/devel/bit/distinfo +++ /dev/null @@ -1,89 +0,0 @@ -TIMESTAMP = 1678844048 -SHA256 (chriswalz-bit-v1.1.2_GH0.tar.gz) = 563ae6b0fa279cb8ea8f66b4b455c7cb74a9e65a0edbe694505b2c8fc719b2ff -SIZE (chriswalz-bit-v1.1.2_GH0.tar.gz) = 157191 -SHA256 (AlecAivazis-survey-v2.2.9_GH0.tar.gz) = 8011eadec37037a25a934f5a7a1bd9f49db05834ef5f9b1f14d00b555d05c220 -SIZE (AlecAivazis-survey-v2.2.9_GH0.tar.gz) = 1567447 -SHA256 (apex-log-v1.9.0_GH0.tar.gz) = 6171253fb8b022d5151a5b4b9847bcd6f2cdc2fd7180a741090626d73d311890 -SIZE (apex-log-v1.9.0_GH0.tar.gz) = 31978 -SHA256 (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = e6674cc6daefb2d2a745d7aeccee0d242d183458c38824361793540e0e359185 -SIZE (bradfitz-iter-e8f45d346db8_GH0.tar.gz) = 2012 -SHA256 (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 6e408e73ee484e3ed56b1dfd9dda7dae622b3d80d9eb62c668060f0572de1f1e -SIZE (c-bata-go-prompt-v0.2.5_GH0.tar.gz) = 44208 -SHA256 (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = e71de01ca3d954245b24ea5dcdc60705ce55d3991a400c656ca3d4b30b06de98 -SIZE (c4milo-unpackit-4ed373e9ef1c_GH0.tar.gz) = 4211999 -SHA256 (chriswalz-complete-v3.0.13_GH0.tar.gz) = 0abd8539193a65d50646f7523843c8dfdfcbade270ac4392b6965be58efa7b44 -SIZE (chriswalz-complete-v3.0.13_GH0.tar.gz) = 87967 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (dsnet-compress-v0.0.1_GH0.tar.gz) = 345332d6a147f052cf4a34edb5187b323f06f012f842bb49fd05ec55f5339c5b -SIZE (dsnet-compress-v0.0.1_GH0.tar.gz) = 9962544 -SHA256 (go-yaml-yaml-a5ece683394c_GH0.tar.gz) = e4b738b2e3cd15fd5f76704d35d3b62d77d808894ff83bfe68f5f28b03ded019 -SIZE (go-yaml-yaml-a5ece683394c_GH0.tar.gz) = 88436 -SHA256 (golang-crypto-f99c8df09eb5_GH0.tar.gz) = dc797c3718a32db5df5b4fd4832d39c7c1be54fcde444e6eb9b1e4e4f5f3c7f9 -SIZE (golang-crypto-f99c8df09eb5_GH0.tar.gz) = 1690862 -SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 -SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22 -SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 -SHA256 (google-go-github-v17.0.0_GH0.tar.gz) = 75e6007d9a17b91864d1ef83de75c07abafbe05d82caaf140522b94299abfb16 -SIZE (google-go-github-v17.0.0_GH0.tar.gz) = 212084 -SHA256 (google-go-github-v32.1.0_GH0.tar.gz) = 2f9eb9201319450ea3e5d165e34cc4ce2e38a280c0992683d7e1b8b21138aa7f -SIZE (google-go-github-v32.1.0_GH0.tar.gz) = 336951 -SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed -SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 -SHA256 (google-shlex-e7afc7fbc510_GH0.tar.gz) = 87f77e98720add261add169e386cbdcc894e2635dca299bc4119dc417ea321ca -SIZE (google-shlex-e7afc7fbc510_GH0.tar.gz) = 7342 -SHA256 (gosuri-uilive-v0.0.4_GH0.tar.gz) = d6d60529725b8fe0a75d30361961257f2dc0c99ae567256fb6d9e45bf5243036 -SIZE (gosuri-uilive-v0.0.4_GH0.tar.gz) = 153271 -SHA256 (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 02c75ecc3f948d33beb2a484deb9566a00fccbdfc55ed52ae3bc6e84af669c3d -SIZE (gosuri-uiprogress-v0.0.1_GH0.tar.gz) = 1655252 -SHA256 (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128 -SIZE (hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346 -SHA256 (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 5ae83eea62b2c845d41087c38c878741337e092db114b9a7ca9aebe5bf1dd264 -SIZE (hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 10066 -SHA256 (hooklift-assert-v0.1.0_GH0.tar.gz) = ba2900e6769dd55fede3c3ca48912222ac3050e156f6b33fcc864e83d09011fc -SIZE (hooklift-assert-v0.1.0_GH0.tar.gz) = 6559 -SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 -SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 -SHA256 (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = dde336eb697f7f9c26cf6d1467f75b6cf559262c1b0b110d28fff29790f76bc5 -SIZE (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = 4328 -SHA256 (klauspost-compress-v1.4.1_GH0.tar.gz) = 84bfae96914ce4d648a39cbcd223c716885aa0643c0f3e96ea9b6953d96a6b66 -SIZE (klauspost-compress-v1.4.1_GH0.tar.gz) = 3443698 -SHA256 (klauspost-cpuid-v1.2.0_GH0.tar.gz) = aa29ebcf12669eef96c7c54b551617b90b65c55d126ef0ff9fbacd605e738a67 -SIZE (klauspost-cpuid-v1.2.0_GH0.tar.gz) = 278872 -SHA256 (klauspost-pgzip-v1.2.5_GH0.tar.gz) = a64bad5981a232f6b5a40e488708b19a0551e83465f6792b7925f90829d7a830 -SIZE (klauspost-pgzip-v1.2.5_GH0.tar.gz) = 125923 -SHA256 (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 4d48672afa0700558c6f6a01055db2d44ca8e9114a4b6d752bab9e28a17599e2 -SIZE (lithammer-fuzzysearch-v1.1.1_GH0.tar.gz) = 6998 -SHA256 (mattn-go-colorable-v0.1.7_GH0.tar.gz) = e394441b47cb26bb0c60ffdf2c60d57facbbc39f7a60763fdb1ec752cb460abf -SIZE (mattn-go-colorable-v0.1.7_GH0.tar.gz) = 9560 -SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835 -SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714 -SHA256 (mattn-go-tty-v0.0.3_GH0.tar.gz) = 4fc1faabd0ec817ca634931519d4d286858199fd6b8a5829fdc7cc7a40c45d8c -SIZE (mattn-go-tty-v0.0.3_GH0.tar.gz) = 7795 -SHA256 (mgutz-ansi-9520e82c474b_GH0.tar.gz) = f9203c71aceb8b7ffa87181fd8f51dc69acce3d2161c4c017ea92c6840f85093 -SIZE (mgutz-ansi-9520e82c474b_GH0.tar.gz) = 4876 -SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 -SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 -SHA256 (pkg-term-v1.1.0_GH0.tar.gz) = dc7e94b88b5d494264d28923a58a73732ed066897a916ab36568fac2b32a91d5 -SIZE (pkg-term-v1.1.0_GH0.tar.gz) = 10923 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (posener-script-v1.1.5_GH0.tar.gz) = 37aa5cc92a60219b60bafdf3bc7ebe0cbab692c977134f40c00ca18d9a45223f -SIZE (posener-script-v1.1.5_GH0.tar.gz) = 17104 -SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f -SIZE (rs-zerolog-v1.20.0_GH0.tar.gz) = 217812 -SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa -SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 -SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 -SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6 -SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 -SHA256 (thoas-go-funk-v0.7.0_GH0.tar.gz) = ff782d73cf43e914a7a7e722849833819d8216fff302a56b518ab75c8d17d02b -SIZE (thoas-go-funk-v0.7.0_GH0.tar.gz) = 36511 -SHA256 (tj-go-update-v2.2.4_GH0.tar.gz) = ef3fbcadc316f9ea66c179c5ca6ef323ee01be63c38a3b66786b0b449a9d7eb4 -SIZE (tj-go-update-v2.2.4_GH0.tar.gz) = 5139 -SHA256 (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 55390974e162efe975940569da7110185ac81a52c3c8f556f289dffc1483600f -SIZE (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 478381 diff --git a/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go b/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go deleted file mode 100644 index eb1e1ba11934..000000000000 --- a/devel/bit/files/patch-vendor_github.com_pkg_term_termios_pty__freebsd.go +++ /dev/null @@ -1,10 +0,0 @@ ---- vendor/github.com/pkg/term/termios/pty_freebsd.go.orig 2021-04-11 08:22:30 UTC -+++ vendor/github.com/pkg/term/termios/pty_freebsd.go -@@ -3,6 +3,7 @@ package termios - import ( - "fmt" - "unsafe" -+ "golang.org/x/sys/unix" - ) - - func posix_openpt(oflag int) (fd uintptr, err error) { diff --git a/devel/bit/files/pkg-message.in b/devel/bit/files/pkg-message.in deleted file mode 100644 index b301f86720e7..000000000000 --- a/devel/bit/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ - { type: install - message: <<EOM - To install bash/zsh completion support, please run: - - $ bit complete -EOM - } -] diff --git a/devel/bit/pkg-descr b/devel/bit/pkg-descr deleted file mode 100644 index 7cf72ab0662e..000000000000 --- a/devel/bit/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -bit is an experimental modernized git CLI built on top of git that -provides happy defaults and other niceties: - - - command and flag suggestions to help you navigate the plethora of - options git provides you - - autocompletion for files and branch names when using bit add or bit - checkout - - automatic fetch and branch fast-forwarding reducing the likelihood - of merge conflicts - - suggestions work with git aliases - - new commands like bit sync that vastly simplify your workflow - - commands from git-extras such as bit release & bit info - - fully compatible with git allowing you to fallback to git if need be - - update using bit update - - get insight into how bit works using bit --debug diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 5413679e01c8..c09624bf2ae6 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 88725389b265..4fe436858705 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093331 -SHA256 (facebook-fatal-v2025.06.16.00_GH0.tar.gz) = b079d196f713b4aa4e8292f43df4a433e666bc83eabe8bff9fa73b33c3e6e2a3 -SIZE (facebook-fatal-v2025.06.16.00_GH0.tar.gz) = 656404 +TIMESTAMP = 1750695891 +SHA256 (facebook-fatal-v2025.06.23.00_GH0.tar.gz) = bcb0c4939fb4b68754257aea935326ada4fa73a94adb132f18ac453651ab0f8d +SIZE (facebook-fatal-v2025.06.23.00_GH0.tar.gz) = 656353 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index f81b47eacdff..58c1283cc541 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 85f40ff25bbf..bbfa0f190eff 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093327 -SHA256 (facebook-fbthrift-v2025.06.16.00_GH0.tar.gz) = 2701772125d829892472b853e5a81af0623b50e7d76c52ae882cfd92e6e9ce6a -SIZE (facebook-fbthrift-v2025.06.16.00_GH0.tar.gz) = 15593718 +TIMESTAMP = 1750695889 +SHA256 (facebook-fbthrift-v2025.06.23.00_GH0.tar.gz) = dc177d830d5cf13980856c844b135772d78f9e9dd93c82b1fa927e045f46c4d8 +SIZE (facebook-fbthrift-v2025.06.23.00_GH0.tar.gz) = 15603908 diff --git a/devel/folly/Makefile b/devel/folly/Makefile index deed39fb10fc..b6c79749904a 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 4bce64bcb659..4785a4c4eb57 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093317 -SHA256 (facebook-folly-v2025.06.16.00_GH0.tar.gz) = 14f391742f05d452b965447d4324ac3d9021c7c9b96230ad47b3b54e71dbffa7 -SIZE (facebook-folly-v2025.06.16.00_GH0.tar.gz) = 4540449 +TIMESTAMP = 1750695883 +SHA256 (facebook-folly-v2025.06.23.00_GH0.tar.gz) = fa4cbe9accbb4fc84b40f610a7a3c1617a2ddc55a11acf9353c8edf5fd0e5547 +SIZE (facebook-folly-v2025.06.23.00_GH0.tar.gz) = 4541482 diff --git a/devel/godot35-tools/Makefile b/devel/godot35-tools/Makefile index da578fedd6d4..d8f9688cd60c 100644 --- a/devel/godot35-tools/Makefile +++ b/devel/godot35-tools/Makefile @@ -4,7 +4,7 @@ COMMENT= Game integrated development environment BROKEN= Fails to build, error: no member named 'u' in 'QuadraticBezierCurve<V>' DEPRECATED= Fails to build and legacy, consider migrating to devel/godot-tools -EXPIRATION_DATE=2024-07-31 +EXPIRATION_DATE=2025-07-31 OPTIONS_EXCLUDE= # OPTIONS_SLAVE= TOOLS diff --git a/devel/got/Makefile b/devel/got/Makefile index dd5f62bc9ca0..7770e24c874b 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.113 +DISTVERSION= 0.114 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index 0b2fb478124a..43cac43c131b 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749223258 -SHA256 (got-portable-0.113.tar.gz) = 29468a1b9a35fa2aba932807595bc00d010ac54192390468f75a0ad364c56f01 -SIZE (got-portable-0.113.tar.gz) = 1573667 +TIMESTAMP = 1750710983 +SHA256 (got-portable-0.114.tar.gz) = 68cbb6eb22a8772deb8467b33649bb01735a084a1af41f3a4f3c85cd63fc15c8 +SIZE (got-portable-0.114.tar.gz) = 1575502 diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index 466b2c20c5f3..ae56e88ac4aa 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,6 +1,5 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 12 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org @@ -19,10 +18,10 @@ ONLY_FOR_ARCHS= aarch64 amd64 QA_ENV+= USESLIBTOOL=no -BUVERSION= 2.35.2-54.el9 +BUVERSION= 2.35.2-63.el9 GCCVERSION= 11.5.0-5.el9_5 -GLIBCVERSION= 2.34-125.el9_5.8 -KERNELVERSION= 5.14.0-503.40.1.el9_5 +GLIBCVERSION= 2.34-168.el9_6.19 +KERNELVERSION= 5.14.0-570.22.1.el9_6 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index 157dc70f9e23..6f13b7be0aef 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,18 +1,18 @@ -TIMESTAMP = 1746515154 -SHA256 (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = fa816c4f7479b68e0ac3fd6c26982d1c2832d70dfb4236085ff5b6bd4e2a1039 -SIZE (rocky/b/binutils-2.35.2-54.el9.aarch64.rpm) = 4983292 -SHA256 (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = ddba97d5ad45c495cdd94188955569819dd6db2d6c927431987bad7f4c0df3b6 -SIZE (rocky/b/binutils-2.35.2-54.el9.x86_64.rpm) = 4746368 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 9dec008aa7d405fae41e76cc1e551e6c0a7d52f020dad3c083dba253f78b50de -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.aarch64.rpm) = 5141785 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = e667ac0d57fec3f0a591986cce5ddeabed3bfb2c433e7adacc67761d81cb6ae5 -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.i686.rpm) = 3865311 -SHA256 (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 0a9cc5905ed4074255292ab5b6f8035c633875ab62bc32e1b28e1b7d2b303387 -SIZE (rocky/b/binutils-devel-2.35.2-54.el9.x86_64.rpm) = 4055191 -SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 8f19631c08b5fa67638ccbdb916adafb90dfb574c1f49810160b5fa9d77ef2c4 -SIZE (rocky/b/binutils-gold-2.35.2-54.el9.aarch64.rpm) = 903202 -SHA256 (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 71e322d07cafc41626894bcf3b23ecdac92121a7d3a97f71077297528bca7fa7 -SIZE (rocky/b/binutils-gold-2.35.2-54.el9.x86_64.rpm) = 751216 +TIMESTAMP = 1750634616 +SHA256 (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = dbf945a5882d8c571c4a17b32c67f3c5737319e2e9f0fdacc7f6f675aed4ae39 +SIZE (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = 4976336 +SHA256 (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 2b0abd0203db5939bb5b32ba2a1576bd36dcd33c250786b7b2fa134d060a7370 +SIZE (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 4742933 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 7c98c7ca290cc5d6cdcebd36eeed3b9000f0a3b1677f748eba5568746d64679c +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 5139346 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 0e14177476419c3b4ab709c6e2d67c21fa1c83823a8abf7f8fba4d71e62657cc +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 3863310 +SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = bc99422fec417d653fe5454df1c2307bd023e902f7a45540c2584788d8f37d64 +SIZE (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = 4064095 +SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = f001d5bba7f9661364c3b7059dea8d2ea80d1eb54b5ef3da8932bedb947ad08f +SIZE (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = 902232 +SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 67be16562788d6a058d0b64ded58bd72460e86811c8960d7e898e49c9fa5fc4b +SIZE (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 750001 SHA256 (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 8b1359ea8b61a54110307d4903fb714a32ba87399d2e298e5d738b7f5fb0fe40 SIZE (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 10792270 SHA256 (rocky/c/cpp-11.5.0-5.el9_5.x86_64.rpm) = 3971c47b7a719db54e855219d96a141b7f1110afde1802d7ecbf7b440717002e @@ -29,18 +29,18 @@ SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = ce2da122db9439111eca6 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = 12831212 SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 99dccf59e5f52df2b6386dce7d2d2b62048014c9decd05bb81f9a958b09c1d13 SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 13283781 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.aarch64.rpm) = 020e899c6312b0f94d225972b2b018cd47e3c645454ac11902e63a99d985dc68 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.aarch64.rpm) = 445179 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.i686.rpm) = 73fbf8beab0fea69803e6c706d7828eaa07ba4b99d4ff1f82cae594c55c5b882 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.i686.rpm) = 26092 -SHA256 (rocky/g/glibc-devel-2.34-125.el9_5.8.x86_64.rpm) = 71b669dae2d01ab784068454f2a7f196fc6a39c038f92aab025ce70909080a79 -SIZE (rocky/g/glibc-devel-2.34-125.el9_5.8.x86_64.rpm) = 25624 -SHA256 (rocky/g/glibc-headers-2.34-125.el9_5.8.x86_64.rpm) = 1581f170a3e272715013f4e3d93aec13f97a79c3f720731e02369f8c59c4b169 -SIZE (rocky/g/glibc-headers-2.34-125.el9_5.8.x86_64.rpm) = 439728 -SHA256 (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.aarch64.rpm) = d7b7126ba2bc1a76dcbcca857db03262910e300c6503ecaa626590a1fa9b8125 -SIZE (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.aarch64.rpm) = 3682361 -SHA256 (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.x86_64.rpm) = c1ce3fba00143e7f225b2200b18356da5e6361ea956c9d962d12eb20d25ea301 -SIZE (rocky/k/kernel-headers-5.14.0-503.40.1.el9_5.x86_64.rpm) = 3714589 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 74e4a1566c6589ec2f51f2f649d8328037b83c2763a071f8255ba8d564ec9aa1 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.aarch64.rpm) = 453649 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = f396e2e1ec13fe70714486a95bac6d459cb35c29f8cae19d39cd6d4f1a074056 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.i686.rpm) = 33263 +SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = f61941a35a6f31960205f49ad7d68f0b9f0c912266412d55c419d99daeb4eb59 +SIZE (rocky/g/glibc-devel-2.34-168.el9_6.19.x86_64.rpm) = 32750 +SHA256 (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = cf7cfa0b639909058eaac80e7aadf9680f928ebc6b341189d5abbcd3b2d73652 +SIZE (rocky/g/glibc-headers-2.34-168.el9_6.19.x86_64.rpm) = 447581 +SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = ac88bfb6962d39b47e20cb8e99df8e87502c63e3f4bad73d077cae3eea8101f2 +SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.aarch64.rpm) = 3426593 +SHA256 (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = ee09614cf00133cf2e1d7304026984f28015dda7c8dea35680432e8f23b09f6a +SIZE (rocky/k/kernel-headers-5.14.0-570.22.1.el9_6.x86_64.rpm) = 3458645 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 22ec15677e92a91a1aa86c9083525083f4a53c75c159e5cce496a65172f47589 SIZE (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 28359 SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.i686.rpm) = 74f8d01153ae3052f968fc76e4d26d71e300d35335d4c5d9c7887676cf255b3c @@ -71,12 +71,12 @@ SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 8dd409ea671f11c345b55 SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 2346423 SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = a9df7e426503b79954e995b927c528628053740956fad1c9dfb84ee44e06ddc6 SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = 2329962 -SHA256 (rocky/b/binutils-2.35.2-54.el9.src.rpm) = c6eccfb1ac99c90691953dfd97f1aabce89cf4ca83e39137ab561a0733f7853d -SIZE (rocky/b/binutils-2.35.2-54.el9.src.rpm) = 22350808 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 2a0ea9e22af53f2c9f5f9819b000f970206e8b2242132ae6165f1ecd3eb3c2ea -SIZE (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 18631240 -SHA256 (rocky/k/kernel-5.14.0-503.40.1.el9_5.src.rpm) = dc3656bf0b43d1fcafc5a0a21859b17f57de36e18af4cf3b16320577306ddeb2 -SIZE (rocky/k/kernel-5.14.0-503.40.1.el9_5.src.rpm) = 146404769 +SHA256 (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 5ffeb70c08470b76a040f04d0539a91b3ace7ed83ea551e76605f5475dc658fa +SIZE (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 22404566 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 9a602a4f0a3d3c5d28df7a746421b29d5b5077ab1f971562eaa023a303b1b0ce +SIZE (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 19642716 +SHA256 (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 4e97bd514c6ee65c1e643680c4be4248658ddb7c08b3ecfec3e37ef2689c2e8e +SIZE (rocky/k/kernel-5.14.0-570.22.1.el9_6.src.rpm) = 149279250 SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 diff --git a/devel/linux-rl9-devtools/pkg-plist.aarch64 b/devel/linux-rl9-devtools/pkg-plist.aarch64 index 189c02f06c71..509de7522bba 100644 --- a/devel/linux-rl9-devtools/pkg-plist.aarch64 +++ b/devel/linux-rl9-devtools/pkg-plist.aarch64 @@ -162,6 +162,8 @@ usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h +usr/include/bits/inet-fortified-decl.h +usr/include/bits/inet-fortified.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h @@ -1171,6 +1173,7 @@ usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/panthor_drm.h usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h @@ -1504,6 +1507,7 @@ usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h +usr/include/linux/lsm.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h @@ -1514,6 +1518,7 @@ usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/mei_uuid.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h @@ -1707,8 +1712,8 @@ usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h -usr/include/linux/nfsd_netlink.h usr/include/linux/nfsd/stats.h +usr/include/linux/nfsd_netlink.h usr/include/linux/nilfs2_api.h usr/include/linux/nilfs2_ondisk.h usr/include/linux/nitro_enclaves.h @@ -1750,11 +1755,11 @@ usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h -usr/include/linux/psp-dbc.h usr/include/linux/pr.h usr/include/linux/prctl.h usr/include/linux/psample.h usr/include/linux/psci.h +usr/include/linux/psp-dbc.h usr/include/linux/psp-sev.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h @@ -1882,6 +1887,7 @@ usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h +usr/include/linux/tps6594_pfsm.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 index 104cfcad81f7..37fb5f4a8891 100644 --- a/devel/linux-rl9-devtools/pkg-plist.amd64 +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -189,6 +189,8 @@ usr/include/bits/getopt_posix.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/indirect-return.h +usr/include/bits/inet-fortified-decl.h +usr/include/bits/inet-fortified.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h @@ -1245,6 +1247,7 @@ usr/include/drm/msm_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/omap_drm.h usr/include/drm/panfrost_drm.h +usr/include/drm/panthor_drm.h usr/include/drm/pvr_drm.h usr/include/drm/qaic_accel.h usr/include/drm/qxl_drm.h @@ -1581,6 +1584,7 @@ usr/include/linux/llc.h usr/include/linux/loadpin.h usr/include/linux/loop.h usr/include/linux/lp.h +usr/include/linux/lsm.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h @@ -1591,6 +1595,7 @@ usr/include/linux/mdio.h usr/include/linux/media-bus-format.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/mei_uuid.h usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h @@ -1959,6 +1964,7 @@ usr/include/linux/tipc_netlink.h usr/include/linux/tipc_sockets_diag.h usr/include/linux/tls.h usr/include/linux/toshiba.h +usr/include/linux/tps6594_pfsm.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile index adc40de3df4c..6dc3d317b12d 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.191 -DISTVERSIONSUFFIX= -4.el9 +PORTVERSION= 0.192 +DISTVERSIONSUFFIX= -5.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libelf diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index a1db39ac1b72..c85f15f4c4c4 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732645208 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 4d3d63c54160a3be36aec31c17c24c25c274b50a86d32e37c9b9eeda974520ef -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.aarch64.rpm) = 210235 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = d083ecab226b832806445f6b00e9c7fc9ab196a621c6c03c857fb54f09149fdc -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.i686.rpm) = 218617 -SHA256 (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 1262b160e85c0a18fc262a172f144009638bb015d5c10f04d58cbec3db375733 -SIZE (rocky/e/elfutils-libelf-0.191-4.el9.x86_64.rpm) = 210677 -SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 -SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 +TIMESTAMP = 1750633560 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 31d83497538e68985de4f3dbc154b67a6dadb3ebb48d139125f3a97ca0625478 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.aarch64.rpm) = 207000 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 8a60f3749e6fd53f79953562a23da0f3c986bd438b0f7513a07b0d23326c23d6 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.i686.rpm) = 215574 +SHA256 (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 0978be18b7a6e60d21ab747ab23c090a54942b7da21f46172f131ed673ecb1e1 +SIZE (rocky/e/elfutils-libelf-0.192-5.el9.x86_64.rpm) = 208010 +SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 +SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile index 46e056df0b4f..e070f87f427e 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,7 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.191 -DISTVERSIONSUFFIX= -4.el9 -PORTREVISION= 1 +PORTVERSION= 0.192 +DISTVERSIONSUFFIX= -5.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index 89de53581c3f..aaa46c87f017 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1740006158 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.aarch64.rpm) = f93d95ad5eca4b1b6de0fbcc2cd645c911fd63422a26247c7a6250679a194dd4 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.aarch64.rpm) = 35641 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.i686.rpm) = 0dd5b4bbaafbd35d4fa9294e4cefbf66fc1f5a9d2fc30c3b182ed50b42258ec6 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.i686.rpm) = 37864 -SHA256 (rocky/e/elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm) = 9871ef9ff71a3029a8bd674d4b29f09ed079434fc9386359a016504cbd6e7072 -SIZE (rocky/e/elfutils-debuginfod-client-0.191-4.el9.x86_64.rpm) = 36401 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = f6bb64e09d8793da7f70a6f17f257ed3159b46c167a8d1cb705e004178ae3e01 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.aarch64.rpm) = 262320 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 8489b6125e3d05366b6c3b299c8312a6e901bc0640371c910ae84528046ecec7 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.i686.rpm) = 297376 -SHA256 (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = a08371a4a9d43427755608a7ef44c3f55f7265e8a3c30bbbd305db0e1cb5d1d1 -SIZE (rocky/e/elfutils-libs-0.191-4.el9.x86_64.rpm) = 265149 -SHA256 (rocky/e/elfutils-0.191-4.el9.src.rpm) = 17e4e5cec5e0ed008c60b389e9b5fb2ec57c213889455009e4e8e6dac6ece973 -SIZE (rocky/e/elfutils-0.191-4.el9.src.rpm) = 9333948 +TIMESTAMP = 1750633620 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 006225608eae4283ab19078a4c5d0da0176dd5c3e8ef0bb22727cb5727fce30b +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.aarch64.rpm) = 41988 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = c8b74d735e018e125a9ef0029d9cb7a89a2bd790247cf3c0462b6ca2eea549d6 +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.i686.rpm) = 44953 +SHA256 (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 8abf95757232cadde228adf67b427ab4352bb9465163400da39a91996bfbe3dd +SIZE (rocky/e/elfutils-debuginfod-client-0.192-5.el9.x86_64.rpm) = 42935 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = e23d9871718bcab1b96f5eacd728bdfd16a1191041a72cc216c2013f115f95cd +SIZE (rocky/e/elfutils-libs-0.192-5.el9.aarch64.rpm) = 264556 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = e20d3bc1bdcab742b600c3d679bb18e1784a6f635c9321253f68aea3183f6d2d +SIZE (rocky/e/elfutils-libs-0.192-5.el9.i686.rpm) = 299362 +SHA256 (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = a4795a2e73efe2bc1afd3151e8a102c24338e637e30688357ef2a3ba61198805 +SIZE (rocky/e/elfutils-libs-0.192-5.el9.x86_64.rpm) = 266558 +SHA256 (rocky/e/elfutils-0.192-5.el9.src.rpm) = 78994522ba0fc43263f259cbd920e1e2f8f2635b00918ffb07363217ecd2ecb3 +SIZE (rocky/e/elfutils-0.192-5.el9.src.rpm) = 11941002 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 index 263c0d044d54..e70e6ad009ac 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 @@ -1,5 +1,7 @@ etc/profile.d/debuginfod.csh etc/profile.d/debuginfod.sh +etc/debuginfod/elfutils.certpath +etc/debuginfod/elfutils.urls usr/bin/debuginfod-find usr/lib64/libasm-%%LIBVERSION%%.so usr/lib64/libasm.so.1 @@ -7,6 +9,7 @@ usr/lib64/libdebuginfod-%%LIBVERSION%%.so usr/lib64/libdebuginfod.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 +usr/share/fish/vendor_conf.d/debuginfod.fish usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 usr/share/man/man1/debuginfod-find.1.gz diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 index 9124728369c8..faa6312699ba 100644 --- a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -1,5 +1,7 @@ etc/profile.d/debuginfod.csh etc/profile.d/debuginfod.sh +etc/debuginfod/elfutils.certpath +etc/debuginfod/elfutils.urls usr/bin/debuginfod-find usr/lib/libasm-%%LIBVERSION%%.so usr/lib/libasm.so.1 @@ -13,6 +15,7 @@ usr/lib64/libdebuginfod-%%LIBVERSION%%.so usr/lib64/libdebuginfod.so.1 usr/lib64/libdw-%%LIBVERSION%%.so usr/lib64/libdw.so.1 +usr/share/fish/vendor_conf.d/debuginfod.fish usr/share/licenses/elfutils-libs/COPYING-GPLV2 usr/share/licenses/elfutils-libs/COPYING-LGPLV3 usr/share/man/man1/debuginfod-find.1.gz diff --git a/devel/linux-rl9-lld/Makefile b/devel/linux-rl9-lld/Makefile index 9aa274a5bfe9..0027262b2993 100644 --- a/devel/linux-rl9-lld/Makefile +++ b/devel/linux-rl9-lld/Makefile @@ -1,5 +1,5 @@ PORTNAME= lld -PORTVERSION= 18.1.8 +PORTVERSION= 19.1.7 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux @@ -18,6 +18,8 @@ WANT_LINUX32=yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \ ${PORTNAME}-libs-${DISTVERSIONFULL} +# src rpm is missing +SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} diff --git a/devel/linux-rl9-lld/distinfo b/devel/linux-rl9-lld/distinfo index 0aa84cc51f07..7a15b8b35354 100644 --- a/devel/linux-rl9-lld/distinfo +++ b/devel/linux-rl9-lld/distinfo @@ -1,19 +1,17 @@ -TIMESTAMP = 1732656072 -SHA256 (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 15bf1fb6ee6ad98d09b3a655ab907c5aa4a22f16f266cee7e69965fe20efef1c -SIZE (rocky/l/lld-18.1.8-1.el9.aarch64.rpm) = 33819 -SHA256 (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 8dff5268316687f2bfc627459dad96b2a700b6b536d9949893b7fe892574a7a3 -SIZE (rocky/l/lld-18.1.8-1.el9.x86_64.rpm) = 33745 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 8bf8dabde4f7393d4c541e3dd825f8fe9a841f89aaeff1646e0b5055b208bf56 -SIZE (rocky/l/lld-devel-18.1.8-1.el9.aarch64.rpm) = 21857 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = fa4c22c47eed63ef5acf9755f89625852bf2b5fb64272b78988a0dc5b8b32bab -SIZE (rocky/l/lld-devel-18.1.8-1.el9.i686.rpm) = 21866 -SHA256 (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 0323dd5e4e34a3fa55c734c09f3c2e11340369222b32f7bee734c29c318625ac -SIZE (rocky/l/lld-devel-18.1.8-1.el9.x86_64.rpm) = 21908 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = efa4f2b168b1ca3fe2ec8017b8f065279adae3d3de9594fc4cfa249c625c6068 -SIZE (rocky/l/lld-libs-18.1.8-1.el9.aarch64.rpm) = 1494516 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 458d4dbfa18c4fc0ef956223766e3f2a9a92b935c6f7c7dbbaaa3ed6a985bf76 -SIZE (rocky/l/lld-libs-18.1.8-1.el9.i686.rpm) = 1693106 -SHA256 (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 423cadfc6dc197f37e610f2810041930bc88dc8f67656ff301568e40985cd53a -SIZE (rocky/l/lld-libs-18.1.8-1.el9.x86_64.rpm) = 1597108 -SHA256 (rocky/l/lld-18.1.8-1.el9.src.rpm) = cf829f8f13925b156083875add697163a8ab5b16c8c087563ce1d36f46f6065b -SIZE (rocky/l/lld-18.1.8-1.el9.src.rpm) = 1589371 +TIMESTAMP = 1750644389 +SHA256 (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = cd5a65c64424d3b705241047e50cffeb4cfc77cdf2db9ec071b3d1f596725681 +SIZE (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = 34890 +SHA256 (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 5272503a23daba450e2f72ea030f357c5650b7a929bb674a64e25d9419800c12 +SIZE (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 34918 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 29c25aa6f836dfe30675655dd4a3d51406108459680fe7789f398b3d7ff651e2 +SIZE (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 28303 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 0db7a0e9bf90154b50764e189efaac8ab01d4b6941801b7c14df61f5327f2b8f +SIZE (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 28293 +SHA256 (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 65bdcb1ccda94925c66000455956a415451f16311f7d3db10fd105e97925d5ad +SIZE (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 28351 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 955c9e8131b57fdcec75abb14c18bfbbc2751f300916fafd454c6eab87479768 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 1733249 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = fea48e5bbc791a5883ed11c46a55cd4242babcf96170d492e3bba7c84ff32cd4 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = 1959604 +SHA256 (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 19549c84de1ca76f1c42fcb1b134feed93d11d8d4eec05c5b2f1897e079991f0 +SIZE (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 1856519 diff --git a/devel/linux-rl9-lld/pkg-plist.aarch64 b/devel/linux-rl9-lld/pkg-plist.aarch64 index a1f40f24e487..85a5f69a9851 100644 --- a/devel/linux-rl9-lld/pkg-plist.aarch64 +++ b/devel/linux-rl9-lld/pkg-plist.aarch64 @@ -22,16 +22,18 @@ usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCOFF.so.19.1 usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldCommon.so.19.1 usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldELF.so.19.1 usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMachO.so.19.1 usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldMinGW.so.19.1 usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.18.1 +usr/lib64/liblldWasm.so.19.1 usr/share/licenses/lld/LICENSE.TXT +usr/share/licenses/lld-devel/LICENSE.TXT +usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lld/pkg-plist.amd64 b/devel/linux-rl9-lld/pkg-plist.amd64 index 56481af85318..a900558ad5e7 100644 --- a/devel/linux-rl9-lld/pkg-plist.amd64 +++ b/devel/linux-rl9-lld/pkg-plist.amd64 @@ -22,32 +22,34 @@ usr/lib/cmake/lld/LLDConfigVersion.cmake usr/lib/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib/cmake/lld/LLDTargets.cmake usr/lib/liblldCOFF.so -usr/lib/liblldCOFF.so.18.1 +usr/lib/liblldCOFF.so.19.1 usr/lib/liblldCommon.so -usr/lib/liblldCommon.so.18.1 +usr/lib/liblldCommon.so.19.1 usr/lib/liblldELF.so -usr/lib/liblldELF.so.18.1 +usr/lib/liblldELF.so.19.1 usr/lib/liblldMachO.so -usr/lib/liblldMachO.so.18.1 +usr/lib/liblldMachO.so.19.1 usr/lib/liblldMinGW.so -usr/lib/liblldMinGW.so.18.1 +usr/lib/liblldMinGW.so.19.1 usr/lib/liblldWasm.so -usr/lib/liblldWasm.so.18.1 +usr/lib/liblldWasm.so.19.1 usr/lib64/cmake/lld/LLDConfig.cmake usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.18.1 +usr/lib64/liblldCOFF.so.19.1 usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.18.1 +usr/lib64/liblldCommon.so.19.1 usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.18.1 +usr/lib64/liblldELF.so.19.1 usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.18.1 +usr/lib64/liblldMachO.so.19.1 usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.18.1 +usr/lib64/liblldMinGW.so.19.1 usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.18.1 +usr/lib64/liblldWasm.so.19.1 usr/share/licenses/lld/LICENSE.TXT +usr/share/licenses/lld-devel/LICENSE.TXT +usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz diff --git a/devel/linux-rl9-lldb/Makefile b/devel/linux-rl9-lldb/Makefile index 404f5cba33db..016a2c17c40f 100644 --- a/devel/linux-rl9-lldb/Makefile +++ b/devel/linux-rl9-lldb/Makefile @@ -1,5 +1,5 @@ PORTNAME= lldb -PORTVERSION= 18.1.8 +PORTVERSION= 19.1.7 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux @@ -17,6 +17,8 @@ WANT_LINUX32=yes BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} +# src rpm is missing +SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} diff --git a/devel/linux-rl9-lldb/distinfo b/devel/linux-rl9-lldb/distinfo index f5770641e83c..2e6be54f30c4 100644 --- a/devel/linux-rl9-lldb/distinfo +++ b/devel/linux-rl9-lldb/distinfo @@ -1,13 +1,11 @@ -TIMESTAMP = 1732656787 -SHA256 (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 1ade80c143c38288e0365ceaefecddfa4e4cb736312df26508797ee427f867b3 -SIZE (rocky/l/lldb-18.1.8-1.el9.aarch64.rpm) = 6232305 -SHA256 (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = aed3bfff7e7703ee80bd762d3efb1e08f1a14cbbb5eef81c50d92d51de327427 -SIZE (rocky/l/lldb-18.1.8-1.el9.x86_64.rpm) = 6388687 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 970ae1377249cdf665a16cbd24110343a861e1cb7e9f070ebb9e263b4fa9a328 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.aarch64.rpm) = 588681 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 839bd540965b0a08a07f385361dbca72373c5944b4724703e3d141f70862e961 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.i686.rpm) = 589578 -SHA256 (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 04dfed0a2ff69653b147a24472ca941fc58142db58d38d6d8e9cd36117439d99 -SIZE (rocky/l/lldb-devel-18.1.8-1.el9.x86_64.rpm) = 589672 -SHA256 (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 52f7c595c87a40ca67b6201be353ad5d3a7fa6e8c26d3e1b9deba5dbefe86ca6 -SIZE (rocky/l/lldb-18.1.8-1.el9.src.rpm) = 10621629 +TIMESTAMP = 1750644401 +SHA256 (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 3678af558bd2db276d4af88c3f8e6222cb89c05e922adfd5a2875df4dd0e3fb9 +SIZE (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 42695027 +SHA256 (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 22783fa441394ca528e2f5973bf71eb9e0e9f02ca03b0b4cf0f1506a21c05ce8 +SIZE (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 45433758 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = cdfcc002200fee5c6581d4fe9b78066f70a8e19c873657b3e7030747c5096961 +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = 605284 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = fa2a4957a7ab9ed050953964f1216afb5baa4e46a6807439e6549efa809b0cdb +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = 605898 +SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 1b4905df9c64dd2d14cc6c39f8b278baa6890a56ac3ea93cb210c6630baed084 +SIZE (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 605843 diff --git a/devel/linux-rl9-lldb/pkg-plist.aarch64 b/devel/linux-rl9-lldb/pkg-plist.aarch64 index 22819f2889fe..668cc7771eaf 100644 --- a/devel/linux-rl9-lldb/pkg-plist.aarch64 +++ b/devel/linux-rl9-lldb/pkg-plist.aarch64 @@ -5,6 +5,8 @@ usr/bin/lldb-instr usr/bin/lldb-server usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAddressRange.h +usr/include/lldb/API/SBAddressRangeList.h usr/include/lldb/API/SBAttachInfo.h usr/include/lldb/API/SBBlock.h usr/include/lldb/API/SBBreakpoint.h @@ -35,6 +37,7 @@ usr/include/lldb/API/SBHostOS.h usr/include/lldb/API/SBInstruction.h usr/include/lldb/API/SBInstructionList.h usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLanguages.h usr/include/lldb/API/SBLaunchInfo.h usr/include/lldb/API/SBLineEntry.h usr/include/lldb/API/SBListener.h @@ -49,9 +52,11 @@ usr/include/lldb/API/SBProcessInfoList.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBSaveCoreOptions.h usr/include/lldb/API/SBScriptObject.h usr/include/lldb/API/SBSection.h usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStatisticsOptions.h usr/include/lldb/API/SBStream.h usr/include/lldb/API/SBStringList.h usr/include/lldb/API/SBStructuredData.h @@ -101,12 +106,13 @@ usr/include/lldb/Breakpoint/StoppointCallbackContext.h usr/include/lldb/Breakpoint/StoppointHitCounter.h usr/include/lldb/Breakpoint/StoppointSite.h usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointAlgorithms.h usr/include/lldb/Breakpoint/WatchpointList.h usr/include/lldb/Breakpoint/WatchpointOptions.h usr/include/lldb/Breakpoint/WatchpointResource.h -usr/include/lldb/Breakpoint/WatchpointResourceList.h usr/include/lldb/Core/Address.h usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressRangeListImpl.h usr/include/lldb/Core/AddressResolver.h usr/include/lldb/Core/AddressResolverFileLine.h usr/include/lldb/Core/Architecture.h @@ -201,6 +207,7 @@ usr/include/lldb/Expression/ObjectFileJIT.h usr/include/lldb/Expression/REPL.h usr/include/lldb/Expression/UserExpression.h usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Alarm.h usr/include/lldb/Host/Config.h usr/include/lldb/Host/ConnectionFileDescriptor.h usr/include/lldb/Host/Debug.h @@ -300,6 +307,7 @@ usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h usr/include/lldb/Interpreter/OptionGroupArchitecture.h usr/include/lldb/Interpreter/OptionGroupBoolean.h @@ -360,12 +368,14 @@ usr/include/lldb/Symbol/LocateSymbolFile.h usr/include/lldb/Symbol/ObjectContainer.h usr/include/lldb/Symbol/ObjectFile.h usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SaveCoreOptions.h usr/include/lldb/Symbol/SourceModule.h usr/include/lldb/Symbol/Symbol.h usr/include/lldb/Symbol/SymbolContext.h usr/include/lldb/Symbol/SymbolContextScope.h usr/include/lldb/Symbol/SymbolFile.h usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocation.h usr/include/lldb/Symbol/SymbolLocator.h usr/include/lldb/Symbol/SymbolVendor.h usr/include/lldb/Symbol/Symtab.h @@ -458,6 +468,7 @@ usr/include/lldb/Target/UnixSignals.h usr/include/lldb/Target/Unwind.h usr/include/lldb/Target/UnwindAssembly.h usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Target/VerboseTrapFrameRecognizer.h usr/include/lldb/Utility/AddressableBits.h usr/include/lldb/Utility/AnsiTerminal.h usr/include/lldb/Utility/AppleUuidCompatibility.h @@ -478,6 +489,7 @@ usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/ErrorMessages.h usr/include/lldb/Utility/Event.h usr/include/lldb/Utility/FileSpec.h usr/include/lldb/Utility/FileSpecList.h @@ -543,6 +555,10 @@ usr/include/lldb/lldb-versioning.h usr/lib64/liblldb.so usr/lib64/liblldb.so.18.1 usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldb.so.19.1 +usr/lib64/liblldb.so.19.1.7 usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.18.1 +usr/lib64/liblldbIntelFeatures.so.19.1 +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb.1.gz usr/share/licenses/lldb/LICENSE.TXT diff --git a/devel/linux-rl9-lldb/pkg-plist.amd64 b/devel/linux-rl9-lldb/pkg-plist.amd64 index 5a7fcadb9a30..42950ed3b3b7 100644 --- a/devel/linux-rl9-lldb/pkg-plist.amd64 +++ b/devel/linux-rl9-lldb/pkg-plist.amd64 @@ -5,6 +5,8 @@ usr/bin/lldb-instr usr/bin/lldb-server usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h +usr/include/lldb/API/SBAddressRange.h +usr/include/lldb/API/SBAddressRangeList.h usr/include/lldb/API/SBAttachInfo.h usr/include/lldb/API/SBBlock.h usr/include/lldb/API/SBBreakpoint.h @@ -35,6 +37,7 @@ usr/include/lldb/API/SBHostOS.h usr/include/lldb/API/SBInstruction.h usr/include/lldb/API/SBInstructionList.h usr/include/lldb/API/SBLanguageRuntime.h +usr/include/lldb/API/SBLanguages.h usr/include/lldb/API/SBLaunchInfo.h usr/include/lldb/API/SBLineEntry.h usr/include/lldb/API/SBListener.h @@ -49,9 +52,11 @@ usr/include/lldb/API/SBProcessInfoList.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h +usr/include/lldb/API/SBSaveCoreOptions.h usr/include/lldb/API/SBScriptObject.h usr/include/lldb/API/SBSection.h usr/include/lldb/API/SBSourceManager.h +usr/include/lldb/API/SBStatisticsOptions.h usr/include/lldb/API/SBStream.h usr/include/lldb/API/SBStringList.h usr/include/lldb/API/SBStructuredData.h @@ -101,12 +106,13 @@ usr/include/lldb/Breakpoint/StoppointCallbackContext.h usr/include/lldb/Breakpoint/StoppointHitCounter.h usr/include/lldb/Breakpoint/StoppointSite.h usr/include/lldb/Breakpoint/Watchpoint.h +usr/include/lldb/Breakpoint/WatchpointAlgorithms.h usr/include/lldb/Breakpoint/WatchpointList.h usr/include/lldb/Breakpoint/WatchpointOptions.h usr/include/lldb/Breakpoint/WatchpointResource.h -usr/include/lldb/Breakpoint/WatchpointResourceList.h usr/include/lldb/Core/Address.h usr/include/lldb/Core/AddressRange.h +usr/include/lldb/Core/AddressRangeListImpl.h usr/include/lldb/Core/AddressResolver.h usr/include/lldb/Core/AddressResolverFileLine.h usr/include/lldb/Core/Architecture.h @@ -201,6 +207,7 @@ usr/include/lldb/Expression/ObjectFileJIT.h usr/include/lldb/Expression/REPL.h usr/include/lldb/Expression/UserExpression.h usr/include/lldb/Expression/UtilityFunction.h +usr/include/lldb/Host/Alarm.h usr/include/lldb/Host/Config-i386.h usr/include/lldb/Host/Config-x86_64.h usr/include/lldb/Host/Config.h @@ -302,6 +309,7 @@ usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h usr/include/lldb/Interpreter/OptionGroupArchitecture.h usr/include/lldb/Interpreter/OptionGroupBoolean.h @@ -362,12 +370,14 @@ usr/include/lldb/Symbol/LocateSymbolFile.h usr/include/lldb/Symbol/ObjectContainer.h usr/include/lldb/Symbol/ObjectFile.h usr/include/lldb/Symbol/PostfixExpression.h +usr/include/lldb/Symbol/SaveCoreOptions.h usr/include/lldb/Symbol/SourceModule.h usr/include/lldb/Symbol/Symbol.h usr/include/lldb/Symbol/SymbolContext.h usr/include/lldb/Symbol/SymbolContextScope.h usr/include/lldb/Symbol/SymbolFile.h usr/include/lldb/Symbol/SymbolFileOnDemand.h +usr/include/lldb/Symbol/SymbolLocation.h usr/include/lldb/Symbol/SymbolLocator.h usr/include/lldb/Symbol/SymbolVendor.h usr/include/lldb/Symbol/Symtab.h @@ -460,6 +470,7 @@ usr/include/lldb/Target/UnixSignals.h usr/include/lldb/Target/Unwind.h usr/include/lldb/Target/UnwindAssembly.h usr/include/lldb/Target/UnwindLLDB.h +usr/include/lldb/Target/VerboseTrapFrameRecognizer.h usr/include/lldb/Utility/AddressableBits.h usr/include/lldb/Utility/AnsiTerminal.h usr/include/lldb/Utility/AppleUuidCompatibility.h @@ -480,6 +491,7 @@ usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h +usr/include/lldb/Utility/ErrorMessages.h usr/include/lldb/Utility/Event.h usr/include/lldb/Utility/FileSpec.h usr/include/lldb/Utility/FileSpecList.h @@ -545,6 +557,10 @@ usr/include/lldb/lldb-versioning.h usr/lib64/liblldb.so usr/lib64/liblldb.so.18.1 usr/lib64/liblldb.so.18.1.8 +usr/lib64/liblldb.so.19.1 +usr/lib64/liblldb.so.19.1.7 usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.18.1 +usr/lib64/liblldbIntelFeatures.so.19.1 usr/share/licenses/lldb/LICENSE.TXT +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb.1.gz diff --git a/devel/linux-rl9-llvm/Makefile b/devel/linux-rl9-llvm/Makefile index d99dc452ea38..b40eab2109a3 100644 --- a/devel/linux-rl9-llvm/Makefile +++ b/devel/linux-rl9-llvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm -PORTVERSION= 18.1.8 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 19.1.7 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org diff --git a/devel/linux-rl9-llvm/distinfo b/devel/linux-rl9-llvm/distinfo index 9e4d75554719..9fda79aa2145 100644 --- a/devel/linux-rl9-llvm/distinfo +++ b/devel/linux-rl9-llvm/distinfo @@ -1,25 +1,25 @@ -TIMESTAMP = 1732647328 -SHA256 (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 417d4302c56d833847e402f2e75c6c3f4bf0215a26de53d2047aa4ca46042233 -SIZE (rocky/l/llvm-18.1.8-3.el9.aarch64.rpm) = 23851282 -SHA256 (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 623c4e55276a61acae5e07d801199cdcd48916494f9fec5def8e80406a46d17d -SIZE (rocky/l/llvm-18.1.8-3.el9.x86_64.rpm) = 24808471 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 2bbba0cd3dbf98ede96d01c73fadef07c7b2b61ca4316b6040706ed933c667b5 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.aarch64.rpm) = 3937571 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = bd1aa8399602f3145121ed3257f54b675b4e2e70c69db4016dd8c6df8799edb7 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.i686.rpm) = 3942899 -SHA256 (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 54ec208ea43a7d03c29bb41e92e696a6461f0bb2e134bdddbea73c7a4db8d983 -SIZE (rocky/l/llvm-devel-18.1.8-3.el9.x86_64.rpm) = 3935884 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 403a7a8353d3276a841179a3d209c3c4e637d561342bd5ccdca6240cefed4ed6 -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.aarch64.rpm) = 25320720 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 7acc066c810170d3b56c95e0afc9ba08f2f2c835ffd7b1f4dd9eefc9e95c442e -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.i686.rpm) = 26845979 -SHA256 (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 2a534d77fcc4bea0d8fb6fbc04d87cab8b9e1c745aca558743564bfe99f32134 -SIZE (rocky/l/llvm-libs-18.1.8-3.el9.x86_64.rpm) = 26947940 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 6497110ec660c74acd617272cf3d4849a2e7f702b9ad32355c55d6b551f44cc8 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.aarch64.rpm) = 32962326 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 619132330eae8bd34ef045e10b828be097fcd7c902e54c5358d038df3fc25968 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.i686.rpm) = 37320435 -SHA256 (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 3d12a5ae5c705b49d912373101a403eab049923e00e19addb2aae9377589a3e6 -SIZE (rocky/l/llvm-static-18.1.8-3.el9.x86_64.rpm) = 34217052 -SHA256 (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 47c78c2fa0edd54b6eda10accbcb7673a02257e3ddeafc38d4bacd057bfc216d -SIZE (rocky/l/llvm-18.1.8-3.el9.src.rpm) = 62454555 +TIMESTAMP = 1750643216 +SHA256 (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 227e82149d7776def5cc285025370042e4989f58345cc457e77aad10dfaa87aa +SIZE (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 20794710 +SHA256 (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 0d68e80c24fab8653e8e67050af189ca585d2b1504f3c3437d31e2c211ce5e6d +SIZE (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 21859429 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 5e7302f46c1652a9b9f592da51798e330f56cacf76d7da2d528523ac250abdd5 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 4085734 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = a1b63f90e80937912616e89e93957c288b868ef5fd77083b8f15d436a3750cd7 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = 4096958 +SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 33aee6fffd6406dc3c3f79fdb2464edcabc3285812fb2934898b1b862b1eec46 +SIZE (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 4087244 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = b0c3b8f10d84cc4d20498258baa9c6b47f52a8299d022048c55193d2230bdb9b +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = 55483891 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 0d68df9973a91d7094cde2e9ce77638c0a3ec6454219f6bb9430963327371fa3 +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 61059961 +SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 72756245433eb4de267b9f280b7686782f8a1be4a0af26476ad05787cbc47bed +SIZE (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 59613908 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 1a385b7e6725b66bc9b5d9e0d0ddd2583ed854b615f2b8d5ef8e21a00934f69e +SIZE (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 39114028 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = ec60fca2b289c48fe57736d7e14422be894d69e903be3ecbbff34c877e54018a +SIZE (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = 45555982 +SHA256 (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = e8f6cfe1a5b0d0b3a0f58b943f83716addb38f30e3493f26ad16677bb1609e79 +SIZE (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = 41336986 +SHA256 (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 9f8f07ead30bd883938bddf7d1dd31078179874d15e951a1400f7a8ef84552a7 +SIZE (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 273473880 diff --git a/devel/linux-rl9-llvm/pkg-plist.aarch64 b/devel/linux-rl9-llvm/pkg-plist.aarch64 index 1902958bab43..b56df41e7a14 100644 --- a/devel/linux-rl9-llvm/pkg-plist.aarch64 +++ b/devel/linux-rl9-llvm/pkg-plist.aarch64 @@ -13,7 +13,7 @@ usr/bin/llvm-bitcode-strip usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-18-64 +usr/bin/llvm-config-19-64 usr/bin/llvm-config-64 usr/bin/llvm-cov usr/bin/llvm-cvtres @@ -77,6 +77,7 @@ usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt +usr/bin/reduce-chunk-list usr/bin/sancov usr/bin/sanstats usr/bin/split-file @@ -137,6 +138,7 @@ usr/include/llvm/ADT/DenseMapInfoVariant.h usr/include/llvm/ADT/DenseSet.h usr/include/llvm/ADT/DepthFirstIterator.h usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/DynamicAPInt.h usr/include/llvm/ADT/EnumeratedArray.h usr/include/llvm/ADT/EpochTracker.h usr/include/llvm/ADT/EquivalenceClasses.h @@ -179,6 +181,7 @@ usr/include/llvm/ADT/ScopedHashTable.h usr/include/llvm/ADT/Sequence.h usr/include/llvm/ADT/SetOperations.h usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SlowDynamicAPInt.h usr/include/llvm/ADT/SmallBitVector.h usr/include/llvm/ADT/SmallPtrSet.h usr/include/llvm/ADT/SmallSet.h @@ -251,6 +254,8 @@ usr/include/llvm/Analysis/DominanceFrontier.h usr/include/llvm/Analysis/DominanceFrontierImpl.h usr/include/llvm/Analysis/EHUtils.h usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h usr/include/llvm/Analysis/GlobalsModRef.h usr/include/llvm/Analysis/GuardUtils.h usr/include/llvm/Analysis/HeatUtils.h @@ -269,9 +274,6 @@ usr/include/llvm/Analysis/InstSimplifyFolder.h usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h -usr/include/llvm/Analysis/Interval.h -usr/include/llvm/Analysis/IntervalIterator.h -usr/include/llvm/Analysis/IntervalPartition.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h @@ -356,6 +358,7 @@ usr/include/llvm/Analysis/WithCache.h usr/include/llvm/AsmParser/LLLexer.h usr/include/llvm/AsmParser/LLParser.h usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/NumberedValues.h usr/include/llvm/AsmParser/Parser.h usr/include/llvm/AsmParser/SlotMapping.h usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h @@ -422,6 +425,7 @@ usr/include/llvm/CodeGen/AntiDepBreaker.h usr/include/llvm/CodeGen/AsmPrinter.h usr/include/llvm/CodeGen/AsmPrinterHandler.h usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpand.h usr/include/llvm/CodeGen/AtomicExpandUtils.h usr/include/llvm/CodeGen/BasicBlockSectionUtils.h usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h @@ -433,7 +437,6 @@ usr/include/llvm/CodeGen/CalcSpillWeights.h usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h -usr/include/llvm/CodeGen/CodeGenPassBuilder.h usr/include/llvm/CodeGen/CodeGenPrepare.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h @@ -443,6 +446,7 @@ usr/include/llvm/CodeGen/DFAPacketizer.h usr/include/llvm/CodeGen/DIE.h usr/include/llvm/CodeGen/DIEValue.def usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DeadMachineInstructionElim.h usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h @@ -456,6 +460,7 @@ usr/include/llvm/CodeGen/ExpandReductions.h usr/include/llvm/CodeGen/ExpandVectorPredication.h usr/include/llvm/CodeGen/FastISel.h usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FinalizeISel.h usr/include/llvm/CodeGen/FunctionLoweringInfo.h usr/include/llvm/CodeGen/GCMetadata.h usr/include/llvm/CodeGen/GCMetadataPrinter.h @@ -502,6 +507,7 @@ usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/LexicalScopes.h usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveDebugVariables.h usr/include/llvm/CodeGen/LiveInterval.h usr/include/llvm/CodeGen/LiveIntervalCalc.h usr/include/llvm/CodeGen/LiveIntervalUnion.h @@ -513,8 +519,8 @@ usr/include/llvm/CodeGen/LiveRegMatrix.h usr/include/llvm/CodeGen/LiveRegUnits.h usr/include/llvm/CodeGen/LiveStacks.h usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LocalStackSlotAllocation.h usr/include/llvm/CodeGen/LoopTraversal.h -usr/include/llvm/CodeGen/LowLevelType.h usr/include/llvm/CodeGen/LowLevelTypeUtils.h usr/include/llvm/CodeGen/LowerEmuTLS.h usr/include/llvm/CodeGen/MBFIWrapper.h @@ -532,11 +538,14 @@ usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineConvergenceVerifier.h usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDomTreeUpdater.h usr/include/llvm/CodeGen/MachineDominanceFrontier.h usr/include/llvm/CodeGen/MachineDominators.h usr/include/llvm/CodeGen/MachineFrameInfo.h usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionAnalysis.h usr/include/llvm/CodeGen/MachineFunctionPass.h usr/include/llvm/CodeGen/MachineInstr.h usr/include/llvm/CodeGen/MachineInstrBuilder.h @@ -553,7 +562,6 @@ usr/include/llvm/CodeGen/MachineOperand.h usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h usr/include/llvm/CodeGen/MachineOutliner.h usr/include/llvm/CodeGen/MachinePassManager.h -usr/include/llvm/CodeGen/MachinePassRegistry.def usr/include/llvm/CodeGen/MachinePassRegistry.h usr/include/llvm/CodeGen/MachinePipeliner.h usr/include/llvm/CodeGen/MachinePostDominators.h @@ -566,7 +574,7 @@ usr/include/llvm/CodeGen/MachineSizeOpts.h usr/include/llvm/CodeGen/MachineStableHash.h usr/include/llvm/CodeGen/MachineTraceMetrics.h usr/include/llvm/CodeGen/MachineUniformityAnalysis.h -usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MachineVerifier.h usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h @@ -577,7 +585,7 @@ usr/include/llvm/CodeGen/PBQP/Math.h usr/include/llvm/CodeGen/PBQP/ReductionRules.h usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h -usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h @@ -587,6 +595,7 @@ usr/include/llvm/CodeGen/RDFLiveness.h usr/include/llvm/CodeGen/RDFRegisters.h usr/include/llvm/CodeGen/ReachingDefAnalysis.h usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h usr/include/llvm/CodeGen/Register.h @@ -598,8 +607,9 @@ usr/include/llvm/CodeGen/RegisterScavenging.h usr/include/llvm/CodeGen/RegisterUsageInfo.h usr/include/llvm/CodeGen/ReplaceWithVeclib.h usr/include/llvm/CodeGen/ResourcePriorityQueue.h -usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/RuntimeLibcallUtil.h usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SDPatternMatch.h usr/include/llvm/CodeGen/SafeStack.h usr/include/llvm/CodeGen/ScheduleDAG.h usr/include/llvm/CodeGen/ScheduleDAGInstrs.h @@ -634,6 +644,7 @@ usr/include/llvm/CodeGen/TargetRegisterInfo.h usr/include/llvm/CodeGen/TargetSchedule.h usr/include/llvm/CodeGen/TargetSubtargetInfo.h usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TwoAddressInstructionPass.h usr/include/llvm/CodeGen/TypePromotion.h usr/include/llvm/CodeGen/UnreachableBlockElim.h usr/include/llvm/CodeGen/VLIWMachineScheduler.h @@ -644,6 +655,11 @@ usr/include/llvm/CodeGen/WasmEHFuncInfo.h usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/CodeGen/WindowScheduler.h +usr/include/llvm/CodeGenData/OutlinedHashTree.h +usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h +usr/include/llvm/CodeGenTypes/LowLevelType.h +usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def usr/include/llvm/Config/AsmPrinters.def usr/include/llvm/Config/Disassemblers.def @@ -777,6 +793,7 @@ usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h @@ -796,7 +813,7 @@ usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h usr/include/llvm/DebugInfo/MSF/IMSFFile.h usr/include/llvm/DebugInfo/MSF/MSFBuilder.h usr/include/llvm/DebugInfo/MSF/MSFCommon.h @@ -991,6 +1008,7 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1020,6 +1038,7 @@ usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -1031,6 +1050,7 @@ usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h @@ -1040,6 +1060,7 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h @@ -1061,6 +1082,10 @@ usr/include/llvm/Frontend/Offloading/Utility.h usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/ClauseT.h +usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h +usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc usr/include/llvm/Frontend/OpenMP/OMP.inc usr/include/llvm/Frontend/OpenMP/OMP.td @@ -1078,6 +1103,7 @@ usr/include/llvm/FuzzMutate/Operations.h usr/include/llvm/FuzzMutate/Random.h usr/include/llvm/FuzzMutate/RandomIRBuilder.h usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Analysis.h usr/include/llvm/IR/Argument.h usr/include/llvm/IR/AssemblyAnnotationWriter.h usr/include/llvm/IR/Assumptions.h @@ -1095,12 +1121,14 @@ usr/include/llvm/IR/Constant.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/ConstantRangeList.h usr/include/llvm/IR/Constants.h usr/include/llvm/IR/ConstrainedOps.def usr/include/llvm/IR/ConvergenceVerifier.h usr/include/llvm/IR/CycleInfo.h usr/include/llvm/IR/DIBuilder.h usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DbgVariableFragmentInfo.h usr/include/llvm/IR/DebugInfo.h usr/include/llvm/IR/DebugInfoFlags.def usr/include/llvm/IR/DebugInfoMetadata.h @@ -1119,6 +1147,7 @@ usr/include/llvm/IR/FixedMetadataKinds.def usr/include/llvm/IR/FixedPointBuilder.h usr/include/llvm/IR/Function.h usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GEPNoWrapFlags.h usr/include/llvm/IR/GVMaterializer.h usr/include/llvm/IR/GenericConvergenceVerifierImpl.h usr/include/llvm/IR/GetElementPtrTypeIterator.h @@ -1190,6 +1219,7 @@ usr/include/llvm/IR/LegacyPassNameParser.h usr/include/llvm/IR/MDBuilder.h usr/include/llvm/IR/Mangler.h usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/MemoryModelRelaxationAnnotations.h usr/include/llvm/IR/Metadata.def usr/include/llvm/IR/Metadata.h usr/include/llvm/IR/Module.h @@ -1213,6 +1243,7 @@ usr/include/llvm/IR/ProfileSummary.h usr/include/llvm/IR/PseudoProbe.h usr/include/llvm/IR/ReplaceConstant.h usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/RuntimeLibcalls.h usr/include/llvm/IR/SSAContext.h usr/include/llvm/IR/SafepointIRVerifier.h usr/include/llvm/IR/Statepoint.h @@ -1264,7 +1295,6 @@ usr/include/llvm/MC/MCAsmInfoELF.h usr/include/llvm/MC/MCAsmInfoGOFF.h usr/include/llvm/MC/MCAsmInfoWasm.h usr/include/llvm/MC/MCAsmInfoXCOFF.h -usr/include/llvm/MC/MCAsmLayout.h usr/include/llvm/MC/MCAsmMacro.h usr/include/llvm/MC/MCAssembler.h usr/include/llvm/MC/MCCodeEmitter.h @@ -1279,6 +1309,7 @@ usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFExtras.h usr/include/llvm/MC/MCELFObjectWriter.h usr/include/llvm/MC/MCELFStreamer.h usr/include/llvm/MC/MCExpr.h @@ -1330,6 +1361,7 @@ usr/include/llvm/MC/MCSymbolCOFF.h usr/include/llvm/MC/MCSymbolELF.h usr/include/llvm/MC/MCSymbolGOFF.h usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolTableEntry.h usr/include/llvm/MC/MCSymbolWasm.h usr/include/llvm/MC/MCSymbolXCOFF.h usr/include/llvm/MC/MCTargetOptions.h @@ -1452,13 +1484,18 @@ usr/include/llvm/PassAnalysisSupport.h usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h usr/include/llvm/Passes/PassPlugin.h usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/Passes/TargetPassRegistry.inc usr/include/llvm/ProfileData/Coverage/CoverageMapping.h usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/include/llvm/ProfileData/CtxInstrContextNode.h usr/include/llvm/ProfileData/FunctionId.h usr/include/llvm/ProfileData/GCOV.h usr/include/llvm/ProfileData/HashKeyMap.h @@ -1471,6 +1508,9 @@ usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h @@ -1489,6 +1529,10 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/SandboxIR/SandboxIR.h +usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Use.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1543,7 +1587,7 @@ usr/include/llvm/Support/ConvertUTF.h usr/include/llvm/Support/CrashRecoveryContext.h usr/include/llvm/Support/DJB.h usr/include/llvm/Support/DOTGraphTraits.h -usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DXILABI.h usr/include/llvm/Support/DataExtractor.h usr/include/llvm/Support/DataTypes.h usr/include/llvm/Support/Debug.h @@ -1562,6 +1606,7 @@ usr/include/llvm/Support/Error.h usr/include/llvm/Support/ErrorHandling.h usr/include/llvm/Support/ErrorOr.h usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExponentialBackoff.h usr/include/llvm/Support/ExtensibleRTTI.h usr/include/llvm/Support/Extension.def usr/include/llvm/Support/FileCollector.h @@ -1584,6 +1629,8 @@ usr/include/llvm/Support/GenericLoopInfoImpl.h usr/include/llvm/Support/GlobPattern.h usr/include/llvm/Support/GraphWriter.h usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/HexagonAttributeParser.h +usr/include/llvm/Support/HexagonAttributes.h usr/include/llvm/Support/InitLLVM.h usr/include/llvm/Support/InstructionCost.h usr/include/llvm/Support/JSON.h @@ -1594,6 +1641,7 @@ usr/include/llvm/Support/LLVMDriver.h usr/include/llvm/Support/LineIterator.h usr/include/llvm/Support/Locale.h usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/LogicalResult.h usr/include/llvm/Support/MD5.h usr/include/llvm/Support/MSP430AttributeParser.h usr/include/llvm/Support/MSP430Attributes.h @@ -1622,7 +1670,7 @@ usr/include/llvm/Support/Process.h usr/include/llvm/Support/Program.h usr/include/llvm/Support/RISCVAttributeParser.h usr/include/llvm/Support/RISCVAttributes.h -usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RISCVISAUtils.h usr/include/llvm/Support/RWMutex.h usr/include/llvm/Support/RandomNumberGenerator.h usr/include/llvm/Support/Recycler.h @@ -1639,6 +1687,7 @@ usr/include/llvm/Support/ScaledNumber.h usr/include/llvm/Support/ScopedPrinter.h usr/include/llvm/Support/Signals.h usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SipHash.h usr/include/llvm/Support/SmallVectorMemoryBuffer.h usr/include/llvm/Support/Solaris/sys/regset.h usr/include/llvm/Support/SourceMgr.h @@ -1677,6 +1726,7 @@ usr/include/llvm/Support/X86FoldTablesUtils.h usr/include/llvm/Support/YAMLParser.h usr/include/llvm/Support/YAMLTraits.h usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/float128.h usr/include/llvm/Support/raw_os_ostream.h usr/include/llvm/Support/raw_ostream.h usr/include/llvm/Support/raw_sha1_ostream.h @@ -1709,19 +1759,25 @@ usr/include/llvm/Target/TargetIntrinsicInfo.h usr/include/llvm/Target/TargetItinerary.td usr/include/llvm/Target/TargetLoweringObjectFile.h usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetMacroFusion.td usr/include/llvm/Target/TargetOptions.h usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64CPUFeatures.inc usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def usr/include/llvm/TargetParser/ARMTargetParser.h usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/ARMTargetParserDef.inc usr/include/llvm/TargetParser/CSKYTargetParser.def usr/include/llvm/TargetParser/CSKYTargetParser.h usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc usr/include/llvm/TargetParser/SubtargetFeature.h @@ -1738,6 +1794,7 @@ usr/include/llvm/TextAPI/Architecture.def usr/include/llvm/TextAPI/Architecture.h usr/include/llvm/TextAPI/ArchitectureSet.h usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/FileTypes.h usr/include/llvm/TextAPI/InterfaceFile.h usr/include/llvm/TextAPI/PackedVersion.h usr/include/llvm/TextAPI/Platform.h @@ -1773,6 +1830,7 @@ usr/include/llvm/Transforms/IPO/CrossDSOCFI.h usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h usr/include/llvm/Transforms/IPO/ElimAvailExtern.h usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExpandVariadics.h usr/include/llvm/Transforms/IPO/ExtractGV.h usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h usr/include/llvm/Transforms/IPO/FunctionAttrs.h @@ -1797,6 +1855,7 @@ usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h usr/include/llvm/Transforms/IPO/SCCP.h usr/include/llvm/Transforms/IPO/SampleContextTracker.h usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h @@ -1820,8 +1879,12 @@ usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h @@ -1853,6 +1916,7 @@ usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h usr/include/llvm/Transforms/Scalar/InferAlignment.h usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpTableToSwitch.h usr/include/llvm/Transforms/Scalar/JumpThreading.h usr/include/llvm/Transforms/Scalar/LICM.h usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h @@ -1868,7 +1932,6 @@ usr/include/llvm/Transforms/Scalar/LoopInterchange.h usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h usr/include/llvm/Transforms/Scalar/LoopPassManager.h usr/include/llvm/Transforms/Scalar/LoopPredication.h -usr/include/llvm/Transforms/Scalar/LoopReroll.h usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h @@ -1926,6 +1989,7 @@ usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h @@ -1991,6 +2055,7 @@ usr/include/llvm/Transforms/Utils/UnrollLoop.h usr/include/llvm/Transforms/Utils/VNCoercion.h usr/include/llvm/Transforms/Utils/ValueMapper.h usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h @@ -2034,7 +2099,6 @@ usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake usr/lib64/cmake/llvm/FindOCaml.cmake usr/lib64/cmake/llvm/FindSphinx.cmake -usr/lib64/cmake/llvm/FindTerminfo.cmake usr/lib64/cmake/llvm/FindZ3.cmake usr/lib64/cmake/llvm/Findzstd.cmake usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2059,9 +2123,10 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-18.so +usr/lib64/libLLVM-19.so usr/lib64/libLLVM.so usr/lib64/libLLVM.so.18.1 +usr/lib64/libLLVM.so.19.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2097,6 +2162,7 @@ usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2162,6 +2228,7 @@ usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOptDriver.a usr/lib64/libLLVMOption.a usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a @@ -2177,6 +2244,7 @@ usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMSandboxIR.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a @@ -2187,8 +2255,8 @@ usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a -usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a @@ -2212,9 +2280,9 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.18.1 +usr/lib64/libLTO.so.19.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.18.1 +usr/lib64/libRemarks.so.19.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 index fed427c96903..d7fcad9504dd 100644 --- a/devel/linux-rl9-llvm/pkg-plist.amd64 +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -13,8 +13,8 @@ usr/bin/llvm-bitcode-strip usr/bin/llvm-c-test usr/bin/llvm-cat usr/bin/llvm-cfi-verify -usr/bin/llvm-config-18-32 -usr/bin/llvm-config-18-64 +usr/bin/llvm-config-19-32 +usr/bin/llvm-config-19-64 usr/bin/llvm-config-32 usr/bin/llvm-config-64 usr/bin/llvm-cov @@ -79,6 +79,7 @@ usr/bin/llvm-windres usr/bin/llvm-xray usr/bin/obj2yaml usr/bin/opt +usr/bin/reduce-chunk-list usr/bin/sancov usr/bin/sanstats usr/bin/split-file @@ -139,6 +140,7 @@ usr/include/llvm/ADT/DenseMapInfoVariant.h usr/include/llvm/ADT/DenseSet.h usr/include/llvm/ADT/DepthFirstIterator.h usr/include/llvm/ADT/DirectedGraph.h +usr/include/llvm/ADT/DynamicAPInt.h usr/include/llvm/ADT/EnumeratedArray.h usr/include/llvm/ADT/EpochTracker.h usr/include/llvm/ADT/EquivalenceClasses.h @@ -181,6 +183,7 @@ usr/include/llvm/ADT/ScopedHashTable.h usr/include/llvm/ADT/Sequence.h usr/include/llvm/ADT/SetOperations.h usr/include/llvm/ADT/SetVector.h +usr/include/llvm/ADT/SlowDynamicAPInt.h usr/include/llvm/ADT/SmallBitVector.h usr/include/llvm/ADT/SmallPtrSet.h usr/include/llvm/ADT/SmallSet.h @@ -253,6 +256,8 @@ usr/include/llvm/Analysis/DominanceFrontier.h usr/include/llvm/Analysis/DominanceFrontierImpl.h usr/include/llvm/Analysis/EHUtils.h usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h usr/include/llvm/Analysis/GlobalsModRef.h usr/include/llvm/Analysis/GuardUtils.h usr/include/llvm/Analysis/HeatUtils.h @@ -271,9 +276,6 @@ usr/include/llvm/Analysis/InstSimplifyFolder.h usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h -usr/include/llvm/Analysis/Interval.h -usr/include/llvm/Analysis/IntervalIterator.h -usr/include/llvm/Analysis/IntervalPartition.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h @@ -358,6 +360,7 @@ usr/include/llvm/Analysis/WithCache.h usr/include/llvm/AsmParser/LLLexer.h usr/include/llvm/AsmParser/LLParser.h usr/include/llvm/AsmParser/LLToken.h +usr/include/llvm/AsmParser/NumberedValues.h usr/include/llvm/AsmParser/Parser.h usr/include/llvm/AsmParser/SlotMapping.h usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h @@ -424,6 +427,7 @@ usr/include/llvm/CodeGen/AntiDepBreaker.h usr/include/llvm/CodeGen/AsmPrinter.h usr/include/llvm/CodeGen/AsmPrinterHandler.h usr/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/include/llvm/CodeGen/AtomicExpand.h usr/include/llvm/CodeGen/AtomicExpandUtils.h usr/include/llvm/CodeGen/BasicBlockSectionUtils.h usr/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h @@ -435,7 +439,6 @@ usr/include/llvm/CodeGen/CalcSpillWeights.h usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h -usr/include/llvm/CodeGen/CodeGenPassBuilder.h usr/include/llvm/CodeGen/CodeGenPrepare.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h @@ -445,6 +448,7 @@ usr/include/llvm/CodeGen/DFAPacketizer.h usr/include/llvm/CodeGen/DIE.h usr/include/llvm/CodeGen/DIEValue.def usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/include/llvm/CodeGen/DeadMachineInstructionElim.h usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h @@ -458,6 +462,7 @@ usr/include/llvm/CodeGen/ExpandReductions.h usr/include/llvm/CodeGen/ExpandVectorPredication.h usr/include/llvm/CodeGen/FastISel.h usr/include/llvm/CodeGen/FaultMaps.h +usr/include/llvm/CodeGen/FinalizeISel.h usr/include/llvm/CodeGen/FunctionLoweringInfo.h usr/include/llvm/CodeGen/GCMetadata.h usr/include/llvm/CodeGen/GCMetadataPrinter.h @@ -504,6 +509,7 @@ usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/LexicalScopes.h usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h usr/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/include/llvm/CodeGen/LiveDebugVariables.h usr/include/llvm/CodeGen/LiveInterval.h usr/include/llvm/CodeGen/LiveIntervalCalc.h usr/include/llvm/CodeGen/LiveIntervalUnion.h @@ -515,8 +521,8 @@ usr/include/llvm/CodeGen/LiveRegMatrix.h usr/include/llvm/CodeGen/LiveRegUnits.h usr/include/llvm/CodeGen/LiveStacks.h usr/include/llvm/CodeGen/LiveVariables.h +usr/include/llvm/CodeGen/LocalStackSlotAllocation.h usr/include/llvm/CodeGen/LoopTraversal.h -usr/include/llvm/CodeGen/LowLevelType.h usr/include/llvm/CodeGen/LowLevelTypeUtils.h usr/include/llvm/CodeGen/LowerEmuTLS.h usr/include/llvm/CodeGen/MBFIWrapper.h @@ -534,11 +540,14 @@ usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h +usr/include/llvm/CodeGen/MachineConvergenceVerifier.h usr/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/include/llvm/CodeGen/MachineDomTreeUpdater.h usr/include/llvm/CodeGen/MachineDominanceFrontier.h usr/include/llvm/CodeGen/MachineDominators.h usr/include/llvm/CodeGen/MachineFrameInfo.h usr/include/llvm/CodeGen/MachineFunction.h +usr/include/llvm/CodeGen/MachineFunctionAnalysis.h usr/include/llvm/CodeGen/MachineFunctionPass.h usr/include/llvm/CodeGen/MachineInstr.h usr/include/llvm/CodeGen/MachineInstrBuilder.h @@ -555,7 +564,6 @@ usr/include/llvm/CodeGen/MachineOperand.h usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h usr/include/llvm/CodeGen/MachineOutliner.h usr/include/llvm/CodeGen/MachinePassManager.h -usr/include/llvm/CodeGen/MachinePassRegistry.def usr/include/llvm/CodeGen/MachinePassRegistry.h usr/include/llvm/CodeGen/MachinePipeliner.h usr/include/llvm/CodeGen/MachinePostDominators.h @@ -568,7 +576,7 @@ usr/include/llvm/CodeGen/MachineSizeOpts.h usr/include/llvm/CodeGen/MachineStableHash.h usr/include/llvm/CodeGen/MachineTraceMetrics.h usr/include/llvm/CodeGen/MachineUniformityAnalysis.h -usr/include/llvm/CodeGen/MachineValueType.h +usr/include/llvm/CodeGen/MachineVerifier.h usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h @@ -579,7 +587,7 @@ usr/include/llvm/CodeGen/PBQP/Math.h usr/include/llvm/CodeGen/PBQP/ReductionRules.h usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h -usr/include/llvm/CodeGen/ParallelCG.h +usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h @@ -589,6 +597,7 @@ usr/include/llvm/CodeGen/RDFLiveness.h usr/include/llvm/CodeGen/RDFRegisters.h usr/include/llvm/CodeGen/ReachingDefAnalysis.h usr/include/llvm/CodeGen/RegAllocCommon.h +usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h usr/include/llvm/CodeGen/Register.h @@ -600,8 +609,9 @@ usr/include/llvm/CodeGen/RegisterScavenging.h usr/include/llvm/CodeGen/RegisterUsageInfo.h usr/include/llvm/CodeGen/ReplaceWithVeclib.h usr/include/llvm/CodeGen/ResourcePriorityQueue.h -usr/include/llvm/CodeGen/RuntimeLibcalls.h +usr/include/llvm/CodeGen/RuntimeLibcallUtil.h usr/include/llvm/CodeGen/SDNodeProperties.td +usr/include/llvm/CodeGen/SDPatternMatch.h usr/include/llvm/CodeGen/SafeStack.h usr/include/llvm/CodeGen/ScheduleDAG.h usr/include/llvm/CodeGen/ScheduleDAGInstrs.h @@ -636,6 +646,7 @@ usr/include/llvm/CodeGen/TargetRegisterInfo.h usr/include/llvm/CodeGen/TargetSchedule.h usr/include/llvm/CodeGen/TargetSubtargetInfo.h usr/include/llvm/CodeGen/TileShapeInfo.h +usr/include/llvm/CodeGen/TwoAddressInstructionPass.h usr/include/llvm/CodeGen/TypePromotion.h usr/include/llvm/CodeGen/UnreachableBlockElim.h usr/include/llvm/CodeGen/VLIWMachineScheduler.h @@ -646,6 +657,11 @@ usr/include/llvm/CodeGen/WasmEHFuncInfo.h usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h +usr/include/llvm/CodeGen/WindowScheduler.h +usr/include/llvm/CodeGenData/OutlinedHashTree.h +usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h +usr/include/llvm/CodeGenTypes/LowLevelType.h +usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def usr/include/llvm/Config/AsmPrinters.def usr/include/llvm/Config/Disassemblers.def @@ -781,6 +797,7 @@ usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h usr/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h usr/include/llvm/DebugInfo/LogicalView/Core/LVElement.h @@ -800,7 +817,7 @@ usr/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h usr/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -usr/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h +usr/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h usr/include/llvm/DebugInfo/MSF/IMSFFile.h usr/include/llvm/DebugInfo/MSF/MSFBuilder.h usr/include/llvm/DebugInfo/MSF/MSFCommon.h @@ -995,6 +1012,7 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1024,6 +1042,7 @@ usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h @@ -1035,6 +1054,7 @@ usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h @@ -1044,6 +1064,7 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h @@ -1065,6 +1086,10 @@ usr/include/llvm/Frontend/Offloading/Utility.h usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td +usr/include/llvm/Frontend/OpenMP/ClauseT.h +usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h +usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc usr/include/llvm/Frontend/OpenMP/OMP.inc usr/include/llvm/Frontend/OpenMP/OMP.td @@ -1082,6 +1107,7 @@ usr/include/llvm/FuzzMutate/Operations.h usr/include/llvm/FuzzMutate/Random.h usr/include/llvm/FuzzMutate/RandomIRBuilder.h usr/include/llvm/IR/AbstractCallSite.h +usr/include/llvm/IR/Analysis.h usr/include/llvm/IR/Argument.h usr/include/llvm/IR/AssemblyAnnotationWriter.h usr/include/llvm/IR/Assumptions.h @@ -1099,12 +1125,14 @@ usr/include/llvm/IR/Constant.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h +usr/include/llvm/IR/ConstantRangeList.h usr/include/llvm/IR/Constants.h usr/include/llvm/IR/ConstrainedOps.def usr/include/llvm/IR/ConvergenceVerifier.h usr/include/llvm/IR/CycleInfo.h usr/include/llvm/IR/DIBuilder.h usr/include/llvm/IR/DataLayout.h +usr/include/llvm/IR/DbgVariableFragmentInfo.h usr/include/llvm/IR/DebugInfo.h usr/include/llvm/IR/DebugInfoFlags.def usr/include/llvm/IR/DebugInfoMetadata.h @@ -1123,6 +1151,7 @@ usr/include/llvm/IR/FixedMetadataKinds.def usr/include/llvm/IR/FixedPointBuilder.h usr/include/llvm/IR/Function.h usr/include/llvm/IR/GCStrategy.h +usr/include/llvm/IR/GEPNoWrapFlags.h usr/include/llvm/IR/GVMaterializer.h usr/include/llvm/IR/GenericConvergenceVerifierImpl.h usr/include/llvm/IR/GetElementPtrTypeIterator.h @@ -1194,6 +1223,7 @@ usr/include/llvm/IR/LegacyPassNameParser.h usr/include/llvm/IR/MDBuilder.h usr/include/llvm/IR/Mangler.h usr/include/llvm/IR/MatrixBuilder.h +usr/include/llvm/IR/MemoryModelRelaxationAnnotations.h usr/include/llvm/IR/Metadata.def usr/include/llvm/IR/Metadata.h usr/include/llvm/IR/Module.h @@ -1217,6 +1247,7 @@ usr/include/llvm/IR/ProfileSummary.h usr/include/llvm/IR/PseudoProbe.h usr/include/llvm/IR/ReplaceConstant.h usr/include/llvm/IR/RuntimeLibcalls.def +usr/include/llvm/IR/RuntimeLibcalls.h usr/include/llvm/IR/SSAContext.h usr/include/llvm/IR/SafepointIRVerifier.h usr/include/llvm/IR/Statepoint.h @@ -1268,7 +1299,6 @@ usr/include/llvm/MC/MCAsmInfoELF.h usr/include/llvm/MC/MCAsmInfoGOFF.h usr/include/llvm/MC/MCAsmInfoWasm.h usr/include/llvm/MC/MCAsmInfoXCOFF.h -usr/include/llvm/MC/MCAsmLayout.h usr/include/llvm/MC/MCAsmMacro.h usr/include/llvm/MC/MCAssembler.h usr/include/llvm/MC/MCCodeEmitter.h @@ -1283,6 +1313,7 @@ usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h usr/include/llvm/MC/MCDwarf.h +usr/include/llvm/MC/MCELFExtras.h usr/include/llvm/MC/MCELFObjectWriter.h usr/include/llvm/MC/MCELFStreamer.h usr/include/llvm/MC/MCExpr.h @@ -1334,6 +1365,7 @@ usr/include/llvm/MC/MCSymbolCOFF.h usr/include/llvm/MC/MCSymbolELF.h usr/include/llvm/MC/MCSymbolGOFF.h usr/include/llvm/MC/MCSymbolMachO.h +usr/include/llvm/MC/MCSymbolTableEntry.h usr/include/llvm/MC/MCSymbolWasm.h usr/include/llvm/MC/MCSymbolXCOFF.h usr/include/llvm/MC/MCTargetOptions.h @@ -1456,13 +1488,18 @@ usr/include/llvm/PassAnalysisSupport.h usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h +usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h usr/include/llvm/Passes/PassPlugin.h usr/include/llvm/Passes/StandardInstrumentations.h +usr/include/llvm/Passes/TargetPassRegistry.inc usr/include/llvm/ProfileData/Coverage/CoverageMapping.h usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/include/llvm/ProfileData/CtxInstrContextNode.h usr/include/llvm/ProfileData/FunctionId.h usr/include/llvm/ProfileData/GCOV.h usr/include/llvm/ProfileData/HashKeyMap.h @@ -1475,6 +1512,9 @@ usr/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc +usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfReader.h +usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h @@ -1493,6 +1533,10 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/include/llvm/SandboxIR/SandboxIR.h +usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Use.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1547,7 +1591,7 @@ usr/include/llvm/Support/ConvertUTF.h usr/include/llvm/Support/CrashRecoveryContext.h usr/include/llvm/Support/DJB.h usr/include/llvm/Support/DOTGraphTraits.h -usr/include/llvm/Support/DXILOperationCommon.h +usr/include/llvm/Support/DXILABI.h usr/include/llvm/Support/DataExtractor.h usr/include/llvm/Support/DataTypes.h usr/include/llvm/Support/Debug.h @@ -1566,6 +1610,7 @@ usr/include/llvm/Support/Error.h usr/include/llvm/Support/ErrorHandling.h usr/include/llvm/Support/ErrorOr.h usr/include/llvm/Support/ExitCodes.h +usr/include/llvm/Support/ExponentialBackoff.h usr/include/llvm/Support/ExtensibleRTTI.h usr/include/llvm/Support/Extension.def usr/include/llvm/Support/FileCollector.h @@ -1588,6 +1633,8 @@ usr/include/llvm/Support/GenericLoopInfoImpl.h usr/include/llvm/Support/GlobPattern.h usr/include/llvm/Support/GraphWriter.h usr/include/llvm/Support/HashBuilder.h +usr/include/llvm/Support/HexagonAttributeParser.h +usr/include/llvm/Support/HexagonAttributes.h usr/include/llvm/Support/InitLLVM.h usr/include/llvm/Support/InstructionCost.h usr/include/llvm/Support/JSON.h @@ -1598,6 +1645,7 @@ usr/include/llvm/Support/LLVMDriver.h usr/include/llvm/Support/LineIterator.h usr/include/llvm/Support/Locale.h usr/include/llvm/Support/LockFileManager.h +usr/include/llvm/Support/LogicalResult.h usr/include/llvm/Support/MD5.h usr/include/llvm/Support/MSP430AttributeParser.h usr/include/llvm/Support/MSP430Attributes.h @@ -1626,7 +1674,7 @@ usr/include/llvm/Support/Process.h usr/include/llvm/Support/Program.h usr/include/llvm/Support/RISCVAttributeParser.h usr/include/llvm/Support/RISCVAttributes.h -usr/include/llvm/Support/RISCVISAInfo.h +usr/include/llvm/Support/RISCVISAUtils.h usr/include/llvm/Support/RWMutex.h usr/include/llvm/Support/RandomNumberGenerator.h usr/include/llvm/Support/Recycler.h @@ -1643,6 +1691,7 @@ usr/include/llvm/Support/ScaledNumber.h usr/include/llvm/Support/ScopedPrinter.h usr/include/llvm/Support/Signals.h usr/include/llvm/Support/Signposts.h +usr/include/llvm/Support/SipHash.h usr/include/llvm/Support/SmallVectorMemoryBuffer.h usr/include/llvm/Support/Solaris/sys/regset.h usr/include/llvm/Support/SourceMgr.h @@ -1681,6 +1730,7 @@ usr/include/llvm/Support/X86FoldTablesUtils.h usr/include/llvm/Support/YAMLParser.h usr/include/llvm/Support/YAMLTraits.h usr/include/llvm/Support/circular_raw_ostream.h +usr/include/llvm/Support/float128.h usr/include/llvm/Support/raw_os_ostream.h usr/include/llvm/Support/raw_ostream.h usr/include/llvm/Support/raw_sha1_ostream.h @@ -1713,19 +1763,25 @@ usr/include/llvm/Target/TargetIntrinsicInfo.h usr/include/llvm/Target/TargetItinerary.td usr/include/llvm/Target/TargetLoweringObjectFile.h usr/include/llvm/Target/TargetMachine.h +usr/include/llvm/Target/TargetMacroFusion.td usr/include/llvm/Target/TargetOptions.h usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td +usr/include/llvm/TargetParser/AArch64CPUFeatures.inc usr/include/llvm/TargetParser/AArch64TargetParser.h +usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def usr/include/llvm/TargetParser/ARMTargetParser.h usr/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/include/llvm/TargetParser/ARMTargetParserDef.inc usr/include/llvm/TargetParser/CSKYTargetParser.def usr/include/llvm/TargetParser/CSKYTargetParser.h usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h +usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc usr/include/llvm/TargetParser/SubtargetFeature.h @@ -1742,6 +1798,7 @@ usr/include/llvm/TextAPI/Architecture.def usr/include/llvm/TextAPI/Architecture.h usr/include/llvm/TextAPI/ArchitectureSet.h usr/include/llvm/TextAPI/DylibReader.h +usr/include/llvm/TextAPI/FileTypes.h usr/include/llvm/TextAPI/InterfaceFile.h usr/include/llvm/TextAPI/PackedVersion.h usr/include/llvm/TextAPI/Platform.h @@ -1777,6 +1834,7 @@ usr/include/llvm/Transforms/IPO/CrossDSOCFI.h usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h usr/include/llvm/Transforms/IPO/ElimAvailExtern.h usr/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/include/llvm/Transforms/IPO/ExpandVariadics.h usr/include/llvm/Transforms/IPO/ExtractGV.h usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h usr/include/llvm/Transforms/IPO/FunctionAttrs.h @@ -1801,6 +1859,7 @@ usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h usr/include/llvm/Transforms/IPO/SCCP.h usr/include/llvm/Transforms/IPO/SampleContextTracker.h usr/include/llvm/Transforms/IPO/SampleProfile.h +usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h @@ -1824,8 +1883,12 @@ usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h usr/include/llvm/Transforms/Instrumentation/KCFI.h +usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h @@ -1857,6 +1920,7 @@ usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h usr/include/llvm/Transforms/Scalar/InferAlignment.h usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/include/llvm/Transforms/Scalar/JumpTableToSwitch.h usr/include/llvm/Transforms/Scalar/JumpThreading.h usr/include/llvm/Transforms/Scalar/LICM.h usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h @@ -1872,7 +1936,6 @@ usr/include/llvm/Transforms/Scalar/LoopInterchange.h usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h usr/include/llvm/Transforms/Scalar/LoopPassManager.h usr/include/llvm/Transforms/Scalar/LoopPredication.h -usr/include/llvm/Transforms/Scalar/LoopReroll.h usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h @@ -1930,6 +1993,7 @@ usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h +usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h @@ -1995,6 +2059,7 @@ usr/include/llvm/Transforms/Utils/UnrollLoop.h usr/include/llvm/Transforms/Utils/VNCoercion.h usr/include/llvm/Transforms/Utils/ValueMapper.h usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h @@ -2038,7 +2103,6 @@ usr/lib/cmake/llvm/FindLibEdit.cmake usr/lib/cmake/llvm/FindLibpfm.cmake usr/lib/cmake/llvm/FindOCaml.cmake usr/lib/cmake/llvm/FindSphinx.cmake -usr/lib/cmake/llvm/FindTerminfo.cmake usr/lib/cmake/llvm/FindZ3.cmake usr/lib/cmake/llvm/Findzstd.cmake usr/lib/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2063,6 +2127,10 @@ usr/lib/cmake/llvm/TensorFlowCompile.cmake usr/lib/cmake/llvm/UseLibtool.cmake usr/lib/cmake/llvm/VersionFromVCS.cmake usr/lib/cmake/llvm/llvm-driver-template.cpp.in +usr/lib/libLLVM-19.so +usr/lib/libLLVM.so +usr/lib/libLLVM.so.18.1 +usr/lib/libLLVM.so.19.1 usr/lib/libLLVMAArch64AsmParser.a usr/lib/libLLVMAArch64CodeGen.a usr/lib/libLLVMAArch64Desc.a @@ -2098,6 +2166,7 @@ usr/lib/libLLVMBitstreamReader.a usr/lib/libLLVMCFGuard.a usr/lib/libLLVMCFIVerify.a usr/lib/libLLVMCodeGen.a +usr/lib/libLLVMCodeGenData.a usr/lib/libLLVMCodeGenTypes.a usr/lib/libLLVMCore.a usr/lib/libLLVMCoroutines.a @@ -2163,6 +2232,7 @@ usr/lib/libLLVMObjCARCOpts.a usr/lib/libLLVMObjCopy.a usr/lib/libLLVMObject.a usr/lib/libLLVMObjectYAML.a +usr/lib/libLLVMOptDriver.a usr/lib/libLLVMOption.a usr/lib/libLLVMOrcDebugging.a usr/lib/libLLVMOrcJIT.a @@ -2178,6 +2248,7 @@ usr/lib/libLLVMPowerPCInfo.a usr/lib/libLLVMProfileData.a usr/lib/libLLVMRemarks.a usr/lib/libLLVMRuntimeDyld.a +usr/lib/libLLVMSandboxIR.a usr/lib/libLLVMScalarOpts.a usr/lib/libLLVMSelectionDAG.a usr/lib/libLLVMSupport.a @@ -2188,8 +2259,8 @@ usr/lib/libLLVMSystemZDesc.a usr/lib/libLLVMSystemZDisassembler.a usr/lib/libLLVMSystemZInfo.a usr/lib/libLLVMTableGen.a +usr/lib/libLLVMTableGenBasic.a usr/lib/libLLVMTableGenCommon.a -usr/lib/libLLVMTableGenGlobalISel.a usr/lib/libLLVMTarget.a usr/lib/libLLVMTargetParser.a usr/lib/libLLVMTextAPI.a @@ -2212,13 +2283,10 @@ usr/lib/libLLVMX86Info.a usr/lib/libLLVMX86TargetMCA.a usr/lib/libLLVMXRay.a usr/lib/libLLVMipo.a -usr/lib/libLLVM-18.so -usr/lib/libLLVM.so -usr/lib/libLLVM.so.18.1 usr/lib/libLTO.so -usr/lib/libLTO.so.18.1 +usr/lib/libLTO.so.19.1 usr/lib/libRemarks.so -usr/lib/libRemarks.so.18.1 +usr/lib/libRemarks.so.19.1 usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so usr/lib64/cmake/llvm/AddLLVM.cmake @@ -2235,7 +2303,6 @@ usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake usr/lib64/cmake/llvm/FindOCaml.cmake usr/lib64/cmake/llvm/FindSphinx.cmake -usr/lib64/cmake/llvm/FindTerminfo.cmake usr/lib64/cmake/llvm/FindZ3.cmake usr/lib64/cmake/llvm/Findzstd.cmake usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake @@ -2260,9 +2327,10 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-18.so +usr/lib64/libLLVM-19.so usr/lib64/libLLVM.so usr/lib64/libLLVM.so.18.1 +usr/lib64/libLLVM.so.19.1 usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2298,6 +2366,7 @@ usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2363,6 +2432,7 @@ usr/lib64/libLLVMObjCARCOpts.a usr/lib64/libLLVMObjCopy.a usr/lib64/libLLVMObject.a usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOptDriver.a usr/lib64/libLLVMOption.a usr/lib64/libLLVMOrcDebugging.a usr/lib64/libLLVMOrcJIT.a @@ -2378,6 +2448,7 @@ usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMSandboxIR.a usr/lib64/libLLVMScalarOpts.a usr/lib64/libLLVMSelectionDAG.a usr/lib64/libLLVMSupport.a @@ -2388,8 +2459,8 @@ usr/lib64/libLLVMSystemZDesc.a usr/lib64/libLLVMSystemZDisassembler.a usr/lib64/libLLVMSystemZInfo.a usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a -usr/lib64/libLLVMTableGenGlobalISel.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a usr/lib64/libLLVMTextAPI.a @@ -2413,9 +2484,9 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.18.1 +usr/lib64/libLTO.so.19.1 usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.18.1 +usr/lib64/libRemarks.so.19.1 usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT diff --git a/devel/linux-rl9-qt5-qttools/Makefile b/devel/linux-rl9-qt5-qttools/Makefile index 309af07caffb..e0053f67b4a3 100644 --- a/devel/linux-rl9-qt5-qttools/Makefile +++ b/devel/linux-rl9-qt5-qttools/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -5.el9 -PORTREVISION= 3 +DISTVERSIONSUFFIX= -6.el9 +PORTREVISION= 4 CATEGORIES= devel linux PKGNAMESUFFIX= -qttools diff --git a/devel/linux-rl9-qt5-qttools/distinfo b/devel/linux-rl9-qt5-qttools/distinfo index a58b6439a9e3..e9c6e79f6797 100644 --- a/devel/linux-rl9-qt5-qttools/distinfo +++ b/devel/linux-rl9-qt5-qttools/distinfo @@ -1,27 +1,27 @@ -TIMESTAMP = 1734288813 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.aarch64.rpm) = ab3831878803314df32a7057f0f12470dd136862a61a99a26cf88739ecb2cd64 -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.aarch64.rpm) = 40151 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.x86_64.rpm) = 1b8400c7aae0f1932d733bd01ad97044ed2ea5fe0d4a469c5762f1deec69470c -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.x86_64.rpm) = 40283 -SHA256 (rocky/q/qt5-qttools-common-5.15.9-5.el9.noarch.rpm) = 4edf61dc600d99ef490b13b19853435fb65e83beb28310bea31777e0f815e449 -SIZE (rocky/q/qt5-qttools-common-5.15.9-5.el9.noarch.rpm) = 10316 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.aarch64.rpm) = 8477ad1ba95f86396751c268a97d0162ec11ca0870ed8406ef4ab056f217ecf7 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.aarch64.rpm) = 2829186 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.i686.rpm) = 3a91a9eb23412817b5f84c20f6fb9f1cd9346c552b976f5e43097a46b085e285 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.i686.rpm) = 2949626 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.x86_64.rpm) = ff3f632343480bc61c2fdd2a07cc8afa0afacf0baccf0d32645952a9f9e370e6 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-5.el9.x86_64.rpm) = 2827575 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.aarch64.rpm) = 9d4fe85fd116bf73f0d12a0b072eb2a857df8c481ae94f04cd6a7349fb3983b5 -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.aarch64.rpm) = 805452 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.i686.rpm) = e75aa47355887e3662b9d587351deea89153fa412e1d411ad795c39f4ded5b4d -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.i686.rpm) = 881437 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.x86_64.rpm) = c1fdbf520c254f57d9ad806ab51eca75ae7cfc9b1fa6503b888d3acb2103d52e -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-5.el9.x86_64.rpm) = 801989 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.aarch64.rpm) = 57dfba34fbd6511b2c86aaead9a4ebfab909753e33c079ae34327698421d9ec3 -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.aarch64.rpm) = 158996 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.i686.rpm) = b9932dcd424903f7490276be825680890d069c787a4d33f06d8b74885562f96e -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.i686.rpm) = 178589 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.x86_64.rpm) = 144261840fb75f7a9d0bb756c323ec1d703677a5417bdf307b850132ab760f0d -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-5.el9.x86_64.rpm) = 158238 -SHA256 (rocky/q/qt5-qttools-5.15.9-5.el9.src.rpm) = 4592a2cc39d43fddb724e390e3f264dc4f8a4b312eac2335ef119661ad80817f -SIZE (rocky/q/qt5-qttools-5.15.9-5.el9.src.rpm) = 8922055 +TIMESTAMP = 1750648840 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = ca809684d8ad6f6233f97b416747ab62d0a3cd74446960d0cb1da84463e64b58 +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = 39417 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 4ce589d916e623d82e9fb81034eeb72f229bfec9b515fdaee9b7566ea1147641 +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 39823 +SHA256 (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 4aad543770fdfb17760eff0bb24acbf3495acc7d9e3ccd33508295e470932c64 +SIZE (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 10227 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 6b4e3bee56d7d9402ff480ee040a880c576556433691ba1e6ac7153aa55a83e8 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 2828271 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 37010208672ca9871a39c85df0c144415d4e0eafbf3b7f61b4c4ae29a0fd63e6 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 2950313 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = aa4da453778031ab4cfb7a5ef022d7f954cc864ee63af7898b8b4ea8a1f4b170 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = 2826994 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 0135a3b3d2bb4f515cce4ad29d367c332e0bcf66b0df416cee66e44e1a582098 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 805111 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = bfa58717e5989357dd37c5529dc4f6ce6b9ed3246c8101afc9eb63859e7e8ea6 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = 880069 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 91813d9b030f90c38beb1dd96d44837590a08f3015b9e4c50b6dd9a4884093b2 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 801515 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 657d3c4f949a78495eeb91f45e26022f986a9a451b0f401c438205a6565dfe43 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 158798 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 0e67a9a3193ae088983cd54f434054636d9b7467971d42f7ae5b1388c625d602 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 178232 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = c45e7badd13496fffa5a9b4b174fb502cc811572d150af7622b37fdbe7a7da72 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = 157951 +SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = b5bf621c0495215b0dc053f0ef4abfd65b95d28bb82baacca78fbfb5de8b906b +SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = 8921992 diff --git a/devel/linux-rl9-strace/Makefile b/devel/linux-rl9-strace/Makefile index 6c6f8276dc75..b94866731f46 100644 --- a/devel/linux-rl9-strace/Makefile +++ b/devel/linux-rl9-strace/Makefile @@ -1,6 +1,6 @@ PORTNAME= strace -PORTVERSION= 5.18 -DISTVERSIONSUFFIX= -2.el9 +PORTVERSION= 6.12 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org diff --git a/devel/linux-rl9-strace/distinfo b/devel/linux-rl9-strace/distinfo index d0e98d76e42f..c4c07eca0f85 100644 --- a/devel/linux-rl9-strace/distinfo +++ b/devel/linux-rl9-strace/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1706860420 -SHA256 (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 09f70a66adcea1e3778ccf07f41d8dfedb365c1dfa2b5eb50810d39f07525507 -SIZE (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 1368782 -SHA256 (rocky/s/strace-5.18-2.el9.x86_64.rpm) = f189da0f9d11a954f2e2828f50580fd8a1c72a9d086d984523734b6e230177d1 -SIZE (rocky/s/strace-5.18-2.el9.x86_64.rpm) = 1428127 -SHA256 (rocky/s/strace-5.18-2.el9.src.rpm) = 5e461fe9b700d4825a9a16b551d408bdbb838b71bea152143e3009d2c5944803 -SIZE (rocky/s/strace-5.18-2.el9.src.rpm) = 2342957 +TIMESTAMP = 1750640836 +SHA256 (rocky/s/strace-6.12-1.el9.aarch64.rpm) = fd121702060e101505e6cec78f182c0477bacb257bbfe9b23721d9028d30fc59 +SIZE (rocky/s/strace-6.12-1.el9.aarch64.rpm) = 1490213 +SHA256 (rocky/s/strace-6.12-1.el9.x86_64.rpm) = d8742200d9c2bfb4c77eebd4783f163af7b5a6c7809353d3268890f209c08507 +SIZE (rocky/s/strace-6.12-1.el9.x86_64.rpm) = 1568070 +SHA256 (rocky/s/strace-6.12-1.el9.src.rpm) = 8ec35a115005836b9ba3278481ac9a185a4c255c0665c5115d82a182ed14c007 +SIZE (rocky/s/strace-6.12-1.el9.src.rpm) = 2650546 diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile index 31d44f17958f..4bbf2349ef97 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -46.el9_5.3 -PORTREVISION= 8 +DISTVERSIONSUFFIX= -51.el9 +PORTREVISION= 9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index c6d24c12dadc..b969b9aa4893 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1744743838 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.aarch64.rpm) = 50a52c9e60f63e8e46265e4f51c12e8b14102d1279316b9ab104cf23b45bcae5 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.aarch64.rpm) = 654123 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.i686.rpm) = 2190eddae6f2b0b3b2c3f71df0a21c57910df829cc164df9e171bd96b36d4bc8 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.i686.rpm) = 718930 -SHA256 (rocky/s/systemd-libs-252-46.el9_5.3.x86_64.rpm) = 1bf716f1acba9276adb3867646bf0e101a29761d2c6873b6882be0c1f8f6f8d0 -SIZE (rocky/s/systemd-libs-252-46.el9_5.3.x86_64.rpm) = 687037 -SHA256 (rocky/s/systemd-252-46.el9_5.3.src.rpm) = 3bd8fb27b46fb3f63dfcd94967f1e71d540f90fc034855c8403e823d712bdbe1 -SIZE (rocky/s/systemd-252-46.el9_5.3.src.rpm) = 37043431 +TIMESTAMP = 1750640941 +SHA256 (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 290348dbffb6fa411e95db673cdeb1d955ec9a67d9e26aa9b002a5af9927846f +SIZE (rocky/s/systemd-libs-252-51.el9.aarch64.rpm) = 657055 +SHA256 (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 13efacbcf1e1f1fbef08bb849166885a3ca177fc505401534c90156b211df5e4 +SIZE (rocky/s/systemd-libs-252-51.el9.i686.rpm) = 721681 +SHA256 (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = aaf874508c33c2cd5553c7d5cdd1ca93d1307b86c6448e04355e247c03623bb5 +SIZE (rocky/s/systemd-libs-252-51.el9.x86_64.rpm) = 690071 +SHA256 (rocky/s/systemd-252-51.el9.src.rpm) = c5ca5061a8d5223610a55099df1a676dfde16809a07b31752b247c951ad1324b +SIZE (rocky/s/systemd-252-51.el9.src.rpm) = 42963242 diff --git a/devel/nimble/Makefile b/devel/nimble/Makefile index 7e3edf0fda72..fb59d0e76591 100644 --- a/devel/nimble/Makefile +++ b/devel/nimble/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/nim-lang/nimble LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +DEPRECATED= Depends on expiring lang/nim +EXPIRATION_DATE=2025-09-01 + BUILD_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim RUN_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index ae2ed3ff7d45..cb5500584fd4 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -10,7 +10,7 @@ COMMENT= Defines an abstract type of buffer that can move data without copying WWW= http://www.ossp.org/pkg/lib/al/ DEPRECATED= Obsolete and abandoned upstream, last release in 2005 -EXPIRATION_DATE=2024-07-31 +EXPIRATION_DATE=2025-07-31 LIB_DEPENDS= libex.so:devel/ossp-ex diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile deleted file mode 100644 index 080592759baa..000000000000 --- a/devel/py-atomicwrites/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= atomicwrites -DISTVERSION= 1.4.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Atomic file writes -WWW= https://python-atomicwrites.readthedocs.io/en/latest/ \ - https://github.com/untitaker/python-atomicwrites - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Jul 16, 2022. Upstream suggests os.replace and os.rename instead -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo deleted file mode 100644 index 4c4e4fc9e5f2..000000000000 --- a/devel/py-atomicwrites/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1726487340 -SHA256 (atomicwrites-1.4.1.tar.gz) = 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11 -SIZE (atomicwrites-1.4.1.tar.gz) = 14227 diff --git a/devel/py-atomicwrites/pkg-descr b/devel/py-atomicwrites/pkg-descr deleted file mode 100644 index f0e06c4b6ba1..000000000000 --- a/devel/py-atomicwrites/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Atomic file writes library for Python, featuring race-free assertions, Windows -support (although untested) and simple high level API. diff --git a/devel/py-orange-canvas-core/Makefile b/devel/py-orange-canvas-core/Makefile deleted file mode 100644 index 3f03f7f4ddb8..000000000000 --- a/devel/py-orange-canvas-core/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= orange-canvas-core -DISTVERSION= 0.1.20 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Core component of Orange Canvas -WWW= https://orangedatamining.com/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expired misc/py-dictdiffer -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.11:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.8.1:textproc/py-CommonMark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cachecontrol>0:www/py-cachecontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dictdiffer>0:misc/py-dictdiffer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pip>=18.0:devel/py-pip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qasync>0:devel/py-qasync@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-orange-canvas-core/distinfo b/devel/py-orange-canvas-core/distinfo deleted file mode 100644 index 5f04c1384641..000000000000 --- a/devel/py-orange-canvas-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619973672 -SHA256 (orange-canvas-core-0.1.20.tar.gz) = 94aa0209445445afcc82f2e31bcef3d4dbfeeb1e11cc2c77e5106456b9bffa49 -SIZE (orange-canvas-core-0.1.20.tar.gz) = 429080 diff --git a/devel/py-orange-canvas-core/pkg-descr b/devel/py-orange-canvas-core/pkg-descr deleted file mode 100644 index f75014c24162..000000000000 --- a/devel/py-orange-canvas-core/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Orange Canvas Core is a framework for building graphical user interfaces for -editing workflows. It is a component used to build the Orange Canvas data-mining -application (for which it was developed in the first place). diff --git a/devel/py-orange-widget-base/Makefile b/devel/py-orange-widget-base/Makefile deleted file mode 100644 index 587414b2c7b9..000000000000 --- a/devel/py-orange-widget-base/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= orange-widget-base -DISTVERSION= 4.13.0 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Base widget for Orange canvas -WWW= https://orangedatamining.com/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-orange-canvas-core -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}AnyQt>0:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orange-canvas-core>=0.1.20:devel/py-orange-canvas-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-orange-widget-base/distinfo b/devel/py-orange-widget-base/distinfo deleted file mode 100644 index 648a1799c15f..000000000000 --- a/devel/py-orange-widget-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619977473 -SHA256 (orange-widget-base-4.13.0.tar.gz) = 8d7827550413b9f4563503c0d9d38a0467c58a6b74e29a32ed80237840470a1a -SIZE (orange-widget-base-4.13.0.tar.gz) = 845369 diff --git a/devel/py-orange-widget-base/pkg-descr b/devel/py-orange-widget-base/pkg-descr deleted file mode 100644 index e7762854a3cf..000000000000 --- a/devel/py-orange-widget-base/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This project implements the base OWBaseWidget class and utilities for use in -Orange Canvas workflows. - -Provides: -* OWBaseWidget class -* gui module for building GUI -* WidgetsScheme the workflow execution model/bridge -* basic configuration for a workflow based application diff --git a/devel/py-pytest-pep8/Makefile b/devel/py-pytest-pep8/Makefile deleted file mode 100644 index a21a6573c879..000000000000 --- a/devel/py-pytest-pep8/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= pytest-pep8 -PORTVERSION= 1.0.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= meka@tilda.center -COMMENT= Pytest plugin to check PEP8 requirements -WWW= https://bitbucket.org/pytest-dev/pytest-pep8 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.4.2:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest4-cache>=0:devel/py-pytest4-cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pep8>=1.3:devel/pep8@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -TEST_ENV= PYTHONPATH=${WRKSRC}/src - -NO_ARCH= yes - -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - -k 'not test_strict \ - and not test_ok_verbose \ - and not test_mtime_caching \ - and not test_w293w292' - -.include <bsd.port.mk> diff --git a/devel/py-pytest-pep8/distinfo b/devel/py-pytest-pep8/distinfo deleted file mode 100644 index 630ae17b20d7..000000000000 --- a/devel/py-pytest-pep8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1576898226 -SHA256 (pytest-pep8-1.0.6.tar.gz) = 032ef7e5fa3ac30f4458c73e05bb67b0f036a8a5cb418a534b3170f89f120318 -SIZE (pytest-pep8-1.0.6.tar.gz) = 7271 diff --git a/devel/py-pytest-pep8/pkg-descr b/devel/py-pytest-pep8/pkg-descr deleted file mode 100644 index 780de3813157..000000000000 --- a/devel/py-pytest-pep8/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This plugin allows to configure on a per-project and per-file basis which -errors or warnings to care about. diff --git a/devel/py-pytest-relaxed/Makefile b/devel/py-pytest-relaxed/Makefile deleted file mode 100644 index e9a83c19d882..000000000000 --- a/devel/py-pytest-relaxed/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= pytest-relaxed -DISTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Relaxed test discovery/organization for pytest -WWW= https://pytest-relaxed.readthedocs.io/ - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=3:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils pytest - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest-relaxed/distinfo b/devel/py-pytest-relaxed/distinfo deleted file mode 100644 index 25d4af770626..000000000000 --- a/devel/py-pytest-relaxed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1711809605 -SHA256 (pytest-relaxed-2.0.2.tar.gz) = 956ea028ec30dbbfb680dd8e7b4a7fb8f80a239595e88bace018bf2c0d718248 -SIZE (pytest-relaxed-2.0.2.tar.gz) = 27876 diff --git a/devel/py-pytest-relaxed/files/patch-tests_test__display.py b/devel/py-pytest-relaxed/files/patch-tests_test__display.py deleted file mode 100644 index 9bfced24100d..000000000000 --- a/devel/py-pytest-relaxed/files/patch-tests_test__display.py +++ /dev/null @@ -1,23 +0,0 @@ -# Two tests fail when warnings are present in the test run -# https://github.com/bitprophet/pytest-relaxed/issues/7 - ---- tests/test_display.py.orig 2022-12-17 02:40:44 UTC -+++ tests/test_display.py -@@ -18,7 +18,7 @@ def _expect_regular_output(testdir): - assert "== FAILURES ==" in output - assert "AssertionError" in output - # Summary -- assert "== 1 failed, 4 passed, 1 skipped in " in output -+ assert "== 1 failed, 4 passed, 1 skipped" in output - - - class TestRegularFunctions: -@@ -166,7 +166,7 @@ OtherBehaviors - assert "== FAILURES ==" in output - assert "AssertionError" in output - # Summary -- assert "== 1 failed, 4 passed, 1 skipped in " in output -+ assert "== 1 failed, 4 passed, 1 skipped" in output - - def test_tests_are_colorized_by_test_result( - self, testdir, environ # noqa: F811,E501 diff --git a/devel/py-pytest-relaxed/pkg-descr b/devel/py-pytest-relaxed/pkg-descr deleted file mode 100644 index 5f2e68860ea4..000000000000 --- a/devel/py-pytest-relaxed/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This pytest plugin takes a page from the rest of Python, where you don't -have to explicitly note public module/class members, but only need to -hint as to which ones are private. - -By default, all files and objects pytest is told to scan will be considered -tests; to mark something as not-a-test, simply prefix it with an underscore. diff --git a/devel/py-pytest-runner/Makefile b/devel/py-pytest-runner/Makefile deleted file mode 100644 index 05e85828798b..000000000000 --- a/devel/py-pytest-runner/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= pytest-runner -PORTVERSION= 6.0.1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Test support for pytest runner in setup.py -WWW= https://github.com/pytest-dev/pytest-runner - -LICENSE= MIT - -DEPRECATED= pytest-runner depends on deprecated features of setuptools -EXPIRATION_DATE= 2024-12-31 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist pep517 pytest - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest-runner/distinfo b/devel/py-pytest-runner/distinfo deleted file mode 100644 index ebbbbc8656ba..000000000000 --- a/devel/py-pytest-runner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1701687286 -SHA256 (pytest-runner-6.0.1.tar.gz) = 70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882f0f49b -SIZE (pytest-runner-6.0.1.tar.gz) = 16056 diff --git a/devel/py-pytest-runner/files/patch-setup.py b/devel/py-pytest-runner/files/patch-setup.py deleted file mode 100644 index d2372d7538e9..000000000000 --- a/devel/py-pytest-runner/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2022-09-10 13:31:26 UTC -+++ setup.py -@@ -0,0 +1,6 @@ -+#!/usr/bin/env python -+ -+import setuptools -+ -+if __name__ == "__main__": -+ setuptools.setup() diff --git a/devel/py-pytest-runner/pkg-descr b/devel/py-pytest-runner/pkg-descr deleted file mode 100644 index b774ab9399b1..000000000000 --- a/devel/py-pytest-runner/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Setup scripts can use pytest-runner to add setup.py test support -for pytest runner. - -Notice: pytest-runner depends on deprecated features of setuptools and relies on -features that break security mechanisms in pip. - -It is recommended that you: - -- Remove 'pytest-runner' from your setup_requires, preferably removing the - setup_requires option. -- Remove 'pytest' and any other testing requirements from tests_require, - preferably removing the tests_requires option. -- Select a tool to bootstrap and then run tests such as tox. diff --git a/devel/py-pytest4-cache/Makefile b/devel/py-pytest4-cache/Makefile deleted file mode 100644 index 70fa9c2ea820..000000000000 --- a/devel/py-pytest4-cache/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= pytest4-cache -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= loader@FreeBSD.org -COMMENT= Pytest plugin with mechanisms for caching across test runs (legacy version for pytest 4) -WWW= https://bitbucket.org/hpk42/pytest-cache/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-cache - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.2:devel/py-pytest4@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} - -NO_ARCH= yes -USES= python -USE_PYTHON= autoplist distutils -DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} -TEST_TARGET= test -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-cache/distinfo b/devel/py-pytest4-cache/distinfo deleted file mode 100644 index 919dc0f71ed9..000000000000 --- a/devel/py-pytest4-cache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649284663 -SHA256 (pytest-cache-1.0.tar.gz) = be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea31b07a9 -SIZE (pytest-cache-1.0.tar.gz) = 16242 diff --git a/devel/py-pytest4-cache/files/patch-setup.py b/devel/py-pytest4-cache/files/patch-setup.py deleted file mode 100644 index 75426dd0c02d..000000000000 --- a/devel/py-pytest4-cache/files/patch-setup.py +++ /dev/null @@ -1,36 +0,0 @@ ---- setup.py.orig 2013-06-04 19:10:04 UTC -+++ setup.py -@@ -1,4 +1,24 @@ - from setuptools import setup -+from setuptools.command.test import test as TestCommand -+ -+class PyTest(TestCommand): -+ user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] -+ -+ def initialize_options(self): -+ TestCommand.initialize_options(self) -+ self.pytest_args = [] -+ -+ def finalize_options(self): -+ TestCommand.finalize_options(self) -+ self.test_args = [] -+ self.test_suite = True -+ -+ def run_tests(self): -+ # import here, because outside the eggs aren't loaded -+ import pytest -+ errno = pytest.main(self.pytest_args) -+ sys.exit(errno) -+ - setup( - name='pytest-cache', - description='pytest plugin with mechanisms for caching across test runs', -@@ -10,6 +30,8 @@ setup( - py_modules=['pytest_cache'], - entry_points={'pytest11': ['cacheprovider = pytest_cache']}, - install_requires=['pytest>=2.2', 'execnet>=1.1.dev1', ], -+ tests_require=['pytest'], -+ cmdclass={'test': PyTest}, - classifiers=[ - 'Development Status :: 3 - Alpha', - 'Intended Audience :: Developers', diff --git a/devel/py-pytest4-cache/pkg-descr b/devel/py-pytest4-cache/pkg-descr deleted file mode 100644 index 3a22082396c7..000000000000 --- a/devel/py-pytest4-cache/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -pytest plugin with mechanisms for caching across test runs. diff --git a/devel/py-pytest4-cov/Makefile b/devel/py-pytest4-cov/Makefile deleted file mode 100644 index 04ca8ac30946..000000000000 --- a/devel/py-pytest4-cov/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= pytest4-cov -PORTVERSION= 2.9.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= Pytest plugin for measuring coverage (legacy version for pytest 4) -WWW= https://github.com/pytest-dev/pytest-cov - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-cov - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest4>=3.6:devel/py-pytest4@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-cov/distinfo b/devel/py-pytest4-cov/distinfo deleted file mode 100644 index dfe93af0583b..000000000000 --- a/devel/py-pytest4-cov/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1590933452 -SHA256 (pytest-cov-2.9.0.tar.gz) = b6a814b8ed6247bd81ff47f038511b57fe1ce7f4cc25b9106f1a4b106f1d9322 -SIZE (pytest-cov-2.9.0.tar.gz) = 54269 diff --git a/devel/py-pytest4-cov/pkg-descr b/devel/py-pytest4-cov/pkg-descr deleted file mode 100644 index 412f3e2ca2c5..000000000000 --- a/devel/py-pytest4-cov/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This plugin produces coverage reports. It supports centralised testing and -distributed testing in both load and each modes. It also supports coverage of -subprocesses. - -All features offered by the coverage package should be available, either through -pytest-cov or through coverage's config file. diff --git a/devel/py-pytest4-flakes/Makefile b/devel/py-pytest4-flakes/Makefile deleted file mode 100644 index 008caa9a9d69..000000000000 --- a/devel/py-pytest4-flakes/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pytest4-flakes -PORTVERSION= 4.0.5 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Pytest plugin for efficiently checking python source with pyflakes (legacy version for pytest4) -WWW= https://github.com/fschulze/pytest-flakes - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring devel/py-pytest4 -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest-flakes - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.8.0:devel/py-pytest4@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist -NO_ARCH= yes -PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} - -.include <bsd.port.mk> diff --git a/devel/py-pytest4-flakes/distinfo b/devel/py-pytest4-flakes/distinfo deleted file mode 100644 index d82fb3f8aed0..000000000000 --- a/devel/py-pytest4-flakes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1714112551 -SHA256 (pytest-flakes-4.0.5.tar.gz) = 953134e97215ae31f6879fbd7368c18d43f709dc2fab5b7777db2bb2bac3a924 -SIZE (pytest-flakes-4.0.5.tar.gz) = 7313 diff --git a/devel/py-pytest4-flakes/pkg-descr b/devel/py-pytest4-flakes/pkg-descr deleted file mode 100644 index 07e6f78cd414..000000000000 --- a/devel/py-pytest4-flakes/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -pytest plugin to check source code with pyflakes. diff --git a/devel/py-pytest4/Makefile b/devel/py-pytest4/Makefile deleted file mode 100644 index 3aaa97dcacbc..000000000000 --- a/devel/py-pytest4/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -PORTNAME= pytest -PORTVERSION= 4.6.11 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 4 - -MAINTAINER= python@FreeBSD.org -COMMENT= Simple powerful testing with Python (legacy version 4) -WWW= https://docs.pytest.org/en/latest/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pluggy0>=0.12<1.0:devel/py-pluggy0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}py>=1.5.0:devel/py-py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -TEST_DEPENDS= bash:shells/bash \ - lsof:sysutils/lsof \ - ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.56:devel/py-hypothesis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/testing/test_parseopt.py - -# test_cache_failure_warns fails -# https://github.com/pytest-dev/pytest/issues/1845 -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_cache_failure_warns' - -.include <bsd.port.mk> diff --git a/devel/py-pytest4/distinfo b/devel/py-pytest4/distinfo deleted file mode 100644 index db173fdad5c5..000000000000 --- a/devel/py-pytest4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1620405525 -SHA256 (pytest-4.6.11.tar.gz) = 50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353 -SIZE (pytest-4.6.11.tar.gz) = 952305 diff --git a/devel/py-pytest4/files/patch-testing-test_parseopt.py b/devel/py-pytest4/files/patch-testing-test_parseopt.py deleted file mode 100644 index 22683ffee3af..000000000000 --- a/devel/py-pytest4/files/patch-testing-test_parseopt.py +++ /dev/null @@ -1,11 +0,0 @@ ---- testing/test_parseopt.py.orig 2020-06-05 12:09:03 UTC -+++ testing/test_parseopt.py -@@ -305,7 +305,7 @@ def test_argcomplete(testdir, monkeypatch): - # redirect output from argcomplete to stdin and stderr is not trivial - # http://stackoverflow.com/q/12589419/1307905 - # so we use bash -- fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" python -m pytest 8>&1 9>&2') -+ fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" %%PYTHON_CMD%% -m pytest 8>&1 9>&2') - # alternative would be exteneded Testdir.{run(),_run(),popen()} to be able - # to handle a keyword argument env that replaces os.environ in popen or - # extends the copy, advantage: could not forget to restore diff --git a/devel/py-pytest4/pkg-descr b/devel/py-pytest4/pkg-descr deleted file mode 100644 index 7dc46df7aed8..000000000000 --- a/devel/py-pytest4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The pytest testing tool makes it easy to write small tests, yet scales to -support complex functional testing. - -Features: - - * Detailed info on failing assert statements - * Auto-discovery of test modules and functions - * Modular fixtures to manage small or parametrized long-lived test resources - * Can run unittest (or trial), nose test suites out of the box - * Rich plugin architecture, with over 315+ external plugins diff --git a/devel/py-spyder-unittest/Makefile b/devel/py-spyder-unittest/Makefile deleted file mode 100644 index f9185875658e..000000000000 --- a/devel/py-spyder-unittest/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= spyder-unittest -DISTVERSION= 0.6.0 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Plugin to run tests from within the Spyder IDE -WWW= https://github.com/spyder-ide/spyder-unittest - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expiring devel/spyder -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \ - spyder>0:devel/spyder - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-spyder-unittest/distinfo b/devel/py-spyder-unittest/distinfo deleted file mode 100644 index 07f7a2fff484..000000000000 --- a/devel/py-spyder-unittest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1688370744 -SHA256 (spyder_unittest-0.6.0.tar.gz) = 3c6ba7b7e5b7cb22313a5cf103098805f3b8b00c60301621f10afc98002462dd -SIZE (spyder_unittest-0.6.0.tar.gz) = 59067 diff --git a/devel/py-spyder-unittest/pkg-descr b/devel/py-spyder-unittest/pkg-descr deleted file mode 100644 index 18f4cd42d67f..000000000000 --- a/devel/py-spyder-unittest/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Spyder-unittest is a plugin that integrates popular unit test frameworks with -Spyder, allowing you to run test suites and view the results in the IDE. - -The plugin supports the unittest module in the Python standard library as well -as the pytest and nose testing frameworks. Support for pytest is most complete -at the moment. diff --git a/devel/spyder/Makefile b/devel/spyder/Makefile deleted file mode 100644 index e0c5aa73242a..000000000000 --- a/devel/spyder/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -PORTNAME= spyder -DISTVERSIONPREFIX= v -DISTVERSION= 6.0.7 -CATEGORIES= devel science python - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Scientific PYthon Development EnviRonment, an alternative to IDLE -WWW= https://www.spyder-ide.org \ - https://github.com/spyder-ide/spyder - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.3:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asyncssh>=2.14.0:security/py-asyncssh@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.2.0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=2.0.0:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.5.0:devel/py-cloudpickle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cookiecutter>=1.6.0:devel/py-cookiecutter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=20181111:textproc/py-diff-match-patch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6.0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}intervaltree>=3.0.2:devel/py-intervaltree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=8.13.0:devel/ipython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jedi>=0.17.2:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jellyfish>=0.7:devel/py-jellyfish@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=17.0.0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nbconvert>=4.0:devel/py-nbconvert@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpydoc>=0.6.0:textproc/py-numpydoc@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}parso>=0.7.0:textproc/py-parso@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=4.4.0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pickleshare>=0.4:databases/py-pickleshare@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>=5.3:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyGithub>=2.3.0:devel/py-PyGithub@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \ - pylint${PYTHON_PKGNAMESUFFIX}>=3.1:devel/pylint@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylint-venv>=3.0.2:devel/py-pylint-venv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyls-spyder>=0.4.0:textproc/py-pyls-spyder@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qt5-webengine>=5.15:www/py-qt5-webengine@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-lsp-black>=2.0.0:textproc/py-python-lsp-black@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-lsp-server>=1.12.0:textproc/py-python-lsp-server@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyuca>=1.2:devel/py-pyuca@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>=24.0.0:net/py-pyzmq@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QDarkStyle>=3.2.0:textproc/py-QDarkStyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qstylizer>=0.2.2:devel/py-qstylizer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QtAwesome>=1.3.1:x11-fonts/py-QtAwesome@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qtconsole>0:devel/py-qtconsole@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QtPy>=2.4.0:devel/py-QtPy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rtree>=0.9.7:devel/py-rtree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=49.6.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6.6:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spyder-kernels>=3.0.2:devel/py-spyder-kernels@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}superqt>=0.6.2:x11-toolkits/py-superqt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}textdistance>=4.2.0:textproc/py-textdistance@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}three-merge>=0.1.1:textproc/py-three-merge@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}watchdog>=0.10.3:devel/py-watchdog@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0.26:devel/py-xdg@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yarl>=1.9.4:www/py-yarl@${PY_FLAVOR} - -USES= desktop-file-utils python pyqt:5 -USE_PYTHON= distutils autoplist noflavors -USE_PYQT= pyqt5 - -USE_GITHUB= yes -GH_ACCOUNT= spyder-ide - -NO_ARCH= yes - -DOCSDIR= ${PYTHON_SITELIBDIR}/spyder - -post-extract: - # remove bundled dependencies - @${RM} -r ${WRKSRC}/external-deps/* - # remove unnecessary files - @${RM} ${WRKSRC}/spyder/plugins/updatemanager/scripts/install.sh - -post-patch: - # the second regex is to downgrade spyder-kernels requirement to 2.5.1 - ${REINPLACE_CMD} \ - -E 's|,<[0-9.=]+||' \ - ${WRKSRC}/setup.py \ - ${WRKSRC}/binder/environment.yml \ - ${WRKSRC}/requirements/main.yml \ - ${WRKSRC}/spyder/dependencies.py - -.include <bsd.port.mk> diff --git a/devel/spyder/distinfo b/devel/spyder/distinfo deleted file mode 100644 index 4957393e2664..000000000000 --- a/devel/spyder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1747967628 -SHA256 (spyder-ide-spyder-v6.0.7_GH0.tar.gz) = a917307482500b4bfbebcbd17ab4e672e0df91ba82e1e00d5203e700052348eb -SIZE (spyder-ide-spyder-v6.0.7_GH0.tar.gz) = 15831723 diff --git a/devel/spyder/files/patch-setup.py b/devel/spyder/files/patch-setup.py deleted file mode 100644 index d713aaca8e57..000000000000 --- a/devel/spyder/files/patch-setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.py.orig 2023-11-08 03:05:24 UTC -+++ setup.py -@@ -91,7 +91,7 @@ def get_data_files(): - """ - Return data_files in a platform dependent manner. - """ -- if sys.platform.startswith('linux'): -+ if sys.platform.startswith('linux') or sys.platform.startswith('freebsd'): - data_files = [('share/applications', ['scripts/spyder.desktop']), - ('share/icons', ['img_src/spyder.png']), - ('share/metainfo', -@@ -199,7 +199,6 @@ setup_args = dict( - 'Topic :: Scientific/Engineering', - 'Topic :: Software Development :: Widget Sets', - ], -- cmdclass=CMDCLASS, - ) - - diff --git a/devel/spyder/pkg-descr b/devel/spyder/pkg-descr deleted file mode 100644 index 05784fd19f4d..000000000000 --- a/devel/spyder/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Spyder (previously known as Pydee) is a powerful interactive development -environment for the Python language with advanced editing, interactive -testing, debugging and introspection features diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index d1889c18e436..79e3d4a4d0a0 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.92test13 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.92test14 # remember to bump PORTEPOCH when going from test to rc! # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 6 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 83ac6d911bd3..bf9c91d33cbb 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749509231 -SHA256 (dnsmasq-2.92test13.tar.xz) = ee47735aeabb9f19cac70d103bec2f26f63fb66fdd50ffa6f6a18df80f00deb6 -SIZE (dnsmasq-2.92test13.tar.xz) = 582912 +TIMESTAMP = 1750716872 +SHA256 (dnsmasq-2.92test14.tar.xz) = cacd60d76b11ead7eacc1bbf3e7ed48cd667989af49b48f1fe4872946dbad51b +SIZE (dnsmasq-2.92test14.tar.xz) = 583132 diff --git a/emulators/linux-rl9/Makefile b/emulators/linux-rl9/Makefile index fb0e780a6c3c..8e3984606821 100644 --- a/emulators/linux-rl9/Makefile +++ b/emulators/linux-rl9/Makefile @@ -1,6 +1,5 @@ PORTNAME= linux-rl9 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 11 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 3f198a3ed1d1..628b300ba9f9 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,6 +1,5 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 14 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} diff --git a/emulators/linux_base-rl9/Makefile.version b/emulators/linux_base-rl9/Makefile.version index 8f00bbe00c51..6bc9e8c58232 100644 --- a/emulators/linux_base-rl9/Makefile.version +++ b/emulators/linux_base-rl9/Makefile.version @@ -2,31 +2,31 @@ basesystem_ver= 11-13.el9.0.1 bash_ver= 5.1.8-9.el9 brotli_ver= 1.0.9-7.el9_5 bzip2_ver= 1.0.8-10.el9_5 -coreutils_ver= 8.32-36.el9 +coreutils_ver= 8.32-39.el9 diffutils_ver= 3.7-12.el9 -e2fsprogs_ver= 1.46.5-5.el9 +e2fsprogs_ver= 1.46.5-7.el9 filesystem_ver= 3.16-5.el9 findutils_ver= 4.8.0-7.el9 -fuse_ver= 2.9.9-16.el9 +fuse_ver= 2.9.9-17.el9 gawk_ver= 5.1.0-6.el9 gcc_ver= 11.5.0-5.el9_5 gdbm_ver= 1.23-1.el9 geocode-glib_ver= 3.26.2-5.el9 glib-networking_ver= 2.68.3-3.el9 -glib2_ver= 2.68.4-14.el9_4.1 -glibc_ver= 2.34-125.el9_5.8 +glib2_ver= 2.68.4-16.el9 +glibc_ver= 2.34-168.el9_6.19 gmp_ver= 6.2.0-13.el9 grep_ver= 3.6-5.el9 info_ver= 6.7-15.el9 json-glib_ver= 1.6.6-1.el9 keyutils_ver= 1.6.3-1.el9 -krb5_ver= 1.21.1-4.el9_5 +krb5_ver= 1.21.1-6.el9 less_ver= 590-5.el9 libacl_ver= 2.3.1-4.el9 libattr_ver= 2.5.1-3.el9 libcap_ver= 2.48-9.el9_2 libdatrie_ver= 0.2.13-4.el9 -libdb_ver= 5.3.28-54.el9 +libdb_ver= 5.3.28-55.el9 libedit_ver= 3.1-38.20210216cvs.el9 libevdev_ver= 1.11.0-3.el9 libffi_ver= 3.4.2-8.el9 @@ -36,7 +36,7 @@ libnattr_ver= 2.5.1-3.el9 libproxy_ver= 0.4.15-35.el9 libpsl_ver= 0.21.1-5.el9 libsigsegv_ver= 2.13-4.el9 -libsoup_ver= 2.72.0-8.el9_5.3 +libsoup_ver= 2.72.0-10.el9_6.2 libunistring_ver= 0.9.10-15.el9 libverto_ver= 0.3.2-3.el9 libxcrypt_ver= 4.4.18-3.el9 @@ -50,14 +50,14 @@ popt_ver= 1.18-8.el9 readline_ver= 8.1-4.el9 rocky-release_ver= 9.5-1.2.el9 sed_ver= 4.8-9.el9 -selinux_ver= 3.6-1.el9 -sepol_ver= 3.6-1.el9 +selinux_ver= 3.6-3.el9 +sepol_ver= 3.6-2.el9 setserial_ver= 2.17-54.el9 setup_ver= 2.13.7-10.el9 slang_ver= 2.3.2-11.el9 sqlite_ver= 3.34.1-7.el9_3 -util_ver= 2.37.4-20.el9 +util_ver= 2.37.4-21.el9 which_ver= 2.21-29.el9 xz_ver= 5.2.5-8.el9_0 zlib_ver= 1.2.11-40.el9 -zstd_ver= 1.5.1-2.el9 +zstd_ver= 1.5.5-1.el9 diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo index 0845a6f46dc1..a187221c7d0c 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1749554464 +TIMESTAMP = 1750633076 SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 SHA256 (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = f6b8bbdbd96ecb8d240a4d3c4a038f58faeab170015b07c7096d02157838279d @@ -15,24 +15,24 @@ SHA256 (rocky/b/bzip2-libs-1.0.8-10.el9_5.i686.rpm) = 3e7d1321c13f53b170717d150f SIZE (rocky/b/bzip2-libs-1.0.8-10.el9_5.i686.rpm) = 40141 SHA256 (rocky/b/bzip2-libs-1.0.8-10.el9_5.x86_64.rpm) = 1741762b008088e223b9ec386bc77322b95ab47ed8e982e32e8f3d11997955be SIZE (rocky/b/bzip2-libs-1.0.8-10.el9_5.x86_64.rpm) = 39972 -SHA256 (rocky/c/coreutils-8.32-36.el9.aarch64.rpm) = 97dedc47d3c920a40f9d9ff01d8b062124fbe3b3f93151b3230453667b2bb772 -SIZE (rocky/c/coreutils-8.32-36.el9.aarch64.rpm) = 1133904 -SHA256 (rocky/c/coreutils-8.32-36.el9.x86_64.rpm) = 9c5f9d4b74543a16b32fdb1536b53ac42042c9ad0acb794f9ab91655c069eb19 -SIZE (rocky/c/coreutils-8.32-36.el9.x86_64.rpm) = 1181131 +SHA256 (rocky/c/coreutils-8.32-39.el9.aarch64.rpm) = f7b726650ec026e994ebaa181715950109b962ae8da21309ba59b8286137252f +SIZE (rocky/c/coreutils-8.32-39.el9.aarch64.rpm) = 1113137 +SHA256 (rocky/c/coreutils-8.32-39.el9.x86_64.rpm) = 73a91621d9303290c1e27d2a834df4e5532d94dfa9ef2eca984d97f1fd2249a5 +SIZE (rocky/c/coreutils-8.32-39.el9.x86_64.rpm) = 1158633 SHA256 (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = df77e6cb59b73a1ff3d007c8011c689bf9bdbd416889bce8d65dc9855144e335 SIZE (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = 391813 SHA256 (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = d3932991f5d9b1e5f6326e376cf77f3f676bbf0c5657b2ddf1013bfdb4738a69 SIZE (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = 396968 -SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.aarch64.rpm) = 5e7e13ef9e10c5eb625e0c6edb8e913e235a630f567f939f02c1d4f4c2470d2b -SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.aarch64.rpm) = 1018362 -SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.x86_64.rpm) = f79ac72b32036502f10e4a679fb4817758de89006f71b695b53c06f13084247a -SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.x86_64.rpm) = 1026807 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.aarch64.rpm) = ce2bbbd636414190a36fd76a959c1d519b2fd92da85187501d9b9fe96e93f5e3 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.aarch64.rpm) = 227421 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.i686.rpm) = a026908e1861a2f63ec281c2c7b8add14899c257d47e7c4c1141cb489b4fc537 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.i686.rpm) = 259694 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-5.el9.x86_64.rpm) = 7c465f9f430781cec46d6d6ae0c45a3a22a0838eb4c6819e8410224dfa505df9 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-5.el9.x86_64.rpm) = 226783 +SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = bb0d5e64092fe8f539dac21a35f559dfa2453521b09ace9b0b39feb9c23f6923 +SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = 1015999 +SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 18fee60bd62d5ef248447df59d2a9c89a6c07c560bca05fd5e69a174357ed68e +SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 1022981 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 0aaecc33fe832814e6e1107f5c885ce296b41de0d8e453614714f76f467bd4e4 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 226870 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 1dddaf5a9adfb8da036e49ec0d58a217122fae2af63cd4cec24ce25b37f0bbcc +SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 259414 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 2e2cf05b97d183343cc8d84c77d3af7c49f3a153f6fdbd93c7c34b44c79a2c61 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 226202 SHA256 (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 373dffb499081ae9f7573af300e4087b4abc6f54a25dfd7c8cc63b295c2d4e03 SIZE (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 1117518 SHA256 (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = cabe98453b9517158c5a045cfec0418b747c874da2717d183f4296f240bdf8d9 @@ -41,16 +41,16 @@ SHA256 (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = b77862b75f970d95a6943c46133 SIZE (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = 550234 SHA256 (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 1c9c28792695c61ced41da9337f323111973ba7eea938c3c11944532e384a662 SIZE (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 549239 -SHA256 (rocky/f/fuse-2.9.9-16.el9.aarch64.rpm) = 3dd56d0baa2c83b6ee5d0dc9be112031783d0a124f51b0f0bd512209112cae9c -SIZE (rocky/f/fuse-2.9.9-16.el9.aarch64.rpm) = 79610 -SHA256 (rocky/f/fuse-2.9.9-16.el9.x86_64.rpm) = fc076e7835b9de97d00be6610bb3851b2bc18993c681caa2fbb5901bb1999879 -SIZE (rocky/f/fuse-2.9.9-16.el9.x86_64.rpm) = 80044 -SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.aarch64.rpm) = 6944c5d19a9328391fb7535799c6acee9598e6b7a0625d2c69833a6cd28980cc -SIZE (rocky/f/fuse-libs-2.9.9-16.el9.aarch64.rpm) = 96342 -SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.i686.rpm) = 7f094b2e5654f3790165441e505914fb3a0c825cff92410bbbd31e60f2d78491 -SIZE (rocky/f/fuse-libs-2.9.9-16.el9.i686.rpm) = 109504 -SHA256 (rocky/f/fuse-libs-2.9.9-16.el9.x86_64.rpm) = 0fb2172f73c49e359315f89da8ff0bfa78c2bdd8ec6a6891597e83a0601210fd -SIZE (rocky/f/fuse-libs-2.9.9-16.el9.x86_64.rpm) = 98099 +SHA256 (rocky/f/fuse-2.9.9-17.el9.aarch64.rpm) = 42b60a7fc59e9b73c010f6609c14cd44ded2d8adf03bf43752152841bf409382 +SIZE (rocky/f/fuse-2.9.9-17.el9.aarch64.rpm) = 79069 +SHA256 (rocky/f/fuse-2.9.9-17.el9.x86_64.rpm) = f1de06c2c41e5fe6071609b369e499c282af7a85f09ecb0475f0100df12e6dda +SIZE (rocky/f/fuse-2.9.9-17.el9.x86_64.rpm) = 79519 +SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.aarch64.rpm) = 7729aaf4b9ec5689dd7d5a0972b27866c58eff063034c621f9d80b747c2012cd +SIZE (rocky/f/fuse-libs-2.9.9-17.el9.aarch64.rpm) = 95924 +SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.i686.rpm) = 2ad507dc955f3623462089d64eb0b0d211fa48380d5600f760a2526fea4c63be +SIZE (rocky/f/fuse-libs-2.9.9-17.el9.i686.rpm) = 109570 +SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.x86_64.rpm) = 4ce8725296d740d70aed725d3946244dab5c263ca846dc6cb571f7a2d0aa858c +SIZE (rocky/f/fuse-libs-2.9.9-17.el9.x86_64.rpm) = 97719 SHA256 (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = c831415c883ab8ecd6d62373cea563c73042d06463c91e6645f82984eeb12c74 SIZE (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = 999013 SHA256 (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = eaca68b315d6c2ef5ec30deaf9b7c38401e2ed0169972d158fd88b917e8a47dc @@ -73,32 +73,32 @@ SHA256 (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 2a7824f80e9ef343a8467da SIZE (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 180304 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 -SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.aarch64.rpm) = a720ff7488134ba4fef07680e45a1fd757b50a9b83edb9ae9f70d4740c8aeb7d -SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.aarch64.rpm) = 2708566 -SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.i686.rpm) = 70fc96806a62a13d46e6786f52b340c5099d9672e59370d6ac9f1c170a258a52 -SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.i686.rpm) = 2824506 -SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.x86_64.rpm) = 80a459770f044a232087c6e3483ceaf118807987d51e2501c4e5bdf64b1bb58d -SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.x86_64.rpm) = 2741037 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.aarch64.rpm) = 7110fd3359cce2266a72df6e9b4f85320c54ca8e90ff159f58f3fe65d287698d -SIZE (rocky/g/glibc-2.34-125.el9_5.8.aarch64.rpm) = 1772281 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.i686.rpm) = 143b942ced528c17fc3e2bd8cb0cfed70aeb8f098d4e82f533e7a8703946e9c7 -SIZE (rocky/g/glibc-2.34-125.el9_5.8.i686.rpm) = 1984225 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.x86_64.rpm) = b7fcc189398338475f84a2538e628de3fd0bb0ac778d66c9e4ee06e0fc177689 -SIZE (rocky/g/glibc-2.34-125.el9_5.8.x86_64.rpm) = 2039086 -SHA256 (rocky/g/glibc-all-langpacks-2.34-125.el9_5.8.aarch64.rpm) = bd033f52cd6c65b4b4faccd7c012d6af4e85a670452a847af6ea2bfe54d68d49 -SIZE (rocky/g/glibc-all-langpacks-2.34-125.el9_5.8.aarch64.rpm) = 18730073 -SHA256 (rocky/g/glibc-all-langpacks-2.34-125.el9_5.8.x86_64.rpm) = c138c3b76ee3bf0d4268068ff560c0ffb821ac0135f78ab6825c817ec3539cb2 -SIZE (rocky/g/glibc-all-langpacks-2.34-125.el9_5.8.x86_64.rpm) = 18731797 -SHA256 (rocky/g/glibc-common-2.34-125.el9_5.8.aarch64.rpm) = a0e38ead8793c1071f2f6e7cd6c8cb5c764e21d7b7e5f40d8c6700beadb3c3e4 -SIZE (rocky/g/glibc-common-2.34-125.el9_5.8.aarch64.rpm) = 287567 -SHA256 (rocky/g/glibc-common-2.34-125.el9_5.8.x86_64.rpm) = 07878f56af2ac82507b59e13e786b7dd9811243c4230c5a310ecfb2c43877b1d -SIZE (rocky/g/glibc-common-2.34-125.el9_5.8.x86_64.rpm) = 296884 -SHA256 (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.aarch64.rpm) = 431e843b276b489f1872969fb53c17059ec576917b9ea08b9c7d849f86bfc1fa -SIZE (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.aarch64.rpm) = 1711363 -SHA256 (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.i686.rpm) = d343406cbb75cf8609ff61e02e41d17b3edd6b755666de35bb5708fbc65f0e4f -SIZE (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.i686.rpm) = 1682322 -SHA256 (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.x86_64.rpm) = 57d45448e415f7447d20320596031e01a609f102d341c3a8a2cafadacc31ac1d -SIZE (rocky/g/glibc-gconv-extra-2.34-125.el9_5.8.x86_64.rpm) = 1645776 +SHA256 (rocky/g/glib2-2.68.4-16.el9.aarch64.rpm) = 541e7161b729d7ca7697420c11c910cc76b14a621385a3635388c7e2ebeba769 +SIZE (rocky/g/glib2-2.68.4-16.el9.aarch64.rpm) = 2704830 +SHA256 (rocky/g/glib2-2.68.4-16.el9.i686.rpm) = ef4ab5a8ef717fb418930105447e6974809b2f380ffac61538e95a19b60f6a51 +SIZE (rocky/g/glib2-2.68.4-16.el9.i686.rpm) = 2823474 +SHA256 (rocky/g/glib2-2.68.4-16.el9.x86_64.rpm) = 4830c7ff22fd986efb3b5802d08029cbdc33a6dbbad55fb6c272c55218e51211 +SIZE (rocky/g/glib2-2.68.4-16.el9.x86_64.rpm) = 2737173 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.aarch64.rpm) = 2acd8162d1e26f0c6eaf81e5f95b2c380e9c9d0ab8585ca7f21ce2d0bb1fecf5 +SIZE (rocky/g/glibc-2.34-168.el9_6.19.aarch64.rpm) = 1768161 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.i686.rpm) = eb383ff671bbca2657ba373645448effc4207fc5f8382c4aca6f96ffda7c01d5 +SIZE (rocky/g/glibc-2.34-168.el9_6.19.i686.rpm) = 1978180 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.x86_64.rpm) = 9c51750fa82466b52c66f1dc1b86ada5ace1b4197eb12189843f2061556cad04 +SIZE (rocky/g/glibc-2.34-168.el9_6.19.x86_64.rpm) = 2030908 +SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.aarch64.rpm) = 9f9abef6ee86b90a3f7ce97285a02d127795d1a15e90af240ad24bf8da7b6296 +SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.aarch64.rpm) = 18717407 +SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.x86_64.rpm) = 001e936bfb8621c0152322ad29f7c913311856c84449482fbf26c3086b69c66e +SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.19.x86_64.rpm) = 18717415 +SHA256 (rocky/g/glibc-common-2.34-168.el9_6.19.aarch64.rpm) = 8e6b5ab2d6a95051efb5e8e7e1241d0feaad178d15af41b40903bdc898e4b09e +SIZE (rocky/g/glibc-common-2.34-168.el9_6.19.aarch64.rpm) = 292320 +SHA256 (rocky/g/glibc-common-2.34-168.el9_6.19.x86_64.rpm) = 136530d214a30424970457d573dd36f0fb574d40f7ee42c790e6d344efe27734 +SIZE (rocky/g/glibc-common-2.34-168.el9_6.19.x86_64.rpm) = 302086 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.aarch64.rpm) = e3fa2c7ea577941866340331ba481691ab4e5966b55f9825d21d8a8ef0c33d40 +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.aarch64.rpm) = 1679013 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.i686.rpm) = 028ec1e9626ef03acc25e29ce1c0b10147085b638e7bd075cfe081db43b53a26 +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.i686.rpm) = 1642987 +SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.x86_64.rpm) = 3e8a0692ee91644568ce89bbbf092ed4ee9512a072a8a627f44730e248f6d587 +SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.19.x86_64.rpm) = 1615301 SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 SHA256 (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 186f9821881081e526d4a8a6e34240e55db8830380bf4d1303e4e1d5d6e9f755 @@ -129,12 +129,12 @@ SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 1921ffd05b1bd783c199ba0306 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 31963 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 -SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.aarch64.rpm) = 9a31da451bc9ac69dc814b716aca6c5e9740d1a02b7dd89e8a42f060aacba0c7 -SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.aarch64.rpm) = 777976 -SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.i686.rpm) = 903eff09563f1391eda7e961c9d8c2754e98cddc3dcf10221260147631cb3c28 -SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.i686.rpm) = 824464 -SHA256 (rocky/k/krb5-libs-1.21.1-4.el9_5.x86_64.rpm) = 9f46dae9e1ded35472f1071eb87ebfa4790d0e69187235f773404de61785ad6f -SIZE (rocky/k/krb5-libs-1.21.1-4.el9_5.x86_64.rpm) = 774100 +SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.aarch64.rpm) = 1c6205f377fc9cbf0cbbeee71aa38d851e94988d15ded5a393819a0cc7de9e21 +SIZE (rocky/k/krb5-libs-1.21.1-6.el9.aarch64.rpm) = 776066 +SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.i686.rpm) = 4751680ff8b8e5ea728ef0b3609290044e8e2761f069ef9c7fbc458d64ab9d00 +SIZE (rocky/k/krb5-libs-1.21.1-6.el9.i686.rpm) = 822506 +SHA256 (rocky/k/krb5-libs-1.21.1-6.el9.x86_64.rpm) = 143365a2e51654b7c80350b975749d3b61a300ab4718f817b49f9aaa4951982d +SIZE (rocky/k/krb5-libs-1.21.1-6.el9.x86_64.rpm) = 772433 SHA256 (rocky/l/less-590-5.el9.aarch64.rpm) = d80cae3c354ae8417b77f1205c1da5175a79b1663e342b73094d874c9aa41066 SIZE (rocky/l/less-590-5.el9.aarch64.rpm) = 163430 SHA256 (rocky/l/less-590-5.el9.x86_64.rpm) = b6ec3819b307d9a65eb269c8b2737479444267ead009c99ca474db7ad8907052 @@ -151,12 +151,12 @@ SHA256 (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = f0deb20bf7f31dddaf9a85b7acc806c7 SIZE (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = 18745 SHA256 (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 77742a1097d81c384b8c7529e3c049fb7de206b773ad230553be99ba5c9d9fc1 SIZE (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 18347 -SHA256 (rocky/l/libblkid-2.37.4-20.el9.aarch64.rpm) = 8522a13f39ee76a77ff47f4cfd34f8b6e22c7909efb6cd030a59c001df9e94ff -SIZE (rocky/l/libblkid-2.37.4-20.el9.aarch64.rpm) = 108380 -SHA256 (rocky/l/libblkid-2.37.4-20.el9.i686.rpm) = 5767efe0e33bcb56ba00fb37ade069fb1494b4bf1876d9f386ebef6181eb3b5c -SIZE (rocky/l/libblkid-2.37.4-20.el9.i686.rpm) = 120871 -SHA256 (rocky/l/libblkid-2.37.4-20.el9.x86_64.rpm) = 685281417c4346761b44ac727a511a3de222ed8454c01a446b1349890a634f6d -SIZE (rocky/l/libblkid-2.37.4-20.el9.x86_64.rpm) = 108917 +SHA256 (rocky/l/libblkid-2.37.4-21.el9.aarch64.rpm) = 1210764b98d9077fe9ad4f536de8f8b5384b1d066ac9d4c3e8595277964f2697 +SIZE (rocky/l/libblkid-2.37.4-21.el9.aarch64.rpm) = 108359 +SHA256 (rocky/l/libblkid-2.37.4-21.el9.i686.rpm) = e47685f135721ba7453dcda9f4a2764b89bd2e5be3f91d92aa07c7fe4afd4e6b +SIZE (rocky/l/libblkid-2.37.4-21.el9.i686.rpm) = 120461 +SHA256 (rocky/l/libblkid-2.37.4-21.el9.x86_64.rpm) = 6a65c588cbc5546f5bd2701b5716278ae44a05220cd539535a3958b6ea038830 +SIZE (rocky/l/libblkid-2.37.4-21.el9.x86_64.rpm) = 108730 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.aarch64.rpm) = e7a412a4613c6032c93bd217a413916ad87014139991441ac2d2cc4e58ce0213 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.aarch64.rpm) = 318461 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.i686.rpm) = 4baea718bd3b48888564bebe2700c7cd13eab6033f08d2ac24cd1581af3af514 @@ -169,24 +169,24 @@ SHA256 (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = dfb7395d3db508bccc8e6f8e76f74707 SIZE (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = 69926 SHA256 (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = f399db0064e09ccf71d9a395454fefb1ca38076f18fac9e08104816bd9324c32 SIZE (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = 68237 -SHA256 (rocky/l/libcom_err-1.46.5-5.el9.aarch64.rpm) = 60ef191ff670f7de4658af55cd3f926e323ccbddcb7974b228916cb5dd28fe7b -SIZE (rocky/l/libcom_err-1.46.5-5.el9.aarch64.rpm) = 25574 -SHA256 (rocky/l/libcom_err-1.46.5-5.el9.i686.rpm) = 44f3c65fcc8a82eccc7359b64ea1e26cf27ea18b7248ed2c817d38d5860dffbd -SIZE (rocky/l/libcom_err-1.46.5-5.el9.i686.rpm) = 26404 -SHA256 (rocky/l/libcom_err-1.46.5-5.el9.x86_64.rpm) = f5e5232e19bccd8f9ac5e4972f3b0e85dee8991c842aa7cc8f44d1bd18932388 -SIZE (rocky/l/libcom_err-1.46.5-5.el9.x86_64.rpm) = 25930 +SHA256 (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 2dd31415307a05334ae9bc961ad34b17afc23e9b9533a1e0ac5539e6260c44d8 +SIZE (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 25418 +SHA256 (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 0f4854ca0c95136a887a846a0ffec291a7a4839fb1fc30c683a28dad7e1d32e5 +SIZE (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 26174 +SHA256 (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 4582ab872db9d39aaf4a7f0137c957eeb42a65f620216a3f381b00e8d2265194 +SIZE (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 25808 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = ad561550ee0c35b3ed7c273e937fcac159c894e15500ad30f95dff15db1ecbdf SIZE (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = 32212 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = fd1e5f28c41e4123ee3beb34cf13eecdf68fe8db96017fa617b80bf7593f170d SIZE (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = 33322 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 820f090a87181c921892fdb5744c53cb935eca5e303d4adbaba0d04ae35a4a61 SIZE (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 32491 -SHA256 (rocky/l/libdb-5.3.28-54.el9.aarch64.rpm) = 266bb43149e67399cbcf8247787c1b784a50c420cc57a7b4173a5793b7eefb4b -SIZE (rocky/l/libdb-5.3.28-54.el9.aarch64.rpm) = 724070 -SHA256 (rocky/l/libdb-5.3.28-54.el9.i686.rpm) = cf1032c555c54fcc2afb18820e7bf3539f045612a15833136dd88da43b7dc863 -SIZE (rocky/l/libdb-5.3.28-54.el9.i686.rpm) = 824898 -SHA256 (rocky/l/libdb-5.3.28-54.el9.x86_64.rpm) = d32cf8a7c3f631d5b0bafcdf5fa6bf6c8438ccd5d0466943310ad8deef886f15 -SIZE (rocky/l/libdb-5.3.28-54.el9.x86_64.rpm) = 753408 +SHA256 (rocky/l/libdb-5.3.28-55.el9.aarch64.rpm) = c8afbf7d987ef6ad8cbfebe5394f141f048ee8320f33e6262bc1148e230e7670 +SIZE (rocky/l/libdb-5.3.28-55.el9.aarch64.rpm) = 724197 +SHA256 (rocky/l/libdb-5.3.28-55.el9.i686.rpm) = 66cbe56c6f0b4fcca411712b7d0c6995a8eddb60295180e6bb09cf762c3828f5 +SIZE (rocky/l/libdb-5.3.28-55.el9.i686.rpm) = 822965 +SHA256 (rocky/l/libdb-5.3.28-55.el9.x86_64.rpm) = 4a1b890fbb02c7a84fe0473e086317d2956ef39f32721434ead04efea1f77c4b +SIZE (rocky/l/libdb-5.3.28-55.el9.x86_64.rpm) = 753520 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 7f5937f4debf7eaa0f7a92e321d6d35bee089f42c7d7529c1ad4fbd7c270ea4b SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 103897 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 657f0a7d99887b7cde2a241ecfde72973747486ac056a19b27c92c59fc0a3b02 @@ -199,12 +199,12 @@ SHA256 (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = c301d9e380ad02e5545ddbd703d4fd SIZE (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = 42952 SHA256 (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 6e62f64bd004b988017571a11b72d9b177d75368236f17af81b4c479ce8d5e31 SIZE (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 45846 -SHA256 (rocky/l/libfdisk-2.37.4-20.el9.aarch64.rpm) = 068e888c074721a9b1975d6c3c1d41acabb7e765919208b30dcdaf562778ead1 -SIZE (rocky/l/libfdisk-2.37.4-20.el9.aarch64.rpm) = 151388 -SHA256 (rocky/l/libfdisk-2.37.4-20.el9.i686.rpm) = ef771a53073e75fec2acc3b30f429aec1c3d036c5999fd563edcc58a83819fff -SIZE (rocky/l/libfdisk-2.37.4-20.el9.i686.rpm) = 171716 -SHA256 (rocky/l/libfdisk-2.37.4-20.el9.x86_64.rpm) = 8f2f07dd3beeb80214db6bca60969a64c71b69a9220c7262df8c915033de1a50 -SIZE (rocky/l/libfdisk-2.37.4-20.el9.x86_64.rpm) = 156514 +SHA256 (rocky/l/libfdisk-2.37.4-21.el9.aarch64.rpm) = c51d46e0d1ddb506b92b2f20d466017fc9622f9c5dd69e2d647e33043f6f7670 +SIZE (rocky/l/libfdisk-2.37.4-21.el9.aarch64.rpm) = 151116 +SHA256 (rocky/l/libfdisk-2.37.4-21.el9.i686.rpm) = 9db4abc6a9c128d22fc16410a588e5220063ad333b81a3610b66552f24cb2cd9 +SIZE (rocky/l/libfdisk-2.37.4-21.el9.i686.rpm) = 171546 +SHA256 (rocky/l/libfdisk-2.37.4-21.el9.x86_64.rpm) = a7af319a0426a67bb1cf9c193f88f16fc5663b8d7f57227249557344871c8917 +SIZE (rocky/l/libfdisk-2.37.4-21.el9.x86_64.rpm) = 156379 SHA256 (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 1a6fe133eab781288e5ecef0cdde627d57f7d67efb3ded23ec5d9e5a22fb6ab4 SIZE (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 35443 SHA256 (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 9e365ba0dc6786a12578c91cdb2013b1336d857f932fff70bfca798f9e5279dc @@ -229,18 +229,18 @@ SHA256 (rocky/l/libidn2-2.3.0-7.el9.i686.rpm) = dd02219555652565f3ce99ede5979d0c SIZE (rocky/l/libidn2-2.3.0-7.el9.i686.rpm) = 98675 SHA256 (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = be32d8ba7ff8cf790c15d89c5ea18747d7fcc0126782a0e80f15901bb9889b31 SIZE (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = 97676 -SHA256 (rocky/l/libmount-2.37.4-20.el9.aarch64.rpm) = f10b35190a67203cae540dc5d0381d26d4ab5623d753511d439917517bb11434 -SIZE (rocky/l/libmount-2.37.4-20.el9.aarch64.rpm) = 134935 -SHA256 (rocky/l/libmount-2.37.4-20.el9.i686.rpm) = 21eddd2c18c7c9d68d8f5f24786db134250f447f4624d7d67224071deec77d94 -SIZE (rocky/l/libmount-2.37.4-20.el9.i686.rpm) = 145048 -SHA256 (rocky/l/libmount-2.37.4-20.el9.x86_64.rpm) = 8ae34772bc519310fbb3eae367bb81ebcc0add25d75155cba8d9af67947d7fb0 -SIZE (rocky/l/libmount-2.37.4-20.el9.x86_64.rpm) = 137687 -SHA256 (rocky/l/libnsl-2.34-125.el9_5.8.aarch64.rpm) = 75d7046c0a82d6c2e925af8e6b82da273e4f9cc51bf932a109ebbdc1afe83a26 -SIZE (rocky/l/libnsl-2.34-125.el9_5.8.aarch64.rpm) = 57614 -SHA256 (rocky/l/libnsl-2.34-125.el9_5.8.i686.rpm) = 1228b53e473128050b7a708a16d72a9dbad5d16986968115ea91ff2549182bef -SIZE (rocky/l/libnsl-2.34-125.el9_5.8.i686.rpm) = 62745 -SHA256 (rocky/l/libnsl-2.34-125.el9_5.8.x86_64.rpm) = f4913ddc988030d92b68a9c7bd8ae2af0c8521870cf931b72e59232c96fe2fef -SIZE (rocky/l/libnsl-2.34-125.el9_5.8.x86_64.rpm) = 58181 +SHA256 (rocky/l/libmount-2.37.4-21.el9.aarch64.rpm) = e6152dabc095682cd575c76aa54c3b22ff8f3d9a7bc740106836b40e39d75688 +SIZE (rocky/l/libmount-2.37.4-21.el9.aarch64.rpm) = 134634 +SHA256 (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 8867477dbc4772e19144e45342eb707410bcf6b4271ebc241f986f0d18b5cb16 +SIZE (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 144706 +SHA256 (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 13de9f8ae01cdb98b0928b33325613a97dc917d1b1b5adb5d83f11ee05415e80 +SIZE (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 136970 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.aarch64.rpm) = 15e5fb181bda91b70af4591523c90264e30ab8967685903a9075e8d3ed8b3895 +SIZE (rocky/l/libnsl-2.34-168.el9_6.19.aarch64.rpm) = 63734 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.i686.rpm) = d595fc273ea5a3b1f2b5da203d3c8e54e7d5cc7b67ef7f2ee43ba4773128b033 +SIZE (rocky/l/libnsl-2.34-168.el9_6.19.i686.rpm) = 68936 +SHA256 (rocky/l/libnsl-2.34-168.el9_6.19.x86_64.rpm) = 9071af2a30152346263858ce67bd19dc9a5d5b7710936979bc7eda698826a7f1 +SIZE (rocky/l/libnsl-2.34-168.el9_6.19.x86_64.rpm) = 64403 SHA256 (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 31daa01dfa6eb8e0ae100cbdc20f0d73320598a934f0eabad830b0060027f2d2 SIZE (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 71753 SHA256 (rocky/l/libproxy-0.4.15-35.el9.i686.rpm) = 44c7d66545b791a88f1faf63dc6d686ddfaa8154aa45899cd1469dd7aed9f657 @@ -253,36 +253,36 @@ SHA256 (rocky/l/libpsl-0.21.1-5.el9.i686.rpm) = a8101c1d94803b6b84f818569d122a70 SIZE (rocky/l/libpsl-0.21.1-5.el9.i686.rpm) = 65579 SHA256 (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 30553c652451362ebf346a98ff45fa2417dc25a9a644401b4d86d9000c0346a9 SIZE (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 64862 -SHA256 (rocky/l/libselinux-3.6-1.el9.aarch64.rpm) = b54cca70a42bdbebe5bd62ae674e9f80ac6e08f4c2b6179b547edc09bd9d4f6c -SIZE (rocky/l/libselinux-3.6-1.el9.aarch64.rpm) = 86800 -SHA256 (rocky/l/libselinux-3.6-1.el9.i686.rpm) = e7e73bf702efd0bc91daad71aa70046d8650ab27b92b07e958ea083a79c511d0 -SIZE (rocky/l/libselinux-3.6-1.el9.i686.rpm) = 93600 -SHA256 (rocky/l/libselinux-3.6-1.el9.x86_64.rpm) = 50d204575b1cbf21e822c65bb9ed42416f6fcaf00e9be9ff5698a84036529ddd -SIZE (rocky/l/libselinux-3.6-1.el9.x86_64.rpm) = 87073 -SHA256 (rocky/l/libsepol-3.6-1.el9.aarch64.rpm) = ec1097b26e8134ab0b7bbe641525b5574720b4e8ffa8156a6f6111b470125c0d -SIZE (rocky/l/libsepol-3.6-1.el9.aarch64.rpm) = 324894 -SHA256 (rocky/l/libsepol-3.6-1.el9.i686.rpm) = e982b8a6e2ed94d01d992b56d5b3c2f6db7288fe93e8b482274cb0fae5203d2f -SIZE (rocky/l/libsepol-3.6-1.el9.i686.rpm) = 351074 -SHA256 (rocky/l/libsepol-3.6-1.el9.x86_64.rpm) = d58084e91e5f6d091b40a9485b52a3099dbcd82c48a9a60520d14a5aad2406fd -SIZE (rocky/l/libsepol-3.6-1.el9.x86_64.rpm) = 336922 +SHA256 (rocky/l/libselinux-3.6-3.el9.aarch64.rpm) = 9703e0531f15c1da12e382ee399c1459e7cec6fed0ec98645a170fa784acac87 +SIZE (rocky/l/libselinux-3.6-3.el9.aarch64.rpm) = 86553 +SHA256 (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 375d13bf313d55627a9e74b0d435f36bf363d9cca130567b47fdcd14a2cf4fa1 +SIZE (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 93243 +SHA256 (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 52f36acacd851901745f7729b7bce31ef7e5fa0fa250a0ce653d4e76dce02664 +SIZE (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 86789 +SHA256 (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = be5ad6b4cf9bf814b4672a67af5a8ef985a9a4e7943c6f5e3ec7ea793748d135 +SIZE (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = 324588 +SHA256 (rocky/l/libsepol-3.6-2.el9.i686.rpm) = cb50331f210c3799163e6d5b1ad1b21c9a4c2f479c045ded2d597a388ecd4e5a +SIZE (rocky/l/libsepol-3.6-2.el9.i686.rpm) = 350700 +SHA256 (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = e5da14a9afe825cced510db984c6bd767d7b1bb6aea1f6c3e2c4456c03dc70ee +SIZE (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = 336553 SHA256 (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 1935c944375f3bf40913bbda2cd87bbaf25a475be51c1662c24f54eb04da584b SIZE (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 27124 SHA256 (rocky/l/libsigsegv-2.13-4.el9.i686.rpm) = 312f6e760effbf2019985c86212d9ee73051b524918281ff7b0f229f6736da6a SIZE (rocky/l/libsigsegv-2.13-4.el9.i686.rpm) = 27681 SHA256 (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = a80701bd3f67994493b1a14e043d9212032c86fd24374c309cf2b7006900f4da SIZE (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = 27135 -SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.aarch64.rpm) = 540dd30afe7d5ea12916fd4ff1d771673a7cdd103e144014560109b4d027d869 -SIZE (rocky/l/libsmartcols-2.37.4-20.el9.aarch64.rpm) = 62175 -SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.i686.rpm) = 4924bb362ffa06e682d46fafd453bf9bd0965b54003903ffb8c6f9eb399ad756 -SIZE (rocky/l/libsmartcols-2.37.4-20.el9.i686.rpm) = 65437 -SHA256 (rocky/l/libsmartcols-2.37.4-20.el9.x86_64.rpm) = bda89ca67d387cc6aa39c6808ad7b5f9b6ccc9d02fb01617182a810633074653 -SIZE (rocky/l/libsmartcols-2.37.4-20.el9.x86_64.rpm) = 63334 -SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.3.aarch64.rpm) = 9f6a6e17631e14bba8cf236296b56dd6fea327eeb3d1fc1514f87bf357392ecf -SIZE (rocky/l/libsoup-2.72.0-8.el9_5.3.aarch64.rpm) = 390566 -SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.3.i686.rpm) = d172816face90e802801177eb9a3c0c572ef823dc71108ab1e5c2df9df8cb5e4 -SIZE (rocky/l/libsoup-2.72.0-8.el9_5.3.i686.rpm) = 419230 -SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.3.x86_64.rpm) = 2130c3c7f5f9087a637eee21a1d05e9046cd59b23820fcf5227163ec5d113957 -SIZE (rocky/l/libsoup-2.72.0-8.el9_5.3.x86_64.rpm) = 397192 +SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.aarch64.rpm) = 9a61634f7428f5b84c5c1281d8c76aeecb4cd94911a0a3571688ab03db376a03 +SIZE (rocky/l/libsmartcols-2.37.4-21.el9.aarch64.rpm) = 62348 +SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = eac9a17b0a9982116d5c1e30732fb582b9a006625dc8f364fb07164c49ceb1ae +SIZE (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = 65152 +SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = e3cd7c91d1e96f53440edfc60041f04a028c0ab3216e40213ea5868451a9c1bc +SIZE (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = 63120 +SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 8a3ee9fbab89e01674a1cc72f6287ed793c9db99a9cdabe134c8d040b56569e3 +SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 390282 +SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = c49556dc9c67ece4fe4142815068ddcbfabe175cb0e015a5482a49199e0b2f57 +SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = 418375 +SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 5a18681d01127ba2c0e251fbc4dcf4eb62685601a8aae20e3930d7137510af10 +SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 397144 SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = dda158bff05238aeb6dd2560603ef21f41cc252ac0ba404d4ec444c3f13c4c0e SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = 711196 SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.i686.rpm) = 755ff10fecb4f2c0bf09a620a6d3af84d041e57e92c6766102589a48fd31ac95 @@ -295,12 +295,12 @@ SHA256 (rocky/l/libunistring-0.9.10-15.el9.i686.rpm) = bf11f42137900620f5c6f2464 SIZE (rocky/l/libunistring-0.9.10-15.el9.i686.rpm) = 510707 SHA256 (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 7e8b90a282ec310de6766619056296bdf666f3040f22cff211cd52710b39ece5 SIZE (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 506614 -SHA256 (rocky/l/libuuid-2.37.4-20.el9.aarch64.rpm) = 0180e850a12b12877048a1dc1bcecc58e48f439fba4ca09bbf394b3f4c60a21d -SIZE (rocky/l/libuuid-2.37.4-20.el9.aarch64.rpm) = 27238 -SHA256 (rocky/l/libuuid-2.37.4-20.el9.i686.rpm) = b027fc81606102fc8accee466dcc2e454332d40852645710d853a1495f06baee -SIZE (rocky/l/libuuid-2.37.4-20.el9.i686.rpm) = 28328 -SHA256 (rocky/l/libuuid-2.37.4-20.el9.x86_64.rpm) = 24a4082728d22bfec44b9c77f060ab8b33ced51b8831881962ca8fa93c12db43 -SIZE (rocky/l/libuuid-2.37.4-20.el9.x86_64.rpm) = 27425 +SHA256 (rocky/l/libuuid-2.37.4-21.el9.aarch64.rpm) = fa438440f035b3e2c87d45c0ef4485f7c91458f4ed0f73b6fcc0f18533b406c5 +SIZE (rocky/l/libuuid-2.37.4-21.el9.aarch64.rpm) = 27157 +SHA256 (rocky/l/libuuid-2.37.4-21.el9.i686.rpm) = b0cfbc18ae67f2b4cc8605229c58fdd6dcbfa5c230e1991da3c1af9669029831 +SIZE (rocky/l/libuuid-2.37.4-21.el9.i686.rpm) = 28240 +SHA256 (rocky/l/libuuid-2.37.4-21.el9.x86_64.rpm) = 97c132661651a81f8a0abd41ce11a88b25c773ef2633be961717dedf2e65f07a +SIZE (rocky/l/libuuid-2.37.4-21.el9.x86_64.rpm) = 27457 SHA256 (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = d12d7f526c5ef9957f6e1d9be4b2b77ff892040e08112f0a8804677e3c668b64 SIZE (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = 20851 SHA256 (rocky/l/libverto-0.3.2-3.el9.i686.rpm) = aaa5c950e270962b5d5c1f59225dc96e205a58b4985430589adc34c753216b74 @@ -313,12 +313,12 @@ SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.i686.rpm) = a9df06cdddf956ae3de2052767bc8 SIZE (rocky/l/libxcrypt-4.4.18-3.el9.i686.rpm) = 124057 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = e3c178ed2e04ac25699d5af612fad51694a23f5d544b72cab2f65d35b8db5f28 SIZE (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = 117617 -SHA256 (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = b997fa077e854b7541c044dd2c213e9ecf18b67176a9e7f70dba11dc53f48d5e -SIZE (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = 314410 -SHA256 (rocky/l/libzstd-1.5.1-2.el9.i686.rpm) = be7a85f4e09963396cdc297cfaea7d0ee3551b733d5841ce8c5083f465afe8f5 -SIZE (rocky/l/libzstd-1.5.1-2.el9.i686.rpm) = 340877 -SHA256 (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 517b3080de2e0891cc346ba6b1548ef438b95dbede0e6e7a6deae89fc241f5bc -SIZE (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 337469 +SHA256 (rocky/l/libzstd-1.5.5-1.el9.aarch64.rpm) = 2bf515e49598e6226b47c5c1cc24e51f9550b15cef36380b283ad3959dbd0fe8 +SIZE (rocky/l/libzstd-1.5.5-1.el9.aarch64.rpm) = 279988 +SHA256 (rocky/l/libzstd-1.5.5-1.el9.i686.rpm) = 9bf54e27e5a0ba9ca43e807bed46819896168f887ca1cd83e66af87f160cbebb +SIZE (rocky/l/libzstd-1.5.5-1.el9.i686.rpm) = 289392 +SHA256 (rocky/l/libzstd-1.5.5-1.el9.x86_64.rpm) = c5c8b675cfad29fee013a84a2f70bcb958f400b654ff63455bb80597daae86ab +SIZE (rocky/l/libzstd-1.5.5-1.el9.x86_64.rpm) = 301084 SHA256 (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 41ce16a26c839c36cd84a836361ecd3ca4bc966bddc945af8cb70886331511ee SIZE (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 244002 SHA256 (rocky/m/mpfr-4.1.0-7.el9.i686.rpm) = b9352d80d67ac8b610269108a18bb0052ffec69b76ed4b318ebee58f4772f114 @@ -425,14 +425,14 @@ SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.i686.rpm) = 5003ec7b55f0d6e7ef97f157a SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.i686.rpm) = 678995 SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 9e9b58febeff10765c104ecebc8af189507ecd6c2a600f9b0d9207394117a063 SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 633300 -SHA256 (rocky/u/util-linux-2.37.4-20.el9.aarch64.rpm) = 19aed3883a7cf679e803c4ce1b59cdde339e756f4b9e431bb4b6f966a4b2aef1 -SIZE (rocky/u/util-linux-2.37.4-20.el9.aarch64.rpm) = 2294383 -SHA256 (rocky/u/util-linux-2.37.4-20.el9.x86_64.rpm) = f9be4cbe6cb6cbda39ef5d471cd7f4aed50070927ff0259d092ad34d46cc8196 -SIZE (rocky/u/util-linux-2.37.4-20.el9.x86_64.rpm) = 2296252 -SHA256 (rocky/u/util-linux-core-2.37.4-20.el9.aarch64.rpm) = 5707b7c504f04a85ccf95f5f2ac329398dc480356ae7dc5e3b7bcb7559af6479 -SIZE (rocky/u/util-linux-core-2.37.4-20.el9.aarch64.rpm) = 445975 -SHA256 (rocky/u/util-linux-core-2.37.4-20.el9.x86_64.rpm) = f9a570f7927d3371d48b2207dfb2aec3dbe15862b5846e39fadd0f568d6778b9 -SIZE (rocky/u/util-linux-core-2.37.4-20.el9.x86_64.rpm) = 447799 +SHA256 (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 6fb40a221bb130387888bc15116b7ff68e1ce87c4ed4458e1e53757aedcda2c8 +SIZE (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 2291649 +SHA256 (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = d91647847d0bf984ca668a4464d876fef0e40805d6d73864ad7c3a0b3aa6fdee +SIZE (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = 2279426 +SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = d4ba6df41a32aff02ee942cb952cea3fe7f5eb58b6485baaffa3e4fafbd58df0 +SIZE (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = 440263 +SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 98b481d78be2a3e3c4d604c0e3913f34d3d73a8a567efd991ef6df754337f2c2 +SIZE (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 441105 SHA256 (rocky/w/which-2.21-29.el9.aarch64.rpm) = e9351855af75aac7fb5c53173f262e4f87f400d7a96d48ec100a8d35269a1367 SIZE (rocky/w/which-2.21-29.el9.aarch64.rpm) = 40717 SHA256 (rocky/w/which-2.21-29.el9.x86_64.rpm) = c54b2c55264430eee2786fad79bd26c7a7c62204b1f7b568e5f097d850db9688 @@ -459,18 +459,18 @@ SHA256 (rocky/b/bash-5.1.8-9.el9.src.rpm) = 2feaf22c87e32f674c8ad7cb16ea260e9519 SIZE (rocky/b/bash-5.1.8-9.el9.src.rpm) = 10502704 SHA256 (rocky/b/bzip2-1.0.8-10.el9_5.src.rpm) = 0a5da1ab041a701e6432aac3062d0c26d02f2624d860ff584f1d380f4c91e241 SIZE (rocky/b/bzip2-1.0.8-10.el9_5.src.rpm) = 821572 -SHA256 (rocky/c/coreutils-8.32-36.el9.src.rpm) = a40366df7fef778d67a90631a0a807977a2ed6f3d15bd97c0fc9c8ba3f2209fd -SIZE (rocky/c/coreutils-8.32-36.el9.src.rpm) = 5677028 +SHA256 (rocky/c/coreutils-8.32-39.el9.src.rpm) = 8cd352cceae8dd5ff9483b5f2de1e61f6be0aad45a10f2187fad1035eaed0690 +SIZE (rocky/c/coreutils-8.32-39.el9.src.rpm) = 5680833 SHA256 (rocky/d/diffutils-3.7-12.el9.src.rpm) = cdb9fa5192884d5bab617927a54aa83bd39d4f67963fa73e609d4e2897c37dc2 SIZE (rocky/d/diffutils-3.7-12.el9.src.rpm) = 1474771 -SHA256 (rocky/e/e2fsprogs-1.46.5-5.el9.src.rpm) = 5b67eb4089d3463aad8b0045fe7774705f33cdba398452553692bbca22ce36e8 -SIZE (rocky/e/e2fsprogs-1.46.5-5.el9.src.rpm) = 7413550 +SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = fb02dc1e5c772de3a3d7e938392fa5512f18d5993927c98580ecff320ede7796 +SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = 7414416 SHA256 (rocky/f/filesystem-3.16-5.el9.src.rpm) = 09f78e040d8e6ff9d5218942bf7140de7708b4ad53c128aabfebb7cc7904bf18 SIZE (rocky/f/filesystem-3.16-5.el9.src.rpm) = 18475 SHA256 (rocky/f/findutils-4.8.0-7.el9.src.rpm) = bcc1a98f56e7ba7bd3e0e52f99511d12e78decf0af78cbd29998556cb068b382 SIZE (rocky/f/findutils-4.8.0-7.el9.src.rpm) = 2007589 -SHA256 (rocky/f/fuse-2.9.9-16.el9.src.rpm) = 5c9d7decbbffc641722673ec64043e2e4d4e646b31458ef7695840607c249ca8 -SIZE (rocky/f/fuse-2.9.9-16.el9.src.rpm) = 1829633 +SHA256 (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 33c3b76362bcc4630b7a415fde6951927d2c458947fe25c544e7ae8471fd294a +SIZE (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 1829749 SHA256 (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 2dc77bb16a6be20f4474328581a740a419387124ff2cfb1b8c2b2809469cb9ea SIZE (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 3188594 SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 @@ -481,10 +481,10 @@ SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = cd4902dafb8f4479356f17d53e4 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = 83267 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = aa6bb6cb4406d2b1aa6d75611cc2f90eaba5f556596e79d046c42f26a9e0278d SIZE (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = 254741 -SHA256 (rocky/g/glib2-2.68.4-14.el9_4.1.src.rpm) = 4137a8f97ec2b906dabc48b93e12d3c5d916711087cbce82dd2d233016c2ddfc -SIZE (rocky/g/glib2-2.68.4-14.el9_4.1.src.rpm) = 5068111 -SHA256 (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 2a0ea9e22af53f2c9f5f9819b000f970206e8b2242132ae6165f1ecd3eb3c2ea -SIZE (rocky/g/glibc-2.34-125.el9_5.8.src.rpm) = 18631240 +SHA256 (rocky/g/glib2-2.68.4-16.el9.src.rpm) = 777801aa08ed9a92a1e8d0114394a7fabbcf44937344d0a4751752c72594125e +SIZE (rocky/g/glib2-2.68.4-16.el9.src.rpm) = 5069608 +SHA256 (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 9a602a4f0a3d3c5d28df7a746421b29d5b5077ab1f971562eaa023a303b1b0ce +SIZE (rocky/g/glibc-2.34-168.el9_6.19.src.rpm) = 19642716 SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b @@ -493,16 +493,16 @@ SHA256 (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = ba95317ff8dad227b304364ca50ec85 SIZE (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = 1317772 SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57eaaf97af07859d584b091e9e39f0bede7 SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 -SHA256 (rocky/k/krb5-1.21.1-4.el9_5.src.rpm) = 3fb5c4f03ccf4dc8c9e85c41a45aa6f7f419b7bb369f0de2cfcd6f83438164ac -SIZE (rocky/k/krb5-1.21.1-4.el9_5.src.rpm) = 8835785 +SHA256 (rocky/k/krb5-1.21.1-6.el9.src.rpm) = 170406a8b6d2f3becf1afe4bcea0e08c4f44adcb3ac470037266cdb36b0b41d2 +SIZE (rocky/k/krb5-1.21.1-6.el9.src.rpm) = 8916347 SHA256 (rocky/l/less-590-5.el9.src.rpm) = 9354552d15d43d789de3b4f9561a5ee464d75f9309a2092218d546ad1b5ce9f2 SIZE (rocky/l/less-590-5.el9.src.rpm) = 380068 SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = ef54036ffe2f890f13b6208cc2b5531583d69d492688ecc03e8dee3d62b07b1c SIZE (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = 324214 -SHA256 (rocky/l/libdb-5.3.28-54.el9.src.rpm) = 497a3a3a10a19b2bb39eb5a955710dfebe33694a4869b85032bd69ff4e2af4ff -SIZE (rocky/l/libdb-5.3.28-54.el9.src.rpm) = 35282165 +SHA256 (rocky/l/libdb-5.3.28-55.el9.src.rpm) = 6633b628cc424c5ddd513687ca8b85228c01d27df60543bca7e1442f59d38ddc +SIZE (rocky/l/libdb-5.3.28-55.el9.src.rpm) = 35282456 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 865cc64b0049617e1aa2e784520cc3f7c4d68813aefc98dffd71d3353f9e37cd SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 529753 SHA256 (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 2edb9205f23b2659b10d2710efc5512a5f0681bfc337fbfb75bd888131be46bb @@ -513,14 +513,14 @@ SHA256 (rocky/l/libgudev-237-1.el9.src.rpm) = 2904abffd7583e387e6233cdef9dd9224a SIZE (rocky/l/libgudev-237-1.el9.src.rpm) = 38802 SHA256 (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 9ce7f7bf42973bea5fd91e556e554a3ad3b76f63a301b1a280d4af6d45284cd2 SIZE (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 120129 -SHA256 (rocky/l/libselinux-3.6-1.el9.src.rpm) = 2db2d5d2ad87a9b28eae6cb7c5dfab2b965a2f79d3486ac82aba68413b442071 -SIZE (rocky/l/libselinux-3.6-1.el9.src.rpm) = 265639 -SHA256 (rocky/l/libsepol-3.6-1.el9.src.rpm) = ae509bd810045681bf3c603ba0f70096809833a3127fe21218840ebaf5e469b5 -SIZE (rocky/l/libsepol-3.6-1.el9.src.rpm) = 534494 +SHA256 (rocky/l/libselinux-3.6-3.el9.src.rpm) = 7c4027c9bbdb54dd1e119a4d0c0bd82de59b1c019ea79cba6fb2e4e278efce74 +SIZE (rocky/l/libselinux-3.6-3.el9.src.rpm) = 267707 +SHA256 (rocky/l/libsepol-3.6-2.el9.src.rpm) = 918a8132aa3ee7317217e6bf50939f9fb7e00248225c12ac600260be41ba1626 +SIZE (rocky/l/libsepol-3.6-2.el9.src.rpm) = 535547 SHA256 (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 36dc113c8837b27c3c12b021e05786b69c2014519ed4c9f5354436cd80e8b1a4 SIZE (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 471565 -SHA256 (rocky/l/libsoup-2.72.0-8.el9_5.3.src.rpm) = d328c4308b374f4dbcf7d6fb579690e57591828aa311907c236d2f94f25d7924 -SIZE (rocky/l/libsoup-2.72.0-8.el9_5.3.src.rpm) = 1501799 +SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 4b3b526a52cdf2dbaaff0e8222822294a3922db1981cba8e0a3e230dbf284a4a +SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 1513675 SHA256 (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 08f0b27aaf3b288e10ab3c1068ee09f3f2afe036879787d3f66b871ef161cb33 SIZE (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 394523 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = dba21a9a96b6532e452b45190b9ba38b56c2a1fbaecae037505c5315de014b3d @@ -553,13 +553,13 @@ SHA256 (rocky/s/slang-2.3.2-11.el9.src.rpm) = 09b66b87664e1975912a3ccf0dc045ea08 SIZE (rocky/s/slang-2.3.2-11.el9.src.rpm) = 1592900 SHA256 (rocky/t/texinfo-6.7-15.el9.src.rpm) = beb821fc1b42f83852ed93eb8563be8f848a8d30a2eca2a1da7761b5de745e6a SIZE (rocky/t/texinfo-6.7-15.el9.src.rpm) = 4364617 -SHA256 (rocky/u/util-linux-2.37.4-20.el9.src.rpm) = 94fc4dc67a4ad2724041d92d4b8418c3c71fd5d497d6bf8f4511c3c2dab43af6 -SIZE (rocky/u/util-linux-2.37.4-20.el9.src.rpm) = 6256967 +SHA256 (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = f629469f0eb787619c3fd1bb156910d55cdd0d5ef0004ce719cfc5440cd2f28a +SIZE (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = 6258692 SHA256 (rocky/w/which-2.21-29.el9.src.rpm) = 2417f4282c349795befae1c8cbc357906b47fd1a9ea5eeea5f92c69430c084d5 SIZE (rocky/w/which-2.21-29.el9.src.rpm) = 162444 SHA256 (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = b7cef2fb719b09209740b5be7fcd6e766b069e9a5177a51bd74894e3fe5959b6 SIZE (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = 1165795 SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d SIZE (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 554604 -SHA256 (rocky/z/zstd-1.5.1-2.el9.src.rpm) = ef2be564d3bfe67c70420f5fb7a78741dea2d3ba1c2a400088b841420a18eb79 -SIZE (rocky/z/zstd-1.5.1-2.el9.src.rpm) = 1945682 +SHA256 (rocky/z/zstd-1.5.5-1.el9.src.rpm) = 24459f352126ff5c32fab8a50e49473378966d22b11918edde04be3235574575 +SIZE (rocky/z/zstd-1.5.5-1.el9.src.rpm) = 2376247 diff --git a/emulators/linux_base-rl9/pkg-plist.aarch64 b/emulators/linux_base-rl9/pkg-plist.aarch64 index fc60870bbba0..2a1b8860da03 100644 --- a/emulators/linux_base-rl9/pkg-plist.aarch64 +++ b/emulators/linux_base-rl9/pkg-plist.aarch64 @@ -795,7 +795,7 @@ usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 -usr/lib64/libzstd.so.1.5.1 +usr/lib64/libzstd.so.1.5.5 usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 index 2f3e90363fa0..f47b7a4aa1e6 100644 --- a/emulators/linux_base-rl9/pkg-plist.amd64 +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -758,7 +758,7 @@ usr/lib/libverto.so.1.0.0 usr/lib/libz.so.1 usr/lib/libz.so.1.2.11 usr/lib/libzstd.so.1 -usr/lib/libzstd.so.1.5.1 +usr/lib/libzstd.so.1.5.5 usr/lib/locale/C.utf8/LC_ADDRESS usr/lib/locale/C.utf8/LC_COLLATE usr/lib/locale/C.utf8/LC_CTYPE @@ -1266,7 +1266,7 @@ usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 -usr/lib64/libzstd.so.1.5.1 +usr/lib64/libzstd.so.1.5.5 usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index f85750c606fa..b34809b9c076 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,7 +1,6 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v -DISTVERSION= 0.1.3 -PORTREVISION= 2 +DISTVERSION= 0.1.4 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprutils.so:devel/hyprutils \ libjxl.so:graphics/libjxl \ - libspng.so:graphics/libspng \ + libpng.so:graphics/png \ libwebp.so:graphics/webp USES= cmake:testing compiler:c++11-lib gnome jpeg pkgconfig xorg diff --git a/graphics/hyprgraphics/distinfo b/graphics/hyprgraphics/distinfo index 608f4d6c5a26..1dad374865e8 100644 --- a/graphics/hyprgraphics/distinfo +++ b/graphics/hyprgraphics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743953322 -SHA256 (hyprwm-hyprgraphics-v0.1.3_GH0.tar.gz) = 0e11457135a9e7160cf147d361fae3c5dc40035a4ebd894c5d409baa896f43cf -SIZE (hyprwm-hyprgraphics-v0.1.3_GH0.tar.gz) = 424310 +TIMESTAMP = 1750621377 +SHA256 (hyprwm-hyprgraphics-v0.1.4_GH0.tar.gz) = 8b4662a0e687351da703a19e9cd9fdbe4b4b053e7380957584cda112c96feb9f +SIZE (hyprwm-hyprgraphics-v0.1.4_GH0.tar.gz) = 425677 diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile index 0d4b411c5ce6..8b9d0133f4c2 100644 --- a/graphics/linux-rl9-dri/Makefile +++ b/graphics/linux-rl9-dri/Makefile @@ -1,6 +1,6 @@ PORTNAME= dri -PORTVERSION= 24.1.2 -DISTVERSIONSUFFIX= -3.el9 +PORTVERSION= 24.2.8 +DISTVERSIONSUFFIX= -2.el9_6 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org diff --git a/graphics/linux-rl9-dri/distinfo b/graphics/linux-rl9-dri/distinfo index fceccd60b968..9c76bb815330 100644 --- a/graphics/linux-rl9-dri/distinfo +++ b/graphics/linux-rl9-dri/distinfo @@ -1,53 +1,53 @@ -TIMESTAMP = 1732657958 +TIMESTAMP = 1750647848 SHA256 (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 7a29700d283b8466664f1666aadae386cbf9b427f262dcbcbea0038de50296eb SIZE (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 190531 SHA256 (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 74c47d07a5ca209ea2be085216ffb5e7104b759047313eade4b01cef043695ca SIZE (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 193960 SHA256 (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 7d27717e88edcb760d8c38a2e9230cf932f8cccbdd49916661b7fee649584058 SIZE (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 194563 -SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.aarch64.rpm) = b55f39aeb5abbeb82bdc72a8bede5f7a2d6634cee58c820e305aa492360f2179 -SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.aarch64.rpm) = 7566488 -SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.i686.rpm) = f3257db32ae55c146dda3a586e72188a96a64bc66c0a25a7471a9fce98fc4f0a -SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.i686.rpm) = 9447901 -SHA256 (rocky/m/mesa-dri-drivers-24.1.2-3.el9.x86_64.rpm) = 3a3da202dc1e6d32fcec0bc684684a9991e329180635c724aa5c445464068d2a -SIZE (rocky/m/mesa-dri-drivers-24.1.2-3.el9.x86_64.rpm) = 9179604 -SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.aarch64.rpm) = ece4130edd0e89ea8f47775f7e0d262dba201dda6aa8fd460d87cd0afd3dcfe8 -SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.aarch64.rpm) = 136762 -SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.i686.rpm) = 4e2317e068ad37131a042c866a7896693a70f2245d29e3382eecc3f7bc8a1da5 -SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.i686.rpm) = 146104 -SHA256 (rocky/m/mesa-libEGL-24.1.2-3.el9.x86_64.rpm) = 49d769cbcb60e4bdeb58579f18f8bd29d4e66873c48b2a8ccf10ff6ffc4c020a -SIZE (rocky/m/mesa-libEGL-24.1.2-3.el9.x86_64.rpm) = 140841 -SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.aarch64.rpm) = 2e40fa9a28eb4623dc370af1b0d948860a1fc65993b5e2f05c572cd739898422 -SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.aarch64.rpm) = 179100 -SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.i686.rpm) = 7d1a7126304326bb15cb7829052ee5fc8bccdb27942e15fcc55274feadde63ac -SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.i686.rpm) = 184263 -SHA256 (rocky/m/mesa-libGL-24.1.2-3.el9.x86_64.rpm) = 3d3b41f45a1bbb80fc21ff82e55d04745d7237a9115b6f94b0c95b2deaef1104 -SIZE (rocky/m/mesa-libGL-24.1.2-3.el9.x86_64.rpm) = 173496 +SHA256 (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.aarch64.rpm) = 5539444a27d34680404d0044ce1c00ce8e6217f64c8542c72567504713f9e57c +SIZE (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.aarch64.rpm) = 8359218 +SHA256 (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.i686.rpm) = 7d4f587d0736c5bc47ef93ceda469adac4b2210a632d5331a60033a099437426 +SIZE (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.i686.rpm) = 10089689 +SHA256 (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.x86_64.rpm) = f65bf3d70aa63526d612929e3354995c5a030df97520761f85b77dcb5affe83c +SIZE (rocky/m/mesa-dri-drivers-24.2.8-2.el9_6.x86_64.rpm) = 9836909 +SHA256 (rocky/m/mesa-libEGL-24.2.8-2.el9_6.aarch64.rpm) = 9bed0f98142378eba5710dda55ace6b2b0b4d388b7377194c967154dfa4bd644 +SIZE (rocky/m/mesa-libEGL-24.2.8-2.el9_6.aarch64.rpm) = 139874 +SHA256 (rocky/m/mesa-libEGL-24.2.8-2.el9_6.i686.rpm) = f96ad6e1cf94e2a7bdc7fb18b4e6ae24af8e0d3d6fd89a852063755ff9f5bdf1 +SIZE (rocky/m/mesa-libEGL-24.2.8-2.el9_6.i686.rpm) = 149289 +SHA256 (rocky/m/mesa-libEGL-24.2.8-2.el9_6.x86_64.rpm) = d33f2b3e6734ee3f4e422bfd8a5a41223a896de3967ee62678647c74e0a907a5 +SIZE (rocky/m/mesa-libEGL-24.2.8-2.el9_6.x86_64.rpm) = 144042 +SHA256 (rocky/m/mesa-libGL-24.2.8-2.el9_6.aarch64.rpm) = 3158cd3a9da46dc81135b6a7d7ef1fd2bfbdf1ffefafcf7a5a72dbed4e052ee8 +SIZE (rocky/m/mesa-libGL-24.2.8-2.el9_6.aarch64.rpm) = 178592 +SHA256 (rocky/m/mesa-libGL-24.2.8-2.el9_6.i686.rpm) = 8ae2028926d7387df8656664ec8b9ef028f1404b885b7c24b303533271045ea9 +SIZE (rocky/m/mesa-libGL-24.2.8-2.el9_6.i686.rpm) = 185196 +SHA256 (rocky/m/mesa-libGL-24.2.8-2.el9_6.x86_64.rpm) = 363c73524b7277597d693fa96e54452357ea9c4f88f2b11c27331110f96899c4 +SIZE (rocky/m/mesa-libGL-24.2.8-2.el9_6.x86_64.rpm) = 173299 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = cc834047eee86a99d7ee9e4bd24468fdc51362336880b9e93e9a0443565c4312 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = 137329 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = ef518088bcb902d102d8f42deafa52d0c266c947a7cf69449cbd0b8f26dac826 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = 155075 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = c7da4f0a399f5b9d5833dc1f5d0f388d9b5ecf6cd7ad6fbd9397f5a661393a68 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = 149718 -SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.aarch64.rpm) = c6516c356d86c54b3c411d404d9a239c458e3b868d2d392c1c7d2d6d27e3db4c -SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.aarch64.rpm) = 35584 -SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.i686.rpm) = c44a100cb79f67defe5e8dda63775bb2d3bc92a9570da28f0a32638ff6b352cf -SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.i686.rpm) = 37864 -SHA256 (rocky/m/mesa-libgbm-24.1.2-3.el9.x86_64.rpm) = 7e594ffc889a99526c0962e59a61a042afb1d3887c95d96729e11e9607af36a7 -SIZE (rocky/m/mesa-libgbm-24.1.2-3.el9.x86_64.rpm) = 36071 -SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.aarch64.rpm) = 1dd5ba43c8e0908545b480df8aad799f52f43366ac696638c5eaa1ad9a5cd540 -SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.aarch64.rpm) = 58952 -SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.i686.rpm) = b45044aa430630b23c6cbcfa72dda5a49f75ebc2275de6f5faa623bfc4f413b2 -SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.i686.rpm) = 44551 -SHA256 (rocky/m/mesa-libglapi-24.1.2-3.el9.x86_64.rpm) = 08a8f468aa02c2ec44fa12f4a182f08599460c42a7747f8429619a02d569f55b -SIZE (rocky/m/mesa-libglapi-24.1.2-3.el9.x86_64.rpm) = 44777 -SHA256 (rocky/m/mesa-libxatracker-24.1.2-3.el9.x86_64.rpm) = 8757b5ed0b8d577278f9f6328a744adeeb88d70d680d2fda9011a4af02a342dd -SIZE (rocky/m/mesa-libxatracker-24.1.2-3.el9.x86_64.rpm) = 2203881 -SHA256 (rocky/m/mesa-vulkan-drivers-24.1.2-3.el9.x86_64.rpm) = e26dec7c9dc4a0f985d23f2197d690850c3210df850ec6f3986e00b9b1aeeb88 -SIZE (rocky/m/mesa-vulkan-drivers-24.1.2-3.el9.x86_64.rpm) = 11514468 +SHA256 (rocky/m/mesa-libgbm-24.2.8-2.el9_6.aarch64.rpm) = 5783dfe33112bdd4601a39c54dd16201b33bf4c5c2a05502839f837581aa2c17 +SIZE (rocky/m/mesa-libgbm-24.2.8-2.el9_6.aarch64.rpm) = 35994 +SHA256 (rocky/m/mesa-libgbm-24.2.8-2.el9_6.i686.rpm) = 1b24ea580b77cf0dbaed7a78bb63b925a9f987edf1439e5a2cba2c75d1b7eff5 +SIZE (rocky/m/mesa-libgbm-24.2.8-2.el9_6.i686.rpm) = 38183 +SHA256 (rocky/m/mesa-libgbm-24.2.8-2.el9_6.x86_64.rpm) = 5a99f4f6999736302a6943412fc3bb5ee210cd3f327edb5f5abeedaf64fd58a8 +SIZE (rocky/m/mesa-libgbm-24.2.8-2.el9_6.x86_64.rpm) = 36441 +SHA256 (rocky/m/mesa-libglapi-24.2.8-2.el9_6.aarch64.rpm) = c5f53e0f08ca29da6e9406a4c9191b1fe1dcaa17bb18deb056317887b103f208 +SIZE (rocky/m/mesa-libglapi-24.2.8-2.el9_6.aarch64.rpm) = 62222 +SHA256 (rocky/m/mesa-libglapi-24.2.8-2.el9_6.i686.rpm) = a0e2775ca0f8dcf212b60a919526b5fd8bfab30c8882ec9c243cfc719e0d9253 +SIZE (rocky/m/mesa-libglapi-24.2.8-2.el9_6.i686.rpm) = 45369 +SHA256 (rocky/m/mesa-libglapi-24.2.8-2.el9_6.x86_64.rpm) = 3addb665520454f89b715216f2675cb93375c7661149f9e7572f44eea0383994 +SIZE (rocky/m/mesa-libglapi-24.2.8-2.el9_6.x86_64.rpm) = 44831 +SHA256 (rocky/m/mesa-libxatracker-24.2.8-2.el9_6.x86_64.rpm) = 99b18f98d7b5fb637cc20adf4cd7a6560b1d8462c1903da65bf75b9ef23e36cd +SIZE (rocky/m/mesa-libxatracker-24.2.8-2.el9_6.x86_64.rpm) = 2529928 +SHA256 (rocky/m/mesa-vulkan-drivers-24.2.8-2.el9_6.x86_64.rpm) = 10e8d5f5484c3523d803fb5baaa8bf902f1f65969cfda5a6795d652fa63a6e4c +SIZE (rocky/m/mesa-vulkan-drivers-24.2.8-2.el9_6.x86_64.rpm) = 11236484 SHA256 (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 57f2249b043e5eb22d5d40fbf72651f90bbd7d0f811647d4b594def15d4b4601 SIZE (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 1507482 -SHA256 (rocky/m/mesa-24.1.2-3.el9.src.rpm) = 0908ddcc460015d14c9fb1a7b1132a12835ce44a6e77384f13048be4f9f19aae -SIZE (rocky/m/mesa-24.1.2-3.el9.src.rpm) = 32586235 +SHA256 (rocky/m/mesa-24.2.8-2.el9_6.src.rpm) = 9f5fbc17f1db9d7bbd8511fcc155ffcda5989149e43ea54cb044687c915ea7cb +SIZE (rocky/m/mesa-24.2.8-2.el9_6.src.rpm) = 33247012 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = d15ac9b3f65aa4a17b0b38efc49c64e0c01c43bbdd0a06391805d2fdc6283973 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = 444434 diff --git a/graphics/linux-rl9-dri/pkg-plist.aarch64 b/graphics/linux-rl9-dri/pkg-plist.aarch64 index 114a4b3f9e9b..b366a0a97d32 100644 --- a/graphics/linux-rl9-dri/pkg-plist.aarch64 +++ b/graphics/linux-rl9-dri/pkg-plist.aarch64 @@ -15,6 +15,7 @@ usr/lib64/dri/kgsl_dri.so usr/lib64/dri/kirin_dri.so usr/lib64/dri/kms_swrast_dri.so usr/lib64/dri/komeda_dri.so +usr/lib64/dri/libdril_dri.so usr/lib64/dri/mali-dp_dri.so usr/lib64/dri/mcde_dri.so usr/lib64/dri/mediatek_dri.so @@ -39,9 +40,10 @@ usr/lib64/dri/sti_dri.so usr/lib64/dri/stm_dri.so usr/lib64/dri/sun4i-drm_dri.so usr/lib64/dri/swrast_dri.so -usr/lib64/dri/tegra_dri.so usr/lib64/dri/udl_dri.so usr/lib64/dri/virtio_gpu_dri.so +usr/lib64/dri/vkms_dri.so +usr/lib64/dri/vmwgfx_dri.so usr/lib64/dri/zink_dri.so usr/lib64/dri/zynqmp-dpsub_dri.so usr/lib64/libEGL_mesa.so.0 @@ -51,6 +53,7 @@ usr/lib64/libGLU.so.1.3.1 usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 +usr/lib64/libgallium-24.2.8.so usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 usr/lib64/libglapi.so.0 diff --git a/graphics/linux-rl9-dri/pkg-plist.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 index 117c87206ff3..0fc364bc315c 100644 --- a/graphics/linux-rl9-dri/pkg-plist.amd64 +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -1,6 +1,7 @@ usr/lib/dri/crocus_dri.so usr/lib/dri/iris_dri.so usr/lib/dri/kms_swrast_dri.so +usr/lib/dri/libdril_dri.so usr/lib/dri/nouveau_dri.so usr/lib/dri/radeonsi_dri.so usr/lib/dri/swrast_dri.so @@ -14,6 +15,7 @@ usr/lib/libGLU.so.1.3.1 usr/lib/libGLX_mesa.so.0 usr/lib/libGLX_mesa.so.0.0.0 usr/lib/libGLX_system.so.0 +usr/lib/libgallium-24.2.8.so usr/lib/libgbm.so.1 usr/lib/libgbm.so.1.0.0 usr/lib/libglapi.so.0 @@ -23,6 +25,7 @@ usr/lib/libglut.so.3.11.0 usr/lib64/dri/crocus_dri.so usr/lib64/dri/iris_dri.so usr/lib64/dri/kms_swrast_dri.so +usr/lib64/dri/libdril_dri.so usr/lib64/dri/nouveau_dri.so usr/lib64/dri/radeonsi_dri.so usr/lib64/dri/swrast_dri.so @@ -37,6 +40,7 @@ usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 usr/lib64/libVkLayer_MESA_device_select.so +usr/lib64/libgallium-24.2.8.so usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 usr/lib64/libglapi.so.0 diff --git a/graphics/linux-rl9-imageformats-libs/Makefile b/graphics/linux-rl9-imageformats-libs/Makefile index 658954cf8998..697de32bb3c7 100644 --- a/graphics/linux-rl9-imageformats-libs/Makefile +++ b/graphics/linux-rl9-imageformats-libs/Makefile @@ -30,7 +30,7 @@ LIB_DISTNAMES= jasper${PKGNAMESUFFIX}-2.0.28-3.el9 \ libpng-1.6.37-12.el9 \ libtiff-4.4.0-13.el9 \ libwebp-1.2.0-8.el9 \ - openjpeg2-2.4.0-7.el9 + openjpeg2-2.4.0-8.el9 SRC_DISTFILES= jasper-2.0.28-3.el9${SRC_SUFX}:SOURCE \ jbigkit-2.1-23.el9${SRC_SUFX}:SOURCE \ @@ -39,7 +39,7 @@ SRC_DISTFILES= jasper-2.0.28-3.el9${SRC_SUFX}:SOURCE \ libpng-1.6.37-12.el9${SRC_SUFX}:SOURCE \ libtiff-4.4.0-13.el9${SRC_SUFX}:SOURCE \ libwebp-1.2.0-8.el9${SRC_SUFX}:SOURCE \ - openjpeg2-2.4.0-7.el9${SRC_SUFX}:SOURCE + openjpeg2-2.4.0-8.el9${SRC_SUFX}:SOURCE OPTIONS_DEFINE= DOCS diff --git a/graphics/linux-rl9-imageformats-libs/distinfo b/graphics/linux-rl9-imageformats-libs/distinfo index e78ba96f4ae8..06da54669bc1 100644 --- a/graphics/linux-rl9-imageformats-libs/distinfo +++ b/graphics/linux-rl9-imageformats-libs/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745073126 +TIMESTAMP = 1750636550 SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = c933c5bd2aaa7094fd5da8c0021963ce147307c35da5e56b255b956e92170ea7 SIZE (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = 151831 SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.i686.rpm) = 852130e71f05ec3fb892a4f35d59eeff105511a9f80c699c6a388d1e07b9ce7f @@ -41,12 +41,12 @@ SHA256 (rocky/l/libwebp-1.2.0-8.el9.i686.rpm) = fb5f4bbab3ce289b4d6fa2342c41826d SIZE (rocky/l/libwebp-1.2.0-8.el9.i686.rpm) = 291630 SHA256 (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 2546a9c3b973cf0f33c23f9d0801d76eff889ff690338340bfd5f5c8fc11c6cd SIZE (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 282664 -SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 2d962981adc0c3fcd81ebbce1dbd79d42accc50ebd67c4886dd4cec700006c30 -SIZE (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 163197 -SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.i686.rpm) = 52aaa3e88ca62afea172e795409264945c957b26bb2fc71b0840042a8791493c -SIZE (rocky/o/openjpeg2-2.4.0-7.el9.i686.rpm) = 178969 -SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 380ef2db96766ecee5e15cce67f91b5d73c721672930add64bd35de5da12c6a7 -SIZE (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 165941 +SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.aarch64.rpm) = 84200fcda176e31679e1ac3678c1895da3a945d01becfb8ddf682c1830f1f6d2 +SIZE (rocky/o/openjpeg2-2.4.0-8.el9.aarch64.rpm) = 162256 +SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.i686.rpm) = 00985eadaeccc5212a6bd2ff3d732297363fd80693e59ac1fba3a73143ab019c +SIZE (rocky/o/openjpeg2-2.4.0-8.el9.i686.rpm) = 177679 +SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.x86_64.rpm) = a7ab9643943926f99d24dce2a3b523593c19a11c5afa130c4c71364e0e118008 +SIZE (rocky/o/openjpeg2-2.4.0-8.el9.x86_64.rpm) = 164704 SHA256 (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 31f906728341738d58fc04c5ec4e0de9fcf6a62f3139e7a52d38e2f131c5b115 SIZE (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 1385289 SHA256 (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 9358741148675bd63e6b8ed905a7d93551ccb7abeac9d1af6d02d4c56df4bed7 @@ -61,5 +61,5 @@ SHA256 (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = d827e66b8b02e304bb1eb0dd12e64c85 SIZE (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = 2890270 SHA256 (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = a2452b44cd66053e3c713982b6695eb0a3f7e89d3319eb071d8e8340719821a2 SIZE (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = 4110329 -SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = a9a369c4fb94b0c59412c7ed8f8f4508e42dcd5866ba891aa2aae4ea3d97651c -SIZE (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = 2245043 +SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.src.rpm) = 22734b3b0c0ddc86fffced2509fac3058a2296235c6770ebe9940d53888f108b +SIZE (rocky/o/openjpeg2-2.4.0-8.el9.src.rpm) = 2245272 diff --git a/graphics/linux-rl9-libdrm/Makefile b/graphics/linux-rl9-libdrm/Makefile index 8d1d34fe2606..62e523ac4aa8 100644 --- a/graphics/linux-rl9-libdrm/Makefile +++ b/graphics/linux-rl9-libdrm/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdrm -PORTVERSION= 2.4.121 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 2.4.123 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org diff --git a/graphics/linux-rl9-libdrm/distinfo b/graphics/linux-rl9-libdrm/distinfo index b3a9ee4d7d48..89ff50d98533 100644 --- a/graphics/linux-rl9-libdrm/distinfo +++ b/graphics/linux-rl9-libdrm/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732658935 -SHA256 (rocky/l/libdrm-2.4.121-1.el9.aarch64.rpm) = c6a805723b85ea04f478f5f73f92a13c4e1381f0131e33d078b5083386a8f09a -SIZE (rocky/l/libdrm-2.4.121-1.el9.aarch64.rpm) = 136392 -SHA256 (rocky/l/libdrm-2.4.121-1.el9.i686.rpm) = 3a593b96f0abcc023baff88aad48e486786d55dba70e3c8ea8d48269625a0591 -SIZE (rocky/l/libdrm-2.4.121-1.el9.i686.rpm) = 175846 -SHA256 (rocky/l/libdrm-2.4.121-1.el9.x86_64.rpm) = ec1a97284d190c7efe4fbbc23480fe68d06f8d9c84a2ed30ad1c840e83f4f979 -SIZE (rocky/l/libdrm-2.4.121-1.el9.x86_64.rpm) = 161902 -SHA256 (rocky/l/libdrm-2.4.121-1.el9.src.rpm) = 491b95a757f4ef9a8a49199c24c498b4940f0d30cf996be6745c99113f6225f6 -SIZE (rocky/l/libdrm-2.4.121-1.el9.src.rpm) = 497271 +TIMESTAMP = 1750640116 +SHA256 (rocky/l/libdrm-2.4.123-2.el9.aarch64.rpm) = 1917c3237aacf7dd46f4a6b6479a4007e832a6f6f4b61b65dd4adfa467bf48b7 +SIZE (rocky/l/libdrm-2.4.123-2.el9.aarch64.rpm) = 131847 +SHA256 (rocky/l/libdrm-2.4.123-2.el9.i686.rpm) = 3d1b9723956eb9f330c1787a24f42ef5d1bdba12834d457e77b892b3780d4028 +SIZE (rocky/l/libdrm-2.4.123-2.el9.i686.rpm) = 175528 +SHA256 (rocky/l/libdrm-2.4.123-2.el9.x86_64.rpm) = 9e23ff8a581f6b3ad9e9b46f1c8488a28861a997962de7acf3a7ac4210b7225b +SIZE (rocky/l/libdrm-2.4.123-2.el9.x86_64.rpm) = 161568 +SHA256 (rocky/l/libdrm-2.4.123-2.el9.src.rpm) = 82570ae75510603609a891329dcb691d7c6d6527624a316ed62601fd0c28aee9 +SIZE (rocky/l/libdrm-2.4.123-2.el9.src.rpm) = 497975 diff --git a/graphics/linux-rl9-libdrm/pkg-plist.aarch64 b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 index 93d5906c908c..525f5fd18cd2 100644 --- a/graphics/linux-rl9-libdrm/pkg-plist.aarch64 +++ b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 @@ -1,19 +1,17 @@ usr/lib/udev/rules.d/91-drm-modeset.rules usr/lib64/libdrm.so.2 -usr/lib64/libdrm.so.2.4.0 +usr/lib64/libdrm.so.2.123.0 usr/lib64/libdrm_amdgpu.so.1 -usr/lib64/libdrm_amdgpu.so.1.0.0 +usr/lib64/libdrm_amdgpu.so.1.123.0 usr/lib64/libdrm_etnaviv.so.1 -usr/lib64/libdrm_etnaviv.so.1.0.0 -usr/lib64/libdrm_exynos.so.1 -usr/lib64/libdrm_exynos.so.1.0.0 +usr/lib64/libdrm_etnaviv.so.1.123.0 usr/lib64/libdrm_freedreno.so.1 -usr/lib64/libdrm_freedreno.so.1.0.0 +usr/lib64/libdrm_freedreno.so.1.123.0 usr/lib64/libdrm_nouveau.so.2 -usr/lib64/libdrm_nouveau.so.2.0.0 +usr/lib64/libdrm_nouveau.so.2.123.0 usr/lib64/libdrm_radeon.so.1 -usr/lib64/libdrm_radeon.so.1.0.1 +usr/lib64/libdrm_radeon.so.1.123.0 usr/lib64/libdrm_tegra.so.0 -usr/lib64/libdrm_tegra.so.0.0.0 +usr/lib64/libdrm_tegra.so.0.123.0 %%PORTDOCS%%usr/share/doc/libdrm/README.rst %%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-libdrm/pkg-plist.amd64 b/graphics/linux-rl9-libdrm/pkg-plist.amd64 index a55e86244ad3..cc9a38a629f0 100644 --- a/graphics/linux-rl9-libdrm/pkg-plist.amd64 +++ b/graphics/linux-rl9-libdrm/pkg-plist.amd64 @@ -1,23 +1,23 @@ usr/lib/libdrm.so.2 -usr/lib/libdrm.so.2.4.0 +usr/lib/libdrm.so.2.123.0 usr/lib/libdrm_amdgpu.so.1 -usr/lib/libdrm_amdgpu.so.1.0.0 +usr/lib/libdrm_amdgpu.so.1.123.0 usr/lib/libdrm_intel.so.1 -usr/lib/libdrm_intel.so.1.0.0 +usr/lib/libdrm_intel.so.1.123.0 usr/lib/libdrm_nouveau.so.2 -usr/lib/libdrm_nouveau.so.2.0.0 +usr/lib/libdrm_nouveau.so.2.123.0 usr/lib/libdrm_radeon.so.1 -usr/lib/libdrm_radeon.so.1.0.1 +usr/lib/libdrm_radeon.so.1.123.0 usr/lib/udev/rules.d/91-drm-modeset.rules usr/lib64/libdrm.so.2 -usr/lib64/libdrm.so.2.4.0 +usr/lib64/libdrm.so.2.123.0 usr/lib64/libdrm_amdgpu.so.1 -usr/lib64/libdrm_amdgpu.so.1.0.0 +usr/lib64/libdrm_amdgpu.so.1.123.0 usr/lib64/libdrm_intel.so.1 -usr/lib64/libdrm_intel.so.1.0.0 +usr/lib64/libdrm_intel.so.1.123.0 usr/lib64/libdrm_nouveau.so.2 -usr/lib64/libdrm_nouveau.so.2.0.0 +usr/lib64/libdrm_nouveau.so.2.123.0 usr/lib64/libdrm_radeon.so.1 -usr/lib64/libdrm_radeon.so.1.0.1 +usr/lib64/libdrm_radeon.so.1.123.0 %%PORTDOCS%%usr/share/doc/libdrm/README.rst %%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-shaderc/Makefile b/graphics/linux-rl9-shaderc/Makefile index 4e9ce255baea..926c47d1ebbc 100644 --- a/graphics/linux-rl9-shaderc/Makefile +++ b/graphics/linux-rl9-shaderc/Makefile @@ -1,5 +1,5 @@ PORTNAME= shaderc -PORTVERSION= 2024.0 +PORTVERSION= 2024.4 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux diff --git a/graphics/linux-rl9-shaderc/distinfo b/graphics/linux-rl9-shaderc/distinfo index 6e2f1c45f957..961ee1b8c328 100644 --- a/graphics/linux-rl9-shaderc/distinfo +++ b/graphics/linux-rl9-shaderc/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732659395 -SHA256 (rocky/l/libshaderc-2024.0-1.el9.aarch64.rpm) = 3df2012c0b94dec5899d9a0c1c2d8ab6e9c1566cdbcc6cc3c6a068631732cb95 -SIZE (rocky/l/libshaderc-2024.0-1.el9.aarch64.rpm) = 1026481 -SHA256 (rocky/l/libshaderc-2024.0-1.el9.i686.rpm) = d84454c7dab4d2b788e9b72df994d691b6860fb9362d46aadfa861a774046621 -SIZE (rocky/l/libshaderc-2024.0-1.el9.i686.rpm) = 1125089 -SHA256 (rocky/l/libshaderc-2024.0-1.el9.x86_64.rpm) = df9493279c4a94d8761931ef74c75e4cb8044b918bded949a5d91db7accca180 -SIZE (rocky/l/libshaderc-2024.0-1.el9.x86_64.rpm) = 1035767 -SHA256 (rocky/s/shaderc-2024.0-1.el9.src.rpm) = 76e5d999ca8dfade6d0267724ceb634fc8a95063a14fe81bea4a8815fab80a73 -SIZE (rocky/s/shaderc-2024.0-1.el9.src.rpm) = 238630 +TIMESTAMP = 1750640701 +SHA256 (rocky/l/libshaderc-2024.4-1.el9.aarch64.rpm) = 6ac84860ad8296b3b2918087807497d806a1eb03c9526d3687b5b683148ff311 +SIZE (rocky/l/libshaderc-2024.4-1.el9.aarch64.rpm) = 1045319 +SHA256 (rocky/l/libshaderc-2024.4-1.el9.i686.rpm) = 6e2777f593c2a9cf978919b13530375cdcfed2fd8c0f0a40ef2a207bc2b4ad81 +SIZE (rocky/l/libshaderc-2024.4-1.el9.i686.rpm) = 1146778 +SHA256 (rocky/l/libshaderc-2024.4-1.el9.x86_64.rpm) = 2e3aff0e754b7bd84f386af5e45b3f1be924a2ec9f4d1af2962f50777fdba6fd +SIZE (rocky/l/libshaderc-2024.4-1.el9.x86_64.rpm) = 1052000 +SHA256 (rocky/s/shaderc-2024.4-1.el9.src.rpm) = 398f7d8df3a3e2171a55b28bac119d03f79f004f4b3fc8ab061da90b95b4bdaf +SIZE (rocky/s/shaderc-2024.4-1.el9.src.rpm) = 239636 diff --git a/graphics/linux-rl9-spirv-tools/Makefile b/graphics/linux-rl9-spirv-tools/Makefile index 9143a958739a..891ea07522e2 100644 --- a/graphics/linux-rl9-spirv-tools/Makefile +++ b/graphics/linux-rl9-spirv-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= spirv-tools -PORTVERSION= 2024.2 +PORTVERSION= 2024.4 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux diff --git a/graphics/linux-rl9-spirv-tools/distinfo b/graphics/linux-rl9-spirv-tools/distinfo index b5a19c88005f..6515ae86db9e 100644 --- a/graphics/linux-rl9-spirv-tools/distinfo +++ b/graphics/linux-rl9-spirv-tools/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1732659485 -SHA256 (rocky/s/spirv-tools-2024.2-1.el9.aarch64.rpm) = a6732158bfeb568c7f221425d35f9509d1fcb8d4d5b7c9bea5c822a547cb3393 -SIZE (rocky/s/spirv-tools-2024.2-1.el9.aarch64.rpm) = 240297 -SHA256 (rocky/s/spirv-tools-2024.2-1.el9.x86_64.rpm) = 5a585f08d78423ea1e0f74de03c71f159e3b4bc93a79f9bf4af8e1babf48ecb7 -SIZE (rocky/s/spirv-tools-2024.2-1.el9.x86_64.rpm) = 252599 -SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.aarch64.rpm) = f2f020bff08bf5d42abcafa4ac0f0e13dae1e0f27b1d08d324fb9193e6856384 -SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.aarch64.rpm) = 1447344 -SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.i686.rpm) = 4e371ef8e9337fc313ebc886c21372b3529e87ef7a6486e5f0d730a6c1de663b -SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.i686.rpm) = 1643502 -SHA256 (rocky/s/spirv-tools-libs-2024.2-1.el9.x86_64.rpm) = fc8b5729b0e3569742dfae2ab856afaf634e46f2c0fa685487a58b16057184a0 -SIZE (rocky/s/spirv-tools-libs-2024.2-1.el9.x86_64.rpm) = 1474679 -SHA256 (rocky/s/spirv-tools-2024.2-1.el9.src.rpm) = 254779ecb8fdb08a7644572d8653ac58e7427fa40ec31370e32120c66e274a55 -SIZE (rocky/s/spirv-tools-2024.2-1.el9.src.rpm) = 3181136 +TIMESTAMP = 1750640761 +SHA256 (rocky/s/spirv-tools-2024.4-1.el9.aarch64.rpm) = 6c8b89184b3d7bec22310a0a5e02831f44be953b08cc8f29472a019041a14f63 +SIZE (rocky/s/spirv-tools-2024.4-1.el9.aarch64.rpm) = 250982 +SHA256 (rocky/s/spirv-tools-2024.4-1.el9.x86_64.rpm) = 63ff7101f08c9f75adb5bda52a2031cde3514890088cf090180fbad870bef375 +SIZE (rocky/s/spirv-tools-2024.4-1.el9.x86_64.rpm) = 263225 +SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.aarch64.rpm) = 98a932aadff5ede426aeb151055212f92ff210b72fd0f954fc299d920967f8bc +SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.aarch64.rpm) = 1466491 +SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.i686.rpm) = e8e2752b6e34765465047230182c7bcd35394c11e89a7fb7591e7ef73ced9a7c +SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.i686.rpm) = 1668765 +SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.x86_64.rpm) = f99098e9f2b7bbfdc24087810f8b1df1ad66eadd7a818a512bc676bc213c80d6 +SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.x86_64.rpm) = 1497815 +SHA256 (rocky/s/spirv-tools-2024.4-1.el9.src.rpm) = 4962b4a95fe67c9a8121db897dda1980f9ce8a936235cfb16d6b81267a548e91 +SIZE (rocky/s/spirv-tools-2024.4-1.el9.src.rpm) = 3205568 diff --git a/graphics/linux-rl9-vulkan/Makefile b/graphics/linux-rl9-vulkan/Makefile index cdec23e10729..d130efa01231 100644 --- a/graphics/linux-rl9-vulkan/Makefile +++ b/graphics/linux-rl9-vulkan/Makefile @@ -1,5 +1,5 @@ PORTNAME= vulkan -PORTVERSION= 1.3.283.0 +PORTVERSION= 1.4.304.0 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux PKGNAMESUFFIX= -loader diff --git a/graphics/linux-rl9-vulkan/distinfo b/graphics/linux-rl9-vulkan/distinfo index d96262d7e258..1606e9a167cd 100644 --- a/graphics/linux-rl9-vulkan/distinfo +++ b/graphics/linux-rl9-vulkan/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732659831 -SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.aarch64.rpm) = f1a1fae72898a2303102e1bcad4c9e344492cd712d6a9d1a5b44034aa0069b8e -SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.aarch64.rpm) = 158102 -SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.i686.rpm) = d0913e8b9e1df6d095941304a26cb6f5720d60657a20bc5a097de608b345a4f4 -SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.i686.rpm) = 161228 -SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.x86_64.rpm) = b3857f4c53bbd5d6f6ded9cbb327cd79f14970b919f9e48349ec7b7d5d8a9ecb -SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.x86_64.rpm) = 151170 -SHA256 (rocky/v/vulkan-loader-1.3.283.0-1.el9.src.rpm) = fc0dae199e59a5388d4643dd41f588c77390d5e31cc406374e2a97eecbc5c59c -SIZE (rocky/v/vulkan-loader-1.3.283.0-1.el9.src.rpm) = 1716500 +TIMESTAMP = 1750646358 +SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.aarch64.rpm) = 7d475287f0b254ea26ac6f20acb60da340175af9688ba18e7f650644aa21b1ed +SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.aarch64.rpm) = 165248 +SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.i686.rpm) = 4586b639d0ef3b4a3281e55a20158acb096f1b1094f893669cfc6041d59f0edc +SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.i686.rpm) = 162596 +SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.x86_64.rpm) = f631f22718342e95445227510085d2b36aa3c81f6742fc39fd63a7949232adb3 +SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.x86_64.rpm) = 152194 +SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.src.rpm) = 8e9d3b07dafa584a9f40c90f9700eba9001ab301ac5b4fbdd4bfa10e9f4369c3 +SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.src.rpm) = 1753877 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index d967dad3f4ae..64fef66afd57 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.1-branchpoint-2972 -DISTVERSIONSUFFIX= -gd31b0c9b3b6 +DISTVERSION= 25.1-branchpoint-3084 +DISTVERSIONSUFFIX= -g906d4d5dfe1 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 4779971efdf8..e2f55c780d07 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750457902 -SHA256 (mesa-25.1-branchpoint-2972-gd31b0c9b3b6.tar.bz2) = e268f9e8688e5e6675d3979e14eae195bbb9bef685a0bcd80ed4cd09af5a691d -SIZE (mesa-25.1-branchpoint-2972-gd31b0c9b3b6.tar.bz2) = 58046616 +TIMESTAMP = 1750721244 +SHA256 (mesa-25.1-branchpoint-3084-g906d4d5dfe1.tar.bz2) = 22c9940102f8e518c0917eb1644ab7e4294903aebe1048ada0696b5f638f1471 +SIZE (mesa-25.1-branchpoint-3084-g906d4d5dfe1.tar.bz2) = 58071653 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/java/Makefile b/java/Makefile index 42ad384d975f..432e6794f049 100644 --- a/java/Makefile +++ b/java/Makefile @@ -49,14 +49,12 @@ SUBDIR += javahelp SUBDIR += javamail SUBDIR += javavmwrapper - SUBDIR += jaxen SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon SUBDIR += jd-gui SUBDIR += jdk11-doc SUBDIR += jdk8-doc - SUBDIR += jdom SUBDIR += jflex SUBDIR += jfreechart SUBDIR += jgraph diff --git a/java/jaxen/Makefile b/java/jaxen/Makefile deleted file mode 100644 index bbe4fa2ce97e..000000000000 --- a/java/jaxen/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= jaxen -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= java textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1-0-FCS -DISTNAME= ${PORTNAME}-${PORTVERSION}-FCS - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java XPath Engine -WWW= https://jaxen.org - -DEPRECATED= Outdated, unsupported upstream and unmaintained in tree for years -EXPIRATION_DATE=2025-04-30 - -USES= java - -NO_BUILD= YES - -JARFILES= jaxen-core.jar jaxen-dom.jar jaxen-dom4j.jar jaxen-exml.jar jaxen-full.jar jaxen-jdom.jar lib/saxpath.jar -PLIST_FILES+= ${JARFILES:S,^lib/,,:S,^,%%JAVAJARDIR%%/,} - -DOCS= default.css download.html faq.html index.html javadoc status.html style -PORTDOCS= LICENSE ${DOCS} - -OPTIONS_DEFINE= DOCS - -do-install: - @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..." - @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${JARFILES} ${STAGEDIR}${JAVAJARDIR}/ - @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/doc && ${FIND} ${DOCS} \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 - @${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}/LICENSE - @${ECHO_MSG} " [ DONE ]" - -.include <bsd.port.mk> diff --git a/java/jaxen/distinfo b/java/jaxen/distinfo deleted file mode 100644 index 06ade80e07bf..000000000000 --- a/java/jaxen/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jaxen-1.0-FCS.tar.gz) = ceb6997465e9de4efe6b4e8f0c421c12bd115b764f9633b9c8b80b95e3b76377 -SIZE (jaxen-1.0-FCS.tar.gz) = 3195819 diff --git a/java/jaxen/pkg-descr b/java/jaxen/pkg-descr deleted file mode 100644 index 56055b17b3cb..000000000000 --- a/java/jaxen/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Jaxen project is a Java XPath Engine. jaxen is a universal object model -walker, capable of evaluating XPath expressions across multiple models. -Currently supported are dom4j and JDOM . - -Jaxen provides a single point for XPath expression evaluation, regardless of -the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot. diff --git a/java/jdom/Makefile b/java/jdom/Makefile deleted file mode 100644 index f67f1fefe742..000000000000 --- a/java/jdom/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -PORTNAME= jdom -PORTVERSION= 1.1.1 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= java textproc -MASTER_SITES= http://www.jdom.org/dist/source/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java library for accessing and manipulating XML documents -WWW= http://www.jdom.org/ - -DEPRECATED= Depends on exired java/jaxen -EXPIRATION_DATE=2025-06-04 - -RUN_DEPENDS= ${JAVALIBDIR}/jaxen-jdom.jar:java/jaxen - -USES= java:ant,run -JAVA_VERSION= 8 - -ALL_TARGET= package - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ENV+= CLASSPATH=${JAVALIBDIR}/jaxen-jdom.jar - -PLIST_FILES= %%JAVAJARDIR%%/jdom.jar -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -DOCS_ALL_TARGET= javadoc - -do-install: - @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/build/jdom.jar ${STAGEDIR}${JAVAJARDIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC} && ${INSTALL_DATA} README.txt TODO.txt CHANGES.txt \ - COMMITTERS.txt LICENSE.txt ${STAGEDIR}${DOCSDIR}) - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/build/samples/ && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/java/jdom/distinfo b/java/jdom/distinfo deleted file mode 100644 index 944602d6c090..000000000000 --- a/java/jdom/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jdom-1.1.1.tar.gz) = 1fe5dfd2a339bd2e015a0c805eea1bf4ac601919a6f0bee2ec97e84fd62967d6 -SIZE (jdom-1.1.1.tar.gz) = 3648497 diff --git a/java/jdom/pkg-descr b/java/jdom/pkg-descr deleted file mode 100644 index e318abf6b128..000000000000 --- a/java/jdom/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -JDOM is a Java library for accessing and manipulating XML documents. -It has a straightforward API, is a lightweight and fast, and is -optimized for the Java programmer. It's an alternative to DOM and -SAX, although it integrates well with both DOM and SAX. diff --git a/lang/harec/files/patch-configs_freebsd.mk b/lang/harec/files/patch-configs_freebsd.mk index 40994195ed95..ee46f7d3c6a0 100644 --- a/lang/harec/files/patch-configs_freebsd.mk +++ b/lang/harec/files/patch-configs_freebsd.mk @@ -1,6 +1,6 @@ ---- configs/freebsd.mk.orig 2024-02-07 07:40:03 UTC +--- configs/freebsd.mk.orig 2024-07-14 11:26:54 UTC +++ configs/freebsd.mk -@@ -5,7 +5,7 @@ ARCH = x86_64 +@@ -5,20 +5,20 @@ ARCH = x86_64 # variables used during build PLATFORM = freebsd ARCH = x86_64 @@ -9,3 +9,29 @@ QBEFLAGS = ASFLAGS = LDLINKFLAGS = --gc-sections -z noexecstack +-CFLAGS = -g -std=c11 -D_XOPEN_SOURCE=700 -Iinclude \ ++CFLAGS += -std=c11 -D_XOPEN_SOURCE=700 -Iinclude \ + -Wall -Wextra -Werror -pedantic -Wno-unused-parameter +-LDFLAGS = +-LIBS = -lm ++LDFLAGS ?= ++LIBS += -lm + + # commands used by the build script +-CC = cc +-AS = as +-LD = ld +-QBE = qbe ++CC ?= cc ++AS ?= as ++LD ?= ld ++QBE ?= qbe + + # build locations + HARECACHE = .cache +@@ -26,4 +26,4 @@ DEFAULT_TARGET = $(ARCH) + + # variables that will be embedded in the binary with -D definitions + DEFAULT_TARGET = $(ARCH) +-VERSION = $$(./scripts/version) ++VERSION ?= $$(./scripts/version) diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile index fa6af2c41974..235722e22012 100644 --- a/lang/linux-rl9-python3/Makefile +++ b/lang/linux-rl9-python3/Makefile @@ -1,6 +1,7 @@ PORTNAME= python3 PORTVERSION= 3.9.21 -DISTVERSIONSUFFIX= -1.el9_5 +DISTVERSIONSUFFIX= -2.el9 +PORTREVISION= 1 CATEGORIES= lang linux PKGNAMESUFFIX= 9 diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo index 4f41991f58a0..799ff668d23e 100644 --- a/lang/linux-rl9-python3/distinfo +++ b/lang/linux-rl9-python3/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1734289748 -SHA256 (rocky/p/python3-3.9.21-1.el9_5.aarch64.rpm) = ee01441b7cb3159f228383e414446f2f3adfcfc3ebc2749173d384a60a1a322e -SIZE (rocky/p/python3-3.9.21-1.el9_5.aarch64.rpm) = 26447 -SHA256 (rocky/p/python3-3.9.21-1.el9_5.x86_64.rpm) = 9b1acc1f869121faaa0eeafbe35361924896a1bfced85f316d9cfacceb606ad4 -SIZE (rocky/p/python3-3.9.21-1.el9_5.x86_64.rpm) = 26521 -SHA256 (rocky/p/python3-libs-3.9.21-1.el9_5.aarch64.rpm) = 75e05eb94b9e1d1c178d77023e4884749a71a60475e810a24dfe6a46c6330e0d -SIZE (rocky/p/python3-libs-3.9.21-1.el9_5.aarch64.rpm) = 7900421 -SHA256 (rocky/p/python3-libs-3.9.21-1.el9_5.i686.rpm) = 6918f6ec50ef389b65579cb986488f90f3c6a47ea24ec03c4413d938d64d1be7 -SIZE (rocky/p/python3-libs-3.9.21-1.el9_5.i686.rpm) = 7972028 -SHA256 (rocky/p/python3-libs-3.9.21-1.el9_5.x86_64.rpm) = cc8fb10658d0dcdb8ab95567ec8adaa61952ca1a7898a79819433ff97cf9c698 -SIZE (rocky/p/python3-libs-3.9.21-1.el9_5.x86_64.rpm) = 7909365 -SHA256 (rocky/p/python3.9-3.9.21-1.el9_5.src.rpm) = b8f86ec4ffbb70ee546c9b0f389c926cd7977ecbfa88152594bb85064b502bcf -SIZE (rocky/p/python3.9-3.9.21-1.el9_5.src.rpm) = 20268158 +TIMESTAMP = 1750640625 +SHA256 (rocky/p/python3-3.9.21-2.el9.aarch64.rpm) = a7e061232b16cd2d6ffb6d902bc10bb7e53be3a051ced7ac94815571d22bedb6 +SIZE (rocky/p/python3-3.9.21-2.el9.aarch64.rpm) = 26187 +SHA256 (rocky/p/python3-3.9.21-2.el9.x86_64.rpm) = 0728042f556da40ee04616877639c727c9643f4d6ce7d2f7bf90975f3c2f3d84 +SIZE (rocky/p/python3-3.9.21-2.el9.x86_64.rpm) = 26254 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9.aarch64.rpm) = 3b6e9de7ef5cc02824ce5855deb401c3ffc059a8507ecf23cfa12f7b6e8dc268 +SIZE (rocky/p/python3-libs-3.9.21-2.el9.aarch64.rpm) = 7889784 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9.i686.rpm) = b68900155bb18aed595209e97b5cb5d0edf5f72432b32f39ce9372daf320ea1b +SIZE (rocky/p/python3-libs-3.9.21-2.el9.i686.rpm) = 7964987 +SHA256 (rocky/p/python3-libs-3.9.21-2.el9.x86_64.rpm) = 019e21c4dd18b8ce92fa8f68e1004e0c799aa148014666fff6e28694fbdc8018 +SIZE (rocky/p/python3-libs-3.9.21-2.el9.x86_64.rpm) = 7905127 +SHA256 (rocky/p/python3.9-3.9.21-2.el9.src.rpm) = 80d39b394b67a3a57c33b78c5c4ddd10a8e961ea7179d0e7d7e3901e34fa6784 +SIZE (rocky/p/python3.9-3.9.21-2.el9.src.rpm) = 20270312 diff --git a/lang/nim/Makefile b/lang/nim/Makefile index 0cdb6e211f9f..3ef474807781 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -10,6 +10,9 @@ WWW= https://nim-lang.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/copying.txt +DEPRECATED= Depends on expired www/npm-node18 +EXPIRATION_DATE=2025-09-01 + LIB_DEPENDS= libpcre.so:devel/pcre TEST_DEPENDS= node18>=0:www/node diff --git a/math/Makefile b/math/Makefile index a8d9a3336373..034758a97829 100644 --- a/math/Makefile +++ b/math/Makefile @@ -975,7 +975,6 @@ SUBDIR += py-evalidate SUBDIR += py-faiss SUBDIR += py-fastcluster - SUBDIR += py-fastdtw SUBDIR += py-fenics-basix SUBDIR += py-fenics-ffcx SUBDIR += py-fenics-ufl diff --git a/math/py-fastdtw/Makefile b/math/py-fastdtw/Makefile deleted file mode 100644 index 5fbe74845589..000000000000 --- a/math/py-fastdtw/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= fastdtw -DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 -PORTREVISION= 3 -CATEGORIES= math python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Dynamic Time Warping (DTW) algorithm with an O(N) complexity -WWW= https://github.com/slaypni/fastdtw - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} - -USES= python - -USE_GITHUB= yes # tests are only on github -GH_ACCOUNT= slaypni -USE_PYTHON= distutils cython autoplist pytest # tests fail: https://github.com/slaypni/fastdtw/issues/23 - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fastdtw/_fastdtw${PYTHON_TAG}.so - -.include <bsd.port.mk> diff --git a/math/py-fastdtw/distinfo b/math/py-fastdtw/distinfo deleted file mode 100644 index e8ce8867fb1c..000000000000 --- a/math/py-fastdtw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1570521412 -SHA256 (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = da9bea6a9bc3c3a3424de1d82d3ce7d0545514ed255af16558ef4ddce28f36a7 -SIZE (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = 127976 diff --git a/math/py-fastdtw/pkg-descr b/math/py-fastdtw/pkg-descr deleted file mode 100644 index b8d8c587ff66..000000000000 --- a/math/py-fastdtw/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Python implementation of FastDTW [1], which is an approximate Dynamic Time -Warping (DTW) algorithm that provides optimal or near-optimal alignments -with an O(N) time and memory complexity. - -[1] http://cs.fit.edu/~pkc/papers/tdm04.pdf diff --git a/misc/Makefile b/misc/Makefile index a89f35525b42..a572f232ad7b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -311,7 +311,6 @@ SUBDIR += opennn SUBDIR += openr2 SUBDIR += openvdb - SUBDIR += orange3 SUBDIR += orville-write SUBDIR += osinfo-db SUBDIR += ossp-uuid @@ -431,7 +430,6 @@ SUBDIR += py-crudini SUBDIR += py-datasets SUBDIR += py-detecta - SUBDIR += py-dictdiffer SUBDIR += py-eemeter SUBDIR += py-einops SUBDIR += py-emoji @@ -485,11 +483,6 @@ SUBDIR += py-openpaperwork-gtk SUBDIR += py-openvdb SUBDIR += py-optuna - SUBDIR += py-orange3-associate - SUBDIR += py-orange3-datafusion - SUBDIR += py-orange3-educational - SUBDIR += py-orange3-network - SUBDIR += py-orange3-timeseries SUBDIR += py-oterm SUBDIR += py-palettable SUBDIR += py-papermill diff --git a/misc/orange3/Makefile b/misc/orange3/Makefile deleted file mode 100644 index 6606baa28d62..000000000000 --- a/misc/orange3/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -PORTNAME= orange3 -DISTVERSION= 3.29.1 -PORTREVISION= 6 -CATEGORIES= misc python - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Component-based data mining software -WWW= https://orange.biolab.si/ - -LICENSE= GPLv3 - -DEPRECATED= Depends on expiring devel/py-orange-canvas-core -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.11:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}baycomp>=1.0.2:math/py-baycomp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}joblib>=0.9.4:devel/py-joblib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpx>=0.14.0:www/py-httpx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openTSNE>=0.6.0:math/py-openTSNE@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orange-canvas-core>=0.1.19:devel/py-orange-canvas-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orange-widget-base>=4.13.0:devel/py-orange-widget-base@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openpyxl>0:textproc/py-openpyxl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.0.0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pip>=9.0:devel/py-pip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-louvain>=0.13:math/py-python-louvain@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.11.1:graphics/py-pyqtgraph@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22.0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} - -USES= python pyqt:5 -USE_PYTHON= distutils cython autoplist noflavors -USE_PYQT= pyqt5:run webengine:run - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -CFLAGS+= -DQSORT_R_STYLE_BSD=yes -LDFLAGS+= -Xlinker -strip-all # strip, stage-qa doesn't catch that it isn't stripped - -.include <bsd.port.options.mk> - -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 -USE_PYQT+= webengine:run -.else -USE_PYQT+= webkit:run -.endif - -xpost-install: - @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST} # https://github.com/biolab/orange3/issues/3060 - @${REINPLACE_CMD} -e 's|import sys|& ; from OpenGL import GL|' ${STAGEDIR}${PREFIX}/bin/orange-canvas # https://github.com/biolab/orange3/issues/3062 - -.include <bsd.port.mk> diff --git a/misc/orange3/distinfo b/misc/orange3/distinfo deleted file mode 100644 index 3e9bab8a5a0d..000000000000 --- a/misc/orange3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1622688490 -SHA256 (biolab-orange3-3.29.1_GH0.tar.gz) = 0f59445a179553e56a36f393ed00c5774287a52e4416bc5a4b59491fe99cd87d -SIZE (biolab-orange3-3.29.1_GH0.tar.gz) = 27580259 diff --git a/misc/orange3/files/patch-requirements-core.txt b/misc/orange3/files/patch-requirements-core.txt deleted file mode 100644 index 662a1bef5708..000000000000 --- a/misc/orange3/files/patch-requirements-core.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- requirements-core.txt.orig 2021-03-13 22:01:25 UTC -+++ requirements-core.txt -@@ -23,4 +23,4 @@ baycomp>=1.0.2 - pandas>=1.0.0 - pyyaml - openpyxl --httpx>=0.14.0,<0.17 -+httpx>=0.14.0 diff --git a/misc/orange3/files/patch-requirements-gui.txt b/misc/orange3/files/patch-requirements-gui.txt deleted file mode 100644 index 8721258d2d4b..000000000000 --- a/misc/orange3/files/patch-requirements-gui.txt +++ /dev/null @@ -1,13 +0,0 @@ -- fails to find PyQt5 with the line as given - ---- requirements-gui.txt.orig 2021-03-13 22:03:33 UTC -+++ requirements-gui.txt -@@ -1,7 +1,7 @@ - orange-canvas-core>=0.1.19,<0.2a - orange-widget-base>=4.12.0 - --PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns -+#PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns - PyQtWebEngine>=5.12 - AnyQt>=0.0.11 - diff --git a/misc/orange3/pkg-descr b/misc/orange3/pkg-descr deleted file mode 100644 index d204adee7dd2..000000000000 --- a/misc/orange3/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Orange is a component-based data mining software. It includes a range of data -visualization, exploration, preprocessing and modeling techniques. It can be -used through a nice and intuitive user interface or, for more advanced users, -as a module for the Python programming language. diff --git a/misc/py-dictdiffer/Makefile b/misc/py-dictdiffer/Makefile deleted file mode 100644 index b693256f63f5..000000000000 --- a/misc/py-dictdiffer/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= dictdiffer -DISTVERSION= 0.9.0 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Python library that helps you to diff and patch dictionaries -WWW= https://github.com/inveniosoftware/dictdiffer - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.7:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.1.0:devel/py-setuptools-scm@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/misc/py-dictdiffer/distinfo b/misc/py-dictdiffer/distinfo deleted file mode 100644 index 90644c40c44d..000000000000 --- a/misc/py-dictdiffer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1627061744 -SHA256 (dictdiffer-0.9.0.tar.gz) = 17bacf5fbfe613ccf1b6d512bd766e6b21fb798822a133aa86098b8ac9997578 -SIZE (dictdiffer-0.9.0.tar.gz) = 31513 diff --git a/misc/py-dictdiffer/pkg-descr b/misc/py-dictdiffer/pkg-descr deleted file mode 100644 index 982f4df58cb8..000000000000 --- a/misc/py-dictdiffer/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Dictdiffer is a helper module that helps you to diff and patch dictionaries. diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile deleted file mode 100644 index 1938bd5b11a1..000000000000 --- a/misc/py-orange3-associate/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= orange3-associate -DISTVERSION= 1.1.8 -PORTREVISION= 3 -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining -WWW= https://github.com/biolab/orange3-associate - -LICENSE= GPLv3+ - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -.include <bsd.port.mk> diff --git a/misc/py-orange3-associate/distinfo b/misc/py-orange3-associate/distinfo deleted file mode 100644 index b55c0a89958a..000000000000 --- a/misc/py-orange3-associate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615678925 -SHA256 (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 2840b28fa7cabbe6e9129b677ae28d02d3ceb680c5786d3fe980fe4ed666d66e -SIZE (biolab-orange3-associate-1.1.8_GH0.tar.gz) = 505212 diff --git a/misc/py-orange3-associate/pkg-descr b/misc/py-orange3-associate/pkg-descr deleted file mode 100644 index 3130544e9b1f..000000000000 --- a/misc/py-orange3-associate/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Orange3 add-on implementing association rules data mining, -and enumerating frequent itemsets. diff --git a/misc/py-orange3-datafusion/Makefile b/misc/py-orange3-datafusion/Makefile deleted file mode 100644 index 38308ffebd0f..000000000000 --- a/misc/py-orange3-datafusion/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= orange3-datafusion -DISTVERSIONPREFIX= v -DISTVERSION= 0.1.11-7 -PORTREVISION= 6 -DISTVERSIONSUFFIX= -g69aa51c -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Data fusion add-on for Orange3 -WWW= https://github.com/biolab/orange3-datafusion - -LICENSE= GPLv3 - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR} - -USES= python -USE_GITHUB= yes -GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/misc/py-orange3-datafusion/distinfo b/misc/py-orange3-datafusion/distinfo deleted file mode 100644 index 5fea43e7e48b..000000000000 --- a/misc/py-orange3-datafusion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1528961460 -SHA256 (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 86e1e9bf31fbbd64b92bfefd3fde72d93475c69355a18559c438fd3e7afffae5 -SIZE (biolab-orange3-datafusion-v0.1.11-7-g69aa51c_GH0.tar.gz) = 6835800 diff --git a/misc/py-orange3-datafusion/pkg-descr b/misc/py-orange3-datafusion/pkg-descr deleted file mode 100644 index ba1c4bb6f52f..000000000000 --- a/misc/py-orange3-datafusion/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a data fusion add-on for Orange3. Add-on wraps scikit-fusion, a Python -library for data fusion, and implements a set of widgets for loading of the -data, definition of data fusion schema, collective matrix factorization and -exploration of latent factors. diff --git a/misc/py-orange3-educational/Makefile b/misc/py-orange3-educational/Makefile deleted file mode 100644 index 6677cf06db39..000000000000 --- a/misc/py-orange3-educational/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= orange3-educational -DISTVERSION= 0.4.0 -PORTREVISION= 3 -CATEGORIES= misc education python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange add-on: widgets for machine learning and data mining -WWW= https://github.com/biolab/orange3-educational - -LICENSE= CC-BY-3.0 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/misc/py-orange3-educational/distinfo b/misc/py-orange3-educational/distinfo deleted file mode 100644 index 1e548262fe99..000000000000 --- a/misc/py-orange3-educational/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1618867149 -SHA256 (biolab-orange3-educational-0.4.0_GH0.tar.gz) = e8f452214a4fc9ad15ccb7c8328850cebb6a38aa483cb4763f1544c41ccd80d8 -SIZE (biolab-orange3-educational-0.4.0_GH0.tar.gz) = 3364301 diff --git a/misc/py-orange3-educational/pkg-descr b/misc/py-orange3-educational/pkg-descr deleted file mode 100644 index d11003ee2d89..000000000000 --- a/misc/py-orange3-educational/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Widgets in the educational add-on demonstrate several key data mining and -machine learning procedures. The widgets are useful for beginners to -understand the inner working of key algorithms in the data mining and for -teachers to be able to visually explain various methods in a classroom. diff --git a/misc/py-orange3-network/Makefile b/misc/py-orange3-network/Makefile deleted file mode 100644 index ece5c63c67b9..000000000000 --- a/misc/py-orange3-network/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= orange3-network -DISTVERSION= 1.5.1.20210224 # the 1.5.1 was forgotten -PORTREVISION= 4 -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Network analysis add-on for Orange data mining suite -WWW= https://github.com/biolab/orange3-network - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}gensim>0:textproc/py-gensim@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.9.10:graphics/py-pyqtgraph@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils cython autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab -GH_TAGNAME= ec534c9 - -.include <bsd.port.mk> diff --git a/misc/py-orange3-network/distinfo b/misc/py-orange3-network/distinfo deleted file mode 100644 index d58c2a4ed477..000000000000 --- a/misc/py-orange3-network/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615748215 -SHA256 (biolab-orange3-network-1.5.1.20210224-ec534c9_GH0.tar.gz) = 59bf35dd6bd75be05a3967d319ffc390cf602b239325c93360f3509534de1247 -SIZE (biolab-orange3-network-1.5.1.20210224-ec534c9_GH0.tar.gz) = 3086801 diff --git a/misc/py-orange3-network/pkg-descr b/misc/py-orange3-network/pkg-descr deleted file mode 100644 index cf412b16cfd2..000000000000 --- a/misc/py-orange3-network/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Orange3-Network is an add-on for Orange data mining software package. -It provides network visualization and network analysis tools. diff --git a/misc/py-orange3-timeseries/Makefile b/misc/py-orange3-timeseries/Makefile deleted file mode 100644 index b8a336f46611..000000000000 --- a/misc/py-orange3-timeseries/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= orange3-timeseries -DISTVERSION= 0.3.10 -PORTREVISION= 3 -CATEGORIES= misc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Orange add-on for analyzing, visualizing, manipulating time series -WWW= https://github.com/biolab/orange3-timeseries - -LICENSE= CC-BY-3.0 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas-datareader>0:math/py-pandas-datareader@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.10.0:math/py-statsmodels@${PY_FLAVOR} - -USES= python -USE_GITHUB= yes -GH_ACCOUNT= biolab -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/misc/py-orange3-timeseries/distinfo b/misc/py-orange3-timeseries/distinfo deleted file mode 100644 index fb5e8bfa7615..000000000000 --- a/misc/py-orange3-timeseries/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615685846 -SHA256 (biolab-orange3-timeseries-0.3.10_GH0.tar.gz) = e08e901acdc20134d3571351004fafeeaec847b49a7284aa55efcfc33c9c0bf9 -SIZE (biolab-orange3-timeseries-0.3.10_GH0.tar.gz) = 1802156 diff --git a/misc/py-orange3-timeseries/pkg-descr b/misc/py-orange3-timeseries/pkg-descr deleted file mode 100644 index 21cbe75b11c5..000000000000 --- a/misc/py-orange3-timeseries/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Orange add-on for analyzing, visualizing, manipulating, and forecasting time -series data. diff --git a/multimedia/linux-rl9-gstreamer1/Makefile b/multimedia/linux-rl9-gstreamer1/Makefile index d419de780dba..29185c1cc122 100644 --- a/multimedia/linux-rl9-gstreamer1/Makefile +++ b/multimedia/linux-rl9-gstreamer1/Makefile @@ -1,7 +1,6 @@ PORTNAME= gstreamer1 -PORTVERSION= 1.22.1 -DISTVERSIONSUFFIX= -2.el9 -PORTREVISION= 3 +PORTVERSION= 1.22.12 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org @@ -17,11 +16,11 @@ USE_LINUX_RPM= yes WANT_LINUX32= yes LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ - ${PORTNAME}-plugins-base-${DISTVERSION}-3.el9_5 \ - ${PORTNAME}-plugins-bad-free-${DISTVERSION}-4.el9 \ - ${PORTNAME}-plugins-good-${DISTVERSION}-3.el9_5 \ - ${PORTNAME}-plugins-good-gtk-${DISTVERSION}-3.el9_5 \ - ${PORTNAME}-plugins-ugly-free-${DISTVERSION}-1.el9 + ${PORTNAME}-plugins-base-${DISTVERSION}-4.el9 \ + ${PORTNAME}-plugins-bad-free-${DISTVERSION}-4.el9_6 \ + ${PORTNAME}-plugins-good-${DISTVERSION}-4.el9 \ + ${PORTNAME}-plugins-good-gtk-${DISTVERSION}-4.el9 \ + ${PORTNAME}-plugins-ugly-free-${DISTVERSION}-3.el9 SRC_DISTFILES= gstreamer1-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE @@ -32,5 +31,6 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +PLIST_SUB+= LIBVERSION=0.2212.0 .include <bsd.port.mk> diff --git a/multimedia/linux-rl9-gstreamer1/distinfo b/multimedia/linux-rl9-gstreamer1/distinfo index 81b8d51de7dc..2fc64cd8ebda 100644 --- a/multimedia/linux-rl9-gstreamer1/distinfo +++ b/multimedia/linux-rl9-gstreamer1/distinfo @@ -1,39 +1,39 @@ -TIMESTAMP = 1735035154 -SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 47be74471076177333f21392ec33cc30d1aebaaee4cdbbeaf5924ed5f4eceb9b -SIZE (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 1413330 -SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.i686.rpm) = 00b757888464a4ab5547342efd64d3057a36d0179855bf7a00766a75296b4180 -SIZE (rocky/g/gstreamer1-1.22.1-2.el9.i686.rpm) = 1530446 -SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = c566aa4b9a0257eacea571ee30b1059d565ef44fbe71a06743e47030d7abb7ae -SIZE (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = 1473094 -SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.aarch64.rpm) = c762c856b8582dc147ffba6486d22fceddd3cdf56fd1167cfa1fe736c808438d -SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.aarch64.rpm) = 2900394 -SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.i686.rpm) = 3b909543e9f75c0576f7b20e19fb13bb75b9b0eda730de0f6bbbc133bc56694f -SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.i686.rpm) = 3146421 -SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.x86_64.rpm) = 3a4be8dde26179e64a28bbdbd7b0cb51a5e9db72aa4d8768577871dc19d54fdf -SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-4.el9.x86_64.rpm) = 3061673 -SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.aarch64.rpm) = b0a0c22160d0a01932038e32301792c2562f378b9cfdb98e2eceb469ac1a05dd -SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.aarch64.rpm) = 2172037 -SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.i686.rpm) = 22180a2be432c555de9be3bc81936291a1b340c20c70aa8b0a2b9f1ea5f6ba3a -SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.i686.rpm) = 2379622 -SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.x86_64.rpm) = a85e8834265aa097cb43ef064cf529243c6c5fc9d3ad99c2df637a51845bf458 -SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-3.el9_5.x86_64.rpm) = 2308931 -SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.aarch64.rpm) = 17898f4abb8010394e5b5edc34a613f6b23f0c1647d24937e31ff2a13c2d17d4 -SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.aarch64.rpm) = 2326178 -SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.i686.rpm) = d72d61ea8f817942c429889a37011481aa699f0d9cefd37198dd5c2f37ffa53a -SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.i686.rpm) = 2579315 -SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.x86_64.rpm) = 457cfb4a37c45680777637430358e1536a8ca8219a0fe20938464c7ef01f2769 -SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-3.el9_5.x86_64.rpm) = 2477298 -SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.aarch64.rpm) = 44f68789a8d91f3df101694520f3359b8f5a92266d31aaed939b1aaff0486316 -SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.aarch64.rpm) = 30616 -SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.i686.rpm) = 32054f59884418940e925c55c58ef6ba2005dd4a995acff4e95952185894b612 -SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.i686.rpm) = 33964 -SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.x86_64.rpm) = a6eb580ced10181be47bbc0f9c94c1d4211a9440e3fc166fb952798ff445d531 -SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.1-3.el9_5.x86_64.rpm) = 32325 -SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 34c4fa1d90971ffb84f2a6bd67a7db2472436c95e1df19792c75df01c3b6114c -SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 118331 -SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.i686.rpm) = 8fd84b0777fda4540b12319ab935007e091d8a9e0d4c1be7ec2b40d82e7e6cd4 -SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.i686.rpm) = 125088 -SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 2282573fab9e88a1095a1e06393776610424ad79c069212dde9fb41ca85d7231 -SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 121831 -SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = e18696c8ab6fd5ee13761c8b219090df9974a08dd24412b702e8a47083bed2ab -SIZE (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = 1799784 +TIMESTAMP = 1750649033 +SHA256 (rocky/g/gstreamer1-1.22.12-3.el9.aarch64.rpm) = 8311f55dd586196e8887beaddee694d0f0bf421dbdc79c444904c898d5aba23e +SIZE (rocky/g/gstreamer1-1.22.12-3.el9.aarch64.rpm) = 1429276 +SHA256 (rocky/g/gstreamer1-1.22.12-3.el9.i686.rpm) = 75a4a92b6f8e87c0dc679e68fb66b97aaa070a0e047a06ad416410eb5502cc0b +SIZE (rocky/g/gstreamer1-1.22.12-3.el9.i686.rpm) = 1547502 +SHA256 (rocky/g/gstreamer1-1.22.12-3.el9.x86_64.rpm) = 33bde0ad67e6c448220e9b328d6fb9a2ad51bef4df8801043376c48d98fe5570 +SIZE (rocky/g/gstreamer1-1.22.12-3.el9.x86_64.rpm) = 1490619 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.aarch64.rpm) = c1375cca5526fd1edb6b4fd692d7946da09b1109d76b4611dd5aa2462fe34c30 +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.aarch64.rpm) = 2425498 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.i686.rpm) = e8e6bbc3538f5dfa1a9d5329f400fde552ef408422fa488dba87e70d6d5571ec +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.i686.rpm) = 2653881 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.x86_64.rpm) = 16556eb3ee74fa01173d74c60b2a00918d1f387ca38afd3762e4fff2e79b7fca +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.12-4.el9_6.x86_64.rpm) = 2566392 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.aarch64.rpm) = 980f1761247812ba481190d645b0b994b83e55a483cdd434bd0b1b80249c1836 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.aarch64.rpm) = 2182043 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.i686.rpm) = e45d98a09ecfb3c75bbc98961efe85f1d9f2eaefefbf309c64a96189874ae969 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.i686.rpm) = 2387252 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.x86_64.rpm) = a6bd8ad2a8a99a12009abab85ca393b53f4de1984f98cfc54799506356a1ba83 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.12-4.el9.x86_64.rpm) = 2318098 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.aarch64.rpm) = 2e109b228441b42b55cac1646260d41d9091835011539a2646f45708807eaa85 +SIZE (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.aarch64.rpm) = 2341059 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.i686.rpm) = 988d01ad916c58b26783d8d33afa2c609ad192bf196e975bf731a76eb803d42e +SIZE (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.i686.rpm) = 2593133 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.x86_64.rpm) = cb86e4840ddcb69ef66c29e643a7ec6fc5131b5c71e90f01985a01af102991da +SIZE (rocky/g/gstreamer1-plugins-good-1.22.12-4.el9.x86_64.rpm) = 2492172 +SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.aarch64.rpm) = 18762793dbbacdea9eb924107f75aa1cf7e24058f93fb7e3f956a92db1336605 +SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.aarch64.rpm) = 33418 +SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.i686.rpm) = dbb41e66549f580879c91d092b626bb019cd2639361c00995ee52ab68108ec08 +SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.i686.rpm) = 36669 +SHA256 (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.x86_64.rpm) = 34fa23217fd5cb1223f76602129f732612790d610a3f46cafca61a5c963a17cc +SIZE (rocky/g/gstreamer1-plugins-good-gtk-1.22.12-4.el9.x86_64.rpm) = 35036 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.aarch64.rpm) = 351028003a156ab9230b43bcaa22cf7231d98fa6b57e7532ba5268d63af9bb06 +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.aarch64.rpm) = 257137 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.i686.rpm) = 7df8992672a57c00a9582b0a49b9fac7131ffcb77924e009f8b0d6b46701a5da +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.i686.rpm) = 282106 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.x86_64.rpm) = e25e208619b90a1890a5f195c58595184ab06c50f7b624708bfbcbfa10a1d1c5 +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.12-3.el9.x86_64.rpm) = 271353 +SHA256 (rocky/g/gstreamer1-1.22.12-3.el9.src.rpm) = 8308c9830fb996b3238d0e5bc8581792d875bb16b6613f78e458d02b257679e0 +SIZE (rocky/g/gstreamer1-1.22.12-3.el9.src.rpm) = 1821954 diff --git a/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 b/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 index f1c5b7a63d1f..9f6ac1381cc7 100644 --- a/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 +++ b/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 @@ -5,36 +5,24 @@ usr/bin/gst-transcoder-1.0 usr/bin/gst-typefind-1.0 usr/lib/rpm/fileattrs/gstreamer1.attr usr/lib/rpm/gstreamer1.prov -usr/lib64/girepository-1.0/CudaGst-1.0.typelib usr/lib64/girepository-1.0/Gst-1.0.typelib usr/lib64/girepository-1.0/GstAllocators-1.0.typelib usr/lib64/girepository-1.0/GstApp-1.0.typelib usr/lib64/girepository-1.0/GstAudio-1.0.typelib -usr/lib64/girepository-1.0/GstBadAudio-1.0.typelib usr/lib64/girepository-1.0/GstBase-1.0.typelib usr/lib64/girepository-1.0/GstCheck-1.0.typelib -usr/lib64/girepository-1.0/GstCodecs-1.0.typelib usr/lib64/girepository-1.0/GstController-1.0.typelib -usr/lib64/girepository-1.0/GstCuda-1.0.typelib usr/lib64/girepository-1.0/GstGL-1.0.typelib usr/lib64/girepository-1.0/GstGLEGL-1.0.typelib usr/lib64/girepository-1.0/GstGLWayland-1.0.typelib usr/lib64/girepository-1.0/GstGLX11-1.0.typelib -usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib -usr/lib64/girepository-1.0/GstMpegts-1.0.typelib usr/lib64/girepository-1.0/GstNet-1.0.typelib usr/lib64/girepository-1.0/GstPbutils-1.0.typelib -usr/lib64/girepository-1.0/GstPlay-1.0.typelib -usr/lib64/girepository-1.0/GstPlayer-1.0.typelib usr/lib64/girepository-1.0/GstRtp-1.0.typelib usr/lib64/girepository-1.0/GstRtsp-1.0.typelib usr/lib64/girepository-1.0/GstSdp-1.0.typelib usr/lib64/girepository-1.0/GstTag-1.0.typelib -usr/lib64/girepository-1.0/GstTranscoder-1.0.typelib usr/lib64/girepository-1.0/GstVideo-1.0.typelib -usr/lib64/girepository-1.0/GstVulkan-1.0.typelib -usr/lib64/girepository-1.0/GstVulkanWayland-1.0.typelib -usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib usr/lib64/gstreamer-1.0/libgsta52dec.so usr/lib64/gstreamer-1.0/libgstaccurip.so usr/lib64/gstreamer-1.0/libgstadaptivedemux2.so @@ -49,6 +37,7 @@ usr/lib64/gstreamer-1.0/libgstalphacolor.so usr/lib64/gstreamer-1.0/libgstalsa.so usr/lib64/gstreamer-1.0/libgstapetag.so usr/lib64/gstreamer-1.0/libgstapp.so +usr/lib64/gstreamer-1.0/libgstasf.so usr/lib64/gstreamer-1.0/libgstasfmux.so usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so usr/lib64/gstreamer-1.0/libgstaudioconvert.so @@ -89,7 +78,10 @@ usr/lib64/gstreamer-1.0/libgstdtls.so usr/lib64/gstreamer-1.0/libgstdtmf.so usr/lib64/gstreamer-1.0/libgstdvb.so usr/lib64/gstreamer-1.0/libgstdvbsubenc.so +usr/lib64/gstreamer-1.0/libgstdvbsuboverlay.so +usr/lib64/gstreamer-1.0/libgstdvdlpcmdec.so usr/lib64/gstreamer-1.0/libgstdvdread.so +usr/lib64/gstreamer-1.0/libgstdvdsub.so usr/lib64/gstreamer-1.0/libgsteffectv.so usr/lib64/gstreamer-1.0/libgstencoding.so usr/lib64/gstreamer-1.0/libgstequalizer.so @@ -131,7 +123,6 @@ usr/lib64/gstreamer-1.0/libgstkms.so usr/lib64/gstreamer-1.0/libgstlame.so usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so usr/lib64/gstreamer-1.0/libgstlevel.so -usr/lib64/gstreamer-1.0/libgstlibvisual.so usr/lib64/gstreamer-1.0/libgstmatroska.so usr/lib64/gstreamer-1.0/libgstmidi.so usr/lib64/gstreamer-1.0/libgstmpeg2dec.so @@ -163,6 +154,7 @@ usr/lib64/gstreamer-1.0/libgstpnm.so usr/lib64/gstreamer-1.0/libgstproxy.so usr/lib64/gstreamer-1.0/libgstpulseaudio.so usr/lib64/gstreamer-1.0/libgstrawparse.so +usr/lib64/gstreamer-1.0/libgstrealmedia.so usr/lib64/gstreamer-1.0/libgstremovesilence.so usr/lib64/gstreamer-1.0/libgstreplaygain.so usr/lib64/gstreamer-1.0/libgstresindvd.so @@ -181,6 +173,7 @@ usr/lib64/gstreamer-1.0/libgstsegmentclip.so usr/lib64/gstreamer-1.0/libgstshapewipe.so usr/lib64/gstreamer-1.0/libgstshm.so usr/lib64/gstreamer-1.0/libgstshout2.so +usr/lib64/gstreamer-1.0/libgstsiren.so usr/lib64/gstreamer-1.0/libgstsmooth.so usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so usr/lib64/gstreamer-1.0/libgstsmpte.so @@ -204,6 +197,7 @@ usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so usr/lib64/gstreamer-1.0/libgstudp.so usr/lib64/gstreamer-1.0/libgstuvch264.so usr/lib64/gstreamer-1.0/libgstv4l2codecs.so +usr/lib64/gstreamer-1.0/libgstva.so usr/lib64/gstreamer-1.0/libgstvideo4linux2.so usr/lib64/gstreamer-1.0/libgstvideobox.so usr/lib64/gstreamer-1.0/libgstvideoconvertscale.so @@ -233,75 +227,40 @@ usr/lib64/gstreamer-1.0/libgstxingmux.so usr/lib64/gstreamer-1.0/libgstxvimagesink.so usr/lib64/gstreamer-1.0/libgsty4mdec.so usr/lib64/gstreamer-1.0/libgsty4menc.so -usr/lib64/libgstadaptivedemux-1.0.so.0 -usr/lib64/libgstadaptivedemux-1.0.so.0.2201.0 usr/lib64/libgstallocators-1.0.so.0 -usr/lib64/libgstallocators-1.0.so.0.2201.0 +usr/lib64/libgstallocators-1.0.so.%%LIBVERSION%% usr/lib64/libgstapp-1.0.so.0 -usr/lib64/libgstapp-1.0.so.0.2201.0 +usr/lib64/libgstapp-1.0.so.%%LIBVERSION%% usr/lib64/libgstaudio-1.0.so.0 -usr/lib64/libgstaudio-1.0.so.0.2201.0 -usr/lib64/libgstbadaudio-1.0.so.0 -usr/lib64/libgstbadaudio-1.0.so.0.2201.0 +usr/lib64/libgstaudio-1.0.so.%%LIBVERSION%% usr/lib64/libgstbase-1.0.so.0 -usr/lib64/libgstbase-1.0.so.0.2201.0 -usr/lib64/libgstbasecamerabinsrc-1.0.so.0 -usr/lib64/libgstbasecamerabinsrc-1.0.so.0.2201.0 +usr/lib64/libgstbase-1.0.so.%%LIBVERSION%% usr/lib64/libgstcheck-1.0.so.0 -usr/lib64/libgstcheck-1.0.so.0.2201.0 -usr/lib64/libgstcodecparsers-1.0.so.0 -usr/lib64/libgstcodecparsers-1.0.so.0.2201.0 -usr/lib64/libgstcodecs-1.0.so.0 -usr/lib64/libgstcodecs-1.0.so.0.2201.0 +usr/lib64/libgstcheck-1.0.so.%%LIBVERSION%% usr/lib64/libgstcontroller-1.0.so.0 -usr/lib64/libgstcontroller-1.0.so.0.2201.0 -usr/lib64/libgstcuda-1.0.so.0 -usr/lib64/libgstcuda-1.0.so.0.2201.0 +usr/lib64/libgstcontroller-1.0.so.%%LIBVERSION%% usr/lib64/libgstfft-1.0.so.0 -usr/lib64/libgstfft-1.0.so.0.2201.0 +usr/lib64/libgstfft-1.0.so.%%LIBVERSION%% usr/lib64/libgstgl-1.0.so.0 -usr/lib64/libgstgl-1.0.so.0.2201.0 -usr/lib64/libgstinsertbin-1.0.so.0 -usr/lib64/libgstinsertbin-1.0.so.0.2201.0 -usr/lib64/libgstisoff-1.0.so.0 -usr/lib64/libgstisoff-1.0.so.0.2201.0 -usr/lib64/libgstmpegts-1.0.so.0 -usr/lib64/libgstmpegts-1.0.so.0.2201.0 +usr/lib64/libgstgl-1.0.so.%%LIBVERSION%% usr/lib64/libgstnet-1.0.so.0 -usr/lib64/libgstnet-1.0.so.0.2201.0 +usr/lib64/libgstnet-1.0.so.%%LIBVERSION%% usr/lib64/libgstpbutils-1.0.so.0 -usr/lib64/libgstpbutils-1.0.so.0.2201.0 -usr/lib64/libgstphotography-1.0.so.0 -usr/lib64/libgstphotography-1.0.so.0.2201.0 -usr/lib64/libgstplay-1.0.so.0 -usr/lib64/libgstplay-1.0.so.0.2201.0 -usr/lib64/libgstplayer-1.0.so.0 -usr/lib64/libgstplayer-1.0.so.0.2201.0 +usr/lib64/libgstpbutils-1.0.so.%%LIBVERSION%% usr/lib64/libgstreamer-1.0.so.0 -usr/lib64/libgstreamer-1.0.so.0.2201.0 +usr/lib64/libgstreamer-1.0.so.%%LIBVERSION%% usr/lib64/libgstriff-1.0.so.0 -usr/lib64/libgstriff-1.0.so.0.2201.0 +usr/lib64/libgstriff-1.0.so.%%LIBVERSION%% usr/lib64/libgstrtp-1.0.so.0 -usr/lib64/libgstrtp-1.0.so.0.2201.0 +usr/lib64/libgstrtp-1.0.so.%%LIBVERSION%% usr/lib64/libgstrtsp-1.0.so.0 -usr/lib64/libgstrtsp-1.0.so.0.2201.0 -usr/lib64/libgstsctp-1.0.so.0 -usr/lib64/libgstsctp-1.0.so.0.2201.0 +usr/lib64/libgstrtsp-1.0.so.%%LIBVERSION%% usr/lib64/libgstsdp-1.0.so.0 -usr/lib64/libgstsdp-1.0.so.0.2201.0 +usr/lib64/libgstsdp-1.0.so.%%LIBVERSION%% usr/lib64/libgsttag-1.0.so.0 -usr/lib64/libgsttag-1.0.so.0.2201.0 -usr/lib64/libgsttranscoder-1.0.so.0 -usr/lib64/libgsturidownloader-1.0.so.0 -usr/lib64/libgsturidownloader-1.0.so.0.2201.0 +usr/lib64/libgsttag-1.0.so.%%LIBVERSION%% usr/lib64/libgstvideo-1.0.so.0 -usr/lib64/libgstvideo-1.0.so.0.2201.0 -usr/lib64/libgstvulkan-1.0.so.0 -usr/lib64/libgstvulkan-1.0.so.0.2201.0 -usr/lib64/libgstwayland-1.0.so.0 -usr/lib64/libgstwayland-1.0.so.0.2201.0 -usr/lib64/libgstwebrtc-1.0.so.0 -usr/lib64/libgstwebrtc-1.0.so.0.2201.0 +usr/lib64/libgstvideo-1.0.so.%%LIBVERSION%% usr/libexec/gstreamer-1.0/gst-completion-helper usr/libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner usr/libexec/gstreamer-1.0/gst-plugin-scanner diff --git a/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 index c26e5b40bf1d..e4c0fafb32c7 100644 --- a/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 +++ b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 @@ -3,36 +3,24 @@ usr/bin/gst-launch-1.0 usr/bin/gst-stats-1.0 usr/bin/gst-transcoder-1.0 usr/bin/gst-typefind-1.0 -usr/lib/girepository-1.0/CudaGst-1.0.typelib usr/lib/girepository-1.0/Gst-1.0.typelib usr/lib/girepository-1.0/GstAllocators-1.0.typelib usr/lib/girepository-1.0/GstApp-1.0.typelib usr/lib/girepository-1.0/GstAudio-1.0.typelib -usr/lib/girepository-1.0/GstBadAudio-1.0.typelib usr/lib/girepository-1.0/GstBase-1.0.typelib usr/lib/girepository-1.0/GstCheck-1.0.typelib -usr/lib/girepository-1.0/GstCodecs-1.0.typelib usr/lib/girepository-1.0/GstController-1.0.typelib -usr/lib/girepository-1.0/GstCuda-1.0.typelib usr/lib/girepository-1.0/GstGL-1.0.typelib usr/lib/girepository-1.0/GstGLEGL-1.0.typelib usr/lib/girepository-1.0/GstGLWayland-1.0.typelib usr/lib/girepository-1.0/GstGLX11-1.0.typelib -usr/lib/girepository-1.0/GstInsertBin-1.0.typelib -usr/lib/girepository-1.0/GstMpegts-1.0.typelib usr/lib/girepository-1.0/GstNet-1.0.typelib usr/lib/girepository-1.0/GstPbutils-1.0.typelib -usr/lib/girepository-1.0/GstPlay-1.0.typelib -usr/lib/girepository-1.0/GstPlayer-1.0.typelib usr/lib/girepository-1.0/GstRtp-1.0.typelib usr/lib/girepository-1.0/GstRtsp-1.0.typelib usr/lib/girepository-1.0/GstSdp-1.0.typelib usr/lib/girepository-1.0/GstTag-1.0.typelib -usr/lib/girepository-1.0/GstTranscoder-1.0.typelib usr/lib/girepository-1.0/GstVideo-1.0.typelib -usr/lib/girepository-1.0/GstVulkan-1.0.typelib -usr/lib/girepository-1.0/GstVulkanWayland-1.0.typelib -usr/lib/girepository-1.0/GstWebRTC-1.0.typelib usr/lib/gstreamer-1.0/libgsta52dec.so usr/lib/gstreamer-1.0/libgstaccurip.so usr/lib/gstreamer-1.0/libgstadaptivedemux2.so @@ -47,6 +35,7 @@ usr/lib/gstreamer-1.0/libgstalphacolor.so usr/lib/gstreamer-1.0/libgstalsa.so usr/lib/gstreamer-1.0/libgstapetag.so usr/lib/gstreamer-1.0/libgstapp.so +usr/lib/gstreamer-1.0/libgstasf.so usr/lib/gstreamer-1.0/libgstasfmux.so usr/lib/gstreamer-1.0/libgstaudiobuffersplit.so usr/lib/gstreamer-1.0/libgstaudioconvert.so @@ -87,7 +76,10 @@ usr/lib/gstreamer-1.0/libgstdtls.so usr/lib/gstreamer-1.0/libgstdtmf.so usr/lib/gstreamer-1.0/libgstdvb.so usr/lib/gstreamer-1.0/libgstdvbsubenc.so +usr/lib/gstreamer-1.0/libgstdvbsuboverlay.so +usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so usr/lib/gstreamer-1.0/libgstdvdread.so +usr/lib/gstreamer-1.0/libgstdvdsub.so usr/lib/gstreamer-1.0/libgsteffectv.so usr/lib/gstreamer-1.0/libgstencoding.so usr/lib/gstreamer-1.0/libgstequalizer.so @@ -129,7 +121,6 @@ usr/lib/gstreamer-1.0/libgstkms.so usr/lib/gstreamer-1.0/libgstlame.so usr/lib/gstreamer-1.0/libgstlegacyrawparse.so usr/lib/gstreamer-1.0/libgstlevel.so -usr/lib/gstreamer-1.0/libgstlibvisual.so usr/lib/gstreamer-1.0/libgstmatroska.so usr/lib/gstreamer-1.0/libgstmidi.so usr/lib/gstreamer-1.0/libgstmpeg2dec.so @@ -161,6 +152,7 @@ usr/lib/gstreamer-1.0/libgstpnm.so usr/lib/gstreamer-1.0/libgstproxy.so usr/lib/gstreamer-1.0/libgstpulseaudio.so usr/lib/gstreamer-1.0/libgstrawparse.so +usr/lib/gstreamer-1.0/libgstrealmedia.so usr/lib/gstreamer-1.0/libgstremovesilence.so usr/lib/gstreamer-1.0/libgstreplaygain.so usr/lib/gstreamer-1.0/libgstresindvd.so @@ -179,6 +171,7 @@ usr/lib/gstreamer-1.0/libgstsegmentclip.so usr/lib/gstreamer-1.0/libgstshapewipe.so usr/lib/gstreamer-1.0/libgstshm.so usr/lib/gstreamer-1.0/libgstshout2.so +usr/lib/gstreamer-1.0/libgstsiren.so usr/lib/gstreamer-1.0/libgstsmooth.so usr/lib/gstreamer-1.0/libgstsmoothstreaming.so usr/lib/gstreamer-1.0/libgstsmpte.so @@ -202,6 +195,7 @@ usr/lib/gstreamer-1.0/libgsttypefindfunctions.so usr/lib/gstreamer-1.0/libgstudp.so usr/lib/gstreamer-1.0/libgstuvch264.so usr/lib/gstreamer-1.0/libgstv4l2codecs.so +usr/lib/gstreamer-1.0/libgstva.so usr/lib/gstreamer-1.0/libgstvideo4linux2.so usr/lib/gstreamer-1.0/libgstvideobox.so usr/lib/gstreamer-1.0/libgstvideoconvertscale.so @@ -231,107 +225,60 @@ usr/lib/gstreamer-1.0/libgstxingmux.so usr/lib/gstreamer-1.0/libgstxvimagesink.so usr/lib/gstreamer-1.0/libgsty4mdec.so usr/lib/gstreamer-1.0/libgsty4menc.so -usr/lib/libgstadaptivedemux-1.0.so.0 -usr/lib/libgstadaptivedemux-1.0.so.0.2201.0 usr/lib/libgstallocators-1.0.so.0 -usr/lib/libgstallocators-1.0.so.0.2201.0 +usr/lib/libgstallocators-1.0.so.%%LIBVERSION%% usr/lib/libgstapp-1.0.so.0 -usr/lib/libgstapp-1.0.so.0.2201.0 +usr/lib/libgstapp-1.0.so.%%LIBVERSION%% usr/lib/libgstaudio-1.0.so.0 -usr/lib/libgstaudio-1.0.so.0.2201.0 -usr/lib/libgstbadaudio-1.0.so.0 -usr/lib/libgstbadaudio-1.0.so.0.2201.0 +usr/lib/libgstaudio-1.0.so.%%LIBVERSION%% usr/lib/libgstbase-1.0.so.0 -usr/lib/libgstbase-1.0.so.0.2201.0 -usr/lib/libgstbasecamerabinsrc-1.0.so.0 -usr/lib/libgstbasecamerabinsrc-1.0.so.0.2201.0 +usr/lib/libgstbase-1.0.so.%%LIBVERSION%% usr/lib/libgstcheck-1.0.so.0 -usr/lib/libgstcheck-1.0.so.0.2201.0 -usr/lib/libgstcodecparsers-1.0.so.0 -usr/lib/libgstcodecparsers-1.0.so.0.2201.0 -usr/lib/libgstcodecs-1.0.so.0 -usr/lib/libgstcodecs-1.0.so.0.2201.0 +usr/lib/libgstcheck-1.0.so.%%LIBVERSION%% usr/lib/libgstcontroller-1.0.so.0 -usr/lib/libgstcontroller-1.0.so.0.2201.0 -usr/lib/libgstcuda-1.0.so.0 -usr/lib/libgstcuda-1.0.so.0.2201.0 +usr/lib/libgstcontroller-1.0.so.%%LIBVERSION%% usr/lib/libgstfft-1.0.so.0 -usr/lib/libgstfft-1.0.so.0.2201.0 +usr/lib/libgstfft-1.0.so.%%LIBVERSION%% usr/lib/libgstgl-1.0.so.0 -usr/lib/libgstgl-1.0.so.0.2201.0 -usr/lib/libgstinsertbin-1.0.so.0 -usr/lib/libgstinsertbin-1.0.so.0.2201.0 -usr/lib/libgstisoff-1.0.so.0 -usr/lib/libgstisoff-1.0.so.0.2201.0 -usr/lib/libgstmpegts-1.0.so.0 -usr/lib/libgstmpegts-1.0.so.0.2201.0 +usr/lib/libgstgl-1.0.so.%%LIBVERSION%% usr/lib/libgstnet-1.0.so.0 -usr/lib/libgstnet-1.0.so.0.2201.0 +usr/lib/libgstnet-1.0.so.%%LIBVERSION%% usr/lib/libgstpbutils-1.0.so.0 -usr/lib/libgstpbutils-1.0.so.0.2201.0 -usr/lib/libgstphotography-1.0.so.0 -usr/lib/libgstphotography-1.0.so.0.2201.0 -usr/lib/libgstplay-1.0.so.0 -usr/lib/libgstplay-1.0.so.0.2201.0 -usr/lib/libgstplayer-1.0.so.0 -usr/lib/libgstplayer-1.0.so.0.2201.0 +usr/lib/libgstpbutils-1.0.so.%%LIBVERSION%% usr/lib/libgstreamer-1.0.so.0 -usr/lib/libgstreamer-1.0.so.0.2201.0 +usr/lib/libgstreamer-1.0.so.%%LIBVERSION%% usr/lib/libgstriff-1.0.so.0 -usr/lib/libgstriff-1.0.so.0.2201.0 +usr/lib/libgstriff-1.0.so.%%LIBVERSION%% usr/lib/libgstrtp-1.0.so.0 -usr/lib/libgstrtp-1.0.so.0.2201.0 +usr/lib/libgstrtp-1.0.so.%%LIBVERSION%% usr/lib/libgstrtsp-1.0.so.0 -usr/lib/libgstrtsp-1.0.so.0.2201.0 -usr/lib/libgstsctp-1.0.so.0 -usr/lib/libgstsctp-1.0.so.0.2201.0 +usr/lib/libgstrtsp-1.0.so.%%LIBVERSION%% usr/lib/libgstsdp-1.0.so.0 -usr/lib/libgstsdp-1.0.so.0.2201.0 +usr/lib/libgstsdp-1.0.so.%%LIBVERSION%% usr/lib/libgsttag-1.0.so.0 -usr/lib/libgsttag-1.0.so.0.2201.0 -usr/lib/libgsttranscoder-1.0.so.0 -usr/lib/libgsturidownloader-1.0.so.0 -usr/lib/libgsturidownloader-1.0.so.0.2201.0 +usr/lib/libgsttag-1.0.so.%%LIBVERSION%% usr/lib/libgstvideo-1.0.so.0 -usr/lib/libgstvideo-1.0.so.0.2201.0 -usr/lib/libgstvulkan-1.0.so.0 -usr/lib/libgstvulkan-1.0.so.0.2201.0 -usr/lib/libgstwayland-1.0.so.0 -usr/lib/libgstwayland-1.0.so.0.2201.0 -usr/lib/libgstwebrtc-1.0.so.0 -usr/lib/libgstwebrtc-1.0.so.0.2201.0 +usr/lib/libgstvideo-1.0.so.%%LIBVERSION%% usr/lib/rpm/fileattrs/gstreamer1.attr usr/lib/rpm/gstreamer1.prov -usr/lib64/girepository-1.0/CudaGst-1.0.typelib usr/lib64/girepository-1.0/Gst-1.0.typelib usr/lib64/girepository-1.0/GstAllocators-1.0.typelib usr/lib64/girepository-1.0/GstApp-1.0.typelib usr/lib64/girepository-1.0/GstAudio-1.0.typelib -usr/lib64/girepository-1.0/GstBadAudio-1.0.typelib usr/lib64/girepository-1.0/GstBase-1.0.typelib usr/lib64/girepository-1.0/GstCheck-1.0.typelib -usr/lib64/girepository-1.0/GstCodecs-1.0.typelib usr/lib64/girepository-1.0/GstController-1.0.typelib -usr/lib64/girepository-1.0/GstCuda-1.0.typelib usr/lib64/girepository-1.0/GstGL-1.0.typelib usr/lib64/girepository-1.0/GstGLEGL-1.0.typelib usr/lib64/girepository-1.0/GstGLWayland-1.0.typelib usr/lib64/girepository-1.0/GstGLX11-1.0.typelib -usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib -usr/lib64/girepository-1.0/GstMpegts-1.0.typelib usr/lib64/girepository-1.0/GstNet-1.0.typelib usr/lib64/girepository-1.0/GstPbutils-1.0.typelib -usr/lib64/girepository-1.0/GstPlay-1.0.typelib -usr/lib64/girepository-1.0/GstPlayer-1.0.typelib usr/lib64/girepository-1.0/GstRtp-1.0.typelib usr/lib64/girepository-1.0/GstRtsp-1.0.typelib usr/lib64/girepository-1.0/GstSdp-1.0.typelib usr/lib64/girepository-1.0/GstTag-1.0.typelib -usr/lib64/girepository-1.0/GstTranscoder-1.0.typelib usr/lib64/girepository-1.0/GstVideo-1.0.typelib -usr/lib64/girepository-1.0/GstVulkan-1.0.typelib -usr/lib64/girepository-1.0/GstVulkanWayland-1.0.typelib -usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib usr/lib64/gstreamer-1.0/libgsta52dec.so usr/lib64/gstreamer-1.0/libgstaccurip.so usr/lib64/gstreamer-1.0/libgstadaptivedemux2.so @@ -346,6 +293,7 @@ usr/lib64/gstreamer-1.0/libgstalphacolor.so usr/lib64/gstreamer-1.0/libgstalsa.so usr/lib64/gstreamer-1.0/libgstapetag.so usr/lib64/gstreamer-1.0/libgstapp.so +usr/lib64/gstreamer-1.0/libgstasf.so usr/lib64/gstreamer-1.0/libgstasfmux.so usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so usr/lib64/gstreamer-1.0/libgstaudioconvert.so @@ -386,7 +334,10 @@ usr/lib64/gstreamer-1.0/libgstdtls.so usr/lib64/gstreamer-1.0/libgstdtmf.so usr/lib64/gstreamer-1.0/libgstdvb.so usr/lib64/gstreamer-1.0/libgstdvbsubenc.so +usr/lib64/gstreamer-1.0/libgstdvbsuboverlay.so +usr/lib64/gstreamer-1.0/libgstdvdlpcmdec.so usr/lib64/gstreamer-1.0/libgstdvdread.so +usr/lib64/gstreamer-1.0/libgstdvdsub.so usr/lib64/gstreamer-1.0/libgsteffectv.so usr/lib64/gstreamer-1.0/libgstencoding.so usr/lib64/gstreamer-1.0/libgstequalizer.so @@ -428,7 +379,6 @@ usr/lib64/gstreamer-1.0/libgstkms.so usr/lib64/gstreamer-1.0/libgstlame.so usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so usr/lib64/gstreamer-1.0/libgstlevel.so -usr/lib64/gstreamer-1.0/libgstlibvisual.so usr/lib64/gstreamer-1.0/libgstmatroska.so usr/lib64/gstreamer-1.0/libgstmidi.so usr/lib64/gstreamer-1.0/libgstmpeg2dec.so @@ -460,6 +410,7 @@ usr/lib64/gstreamer-1.0/libgstpnm.so usr/lib64/gstreamer-1.0/libgstproxy.so usr/lib64/gstreamer-1.0/libgstpulseaudio.so usr/lib64/gstreamer-1.0/libgstrawparse.so +usr/lib64/gstreamer-1.0/libgstrealmedia.so usr/lib64/gstreamer-1.0/libgstremovesilence.so usr/lib64/gstreamer-1.0/libgstreplaygain.so usr/lib64/gstreamer-1.0/libgstresindvd.so @@ -478,6 +429,7 @@ usr/lib64/gstreamer-1.0/libgstsegmentclip.so usr/lib64/gstreamer-1.0/libgstshapewipe.so usr/lib64/gstreamer-1.0/libgstshm.so usr/lib64/gstreamer-1.0/libgstshout2.so +usr/lib64/gstreamer-1.0/libgstsiren.so usr/lib64/gstreamer-1.0/libgstsmooth.so usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so usr/lib64/gstreamer-1.0/libgstsmpte.so @@ -501,6 +453,7 @@ usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so usr/lib64/gstreamer-1.0/libgstudp.so usr/lib64/gstreamer-1.0/libgstuvch264.so usr/lib64/gstreamer-1.0/libgstv4l2codecs.so +usr/lib64/gstreamer-1.0/libgstva.so usr/lib64/gstreamer-1.0/libgstvideo4linux2.so usr/lib64/gstreamer-1.0/libgstvideobox.so usr/lib64/gstreamer-1.0/libgstvideoconvertscale.so @@ -530,75 +483,40 @@ usr/lib64/gstreamer-1.0/libgstxingmux.so usr/lib64/gstreamer-1.0/libgstxvimagesink.so usr/lib64/gstreamer-1.0/libgsty4mdec.so usr/lib64/gstreamer-1.0/libgsty4menc.so -usr/lib64/libgstadaptivedemux-1.0.so.0 -usr/lib64/libgstadaptivedemux-1.0.so.0.2201.0 usr/lib64/libgstallocators-1.0.so.0 -usr/lib64/libgstallocators-1.0.so.0.2201.0 +usr/lib64/libgstallocators-1.0.so.%%LIBVERSION%% usr/lib64/libgstapp-1.0.so.0 -usr/lib64/libgstapp-1.0.so.0.2201.0 +usr/lib64/libgstapp-1.0.so.%%LIBVERSION%% usr/lib64/libgstaudio-1.0.so.0 -usr/lib64/libgstaudio-1.0.so.0.2201.0 -usr/lib64/libgstbadaudio-1.0.so.0 -usr/lib64/libgstbadaudio-1.0.so.0.2201.0 +usr/lib64/libgstaudio-1.0.so.%%LIBVERSION%% usr/lib64/libgstbase-1.0.so.0 -usr/lib64/libgstbase-1.0.so.0.2201.0 -usr/lib64/libgstbasecamerabinsrc-1.0.so.0 -usr/lib64/libgstbasecamerabinsrc-1.0.so.0.2201.0 +usr/lib64/libgstbase-1.0.so.%%LIBVERSION%% usr/lib64/libgstcheck-1.0.so.0 -usr/lib64/libgstcheck-1.0.so.0.2201.0 -usr/lib64/libgstcodecparsers-1.0.so.0 -usr/lib64/libgstcodecparsers-1.0.so.0.2201.0 -usr/lib64/libgstcodecs-1.0.so.0 -usr/lib64/libgstcodecs-1.0.so.0.2201.0 +usr/lib64/libgstcheck-1.0.so.%%LIBVERSION%% usr/lib64/libgstcontroller-1.0.so.0 -usr/lib64/libgstcontroller-1.0.so.0.2201.0 -usr/lib64/libgstcuda-1.0.so.0 -usr/lib64/libgstcuda-1.0.so.0.2201.0 +usr/lib64/libgstcontroller-1.0.so.%%LIBVERSION%% usr/lib64/libgstfft-1.0.so.0 -usr/lib64/libgstfft-1.0.so.0.2201.0 +usr/lib64/libgstfft-1.0.so.%%LIBVERSION%% usr/lib64/libgstgl-1.0.so.0 -usr/lib64/libgstgl-1.0.so.0.2201.0 -usr/lib64/libgstinsertbin-1.0.so.0 -usr/lib64/libgstinsertbin-1.0.so.0.2201.0 -usr/lib64/libgstisoff-1.0.so.0 -usr/lib64/libgstisoff-1.0.so.0.2201.0 -usr/lib64/libgstmpegts-1.0.so.0 -usr/lib64/libgstmpegts-1.0.so.0.2201.0 +usr/lib64/libgstgl-1.0.so.%%LIBVERSION%% usr/lib64/libgstnet-1.0.so.0 -usr/lib64/libgstnet-1.0.so.0.2201.0 +usr/lib64/libgstnet-1.0.so.%%LIBVERSION%% usr/lib64/libgstpbutils-1.0.so.0 -usr/lib64/libgstpbutils-1.0.so.0.2201.0 -usr/lib64/libgstphotography-1.0.so.0 -usr/lib64/libgstphotography-1.0.so.0.2201.0 -usr/lib64/libgstplay-1.0.so.0 -usr/lib64/libgstplay-1.0.so.0.2201.0 -usr/lib64/libgstplayer-1.0.so.0 -usr/lib64/libgstplayer-1.0.so.0.2201.0 +usr/lib64/libgstpbutils-1.0.so.%%LIBVERSION%% usr/lib64/libgstreamer-1.0.so.0 -usr/lib64/libgstreamer-1.0.so.0.2201.0 +usr/lib64/libgstreamer-1.0.so.%%LIBVERSION%% usr/lib64/libgstriff-1.0.so.0 -usr/lib64/libgstriff-1.0.so.0.2201.0 +usr/lib64/libgstriff-1.0.so.%%LIBVERSION%% usr/lib64/libgstrtp-1.0.so.0 -usr/lib64/libgstrtp-1.0.so.0.2201.0 +usr/lib64/libgstrtp-1.0.so.%%LIBVERSION%% usr/lib64/libgstrtsp-1.0.so.0 -usr/lib64/libgstrtsp-1.0.so.0.2201.0 -usr/lib64/libgstsctp-1.0.so.0 -usr/lib64/libgstsctp-1.0.so.0.2201.0 +usr/lib64/libgstrtsp-1.0.so.%%LIBVERSION%% usr/lib64/libgstsdp-1.0.so.0 -usr/lib64/libgstsdp-1.0.so.0.2201.0 +usr/lib64/libgstsdp-1.0.so.%%LIBVERSION%% usr/lib64/libgsttag-1.0.so.0 -usr/lib64/libgsttag-1.0.so.0.2201.0 -usr/lib64/libgsttranscoder-1.0.so.0 -usr/lib64/libgsturidownloader-1.0.so.0 -usr/lib64/libgsturidownloader-1.0.so.0.2201.0 +usr/lib64/libgsttag-1.0.so.%%LIBVERSION%% usr/lib64/libgstvideo-1.0.so.0 -usr/lib64/libgstvideo-1.0.so.0.2201.0 -usr/lib64/libgstvulkan-1.0.so.0 -usr/lib64/libgstvulkan-1.0.so.0.2201.0 -usr/lib64/libgstwayland-1.0.so.0 -usr/lib64/libgstwayland-1.0.so.0.2201.0 -usr/lib64/libgstwebrtc-1.0.so.0 -usr/lib64/libgstwebrtc-1.0.so.0.2201.0 +usr/lib64/libgstvideo-1.0.so.%%LIBVERSION%% usr/libexec/gstreamer-1.0/gst-completion-helper usr/libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner usr/libexec/gstreamer-1.0/gst-plugin-scanner diff --git a/multimedia/linux-rl9-libva/Makefile b/multimedia/linux-rl9-libva/Makefile index 391bfaa919d0..462b23b6dc80 100644 --- a/multimedia/linux-rl9-libva/Makefile +++ b/multimedia/linux-rl9-libva/Makefile @@ -1,7 +1,6 @@ PORTNAME= libva -PORTVERSION= 2.20.0 +PORTVERSION= 2.22.0 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 1 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org @@ -25,6 +24,6 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS -PLIST_SUB+= LIBVERSION=2.2000.0 +PLIST_SUB+= LIBVERSION=2.2200.0 .include <bsd.port.mk> diff --git a/multimedia/linux-rl9-libva/distinfo b/multimedia/linux-rl9-libva/distinfo index 8ac3a679faa9..4ebfb9a5f95d 100644 --- a/multimedia/linux-rl9-libva/distinfo +++ b/multimedia/linux-rl9-libva/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731445854 -SHA256 (rocky/l/libva-2.20.0-1.el9.aarch64.rpm) = 5e45b56e8637ebd57c79e3a1d132d3783a56facb2659eb4e44319ef1cc98482d -SIZE (rocky/l/libva-2.20.0-1.el9.aarch64.rpm) = 106949 -SHA256 (rocky/l/libva-2.20.0-1.el9.i686.rpm) = 5119c02902a717ab17197436503f20164a622c088adc5356630b515534da4384 -SIZE (rocky/l/libva-2.20.0-1.el9.i686.rpm) = 114178 -SHA256 (rocky/l/libva-2.20.0-1.el9.x86_64.rpm) = a2014d21610d80b058a9273014b178be75097fe3a289bde8fbdf85b312187179 -SIZE (rocky/l/libva-2.20.0-1.el9.x86_64.rpm) = 107188 -SHA256 (rocky/l/libva-2.20.0-1.el9.src.rpm) = ed4a90e084aca90b29f2a5be04c37e8a01b30851d27a2c11ef0036ef241cf8b5 -SIZE (rocky/l/libva-2.20.0-1.el9.src.rpm) = 290619 +TIMESTAMP = 1750646560 +SHA256 (rocky/l/libva-2.22.0-1.el9.aarch64.rpm) = fb264196a571c6e0c678894bebb70c5f3574373b6db03d57ad9d1024c30af051 +SIZE (rocky/l/libva-2.22.0-1.el9.aarch64.rpm) = 115224 +SHA256 (rocky/l/libva-2.22.0-1.el9.i686.rpm) = 642e15abb86672f1a318a682dc44d9014640e6f8c07b043ec8f069e7007859db +SIZE (rocky/l/libva-2.22.0-1.el9.i686.rpm) = 122553 +SHA256 (rocky/l/libva-2.22.0-1.el9.x86_64.rpm) = f17e0795885cec5efa637142217d7d08e901a2dfef33043f2c77b75546427755 +SIZE (rocky/l/libva-2.22.0-1.el9.x86_64.rpm) = 115650 +SHA256 (rocky/l/libva-2.22.0-1.el9.src.rpm) = d56390d7234413425204cf5357a3a12b1ee29d2637c6707750b81420e9db8ffb +SIZE (rocky/l/libva-2.22.0-1.el9.src.rpm) = 312392 diff --git a/multimedia/linux-rl9-libvpx/Makefile b/multimedia/linux-rl9-libvpx/Makefile index 756e25954bff..f6e69a0fdd62 100644 --- a/multimedia/linux-rl9-libvpx/Makefile +++ b/multimedia/linux-rl9-libvpx/Makefile @@ -1,7 +1,7 @@ PORTNAME= libvpx PORTVERSION= 1.9.0 -DISTVERSIONSUFFIX= -8.el9_5 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -9.el9_6 +PORTREVISION= 3 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org diff --git a/multimedia/linux-rl9-libvpx/distinfo b/multimedia/linux-rl9-libvpx/distinfo index ccee1d543983..077475be160d 100644 --- a/multimedia/linux-rl9-libvpx/distinfo +++ b/multimedia/linux-rl9-libvpx/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732660229 -SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.aarch64.rpm) = 7ff1d1d8c225ba8cf3e4dbd48ba2e3271192b17505fedef27dfeb693f5eeb53a -SIZE (rocky/l/libvpx-1.9.0-8.el9_5.aarch64.rpm) = 1046717 -SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.i686.rpm) = 44ccc6147c34f1ad83b012559e34458f44b18168b582133e96fba316ad92259f -SIZE (rocky/l/libvpx-1.9.0-8.el9_5.i686.rpm) = 1140218 -SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.x86_64.rpm) = c28e54f6e4ee62a7e60fee71f951bffe40fdf11498e6b8e321bbbabdd9bd5067 -SIZE (rocky/l/libvpx-1.9.0-8.el9_5.x86_64.rpm) = 1101354 -SHA256 (rocky/l/libvpx-1.9.0-8.el9_5.src.rpm) = 9bf9afba497c1f93264e4e8deee733d244ddcab89ee83e8edad3f9dbb31303d3 -SIZE (rocky/l/libvpx-1.9.0-8.el9_5.src.rpm) = 5330641 +TIMESTAMP = 1750640277 +SHA256 (rocky/l/libvpx-1.9.0-9.el9_6.aarch64.rpm) = 158e05f807fd191c5cef0bd9625d9b0e2af834c42b5d0ec96704839ea334b6a6 +SIZE (rocky/l/libvpx-1.9.0-9.el9_6.aarch64.rpm) = 1044575 +SHA256 (rocky/l/libvpx-1.9.0-9.el9_6.i686.rpm) = 03018357da366c09d97dd32b0b38b5f87e1a982cf17f7ba7b5b6ecba62b11fa3 +SIZE (rocky/l/libvpx-1.9.0-9.el9_6.i686.rpm) = 1138183 +SHA256 (rocky/l/libvpx-1.9.0-9.el9_6.x86_64.rpm) = 39b33df758653f9161c702d7aa5917b3ea20ba5349639033fbeadc0d669f97f0 +SIZE (rocky/l/libvpx-1.9.0-9.el9_6.x86_64.rpm) = 1099275 +SHA256 (rocky/l/libvpx-1.9.0-9.el9_6.src.rpm) = 49d3a4d75cf86ad19f909c1940bc45561f2e3c0d01f31ecacbb0ee3740a1a94a +SIZE (rocky/l/libvpx-1.9.0-9.el9_6.src.rpm) = 5331982 diff --git a/net-im/Makefile b/net-im/Makefile index c218b559529e..aac59d01e249 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -1,7 +1,6 @@ COMMENT = Instant messaging SUBDIR += beebeep - SUBDIR += biboumi SUBDIR += coccinella SUBDIR += concord SUBDIR += conduit diff --git a/net-im/biboumi/Makefile b/net-im/biboumi/Makefile deleted file mode 100644 index 7a6389b8b0f3..000000000000 --- a/net-im/biboumi/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -PORTNAME= biboumi -DISTVERSION= 9.0 -PORTREVISION= 4 -CATEGORIES= net-im -MASTER_SITES= https://git.louiz.org/biboumi/snapshot/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= samir@noir.im -COMMENT= XMPP gateway to IRC -WWW= https://biboumi.louiz.org/ - -LICENSE= ZLIB - -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libuuid.so:misc/e2fsprogs-libuuid - -USES= cmake iconv localbase:ldflags pkgconfig python:build tar:xz - -USE_GITHUB= nodefault -GH_TUPLE= catchorg:Catch2:v2.2.1:catch/external/src/catch - -CMAKE_ARGS= -DWITHOUT_SYSTEMD=1 - -OPTIONS_DEFINE= DOCS LIBIDN PGSQL SQLITE3 TLS UDNS -OPTIONS_DEFAULT= LIBIDN PGSQL SQLITE3 TLS UDNS - -LIBIDN_DESC= Stringprep functionality, to provide JIDs for IRC users -PGSQL_DESC= Store users' options and messages in PostgreSQL -SQLITE3_DESC= Store users' options and messages in SQLite -TLS_DESC= Support TLS connections to IRC servers -UDNS_DESC= Asynchronously resolve domain names, for better performances - -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ - ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme -DOCS_PORTDOCS= * - -LIBIDN_LIB_DEPENDS= libidn.so:dns/libidn -LIBIDN_CMAKE_ON= -DWITH_LIBIDN=1 -LIBIDN_CMAKE_OFF= -DWITHOUT_LIBIDN=1 - -PGSQL_USES= pgsql -PGSQL_CMAKE_ON= -DWITH_POSTGRESQL=1 -PGSQL_CMAKE_OFF= -DWITHOUT_POSTGRESQL=1 - -SQLITE3_USES= sqlite:3 -SQLITE3_CMAKE_ON= -DWITH_SQLITE3=1 -SQLITE3_CMAKE_OFF= -DWITHOUT_SQLITE3=1 - -TLS_LIB_DEPENDS= libbotan-2.so:security/botan2 -TLS_LIB_DEPENDS_OFF= libgcrypt.so:security/libgcrypt -TLS_RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss -TLS_CMAKE_ON= -DWITH_BOTAN=1 -TLS_CMAKE_OFF= -DWITHOUT_BOTAN=1 - -UDNS_LIB_DEPENDS= libudns.so:dns/udns -UDNS_CMAKE_ON= -DWITH_UDNS=1 -UDNS_CMAKE_OFF= -DWITHOUT_UDNS=1 - -USERS= biboumi -GROUPS= ${USERS} - -USE_RC_SUBR= biboumi -SUB_LIST= USER=${USERS} GROUP=${GROUPS} -PLIST_SUB= ${SUB_LIST} -SUB_FILES= pkg-message - -post-patch: - ${REINPLACE_CMD} -e 's,GIT_REPOSITORY.*Catch.git",SOURCE_DIR "${WRKSRC}/external/src/catch",' ${WRKSRC}/CMakeLists.txt - -post-build: - cd ${WRKSRC}/doc && ${MAKE} man - -post-build-DOCS-on: - cd ${WRKSRC}/doc && ${MAKE} html - -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/.build/biboumi ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/biboumi - ${INSTALL_DATA} ${WRKSRC}/conf/biboumi.cfg ${STAGEDIR}${ETCDIR}/biboumi.cfg.sample - -post-install: - ${MKDIR} ${STAGEDIR}/var/db/biboumi - ${MKDIR} ${STAGEDIR}/var/run/biboumi - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/conf/*policy.txt ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/_build/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo") - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MTLS} -DEPRECATED= Depends on expired security/botan2 -EXPIRATION_DATE=2025-06-21 -.endif - -.include <bsd.port.mk> diff --git a/net-im/biboumi/distinfo b/net-im/biboumi/distinfo deleted file mode 100644 index e4bf22cc7e40..000000000000 --- a/net-im/biboumi/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1625177638 -SHA256 (biboumi-9.0.tar.xz) = 1eff9a9110830e056e434e4edf3a33de52c6d092a3db4877b5531513627e7ecb -SIZE (biboumi-9.0.tar.xz) = 161192 -SHA256 (catchorg-Catch2-v2.2.1_GH0.tar.gz) = 3938bc896f8de570bc56d25606fc128437ee53590a95cf3e005710176a1a1ce4 -SIZE (catchorg-Catch2-v2.2.1_GH0.tar.gz) = 487804 diff --git a/net-im/biboumi/files/biboumi.in b/net-im/biboumi/files/biboumi.in deleted file mode 100644 index 48f12e15a72b..000000000000 --- a/net-im/biboumi/files/biboumi.in +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# -# PROVIDE: biboumi -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add these lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# biboumi_enable (bool): Set to NO by default. -# Set it to YES to enable biboumi. -# biboumi_config (path): Set to %%PREFIX%%/etc/biboumi/biboumi.cfg -# by default. - -. /etc/rc.subr - -name=biboumi -rcvar=biboumi_enable -pidfile="/var/run/biboumi/biboumi.pid" -procname="%%PREFIX%%/bin/biboumi" - -load_rc_config $name - -: ${biboumi_enable:="NO"} -: ${biboumi_config="%%PREFIX%%/etc/biboumi/biboumi.cfg"} - -command="/usr/sbin/daemon" -command_args="-p ${pidfile} -f ${procname} ${biboumi_config}" -extra_commands="reload" -required_files="$biboumi_config" -sig_reload="USR1" - -biboumi_user="%%USER%%" -biboumi_group="%%GROUP%%" - -run_rc_command "$1" diff --git a/net-im/biboumi/files/patch-doc_Makefile b/net-im/biboumi/files/patch-doc_Makefile deleted file mode 100644 index 480b604c095e..000000000000 --- a/net-im/biboumi/files/patch-doc_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.orig 2020-10-24 17:19:42 UTC -+++ doc/Makefile -@@ -16,5 +16,5 @@ help: - - # Catch-all target: route all unknown targets to Sphinx using the new - # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). --%: Makefile -- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -\ No newline at end of file -+.DEFAULT: Makefile -+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/net-im/biboumi/files/pkg-message.in b/net-im/biboumi/files/pkg-message.in deleted file mode 100644 index 17cd62508abf..000000000000 --- a/net-im/biboumi/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ -Regarding TLS connections to IRC servers, settings can be customized globally or -per server. This is done using policy txt files, examples can be found in -%%PREFIX%%/share/examples/biboumi/. - -ca_file (in biboumi.cfg) should be set to %%PREFIX%%/share/certs/ca-root-nss.crt diff --git a/net-im/biboumi/pkg-descr b/net-im/biboumi/pkg-descr deleted file mode 100644 index 7747c1e8c8d2..000000000000 --- a/net-im/biboumi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Biboumi is a Free, Libre and Open Source XMPP gateway that connects to IRC -servers and translates between the two protocols. Its goal is to let XMPP users -take part in IRC discussions, using their favourite XMPP client. diff --git a/net-im/biboumi/pkg-plist b/net-im/biboumi/pkg-plist deleted file mode 100644 index 70cd35745ee6..000000000000 --- a/net-im/biboumi/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/biboumi -share/man/man1/biboumi.1.gz -@sample %%ETCDIR%%/biboumi.cfg.sample %%ETCDIR%%/biboumi.cfg -@dir(%%USER%%,%%GROUP%%) /var/db/biboumi -@dir(%%USER%%,%%GROUP%%) /var/run/biboumi -%%EXAMPLESDIR%%/policy.txt -%%EXAMPLESDIR%%/irc.gimp.org.policy.txt -%%EXAMPLESDIR%%/irc.gnome.org.policy.txt -%%EXAMPLESDIR%%/irc.mozilla.org.policy.txt -%%EXAMPLESDIR%%/irc.ppirc.net.policy.txt diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 4db2c9c0671f..4c73caa46cb4 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -1,6 +1,5 @@ PORTNAME= 3proxy -DISTVERSION= 0.9.4 -PORTREVISION= 1 +DISTVERSION= 0.9.5 CATEGORIES= net MAINTAINER= timp87@gmail.com @@ -17,8 +16,8 @@ USE_RC_SUBR= 3proxy MAKEFILE= Makefile.FreeBSD -PLIST_SUB= PORTNAME=${PORTNAME} \ - 3PROXY_LOGDIR=${3PROXY_LOGDIR} +PLIST_SUB= 3PROXY_LOGDIR=${3PROXY_LOGDIR} \ + PORTNAME=${PORTNAME} PORTDOCS= README diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo index 558357781644..b7652c4aad8b 100644 --- a/net/3proxy/distinfo +++ b/net/3proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625343847 -SHA256 (3proxy-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 -SIZE (3proxy-3proxy-0.9.4_GH0.tar.gz) = 610340 +TIMESTAMP = 1750695136 +SHA256 (3proxy-3proxy-0.9.5_GH0.tar.gz) = 6f6da51d9bba93231e12acd707bb6cf86a1ab9491dc6dd0c79750cb3641541a3 +SIZE (3proxy-3proxy-0.9.5_GH0.tar.gz) = 620563 diff --git a/net/3proxy/files/patch-Makefile.FreeBSD b/net/3proxy/files/patch-Makefile.FreeBSD deleted file mode 100644 index df90951823c1..000000000000 --- a/net/3proxy/files/patch-Makefile.FreeBSD +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.FreeBSD.orig 2021-07-01 16:59:57 UTC -+++ Makefile.FreeBSD -@@ -10,11 +10,11 @@ - BUILDDIR = ../bin/ - CC ?= gcc - --CFLAGS = -c -O -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS += -c -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL - COUT = -o - LN ?= ${CC} --LDFLAGS = -pthread -O -fno-strict-aliasing --# -lpthreads may be reuqired on some platforms instead of -pthreads -+LDFLAGS += -pthread -+# -lpthreads may be required on some platforms instead of -pthreads - # -ldl or -lld may be required for some platforms - DCFLAGS = -fPIC - DLFLAGS = -shared diff --git a/net/fb303/Makefile b/net/fb303/Makefile index e460905a0718..ebb679e24f85 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index b0d4a8ebaa6c..454df2576def 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093335 -SHA256 (facebook-fb303-v2025.06.16.00_GH0.tar.gz) = d2e23b45fa7cc2460733b934945276ecc57b6a2af35f01e8cdf2d78628401551 -SIZE (facebook-fb303-v2025.06.16.00_GH0.tar.gz) = 264112 +TIMESTAMP = 1750695892 +SHA256 (facebook-fb303-v2025.06.23.00_GH0.tar.gz) = 664e2d74f1b3d9cd2251e705f66d55c6779337fabfeb6e41e109337416bc7ebb +SIZE (facebook-fb303-v2025.06.23.00_GH0.tar.gz) = 264127 diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index ae40492c744d..abe926059748 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -21.el9 -PORTREVISION= 5 +DISTVERSIONSUFFIX= -22.el9_6 +PORTREVISION= 6 CATEGORIES= net linux PKGNAMESUFFIX= -libs diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index f9550de622e0..523905252dec 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1732660416 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = c8be595c0da7e6e5cd1957777e4542b63c1c7ff33ebc1d20190703678a5059e1 -SIZE (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = 13837 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = ffa77624afb5bb1673bfd888f361e5a302d473b7a589a46cb69b902c3f554f29 -SIZE (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = 14886 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = f20bc28aec19f70091a2aed8f5206e37d5ac83206edb161a941f436a90fbccbe -SIZE (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = 14217 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = ea04ace1cb8a760e78e95b5aaed35d25f0f7c42962a41cb18c63a72fd12af688 -SIZE (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = 67277 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 2509656ee9fed10209b2ff4890781708b15d74c010c00b294e321d1448aa92a3 -SIZE (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 73301 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = b57e7d56a531b18c21416ebfbc23b6deddfe7d0ae35260229b4684db4052ac6f -SIZE (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = 68623 -SHA256 (rocky/a/avahi-0.8-21.el9.src.rpm) = 317273e7924704e6688caf78d877450da43d928185c0c98867144752ca0fe63f -SIZE (rocky/a/avahi-0.8-21.el9.src.rpm) = 1622870 +TIMESTAMP = 1750644466 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 45b54ee511165baeaae2070d158af06ae9477b279cdfcbf9266fc08586a158cd +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 13371 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = d0fc2a256204d1035809d2fbe2cb1ba2671e9dab1fa7b5f2260e5b0959c87470 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = 14268 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 1220add6fe0d21f399f3138a2eec892ef73757109f85a5c1217d7283d6b2a895 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 13647 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 62695726f40fa40243b81b92fd1450a51426bf9cb844cd25e9f9d52f73750ce2 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 66321 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = b1217a916f3946cae4d5e676d1ca643bf051b402311610754f93bb5091640bd0 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = 72398 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 6e904f96a43a84b3f24a9ad479d123f15f2598c8145883a8bc72f3f4ce27c31d +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 67768 +SHA256 (rocky/a/avahi-0.8-22.el9_6.src.rpm) = acbdab46769a241112b1c5e1adf8cad3fb3aa12e65e23468adc74953f40d3f69 +SIZE (rocky/a/avahi-0.8-22.el9_6.src.rpm) = 1624207 diff --git a/net/linux-rl9-openldap/Makefile b/net/linux-rl9-openldap/Makefile index e3a64f585a61..64577911a7c4 100644 --- a/net/linux-rl9-openldap/Makefile +++ b/net/linux-rl9-openldap/Makefile @@ -1,7 +1,6 @@ PORTNAME= openldap -PORTVERSION= 2.6.6 -DISTVERSIONSUFFIX= -3.el9 -PORTREVISION= 1 +PORTVERSION= 2.6.8 +DISTVERSIONSUFFIX= -4.el9.0.1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org diff --git a/net/linux-rl9-openldap/distinfo b/net/linux-rl9-openldap/distinfo index 9aa8677f4757..a2661c2fc723 100644 --- a/net/linux-rl9-openldap/distinfo +++ b/net/linux-rl9-openldap/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1717505247 -SHA256 (rocky/o/openldap-2.6.6-3.el9.aarch64.rpm) = 4f78ecaf260e0cfa74e6c8448873555c9f04501c10abd0a18dc8432440065f62 -SIZE (rocky/o/openldap-2.6.6-3.el9.aarch64.rpm) = 255696 -SHA256 (rocky/o/openldap-2.6.6-3.el9.x86_64.rpm) = 9db7ba326d0fa257ace5b4f12fa023804bbfcde2c260b8cb0c33eef4aaec9ed8 -SIZE (rocky/o/openldap-2.6.6-3.el9.x86_64.rpm) = 260521 -SHA256 (rocky/o/openldap-clients-2.6.6-3.el9.aarch64.rpm) = 061332a20d68d1baf0aca0c64c6ebae0753f915540bdb260a438ca86fc529ff8 -SIZE (rocky/o/openldap-clients-2.6.6-3.el9.aarch64.rpm) = 171401 -SHA256 (rocky/o/openldap-clients-2.6.6-3.el9.x86_64.rpm) = 81cf5d45856be591de94d11a50b1cab9cb79708319e5b9b4d1b60e4776a60017 -SIZE (rocky/o/openldap-clients-2.6.6-3.el9.x86_64.rpm) = 177180 -SHA256 (rocky/o/openldap-compat-2.6.6-3.el9.aarch64.rpm) = ebe0f8e80e17addcff880a69042bb1feffb498340697689b6b8950fcbc6b0b80 -SIZE (rocky/o/openldap-compat-2.6.6-3.el9.aarch64.rpm) = 15515 -SHA256 (rocky/o/openldap-compat-2.6.6-3.el9.x86_64.rpm) = 2bff1965c29107d6e7d5059a6b89f4164ee5c54cd46415da9a670e4d73eb2ab8 -SIZE (rocky/o/openldap-compat-2.6.6-3.el9.x86_64.rpm) = 15429 -SHA256 (rocky/o/openldap-2.6.6-3.el9.src.rpm) = 51ed1a15f5de23a79ef90eebb82ad3bfdd78cf054d365b3ff31fc3df931442e5 -SIZE (rocky/o/openldap-2.6.6-3.el9.src.rpm) = 6502120 +TIMESTAMP = 1750640442 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.aarch64.rpm) = 7904b741a54339e279dd886d61309280bdb5f24e4835f0b6e5ea78870677f9b6 +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.aarch64.rpm) = 257045 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.x86_64.rpm) = d8b53def51bfdc720f0e5be117498148bb22543e0627fd1f10b7ac3f11fea09a +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.x86_64.rpm) = 262004 +SHA256 (rocky/o/openldap-clients-2.6.8-4.el9.0.1.aarch64.rpm) = 26967615f2babc6cbef3f57e924e5e9983f33818ad98f13aee3acfa6297678a6 +SIZE (rocky/o/openldap-clients-2.6.8-4.el9.0.1.aarch64.rpm) = 170920 +SHA256 (rocky/o/openldap-clients-2.6.8-4.el9.0.1.x86_64.rpm) = b04b65244af7ec79e08b3dcd5f3e2520895c046f47f58d9509783908515c9670 +SIZE (rocky/o/openldap-clients-2.6.8-4.el9.0.1.x86_64.rpm) = 178205 +SHA256 (rocky/o/openldap-compat-2.6.8-4.el9.0.1.aarch64.rpm) = 2a748931896051b8753e2bbdfe35bd9f3c9cd3dd787b71dbe61ddfce848c10bd +SIZE (rocky/o/openldap-compat-2.6.8-4.el9.0.1.aarch64.rpm) = 15652 +SHA256 (rocky/o/openldap-compat-2.6.8-4.el9.0.1.x86_64.rpm) = 0c0f5d69efe54b0ad94e97770f48cb48b38342f0f322c1d5c06275db7035b7c8 +SIZE (rocky/o/openldap-compat-2.6.8-4.el9.0.1.x86_64.rpm) = 15559 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.src.rpm) = 17c2046fa29e693d3b1069dd059a9f6b51e12d327e68b9ac98f4dcb80afebd29 +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.src.rpm) = 6542290 diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index c1e70446f125..4cb540ca5f57 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index c096fd45509c..62562fdcb686 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093339 -SHA256 (facebook-mvfst-v2025.06.16.00_GH0.tar.gz) = 90a3fed194da2c7b2c36c918919068c8b605af47a9f085b7302902e86b2cddb8 -SIZE (facebook-mvfst-v2025.06.16.00_GH0.tar.gz) = 2092609 +TIMESTAMP = 1750695893 +SHA256 (facebook-mvfst-v2025.06.23.00_GH0.tar.gz) = 22beec6c3d1d466bededa8dae7f8e4785bdd23d3f40b9cae2cc9df998479f481 +SIZE (facebook-mvfst-v2025.06.23.00_GH0.tar.gz) = 2094223 diff --git a/net/mvfst/pkg-plist b/net/mvfst/pkg-plist index 9fb4e3d762e5..7dec706efd12 100644 --- a/net/mvfst/pkg-plist +++ b/net/mvfst/pkg-plist @@ -54,6 +54,7 @@ include/quic/common/CircularDeque-inl.h include/quic/common/CircularDeque.h include/quic/common/ContiguousCursor.h include/quic/common/EnumArray.h +include/quic/common/Expected.h include/quic/common/FunctionLooper.h include/quic/common/IntervalSet-inl.h include/quic/common/IntervalSet.h diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 36a46386fca2..8cd655cfed0c 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 219da75afef5..7354846e1063 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093322 -SHA256 (facebook-wangle-v2025.06.16.00_GH0.tar.gz) = d37bbd68796228617614561155d6996e9ce0cade1ccce1e5de6671f8362e0234 -SIZE (facebook-wangle-v2025.06.16.00_GH0.tar.gz) = 368390 +TIMESTAMP = 1750695885 +SHA256 (facebook-wangle-v2025.06.23.00_GH0.tar.gz) = 17590983cbb1a79bf21e8b03b34da0c8cd8bea93f0f80b387b136ce636f2ef9e +SIZE (facebook-wangle-v2025.06.23.00_GH0.tar.gz) = 368394 diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile index 3aa0b0815592..559d8a12fef6 100644 --- a/print/linux-rl9-cups-libs/Makefile +++ b/print/linux-rl9-cups-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= cups PORTVERSION= 2.3.3 -DISTVERSIONSUFFIX= op2-31.el9_5 -PORTREVISION= 7 +DISTVERSIONSUFFIX= op2-33.el9 +PORTREVISION= 8 CATEGORIES= print linux PKGNAMESUFFIX= -libs diff --git a/print/linux-rl9-cups-libs/distinfo b/print/linux-rl9-cups-libs/distinfo index 42d245f9f36f..2deda555d5c8 100644 --- a/print/linux-rl9-cups-libs/distinfo +++ b/print/linux-rl9-cups-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732660732 -SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.aarch64.rpm) = 33b9cd48899e30520fa599fddebac4bd5f3713e799a64addc7281e2e106566a0 -SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.aarch64.rpm) = 264922 -SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.i686.rpm) = 935fcee8190bc54d3437b298c49f0a6d94c7c5e7e726fcc5a8014a15405dce65 -SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.i686.rpm) = 286318 -SHA256 (rocky/c/cups-libs-2.3.3op2-31.el9_5.x86_64.rpm) = fdb96b2f6101b65b3f81fa41f0e80fb1e61b1696132ce1903d7c69080412ea35 -SIZE (rocky/c/cups-libs-2.3.3op2-31.el9_5.x86_64.rpm) = 268508 -SHA256 (rocky/c/cups-2.3.3op2-31.el9_5.src.rpm) = 75b410aee4644173582a2729bd12f503e1cb3cb8d2af781a1eb7d5f73a08ab95 -SIZE (rocky/c/cups-2.3.3op2-31.el9_5.src.rpm) = 8111666 +TIMESTAMP = 1750646421 +SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9.aarch64.rpm) = c2e3d7bad4fb8c1fa0132304950d6c3c2b5def5ac7f9b36f23c4a36d91cda957 +SIZE (rocky/c/cups-libs-2.3.3op2-33.el9.aarch64.rpm) = 264838 +SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9.i686.rpm) = 6652e4c1ce1962f47874a8e702a68401a8523ac0715b6bdc1ddfebf47931eeac +SIZE (rocky/c/cups-libs-2.3.3op2-33.el9.i686.rpm) = 286060 +SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9.x86_64.rpm) = 1c78d03afab323c727c1da22c2e4007b729141df0a8702eb2f7019b6116b424d +SIZE (rocky/c/cups-libs-2.3.3op2-33.el9.x86_64.rpm) = 267746 +SHA256 (rocky/c/cups-2.3.3op2-33.el9.src.rpm) = b1c3febbde4848ed9ea7c627ae714045cf2c0024e7ca18a98158c6169d144b08 +SIZE (rocky/c/cups-2.3.3op2-33.el9.src.rpm) = 8115436 diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index be857fb8e097..e92cea480769 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,5 @@ PORTNAME= caldera-ot -DISTVERSION= 5.2.0 -PORTREVISION= 3 +DISTVERSION= 5.3.0 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org @@ -15,6 +14,7 @@ BUILD_DEPENDS= bacnet-stack>0:devel/bacnet-stack \ nuitka:devel/nuitka \ argtable3>0:devel/argtable3 \ libiec61850>0:devel/libiec61850 \ + patchelf>0:sysutils/patchelf \ ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymodbus>0:comms/py-pymodbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pnio-dcp>0:devel/py-pnio-dcp@${PY_FLAVOR} \ - caldera>=5.2.0:security/caldera + caldera>=5.3.0:security/caldera USE_GITHUB= yes GH_ACCOUNT= mitre diff --git a/security/caldera-ot/distinfo b/security/caldera-ot/distinfo index ea8db1d01c05..85ff598acbc0 100644 --- a/security/caldera-ot/distinfo +++ b/security/caldera-ot/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1741207484 -SHA256 (mitre-caldera-ot-5.2.0-4e8079f9d1764becc9f80edd900fb761d446168f_GH0.tar.gz) = 35e82a1cb08c1f88724f9c80836ecf5498c065ecce35533f0e85f9ee56d6ddcb -SIZE (mitre-caldera-ot-5.2.0-4e8079f9d1764becc9f80edd900fb761d446168f_GH0.tar.gz) = 539795 +TIMESTAMP = 1750719398 +SHA256 (mitre-caldera-ot-5.3.0-4e8079f9d1764becc9f80edd900fb761d446168f_GH0.tar.gz) = 35e82a1cb08c1f88724f9c80836ecf5498c065ecce35533f0e85f9ee56d6ddcb +SIZE (mitre-caldera-ot-5.3.0-4e8079f9d1764becc9f80edd900fb761d446168f_GH0.tar.gz) = 539795 SHA256 (mitre-bacnet-f01044e_GH0.tar.gz) = 72cab1031cfe8788dc735945b18f295b27136e27622eefa0f7ae28e27643eaf9 SIZE (mitre-bacnet-f01044e_GH0.tar.gz) = 3674254 SHA256 (mitre-dnp3-50c5144_GH0.tar.gz) = 7d087ecd6ad1d84b35ad0cddf3ce7a92a5b6be27693f9e198571dd547494dd0e diff --git a/security/caldera/Makefile b/security/caldera/Makefile index aa08e3315ba4..662883eb031d 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,5 @@ PORTNAME= caldera -DISTVERSION= 5.2.0 -PORTREVISION= 3 +DISTVERSION= 5.3.0 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org @@ -12,7 +11,7 @@ CONFLICTS= caldera4 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= npm-node18>0:www/npm-node18 +BUILD_DEPENDS= npm-node20>0:www/npm-node20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-jinja2>0:www/py-aiohttp-jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-session>0:www/py-aiohttp-session@${PY_FLAVOR} \ @@ -55,23 +54,23 @@ USE_GITHUB= yes GH_ACCOUNT= mitre GH_PROJECT= ${PORTNAME} GH_TUPLE= mitre:access:775181b:access/plugins/access \ - mitre:atomic:4f489bb:atomic/plugins/atomic \ + mitre:atomic:b909588:atomic/plugins/atomic \ mitre:builder:2991945:builder/plugins/builder \ mitre:compass:85e2ebf:compass/plugins/compass \ mitre:debrief:eba44d5:debrief/plugins/debrief \ - mitre:emu:4d442bc:emu/plugins/emu \ - mitre:fieldmanual:2eb2e93:fieldmanual/plugins/fieldmanual \ + mitre:emu:fdb0bab:emu/plugins/emu \ + mitre:fieldmanual:83da7cb:fieldmanual/plugins/fieldmanual \ mitre:gameboard:dacb6ce:gameboard/plugins/gameboard \ mitre:human:fd242d7:human/plugins/human \ - mitre:magma:32b5594:magma/plugins/magma \ - mitre:manx:8adc3c8:manx/plugins/manx \ + mitre:magma:66ebf0d:magma/plugins/magma \ + mitre:manx:261f10b:manx/plugins/manx \ mitre:response:8ea6ab5:response/plugins/response \ mitre:sandcat:0a35cd5:sandcat/plugins/sandcat \ mitre:ssl:1ae8431:ssl/plugins/ssl \ - mitre:stockpile:fcd1eea:stockpile/plugins/stockpile \ - mitre:training:37f998f:training/plugins/training + mitre:stockpile:08f37d8:stockpile/plugins/stockpile \ + mitre:training:d4d19a2:training/plugins/training -USES= dos2unix go:run nodejs:18,build python +USES= dos2unix go:run nodejs:20,build python USE_PYTHON= cryptography NO_ARCH= yes @@ -122,6 +121,9 @@ post-extract: ${RM} -R ${WRKSRC}/.github cd ${WRKSRC} && ${RM} .coveragerc .dockerignore .eslintrc.js .flake8 \ .git* .pre* .stylelintrc.json Dockerfile + +post-build: + ${RM} -r ${WRKSRC}/plugins/magma/node_modules .endif post-patch: @@ -133,9 +135,6 @@ do-build: @cd ${WRKSRC}/plugins/magma && \ ${NPM_BIN} ${NPM_ARGS} -post-build: - ${RM} -r ${WRKSRC}/plugins/magma/node_modules - do-install: @${MKDIR} ${STAGEDIR}/${WWWDIR}/ftp_dir @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR} diff --git a/security/caldera/distinfo b/security/caldera/distinfo index a43021071a30..8779a721e6e4 100644 --- a/security/caldera/distinfo +++ b/security/caldera/distinfo @@ -1,39 +1,39 @@ -TIMESTAMP = 1741204620 -SHA256 (caldera-cache-5.2.0.tar.gz) = ee654e3efdc95cae9057e5cc81590f503c6a7dca8708102e7e3f416a069d69cf -SIZE (caldera-cache-5.2.0.tar.gz) = 41954338 +TIMESTAMP = 1750718032 +SHA256 (caldera-cache-5.3.0.tar.gz) = 02449bce0657690bc2701e95f6d6af6b444bc68c15aa42e50fb19207902b48b2 +SIZE (caldera-cache-5.3.0.tar.gz) = 41958785 SHA256 (caldera-freebsd-logos.tar.gz) = 66ad2558c34ef06875cfb479a34ca5053b25bad2c36ce06d532d6857b9dda4a2 SIZE (caldera-freebsd-logos.tar.gz) = 2516 -SHA256 (mitre-caldera-5.2.0_GH0.tar.gz) = 902af965960ecfb58b325926ddfafedef1a328ee512a663235a3376abc5a39d9 -SIZE (mitre-caldera-5.2.0_GH0.tar.gz) = 3826121 +SHA256 (mitre-caldera-5.3.0_GH0.tar.gz) = 23f79e83ccf6215bac627f96bed303f09b1759f524a151608279b08574c5eff1 +SIZE (mitre-caldera-5.3.0_GH0.tar.gz) = 3825454 SHA256 (mitre-access-775181b_GH0.tar.gz) = 2ae6e4cbd9e6c143cc76b65c0be3dd332228ab59161422291050eb6f4c4b1d17 SIZE (mitre-access-775181b_GH0.tar.gz) = 11646 -SHA256 (mitre-atomic-4f489bb_GH0.tar.gz) = 340c7931fbee16ce1bf788044018fcf75fe403bf641665bb4aec53d3b1479b2d -SIZE (mitre-atomic-4f489bb_GH0.tar.gz) = 15041 +SHA256 (mitre-atomic-b909588_GH0.tar.gz) = c73afeeac34c76119d7d60813bf06c2e4137675175b4ae25500d5d12f97d3ab5 +SIZE (mitre-atomic-b909588_GH0.tar.gz) = 15069 SHA256 (mitre-builder-2991945_GH0.tar.gz) = d3f78b4966cdbcdab08fdb4499a11a794158706d0178f36176cdbe4281d2bf76 SIZE (mitre-builder-2991945_GH0.tar.gz) = 8423 SHA256 (mitre-compass-85e2ebf_GH0.tar.gz) = 4760171cf05a7fccfd4300815f358d9d42affb2c741e6e555515f07eb50c9f34 SIZE (mitre-compass-85e2ebf_GH0.tar.gz) = 7055 SHA256 (mitre-debrief-eba44d5_GH0.tar.gz) = 62cbfd77cbf3573675bc79426171f136628f26a1ee3f931c02f36d53bda8012e SIZE (mitre-debrief-eba44d5_GH0.tar.gz) = 1006448 -SHA256 (mitre-emu-4d442bc_GH0.tar.gz) = fc61bf08abf1c6dc2f4c941ada317e1cb5592c5818b5918fb517241c2ff5051e -SIZE (mitre-emu-4d442bc_GH0.tar.gz) = 19508 -SHA256 (mitre-fieldmanual-2eb2e93_GH0.tar.gz) = d054558562a926b71ecf798ca8ed9a6cef8ce3010947617ce4a8f10b99f3743d -SIZE (mitre-fieldmanual-2eb2e93_GH0.tar.gz) = 9659767 +SHA256 (mitre-emu-fdb0bab_GH0.tar.gz) = e0d940971d066f9167cb98708758a0c0da4160c46d2cbb04e5a3a0b002f6899d +SIZE (mitre-emu-fdb0bab_GH0.tar.gz) = 19555 +SHA256 (mitre-fieldmanual-83da7cb_GH0.tar.gz) = cf0bab17cd35e3fc8e897c49a4e2d4b3a7affbf24de1a7799c8c3a1cd09ca200 +SIZE (mitre-fieldmanual-83da7cb_GH0.tar.gz) = 9659699 SHA256 (mitre-gameboard-dacb6ce_GH0.tar.gz) = 55e521c4dfc6acc9b8ed37b7622d1c20248cd1fe43a9410e339b8c24729d22ac SIZE (mitre-gameboard-dacb6ce_GH0.tar.gz) = 20333 SHA256 (mitre-human-fd242d7_GH0.tar.gz) = cb838f41377ca51aa1c6a9ea50acbe5781a2e112dc20d4dac6c796f950ec199f SIZE (mitre-human-fd242d7_GH0.tar.gz) = 25971 -SHA256 (mitre-magma-32b5594_GH0.tar.gz) = 1de0ee09378cf6e21ebe95fb564bb0d4ed80f58854d2b0de7683c9d109b7cd15 -SIZE (mitre-magma-32b5594_GH0.tar.gz) = 331823 -SHA256 (mitre-manx-8adc3c8_GH0.tar.gz) = 492f91ed63b353b0b655257ec78eebe8a62479416be0a5e76600935b51775b95 -SIZE (mitre-manx-8adc3c8_GH0.tar.gz) = 7359484 +SHA256 (mitre-magma-66ebf0d_GH0.tar.gz) = 77c9d0775dc09d5d3ac299fc2f5772d4bd5c89776d5fe64ca7ee5a6fe1b2763f +SIZE (mitre-magma-66ebf0d_GH0.tar.gz) = 331927 +SHA256 (mitre-manx-261f10b_GH0.tar.gz) = 058b620fb53b18b38ea43f356feab4b7694f6d8f53f665cd539cf44b7797be89 +SIZE (mitre-manx-261f10b_GH0.tar.gz) = 7358591 SHA256 (mitre-response-8ea6ab5_GH0.tar.gz) = f2275a11ebb631b84da2921e370bf5e5957c304265621c78d27f212269fdc9b5 SIZE (mitre-response-8ea6ab5_GH0.tar.gz) = 25334 SHA256 (mitre-sandcat-0a35cd5_GH0.tar.gz) = 55c29ba5efb811c7a6b068871920f10deadc4f3e887b51dcc2e823ff62044387 SIZE (mitre-sandcat-0a35cd5_GH0.tar.gz) = 8294150 SHA256 (mitre-ssl-1ae8431_GH0.tar.gz) = 608596a05a3c833ac10c230cf4bf0863f0e31540414a66b382ff159f97d7629f SIZE (mitre-ssl-1ae8431_GH0.tar.gz) = 6806 -SHA256 (mitre-stockpile-fcd1eea_GH0.tar.gz) = 79c093060d811c8f72875f04d8a9f0dfa351a18f3344ba0335db6618900adb9c -SIZE (mitre-stockpile-fcd1eea_GH0.tar.gz) = 4787316 -SHA256 (mitre-training-37f998f_GH0.tar.gz) = 41fe37233c02d77435e747e6d34017eeba6c592805382176afaf6f2d1f8f6a46 -SIZE (mitre-training-37f998f_GH0.tar.gz) = 496302 +SHA256 (mitre-stockpile-08f37d8_GH0.tar.gz) = 193cc7c8b2238d70207202798658aeb84460f6488736ce12305689d34463b1a0 +SIZE (mitre-stockpile-08f37d8_GH0.tar.gz) = 4787336 +SHA256 (mitre-training-d4d19a2_GH0.tar.gz) = 896dd32edae10829fc81812183c31a6fdae3aeac9d0e2be40228a7ec03a2ca39 +SIZE (mitre-training-d4d19a2_GH0.tar.gz) = 496309 diff --git a/security/caldera/pkg-plist b/security/caldera/pkg-plist index 002e2663d50b..b16f613464fb 100644 --- a/security/caldera/pkg-plist +++ b/security/caldera/pkg-plist @@ -328,7 +328,6 @@ %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Installing-Caldera.md %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Lateral-Movement-Guide.md %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Learning-the-terminology.md -%%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Makefile %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Objectives.md %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Operation-Results.md %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/Parsers.md @@ -349,12 +348,12 @@ %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/img/debrief_attack_path.png %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/img/fact_relationships.png %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/img/privileged_persistence_state_machine.png -%%WWWDIR%%/plugins/fieldmanual/sphinx-docs/index.rst.j2 -%%WWWDIR%%/plugins/fieldmanual/sphinx-docs/make.bat +%%WWWDIR%%/plugins/fieldmanual/sphinx-docs/index.rst %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/plugins/.gitkeep %%WWWDIR%%/plugins/fieldmanual/sphinx-docs/resources.rst %%WWWDIR%%/plugins/fieldmanual/static/opener.html %%WWWDIR%%/plugins/fieldmanual/utils/ability_csv.py +%%WWWDIR%%/plugins/fieldmanual/utils/command_lexer.py %%WWWDIR%%/plugins/fieldmanual/utils/plugin_docs.py %%WWWDIR%%/plugins/gameboard/.github/ISSUE_TEMPLATE/bug_report.md %%WWWDIR%%/plugins/gameboard/.github/ISSUE_TEMPLATE/config.yml @@ -413,6 +412,7 @@ %%WWWDIR%%/plugins/magma/.dockerignore %%WWWDIR%%/plugins/magma/.eslintignore %%WWWDIR%%/plugins/magma/.eslintrc.js +%%WWWDIR%%/plugins/magma/.github/pull_request_template.md %%WWWDIR%%/plugins/magma/.github/workflows/update-dist.yml %%WWWDIR%%/plugins/magma/.gitignore %%WWWDIR%%/plugins/magma/LICENSE @@ -420,43 +420,42 @@ %%WWWDIR%%/plugins/magma/app/magma_api.py %%WWWDIR%%/plugins/magma/app/magma_svc.py %%WWWDIR%%/plugins/magma/babel.config.json -%%WWWDIR%%/plugins/magma/dist/assets/access.079d47c0.js +%%WWWDIR%%/plugins/magma/dist/assets/access.56c2edc3.js %%WWWDIR%%/plugins/magma/dist/assets/access.b689ce59.css -%%WWWDIR%%/plugins/magma/dist/assets/atomic.f67fa0a8.js -%%WWWDIR%%/plugins/magma/dist/assets/builder.0c4f3fa8.js +%%WWWDIR%%/plugins/magma/dist/assets/atomic.7c26844c.js +%%WWWDIR%%/plugins/magma/dist/assets/builder.5c58cea4.js %%WWWDIR%%/plugins/magma/dist/assets/caldera-logo-mtn.88f0ff8a.png %%WWWDIR%%/plugins/magma/dist/assets/caldera-logo.6a24b35b.png %%WWWDIR%%/plugins/magma/dist/assets/compass.4b402f52.css -%%WWWDIR%%/plugins/magma/dist/assets/compass.5878a293.js +%%WWWDIR%%/plugins/magma/dist/assets/compass.a370a3c9.js %%WWWDIR%%/plugins/magma/dist/assets/darwin-icon-privileged.ffa7a1c2.svg %%WWWDIR%%/plugins/magma/dist/assets/darwin-icon.95280721.svg %%WWWDIR%%/plugins/magma/dist/assets/debrief.854158fe.css -%%WWWDIR%%/plugins/magma/dist/assets/debrief.c2db373b.js -%%WWWDIR%%/plugins/magma/dist/assets/emu.1a92ff12.js +%%WWWDIR%%/plugins/magma/dist/assets/debrief.a4db073c.js +%%WWWDIR%%/plugins/magma/dist/assets/emu.6b04f78a.js %%WWWDIR%%/plugins/magma/dist/assets/favicon.cc1c341b.ico %%WWWDIR%%/plugins/magma/dist/assets/freebsd-icon-privileged.87e9182a.svg %%WWWDIR%%/plugins/magma/dist/assets/freebsd-icon.9725a3f7.svg %%WWWDIR%%/plugins/magma/dist/assets/gameboard.430857df.css -%%WWWDIR%%/plugins/magma/dist/assets/gameboard.c46dcbd6.js +%%WWWDIR%%/plugins/magma/dist/assets/gameboard.5f972a53.js %%WWWDIR%%/plugins/magma/dist/assets/human.39176c66.css -%%WWWDIR%%/plugins/magma/dist/assets/human.df60521f.js -%%WWWDIR%%/plugins/magma/dist/assets/index.3ad8d0fb.css -%%WWWDIR%%/plugins/magma/dist/assets/index.ba6d4186.js +%%WWWDIR%%/plugins/magma/dist/assets/human.8da2e0a5.js +%%WWWDIR%%/plugins/magma/dist/assets/index.19697514.css +%%WWWDIR%%/plugins/magma/dist/assets/index.cf85ff42.js %%WWWDIR%%/plugins/magma/dist/assets/linux-icon-privileged.d1ede01c.svg %%WWWDIR%%/plugins/magma/dist/assets/linux-icon.df96f069.svg -%%WWWDIR%%/plugins/magma/dist/assets/manx.e79a4b68.js +%%WWWDIR%%/plugins/magma/dist/assets/manx.8218e914.js %%WWWDIR%%/plugins/magma/dist/assets/manx.fdacbfd3.css -%%WWWDIR%%/plugins/magma/dist/assets/response.66965aa6.js +%%WWWDIR%%/plugins/magma/dist/assets/response.731c3c6c.js %%WWWDIR%%/plugins/magma/dist/assets/response.9692d0ec.css -%%WWWDIR%%/plugins/magma/dist/assets/sandcat.94c67fa1.js -%%WWWDIR%%/plugins/magma/dist/assets/ssl.96d67304.js -%%WWWDIR%%/plugins/magma/dist/assets/stockpile.3d299d81.js +%%WWWDIR%%/plugins/magma/dist/assets/sandcat.f4fdbe1f.js +%%WWWDIR%%/plugins/magma/dist/assets/ssl.732e93f0.js +%%WWWDIR%%/plugins/magma/dist/assets/stockpile.6322a205.js +%%WWWDIR%%/plugins/magma/dist/assets/training.5150e70c.js %%WWWDIR%%/plugins/magma/dist/assets/training.9d43ffbb.css -%%WWWDIR%%/plugins/magma/dist/assets/training.f623eb55.js %%WWWDIR%%/plugins/magma/dist/assets/windows-icon-privileged.e4e076e8.svg %%WWWDIR%%/plugins/magma/dist/assets/windows-icon.2e7338a5.svg %%WWWDIR%%/plugins/magma/dist/index.html -%%WWWDIR%%/plugins/magma/docs/skeleton.md %%WWWDIR%%/plugins/magma/hook.py %%WWWDIR%%/plugins/magma/index.html %%WWWDIR%%/plugins/magma/jest.config.js diff --git a/security/fizz/Makefile b/security/fizz/Makefile index e17bfdec99d0..bc813ef120d8 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 419878a85c4b..cbbf87dcf8d9 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093320 -SHA256 (facebookincubator-fizz-v2025.06.16.00_GH0.tar.gz) = f84c4a956befd943580b7086cebea3fe73e9b39da2b0866f32545d2ad2db008e -SIZE (facebookincubator-fizz-v2025.06.16.00_GH0.tar.gz) = 755233 +TIMESTAMP = 1750695884 +SHA256 (facebookincubator-fizz-v2025.06.23.00_GH0.tar.gz) = 35d3ff2dd4ec1132bb738c84db4e2a539083de13f049fa79467063c9c71c63e2 +SIZE (facebookincubator-fizz-v2025.06.23.00_GH0.tar.gz) = 758581 diff --git a/security/gsa/Makefile b/security/gsa/Makefile index 8cea6ac09217..355f134bd07c 100644 --- a/security/gsa/Makefile +++ b/security/gsa/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsa DISTVERSIONPREFIX= v -DISTVERSION= 24.6.1 +DISTVERSION= 25.0.0 CATEGORIES= security MAINTAINER= acm@FreeBSD.org @@ -11,10 +11,10 @@ LICENSE= AGPLv3+ ONLY_FOR_ARCHS= aarch64 amd64 -BUILD_DEPENDS= npm-node18>0:www/npm-node18 +BUILD_DEPENDS= npm-node20>0:www/npm-node20 RUN_DEPENDS= ${LOCALBASE}/sbin/gsad:security/gsad -USES= nodejs:build +USES= nodejs:20,build USE_GITHUB= yes GH_ACCOUNT= greenbone diff --git a/security/gsa/distinfo b/security/gsa/distinfo index 345737709223..1601832c8f0e 100644 --- a/security/gsa/distinfo +++ b/security/gsa/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1744689575 -SHA256 (gsa-cache-aarch64-24.6.1.tar.gz) = a4f5e06fb5af4fb1566da5e5434feaef2f575ea2209fc992de5451cdcdb897dd -SIZE (gsa-cache-aarch64-24.6.1.tar.gz) = 52814465 -SHA256 (gsa-cache-amd64-24.6.1.tar.gz) = 14bf51f75c1790165dbdada7bdcac72bd687522655a70d29f752d98384bc54ec -SIZE (gsa-cache-amd64-24.6.1.tar.gz) = 53323141 -SHA256 (greenbone-gsa-v24.6.1_GH0.tar.gz) = ed3007d7503b1b582d6f4b8d88215cc05c0e91e9e5faaf49d02576c482b37ce7 -SIZE (greenbone-gsa-v24.6.1_GH0.tar.gz) = 3718084 +TIMESTAMP = 1750730229 +SHA256 (gsa-cache-aarch64-25.0.0.tar.gz) = 73d2a799e3e91d933a6070a68a700160fdd09d0f7cf1dbb7e5a612dbfa72f564 +SIZE (gsa-cache-aarch64-25.0.0.tar.gz) = 49641157 +SHA256 (gsa-cache-amd64-25.0.0.tar.gz) = 030b10dec16f5cddf4c91e3a38a4af2bcca411aad54e7be6ff5e29805e21eb12 +SIZE (gsa-cache-amd64-25.0.0.tar.gz) = 50160790 +SHA256 (greenbone-gsa-v25.0.0_GH0.tar.gz) = f177c1c0d5e66ea9bb93a6c898c5175b0f85a91baae416a95d8e6f3a102ba46c +SIZE (greenbone-gsa-v25.0.0_GH0.tar.gz) = 3729977 diff --git a/security/gsad/Makefile b/security/gsad/Makefile index fa6b3c0404b6..d09ccc640d2a 100644 --- a/security/gsad/Makefile +++ b/security/gsad/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsad DISTVERSIONPREFIX= v -DISTVERSION= 24.2.4 +DISTVERSION= 24.3.0 CATEGORIES= security MAINTAINER= acm@FreeBSD.org diff --git a/security/gsad/distinfo b/security/gsad/distinfo index 64c2288e0a1b..3db5c844a5ea 100644 --- a/security/gsad/distinfo +++ b/security/gsad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744688030 -SHA256 (greenbone-gsad-v24.2.4_GH0.tar.gz) = fb85e748f1bd5fa2739a9b5a25c5c3b919e6ad3b11fc8ba9cd9883f2b440a8c6 -SIZE (greenbone-gsad-v24.2.4_GH0.tar.gz) = 228300 +TIMESTAMP = 1750731904 +SHA256 (greenbone-gsad-v24.3.0_GH0.tar.gz) = d5756149e666169063516f6a94f2d6618e0a1f42ea40ee0c5e2b967c5e81a0d3 +SIZE (greenbone-gsad-v24.3.0_GH0.tar.gz) = 229954 diff --git a/security/gsad/files/patch-CMakeLists.txt b/security/gsad/files/patch-CMakeLists.txt index 7dbcb0e4c043..5e50ca2fc43f 100644 --- a/security/gsad/files/patch-CMakeLists.txt +++ b/security/gsad/files/patch-CMakeLists.txt @@ -1,49 +1,53 @@ ---- CMakeLists.txt 2022-07-21 02:09:24.000000000 -0500 -+++ CMakeLists.txt 2022-07-31 22:27:14.895003000 -0500 -@@ -51,7 +51,7 @@ - endif (CLANG_FORMAT) - - if (NOT SYSCONFDIR) -- set (SYSCONFDIR "/etc") -+ set (SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") - endif (NOT SYSCONFDIR) - - if (NOT EXEC_PREFIX) -@@ -86,7 +86,7 @@ - set (GSAD_CONFIG_DIR "${SYSCONFDIR}/gvm/") - - if (NOT GSAD_RUN_DIR) -- set (GSAD_RUN_DIR "/run/gsad") -+ set (GSAD_RUN_DIR "${LOCALSTATEDIR}/run/gsad") - endif (NOT GSAD_RUN_DIR) - - if (NOT GSAD_PID_PATH) -@@ -94,7 +94,7 @@ - endif (NOT GSAD_PID_PATH) - - if (NOT GVMD_RUN_DIR) -- set (GVMD_RUN_DIR "/run/gvmd") -+ set (GVMD_RUN_DIR "${LOCALSTATEDIR}/run/gvmd") - endif (NOT GVMD_RUN_DIR) - - -@@ -130,15 +130,15 @@ - endif (NOT GVM_CA_CERTIFICATE) - - --configure_file (src/gsad_log_conf.cmake_in src/gsad_log.conf) -+# configure_file (src/gsad_log_conf.cmake_in src/gsad_log.conf) +--- CMakeLists.txt.orig 2025-05-08 09:22:24 UTC ++++ CMakeLists.txt +@@ -71,7 +71,7 @@ if(NOT SYSCONFDIR) + endif(CLANG_FORMAT) + + if(NOT SYSCONFDIR) +- set(SYSCONFDIR "/etc") ++ set(SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") + endif(NOT SYSCONFDIR) + + if(NOT EXEC_PREFIX) +@@ -106,7 +106,7 @@ if(NOT GSAD_RUN_DIR) + set(GSAD_CONFIG_DIR "${SYSCONFDIR}/gvm/") + + if(NOT GSAD_RUN_DIR) +- set(GSAD_RUN_DIR "/run/gsad") ++ set(GSAD_RUN_DIR "${LOCALSTATEDIR}/run/gsad") + endif(NOT GSAD_RUN_DIR) + + if(NOT GSAD_PID_PATH) +@@ -114,7 +114,7 @@ if(NOT GVMD_RUN_DIR) + endif(NOT GSAD_PID_PATH) + + if(NOT GVMD_RUN_DIR) +- set(GVMD_RUN_DIR "/run/gvmd") ++ set(GVMD_RUN_DIR "${LOCALSTATEDIR}/run/gvmd") + endif(NOT GVMD_RUN_DIR) + + if(NOT GVM_STATE_DIR) +@@ -149,17 +149,17 @@ endif(NOT GVM_CA_CERTIFICATE) + set(GVM_CA_CERTIFICATE "${GVM_CA_CERTIFICATE}") + endif(NOT GVM_CA_CERTIFICATE) + +-configure_file(src/gsad_log_conf.cmake_in src/gsad_log.conf) ++# configure_file(src/gsad_log_conf.cmake_in src/gsad_log.conf) ## Install --install (FILES ${CMAKE_CURRENT_BINARY_DIR}/src/gsad_log.conf -- DESTINATION ${GSAD_CONFIG_DIR}) -+# install (FILES ${CMAKE_CURRENT_BINARY_DIR}/src/gsad_log.conf -+# DESTINATION ${GSAD_CONFIG_DIR}) +-install( +- FILES ${CMAKE_CURRENT_BINARY_DIR}/src/gsad_log.conf +- DESTINATION ${GSAD_CONFIG_DIR} +-) ++#install( ++# FILES ${CMAKE_CURRENT_BINARY_DIR}/src/gsad_log.conf ++# DESTINATION ${GSAD_CONFIG_DIR} ++#) - add_subdirectory (src) --add_subdirectory (config) -+#add_subdirectory (config) + add_subdirectory(src) +-add_subdirectory(config) ++#add_subdirectory(config) - add_subdirectory (doc) + add_subdirectory(doc) diff --git a/security/gvm-libs/Makefile b/security/gvm-libs/Makefile index 11b83fcd5ae4..0a6e2266c017 100644 --- a/security/gvm-libs/Makefile +++ b/security/gvm-libs/Makefile @@ -1,6 +1,6 @@ PORTNAME= gvm DISTVERSIONPREFIX= v -DISTVERSION= 22.21.0 +DISTVERSION= 22.22.0 CATEGORIES= security PKGNAMESUFFIX= -libs diff --git a/security/gvm-libs/distinfo b/security/gvm-libs/distinfo index e02ac5d7fd4c..bd000ba5bc69 100644 --- a/security/gvm-libs/distinfo +++ b/security/gvm-libs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744671888 -SHA256 (greenbone-gvm-libs-v22.21.0_GH0.tar.gz) = 064527e3a26c862f4cd69b132a640b6e3515f4bd03c973bc76678c9c0bf336fd -SIZE (greenbone-gvm-libs-v22.21.0_GH0.tar.gz) = 370293 +TIMESTAMP = 1750728151 +SHA256 (greenbone-gvm-libs-v22.22.0_GH0.tar.gz) = c97372197de5f6253580ef5f1083d32f1a2b0c47bfa4b54b60b1b87d31d1ca67 +SIZE (greenbone-gvm-libs-v22.22.0_GH0.tar.gz) = 382817 diff --git a/security/gvm-libs/files/patch-CMakeLists.txt b/security/gvm-libs/files/patch-CMakeLists.txt index 24fc762b8322..857fabc04751 100644 --- a/security/gvm-libs/files/patch-CMakeLists.txt +++ b/security/gvm-libs/files/patch-CMakeLists.txt @@ -1,33 +1,33 @@ ---- CMakeLists.txt.orig 2022-07-18 08:40:56 UTC +--- CMakeLists.txt.orig 2025-05-26 10:04:15 UTC +++ CMakeLists.txt -@@ -136,7 +136,7 @@ if (SYSCONF_INSTALL_DIR) - endif (SYSCONF_INSTALL_DIR) +@@ -116,7 +116,7 @@ if(NOT SYSCONFDIR) + endif(SYSCONF_INSTALL_DIR) - if (NOT SYSCONFDIR) -- set (SYSCONFDIR "/etc") -+ set (SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") - endif (NOT SYSCONFDIR) + if(NOT SYSCONFDIR) +- set(SYSCONFDIR "/etc") ++ set(SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") + endif(NOT SYSCONFDIR) - if (NOT EXEC_PREFIX) -@@ -176,7 +176,7 @@ if (NOT DATADIR) - endif (NOT DATADIR) + if(NOT EXEC_PREFIX) +@@ -156,7 +156,7 @@ if(NOT GVM_RUN_DIR) + endif(NOT DATADIR) - if (NOT GVM_RUN_DIR) -- set (GVM_RUN_DIR "/run/gvm") -+ set (GVM_RUN_DIR "${LOCALSTATEDIR}/run/gvm") - endif (NOT GVM_RUN_DIR) + if(NOT GVM_RUN_DIR) +- set(GVM_RUN_DIR "/run/gvm") ++ set(GVM_RUN_DIR "${LOCALSTATEDIR}/run/gvm") + endif(NOT GVM_RUN_DIR) - if (NOT GVM_SYSCONF_DIR) -@@ -185,7 +185,7 @@ endif (NOT GVM_SYSCONF_DIR) + if(NOT GVM_SYSCONF_DIR) +@@ -164,7 +164,7 @@ if(NOT REDIS_SOCKET_PATH) + endif(NOT GVM_SYSCONF_DIR) + if(NOT REDIS_SOCKET_PATH) +- set(REDIS_SOCKET_PATH "/run/redis/redis.sock") ++ set(REDIS_SOCKET_PATH "${LOCALSTATEDIR}/run/redis/redis.sock") + endif() - if (NOT REDIS_SOCKET_PATH) -- set (REDIS_SOCKET_PATH "/run/redis/redis.sock") -+ set (REDIS_SOCKET_PATH "${LOCALSTATEDIR}/run/redis/redis.sock") - endif () - - add_definitions (-DREDIS_SOCKET_PATH="${REDIS_SOCKET_PATH}") -@@ -208,7 +208,6 @@ set ( + add_definitions(-DREDIS_SOCKET_PATH="${REDIS_SOCKET_PATH}") +@@ -196,7 +196,6 @@ set( -std=c11 \ -Wall \ -Wextra \ diff --git a/security/gvm-libs/pkg-plist b/security/gvm-libs/pkg-plist index 822a20a8b4b3..6a65393809a7 100644 --- a/security/gvm-libs/pkg-plist +++ b/security/gvm-libs/pkg-plist @@ -1,3 +1,4 @@ +include/gvm/agent_controller/agent_controller.h include/gvm/base/array.h include/gvm/base/credentials.h include/gvm/base/cvss.h @@ -44,28 +45,33 @@ include/gvm/util/serverutils.h include/gvm/util/sshutils.h include/gvm/util/uuidutils.h include/gvm/util/versionutils.h +include/gvm/util/vtparser.h include/gvm/util/xmlutils.h +lib/libgvm_agent_controller.so +lib/libgvm_agent_controller.so.22 +lib/libgvm_agent_controller.so.22.22.0 lib/libgvm_base.so lib/libgvm_base.so.22 -lib/libgvm_base.so.22.21.0 +lib/libgvm_base.so.22.22.0 lib/libgvm_boreas.so lib/libgvm_boreas.so.22 -lib/libgvm_boreas.so.22.21.0 +lib/libgvm_boreas.so.22.22.0 lib/libgvm_gmp.so lib/libgvm_gmp.so.22 -lib/libgvm_gmp.so.22.21.0 +lib/libgvm_gmp.so.22.22.0 lib/libgvm_http.so lib/libgvm_http.so.22 -lib/libgvm_http.so.22.21.0 +lib/libgvm_http.so.22.22.0 lib/libgvm_openvasd.so lib/libgvm_openvasd.so.22 -lib/libgvm_openvasd.so.22.21.0 +lib/libgvm_openvasd.so.22.22.0 lib/libgvm_osp.so lib/libgvm_osp.so.22 -lib/libgvm_osp.so.22.21.0 +lib/libgvm_osp.so.22.22.0 lib/libgvm_util.so lib/libgvm_util.so.22 -lib/libgvm_util.so.22.21.0 +lib/libgvm_util.so.22.22.0 +libdata/pkgconfig/libgvm_agent_controller.pc libdata/pkgconfig/libgvm_base.pc libdata/pkgconfig/libgvm_boreas.pc libdata/pkgconfig/libgvm_gmp.pc diff --git a/security/gvm/Makefile b/security/gvm/Makefile index 713929fbca6b..0f8c629b2078 100644 --- a/security/gvm/Makefile +++ b/security/gvm/Makefile @@ -1,5 +1,5 @@ PORTNAME= gvm -PORTVERSION= 25.2.1 +PORTVERSION= 26.0.0 CATEGORIES= security MAINTAINER= acm@FreeBSD.org diff --git a/security/gvmd/Makefile b/security/gvmd/Makefile index e6b9a5c85f9e..366f6967d8f4 100644 --- a/security/gvmd/Makefile +++ b/security/gvmd/Makefile @@ -1,5 +1,5 @@ PORTNAME= gvmd -DISTVERSION= 25.2.1 +DISTVERSION= 26.0.0 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/gvmd/distinfo b/security/gvmd/distinfo index 5bf28bf601bd..3b51e4292115 100644 --- a/security/gvmd/distinfo +++ b/security/gvmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744679865 -SHA256 (greenbone-gvmd-v25.2.1_GH0.tar.gz) = de0156058ea2fb2abdf96ed73f69f506bcf63e80574f6440a782366f2e5fbc4b -SIZE (greenbone-gvmd-v25.2.1_GH0.tar.gz) = 1123704 +TIMESTAMP = 1750728558 +SHA256 (greenbone-gvmd-v26.0.0_GH0.tar.gz) = c209a735147235b4c5d0956cfb883cb358386d0682751db3f73fc90bc5675d30 +SIZE (greenbone-gvmd-v26.0.0_GH0.tar.gz) = 1125084 diff --git a/security/gvmd/files/patch-CMakeLists.txt b/security/gvmd/files/patch-CMakeLists.txt index 4fbf556cb694..9087e4d7c363 100644 --- a/security/gvmd/files/patch-CMakeLists.txt +++ b/security/gvmd/files/patch-CMakeLists.txt @@ -1,60 +1,62 @@ ---- CMakeLists.txt 2023-04-02 01:50:20.312770000 -0500 -+++ CMakeLists.txt 2023-04-02 01:54:10.831990000 -0500 -@@ -110,7 +110,7 @@ - endif (SYSCONF_INSTALL_DIR) - - if (NOT SYSCONFDIR) -- set (SYSCONFDIR "/etc") -+ set (SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") - endif (NOT SYSCONFDIR) - - if (NOT EXEC_PREFIX) -@@ -181,7 +181,7 @@ - set (GVM_CA_CERTIFICATE "${GVM_STATE_DIR}/CA/cacert.pem") - - if (NOT GVMD_RUN_DIR) -- set (GVMD_RUN_DIR "/run/gvmd") -+ set (GVMD_RUN_DIR "${LOCALSTATEDIR}/run/gvmd") - endif (NOT GVMD_RUN_DIR) - - if (NOT GVMD_PID_PATH) -@@ -194,7 +194,7 @@ - add_definitions (-DGVM_FEED_LOCK_PATH="${GVM_FEED_LOCK_PATH}") - - if (NOT OPENVAS_DEFAULT_SOCKET) -- set (OPENVAS_DEFAULT_SOCKET "/run/ospd/ospd-openvas.sock") -+ set (OPENVAS_DEFAULT_SOCKET "${LOCALSTATEDIR}/run/ospd/ospd-openvas.sock") - endif (NOT OPENVAS_DEFAULT_SOCKET) - add_definitions (-DOPENVAS_DEFAULT_SOCKET="${OPENVAS_DEFAULT_SOCKET}") - -@@ -242,7 +242,7 @@ - configure_file (doc/Doxyfile_xml.in doc/Doxyfile_xml) - configure_file (doc/example-gvm-manage-certs.conf.in doc/example-gvm-manage-certs.conf @ONLY) - configure_file (VERSION.in VERSION) --configure_file (src/gvmd_log_conf.cmake_in src/gvmd_log.conf) -+configure_file (src/gvmd_log_conf.cmake_in src/gvmd_log.conf.sample) - configure_file (src/schema_formats/XML/GMP.xml.in src/schema_formats/XML/GMP.xml @ONLY) - configure_file (tools/greenbone-feed-sync.in tools/greenbone-feed-sync @ONLY) - configure_file (tools/greenbone-scapdata-sync.in tools/greenbone-scapdata-sync @ONLY) -@@ -284,7 +284,7 @@ +--- CMakeLists.txt.orig 2025-05-13 13:02:11 UTC ++++ CMakeLists.txt +@@ -122,7 +122,7 @@ if(NOT SYSCONFDIR) + endif(SYSCONF_INSTALL_DIR) + + if(NOT SYSCONFDIR) +- set(SYSCONFDIR "/etc") ++ set(SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc") + endif(NOT SYSCONFDIR) + + if(NOT EXEC_PREFIX) +@@ -195,7 +195,7 @@ if(NOT GVMD_RUN_DIR) + set(GVM_CA_CERTIFICATE "${GVM_STATE_DIR}/CA/cacert.pem") + + if(NOT GVMD_RUN_DIR) +- set(GVMD_RUN_DIR "/run/gvmd") ++ set(GVMD_RUN_DIR "${LOCALSTATEDIR}/run/gvmd") + endif(NOT GVMD_RUN_DIR) + + if(NOT GVMD_PID_PATH) +@@ -208,7 +208,7 @@ if(NOT OPENVAS_DEFAULT_SOCKET) + add_definitions(-DGVM_FEED_LOCK_PATH="${GVM_FEED_LOCK_PATH}") + + if(NOT OPENVAS_DEFAULT_SOCKET) +- set(OPENVAS_DEFAULT_SOCKET "/run/ospd/ospd-openvas.sock") ++ set(OPENVAS_DEFAULT_SOCKET "${LOCALSTATEDIR}/run/ospd/ospd-openvas.sock") + endif(NOT OPENVAS_DEFAULT_SOCKET) + add_definitions(-DOPENVAS_DEFAULT_SOCKET="${OPENVAS_DEFAULT_SOCKET}") + +@@ -284,7 +284,7 @@ configure_file(VERSION.in VERSION) + @ONLY + ) + configure_file(VERSION.in VERSION) +-configure_file(src/gvmd_log_conf.cmake_in src/gvmd_log.conf) ++configure_file(src/gvmd_log_conf.cmake_in src/gvmd_log.conf.sample) + configure_file( + src/schema_formats/XML/GMP.xml.in + src/schema_formats/XML/GMP.xml +@@ -348,7 +348,7 @@ endif(NOT SKIP_SRC) ## Configs (e.g. systemd service file) --add_subdirectory (config) -+# add_subdirectory (config) +-add_subdirectory(config) ++# add_subdirectory(config) ## Documentation -@@ -294,10 +294,10 @@ +@@ -359,12 +359,12 @@ install( + install(DIRECTORY DESTINATION ${GVMD_STATE_DIR}) - install (DIRECTORY DESTINATION ${GVMD_STATE_DIR}) + install( +- FILES ${CMAKE_BINARY_DIR}/src/gvmd_log.conf ++ FILES ${CMAKE_BINARY_DIR}/src/gvmd_log.conf.sample + DESTINATION ${GVM_SYSCONF_DIR} + ) --install (FILES ${CMAKE_BINARY_DIR}/src/gvmd_log.conf -+install (FILES ${CMAKE_BINARY_DIR}/src/gvmd_log.conf.sample - DESTINATION ${GVM_SYSCONF_DIR}) + install( +- FILES ${CMAKE_SOURCE_DIR}/src/pwpolicy.conf ++ FILES ${CMAKE_SOURCE_DIR}/src/pwpolicy.conf.sample + DESTINATION ${GVM_SYSCONF_DIR} + ) --install (FILES ${CMAKE_SOURCE_DIR}/src/pwpolicy.conf -+install (FILES ${CMAKE_SOURCE_DIR}/src/pwpolicy.conf.sample - DESTINATION ${GVM_SYSCONF_DIR}) - - # Schema formats. diff --git a/security/gvmd/files/patch-src_CMakeLists.txt b/security/gvmd/files/patch-src_CMakeLists.txt index d17a7fd1955a..b77a6a8dec51 100644 --- a/security/gvmd/files/patch-src_CMakeLists.txt +++ b/security/gvmd/files/patch-src_CMakeLists.txt @@ -1,28 +1,27 @@ ---- src/CMakeLists.txt 2025-04-08 00:29:30.000000000 -0700 -+++ src/CMakeLists.txt 2025-04-14 18:23:00.165064000 -0700 -@@ -39,7 +39,9 @@ - endif (OPENVASD) - pkg_check_modules (GNUTLS REQUIRED gnutls>=3.2.15) - pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42) +--- src/CMakeLists.txt.orig 2025-05-13 13:02:11 UTC ++++ src/CMakeLists.txt +@@ -39,7 +39,9 @@ pkg_check_modules(GLIB REQUIRED glib-2.0>=2.42) + endif(OPENVASD) + pkg_check_modules(GNUTLS REQUIRED gnutls>=3.2.15) + pkg_check_modules(GLIB REQUIRED glib-2.0>=2.42) +if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") - pkg_check_modules (LIBBSD REQUIRED libbsd) + pkg_check_modules(LIBBSD REQUIRED libbsd) +endif() - pkg_check_modules (LIBICAL REQUIRED libical>=1.00) - pkg_check_modules (GPGME REQUIRED gpgme) + pkg_check_modules(LIBICAL REQUIRED libical>=1.00) + pkg_check_modules(GPGME REQUIRED gpgme) -@@ -338,7 +340,7 @@ - ${GNUTLS_LDFLAGS} ${GPGME_LDFLAGS} ${CMAKE_THREAD_LIBS_INIT} ${LINKER_HARDENING_FLAGS} ${LINKER_DEBUG_FLAGS} - ${PostgreSQL_LIBRARIES} ${LIBBSD_LDFLAGS} ${CJSON_LDFLAGS} ${GLIB_LDFLAGS} ${GTHREAD_LDFLAGS} - ${LIBGVM_BASE_LDFLAGS} ${LIBGVM_UTIL_LDFLAGS} ${LIBGVM_OSP_LDFLAGS} ${LIBGVM_OPENVASD_LDFLAGS} -- ${LIBGVM_GMP_LDFLAGS} ${LIBGVM_HTTP_LDFLAGS} ${LIBICAL_LDFLAGS} ${LINKER_HARDENING_FLAGS} ${OPT_THEIA_TGT}) -+ ${LIBGVM_GMP_LDFLAGS} ${LIBGVM_HTTP_LDFLAGS} ${LIBICAL_LDFLAGS} ${LINKER_HARDENING_FLAGS} ${OPT_THEIA_TGT} -lexecinfo) - target_link_libraries (manage-test cgreen m - ${GNUTLS_LDFLAGS} ${GPGME_LDFLAGS} ${CMAKE_THREAD_LIBS_INIT} ${LINKER_HARDENING_FLAGS} ${LINKER_DEBUG_FLAGS} - ${PostgreSQL_LIBRARIES} ${LIBBSD_LDFLAGS} ${CJSON_LDFLAGS} ${GLIB_LDFLAGS} ${GTHREAD_LDFLAGS} -@@ -555,5 +557,7 @@ - COMMAND ctags ${C_FILES}) - add_custom_target (tags COMMENT "Building tags files...") - add_dependencies (tags etags ctags) +@@ -358,6 +360,7 @@ target_link_libraries( + ${LIBICAL_LDFLAGS} + ${LINKER_HARDENING_FLAGS} + ${OPT_THEIA_TGT} ++ -lexecinfo + ) + target_link_libraries( + manage-test +@@ -692,5 +695,7 @@ add_dependencies(tags etags ctags) + add_custom_target(ctags COMMENT "Building tags..." COMMAND ctags ${C_FILES}) + add_custom_target(tags COMMENT "Building tags files...") + add_dependencies(tags etags ctags) + +file(RENAME "pwpolicy.conf" "pwpolicy.conf.sample") diff --git a/security/gvmd/pkg-plist b/security/gvmd/pkg-plist index b7349a16468c..16a215ec225e 100644 --- a/security/gvmd/pkg-plist +++ b/security/gvmd/pkg-plist @@ -2,8 +2,8 @@ bin/gvm-manage-certs @sample etc/gvm/gvmd_log.conf.sample @sample etc/gvm/pwpolicy.conf.sample lib/libgvm-pg-server.so -lib/libgvm-pg-server.so.25 -lib/libgvm-pg-server.so.25.2.1 +lib/libgvm-pg-server.so.26 +lib/libgvm-pg-server.so.26.0.0 sbin/gvmd share/doc/gvm/example-gvm-manage-certs.conf share/doc/gvm/html/gmp.html diff --git a/security/linux-rl9-gnutls/Makefile b/security/linux-rl9-gnutls/Makefile index 7d5f77bad003..9dbea86f7349 100644 --- a/security/linux-rl9-gnutls/Makefile +++ b/security/linux-rl9-gnutls/Makefile @@ -1,7 +1,7 @@ PORTNAME= gnutls PORTVERSION= 3.8.3 -DISTVERSIONSUFFIX= -4.el9_4 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -6.el9 +PORTREVISION= 3 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-rl9-gnutls/distinfo b/security/linux-rl9-gnutls/distinfo index e4eab6a19369..60f20b4ddc7f 100644 --- a/security/linux-rl9-gnutls/distinfo +++ b/security/linux-rl9-gnutls/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731426582 -SHA256 (rocky/g/gnutls-3.8.3-4.el9_4.aarch64.rpm) = e4a5c13d37c40691c4e344da6f996894da71b6c165736f002d481076e73bc131 -SIZE (rocky/g/gnutls-3.8.3-4.el9_4.aarch64.rpm) = 1049936 -SHA256 (rocky/g/gnutls-3.8.3-4.el9_4.i686.rpm) = 92233f9fa789f474d3f68354293c5a73bf63d9b2f6fb3f492d2c0a983a5bc8aa -SIZE (rocky/g/gnutls-3.8.3-4.el9_4.i686.rpm) = 1112324 -SHA256 (rocky/g/gnutls-3.8.3-4.el9_4.x86_64.rpm) = 985d308d68dff95068da84d4ed1c9fb777c5115dde16a545ea273150f5953aa2 -SIZE (rocky/g/gnutls-3.8.3-4.el9_4.x86_64.rpm) = 1124082 -SHA256 (rocky/g/gnutls-3.8.3-4.el9_4.src.rpm) = 87e91ca13687f7e49a2e51b6752fed2a34b7d3ad7e2d9c7fd1e4217d58945b5b -SIZE (rocky/g/gnutls-3.8.3-4.el9_4.src.rpm) = 8578173 +TIMESTAMP = 1750641607 +SHA256 (rocky/g/gnutls-3.8.3-6.el9.aarch64.rpm) = 9806059ba81e6745dc5ab51053e0f5f32a8d2b95524875663131333995d7c8d8 +SIZE (rocky/g/gnutls-3.8.3-6.el9.aarch64.rpm) = 1044459 +SHA256 (rocky/g/gnutls-3.8.3-6.el9.i686.rpm) = 95ed1a15bc713ab0b43add9c44a413a55be4a17f0ad9c88368486c5354599474 +SIZE (rocky/g/gnutls-3.8.3-6.el9.i686.rpm) = 1111239 +SHA256 (rocky/g/gnutls-3.8.3-6.el9.x86_64.rpm) = 78a44d4da59749bc747644b1f6de77fa9f233c8c46bb460eab2e1feb1ae4c22f +SIZE (rocky/g/gnutls-3.8.3-6.el9.x86_64.rpm) = 1121456 +SHA256 (rocky/g/gnutls-3.8.3-6.el9.src.rpm) = a10caa833331026bb2a8825ccee3c591ff8bf257a06ba6ab8281c3668d45d873 +SIZE (rocky/g/gnutls-3.8.3-6.el9.src.rpm) = 8583863 diff --git a/security/linux-rl9-libtasn1/Makefile b/security/linux-rl9-libtasn1/Makefile index 5d07ecdf10cd..49878b5ac8d3 100644 --- a/security/linux-rl9-libtasn1/Makefile +++ b/security/linux-rl9-libtasn1/Makefile @@ -1,7 +1,7 @@ PORTNAME= libtasn1 PORTVERSION= 4.16.0 -DISTVERSIONSUFFIX= -8.el9_1 -PORTREVISION= 1 +DISTVERSIONSUFFIX= -9.el9 +PORTREVISION= 2 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-rl9-libtasn1/distinfo b/security/linux-rl9-libtasn1/distinfo index 623d887c49f4..a8a15a1cd2a8 100644 --- a/security/linux-rl9-libtasn1/distinfo +++ b/security/linux-rl9-libtasn1/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731422748 -SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 3963d58e43412e91e47454836e5431fbc77014d411ac6eec4847fc7cede46a6d -SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 74132 -SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.i686.rpm) = 7798c0dac61919dc7bcf8918d1fce0642b77316e8b6263e946c8a01bfe7e7307 -SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.i686.rpm) = 76138 -SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = f62a78a4d12241611733a45d896511c9825d06116373f4277e08acbae7565322 -SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = 74962 -SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = e2e95c833a6d79d774eec3b60e0cb856a8403e455925c1a5626a70f8cf068fdc -SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = 1889934 +TIMESTAMP = 1750640210 +SHA256 (rocky/l/libtasn1-4.16.0-9.el9.aarch64.rpm) = c040286c461ef7429c8fa86412f2b3ee64f5233f41321a13f10b9635fa15b517 +SIZE (rocky/l/libtasn1-4.16.0-9.el9.aarch64.rpm) = 73866 +SHA256 (rocky/l/libtasn1-4.16.0-9.el9.i686.rpm) = 385a244c7afc30e4aa71824b91c36cca44f9454b2be992d5834d2f2ef9133c4e +SIZE (rocky/l/libtasn1-4.16.0-9.el9.i686.rpm) = 75892 +SHA256 (rocky/l/libtasn1-4.16.0-9.el9.x86_64.rpm) = 378e7fc39ac1581c3326aaa945eef0c144a7eb7b9124abb5cf7a1c1205503c72 +SIZE (rocky/l/libtasn1-4.16.0-9.el9.x86_64.rpm) = 74553 +SHA256 (rocky/l/libtasn1-4.16.0-9.el9.src.rpm) = e8dc61a5d83e86d0978e3c00beccc611fbd8155f8c3923a89e1e00e85e2983d9 +SIZE (rocky/l/libtasn1-4.16.0-9.el9.src.rpm) = 1892583 diff --git a/security/linux-rl9-nettle/Makefile b/security/linux-rl9-nettle/Makefile index 9415b7067518..632c4ff7c28b 100644 --- a/security/linux-rl9-nettle/Makefile +++ b/security/linux-rl9-nettle/Makefile @@ -1,7 +1,6 @@ PORTNAME= nettle -PORTVERSION= 3.9.1 +PORTVERSION= 3.10.1 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-rl9-nettle/distinfo b/security/linux-rl9-nettle/distinfo index 800e5136405e..b103c3261fa2 100644 --- a/security/linux-rl9-nettle/distinfo +++ b/security/linux-rl9-nettle/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1731422909 -SHA256 (rocky/n/nettle-3.9.1-1.el9.aarch64.rpm) = bf9a860921be5e1c6d18c756eeb772ed19f725734d7ff0be45db9faee4ab50bc -SIZE (rocky/n/nettle-3.9.1-1.el9.aarch64.rpm) = 538169 -SHA256 (rocky/n/nettle-3.9.1-1.el9.i686.rpm) = 896487634e937933d731ae3337e388395d52db3f70aee35401c3a888b009bf30 -SIZE (rocky/n/nettle-3.9.1-1.el9.i686.rpm) = 569252 -SHA256 (rocky/n/nettle-3.9.1-1.el9.x86_64.rpm) = dcd2bb2ca0e67d5a50c54a608a346a4bd95711258c16ce1db578ebf0a004ea6c -SIZE (rocky/n/nettle-3.9.1-1.el9.x86_64.rpm) = 571534 -SHA256 (rocky/n/nettle-3.9.1-1.el9.src.rpm) = 57a692b1bea9a1db8487da2ce43cb7816f06768f9b6896a53ae064dfa2e28f09 -SIZE (rocky/n/nettle-3.9.1-1.el9.src.rpm) = 4165662 +TIMESTAMP = 1750640383 +SHA256 (rocky/n/nettle-3.10.1-1.el9.aarch64.rpm) = 0632136bfc24d5155f54134cd3fe838a85677807a06ef1623d6f9af6a7cff3c1 +SIZE (rocky/n/nettle-3.10.1-1.el9.aarch64.rpm) = 542566 +SHA256 (rocky/n/nettle-3.10.1-1.el9.i686.rpm) = d9795535b7fd3fb5cdbd65b89cfb552629df18cfbf2c6523114c2b5091029f85 +SIZE (rocky/n/nettle-3.10.1-1.el9.i686.rpm) = 573631 +SHA256 (rocky/n/nettle-3.10.1-1.el9.x86_64.rpm) = 25182aead477d29ed365a0d0663e91ffa54710e617615ea2b91c7abd9d56b4fd +SIZE (rocky/n/nettle-3.10.1-1.el9.x86_64.rpm) = 575381 +SHA256 (rocky/n/nettle-3.10.1-1.el9.src.rpm) = 701b630f9816742d0b984a8df64f1d23685a56e6cf2bef5cc47a7cfc5c6c3786 +SIZE (rocky/n/nettle-3.10.1-1.el9.src.rpm) = 4328763 diff --git a/security/linux-rl9-nettle/pkg-plist.aarch64 b/security/linux-rl9-nettle/pkg-plist.aarch64 index 22e4b19ba72d..e067d8b2f259 100644 --- a/security/linux-rl9-nettle/pkg-plist.aarch64 +++ b/security/linux-rl9-nettle/pkg-plist.aarch64 @@ -1,11 +1,11 @@ -usr/lib64/.libhogweed.so.6.8.hmac +usr/lib64/.libhogweed.so.6.10.hmac usr/lib64/.libhogweed.so.6.hmac -usr/lib64/.libnettle.so.8.8.hmac +usr/lib64/.libnettle.so.8.10.hmac usr/lib64/.libnettle.so.8.hmac usr/lib64/libhogweed.so.6 -usr/lib64/libhogweed.so.6.8 +usr/lib64/libhogweed.so.6.10 usr/lib64/libnettle.so.8 -usr/lib64/libnettle.so.8.8 +usr/lib64/libnettle.so.8.10 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/security/linux-rl9-nettle/pkg-plist.amd64 b/security/linux-rl9-nettle/pkg-plist.amd64 index 051aa4368d1b..3230ad53caf4 100644 --- a/security/linux-rl9-nettle/pkg-plist.amd64 +++ b/security/linux-rl9-nettle/pkg-plist.amd64 @@ -1,19 +1,19 @@ -usr/lib/.libhogweed.so.6.8.hmac +usr/lib/.libhogweed.so.6.10.hmac usr/lib/.libhogweed.so.6.hmac -usr/lib/.libnettle.so.8.8.hmac +usr/lib/.libnettle.so.8.10.hmac usr/lib/.libnettle.so.8.hmac usr/lib/libhogweed.so.6 -usr/lib/libhogweed.so.6.8 +usr/lib/libhogweed.so.6.10 usr/lib/libnettle.so.8 -usr/lib/libnettle.so.8.8 -usr/lib64/.libhogweed.so.6.8.hmac +usr/lib/libnettle.so.8.10 +usr/lib64/.libhogweed.so.6.10.hmac usr/lib64/.libhogweed.so.6.hmac -usr/lib64/.libnettle.so.8.8.hmac +usr/lib64/.libnettle.so.8.10.hmac usr/lib64/.libnettle.so.8.hmac usr/lib64/libhogweed.so.6 -usr/lib64/libhogweed.so.6.8 +usr/lib64/libhogweed.so.6.10 usr/lib64/libnettle.so.8 -usr/lib64/libnettle.so.8.8 +usr/lib64/libnettle.so.8.10 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/security/openvas/Makefile b/security/openvas/Makefile index 34e9452a0b61..891a0d409bdd 100644 --- a/security/openvas/Makefile +++ b/security/openvas/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvas -DISTVERSION= 23.16.1 +DISTVERSION= 23.20.1 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/openvas/distinfo b/security/openvas/distinfo index fe1fd27dc51e..321cb33a54a7 100644 --- a/security/openvas/distinfo +++ b/security/openvas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744680509 -SHA256 (greenbone-openvas-scanner-v23.16.1_GH0.tar.gz) = 6ef32eab6fe19d3b37589705f9b2e4539a0572cd70bc8b16d217078080dad827 -SIZE (greenbone-openvas-scanner-v23.16.1_GH0.tar.gz) = 1550974 +TIMESTAMP = 1750728484 +SHA256 (greenbone-openvas-scanner-v23.20.1_GH0.tar.gz) = 80fbf610520c4304e901b803828e296d942ec76e95751c5607de06ef2295fcea +SIZE (greenbone-openvas-scanner-v23.20.1_GH0.tar.gz) = 1580761 diff --git a/security/openvas/pkg-plist b/security/openvas/pkg-plist index c7634dde26f2..650a981dbf83 100644 --- a/security/openvas/pkg-plist +++ b/security/openvas/pkg-plist @@ -3,10 +3,10 @@ bin/openvas-nasl-lint @sample %%ETCDIR%%/openvas_log.conf.sample lib/libopenvas_misc.so lib/libopenvas_misc.so.23 -lib/libopenvas_misc.so.23.16.1 +lib/libopenvas_misc.so.23.20.1 lib/libopenvas_nasl.so lib/libopenvas_nasl.so.23 -lib/libopenvas_nasl.so.23.16.1 +lib/libopenvas_nasl.so.23.20.1 sbin/openvas share/man/man1/openvas-nasl-lint.1.gz share/man/man1/openvas-nasl.1.gz diff --git a/security/py-notus-scanner/Makefile b/security/py-notus-scanner/Makefile index 587f74ba0431..713e822f766c 100644 --- a/security/py-notus-scanner/Makefile +++ b/security/py-notus-scanner/Makefile @@ -1,5 +1,5 @@ PORTNAME= notus-scanner -DISTVERSION= 22.6.5 +DISTVERSION= 22.7.2 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-notus-scanner/distinfo b/security/py-notus-scanner/distinfo index 171e0e4c626c..b05cc474c745 100644 --- a/security/py-notus-scanner/distinfo +++ b/security/py-notus-scanner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734855818 -SHA256 (greenbone-notus-scanner-v22.6.5_GH0.tar.gz) = a618b31256260805be9f4d1b7eef5760ff6bc1998d64409ce028e9dc5e84d2db -SIZE (greenbone-notus-scanner-v22.6.5_GH0.tar.gz) = 294136 +TIMESTAMP = 1750729722 +SHA256 (greenbone-notus-scanner-v22.7.2_GH0.tar.gz) = 7420a0b26cc5f35d9e92ca7b809577f49fdf293559efef3dc39e91c092239585 +SIZE (greenbone-notus-scanner-v22.7.2_GH0.tar.gz) = 295805 diff --git a/security/py-notus-scanner/pkg-plist b/security/py-notus-scanner/pkg-plist index 162d23951398..9c649e920db7 100644 --- a/security/py-notus-scanner/pkg-plist +++ b/security/py-notus-scanner/pkg-plist @@ -83,11 +83,14 @@ bin/notus-subscriber %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/__pycache__/rpm%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/__pycache__/slackware%%PYTHON_TAG%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/__pycache__/slackware%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/__pycache__/windows%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/__pycache__/windows%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/deb.py %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/ebuild.py %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/package.py %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/rpm.py %%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/slackware.py +%%PYTHON_SITELIBDIR%%/notus/scanner/models/packages/windows.py %%PYTHON_SITELIBDIR%%/notus/scanner/models/vulnerability.py %%PYTHON_SITELIBDIR%%/notus/scanner/scanner.py %%PYTHON_SITELIBDIR%%/notus/scanner/tools/__init__.py @@ -165,20 +168,23 @@ bin/notus-subscriber %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/__pycache__/test_rpm%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/__pycache__/test_slackware%%PYTHON_TAG%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/__pycache__/test_slackware%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/notus/tests/models/packages/__pycache__/test_windows%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/notus/tests/models/packages/__pycache__/test_windows%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/gentoo_examples.txt %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_deb.py %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_ebuild.py %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_package.py %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_rpm.py %%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_slackware.py +%%PYTHON_SITELIBDIR%%/notus/tests/models/packages/test_windows.py %%PYTHON_SITELIBDIR%%/notus/tests/models/test_vulnerability.py %%PYTHON_SITELIBDIR%%/notus/tests/test_config.py %%PYTHON_SITELIBDIR%%/notus/tests/test_verifier.py -%%PYTHON_SITELIBDIR%%/notus_scanner-22.6.5.dist-info/LICENSE -%%PYTHON_SITELIBDIR%%/notus_scanner-22.6.5.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/notus_scanner-22.6.5.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/notus_scanner-22.6.5.dist-info/WHEEL -%%PYTHON_SITELIBDIR%%/notus_scanner-22.6.5.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/notus_scanner-22.7.2.dist-info/LICENSE +%%PYTHON_SITELIBDIR%%/notus_scanner-22.7.2.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/notus_scanner-22.7.2.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/notus_scanner-22.7.2.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/notus_scanner-22.7.2.dist-info/entry_points.txt @dir(gvm,gvm,750) /var/run/notus-scanner @dir(gvm,gvm,750) /var/lib/openvas/plugins/notus/products @dir(gvm,gvm,750) /var/lib/openvas/plugins/notus diff --git a/security/py-ospd-openvas/Makefile b/security/py-ospd-openvas/Makefile index 9b39491cd018..f712dc948669 100644 --- a/security/py-ospd-openvas/Makefile +++ b/security/py-ospd-openvas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ospd-openvas -DISTVERSION= 22.8.2 +DISTVERSION= 22.9.0 DISTVERSIONPREFIX= v CATEGORIES= security python #MASTER_SITES= PYPI diff --git a/security/py-ospd-openvas/distinfo b/security/py-ospd-openvas/distinfo index 9eef5f99a23a..82dc77a0a20d 100644 --- a/security/py-ospd-openvas/distinfo +++ b/security/py-ospd-openvas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744687624 -SHA256 (greenbone-ospd-openvas-v22.8.2_GH0.tar.gz) = a545d617e228da4a0328dd4ef13882b7e34ee3324f730a7de4708e51d313ece8 -SIZE (greenbone-ospd-openvas-v22.8.2_GH0.tar.gz) = 250151 +TIMESTAMP = 1750729892 +SHA256 (greenbone-ospd-openvas-v22.9.0_GH0.tar.gz) = b650a595040f6d1963577f59a97a20dcefd1ece79a899873d8e4a835eee9cd63 +SIZE (greenbone-ospd-openvas-v22.9.0_GH0.tar.gz) = 250165 diff --git a/security/py-ospd-openvas/pkg-plist b/security/py-ospd-openvas/pkg-plist index 814ebf606412..ca12f72c225b 100644 --- a/security/py-ospd-openvas/pkg-plist +++ b/security/py-ospd-openvas/pkg-plist @@ -72,11 +72,11 @@ bin/ospd-openvas %%PYTHON_SITELIBDIR%%/ospd/vts.py %%PYTHON_SITELIBDIR%%/ospd/xml.py %%PYTHON_SITELIBDIR%%/ospd/xmlvt.py -%%PYTHON_SITELIBDIR%%/ospd_openvas-22.8.2.dist-info/COPYING -%%PYTHON_SITELIBDIR%%/ospd_openvas-22.8.2.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/ospd_openvas-22.8.2.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/ospd_openvas-22.8.2.dist-info/WHEEL -%%PYTHON_SITELIBDIR%%/ospd_openvas-22.8.2.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/ospd_openvas-22.9.0.dist-info/COPYING +%%PYTHON_SITELIBDIR%%/ospd_openvas-22.9.0.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/ospd_openvas-22.9.0.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/ospd_openvas-22.9.0.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/ospd_openvas-22.9.0.dist-info/entry_points.txt %%PYTHON_SITELIBDIR%%/ospd_openvas/__init__.py %%PYTHON_SITELIBDIR%%/ospd_openvas/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/ospd_openvas/__pycache__/__init__%%PYTHON_TAG%%.pyc diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index 11ff7da0b5a6..0b0fff283ba4 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gvm -DISTVERSION= 26.1.1 +DISTVERSION= 26.2.1 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-python-gvm/distinfo b/security/py-python-gvm/distinfo index 9645696c0ac3..aa2cb56cae26 100644 --- a/security/py-python-gvm/distinfo +++ b/security/py-python-gvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744687931 -SHA256 (greenbone-python-gvm-v26.1.1_GH0.tar.gz) = f2a121083324004e7c486cf8b0ce219677d636bfa0c731903063bd97e6eddb07 -SIZE (greenbone-python-gvm-v26.1.1_GH0.tar.gz) = 318501 +TIMESTAMP = 1750729968 +SHA256 (greenbone-python-gvm-v26.2.1_GH0.tar.gz) = bb4a455ab8f716df888e66832dca5a6743c7ebdd9d939993d2863b8cd560d739 +SIZE (greenbone-python-gvm-v26.2.1_GH0.tar.gz) = 333842 diff --git a/security/wazuh-dashboard/Makefile b/security/wazuh-dashboard/Makefile index 3248ef349f72..acab9aeb48f6 100644 --- a/security/wazuh-dashboard/Makefile +++ b/security/wazuh-dashboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v DISTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -dashboard diff --git a/security/wazuh-indexer/Makefile b/security/wazuh-indexer/Makefile index 823f3b8e80c9..710d6a2e194f 100644 --- a/security/wazuh-indexer/Makefile +++ b/security/wazuh-indexer/Makefile @@ -1,5 +1,6 @@ PORTNAME= wazuh PORTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -indexer diff --git a/sysutils/Makefile b/sysutils/Makefile index 4ee85417f978..ae05c95773c3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -266,7 +266,6 @@ SUBDIR += daemonize SUBDIR += daemontools SUBDIR += daemontools-encore - SUBDIR += daggy SUBDIR += damager SUBDIR += dar SUBDIR += data-prepper diff --git a/sysutils/bacnet-stack-apps/Makefile b/sysutils/bacnet-stack-apps/Makefile index d9a684062159..dce98d691dc0 100644 --- a/sysutils/bacnet-stack-apps/Makefile +++ b/sysutils/bacnet-stack-apps/Makefile @@ -1,5 +1,5 @@ PORTNAME= bacnet-stack -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils PKGNAMESUFFIX= -apps @@ -10,12 +10,13 @@ WWW= https://github.com/bacnet-stack/bacnet-stack LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license/readme.txt +LIB_DEPENDS= libdispatch.so:devel/libdispatch RUN_DEPENDS= bash:shells/bash -USES= gmake compiler:c++11-lang shebangfix +USES= gmake compiler:c++11-lang localbase:ldflags shebangfix USE_GITHUB= yes GH_ACCOUNT= bacnet-stack -GH_TAGNAME= 8a0a01c +GH_TAGNAME= c111154 LDFLAGS= -lm diff --git a/sysutils/bacnet-stack-apps/distinfo b/sysutils/bacnet-stack-apps/distinfo index 1b2491c50b4f..2c45b9374c43 100644 --- a/sysutils/bacnet-stack-apps/distinfo +++ b/sysutils/bacnet-stack-apps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734773474 -SHA256 (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 12bb1b2d8aaa9ee2fbc7f2a703870d1fce6eee6e7ce9774b4822c34afa202fa4 -SIZE (bacnet-stack-bacnet-stack-1.4.0-8a0a01c_GH0.tar.gz) = 8045059 +TIMESTAMP = 1750719787 +SHA256 (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 6259c9c5c25b16e2c51f10bc53fe1ea1bfec79725bb1d00fbb354ab7d0fdd94c +SIZE (bacnet-stack-bacnet-stack-1.4.1-c111154_GH0.tar.gz) = 10019494 diff --git a/sysutils/daggy/Makefile b/sysutils/daggy/Makefile deleted file mode 100644 index 7b41a78d740e..000000000000 --- a/sysutils/daggy/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= daggy -DISTVERSIONPREFIX= v -DISTVERSION= 2.1.3 -PORTREVISION= 1 -CATEGORIES= sysutils - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Data Aggregation Utility: runs commands on remote hosts simultaneously -WWW= https://daggy.dev/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/../LICENSE - -DEPRECATED= Depends on expired security/botan2 -EXPIRATION_DATE=2025-06-21 - -BUILD_DEPENDS= ${LOCALBASE}/include/kainjow/mustache.hpp:devel/mustache -LIB_DEPENDS= libbotan-2.so:security/botan2 \ - libssh2.so:security/libssh2 \ - libyaml-cpp.so:devel/yaml-cpp - -USES= gl cmake compiler:c++17-lang localbase:ldflags pkgconfig qt:6 ssl -USE_QT= base tools:build -USE_GL= gl -USE_LDCONFIG= yes - -USE_GITHUB= yes -GH_ACCOUNT= synacker - -CMAKE_ARGS= -DVERSION=${DISTVERSION} -CMAKE_ON= BUILD_SHARED_LIBS - -CXXFLAGS+= -I${LOCALBASE}/include/kainjow - -WRKSRC_SUBDIR= src - -.include <bsd.port.mk> diff --git a/sysutils/daggy/distinfo b/sysutils/daggy/distinfo deleted file mode 100644 index aa30af897cfb..000000000000 --- a/sysutils/daggy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661708767 -SHA256 (synacker-daggy-v2.1.3_GH0.tar.gz) = f96419b2199402eef31dd5fc8b4d15f64948bbdd350728549c890fdb8f0d2805 -SIZE (synacker-daggy-v2.1.3_GH0.tar.gz) = 498338 diff --git a/sysutils/daggy/pkg-descr b/sysutils/daggy/pkg-descr deleted file mode 100644 index 3fc62184f0af..000000000000 --- a/sysutils/daggy/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Daggy is an IT automation tool. It can run terminal commands on local or remote -serveres and aggregate their output locally. - -Daggy main goals are simplicity and ease-of-use. If you know about yaml/json, -bash/powershell and ssh you know how to use Daggy. - -Daggy can be helpful for developers, QA, DevOps and engenieers for debug, -analyze and control distributed network systems, for example, based on -microservice architecture. - -Daggy is serverless, cross-platform solution and don't require installation on -remote servers. Commands execution work under SSH transport protocol or via -local terminal. diff --git a/sysutils/daggy/pkg-plist b/sysutils/daggy/pkg-plist deleted file mode 100644 index 7294820be33f..000000000000 --- a/sysutils/daggy/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/daggy -include/DaggyCore/Core.h -include/DaggyCore/Core.hpp -include/DaggyCore/Errors.h -include/DaggyCore/Errors.hpp -include/DaggyCore/Result.hpp -include/DaggyCore/Sources.hpp -include/DaggyCore/Types.h -include/DaggyCore/Types.hpp -include/DaggyCore/aggregators/CConsole.hpp -include/DaggyCore/aggregators/CFile.hpp -include/DaggyCore/aggregators/IAggregator.hpp -include/DaggyCore/daggycore_export.h -include/DaggyCore/providers/IFabric.hpp -include/DaggyCore/providers/IProvider.hpp -lib/libDaggyCore.so diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 33859d25bfb1..d6712d66b5ab 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -1,5 +1,6 @@ PORTNAME= pacman DISTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://gitlab.archlinux.org/${PORTNAME}/${PORTNAME}/-/releases/v${DISTVERSION}/downloads/ @@ -40,8 +41,8 @@ PLIST_SUB= PACMAN_ROOT="${PACMAN_ROOT:C,^${PREFIX}/,,}" PORTEXAMPLES= * PKGMESSAGE= ${PKGDIR}/pkg-message-${FLAVOR:U} -OPTIONS_DEFINE= CURL DOCS GPGME EXAMPLES NLS -OPTIONS_DEFAULT=CURL DOCS GPGME +OPTIONS_DEFINE= CURL EXAMPLES GPGME MANPAGES NLS +OPTIONS_DEFAULT=CURL GPGME MANPAGES OPTIONS_EXCLUDE=NLS # XXX: meson cannot find ngettext(3) despite gettext-runtime OPTIONS_SUB= yes @@ -49,8 +50,8 @@ CURL_DESC= Use libcurl fetcher instead of external curl/wget CURL_MESON_ENABLED= curl CURL_LIB_DEPENDS= libcurl.so:ftp/curl -DOCS_MESON_ENABLED= doc -DOCS_BUILD_DEPENDS= a2x:textproc/asciidoc +MANPAGES_MESON_ENABLED= doc +MANPAGES_BUILD_DEPENDS= a2x:textproc/asciidoc GPGME_DESC= Use GPGME for PGP signature verification GPGME_MESON_ENABLED= gpgme diff --git a/sysutils/pacman/pkg-plist b/sysutils/pacman/pkg-plist index bb636fed10b8..c90e4b174627 100644 --- a/sysutils/pacman/pkg-plist +++ b/sysutils/pacman/pkg-plist @@ -239,22 +239,22 @@ share/makepkg/util/pkgbuild.sh share/makepkg/util/schema.sh share/makepkg/util/source.sh share/makepkg/util/util.sh -%%DOCS%%share/man/man1/makepkg-template.1.gz -%%DOCS%%share/man/man5/BUILDINFO.5.gz -%%DOCS%%share/man/man5/PKGBUILD.5.gz -%%DOCS%%share/man/man5/alpm-hooks.5.gz -%%DOCS%%share/man/man5/makepkg.conf.5.gz -%%DOCS%%share/man/man5/pacman-hooks.5.gz -%%DOCS%%share/man/man5/pacman.conf.5.gz -%%DOCS%%share/man/man8/makepkg.8.gz -%%DOCS%%share/man/man8/pacman-conf.8.gz -%%DOCS%%share/man/man8/pacman-db-upgrade.8.gz -%%DOCS%%share/man/man8/pacman-key.8.gz -%%DOCS%%share/man/man8/pacman.8.gz -%%DOCS%%share/man/man8/repo-add.8.gz -%%DOCS%%share/man/man8/repo-remove.8.gz -%%DOCS%%share/man/man8/testpkg.8.gz -%%DOCS%%share/man/man8/vercmp.8.gz +%%MANPAGES%%share/man/man1/makepkg-template.1.gz +%%MANPAGES%%share/man/man5/BUILDINFO.5.gz +%%MANPAGES%%share/man/man5/PKGBUILD.5.gz +%%MANPAGES%%share/man/man5/alpm-hooks.5.gz +%%MANPAGES%%share/man/man5/makepkg.conf.5.gz +%%MANPAGES%%share/man/man5/pacman-hooks.5.gz +%%MANPAGES%%share/man/man5/pacman.conf.5.gz +%%MANPAGES%%share/man/man8/makepkg.8.gz +%%MANPAGES%%share/man/man8/pacman-conf.8.gz +%%MANPAGES%%share/man/man8/pacman-db-upgrade.8.gz +%%MANPAGES%%share/man/man8/pacman-key.8.gz +%%MANPAGES%%share/man/man8/pacman.8.gz +%%MANPAGES%%share/man/man8/repo-add.8.gz +%%MANPAGES%%share/man/man8/repo-remove.8.gz +%%MANPAGES%%share/man/man8/testpkg.8.gz +%%MANPAGES%%share/man/man8/vercmp.8.gz %%DATADIR%%/PKGBUILD-split.proto %%DATADIR%%/PKGBUILD-vcs.proto %%DATADIR%%/PKGBUILD.proto diff --git a/textproc/Makefile b/textproc/Makefile index 6c3deac8e34e..b6a8f2ef81df 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1485,7 +1485,6 @@ SUBDIR += py-opensearch-py SUBDIR += py-openstackdocstheme SUBDIR += py-openstep-plist - SUBDIR += py-orange3-text SUBDIR += py-os-api-ref SUBDIR += py-packageurl-python SUBDIR += py-pager diff --git a/textproc/linux-rl9-expat/Makefile b/textproc/linux-rl9-expat/Makefile index 064d4b49587b..4d3cb68e191f 100644 --- a/textproc/linux-rl9-expat/Makefile +++ b/textproc/linux-rl9-expat/Makefile @@ -1,7 +1,7 @@ PORTNAME= expat PORTVERSION= 2.5.0 -DISTVERSIONSUFFIX= -3.el9_5.3 -PORTREVISION= 6 +DISTVERSIONSUFFIX= -5.el9_6 +PORTREVISION= 7 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org diff --git a/textproc/linux-rl9-expat/distinfo b/textproc/linux-rl9-expat/distinfo index 1a567555eb17..c2475152818e 100644 --- a/textproc/linux-rl9-expat/distinfo +++ b/textproc/linux-rl9-expat/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1744754341 -SHA256 (rocky/e/expat-2.5.0-3.el9_5.3.aarch64.rpm) = d94b605c6784bb8334f320747b1e7ec8c5e442f1b4d2cb269e49715576938a35 -SIZE (rocky/e/expat-2.5.0-3.el9_5.3.aarch64.rpm) = 112623 -SHA256 (rocky/e/expat-2.5.0-3.el9_5.3.i686.rpm) = 24273bc60249316b2fde775ffbaf6746cfaca57a8d6a8c948b12e2876979b901 -SIZE (rocky/e/expat-2.5.0-3.el9_5.3.i686.rpm) = 121099 -SHA256 (rocky/e/expat-2.5.0-3.el9_5.3.x86_64.rpm) = b1b057622166c708bad7f5eb485d503b0411e3a5c518a6530d6a4c6222a8854e -SIZE (rocky/e/expat-2.5.0-3.el9_5.3.x86_64.rpm) = 118132 -SHA256 (rocky/e/expat-2.5.0-3.el9_5.3.src.rpm) = 53e04f3471c422a4e7932e33c6f3bf2c668df8ee37dd11cc53e3c0d366c98965 -SIZE (rocky/e/expat-2.5.0-3.el9_5.3.src.rpm) = 8366649 +TIMESTAMP = 1750636429 +SHA256 (rocky/e/expat-2.5.0-5.el9_6.aarch64.rpm) = 0614299bb63a2a6e17af187a2ad1f314f3a57fe7d29d14a450d43b7a63f717df +SIZE (rocky/e/expat-2.5.0-5.el9_6.aarch64.rpm) = 111754 +SHA256 (rocky/e/expat-2.5.0-5.el9_6.i686.rpm) = 13b44274b2618c38140946133f85568cd9641c2490de13dcde35555053bb8f9b +SIZE (rocky/e/expat-2.5.0-5.el9_6.i686.rpm) = 120593 +SHA256 (rocky/e/expat-2.5.0-5.el9_6.x86_64.rpm) = 58565fc36bd01ba4e1fa65eee691ecf010122679ca98bb1a22acbb6179ae74a6 +SIZE (rocky/e/expat-2.5.0-5.el9_6.x86_64.rpm) = 117599 +SHA256 (rocky/e/expat-2.5.0-5.el9_6.src.rpm) = 86598817ad77aa37cfea0229705a900ef7803b11d5b0a892cc4cf8ff9aabc2b2 +SIZE (rocky/e/expat-2.5.0-5.el9_6.src.rpm) = 8366517 diff --git a/textproc/linux-rl9-libxml2/Makefile b/textproc/linux-rl9-libxml2/Makefile index 5be7846622db..88e995c000d0 100644 --- a/textproc/linux-rl9-libxml2/Makefile +++ b/textproc/linux-rl9-libxml2/Makefile @@ -1,7 +1,7 @@ PORTNAME= libxml2 PORTVERSION= 2.9.13 -DISTVERSIONSUFFIX= -6.el9_5.2 -PORTREVISION= 6 +DISTVERSIONSUFFIX= -9.el9_6 +PORTREVISION= 7 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org diff --git a/textproc/linux-rl9-libxml2/distinfo b/textproc/linux-rl9-libxml2/distinfo index 7063b9466981..8ff3cb96a081 100644 --- a/textproc/linux-rl9-libxml2/distinfo +++ b/textproc/linux-rl9-libxml2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1744754594 -SHA256 (rocky/l/libxml2-2.9.13-6.el9_5.2.aarch64.rpm) = 1bf69619cbe30a62b0592940f9052c79968c8a04d75508c54caa3c2101178e31 -SIZE (rocky/l/libxml2-2.9.13-6.el9_5.2.aarch64.rpm) = 746550 -SHA256 (rocky/l/libxml2-2.9.13-6.el9_5.2.i686.rpm) = fde5ee22cab43672e5274c38ed1f9ff7e04b1b70956f83fe47b453b5025c06f2 -SIZE (rocky/l/libxml2-2.9.13-6.el9_5.2.i686.rpm) = 802979 -SHA256 (rocky/l/libxml2-2.9.13-6.el9_5.2.x86_64.rpm) = 89d69d0c6563f61f1a2461059ec2271f42267937f06fdd178e03ed0123524c63 -SIZE (rocky/l/libxml2-2.9.13-6.el9_5.2.x86_64.rpm) = 764297 -SHA256 (rocky/l/libxml2-2.9.13-6.el9_5.2.src.rpm) = b4039b59bd2ae37ef739a97f56bde9aa52e4321b292447d2644d3275cd36abfd -SIZE (rocky/l/libxml2-2.9.13-6.el9_5.2.src.rpm) = 3274887 +TIMESTAMP = 1750640320 +SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.aarch64.rpm) = fe512f3279b1b814caea17e5673d6cdba945b87257881e76ca67e9e44596e213 +SIZE (rocky/l/libxml2-2.9.13-9.el9_6.aarch64.rpm) = 746007 +SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.i686.rpm) = ee3f310cba35d537a6d3c2def4ebbbd5272fe3db4e646021e59bfe62405c4232 +SIZE (rocky/l/libxml2-2.9.13-9.el9_6.i686.rpm) = 802196 +SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.x86_64.rpm) = b396d041086c62dc315b697b34d9eed7a771999f10d86be1f37840adeba51da8 +SIZE (rocky/l/libxml2-2.9.13-9.el9_6.x86_64.rpm) = 763753 +SHA256 (rocky/l/libxml2-2.9.13-9.el9_6.src.rpm) = 4478c3f8fd5b3be120ae47c3aaff2e0b619ce2369fc891659db33c7629273fa5 +SIZE (rocky/l/libxml2-2.9.13-9.el9_6.src.rpm) = 3274891 diff --git a/textproc/linux-rl9-libxslt/Makefile b/textproc/linux-rl9-libxslt/Makefile index e268e3b4fc5a..c3a42c0a25b3 100644 --- a/textproc/linux-rl9-libxslt/Makefile +++ b/textproc/linux-rl9-libxslt/Makefile @@ -1,7 +1,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.34 -DISTVERSIONSUFFIX= -9.el9_5.3 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -13.el9_6 +PORTREVISION= 3 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org diff --git a/textproc/linux-rl9-libxslt/distinfo b/textproc/linux-rl9-libxslt/distinfo index e06834de8ae3..c4a3bb0fbc96 100644 --- a/textproc/linux-rl9-libxslt/distinfo +++ b/textproc/linux-rl9-libxslt/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1746515269 -SHA256 (rocky/l/libxslt-1.1.34-9.el9_5.3.aarch64.rpm) = e3129459d32ce481efadea71a39088d369fbd3ed422897dc82d663d3cf2445a8 -SIZE (rocky/l/libxslt-1.1.34-9.el9_5.3.aarch64.rpm) = 242701 -SHA256 (rocky/l/libxslt-1.1.34-9.el9_5.3.i686.rpm) = ed444faf1edadfecb9e2587513ad646992a90e9626e5edc88ee13c7547c80d58 -SIZE (rocky/l/libxslt-1.1.34-9.el9_5.3.i686.rpm) = 261593 -SHA256 (rocky/l/libxslt-1.1.34-9.el9_5.3.x86_64.rpm) = 208fe9293cbdce22f5a67dbbea78a42ad1151639132f1c2bc5164128e074a34f -SIZE (rocky/l/libxslt-1.1.34-9.el9_5.3.x86_64.rpm) = 245204 -SHA256 (rocky/l/libxslt-1.1.34-9.el9_5.3.src.rpm) = 2aecab508b6612bc42d9a895e8f46d99cd0245f6194c99697ac2ada287ca9590 -SIZE (rocky/l/libxslt-1.1.34-9.el9_5.3.src.rpm) = 3552090 +TIMESTAMP = 1750641674 +SHA256 (rocky/l/libxslt-1.1.34-13.el9_6.aarch64.rpm) = ab6b6e9baae1e7773bce3e24e3cfaff2eb8ddb7f03d364a616409b0140d16665 +SIZE (rocky/l/libxslt-1.1.34-13.el9_6.aarch64.rpm) = 242276 +SHA256 (rocky/l/libxslt-1.1.34-13.el9_6.i686.rpm) = 7406e396df62d04c205e3c5d04a66ad0fd5dd8d58227823d4fd6f738062ef7ad +SIZE (rocky/l/libxslt-1.1.34-13.el9_6.i686.rpm) = 260920 +SHA256 (rocky/l/libxslt-1.1.34-13.el9_6.x86_64.rpm) = fac9a4758013437961bc90a3ad59cf09e5dfd90c42a846e2d0f1b711a53982ec +SIZE (rocky/l/libxslt-1.1.34-13.el9_6.x86_64.rpm) = 244807 +SHA256 (rocky/l/libxslt-1.1.34-13.el9_6.src.rpm) = 7da955d2497abed8d387246871d047a6c808b70283f0a7a430594ed7c639361c +SIZE (rocky/l/libxslt-1.1.34-13.el9_6.src.rpm) = 3552261 diff --git a/textproc/opensearch-dashboards216/Makefile b/textproc/opensearch-dashboards216/Makefile index c64e705134d7..227521da1181 100644 --- a/textproc/opensearch-dashboards216/Makefile +++ b/textproc/opensearch-dashboards216/Makefile @@ -13,6 +13,9 @@ WWW= https://opensearch.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Depends on expired www/npm-node18 +EXPIRATION_DATE=2025-09-01 + CONFLICTS?= opensearch-dashboards opensearch-dashboards210 opensearch-dashboards213 BUILD_DEPENDS= npm-node18>0:www/npm-node18 diff --git a/textproc/opensearch-dashboards219/Makefile b/textproc/opensearch-dashboards219/Makefile index dfe6740216b9..8939dc02e167 100644 --- a/textproc/opensearch-dashboards219/Makefile +++ b/textproc/opensearch-dashboards219/Makefile @@ -1,6 +1,7 @@ PORTNAME= opensearch-dashboards DISTVERSION= 2.19.1 DISTVERSIONSUFFIX= -linux-${OPENSEARCH_ARCH} +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ PKGNAMESUFFIX= 219 @@ -17,9 +18,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 CONFLICTS= opensearch-dashboards opensearch-dashboards210 opensearch-dashboards213 \ opensearch-dashboards216 -BUILD_DEPENDS= npm-node18>0:www/npm-node18 +BUILD_DEPENDS= npm-node20>0:www/npm-node20 -USES= nodejs:18,build,run python:build +USES= nodejs:20,build,run python:build USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-deinstall @@ -29,7 +30,7 @@ SUB_LIST= PORTNAME="${PORTNAME}" \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NODE_VER= 18.18.0 +NODE_VER= 20.19.2 NO_BUILD= yes _DEVDIR= ${WRKDIR}/.devdir @@ -43,7 +44,7 @@ OPENSEARCH_ARCH= x64 .endif post-patch: - @${REINPLACE_CMD} -e 's|14.20.1|${NODE_VER}|g' ${WRKSRC}/package.json + @${REINPLACE_CMD} -e 's|<19|<=${NODE_VER}|g' ${WRKSRC}/package.json ${RM} \ ${WRKSRC}/bin/*.orig \ ${WRKSRC}/bin/*.bak \ diff --git a/textproc/py-orange3-text/Makefile b/textproc/py-orange3-text/Makefile deleted file mode 100644 index 077e90cd6ac3..000000000000 --- a/textproc/py-orange3-text/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= orange3-text -DISTVERSION= 1.3.1 -PORTREVISION= 5 -CATEGORIES= textproc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Text Mining add-on for Orange3 -WWW= https://github.com/biolab/orange3-text - -LICENSE= AGPLv3 - -DEPRECATED= Depends on expiring misc/orange3 -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= orange3>0:misc/orange3 \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docx2txt>=0.6:textproc/py-docx2txt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gensim>=0.12.3:textproc/py-gensim@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nltk>=3.0.5:textproc/py-nltk@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}odfpy>=1.3.5:devel/py-odfpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pdfminer3k>=1.3.1:textproc/py-pdfminer3k@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simhash>=1.11:math/py-simhash@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tweepy>0:net/py-tweepy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ufal.udpipe>0:textproc/py-ufal.udpipe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wikipedia>0:www/py-wikipedia@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= biolab - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/py-orange3-text/distinfo b/textproc/py-orange3-text/distinfo deleted file mode 100644 index ec78a0a092eb..000000000000 --- a/textproc/py-orange3-text/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1616813930 -SHA256 (biolab-orange3-text-1.3.1_GH0.tar.gz) = a94fb9b5a712a4afcfecbbb21dce73c51b8b75071bd40a0d23192c927a4bc9cd -SIZE (biolab-orange3-text-1.3.1_GH0.tar.gz) = 24673035 diff --git a/textproc/py-orange3-text/pkg-descr b/textproc/py-orange3-text/pkg-descr deleted file mode 100644 index abd79e386325..000000000000 --- a/textproc/py-orange3-text/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Orange3 Text extends Orange3, a data mining software package, with common -functionality for text mining. It provides access to publicly available data, -like NY Times, Twitter, Wikipedia and PubMed. Furthermore, it provides tools -for preprocessing, constructing vector spaces (like bag-of-words, topic -modeling, and similarity hashing) and visualizations like word cloud end geo -map. All features can be combined with powerful data mining techniques from -the Orange data mining framework. diff --git a/www/Makefile b/www/Makefile index b91c7a31dd0d..320f82474594 100644 --- a/www/Makefile +++ b/www/Makefile @@ -507,7 +507,6 @@ SUBDIR += offpunk SUBDIR += oneshot SUBDIR += onionbalance - SUBDIR += onionshare SUBDIR += onionshare-cli SUBDIR += onlyoffice-documentserver SUBDIR += opencart diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index fe19765bb7f2..9a0364dcd7dd 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.147.8 +DISTVERSION= 0.147.9 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index e17f758d92ab..70113b1e84c0 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749312666 -SHA256 (go/www_gohugo/hugo-v0.147.8/v0.147.8.mod) = 00002217d88c82951763c20a152ac780bcd1ac15e015fd28a783fd3f9b4596a6 -SIZE (go/www_gohugo/hugo-v0.147.8/v0.147.8.mod) = 8200 -SHA256 (go/www_gohugo/hugo-v0.147.8/v0.147.8.zip) = adff8f43cdadb98aae7e682cdb52ed193645cc56b566e99e585e11d1f7711d09 -SIZE (go/www_gohugo/hugo-v0.147.8/v0.147.8.zip) = 5742317 +TIMESTAMP = 1750673799 +SHA256 (go/www_gohugo/hugo-v0.147.9/v0.147.9.mod) = 4eabefe3f49be65e019641fd5bfdea1e982365f77f1d6f905a9380f630bc4885 +SIZE (go/www_gohugo/hugo-v0.147.9/v0.147.9.mod) = 9177 +SHA256 (go/www_gohugo/hugo-v0.147.9/v0.147.9.zip) = 2dd3bada71c54f7e1067eaf657f68bd2c3ad289d86b33af273bd7504b28709e4 +SIZE (go/www_gohugo/hugo-v0.147.9/v0.147.9.zip) = 5744318 diff --git a/www/onionshare/Makefile b/www/onionshare/Makefile deleted file mode 100644 index 5e8720156125..000000000000 --- a/www/onionshare/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -PORTNAME= onionshare -DISTVERSIONPREFIX=v -DISTVERSION= 2.6 -PORTREVISION= 5 -CATEGORIES= www security python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= egypcio@FreeBSD.org -COMMENT= Secure and anonymous file sharing via Tor -WWW= https://onionshare.org - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-atomicwrites -EXPIRATION_DATE=2025-06-21 - -RUN_DEPENDS= meek-client:security/meek \ - obfs4proxy:security/obfs4proxy-tor \ - snowflake-client:security/snowflake-tor \ - tor:security/tor \ - ${PYTHON_PKGNAMEPREFIX}Flask-HTTPAuth>=0:security/py-flask-httpauth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0:devel/py-atomicwrites@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cepa>=0:net/py-cepa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flask-socketio>=0:www/py-flask-socketio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:www/py-gevent-websocket@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}onionshare-cli>=0:www/onionshare-cli@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pynacl>=0:security/py-pynacl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}shiboken2>=0:devel/shiboken2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-qt>=0:devel/py-pytest-qt@${PY_FLAVOR} - -USES= cpe python qt:5 shebangfix xorg -USE_GITHUB= yes -USE_PYTHON= distutils autoplist -USE_XORG= x11 xcb - -PYSETUP= ${WRKSRC}/desktop/setup.py -SHEBANG_FILES= ${WRKSRC}/cli/*.py \ - ${WRKSRC}/cli/onionshare_cli/*.py \ - ${WRKSRC}/cli/tests/*.py \ - ${WRKSRC}/desktop/*.py \ - ${WRKSRC}/desktop/scripts/*.py \ - ${WRKSRC}/desktop/tests/*.py - -post-patch: - ${RLN} ${WRKSRC}/cli/onionshare_cli ${WRKSRC}/onionshare-cli - ${RLN} ${WRKSRC}/desktop/onionshare ${WRKSRC}/onionshare - ${REINPLACE_CMD} 's|"onionshare-cli = onionshare_cli:main",||' ${PYSETUP} - ${RM} ${WRKSRC}/desktop/package/onionshare-cli.py - -# https://github.com/onionshare/onionshare/blob/main/desktop/tests/run.sh -do-test: - cd ${WRKSRC}/desktop \ - && ${PYTHON_CMD} -m pytest -v tests/test_gui_tabs.py \ - && ${PYTHON_CMD} -m pytest -v tests/test_gui_share.py \ - && ${PYTHON_CMD} -m pytest -v tests/test_gui_receive.py \ - && ${PYTHON_CMD} -m pytest -v tests/test_gui_website.py \ - && ${PYTHON_CMD} -m pytest -v tests/test_gui_chat.py - -.include <bsd.port.mk> diff --git a/www/onionshare/distinfo b/www/onionshare/distinfo deleted file mode 100644 index b7e5b197c795..000000000000 --- a/www/onionshare/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1672155861 -SHA256 (onionshare-onionshare-v2.6_GH0.tar.gz) = 40006a612a90bf31df697936c26e8dca16384bc8c7ef084ef7b1a21651c84304 -SIZE (onionshare-onionshare-v2.6_GH0.tar.gz) = 8106401 diff --git a/www/onionshare/pkg-descr b/www/onionshare/pkg-descr deleted file mode 100644 index 7854ecffd9b7..000000000000 --- a/www/onionshare/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -OnionShare is an open source tool that lets you securely and anonymously -share a file of any size over the Tor network. It works by starting a web -server that is accessible as a Tor onion (hidden) service, and generating -an unguessable URL to access and download the files. - -It doesn't require setting up a server on the Internet somewhere, -on a Virtual Private Server (VPS), or using a third party file-sharing -service. It simply shares files you want over the Tor network. diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index bfac42b5c57e..f0a1a711d4ba 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index 245c9fe77485..2a120c3bc754 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093330 -SHA256 (facebook-proxygen-v2025.06.16.00_GH0.tar.gz) = 0d3fca76e727fc435ca6154487ad33f99a1593cc78175b2d78d3c1bf806c3cc8 -SIZE (facebook-proxygen-v2025.06.16.00_GH0.tar.gz) = 1224534 +TIMESTAMP = 1750695890 +SHA256 (facebook-proxygen-v2025.06.23.00_GH0.tar.gz) = 8bf67f46b831f9e5a7f633201500dbdd3a763a7798c6aa2a1f7edbaf0dfcb95f +SIZE (facebook-proxygen-v2025.06.23.00_GH0.tar.gz) = 1224435 diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index 0cc3330a5298..b5801c1f805f 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,6 +1,5 @@ PORTNAME= lxqt-panel -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= x11-wm MASTER_SITES= LXQT @@ -19,7 +18,7 @@ LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \ BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data -USES= cmake compiler:c++20-lang gettext-runtime kde:6 qt:6 gnome \ +USES= cmake compiler:c++17-lang gettext-runtime kde:6 qt:6 gnome \ lxqt:2 localbase:ldflags perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/x11-wm/lxqt-panel/distinfo b/x11-wm/lxqt-panel/distinfo index 09ef1b9e78b8..b6f2884eff55 100644 --- a/x11-wm/lxqt-panel/distinfo +++ b/x11-wm/lxqt-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748036028 -SHA256 (lxqt/lxqt-panel-2.2.1.tar.xz) = 63d7f8af2e85b1a2580441943230fb4ab6edaaf52fd29fe0e616f6d57fd05d16 -SIZE (lxqt/lxqt-panel-2.2.1.tar.xz) = 717960 +TIMESTAMP = 1750694736 +SHA256 (lxqt/lxqt-panel-2.2.2.tar.xz) = 5d150e7a4e8818715b8f4eec7f4bb26c98f740cd56f972199b35fc7c81da1969 +SIZE (lxqt/lxqt-panel-2.2.2.tar.xz) = 724996 diff --git a/x11-wm/lxqt-panel/files/patch-CMakeLists.txt b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..15f730663342 --- /dev/null +++ b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2025-06-22 20:12:06 UTC ++++ CMakeLists.txt +@@ -65,6 +65,9 @@ add_definitions( + -DPLUGIN_DIR=\"${PLUGIN_DIR}\" + ) + ++set(CMAKE_CXX_STANDARD 17) ++set(CMAKE_CXX_STANDARD_REQUIRED ON) ++ + message(STATUS "CMAKE Module linker flags: ${CMAKE_MODULE_LINKER_FLAGS}") + message(STATUS "Panel plugins location: ${PLUGIN_DIR}") + diff --git a/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf b/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf index 52de8ac9ee54..f1d091058686 100644 --- a/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf +++ b/x11-wm/lxqt-panel/files/patch-panel_resources_panel.conf @@ -1,6 +1,6 @@ ---- panel/resources/panel.conf 2024-04-17 06:16:32.000000000 -0500 -+++ panel/resources/panel.conf 2024-04-25 15:24:07.715937000 -0500 -@@ -1,7 +1,7 @@ +--- panel/resources/panel.conf.orig 2025-06-22 20:12:06 UTC ++++ panel/resources/panel.conf +@@ -1,7 +1,7 @@ panels=panel1 panels=panel1 [panel1] diff --git a/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp b/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp index 031463573e24..11eef2b04731 100644 --- a/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp +++ b/x11-wm/lxqt-panel/files/patch-plugin-kbindicator_src_x11_kbdlayout.cpp @@ -1,6 +1,6 @@ ---- plugin-kbindicator/src/x11/kbdlayout.cpp.orig 2020-04-24 02:39:01 UTC +--- plugin-kbindicator/src/x11/kbdlayout.cpp.orig 2025-06-22 20:12:06 UTC +++ plugin-kbindicator/src/x11/kbdlayout.cpp -@@ -245,10 +245,10 @@ class X11Kbd: public QAbstractNativeEventFilter (priva +@@ -244,10 +244,10 @@ class X11Kbd: public QAbstractNativeEventFilter (priva static LangInfo def{QStringLiteral("Unknown"), QStringLiteral("??"), QStringLiteral("None")}; static QHash<QString, LangInfo> names; if (names.empty()){ diff --git a/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp b/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp index cbd95ee5e256..671f145fb5b3 100644 --- a/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp +++ b/x11-wm/lxqt-panel/files/patch-plugin-sysstat_lxqtsysstat.cpp @@ -1,6 +1,6 @@ ---- plugin-sysstat/lxqtsysstat.cpp.orig 2021-05-02 21:18:35 UTC +--- plugin-sysstat/lxqtsysstat.cpp.orig 2025-06-22 20:12:06 UTC +++ plugin-sysstat/lxqtsysstat.cpp -@@ -386,10 +386,11 @@ void LXQtSysStatContent::clearLine() +@@ -395,10 +395,11 @@ void LXQtSysStatContent::cpuLoadFrequencyUpdate(float void LXQtSysStatContent::cpuLoadFrequencyUpdate(float user, float nice, float system, float other, float frequencyRate, uint) { diff --git a/x11-wm/lxqt-panel/pkg-plist b/x11-wm/lxqt-panel/pkg-plist index 93917862595c..ec225073f3cc 100644 --- a/x11-wm/lxqt-panel/pkg-plist +++ b/x11-wm/lxqt-panel/pkg-plist @@ -106,6 +106,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_zh_TW.qm @@ -384,6 +385,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_RS.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_uk.qm @@ -539,6 +541,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr_RS.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_uk.qm @@ -592,6 +595,7 @@ share/applications/lxqt-panel.desktop %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr@latin.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr_BA.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr_RS.qm +%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sv.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_th_TH.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_tr.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_uk.qm @@ -622,6 +626,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ar.qm @@ -671,6 +676,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr_RS.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_uk.qm @@ -724,6 +730,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr_RS.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_uk.qm @@ -767,6 +774,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_zh_CN.qm @@ -805,6 +813,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sk_SK.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_CN.qm @@ -847,6 +856,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_sk_SK.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_zh_CN.qm @@ -898,6 +908,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr_RS.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_uk.qm @@ -991,6 +1002,7 @@ share/applications/lxqt-panel.desktop %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_zh_CN.qm diff --git a/x11/linux-rl9-xorg-libs/Makefile b/x11/linux-rl9-xorg-libs/Makefile index 2b3ee45b7dcd..78697ba922c1 100644 --- a/x11/linux-rl9-xorg-libs/Makefile +++ b/x11/linux-rl9-xorg-libs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xorg-libs PORTVERSION= 7.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org diff --git a/x11/linux-rl9-xorg-libs/Makefile.version b/x11/linux-rl9-xorg-libs/Makefile.version index 123d68902662..7a8461ba5735 100644 --- a/x11/linux-rl9-xorg-libs/Makefile.version +++ b/x11/linux-rl9-xorg-libs/Makefile.version @@ -1,6 +1,6 @@ libICE_ver= 1.0.10-8.el9 libSM_ver= 1.2.3-10.el9 -libX11_ver= 1.7.0-9.el9 +libX11_ver= 1.7.0-11.el9 libXau_ver= 1.0.9-8.el9 libXaw_ver= 1.0.13-19.el9 libXcomposite_ver= 0.4.5-7.el9 @@ -26,7 +26,7 @@ libXv_ver= 1.0.11-16.el9 libXxf86dga_ver= 1.1.5-8.el9 libXxf86vm_ver= 1.1.4-18.el9 libfontenc_ver= 1.1.3-17.el9 -libinput_ver= 1.19.3-4.el9_2 +libinput_ver= 1.19.3-5.el9_6 libwacom_ver= 1.12.1-3.el9_4 libxcb_ver= 1.13.1-9.el9 libxkbfile_ver= 1.1.0-8.el9 diff --git a/x11/linux-rl9-xorg-libs/distinfo b/x11/linux-rl9-xorg-libs/distinfo index 83686d8cab08..00fb90b6ffb1 100644 --- a/x11/linux-rl9-xorg-libs/distinfo +++ b/x11/linux-rl9-xorg-libs/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1732741663 +TIMESTAMP = 1750644791 SHA256 (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = deb74e2799b6cd5daa6960380e394f5478eea318f47f909a148b0c206b90106e SIZE (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = 70679 SHA256 (rocky/l/libICE-1.0.10-8.el9.i686.rpm) = af047dc8772a2cae6655bc6a322ddd8de9bb06773e4eb3fc8cf2a03adad2d7a8 @@ -11,20 +11,20 @@ SHA256 (rocky/l/libSM-1.2.3-10.el9.i686.rpm) = d116c1eb65b9ca72c8c64f3d7097044a5 SIZE (rocky/l/libSM-1.2.3-10.el9.i686.rpm) = 42609 SHA256 (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 86af171005be195c9296a65c0f86b744f608c0ec7e14459d0836e33a8d0129f7 SIZE (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 42143 -SHA256 (rocky/l/libX11-1.7.0-9.el9.aarch64.rpm) = 98231891a06a7ce795921a0b0c4e5ce94ae322ca9cb027d8850492d786f02f12 -SIZE (rocky/l/libX11-1.7.0-9.el9.aarch64.rpm) = 649393 -SHA256 (rocky/l/libX11-1.7.0-9.el9.i686.rpm) = 34b2f17a30de2ed6c1cdf43ee2d524ce9c616f9d236c5c018b6bf76f04ec02ca -SIZE (rocky/l/libX11-1.7.0-9.el9.i686.rpm) = 683772 -SHA256 (rocky/l/libX11-1.7.0-9.el9.x86_64.rpm) = bd4fb0a4223fb3d842cf476a895869abb455e69e456535bab81fd0341c3ef8cc -SIZE (rocky/l/libX11-1.7.0-9.el9.x86_64.rpm) = 665684 -SHA256 (rocky/l/libX11-common-1.7.0-9.el9.noarch.rpm) = bc6997ba2e9741f99446ecd29ecdd2730adcba45aeaf7ab286a953a1fb936083 -SIZE (rocky/l/libX11-common-1.7.0-9.el9.noarch.rpm) = 154494 -SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.aarch64.rpm) = 4da52bbd49bbab8779e599cc76616586fbef20fea4d706d9583db99af14f1f8f -SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.aarch64.rpm) = 10227 -SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.i686.rpm) = 0e69f769a446745b18e74414e3e1dc9d713b1c063f456f892fadce1692c2159e -SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.i686.rpm) = 10343 -SHA256 (rocky/l/libX11-xcb-1.7.0-9.el9.x86_64.rpm) = c92a3188c44a3f0e760bd1c6e580f814d814aa538957a0bfc6d0f5e04df7c976 -SIZE (rocky/l/libX11-xcb-1.7.0-9.el9.x86_64.rpm) = 10347 +SHA256 (rocky/l/libX11-1.7.0-11.el9.aarch64.rpm) = 32a15121fa16693849aeaf2777960fa3f20cf9cc2f994715e5a3fce5701272f0 +SIZE (rocky/l/libX11-1.7.0-11.el9.aarch64.rpm) = 650658 +SHA256 (rocky/l/libX11-1.7.0-11.el9.i686.rpm) = 5132a0edc66790628f8720b52682ece7c2fa92ea1f11cad765843e267bb4708f +SIZE (rocky/l/libX11-1.7.0-11.el9.i686.rpm) = 684601 +SHA256 (rocky/l/libX11-1.7.0-11.el9.x86_64.rpm) = fd6742587b40d696eadf76949d034d99428180cc39f395bffa63c36ba2fdeaab +SIZE (rocky/l/libX11-1.7.0-11.el9.x86_64.rpm) = 660763 +SHA256 (rocky/l/libX11-common-1.7.0-11.el9.noarch.rpm) = 2b28b7ce64eaed06218884d0f976d1771205f42e15908c99b684956b2d1e463b +SIZE (rocky/l/libX11-common-1.7.0-11.el9.noarch.rpm) = 154653 +SHA256 (rocky/l/libX11-xcb-1.7.0-11.el9.aarch64.rpm) = 12c2204258467ef75f502e971aa44727caa73f1a3c8ad1f15dae77510095e97e +SIZE (rocky/l/libX11-xcb-1.7.0-11.el9.aarch64.rpm) = 10372 +SHA256 (rocky/l/libX11-xcb-1.7.0-11.el9.i686.rpm) = e3f59708893bf998ee045c878f9b046611abba9e205ee51340a8a2ec7e9a2adb +SIZE (rocky/l/libX11-xcb-1.7.0-11.el9.i686.rpm) = 10495 +SHA256 (rocky/l/libX11-xcb-1.7.0-11.el9.x86_64.rpm) = 57c63b0378f36106d6bab61c6cd7fb07a4a13510329d34a9a4aecab57d01c862 +SIZE (rocky/l/libX11-xcb-1.7.0-11.el9.x86_64.rpm) = 10469 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 7b7f7e7e91e7736ca4f8a6c88cd977ce3ec9fc91ff15a0431938720be6107e0a SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 24505 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.i686.rpm) = 58eb5c3c334afcb5e85a614ab4c82c485115b0d98afbf8f098f1a56e09bde6a1 @@ -175,12 +175,12 @@ SHA256 (rocky/l/libfontenc-1.1.3-17.el9.i686.rpm) = 7eab7eddb95eb1a69c87ec926536 SIZE (rocky/l/libfontenc-1.1.3-17.el9.i686.rpm) = 30390 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 867e2805940f8a3da79fe085ad65dddc3e9968e72f14f076e74c99f28220fe23 SIZE (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 30582 -SHA256 (rocky/l/libinput-1.19.3-4.el9_2.aarch64.rpm) = e6ae40194cc360a2b588d8f6fd9568c4557daa154863e0850c8758f51b7345c4 -SIZE (rocky/l/libinput-1.19.3-4.el9_2.aarch64.rpm) = 190114 -SHA256 (rocky/l/libinput-1.19.3-4.el9_2.i686.rpm) = b9746f65cde5ce307809c3423a7528b3258445ed6268527983087da7b82fc071 -SIZE (rocky/l/libinput-1.19.3-4.el9_2.i686.rpm) = 213193 -SHA256 (rocky/l/libinput-1.19.3-4.el9_2.x86_64.rpm) = 20a52c89b27c1953b653b8b4485f8feea46c0ba71bfde0f86617b367f47e5335 -SIZE (rocky/l/libinput-1.19.3-4.el9_2.x86_64.rpm) = 198741 +SHA256 (rocky/l/libinput-1.19.3-5.el9_6.aarch64.rpm) = 6fbac6330976be4dfb39e29d25754a732cb517641305eec8ca5f5afafe7bd928 +SIZE (rocky/l/libinput-1.19.3-5.el9_6.aarch64.rpm) = 189974 +SHA256 (rocky/l/libinput-1.19.3-5.el9_6.i686.rpm) = 301e7630849f9880ddfb79038dc9ab9e783c9b78a631a33497f239c0d8b7d0f4 +SIZE (rocky/l/libinput-1.19.3-5.el9_6.i686.rpm) = 212673 +SHA256 (rocky/l/libinput-1.19.3-5.el9_6.x86_64.rpm) = 423587810631d7862f6849ee118647c2d60862153853bfcce3c31953a6a4e7fa +SIZE (rocky/l/libinput-1.19.3-5.el9_6.x86_64.rpm) = 198073 SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.aarch64.rpm) = a06e9a4b35c11fab9630f7d59627712ce126a6098cc032fa87b706a5a7919f6e SIZE (rocky/l/libwacom-1.12.1-3.el9_4.aarch64.rpm) = 44428 SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.i686.rpm) = 3cddbe09b6a16f4f11af41dc7c230c65e8b204a85b5bbd54dc545e70c90c1f29 @@ -213,8 +213,8 @@ SHA256 (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 504daac59a802a06cc2e8a6f8e8c6f513 SIZE (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 404044 SHA256 (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 7fd3596e0c38df0acb63dfd71b8a81275e8223ed27d8060757e5cf4b5ac4983f SIZE (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 373185 -SHA256 (rocky/l/libX11-1.7.0-9.el9.src.rpm) = f062f476ae383bede70e0ac7453ae70bc75dc35f41f7de665fc1df1619425183 -SIZE (rocky/l/libX11-1.7.0-9.el9.src.rpm) = 2422113 +SHA256 (rocky/l/libX11-1.7.0-11.el9.src.rpm) = d08209bb3ab99b30eb51c54a7ac4320537b9d14232ba42e1b1e5e8591afac960 +SIZE (rocky/l/libX11-1.7.0-11.el9.src.rpm) = 2431485 SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 60fa0059b59cbc0e09f1a6c94f0bf061d3352b9dd01459e9d03c02223d4af15d SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 302530 SHA256 (rocky/l/libXau-1.0.9-8.el9.src.rpm) = 285688c7d7754887efedf584a8f4a2ee1237fb49335947db7aecd61a2b14a0a5 @@ -265,8 +265,8 @@ SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = ca49b32c7dbd296baea8425cfa36a SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = 304278 SHA256 (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = e0f8868c4ac2fea3bd2cfff8010693f7a029f4a7110c34ad4d40f18309c5c837 SIZE (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = 312458 -SHA256 (rocky/l/libinput-1.19.3-4.el9_2.src.rpm) = 1509bf7b34cdc274be770264048cda930614df1dc0b9f1aa32983199f4fab029 -SIZE (rocky/l/libinput-1.19.3-4.el9_2.src.rpm) = 677724 +SHA256 (rocky/l/libinput-1.19.3-5.el9_6.src.rpm) = e4b14900ca088c5b386f83080e9c285e8f8c9102f298e0308080ecb0b66623bb +SIZE (rocky/l/libinput-1.19.3-5.el9_6.src.rpm) = 678264 SHA256 (rocky/l/libwacom-1.12.1-3.el9_4.src.rpm) = 64f07c8acb901cd44d3d65bbedcd8fab8a1a2b828d2530dba435eb76c10bcd09 SIZE (rocky/l/libwacom-1.12.1-3.el9_4.src.rpm) = 570786 SHA256 (rocky/l/libxcb-1.13.1-9.el9.src.rpm) = adf125624ea3f2f99fc094c8857c1b935df02836879e5c0f1b790887de2f5503 |