diff options
Diffstat (limited to '')
389 files changed, 2691 insertions, 4150 deletions
@@ -4521,3 +4521,38 @@ 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 +x11-toolkits/scenefx03|x11-toolkits/scenefx04|2025-06-24|No consumers in ports +net/ziina|net/zmate|2025-06-24|Renamed upstream 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/ardour/Makefile b/audio/ardour/Makefile index edfb5b1b1c03..891e3435278d 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -1,5 +1,6 @@ PORTNAME= ardour DISTVERSION= 8.12.0 +PORTREVISION= 1 CATEGORIES= audio # Official source download is tailored to browsers, downloads from github are # deliberately made empty. Put the badly named distfile into a subdirectory. diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 867b24bcf22c..4079abadfbad 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,7 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index ebb3c35205a9..990f896ef641 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -1,6 +1,6 @@ PORTNAME= denemo PORTVERSION= 2.0.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MASTER_SITES= GNU diff --git a/audio/libkeyfinder/Makefile b/audio/libkeyfinder/Makefile index 19e5c875d1ed..98de262a747d 100644 --- a/audio/libkeyfinder/Makefile +++ b/audio/libkeyfinder/Makefile @@ -1,6 +1,5 @@ PORTNAME= libkeyfinder -PORTVERSION= 2.2.6 -DISTVERSIONPREFIX= v +PORTVERSION= 2.2.8 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org diff --git a/audio/libkeyfinder/distinfo b/audio/libkeyfinder/distinfo index 1d0d73baf42f..d99d3824e055 100644 --- a/audio/libkeyfinder/distinfo +++ b/audio/libkeyfinder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646614758 -SHA256 (mixxxdj-libkeyfinder-v2.2.6_GH0.tar.gz) = 15dfcc744fddd01f0e33473091bc34892a9889b779dc991fc1096166bbbfee0d -SIZE (mixxxdj-libkeyfinder-v2.2.6_GH0.tar.gz) = 79371 +TIMESTAMP = 1750743449 +SHA256 (mixxxdj-libkeyfinder-2.2.8_GH0.tar.gz) = a54fc6c5ff435bb4b447f175bc97f9081fb5abf0edd5d125e6f5215c8fff4d11 +SIZE (mixxxdj-libkeyfinder-2.2.8_GH0.tar.gz) = 79473 diff --git a/audio/libkeyfinder/pkg-plist b/audio/libkeyfinder/pkg-plist index 649deac8c054..cfda17e65662 100644 --- a/audio/libkeyfinder/pkg-plist +++ b/audio/libkeyfinder/pkg-plist @@ -22,5 +22,5 @@ lib/cmake/KeyFinder/KeyFinderTargets.cmake lib/cmake/KeyFinder/modules/FindFFTW3.cmake lib/libkeyfinder.so lib/libkeyfinder.so.2 -lib/libkeyfinder.so.2.2.6 +lib/libkeyfinder.so.2.2.8 libdata/pkgconfig/libkeyfinder.pc 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/audio/mixxx/Makefile b/audio/mixxx/Makefile index fe0596e7fcbf..547b2fbee038 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -1,11 +1,7 @@ PORTNAME= mixxx -DISTVERSION= 2.5.0 -PORTREVISION= 5 +DISTVERSION= 2.5.2 CATEGORIES= audio -PATCH_SITES= https://github.com/mixxxdj/mixxx/commit/ -PATCHFILES+= 355eb9ce880349ff94759f731bb7ae747bf6677c.patch:-p1 # Fix build with Qt >= 6.9.0 - MAINTAINER= acm@FreeBSD.org COMMENT= DJ mixing application WWW= https://mixxx.org/ diff --git a/audio/mixxx/distinfo b/audio/mixxx/distinfo index 87bbde7abdf7..6aa552aae8ea 100644 --- a/audio/mixxx/distinfo +++ b/audio/mixxx/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1745041655 -SHA256 (mixxxdj-mixxx-2.5.0_GH0.tar.gz) = 95ad113f1988abaa4fabc2e19027d5456a6ba9cb0f6366a386a2239030f41089 -SIZE (mixxxdj-mixxx-2.5.0_GH0.tar.gz) = 39580922 -SHA256 (355eb9ce880349ff94759f731bb7ae747bf6677c.patch) = 8088f444cc914003dbdfab239778101d45af03ab1e4e986d443df4358fd7f19a -SIZE (355eb9ce880349ff94759f731bb7ae747bf6677c.patch) = 1979 +TIMESTAMP = 1750741329 +SHA256 (mixxxdj-mixxx-2.5.2_GH0.tar.gz) = 47d52d960f1087c333427db792605f6338b6f4ae1e40f115e75057cce2e690c9 +SIZE (mixxxdj-mixxx-2.5.2_GH0.tar.gz) = 40033028 diff --git a/audio/mixxx/files/patch-src_qml_qmlwaveformoverview.h b/audio/mixxx/files/patch-src_qml_qmlwaveformoverview.h deleted file mode 100644 index beeeb4ed9f69..000000000000 --- a/audio/mixxx/files/patch-src_qml_qmlwaveformoverview.h +++ /dev/null @@ -1,18 +0,0 @@ -Fix build with Qt >= 6.9.0 - -https://github.com/mixxxdj/mixxx/issues/14122 - ---- src/qml/qmlwaveformoverview.h.orig 2024-12-24 01:32:09 UTC -+++ src/qml/qmlwaveformoverview.h -@@ -58,7 +58,11 @@ class QmlWaveformOverview : public QQuickPaintedItem { - signals: - void playerChanged(); - void channelsChanged(mixxx::qml::QmlWaveformOverview::Channels channels); -+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0) -+ void rendererChanged(Renderer renderer); -+#else - void rendererChanged(mixxx::qml::QmlWaveformOverview::Renderer renderer); -+#endif - void colorHighChanged(const QColor& color); - void colorMidChanged(const QColor& color); - void colorLowChanged(const QColor& color); diff --git a/audio/mixxx/pkg-plist b/audio/mixxx/pkg-plist index 62f94cbace07..486989d39fa3 100644 --- a/audio/mixxx/pkg-plist +++ b/audio/mixxx/pkg-plist @@ -21,6 +21,8 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/American-Audio-RADIUS-2000-scripts.js %%DATADIR%%/controllers/American-Audio-VMS2-scripts.js %%DATADIR%%/controllers/American-Audio-VMS4-scripts.js +%%DATADIR%%/controllers/Arturia-KeyLab-Mk1-scripts.js +%%DATADIR%%/controllers/ArturiaKeyLab.midi.xml %%DATADIR%%/controllers/Behringer BCD2000.midi.xml %%DATADIR%%/controllers/Behringer BCD3000 Advanced.midi.xml %%DATADIR%%/controllers/Behringer BCD3000.midi.xml @@ -40,7 +42,9 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Behringer-DDM4000-scripts.js %%DATADIR%%/controllers/Behringer-Extension-scripts.js %%DATADIR%%/controllers/CueColorsReference.svg +%%DATADIR%%/controllers/DJ TechTools MIDI Fighter Spectra.midi.xml %%DATADIR%%/controllers/DJ TechTools MIDI Fighter Twister.midi.xml +%%DATADIR%%/controllers/DJ TechTools-MIDI Fighter Spectra-scripts.js %%DATADIR%%/controllers/DJ TechTools-MIDI Fighter Twister-scripts.js %%DATADIR%%/controllers/DJ-Tech CDJ-101.midi.xml %%DATADIR%%/controllers/DJ-Tech DJM-101.midi.xml @@ -116,14 +120,18 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Hercules-DJControl-Compact-scripts.js %%DATADIR%%/controllers/Hercules-DJControl-Inpulse-200-script.js %%DATADIR%%/controllers/Hercules-DJControl-Inpulse-300-script.js +%%DATADIR%%/controllers/Hercules-DJControl-Inpulse-500-script.js %%DATADIR%%/controllers/Hercules-DJControl-MIX-scripts.js %%DATADIR%%/controllers/Hercules-DJControl-Starlight-scripts.js %%DATADIR%%/controllers/Hercules-P32-scripts.js %%DATADIR%%/controllers/Hercules-mp3e2-compat.js %%DATADIR%%/controllers/Hercules_DJControl_Inpulse_200.midi.xml %%DATADIR%%/controllers/Hercules_DJControl_Inpulse_300.midi.xml +%%DATADIR%%/controllers/Hercules_DJControl_Inpulse_500.midi.xml %%DATADIR%%/controllers/Hercules_DJControl_Jogvision-scripts.js %%DATADIR%%/controllers/Hercules_DJControl_Jogvision.midi.xml +%%DATADIR%%/controllers/Icon-iControls-scripts.js +%%DATADIR%%/controllers/Icon-iControls.midi.xml %%DATADIR%%/controllers/Intech TEK2.midi.xml %%DATADIR%%/controllers/Intech TEK2.scripts.js %%DATADIR%%/controllers/Ion Discover DJ.midi.xml @@ -142,6 +150,10 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Korg-nanoKONTROL-2-scripts.js %%DATADIR%%/controllers/Korg-nanoPAD2-scripts.js %%DATADIR%%/controllers/M-Audio_Xsession_pro.midi.xml +%%DATADIR%%/controllers/MVave-SMC-Mixer-scripts.js +%%DATADIR%%/controllers/MVave-SMC-Mixer.midi.xml +%%DATADIR%%/controllers/MVave-SMK-25-II-scripts.js +%%DATADIR%%/controllers/MVave-SMK-25-II.midi.xml %%DATADIR%%/controllers/Midi-Keyboard.midi.xml %%DATADIR%%/controllers/MidiTech-MidiControl.midi.xml %%DATADIR%%/controllers/Midi_for_light-scripts.js @@ -169,10 +181,12 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Numark DJ2Go.midi.xml %%DATADIR%%/controllers/Numark MIXTRACK.midi.xml %%DATADIR%%/controllers/Numark Mixtrack 2.midi.xml +%%DATADIR%%/controllers/Numark Mixtrack Platinum FX.midi.xml %%DATADIR%%/controllers/Numark Mixtrack Platinum.midi.xml %%DATADIR%%/controllers/Numark Mixtrack Pro FX.midi.xml %%DATADIR%%/controllers/Numark Mixtrack Pro.midi.xml %%DATADIR%%/controllers/Numark N4.midi.xml +%%DATADIR%%/controllers/Numark NS6II.midi.xml %%DATADIR%%/controllers/Numark NS7.midi.xml %%DATADIR%%/controllers/Numark Omni Control.midi.xml %%DATADIR%%/controllers/Numark Total Control.midi.xml @@ -183,10 +197,12 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Numark-Mixtrack-2-scripts.js %%DATADIR%%/controllers/Numark-Mixtrack-3-scripts.js %%DATADIR%%/controllers/Numark-Mixtrack-3.midi.xml +%%DATADIR%%/controllers/Numark-Mixtrack-Platinum-FX-scripts.js %%DATADIR%%/controllers/Numark-Mixtrack-Platinum-scripts.js %%DATADIR%%/controllers/Numark-Mixtrack-Pro-FX-scripts.js %%DATADIR%%/controllers/Numark-Mixtrack-Pro-scripts.js %%DATADIR%%/controllers/Numark-N4-scripts.js +%%DATADIR%%/controllers/Numark-NS6II-scripts.js %%DATADIR%%/controllers/Numark-NS7-scripts.js %%DATADIR%%/controllers/Numark-Omni-Control-scripts.js %%DATADIR%%/controllers/Numark-Party-Mix.midi.xml @@ -230,6 +246,8 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/controllers/Reloop Terminal Mix 2-4.midi.xml %%DATADIR%%/controllers/Reloop-Beatmix-2-4-scripts.js %%DATADIR%%/controllers/Reloop-Beatpad-scripts.js +%%DATADIR%%/controllers/Reloop-Digital-Jockey-2-IE.midi.xml +%%DATADIR%%/controllers/Reloop-Digital-Jockey-2-IE.scripts.js %%DATADIR%%/controllers/Reloop-Digital-Jockey2-Controller-scripts.js %%DATADIR%%/controllers/Reloop-Jockey-3-ME-scripts.js %%DATADIR%%/controllers/Reloop-Mixage.midi.xml @@ -543,6 +561,8 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/skins/Deere/icon/ic_library_preview_pause.svg %%DATADIR%%/skins/Deere/icon/ic_library_preview_play.svg %%DATADIR%%/skins/Deere/icon/ic_loop_48px.svg +%%DATADIR%%/skins/Deere/icon/ic_loop_anchor_end.svg +%%DATADIR%%/skins/Deere/icon/ic_loop_anchor_start.svg %%DATADIR%%/skins/Deere/icon/ic_loop_in_48px.svg %%DATADIR%%/skins/Deere/icon/ic_loop_move_backward_48px.svg %%DATADIR%%/skins/Deere/icon/ic_loop_move_forward_48px.svg @@ -1748,6 +1768,10 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/skins/Shade/btn/btn_lib_spinbox_down_white.svg %%DATADIR%%/skins/Shade/btn/btn_lib_spinbox_up_white.svg %%DATADIR%%/skins/Shade/btn/btn_load.png +%%DATADIR%%/skins/Shade/btn/btn_loop_anchor_end.png +%%DATADIR%%/skins/Shade/btn/btn_loop_anchor_end_overdown.png +%%DATADIR%%/skins/Shade/btn/btn_loop_anchor_start.png +%%DATADIR%%/skins/Shade/btn/btn_loop_anchor_start_overdown.png %%DATADIR%%/skins/Shade/btn/btn_loop_in.png %%DATADIR%%/skins/Shade/btn/btn_loop_in_down.png %%DATADIR%%/skins/Shade/btn/btn_loop_in_over.png @@ -2378,6 +2402,8 @@ share/metainfo/org.mixxx.Mixxx.metainfo.xml %%DATADIR%%/skins/Tango/buttons/btn_lib_spinbox_down_white.svg %%DATADIR%%/skins/Tango/buttons/btn_lib_spinbox_up_white.svg %%DATADIR%%/skins/Tango/buttons/btn_loop.svg +%%DATADIR%%/skins/Tango/buttons/btn_loop_anchor_end.svg +%%DATADIR%%/skins/Tango/buttons/btn_loop_anchor_start.svg %%DATADIR%%/skins/Tango/buttons/btn_loop_beatjump_off.svg %%DATADIR%%/skins/Tango/buttons/btn_loop_beatjump_on.svg %%DATADIR%%/skins/Tango/buttons/btn_loop_beatjump_on_black.svg diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index 883623d67854..fcb6a02827bb 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -1,6 +1,6 @@ PORTNAME= muse-sequencer DISTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/portmidi/Makefile b/audio/portmidi/Makefile index 1244355cbdf7..165499b8253d 100644 --- a/audio/portmidi/Makefile +++ b/audio/portmidi/Makefile @@ -1,5 +1,5 @@ PORTNAME= portmidi -DISTVERSION= 2.0.4 +DISTVERSION= 2.0.6 DISTVERSIONPREFIX=v PORTEPOCH= 1 CATEGORIES= audio diff --git a/audio/portmidi/distinfo b/audio/portmidi/distinfo index 5efc84c80524..5daf2329b2d9 100644 --- a/audio/portmidi/distinfo +++ b/audio/portmidi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711992528 -SHA256 (PortMidi-portmidi-v2.0.4_GH0.tar.gz) = 64893e823ae146cabd3ad7f9a9a9c5332746abe7847c557b99b2577afa8a607c -SIZE (PortMidi-portmidi-v2.0.4_GH0.tar.gz) = 263225 +TIMESTAMP = 1750741030 +SHA256 (PortMidi-portmidi-v2.0.6_GH0.tar.gz) = 81d22b34051621cd56c8d5ef12908ef2a59764c9cdfba6dae47aabddb71ac914 +SIZE (PortMidi-portmidi-v2.0.6_GH0.tar.gz) = 193068 diff --git a/audio/portmidi/files/patch-porttime_ptlinux.c b/audio/portmidi/files/patch-porttime_ptlinux.c index 955f77f6e516..35163213ff0c 100644 --- a/audio/portmidi/files/patch-porttime_ptlinux.c +++ b/audio/portmidi/files/patch-porttime_ptlinux.c @@ -1,17 +1,15 @@ ---- porttime/ptlinux.c.orig 2024-04-01 19:43:35.367808000 +0200 -+++ porttime/ptlinux.c 2024-04-01 19:43:57.157503000 +0200 -@@ -29,9 +29,8 @@ +--- porttime/ptlinux.c.orig 2025-06-24 04:57:11 UTC ++++ porttime/ptlinux.c +@@ -29,7 +29,7 @@ CHANGE LOG #include <unistd.h> #include <sys/types.h> #include "porttime.h" -#include "time.h" +#include <time.h> #include "sys/resource.h" --#include "sys/timeb.h" #include "pthread.h" - #define TRUE 1 -@@ -80,7 +79,7 @@ +@@ -83,7 +83,7 @@ PtError Pt_Start(int resolution, PtCallback *callback, { if (time_started_flag) return ptNoError; /* need this set before process runs: */ @@ -19,8 +17,8 @@ + clock_gettime(CLOCK_MONOTONIC_FAST, &time_offset); if (callback) { int res; - pt_callback_parameters *parms = (pt_callback_parameters *) -@@ -123,7 +122,7 @@ + pt_callback_parameters *parms = (pt_callback_parameters *) +@@ -126,7 +126,7 @@ PtTimestamp Pt_Time(void) { long seconds, ms; struct timespec now; diff --git a/audio/portmidi/pkg-plist b/audio/portmidi/pkg-plist index 1dc05070d242..f2c3dc2ad30f 100644 --- a/audio/portmidi/pkg-plist +++ b/audio/portmidi/pkg-plist @@ -7,5 +7,5 @@ lib/cmake/PortMidi/PortMidiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/PortMidi/PortMidiTargets.cmake lib/libportmidi.so lib/libportmidi.so.2 -lib/libportmidi.so.2.0.3 +lib/libportmidi.so.2.0.4 libdata/pkgconfig/portmidi.pc diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile index 086783c8d17c..1458a47b8201 100644 --- a/audio/qtractor/Makefile +++ b/audio/qtractor/Makefile @@ -1,6 +1,7 @@ PORTNAME= qtractor DISTVERSIONPREFIX= v DISTVERSION= 1.5.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://download.steinberg.net/sdk_downloads/:vst3sdk DISTFILES= ${VST3_SDK_ARCHIVE}:vst3sdk diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 8a11c9ba2813..e778b8df856c 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -1,5 +1,5 @@ PORTNAME= rubberband -DISTVERSION= 3.3.0 +DISTVERSION= 4.0.0 CATEGORIES= audio MASTER_SITES= https://breakfastquay.com/files/releases/ diff --git a/audio/rubberband/distinfo b/audio/rubberband/distinfo index 8549961740ce..79e019b440d1 100644 --- a/audio/rubberband/distinfo +++ b/audio/rubberband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690668293 -SHA256 (rubberband-3.3.0.tar.bz2) = d9ef89e2b8ef9f85b13ac3c2faec30e20acf2c9f3a9c8c45ce637f2bc95e576c -SIZE (rubberband-3.3.0.tar.bz2) = 223408 +TIMESTAMP = 1750743519 +SHA256 (rubberband-4.0.0.tar.bz2) = af050313ee63bc18b35b2e064e5dce05b276aaf6d1aa2b8a82ced1fe2f8028e9 +SIZE (rubberband-4.0.0.tar.bz2) = 236705 diff --git a/audio/rubberband/pkg-plist b/audio/rubberband/pkg-plist index f656778f1669..8d7f717ba305 100644 --- a/audio/rubberband/pkg-plist +++ b/audio/rubberband/pkg-plist @@ -1,13 +1,14 @@ bin/rubberband bin/rubberband-r3 +include/rubberband/RubberBandLiveShifter.h include/rubberband/RubberBandStretcher.h include/rubberband/rubberband-c.h lib/ladspa/ladspa-rubberband.cat lib/ladspa/ladspa-rubberband.so lib/librubberband.a lib/librubberband.so -lib/librubberband.so.2 -lib/librubberband.so.2.3.0 +lib/librubberband.so.3 +lib/librubberband.so.3.0.0 lib/lv2/rubberband.lv2/lv2-rubberband.so lib/lv2/rubberband.lv2/lv2-rubberband.ttl lib/lv2/rubberband.lv2/manifest.ttl diff --git a/audio/shuriken/Makefile b/audio/shuriken/Makefile index d3e3dbe2350f..ad4cba6e8dc1 100644 --- a/audio/shuriken/Makefile +++ b/audio/shuriken/Makefile @@ -2,7 +2,7 @@ PORTNAME= shuriken DISTVERSIONPREFIX= v DISTVERSION= 0.5.2-5 DISTVERSIONSUFFIX= -gd09afc7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/sonic-visualiser/Makefile b/audio/sonic-visualiser/Makefile index 9f9833b30094..0069acf25438 100644 --- a/audio/sonic-visualiser/Makefile +++ b/audio/sonic-visualiser/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonic-visualiser DISTVERSION= 4.0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= https://code.soundsoftware.ac.uk/attachments/download/2607/ diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index 2da8c9d1cc57..da96df2c503c 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-alpha.26.0.13 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org 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/converters/simdutf/Makefile b/converters/simdutf/Makefile index 5b37723c3328..d855610e9e0a 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.3.0 +DISTVERSION= 7.3.1 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index 50489ea81c41..2fc4d52f7085 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748595129 -SHA256 (simdutf-simdutf-v7.3.0_GH0.tar.gz) = e337abe416898d1d997d729cc04370c89c8dddf688648e876f37970e98cf93aa -SIZE (simdutf-simdutf-v7.3.0_GH0.tar.gz) = 2190887 +TIMESTAMP = 1750324452 +SHA256 (simdutf-simdutf-v7.3.1_GH0.tar.gz) = 357da74bae9a130ddaa9df2508622de983a8be56db319891afef4184efa858bf +SIZE (simdutf-simdutf-v7.3.1_GH0.tar.gz) = 2192907 diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index c600b6e53748..b8ee3e9d9606 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,6 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} diff --git a/databases/couchdb3/pkg-plist b/databases/couchdb3/pkg-plist index 6ae7b72ba8a2..a9131d00e6f7 100644 --- a/databases/couchdb3/pkg-plist +++ b/databases/couchdb3/pkg-plist @@ -23,31 +23,31 @@ libexec/couchdb3/erts-15.2.7/bin/yielding_c_fun libexec/couchdb3/erts-15.2.7/lib/internal/README libexec/couchdb3/etc/default.ini libexec/couchdb3/etc/nouveau.yaml -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.app -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1.appup -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1_db.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_check.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_constructed_per.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_eval_ext.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_func.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_check.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_jer.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_gen_per.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_imm.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_name.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_parser2.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_partial_decode.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_pretty_format.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_rtt.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_table.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_tok.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1ct_value.beam -libexec/couchdb3/lib/asn1-5.3.4/ebin/asn1rt_nif.beam -libexec/couchdb3/lib/asn1-5.3.4/priv/lib/asn1rt_nif.so +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1.app +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1.appup +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1_db.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_check.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_constructed_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_constructed_per.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_eval_ext.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_func.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_gen.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_gen_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_gen_check.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_gen_jer.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_gen_per.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_imm.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_name.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_parser2.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_partial_decode.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_pretty_format.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_rtt.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_table.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_tok.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1ct_value.beam +libexec/couchdb3/lib/asn1-5.3.4.1/ebin/asn1rt_nif.beam +libexec/couchdb3/lib/asn1-5.3.4.1/priv/lib/asn1rt_nif.so libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.app libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.beam libexec/couchdb3/lib/b64url-%%VERSION%%/priv/b64url.so @@ -568,117 +568,117 @@ libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_app.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_event_handler.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_server.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_sup.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/application.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/application_controller.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/application_master.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/application_starter.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/auth.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/code.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/code_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_1.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/disk_log_sup.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_ac.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/dist_util.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_boot_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_compile_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_ddll.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_distribution.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_epmd.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_erts_errors.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_kernel_errors.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_reply.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erl_signal_handler.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erpc.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/error_handler.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/error_logger.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/erts_debug.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/file.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/file_io_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/file_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_tcp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/gen_udp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/global.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/global_group.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/global_search.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/group.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/group_history.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/heart.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet6_udp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_config.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_db.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_dns_tsig.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_dist.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_epmd_socket.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_gethost_native.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_hosts.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_parse.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_res.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/inet_udp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.app -libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.appup -libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_config.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/kernel_refc.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/local_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/local_udp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_backend.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_config.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_disk_log_h.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_filters.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_formatter.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_h_common.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_handler_watcher.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_olp.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_proxy.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_server.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_simple_h.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_std_h.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/logger_sup.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/net.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/net_adm.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/net_kernel.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/os.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/pg.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/pg2.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/prim_tty.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/ram_file.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_compressed.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_deflate.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_delayed.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_inflate.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/raw_file_io_list.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/rpc.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/seq_trace.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/socket.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/standard_error.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/trace.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/user_drv.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/user_sup.beam -libexec/couchdb3/lib/kernel-10.2.7/ebin/wrap_log_reader.beam -libexec/couchdb3/lib/kernel-10.2.7/include/dist.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/dist_util.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/eep48.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/file.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/inet.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/inet_sctp.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/logger.hrl -libexec/couchdb3/lib/kernel-10.2.7/include/net_address.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/application.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/application_controller.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/application_master.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/application_starter.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/auth.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/code.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/code_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/disk_log.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/disk_log_1.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/disk_log_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/disk_log_sup.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/dist_ac.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/dist_util.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_boot_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_compile_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_ddll.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_distribution.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_epmd.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_erts_errors.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_kernel_errors.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_reply.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erl_signal_handler.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erpc.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/error_handler.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/error_logger.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/erts_debug.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/file.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/file_io_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/file_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/gen_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/gen_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/gen_tcp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/gen_udp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/gen_udp_socket.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/global.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/global_group.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/global_search.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/group.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/group_history.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/heart.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet6_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet6_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet6_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet6_udp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_config.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_db.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_dns.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_dns_tsig.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_epmd_dist.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_epmd_socket.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_gethost_native.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_hosts.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_parse.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_res.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_sctp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/inet_udp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/kernel.app +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/kernel.appup +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/kernel.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/kernel_config.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/kernel_refc.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/local_tcp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/local_udp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_backend.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_config.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_disk_log_h.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_filters.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_formatter.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_h_common.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_handler.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_handler_watcher.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_olp.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_proxy.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_server.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_simple_h.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_std_h.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/logger_sup.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/net.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/net_adm.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/net_kernel.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/os.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/pg.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/pg2.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/prim_tty.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/ram_file.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io_compressed.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io_deflate.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io_delayed.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io_inflate.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/raw_file_io_list.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/rpc.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/seq_trace.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/socket.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/standard_error.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/trace.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/user_drv.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/user_sup.beam +libexec/couchdb3/lib/kernel-10.2.7.1/ebin/wrap_log_reader.beam +libexec/couchdb3/lib/kernel-10.2.7.1/include/dist.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/dist_util.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/eep48.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/file.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/inet.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/inet_sctp.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/logger.hrl +libexec/couchdb3/lib/kernel-10.2.7.1/include/net_address.hrl libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango.app libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_app.beam libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_crud.beam @@ -903,185 +903,185 @@ libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_utils.beam libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.app libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.beam libexec/couchdb3/lib/snappy-1.0.5/priv/snappy_nif.so -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_listener_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_packet_demux.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_record.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/dtls_v1.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/inet6_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/inet_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.app -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.appup -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_alert.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_app.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_certificate.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_cipher_format.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_client_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_config.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_crl_hash_dir.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dh_groups.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_gen_statem.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_listen_tracker_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_logger.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_manager.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pem_cache.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_pkix_db.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_record.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_session_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_srp_primes.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_trace.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/ssl_upgrade_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_bloom_filter.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_client_ticket_store.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_dyn_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_gen_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_handshake_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_record_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sender.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_session_ticket_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12/ebin/tls_v1.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/argparse.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/array.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/base64.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/beam_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/binary.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/c.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/calendar.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_server.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_sup.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dets_v9.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/dict.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/digraph_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_context.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_expand.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_key.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/edlin_type_suggestion.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/epp.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_abstract_code.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_anno.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_compile.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_error.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_eval.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_expand_records.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_features.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_lint.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_parse.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_posix_msg.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_pp.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_scan.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_stdlib_errors.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/erl_tar.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_file_h.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/error_logger_tty_h.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/escript.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/ets.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/eval_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/file_sorter.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/filelib.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/filename.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_sets.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gb_trees.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_event.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_fsm.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_server.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/gen_statem.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/io.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_format.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_fread.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/io_lib_pretty.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/json.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/lists.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/log_mf_h.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/maps.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/math.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/ms_transform.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/orddict.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/ordsets.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/otp_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/peer.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/pool.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/proc_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/proplists.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/qlc_pt.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/queue.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/rand.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/random.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/re.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/sets.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_default.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/shell_docs_markdown.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/slave.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/sofs.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.app -libexec/couchdb3/lib/stdlib-6.2.2/ebin/stdlib.appup -libexec/couchdb3/lib/stdlib-6.2.2/ebin/string.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/supervisor_bridge.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/sys.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/timer.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/unicode_util.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/uri_string.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/win32reg.beam -libexec/couchdb3/lib/stdlib-6.2.2/ebin/zip.beam -libexec/couchdb3/lib/stdlib-6.2.2/include/assert.hrl -libexec/couchdb3/lib/stdlib-6.2.2/include/erl_bits.hrl -libexec/couchdb3/lib/stdlib-6.2.2/include/erl_compile.hrl -libexec/couchdb3/lib/stdlib-6.2.2/include/ms_transform.hrl -libexec/couchdb3/lib/stdlib-6.2.2/include/qlc.hrl -libexec/couchdb3/lib/stdlib-6.2.2/include/zip.hrl +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_listener_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_packet_demux.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_record.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/dtls_v1.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/inet6_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/inet_tls_dist.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl.app +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl.appup +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_alert.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_app.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_certificate.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_cipher.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_cipher_format.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_client_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_config.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_crl.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_crl_cache.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_crl_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_crl_hash_dir.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_dh_groups.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_dist_admin_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_dist_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_gen_statem.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_listen_tracker_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_logger.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_manager.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_pem_cache.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_pkix_db.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_record.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_server_session_cache.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_server_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_session.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_session_cache_api.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_srp_primes.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_trace.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/ssl_upgrade_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_bloom_filter.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_client_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_client_ticket_store.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dist_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dist_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_dyn_connection_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_gen_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_handshake.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_handshake_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_record.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_record_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_sender.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_server_connection.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_server_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_server_session_ticket.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_server_session_ticket_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_server_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_socket.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_sup.beam +libexec/couchdb3/lib/ssl-11.2.12.1/ebin/tls_v1.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/argparse.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/array.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/base64.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/beam_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/binary.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/c.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/calendar.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dets.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dets_server.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dets_sup.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dets_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dets_v9.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/dict.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/digraph.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/digraph_utils.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/edlin.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/edlin_context.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/edlin_expand.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/edlin_key.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/edlin_type_suggestion.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/epp.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_abstract_code.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_anno.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_compile.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_error.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_eval.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_expand_records.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_features.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_lint.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_parse.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_posix_msg.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_pp.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_scan.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_stdlib_errors.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/erl_tar.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/error_logger_file_h.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/error_logger_tty_h.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/escript.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/ets.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/eval_bits.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/file_sorter.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/filelib.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/filename.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gb_sets.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gb_trees.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gen.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gen_event.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gen_fsm.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gen_server.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/gen_statem.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/io.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/io_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/io_lib_format.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/io_lib_fread.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/io_lib_pretty.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/json.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/lists.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/log_mf_h.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/maps.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/math.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/ms_transform.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/orddict.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/ordsets.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/otp_internal.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/peer.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/pool.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/proc_lib.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/proplists.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/qlc.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/qlc_pt.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/queue.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/rand.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/random.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/re.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/sets.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/shell.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/shell_default.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/shell_docs.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/shell_docs_markdown.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/slave.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/sofs.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/stdlib.app +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/stdlib.appup +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/string.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/supervisor.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/supervisor_bridge.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/sys.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/timer.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/unicode.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/unicode_util.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/uri_string.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/win32reg.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/ebin/zip.beam +libexec/couchdb3/lib/stdlib-6.2.2.1/include/assert.hrl +libexec/couchdb3/lib/stdlib-6.2.2.1/include/erl_bits.hrl +libexec/couchdb3/lib/stdlib-6.2.2.1/include/erl_compile.hrl +libexec/couchdb3/lib/stdlib-6.2.2.1/include/ms_transform.hrl +libexec/couchdb3/lib/stdlib-6.2.2.1/include/qlc.hrl +libexec/couchdb3/lib/stdlib-6.2.2.1/include/zip.hrl libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/epp_dodger.beam libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_comment_scan.beam libexec/couchdb3/lib/syntax_tools-3.2.2/ebin/erl_prettypr.beam @@ -1118,45 +1118,45 @@ libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_log.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_node.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_runner.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_util.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.app -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.appup -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_b64Bin_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_eventp.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_html.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_otpsgml.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_regexp.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_old_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_latin1.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_list.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16be.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf16le.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_parser_utf8.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sax_simple_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_sgml.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_simple.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_text.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_ucs.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_uri.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_validate.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xlate.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xml_indent.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_parse.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_pred.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xpath_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xs.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd.beam -libexec/couchdb3/lib/xmerl-2.1.3/ebin/xmerl_xsd_type.beam -libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl.hrl -libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xpath.hrl -libexec/couchdb3/lib/xmerl-2.1.3/include/xmerl_xsd.hrl +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl.app +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl.appup +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_b64Bin.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_b64Bin_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_eventp.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_html.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_otpsgml.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_regexp.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_old_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser_latin1.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser_list.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser_utf16be.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser_utf16le.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_parser_utf8.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sax_simple_dom.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_sgml.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_simple.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_text.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_ucs.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_uri.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_validate.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xlate.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xml.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xml_indent.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xpath.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xpath_lib.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xpath_parse.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xpath_pred.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xpath_scan.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xs.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xsd.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/ebin/xmerl_xsd_type.beam +libexec/couchdb3/lib/xmerl-2.1.3.1/include/xmerl.hrl +libexec/couchdb3/lib/xmerl-2.1.3.1/include/xmerl_xpath.hrl +libexec/couchdb3/lib/xmerl-2.1.3.1/include/xmerl_xsd.hrl libexec/couchdb3/releases/RELEASES libexec/couchdb3/releases/couchdb.boot libexec/couchdb3/releases/couchdb.rel 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/deskutils/remind/Makefile b/deskutils/remind/Makefile index a550e66ada98..bfa12151b83e 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 05.04.00 +DISTVERSION= 05.04.01 CATEGORIES= deskutils # upstream moves distfiles to OLD once a new release appears MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \ diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index 1d315d121e4f..a73bf2907a9a 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749023613 -SHA256 (remind-05.04.00.tar.gz) = 743fb6d95d7e0cc7127d19b16208f36ebe9b56806eaa4f33eccde8f350544777 -SIZE (remind-05.04.00.tar.gz) = 4562931 +TIMESTAMP = 1750105289 +SHA256 (remind-05.04.01.tar.gz) = 5ecb0c1358c24fd88ee6a22d05233c6e035826e85ee7b87f8e0226b558fae480 +SIZE (remind-05.04.01.tar.gz) = 4568953 diff --git a/deskutils/remind/pkg-plist b/deskutils/remind/pkg-plist index 991c50626ff6..3b96d2ece822 100644 --- a/deskutils/remind/pkg-plist +++ b/deskutils/remind/pkg-plist @@ -592,3 +592,4 @@ share/man/man1/remind.1.gz %%DATADIR%%/site/README %%DATADIR%%/solar-eclipses.rem %%DATADIR%%/sun.rem +%%DATADIR%%/utils/add-html-anchors.rem 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/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/gopls/Makefile b/devel/gopls/Makefile index e67c5e329850..4b9c7ba7c5f5 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,7 +1,6 @@ PORTNAME= gopls DISTVERSIONPREFIX= v -DISTVERSION= 0.18.1 -PORTREVISION= 1 +DISTVERSION= 0.19.1 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://pkg.go.dev/golang.org/x/tools/gopls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= golang.org/x/tools/gopls OPTIONS_DEFINE= DOCS diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index dd03962a8673..a05fd279cdf2 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740588098 -SHA256 (go/devel_gopls/gopls-v0.18.1/v0.18.1.mod) = 9ab337e242f261e3d2c0c8f1aab05aa5a8ea851ab3dc7e62fe5844d58226dcb6 -SIZE (go/devel_gopls/gopls-v0.18.1/v0.18.1.mod) = 922 -SHA256 (go/devel_gopls/gopls-v0.18.1/v0.18.1.zip) = 7646c9dd6b9339b16e37f0ea0cb653ead042f9daa73b80e85df222a606ca1bbc -SIZE (go/devel_gopls/gopls-v0.18.1/v0.18.1.zip) = 2100141 +TIMESTAMP = 1750415150 +SHA256 (go/devel_gopls/gopls-v0.19.1/v0.19.1.mod) = 7da7bbfa0ce693c99c9c702128a70354650253dea30c3ccc5758eb3cedfc87c0 +SIZE (go/devel_gopls/gopls-v0.19.1/v0.19.1.mod) = 968 +SHA256 (go/devel_gopls/gopls-v0.19.1/v0.19.1.zip) = efbbc9557c26d51edbabd674e4eaaa8ca881e508554a35affc609f3b132eb0d1 +SIZE (go/devel_gopls/gopls-v0.19.1/v0.19.1.zip) = 2270401 diff --git a/devel/gopls/pkg-plist b/devel/gopls/pkg-plist index cee4c2fda431..fd039b1634f2 100644 --- a/devel/gopls/pkg-plist +++ b/devel/gopls/pkg-plist @@ -12,6 +12,7 @@ bin/gopls %%PORTDOCS%%%%DOCSDIR%%/doc/design/integrating.md %%PORTDOCS%%%%DOCSDIR%%/doc/emacs.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/features/assembly.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/completion.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/diagnostics.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/modfiles.md @@ -20,8 +21,6 @@ bin/gopls %%PORTDOCS%%%%DOCSDIR%%/doc/features/templates.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/transformation.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/web.md -%%PORTDOCS%%%%DOCSDIR%%/doc/generate/generate.go -%%PORTDOCS%%%%DOCSDIR%%/doc/generate/generate_test.go %%PORTDOCS%%%%DOCSDIR%%/doc/helix.md %%PORTDOCS%%%%DOCSDIR%%/doc/inlayHints.md %%PORTDOCS%%%%DOCSDIR%%/doc/inline-after.png @@ -31,6 +30,7 @@ bin/gopls %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.16.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.17.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.18.0.md +%%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.19.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/releases.md %%PORTDOCS%%%%DOCSDIR%%/doc/semantictokens.md %%PORTDOCS%%%%DOCSDIR%%/doc/settings.md 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/Makefile b/dns/Makefile index bb1bcc5070ee..acf599c08636 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -42,6 +42,7 @@ SUBDIR += dnsproxy SUBDIR += dnsrecon SUBDIR += dnsreflector + SUBDIR += dnssec-rr SUBDIR += dnstable SUBDIR += dnstable-convert SUBDIR += dnstop 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/dns/dnssec-rr/Makefile b/dns/dnssec-rr/Makefile new file mode 100644 index 000000000000..96d05c9969da --- /dev/null +++ b/dns/dnssec-rr/Makefile @@ -0,0 +1,46 @@ +PORTNAME= dnssec-rr +DISTVERSION= 0.2 +CATEGORIES= dns security +MASTER_SITES= https://git.sr.ht/~mcf/dnssec-rr/refs/download/${DISTVERSION}/ + +MAINTAINER= dch@FreeBSD.org +COMMENT= Set of C programs for working with DNSSEC +WWW= https://git.sr.ht/~mcf/dnssec-rr + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libbearssl.so:security/bearssl + +USES= localbase:ldflags + +PLIST_FILES= bin/dnskey \ + bin/ds \ + bin/nsec \ + bin/rrsig \ + bin/tlsa \ + share/man/man1/dnskey.1.gz \ + share/man/man1/ds.1.gz \ + share/man/man1/nsec.1.gz \ + share/man/man1/rrsig.1.gz \ + share/man/man1/tlsa.1.gz + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install: + ${MKDIR} ${STAGEDIR}${MANDIRS}/man1 +.for i in dnskey ds nsec rrsig tlsa + ${INSTALL_MAN} ${WRKSRC}/$i.1 \ + ${STAGEDIR}${MANDIRS}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/$i \ + ${STAGEDIR}${PREFIX}/bin +.endfor + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md \ + ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> diff --git a/dns/dnssec-rr/distinfo b/dns/dnssec-rr/distinfo new file mode 100644 index 000000000000..871b3d94cb5b --- /dev/null +++ b/dns/dnssec-rr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750592067 +SHA256 (dnssec-rr-0.2.tar.gz) = 658699a0c094ae1715c7b6bc2b638dac24f21f25c889aaf4c27359a4cf40bdaf +SIZE (dnssec-rr-0.2.tar.gz) = 19425 diff --git a/dns/dnssec-rr/files/patch-Makefile b/dns/dnssec-rr/files/patch-Makefile new file mode 100644 index 000000000000..94e2a03ba201 --- /dev/null +++ b/dns/dnssec-rr/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig 2025-06-21 08:07:07 UTC ++++ Makefile +@@ -1,7 +1,5 @@ + .PHONY: all install clean + +--include config.mk +- + PREFIX?=/usr/local + BINDIR?=$(PREFIX)/bin + MANDIR?=$(PREFIX)/share/man diff --git a/dns/dnssec-rr/files/patch-zone.c b/dns/dnssec-rr/files/patch-zone.c new file mode 100644 index 000000000000..448e52f8b919 --- /dev/null +++ b/dns/dnssec-rr/files/patch-zone.c @@ -0,0 +1,10 @@ +--- zone.c.orig 2025-06-21 08:09:31 UTC ++++ zone.c +@@ -4,6 +4,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <arpa/inet.h> ++#include <sys/socket.h> + #include "dnssec.h" + + struct input { diff --git a/dns/dnssec-rr/pkg-descr b/dns/dnssec-rr/pkg-descr new file mode 100644 index 000000000000..ff114db05955 --- /dev/null +++ b/dns/dnssec-rr/pkg-descr @@ -0,0 +1,9 @@ +A set of tools for working with DNSSEC, using BearSSL for cryptography. + +- dnskey: generate DNSKEY records from private keys +- ds: generate DS records for parent zones +- nsec: generate NSEC records for zones +- rrsig: sign records in zones, generating RRSIG records +- tlsa: generate DANE TLSA records for certificates + +See also https://mforney.org/blog/2020-05-21-securing-your-zone-with-dnssec-and-dane.html diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index c25e72e60467..a03ca0abe67a 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -1,5 +1,5 @@ PORTNAME= cudatext -PORTVERSION= 1.223.6.0 +PORTVERSION= 1.224.0.0 CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -19,7 +19,7 @@ GH_PROJECT= CudaText GH_TUPLE= bgrabitmap:bgrabitmap:d2a9b15:bgrabitmap/bgrabitmap \ Alexey-T:Python-for-Lazarus:fda3fdb:python4lazarus/python4lazarus \ Alexey-T:ATFlatControls:71197b3:atflatcontrols/atflatcontrols \ - Alexey-T:ATSynEdit:378205a:atsynedit/atsynedit \ + Alexey-T:ATSynEdit:9e770b2:atsynedit/atsynedit \ Alexey-T:Emmet-Pascal:df69312:emmet/emmet \ Alexey-T:EControl:cb845fc:econtrol/econtrol \ Alexey-T:ATSynEdit_Ex:e142ca5:atsyneditex/atsyneditex \ diff --git a/editors/cudatext/distinfo b/editors/cudatext/distinfo index 8c2ed0645db2..4811b3e200d2 100644 --- a/editors/cudatext/distinfo +++ b/editors/cudatext/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1748047717 -SHA256 (Alexey-T-CudaText-1.223.6.0_GH0.tar.gz) = 298138b5ae3e52028924861bce816edf40f1190b5116cc481a2e2bce5470c7ff -SIZE (Alexey-T-CudaText-1.223.6.0_GH0.tar.gz) = 6372738 +TIMESTAMP = 1750733653 +SHA256 (Alexey-T-CudaText-1.224.0.0_GH0.tar.gz) = 7942862f7de5fd4eb2ade517f3d7fe27f329a88f24b02be45722e440130af480 +SIZE (Alexey-T-CudaText-1.224.0.0_GH0.tar.gz) = 6267117 SHA256 (bgrabitmap-bgrabitmap-d2a9b15_GH0.tar.gz) = bf831ada3e9562dfc9653e0b1d46dca2bbe5409f8406ae4db7f52299e09fe4c6 SIZE (bgrabitmap-bgrabitmap-d2a9b15_GH0.tar.gz) = 6657935 SHA256 (Alexey-T-Python-for-Lazarus-fda3fdb_GH0.tar.gz) = 7243d0eb6d2f1924447fa575621474f043ec54ad258f770d230489bfeecb9cf5 SIZE (Alexey-T-Python-for-Lazarus-fda3fdb_GH0.tar.gz) = 98693 SHA256 (Alexey-T-ATFlatControls-71197b3_GH0.tar.gz) = e07c812519ec5a5c4f514579c802cff49704193d56360529d6409a63abb48589 SIZE (Alexey-T-ATFlatControls-71197b3_GH0.tar.gz) = 539385 -SHA256 (Alexey-T-ATSynEdit-378205a_GH0.tar.gz) = 502ffc4f60e1d2b6237d7fdc78fb9c274a7b67b3f3d4ac31864b23bff278d20e -SIZE (Alexey-T-ATSynEdit-378205a_GH0.tar.gz) = 1419183 +SHA256 (Alexey-T-ATSynEdit-9e770b2_GH0.tar.gz) = a30430d717480eec1f86d8fada92e1aef0a43ae25f4d4e09eada5850b5214e4d +SIZE (Alexey-T-ATSynEdit-9e770b2_GH0.tar.gz) = 1419368 SHA256 (Alexey-T-Emmet-Pascal-df69312_GH0.tar.gz) = 1be587529c0487175a26f4a2a1abe1435b8c289f0351d39d8b9063ed2c6367e1 SIZE (Alexey-T-Emmet-Pascal-df69312_GH0.tar.gz) = 83643 SHA256 (Alexey-T-EControl-cb845fc_GH0.tar.gz) = 160ea14c1688f53bbdbc74c149b85a50767d7694ecb855158264448ee273bd8d diff --git a/editors/cudatext/pkg-plist b/editors/cudatext/pkg-plist index ce956602ebad..06aabbc93eaa 100644 --- a/editors/cudatext/pkg-plist +++ b/editors/cudatext/pkg-plist @@ -2,8 +2,6 @@ bin/cudatext share/applications/cudatext.desktop %%DATADIR%%/data/autocomplete/Bash script.acp %%DATADIR%%/data/autocomplete/Batch files.acp -%%DATADIR%%/data/autocomplete/C++.acp -%%DATADIR%%/data/autocomplete/C.acp %%DATADIR%%/data/autocompletespec/css_colors.ini %%DATADIR%%/data/autocompletespec/css_list.ini %%DATADIR%%/data/autocompletespec/css_sel.ini @@ -200,7 +198,6 @@ share/applications/cudatext.desktop %%DATADIR%%/data/filetypeicons/vscode_16x16/icon_server.png %%DATADIR%%/data/filetypeicons/vscode_16x16/icons.json %%DATADIR%%/data/lang/history.txt -%%DATADIR%%/data/lang/ru_RU.ini %%DATADIR%%/data/lang/translation template.ini %%DATADIR%%/data/lexlib/Assembly.cuda-lexmap %%DATADIR%%/data/lexlib/Assembly.lcf @@ -208,10 +205,6 @@ share/applications/cudatext.desktop %%DATADIR%%/data/lexlib/Bash script.lcf %%DATADIR%%/data/lexlib/Batch files.cuda-lexmap %%DATADIR%%/data/lexlib/Batch files.lcf -%%DATADIR%%/data/lexlib/C++.cuda-lexmap -%%DATADIR%%/data/lexlib/C++.lcf -%%DATADIR%%/data/lexlib/C.cuda-lexmap -%%DATADIR%%/data/lexlib/C.lcf %%DATADIR%%/data/lexlib/CSS.cuda-lexmap %%DATADIR%%/data/lexlib/CSS.lcf %%DATADIR%%/data/lexlib/HTML style.cuda-lexmap @@ -714,8 +707,6 @@ share/applications/cudatext.desktop %%DATADIR%%/settings_default/default.json %%DATADIR%%/settings_default/lexer Assembly.json %%DATADIR%%/settings_default/lexer Bash script.json -%%DATADIR%%/settings_default/lexer C++.json -%%DATADIR%%/settings_default/lexer C.json %%DATADIR%%/settings_default/lexer CSS.json %%DATADIR%%/settings_default/lexer JSON.json %%DATADIR%%/settings_default/lexer JavaScript.json 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/emulators/mame/Makefile b/emulators/mame/Makefile index 74039c30f02e..793f30a06ba3 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,5 +1,6 @@ PORTNAME= mame DISTVERSION= 0.277 +PORTREVISION= 1 CATEGORIES= emulators games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/games/vvvvvv/Makefile b/games/vvvvvv/Makefile index 5ad3dc782968..1b21fe5685a2 100644 --- a/games/vvvvvv/Makefile +++ b/games/vvvvvv/Makefile @@ -1,6 +1,5 @@ PORTNAME= VVVVVV -DISTVERSION= 2.4.2 -PORTREVISION= 2 +DISTVERSION= 2.4.3 CATEGORIES= games .if ${FLAVOR:U} == makeandplay # The data file may only be distributed if the MAKEANDPLAY define is set. @@ -43,7 +42,7 @@ GH_ACCOUNT= TerryCavanagh # physfs is unbundled, but the code still needs extras/physfsrwops.c, which is not # compiled into libphysfs.so GH_TUPLE= lvandeve:lodepng:18964554bc769255401942e0e6dfd09f2fab2093:lodepng/../third_party/lodepng \ - Tehreer:SheenBidi:v2.7:SheenBidi/../third_party/SheenBidi \ + Tehreer:SheenBidi:v2.9.0:SheenBidi/../third_party/SheenBidi \ Mashpoe:c-hashmap:dedf70e0a769bc52a17a36da840d96770fc26d12:chashmap/../third_party/c-hashmap \ icculus:physfs:bfa7997c671957eb0a340ff1cf3c634e6269904a:physfs/../third_party/physfs USE_SDL= sdl2 diff --git a/games/vvvvvv/distinfo b/games/vvvvvv/distinfo index 83b7e3a76138..77ecea593a43 100644 --- a/games/vvvvvv/distinfo +++ b/games/vvvvvv/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1725971547 -SHA256 (VVVVVV-data-2.4.2.zip) = c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea -SIZE (VVVVVV-data-2.4.2.zip) = 61405423 -SHA256 (TerryCavanagh-VVVVVV-2.4.2_GH0.tar.gz) = c294518da861907175cf66387257f94c7c9548643ae7798a8fe38dce4309b592 -SIZE (TerryCavanagh-VVVVVV-2.4.2_GH0.tar.gz) = 4681136 +TIMESTAMP = 1750415370 +SHA256 (VVVVVV-data-2.4.3.zip) = c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea +SIZE (VVVVVV-data-2.4.3.zip) = 61405423 +SHA256 (TerryCavanagh-VVVVVV-2.4.3_GH0.tar.gz) = 1050363e1ec91385b917fbcc7be8983ebbfb781ce060edfd1056413c4a8fb0a4 +SIZE (TerryCavanagh-VVVVVV-2.4.3_GH0.tar.gz) = 4761157 SHA256 (lvandeve-lodepng-18964554bc769255401942e0e6dfd09f2fab2093_GH0.tar.gz) = 58f4bce09556fc8039be04e4632c228695a9ead4b4e8d292957e3f59b26269a9 SIZE (lvandeve-lodepng-18964554bc769255401942e0e6dfd09f2fab2093_GH0.tar.gz) = 246337 -SHA256 (Tehreer-SheenBidi-v2.7_GH0.tar.gz) = 620f732141fd62354361f921a67ba932c44d94e73f127379a0c73ad40c7fa6e0 -SIZE (Tehreer-SheenBidi-v2.7_GH0.tar.gz) = 2192472 +SHA256 (Tehreer-SheenBidi-v2.9.0_GH0.tar.gz) = e90ae142c6fc8b94366f3526f84b349a2c10137f87093db402fe51f6eace6d13 +SIZE (Tehreer-SheenBidi-v2.9.0_GH0.tar.gz) = 2532288 SHA256 (Mashpoe-c-hashmap-dedf70e0a769bc52a17a36da840d96770fc26d12_GH0.tar.gz) = 858e0245169de8504e71e59216f255605c3275082b2a216d3d8b1a22f066f835 SIZE (Mashpoe-c-hashmap-dedf70e0a769bc52a17a36da840d96770fc26d12_GH0.tar.gz) = 8358 SHA256 (icculus-physfs-bfa7997c671957eb0a340ff1cf3c634e6269904a_GH0.tar.gz) = e3c99716b7920dbb8e068464e71f96b6a3f2b00eb552c33084347414b6b74a6b diff --git a/games/vvvvvv/pkg-plist b/games/vvvvvv/pkg-plist index df4236e2619e..55de245a4166 100644 --- a/games/vvvvvv/pkg-plist +++ b/games/vvvvvv/pkg-plist @@ -108,6 +108,16 @@ %%DATADIR%%/lang/es_AR/roomnames_special.xml %%DATADIR%%/lang/es_AR/strings.xml %%DATADIR%%/lang/es_AR/strings_plural.xml +%%DATADIR%%/lang/fa/cutscenes.xml +%%DATADIR%%/lang/fa/graphics/flipsprites.png +%%DATADIR%%/lang/fa/graphics/sprites.png +%%DATADIR%%/lang/fa/graphics/spritesmask.xml +%%DATADIR%%/lang/fa/meta.xml +%%DATADIR%%/lang/fa/numbers.xml +%%DATADIR%%/lang/fa/roomnames.xml +%%DATADIR%%/lang/fa/roomnames_special.xml +%%DATADIR%%/lang/fa/strings.xml +%%DATADIR%%/lang/fa/strings_plural.xml %%DATADIR%%/lang/fr/cutscenes.xml %%DATADIR%%/lang/fr/graphics/flipsprites.png %%DATADIR%%/lang/fr/graphics/sprites.png 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/irc/halloy/Makefile b/irc/halloy/Makefile index 90ff17c0002f..00a49d191e82 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -1,6 +1,5 @@ PORTNAME= halloy -DISTVERSION= 2025.5 -PORTREVISION= 1 +DISTVERSION= 2025.6 CATEGORIES= irc MAINTAINER= pokeysquirrel@gmail.com diff --git a/irc/halloy/Makefile.crates b/irc/halloy/Makefile.crates index ef9597aa94f3..ae451cbf9d6a 100644 --- a/irc/halloy/Makefile.crates +++ b/irc/halloy/Makefile.crates @@ -305,7 +305,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ image-webp-0.2.1 \ imgref-1.11.0 \ indexmap-1.9.3 \ - indexmap-2.7.0 \ + indexmap-2.9.0 \ inotify-0.10.2 \ inotify-sys-0.1.5 \ inout-0.1.3 \ diff --git a/irc/halloy/distinfo b/irc/halloy/distinfo index 33bfa3e3c1d7..d9154d7314d9 100644 --- a/irc/halloy/distinfo +++ b/irc/halloy/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1747058932 +TIMESTAMP = 1750689210 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -613,8 +613,8 @@ SHA256 (rust/crates/imgref-1.11.0.crate) = d0263a3d970d5c054ed9312c0057b4f3bde9c SIZE (rust/crates/imgref-1.11.0.crate) = 65943 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.7.0.crate) = 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f -SIZE (rust/crates/indexmap-2.7.0.crate) = 85335 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/inotify-0.10.2.crate) = fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc SIZE (rust/crates/inotify-0.10.2.crate) = 26200 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb @@ -1713,5 +1713,5 @@ SHA256 (rust-dark-light-dark-light-8e1f745f91e1e805fa772a83e4744afe95d70aa1_GH0. SIZE (rust-dark-light-dark-light-8e1f745f91e1e805fa772a83e4744afe95d70aa1_GH0.tar.gz) = 5285 SHA256 (iced-rs-iced-aa633f6832c93d81fc829bcd351b369f0aada282_GH0.tar.gz) = e9a6ed7e95da32980d4f64578a1de9bc50646ecb3c5112c46752b5fb387a4c53 SIZE (iced-rs-iced-aa633f6832c93d81fc829bcd351b369f0aada282_GH0.tar.gz) = 5224300 -SHA256 (squidowl-halloy-2025.5_GH0.tar.gz) = ee348b830db85fcea09616a45271551fa7a382513184170a84ef9dc8b720a88d -SIZE (squidowl-halloy-2025.5_GH0.tar.gz) = 15703732 +SHA256 (squidowl-halloy-2025.6_GH0.tar.gz) = aedab3b6919d2fa43577b7a5e91a22eb9fced3ad8b31222770c42dc6088295ce +SIZE (squidowl-halloy-2025.6_GH0.tar.gz) = 16011879 diff --git a/irc/halloy/files/patch-data_src_shortcut.rs b/irc/halloy/files/patch-data_src_shortcut.rs deleted file mode 100644 index df985cd6d0f2..000000000000 --- a/irc/halloy/files/patch-data_src_shortcut.rs +++ /dev/null @@ -1,13 +0,0 @@ ---- data/src/shortcut.rs.orig 2025-05-06 21:46:52 UTC -+++ data/src/shortcut.rs -@@ -146,9 +146,7 @@ impl KeyBind { - default!(toggle_topic, "t", COMMAND | ALT); - #[cfg(target_os = "macos")] - default!(toggle_fullscreen, "f", COMMAND | CTRL); -- #[cfg(target_os = "linux")] -- default!(toggle_fullscreen, F11); -- #[cfg(target_os = "windows")] -+ #[cfg(not(target_os = "macos"))] - default!(toggle_fullscreen, F11); - default!(command_bar, "k", COMMAND); - default!(reload_configuration, "r", COMMAND); diff --git a/japanese/Makefile b/japanese/Makefile index a598534c916a..ab1225a81b6d 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -233,6 +233,7 @@ SUBDIR += qkc SUBDIR += qolibri SUBDIR += quit + SUBDIR += radish-play SUBDIR += roget-fpw SUBDIR += rogue_s SUBDIR += ruby-romkan diff --git a/japanese/radish-play/Makefile b/japanese/radish-play/Makefile new file mode 100644 index 000000000000..e591916f310c --- /dev/null +++ b/japanese/radish-play/Makefile @@ -0,0 +1,39 @@ +PORTNAME= radish-play +DISTVERSION= g20250621 +CATEGORIES= japanese audio + +MAINTAINER= mew14930xvi@inbox.lv +COMMENT= Japanese Internet radio player +WWW= https://github.com/jg1uaa/radish-play + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= curl:ftp/curl \ + jq:textproc/jq \ + xmllint:textproc/libxml2 + +USE_GITHUB= yes +GH_ACCOUNT= jg1uaa +GH_TAGNAME= 2e4f02c +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFAULT= MPV +OPTIONS_SINGLE= PLAYER +OPTIONS_SINGLE_PLAYER= FFPLAY MPV +FFPLAY_DESC= Use ffplay (via ffmpeg, implies the SDL option) +MPV_DESC= Use mpv as media player + +FFPLAY_RUN_DEPENDS= ffplay:multimedia/ffmpeg +FFPLAY_EXTRA_PATCHES= ${PATCHDIR}/ffplay-patch-radish-play.sh +MPV_RUN_DEPENDS= mpv:multimedia/mpv +MPV_EXTRA_PATCHES= ${PATCHDIR}/mpv-patch-radish-play.sh + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/japanese/radish-play/distinfo b/japanese/radish-play/distinfo new file mode 100644 index 000000000000..c15542569be3 --- /dev/null +++ b/japanese/radish-play/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750656614 +SHA256 (jg1uaa-radish-play-g20250621-2e4f02c_GH0.tar.gz) = 62be0ffe5ddeec56f28bffae9cceca073dbae82fe26070834e2d8fbf140052bd +SIZE (jg1uaa-radish-play-g20250621-2e4f02c_GH0.tar.gz) = 5746 diff --git a/japanese/radish-play/files/ffplay-patch-radish-play.sh b/japanese/radish-play/files/ffplay-patch-radish-play.sh new file mode 100644 index 000000000000..147f9d6c6c68 --- /dev/null +++ b/japanese/radish-play/files/ffplay-patch-radish-play.sh @@ -0,0 +1,29 @@ +--- radish-play.sh.orig 2024-06-17 18:49:28 UTC ++++ radish-play.sh +@@ -22,11 +22,12 @@ Options: + lisradi: ListenRadio + shiburadi: Shibuya no Radio + -s STATION ID Station ID +- -d MINUTE Record minute(s) +- -o FILEPATH Output file path + -i ADDRESS login mail address (radiko only) + -p PASSWORD login password (radiko only) + -l Show all station ID list ++ ++EXAMPLES: ++ radish-play -t nhk -s tokyo-r1 + _EOT_ + } + +@@ -427,11 +428,6 @@ else + -fflags +discardcorrupt \ + -i "${playlist_uri}" \ + -nodisp +-fi +-ret=$? +-if [ ${ret} -ne 0 ]; then +- echo "Record failed" >&2 +- exit 1 + fi + + # Finish diff --git a/japanese/radish-play/files/mpv-patch-radish-play.sh b/japanese/radish-play/files/mpv-patch-radish-play.sh new file mode 100644 index 000000000000..f00addccce8a --- /dev/null +++ b/japanese/radish-play/files/mpv-patch-radish-play.sh @@ -0,0 +1,46 @@ +--- radish-play.sh.orig 2024-06-17 18:49:28 UTC ++++ radish-play.sh +@@ -22,11 +22,12 @@ Options: + lisradi: ListenRadio + shiburadi: Shibuya no Radio + -s STATION ID Station ID +- -d MINUTE Record minute(s) +- -o FILEPATH Output file path + -i ADDRESS login mail address (radiko only) + -p PASSWORD login password (radiko only) + -l Show all station ID list ++ ++EXAMPLES: ++ radish-play -t nhk -s tokyo-r1 + _EOT_ + } + +@@ -415,23 +416,12 @@ if [ "${type}" = "radiko" ]; then + + # Play + if [ "${type}" = "radiko" ]; then +- ffplay \ +- -loglevel error \ +- -fflags +discardcorrupt \ +- -headers "X-Radiko-Authtoken: ${radiko_authtoken}" \ +- -i "${playlist_uri}" \ +- -nodisp ++ mpv \ ++ --http-header-fields="X-Radiko-Authtoken: ${radiko_authtoken}" \ ++ "${playlist_uri}" + else +- ffplay \ +- -loglevel error \ +- -fflags +discardcorrupt \ +- -i "${playlist_uri}" \ +- -nodisp +-fi +-ret=$? +-if [ ${ret} -ne 0 ]; then +- echo "Record failed" >&2 +- exit 1 ++ mpv \ ++ "${playlist_uri}" + fi + + # Finish diff --git a/japanese/radish-play/pkg-descr b/japanese/radish-play/pkg-descr new file mode 100644 index 000000000000..2cfe8cde872d --- /dev/null +++ b/japanese/radish-play/pkg-descr @@ -0,0 +1,2 @@ +This is shell script to play Internet radio programs available on +NHK Radio Rajiru, Radiko, ListenRadio, and Shibuya Radio. 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/elixir-devel/Makefile b/lang/elixir-devel/Makefile index 7e5a74b00a3d..d4405cdee7a2 100644 --- a/lang/elixir-devel/Makefile +++ b/lang/elixir-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= elixir DISTVERSIONPREFIX= v -DISTVERSION= 1.18.4 -DISTVERSIONSUFFIX= +DISTVERSION= 1.19.0 +DISTVERSIONSUFFIX=-rc.0 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}/:doc PKGNAMESUFFIX= -devel diff --git a/lang/elixir-devel/distinfo b/lang/elixir-devel/distinfo index f2394213f08e..c1e2c67bdb03 100644 --- a/lang/elixir-devel/distinfo +++ b/lang/elixir-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1747839341 -SHA256 (elixir/1.18.4/Docs.zip) = c3843e096ed82f4e7107dddb6e53a1c3179b28724315e3ec419e3078908800da -SIZE (elixir/1.18.4/Docs.zip) = 5745595 -SHA256 (elixir/1.18.4/elixir-lang-elixir-v1.18.4_GH0.tar.gz) = 8e136c0a92160cdad8daa74560e0e9c6810486bd232fbce1709d40fcc426b5e0 -SIZE (elixir/1.18.4/elixir-lang-elixir-v1.18.4_GH0.tar.gz) = 3397219 +TIMESTAMP = 1750626014 +SHA256 (elixir/1.19.0/Docs.zip) = 334c1a3b676baa31eb1a1b517d60bdff60db16d8e661ad96180e987d64c83080 +SIZE (elixir/1.19.0/Docs.zip) = 5881276 +SHA256 (elixir/1.19.0/elixir-lang-elixir-v1.19.0-rc.0_GH0.tar.gz) = 62f903088e7bf21e129ad100e573f65d03638b10c6207770204b8e6b9d148791 +SIZE (elixir/1.19.0/elixir-lang-elixir-v1.19.0-rc.0_GH0.tar.gz) = 3512699 diff --git a/lang/elixir-devel/pkg-plist b/lang/elixir-devel/pkg-plist index 4ba3dec14189..d7d1e387328c 100644 --- a/lang/elixir-devel/pkg-plist +++ b/lang/elixir-devel/pkg-plist @@ -97,7 +97,6 @@ lib/elixir/lib/elixir/ebin/Elixir.GenServer.beam lib/elixir/lib/elixir/ebin/Elixir.HashDict.beam lib/elixir/lib/elixir/ebin/Elixir.HashSet.beam lib/elixir/lib/elixir/ebin/Elixir.IO.ANSI.Docs.beam -lib/elixir/lib/elixir/ebin/Elixir.IO.ANSI.Sequence.beam lib/elixir/lib/elixir/ebin/Elixir.IO.ANSI.beam lib/elixir/lib/elixir/ebin/Elixir.IO.Stream.beam lib/elixir/lib/elixir/ebin/Elixir.IO.StreamError.beam @@ -333,6 +332,7 @@ lib/elixir/lib/elixir/lib/hash_dict.ex lib/elixir/lib/elixir/lib/hash_set.ex lib/elixir/lib/elixir/lib/inspect.ex lib/elixir/lib/elixir/lib/inspect/algebra.ex +lib/elixir/lib/elixir/lib/inspect/error.ex lib/elixir/lib/elixir/lib/integer.ex lib/elixir/lib/elixir/lib/io.ex lib/elixir/lib/elixir/lib/io/ansi.ex @@ -444,7 +444,6 @@ lib/elixir/lib/ex_unit/lib/ex_unit/server.ex lib/elixir/lib/iex/ebin/Elixir.IEx.App.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Autocomplete.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Broker.beam -lib/elixir/lib/iex/ebin/Elixir.IEx.CLI.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Config.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Evaluator.beam lib/elixir/lib/iex/ebin/Elixir.IEx.Helpers.beam @@ -478,7 +477,6 @@ lib/elixir/lib/iex/lib/iex.ex lib/elixir/lib/iex/lib/iex/app.ex lib/elixir/lib/iex/lib/iex/autocomplete.ex lib/elixir/lib/iex/lib/iex/broker.ex -lib/elixir/lib/iex/lib/iex/cli.ex lib/elixir/lib/iex/lib/iex/config.ex lib/elixir/lib/iex/lib/iex/evaluator.ex lib/elixir/lib/iex/lib/iex/helpers.ex @@ -516,6 +514,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.AppLoader.beam lib/elixir/lib/mix/ebin/Elixir.Mix.CLI.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Elixir.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Erlang.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Protocol.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.Test.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Config.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Dep.Converger.beam @@ -576,6 +575,7 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Clean.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Compile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Get.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Loadpaths.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Partition.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Precompile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Tree.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Deps.Unlock.beam @@ -593,7 +593,6 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Iex.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Loadconfig.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Loadpaths.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Hex.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.PublicKeys.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.Rebar.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Local.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.New.beam @@ -617,6 +616,7 @@ lib/elixir/lib/mix/lib/mix/app_loader.ex lib/elixir/lib/mix/lib/mix/cli.ex lib/elixir/lib/mix/lib/mix/compilers/elixir.ex lib/elixir/lib/mix/lib/mix/compilers/erlang.ex +lib/elixir/lib/mix/lib/mix/compilers/protocol.ex lib/elixir/lib/mix/lib/mix/compilers/test.ex lib/elixir/lib/mix/lib/mix/config.ex lib/elixir/lib/mix/lib/mix/dep.ex @@ -673,6 +673,7 @@ lib/elixir/lib/mix/lib/mix/tasks/deps.compile.ex lib/elixir/lib/mix/lib/mix/tasks/deps.ex lib/elixir/lib/mix/lib/mix/tasks/deps.get.ex lib/elixir/lib/mix/lib/mix/tasks/deps.loadpaths.ex +lib/elixir/lib/mix/lib/mix/tasks/deps.partition.ex lib/elixir/lib/mix/lib/mix/tasks/deps.precompile.ex lib/elixir/lib/mix/lib/mix/tasks/deps.tree.ex lib/elixir/lib/mix/lib/mix/tasks/deps.unlock.ex @@ -690,7 +691,6 @@ lib/elixir/lib/mix/lib/mix/tasks/loadconfig.ex lib/elixir/lib/mix/lib/mix/tasks/loadpaths.ex lib/elixir/lib/mix/lib/mix/tasks/local.ex lib/elixir/lib/mix/lib/mix/tasks/local.hex.ex -lib/elixir/lib/mix/lib/mix/tasks/local.public_keys.ex lib/elixir/lib/mix/lib/mix/tasks/local.rebar.ex lib/elixir/lib/mix/lib/mix/tasks/new.ex lib/elixir/lib/mix/lib/mix/tasks/profile.cprof.ex @@ -715,13 +715,13 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/eex/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/eex/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/eex/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/eex/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/eex/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/eex/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_data-4B058DF8.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_data-B1F78EB2.js %%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-D8E88037.js %%PORTDOCS%%%%DOCSDIR%%/eex/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/eex/index.html @@ -870,14 +870,14 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/elixir/dependencies-and-umbrella-projects.html %%PORTDOCS%%%%DOCSDIR%%/elixir/design-anti-patterns.html %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_data-D3F975CD.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-33C8C98E.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_data-4AE494DF.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-FFDBFBE5.js %%PORTDOCS%%%%DOCSDIR%%/elixir/distributed-tasks.html %%PORTDOCS%%%%DOCSDIR%%/elixir/docs-tests-and-with.html %%PORTDOCS%%%%DOCSDIR%%/elixir/docs_config.js @@ -942,14 +942,14 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_data-61FBCF82.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-B7CFB982.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_data-9D569829.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-788E2F85.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/index.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/search.html @@ -963,13 +963,13 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/iex/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/iex/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/iex/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_data-2CF293CF.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_data-2658760C.js %%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-025038F8.js %%PORTDOCS%%%%DOCSDIR%%/iex/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/iex/index.html @@ -983,13 +983,13 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/logger/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/logger/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/logger/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/logger/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/logger/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/logger/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_data-B5F90A7A.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_data-634666A7.js %%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-6EF946FB.js %%PORTDOCS%%%%DOCSDIR%%/logger/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/logger/index.html @@ -1025,7 +1025,6 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.Elixir.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.Erlang.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.Leex.html -%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.Protocols.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.Yecc.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Compile.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Deps.Clean.html @@ -1049,7 +1048,6 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Loadconfig.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Loadpaths.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Local.Hex.html -%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Local.PublicKeys.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Local.Rebar.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Local.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.New.html @@ -1068,14 +1066,14 @@ lib/elixir/lib/mix/lib/mix/utils.ex %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/mix/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html-DPJLHKSM.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/html-elixir-J3PIVQVA.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/html-elixir-KV3YOVJ3.css %%PORTDOCS%%%%DOCSDIR%%/mix/dist/lato-latin-400-normal-W7754I4D.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/lato-latin-700-normal-2XVSBPG4.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/lato-latin-ext-400-normal-N27NCBWW.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 %%PORTDOCS%%%%DOCSDIR%%/mix/dist/remixicon-QPNJX265.woff2 -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_data-4AA84007.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-37FA66D7.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_data-01B98D19.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-7A85B680.js %%PORTDOCS%%%%DOCSDIR%%/mix/docs_config.js %%PORTDOCS%%%%DOCSDIR%%/mix/index.html %%PORTDOCS%%%%DOCSDIR%%/mix/search.html diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index ce4fa4c9c728..cd524d948dc2 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -13,7 +13,7 @@ WWW= https://www.haskell.org/ghc/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.so:math/gmp @@ -110,15 +110,8 @@ BUILD_MK= DYNAMIC_GHC_PROGRAMS=${ENABLE_DYNAMIC} \ .include <bsd.port.pre.mk> -.if ${GHC_VERSION:C/\..*//g} >= 9 && ${ARCH} != i386 -# hadrian build on i386 fails due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269570 -# relocation R_386_TLS_LE cannot be used with -shared -USE_HADRIAN= yes -.endif - .if ${GHC_VERSION:C/\..*//g} >= 9 && ${GHC_VERSION:C/[^\.]*\.//:C/\..*//g} >= 4 BOOT_SCRIPT= ./boot.source -IGNORE_i386= requires Hadrian build which doesn't work on i386 .else BOOT_SCRIPT= ./boot .endif @@ -132,7 +125,6 @@ HADRIAN_PLAN= ${MASTERDIR}/files/plan-bootstrap-${BOOT_GHC_VERSION:C/\./_/g}.js PLIST_SUB+= GMP= .endif -.ifdef USE_HADRIAN LIB_DEPENDS+= libffi.so:devel/libffi .undef DYNAMIC_CONFIGURE_WITH CONFIGURE_ARGS+= --with-system-libffi --with-ffi-includes=${LOCALBASE}/include --with-ffi-libraries=${LOCALBASE}/lib @@ -145,9 +137,8 @@ INSTALL_WRKSRC= ${WRKSRC}/_build/bindist/ghc-${GHC_VERSION}-${CONFIGURE_TARGET} INSTALL_TARGET= install PLIST?= ${.CURDIR}/pkg-plist.hadrian -. if (empty(PORT_OPTIONS:MDYNAMIC) || empty(PORT_OPTIONS:MPROFILE)) +.if (empty(PORT_OPTIONS:MDYNAMIC) || empty(PORT_OPTIONS:MPROFILE)) IGNORE= Building with Hadrian requires both DYNAMIC and PROFILE for now -. endif .endif GHC_ARCH= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/} @@ -162,36 +153,17 @@ PLIST_SUB+= GHC_ARCH=${GHC_ARCH} BOOT_DIR= ${WRKDIR}/ghc-${BOOT_GHC_VERSION}-${CONFIGURE_TARGET} .endif -# this is hacky but 92 is special as it is compiled with autotools on i386 and with Hadrian elsewhere -.if ${SLAVE_PORT} == "yes" && ${PKGNAMESUFFIX} == "92" -. ifdef USE_HADRIAN -PLIST= ${.CURDIR}/../ghc92/pkg-plist.hadrian -. else -PLIST= ${.CURDIR}/../ghc92/pkg-plist -. endif -.endif - .if empty(PORT_OPTIONS:MBOOT) DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot .endif # MBOOT -.if !defined(IGNORE_MISSING_HADRIAN) && defined(USE_HADRIAN) +.if !defined(IGNORE_MISSING_HADRIAN) DISTFILES+= hadrian-${GHC_VERSION}-boot.tar.gz:boot .endif -.if ${ARCH} == aarch64 || ${ARCH:Marmv*} -# ghc-8.10.x on arm requires devel/llvm10 -# CONFIGURE_TARGET must to be the same as the llvm triple +.if ${ARCH} == aarch64 CONFIGURE_TARGET= ${ARCH}-unknown-freebsd${"${ARCH:Maarch64}" != "":?:-gnueabihf} CONFIGURE_ARGS+= --host=${CONFIGURE_TARGET} -BUILD_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -RUN_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} - -# When GHC being compiled and GHC used for bootstrapping support different -# LLVM versions, we have to pull in both. Luckily, this is relatively rare. -. if ${BOOT_LLVM_VERSION} != ${LLVM_VERSION} -BUILD_DEPENDS+= llc${BOOT_LLVM_VERSION}:devel/llvm${BOOT_LLVM_VERSION} -. endif .endif post-patch: @@ -200,11 +172,9 @@ post-patch: .for line in ${BUILD_MK} ${ECHO_CMD} ${line} >> ${WRKSRC}/mk/build.mk .endfor -.ifdef USE_HADRIAN ${SED} -e 's|%%DYNAMIC%%|${HADRIAN_SETTING_DYNAMIC}|' \ -e 's|%%PROFILE%%|${HADRIAN_SETTING_PROFILE}|' \ ${PATCHDIR}/UserSettings.hs > ${WRKSRC}/hadrian/src/UserSettings.hs -.endif pre-configure: # Call the bootstrap script @@ -214,24 +184,18 @@ pre-configure: cd ${BOOT_DIR} && ${CONFIGURE_CMD} ${CONFIGURE_ENV} --prefix=${BOOT_INSTALL_DIR} cd ${BOOT_DIR} && ${SETENVI} ${WRK_ENV} ${GMAKE} PACKAGES='' install .endif -.ifdef USE_HADRIAN # Compile Hadrian cd ${WRKSRC}/hadrian/bootstrap && \ ./bootstrap.py -w ${BOOT_GHC} -s ${DISTDIR}/hadrian-${GHC_VERSION}-boot.tar.gz -.endif -.ifdef USE_HADRIAN pre-install: cd ${INSTALL_WRKSRC} && ${CONFIGURE_CMD} ${CONFIGURE_ENV} --prefix=${PREFIX} -.endif post-install: -.ifdef USE_HADRIAN # Hadrian doesn't have --docdir ${MV} ${STAGEDIR}${DOCSDIR}-${GHC_VERSION} ${STAGEDIR}${DOCSDIR} # These includes are duplicated in lib/ghc-X.Y.Z/lib/<triple>/rts-X.Y.Z/include ${RM} -r ${STAGEDIR}${PREFIX}/include/* -.endif ${FIND} ${STAGEDIR}${DOCSDIR} -name .buildinfo -delete # For some reason, INSTALL_TARGET=install-strip doesn't cause libraries to be stripped # Run strip on them manually @@ -239,9 +203,6 @@ post-install: ${FIND} ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION} -name '*.so' -exec ${STRIP_CMD} {} + ${RM} ${STAGEDIR}${PREFIX}/bin/haddock .if ${SLAVE_PORT} == "yes" -. ifndef USE_HADRIAN - ${MV} ${STAGEDIR}${PREFIX}/bin/hsc2hs ${STAGEDIR}${PREFIX}/bin/hsc2hs-ghc-${GHC_VERSION} -. endif ${FIND} ${STAGEDIR}${PREFIX}/bin -not -type d -not -regex '.*-${GHC_VERSION}' -delete ${RM} -r ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION}/html ${RM} -r ${STAGEDIR}${PREFIX}/lib/ghc-${GHC_VERSION}/latex @@ -264,19 +225,9 @@ RUNHASKELL?= ${LOCALBASE}/bin/runhaskell # Set all OPTIONS to OFF when generating bootstraps .PHONY: create-bootstrap create-bootstrap: -.ifndef USE_HADRIAN - cd ${WRKSRC} \ - && ${ECHO_CMD} "BIN_DIST_NAME=ghc-${GHC_VERSION}-boot" >> mk/build.mk \ - && ${ECHO_CMD} "BIN_DIST_TAR=ghc-${GHC_VERSION}-boot.tar" >> mk/build.mk \ - && ${ECHO_CMD} "HADDOCK_DOCS=NO" >> mk/build.mk \ - && ${SETENVI} ${WRK_ENV} ${GMAKE} binary-dist TAR_COMP=xz \ - && ${MV} ${WRKSRC}/ghc-${GHC_VERSION}-boot-${GHC_ARCH}-portbld-freebsd.tar.xz /tmp/ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz -.else cd ${WRKSRC} \ && ${HADRIAN_CMD} binary-dist-xz \ && ${MV} ${WRKSRC}/_build/bindist/ghc-${GHC_VERSION}-${CONFIGURE_TARGET}.tar.xz /tmp/ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz -.endif - @cd /tmp \ && sha256 ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz \ && ${ECHO_CMD} -n "SIZE (ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz) = " \ @@ -286,17 +237,10 @@ create-bootstrap: # Set DYNAMIC, GMP and PROFILE to ON, and DOCS to OFF when generating Stack bindist .PHONY: create-stack-bindist create-stack-bindist: -.ifndef USE_HADRIAN - cd ${WRKSRC} \ - && ${SETENVI} ${WRK_ENV} ${GMAKE} binary-dist TAR_COMP=xz \ - && ${MV} ${WRKSRC}/ghc-${GHC_VERSION}-${GHC_ARCH}-portbld-freebsd.tar.xz /tmp/ -.else cd ${WRKSRC} \ && ${HADRIAN_CMD} binary-dist-xz \ && ${MV} ${WRKSRC}/_build/bindist/ghc-${GHC_VERSION}-${GHC_ARCH}-portbld-freebsd.tar.xz /tmp/ -.endif - - cd /tmp \ + @cd /tmp \ && ${ECHO_CMD} "${GHC_VERSION}:" \ && ${ECHO_CMD} "url: \"http://distcache.FreeBSD.org/local-distfiles/arrowd/stack-bindists/ghc-${GHC_VERSION}-${GHC_ARCH}-portbld-freebsd.tar.xz\"" \ && ${ECHO_CMD} -n "content-length: " \ diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo index 580b61c0b40b..6e28846db063 100644 --- a/lang/ghc/distinfo +++ b/lang/ghc/distinfo @@ -23,8 +23,6 @@ SHA256 (ghc-9.2.8-boot-amd64-freebsd.tar.xz) = 8b172a963e316a57906edb7914be76502 SIZE (ghc-9.2.8-boot-amd64-freebsd.tar.xz) = 117864544 SHA256 (ghc-8.10.7-boot-amd64-freebsd.tar.xz) = bde05fc239d962a4caea55d8c51a249145ef9a91695214b189078603d95e9b5b SIZE (ghc-8.10.7-boot-amd64-freebsd.tar.xz) = 70284268 -SHA256 (ghc-8.10.7-boot-i386-freebsd.tar.xz) = b9b50875143311425d6f1b35d21d2d4d4d6e3beb8159b90adcc2440d77ecd30d -SIZE (ghc-8.10.7-boot-i386-freebsd.tar.xz) = 69555468 SHA256 (ghc-9.6.7-boot-aarch64-freebsd.tar.xz) = 0c5abc06413c081240ab471592c78e350d1e0fcaf81559c25f3030dfa287ceb6 SIZE (ghc-9.6.7-boot-aarch64-freebsd.tar.xz) = 132563424 SHA256 (ghc-9.2.8-boot-aarch64-freebsd.tar.xz) = 23da026e3a9f1a4569aa7a464be016fc39b05afc9209e0d7662e151260b4964c 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/koboldcpp/Makefile b/misc/koboldcpp/Makefile index 115911d005a4..ddf36386e458 100644 --- a/misc/koboldcpp/Makefile +++ b/misc/koboldcpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= koboldcpp DISTVERSIONPREFIX= v -DISTVERSION= 1.89 +DISTVERSION= 1.94.1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/koboldcpp/distinfo b/misc/koboldcpp/distinfo index 76d417f8cf3f..0e37240187a3 100644 --- a/misc/koboldcpp/distinfo +++ b/misc/koboldcpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745253387 -SHA256 (LostRuins-koboldcpp-v1.89_GH0.tar.gz) = 5bf0a3b1559330aa4780ff9670ae9dbf3bad2268076853ccb82754068cf7b743 -SIZE (LostRuins-koboldcpp-v1.89_GH0.tar.gz) = 27654876 +TIMESTAMP = 1750738105 +SHA256 (LostRuins-koboldcpp-v1.94.1_GH0.tar.gz) = 68b361b7b43db0b7c36576755aee1000ae997a23c47066ac0312c346632455ce +SIZE (LostRuins-koboldcpp-v1.94.1_GH0.tar.gz) = 30948504 diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 71f062e7e843..317189cb7158 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 5740 +DISTVERSION= 5747 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 5f805df56c4b..018926c949a2 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750672878 -SHA256 (ggerganov-llama.cpp-b5740_GH0.tar.gz) = e8a127caefa022a639ba42cd2be7bcee78e67ac8d53d228661b1a2a5008d224c -SIZE (ggerganov-llama.cpp-b5740_GH0.tar.gz) = 25008789 +TIMESTAMP = 1750748065 +SHA256 (ggerganov-llama.cpp-b5747_GH0.tar.gz) = f158c7aa369c68e2bbb14cab18c566902df675d5956a1b831978d3f5e4135344 +SIZE (ggerganov-llama.cpp-b5747_GH0.tar.gz) = 25012522 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 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/butt/Makefile b/multimedia/butt/Makefile index 8ad1754df4cf..8f2de969fe7a 100644 --- a/multimedia/butt/Makefile +++ b/multimedia/butt/Makefile @@ -1,5 +1,6 @@ PORTNAME= butt PORTVERSION= 1.44.0 +PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= https://danielnoethen.de/butt/release/${PORTVERSION}/ 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-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 7aa8fc4fcee7..dad9ff28e2f5 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -1,6 +1,6 @@ PORTNAME= telegraf DISTVERSIONPREFIX=v -DISTVERSION= 1.35.0 +DISTVERSION= 1.35.1 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org diff --git a/net-mgmt/telegraf/distinfo b/net-mgmt/telegraf/distinfo index eeb6a52835fe..ff93e1c9fd25 100644 --- a/net-mgmt/telegraf/distinfo +++ b/net-mgmt/telegraf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750234297 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.0/v1.35.0.mod) = d811494f299ad89d9bd330fcdd188b4d2f3c838fdc9a588358bdc3f8705a5b8a -SIZE (go/net-mgmt_telegraf/telegraf-v1.35.0/v1.35.0.mod) = 28846 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.0/v1.35.0.zip) = 54b5e5eb09a49ce3298955d12be07149d4480b517bb99e824ea6828caa0fc571 -SIZE (go/net-mgmt_telegraf/telegraf-v1.35.0/v1.35.0.zip) = 7360563 +TIMESTAMP = 1750752171 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.1/v1.35.1.mod) = 2f8a4ccb8070783d1bc82e342d93c13e3b9096bd0accde059782fb75d75b56d0 +SIZE (go/net-mgmt_telegraf/telegraf-v1.35.1/v1.35.1.mod) = 28847 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.1/v1.35.1.zip) = 504bffd829d03a5f9e25a794d68902ad6fd40976fd0a7463fb936a36e9880004 +SIZE (go/net-mgmt_telegraf/telegraf-v1.35.1/v1.35.1.zip) = 7361138 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/Makefile b/net/Makefile index b56313c6b707..04d1adac41e2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1714,9 +1714,9 @@ SUBDIR += zapret SUBDIR += zebra-server SUBDIR += zerotier - SUBDIR += ziina SUBDIR += zillion SUBDIR += zmap + SUBDIR += zmate SUBDIR += zsync SUBDIR += zyre 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/rospo/Makefile b/net/rospo/Makefile index fa3130cbfbed..a7c0c4ce34a8 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,7 +1,6 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0 -PORTREVISION= 2 +DISTVERSION= 0.15.0 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 4fcafd826996..4e6087d2008e 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742493288 -SHA256 (go/net_rospo/rospo-v0.14.0/v0.14.0.mod) = 3afe644553de53715e29f25317d0a60f2f23cadf470964b01b5d2fe1f266345c -SIZE (go/net_rospo/rospo-v0.14.0/v0.14.0.mod) = 1295 -SHA256 (go/net_rospo/rospo-v0.14.0/v0.14.0.zip) = 878a72f0a33219ff5a540d21d5bccc92b40ec1a7dc35c919d07d78cec0230069 -SIZE (go/net_rospo/rospo-v0.14.0/v0.14.0.zip) = 94080 +TIMESTAMP = 1750613153 +SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = fb7e02a0a571d1d0e0427d486f137678154dd1d48128fdf41391c41398adbbd7 +SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = 1337 +SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 996632dc72ec827d7e9b9789c4f0eb009a82742ba11838c3d83e54b93e4ede92 +SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 98205 diff --git a/net/ziina/distinfo b/net/ziina/distinfo deleted file mode 100644 index 42c1905e021d..000000000000 --- a/net/ziina/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1749640560 -SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 91760339a9d38affd41925d16bfa8807a7bfb4ce6c3c1ed32e0bc79ad99c1171 -SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 562 -SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = c58e839ada18321fbdd4aab7fb133e1372273a2aa309103da96269d4d19d5658 -SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = 11698 diff --git a/net/ziina/Makefile b/net/zmate/Makefile index bc9500961af5..e33b10081ae2 100644 --- a/net/ziina/Makefile +++ b/net/zmate/Makefile @@ -1,11 +1,11 @@ -PORTNAME= ziina +PORTNAME= zmate DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 +DISTVERSION= 0.3.1 CATEGORIES= net MAINTAINER= fuz@FreeBSD.org COMMENT= Instant terminal sharing using Zellij -WWW= https://github.com/ziinaio/ziina +WWW= https://github.com/ziinaio/zmate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md @@ -14,8 +14,8 @@ RUN_DEPENDS= zellij:sysutils/zellij USES= go:1.24,modules -GO_MODULE= github.com/ziinaio/ziina +GO_MODULE= github.com/ziinaio/zmate -PLIST_FILES= bin/ziina +PLIST_FILES= bin/zmate .include <bsd.port.mk> diff --git a/net/zmate/distinfo b/net/zmate/distinfo new file mode 100644 index 000000000000..753ddae2f5ba --- /dev/null +++ b/net/zmate/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1750412640 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 6741586fca454027868f80ab204fac8c95249583aef99a157b47dd1c2ee01b22 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 562 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = d7ebbaef675533657c58ecd58abe4445f497c80f7029296ba9c04c7323885be2 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = 12464 diff --git a/net/ziina/pkg-descr b/net/zmate/pkg-descr index 9c3c230186a1..9c3c230186a1 100644 --- a/net/ziina/pkg-descr +++ b/net/zmate/pkg-descr 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..6b39ac124f08 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot -DISTVERSION= 5.2.0 -PORTREVISION= 3 +DISTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org @@ -10,11 +10,14 @@ WWW= https://github.com/mitre/caldera-ot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 + BUILD_DEPENDS= bacnet-stack>0:devel/bacnet-stack \ cmake:devel/cmake-core \ 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 +28,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..6d2f9d8a7e03 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera -DISTVERSION= 5.2.0 -PORTREVISION= 3 +DISTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org @@ -12,7 +12,9 @@ CONFLICTS= caldera4 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= npm-node18>0:www/npm-node18 +ONLY_FOR_ARCHS= aarch64 amd64 + +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 +57,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 @@ -107,11 +109,11 @@ DEPS_CACHE_DIR= ${WRKSRC}/plugins/magma .if (${DEV_UPDATE_MODE} == "yes") NPM_ARGS= install post-build: - @cd ${DEPS_CACHE_DIR} && ${TAR} czf ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${DISTVERSION}${EXTRACT_SUFX} node_modules - @${ECHO} "(!!!) Please upload the cache archive: ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${DISTVERSION}${EXTRACT_SUFX}" + @cd ${DEPS_CACHE_DIR} && ${TAR} czf ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX} node_modules + @${ECHO} "(!!!) Please upload the cache archive: ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX}" .else MASTER_SITES+= LOCAL/acm/caldera/:npm_cache -DISTFILES+= ${PORTNAME}-cache-${DISTVERSION}${EXTRACT_SUFX}:npm_cache \ +DISTFILES+= ${PORTNAME}-cache-${ARCH}-${DISTVERSION}${EXTRACT_SUFX}:npm_cache \ ${PORTNAME}-freebsd-logos.tar.gz:npm_cache NPM_ARGS= run build @@ -122,6 +124,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 +138,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..aa49d5e7b3ac 100644 --- a/security/caldera/distinfo +++ b/security/caldera/distinfo @@ -1,39 +1,41 @@ -TIMESTAMP = 1741204620 -SHA256 (caldera-cache-5.2.0.tar.gz) = ee654e3efdc95cae9057e5cc81590f503c6a7dca8708102e7e3f416a069d69cf -SIZE (caldera-cache-5.2.0.tar.gz) = 41954338 +TIMESTAMP = 1750745433 +SHA256 (caldera-cache-aarch64-5.3.0.tar.gz) = f43786f5e16ec842f7403033e4c94a423b54cd64add4863200a696030f965f69 +SIZE (caldera-cache-aarch64-5.3.0.tar.gz) = 41661039 +SHA256 (caldera-cache-amd64-5.3.0.tar.gz) = d4a5e26f240f7fde7a33cb9c7f42b025b2904258cb632eeb1a4e5adfb0206586 +SIZE (caldera-cache-amd64-5.3.0.tar.gz) = 41960621 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/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/libp11/Makefile b/security/libp11/Makefile index 7575e9c2ed49..2521f1fa7db8 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -1,5 +1,6 @@ PORTNAME= libp11 PORTVERSION= 0.4.14 +PORTREVIION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security devel @@ -39,6 +40,15 @@ CONFIGURE_ARGS= --with-enginesdir=${PREFIX}/lib/engines \ --with-modulesdir=${PREFIX}/lib/ossl-modules \ --enable-static-engine +.include <bsd.port.options.mk> + +.if ${SSL_DEFAULT} == "base" && ${OPSYS} == FreeBSD && ${OSREL:R} < 14 +PLIST_SUB+= PROVIDERS="@comment " +.else +PLIST_SUB+= PROVIDERS="" +.endif + + INSTALL_TARGET= install-strip PORTDOCS= * diff --git a/security/libp11/pkg-plist b/security/libp11/pkg-plist index 79526fa0f30a..b0d6012014a0 100644 --- a/security/libp11/pkg-plist +++ b/security/libp11/pkg-plist @@ -2,8 +2,8 @@ include/libp11.h include/p11_err.h lib/engines/libpkcs11.so lib/engines/pkcs11.so -lib/ossl-modules/libpkcs11.so -lib/ossl-modules/pkcs11prov.so +%%PROVIDERS%%lib/ossl-modules/libpkcs11.so +%%PROVIDERS%%lib/ossl-modules/pkcs11prov.so lib/libp11.a lib/libp11.so lib/libp11.so.3 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/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 7ddafc13c211..88ecf66a42a7 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -2045,7 +2045,7 @@ </vuln> <vuln vid="a8a1a8e7-2e85-11f0-a989-b42e991fc52e"> - <topic>Mozilla -- memory corrupton</topic> + <topic>Mozilla -- memory corruption</topic> <affects> <package> <name>firefox</name> @@ -2215,7 +2215,7 @@ </vuln> <vuln vid="9c37a02e-2e85-11f0-a989-b42e991fc52e"> - <topic>Mozilla -- javescript content execution</topic> + <topic>Mozilla -- javascript content execution</topic> <affects> <package> <name>firefox</name> 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/devedeng/Makefile b/sysutils/devedeng/Makefile index 6cbffd29a6b9..70b1a8b1d502 100644 --- a/sysutils/devedeng/Makefile +++ b/sysutils/devedeng/Makefile @@ -1,6 +1,5 @@ PORTNAME= devedeng -DISTVERSION= 4.18.0 -PORTREVISION= 2 +DISTVERSION= 4.21.0 CATEGORIES= sysutils multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,12 +21,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ USES= python gettext-tools gnome USE_GITLAB= yes GL_ACCOUNT= rastersoft -GL_TAGNAME= 8cd457b494c1b746633d2490e319c07f6905e1f2 USE_GNOME= gtk30 pygobject3:run -USE_PYTHON= distutils autoplist +USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes -PLIST_FILES= bin/devede_ng OPTIONS_DEFAULT= BRASERO MPV OPTIONS_MULTI= PLAYER BURNER @@ -52,7 +49,4 @@ XFBURN_RUN_DEPENDS= xfburn:sysutils/xfburn pre-configure: ${REINPLACE_CMD} -e 's,/usr,${PREFIX},' ${WRKSRC}/setup.py -post-install: - ${LN} -s devede_ng.py ${STAGEDIR}${PREFIX}/bin/devede_ng - .include <bsd.port.mk> diff --git a/sysutils/devedeng/distinfo b/sysutils/devedeng/distinfo index 9c777c46d39d..9abf4175f254 100644 --- a/sysutils/devedeng/distinfo +++ b/sysutils/devedeng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729512128 -SHA256 (rastersoft-devedeng-8cd457b494c1b746633d2490e319c07f6905e1f2_GL0.tar.gz) = 94d9bad3dbaa2458c6e5f64822a6a0e8a33a2038de820e1d62e95f50ff09eb47 -SIZE (rastersoft-devedeng-8cd457b494c1b746633d2490e319c07f6905e1f2_GL0.tar.gz) = 1886012 +TIMESTAMP = 1750105512 +SHA256 (devedeng-4.21.0.tar.bz2) = 115f071c10f3e8e40f76bb9c862ca854294b3f75c118f59e6ab234c4c0dcbe5b +SIZE (devedeng-4.21.0.tar.bz2) = 1809164 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-docx-generator/Makefile b/textproc/py-docx-generator/Makefile index f2c3685c537e..af29d25f795d 100644 --- a/textproc/py-docx-generator/Makefile +++ b/textproc/py-docx-generator/Makefile @@ -1,6 +1,6 @@ PORTNAME= docx-generator -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.9.1 +DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,20 +10,21 @@ WWW= https://github.com/dfir-iris/docx-generator LICENSE= LGPL3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docxcompose>0:textproc/py-docxcompose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docxtpl>0:textproc/py-docxtpl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-docx>0:textproc/py-python-docx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mistletoe>0:textproc/py-mistletoe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= dfir-iris GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 6b2d68f2ea8b34daac76bd399b083d5e85eee23b USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/textproc/py-docx-generator/distinfo b/textproc/py-docx-generator/distinfo index a1506a7d9409..47d7f4001619 100644 --- a/textproc/py-docx-generator/distinfo +++ b/textproc/py-docx-generator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682838277 -SHA256 (dfir-iris-docx-generator-0.8.0-6b2d68f2ea8b34daac76bd399b083d5e85eee23b_GH0.tar.gz) = 5608f69a0d37629dc9a3ac91d77b31e19bd29d382149fd916de5317ed3099549 -SIZE (dfir-iris-docx-generator-0.8.0-6b2d68f2ea8b34daac76bd399b083d5e85eee23b_GH0.tar.gz) = 6352886 +TIMESTAMP = 1750748858 +SHA256 (dfir-iris-docx-generator-v0.9.1_GH0.tar.gz) = 1aa9a4f08dcc7d16abb6cc32099204c7a778e2e72ba3de26801a009ea8295c8f +SIZE (dfir-iris-docx-generator-v0.9.1_GH0.tar.gz) = 6381768 diff --git a/textproc/py-docxtpl/Makefile b/textproc/py-docxtpl/Makefile index 7e18be22cfd1..d53b217c57f9 100644 --- a/textproc/py-docxtpl/Makefile +++ b/textproc/py-docxtpl/Makefile @@ -1,6 +1,5 @@ PORTNAME= docxtpl -PORTVERSION= 0.16.6 -PORTREVISION= 2 +PORTVERSION= 0.20.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,6 @@ LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-docx>0:textproc/py-python-docx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docxcompose>0:textproc/py-docxcompose@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} USES= python diff --git a/textproc/py-docxtpl/distinfo b/textproc/py-docxtpl/distinfo index 1f95fea2da67..65b7d939193d 100644 --- a/textproc/py-docxtpl/distinfo +++ b/textproc/py-docxtpl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682829200 -SHA256 (docxtpl-0.16.6.tar.gz) = c5938dd891bf13958dd5dfd513816c688999060f037c316756a005cdebf9a322 -SIZE (docxtpl-0.16.6.tar.gz) = 29991 +TIMESTAMP = 1750747705 +SHA256 (docxtpl-0.20.0.tar.gz) = 87d5d9c7f73a6c74c182b4b78a82886047e33db64973f7adaac3e0a824ffef63 +SIZE (docxtpl-0.20.0.tar.gz) = 31544 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/textproc/yamlfmt/Makefile b/textproc/yamlfmt/Makefile index 57781a6d6127..8fffadefd4a6 100644 --- a/textproc/yamlfmt/Makefile +++ b/textproc/yamlfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= yamlfmt DISTVERSIONPREFIX= v -DISTVERSION= 0.17.0 +DISTVERSION= 0.17.2 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org diff --git a/textproc/yamlfmt/distinfo b/textproc/yamlfmt/distinfo index 51e78e179e84..c1ab8ca1157a 100644 --- a/textproc/yamlfmt/distinfo +++ b/textproc/yamlfmt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749616586 -SHA256 (go/textproc_yamlfmt/yamlfmt-v0.17.0/v0.17.0.mod) = da0bfaa1174b546a2f38c9e6e55a76f7d3e478b713bbbac3fb7f86d8f5e922c3 -SIZE (go/textproc_yamlfmt/yamlfmt-v0.17.0/v0.17.0.mod) = 390 -SHA256 (go/textproc_yamlfmt/yamlfmt-v0.17.0/v0.17.0.zip) = a315e642f3808e84b10f15cc5bf005ebd080b450d56c96d5705185c942feee5b -SIZE (go/textproc_yamlfmt/yamlfmt-v0.17.0/v0.17.0.zip) = 245620 +TIMESTAMP = 1750750674 +SHA256 (go/textproc_yamlfmt/yamlfmt-v0.17.2/v0.17.2.mod) = da0bfaa1174b546a2f38c9e6e55a76f7d3e478b713bbbac3fb7f86d8f5e922c3 +SIZE (go/textproc_yamlfmt/yamlfmt-v0.17.2/v0.17.2.mod) = 390 +SHA256 (go/textproc_yamlfmt/yamlfmt-v0.17.2/v0.17.2.zip) = df0858a273e5b4a933229fe28f39e9cc20a2dfb5136824c480cc5f7722efa51c +SIZE (go/textproc_yamlfmt/yamlfmt-v0.17.2/v0.17.2.zip) = 245967 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/drupal10/Makefile b/www/drupal10/Makefile index 7ba459167cfa..fee4ee3c6fa7 100644 --- a/www/drupal10/Makefile +++ b/www/drupal10/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal10 -PORTVERSION= 10.4.6 +PORTVERSION= 10.5.0 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal10/distinfo b/www/drupal10/distinfo index 10b935a7e3d4..651f55a96100 100644 --- a/www/drupal10/distinfo +++ b/www/drupal10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745289058 -SHA256 (drupal/drupal-10.4.6.tar.gz) = 18394f8169f7a5e08916a795a0c3d0f17c98d52ee47ce413c5261688ff9c23e2 -SIZE (drupal/drupal-10.4.6.tar.gz) = 21153808 +TIMESTAMP = 1750746792 +SHA256 (drupal/drupal-10.5.0.tar.gz) = 5420a6bd000153fce2cf1f34ee0e62d735b0cdbf917afa5c287d71ec04ff742c +SIZE (drupal/drupal-10.5.0.tar.gz) = 21283662 diff --git a/www/drupal10/pkg-plist b/www/drupal10/pkg-plist index 09b2df62330b..5f32ac67dce2 100644 --- a/www/drupal10/pkg-plist +++ b/www/drupal10/pkg-plist @@ -72,6 +72,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/alignment/translations/bs.js @@ -144,6 +145,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autoformat/translations/bs.js @@ -216,6 +218,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/autosave/translations/bs.js @@ -288,6 +291,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/basic-styles/translations/bs.js @@ -360,6 +364,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/block-quote/translations/bs.js @@ -432,6 +437,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/bookmark/translations/bs.js @@ -504,6 +510,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckbox/translations/bs.js @@ -576,6 +583,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckeditor5-dll/translations/bs.js @@ -648,6 +656,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/ckfinder/translations/bs.js @@ -721,6 +730,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/code-block/translations/bs.js @@ -794,12 +804,86 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-decoupled/editor-decoupled.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-inline/editor-inline.js %%WWWDIR%%/core/assets/vendor/ckeditor5/editor-multi-root/editor-multi-root.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/emoji.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/emoji/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/essentials/essentials.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/find-and-replace.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/find-and-replace/translations/bs.js @@ -872,6 +956,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/bs.js @@ -939,11 +1024,85 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/vi.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh-cn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/font/translations/zh.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/fullscreen.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/af.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ar.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ast.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/be.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bg.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/bs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ca.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/cs.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/da.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de-ch.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/de.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/el.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-au.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/en-gb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eo.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es-co.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/es.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/et.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/eu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fa.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/fr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/gu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/he.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hu.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/hy.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/id.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/it.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ja.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/jv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/km.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/kn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ko.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ku.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/lv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ms.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nb.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ne.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/nl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/no.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/oc.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt-br.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/pt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ro.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ru.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/si.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sl.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sq.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr-latn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/sv.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/th.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ti.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tr.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/tt.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ug.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uk.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/ur.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/uz.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/vi.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh-cn.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/fullscreen/translations/zh.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/heading.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/af.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/heading/translations/bs.js @@ -1016,6 +1175,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/highlight/translations/bs.js @@ -1088,6 +1248,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/horizontal-line/translations/bs.js @@ -1160,6 +1321,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-embed/translations/bs.js @@ -1232,6 +1394,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/html-support/translations/bs.js @@ -1304,6 +1467,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/image/translations/bs.js @@ -1376,6 +1540,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/indent/translations/bs.js @@ -1448,6 +1613,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/language/translations/bs.js @@ -1520,6 +1686,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/link/translations/bs.js @@ -1592,6 +1759,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/list/translations/bs.js @@ -1665,6 +1833,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/media-embed/translations/bs.js @@ -1739,6 +1908,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/page-break/translations/bs.js @@ -1812,6 +1982,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/remove-format/translations/bs.js @@ -1884,6 +2055,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/restricted-editing/translations/bs.js @@ -1956,6 +2128,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/show-blocks/translations/bs.js @@ -2028,6 +2201,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/source-editing/translations/bs.js @@ -2100,6 +2274,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/special-characters/translations/bs.js @@ -2172,6 +2347,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/style/translations/bs.js @@ -2244,6 +2420,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/table/translations/bs.js @@ -2315,6 +2492,7 @@ %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ar.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/ast.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/az.js +%%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/be.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bg.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bn.js %%WWWDIR%%/core/assets/vendor/ckeditor5/word-count/translations/bs.js @@ -3162,6 +3340,7 @@ %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php +%%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheOptionalInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheRedirect.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php %%WWWDIR%%/core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php @@ -4043,8 +4222,6 @@ %%WWWDIR%%/core/lib/Drupal/Core/GeneratedLink.php %%WWWDIR%%/core/lib/Drupal/Core/GeneratedNoLink.php %%WWWDIR%%/core/lib/Drupal/Core/GeneratedUrl.php -%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/Hook.php -%%WWWDIR%%/core/lib/Drupal/Core/Hook/Attribute/LegacyHook.php %%WWWDIR%%/core/lib/Drupal/Core/Http/ClientFactory.php %%WWWDIR%%/core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php %%WWWDIR%%/core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php @@ -5806,6 +5983,8 @@ %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/ckeditor5_drupalelementstyle_test.module +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.ckeditor5.yml +%%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_icon_deprecation_test/ckeditor5_icon_deprecation_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/ckeditor5_incompatible_filter_test.info.yml %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php %%WWWDIR%%/core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.ckeditor5.yml @@ -6263,6 +6442,7 @@ %%WWWDIR%%/core/modules/config/tests/config_test/config_test.links.action.yml %%WWWDIR%%/core/modules/config/tests/config_test/config_test.links.task.yml %%WWWDIR%%/core/modules/config/tests/config_test/config_test.module +%%WWWDIR%%/core/modules/config/tests/config_test/config_test.permissions.yml %%WWWDIR%%/core/modules/config/tests/config_test/config_test.routing.yml %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedOtherMethodName.php @@ -6271,6 +6451,7 @@ %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestForm.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestInterface.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php +%%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestPermissions.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigTestStorage.php %%WWWDIR%%/core/modules/config/tests/config_test/src/ConfigValidation.php %%WWWDIR%%/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php @@ -9804,6 +9985,7 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrateTestCase.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/MigrationTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/CheckRequirementsTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php @@ -10120,6 +10302,7 @@ %%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml %%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.module %%WWWDIR%%/core/modules/navigation/modules/navigation_top_bar/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/navigation/navigation.api.php %%WWWDIR%%/core/modules/navigation/navigation.info.yml %%WWWDIR%%/core/modules/navigation/navigation.install %%WWWDIR%%/core/modules/navigation/navigation.layouts.yml @@ -10150,6 +10333,7 @@ %%WWWDIR%%/core/modules/navigation/templates/block--navigation.html.twig %%WWWDIR%%/core/modules/navigation/templates/logo.svg.twig %%WWWDIR%%/core/modules/navigation/templates/menu-region--footer.html.twig +%%WWWDIR%%/core/modules/navigation/templates/navigation-content-top.html.twig %%WWWDIR%%/core/modules/navigation/templates/navigation-menu.html.twig %%WWWDIR%%/core/modules/navigation/templates/top-bar-local-task.html.twig %%WWWDIR%%/core/modules/navigation/templates/top-bar-local-tasks.html.twig @@ -10157,6 +10341,7 @@ %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.info.yml %%WWWDIR%%/core/modules/navigation/tests/navigation_test/navigation_test.module %%WWWDIR%%/core/modules/navigation/tests/src/Functional/GenericTest.php +%%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationContentTopTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLinkBlockTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationLogoTest.php %%WWWDIR%%/core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php @@ -12106,6 +12291,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php +%%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php %%WWWDIR%%/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php @@ -12294,6 +12480,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/menu_test.services.yml %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php +%%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php @@ -12305,6 +12492,7 @@ %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTaskWithUserInput.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php +%%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/SkippablePathBasedBreadcrumbBuilder.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/TestControllers.php %%WWWDIR%%/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php %%WWWDIR%%/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml @@ -13053,6 +13241,9 @@ %%WWWDIR%%/core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/another-stylesheet.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css @@ -13063,7 +13254,10 @@ %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.twig +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/css-order-dependent.css +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/css/reset.css %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml +%%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig %%WWWDIR%%/core/modules/system/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml @@ -15411,6 +15605,7 @@ %%WWWDIR%%/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspaceToolbarIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesLayoutBuilderIntegrationTest.php +%%WWWDIR%%/core/modules/workspaces/tests/src/FunctionalJavascript/WorkspacesMediaLibraryIntegrationTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php %%WWWDIR%%/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php @@ -16582,6 +16777,7 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalTests/UserHelpersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertConfigTrait.php %%WWWDIR%%/core/tests/Drupal/KernelTests/AssertContentTrait.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php @@ -16713,6 +16909,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SelectTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/StatementPrefetchGadgetChainTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/StatementTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php @@ -17514,6 +17711,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/DrupalTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php @@ -18142,6 +18340,7 @@ %%WWWDIR%%/core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml %%WWWDIR%%/core/tests/fixtures/default_content/taxonomy_term/550f86ad-aa11-4047-953f-636d42889f85.yml %%WWWDIR%%/core/tests/fixtures/default_content/user/94503467-be7f-406c-9795-fc25baa22203.yml +%%WWWDIR%%/core/tests/fixtures/default_content_broken/no-uuid.yml %%WWWDIR%%/core/tests/fixtures/empty_file.php.module %%WWWDIR%%/core/tests/fixtures/files/README.txt %%WWWDIR%%/core/tests/fixtures/files/html-1.txt @@ -18692,6 +18891,7 @@ %%WWWDIR%%/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-ui-view-preview-section--exposed.html.twig %%WWWDIR%%/core/themes/claro/templates/views/views-view-table.html.twig +%%WWWDIR%%/core/themes/claro/tests/src/Functional/MenuLinkDefaultFormTest.php %%WWWDIR%%/core/themes/claro/tests/src/Functional/NodeTitleTest.php %%WWWDIR%%/core/themes/engines/twig/twig.engine %%WWWDIR%%/core/themes/engines/twig/twig.info.yml @@ -19925,6 +20125,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2022/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2023/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2024/Features.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/ES2025/Features.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EncodingException.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/EventsEmitter.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Exception.php @@ -19973,6 +20174,7 @@ %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Function_.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/IfStatement.php +%%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportAttribute.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDeclaration.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportDefaultSpecifier.php %%WWWDIR%%/vendor/mck89/peast/lib/Peast/Syntax/Node/ImportExpression.php @@ -21123,13 +21325,6 @@ %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json -%%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php83/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-php83/Php83.php %%WWWDIR%%/vendor/symfony/polyfill-php83/README.md @@ -21848,6 +22043,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php @@ -21911,6 +22107,7 @@ %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/SpreadUnary.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/StringCastUnary.php +%%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php %%WWWDIR%%/vendor/twig/twig/src/Node/Expression/Variable/ContextVariable.php 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/miniflux/Makefile b/www/miniflux/Makefile index 18ff1a9ce717..946913892d3c 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,6 +1,5 @@ PORTNAME= miniflux -DISTVERSION= 2.2.9 -PORTREVISION= 1 +DISTVERSION= 2.2.10 CATEGORIES= www MAINTAINER= krion@FreeBSD.org diff --git a/www/miniflux/distinfo b/www/miniflux/distinfo index cc35d2788562..c63bd2cd1c90 100644 --- a/www/miniflux/distinfo +++ b/www/miniflux/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748337301 -SHA256 (go/www_miniflux/miniflux-v2-2.2.9_GH0/go.mod) = be1d1c8678fa839211c7b306c39146a7bd6475276c051eb6091db29e29893179 -SIZE (go/www_miniflux/miniflux-v2-2.2.9_GH0/go.mod) = 1529 -SHA256 (go/www_miniflux/miniflux-v2-2.2.9_GH0/miniflux-v2-2.2.9_GH0.tar.gz) = 7735912fbb232fd588f16528ead4b3a7e5bd02688827120316ba5c60f5fc0bcd -SIZE (go/www_miniflux/miniflux-v2-2.2.9_GH0/miniflux-v2-2.2.9_GH0.tar.gz) = 823133 +TIMESTAMP = 1750749975 +SHA256 (go/www_miniflux/miniflux-v2-2.2.10_GH0/go.mod) = 0d545fcf2e12aa37d744743c80ff85afeae8954e0deb983ac74a68d0de286f58 +SIZE (go/www_miniflux/miniflux-v2-2.2.10_GH0/go.mod) = 1529 +SHA256 (go/www_miniflux/miniflux-v2-2.2.10_GH0/miniflux-v2-2.2.10_GH0.tar.gz) = a216b93a32d14a7a6ca48fd7f5e86b8a4e8c58b1bf5d83fc4d3aacaaaf4e6a48 +SIZE (go/www_miniflux/miniflux-v2-2.2.10_GH0/miniflux-v2-2.2.10_GH0.tar.gz) = 835514 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/x11-toolkits/Makefile b/x11-toolkits/Makefile index d8457234141b..0aa86478aa1b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -239,7 +239,7 @@ SUBDIR += rubygem-uh SUBDIR += rubygem-vte3 SUBDIR += rubygem-vte4 - SUBDIR += scenefx03 + SUBDIR += scenefx04 SUBDIR += scintilla SUBDIR += sdl2_pango SUBDIR += sdl_pango diff --git a/x11-toolkits/scenefx03/distinfo b/x11-toolkits/scenefx03/distinfo deleted file mode 100644 index 9a6696e5d39f..000000000000 --- a/x11-toolkits/scenefx03/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1739733667 -SHA256 (wlrfx-scenefx-0.3_GH0.tar.gz) = aef024ba429ea704100815979371831269326fe2f3e9d76adbab7951060afc6b -SIZE (wlrfx-scenefx-0.3_GH0.tar.gz) = 86815 diff --git a/x11-toolkits/scenefx03/Makefile b/x11-toolkits/scenefx04/Makefile index 49be9b89163f..bdd116a5d19e 100644 --- a/x11-toolkits/scenefx03/Makefile +++ b/x11-toolkits/scenefx04/Makefile @@ -1,7 +1,7 @@ PORTNAME= scenefx -DISTVERSION= 0.3 +DISTVERSION= 0.4.1 CATEGORIES= x11-toolkits -PKGNAMESUFFIX= 03 +PKGNAMESUFFIX= 04 MAINTAINER= jbeich@FreeBSD.org COMMENT= wlroots scene API, but with eye candy! @@ -10,10 +10,10 @@ WWW= https://github.com/wlrfx/scenefx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.35:graphics/wayland-protocols +BUILD_DEPENDS= wayland-protocols>=1.41:graphics/wayland-protocols LIB_DEPENDS= libdrm.so:graphics/libdrm \ libwayland-server.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ USES= compiler:c11 meson pkgconfig xorg USE_GITHUB= yes @@ -22,9 +22,8 @@ USE_XORG= pixman GH_ACCOUNT= wlrfx MESON_ARGS= -Dexamples=false -Drenderers=${RENDERERS:ts,} PLIST_SUB= SUFFIX=-${DISTVERSION:R} -PLIST_SUB= SUFFIX=-${DISTVERSION} # XXX Remove after 0.3.1 update -PORTSCOUT= limit:^0\.3\. +PORTSCOUT= limit:^0\.4\. OPTIONS_DEFINE= OPENGL OPTIONS_DEFAULT=OPENGL diff --git a/x11-toolkits/scenefx04/distinfo b/x11-toolkits/scenefx04/distinfo new file mode 100644 index 000000000000..9edc434d6af6 --- /dev/null +++ b/x11-toolkits/scenefx04/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750744509 +SHA256 (wlrfx-scenefx-0.4.1_GH0.tar.gz) = fa23f6ff509168d4a5eb0c5a7ef3b8cf3d39e3fba18320c28256e6c91c85d9ff +SIZE (wlrfx-scenefx-0.4.1_GH0.tar.gz) = 92158 diff --git a/x11-toolkits/scenefx03/pkg-descr b/x11-toolkits/scenefx04/pkg-descr index bde5f7ad3ee0..bde5f7ad3ee0 100644 --- a/x11-toolkits/scenefx03/pkg-descr +++ b/x11-toolkits/scenefx04/pkg-descr diff --git a/x11-toolkits/scenefx03/pkg-plist b/x11-toolkits/scenefx04/pkg-plist index fcb5fd838ee5..fcb5fd838ee5 100644 --- a/x11-toolkits/scenefx03/pkg-plist +++ b/x11-toolkits/scenefx04/pkg-plist diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile index 4b1152132f20..3905e9713045 100644 --- a/x11-wm/swayfx/Makefile +++ b/x11-wm/swayfx/Makefile @@ -1,5 +1,5 @@ PORTNAME= sway -DISTVERSION= 0.5.1 +DISTVERSION= 0.5.2 CATEGORIES= x11-wm wayland PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//} @@ -18,8 +18,8 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libpcre2-8.so:devel/pcre2 \ libdrm.so:graphics/libdrm \ libwayland-egl.so:graphics/wayland \ - libscenefx-0.3.so:x11-toolkits/scenefx03 \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libscenefx-0.4.so:x11-toolkits/scenefx04 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon @@ -61,5 +61,10 @@ post-patch: @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build +.if exists(${.CURDIR}/files/patch-common_stringop.c) +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328 + @${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \ + ${WRKSRC}/meson.build +.endif .include <bsd.port.mk> diff --git a/x11-wm/swayfx/distinfo b/x11-wm/swayfx/distinfo index 77c1f7511e03..f6ff68ffc12d 100644 --- a/x11-wm/swayfx/distinfo +++ b/x11-wm/swayfx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749449281 -SHA256 (WillPower3309-swayfx-0.5.1_GH0.tar.gz) = 99b6f4243c2a89d3ad0d78fa56d262ee92bdbd9965117d08bca2fed909586943 -SIZE (WillPower3309-swayfx-0.5.1_GH0.tar.gz) = 17595318 +TIMESTAMP = 1750743210 +SHA256 (WillPower3309-swayfx-0.5.2_GH0.tar.gz) = 075e1a9577f96a71154c61997355dce569816fff05a2c535ec15b252a9acbbe1 +SIZE (WillPower3309-swayfx-0.5.2_GH0.tar.gz) = 17597449 diff --git a/x11-wm/swayfx/files/patch-common_stringop.c b/x11-wm/swayfx/files/patch-common_stringop.c new file mode 100644 index 000000000000..5a9f187e11df --- /dev/null +++ b/x11-wm/swayfx/files/patch-common_stringop.c @@ -0,0 +1,53 @@ +https://github.com/swaywm/sway/issues/8673#issuecomment-2818260191 + +--- common/stringop.c.orig 2025-04-20 11:31:10 UTC ++++ common/stringop.c +@@ -6,6 +6,8 @@ + #include <string.h> + #include <strings.h> + #include <wordexp.h> ++#include <signal.h> ++#include <sys/wait.h> + #include "list.h" + #include "log.h" + #include "stringop.h" +@@ -318,11 +320,34 @@ bool expand_path(char **path) { + char *ptr = strstr(*path, " ") + 1; + memmove(ptr + 1, ptr, strlen(ptr) + 1); + *ptr = '\\'; +- } +- if (wordexp(*path, &p, 0) != 0 || p.we_wordv[0] == NULL) { +- wordfree(&p); +- return false; +- } ++ } ++ ++ // FreeBSD wordexp bug workaround: ++ // 1. Reset SIGCHLD handler ++ // 2. Run wordexp ++ // 3. Restore SIGCHLD handler and reap any processes that exited ++ struct sigaction prev_action; ++ struct sigaction new_action = { ++ .sa_flags = SA_RESETHAND, ++ }; ++ if (sigaction(SIGCHLD, &new_action, &prev_action) != 0) { ++ sway_log(SWAY_ERROR, "Restoring sigchild before wordexp failed"); ++ return false; ++ } ++ ++ int res = wordexp(*path, &p, 0); ++ ++ if (sigaction(SIGCHLD, &prev_action, NULL) != 0) { ++ sway_log(SWAY_ERROR, "Restoring sigchild after wordexp failed"); ++ } ++ ++ int status; ++ while (waitpid(-1, &status, WNOHANG) != -1 || errno == EINTR); ++ ++ if (res != 0 || p.we_wordv[0] == NULL) { ++ wordfree(&p); ++ return false; ++ } + free(*path); + *path = join_args(p.we_wordv, p.we_wordc); + wordfree(&p); 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 diff --git a/x11/screen-message/Makefile b/x11/screen-message/Makefile index 12a8168fda22..083a0042ba57 100644 --- a/x11/screen-message/Makefile +++ b/x11/screen-message/Makefile @@ -1,29 +1,28 @@ PORTNAME= screen-message -PORTVERSION= 0.25 -PORTREVISION= 3 +DISTVERSION= 0.29 CATEGORIES= x11 -MAINTAINER= mail@dhauck.eu +MAINTAINER= gspurki@gmail.com COMMENT= Very simple tool to display some text as large as possible WWW= https://sm.nomeata.de/ LICENSE= GPLv2+ -USES= autoreconf gettext-runtime gmake gnome pkgconfig +USES= autoreconf desktop-file-utils gettext-runtime gmake gnome \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= nomeata -GH_TAGNAME= 82c01f85d9ca9d0a3b2fe811249808d2fe4703ba +GH_TAGNAME= d4f2d831672eaf8283406d8f1fda4449e9c06d9f +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_GNOME= gtk30 atk glib20 cairo gdkpixbuf + +MAKE_ARGS= execgamesdir=${PREFIX}/bin PLIST_FILES= bin/sm \ - share/man/man6/sm.6.gz \ share/applications/sm.desktop \ - share/icons/hicolor/48x48/apps/sm.png - -MAKE_ARGS= execgamesdir=${PREFIX}/bin + share/icons/hicolor/48x48/apps/sm.png \ + share/man/man1/sm.1.gz .include <bsd.port.mk> diff --git a/x11/screen-message/distinfo b/x11/screen-message/distinfo index 4e7fb7d741ec..65d9b88e43be 100644 --- a/x11/screen-message/distinfo +++ b/x11/screen-message/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498154560 -SHA256 (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 988ce9f015f988d72362f1fd7ab56a30921fe1b332a0402f8c0804483359d2e2 -SIZE (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 264439 +TIMESTAMP = 1750698626 +SHA256 (nomeata-screen-message-0.29-d4f2d831672eaf8283406d8f1fda4449e9c06d9f_GH0.tar.gz) = 955408d83b7deec90c07dc2bbfa568406f9df9f73ad78c47a3233bc802de5fca +SIZE (nomeata-screen-message-0.29-d4f2d831672eaf8283406d8f1fda4449e9c06d9f_GH0.tar.gz) = 264945 |