diff options
Diffstat (limited to '')
842 files changed, 7075 insertions, 3411 deletions
@@ -4657,3 +4657,4 @@ devel/pycharm-ce|devel/pycharm|2025-07-14|Has expired: Pycharm is now unified pr devel/pycharm-pro|devel/pycharm|2025-07-14|Has expired: Pycharm is now unified product. Please switch to devel/pycharm textproc/hq|textproc/html-query|2025-07-21|Project was renamed misc/python-langgraph-checkpoint|misc/py-langgraph-checkpoint|2025-07-22|Rename to a proper name +databases/libgdamm5||2025-07-24|No release for a year, depends libgda5 which is not supported anymore upstream @@ -92,7 +92,11 @@ SETENV?= /usr/bin/env FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o .if !defined(INDEX_JOBS) +. if defined(.MAKE.JOBS) +INDEX_JOBS= ${.MAKE.JOBS} +. else INDEX_JOBS!= ${SYSCTL} -n kern.smp.cpus +. endif .endif .if !defined(INDEX_VERBOSE) diff --git a/Mk/Features/stack_autoinit.mk b/Mk/Features/stack_autoinit.mk index 4d79416dbcce..627b785b6ee0 100644 --- a/Mk/Features/stack_autoinit.mk +++ b/Mk/Features/stack_autoinit.mk @@ -7,7 +7,7 @@ # # WITH_STACK_AUTOINIT Enable for all ports. # WITH_STACK_AUTOINIT_PORTS Enable for specified category/port-name -# STACK_AUTOINIT_TYPE Valid options: zero (default), pattern, unitialized +# STACK_AUTOINIT_TYPE Valid options: zero (default), pattern, uninitialized # .if !defined(_STACK_AUTOINIT_MK_INCLUDED) diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 781143db972e..9c351420f607 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -371,7 +371,6 @@ proxydeps_suggest_uses() { ${pkg} = "graphics/cairomm" -o \ ${pkg} = "devel/dconf" -o \ ${pkg} = "devel/gconf2" -o \ - ${pkg} = "devel/gconfmm26" -o \ ${pkg} = "devel/glib20" -o \ ${pkg} = "devel/glibmm" -o \ ${pkg} = "audio/gsound" -o \ @@ -386,7 +385,6 @@ proxydeps_suggest_uses() { ${pkg} = "x11-toolkits/gtksourceviewmm3" -o \ ${pkg} = "databases/libgda5" -o \ ${pkg} = "databases/libgda5-ui" -o \ - ${pkg} = "databases/libgdamm5" -o \ ${pkg} = "devel/libglade2" -o \ ${pkg} = "graphics/libgnomecanvas" -o \ ${pkg} = "x11/libgnomekbd" -o \ diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index 7d99d5df0bd0..59d070c747f8 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -83,8 +83,8 @@ _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ _USE_GNOME_ALL+=gtk40 libadwaita gtksourceview5 gnomedesktop4 nautilus4 # C++ bindings -_USE_GNOME_ALL+=atkmm cairomm cairomm11 gconfmm26 glibmm glibmm26 gtkmm24 \ - gtkmm30 gtkmm40 gtksourceviewmm3 libgdamm5 libxml++26 libsigc++20 \ +_USE_GNOME_ALL+=atkmm cairomm cairomm11 glibmm glibmm26 gtkmm24 \ + gtkmm30 gtkmm40 gtksourceviewmm3 libxml++26 libsigc++20 \ libsigc++30 pangomm pangomm24 # glib-mkenums often fails with C locale @@ -116,9 +116,6 @@ cairomm_USE_GNOME_IMPL= cairo libsigc++20 cairomm11_LIB_DEPENDS= libcairomm-1.16.so:graphics/cairomm11 cairomm11_USE_GNOME_IMPL= cairo libsigc++30 -gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 -gconfmm26_USE_GNOME_IMPL= glibmm gconf2 - glibmm_LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm glibmm_USE_GNOME_IMPL= libsigc++20 glib20 @@ -142,9 +139,6 @@ gtkmm40_USE_GNOME_IMPL= cairomm11 gdkpixbuf glibmm26 gtk40 pangomm24 gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3 -libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5 -libgdamm5_USE_GNOME_IMPL= libgda5 glibmm - libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 libsigc++30_LIB_DEPENDS= libsigc-3.0.so:devel/libsigc++30 diff --git a/Mk/Uses/ruby.mk b/Mk/Uses/ruby.mk index 249f0b8bec7e..79fb4a0cf751 100644 --- a/Mk/Uses/ruby.mk +++ b/Mk/Uses/ruby.mk @@ -147,7 +147,7 @@ RUBY?= ${LOCALBASE}/bin/ruby${RUBY_SUFFIX} # # Ruby 3.2 # -RUBY_DISTVERSION= 3.2.8 +RUBY_DISTVERSION= 3.2.9 RUBY_PORTREVISION= 0 . elif ${RUBY_VER} == 3.3 diff --git a/Mk/Uses/xorg-cat.mk b/Mk/Uses/xorg-cat.mk index 0853fd6b3e3c..b81972b4ae5f 100644 --- a/Mk/Uses/xorg-cat.mk +++ b/Mk/Uses/xorg-cat.mk @@ -14,8 +14,6 @@ # * font don't install .pc file # * lib various dependencies, install .pc file, needs # pathfix -# * proto install .pc file, needs pathfix, most only needed at -# build time. # * util no particular notes # # These categories has to match upstream categories. Don't invent @@ -34,7 +32,7 @@ .if !defined(_INCLUDE_USES_XORG_CAT_MK) _INCLUDE_USES_XORG_CAT_MK=yes -_XORG_CATEGORIES= app data doc driver font lib proto util +_XORG_CATEGORIES= app data doc driver font lib util _XORG_BUILDSYSTEMS= autotools meson _XORG_CAT= # empty @@ -158,9 +156,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-malloc0returnsnull . endif -. elif ${_XORG_CAT} == proto -.include "${USESDIR}/pathfix.mk" - . endif # ${_XORG_CAT} == <category> # We only need to include xorg.mk if we want USE_XORG modules diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 51529a07afcb..3192f9cf5ce5 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -79,7 +79,7 @@ JAVA_DEFAULT?= 8 . if (defined(WANT_LAZARUS_DEVEL) && !empty(WANT_LAZARUS_DEVEL)) || ${ARCH:Maarch64} LAZARUS_DEFAULT?= 4.99 . else -LAZARUS_DEFAULT?= 4.0 +LAZARUS_DEFAULT?= 4.2 . endif # Possible values: rust, legacy . if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index fb3e0cc839eb..0aa79aed7ed0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3600,10 +3600,6 @@ install-ldconfig-file: fixup-lib-pkgconfig: @if [ -d ${STAGEDIR}${PREFIX}/lib/pkgconfig ]; then \ if [ -z "$$(${FIND} ${STAGEDIR}${PREFIX}/lib/pkgconfig -maxdepth 0 -empty)" ]; then \ - if [ -n "${DEVELOPER:Dyes}" ]; then \ - ${ECHO_MSG} "===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig"; \ - ${ECHO_MSG} " Applying fix but consider using USES= pathfix or adjust install path"; \ - fi; \ ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig; \ ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/* ${STAGEDIR}${PREFIX}/libdata/pkgconfig; \ fi; \ diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index 193b1ec911ca..2813b65b1bf0 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= c-blosc2 -PORTVERSION= 2.19.0 +PORTVERSION= 2.19.1 DISTVERSIONPREFIX= v CATEGORIES= archivers diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo index 55b315743a6e..9651aab1e37d 100644 --- a/archivers/c-blosc2/distinfo +++ b/archivers/c-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954148 -SHA256 (Blosc-c-blosc2-v2.19.0_GH0.tar.gz) = 6aeb448ac490dee2a82fafab97382b62622a32a0e17a2d78d085ae8507f6ddd8 -SIZE (Blosc-c-blosc2-v2.19.0_GH0.tar.gz) = 3300743 +TIMESTAMP = 1753265714 +SHA256 (Blosc-c-blosc2-v2.19.1_GH0.tar.gz) = cb645982acfeccc8676bc4f29859130593ec05f7f9acf62ebd4f1a004421fa28 +SIZE (Blosc-c-blosc2-v2.19.1_GH0.tar.gz) = 3301977 diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index ea6ab29fc4a7..42a10929fab1 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,6 +1,5 @@ PORTNAME= peazip -PORTVERSION= 10.4.0 -PORTREVISION= 1 +PORTVERSION= 10.5.0 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo index f7385aef4780..eab90770e7cc 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745193791 -SHA256 (peazip-10.4.0.src.zip) = 32d3298437d3425591cd8024e85dc6b82093ebefb37bc64e9dc036e1491c105c -SIZE (peazip-10.4.0.src.zip) = 5780808 +TIMESTAMP = 1753303992 +SHA256 (peazip-10.5.0.src.zip) = ede6593461ba93ef2bcfdc0f880d576fc65fc8ede466ab4fe8955ac2700d5aab +SIZE (peazip-10.5.0.src.zip) = 5902349 diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index f04c78514fec..b53de87d41a8 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -68,7 +68,7 @@ share/icons/hicolor/256x256/apps/peazip_extract.png %%DATADIR%%/res/share/lang/fr_alt.txt %%DATADIR%%/res/share/lang/gl.txt %%DATADIR%%/res/share/lang/gr.txt -%%DATADIR%%/res/share/lang/he-prototype.txt +%%DATADIR%%/res/share/lang/he.txt %%DATADIR%%/res/share/lang/hu.txt %%DATADIR%%/res/share/lang/id.txt %%DATADIR%%/res/share/lang/it.txt diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile index ab15c9ed89d3..22b12c1e1fbc 100644 --- a/archivers/py-blosc2/Makefile +++ b/archivers/py-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= blosc2 -PORTVERSION= 3.5.1 +PORTVERSION= 3.6.1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://www.blosc.org/python-blosc2/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= c-blosc2>=2.17.2:archivers/c-blosc2 \ +BUILD_DEPENDS= c-blosc2>=2.19.1:archivers/c-blosc2 \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} LIB_DEPENDS= libblosc2.so:archivers/c-blosc2 diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo index b9604e7ea20a..31060ee0d573 100644 --- a/archivers/py-blosc2/distinfo +++ b/archivers/py-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266052 -SHA256 (blosc2-3.5.1.tar.gz) = 5d72f7a9a8b3b523c588be9d66e9e7f2463483716c4c01e5056c1f7e37167f85 -SIZE (blosc2-3.5.1.tar.gz) = 3653626 +TIMESTAMP = 1753265716 +SHA256 (blosc2-3.6.1.tar.gz) = 0b6f05311fbee9e9dc23bd7f53a8690af3b60eef640a059f1eb624ca6699cc59 +SIZE (blosc2-3.6.1.tar.gz) = 3657993 diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index aead71ffeb46..01619b2afcba 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,5 +1,5 @@ PORTNAME= upx -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 MASTER_SITES= https://github.com/upx/upx/releases/download/v${PORTVERSION}/ CATEGORIES= archivers DISTVERSIONSUFFIX= -src diff --git a/archivers/upx/distinfo b/archivers/upx/distinfo index 78b2a3f1d6d7..4d07c53edd1f 100644 --- a/archivers/upx/distinfo +++ b/archivers/upx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546404 -SHA256 (upx-5.0.1-src.tar.xz) = 2b11323a9f6c7f0247a4936deee35afb486a2fdf808a5bc4abf10a085ec884d9 -SIZE (upx-5.0.1-src.tar.xz) = 1355840 +TIMESTAMP = 1753265688 +SHA256 (upx-5.0.2-src.tar.xz) = 209b219bbcfa58c249ffe6eba3c244e0910fa8be792b5521e4daf938167f05cc +SIZE (upx-5.0.2-src.tar.xz) = 1351136 diff --git a/audio/Makefile b/audio/Makefile index d7e17e8fa53a..c5219bdbac54 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -517,6 +517,7 @@ SUBDIR += noise-suppression-for-voice-lv2 SUBDIR += normalize SUBDIR += nosefart + SUBDIR += noson SUBDIR += noson-app SUBDIR += nyquist SUBDIR += oaml diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index 945435f2b685..31939790fb8a 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -1,7 +1,6 @@ PORTNAME= espeak DISTVERSIONPREFIX= v -DISTVERSION= 5.0-rc1 -PORTREVISION= 2 +DISTVERSION= 5.0 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -9,36 +8,33 @@ COMMENT= Espeak dialplan application for Asterisk WWW= https://zaf.github.io/Asterisk-eSpeak/ LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libsamplerate.so:audio/libsamplerate -FLAVORS= asterisk18 -FLAVOR?= ${FLAVORS:[1]} +FLAVORS= asterisk18 asterisk20 asterisk22 +FLAVOR?= ${FLAVORS:[3]} -asterisk18_PKGNAMEPREFIX= asterisk18- -asterisk18_BUILD_DEPENDS= asterisk:net/asterisk18 -asterisk18_RUN_DEPENDS= asterisk:net/asterisk18 +${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- +${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} +${FLAVOR}_RUN_DEPENDS= asterisk:net/${FLAVOR} USES= compiler:c11 gmake localbase -INSTALL_TARGET= install samples - -CONFLICTS_INSTALL= asterisk[0-9][0-9]-espeak # etc/asterisk/espeak.conf.sample - USE_GITHUB= yes GH_ACCOUNT= zaf GH_PROJECT= Asterisk-eSpeak +INSTALL_TARGET= install samples + +CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C|(.+)|\1-${PORTNAME}|} # etc/asterisk/espeak.conf.sample + .include <bsd.port.pre.mk> .if ${CHOSEN_COMPILER_TYPE} == clang CFLAGS+= -fblocks .endif -post-patch: - @${REINPLACE_CMD} -e '/ASTERISK_REGISTER_FILE/d' \ - ${WRKSRC}/app_espeak.c - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/app_espeak.so diff --git a/audio/asterisk-espeak/distinfo b/audio/asterisk-espeak/distinfo index 138c8df6e03e..50a2d77db5d0 100644 --- a/audio/asterisk-espeak/distinfo +++ b/audio/asterisk-espeak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658164283 -SHA256 (zaf-Asterisk-eSpeak-v5.0-rc1_GH0.tar.gz) = 2fb3d5f9f9d112383126feb5e6f2ef90d952d166f3a394e6563188b552d1ee55 -SIZE (zaf-Asterisk-eSpeak-v5.0-rc1_GH0.tar.gz) = 13405 +TIMESTAMP = 1753300000 +SHA256 (zaf-Asterisk-eSpeak-v5.0_GH0.tar.gz) = c070bf2902bb581ad3f784ebe3d627251249798618b3a53e3d2f97caf1200ca1 +SIZE (zaf-Asterisk-eSpeak-v5.0_GH0.tar.gz) = 13652 diff --git a/audio/asterisk-espeak/files/patch-Makefile b/audio/asterisk-espeak/files/patch-Makefile index a0a00cb17e80..9505440997e5 100644 --- a/audio/asterisk-espeak/files/patch-Makefile +++ b/audio/asterisk-espeak/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-08-01 16:53:07 UTC +--- Makefile.orig 2024-02-01 19:29:02 UTC +++ Makefile @@ -6,31 +6,18 @@ # the GNU General Public License Version 2. See the COPYING file @@ -25,7 +25,7 @@ -LIBS+=-lespeak-ng -lsamplerate +LIBS+=$(LDFLAGS) -lespeak-ng -lsamplerate - CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -DAST_MODULE_SELF_SYM=__internal_app_espeak_self + CFLAGS+=-pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE all: app_espeak.so - @echo " +-------- app_espeak Build Complete --------+" diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 9f8e21f0e28c..1ae76763b0ae 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -1,7 +1,5 @@ PORTNAME= flite -PORTVERSION= 3.0 -DISTVERSIONPREFIX= v -PORTREVISION= 5 +DISTVERSION= 3.0.20230702 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -9,24 +7,26 @@ COMMENT= Flite dialplan application for Asterisk WWW= https://zaf.github.io/Asterisk-Flite/ LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libflite.so:audio/flite -FLAVORS= asterisk18 -FLAVOR?= ${FLAVORS:[1]} +FLAVORS= asterisk18 asterisk20 asterisk22 +FLAVOR?= ${FLAVORS:[3]} -asterisk18_PKGNAMEPREFIX= asterisk18- -asterisk18_BUILD_DEPENDS= asterisk:net/asterisk18 -asterisk18_RUN_DEPENDS= asterisk:net/asterisk18 +${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- +${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} +${FLAVOR}_RUN_DEPENDS= asterisk:net/${FLAVOR} USES= compiler:c11 gmake localbase -INSTALL_TARGET= install samples - USE_GITHUB= yes GH_ACCOUNT= zaf GH_PROJECT= Asterisk-Flite +GH_TAGNAME= a3ed85151a1c875471568a959dce1bb35cca109b -CONFLICTS_INSTALL= asterisk[0-9][0-9]-flite # etc/asterisk/flite.conf.sample +INSTALL_TARGET= install samples + +CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C|(.+)|\1-${PORTNAME}|} # etc/asterisk/flite.conf.sample .include <bsd.port.pre.mk> @@ -34,10 +34,6 @@ CONFLICTS_INSTALL= asterisk[0-9][0-9]-flite # etc/asterisk/flite.conf.sample CFLAGS+= -fblocks .endif -post-patch: - @${REINPLACE_CMD} -e '/ASTERISK_REGISTER_FILE/d' \ - ${WRKSRC}/app_flite.c - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/app_flite.so diff --git a/audio/asterisk-flite/distinfo b/audio/asterisk-flite/distinfo index f8b3918beb52..a247570d254a 100644 --- a/audio/asterisk-flite/distinfo +++ b/audio/asterisk-flite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503328714 -SHA256 (zaf-Asterisk-Flite-v3.0_GH0.tar.gz) = 57f0a86716af6a6704de003b3779c44d55ac9747cb696430d88d3f93cd7e2399 -SIZE (zaf-Asterisk-Flite-v3.0_GH0.tar.gz) = 11992 +TIMESTAMP = 1753300000 +SHA256 (zaf-Asterisk-Flite-3.0.20230702-a3ed85151a1c875471568a959dce1bb35cca109b_GH0.tar.gz) = bd69ac5660fa513352c0b2e0b3811de28f7a28c5c58423baed886acf62ae8012 +SIZE (zaf-Asterisk-Flite-3.0.20230702-a3ed85151a1c875471568a959dce1bb35cca109b_GH0.tar.gz) = 12090 diff --git a/audio/asterisk-flite/files/patch-Makefile b/audio/asterisk-flite/files/patch-Makefile index 8c7be9d7a200..249ae00cff44 100644 --- a/audio/asterisk-flite/files/patch-Makefile +++ b/audio/asterisk-flite/files/patch-Makefile @@ -1,10 +1,10 @@ ---- Makefile.orig 2016-09-12 20:39:22 UTC +--- Makefile.orig 2023-07-01 23:18:21 UTC +++ Makefile -@@ -7,30 +7,16 @@ +@@ -6,31 +6,17 @@ + # the GNU General Public License Version 2. See the COPYING file # at the top of the source tree. - INSTALL:=install --ASTLIBDIR:=$(shell awk '/moddir/{print $$3}' /etc/asterisk/asterisk.conf) +-ASTLIBDIR:=$(shell awk '/moddir/{print $$3}' /etc/asterisk/asterisk.conf 2> /dev/null) -ifeq ($(strip $(ASTLIBDIR)),) - MODULES_DIR:=$(INSTALL_PREFIX)/usr/lib/asterisk/modules -else @@ -16,9 +16,10 @@ SAMPLENAME:=flite.conf.sample -CONFNAME:=$(basename $(SAMPLENAME)) --CC=gcc --OPTIMIZE=-O2 --DEBUG=-g + INSTALL:=install +-CC:=gcc +-OPTIMIZE:=-O2 +-DEBUG:=-g +CC?=gcc -LIBS+=-lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_awb -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite @@ -34,8 +35,8 @@ - @echo " +-------------------------------------------+" app_flite.o: app_flite.c - $(CC) $(CFLAGS) $(DEBUG) $(OPTIMIZE) -c -o app_flite.o app_flite.c -@@ -44,20 +30,7 @@ clean: + $(CC) $(CFLAGS) $(DEBUG) $(OPTIMIZE) -c -o $@ $*.c +@@ -44,20 +29,7 @@ install: all install: all $(INSTALL) -m 755 -d $(DESTDIR)$(MODULES_DIR) $(INSTALL) -m 755 app_flite.so $(DESTDIR)$(MODULES_DIR) diff --git a/audio/noson-app/Makefile b/audio/noson-app/Makefile index cbdad24b269f..98df940199ac 100644 --- a/audio/noson-app/Makefile +++ b/audio/noson-app/Makefile @@ -1,5 +1,5 @@ PORTNAME= noson-app -DISTVERSION= 5.6.10 +DISTVERSION= 5.6.13 CATEGORIES= audio net MAINTAINER= arved@FreeBSD.org @@ -9,17 +9,14 @@ WWW= https://janbar.github.io/noson-app/index.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libFLAC.so:audio/flac +LIB_DEPENDS= libFLAC.so:audio/flac \ + libnoson.so:audio/noson USES= cmake compiler:c++11-lang qt:5 ssl USE_QT= core dbus declarative graphicaleffects gui network \ quickcontrols2 svg widgets xml buildtools:build qmake:build USE_GITHUB= yes GH_ACCOUNT= janbar - -OPTIONS_DEFINE= PULSEAUDIO -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Pulse \ - CMAKE_DISABLE_FIND_PACKAGE_Pulse-simple +CMAKE_OFF = BUILD_LIBNOSON .include <bsd.port.mk> diff --git a/audio/noson-app/distinfo b/audio/noson-app/distinfo index 677641097831..3928e10b7158 100644 --- a/audio/noson-app/distinfo +++ b/audio/noson-app/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747473366 -SHA256 (janbar-noson-app-5.6.10_GH0.tar.gz) = 140505339cf64c98bcc6b620bab35e027844ee97d74a041c1f283254560ec17f -SIZE (janbar-noson-app-5.6.10_GH0.tar.gz) = 3238180 +TIMESTAMP = 1753297438 +SHA256 (janbar-noson-app-5.6.13_GH0.tar.gz) = 641ad558fbfeab1c7f926335cc3059ee2ecd6fd6baa2b56058373c3cfe279205 +SIZE (janbar-noson-app-5.6.13_GH0.tar.gz) = 3162644 diff --git a/audio/noson/Makefile b/audio/noson/Makefile new file mode 100644 index 000000000000..543d4206c7a5 --- /dev/null +++ b/audio/noson/Makefile @@ -0,0 +1,25 @@ +PORTNAME= noson +DISTVERSION= 2.12.10 +CATEGORIES= audio net + +MAINTAINER= arved@FreeBSD.org +COMMENT= C++ library for accessing SONOS devices +WWW= https://github.com/janbar/noson/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libFLAC.so:audio/flac + +USES= cmake compiler:c++11-lang ssl +USE_GITHUB= yes +GH_ACCOUNT= janbar +CMAKE_ON= BUILD_SHARED_LIBS + +OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_SUB= yes +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +PULSEAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Pulse \ + CMAKE_DISABLE_FIND_PACKAGE_Pulse-simple + +.include <bsd.port.mk> diff --git a/audio/noson/distinfo b/audio/noson/distinfo new file mode 100644 index 000000000000..2b8072da1c6b --- /dev/null +++ b/audio/noson/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753298242 +SHA256 (janbar-noson-2.12.10_GH0.tar.gz) = 1622445dc677388f5714d99827b36eb9ca42975626c40d3985a48855805bfeb5 +SIZE (janbar-noson-2.12.10_GH0.tar.gz) = 492682 diff --git a/audio/noson/pkg-descr b/audio/noson/pkg-descr new file mode 100644 index 000000000000..f41080c3b03c --- /dev/null +++ b/audio/noson/pkg-descr @@ -0,0 +1,2 @@ +This project is intended to create a easy client interface to +drive SONOS player. diff --git a/audio/noson/pkg-plist b/audio/noson/pkg-plist new file mode 100644 index 000000000000..84220dcfe6da --- /dev/null +++ b/audio/noson/pkg-plist @@ -0,0 +1,49 @@ +include/noson/alarm.h +include/noson/alarmclock.h +include/noson/audioencoder.h +include/noson/audioformat.h +include/noson/audiosource.h +include/noson/audiostream.h +include/noson/avtransport.h +include/noson/contentdirectory.h +include/noson/deviceproperties.h +include/noson/didlparser.h +include/noson/digitalitem.h +%%PULSEAUDIO%%include/noson/dlsym_pulse.h +include/noson/element.h +include/noson/eventhandler.h +include/noson/filestreamer.h +include/noson/flacencoder.h +include/noson/framebuffer.h +include/noson/imageservice.h +include/noson/intrinsic.h +include/noson/iodevice.h +include/noson/local_config.h +include/noson/locked.h +include/noson/musicservices.h +%%PULSEAUDIO%%include/noson/pacontrol.h +%%PULSEAUDIO%%include/noson/pasource.h +%%PULSEAUDIO%%include/noson/pulsestreamer.h +include/noson/renderingcontrol.h +include/noson/requestbroker.h +include/noson/service.h +include/noson/sharedptr.h +include/noson/smaccount.h +include/noson/smapi.h +include/noson/smapimetadata.h +include/noson/sonosplayer.h +include/noson/sonossystem.h +include/noson/sonostypes.h +include/noson/sonoszone.h +include/noson/streamreader.h +include/noson/subscription.h +include/noson/subscriptionpool.h +include/noson/zonegrouptopology.h +lib/cmake/noson/nosonConfig.cmake +lib/cmake/noson/nosonConfigVersion.cmake +lib/cmake/noson/nosonTargets-release.cmake +lib/cmake/noson/nosonTargets.cmake +lib/libnoson.so +lib/libnoson.so.2 +lib/libnoson.so.2.12.10 +libdata/pkgconfig/noson.pc diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index fd617ae2f444..1b64721ced52 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pavucontrol-qt PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= LXQT/${PORTNAME} diff --git a/audio/pavucontrol-qt/pkg-plist b/audio/pavucontrol-qt/pkg-plist index 6307ff639ecd..74a4ba62386e 100644 --- a/audio/pavucontrol-qt/pkg-plist +++ b/audio/pavucontrol-qt/pkg-plist @@ -12,6 +12,7 @@ share/applications/pavucontrol-qt.desktop %%DATADIR%%/translations/pavucontrol-qt_da.qm %%DATADIR%%/translations/pavucontrol-qt_de.qm %%DATADIR%%/translations/pavucontrol-qt_el.qm +%%DATADIR%%/translations/pavucontrol-qt_en_GB.qm %%DATADIR%%/translations/pavucontrol-qt_es.qm %%DATADIR%%/translations/pavucontrol-qt_et.qm %%DATADIR%%/translations/pavucontrol-qt_fi.qm @@ -25,6 +26,7 @@ share/applications/pavucontrol-qt.desktop %%DATADIR%%/translations/pavucontrol-qt_id.qm %%DATADIR%%/translations/pavucontrol-qt_it.qm %%DATADIR%%/translations/pavucontrol-qt_ja.qm +%%DATADIR%%/translations/pavucontrol-qt_ka.qm %%DATADIR%%/translations/pavucontrol-qt_kn.qm %%DATADIR%%/translations/pavucontrol-qt_ko.qm %%DATADIR%%/translations/pavucontrol-qt_lg.qm diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index b38c8e65aa75..c46a618495fd 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -1,5 +1,5 @@ PORTNAME= iperf -DISTVERSION= 3.19 +DISTVERSION= 3.19.1 CATEGORIES= benchmarks MASTER_SITES= https://github.com/esnet/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://downloads.es.net/pub/${PORTNAME}/ diff --git a/benchmarks/iperf3/distinfo b/benchmarks/iperf3/distinfo index 4eedbb31519b..19fe05f49ec6 100644 --- a/benchmarks/iperf3/distinfo +++ b/benchmarks/iperf3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747435695 -SHA256 (iperf-3.19.tar.gz) = 040161da1555ec7411a9d81191049830ef37717d429a94ee6cf0842618e0e29c -SIZE (iperf-3.19.tar.gz) = 692569 +TIMESTAMP = 1753479363 +SHA256 (iperf-3.19.1.tar.gz) = dc63f89ec581ea99f8b558d8eb35109de06383010db5a1906c208a562ba0c270 +SIZE (iperf-3.19.1.tar.gz) = 694807 diff --git a/biology/htslib/Makefile b/biology/htslib/Makefile index 38ef7358c154..5b3c5908f428 100644 --- a/biology/htslib/Makefile +++ b/biology/htslib/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdeflate.so:archivers/libdeflate TEST_DEPENDS= bash:shells/bash -USES= autoreconf cpe gmake localbase:ldflags pathfix perl5 shebangfix tar:bzip2 +USES= autoreconf cpe gmake localbase:ldflags perl5 shebangfix tar:bzip2 USE_PERL5= test USE_LDCONFIG= yes diff --git a/biology/libgtextutils/Makefile b/biology/libgtextutils/Makefile index 2911dd8858a0..42de16d77368 100644 --- a/biology/libgtextutils/Makefile +++ b/biology/libgtextutils/Makefile @@ -8,7 +8,7 @@ WWW= https://github.com/agordon/libgtextutils LICENSE= AGPLv3 -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 6e771892526e..390ddab2f5f5 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -13,7 +13,7 @@ WWW= https://sbml.org/software/libsbml/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= cmake:testing iconv:build pathfix +USES= cmake:testing iconv:build CMAKE_OFF= EXIT_ON_ERROR \ LIBSBML_SKIP_SHARED_LIBRARY \ diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index bf3541b88534..1627922c6d5e 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -1,6 +1,5 @@ PORTNAME= ncbi-blast+ -DISTVERSION= 2.16.0 -PORTREVISION= 5 +DISTVERSION= 2.17.0 CATEGORIES= biology perl5 python MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \ https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ @@ -16,23 +15,13 @@ LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= Requires 64-bit processor +BUILD_DEPENDS= grpc>0:devel/grpc LIB_DEPENDS= libdw.so:devel/elfutils \ - libgcrypt.so:security/libgcrypt \ - libgmp.so:math/gmp \ - libgnutls.so:security/gnutls \ - libgpg-error.so:security/libgpg-error \ - libgrpc.so:devel/grpc \ - libhogweed.so:security/nettle \ - libidn2.so:dns/libidn2 \ liblmdb.so:databases/lmdb \ liblzo2.so:archivers/lzo2 \ - libnettle.so:security/nettle \ libnghttp2.so:www/libnghttp2 \ - libp11-kit.so:security/p11-kit \ - libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libsqlite3.so:databases/sqlite3 \ - libtasn1.so:security/libtasn1 \ - libtspi.so:security/trousers \ libuv.so:devel/libuv \ libzstd.so:archivers/zstd RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ diff --git a/biology/ncbi-blast+/distinfo b/biology/ncbi-blast+/distinfo index fb3f8ad65194..bd9b8a595168 100644 --- a/biology/ncbi-blast+/distinfo +++ b/biology/ncbi-blast+/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733904135 -SHA256 (ncbi-blast-2.16.0+-src.tar.gz) = 17c93cf009721023e5aecf5753f9c6a255d157561638b91b3ad7276fd6950c2b -SIZE (ncbi-blast-2.16.0+-src.tar.gz) = 28307712 +TIMESTAMP = 1753183842 +SHA256 (ncbi-blast-2.17.0+-src.tar.gz) = 502057a88e9990e34e62758be21ea474cc0ad68d6a63a2e37b2372af1e5ea147 +SIZE (ncbi-blast-2.17.0+-src.tar.gz) = 29571791 diff --git a/biology/ncbi-blast+/files/patch-grpc b/biology/ncbi-blast+/files/patch-grpc deleted file mode 100644 index 22e9dc6aee66..000000000000 --- a/biology/ncbi-blast+/files/patch-grpc +++ /dev/null @@ -1,26 +0,0 @@ ---- src/serial/grpc_integration/grpc_integration.cpp.orig 2023-05-18 18:14:23 UTC -+++ src/serial/grpc_integration/grpc_integration.cpp -@@ -113,23 +113,8 @@ static CGRPCInitializer s_GRPCInitializer; - grpc::Server::GlobalCallbacks* volatile CGRPCInitializer::sm_ServerCallbacks; - static CGRPCInitializer s_GRPCInitializer; - --extern "C" { -- static void s_NCBI_GPR_Log_Function(gpr_log_func_args *args) { -- static const char* unk_func = g_DiagUnknownFunction(); -- CDiagCompileInfo diag_info(args->file, args->line, unk_func, "GRPC"); -- EDiagSev sev = eDiag_Error; -- switch (args->severity) { -- case GPR_LOG_SEVERITY_DEBUG: sev = eDiag_Trace; break; -- case GPR_LOG_SEVERITY_INFO: sev = eDiag_Info; break; -- case GPR_LOG_SEVERITY_ERROR: sev = eDiag_Error; break; -- } -- CNcbiDiag(diag_info) << Severity(sev) << args->message << Endm; -- } --} -- - CGRPCInitializer::CGRPCInitializer(void) - { -- gpr_set_log_function(s_NCBI_GPR_Log_Function); - sm_ServerCallbacks = new CGRPCServerCallbacks; - grpc::Server::SetGlobalCallbacks(sm_ServerCallbacks); - // NB: on the client side, we encourage the use of diff --git a/biology/ncbi-blast+/files/patch-src_serial_grpc__integration_grpc__integration.cpp b/biology/ncbi-blast+/files/patch-src_serial_grpc__integration_grpc__integration.cpp new file mode 100644 index 000000000000..18f4558d0310 --- /dev/null +++ b/biology/ncbi-blast+/files/patch-src_serial_grpc__integration_grpc__integration.cpp @@ -0,0 +1,32 @@ +--- src/serial/grpc_integration/grpc_integration.cpp.orig 2025-07-22 11:26:40 UTC ++++ src/serial/grpc_integration/grpc_integration.cpp +@@ -87,21 +87,6 @@ static CNCBILogSink s_NCBILogSink; + + #else //ABSEIL_LOG + +-extern "C" { +- static void s_NCBI_GPR_Log_Function(gpr_log_func_args *args) { +- static const char* unk_func = ncbi::g_DiagUnknownFunction(); +- ncbi::CDiagCompileInfo diag_info(args->file, args->line, unk_func, "GRPC"); +- ncbi::EDiagSev sev = ncbi::eDiag_Error; +- switch (args->severity) { +- case GPR_LOG_SEVERITY_DEBUG: sev = ncbi::eDiag_Trace; break; +- case GPR_LOG_SEVERITY_INFO: sev = ncbi::eDiag_Info; break; +- case GPR_LOG_SEVERITY_ERROR: sev = ncbi::eDiag_Error; break; +- } +- ncbi::CNcbiDiag(diag_info) << ncbi::Severity(sev) << args->message << ncbi::Endm; +- } +-} +-#define GPR_SET_LOG_FUNCION gpr_set_log_function(s_NCBI_GPR_Log_Function) +- + #endif //ABSEIL_LOG + #endif //HAVE_LIBGRPC + +@@ -172,7 +157,6 @@ CGRPCInitializer::CGRPCInitializer(void) + + CGRPCInitializer::CGRPCInitializer(void) + { +- GPR_SET_LOG_FUNCION; + sm_ServerCallbacks = new CGRPCServerCallbacks; + grpc::Server::SetGlobalCallbacks(sm_ServerCallbacks); + // NB: on the client side, we encourage the use of diff --git a/biology/ncbi-blast+/pkg-plist b/biology/ncbi-blast+/pkg-plist index a44c7748df28..64e087878999 100644 --- a/biology/ncbi-blast+/pkg-plist +++ b/biology/ncbi-blast+/pkg-plist @@ -14,7 +14,6 @@ bin/datatool bin/deltablast bin/dustmasker bin/gc_cli -bin/gene_info_reader bin/get_species_taxids.sh bin/legacy_blast.pl bin/lmdbxx_sample @@ -267,6 +266,7 @@ include/ncbi-tools++/cgi/cgiapp_cached.hpp include/ncbi-tools++/cgi/cgictx.hpp include/ncbi-tools++/cgi/error_codes.hpp include/ncbi-tools++/cgi/fcgiapp_mt.hpp +include/ncbi-tools++/cgi/fcgiapp_st.hpp include/ncbi-tools++/cgi/impl/cgi_entry_reader.hpp include/ncbi-tools++/cgi/ncbicgi.hpp include/ncbi-tools++/cgi/ncbicgir.hpp @@ -287,6 +287,7 @@ include/ncbi-tools++/common/ncbi_export.h include/ncbi-tools++/common/ncbi_package_ver.h include/ncbi-tools++/common/ncbi_pch_impl.hpp include/ncbi-tools++/common/ncbi_revision.h +include/ncbi-tools++/common/ncbi_sample_api.hpp include/ncbi-tools++/common/ncbi_sanitizers.h include/ncbi-tools++/common/ncbi_sc_version.h include/ncbi-tools++/common/ncbi_skew_guard.h @@ -305,6 +306,7 @@ include/ncbi-tools++/connect/ext/ncbi_dblb_svcmapper.hpp include/ncbi-tools++/connect/ext/ncbi_ifconf.h include/ncbi-tools++/connect/ext/ncbi_localnet.h include/ncbi-tools++/connect/impl/connect_misc.hpp +include/ncbi-tools++/connect/impl/ncbi_servicep.h include/ncbi-tools++/connect/impl/ncbi_uv_nghttp2.hpp include/ncbi-tools++/connect/impl/server_connection.hpp include/ncbi-tools++/connect/impl/thread_pool_for_server.hpp @@ -346,6 +348,7 @@ include/ncbi-tools++/connect/ncbi_service.h include/ncbi-tools++/connect/ncbi_service.hpp include/ncbi-tools++/connect/ncbi_service_connector.h include/ncbi-tools++/connect/ncbi_service_cxx.hpp +include/ncbi-tools++/connect/ncbi_sftp.hpp include/ncbi-tools++/connect/ncbi_socket.h include/ncbi-tools++/connect/ncbi_socket.hpp include/ncbi-tools++/connect/ncbi_socket_connector.h @@ -425,6 +428,7 @@ include/ncbi-tools++/corelib/impl/ncbi_param_impl.hpp include/ncbi-tools++/corelib/impl/ncbi_toolkit_impl.hpp include/ncbi-tools++/corelib/impl/ncbierror_impl.hpp include/ncbi-tools++/corelib/impl/rwstreambuf.hpp +include/ncbi-tools++/corelib/impl/std_backport.hpp include/ncbi-tools++/corelib/impl/stringutf8_deprecated.hpp include/ncbi-tools++/corelib/impl/stringutf8_deprecated.inl include/ncbi-tools++/corelib/interprocess_lock.hpp @@ -452,6 +456,7 @@ include/ncbi-tools++/corelib/ncbi_signal.hpp include/ncbi-tools++/corelib/ncbi_stack.hpp include/ncbi-tools++/corelib/ncbi_strings.h include/ncbi-tools++/corelib/ncbi_system.hpp +include/ncbi-tools++/corelib/ncbi_test.hpp include/ncbi-tools++/corelib/ncbi_toolkit.hpp include/ncbi-tools++/corelib/ncbi_tree.hpp include/ncbi-tools++/corelib/ncbi_url.hpp @@ -494,6 +499,7 @@ include/ncbi-tools++/corelib/ncbiutil.hpp include/ncbi-tools++/corelib/obj_pool.hpp include/ncbi-tools++/corelib/obj_store.hpp include/ncbi-tools++/corelib/perf_log.hpp +include/ncbi-tools++/corelib/phone_home_policy.hpp include/ncbi-tools++/corelib/plugin_manager.hpp include/ncbi-tools++/corelib/plugin_manager_impl.hpp include/ncbi-tools++/corelib/plugin_manager_store.hpp @@ -1901,23 +1907,6 @@ include/ncbi-tools++/objects/mim/mim__.hpp include/ncbi-tools++/objects/misc/error_codes.hpp include/ncbi-tools++/objects/misc/sequence_macros.hpp include/ncbi-tools++/objects/misc/sequence_util_macros.hpp -include/ncbi-tools++/objects/mla/.gitignore -include/ncbi-tools++/objects/mla/Error_val.hpp -include/ncbi-tools++/objects/mla/Error_val_.hpp -include/ncbi-tools++/objects/mla/Mla_back.hpp -include/ncbi-tools++/objects/mla/Mla_back_.hpp -include/ncbi-tools++/objects/mla/Mla_request.hpp -include/ncbi-tools++/objects/mla/Mla_request_.hpp -include/ncbi-tools++/objects/mla/NCBI_MedArchive_module.hpp -include/ncbi-tools++/objects/mla/Title_msg.hpp -include/ncbi-tools++/objects/mla/Title_msg_.hpp -include/ncbi-tools++/objects/mla/Title_msg_list.hpp -include/ncbi-tools++/objects/mla/Title_msg_list_.hpp -include/ncbi-tools++/objects/mla/Title_type.hpp -include/ncbi-tools++/objects/mla/Title_type_.hpp -include/ncbi-tools++/objects/mla/mla__.hpp -include/ncbi-tools++/objects/mla/mla_client.hpp -include/ncbi-tools++/objects/mla/mla_client_.hpp include/ncbi-tools++/objects/mmdb1/.gitignore include/ncbi-tools++/objects/mmdb1/Atom.hpp include/ncbi-tools++/objects/mmdb1/Atom_.hpp @@ -3339,6 +3328,7 @@ include/ncbi-tools++/objmgr/impl/bioseq_edit_commands.hpp include/ncbi-tools++/objmgr/impl/bioseq_info.hpp include/ncbi-tools++/objmgr/impl/bioseq_set_edit_commands.hpp include/ncbi-tools++/objmgr/impl/bioseq_set_info.hpp +include/ncbi-tools++/objmgr/impl/bioseq_sort.hpp include/ncbi-tools++/objmgr/impl/data_source.hpp include/ncbi-tools++/objmgr/impl/edit_commands_impl.hpp include/ncbi-tools++/objmgr/impl/handle_range.hpp @@ -3483,11 +3473,7 @@ include/ncbi-tools++/objtools/blast/blastdb_format/blastdb_seqid.hpp include/ncbi-tools++/objtools/blast/blastdb_format/invalid_data_exception.hpp include/ncbi-tools++/objtools/blast/blastdb_format/seq_formatter.hpp include/ncbi-tools++/objtools/blast/blastdb_format/seq_writer.hpp -include/ncbi-tools++/objtools/blast/gene_info_reader/file_utils.hpp -include/ncbi-tools++/objtools/blast/gene_info_reader/gene_info.hpp -include/ncbi-tools++/objtools/blast/gene_info_reader/gene_info_reader.hpp include/ncbi-tools++/objtools/blast/seqdb_reader/column_reader.hpp -include/ncbi-tools++/objtools/blast/seqdb_reader/impl/lmdb++.h include/ncbi-tools++/objtools/blast/seqdb_reader/impl/seqdb_lmdb.hpp include/ncbi-tools++/objtools/blast/seqdb_reader/impl/seqdbatlas.hpp include/ncbi-tools++/objtools/blast/seqdb_reader/impl/seqdbcol.hpp @@ -3551,7 +3537,13 @@ include/ncbi-tools++/objtools/data_loaders/genbank/impl/incr_time.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/info_cache.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/processor.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/processors.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_blob_processor.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_cache.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_cdd.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_evloop.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_loader_impl.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_processor.hpp +include/ncbi-tools++/objtools/data_loaders/genbank/impl/psg_processors.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_id1_base.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_id2_base.hpp include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_service.hpp @@ -4513,6 +4505,7 @@ include/ncbi-tools++/objtools/readers/aln_reader.hpp include/ncbi-tools++/objtools/readers/alnread.hpp include/ncbi-tools++/objtools/readers/bed_reader.hpp include/ncbi-tools++/objtools/readers/cigar.hpp +include/ncbi-tools++/objtools/readers/co_generator.hpp include/ncbi-tools++/objtools/readers/error_container.hpp include/ncbi-tools++/objtools/readers/fasta.hpp include/ncbi-tools++/objtools/readers/fasta_exception.hpp @@ -4687,6 +4680,7 @@ include/ncbi-tools++/sra/readers/bam/bgzf.hpp include/ncbi-tools++/sra/readers/bam/cache_with_lock.hpp include/ncbi-tools++/sra/readers/bam/vdbfile.hpp include/ncbi-tools++/sra/readers/ncbi_traces_path.hpp +include/ncbi-tools++/sra/readers/ncbi_traces_path.hpp.bak include/ncbi-tools++/sra/readers/sra/csraread.hpp include/ncbi-tools++/sra/readers/sra/exception.hpp include/ncbi-tools++/sra/readers/sra/graphread.hpp @@ -4784,6 +4778,10 @@ include/ncbi-tools++/util/compress/zlib.hpp include/ncbi-tools++/util/compress/zlib/zconf.h include/ncbi-tools++/util/compress/zlib/zlib.h include/ncbi-tools++/util/compress/zlib/zutil.h +include/ncbi-tools++/util/compress/zlib_cloudflare.hpp +include/ncbi-tools++/util/compress/zlib_cloudflare/zconf_cf.h +include/ncbi-tools++/util/compress/zlib_cloudflare/zlib_cf.h +include/ncbi-tools++/util/compress/zlib_cloudflare/zutil_cf.h include/ncbi-tools++/util/compress/zstd.hpp include/ncbi-tools++/util/creaders/alnread.h include/ncbi-tools++/util/creaders/creaders_export.h @@ -4801,15 +4799,13 @@ include/ncbi-tools++/util/histogram_binning.hpp include/ncbi-tools++/util/icanceled.hpp include/ncbi-tools++/util/id_mux.hpp include/ncbi-tools++/util/impl/compile_time_bits.hpp -include/ncbi-tools++/util/impl/const_tuple.hpp -include/ncbi-tools++/util/impl/ct_bitset_cxx14.hpp include/ncbi-tools++/util/impl/ct_bitset_cxx17.hpp include/ncbi-tools++/util/impl/ct_crc32.hpp -include/ncbi-tools++/util/impl/ct_string_cxx14.hpp include/ncbi-tools++/util/impl/ct_string_cxx17.hpp include/ncbi-tools++/util/impl/ctsort_cxx14.hpp include/ncbi-tools++/util/impl/floating_point_comparison.hpp include/ncbi-tools++/util/impl/generated_fsm.hpp +include/ncbi-tools++/util/incr_time.hpp include/ncbi-tools++/util/itransaction.hpp include/ncbi-tools++/util/itree.hpp include/ncbi-tools++/util/itree.inl @@ -4826,6 +4822,7 @@ include/ncbi-tools++/util/math/matrix.hpp include/ncbi-tools++/util/math/miscmath.h include/ncbi-tools++/util/math/promote.hpp include/ncbi-tools++/util/md5.hpp +include/ncbi-tools++/util/memory_streambuf.hpp include/ncbi-tools++/util/message_queue.hpp include/ncbi-tools++/util/miscmath.h include/ncbi-tools++/util/multi_writer.hpp @@ -4847,10 +4844,8 @@ include/ncbi-tools++/util/regexp.hpp include/ncbi-tools++/util/regexp/ctre/LICENSE include/ncbi-tools++/util/regexp/ctre/ctre-unicode.hpp include/ncbi-tools++/util/regexp/ctre/ctre.hpp -include/ncbi-tools++/util/regexp/pcre.h -include/ncbi-tools++/util/regexp/pcrecpp.h -include/ncbi-tools++/util/regexp/pcrecpparg.h -include/ncbi-tools++/util/regexp/pcreposix.h +include/ncbi-tools++/util/regexp/pcre2.h +include/ncbi-tools++/util/regexp/pcre2posix.h include/ncbi-tools++/util/request_control.hpp include/ncbi-tools++/util/resize_iter.hpp include/ncbi-tools++/util/resource_pool.hpp @@ -4984,8 +4979,6 @@ lib/ncbi-tools++/libgbseq-static.a lib/ncbi-tools++/libgbseq.a lib/ncbi-tools++/libgencoll_client-static.a lib/ncbi-tools++/libgencoll_client.a -lib/ncbi-tools++/libgene_info-static.a -lib/ncbi-tools++/libgene_info.a lib/ncbi-tools++/libgeneral-static.a lib/ncbi-tools++/libgeneral.a lib/ncbi-tools++/libgenesbyloc-static.a @@ -5020,10 +5013,6 @@ lib/ncbi-tools++/libmedline-static.a lib/ncbi-tools++/libmedline.a lib/ncbi-tools++/libmim-static.a lib/ncbi-tools++/libmim.a -lib/ncbi-tools++/libmla-static.a -lib/ncbi-tools++/libmla.a -lib/ncbi-tools++/libmlacli-static.a -lib/ncbi-tools++/libmlacli.a lib/ncbi-tools++/libmmdb-static.a lib/ncbi-tools++/libmmdb.a lib/ncbi-tools++/libncbi_xblobstorage_netcache-static.a @@ -5206,3 +5195,5 @@ lib/ncbi-tools++/libxxconnect.a lib/ncbi-tools++/libxxconnect2-dll.so lib/ncbi-tools++/libxxconnect2-static.a lib/ncbi-tools++/libxxconnect2.a +lib/ncbi-tools++/libzcf-static.a +lib/ncbi-tools++/libzcf.a diff --git a/cad/Clipper2/Makefile b/cad/Clipper2/Makefile index 288629687841..857bacc6a735 100644 --- a/cad/Clipper2/Makefile +++ b/cad/Clipper2/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/AngusJohnson/Clipper2 LICENSE= BSL LICENSE_FILE= ${WRKSRC}/../License.txt -USES= cmake compiler:c++17-lang dos2unix pathfix zip +USES= cmake compiler:c++17-lang dos2unix zip WRKSRC_SUBDIR= CPP NO_WRKSUBDIR= yes diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index d74135017aa9..947d82bf5058 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig -USES= bison:alias cmake:insource cpe gl pathfix pkgconfig python:env \ +USES= bison:alias cmake:insource cpe gl pkgconfig python:env \ tar:bzip2 tk xorg USE_GL= gl glu USE_LDCONFIG= yes diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 00a1f7b82ac4..8a046ac4ea76 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 RUN_DEPENDS= guile:lang/guile -USES= gmake pathfix libtool makeinfo perl5 pkgconfig +USES= gmake libtool makeinfo perl5 pkgconfig # Bug 219297: GCC 6 changed its default from -std=gnu++98 to -std=gnu++14, and # this port's code is not compatible with C++11. Since the project looks # abandoned upstream, it makes more sense to just continue building with an diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 2062094db6f4..d9960a42fe1d 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libstroke.so:devel/libstroke RUN_DEPENDS= gawk:lang/gawk USES= desktop-file-utils gettext gmake gnome guile:1.8 libtool \ - pathfix perl5 pkgconfig python:run shared-mime-info \ + perl5 pkgconfig python:run shared-mime-info \ shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 9decb381912e..d94bde1ccd9b 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= autoreconf compiler:c++11-lang cpe desktop-file-utils \ - gmake gnome libtool localbase pathfix pkgconfig + gmake gnome libtool localbase pkgconfig USE_GITHUB= yes USE_GNOME= cairo gtk20 USE_LDCONFIG= yes diff --git a/cad/lepton-eda/Makefile b/cad/lepton-eda/Makefile index 04ec713e092d..8b851ed0ff1f 100644 --- a/cad/lepton-eda/Makefile +++ b/cad/lepton-eda/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ USES= desktop-file-utils gettext-tools gnome groff:build \ guile:2.2,3.0,conflicts iconv:wchar_t libtool localbase \ - makeinfo pathfix perl5 pkgconfig shared-mime-info shebangfix \ + makeinfo perl5 pkgconfig shared-mime-info shebangfix \ xorg USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index 26645e6a6aa3..f99d100a7ec6 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libsystemc.so:devel/systemc # systemc is only added to share/verila RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen -USES= bison compiler:c++17-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz +USES= bison compiler:c++17-lang gmake localbase:ldflags perl5 python:build,run,test shebangfix tar:tgz USE_CXXSTD= c++17 # needs to match that of devel/systemc to avoid mismatches like https://github.com/verilator/verilator/issues/4499 USE_GITHUB= yes diff --git a/cad/zcad/Makefile b/cad/zcad/Makefile index e546897eccba..2c7356849458 100644 --- a/cad/zcad/Makefile +++ b/cad/zcad/Makefile @@ -1,6 +1,6 @@ PORTNAME= zcad PORTVERSION= 0.9.8.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= cad PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 78ac95b3f9b7..2558fee6c571 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -11,7 +11,7 @@ WWW= https://chewing.im/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:testing localbase:ldflags pathfix pkgconfig sqlite tar:zst +USES= cmake:testing localbase:ldflags pkgconfig sqlite tar:zst CMAKE_OFF= BUILD_INFO \ BUILD_TESTING \ diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index d5832c68f427..6100df312f16 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags \ - pathfix pkgconfig + pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 5aa06250555d..503569f4d246 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp \ -USES= cmake compiler:c++14-lang gettext pathfix perl5 pkgconfig xorg +USES= cmake compiler:c++14-lang gettext perl5 pkgconfig xorg USE_PERL5= build patch CMAKE_OFF= BUILD_TEST diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index a8148211fb32..163183bbfa7e 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= autoreconf compiler:c++11-lang gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:build shebangfix + libtool pkgconfig python:build shebangfix SHEBANG_FILES= data/db/android/create_db.py USE_GITHUB= yes GH_TAGNAME= 6d9c3cd diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 576ea9b13da8..91e96340d400 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= scim>=1.2.0:textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv libtool:keepla localbase:ldflags pathfix pkgconfig +USES= gmake iconv libtool:keepla localbase:ldflags pkgconfig USE_CXXSTD= c++14 GNU_CONFIGURE= yes diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile index 7217a8264e90..1babdb946c0c 100644 --- a/comms/cqrlog/Makefile +++ b/comms/cqrlog/Makefile @@ -1,6 +1,6 @@ PORTNAME= cqrlog PORTVERSION= 2.5.2 -PORTREVISION= 14 +PORTREVISION= 15 DISTVERSIONPREFIX= v CATEGORIES= comms hamradio PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/comms/cyclonedds/Makefile b/comms/cyclonedds/Makefile index b7c499c664b7..56790aa25dc6 100644 --- a/comms/cyclonedds/Makefile +++ b/comms/cyclonedds/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libiceoryx_binding_c.so:comms/iceoryx -USES= bison cmake pathfix +USES= bison cmake USE_GITHUB= yes GH_ACCOUNT= eclipse-cyclonedds diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 8b8dd01114b1..883aec6a2e79 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USES= gettext gmake gnome iconv libtool localbase pathfix pkgconfig \ +USES= gettext gmake gnome iconv libtool localbase pkgconfig \ readline shebangfix tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index b94706452f35..416803ac86b8 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -55,7 +55,7 @@ LIB_DEPENDS= libad9361.so:misc/libad9361-iio \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cmake compiler:c++14-lang desktop-file-utils fortran gnome \ - iconv localbase:ldflags pathfix perl5 pkgconfig pyqt:5 python \ + iconv localbase:ldflags perl5 pkgconfig pyqt:5 python \ qt:5 shared-mime-info shebangfix SHEBANG_FILES= gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 73bfd812c5ed..4414d9b94947 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf gnome libtool:keepla localbase:ldflags pathfix perl5 pkgconfig python \ +USES= autoreconf gnome libtool:keepla localbase:ldflags perl5 pkgconfig python \ readline shebangfix tcl USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/comms/libimobiledevice-glue/Makefile b/comms/libimobiledevice-glue/Makefile index 2230f88e16a5..8801e524f466 100644 --- a/comms/libimobiledevice-glue/Makefile +++ b/comms/libimobiledevice-glue/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libplist-2.0.so:devel/libplist -USES= libtool pathfix pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 00e6c574c368..7f1179f7d085 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -12,7 +12,7 @@ WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES+= autoreconf cpe libtool localbase:ldflags pathfix pkgconfig ssl +USES+= autoreconf cpe libtool localbase:ldflags pkgconfig ssl USE_GITHUB= yes GNU_CONFIGURE= yes diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile index a7bba3d06d26..d9e7f02ce13b 100644 --- a/comms/libirman/Makefile +++ b/comms/libirman/Makefile @@ -10,7 +10,7 @@ WWW= https://libirman.sourceforge.io/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pkgconfig pathfix +USES= gmake libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index a1675a718bf9..00ac1fb92c56 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -10,7 +10,7 @@ WWW= https://libmodbus.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= autoreconf cpe gmake libtool pathfix +USES= autoreconf cpe gmake libtool USE_GITHUB= yes GH_ACCOUNT= stephane USE_LDCONFIG= yes diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile index c7cc52711d3a..59a0c6e5ee74 100644 --- a/comms/libusbmuxd/Makefile +++ b/comms/libusbmuxd/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue \ libplist-2.0.so:devel/libplist -USES= cpe libtool pathfix pkgconfig tar:bzip2 +USES= cpe libtool pkgconfig tar:bzip2 CPE_VENDOR= libimobiledevice USE_LDCONFIG= yes diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index 0cff17d7cd6f..b24135335fd0 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -10,7 +10,7 @@ WWW= https://sdr.osmocom.org/trac/wiki/rtl-sdr LICENSE= GPLv2 -USES= autoreconf pkgconfig libtool pathfix tar:tgz +USES= autoreconf pkgconfig libtool tar:tgz USE_GITHUB= yes GH_ACCOUNT= steve-m diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index aa69eb2ae771..6c9937583ed0 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib #CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include -USES+= gmake libtool ncurses pathfix pkgconfig autoreconf +USES+= gmake libtool ncurses pkgconfig autoreconf USE_LDCONFIG= yes USE_CSTD= gnu99 WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index bff38d002dee..2abcb6960e76 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libplist-2.0.so:devel/libplist \ libimobiledevice-1.0.so:comms/libimobiledevice \ libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue -USES= autoreconf cpe libtool localbase pathfix pkgconfig +USES= autoreconf cpe libtool localbase pkgconfig CPE_VENDOR= nikias_bassen USE_GITHUB= yes diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 0c86e948a96f..1d7ab09cfd28 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= umap:converters/p5-Unicode-Map8 LIB_DEPENDS= librecode.so:converters/recode RUN_DEPENDS= umap:converters/p5-Unicode-Map8 -USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz +USES= gmake iconv libtool localbase pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index 1afb66706828..2f4ccd2431e3 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= cmake:testing compiler:c++17-lang pathfix python:build,test +USES= cmake:testing compiler:c++17-lang python:build,test USE_GITHUB= yes USE_LDCONFIG= yes diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 43a2e3ea8191..c13f0e30d67e 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools -USES= autoreconf cpe libtool pathfix perl5 shebangfix +USES= autoreconf cpe libtool perl5 shebangfix CPE_VENDOR= ytnef_project USE_GITHUB= yes GH_ACCOUNT= Yeraze diff --git a/databases/Makefile b/databases/Makefile index 18048de45b62..23d3f573d240 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -131,7 +131,6 @@ SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgda6 - SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache @@ -166,6 +165,7 @@ SUBDIR += mantis SUBDIR += mariadb-connector-c SUBDIR += mariadb-connector-odbc + SUBDIR += mariadb-java-client SUBDIR += mariadb1011-client SUBDIR += mariadb1011-server SUBDIR += mariadb105-client diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile index 69dc2f45a289..24c88d494855 100644 --- a/databases/cassandra-cpp-driver/Makefile +++ b/databases/cassandra-cpp-driver/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake compiler:c++11-lang pkgconfig pathfix ssl +USES= cmake compiler:c++11-lang pkgconfig ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= datastax diff --git a/databases/cego/Makefile b/databases/cego/Makefile index b55b456d6bfd..a71927ea388b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.21 +PORTVERSION= 2.52.22 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 617289808dec..65391f2690c9 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753256861 -SHA256 (cego-2.52.21.tar.gz) = 92aed359d85769124332cc615b0144305a4f596542c8372d9071de87bf6d946e -SIZE (cego-2.52.21.tar.gz) = 3311952 +TIMESTAMP = 1753378213 +SHA256 (cego-2.52.22.tar.gz) = 5f005952a9f9f70a59439b6b5ed91ec561503c56adc66fb746485d0666b19836 +SIZE (cego-2.52.22.tar.gz) = 3306444 diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index be9555f62b71..08cb37118c82 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -15,7 +15,7 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/lib${PORTNAME} -USES= gnome libtool pathfix zip +USES= gnome libtool zip USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" diff --git a/databases/dbixx/Makefile b/databases/dbixx/Makefile index 9473ec4b3d46..81b82ce92bc0 100644 --- a/databases/dbixx/Makefile +++ b/databases/dbixx/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS+= libdbi.so:databases/libdbi BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers GNU_CONFIGURE= yes -USES= libtool localbase:ldflags pathfix +USES= libtool localbase:ldflags USE_LDCONFIG= yes USE_GCC= yes diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index c52ad0f692df..cbe86962bb4b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libgraphene-1.0.so:graphics/graphene USES= cmake cpe desktop-file-utils gettext \ - gnome gperf iconv:wchar_t localbase pathfix pkgconfig \ + gnome gperf iconv:wchar_t localbase pkgconfig \ python:build sqlite tar:xz xorg USE_CXXSTD= gnu++17 USE_GNOME= glib20 gtk30 gtk40 introspection:build libxml2 diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 051f45c201b6..4997b7425fbf 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.112 +DISTVERSION= 1.5.116 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ @@ -11,6 +11,7 @@ COMMENT= Sybase/Microsoft TDS protocol library - nightly snapshot WWW= http://www.freetds.org/ LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING_LIB.txt USES= compiler:c11 cpe gettext-tools gmake iconv \ libtool:keepla localbase:ldflags pkgconfig tar:bzip2 diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 8e957789665a..ba1a31cbf493 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752210780 -SHA256 (freetds-dev.1.5.112.tar.bz2) = a252e7081b4188bae24b4c29d7c69479e1e5ec36c6d31cdf1553cfb89068addc -SIZE (freetds-dev.1.5.112.tar.bz2) = 2455076 +TIMESTAMP = 1753370905 +SHA256 (freetds-dev.1.5.116.tar.bz2) = b850abb980677e99fa7d02619dc939b33d5b57862b897fd0eee007f12b97d0f6 +SIZE (freetds-dev.1.5.116.tar.bz2) = 2453933 diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile index bab3b9e2193a..9c2cc6872a1d 100644 --- a/databases/geoserver-mysql-plugin/Makefile +++ b/databases/geoserver-mysql-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.27.1 +DISTVERSION= 2.27.2 CATEGORIES= databases geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions PKGNAMESUFFIX= -mysql-plugin @@ -22,7 +22,7 @@ NO_BUILD= yes SUB_FILES= pkg-message GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib -PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.1.jar \ +PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-33.2.jar \ ${GSLIBDIR}/mysql-connector-j-9.1.0.jar do-install: diff --git a/databases/geoserver-mysql-plugin/distinfo b/databases/geoserver-mysql-plugin/distinfo index 952e6898d0bf..27800c6a7556 100644 --- a/databases/geoserver-mysql-plugin/distinfo +++ b/databases/geoserver-mysql-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747678986 -SHA256 (geoserver-2.27.1-mysql-plugin.zip) = d1c63a5983b534e1ec3f7ab55506187f3b4a197ac044331a2ff0a02c386480bf -SIZE (geoserver-2.27.1-mysql-plugin.zip) = 2492566 +TIMESTAMP = 1753306241 +SHA256 (geoserver-2.27.2-mysql-plugin.zip) = 280f98fa4fb1202a342439935de18432f641e29b901b94c02368dc22aa26f797 +SIZE (geoserver-2.27.2-mysql-plugin.zip) = 2492577 diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index ad89ecea4947..db91704bd263 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/redis/hiredis LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe pathfix ssl +USES= cmake cpe ssl CPE_VENDOR= redislabs USE_GITHUB= yes diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 06d46fab1ee8..67868c83c20c 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -11,7 +11,7 @@ WWW= https://libdbi.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/databases/libdrizzle/Makefile b/databases/libdrizzle/Makefile index 2f2c58647f03..adbc14ed82e3 100644 --- a/databases/libdrizzle/Makefile +++ b/databases/libdrizzle/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes GNU_CONFIGURE= yes -USES= gmake libtool pathfix +USES= gmake libtool CONFIGURE_ARGS+=--enable-libsqlite3 USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index d59f66c9381b..9991c72385d9 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pkgconfig USE_GNOME= glib20 libxslt intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/libgdamm5/Makefile b/databases/libgdamm5/Makefile deleted file mode 100644 index 72c539df497d..000000000000 --- a/databases/libgdamm5/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= libgdamm -PORTVERSION= 4.99.11 -PORTREVISION= 3 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for libgda5 library -WWW= https://www.gtkmm.org/ - -USES= gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang gnome -USE_CXXSTD= c++11 -USE_GNOME= libgda5 glibmm -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-documentation -BINARY_WRAPPERS= gm4 - -OPTIONS_DEFINE= BDB - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MBDB} || exists(${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:databases/libgda5-bdb -PLIST_SUB+= BDB="" -.else -PLIST_SUB+= BDB="" -.endif - -.include <bsd.port.mk> diff --git a/databases/libgdamm5/distinfo b/databases/libgdamm5/distinfo deleted file mode 100644 index 6edcbd3348e9..000000000000 --- a/databases/libgdamm5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656739354 -SHA256 (gnome/libgdamm-4.99.11.tar.xz) = e9820070a1b258fbdfa9b6583d97dfdb1340c90bb353c5f5e21522375609d0bb -SIZE (gnome/libgdamm-4.99.11.tar.xz) = 1605420 diff --git a/databases/libgdamm5/pkg-descr b/databases/libgdamm5/pkg-descr deleted file mode 100644 index e517a273270a..000000000000 --- a/databases/libgdamm5/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a set of thin C++ wrappers for libgda v5 library. diff --git a/databases/libgdamm5/pkg-plist b/databases/libgdamm5/pkg-plist deleted file mode 100644 index b775518bedd2..000000000000 --- a/databases/libgdamm5/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -include/libgdamm-5.0/libgdamm.h -include/libgdamm-5.0/libgdamm/batch.h -include/libgdamm-5.0/libgdamm/blob.h -include/libgdamm-5.0/libgdamm/blobop.h -include/libgdamm-5.0/libgdamm/column.h -include/libgdamm-5.0/libgdamm/config.h -include/libgdamm-5.0/libgdamm/connection.h -include/libgdamm-5.0/libgdamm/connectionevent.h -include/libgdamm-5.0/libgdamm/dataaccesswrapper.h -include/libgdamm-5.0/libgdamm/datacomparator.h -include/libgdamm-5.0/libgdamm/datahandler.h -include/libgdamm-5.0/libgdamm/datamodel.h -include/libgdamm-5.0/libgdamm/datamodelarray.h -include/libgdamm-5.0/libgdamm/datamodelimport.h -include/libgdamm-5.0/libgdamm/datamodeliter.h -include/libgdamm-5.0/libgdamm/dataproxy.h -include/libgdamm-5.0/libgdamm/dataselect.h -include/libgdamm-5.0/libgdamm/handlerbin.h -include/libgdamm-5.0/libgdamm/handlerboolean.h -include/libgdamm-5.0/libgdamm/handlernumerical.h -include/libgdamm-5.0/libgdamm/handlerstring.h -include/libgdamm-5.0/libgdamm/handlertime.h -include/libgdamm-5.0/libgdamm/handlertype.h -include/libgdamm-5.0/libgdamm/holder.h -include/libgdamm-5.0/libgdamm/init.h -include/libgdamm-5.0/libgdamm/metastore.h -include/libgdamm-5.0/libgdamm/metastruct.h -include/libgdamm-5.0/libgdamm/numeric.h -include/libgdamm-5.0/libgdamm/private/batch_p.h -include/libgdamm-5.0/libgdamm/private/blob_p.h -include/libgdamm-5.0/libgdamm/private/blobop_p.h -include/libgdamm-5.0/libgdamm/private/column_p.h -include/libgdamm-5.0/libgdamm/private/config_p.h -include/libgdamm-5.0/libgdamm/private/connection_p.h -include/libgdamm-5.0/libgdamm/private/connectionevent_p.h -include/libgdamm-5.0/libgdamm/private/dataaccesswrapper_p.h -include/libgdamm-5.0/libgdamm/private/datacomparator_p.h -include/libgdamm-5.0/libgdamm/private/datahandler_p.h -include/libgdamm-5.0/libgdamm/private/datamodel_p.h -include/libgdamm-5.0/libgdamm/private/datamodelarray_p.h -include/libgdamm-5.0/libgdamm/private/datamodelimport_p.h -include/libgdamm-5.0/libgdamm/private/datamodeliter_p.h -include/libgdamm-5.0/libgdamm/private/dataproxy_p.h -include/libgdamm-5.0/libgdamm/private/dataselect_p.h -include/libgdamm-5.0/libgdamm/private/handlerbin_p.h -include/libgdamm-5.0/libgdamm/private/handlerboolean_p.h -include/libgdamm-5.0/libgdamm/private/handlernumerical_p.h -include/libgdamm-5.0/libgdamm/private/handlerstring_p.h -include/libgdamm-5.0/libgdamm/private/handlertime_p.h -include/libgdamm-5.0/libgdamm/private/handlertype_p.h -include/libgdamm-5.0/libgdamm/private/holder_p.h -include/libgdamm-5.0/libgdamm/private/metastore_p.h -include/libgdamm-5.0/libgdamm/private/metastruct_p.h -include/libgdamm-5.0/libgdamm/private/numeric_p.h -include/libgdamm-5.0/libgdamm/private/quarklist_p.h -include/libgdamm-5.0/libgdamm/private/row_p.h -include/libgdamm-5.0/libgdamm/private/serveroperation_p.h -include/libgdamm-5.0/libgdamm/private/serverprovider_p.h -include/libgdamm-5.0/libgdamm/private/set_p.h -include/libgdamm-5.0/libgdamm/private/sqlbuilder_p.h -include/libgdamm-5.0/libgdamm/private/sqlexpr_p.h -include/libgdamm-5.0/libgdamm/private/sqlparser_p.h -include/libgdamm-5.0/libgdamm/private/sqlstatement_p.h -include/libgdamm-5.0/libgdamm/private/statement_p.h -include/libgdamm-5.0/libgdamm/private/transactionstatus_p.h -include/libgdamm-5.0/libgdamm/private/xatransaction_p.h -include/libgdamm-5.0/libgdamm/quarklist.h -include/libgdamm-5.0/libgdamm/row.h -include/libgdamm-5.0/libgdamm/serveroperation.h -include/libgdamm-5.0/libgdamm/serverprovider.h -include/libgdamm-5.0/libgdamm/set.h -include/libgdamm-5.0/libgdamm/sqlbuilder.h -include/libgdamm-5.0/libgdamm/sqlexpr.h -include/libgdamm-5.0/libgdamm/sqlparser.h -include/libgdamm-5.0/libgdamm/sqlstatement.h -include/libgdamm-5.0/libgdamm/statement.h -include/libgdamm-5.0/libgdamm/transactionstatus.h -include/libgdamm-5.0/libgdamm/throw_exception.h -include/libgdamm-5.0/libgdamm/value.h -include/libgdamm-5.0/libgdamm/wrap_init.h -include/libgdamm-5.0/libgdamm/xatransaction.h -lib/libgdamm-5.0.so -lib/libgdamm-5.0.so.13 -lib/libgdamm-5.0.so.13.0.0 -lib/libgdamm-5.0/include/libgdammconfig.h -libdata/pkgconfig/libgdamm-5.0.pc diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 992b225728a9..3ab1d0e41f8d 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL -USES= libtool pathfix pkgconfig +USES= libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index e90e1d03508f..e9e71a8f1ec2 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libevent.so:devel/libevent TEST_DEPENDS= memcached:databases/memcached \ onetbb>=0:devel/onetbb -USES= bison compiler:c++11-lang pathfix pkgconfig ssl +USES= bison compiler:c++11-lang pkgconfig ssl CMAKE_OFF= BUILD_DOCSONLY \ BUILD_DOCS_MANGZ \ diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index f677de7d67cd..50bb8c40050b 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libodbc.so:databases/unixODBC -USES= gmake libtool ncurses pathfix pkgconfig readline tar:bzip2 +USES= gmake libtool ncurses pkgconfig readline tar:bzip2 USE_CXXSTD= c++14 USE_LDCONFIG= yes diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile index 879f2b323375..89d5783b1876 100644 --- a/databases/libzdb/Makefile +++ b/databases/libzdb/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= fails to build BROKEN_powerpc= fails to build -USES= compiler:c++20-lang gmake libtool localbase pathfix +USES= compiler:c++20-lang gmake libtool localbase GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/databases/mariadb-java-client/Makefile b/databases/mariadb-java-client/Makefile new file mode 100644 index 000000000000..863232357c64 --- /dev/null +++ b/databases/mariadb-java-client/Makefile @@ -0,0 +1,29 @@ +PORTNAME= mariadb-java-client +DISTVERSION= 3.5.4 +CATEGORIES= databases java +MASTER_SITES= https://dlm.mariadb.com/4308494/Connectors/java/connector-java-${DISTVERSION}/ \ + https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/${DISTVERSION}/ +EXTRACT_SUFX= .jar + +MAINTAINER= dmayoss@gmail.com +COMMENT= MariaDB JDBC driver for Java applications +WWW= https://mariadb.com + +LICENSE= LGPL21 + +USES= cpe java +CPE_VENDOR= mariadb +CPE_PRODUCT= mariadb_connector/j + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar \ + ${JAVAJARDIR}/${DISTNAME}.jar + +do-install: + @${MKDIR} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR} + ${RLN} ${STAGEDIR}${JAVAJARDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +.include <bsd.port.mk> diff --git a/databases/mariadb-java-client/distinfo b/databases/mariadb-java-client/distinfo new file mode 100644 index 000000000000..504b662ad72a --- /dev/null +++ b/databases/mariadb-java-client/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753282280 +SHA256 (mariadb-java-client-3.5.4.jar) = 9cac1a01e3b2bac18f826d48475b93e6bdb5c16d31f7227f9653c7c8f1b378e7 +SIZE (mariadb-java-client-3.5.4.jar) = 749550 diff --git a/databases/mariadb-java-client/pkg-descr b/databases/mariadb-java-client/pkg-descr new file mode 100644 index 000000000000..ae71500a8b66 --- /dev/null +++ b/databases/mariadb-java-client/pkg-descr @@ -0,0 +1,4 @@ +The MariaDB java connector is a JDBC 4.2 compatible driver, used to +connect applications developed in Java to MariaDB and MySQL databases. + +This port uses a precompiled .jar. diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 16749b2acafd..3c9388b01fb7 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash-completion>=0:shells/bash-completion \ LIB_DEPENDS= libodbcinst.so:databases/unixODBC RUN_DEPENDS= bash-completion>=0:shells/bash-completion -USES= bison cpe gnome iconv:wchar_t libtool pathfix \ +USES= bison cpe gnome iconv:wchar_t libtool \ pkgconfig readline CPE_VENDOR= mdbtools_project USE_GNOME= glib20 diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index aa39a3a3a86f..6e681fdae4a7 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.19.4-2 +DISTVERSION= 0.19.4-3 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 8fc2984f3763..a5e24d6d4038 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208120 -SHA256 (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = b5213e44a755127196a40916484e37d18dfbe304aaac50ec17f9f6aba8d0968e -SIZE (mydumper-mydumper-v0.19.4-2_GH0.tar.gz) = 843293 +TIMESTAMP = 1753265700 +SHA256 (mydumper-mydumper-v0.19.4-3_GH0.tar.gz) = ca0b0d810d1bb6768bd4abc56c6f38c3682dac99a93d1b98d57a84293a80ed2a +SIZE (mydumper-mydumper-v0.19.4-3_GH0.tar.gz) = 843216 diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 104dc05bfdf0..5222735d9b92 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -10,7 +10,7 @@ WWW= http://www.linuxnetworks.de/opendbx/ LICENSE= LGPL21 -USES= gmake libtool pathfix readline +USES= gmake libtool readline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${WRKSRC}/lib -L${LOCALBASE}/lib diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index d11561b0511c..254c98b969c2 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ libev.so:devel/libev -USES= cmake pathfix ssl +USES= cmake ssl USE_LDCONFIG= yes USE_RC_SUBR= pgagroal diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index b991c04de53a..c3102a9b2ba5 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -11,7 +11,7 @@ WWW= http://pqxx.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++17-lang pathfix pkgconfig pgsql +USES= cmake compiler:c++17-lang pkgconfig pgsql USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index eb0724139fa4..19c1ece2b33e 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake gnome iconv libtool localbase:ldflags pathfix perl5 pkgconfig +USES= gmake gnome iconv libtool localbase:ldflags perl5 pkgconfig USE_GNOME= intltool USE_LDCONFIG= yes diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index c720eef0e1ff..20c175d6574f 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -1,5 +1,5 @@ PORTNAME= apsw -PORTVERSION= 3.50.2.0 +PORTVERSION= 3.50.3.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ - sqlite3>=${PORTVERSION:R},1:databases/sqlite3 + sqlite3>=${PORTVERSION:R:R},1:databases/sqlite3 USES= localbase python sqlite USE_PYTHON= autoplist concurrent pep517 unittest diff --git a/databases/py-apsw/distinfo b/databases/py-apsw/distinfo index 2000e81a8b98..119e444a4ed2 100644 --- a/databases/py-apsw/distinfo +++ b/databases/py-apsw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622361 -SHA256 (apsw-3.50.2.0.tar.gz) = ce6e78732f8e9923c6d7b0b5e857f2121075fc25ae3a1e259dd8e6ff22356e64 -SIZE (apsw-3.50.2.0.tar.gz) = 1081924 +TIMESTAMP = 1753265738 +SHA256 (apsw-3.50.3.0.tar.gz) = abc9ef74ae57e55ae0d799788c551a1ac3f506f811b2804311d8c0a269387267 +SIZE (apsw-3.50.3.0.tar.gz) = 1093491 diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index db51939391d5..6c4e9eec54f7 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlframe -PORTVERSION= 3.36.3 +PORTVERSION= 3.37.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=0<4:devel/py-prettytable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<26.34:databases/py-sqlglot@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlglot>=24.0.0<27.2:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlframe/distinfo b/databases/py-sqlframe/distinfo index 16977061a376..8d0db9d79e51 100644 --- a/databases/py-sqlframe/distinfo +++ b/databases/py-sqlframe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266056 -SHA256 (sqlframe-3.36.3.tar.gz) = c5d9e4f13131693c9d6178a4e6d9852557e203be0eeb4b4d256929a6f487259d -SIZE (sqlframe-3.36.3.tar.gz) = 29481819 +TIMESTAMP = 1753265740 +SHA256 (sqlframe-3.37.0.tar.gz) = 77cc7e0ff1695d6ed5e62fcfac40f5464c7ef01ed433f04407caf80010c91353 +SIZE (sqlframe-3.37.0.tar.gz) = 29481957 diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index d023c7cd67f0..e65f392ff62d 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.33.0 +PORTVERSION= 27.1.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index d1b4c41b8cc8..df2b91385afe 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266058 -SHA256 (sqlglot-26.33.0.tar.gz) = 2817278779fa51d6def43aa0d70690b93a25c83eb18ec97130fdaf707abc0d73 -SIZE (sqlglot-26.33.0.tar.gz) = 5353340 +TIMESTAMP = 1753265742 +SHA256 (sqlglot-27.1.0.tar.gz) = be8f5fde14a49744ab8c519ab1ea955668c1895b759ab18a7065b4e5d6de1c8e +SIZE (sqlglot-27.1.0.tar.gz) = 5379716 diff --git a/databases/qof/Makefile b/databases/qof/Makefile index 22419f62765b..bcb8fb3c78e8 100644 --- a/databases/qof/Makefile +++ b/databases/qof/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Host is no longer resolvable using multiple different resolver +EXPIRATION_DATE= 2025-08-23 CONFLICTS_INSTALL= gnotime-2.[0-3]* gnotime-2.4.0* gnotime-2.4.1 gnotime-2.4.1_[12]* @@ -21,7 +22,7 @@ CONFIGURE_ARGS= --disable-doxygen --disable-gdasql --disable-sqlite CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pkgconfig USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 1279dbec7188..50b268e6125f 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -11,7 +11,7 @@ WWW= https://oss.oetiker.ch/rrdtool/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe gmake gnome libtool pathfix pkgconfig shebangfix +USES= cpe gmake gnome libtool pkgconfig shebangfix CPE_VENDOR= rrdtool_project USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes diff --git a/databases/rubygem-google-cloud-datastore-v1/Makefile b/databases/rubygem-google-cloud-datastore-v1/Makefile index 455b82c66bbf..0be96ba46ee8 100644 --- a/databases/rubygem-google-cloud-datastore-v1/Makefile +++ b/databases/rubygem-google-cloud-datastore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore-v1 -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-datastore-v1/distinfo b/databases/rubygem-google-cloud-datastore-v1/distinfo index 0489eb8c56d9..733c3f8330a3 100644 --- a/databases/rubygem-google-cloud-datastore-v1/distinfo +++ b/databases/rubygem-google-cloud-datastore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715486 -SHA256 (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 6d418406cd4cbafbe42842fa5b6ceeaf5faae7daab839e520e6959d661729836 -SIZE (rubygem/google-cloud-datastore-v1-1.4.0.gem) = 67072 +TIMESTAMP = 1753265806 +SHA256 (rubygem/google-cloud-datastore-v1-1.4.1.gem) = f1d9ca8c7b1b20ae3d1a071ab43cb42af4c556b5f73f2ba78d83e43916845146 +SIZE (rubygem/google-cloud-datastore-v1-1.4.1.gem) = 67072 diff --git a/databases/rubygem-google-cloud-datastore/Makefile b/databases/rubygem-google-cloud-datastore/Makefile index d6a171e88ef0..00d9fab0f017 100644 --- a/databases/rubygem-google-cloud-datastore/Makefile +++ b/databases/rubygem-google-cloud-datastore/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-datastore -PORTVERSION= 2.11.0 +PORTVERSION= 2.12.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-datastore/distinfo b/databases/rubygem-google-cloud-datastore/distinfo index 18ab48f7ef5d..a6813f2d97c1 100644 --- a/databases/rubygem-google-cloud-datastore/distinfo +++ b/databases/rubygem-google-cloud-datastore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070492 -SHA256 (rubygem/google-cloud-datastore-2.11.0.gem) = 53d0b7cc4a1d52b9e9e55506499531c56221e63890c5bc976015beb530097f32 -SIZE (rubygem/google-cloud-datastore-2.11.0.gem) = 52224 +TIMESTAMP = 1753265804 +SHA256 (rubygem/google-cloud-datastore-2.12.0.gem) = cb6eb9f43df0e34f8c659923fee92b887a8bdfe01802acbf627118eeb8e8dee0 +SIZE (rubygem/google-cloud-datastore-2.12.0.gem) = 53760 diff --git a/databases/rubygem-google-cloud-firestore-v1/Makefile b/databases/rubygem-google-cloud-firestore-v1/Makefile index 72ad2646f86e..657ee64080b7 100644 --- a/databases/rubygem-google-cloud-firestore-v1/Makefile +++ b/databases/rubygem-google-cloud-firestore-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-firestore-v1 -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-google-cloud-firestore-v1/distinfo b/databases/rubygem-google-cloud-firestore-v1/distinfo index ed4a38aca48b..9dd0207c920f 100644 --- a/databases/rubygem-google-cloud-firestore-v1/distinfo +++ b/databases/rubygem-google-cloud-firestore-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715488 -SHA256 (rubygem/google-cloud-firestore-v1-2.1.0.gem) = cba1a41136b681f9048ecf4327f2f72121a90603085fecba7bb2f24a9749a3da -SIZE (rubygem/google-cloud-firestore-v1-2.1.0.gem) = 86016 +TIMESTAMP = 1753265808 +SHA256 (rubygem/google-cloud-firestore-v1-2.1.1.gem) = 7abbd0d4e2cf2ee48af5eaa369b77b50a1ba2a484c43867845bb28fe31e4f504 +SIZE (rubygem/google-cloud-firestore-v1-2.1.1.gem) = 86016 diff --git a/databases/rubygem-red-arrow/Makefile b/databases/rubygem-red-arrow/Makefile index 1a0dcc286256..389f1a134162 100644 --- a/databases/rubygem-red-arrow/Makefile +++ b/databases/rubygem-red-arrow/Makefile @@ -12,8 +12,7 @@ WWW= https://arrow.apache.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= arrow>=${PORTVERSION:R}<${PORTVERSION:R}.99_99:databases/arrow \ - arrow-glib>=${PORTVERSION:R}<${PORTVERSION:R}.99_99:databases/arrow-glib +BUILD_DEPENDS= arrow-glib>=${PORTVERSION:R}:databases/arrow-glib LIB_DEPENDS= libarrow.so:databases/arrow \ libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-bigdecimal>=3.1.0:math/rubygem-bigdecimal \ diff --git a/databases/rubygem-redis-client/Makefile b/databases/rubygem-redis-client/Makefile index 5511f80c6786..ae064ef77d74 100644 --- a/databases/rubygem-redis-client/Makefile +++ b/databases/rubygem-redis-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-client -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-client/distinfo b/databases/rubygem-redis-client/distinfo index 06e17fe381a7..f465dd3d99fc 100644 --- a/databases/rubygem-redis-client/distinfo +++ b/databases/rubygem-redis-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954266 -SHA256 (rubygem/redis-client-0.25.0.gem) = 927dfd07a37346fd9111d80cac3199d2a02b4c084c79260acf7a5057bd742910 -SIZE (rubygem/redis-client-0.25.0.gem) = 28160 +TIMESTAMP = 1753265812 +SHA256 (rubygem/redis-client-0.25.1.gem) = 40130f8f95194c9c73eec322516781b0bfdd8293369a67dc175bd7bc391a68bd +SIZE (rubygem/redis-client-0.25.1.gem) = 28160 diff --git a/databases/rubygem-redis-clustering/Makefile b/databases/rubygem-redis-clustering/Makefile index 0738730e7ecb..d472f6345913 100644 --- a/databases/rubygem-redis-clustering/Makefile +++ b/databases/rubygem-redis-clustering/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-clustering -PORTVERSION= 5.4.0 +PORTVERSION= 5.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-clustering/distinfo b/databases/rubygem-redis-clustering/distinfo index bbbb77540793..b4799df107d9 100644 --- a/databases/rubygem-redis-clustering/distinfo +++ b/databases/rubygem-redis-clustering/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836214 -SHA256 (rubygem/redis-clustering-5.4.0.gem) = 7ce18063700cf30f2248c7553592bfb2b62a1d76216c65a8d2c8c75e4274563b -SIZE (rubygem/redis-clustering-5.4.0.gem) = 10240 +TIMESTAMP = 1753265814 +SHA256 (rubygem/redis-clustering-5.4.1.gem) = 87444bb101fda5f1ef73b87243759224ca5952f3fe3c73842a2b8f78e45844ea +SIZE (rubygem/redis-clustering-5.4.1.gem) = 10240 diff --git a/databases/rubygem-redis/Makefile b/databases/rubygem-redis/Makefile index f47dce2ee941..7c553bc32a2a 100644 --- a/databases/rubygem-redis/Makefile +++ b/databases/rubygem-redis/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis -PORTVERSION= 5.4.0 +PORTVERSION= 5.4.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis/distinfo b/databases/rubygem-redis/distinfo index d363b2d6021f..e4159134f491 100644 --- a/databases/rubygem-redis/distinfo +++ b/databases/rubygem-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836212 -SHA256 (rubygem/redis-5.4.0.gem) = 798900d869418a9fc3977f916578375b45c38247a556b61d58cba6bb02f7d06b -SIZE (rubygem/redis-5.4.0.gem) = 52736 +TIMESTAMP = 1753265810 +SHA256 (rubygem/redis-5.4.1.gem) = b5e675b57ad22b15c9bcc765d5ac26f60b675408af916d31527af9bd5a81faae +SIZE (rubygem/redis-5.4.1.gem) = 52736 diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 2a101c51d884..2a16a7f748c2 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 4ebd82324829..ba6dcfb02c19 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266186 -SHA256 (rubygem/sqlite3-2.7.2.gem) = 446376dfc5ffa0c6dd39dabf748b8c7c8a7f294cfa780dfc22dee67d43bdc9f5 -SIZE (rubygem/sqlite3-2.7.2.gem) = 3239936 +TIMESTAMP = 1753265816 +SHA256 (rubygem/sqlite3-2.7.3.gem) = d2b2fecd9341132f2cea3fde9061ee0fab9c9d532a8ecccfab4fe63d9621bf57 +SIZE (rubygem/sqlite3-2.7.3.gem) = 3239424 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index bc76cbe8c788..02ef6b95d7f7 100644 --- a/databases/rubygem-sqlite3/files/patch-gemspec +++ b/databases/rubygem-sqlite3/files/patch-gemspec @@ -1,13 +1,13 @@ % sed -i .orig 's|, "ports/[^"]*".freeze||g; /mini_portile2/d' sqlite3.gemspec ---- sqlite3.gemspec.orig 2025-07-11 10:34:24 UTC +--- sqlite3.gemspec.orig 2025-07-24 01:05:50 UTC +++ sqlite3.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.description = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n".freeze s.extensions = ["ext/sqlite3/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.md".freeze, "README.md".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/statement.c".freeze] -- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze, "ports/archives/sqlite-autoconf-3500200.tar.gz".freeze] -+ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "patches/001-dl-and-pthread-flags.patch".freeze] +- s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze, "ports/archives/sqlite-autoconf-3500300.tar.gz".freeze] ++ s.files = [".gemtest".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "FAQ.md".freeze, "INSTALLATION.md".freeze, "LICENSE".freeze, "README.md".freeze, "dependencies.yml".freeze, "ext/sqlite3/aggregator.c".freeze, "ext/sqlite3/aggregator.h".freeze, "ext/sqlite3/backup.c".freeze, "ext/sqlite3/backup.h".freeze, "ext/sqlite3/database.c".freeze, "ext/sqlite3/database.h".freeze, "ext/sqlite3/exception.c".freeze, "ext/sqlite3/exception.h".freeze, "ext/sqlite3/extconf.rb".freeze, "ext/sqlite3/sqlite3.c".freeze, "ext/sqlite3/sqlite3_ruby.h".freeze, "ext/sqlite3/statement.c".freeze, "ext/sqlite3/statement.h".freeze, "ext/sqlite3/timespec.h".freeze, "lib/sqlite3.rb".freeze, "lib/sqlite3/constants.rb".freeze, "lib/sqlite3/database.rb".freeze, "lib/sqlite3/errors.rb".freeze, "lib/sqlite3/fork_safety.rb".freeze, "lib/sqlite3/pragmas.rb".freeze, "lib/sqlite3/resultset.rb".freeze, "lib/sqlite3/statement.rb".freeze, "lib/sqlite3/value.rb".freeze, "lib/sqlite3/version.rb".freeze, "lib/sqlite3/version_info.rb".freeze] s.homepage = "https://github.com/sparklemotion/sqlite3-ruby".freeze s.licenses = ["BSD-3-Clause".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index fc65877bdd56..00a7df3e60af 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ librttopo.so:devel/librttopo GNU_CONFIGURE= yes -USES= gmake gnome iconv libtool pathfix minizip pkgconfig sqlite +USES= gmake gnome iconv libtool minizip pkgconfig sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/sqlcipher/Makefile b/databases/sqlcipher/Makefile index 406d7253eaa5..ddc2daf1c06c 100644 --- a/databases/sqlcipher/Makefile +++ b/databases/sqlcipher/Makefile @@ -11,7 +11,7 @@ WWW= https://www.zetetic.net/sqlcipher/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cpe libedit libtool pathfix ssl tcl:86,build +USES= cpe libedit libtool ssl tcl:86,build CPE_VENDOR= zetetic USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 8053747b7e8a..e086d4bf7453 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -9,7 +9,7 @@ COMMENT= SQL database engine in a C library WWW= https://www.sqlite.org/ GNU_CONFIGURE= yes -USES= cpe gmake libtool pathfix pkgconfig readline +USES= cpe gmake libtool pkgconfig readline USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hints=freebsd.hints diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 9521ef1d6ce8..61ee2abfc839 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -31,7 +31,7 @@ icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support .endif -USES= libtool ncurses pathfix zip +USES= libtool ncurses zip USE_LDCONFIG= yes HAS_CONFIGURE= yes diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 5d9dc2572629..d9f37963e565 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= librudiments.so:devel/rudiments \ libcurl.so:ftp/curl \ libiconv.so:converters/libiconv -USES= gmake iconv libedit libtool pathfix python readline ssl +USES= gmake iconv libedit libtool python readline ssl PATHFIX_MAKEFILEIN= Makefile CPPFLAGS+= -I${LOCALBASE}/include diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 0e76e9061950..5a4c90c160e7 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.21.0 +PORTVERSION= 2.21.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 54d55c349d9d..79b07d953d92 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752010390 -SHA256 (timescale-timescaledb-2.21.0_GH0.tar.gz) = 08e44c875618ed5ffa0d5b968b268d437952a3847403ef70a0bf44d9e59f3c30 -SIZE (timescale-timescaledb-2.21.0_GH0.tar.gz) = 7904892 +TIMESTAMP = 1753329349 +SHA256 (timescale-timescaledb-2.21.1_GH0.tar.gz) = 4cce2b28956f13950a168b1eeb8f99828fdc45f998c2645962a9aac4c185077b +SIZE (timescale-timescaledb-2.21.1_GH0.tar.gz) = 7909360 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 69f06a9663c5..cd79f9e9b0cc 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -40,5 +40,6 @@ share/postgresql/extension/timescaledb--2.20.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.20.3--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.21.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 954d73615755..190492008405 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= pathfix gmake +USES= gmake USE_LDCONFIG= yes PORTDOCS= * diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 9a6e4194636a..41c727818bba 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -11,7 +11,7 @@ WWW= https://dbmx.net/tokyotyrant/ BUILD_DEPENDS= tokyocabinet>=1.4.20:databases/tokyocabinet LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet -USES= gmake localbase pathfix +USES= gmake localbase GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 8b18fca68441..b2c1c25d0330 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite +USES= gmake iconv pkgconfig libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index c950acc088ad..9deccfb54817 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -12,7 +12,7 @@ WWW= https://xapian.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang libtool pathfix tar:xz +USES= compiler:c++11-lang libtool tar:xz CONFIGURE_ARGS= ac_cv_func_snprintf=snprintf GNU_CONFIGURE= yes diff --git a/deskutils/Makefile b/deskutils/Makefile index 20e85a1055f2..b5927042cd00 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -246,6 +246,7 @@ SUBDIR += qmediamanager SUBDIR += qownnotes SUBDIR += qtfeedback + SUBDIR += readur SUBDIR += recoll SUBDIR += rednotebook SUBDIR += remind diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile index 302b1a5202cc..0b0978424a98 100644 --- a/deskutils/cairo-dock/Makefile +++ b/deskutils/cairo-dock/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:shells/bash \ compiz:x11-wm/compiz \ sox:audio/sox -USES= cmake gettext-tools gl gnome localbase:ldflags pathfix \ +USES= cmake gettext-tools gl gnome localbase:ldflags \ pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= Cairo-Dock diff --git a/deskutils/caja-extensions/Makefile b/deskutils/caja-extensions/Makefile index 0704fb5041fb..d1c375650c7a 100644 --- a/deskutils/caja-extensions/Makefile +++ b/deskutils/caja-extensions/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ PORTSCOUT= limitw:1,even USES= autoreconf compiler:c11 gettext gmake gnome libtool \ - localbase mate pathfix pkgconfig tar:xz gstreamer + localbase mate pkgconfig tar:xz gstreamer USE_MATE= caja desktop USE_GNOME= cairo gdkpixbuf gtk30 intltool USE_LDCONFIG= yes diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 610d746b613e..ca19728f2865 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr -USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig \ +USES= desktop-file-utils gmake gnome libtool pkgconfig \ readline shared-mime-info tar:xz xorg USE_GNOME= cairo gnomeprefix gdkpixbuf gtksourceview4 intltool vte3 USE_XORG= x11 xext diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 7b534a1f1c34..5aada9dc9108 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome libtool \ pkgconfig shared-mime-info tar:xz USE_GNOME= cairo gdkpixbuf gtk30 intltool librsvg2 INSTALL_TARGET= install-strip diff --git a/deskutils/gnome-initial-setup/Makefile b/deskutils/gnome-initial-setup/Makefile index f361743a9757..ddc44b85aae2 100644 --- a/deskutils/gnome-initial-setup/Makefile +++ b/deskutils/gnome-initial-setup/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libaccountsservice.so:sysutils/accountsservice \ RUN_DEPENDS= gdm>=3.0.0:x11/gdm \ krb5>0:security/krb5 -USES= compiler:c++11-lib gettext gnome meson pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gettext gnome meson pkgconfig tar:xz #USE_GNOME= gdkpixbuf gnomedesktop4 intlhack USE_GNOME= gdkpixbuf gnomedesktop4 diff --git a/deskutils/gnome-planner/Makefile b/deskutils/gnome-planner/Makefile index 5f992f371e89..831b09ce9961 100644 --- a/deskutils/gnome-planner/Makefile +++ b/deskutils/gnome-planner/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libsoup-2.4.so:devel/libsoup \ libgda-5.0.so:databases/libgda5 -USES= desktop-file-utils gettext pathfix \ +USES= desktop-file-utils gettext \ shared-mime-info tar:xz meson pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ libgsf diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index ff6e405408e3..98ac0ee7fd53 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libqof.so:databases/qof \ libharfbuzz.so:print/harfbuzz \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 -USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix pkgconfig xorg +USES= autoreconf desktop-file-utils gettext gmake gnome libtool pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= GnoTime GH_PROJECT= gnotime diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile index e788dd84af1a..3e2c04e207f3 100644 --- a/deskutils/hebcal/Makefile +++ b/deskutils/hebcal/Makefile @@ -1,7 +1,6 @@ PORTNAME= hebcal -PORTVERSION= 4.13 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 5.9.2.20250725 CATEGORIES= deskutils MAINTAINER= rtd24@columbia.edu @@ -11,14 +10,19 @@ WWW= https://hebcal.github.io LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake perl5 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -TEST_TARGET= check - +USES= go:modules USE_GITHUB= yes +GH_TAGNAME= 16a4dbad70c5fd10 PLIST_FILES= bin/hebcal \ share/man/man1/hebcal.1.gz +pre-build: + @${ECHO_CMD} 'package main' > ${WRKSRC}/dcity.go + @${ECHO_CMD} 'var defaultCity = "New York"' >> ${WRKSRC}/dcity.go + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/bin/hebcal ${STAGEDIR}${PREFIX}/bin/hebcal + ${INSTALL_MAN} ${WRKSRC}/hebcal.1.in ${STAGEDIR}${PREFIX}/share/man/man1/hebcal.1 + .include <bsd.port.mk> diff --git a/deskutils/hebcal/distinfo b/deskutils/hebcal/distinfo index c9bb9a743764..d0feac04af40 100644 --- a/deskutils/hebcal/distinfo +++ b/deskutils/hebcal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509188632 -SHA256 (hebcal-hebcal-v4.13_GH0.tar.gz) = 7b2e69b0e400ffd727fd818d926484c3f15a51cd6b325cea2483354501d6fce9 -SIZE (hebcal-hebcal-v4.13_GH0.tar.gz) = 721583 +TIMESTAMP = 1753451608 +SHA256 (hebcal-hebcal-v5.9.2.20250725-16a4dbad70c5fd10_GH0.tar.gz) = 1ae14518cc35dab13db8e78b6d99b76dc59870cf71d29d34f5eba444a97076c8 +SIZE (hebcal-hebcal-v5.9.2.20250725-16a4dbad70c5fd10_GH0.tar.gz) = 174257 diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index 1885ec5c316e..632e665df890 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz \ +USES= gettext gmake gnome libtool localbase pkgconfig tar:xz \ xorg USE_XORG= x11 USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3 diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile index f023b7c473e3..1d76a5506220 100644 --- a/deskutils/mate-utils/Makefile +++ b/deskutils/mate-utils/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase mate pathfix \ +USES= gettext gmake gnome libtool localbase mate \ pkgconfig tar:xz xorg USE_MATE= panel USE_XORG= ice sm x11 xext diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile index 229874357fd2..8a53dd31f991 100644 --- a/deskutils/mozo/Makefile +++ b/deskutils/mozo/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel -USES= gettext-tools gmake gnome localbase mate pathfix pkgconfig \ +USES= gettext-tools gmake gnome localbase mate pkgconfig \ python tar:xz USE_GNOME= gtk30 intltool pygobject3 USE_MATE= menus diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 9ca8f2743c5e..250200cbbe95 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus -USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg +USES= gettext gmake gnome localbase pkgconfig tar:xz xorg USE_GNOME= cairo gnomeprefix gtk30 USE_XORG= x11 GNU_CONFIGURE= yes diff --git a/deskutils/projectlibre/Makefile b/deskutils/projectlibre/Makefile index 49ec36f06640..ad7338bb1052 100644 --- a/deskutils/projectlibre/Makefile +++ b/deskutils/projectlibre/Makefile @@ -1,5 +1,5 @@ PORTNAME= projectlibre -PORTVERSION= 1.9.3 +DISTVERSION= 1.9.8 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/ProjectLibre/${PORTVERSION:S/.0$//} \ LOCAL/cpm/projectlibre/:icons @@ -8,13 +8,15 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= vvd@FreeBSD.org COMMENT= Open source desktop alternative to Microsoft Project -WWW= https://www.projectlibre.com/product/1-alternative-microsoft-project-open-source +WWW= https://www.projectlibre.com/projectlibre-desktop/ LICENSE= CPAL-1.0 +LICENSE_FILE= ${WRKSRC}/license/license.txt USES= java +JAVA_VERSION= 21+ DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES="ProjectLibre" \ @@ -26,6 +28,7 @@ DESKTOP_ENTRIES="ProjectLibre" \ NO_ARCH= yes NO_BUILD= yes SUB_FILES= projectlibre.sh +SUB_LIST= JAVA="${JAVA}" DATAFILES= lib projectlibre.jar readme.html diff --git a/deskutils/projectlibre/distinfo b/deskutils/projectlibre/distinfo index 0e8c2a4c1276..00215b3d5a16 100644 --- a/deskutils/projectlibre/distinfo +++ b/deskutils/projectlibre/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1618497494 -SHA256 (projectlibre/projectlibre-1.9.3.tar.gz) = b5391c4b060b9722f85759128c85644b61ab0ed9fc004c87f5f311311c276bac -SIZE (projectlibre/projectlibre-1.9.3.tar.gz) = 18213632 +TIMESTAMP = 1753456789 +SHA256 (projectlibre/projectlibre-1.9.8.tar.gz) = 7ae4fd810e9e2c7f10f943a0906586851adda8e8b095918d87919148cdcfc8fa +SIZE (projectlibre/projectlibre-1.9.8.tar.gz) = 20473312 SHA256 (projectlibre/projectlibre.png) = e47c00710f67e0e07a5baa7fa3ad12ff13c709867f910fd3ce2831764399b36e SIZE (projectlibre/projectlibre.png) = 8070 diff --git a/deskutils/projectlibre/files/projectlibre.sh.in b/deskutils/projectlibre/files/projectlibre.sh.in index de56f43c2578..bc8ef33f856e 100644 --- a/deskutils/projectlibre/files/projectlibre.sh.in +++ b/deskutils/projectlibre/files/projectlibre.sh.in @@ -3,6 +3,4 @@ PROJECTLIBRE_HOME="%%DATADIR%%" export PROJECTLIBRE_HOME cd "%%DATADIR%%" -"%%LOCALBASE%%/bin/java" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" > /dev/null 2>&1 - -# eof +exec "%%JAVA%%" -jar "$PROJECTLIBRE_HOME/projectlibre.jar" "$@" diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile new file mode 100644 index 000000000000..40b7d1f1c218 --- /dev/null +++ b/deskutils/readur/Makefile @@ -0,0 +1,51 @@ +PORTNAME= readur +DISTVERSIONPREFIX= v +DISTVERSION= 2.5.0 +CATEGORIES= deskutils +MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ + swagger-ui-${SWAGGER_TAG}.zip + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Quick, painless, intuitive OCR platform +WWW= https://github.com/readur/${PORTNAME} + +LICENSE= MIT + +LIB_DEPENDS= libleptonica.so:graphics/leptonica \ + libtesseract.so:graphics/tesseract +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ocrmypdf>=0:textproc/py-ocrmypdf@${PY_FLAVOR} \ + poppler-utils>=0:graphics/poppler-utils + +USES= cargo llvm:build pkgconfig python ssl +USE_GITHUB= yes +USE_RC_SUBR= ${PORTNAME} + +CARGO_INSTALL_ARGS= --bin ${PORTNAME} + +MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib \ + SWAGGER_UI_DOWNLOAD_URL=file:${DISTDIR}/swagger-ui-${SWAGGER_TAG}.zip + +SUB_FILES= pkg-message +SUB_LIST= USER=${READUR_USER} + +PLIST_SUB= GROUP=${READUR_GROUP} \ + HOMEDIR=${READUR_HOMEDIR} \ + USER=${READUR_USER} + +READUR_USER= www +READUR_GROUP= ${READUR_USER} +READUR_HOMEDIR= /var/db/${PORTNAME} + +SWAGGER_TAG= v5.17.14 + +post-patch: + @${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|' \ + ${WRKSRC}/src/main.rs + +post-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKDIR}/readur-frontend && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${READUR_HOMEDIR} + +.include <bsd.port.mk> diff --git a/deskutils/readur/Makefile.crates b/deskutils/readur/Makefile.crates new file mode 100644 index 000000000000..0b7347163588 --- /dev/null +++ b/deskutils/readur/Makefile.crates @@ -0,0 +1,584 @@ +CARGO_CRATES= ab_glyph-0.2.29 \ + ab_glyph_rasterizer-0.1.8 \ + addr2line-0.24.2 \ + adler2-2.0.1 \ + aho-corasick-1.1.3 \ + aligned-vec-0.6.4 \ + allocator-api2-0.2.21 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ + anyhow-1.0.98 \ + approx-0.5.1 \ + arbitrary-1.4.1 \ + arg_enum_proc_macro-0.3.4 \ + arrayvec-0.7.6 \ + assert-json-diff-2.0.2 \ + async-stream-0.3.6 \ + async-stream-impl-0.3.6 \ + async-trait-0.1.88 \ + atoi-2.0.0 \ + atomic-waker-1.1.2 \ + autocfg-1.4.0 \ + av1-grain-0.2.4 \ + avif-serialize-0.8.3 \ + aws-config-1.8.1 \ + aws-credential-types-1.2.3 \ + aws-lc-rs-1.13.1 \ + aws-lc-sys-0.29.0 \ + aws-runtime-1.5.8 \ + aws-sdk-s3-1.96.0 \ + aws-sdk-sso-1.74.0 \ + aws-sdk-ssooidc-1.75.0 \ + aws-sdk-sts-1.76.0 \ + aws-sigv4-1.3.3 \ + aws-smithy-async-1.2.5 \ + aws-smithy-checksums-0.63.4 \ + aws-smithy-eventstream-0.60.9 \ + aws-smithy-http-0.62.1 \ + aws-smithy-http-client-1.0.5 \ + aws-smithy-json-0.61.4 \ + aws-smithy-observability-0.1.3 \ + aws-smithy-query-0.60.7 \ + aws-smithy-runtime-1.8.3 \ + aws-smithy-runtime-api-1.8.1 \ + aws-smithy-types-1.3.2 \ + aws-smithy-xml-0.60.10 \ + aws-types-1.3.7 \ + axum-0.8.4 \ + axum-core-0.5.2 \ + backtrace-0.3.75 \ + base16ct-0.1.1 \ + base64-0.13.1 \ + base64-0.21.7 \ + base64-0.22.1 \ + base64-simd-0.8.0 \ + base64ct-1.8.0 \ + bcrypt-0.17.0 \ + bindgen-0.64.0 \ + bindgen-0.69.5 \ + bit_field-0.10.2 \ + bitflags-1.3.2 \ + bitflags-2.9.1 \ + bitstream-io-2.6.0 \ + block-buffer-0.10.4 \ + blowfish-0.9.1 \ + bollard-0.18.1 \ + bollard-stubs-1.47.1-rc.27.3.1 \ + built-0.7.7 \ + bumpalo-3.18.1 \ + bytemuck-1.23.1 \ + byteorder-1.5.0 \ + byteorder-lite-0.1.0 \ + bytes-1.10.1 \ + bytes-utils-0.1.4 \ + cc-1.2.27 \ + cexpr-0.6.0 \ + cfg-expr-0.15.8 \ + cfg-if-1.0.1 \ + chrono-0.4.41 \ + cipher-0.4.4 \ + clang-sys-1.8.1 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_derive-4.5.41 \ + clap_lex-0.7.5 \ + cmake-0.1.54 \ + color_quant-1.1.0 \ + colorchoice-1.0.4 \ + concurrent-queue-2.5.0 \ + const-oid-0.9.6 \ + core-foundation-0.9.4 \ + core-foundation-0.10.1 \ + core-foundation-sys-0.8.7 \ + cpufeatures-0.2.17 \ + crc-3.3.0 \ + crc-catalog-2.4.0 \ + crc-fast-1.3.0 \ + crc32fast-1.4.2 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.3 \ + crypto-bigint-0.4.9 \ + crypto-bigint-0.5.5 \ + crypto-common-0.1.6 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ + deadpool-0.10.0 \ + deadpool-runtime-0.1.4 \ + der-0.6.1 \ + der-0.7.10 \ + deranged-0.4.0 \ + derive_arbitrary-1.4.1 \ + digest-0.10.7 \ + displaydoc-0.2.5 \ + docker_credential-1.3.2 \ + dotenvy-0.15.7 \ + dunce-1.0.5 \ + dyn-clone-1.0.19 \ + ecdsa-0.14.8 \ + either-1.15.0 \ + elliptic-curve-0.12.3 \ + encoding_rs-0.8.35 \ + equator-0.4.2 \ + equator-macro-0.4.2 \ + equivalent-1.0.2 \ + errno-0.3.12 \ + etcetera-0.8.0 \ + etcetera-0.10.0 \ + event-listener-5.4.0 \ + exr-1.73.0 \ + fastrand-2.3.0 \ + fdeflate-0.3.7 \ + ff-0.12.1 \ + filetime-0.2.25 \ + flate2-1.1.2 \ + flume-0.11.1 \ + fnv-1.0.7 \ + foldhash-0.1.5 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.1 \ + fs_extra-1.3.0 \ + fsevent-sys-4.1.0 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-intrusive-0.5.0 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + generic-array-0.14.7 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gif-0.13.1 \ + gimli-0.31.1 \ + glob-0.3.2 \ + group-0.12.1 \ + h2-0.3.26 \ + h2-0.4.10 \ + half-2.6.0 \ + hashbrown-0.12.3 \ + hashbrown-0.15.4 \ + hashlink-0.10.0 \ + heck-0.5.0 \ + hermit-abi-0.5.2 \ + hex-0.4.3 \ + hkdf-0.12.4 \ + hmac-0.12.1 \ + home-0.5.11 \ + hostname-0.4.1 \ + http-0.2.12 \ + http-1.3.1 \ + http-body-0.4.6 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + http-range-header-0.4.2 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ + hyper-0.14.32 \ + hyper-1.6.0 \ + hyper-named-pipe-0.1.0 \ + hyper-rustls-0.24.2 \ + hyper-rustls-0.27.7 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.14 \ + hyperlocal-0.9.1 \ + iana-time-zone-0.1.63 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + ident_case-1.0.1 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + image-0.25.6 \ + image-webp-0.2.2 \ + imageproc-0.25.0 \ + imgref-1.11.0 \ + indexmap-1.9.3 \ + indexmap-2.9.0 \ + inotify-0.11.0 \ + inotify-sys-0.1.5 \ + inout-0.1.4 \ + interpolate_name-0.2.4 \ + io-uring-0.7.8 \ + ipnet-2.11.0 \ + iri-string-0.7.8 \ + is_terminal_polyfill-1.70.1 \ + itertools-0.12.1 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + jpeg-decoder-0.3.1 \ + js-sys-0.3.77 \ + jsonwebtoken-9.3.1 \ + kqueue-1.1.1 \ + kqueue-sys-1.0.4 \ + lazy_static-1.5.0 \ + lazycell-1.3.0 \ + lebe-0.5.2 \ + leptonica-plumbing-1.4.0 \ + leptonica-sys-0.4.9 \ + libc-0.2.173 \ + libfuzzer-sys-0.4.9 \ + libloading-0.8.8 \ + libm-0.2.15 \ + libredox-0.1.3 \ + libsqlite3-sys-0.30.1 \ + libz-rs-sys-0.5.1 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + lock_api-0.4.13 \ + log-0.4.27 \ + loop9-0.1.5 \ + lru-0.12.5 \ + matchers-0.1.0 \ + matchit-0.8.4 \ + matrixmultiply-0.3.10 \ + maybe-rayon-0.1.1 \ + md-5-0.10.6 \ + memchr-2.7.5 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + multer-3.1.0 \ + nalgebra-0.32.6 \ + native-tls-0.2.14 \ + new_debug_unreachable-1.0.6 \ + nom-7.1.3 \ + noop_proc_macro-0.3.0 \ + notify-8.1.0 \ + notify-types-2.0.0 \ + ntapi-0.4.1 \ + nu-ansi-term-0.46.0 \ + num-0.4.3 \ + num-bigint-0.4.6 \ + num-bigint-dig-0.8.4 \ + num-complex-0.4.6 \ + num-conv-0.1.0 \ + num-derive-0.4.2 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + num_cpus-1.17.0 \ + oauth2-4.4.2 \ + objc2-core-foundation-0.3.1 \ + objc2-io-kit-0.3.1 \ + object-0.36.7 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ + openssl-0.10.73 \ + openssl-macros-0.1.1 \ + openssl-probe-0.1.6 \ + openssl-sys-0.9.109 \ + outref-0.5.2 \ + overload-0.1.1 \ + owned_ttf_parser-0.25.0 \ + p256-0.11.1 \ + parking-2.2.1 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + parse-display-0.9.1 \ + parse-display-derive-0.9.1 \ + paste-1.0.15 \ + peeking_take_while-0.1.2 \ + pem-3.0.5 \ + pem-rfc7468-0.7.0 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkcs1-0.7.5 \ + pkcs8-0.9.0 \ + pkcs8-0.10.2 \ + pkg-config-0.3.32 \ + png-0.17.16 \ + potential_utf-0.1.2 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.34 \ + proc-macro2-1.0.95 \ + profiling-1.0.16 \ + profiling-procmacros-1.0.16 \ + qoi-0.4.1 \ + quick-error-2.0.1 \ + quick-xml-0.37.5 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + rand-0.8.5 \ + rand-0.9.1 \ + rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ + rand_core-0.6.4 \ + rand_core-0.9.3 \ + rand_distr-0.4.3 \ + rav1e-0.7.1 \ + ravif-0.11.12 \ + raw-cpuid-11.5.0 \ + rawpointer-0.2.1 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + redox_syscall-0.3.5 \ + redox_syscall-0.5.13 \ + ref-cast-1.0.24 \ + ref-cast-impl-1.0.24 \ + regex-1.11.1 \ + regex-automata-0.1.10 \ + regex-automata-0.4.9 \ + regex-lite-0.1.6 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.5 \ + reqwest-0.11.27 \ + reqwest-0.12.22 \ + rfc6979-0.3.1 \ + rgb-0.8.50 \ + ring-0.17.14 \ + rsa-0.9.8 \ + rust-embed-8.7.2 \ + rust-embed-impl-8.7.2 \ + rust-embed-utils-8.7.2 \ + rustc-demangle-0.1.25 \ + rustc-hash-1.1.0 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustix-1.0.7 \ + rustls-0.21.12 \ + rustls-0.23.27 \ + rustls-native-certs-0.6.3 \ + rustls-native-certs-0.8.1 \ + rustls-pemfile-1.0.4 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.101.7 \ + rustls-webpki-0.103.3 \ + rustversion-1.0.21 \ + ryu-1.0.20 \ + safe_arch-0.7.4 \ + same-file-1.0.6 \ + schannel-0.1.27 \ + schemars-0.9.0 \ + scopeguard-1.2.0 \ + sct-0.7.1 \ + sec1-0.3.0 \ + security-framework-2.11.1 \ + security-framework-3.2.0 \ + security-framework-sys-2.14.0 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + serde_path_to_error-0.1.17 \ + serde_repr-0.1.20 \ + serde_spanned-0.6.9 \ + serde_urlencoded-0.7.1 \ + serde_with-3.13.0 \ + serde_with_macros-3.13.0 \ + sha1-0.10.6 \ + sha2-0.10.9 \ + sharded-slab-0.1.7 \ + shlex-1.3.0 \ + signal-hook-registry-1.4.5 \ + signature-1.6.4 \ + signature-2.2.0 \ + simba-0.8.1 \ + simd-adler32-0.3.7 \ + simd_helpers-0.1.0 \ + simple_asn1-0.6.3 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ + spin-0.9.8 \ + spki-0.6.0 \ + spki-0.7.3 \ + sqlx-0.8.6 \ + sqlx-core-0.8.6 \ + sqlx-macros-0.8.6 \ + sqlx-macros-core-0.8.6 \ + sqlx-mysql-0.8.6 \ + sqlx-postgres-0.8.6 \ + sqlx-sqlite-0.8.6 \ + stable_deref_trait-1.2.0 \ + stringprep-0.1.5 \ + strsim-0.11.1 \ + structmeta-0.3.0 \ + structmeta-derive-0.3.0 \ + subtle-2.6.1 \ + syn-1.0.109 \ + syn-2.0.103 \ + sync_wrapper-0.1.2 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + sysinfo-0.36.0 \ + system-configuration-0.5.1 \ + system-configuration-0.6.1 \ + system-configuration-sys-0.5.0 \ + system-configuration-sys-0.6.0 \ + system-deps-6.2.2 \ + target-lexicon-0.12.16 \ + tempfile-3.20.0 \ + tesseract-0.15.2 \ + tesseract-plumbing-0.11.1 \ + tesseract-sys-0.6.3 \ + testcontainers-0.24.0 \ + testcontainers-modules-0.12.1 \ + thiserror-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.9 \ + tiff-0.9.1 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ + tinystr-0.8.1 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.46.1 \ + tokio-macros-2.5.0 \ + tokio-native-tls-0.3.1 \ + tokio-rustls-0.24.1 \ + tokio-rustls-0.26.2 \ + tokio-stream-0.1.17 \ + tokio-tar-0.3.1 \ + tokio-test-0.4.4 \ + tokio-util-0.7.15 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + tower-0.5.2 \ + tower-http-0.6.6 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-attributes-0.1.29 \ + tracing-core-0.1.34 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ + try-lock-0.2.5 \ + ttf-parser-0.25.1 \ + typenum-1.18.0 \ + unicase-2.8.1 \ + unicode-bidi-0.3.18 \ + unicode-ident-1.0.18 \ + unicode-normalization-0.1.24 \ + unicode-properties-0.1.3 \ + untrusted-0.9.0 \ + url-2.5.4 \ + urlencoding-2.1.3 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + utoipa-5.4.0 \ + utoipa-gen-5.4.0 \ + utoipa-swagger-ui-9.0.2 \ + uuid-1.17.0 \ + v_frame-0.3.9 \ + valuable-0.1.1 \ + vcpkg-0.2.15 \ + version-compare-0.2.0 \ + version_check-0.9.5 \ + vsimd-0.8.0 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasite-0.1.0 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ + webpki-roots-0.25.4 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.0 \ + weezl-0.1.10 \ + which-4.4.2 \ + whoami-1.6.0 \ + wide-0.7.32 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-0.61.3 \ + windows-collections-0.2.0 \ + windows-core-0.61.2 \ + windows-future-0.2.1 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.3 \ + windows-numerics-0.2.0 \ + windows-registry-0.5.2 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-targets-0.48.5 \ + windows-targets-0.52.6 \ + windows-targets-0.53.2 \ + windows-threading-0.1.0 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.11 \ + winreg-0.50.0 \ + wiremock-0.6.4 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + xattr-1.5.0 \ + xmlparser-0.13.6 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.1 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ + zip-3.0.0 \ + zlib-rs-0.5.1 \ + zopfli-0.8.2 \ + zune-core-0.4.12 \ + zune-inflate-0.2.54 \ + zune-jpeg-0.4.17 diff --git a/deskutils/readur/distinfo b/deskutils/readur/distinfo new file mode 100644 index 000000000000..e0167359f6df --- /dev/null +++ b/deskutils/readur/distinfo @@ -0,0 +1,1175 @@ +TIMESTAMP = 1753251341 +SHA256 (readur-v2.5.0.frontend.tar.gz) = a03ccc5acfb1b809939760d7bdfe7046773d0dde6b125ea809e555d07e412dad +SIZE (readur-v2.5.0.frontend.tar.gz) = 2502588 +SHA256 (swagger-ui-v5.17.14.zip) = 481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc +SIZE (swagger-ui-v5.17.14.zip) = 4388280 +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 +SIZE (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = 11010 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b +SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 +SIZE (rust/crates/approx-0.5.1.crate) = 15100 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 +SHA256 (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea +SIZE (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 5102 +SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 +SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 +SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874 +SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476 +SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 +SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d +SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 +SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 +SIZE (rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8 +SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 +SHA256 (rust/crates/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e +SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696 +SHA256 (rust/crates/aws-config-1.8.1.crate) = c18d005c70d2b9c0c1ea8876c039db0ec7fb71164d25c73ccea21bf41fd02171 +SIZE (rust/crates/aws-config-1.8.1.crate) = 133121 +SHA256 (rust/crates/aws-credential-types-1.2.3.crate) = 687bc16bc431a8533fe0097c7f0182874767f920989d7260950172ae8e3c4465 +SIZE (rust/crates/aws-credential-types-1.2.3.crate) = 15081 +SHA256 (rust/crates/aws-lc-rs-1.13.1.crate) = 93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7 +SIZE (rust/crates/aws-lc-rs-1.13.1.crate) = 202707 +SHA256 (rust/crates/aws-lc-sys-0.29.0.crate) = 61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079 +SIZE (rust/crates/aws-lc-sys-0.29.0.crate) = 9021128 +SHA256 (rust/crates/aws-runtime-1.5.8.crate) = 4f6c68419d8ba16d9a7463671593c54f81ba58cab466e9b759418da606dcc2e2 +SIZE (rust/crates/aws-runtime-1.5.8.crate) = 74103 +SHA256 (rust/crates/aws-sdk-s3-1.96.0.crate) = 6e25d24de44b34dcdd5182ac4e4c6f07bcec2661c505acef94c0d293b65505fe +SIZE (rust/crates/aws-sdk-s3-1.96.0.crate) = 1521430 +SHA256 (rust/crates/aws-sdk-sso-1.74.0.crate) = e0a69de9c1b9272da2872af60c7402683e7f45c06267735b4332deacb203239b +SIZE (rust/crates/aws-sdk-sso-1.74.0.crate) = 88334 +SHA256 (rust/crates/aws-sdk-ssooidc-1.75.0.crate) = f0b161d836fac72bdd5ac1a4cd1cdc38ab888c7af26cfd95f661be4409505e63 +SIZE (rust/crates/aws-sdk-ssooidc-1.75.0.crate) = 104722 +SHA256 (rust/crates/aws-sdk-sts-1.76.0.crate) = cb1cd79a3412751a341a28e2cd0d6fa4345241976da427b075a0c0cd5409f886 +SIZE (rust/crates/aws-sdk-sts-1.76.0.crate) = 174503 +SHA256 (rust/crates/aws-sigv4-1.3.3.crate) = ddfb9021f581b71870a17eac25b52335b82211cdc092e02b6876b2bcefa61666 +SIZE (rust/crates/aws-sigv4-1.3.3.crate) = 58523 +SHA256 (rust/crates/aws-smithy-async-1.2.5.crate) = 1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c +SIZE (rust/crates/aws-smithy-async-1.2.5.crate) = 20847 +SHA256 (rust/crates/aws-smithy-checksums-0.63.4.crate) = 244f00666380d35c1c76b90f7b88a11935d11b84076ac22a4c014ea0939627af +SIZE (rust/crates/aws-smithy-checksums-0.63.4.crate) = 19385 +SHA256 (rust/crates/aws-smithy-eventstream-0.60.9.crate) = 338a3642c399c0a5d157648426110e199ca7fd1c689cc395676b81aa563700c4 +SIZE (rust/crates/aws-smithy-eventstream-0.60.9.crate) = 20071 +SHA256 (rust/crates/aws-smithy-http-0.62.1.crate) = 99335bec6cdc50a346fda1437f9fefe33abf8c99060739a546a16457f2862ca9 +SIZE (rust/crates/aws-smithy-http-0.62.1.crate) = 23778 +SHA256 (rust/crates/aws-smithy-http-client-1.0.5.crate) = 7f491388e741b7ca73b24130ff464c1478acc34d5b331b7dd0a2ee4643595a15 +SIZE (rust/crates/aws-smithy-http-client-1.0.5.crate) = 73463 +SHA256 (rust/crates/aws-smithy-json-0.61.4.crate) = a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9 +SIZE (rust/crates/aws-smithy-json-0.61.4.crate) = 27786 +SHA256 (rust/crates/aws-smithy-observability-0.1.3.crate) = 9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393 +SIZE (rust/crates/aws-smithy-observability-0.1.3.crate) = 10275 +SHA256 (rust/crates/aws-smithy-query-0.60.7.crate) = f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb +SIZE (rust/crates/aws-smithy-query-0.60.7.crate) = 7409 +SHA256 (rust/crates/aws-smithy-runtime-1.8.3.crate) = 14302f06d1d5b7d333fd819943075b13d27c7700b414f574c3c35859bfb55d5e +SIZE (rust/crates/aws-smithy-runtime-1.8.3.crate) = 99497 +SHA256 (rust/crates/aws-smithy-runtime-api-1.8.1.crate) = bd8531b6d8882fd8f48f82a9754e682e29dd44cff27154af51fa3eb730f59efb +SIZE (rust/crates/aws-smithy-runtime-api-1.8.1.crate) = 77687 +SHA256 (rust/crates/aws-smithy-types-1.3.2.crate) = d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8 +SIZE (rust/crates/aws-smithy-types-1.3.2.crate) = 92281 +SHA256 (rust/crates/aws-smithy-xml-0.60.10.crate) = 3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728 +SIZE (rust/crates/aws-smithy-xml-0.60.10.crate) = 25216 +SHA256 (rust/crates/aws-types-1.3.7.crate) = 8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a +SIZE (rust/crates/aws-types-1.3.7.crate) = 22670 +SHA256 (rust/crates/axum-0.8.4.crate) = 021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5 +SIZE (rust/crates/axum-0.8.4.crate) = 175159 +SHA256 (rust/crates/axum-core-0.5.2.crate) = 68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6 +SIZE (rust/crates/axum-core-0.5.2.crate) = 26212 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base16ct-0.1.1.crate) = 349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce +SIZE (rust/crates/base16ct-0.1.1.crate) = 10186 +SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 +SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/base64-simd-0.8.0.crate) = 339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195 +SIZE (rust/crates/base64-simd-0.8.0.crate) = 12531 +SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba +SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 +SHA256 (rust/crates/bcrypt-0.17.0.crate) = 92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f +SIZE (rust/crates/bcrypt-0.17.0.crate) = 12461 +SHA256 (rust/crates/bindgen-0.64.0.crate) = c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4 +SIZE (rust/crates/bindgen-0.64.0.crate) = 204700 +SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 +SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 +SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61 +SIZE (rust/crates/bit_field-0.10.2.crate) = 10568 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bitstream-io-2.6.0.crate) = 6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2 +SIZE (rust/crates/bitstream-io-2.6.0.crate) = 38256 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/blowfish-0.9.1.crate) = e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7 +SIZE (rust/crates/blowfish-0.9.1.crate) = 16734 +SHA256 (rust/crates/bollard-0.18.1.crate) = 97ccca1260af6a459d75994ad5acc1651bcabcbdbc41467cc9786519ab854c30 +SIZE (rust/crates/bollard-0.18.1.crate) = 127144 +SHA256 (rust/crates/bollard-stubs-1.47.1-rc.27.3.1.crate) = 3f179cfbddb6e77a5472703d4b30436bff32929c0aa8a9008ecf23d1d3cdd0da +SIZE (rust/crates/bollard-stubs-1.47.1-rc.27.3.1.crate) = 60497 +SHA256 (rust/crates/built-0.7.7.crate) = 56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b +SIZE (rust/crates/built-0.7.7.crate) = 29776 +SHA256 (rust/crates/bumpalo-3.18.1.crate) = 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee +SIZE (rust/crates/bumpalo-3.18.1.crate) = 96348 +SHA256 (rust/crates/bytemuck-1.23.1.crate) = 5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422 +SIZE (rust/crates/bytemuck-1.23.1.crate) = 52585 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 +SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/bytes-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 +SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 +SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc +SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 +SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 +SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 +SIZE (rust/crates/cfg-expr-0.15.8.crate) = 42108 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad +SIZE (rust/crates/cipher-0.4.4.crate) = 19073 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 +SIZE (rust/crates/cmake-0.1.54.crate) = 18955 +SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b +SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 +SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f +SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crc-3.3.0.crate) = 9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675 +SIZE (rust/crates/crc-3.3.0.crate) = 13905 +SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 +SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 +SHA256 (rust/crates/crc-fast-1.3.0.crate) = 6bf62af4cc77d8fe1c22dde4e721d87f2f54056139d8c412e1366b740305f56f +SIZE (rust/crates/crc-fast-1.3.0.crate) = 76401 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-queue-0.3.12.crate) = 0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115 +SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 +SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 +SHA256 (rust/crates/crypto-bigint-0.4.9.crate) = ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef +SIZE (rust/crates/crypto-bigint-0.4.9.crate) = 46826 +SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 +SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee +SIZE (rust/crates/darling-0.20.11.crate) = 37614 +SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 +SHA256 (rust/crates/deadpool-0.10.0.crate) = fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490 +SIZE (rust/crates/deadpool-0.10.0.crate) = 31997 +SHA256 (rust/crates/deadpool-runtime-0.1.4.crate) = 092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b +SIZE (rust/crates/deadpool-runtime-0.1.4.crate) = 7664 +SHA256 (rust/crates/der-0.6.1.crate) = f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de +SIZE (rust/crates/der-0.6.1.crate) = 74205 +SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb +SIZE (rust/crates/der-0.7.10.crate) = 90111 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 +SIZE (rust/crates/derive_arbitrary-1.4.1.crate) = 11521 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/docker_credential-1.3.2.crate) = 1d89dfcba45b4afad7450a99b39e751590463e45c04728cf555d36bb66940de8 +SIZE (rust/crates/docker_credential-1.3.2.crate) = 14082 +SHA256 (rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b +SIZE (rust/crates/dotenvy-0.15.7.crate) = 20293 +SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 +SIZE (rust/crates/dunce-1.0.5.crate) = 8244 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 +SHA256 (rust/crates/ecdsa-0.14.8.crate) = 413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c +SIZE (rust/crates/ecdsa-0.14.8.crate) = 24720 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/elliptic-curve-0.12.3.crate) = e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3 +SIZE (rust/crates/elliptic-curve-0.12.3.crate) = 58374 +SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 +SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/equator-0.4.2.crate) = 4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc +SIZE (rust/crates/equator-0.4.2.crate) = 11159 +SHA256 (rust/crates/equator-macro-0.4.2.crate) = 44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3 +SIZE (rust/crates/equator-macro-0.4.2.crate) = 6407 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/etcetera-0.8.0.crate) = 136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943 +SIZE (rust/crates/etcetera-0.8.0.crate) = 13295 +SHA256 (rust/crates/etcetera-0.10.0.crate) = 26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6 +SIZE (rust/crates/etcetera-0.10.0.crate) = 14734 +SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae +SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 +SHA256 (rust/crates/exr-1.73.0.crate) = f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0 +SIZE (rust/crates/exr-1.73.0.crate) = 244371 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c +SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 +SHA256 (rust/crates/ff-0.12.1.crate) = d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160 +SIZE (rust/crates/ff-0.12.1.crate) = 12956 +SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 +SIZE (rust/crates/filetime-0.2.25.crate) = 14940 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 +SHA256 (rust/crates/flume-0.11.1.crate) = da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095 +SIZE (rust/crates/flume-0.11.1.crate) = 67947 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 +SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 +SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 +SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 +SIZE (rust/crates/futures-0.3.31.crate) = 54953 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-intrusive-0.5.0.crate) = 1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f +SIZE (rust/crates/futures-intrusive-0.5.0.crate) = 85563 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 +SIZE (rust/crates/gif-0.13.1.crate) = 36408 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/group-0.12.1.crate) = 5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7 +SIZE (rust/crates/group-0.12.1.crate) = 16516 +SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 +SIZE (rust/crates/h2-0.3.26.crate) = 168315 +SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 +SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/hashlink-0.10.0.crate) = 7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1 +SIZE (rust/crates/hashlink-0.10.0.crate) = 29402 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c +SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 +SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 +SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e +SIZE (rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/hostname-0.4.1.crate) = a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65 +SIZE (rust/crates/hostname-0.4.1.crate) = 13819 +SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 +SIZE (rust/crates/http-0.2.12.crate) = 101964 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 +SIZE (rust/crates/http-body-0.4.6.crate) = 10773 +SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 +SIZE (rust/crates/http-body-1.0.1.crate) = 6125 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/http-range-header-0.4.2.crate) = 9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c +SIZE (rust/crates/http-range-header-0.4.2.crate) = 8545 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7 +SIZE (rust/crates/hyper-0.14.32.crate) = 199622 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-named-pipe-0.1.0.crate) = 73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278 +SIZE (rust/crates/hyper-named-pipe-0.1.0.crate) = 8522 +SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 +SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 +SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 +SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 +SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 +SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 +SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb +SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 +SHA256 (rust/crates/hyperlocal-0.9.1.crate) = 986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7 +SIZE (rust/crates/hyperlocal-0.9.1.crate) = 13733 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/image-0.25.6.crate) = db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a +SIZE (rust/crates/image-0.25.6.crate) = 242367 +SHA256 (rust/crates/image-webp-0.2.2.crate) = 14d75c7014ddab93c232bc6bb9f64790d3dfd1d605199acd4b40b6d69e691e9f +SIZE (rust/crates/image-webp-0.2.2.crate) = 62919 +SHA256 (rust/crates/imageproc-0.25.0.crate) = 2393fb7808960751a52e8a154f67e7dd3f8a2ef9bd80d1553078a7b4e8ed3f0d +SIZE (rust/crates/imageproc-0.25.0.crate) = 132834 +SHA256 (rust/crates/imgref-1.11.0.crate) = d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408 +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.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 +SIZE (rust/crates/inotify-0.11.0.crate) = 26241 +SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb +SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 +SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 +SIZE (rust/crates/inout-0.1.4.crate) = 11280 +SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 +SIZE (rust/crates/interpolate_name-0.2.4.crate) = 4027 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/jpeg-decoder-0.3.1.crate) = f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0 +SIZE (rust/crates/jpeg-decoder-0.3.1.crate) = 744364 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/jsonwebtoken-9.3.1.crate) = 5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde +SIZE (rust/crates/jsonwebtoken-9.3.1.crate) = 49398 +SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a +SIZE (rust/crates/kqueue-1.1.1.crate) = 21504 +SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b +SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 +SIZE (rust/crates/lebe-0.5.2.crate) = 8422 +SHA256 (rust/crates/leptonica-plumbing-1.4.0.crate) = cc7a74c43d6f090d39158d233f326f47cd8bba545217595c93662b4e31156f42 +SIZE (rust/crates/leptonica-plumbing-1.4.0.crate) = 19758 +SHA256 (rust/crates/leptonica-sys-0.4.9.crate) = da627c72b2499a8106f4dd33143843015e4a631f445d561f3481f7fba35b6151 +SIZE (rust/crates/leptonica-sys-0.4.9.crate) = 15564 +SHA256 (rust/crates/libc-0.2.173.crate) = d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb +SIZE (rust/crates/libc-0.2.173.crate) = 777353 +SHA256 (rust/crates/libfuzzer-sys-0.4.9.crate) = cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75 +SIZE (rust/crates/libfuzzer-sys-0.4.9.crate) = 133299 +SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libsqlite3-sys-0.30.1.crate) = 2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149 +SIZE (rust/crates/libsqlite3-sys-0.30.1.crate) = 5122296 +SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 +SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062 +SIZE (rust/crates/loop9-0.1.5.crate) = 3406 +SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 +SIZE (rust/crates/lru-0.12.5.crate) = 16047 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 +SIZE (rust/crates/matchit-0.8.4.crate) = 33986 +SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 +SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 +SHA256 (rust/crates/maybe-rayon-0.1.1.crate) = 8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519 +SIZE (rust/crates/maybe-rayon-0.1.1.crate) = 2901 +SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf +SIZE (rust/crates/md-5-0.10.6.crate) = 16161 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e +SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 +SHA256 (rust/crates/multer-3.1.0.crate) = 83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b +SIZE (rust/crates/multer-3.1.0.crate) = 25980 +SHA256 (rust/crates/nalgebra-0.32.6.crate) = 7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4 +SIZE (rust/crates/nalgebra-0.32.6.crate) = 375297 +SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e +SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 +SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 +SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/noop_proc_macro-0.3.0.crate) = 0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8 +SIZE (rust/crates/noop_proc_macro-0.3.0.crate) = 2157 +SHA256 (rust/crates/notify-8.1.0.crate) = 3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97 +SIZE (rust/crates/notify-8.1.0.crate) = 37843 +SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d +SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 +SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 +SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 +SIZE (rust/crates/num-0.4.3.crate) = 9575 +SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 +SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 +SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 +SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825 +SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 +SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 +SIZE (rust/crates/num-derive-0.4.2.crate) = 14709 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 +SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/num_cpus-1.17.0.crate) = 91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b +SIZE (rust/crates/num_cpus-1.17.0.crate) = 15874 +SHA256 (rust/crates/oauth2-4.4.2.crate) = c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f +SIZE (rust/crates/oauth2-4.4.2.crate) = 74489 +SHA256 (rust/crates/objc2-core-foundation-0.3.1.crate) = 1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166 +SIZE (rust/crates/objc2-core-foundation-0.3.1.crate) = 178121 +SHA256 (rust/crates/objc2-io-kit-0.3.1.crate) = 71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a +SIZE (rust/crates/objc2-io-kit-0.3.1.crate) = 220419 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 +SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c +SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 +SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e +SIZE (rust/crates/outref-0.5.2.crate) = 5621 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/owned_ttf_parser-0.25.0.crate) = 22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4 +SIZE (rust/crates/owned_ttf_parser-0.25.0.crate) = 151164 +SHA256 (rust/crates/p256-0.11.1.crate) = 51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594 +SIZE (rust/crates/p256-0.11.1.crate) = 67282 +SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba +SIZE (rust/crates/parking-2.2.1.crate) = 10685 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 +SHA256 (rust/crates/parse-display-0.9.1.crate) = 914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a +SIZE (rust/crates/parse-display-0.9.1.crate) = 9456 +SHA256 (rust/crates/parse-display-derive-0.9.1.crate) = 2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281 +SIZE (rust/crates/parse-display-derive-0.9.1.crate) = 17258 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 +SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 +SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 +SIZE (rust/crates/pem-3.0.5.crate) = 18140 +SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 +SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f +SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 +SHA256 (rust/crates/pkcs8-0.9.0.crate) = 9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba +SIZE (rust/crates/pkcs8-0.9.0.crate) = 26214 +SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 +SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 +SIZE (rust/crates/png-0.17.16.crate) = 117975 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/prettyplease-0.2.34.crate) = 6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55 +SIZE (rust/crates/prettyplease-0.2.34.crate) = 71832 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/profiling-1.0.16.crate) = afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d +SIZE (rust/crates/profiling-1.0.16.crate) = 12588 +SHA256 (rust/crates/profiling-procmacros-1.0.16.crate) = a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30 +SIZE (rust/crates/profiling-procmacros-1.0.16.crate) = 5893 +SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001 +SIZE (rust/crates/qoi-0.4.1.crate) = 71135 +SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 +SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rand_distr-0.4.3.crate) = 32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31 +SIZE (rust/crates/rand_distr-0.4.3.crate) = 58255 +SHA256 (rust/crates/rav1e-0.7.1.crate) = cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9 +SIZE (rust/crates/rav1e-0.7.1.crate) = 1472522 +SHA256 (rust/crates/ravif-0.11.12.crate) = d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6 +SIZE (rust/crates/ravif-0.11.12.crate) = 18981 +SHA256 (rust/crates/raw-cpuid-11.5.0.crate) = c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146 +SIZE (rust/crates/raw-cpuid-11.5.0.crate) = 111596 +SHA256 (rust/crates/rawpointer-0.2.1.crate) = 60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3 +SIZE (rust/crates/rawpointer-0.2.1.crate) = 7490 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 +SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf +SIZE (rust/crates/ref-cast-1.0.24.crate) = 15252 +SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7 +SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a +SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 +SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 +SHA256 (rust/crates/rfc6979-0.3.1.crate) = 7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb +SIZE (rust/crates/rfc6979-0.3.1.crate) = 8460 +SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a +SIZE (rust/crates/rgb-0.8.50.crate) = 21980 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/rsa-0.9.8.crate) = 78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b +SIZE (rust/crates/rsa-0.9.8.crate) = 85741 +SHA256 (rust/crates/rust-embed-8.7.2.crate) = 025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a +SIZE (rust/crates/rust-embed-8.7.2.crate) = 906250 +SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c +SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 +SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 +SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 +SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 +SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 +SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 +SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 +SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 +SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c +SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 +SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 +SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 +SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 +SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/safe_arch-0.7.4.crate) = 96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323 +SIZE (rust/crates/safe_arch-0.7.4.crate) = 74564 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f +SIZE (rust/crates/schemars-0.9.0.crate) = 80032 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 +SIZE (rust/crates/sct-0.7.1.crate) = 27501 +SHA256 (rust/crates/sec1-0.3.0.crate) = 3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928 +SIZE (rust/crates/sec1-0.3.0.crate) = 17615 +SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 +SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 +SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316 +SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 +SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 +SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_path_to_error-0.1.17.crate) = 59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a +SIZE (rust/crates/serde_path_to_error-0.1.17.crate) = 17662 +SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c +SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 +SHA256 (rust/crates/serde_with-3.13.0.crate) = bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42 +SIZE (rust/crates/serde_with-3.13.0.crate) = 172644 +SHA256 (rust/crates/serde_with_macros-3.13.0.crate) = 81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77 +SIZE (rust/crates/serde_with_macros-3.13.0.crate) = 38965 +SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba +SIZE (rust/crates/sha1-0.10.6.crate) = 13517 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 +SHA256 (rust/crates/signature-1.6.4.crate) = 74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c +SIZE (rust/crates/signature-1.6.4.crate) = 16012 +SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de +SIZE (rust/crates/signature-2.2.0.crate) = 15531 +SHA256 (rust/crates/simba-0.8.1.crate) = 061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae +SIZE (rust/crates/simba-0.8.1.crate) = 52545 +SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe +SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 +SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6 +SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 +SHA256 (rust/crates/simple_asn1-0.6.3.crate) = 297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb +SIZE (rust/crates/simple_asn1-0.6.3.crate) = 18505 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/spki-0.6.0.crate) = 67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b +SIZE (rust/crates/spki-0.6.0.crate) = 14791 +SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d +SIZE (rust/crates/spki-0.7.3.crate) = 16409 +SHA256 (rust/crates/sqlx-0.8.6.crate) = 1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc +SIZE (rust/crates/sqlx-0.8.6.crate) = 190134 +SHA256 (rust/crates/sqlx-core-0.8.6.crate) = ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6 +SIZE (rust/crates/sqlx-core-0.8.6.crate) = 118378 +SHA256 (rust/crates/sqlx-macros-0.8.6.crate) = a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d +SIZE (rust/crates/sqlx-macros-0.8.6.crate) = 6348 +SHA256 (rust/crates/sqlx-macros-core-0.8.6.crate) = 19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b +SIZE (rust/crates/sqlx-macros-core-0.8.6.crate) = 30587 +SHA256 (rust/crates/sqlx-mysql-0.8.6.crate) = aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526 +SIZE (rust/crates/sqlx-mysql-0.8.6.crate) = 72992 +SHA256 (rust/crates/sqlx-postgres-0.8.6.crate) = db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46 +SIZE (rust/crates/sqlx-postgres-0.8.6.crate) = 140616 +SHA256 (rust/crates/sqlx-sqlite-0.8.6.crate) = c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea +SIZE (rust/crates/sqlx-sqlite-0.8.6.crate) = 82039 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/stringprep-0.1.5.crate) = 7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1 +SIZE (rust/crates/stringprep-0.1.5.crate) = 23573 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/structmeta-0.3.0.crate) = 2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329 +SIZE (rust/crates/structmeta-0.3.0.crate) = 10323 +SHA256 (rust/crates/structmeta-derive-0.3.0.crate) = 152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc +SIZE (rust/crates/structmeta-derive-0.3.0.crate) = 12500 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 +SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/sysinfo-0.36.0.crate) = aab138f5c1bb35231de19049060a87977ad23e04f2303e953bc5c2947ac7dec4 +SIZE (rust/crates/sysinfo-0.36.0.crate) = 213498 +SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 +SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 +SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b +SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935 +SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 +SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 +SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 +SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090 +SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349 +SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 +SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 +SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tesseract-0.15.2.crate) = 28e64963c0b5582cf02ed5d8b4798f8c48ea9812ed2b19ed653cb976e7daa351 +SIZE (rust/crates/tesseract-0.15.2.crate) = 149439 +SHA256 (rust/crates/tesseract-plumbing-0.11.1.crate) = 4ed025d755abb7f5af8d16cd5663742a08c8ae7c4032c8bf4b70c51d412fe378 +SIZE (rust/crates/tesseract-plumbing-0.11.1.crate) = 17785 +SHA256 (rust/crates/tesseract-sys-0.6.3.crate) = 1e1297ece7aa841bd33a4f80046a6682c4e58fca0f8600e868d822359eef7bde +SIZE (rust/crates/tesseract-sys-0.6.3.crate) = 84859 +SHA256 (rust/crates/testcontainers-0.24.0.crate) = 23bb7577dca13ad86a78e8271ef5d322f37229ec83b8d98da6d996c588a1ddb1 +SIZE (rust/crates/testcontainers-0.24.0.crate) = 74433 +SHA256 (rust/crates/testcontainers-modules-0.12.1.crate) = eac95cde96549fc19c6bf19ef34cc42bd56e264c1cb97e700e21555be0ecf9e2 +SIZE (rust/crates/testcontainers-modules-0.12.1.crate) = 156916 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/tiff-0.9.1.crate) = ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e +SIZE (rust/crates/tiff-0.9.1.crate) = 1423953 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 +SIZE (rust/crates/tokio-1.46.1.crate) = 823632 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 +SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 +SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 +SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 +SHA256 (rust/crates/tokio-tar-0.3.1.crate) = 9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75 +SIZE (rust/crates/tokio-tar-0.3.1.crate) = 49485 +SHA256 (rust/crates/tokio-test-0.4.4.crate) = 2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7 +SIZE (rust/crates/tokio-test-0.4.4.crate) = 12390 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 +SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.29.crate) = 1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662 +SIZE (rust/crates/tracing-attributes-0.1.29.crate) = 38683 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 +SHA256 (rust/crates/ttf-parser-0.25.1.crate) = d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31 +SIZE (rust/crates/ttf-parser-0.25.1.crate) = 201121 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539 +SIZE (rust/crates/unicase-2.8.1.crate) = 24088 +SHA256 (rust/crates/unicode-bidi-0.3.18.crate) = 5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5 +SIZE (rust/crates/unicode-bidi-0.3.18.crate) = 58300 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 +SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 +SHA256 (rust/crates/unicode-properties-0.1.3.crate) = e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0 +SIZE (rust/crates/unicode-properties-0.1.3.crate) = 42252 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da +SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/utoipa-5.4.0.crate) = 2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993 +SIZE (rust/crates/utoipa-5.4.0.crate) = 78699 +SHA256 (rust/crates/utoipa-gen-5.4.0.crate) = 6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b +SIZE (rust/crates/utoipa-gen-5.4.0.crate) = 156086 +SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55 +SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 +SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 +SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 +SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b +SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/vsimd-0.8.0.crate) = 5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64 +SIZE (rust/crates/vsimd-0.8.0.crate) = 21377 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e +SIZE (rust/crates/want-0.3.1.crate) = 6398 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasite-0.1.0.crate) = b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b +SIZE (rust/crates/wasite-0.1.0.crate) = 2346 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 +SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 +SHA256 (rust/crates/webpki-roots-0.26.11.crate) = 521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9 +SIZE (rust/crates/webpki-roots-0.26.11.crate) = 15557 +SHA256 (rust/crates/webpki-roots-1.0.0.crate) = 2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb +SIZE (rust/crates/webpki-roots-1.0.0.crate) = 248893 +SHA256 (rust/crates/weezl-0.1.10.crate) = a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3 +SIZE (rust/crates/weezl-0.1.10.crate) = 46418 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/whoami-1.6.0.crate) = 6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7 +SIZE (rust/crates/whoami-1.6.0.crate) = 24691 +SHA256 (rust/crates/wide-0.7.32.crate) = 41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22 +SIZE (rust/crates/wide-0.7.32.crate) = 95848 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 +SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e +SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 +SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 +SHA256 (rust/crates/windows-registry-0.5.2.crate) = b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820 +SIZE (rust/crates/windows-registry-0.5.2.crate) = 13332 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 +SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 +SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd +SIZE (rust/crates/winnow-0.7.11.crate) = 174175 +SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/wiremock-0.6.4.crate) = a2b8b99d4cdbf36b239a9532e31fe4fb8acc38d1897c1761e161550a7dc78e6a +SIZE (rust/crates/wiremock-0.6.4.crate) = 58967 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/xattr-1.5.0.crate) = 0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e +SIZE (rust/crates/xattr-1.5.0.crate) = 14694 +SHA256 (rust/crates/xmlparser-0.13.6.crate) = 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 +SIZE (rust/crates/xmlparser-0.13.6.crate) = 26718 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 +SIZE (rust/crates/zip-3.0.0.crate) = 112450 +SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a +SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 +SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 +SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a +SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 +SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 +SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 +SHA256 (rust/crates/zune-jpeg-0.4.17.crate) = 0f6fe2e33d02a98ee64423802e16df3de99c43e5cf5ff983767e1128b394c8ac +SIZE (rust/crates/zune-jpeg-0.4.17.crate) = 65784 +SHA256 (readur-readur-v2.5.0_GH0.tar.gz) = b4c9e1e0b2d4a55f8de8c7dee51a52b620220268d4fa7fd4ecad02d93b6870d1 +SIZE (readur-readur-v2.5.0_GH0.tar.gz) = 7808463 diff --git a/deskutils/readur/files/patch-src_main.rs b/deskutils/readur/files/patch-src_main.rs new file mode 100644 index 000000000000..e618d6c71c78 --- /dev/null +++ b/deskutils/readur/files/patch-src_main.rs @@ -0,0 +1,11 @@ +--- src/main.rs.orig 2025-07-13 01:04:13 UTC ++++ src/main.rs +@@ -23,6 +23,8 @@ fn determine_static_files_path() -> std::path::PathBuf + + // List of possible static file locations in order of preference + let possible_paths = vec![ ++ // FreeBSD ++ PathBuf::from("%%WWWDIR%%"), + // Docker/production environment - frontend build copied to /app/frontend/dist + current_dir.join("frontend/dist"), + // Development environment - frontend build in local frontend/dist diff --git a/deskutils/readur/files/pkg-message.in b/deskutils/readur/files/pkg-message.in new file mode 100644 index 000000000000..881fa34be4aa --- /dev/null +++ b/deskutils/readur/files/pkg-message.in @@ -0,0 +1,17 @@ +[ +{ type: install + message: <<EOM +Readur is installed + +1) Configure it in %%PREFIX%%/etc/readur.env + +2) Enable it with + + sysrc readur_enable=YES + +3) Start it with + + service readur start +EOM +} +] diff --git a/deskutils/readur/files/readur.in b/deskutils/readur/files/readur.in new file mode 100644 index 000000000000..123e4f12b588 --- /dev/null +++ b/deskutils/readur/files/readur.in @@ -0,0 +1,36 @@ +#!/bin/sh + +# PROVIDE: readur +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Configuration settings for readur in /etc/rc.conf +# +# readur_enable (bool): Enable readur. (Default=NO) +# readur_env_file (str): Path containing the environment variables +# to be used by readur. (Default: %%PREFIX%%/etc/readur.env) +# readur_logfile (str): Log file used to store the readur's output. (Default: /var/log/readur.log) +# readur_pidfile (str): File used by readur to store the process ID. (Default: /var/run/readur.pid) +# readur_runas (str): User to run readur as. (Default: %%USER%%) + +. /etc/rc.subr + +name="readur" +desc="Quick, painless, intuitive OCR platform" +rcvar="readur_enable" + +load_rc_config $name + +: ${readur_enable:="NO"} +: ${readur_env_file:="%%PREFIX%%/etc/readur.env"} +: ${readur_logfile:="/var/log/readur.log"} +: ${readur_pidfile:="/var/run/readur.pid"} +: ${readur_runas:="%%USER%%"} + +readur_chdir="/var/db/readur" +pidfile="${readur_pidfile}" +procname="%%LOCALBASE%%/bin/readur" +command="/usr/sbin/daemon" +command_args="-o '${readur_logfile}' -p '${pidfile}' -u '${readur_runas}' -t '${desc}' -- '${procname}'" + +run_rc_command "$1" diff --git a/deskutils/readur/pkg-descr b/deskutils/readur/pkg-descr new file mode 100644 index 000000000000..85de0335af4e --- /dev/null +++ b/deskutils/readur/pkg-descr @@ -0,0 +1,4 @@ +Readur is a powerful, modern document management system built with +Rust and React. Readur provides intelligent document processing +with OCR capabilities, full-text search, and a beautiful web interface +designed for 2026 tech standards. diff --git a/deskutils/readur/pkg-plist b/deskutils/readur/pkg-plist new file mode 100644 index 000000000000..e39af9842c24 --- /dev/null +++ b/deskutils/readur/pkg-plist @@ -0,0 +1,10 @@ +bin/readur +%%WWWDIR%%/favicon.ico +%%WWWDIR%%/readur-64.png +%%WWWDIR%%/readur-32.png +%%WWWDIR%%/readur.png +%%WWWDIR%%/index.html +@dir %%WWWDIR%%/assets +%%WWWDIR%%/assets/index-hLouS2YV.js +%%WWWDIR%%/assets/index-C5nToalm.css +@dir(%%USER%%,%%GROUP%%,0700) %%HOMEDIR%% diff --git a/deskutils/spice-gtk/Makefile b/deskutils/spice-gtk/Makefile index b32247bd824f..b1ca5b971185 100644 --- a/deskutils/spice-gtk/Makefile +++ b/deskutils/spice-gtk/Makefile @@ -34,7 +34,6 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes -# we can't use pathfix with USES=autoreconf MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index a709d70eda13..e860e8eb1613 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LIB_DEPENDS= libpng16.so:graphics/png USES= compiler:c11 gettext-tools gmake gnome libtool \ - localbase:ldflags pathfix pkgconfig tar:bzip2 xfce + localbase:ldflags pkgconfig tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf glib20 libgsf USE_LDCONFIG= yes USE_XFCE= libutil diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 185f91beda0c..16bd84bc9864 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= intltool-update:textproc/intltool LIB_DEPENDS= libnotify.so:devel/libnotify \ libpcre.so:devel/pcre -USES= compiler:nestedfct gnome iconv libtool localbase pathfix \ +USES= compiler:nestedfct gnome iconv libtool localbase \ pkgconfig xorg USE_GNOME= gtk20 @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur --with-gtk=gtk2 USE_LDCONFIG= ${PREFIX}/lib/xneur ${PREFIX}/lib/xneur/xneur INSTALL_TARGET= install-strip +MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig OPTIONS_DEFINE= ASPELL XOSD NLS X11 SOUND OPTIONS_DEFAULT= GSTREAMER ASPELL SOUND diff --git a/devel/Makefile b/devel/Makefile index 0e97152fa8ef..b979cdbd9757 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -272,6 +272,7 @@ SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp + SUBDIR += awesome-cli SUBDIR += aws-c-common SUBDIR += aws-c-compression SUBDIR += aws-c-event-stream @@ -5010,6 +5011,7 @@ SUBDIR += py-hash_ring SUBDIR += py-hatch SUBDIR += py-hatch-autorun + SUBDIR += py-hatch-docstring-description SUBDIR += py-hatch-fancy-pypi-readme SUBDIR += py-hatch-jupyter-builder SUBDIR += py-hatch-mypyc @@ -5185,6 +5187,7 @@ SUBDIR += py-lazy SUBDIR += py-lazy-object-proxy SUBDIR += py-lazy_loader + SUBDIR += py-legacy-api-wrap SUBDIR += py-libcst SUBDIR += py-libcst03 SUBDIR += py-libevdev @@ -6152,6 +6155,7 @@ SUBDIR += py-user_agents SUBDIR += py-userpath SUBDIR += py-usort + SUBDIR += py-uv-dynamic-versioning SUBDIR += py-uvloop SUBDIR += py-validate-pyproject SUBDIR += py-validate-pyproject-schema-store @@ -6568,6 +6572,8 @@ SUBDIR += rubygem-aws-sdk-bcmpricingcalculator SUBDIR += rubygem-aws-sdk-bedrock SUBDIR += rubygem-aws-sdk-bedrockagent + SUBDIR += rubygem-aws-sdk-bedrockagentcore + SUBDIR += rubygem-aws-sdk-bedrockagentcorecontrol SUBDIR += rubygem-aws-sdk-bedrockagentruntime SUBDIR += rubygem-aws-sdk-bedrockdataautomation SUBDIR += rubygem-aws-sdk-bedrockdataautomationruntime @@ -6872,6 +6878,7 @@ SUBDIR += rubygem-aws-sdk-s3control SUBDIR += rubygem-aws-sdk-s3outposts SUBDIR += rubygem-aws-sdk-s3tables + SUBDIR += rubygem-aws-sdk-s3vectors SUBDIR += rubygem-aws-sdk-sagemaker SUBDIR += rubygem-aws-sdk-sagemakeredgemanager SUBDIR += rubygem-aws-sdk-sagemakerfeaturestoreruntime diff --git a/devel/awesome-cli/Makefile b/devel/awesome-cli/Makefile new file mode 100644 index 000000000000..c44c2f4e6f35 --- /dev/null +++ b/devel/awesome-cli/Makefile @@ -0,0 +1,22 @@ +PORTNAME= awesome-cli +DISTVERSIONPREFIX= v +DISTVERSION= 0.7.6 +CATEGORIES= devel + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Command-line tool to explore Awesome lists +WWW= https://project-awesome.org/umutphp/awesome-cli \ + https://github.com/umutphp/awesome-cli + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= umutphp + +GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/awesome-cli + +.include <bsd.port.mk> diff --git a/devel/awesome-cli/distinfo b/devel/awesome-cli/distinfo new file mode 100644 index 000000000000..6677c996bc51 --- /dev/null +++ b/devel/awesome-cli/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1753296258 +SHA256 (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/v0.7.6.mod) = 4a0f9eb3a69027812481a4a65a32e924f9ea41b58c8a76bf5d414d551050f749 +SIZE (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/v0.7.6.mod) = 230 +SHA256 (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/v0.7.6.zip) = 38a74d061ebb3400db623cf0b55df061e7c7c85ff4e9af0005038feb56206825 +SIZE (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/v0.7.6.zip) = 397500 +SHA256 (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/umutphp-awesome-cli-v0.7.6_GH0.tar.gz) = 34b413f6f925b48a0d587ff91a5404143a7d5e71ef81937ccd33715bafc7b48c +SIZE (go/devel_awesome-cli/umutphp-awesome-cli-v0.7.6_GH0/umutphp-awesome-cli-v0.7.6_GH0.tar.gz) = 390145 diff --git a/devel/awesome-cli/pkg-descr b/devel/awesome-cli/pkg-descr new file mode 100644 index 000000000000..9e2e24f287dc --- /dev/null +++ b/devel/awesome-cli/pkg-descr @@ -0,0 +1,12 @@ +Awesome CLI is a simple but polished command-line interface for +exploring Awesome lists — curated collections of tools, libraries, and +resources hosted on GitHub. + +The tool allows you to interactively browse categorized lists, discover +new projects, or even jump to a random entry for inspiration. It fetches +data from project-awesome.org and presents it in a terminal-friendly +format, making developer-focused exploration fast and intuitive. + +Whether you're hunting for your next favorite library or just exploring +what's out there, Awesome CLI brings the universe of Awesome lists +straight to your terminal. diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 14f57e60724a..5f1b1822ca6b 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -10,11 +10,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt PATCHDIR= ${.CURDIR:H}/boost-libs/files BUILD_DEPENDS= bjam:devel/boost-jam \ - ${PYNUMPY} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_container.so:devel/boost-libs -USES= python:3.9-3.11 # upper bound inherited from math/py-numpy +USES= python USE_PYTHON= flavors #LDFLAGS+= -Wl,--as-needed diff --git a/devel/catch/Makefile b/devel/catch/Makefile index df4f7b4f3cea..5103183d96f5 100644 --- a/devel/catch/Makefile +++ b/devel/catch/Makefile @@ -1,5 +1,6 @@ PORTNAME= catch PORTVERSION= 2.13.10 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -10,7 +11,7 @@ WWW= https://github.com/catchorg/Catch2 LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake compiler:c++14-lang pathfix python:build +USES= cmake compiler:c++14-lang python:build USE_GITHUB= yes GH_ACCOUNT= catchorg diff --git a/devel/catch/pkg-plist b/devel/catch/pkg-plist index 0b5f0d241ef9..e7dc8add1c76 100644 --- a/devel/catch/pkg-plist +++ b/devel/catch/pkg-plist @@ -9,7 +9,7 @@ lib/cmake/Catch2/Catch2ConfigVersion.cmake lib/cmake/Catch2/Catch2Targets.cmake lib/cmake/Catch2/CatchAddTests.cmake lib/cmake/Catch2/ParseAndAddCatchTests.cmake -libdata/pkgconfig/catch2.pc +share/pkgconfig/catch2.pc share/Catch2/gdbinit share/Catch2/lldbinit %%PORTDOCS%%%%DOCSDIR%%/Readme.md diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index 9f2a6202e9ee..f0a3ff1e110a 100644 --- a/devel/catch2/Makefile +++ b/devel/catch2/Makefile @@ -1,6 +1,7 @@ PORTNAME= catch2 # 2.x series is under devel/catch, the project is called catch2 DISTVERSIONPREFIX= v DISTVERSION= 3.8.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/catchorg/Catch2 LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:testing compiler:c++14-lang pathfix python:build,test +USES= cmake:testing compiler:c++14-lang python:build,test USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist index a4bbd6a64720..0231c6b984be 100644 --- a/devel/catch2/pkg-plist +++ b/devel/catch2/pkg-plist @@ -188,7 +188,7 @@ lib/libCatch2.so lib/libCatch2.so.3.8.1 lib/libCatch2Main.so lib/libCatch2Main.so.3.8.1 -libdata/pkgconfig/catch2-with-main.pc -libdata/pkgconfig/catch2.pc +share/pkgconfig/catch2-with-main.pc +share/pkgconfig/catch2.pc share/Catch2/gdbinit share/Catch2/lldbinit diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 6ae48c3d82fe..41f554629f88 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.140.5 +DISTVERSION= 0.140.8 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index d582c264a686..42cfd3068e32 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753017359 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.5/v0.140.5.mod) = b8a18fc69c1d97512327785f7558b1242ceb3be78759a071ab109b921461c3e4 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.5/v0.140.5.mod) = 11416 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.5/v0.140.5.zip) = b032ace16b41128a65606bb53225eb98f0f455f4ed5746b077d547d9095fd5b8 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.5/v0.140.5.zip) = 1420672 +TIMESTAMP = 1753444912 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.mod) = b8a18fc69c1d97512327785f7558b1242ceb3be78759a071ab109b921461c3e4 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.mod) = 11416 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.zip) = 6529cd2f0cdbcd52b27a2e50b5f407cb0c3a560b618b8270bdd79dae8a73a94e +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.zip) = 1421385 diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile index d7ef6d9116b4..5b455affd1b0 100644 --- a/devel/compiz-bcop/Makefile +++ b/devel/compiz-bcop/Makefile @@ -1,6 +1,6 @@ PORTNAME= compiz-bcop PORTVERSION= 0.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ \ https://BSDforge.com/projects/source/devel/compiz-bcop/ @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ GNU_CONFIGURE= yes -USES= gnome pathfix pkgconfig tar:bzip2 +USES= gnome pkgconfig tar:bzip2 USE_GNOME= libxslt post-patch: diff --git a/devel/compiz-bcop/pkg-plist b/devel/compiz-bcop/pkg-plist index 8d8b3e6a2035..f83897cba6c7 100644 --- a/devel/compiz-bcop/pkg-plist +++ b/devel/compiz-bcop/pkg-plist @@ -1,3 +1,3 @@ bin/bcop -libdata/pkgconfig/bcop.pc share/bcop/bcop.xslt +share/pkgconfig/bcop.pc diff --git a/devel/electron36/Makefile b/devel/electron36/Makefile index 9a9b156898fd..b11673660f2e 100644 --- a/devel/electron36/Makefile +++ b/devel/electron36/Makefile @@ -223,7 +223,7 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER CHROMIUM_VER= 136.0.7103.177 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.17.0 +NODE_VER= 22.17.1 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER diff --git a/devel/electron36/Makefile.version b/devel/electron36/Makefile.version index a5080e05a85b..07c121dfeac8 100644 --- a/devel/electron36/Makefile.version +++ b/devel/electron36/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 36.7.1 +ELECTRON_VER= 36.7.3 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron36/distinfo b/devel/electron36/distinfo index 140765ab0d3a..7656f8e6cef4 100644 --- a/devel/electron36/distinfo +++ b/devel/electron36/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752467662 +TIMESTAMP = 1753303703 SHA256 (electron/chromium-136.0.7103.177.tar.xz.0) = 75e7a4c47e9a958aae70a026c8d005c07b76b02bf315071f209070fddaaa7665 SIZE (electron/chromium-136.0.7103.177.tar.xz.0) = 2000000000 SHA256 (electron/chromium-136.0.7103.177.tar.xz.1) = a86bdf58829129e0ef42a1bc6e5864701fba4572456631660c04c20e6d5bcee3 @@ -7,12 +7,12 @@ SHA256 (electron/chromium-136.0.7103.177.tar.xz.2) = 81a0db12277369bfae95002de9b SIZE (electron/chromium-136.0.7103.177.tar.xz.2) = 248456988 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-36.7.1.tar.xz) = 12d724437444b7425d85ad5bb3ecabafee10ca23a91185ca4d3cc4e5a9e5411b -SIZE (electron/electron-yarn-cache-36.7.1.tar.xz) = 30310152 -SHA256 (electron/electron-electron-v36.7.1_GH0.tar.gz) = d64045f3bac630518103d795a304d16b492d392d4dbc0f47d6fab20ce383fcf7 -SIZE (electron/electron-electron-v36.7.1_GH0.tar.gz) = 15805959 -SHA256 (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 8d96cd01627c625e9e1db219f91ebbccae074ae4ce1a99a48aeed3d6da9161b9 -SIZE (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 123067140 +SHA256 (electron/electron-yarn-cache-36.7.3.tar.xz) = 156bcfdc1d2066a4e3639d76851884f446942aa05a371cbf4b6f43381fed497b +SIZE (electron/electron-yarn-cache-36.7.3.tar.xz) = 30485132 +SHA256 (electron/electron-electron-v36.7.3_GH0.tar.gz) = 0437086a10a07e157114f162209debaca4ed2ce635ce5475e82cef303d0719c3 +SIZE (electron/electron-electron-v36.7.3_GH0.tar.gz) = 15812876 +SHA256 (electron/nodejs-node-v22.17.1_GH0.tar.gz) = 7a1dbcd53b7152df5592624698f987fd626d9240c33d59dfef13812e4c168eb2 +SIZE (electron/nodejs-node-v22.17.1_GH0.tar.gz) = 123061071 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 diff --git a/devel/electron36/files/package.json b/devel/electron36/files/package.json index a1e5bc3f1db1..4a3a1d78f04b 100644 --- a/devel/electron36/files/package.json +++ b/devel/electron36/files/package.json @@ -18,7 +18,6 @@ "@types/semver": "^7.5.8", "@types/stream-json": "^1.7.7", "@types/temp": "^0.9.4", - "@types/webpack": "^5.28.5", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", @@ -28,13 +27,12 @@ "dugite": "^2.7.1", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", - "eslint-plugin-import": "^2.30.0", + "eslint-plugin-import": "^2.32.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-standard": "^5.0.0", - "eslint-plugin-unicorn": "^55.0.0", "events": "^3.2.0", "folder-hash": "^2.1.1", "got": "^11.8.5", diff --git a/devel/electron36/files/patch-electron_shell_browser_native__window.cc b/devel/electron36/files/patch-electron_shell_browser_native__window.cc index 07b983263ca6..8cb3c526005e 100644 --- a/devel/electron36/files/patch-electron_shell_browser_native__window.cc +++ b/devel/electron36/files/patch-electron_shell_browser_native__window.cc @@ -1,11 +1,11 @@ ---- electron/shell/browser/native_window.cc.orig 2025-06-25 22:07:23 UTC +--- electron/shell/browser/native_window.cc.orig 2025-07-22 07:50:49 UTC +++ electron/shell/browser/native_window.cc -@@ -180,7 +180,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D +@@ -178,7 +178,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D } else { SetSizeConstraints(size_constraints); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool closable; - if (options.Get(options::kClosable, &closable)) { - SetClosable(closable); + if (bool val; options.Get(options::kClosable, &val)) + SetClosable(val); + #endif diff --git a/devel/electron36/files/patch-electron_shell_browser_native__window__views.cc b/devel/electron36/files/patch-electron_shell_browser_native__window__views.cc index b1e5945a1910..07903bc01387 100644 --- a/devel/electron36/files/patch-electron_shell_browser_native__window__views.cc +++ b/devel/electron36/files/patch-electron_shell_browser_native__window__views.cc @@ -1,4 +1,4 @@ ---- electron/shell/browser/native_window_views.cc.orig 2025-06-25 22:07:23 UTC +--- electron/shell/browser/native_window_views.cc.orig 2025-07-22 07:50:49 UTC +++ electron/shell/browser/native_window_views.cc @@ -51,7 +51,7 @@ #include "ui/wm/core/shadow_types.h" @@ -9,7 +9,7 @@ #include "base/strings/string_util.h" #include "shell/browser/browser.h" #include "shell/browser/linux/unity_service.h" -@@ -298,7 +298,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -281,7 +281,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: params.parent = parent->GetNativeWindow(); params.native_widget = new ElectronDesktopNativeWidgetAura(this); @@ -18,7 +18,7 @@ std::string name = Browser::Get()->GetName(); // Set WM_WINDOW_ROLE. params.wm_role_name = "browser-window"; -@@ -323,7 +323,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -306,7 +306,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: std::string window_type; options.Get(options::kType, &window_type); @@ -27,7 +27,7 @@ // Set _GTK_THEME_VARIANT to dark if we have "dark-theme" option set. if (options.ValueOrDefault(options::kDarkTheme, false)) SetGTKDarkThemeEnabled(true); -@@ -447,7 +447,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -428,7 +428,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: if (window) window->AddPreTargetHandler(this); @@ -36,7 +36,7 @@ // On linux after the widget is initialized we might have to force set the // bounds if the bounds are smaller than the current display SetBounds(gfx::Rect(GetPosition(), bounds.size()), false); -@@ -483,7 +483,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us +@@ -464,7 +464,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us } void NativeWindowViews::SetGTKDarkThemeEnabled(bool use_dark_theme) { @@ -45,7 +45,7 @@ if (x11_util::IsX11()) { const std::string color = use_dark_theme ? "dark" : "light"; auto* connection = x11::Connection::Get(); -@@ -544,7 +544,7 @@ void NativeWindowViews::Show() { +@@ -525,7 +525,7 @@ void NativeWindowViews::Show() { NotifyWindowShow(); @@ -54,7 +54,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowMapped(); -@@ -560,7 +560,7 @@ void NativeWindowViews::ShowInactive() { +@@ -541,7 +541,7 @@ void NativeWindowViews::ShowInactive() { NotifyWindowShow(); @@ -63,7 +63,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowMapped(); -@@ -579,7 +579,7 @@ void NativeWindowViews::Hide() { +@@ -560,7 +560,7 @@ void NativeWindowViews::Hide() { NotifyWindowHide(); @@ -72,7 +72,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowUnmapped(); #endif -@@ -610,7 +610,7 @@ bool NativeWindowViews::IsEnabled() const { +@@ -591,7 +591,7 @@ bool NativeWindowViews::IsEnabled() const { bool NativeWindowViews::IsEnabled() const { #if BUILDFLAG(IS_WIN) return ::IsWindowEnabled(GetAcceleratedWidget()); @@ -81,7 +81,7 @@ if (x11_util::IsX11()) return !event_disabler_.get(); NOTIMPLEMENTED(); -@@ -860,7 +860,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou +@@ -841,7 +841,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou } #endif @@ -90,7 +90,7 @@ // On Linux and Windows the minimum and maximum size should be updated with // window size when window is not resizable. if (!resizable_) { -@@ -1118,7 +1118,7 @@ bool NativeWindowViews::IsClosable() const { +@@ -1099,7 +1099,7 @@ bool NativeWindowViews::IsClosable() const { return false; } return !(info.fState & MFS_DISABLED); @@ -99,7 +99,7 @@ return true; #endif } -@@ -1158,7 +1158,7 @@ void NativeWindowViews::Center() { +@@ -1139,7 +1139,7 @@ void NativeWindowViews::Center() { // for now to avoid breaking API contract, but should consider the long // term plan for this aligning with upstream. void NativeWindowViews::Center() { @@ -108,7 +108,7 @@ auto display = display::Screen::GetScreen()->GetDisplayNearestWindow(GetNativeWindow()); gfx::Rect window_bounds_in_screen = display.work_area(); -@@ -1382,7 +1382,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men +@@ -1363,7 +1363,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men } void NativeWindowViews::SetMenu(ElectronMenuModel* menu_model) { @@ -117,7 +117,7 @@ // Remove global menu bar. if (global_menu_bar_ && menu_model == nullptr) { global_menu_bar_.reset(); -@@ -1438,7 +1438,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* +@@ -1419,7 +1419,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* void NativeWindowViews::SetParentWindow(NativeWindow* parent) { NativeWindow::SetParentWindow(parent); @@ -126,7 +126,7 @@ if (x11_util::IsX11()) { auto* connection = x11::Connection::Get(); connection->SetProperty( -@@ -1484,7 +1484,7 @@ void NativeWindowViews::SetProgressBar(double progress +@@ -1465,7 +1465,7 @@ void NativeWindowViews::SetProgressBar(double progress NativeWindow::ProgressState state) { #if BUILDFLAG(IS_WIN) taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state); @@ -135,7 +135,7 @@ if (unity::IsRunning()) { unity::SetProgressFraction(progress); } -@@ -1578,7 +1578,7 @@ bool NativeWindowViews::IsVisibleOnAllWorkspaces() con +@@ -1559,7 +1559,7 @@ bool NativeWindowViews::IsVisibleOnAllWorkspaces() con if (const auto* view_native_widget = widget()->native_widget_private()) return view_native_widget->IsVisibleOnAllWorkspaces(); @@ -144,7 +144,7 @@ if (x11_util::IsX11()) { // Use the presence/absence of _NET_WM_STATE_STICKY in _NET_WM_STATE to // determine whether the current window is visible on all workspaces. -@@ -1601,7 +1601,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM +@@ -1582,7 +1582,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM #if BUILDFLAG(IS_WIN) window_handle = reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget); @@ -153,7 +153,7 @@ window_handle = static_cast<uint32_t>(accelerated_widget); #endif aura::WindowTreeHost* const host = -@@ -1699,7 +1699,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC +@@ -1680,7 +1680,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC SendMessage(hwnd, WM_SETICON, ICON_BIG, reinterpret_cast<LPARAM>(app_icon_.get())); } @@ -162,7 +162,7 @@ void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) { auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget( GetAcceleratedWidget()); -@@ -1795,7 +1795,7 @@ bool NativeWindowViews::CanMinimize() const { +@@ -1776,7 +1776,7 @@ bool NativeWindowViews::CanMinimize() const { bool NativeWindowViews::CanMinimize() const { #if BUILDFLAG(IS_WIN) return minimizable_; @@ -171,7 +171,7 @@ return true; #endif } -@@ -1851,7 +1851,7 @@ void NativeWindowViews::HandleKeyboardEvent( +@@ -1832,7 +1832,7 @@ void NativeWindowViews::HandleKeyboardEvent( if (widget_destroyed_) return; @@ -180,7 +180,7 @@ if (event.windows_key_code == ui::VKEY_BROWSER_BACK) NotifyWindowExecuteAppCommand(kBrowserBackward); else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD) -@@ -1870,7 +1870,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e +@@ -1851,7 +1851,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e // Alt+Click should not toggle menu bar. root_view_.ResetAltState(); diff --git a/devel/electron36/files/patch-electron_spec_api-browser-window-spec.ts b/devel/electron36/files/patch-electron_spec_api-browser-window-spec.ts index 9a733e20a920..f22d6bc7e526 100644 --- a/devel/electron36/files/patch-electron_spec_api-browser-window-spec.ts +++ b/devel/electron36/files/patch-electron_spec_api-browser-window-spec.ts @@ -1,6 +1,6 @@ ---- electron/spec/api-browser-window-spec.ts.orig 2025-07-09 10:31:50 UTC +--- electron/spec/api-browser-window-spec.ts.orig 2025-07-22 07:50:49 UTC +++ electron/spec/api-browser-window-spec.ts -@@ -69,7 +69,7 @@ describe('BrowserWindow module', () => { +@@ -68,7 +68,7 @@ describe('BrowserWindow module', () => { }).not.to.throw(); }); @@ -9,7 +9,7 @@ const appPath = path.join(fixtures, 'apps', 'xwindow-icon'); const appProcess = childProcess.spawn(process.execPath, [appPath]); await once(appProcess, 'exit'); -@@ -296,7 +296,7 @@ describe('BrowserWindow module', () => { +@@ -295,7 +295,7 @@ describe('BrowserWindow module', () => { }); }); @@ -18,7 +18,7 @@ afterEach(closeAllWindows); it('can set content protection', async () => { const w = new BrowserWindow({ show: false }); -@@ -1167,7 +1167,7 @@ describe('BrowserWindow module', () => { +@@ -1166,7 +1166,7 @@ describe('BrowserWindow module', () => { describe('BrowserWindow.minimize()', () => { // TODO(codebytere): Enable for Linux once maximize/minimize events work in CI. @@ -27,7 +27,7 @@ const minimize = once(w, 'minimize'); w.minimize(); await minimize; -@@ -1184,7 +1184,7 @@ describe('BrowserWindow module', () => { +@@ -1183,7 +1183,7 @@ describe('BrowserWindow module', () => { }); // TODO(dsanders11): Enable for Linux once CI plays nice with these kinds of tests @@ -36,7 +36,7 @@ const maximize = once(w, 'maximize'); const shown = once(w, 'show'); w.maximize(); -@@ -1249,7 +1249,7 @@ describe('BrowserWindow module', () => { +@@ -1248,7 +1248,7 @@ describe('BrowserWindow module', () => { expect(w.isFocused()).to.equal(true); }); @@ -45,7 +45,7 @@ const w1 = new BrowserWindow({ show: false }); const w2 = new BrowserWindow({ show: false }); const w3 = new BrowserWindow({ show: false }); -@@ -1351,7 +1351,7 @@ describe('BrowserWindow module', () => { +@@ -1350,7 +1350,7 @@ describe('BrowserWindow module', () => { expect(w.isFocused()).to.equal(false); }); @@ -54,7 +54,7 @@ const w1 = new BrowserWindow({ show: false }); const w2 = new BrowserWindow({ show: false }); const w3 = new BrowserWindow({ show: false }); -@@ -1810,7 +1810,7 @@ describe('BrowserWindow module', () => { +@@ -1809,7 +1809,7 @@ describe('BrowserWindow module', () => { }); }); @@ -63,7 +63,7 @@ it('checks normal bounds when maximized', async () => { const bounds = w.getBounds(); const maximize = once(w, 'maximize'); -@@ -2020,7 +2020,7 @@ describe('BrowserWindow module', () => { +@@ -2019,7 +2019,7 @@ describe('BrowserWindow module', () => { }); }); @@ -72,7 +72,7 @@ it('checks normal bounds when minimized', async () => { const bounds = w.getBounds(); const minimize = once(w, 'minimize'); -@@ -2984,7 +2984,7 @@ describe('BrowserWindow module', () => { +@@ -2983,7 +2983,7 @@ describe('BrowserWindow module', () => { describe('BrowserWindow.setOpacity(opacity)', () => { afterEach(closeAllWindows); @@ -81,7 +81,7 @@ it('make window with initial opacity', () => { const w = new BrowserWindow({ show: false, opacity: 0.5 }); expect(w.getOpacity()).to.equal(0.5); -@@ -3010,7 +3010,7 @@ describe('BrowserWindow module', () => { +@@ -3009,7 +3009,7 @@ describe('BrowserWindow module', () => { }); }); @@ -90,7 +90,7 @@ it('sets 1 regardless of parameter', () => { const w = new BrowserWindow({ show: false }); w.setOpacity(0); -@@ -3221,7 +3221,7 @@ describe('BrowserWindow module', () => { +@@ -3220,7 +3220,7 @@ describe('BrowserWindow module', () => { expect(overlayRectPreMax.height).to.equal(size); // 'maximize' event is not emitted on Linux in CI. @@ -99,7 +99,7 @@ const maximize = once(w, 'maximize'); w.show(); w.maximize(); -@@ -3287,7 +3287,7 @@ describe('BrowserWindow module', () => { +@@ -3286,7 +3286,7 @@ describe('BrowserWindow module', () => { expect(preMaxHeight).to.equal(size); // 'maximize' event is not emitted on Linux in CI. @@ -108,7 +108,7 @@ const maximize = once(w, 'maximize'); w.show(); w.maximize(); -@@ -3952,7 +3952,7 @@ describe('BrowserWindow module', () => { +@@ -3951,7 +3951,7 @@ describe('BrowserWindow module', () => { expect(test.nodeTimers).to.equal(true); expect(test.nodeUrl).to.equal(true); @@ -117,7 +117,7 @@ expect(test.creationTime).to.be.null('creation time'); expect(test.systemMemoryInfo).to.be.null('system memory info'); } else { -@@ -4457,7 +4457,7 @@ describe('BrowserWindow module', () => { +@@ -4456,7 +4456,7 @@ describe('BrowserWindow module', () => { }); }); @@ -126,7 +126,7 @@ afterEach(closeAllWindows); it('emits an event when window is maximized', async () => { const w = new BrowserWindow({ show: false }); -@@ -4728,7 +4728,7 @@ describe('BrowserWindow module', () => { +@@ -4727,7 +4727,7 @@ describe('BrowserWindow module', () => { // TODO(zcbenz): // This test does not run on Linux CI. See: // https://github.com/electron/electron/issues/28699 @@ -135,7 +135,7 @@ const w = new BrowserWindow({}); const maximize = once(w, 'maximize'); w.maximize(); -@@ -4745,7 +4745,7 @@ describe('BrowserWindow module', () => { +@@ -4744,7 +4744,7 @@ describe('BrowserWindow module', () => { }); // TODO(dsanders11): Enable once maximize event works on Linux again on CI @@ -144,7 +144,7 @@ afterEach(closeAllWindows); it('should show the window if it is not currently shown', async () => { const w = new BrowserWindow({ show: false }); -@@ -4782,7 +4782,7 @@ describe('BrowserWindow module', () => { +@@ -4781,7 +4781,7 @@ describe('BrowserWindow module', () => { // TODO(dsanders11): Enable once minimize event works on Linux again. // See https://github.com/electron/electron/issues/28699 @@ -153,7 +153,7 @@ const w = new BrowserWindow(); const minimize = once(w, 'minimize'); w.minimize(); -@@ -5268,7 +5268,7 @@ describe('BrowserWindow module', () => { +@@ -5267,7 +5267,7 @@ describe('BrowserWindow module', () => { }); // On Linux there is no "resizable" property of a window. @@ -162,7 +162,7 @@ const w = new BrowserWindow({ show: false }); expect(w.resizable).to.be.true('resizable'); -@@ -5478,7 +5478,7 @@ describe('BrowserWindow module', () => { +@@ -5477,7 +5477,7 @@ describe('BrowserWindow module', () => { }); }); @@ -171,7 +171,7 @@ // Not implemented on Linux. afterEach(closeAllWindows); -@@ -6725,7 +6725,7 @@ describe('BrowserWindow module', () => { +@@ -6678,7 +6678,7 @@ describe('BrowserWindow module', () => { describe('"transparent" option', () => { afterEach(closeAllWindows); diff --git a/devel/electron36/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron36/files/patch-electron_spec_api-web-frame-main-spec.ts index 279337ccb3c6..015cd4c4f0d8 100644 --- a/devel/electron36/files/patch-electron_spec_api-web-frame-main-spec.ts +++ b/devel/electron36/files/patch-electron_spec_api-web-frame-main-spec.ts @@ -1,7 +1,7 @@ ---- electron/spec/api-web-frame-main-spec.ts.orig 2024-12-05 00:03:13 UTC +--- electron/spec/api-web-frame-main-spec.ts.orig 2025-07-22 07:50:49 UTC +++ electron/spec/api-web-frame-main-spec.ts -@@ -315,7 +315,7 @@ describe('webFrameMain module', () => { - }); +@@ -316,7 +316,7 @@ describe('webFrameMain module', () => { + afterEach(closeAllWindows); // TODO(jkleinsc) fix this flaky test on linux - ifit(process.platform !== 'linux')('throws upon accessing properties when disposed', async () => { diff --git a/devel/electron36/files/patch-electron_spec_chromium-spec.ts b/devel/electron36/files/patch-electron_spec_chromium-spec.ts index 772535460b0b..b7bd72ef2622 100644 --- a/devel/electron36/files/patch-electron_spec_chromium-spec.ts +++ b/devel/electron36/files/patch-electron_spec_chromium-spec.ts @@ -1,4 +1,4 @@ ---- electron/spec/chromium-spec.ts.orig 2025-05-22 22:48:48 UTC +--- electron/spec/chromium-spec.ts.orig 2025-07-22 07:50:49 UTC +++ electron/spec/chromium-spec.ts @@ -475,13 +475,13 @@ describe('command line switches', () => { it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`)); @@ -33,7 +33,7 @@ const html = ` <html lang="ja-JP"> <head> -@@ -3507,7 +3507,7 @@ describe('paste execCommand', () => { +@@ -3515,7 +3515,7 @@ describe('paste execCommand', () => { }); }); diff --git a/devel/electron36/files/yarn.lock b/devel/electron36/files/yarn.lock index ad0ed30e207f..05eef81f0ca3 100644 --- a/devel/electron36/files/yarn.lock +++ b/devel/electron36/files/yarn.lock @@ -156,11 +156,6 @@ "@babel/highlight" "^7.25.7" picocolors "^1.0.0" -"@babel/helper-validator-identifier@^7.24.5": - version "7.24.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" - integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== - "@babel/helper-validator-identifier@^7.25.7": version "7.25.7" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" @@ -999,11 +994,6 @@ dependencies: undici-types "~6.19.2" -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - "@types/parse-json@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" @@ -1073,15 +1063,6 @@ resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.18.5.tgz#eccda0b04fe024bed505881e2e532f9c119169bf" integrity sha512-wz7kjjRRj8/Lty4B+Kr0LN6Ypc/3SymeCCGSbaXp2leH0ZVg/PriNiOwNj4bD4uphI7A8NXS4b6Gl373sfO5mA== -"@types/webpack@^5.28.5": - version "5.28.5" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.5.tgz#0e9d9a15efa09bbda2cef41356ca4ac2031ea9a2" - integrity sha512-wR87cgvxj3p6D0Crt1r5avwqffqPXUkNlnQ1mjU93G7gCuFjufZR4I6j8cz5g1F1tTYpfOOFvly+cmIQwL9wvw== - dependencies: - "@types/node" "*" - tapable "^2.2.0" - webpack "^5" - "@types/yauzl@^2.9.1": version "2.10.0" resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz#b3248295276cf8c6f153ebe6a9aba0c988cb2599" @@ -1472,6 +1453,14 @@ array-buffer-byte-length@^1.0.1: call-bind "^1.0.5" is-array-buffer "^3.0.4" +array-buffer-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz#384d12a37295aec3769ab022ad323a18a51ccf8b" + integrity sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw== + dependencies: + call-bound "^1.0.3" + is-array-buffer "^3.0.5" + array-includes@^3.1.5, array-includes@^3.1.6: version "3.1.6" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" @@ -1483,34 +1472,37 @@ array-includes@^3.1.5, array-includes@^3.1.6: get-intrinsic "^1.1.3" is-string "^1.0.7" -array-includes@^3.1.8: - version "3.1.8" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" - integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== +array-includes@^3.1.9: + version "3.1.9" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a" + integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" define-properties "^1.2.1" - es-abstract "^1.23.2" - es-object-atoms "^1.0.0" - get-intrinsic "^1.2.4" - is-string "^1.0.7" + es-abstract "^1.24.0" + es-object-atoms "^1.1.1" + get-intrinsic "^1.3.0" + is-string "^1.1.1" + math-intrinsics "^1.1.0" array-unique@^0.3.2: version "0.3.2" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= -array.prototype.findlastindex@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d" - integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ== +array.prototype.findlastindex@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564" + integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" define-properties "^1.2.1" - es-abstract "^1.23.2" + es-abstract "^1.23.9" es-errors "^1.3.0" - es-object-atoms "^1.0.0" - es-shim-unscopables "^1.0.2" + es-object-atoms "^1.1.1" + es-shim-unscopables "^1.1.0" array.prototype.flat@^1.3.1: version "1.3.1" @@ -1522,15 +1514,15 @@ array.prototype.flat@^1.3.1: es-abstract "^1.20.4" es-shim-unscopables "^1.0.0" -array.prototype.flat@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" - integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== +array.prototype.flat@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5" + integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - es-shim-unscopables "^1.0.0" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-shim-unscopables "^1.0.2" array.prototype.flatmap@^1.3.1: version "1.3.1" @@ -1542,15 +1534,15 @@ array.prototype.flatmap@^1.3.1: es-abstract "^1.20.4" es-shim-unscopables "^1.0.0" -array.prototype.flatmap@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" - integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== +array.prototype.flatmap@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b" + integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg== dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - es-shim-unscopables "^1.0.0" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-shim-unscopables "^1.0.2" array.prototype.tosorted@^1.1.1: version "1.1.1" @@ -1577,6 +1569,19 @@ arraybuffer.prototype.slice@^1.0.3: is-array-buffer "^3.0.4" is-shared-array-buffer "^1.0.2" +arraybuffer.prototype.slice@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz#9d760d84dbdd06d0cbf92c8849615a1a7ab3183c" + integrity sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ== + dependencies: + array-buffer-byte-length "^1.0.1" + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + is-array-buffer "^3.0.4" + arrify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -1592,6 +1597,11 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== +async-function@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b" + integrity sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA== + async@^3.2.0: version "3.2.4" resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" @@ -1650,17 +1660,17 @@ boolean@^3.0.1: integrity sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw== brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + version "1.1.12" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + version "2.0.2" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== dependencies: balanced-match "^1.0.0" @@ -1671,7 +1681,7 @@ braces@^3.0.3, braces@~3.0.2: dependencies: fill-range "^7.1.1" -browserslist@^4.21.10, browserslist@^4.23.3: +browserslist@^4.21.10: version "4.23.3" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800" integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA== @@ -1744,6 +1754,14 @@ cacheable-request@^7.0.2: normalize-url "^6.0.1" responselike "^2.0.0" +call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6" + integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== + dependencies: + es-errors "^1.3.0" + function-bind "^1.1.2" + call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" @@ -1763,6 +1781,24 @@ call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7: get-intrinsic "^1.2.4" set-function-length "^1.2.1" +call-bind@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c" + integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww== + dependencies: + call-bind-apply-helpers "^1.0.0" + es-define-property "^1.0.0" + get-intrinsic "^1.2.4" + set-function-length "^1.2.2" + +call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a" + integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg== + dependencies: + call-bind-apply-helpers "^1.0.2" + get-intrinsic "^1.3.0" + callsites@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" @@ -1876,13 +1912,6 @@ ci-info@^4.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2" integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== -clean-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz#8df7c7aae51fd36874e8f8d05b9180bc11a3fed7" - integrity sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw== - dependencies: - escape-string-regexp "^1.0.5" - clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" @@ -2013,13 +2042,6 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -core-js-compat@^3.37.0: - version "3.38.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09" - integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw== - dependencies: - browserslist "^4.23.3" - core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -2054,6 +2076,15 @@ data-view-buffer@^1.0.1: es-errors "^1.3.0" is-data-view "^1.0.1" +data-view-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz#211a03ba95ecaf7798a8c7198d79536211f88570" + integrity sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-data-view "^1.0.2" + data-view-byte-length@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2" @@ -2063,6 +2094,15 @@ data-view-byte-length@^1.0.1: es-errors "^1.3.0" is-data-view "^1.0.1" +data-view-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz#9e80f7ca52453ce3e93d25a35318767ea7704735" + integrity sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-data-view "^1.0.2" + data-view-byte-offset@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a" @@ -2072,6 +2112,15 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" +data-view-byte-offset@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz#068307f9b71ab76dbbe10291389e020856606191" + integrity sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + is-data-view "^1.0.1" + debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.7: version "4.3.7" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" @@ -2195,6 +2244,15 @@ dugite@^2.7.1: progress "^2.0.3" tar "^6.1.11" +dunder-proto@^1.0.0, dunder-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" + integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== + dependencies: + call-bind-apply-helpers "^1.0.1" + es-errors "^1.3.0" + gopd "^1.2.0" + duplexer@~0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" @@ -2399,6 +2457,66 @@ es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23 unbox-primitive "^1.0.2" which-typed-array "^1.1.15" +es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0: + version "1.24.0" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328" + integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg== + dependencies: + array-buffer-byte-length "^1.0.2" + arraybuffer.prototype.slice "^1.0.4" + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" + data-view-buffer "^1.0.2" + data-view-byte-length "^1.0.2" + data-view-byte-offset "^1.0.1" + es-define-property "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.1.1" + es-set-tostringtag "^2.1.0" + es-to-primitive "^1.3.0" + function.prototype.name "^1.1.8" + get-intrinsic "^1.3.0" + get-proto "^1.0.1" + get-symbol-description "^1.1.0" + globalthis "^1.0.4" + gopd "^1.2.0" + has-property-descriptors "^1.0.2" + has-proto "^1.2.0" + has-symbols "^1.1.0" + hasown "^2.0.2" + internal-slot "^1.1.0" + is-array-buffer "^3.0.5" + is-callable "^1.2.7" + is-data-view "^1.0.2" + is-negative-zero "^2.0.3" + is-regex "^1.2.1" + is-set "^2.0.3" + is-shared-array-buffer "^1.0.4" + is-string "^1.1.1" + is-typed-array "^1.1.15" + is-weakref "^1.1.1" + math-intrinsics "^1.1.0" + object-inspect "^1.13.4" + object-keys "^1.1.1" + object.assign "^4.1.7" + own-keys "^1.0.1" + regexp.prototype.flags "^1.5.4" + safe-array-concat "^1.1.3" + safe-push-apply "^1.0.0" + safe-regex-test "^1.1.0" + set-proto "^1.0.0" + stop-iteration-iterator "^1.1.0" + string.prototype.trim "^1.2.10" + string.prototype.trimend "^1.0.9" + string.prototype.trimstart "^1.0.8" + typed-array-buffer "^1.0.3" + typed-array-byte-length "^1.0.3" + typed-array-byte-offset "^1.0.4" + typed-array-length "^1.0.7" + unbox-primitive "^1.1.0" + which-typed-array "^1.1.19" + es-define-property@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845" @@ -2406,6 +2524,11 @@ es-define-property@^1.0.0: dependencies: get-intrinsic "^1.2.4" +es-define-property@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa" + integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== + es-errors@^1.2.1, es-errors@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" @@ -2423,6 +2546,13 @@ es-object-atoms@^1.0.0: dependencies: es-errors "^1.3.0" +es-object-atoms@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1" + integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== + dependencies: + es-errors "^1.3.0" + es-set-tostringtag@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8" @@ -2441,6 +2571,16 @@ es-set-tostringtag@^2.0.3: has-tostringtag "^1.0.2" hasown "^2.0.1" +es-set-tostringtag@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" + integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== + dependencies: + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + has-tostringtag "^1.0.2" + hasown "^2.0.2" + es-shim-unscopables@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241" @@ -2455,6 +2595,13 @@ es-shim-unscopables@^1.0.2: dependencies: hasown "^2.0.0" +es-shim-unscopables@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5" + integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw== + dependencies: + hasown "^2.0.2" + es-to-primitive@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" @@ -2464,6 +2611,15 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" +es-to-primitive@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz#96c89c82cc49fd8794a24835ba3e1ff87f214e18" + integrity sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g== + dependencies: + is-callable "^1.2.7" + is-date-object "^1.0.5" + is-symbol "^1.0.4" + es6-error@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" @@ -2524,6 +2680,13 @@ eslint-import-resolver-node@^0.3.9: is-core-module "^2.13.0" resolve "^1.22.4" +eslint-module-utils@^2.12.1: + version "2.12.1" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff" + integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw== + dependencies: + debug "^3.2.7" + eslint-module-utils@^2.7.4: version "2.8.0" resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" @@ -2531,13 +2694,6 @@ eslint-module-utils@^2.7.4: dependencies: debug "^3.2.7" -eslint-module-utils@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz#b99b211ca4318243f09661fae088f373ad5243c4" - integrity sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ== - dependencies: - debug "^3.2.7" - eslint-plugin-es-x@^7.5.0: version "7.8.0" resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74" @@ -2584,28 +2740,29 @@ eslint-plugin-import@^2.26.0: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-import@^2.30.0: - version "2.30.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449" - integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw== +eslint-plugin-import@^2.32.0: + version "2.32.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980" + integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA== dependencies: "@rtsao/scc" "^1.1.0" - array-includes "^3.1.8" - array.prototype.findlastindex "^1.2.5" - array.prototype.flat "^1.3.2" - array.prototype.flatmap "^1.3.2" + array-includes "^3.1.9" + array.prototype.findlastindex "^1.2.6" + array.prototype.flat "^1.3.3" + array.prototype.flatmap "^1.3.3" debug "^3.2.7" doctrine "^2.1.0" eslint-import-resolver-node "^0.3.9" - eslint-module-utils "^2.9.0" + eslint-module-utils "^2.12.1" hasown "^2.0.2" - is-core-module "^2.15.1" + is-core-module "^2.16.1" is-glob "^4.0.3" minimatch "^3.1.2" object.fromentries "^2.0.8" object.groupby "^1.0.3" - object.values "^1.2.0" + object.values "^1.2.1" semver "^6.3.1" + string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" eslint-plugin-mocha@^10.5.0: @@ -2696,28 +2853,6 @@ eslint-plugin-standard@^5.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg== -eslint-plugin-unicorn@^55.0.0: - version "55.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b" - integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA== - dependencies: - "@babel/helper-validator-identifier" "^7.24.5" - "@eslint-community/eslint-utils" "^4.4.0" - ci-info "^4.0.0" - clean-regexp "^1.0.0" - core-js-compat "^3.37.0" - esquery "^1.5.0" - globals "^15.7.0" - indent-string "^4.0.0" - is-builtin-module "^3.2.1" - jsesc "^3.0.2" - pluralize "^8.0.0" - read-pkg-up "^7.0.1" - regexp-tree "^0.1.27" - regjsparser "^0.10.0" - semver "^7.6.1" - strip-indent "^3.0.0" - eslint-scope@5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" @@ -2828,13 +2963,6 @@ esquery@^1.4.2: dependencies: estraverse "^5.1.0" -esquery@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" - integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== - dependencies: - estraverse "^5.1.0" - esrecurse@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" @@ -2999,7 +3127,7 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -find-up@^4.0.0, find-up@^4.1.0: +find-up@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== @@ -3044,6 +3172,13 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" +for-each@^0.3.5: + version "0.3.5" + resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47" + integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg== + dependencies: + is-callable "^1.2.7" + foreground-child@^3.1.0: version "3.1.1" resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" @@ -3117,6 +3252,18 @@ function.prototype.name@^1.1.6: es-abstract "^1.22.1" functions-have-names "^1.2.3" +function.prototype.name@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz#e68e1df7b259a5c949eeef95cdbde53edffabb78" + integrity sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + functions-have-names "^1.2.3" + hasown "^2.0.2" + is-callable "^1.2.7" + functions-have-names@^1.2.2, functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" @@ -3153,11 +3300,35 @@ get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4: has-symbols "^1.0.3" hasown "^2.0.0" +get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.2.7, get-intrinsic@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01" + integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== + dependencies: + call-bind-apply-helpers "^1.0.2" + es-define-property "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.1.1" + function-bind "^1.1.2" + get-proto "^1.0.1" + gopd "^1.2.0" + has-symbols "^1.1.0" + hasown "^2.0.2" + math-intrinsics "^1.1.0" + get-own-enumerable-property-symbols@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203" integrity sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg== +get-proto@^1.0.0, get-proto@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" + integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== + dependencies: + dunder-proto "^1.0.1" + es-object-atoms "^1.0.0" + get-stdin@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" @@ -3187,6 +3358,15 @@ get-symbol-description@^1.0.2: es-errors "^1.3.0" get-intrinsic "^1.2.4" +get-symbol-description@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz#7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee" + integrity sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + get-intrinsic "^1.2.6" + get-tsconfig@^4.7.0: version "4.8.1" resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.8.1.tgz#8995eb391ae6e1638d251118c7b56de7eb425471" @@ -3280,11 +3460,6 @@ globals@^13.24.0: dependencies: type-fest "^0.20.2" -globals@^15.7.0: - version "15.9.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399" - integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA== - globalthis@^1.0.1, globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" @@ -3292,6 +3467,14 @@ globalthis@^1.0.1, globalthis@^1.0.3: dependencies: define-properties "^1.1.3" +globalthis@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" + integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ== + dependencies: + define-properties "^1.2.1" + gopd "^1.0.1" + globby@14.1.0: version "14.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e" @@ -3311,6 +3494,11 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" +gopd@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" + integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== + got@^11.8.5: version "11.8.5" resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" @@ -3387,11 +3575,23 @@ has-proto@^1.0.3: resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd" integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== +has-proto@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz#5de5a6eabd95fdffd9818b43055e8065e39fe9d5" + integrity sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ== + dependencies: + dunder-proto "^1.0.0" + has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== +has-symbols@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" + integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== + has-tostringtag@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" @@ -3464,11 +3664,6 @@ hastscript@^8.0.0: property-information "^6.0.0" space-separated-tokens "^2.0.0" -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - hosted-git-info@^7.0.0: version "7.0.2" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17" @@ -3602,6 +3797,15 @@ internal-slot@^1.0.7: hasown "^2.0.0" side-channel "^1.0.4" +internal-slot@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz#1eac91762947d2f7056bc838d93e13b2e9604961" + integrity sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw== + dependencies: + es-errors "^1.3.0" + hasown "^2.0.2" + side-channel "^1.1.0" + interpret@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" @@ -3642,11 +3846,31 @@ is-array-buffer@^3.0.4: call-bind "^1.0.2" get-intrinsic "^1.2.1" +is-array-buffer@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz#65742e1e687bd2cc666253068fd8707fe4d44280" + integrity sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + get-intrinsic "^1.2.6" + is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= +is-async-function@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz#3e69018c8e04e73b738793d020bfe884b9fd3523" + integrity sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ== + dependencies: + async-function "^1.0.0" + call-bound "^1.0.3" + get-proto "^1.0.1" + has-tostringtag "^1.0.2" + safe-regex-test "^1.1.0" + is-bigint@^1.0.1: version "1.0.4" resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" @@ -3654,6 +3878,13 @@ is-bigint@^1.0.1: dependencies: has-bigints "^1.0.1" +is-bigint@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.1.0.tgz#dda7a3445df57a42583db4228682eba7c4170672" + integrity sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ== + dependencies: + has-bigints "^1.0.2" + is-binary-path@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" @@ -3669,6 +3900,14 @@ is-boolean-object@^1.1.0: call-bind "^1.0.2" has-tostringtag "^1.0.0" +is-boolean-object@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz#7067f47709809a393c71ff5bb3e135d8a9215d9e" + integrity sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + is-builtin-module@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" @@ -3688,13 +3927,20 @@ is-core-module@^2.11.0: dependencies: has "^1.0.3" -is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.15.1: +is-core-module@^2.12.1, is-core-module@^2.13.0: version "2.15.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== dependencies: hasown "^2.0.2" +is-core-module@^2.16.1: + version "2.16.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== + dependencies: + hasown "^2.0.2" + is-core-module@^2.8.0: version "2.8.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" @@ -3716,6 +3962,15 @@ is-data-view@^1.0.1: dependencies: is-typed-array "^1.1.13" +is-data-view@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.2.tgz#bae0a41b9688986c2188dda6657e56b8f9e63b8e" + integrity sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw== + dependencies: + call-bound "^1.0.2" + get-intrinsic "^1.2.6" + is-typed-array "^1.1.13" + is-date-object@^1.0.1: version "1.0.5" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" @@ -3723,6 +3978,14 @@ is-date-object@^1.0.1: dependencies: has-tostringtag "^1.0.0" +is-date-object@^1.0.5, is-date-object@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.1.0.tgz#ad85541996fc7aa8b2729701d27b7319f95d82f7" + integrity sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg== + dependencies: + call-bound "^1.0.2" + has-tostringtag "^1.0.2" + is-decimal@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-2.0.0.tgz#db1140337809fd043a056ae40a9bd1cdc563034c" @@ -3738,11 +4001,28 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== +is-finalizationregistry@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz#eefdcdc6c94ddd0674d9c85887bf93f944a97c90" + integrity sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg== + dependencies: + call-bound "^1.0.3" + is-fullwidth-code-point@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== +is-generator-function@^1.0.10: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.0.tgz#bf3eeda931201394f57b5dba2800f91a238309ca" + integrity sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ== + dependencies: + call-bound "^1.0.3" + get-proto "^1.0.0" + has-tostringtag "^1.0.2" + safe-regex-test "^1.1.0" + is-glob@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" @@ -3767,6 +4047,11 @@ is-interactive@^2.0.0: resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== +is-map@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" + integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== + is-negative-zero@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" @@ -3784,6 +4069,14 @@ is-number-object@^1.0.4: dependencies: has-tostringtag "^1.0.0" +is-number-object@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541" + integrity sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" @@ -3824,11 +4117,26 @@ is-regex@^1.1.4: call-bind "^1.0.2" has-tostringtag "^1.0.0" +is-regex@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.2.1.tgz#76d70a3ed10ef9be48eb577887d74205bf0cad22" + integrity sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g== + dependencies: + call-bound "^1.0.2" + gopd "^1.2.0" + has-tostringtag "^1.0.2" + hasown "^2.0.2" + is-regexp@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= +is-set@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" + integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== + is-shared-array-buffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" @@ -3843,6 +4151,13 @@ is-shared-array-buffer@^1.0.3: dependencies: call-bind "^1.0.7" +is-shared-array-buffer@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz#9b67844bd9b7f246ba0708c3a93e34269c774f6f" + integrity sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A== + dependencies: + call-bound "^1.0.3" + is-stream@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" @@ -3855,6 +4170,14 @@ is-string@^1.0.5, is-string@^1.0.7: dependencies: has-tostringtag "^1.0.0" +is-string@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9" + integrity sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA== + dependencies: + call-bound "^1.0.3" + has-tostringtag "^1.0.2" + is-symbol@^1.0.2, is-symbol@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" @@ -3862,6 +4185,15 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" +is-symbol@^1.0.4, is-symbol@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.1.1.tgz#f47761279f532e2b05a7024a7506dbbedacd0634" + integrity sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w== + dependencies: + call-bound "^1.0.2" + has-symbols "^1.1.0" + safe-regex-test "^1.1.0" + is-typed-array@^1.1.10, is-typed-array@^1.1.9: version "1.1.10" resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f" @@ -3880,6 +4212,13 @@ is-typed-array@^1.1.13: dependencies: which-typed-array "^1.1.14" +is-typed-array@^1.1.14, is-typed-array@^1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz#4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b" + integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ== + dependencies: + which-typed-array "^1.1.16" + is-unicode-supported@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" @@ -3890,6 +4229,11 @@ is-unicode-supported@^2.0.0: resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a" integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ== +is-weakmap@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd" + integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w== + is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" @@ -3897,6 +4241,21 @@ is-weakref@^1.0.2: dependencies: call-bind "^1.0.2" +is-weakref@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293" + integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew== + dependencies: + call-bound "^1.0.3" + +is-weakset@^2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.4.tgz#c9f5deb0bc1906c6d6f1027f284ddf459249daca" + integrity sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ== + dependencies: + call-bound "^1.0.3" + get-intrinsic "^1.2.6" + isarray@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" @@ -3960,16 +4319,6 @@ js-yaml@^3.2.7: argparse "^1.0.7" esprima "^4.0.0" -jsesc@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" - integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== - json-buffer@3.0.1, json-buffer@~3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" @@ -4376,6 +4725,11 @@ matcher@^3.0.0: dependencies: escape-string-regexp "^4.0.0" +math-intrinsics@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" + integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== + mdast-comment-marker@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-1.1.1.tgz#9c9c18e1ed57feafc1965d92b028f37c3c8da70d" @@ -4824,11 +5178,6 @@ mimic-response@^3.1.0: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== -min-indent@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" - integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -4964,16 +5313,6 @@ nopt@^7.2.1: dependencies: abbrev "^2.0.0" -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - normalize-package-data@^6.0.0: version "6.0.2" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506" @@ -5055,6 +5394,11 @@ object-inspect@^1.13.1: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== +object-inspect@^1.13.3, object-inspect@^1.13.4: + version "1.13.4" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213" + integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew== + object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" @@ -5080,6 +5424,18 @@ object.assign@^4.1.5: has-symbols "^1.0.3" object-keys "^1.1.1" +object.assign@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz#8c14ca1a424c6a561b0bb2a22f66f5049a945d3d" + integrity sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.3" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + has-symbols "^1.1.0" + object-keys "^1.1.1" + object.entries@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23" @@ -5134,12 +5490,13 @@ object.values@^1.1.6: define-properties "^1.1.4" es-abstract "^1.20.4" -object.values@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" - integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== +object.values@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216" + integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" es-object-atoms "^1.0.0" @@ -5191,6 +5548,15 @@ ora@^8.1.0: string-width "^7.2.0" strip-ansi "^7.1.0" +own-keys@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358" + integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg== + dependencies: + get-intrinsic "^1.2.6" + object-keys "^1.1.1" + safe-push-apply "^1.0.0" + p-cancelable@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.1.tgz#aab7fbd416582fa32a3db49859c122487c5ed2cf" @@ -5579,25 +5945,6 @@ read-package-json-fast@^3.0.0: json-parse-even-better-errors "^3.0.0" npm-normalize-package-bin "^3.0.0" -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - readable-stream@^2, readable-stream@^2.0.1, readable-stream@~2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" @@ -5641,10 +5988,19 @@ rechoir@^0.8.0: dependencies: resolve "^1.20.0" -regexp-tree@^0.1.27: - version "0.1.27" - resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd" - integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA== +reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: + version "1.0.10" + resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz#c629219e78a3316d8b604c765ef68996964e7bf9" + integrity sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw== + dependencies: + call-bind "^1.0.8" + define-properties "^1.2.1" + es-abstract "^1.23.9" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.7" + get-proto "^1.0.1" + which-builtin-type "^1.2.1" regexp.prototype.flags@^1.4.3: version "1.5.0" @@ -5665,18 +6021,23 @@ regexp.prototype.flags@^1.5.2: es-errors "^1.3.0" set-function-name "^2.0.1" +regexp.prototype.flags@^1.5.4: + version "1.5.4" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19" + integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA== + dependencies: + call-bind "^1.0.8" + define-properties "^1.2.1" + es-errors "^1.3.0" + get-proto "^1.0.1" + gopd "^1.2.0" + set-function-name "^2.0.2" + regexpp@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e" integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g== -regjsparser@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz#b1ed26051736b436f22fdec1c8f72635f9f44892" - integrity sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA== - dependencies: - jsesc "~0.5.0" - remark-cli@^12.0.1: version "12.0.1" resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-12.0.1.tgz#991ede01adfdf0471177c381168105da4b93f99a" @@ -6252,15 +6613,6 @@ resolve@^1.1.6: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@^1.10.0, resolve@^1.22.1: - version "1.22.2" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" - integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== - dependencies: - is-core-module "^2.11.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - resolve@^1.10.1: version "1.17.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" @@ -6277,6 +6629,15 @@ resolve@^1.20.0, resolve@^1.22.2, resolve@^1.22.4: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" +resolve@^1.22.1: + version "1.22.2" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" + integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== + dependencies: + is-core-module "^2.11.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + resolve@^2.0.0-next.4: version "2.0.0-next.4" resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" @@ -6374,6 +6735,17 @@ safe-array-concat@^1.1.2: has-symbols "^1.0.3" isarray "^2.0.5" +safe-array-concat@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz#c9e54ec4f603b0bbb8e7e5007a5ee7aecd1538c3" + integrity sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + get-intrinsic "^1.2.6" + has-symbols "^1.1.0" + isarray "^2.0.5" + safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" @@ -6384,6 +6756,14 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== +safe-push-apply@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5" + integrity sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA== + dependencies: + es-errors "^1.3.0" + isarray "^2.0.5" + safe-regex-test@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295" @@ -6402,6 +6782,15 @@ safe-regex-test@^1.0.3: es-errors "^1.3.0" is-regex "^1.1.4" +safe-regex-test@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz#7f87dfb67a3150782eaaf18583ff5d1711ac10c1" + integrity sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + is-regex "^1.2.1" + schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0: version "3.3.0" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe" @@ -6416,11 +6805,6 @@ semver-compare@^1.0.0: resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= -"semver@2 || 3 || 4 || 5": - version "5.7.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" - integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== - semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1: version "6.3.1" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" @@ -6433,7 +6817,7 @@ semver@^7.0.0, semver@^7.3.2, semver@^7.3.5, semver@^7.3.8: dependencies: lru-cache "^6.0.0" -semver@^7.1.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.1, semver@^7.6.3: +semver@^7.1.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3: version "7.6.3" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== @@ -6452,7 +6836,7 @@ serialize-javascript@^6.0.1: dependencies: randombytes "^2.1.0" -set-function-length@^1.2.1: +set-function-length@^1.2.1, set-function-length@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== @@ -6464,7 +6848,7 @@ set-function-length@^1.2.1: gopd "^1.0.1" has-property-descriptors "^1.0.2" -set-function-name@^2.0.1: +set-function-name@^2.0.1, set-function-name@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985" integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== @@ -6474,6 +6858,15 @@ set-function-name@^2.0.1: functions-have-names "^1.2.3" has-property-descriptors "^1.0.2" +set-proto@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/set-proto/-/set-proto-1.0.0.tgz#0760dbcff30b2d7e801fd6e19983e56da337565e" + integrity sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw== + dependencies: + dunder-proto "^1.0.1" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + shallow-clone@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" @@ -6510,6 +6903,35 @@ shx@^0.3.4: minimist "^1.2.3" shelljs "^0.8.5" +side-channel-list@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad" + integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA== + dependencies: + es-errors "^1.3.0" + object-inspect "^1.13.3" + +side-channel-map@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz#d6bb6b37902c6fef5174e5f533fab4c732a26f42" + integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" + +side-channel-weakmap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz#11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea" + integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A== + dependencies: + call-bound "^1.0.2" + es-errors "^1.3.0" + get-intrinsic "^1.2.5" + object-inspect "^1.13.3" + side-channel-map "^1.0.1" + side-channel@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" @@ -6529,6 +6951,17 @@ side-channel@^1.0.6: get-intrinsic "^1.2.4" object-inspect "^1.13.1" +side-channel@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9" + integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== + dependencies: + es-errors "^1.3.0" + object-inspect "^1.13.3" + side-channel-list "^1.0.0" + side-channel-map "^1.0.1" + side-channel-weakmap "^1.0.2" + signal-exit@^3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" @@ -6667,6 +7100,14 @@ stdin-discarder@^0.2.2: resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.2.2.tgz#390037f44c4ae1a1ae535c5fe38dc3aba8d997be" integrity sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ== +stop-iteration-iterator@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad" + integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ== + dependencies: + es-errors "^1.3.0" + internal-slot "^1.1.0" + stream-chain@^2.2.5: version "2.2.5" resolved "https://registry.yarnpkg.com/stream-chain/-/stream-chain-2.2.5.tgz#b30967e8f14ee033c5b9a19bbe8a2cba90ba0d09" @@ -6743,6 +7184,19 @@ string.prototype.matchall@^4.0.8: regexp.prototype.flags "^1.4.3" side-channel "^1.0.4" +string.prototype.trim@^1.2.10: + version "1.2.10" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz#40b2dd5ee94c959b4dcfb1d65ce72e90da480c81" + integrity sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + define-data-property "^1.1.4" + define-properties "^1.2.1" + es-abstract "^1.23.5" + es-object-atoms "^1.0.0" + has-property-descriptors "^1.0.2" + string.prototype.trim@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533" @@ -6780,6 +7234,16 @@ string.prototype.trimend@^1.0.8: define-properties "^1.2.1" es-object-atoms "^1.0.0" +string.prototype.trimend@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942" + integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ== + dependencies: + call-bind "^1.0.8" + call-bound "^1.0.2" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + string.prototype.trimstart@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" @@ -6852,13 +7316,6 @@ strip-final-newline@^2.0.0: resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== -strip-indent@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001" - integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== - dependencies: - min-indent "^1.0.0" - strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" @@ -7117,16 +7574,6 @@ type-fest@^0.3.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - type-fest@^3.8.0: version "3.13.1" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" @@ -7141,6 +7588,15 @@ typed-array-buffer@^1.0.2: es-errors "^1.3.0" is-typed-array "^1.1.13" +typed-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536" + integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw== + dependencies: + call-bound "^1.0.3" + es-errors "^1.3.0" + is-typed-array "^1.1.14" + typed-array-byte-length@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67" @@ -7152,6 +7608,17 @@ typed-array-byte-length@^1.0.1: has-proto "^1.0.3" is-typed-array "^1.1.13" +typed-array-byte-length@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz#8407a04f7d78684f3d252aa1a143d2b77b4160ce" + integrity sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg== + dependencies: + call-bind "^1.0.8" + for-each "^0.3.3" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.14" + typed-array-byte-offset@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063" @@ -7164,6 +7631,19 @@ typed-array-byte-offset@^1.0.2: has-proto "^1.0.3" is-typed-array "^1.1.13" +typed-array-byte-offset@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz#ae3698b8ec91a8ab945016108aef00d5bff12355" + integrity sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + for-each "^0.3.3" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.15" + reflect.getprototypeof "^1.0.9" + typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" @@ -7185,6 +7665,18 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" +typed-array-length@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.7.tgz#ee4deff984b64be1e118b0de8c9c877d5ce73d3d" + integrity sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + is-typed-array "^1.1.13" + possible-typed-array-names "^1.0.0" + reflect.getprototypeof "^1.0.6" + typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" @@ -7210,6 +7702,16 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +unbox-primitive@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz#8d9d2c9edeea8460c7f35033a88867944934d1e2" + integrity sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw== + dependencies: + call-bound "^1.0.3" + has-bigints "^1.0.2" + has-symbols "^1.1.0" + which-boxed-primitive "^1.1.1" + undici-types@~6.19.2: version "6.19.8" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" @@ -7428,7 +7930,7 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: +validate-npm-package-license@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== @@ -7614,7 +8116,7 @@ webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5, webpack@^5.95.0: +webpack@^5.95.0: version "5.95.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0" integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q== @@ -7662,6 +8164,46 @@ which-boxed-primitive@^1.0.2: is-string "^1.0.5" is-symbol "^1.0.3" +which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz#d76ec27df7fa165f18d5808374a5fe23c29b176e" + integrity sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA== + dependencies: + is-bigint "^1.1.0" + is-boolean-object "^1.2.1" + is-number-object "^1.1.1" + is-string "^1.1.1" + is-symbol "^1.1.1" + +which-builtin-type@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz#89183da1b4907ab089a6b02029cc5d8d6574270e" + integrity sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q== + dependencies: + call-bound "^1.0.2" + function.prototype.name "^1.1.6" + has-tostringtag "^1.0.2" + is-async-function "^2.0.0" + is-date-object "^1.1.0" + is-finalizationregistry "^1.1.0" + is-generator-function "^1.0.10" + is-regex "^1.2.1" + is-weakref "^1.0.2" + isarray "^2.0.5" + which-boxed-primitive "^1.1.0" + which-collection "^1.0.2" + which-typed-array "^1.1.16" + +which-collection@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0" + integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw== + dependencies: + is-map "^2.0.3" + is-set "^2.0.3" + is-weakmap "^2.0.2" + is-weakset "^2.0.3" + which-typed-array@^1.1.14, which-typed-array@^1.1.15: version "1.1.15" resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d" @@ -7673,6 +8215,19 @@ which-typed-array@^1.1.14, which-typed-array@^1.1.15: gopd "^1.0.1" has-tostringtag "^1.0.2" +which-typed-array@^1.1.16, which-typed-array@^1.1.19: + version "1.1.19" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956" + integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.4" + for-each "^0.3.5" + get-proto "^1.0.1" + gopd "^1.2.0" + has-tostringtag "^1.0.2" + which-typed-array@^1.1.9: version "1.1.9" resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" diff --git a/devel/electron37/Makefile b/devel/electron37/Makefile index 1064bbe297cf..5d3fef289dcc 100644 --- a/devel/electron37/Makefile +++ b/devel/electron37/Makefile @@ -220,9 +220,9 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER -CHROMIUM_VER= 138.0.7204.100 +CHROMIUM_VER= 138.0.7204.157 # See ${WRKSRC}/electron/DEPS for NODE_VER -NODE_VER= 22.17.0 +NODE_VER= 22.17.1 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= e14bdcd1f72d62bca1d541b66da43130384ec213 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER diff --git a/devel/electron37/Makefile.version b/devel/electron37/Makefile.version index bb8c54495d28..e3523fa3bf77 100644 --- a/devel/electron37/Makefile.version +++ b/devel/electron37/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 37.2.3 +ELECTRON_VER= 37.2.4 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron37/distinfo b/devel/electron37/distinfo index 5965dd844c9d..e27bb1a04fd9 100644 --- a/devel/electron37/distinfo +++ b/devel/electron37/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1752785159 -SHA256 (electron/chromium-138.0.7204.100.tar.xz) = 368d1a1d73c8703b9f9252340680468e3e3073b33b5127ac9e5fd8e9431b18b8 -SIZE (electron/chromium-138.0.7204.100.tar.xz) = 7269991840 +TIMESTAMP = 1753322506 +SHA256 (electron/chromium-138.0.7204.157.tar.xz) = 835dfd3228f6adb2a8c78e296c7d4981aee35daee401a2fe1493b4657d736d25 +SIZE (electron/chromium-138.0.7204.157.tar.xz) = 7275180828 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (electron/electron-yarn-cache-37.2.3.tar.xz) = aab59edf3be7db5f011edb65a3684ce424d6bc016067fa5a6ff6d9afe08fc188 -SIZE (electron/electron-yarn-cache-37.2.3.tar.xz) = 30486640 -SHA256 (electron/electron-electron-v37.2.3_GH0.tar.gz) = d67acd729e4fc909bfd1405a194563bd40ab1c0e7c1b7b1d66fd9b0619b8f0bb -SIZE (electron/electron-electron-v37.2.3_GH0.tar.gz) = 15824762 -SHA256 (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 8d96cd01627c625e9e1db219f91ebbccae074ae4ce1a99a48aeed3d6da9161b9 -SIZE (electron/nodejs-node-v22.17.0_GH0.tar.gz) = 123067140 +SHA256 (electron/electron-yarn-cache-37.2.4.tar.xz) = 156bcfdc1d2066a4e3639d76851884f446942aa05a371cbf4b6f43381fed497b +SIZE (electron/electron-yarn-cache-37.2.4.tar.xz) = 30485132 +SHA256 (electron/electron-electron-v37.2.4_GH0.tar.gz) = 67d80459149e885a7bfa6b832dbf094b0f9f41e4fe576810cedad778f4a665b3 +SIZE (electron/electron-electron-v37.2.4_GH0.tar.gz) = 15824526 +SHA256 (electron/nodejs-node-v22.17.1_GH0.tar.gz) = 7a1dbcd53b7152df5592624698f987fd626d9240c33d59dfef13812e4c168eb2 +SIZE (electron/nodejs-node-v22.17.1_GH0.tar.gz) = 123061071 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01 diff --git a/devel/electron37/files/package.json b/devel/electron37/files/package.json index c62b95ca7871..4a3a1d78f04b 100644 --- a/devel/electron37/files/package.json +++ b/devel/electron37/files/package.json @@ -18,7 +18,6 @@ "@types/semver": "^7.5.8", "@types/stream-json": "^1.7.7", "@types/temp": "^0.9.4", - "@types/webpack": "^5.28.5", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", diff --git a/devel/electron37/files/patch-ash_display_mirror__window__controller.cc b/devel/electron37/files/patch-ash_display_mirror__window__controller.cc index 6eae7ace3785..2f730fc7eeda 100644 --- a/devel/electron37/files/patch-ash_display_mirror__window__controller.cc +++ b/devel/electron37/files/patch-ash_display_mirror__window__controller.cc @@ -1,6 +1,6 @@ ---- ash/display/mirror_window_controller.cc.orig 2025-01-27 17:37:37 UTC +--- ash/display/mirror_window_controller.cc.orig 2025-07-14 18:11:59 UTC +++ ash/display/mirror_window_controller.cc -@@ -295,7 +295,11 @@ void MirrorWindowController::UpdateWindow( +@@ -283,7 +283,11 @@ void MirrorWindowController::UpdateWindow( if (!base::Contains(display_info_list, iter->first, &display::ManagedDisplayInfo::id)) { CloseAndDeleteHost(iter->second, true); diff --git a/devel/electron37/files/patch-electron_shell_browser_native__window.cc b/devel/electron37/files/patch-electron_shell_browser_native__window.cc index fca4b51359b0..c1ac025389df 100644 --- a/devel/electron37/files/patch-electron_shell_browser_native__window.cc +++ b/devel/electron37/files/patch-electron_shell_browser_native__window.cc @@ -1,11 +1,11 @@ ---- electron/shell/browser/native_window.cc.orig 2025-07-02 10:12:01 UTC +--- electron/shell/browser/native_window.cc.orig 2025-07-22 07:51:00 UTC +++ electron/shell/browser/native_window.cc -@@ -184,7 +184,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D +@@ -182,7 +182,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D } else { SetSizeConstraints(size_constraints); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool closable; - if (options.Get(options::kClosable, &closable)) { - SetClosable(closable); + if (bool val; options.Get(options::kClosable, &val)) + SetClosable(val); + #endif diff --git a/devel/electron37/files/patch-electron_shell_browser_native__window__views.cc b/devel/electron37/files/patch-electron_shell_browser_native__window__views.cc index dc3bb249236d..9cfa655838e9 100644 --- a/devel/electron37/files/patch-electron_shell_browser_native__window__views.cc +++ b/devel/electron37/files/patch-electron_shell_browser_native__window__views.cc @@ -1,4 +1,4 @@ ---- electron/shell/browser/native_window_views.cc.orig 2025-07-02 10:12:01 UTC +--- electron/shell/browser/native_window_views.cc.orig 2025-07-22 07:51:00 UTC +++ electron/shell/browser/native_window_views.cc @@ -51,7 +51,7 @@ #include "ui/wm/core/shadow_types.h" @@ -9,7 +9,7 @@ #include "base/strings/string_util.h" #include "shell/browser/browser.h" #include "shell/browser/linux/unity_service.h" -@@ -299,7 +299,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -282,7 +282,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: params.parent = parent->GetNativeWindow(); params.native_widget = new ElectronDesktopNativeWidgetAura(this); @@ -18,7 +18,7 @@ std::string name = Browser::Get()->GetName(); // Set WM_WINDOW_ROLE. params.wm_role_name = "browser-window"; -@@ -324,7 +324,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -307,7 +307,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: std::string window_type; options.Get(options::kType, &window_type); @@ -27,7 +27,7 @@ // Set _GTK_THEME_VARIANT to dark if we have "dark-theme" option set. if (options.ValueOrDefault(options::kDarkTheme, false)) SetGTKDarkThemeEnabled(true); -@@ -448,7 +448,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: +@@ -429,7 +429,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: if (window) window->AddPreTargetHandler(this); @@ -36,7 +36,7 @@ // On linux after the widget is initialized we might have to force set the // bounds if the bounds are smaller than the current display SetBounds(gfx::Rect(GetPosition(), bounds.size()), false); -@@ -469,7 +469,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us +@@ -450,7 +450,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us } void NativeWindowViews::SetGTKDarkThemeEnabled(bool use_dark_theme) { @@ -45,7 +45,7 @@ if (x11_util::IsX11()) { const std::string color = use_dark_theme ? "dark" : "light"; auto* connection = x11::Connection::Get(); -@@ -530,7 +530,7 @@ void NativeWindowViews::Show() { +@@ -511,7 +511,7 @@ void NativeWindowViews::Show() { NotifyWindowShow(); @@ -54,7 +54,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowMapped(); -@@ -546,7 +546,7 @@ void NativeWindowViews::ShowInactive() { +@@ -527,7 +527,7 @@ void NativeWindowViews::ShowInactive() { NotifyWindowShow(); @@ -63,7 +63,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowMapped(); -@@ -565,7 +565,7 @@ void NativeWindowViews::Hide() { +@@ -546,7 +546,7 @@ void NativeWindowViews::Hide() { NotifyWindowHide(); @@ -72,7 +72,7 @@ if (global_menu_bar_) global_menu_bar_->OnWindowUnmapped(); #endif -@@ -596,7 +596,7 @@ bool NativeWindowViews::IsEnabled() const { +@@ -577,7 +577,7 @@ bool NativeWindowViews::IsEnabled() const { bool NativeWindowViews::IsEnabled() const { #if BUILDFLAG(IS_WIN) return ::IsWindowEnabled(GetAcceleratedWidget()); @@ -81,7 +81,7 @@ if (x11_util::IsX11()) return !event_disabler_.get(); NOTIMPLEMENTED(); -@@ -846,7 +846,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou +@@ -827,7 +827,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou } #endif @@ -90,7 +90,7 @@ // On Linux and Windows the minimum and maximum size should be updated with // window size when window is not resizable. if (!resizable_) { -@@ -1103,7 +1103,7 @@ bool NativeWindowViews::IsClosable() const { +@@ -1084,7 +1084,7 @@ bool NativeWindowViews::IsClosable() const { return false; } return !(info.fState & MFS_DISABLED); @@ -99,7 +99,7 @@ return true; #endif } -@@ -1143,7 +1143,7 @@ void NativeWindowViews::Center() { +@@ -1124,7 +1124,7 @@ void NativeWindowViews::Center() { // for now to avoid breaking API contract, but should consider the long // term plan for this aligning with upstream. void NativeWindowViews::Center() { @@ -108,7 +108,7 @@ auto display = display::Screen::GetScreen()->GetDisplayNearestWindow(GetNativeWindow()); gfx::Rect window_bounds_in_screen = display.work_area(); -@@ -1368,7 +1368,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men +@@ -1349,7 +1349,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men } void NativeWindowViews::SetMenu(ElectronMenuModel* menu_model) { @@ -117,7 +117,7 @@ // Remove global menu bar. if (global_menu_bar_ && menu_model == nullptr) { global_menu_bar_.reset(); -@@ -1424,7 +1424,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* +@@ -1405,7 +1405,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow* void NativeWindowViews::SetParentWindow(NativeWindow* parent) { NativeWindow::SetParentWindow(parent); @@ -126,7 +126,7 @@ if (x11_util::IsX11()) { auto* connection = x11::Connection::Get(); connection->SetProperty( -@@ -1470,7 +1470,7 @@ void NativeWindowViews::SetProgressBar(double progress +@@ -1451,7 +1451,7 @@ void NativeWindowViews::SetProgressBar(double progress NativeWindow::ProgressState state) { #if BUILDFLAG(IS_WIN) taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state); @@ -135,7 +135,7 @@ if (unity::IsRunning()) { unity::SetProgressFraction(progress); } -@@ -1568,7 +1568,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM +@@ -1549,7 +1549,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM #if BUILDFLAG(IS_WIN) window_handle = reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget); @@ -144,7 +144,7 @@ window_handle = static_cast<uint32_t>(accelerated_widget); #endif aura::WindowTreeHost* const host = -@@ -1666,7 +1666,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC +@@ -1647,7 +1647,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC SendMessage(hwnd, WM_SETICON, ICON_BIG, reinterpret_cast<LPARAM>(app_icon_.get())); } @@ -153,7 +153,7 @@ void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) { auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget( GetAcceleratedWidget()); -@@ -1771,7 +1771,7 @@ bool NativeWindowViews::CanMinimize() const { +@@ -1752,7 +1752,7 @@ bool NativeWindowViews::CanMinimize() const { bool NativeWindowViews::CanMinimize() const { #if BUILDFLAG(IS_WIN) return minimizable_; @@ -162,7 +162,7 @@ return true; #endif } -@@ -1827,7 +1827,7 @@ void NativeWindowViews::HandleKeyboardEvent( +@@ -1808,7 +1808,7 @@ void NativeWindowViews::HandleKeyboardEvent( if (widget_destroyed_) return; @@ -171,7 +171,7 @@ if (event.windows_key_code == ui::VKEY_BROWSER_BACK) NotifyWindowExecuteAppCommand(kBrowserBackward); else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD) -@@ -1846,7 +1846,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e +@@ -1827,7 +1827,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e // Alt+Click should not toggle menu bar. root_view_.ResetAltState(); diff --git a/devel/electron37/files/patch-electron_spec_api-browser-window-spec.ts b/devel/electron37/files/patch-electron_spec_api-browser-window-spec.ts index 48b2a66afcda..a2aaae07511d 100644 --- a/devel/electron37/files/patch-electron_spec_api-browser-window-spec.ts +++ b/devel/electron37/files/patch-electron_spec_api-browser-window-spec.ts @@ -1,6 +1,6 @@ ---- electron/spec/api-browser-window-spec.ts.orig 2025-07-09 10:31:48 UTC +--- electron/spec/api-browser-window-spec.ts.orig 2025-07-22 07:51:00 UTC +++ electron/spec/api-browser-window-spec.ts -@@ -69,7 +69,7 @@ describe('BrowserWindow module', () => { +@@ -68,7 +68,7 @@ describe('BrowserWindow module', () => { }).not.to.throw(); }); @@ -9,7 +9,7 @@ const appPath = path.join(fixtures, 'apps', 'xwindow-icon'); const appProcess = childProcess.spawn(process.execPath, [appPath]); await once(appProcess, 'exit'); -@@ -296,7 +296,7 @@ describe('BrowserWindow module', () => { +@@ -295,7 +295,7 @@ describe('BrowserWindow module', () => { }); }); @@ -18,7 +18,7 @@ afterEach(closeAllWindows); it('can set content protection', async () => { const w = new BrowserWindow({ show: false }); -@@ -1167,7 +1167,7 @@ describe('BrowserWindow module', () => { +@@ -1166,7 +1166,7 @@ describe('BrowserWindow module', () => { describe('BrowserWindow.minimize()', () => { // TODO(codebytere): Enable for Linux once maximize/minimize events work in CI. @@ -27,7 +27,7 @@ const minimize = once(w, 'minimize'); w.minimize(); await minimize; -@@ -1184,7 +1184,7 @@ describe('BrowserWindow module', () => { +@@ -1183,7 +1183,7 @@ describe('BrowserWindow module', () => { }); // TODO(dsanders11): Enable for Linux once CI plays nice with these kinds of tests @@ -36,7 +36,7 @@ const maximize = once(w, 'maximize'); const shown = once(w, 'show'); w.maximize(); -@@ -1249,7 +1249,7 @@ describe('BrowserWindow module', () => { +@@ -1248,7 +1248,7 @@ describe('BrowserWindow module', () => { expect(w.isFocused()).to.equal(true); }); @@ -45,7 +45,7 @@ const w1 = new BrowserWindow({ show: false }); const w2 = new BrowserWindow({ show: false }); const w3 = new BrowserWindow({ show: false }); -@@ -1351,7 +1351,7 @@ describe('BrowserWindow module', () => { +@@ -1350,7 +1350,7 @@ describe('BrowserWindow module', () => { expect(w.isFocused()).to.equal(false); }); @@ -54,7 +54,7 @@ const w1 = new BrowserWindow({ show: false }); const w2 = new BrowserWindow({ show: false }); const w3 = new BrowserWindow({ show: false }); -@@ -1810,7 +1810,7 @@ describe('BrowserWindow module', () => { +@@ -1809,7 +1809,7 @@ describe('BrowserWindow module', () => { }); }); @@ -63,7 +63,7 @@ it('checks normal bounds when maximized', async () => { const bounds = w.getBounds(); const maximize = once(w, 'maximize'); -@@ -2020,7 +2020,7 @@ describe('BrowserWindow module', () => { +@@ -2019,7 +2019,7 @@ describe('BrowserWindow module', () => { }); }); @@ -72,7 +72,7 @@ it('checks normal bounds when minimized', async () => { const bounds = w.getBounds(); const minimize = once(w, 'minimize'); -@@ -2984,7 +2984,7 @@ describe('BrowserWindow module', () => { +@@ -2983,7 +2983,7 @@ describe('BrowserWindow module', () => { describe('BrowserWindow.setOpacity(opacity)', () => { afterEach(closeAllWindows); @@ -81,7 +81,7 @@ it('make window with initial opacity', () => { const w = new BrowserWindow({ show: false, opacity: 0.5 }); expect(w.getOpacity()).to.equal(0.5); -@@ -3010,7 +3010,7 @@ describe('BrowserWindow module', () => { +@@ -3009,7 +3009,7 @@ describe('BrowserWindow module', () => { }); }); @@ -90,7 +90,7 @@ it('sets 1 regardless of parameter', () => { const w = new BrowserWindow({ show: false }); w.setOpacity(0); -@@ -3221,7 +3221,7 @@ describe('BrowserWindow module', () => { +@@ -3220,7 +3220,7 @@ describe('BrowserWindow module', () => { expect(overlayRectPreMax.height).to.equal(size); // 'maximize' event is not emitted on Linux in CI. @@ -99,7 +99,7 @@ const maximize = once(w, 'maximize'); w.show(); w.maximize(); -@@ -3287,7 +3287,7 @@ describe('BrowserWindow module', () => { +@@ -3286,7 +3286,7 @@ describe('BrowserWindow module', () => { expect(preMaxHeight).to.equal(size); // 'maximize' event is not emitted on Linux in CI. @@ -108,7 +108,7 @@ const maximize = once(w, 'maximize'); w.show(); w.maximize(); -@@ -3952,7 +3952,7 @@ describe('BrowserWindow module', () => { +@@ -3951,7 +3951,7 @@ describe('BrowserWindow module', () => { expect(test.nodeTimers).to.equal(true); expect(test.nodeUrl).to.equal(true); @@ -117,7 +117,7 @@ expect(test.creationTime).to.be.null('creation time'); expect(test.systemMemoryInfo).to.be.null('system memory info'); } else { -@@ -4457,7 +4457,7 @@ describe('BrowserWindow module', () => { +@@ -4456,7 +4456,7 @@ describe('BrowserWindow module', () => { }); }); @@ -126,7 +126,7 @@ afterEach(closeAllWindows); it('emits an event when window is maximized', async () => { const w = new BrowserWindow({ show: false }); -@@ -4728,7 +4728,7 @@ describe('BrowserWindow module', () => { +@@ -4727,7 +4727,7 @@ describe('BrowserWindow module', () => { // TODO(zcbenz): // This test does not run on Linux CI. See: // https://github.com/electron/electron/issues/28699 @@ -135,7 +135,7 @@ const w = new BrowserWindow({}); const maximize = once(w, 'maximize'); w.maximize(); -@@ -4745,7 +4745,7 @@ describe('BrowserWindow module', () => { +@@ -4744,7 +4744,7 @@ describe('BrowserWindow module', () => { }); // TODO(dsanders11): Enable once maximize event works on Linux again on CI @@ -144,7 +144,7 @@ afterEach(closeAllWindows); it('should show the window if it is not currently shown', async () => { const w = new BrowserWindow({ show: false }); -@@ -4782,7 +4782,7 @@ describe('BrowserWindow module', () => { +@@ -4781,7 +4781,7 @@ describe('BrowserWindow module', () => { // TODO(dsanders11): Enable once minimize event works on Linux again. // See https://github.com/electron/electron/issues/28699 @@ -153,7 +153,7 @@ const w = new BrowserWindow(); const minimize = once(w, 'minimize'); w.minimize(); -@@ -5268,7 +5268,7 @@ describe('BrowserWindow module', () => { +@@ -5267,7 +5267,7 @@ describe('BrowserWindow module', () => { }); // On Linux there is no "resizable" property of a window. @@ -162,7 +162,7 @@ const w = new BrowserWindow({ show: false }); expect(w.resizable).to.be.true('resizable'); -@@ -5478,7 +5478,7 @@ describe('BrowserWindow module', () => { +@@ -5477,7 +5477,7 @@ describe('BrowserWindow module', () => { }); }); @@ -171,7 +171,7 @@ // Not implemented on Linux. afterEach(closeAllWindows); -@@ -6725,7 +6725,7 @@ describe('BrowserWindow module', () => { +@@ -6678,7 +6678,7 @@ describe('BrowserWindow module', () => { describe('"transparent" option', () => { afterEach(closeAllWindows); diff --git a/devel/electron37/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron37/files/patch-electron_spec_api-web-frame-main-spec.ts index 279337ccb3c6..b5e0170a4816 100644 --- a/devel/electron37/files/patch-electron_spec_api-web-frame-main-spec.ts +++ b/devel/electron37/files/patch-electron_spec_api-web-frame-main-spec.ts @@ -1,7 +1,7 @@ ---- electron/spec/api-web-frame-main-spec.ts.orig 2024-12-05 00:03:13 UTC +--- electron/spec/api-web-frame-main-spec.ts.orig 2025-07-22 07:51:00 UTC +++ electron/spec/api-web-frame-main-spec.ts -@@ -315,7 +315,7 @@ describe('webFrameMain module', () => { - }); +@@ -316,7 +316,7 @@ describe('webFrameMain module', () => { + afterEach(closeAllWindows); // TODO(jkleinsc) fix this flaky test on linux - ifit(process.platform !== 'linux')('throws upon accessing properties when disposed', async () => { diff --git a/devel/electron37/files/patch-ui_accessibility_ax__tree.cc b/devel/electron37/files/patch-ui_accessibility_ax__tree.cc index 86a10f0c749b..8e900bdbff86 100644 --- a/devel/electron37/files/patch-ui_accessibility_ax__tree.cc +++ b/devel/electron37/files/patch-ui_accessibility_ax__tree.cc @@ -1,4 +1,4 @@ ---- ui/accessibility/ax_tree.cc.orig 2025-06-30 07:04:30 UTC +--- ui/accessibility/ax_tree.cc.orig 2025-07-14 18:11:59 UTC +++ ui/accessibility/ax_tree.cc @@ -867,7 +867,7 @@ bool AXTree::ComputeNodeIsIgnoredChanged( return old_node_is_ignored != new_node_is_ignored; @@ -18,7 +18,7 @@ ClearExtraAnnouncementNodes(); #endif // BUILDFLAG(IS_LINUX) -@@ -2181,7 +2181,7 @@ void AXTree::NotifyNodeAttributesWillChange( +@@ -2187,7 +2187,7 @@ void AXTree::NotifyNodeAttributesWillChange( new_data); } @@ -27,7 +27,7 @@ void AXTree::ClearExtraAnnouncementNodes() { if (!extra_announcement_nodes_) { return; -@@ -2570,7 +2570,7 @@ bool AXTree::CreateNewChildVector( +@@ -2576,7 +2576,7 @@ bool AXTree::CreateNewChildVector( AXTreeUpdateState* update_state) { DCHECK(GetTreeUpdateInProgressState()); bool success = true; diff --git a/devel/electron37/files/patch-ui_gtk_gtk__compat.cc b/devel/electron37/files/patch-ui_gtk_gtk__compat.cc index a670361153b9..58d0bca48e6b 100644 --- a/devel/electron37/files/patch-ui_gtk_gtk__compat.cc +++ b/devel/electron37/files/patch-ui_gtk_gtk__compat.cc @@ -1,6 +1,6 @@ ---- ui/gtk/gtk_compat.cc.orig 2025-07-04 05:17:07 UTC +--- ui/gtk/gtk_compat.cc.orig 2025-07-24 02:17:12 UTC +++ ui/gtk/gtk_compat.cc -@@ -65,22 +65,38 @@ void* GetLibGio() { +@@ -64,22 +64,38 @@ void* GetLibGio() { } void* GetLibGio() { @@ -39,7 +39,7 @@ return libgtk4; } -@@ -165,7 +181,11 @@ void* GetLibGdkPixbuf() { +@@ -161,7 +177,11 @@ void* GetLibGdkPixbuf() { } // namespace void* GetLibGdkPixbuf() { diff --git a/devel/electron37/files/patch-ui_gtk_ime__compat__check.cc b/devel/electron37/files/patch-ui_gtk_ime__compat__check.cc deleted file mode 100644 index f5084072bfc6..000000000000 --- a/devel/electron37/files/patch-ui_gtk_ime__compat__check.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- ui/gtk/ime_compat_check.cc.orig 2025-06-30 07:04:30 UTC -+++ ui/gtk/ime_compat_check.cc -@@ -35,6 +35,10 @@ std::vector<base::FilePath> GetLibrarySearchPaths() { - - std::vector<base::FilePath> GetLibrarySearchPaths() { - std::vector<base::FilePath> search_path; -+#if BUILDFLAG(IS_BSD) -+ // We really only care about this search path. -+ search_path.emplace_back("/usr/local/lib"); -+#else - void* handle = dlopen("libc.so.6", RTLD_GLOBAL | RTLD_LAZY | RTLD_NOLOAD); - if (!handle) { - return search_path; -@@ -60,6 +64,7 @@ std::vector<base::FilePath> GetLibrarySearchPaths() { - // SAFETY: The range is bound by `serinfo.dls_cnt`. - search_path.emplace_back(UNSAFE_BUFFERS(sip->dls_serpath[j].dls_name)); - } -+#endif - - return search_path; - } diff --git a/devel/electron37/files/yarn.lock b/devel/electron37/files/yarn.lock index 4ff9dd5afc01..05eef81f0ca3 100644 --- a/devel/electron37/files/yarn.lock +++ b/devel/electron37/files/yarn.lock @@ -1063,15 +1063,6 @@ resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.18.5.tgz#eccda0b04fe024bed505881e2e532f9c119169bf" integrity sha512-wz7kjjRRj8/Lty4B+Kr0LN6Ypc/3SymeCCGSbaXp2leH0ZVg/PriNiOwNj4bD4uphI7A8NXS4b6Gl373sfO5mA== -"@types/webpack@^5.28.5": - version "5.28.5" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.5.tgz#0e9d9a15efa09bbda2cef41356ca4ac2031ea9a2" - integrity sha512-wR87cgvxj3p6D0Crt1r5avwqffqPXUkNlnQ1mjU93G7gCuFjufZR4I6j8cz5g1F1tTYpfOOFvly+cmIQwL9wvw== - dependencies: - "@types/node" "*" - tapable "^2.2.0" - webpack "^5" - "@types/yauzl@^2.9.1": version "2.10.0" resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz#b3248295276cf8c6f153ebe6a9aba0c988cb2599" @@ -1669,17 +1660,17 @@ boolean@^3.0.1: integrity sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw== brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + version "1.1.12" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + version "2.0.2" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== dependencies: balanced-match "^1.0.0" @@ -8125,7 +8116,7 @@ webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5, webpack@^5.95.0: +webpack@^5.95.0: version "5.95.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0" integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q== diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index dcad06635ef1..79675ee1611b 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -9,6 +9,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for gconf2 API library WWW= http://gtkmm.sourceforge.net/ +DEPRECATED= Gconf has been replaced with gsettings +EXPIRATION_DATE= 2025-08-24 + LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm USES= compiler:c++11-lang gmake gnome libtool pathfix \ diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index 326621df2ba3..2c74706e907f 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1752679148 -SHA256 (go/devel_gitaly/gitaly-v18.2.0/go.mod) = ec7c02d0d63b1125e6446a6c2ada6fc2efa12d332da58b7c9c9cd56103cc51ed -SIZE (go/devel_gitaly/gitaly-v18.2.0/go.mod) = 13011 -SHA256 (go/devel_gitaly/gitaly-v18.2.0/gitaly-v18.2.0.tar.bz2) = 8d1543f363464030eb72c83d6d32f6020e7c912de95fb3a33659995d20598d0f -SIZE (go/devel_gitaly/gitaly-v18.2.0/gitaly-v18.2.0.tar.bz2) = 4543392 -SHA256 (go/devel_gitaly/gitaly-v18.2.0/git-v2.50.0.tar.bz2) = 33e44c038ae6b3ff526e6927c2c6ff1658fd7f3c7334b079c019fa08f8ab20e4 -SIZE (go/devel_gitaly/gitaly-v18.2.0/git-v2.50.0.tar.bz2) = 9249878 +TIMESTAMP = 1753327146 +SHA256 (go/devel_gitaly/gitaly-v18.2.1/go.mod) = ec7c02d0d63b1125e6446a6c2ada6fc2efa12d332da58b7c9c9cd56103cc51ed +SIZE (go/devel_gitaly/gitaly-v18.2.1/go.mod) = 13011 +SHA256 (go/devel_gitaly/gitaly-v18.2.1/gitaly-v18.2.1.tar.bz2) = 3144eba5edd72e66e0f7b3fb8b3fb1d2d6dc6cb5bc45fadd284980401535840d +SIZE (go/devel_gitaly/gitaly-v18.2.1/gitaly-v18.2.1.tar.bz2) = 4543282 +SHA256 (go/devel_gitaly/gitaly-v18.2.1/git-v2.50.0.tar.bz2) = 33e44c038ae6b3ff526e6927c2c6ff1658fd7f3c7334b079c019fa08f8ab20e4 +SIZE (go/devel_gitaly/gitaly-v18.2.1/git-v2.50.0.tar.bz2) = 9249878 diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 674aba4c067d..5df371df1e2c 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,14 +1,10 @@ PORTNAME= gitg -PORTVERSION= 41 -PORTREVISION= 10 +DISTVERSION= 44 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ -PATCHFILES+= 1978973b1284.patch:-p1 # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/175 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= GTK-based git repository viewer WWW= https://wiki.gnome.org/Apps/Gitg @@ -28,11 +24,10 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libsecret-1.so:security/libsecret RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -CONFLICTS= gitg0 PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:build tar:xz vala:build + meson pkgconfig python:build tar:xz vala:build USE_GNOME= cairo gdkpixbuf gtk30 gtksourceview4 intltool introspection USE_LDCONFIG= yes diff --git a/devel/gitg/distinfo b/devel/gitg/distinfo index 040258d69c22..88ebe36df4bc 100644 --- a/devel/gitg/distinfo +++ b/devel/gitg/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1688431278 -SHA256 (gnome/gitg-41.tar.xz) = 7fb61b9fb10fbaa548d23d7065babd72ad63e621de55840c065ce6e3986c4629 -SIZE (gnome/gitg-41.tar.xz) = 10604696 -SHA256 (gnome/1978973b1284.patch) = f95bc608916e1b7e254d8267065c407b636128fa20b1981ee5cc0766fbfb9f66 -SIZE (gnome/1978973b1284.patch) = 1135 +TIMESTAMP = 1753315254 +SHA256 (gnome/gitg-44.tar.xz) = 342a31684dab9671cd341bd3e3ce665adcee0460c2a081ddc493cdbc03132530 +SIZE (gnome/gitg-44.tar.xz) = 10629268 diff --git a/devel/gitg/pkg-plist b/devel/gitg/pkg-plist index c7e8cec63e35..c6a0b61d6f1d 100644 --- a/devel/gitg/pkg-plist +++ b/devel/gitg/pkg-plist @@ -25,6 +25,7 @@ share/gir-1.0/GitgExt-1.0.gir share/glade/catalogs/gitg-glade.xml share/icons/hicolor/scalable/apps/org.gnome.gitg-symbolic.svg share/icons/hicolor/scalable/apps/org.gnome.gitg.svg +share/locale/ab/LC_MESSAGES/gitg.mo share/locale/as/LC_MESSAGES/gitg.mo share/locale/bg/LC_MESSAGES/gitg.mo share/locale/bs/LC_MESSAGES/gitg.mo @@ -43,10 +44,12 @@ share/locale/fr/LC_MESSAGES/gitg.mo share/locale/fur/LC_MESSAGES/gitg.mo share/locale/gl/LC_MESSAGES/gitg.mo share/locale/he/LC_MESSAGES/gitg.mo +share/locale/hr/LC_MESSAGES/gitg.mo share/locale/hu/LC_MESSAGES/gitg.mo share/locale/id/LC_MESSAGES/gitg.mo share/locale/it/LC_MESSAGES/gitg.mo share/locale/ja/LC_MESSAGES/gitg.mo +share/locale/ka/LC_MESSAGES/gitg.mo share/locale/kk/LC_MESSAGES/gitg.mo share/locale/ko/LC_MESSAGES/gitg.mo share/locale/lt/LC_MESSAGES/gitg.mo diff --git a/devel/ivykis/Makefile b/devel/ivykis/Makefile index b59277f22da8..30b04b9b9f5a 100644 --- a/devel/ivykis/Makefile +++ b/devel/ivykis/Makefile @@ -1,6 +1,7 @@ PORTNAME= ivykis DISTVERSIONPREFIX= v DISTVERSION= 0.43.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cy@FreeBSD.org @@ -21,7 +22,14 @@ GH_ACCOUNT= buytenh INSTALL_TARGET= install-strip +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1500050 +PLIST_SUB+= INOTIFY="" +.else +PLIST_SUB+= INOTIFY="@comment " post-patch: ${REINPLACE_CMD} -e '/iv_inotify/d' ${WRKSRC}/libivykis.posix.ver +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/ivykis/pkg-plist b/devel/ivykis/pkg-plist index 445a030b7671..8e2303c9cd92 100644 --- a/devel/ivykis/pkg-plist +++ b/devel/ivykis/pkg-plist @@ -1,8 +1,9 @@ include/iv.h include/iv_avl.h -include/iv_event.h include/iv_event_raw.h +include/iv_event.h include/iv_fd_pump.h +%%INOTIFY%%include/iv_inotify.h include/iv_list.h include/iv_popen.h include/iv_signal.h @@ -50,6 +51,7 @@ share/man/man3/iv_fd_unregister.3.gz share/man/man3/iv_init.3.gz share/man/man3/iv_inited.3.gz share/man/man3/iv_invalidate_now.3.gz +%%INOTIFY%%share/man/man3/iv_inotify.3.gz share/man/man3/iv_main.3.gz share/man/man3/iv_popen.3.gz share/man/man3/iv_popen_request_close.3.gz diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index 54b4954b69b5..e13e47fa6876 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.504.3 +PORTVERSION= 2.516.1 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts diff --git a/devel/jenkins-lts/distinfo b/devel/jenkins-lts/distinfo index 082f5c34b77b..5d1daed8331a 100644 --- a/devel/jenkins-lts/distinfo +++ b/devel/jenkins-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750878414 -SHA256 (jenkins/2.504.3/jenkins.war) = ea8883431b8b5ef6b68fe0e5817c93dc0a11def380054e7de3136486796efeb0 -SIZE (jenkins/2.504.3/jenkins.war) = 94323745 +TIMESTAMP = 1753481010 +SHA256 (jenkins/2.516.1/jenkins.war) = c308a27e81f4ce3aa6787e96caf771534f7f206fefbb83969d77b15fc7f2700a +SIZE (jenkins/2.516.1/jenkins.war) = 87485964 diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 180bbbc47792..99c6c8fd218b 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.518 +PORTVERSION= 2.520 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index f1ce40faf3f7..0a2485c4076b 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752007295 -SHA256 (jenkins/2.518/jenkins.war) = 89fdebca1adc07bd1c480b790e183de001c15337a487523cf02ace06096315fb -SIZE (jenkins/2.518/jenkins.war) = 94746537 +TIMESTAMP = 1753480967 +SHA256 (jenkins/2.520/jenkins.war) = 4d1213fd72825eba1ac49819a4942c8f4514b3caccd0a6219eb3578d3acf72a1 +SIZE (jenkins/2.520/jenkins.war) = 94762811 diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index f19cf25a5646..a7e3da4ff507 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= lib${GH_PROJECT} -PORTVERSION= 34.0.2 +PORTVERSION= 35.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/libwasmtime/Makefile.cargo b/devel/libwasmtime/Makefile.cargo index cb45fc8b9938..5b412c5b8aaa 100644 --- a/devel/libwasmtime/Makefile.cargo +++ b/devel/libwasmtime/Makefile.cargo @@ -65,6 +65,7 @@ CARGO_CRATES= addr2line-0.24.1 \ colorchoice-1.0.0 \ console-0.15.8 \ constant_time_eq-0.1.5 \ + core-foundation-0.9.4 \ core-foundation-sys-0.8.6 \ cpp_demangle-0.4.3 \ cpufeatures-0.2.7 \ @@ -108,6 +109,8 @@ CARGO_CRATES= addr2line-0.24.1 \ flate2-1.1.0 \ fnv-1.0.7 \ foldhash-0.1.3 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ form_urlencoded-1.2.1 \ fs-set-times-0.20.1 \ fslock-0.2.1 \ @@ -206,6 +209,8 @@ CARGO_CRATES= addr2line-0.24.1 \ miniz_oxide-0.8.5 \ mio-1.0.3 \ multi-stash-0.2.0 \ + mutatis-0.3.2 \ + native-tls-0.2.14 \ ndarray-0.15.6 \ nom-7.1.3 \ nu-ansi-term-0.46.0 \ @@ -221,9 +226,13 @@ CARGO_CRATES= addr2line-0.24.1 \ ocaml-sys-0.22.3 \ once_cell-1.19.0 \ oorandom-11.1.3 \ - openvino-0.8.0 \ - openvino-finder-0.8.0 \ - openvino-sys-0.8.0 \ + openssl-0.10.73 \ + openssl-macros-0.1.1 \ + openssl-probe-0.1.6 \ + openssl-sys-0.9.109 \ + openvino-0.9.0 \ + openvino-finder-0.9.0 \ + openvino-sys-0.9.0 \ ort-2.0.0-rc.2 \ ort-sys-2.0.0-rc.2 \ overload-0.1.1 \ @@ -240,7 +249,6 @@ CARGO_CRATES= addr2line-0.24.1 \ prettyplease-0.2.31 \ proc-macro2-1.0.92 \ proptest-1.0.0 \ - psm-0.1.18 \ quick-error-1.2.3 \ quick-error-2.0.1 \ quote-1.0.36 \ @@ -277,6 +285,9 @@ CARGO_CRATES= addr2line-0.24.1 \ ryu-1.0.9 \ safetensors-0.3.3 \ same-file-1.0.6 \ + schannel-0.1.27 \ + security-framework-2.11.1 \ + security-framework-sys-2.14.0 \ semver-1.0.17 \ serde-1.0.215 \ serde_derive-1.0.215 \ @@ -324,6 +335,7 @@ CARGO_CRATES= addr2line-0.24.1 \ tinytemplate-1.2.1 \ tokio-1.44.2 \ tokio-macros-2.5.0 \ + tokio-native-tls-0.3.1 \ tokio-rustls-0.25.0 \ tokio-util-0.7.4 \ toml-0.8.10 \ @@ -352,6 +364,7 @@ CARGO_CRATES= addr2line-0.24.1 \ uuid-1.0.0 \ v8-134.5.0 \ valuable-0.1.0 \ + vcpkg-0.2.15 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ walkdir-2.3.3 \ @@ -365,24 +378,21 @@ CARGO_CRATES= addr2line-0.24.1 \ wasm-bindgen-macro-0.2.97 \ wasm-bindgen-macro-support-0.2.97 \ wasm-bindgen-shared-0.2.97 \ - wasm-encoder-0.230.0 \ - wasm-encoder-0.233.0 \ - wasm-metadata-0.230.0 \ - wasm-metadata-0.233.0 \ - wasm-mutate-0.233.0 \ - wasm-smith-0.233.0 \ - wasm-wave-0.233.0 \ + wasm-encoder-0.235.0 \ + wasm-metadata-0.235.0 \ + wasm-mutate-0.235.0 \ + wasm-smith-0.235.0 \ + wasm-wave-0.235.0 \ wasmi-0.43.1 \ wasmi_collections-0.43.1 \ wasmi_core-0.43.1 \ wasmi_ir-0.43.1 \ wasmparser-0.227.1 \ - wasmparser-0.230.0 \ - wasmparser-0.233.0 \ - wasmprinter-0.233.0 \ + wasmparser-0.235.0 \ + wasmprinter-0.235.0 \ wast-35.0.2 \ - wast-233.0.0 \ - wat-1.233.0 \ + wast-235.0.0 \ + wat-1.235.0 \ web-sys-0.3.57 \ webpki-roots-0.26.1 \ which-6.0.3 \ @@ -408,17 +418,15 @@ CARGO_CRATES= addr2line-0.24.1 \ winnow-0.5.39 \ winsafe-0.0.19 \ winx-0.36.3 \ - wit-bindgen-0.42.1 \ - wit-bindgen-core-0.42.1 \ + wit-bindgen-0.43.0 \ + wit-bindgen-core-0.43.0 \ wit-bindgen-rt-0.33.0 \ wit-bindgen-rt-0.37.0 \ - wit-bindgen-rt-0.42.1 \ - wit-bindgen-rust-0.42.1 \ - wit-bindgen-rust-macro-0.42.1 \ - wit-component-0.230.0 \ - wit-component-0.233.0 \ - wit-parser-0.230.0 \ - wit-parser-0.233.0 \ + wit-bindgen-rt-0.43.0 \ + wit-bindgen-rust-0.43.0 \ + wit-bindgen-rust-macro-0.43.0 \ + wit-component-0.235.0 \ + wit-parser-0.235.0 \ witx-0.9.1 \ write16-1.0.0 \ writeable-0.5.5 \ diff --git a/devel/libwasmtime/distinfo b/devel/libwasmtime/distinfo index 7bf6c844d28d..c701678cf3ea 100644 --- a/devel/libwasmtime/distinfo +++ b/devel/libwasmtime/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752984613 +TIMESTAMP = 1753297087 SHA256 (rust/crates/addr2line-0.24.1.crate) = f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375 SIZE (rust/crates/addr2line-0.24.1.crate) = 41554 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -133,6 +133,8 @@ SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4df SIZE (rust/crates/console-0.15.8.crate) = 36364 SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 +SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f +SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 SHA256 (rust/crates/cpp_demangle-0.4.3.crate) = 7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119 @@ -219,6 +221,10 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.3.crate) = f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2 SIZE (rust/crates/foldhash-0.1.3.crate) = 13712 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/fs-set-times-0.20.1.crate) = 033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb @@ -415,6 +421,10 @@ SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6 SIZE (rust/crates/mio-1.0.3.crate) = 103703 SHA256 (rust/crates/multi-stash-0.2.0.crate) = 685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f SIZE (rust/crates/multi-stash-0.2.0.crate) = 10938 +SHA256 (rust/crates/mutatis-0.3.2.crate) = 31be5d2bfb418a4362eec78ca556ce9a15542a00d389860c3bf3adc132edb1d9 +SIZE (rust/crates/mutatis-0.3.2.crate) = 47307 +SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e +SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/ndarray-0.15.6.crate) = adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32 SIZE (rust/crates/ndarray-0.15.6.crate) = 275225 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a @@ -445,12 +455,20 @@ SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c243 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 -SHA256 (rust/crates/openvino-0.8.0.crate) = 8f03a664ab0b6917131f5c1a787795fa4d19ad6a334caf9c96284453abdf23fd -SIZE (rust/crates/openvino-0.8.0.crate) = 18594 -SHA256 (rust/crates/openvino-finder-0.8.0.crate) = 34d6bbb3e00d9ad3cd60bca1341665a9cfb2b6764df37c58d921627368ae32fc -SIZE (rust/crates/openvino-finder-0.8.0.crate) = 5806 -SHA256 (rust/crates/openvino-sys-0.8.0.crate) = 04315994236727c3573f7e8d8bf857e93ff373ee2e063f08aa78aceac58e3bc5 -SIZE (rust/crates/openvino-sys-0.8.0.crate) = 38015 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 +SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c +SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 +SHA256 (rust/crates/openvino-0.9.0.crate) = 3308ec088481c27b5b521598ced2d5d5f67253d9639f5a3cce5a2ea4c4062a94 +SIZE (rust/crates/openvino-0.9.0.crate) = 21085 +SHA256 (rust/crates/openvino-finder-0.9.0.crate) = bba5393f3522f98d9c4703a6a73afc7feff2bf9cc00a0722957b54c44ecda5fe +SIZE (rust/crates/openvino-finder-0.9.0.crate) = 7798 +SHA256 (rust/crates/openvino-sys-0.9.0.crate) = da7d035914ff5c8e12d7e05982929fb275e6f06eafcbe529f316001760b08786 +SIZE (rust/crates/openvino-sys-0.9.0.crate) = 40972 SHA256 (rust/crates/ort-2.0.0-rc.2.crate) = 0bc80894094c6a875bfac64415ed456fa661081a278a035e22be661305c87e14 SIZE (rust/crates/ort-2.0.0-rc.2.crate) = 73240 SHA256 (rust/crates/ort-sys-2.0.0-rc.2.crate) = b3d9c1373fc813d3f024d394f621f4c6dde0734c79b1c17113c3bb5bf0084bbe @@ -483,8 +501,6 @@ SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb50257 SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 SHA256 (rust/crates/proptest-1.0.0.crate) = 1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5 SIZE (rust/crates/proptest-1.0.0.crate) = 189237 -SHA256 (rust/crates/psm-0.1.18.crate) = 871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a -SIZE (rust/crates/psm-0.1.18.crate) = 21906 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 @@ -557,6 +573,12 @@ SHA256 (rust/crates/safetensors-0.3.3.crate) = d93279b86b3de76f820a8854dd06cbc33 SIZE (rust/crates/safetensors-0.3.3.crate) = 17803 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 +SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 +SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 +SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed SIZE (rust/crates/semver-1.0.17.crate) = 29685 SHA256 (rust/crates/serde-1.0.215.crate) = 6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f @@ -651,6 +673,8 @@ SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5 SIZE (rust/crates/tokio-1.44.2.crate) = 841618 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740 @@ -707,6 +731,8 @@ SHA256 (rust/crates/v8-134.5.0.crate) = 21c7a224a7eaf3f98c1bad772fbaee56394dce18 SIZE (rust/crates/v8-134.5.0.crate) = 33385736 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 @@ -733,20 +759,16 @@ SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.97.crate) = 98c9ae5a76e46f4de SIZE (rust/crates/wasm-bindgen-macro-support-0.2.97.crate) = 22824 SHA256 (rust/crates/wasm-bindgen-shared-0.2.97.crate) = 6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49 SIZE (rust/crates/wasm-bindgen-shared-0.2.97.crate) = 7771 -SHA256 (rust/crates/wasm-encoder-0.230.0.crate) = d4349d0943718e6e434b51b9639e876293093dca4b96384fb136ab5bd5ce6660 -SIZE (rust/crates/wasm-encoder-0.230.0.crate) = 82149 -SHA256 (rust/crates/wasm-encoder-0.233.0.crate) = 9679ae3cf7cfa2ca3a327f7fab97f27f3294d402fd1a76ca8ab514e17973e4d3 -SIZE (rust/crates/wasm-encoder-0.233.0.crate) = 82434 -SHA256 (rust/crates/wasm-metadata-0.230.0.crate) = 1a52e010df5494f4289ccc68ce0c2a8c17555225a5e55cc41b98f5ea28d0844b -SIZE (rust/crates/wasm-metadata-0.230.0.crate) = 20093 -SHA256 (rust/crates/wasm-metadata-0.233.0.crate) = a1ea902a6e69315e1e2371bd35ce4b45ef0d4cfcaf89d1a392ae3966ac055f25 -SIZE (rust/crates/wasm-metadata-0.233.0.crate) = 20097 -SHA256 (rust/crates/wasm-mutate-0.233.0.crate) = 3cdfd07fae6e4aaed2b1f411bb66ce6d8c19acd3b9e2bbce0b62ff9682107fcf -SIZE (rust/crates/wasm-mutate-0.233.0.crate) = 90754 -SHA256 (rust/crates/wasm-smith-0.233.0.crate) = 2820810ea8e870fd5ae956750b457e0997099c806e4747d0abc4d5e608c4e59f -SIZE (rust/crates/wasm-smith-0.233.0.crate) = 98584 -SHA256 (rust/crates/wasm-wave-0.233.0.crate) = d55ea4585cecac742179af2d61cd1941b0e7e96a6f60447ecfb48fd1c67686b1 -SIZE (rust/crates/wasm-wave-0.233.0.crate) = 43214 +SHA256 (rust/crates/wasm-encoder-0.235.0.crate) = b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a +SIZE (rust/crates/wasm-encoder-0.235.0.crate) = 82432 +SHA256 (rust/crates/wasm-metadata-0.235.0.crate) = b055604ba04189d54b8c0ab2c2fc98848f208e103882d5c0b984f045d5ea4d20 +SIZE (rust/crates/wasm-metadata-0.235.0.crate) = 21362 +SHA256 (rust/crates/wasm-mutate-0.235.0.crate) = a8917477e93c5c48b6d0dc9f94ea5d6fe9a0ccc3576cbb618f049011cc7e9261 +SIZE (rust/crates/wasm-mutate-0.235.0.crate) = 90734 +SHA256 (rust/crates/wasm-smith-0.235.0.crate) = c3be2ca016817c0732fdb615d41183ecd6fee1a0052c838b3cdffaa66e141883 +SIZE (rust/crates/wasm-smith-0.235.0.crate) = 98583 +SHA256 (rust/crates/wasm-wave-0.235.0.crate) = 034bc908dc5c1257ffc63b42c7ac7039092bd369e858c5e78e3242b662a8b7d1 +SIZE (rust/crates/wasm-wave-0.235.0.crate) = 43573 SHA256 (rust/crates/wasmi-0.43.1.crate) = 3cd93c135ccbe88cfd00992c9c49778d364417bdb5cfb360eac60fe2d4d34676 SIZE (rust/crates/wasmi-0.43.1.crate) = 322977 SHA256 (rust/crates/wasmi_collections-0.43.1.crate) = 55e817a9a96149aa3ddb84c44c6fe37ed608d53136d794d4d3cd8019de11fb42 @@ -757,18 +779,16 @@ SHA256 (rust/crates/wasmi_ir-0.43.1.crate) = 6e532ea88ccdbe2889ed3c00a8733971e11 SIZE (rust/crates/wasmi_ir-0.43.1.crate) = 34913 SHA256 (rust/crates/wasmparser-0.227.1.crate) = 0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2 SIZE (rust/crates/wasmparser-0.227.1.crate) = 247368 -SHA256 (rust/crates/wasmparser-0.230.0.crate) = 808198a69b5a0535583370a51d459baa14261dfab04800c4864ee9e1a14346ed -SIZE (rust/crates/wasmparser-0.230.0.crate) = 252171 -SHA256 (rust/crates/wasmparser-0.233.0.crate) = b51cb03afce7964bbfce46602d6cb358726f36430b6ba084ac6020d8ce5bc102 -SIZE (rust/crates/wasmparser-0.233.0.crate) = 256279 -SHA256 (rust/crates/wasmprinter-0.233.0.crate) = abf8e5b732895c99b21aa615f1b73352e51bbe2b2cb6c87eae7f990d07c1ac18 -SIZE (rust/crates/wasmprinter-0.233.0.crate) = 41928 +SHA256 (rust/crates/wasmparser-0.235.0.crate) = 161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917 +SIZE (rust/crates/wasmparser-0.235.0.crate) = 257032 +SHA256 (rust/crates/wasmprinter-0.235.0.crate) = 75aa8e9076de6b9544e6dab4badada518cca0bf4966d35b131bbd057aed8fa0a +SIZE (rust/crates/wasmprinter-0.235.0.crate) = 41937 SHA256 (rust/crates/wast-35.0.2.crate) = 2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68 SIZE (rust/crates/wast-35.0.2.crate) = 90940 -SHA256 (rust/crates/wast-233.0.0.crate) = 2eaf4099d8d0c922b83bf3c90663f5666f0769db9e525184284ebbbdb1dd2180 -SIZE (rust/crates/wast-233.0.0.crate) = 154628 -SHA256 (rust/crates/wat-1.233.0.crate) = 3d9bc80f5e4b25ea086ef41b91ccd244adde45d931c384d94a8ff64ab8bd7d87 -SIZE (rust/crates/wat-1.233.0.crate) = 8365 +SHA256 (rust/crates/wast-235.0.0.crate) = 1eda4293f626c99021bb3a6fbe4fbbe90c0e31a5ace89b5f620af8925de72e13 +SIZE (rust/crates/wast-235.0.0.crate) = 154632 +SHA256 (rust/crates/wat-1.235.0.crate) = e777e0327115793cb96ab220b98f85327ec3d11f34ec9e8d723264522ef206aa +SIZE (rust/crates/wat-1.235.0.crate) = 8368 SHA256 (rust/crates/web-sys-0.3.57.crate) = 7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283 SIZE (rust/crates/web-sys-0.3.57.crate) = 686563 SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009 @@ -819,28 +839,24 @@ SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 SHA256 (rust/crates/winx-0.36.3.crate) = f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346 SIZE (rust/crates/winx-0.36.3.crate) = 13696 -SHA256 (rust/crates/wit-bindgen-0.42.1.crate) = fa5b79cd8cb4b27a9be3619090c03cbb87fe7b1c6de254b4c9b4477188828af8 -SIZE (rust/crates/wit-bindgen-0.42.1.crate) = 27936 -SHA256 (rust/crates/wit-bindgen-core-0.42.1.crate) = e35e550f614e16db196e051d22b0d4c94dd6f52c90cb1016240f71b9db332631 -SIZE (rust/crates/wit-bindgen-core-0.42.1.crate) = 33078 +SHA256 (rust/crates/wit-bindgen-0.43.0.crate) = 9a18712ff1ec5bd09da500fe1e91dec11256b310da0ff33f8b4ec92b927cf0c6 +SIZE (rust/crates/wit-bindgen-0.43.0.crate) = 27884 +SHA256 (rust/crates/wit-bindgen-core-0.43.0.crate) = 2c53468e077362201de11999c85c07c36e12048a990a3e0d69da2bd61da355d0 +SIZE (rust/crates/wit-bindgen-core-0.43.0.crate) = 33797 SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 SHA256 (rust/crates/wit-bindgen-rt-0.37.0.crate) = fc801b991c56492f87ab3086e786468f75c285a4d73017ab0ebc2fa1aed5d82c SIZE (rust/crates/wit-bindgen-rt-0.37.0.crate) = 11845 -SHA256 (rust/crates/wit-bindgen-rt-0.42.1.crate) = 051105bab12bc78e161f8dfb3596e772dd6a01ebf9c4840988e00347e744966a -SIZE (rust/crates/wit-bindgen-rt-0.42.1.crate) = 41555 -SHA256 (rust/crates/wit-bindgen-rust-0.42.1.crate) = cb1e0a91fc85f4ef70e0b81cd86c2b49539d3cd14766fd82396184aadf8cb7d7 -SIZE (rust/crates/wit-bindgen-rust-0.42.1.crate) = 54700 -SHA256 (rust/crates/wit-bindgen-rust-macro-0.42.1.crate) = ce69f52c5737705881d5da5a1dd06f47f8098d094a8d65a3e44292942edb571f -SIZE (rust/crates/wit-bindgen-rust-macro-0.42.1.crate) = 14303 -SHA256 (rust/crates/wit-component-0.230.0.crate) = b607b15ead6d0e87f5d1613b4f18c04d4e80ceeada5ffa608d8360e6909881df -SIZE (rust/crates/wit-component-0.230.0.crate) = 231363 -SHA256 (rust/crates/wit-component-0.233.0.crate) = 584f35dd45ccaf0c454bebca0fa111bca4d43a4334fbac25e941f73c503e673a -SIZE (rust/crates/wit-component-0.233.0.crate) = 235156 -SHA256 (rust/crates/wit-parser-0.230.0.crate) = 679fde5556495f98079a8e6b9ef8c887f731addaffa3d48194075c1dd5cd611b -SIZE (rust/crates/wit-parser-0.230.0.crate) = 151164 -SHA256 (rust/crates/wit-parser-0.233.0.crate) = f22f1cd55247a2e616870b619766e9522df36b7abafbb29bbeb34b7a9da7e9f0 -SIZE (rust/crates/wit-parser-0.233.0.crate) = 153168 +SHA256 (rust/crates/wit-bindgen-rt-0.43.0.crate) = 9fd734226eac1fd7c450956964e3a9094c9cee65e9dafdf126feef8c0096db65 +SIZE (rust/crates/wit-bindgen-rt-0.43.0.crate) = 42904 +SHA256 (rust/crates/wit-bindgen-rust-0.43.0.crate) = 531ebfcec48e56473805285febdb450e270fa75b2dacb92816861d0473b4c15f +SIZE (rust/crates/wit-bindgen-rust-0.43.0.crate) = 55091 +SHA256 (rust/crates/wit-bindgen-rust-macro-0.43.0.crate) = 7852bf8a9d1ea80884d26b864ddebd7b0c7636697c6ca10f4c6c93945e023966 +SIZE (rust/crates/wit-bindgen-rust-macro-0.43.0.crate) = 14304 +SHA256 (rust/crates/wit-component-0.235.0.crate) = 64a57a11109cc553396f89f3a38a158a97d0b1adaec113bd73e0f64d30fb601f +SIZE (rust/crates/wit-component-0.235.0.crate) = 235092 +SHA256 (rust/crates/wit-parser-0.235.0.crate) = 0a1f95a87d03a33e259af286b857a95911eb46236a0f726cbaec1227b3dfc67a +SIZE (rust/crates/wit-parser-0.235.0.crate) = 153184 SHA256 (rust/crates/witx-0.9.1.crate) = e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b SIZE (rust/crates/witx-0.9.1.crate) = 45928 SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 @@ -875,8 +891,8 @@ SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180 SIZE (rust/crates/zstd-safe-7.0.0.crate) = 20463 SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656 SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 -SHA256 (bytecodealliance-wasmtime-v34.0.2_GH0.tar.gz) = ca44c0a6f245b090b0f7b6aa5f8ebbc25a17597bbc17844688414e4cf9f7fc52 -SIZE (bytecodealliance-wasmtime-v34.0.2_GH0.tar.gz) = 25287151 +SHA256 (bytecodealliance-wasmtime-v35.0.0_GH0.tar.gz) = 5401c32a8b3b23e9279637b9005a46e3e59ba005fc7962220424c13791bb6524 +SIZE (bytecodealliance-wasmtime-v35.0.0_GH0.tar.gz) = 25374230 SHA256 (WebAssembly-testsuite-970d36b_GH0.tar.gz) = ed7f1cec427d1897aa022c926cc9f12960deabfeb3c3788d50e8a54ecc6526e8 SIZE (WebAssembly-testsuite-970d36b_GH0.tar.gz) = 800570 SHA256 (WebAssembly-wasi-testsuite-2fec29e_GH0.tar.gz) = d082050c523cab626328de0aa5c86b47319347d62c6b1a9852a2c3870af6b998 diff --git a/devel/libwasmtime/pkg-plist b/devel/libwasmtime/pkg-plist index 855255e008dc..ac007f3c775f 100644 --- a/devel/libwasmtime/pkg-plist +++ b/devel/libwasmtime/pkg-plist @@ -54,6 +54,7 @@ include/wasmtime/types/val.hh include/wasmtime/val.h include/wasmtime/val.hh include/wasmtime/wasi.hh +include/wasmtime/wasip2.h include/wasmtime/wat.h include/wasmtime/wat.hh lib/libwasmtime.a diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index afb8aa7ee371..8287e2901a95 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.0.d${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm-cheri/files/wrapper-cheri.sh.in b/devel/llvm-cheri/files/wrapper-cheri.sh.in index 5e69eafb4638..dd817858326f 100644 --- a/devel/llvm-cheri/files/wrapper-cheri.sh.in +++ b/devel/llvm-cheri/files/wrapper-cheri.sh.in @@ -144,7 +144,8 @@ if [ $CHERIBSD_VERSION -gt 0 ]; then tls_flags= vararg_flags= codeptr_flags= - capreloc_flags= + capreloc_cflags= + capreloc_ldflags= if [ "$CHERIBSD_VERSION" -le 20220314 ]; then tls_flags="-femulated-tls" elif [ "$CHERIBSD_VERSION" -le 20220828 ]; then @@ -155,7 +156,8 @@ if [ $CHERIBSD_VERSION -gt 0 ]; then vararg_flags="-Xclang -morello-vararg=new -Xclang -morello-bounded-memargs" fi if [ "$CHERIBSD_VERSION" -ge 20250127 ]; then - capreloc_flags="-Wl,--local-caprelocs=elf" + capreloc_cflags="-Wl,--local-caprelocs=elf" + capreloc_ldflags="--local-caprelocs=elf" fi if [ "$CHERIBSD_VERSION" -gt 20250127 ]; then codeptr_flags=-cheri-codeptr-relocs @@ -164,8 +166,8 @@ if [ $CHERIBSD_VERSION -gt 0 ]; then # consume -Xclang arguments which can lead to unused # argument warnings so we supress them with # --start/end-no-unused-arguments. - arch_cflags="-march=morello -mabi=purecap --start-no-unused-arguments $tls_flags $vararg_flags $capreloc_flags $codeptr_flags --end-no-unused-arguments" - arch_ldflags="$capreloc_flags $codeptr_flags" + arch_cflags="-march=morello -mabi=purecap --start-no-unused-arguments $tls_flags $vararg_flags $capreloc_cflags $codeptr_flags --end-no-unused-arguments" + arch_ldflags="$capreloc_ldflags $codeptr_flags" arch_objdump_flags="--mattr=+morello" else vararg_flags= diff --git a/devel/mergify/Makefile b/devel/mergify/Makefile index 067efc2f5aef..a8cdc2d8e8d3 100644 --- a/devel/mergify/Makefile +++ b/devel/mergify/Makefile @@ -3,7 +3,7 @@ PORTVERSION= g20180512 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Merge changes from a branch one commit at a time WWW= https://github.com/brooksdavis/mergify diff --git a/devel/nss_wrapper/Makefile b/devel/nss_wrapper/Makefile index 94d6f7e6ec16..4b83ec793d25 100644 --- a/devel/nss_wrapper/Makefile +++ b/devel/nss_wrapper/Makefile @@ -1,6 +1,5 @@ PORTNAME= nss_wrapper -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.16 CATEGORIES= devel MASTER_SITES= SAMBA/cwrap @@ -10,9 +9,10 @@ WWW= https://cwrap.org/nss_wrapper.html \ https://git.samba.org/?p=nss_wrapper.git LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= cmocka>=1.1.1:sysutils/cmocka +TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \ + uid_wrapper>=0:devel/uid_wrapper USES= cmake:testing pathfix perl5 shebangfix USE_PERL5= run diff --git a/devel/nss_wrapper/distinfo b/devel/nss_wrapper/distinfo index 3d3cbc9bb462..a2fd475eb9b5 100644 --- a/devel/nss_wrapper/distinfo +++ b/devel/nss_wrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530578807 -SHA256 (nss_wrapper-1.1.3.tar.gz) = c9b84c14c5bc6948cdad4cbdeefaaf8b471a11ef876535002896779411573aa3 -SIZE (nss_wrapper-1.1.3.tar.gz) = 53543 +TIMESTAMP = 1753265690 +SHA256 (nss_wrapper-1.1.16.tar.gz) = dc79ab072779be4403b45b60cd044dd13780d4bb9675d27abf1932ada7c8a88d +SIZE (nss_wrapper-1.1.16.tar.gz) = 190469 diff --git a/devel/nss_wrapper/pkg-plist b/devel/nss_wrapper/pkg-plist index c13ab104be54..5ea5ee4ea181 100644 --- a/devel/nss_wrapper/pkg-plist +++ b/devel/nss_wrapper/pkg-plist @@ -3,6 +3,6 @@ lib/cmake/nss_wrapper/nss_wrapper-config-version.cmake lib/cmake/nss_wrapper/nss_wrapper-config.cmake lib/libnss_wrapper.so lib/libnss_wrapper.so.0 -lib/libnss_wrapper.so.0.2.3 +lib/libnss_wrapper.so.0.3.5 libdata/pkgconfig/nss_wrapper.pc share/man/man1/nss_wrapper.1.gz diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index d7fae542c336..33dce793759d 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -1,5 +1,5 @@ PORTNAME= opam -DISTVERSION= 2.3.0 +DISTVERSION= 2.4.1 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ocaml- @@ -13,8 +13,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= curl:ftp/curl \ - gmake:devel/gmake \ - gpatch:devel/patch + gmake:devel/gmake USES= gmake diff --git a/devel/ocaml-opam/distinfo b/devel/ocaml-opam/distinfo index f7e4667c310e..bbe83cdb1d0a 100644 --- a/devel/ocaml-opam/distinfo +++ b/devel/ocaml-opam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731589800 -SHA256 (opam-full-2.3.0.tar.gz) = 506ba76865dc315b67df9aa89e7abd5c1a897a7f0a92d7b2694974fdc532b346 -SIZE (opam-full-2.3.0.tar.gz) = 12860518 +TIMESTAMP = 1753269679 +SHA256 (opam-full-2.4.1.tar.gz) = c4d053029793c714e4e7340b1157428c0f90783585fb17f35158247a640467d9 +SIZE (opam-full-2.4.1.tar.gz) = 14294433 diff --git a/devel/ocaml-opam/pkg-plist b/devel/ocaml-opam/pkg-plist index 8e9a60673323..96415d560e35 100644 --- a/devel/ocaml-opam/pkg-plist +++ b/devel/ocaml-opam/pkg-plist @@ -4,12 +4,14 @@ share/man/man1/opam-admin-add-constraint.1.gz share/man/man1/opam-admin-add-hashes.1.gz share/man/man1/opam-admin-cache.1.gz share/man/man1/opam-admin-check.1.gz +share/man/man1/opam-admin-compare-versions.1.gz share/man/man1/opam-admin-filter.1.gz share/man/man1/opam-admin-help.1.gz share/man/man1/opam-admin-index.1.gz share/man/man1/opam-admin-lint.1.gz share/man/man1/opam-admin-list.1.gz share/man/man1/opam-admin-make.1.gz +share/man/man1/opam-admin-migrate-extrafiles.1.gz share/man/man1/opam-admin-update-extrafiles.1.gz share/man/man1/opam-admin-upgrade.1.gz share/man/man1/opam-admin.1.gz diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile index e5dd0692b329..5b612a786390 100644 --- a/devel/p5-App-perlbrew/Makefile +++ b/devel/p5-App-perlbrew/Makefile @@ -1,5 +1,5 @@ PORTNAME= App-perlbrew -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD diff --git a/devel/p5-App-perlbrew/distinfo b/devel/p5-App-perlbrew/distinfo index aabae8f57abe..336b1ae0e85d 100644 --- a/devel/p5-App-perlbrew/distinfo +++ b/devel/p5-App-perlbrew/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732239504 -SHA256 (App-perlbrew-1.01.tar.gz) = 7f775fd7922d0ca29650965815f2f362241372a8decc5f6e1b90f757aaffd41c -SIZE (App-perlbrew-1.01.tar.gz) = 89218 +TIMESTAMP = 1753265718 +SHA256 (App-perlbrew-1.02.tar.gz) = 24064b227481737b65d95e2dab5b677b90c720f8e9a19d28b2152728617c24ed +SIZE (App-perlbrew-1.02.tar.gz) = 90379 diff --git a/devel/p5-App-perlbrew/pkg-plist b/devel/p5-App-perlbrew/pkg-plist index 8a4100ae2132..b7f15b691f59 100644 --- a/devel/p5-App-perlbrew/pkg-plist +++ b/devel/p5-App-perlbrew/pkg-plist @@ -1,5 +1,6 @@ bin/perlbrew %%SITE_PERL%%/App/Perlbrew/HTTP.pm +%%SITE_PERL%%/App/Perlbrew/Patchperl.pm %%SITE_PERL%%/App/Perlbrew/Path.pm %%SITE_PERL%%/App/Perlbrew/Path/Installation.pm %%SITE_PERL%%/App/Perlbrew/Path/Installations.pm diff --git a/devel/p5-CPAN-Perl-Releases/Makefile b/devel/p5-CPAN-Perl-Releases/Makefile index ed29988485a3..81f2a96eb1a7 100644 --- a/devel/p5-CPAN-Perl-Releases/Makefile +++ b/devel/p5-CPAN-Perl-Releases/Makefile @@ -1,5 +1,5 @@ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 5.20250703 +PORTVERSION= 5.20250720 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-CPAN-Perl-Releases/distinfo b/devel/p5-CPAN-Perl-Releases/distinfo index ce63068749c2..9a06f92dc2eb 100644 --- a/devel/p5-CPAN-Perl-Releases/distinfo +++ b/devel/p5-CPAN-Perl-Releases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266032 -SHA256 (CPAN-Perl-Releases-5.20250703.tar.gz) = 9fa782e36da3d7a13493cf4e1ac5b32764a1e62df81c74b9cd3f8524c4ccf9f8 -SIZE (CPAN-Perl-Releases-5.20250703.tar.gz) = 22807 +TIMESTAMP = 1753265720 +SHA256 (CPAN-Perl-Releases-5.20250720.tar.gz) = f9519efa7c8c49fdc9df578b90fce8805ec035a205d54b017301084c8aca1402 +SIZE (CPAN-Perl-Releases-5.20250720.tar.gz) = 23428 diff --git a/devel/p5-Future-IO/Makefile b/devel/p5-Future-IO/Makefile index bcf6b57b78a1..0d173ae9ef60 100644 --- a/devel/p5-Future-IO/Makefile +++ b/devel/p5-Future-IO/Makefile @@ -1,5 +1,5 @@ PORTNAME= Future-IO -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Future>=0:devel/p5-Future \ p5-Struct-Dumb>=0:devel/p5-Struct-Dumb TEST_DEPENDS= p5-Test-ExpectAndCheck>=0.06:devel/p5-Test-ExpectAndCheck \ - p5-Test-Future-IO-Impl>=0:devel/p5-Test-Future-IO-Impl \ + p5-Test-Future-IO-Impl>=0.15:devel/p5-Test-Future-IO-Impl \ p5-Test-Simple>=1.302200:devel/p5-Test-Simple USES= perl5 diff --git a/devel/p5-Future-IO/distinfo b/devel/p5-Future-IO/distinfo index 7fce4f7b3f8b..e161226ce5fd 100644 --- a/devel/p5-Future-IO/distinfo +++ b/devel/p5-Future-IO/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726740925 -SHA256 (Future-IO-0.16.tar.gz) = d69710570caec151b1fc5e71581ed1ec793d427946094af4229da5e61a3cb602 -SIZE (Future-IO-0.16.tar.gz) = 25652 +TIMESTAMP = 1753265722 +SHA256 (Future-IO-0.17.tar.gz) = d62a5b5b185efb2a23dad73647bbcf854a0d461d4e507a665102dedc0864a150 +SIZE (Future-IO-0.17.tar.gz) = 27223 diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile index c3704f6b999f..18807c2a893b 100644 --- a/devel/p5-Module-CoreList/Makefile +++ b/devel/p5-Module-CoreList/Makefile @@ -1,5 +1,5 @@ PORTNAME= Module-CoreList -PORTVERSION= 5.20250702 +PORTVERSION= 5.20250720 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Module-CoreList/distinfo b/devel/p5-Module-CoreList/distinfo index de55360bc71b..1ff296b081f1 100644 --- a/devel/p5-Module-CoreList/distinfo +++ b/devel/p5-Module-CoreList/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266034 -SHA256 (Module-CoreList-5.20250702.tar.gz) = fa1254fe8f03e69222dbf46b138eb58f2f37d892150ccc3fb4f8e9db9675abbe -SIZE (Module-CoreList-5.20250702.tar.gz) = 143353 +TIMESTAMP = 1753265724 +SHA256 (Module-CoreList-5.20250720.tar.gz) = f1f560ec18b071d80c12d3a1bec5d6e6066c812550376104c108463a3a3841e9 +SIZE (Module-CoreList-5.20250720.tar.gz) = 144541 diff --git a/devel/p5-Path-Tiny/Makefile b/devel/p5-Path-Tiny/Makefile index 3159a1e9947e..257b290bdabe 100644 --- a/devel/p5-Path-Tiny/Makefile +++ b/devel/p5-Path-Tiny/Makefile @@ -1,5 +1,5 @@ PORTNAME= Path-Tiny -PORTVERSION= 0.148 +PORTVERSION= 0.150 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN diff --git a/devel/p5-Path-Tiny/distinfo b/devel/p5-Path-Tiny/distinfo index 0e1a7791e446..ac6cfd245516 100644 --- a/devel/p5-Path-Tiny/distinfo +++ b/devel/p5-Path-Tiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405456 -SHA256 (Path-Tiny-0.148.tar.gz) = 818aed754b74f399e42c238bea738e20a52af89a6e3feb58bec9d0130eea4746 -SIZE (Path-Tiny-0.148.tar.gz) = 109809 +TIMESTAMP = 1753265726 +SHA256 (Path-Tiny-0.150.tar.gz) = ff20713d1a14d257af9c78209001f40dc177e4b9d1496115cbd8726d577946c7 +SIZE (Path-Tiny-0.150.tar.gz) = 105901 diff --git a/devel/p5-Test-Future-IO-Impl/Makefile b/devel/p5-Test-Future-IO-Impl/Makefile index d484b3e3f1b4..1143d6c8451e 100644 --- a/devel/p5-Test-Future-IO-Impl/Makefile +++ b/devel/p5-Test-Future-IO-Impl/Makefile @@ -1,6 +1,5 @@ PORTNAME= Test-Future-IO-Impl -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,7 @@ WWW= https://metacpan.org/dist/Test-Future-IO-Impl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple diff --git a/devel/p5-Test-Future-IO-Impl/distinfo b/devel/p5-Test-Future-IO-Impl/distinfo index a81cee984279..c81cdb1180f1 100644 --- a/devel/p5-Test-Future-IO-Impl/distinfo +++ b/devel/p5-Test-Future-IO-Impl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682616624 -SHA256 (Test-Future-IO-Impl-0.14.tar.gz) = 007db619d3d49634325c56efbca0e1e5576dd33f79455f2dea595be6edf8e235 -SIZE (Test-Future-IO-Impl-0.14.tar.gz) = 12467 +TIMESTAMP = 1753265728 +SHA256 (Test-Future-IO-Impl-0.15.tar.gz) = 466bfe5833256e6ff8c93e73a82c2b47fc11654651d5713ea78a0013d28dc442 +SIZE (Test-Future-IO-Impl-0.15.tar.gz) = 14658 diff --git a/devel/p5-experimental/Makefile b/devel/p5-experimental/Makefile index 2358a5e3c167..b6ac72e70edc 100644 --- a/devel/p5-experimental/Makefile +++ b/devel/p5-experimental/Makefile @@ -1,5 +1,5 @@ PORTNAME= experimental -PORTVERSION= 0.035 +PORTVERSION= 0.036 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEONT @@ -11,7 +11,7 @@ WWW= https://metacpan.org/release/experimental LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure diff --git a/devel/p5-experimental/distinfo b/devel/p5-experimental/distinfo index 9df993ee1a00..ba2a57c0c270 100644 --- a/devel/p5-experimental/distinfo +++ b/devel/p5-experimental/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546460 -SHA256 (experimental-0.035.tar.gz) = d5fae33e28a445dd60fe254ef808f4fcf4affb1192e7d5e99eb253d3bb70d878 -SIZE (experimental-0.035.tar.gz) = 16107 +TIMESTAMP = 1753265730 +SHA256 (experimental-0.036.tar.gz) = 42612937c20f0c758547d0519bf535d7f378aa2a01fb20453b2a015a14d6720c +SIZE (experimental-0.036.tar.gz) = 16702 diff --git a/devel/pam_wrapper/Makefile b/devel/pam_wrapper/Makefile index 7f3876739ba4..c87a934d4ba5 100644 --- a/devel/pam_wrapper/Makefile +++ b/devel/pam_wrapper/Makefile @@ -1,6 +1,5 @@ PORTNAME= pam_wrapper -PORTVERSION= 1.0.6 -PORTREVISION= 3 +PORTVERSION= 1.1.8 CATEGORIES= devel MASTER_SITES= SAMBA/cwrap @@ -10,13 +9,14 @@ WWW= https://cwrap.org/nss_wrapper.html \ https://git.samba.org/?p=pam_wrapper.git LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= cmocka>=1.1.1:sysutils/cmocka +TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka USES= cmake:testing pathfix python -CMAKE_OFF= UNIT_TESTING +CMAKE_OFF= PICKY_DEVELOPER \ + UNIT_TESTING CMAKE_TESTING_ON= UNIT_TESTING USE_LDCONFIG= yes diff --git a/devel/pam_wrapper/distinfo b/devel/pam_wrapper/distinfo index f3ae97e07c09..a392c910e6b4 100644 --- a/devel/pam_wrapper/distinfo +++ b/devel/pam_wrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530578245 -SHA256 (pam_wrapper-1.0.6.tar.gz) = 00a0ea065aa20c50eb54103fc8a62504114b07ebfd2bf0c86bb8be10f612581b -SIZE (pam_wrapper-1.0.6.tar.gz) = 86221 +TIMESTAMP = 1753265692 +SHA256 (pam_wrapper-1.1.8.tar.gz) = 6549c0b3e41d1ebe0c94a1be63c25eec918191462b602ab6f47d4a5fa709c3e4 +SIZE (pam_wrapper-1.1.8.tar.gz) = 93569 diff --git a/devel/pam_wrapper/pkg-plist b/devel/pam_wrapper/pkg-plist index 5c58409319ba..e0080f15ddcb 100644 --- a/devel/pam_wrapper/pkg-plist +++ b/devel/pam_wrapper/pkg-plist @@ -1,14 +1,16 @@ include/libpamtest.h -lib/cmake/libpamtest/libpamtest-config-version.cmake -lib/cmake/libpamtest/libpamtest-config.cmake lib/cmake/pam_wrapper/pam_wrapper-config-version.cmake lib/cmake/pam_wrapper/pam_wrapper-config.cmake +lib/cmake/pamtest/pamtest-config-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/pamtest/pamtest-config-version.cmake +lib/cmake/pamtest/pamtest-config.cmake lib/libpam_wrapper.so lib/libpam_wrapper.so.0 -lib/libpam_wrapper.so.0.0.3 +lib/libpam_wrapper.so.0.0.11 lib/libpamtest.so lib/libpamtest.so.0 -lib/libpamtest.so.0.0.3 +lib/libpamtest.so.0.0.11 +lib/pam_wrapper/pam_chatty.so lib/pam_wrapper/pam_get_items.so lib/pam_wrapper/pam_matrix.so lib/pam_wrapper/pam_set_items.so @@ -16,6 +18,7 @@ lib/pam_wrapper/pam_set_items.so libdata/pkgconfig/libpamtest.pc libdata/pkgconfig/pam_wrapper.pc share/man/man1/pam_wrapper.1.gz +share/man/man8/pam_chatty.8.gz share/man/man8/pam_get_items.8.gz share/man/man8/pam_matrix.8.gz share/man/man8/pam_set_items.8.gz diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index b8f5f8d7c8e5..6302b00e06b6 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-grpc/distinfo b/devel/pecl-grpc/distinfo index ee04b0ebdf9d..301a834ea849 100644 --- a/devel/pecl-grpc/distinfo +++ b/devel/pecl-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749685957 -SHA256 (PECL/grpc-1.73.0.tgz) = 63959dc527c60cdb056842c5e5ebb45b507452bb121653604ed94c1c23972c7d -SIZE (PECL/grpc-1.73.0.tgz) = 6665044 +TIMESTAMP = 1753421950 +SHA256 (PECL/grpc-1.74.0.tgz) = 972ce8a989f2c15a951444950c1febe84eb88e59aeaca29d96e005fe55df1fc3 +SIZE (PECL/grpc-1.74.0.tgz) = 6725867 diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile index 024c7cf80852..e10f02ae8c90 100644 --- a/devel/pecl-vld/Makefile +++ b/devel/pecl-vld/Makefile @@ -1,5 +1,5 @@ PORTNAME= vld -PORTVERSION= 0.19.0 +PORTVERSION= 0.19.1 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/pecl-vld/distinfo b/devel/pecl-vld/distinfo index d44215e540c7..e17e4c7977e5 100644 --- a/devel/pecl-vld/distinfo +++ b/devel/pecl-vld/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622357 -SHA256 (PECL/vld-0.19.0.tgz) = c6f1da071980e5fddcefaec3c675236651c5085010bf4f51af69ee7d1f2f4d68 -SIZE (PECL/vld-0.19.0.tgz) = 22674 +TIMESTAMP = 1753265736 +SHA256 (PECL/vld-0.19.1.tgz) = a8b95b3103d87425453750ed1d20b9507f33bcb62b8f0ca63c962dc330532bdd +SIZE (PECL/vld-0.19.1.tgz) = 22913 diff --git a/devel/protoc-gen-go-grpc/Makefile b/devel/protoc-gen-go-grpc/Makefile index 888b41f99d8d..32b331a42b35 100644 --- a/devel/protoc-gen-go-grpc/Makefile +++ b/devel/protoc-gen-go-grpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= protoc-gen-go-grpc DISTVERSIONPREFIX= v -DISTVERSION= 1.74.1 +DISTVERSION= 1.74.2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/protoc-gen-go-grpc/distinfo b/devel/protoc-gen-go-grpc/distinfo index c3f90ce83583..24b9342a762d 100644 --- a/devel/protoc-gen-go-grpc/distinfo +++ b/devel/protoc-gen-go-grpc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752969978 -SHA256 (grpc-grpc-go-v1.74.1_GH0.tar.gz) = a2c5e5a7030ec36061638bf4abb8b1955e17882bfb721ffcd4422d57ad34d838 -SIZE (grpc-grpc-go-v1.74.1_GH0.tar.gz) = 2440132 +TIMESTAMP = 1753284830 +SHA256 (grpc-grpc-go-v1.74.2_GH0.tar.gz) = da6fa507c6225914d520e1b7fe1cca28ee8a499d088d36c2c63e9f8313bb9f82 +SIZE (grpc-grpc-go-v1.74.2_GH0.tar.gz) = 2440089 SHA256 (golang-net-v0.35.0_GH0.tar.gz) = 6a09895ea551a07f69fb17d8be418cdb96cc3b6338888deb1d7b0b22ed00021e SIZE (golang-net-v0.35.0_GH0.tar.gz) = 1500897 SHA256 (golang-sys-v0.30.0_GH0.tar.gz) = 3e54dfe262f4f09341622679101c0f10935028cc945f78a97f898b2416edb1f0 diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile index d03ed0de2240..c027a777b74b 100644 --- a/devel/py-aiobotocore/Makefile +++ b/devel/py-aiobotocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiobotocore -PORTVERSION= 2.23.0 +PORTVERSION= 2.23.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aioitertools>=0.5.1<1.0.0:devel/py-aioitertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}botocore>=1.38.23:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}botocore>=1.38.40:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multidict>=6.0.0<7.0.0:www/py-multidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.1<3.0.0:devel/py-python-dateutil@${PY_FLAVOR} \ @@ -33,6 +33,6 @@ AWSCLI_DESC= Use awscli BOTO3_DESC= Use boto3 AWSCLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscli>=1.29.81:devel/py-awscli@${PY_FLAVOR} -BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.38.23:www/py-boto3@${PY_FLAVOR} +BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.38.40:www/py-boto3@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-aiobotocore/distinfo b/devel/py-aiobotocore/distinfo index 6aba15ac5b42..864ea09e897a 100644 --- a/devel/py-aiobotocore/distinfo +++ b/devel/py-aiobotocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188056 -SHA256 (aiobotocore-2.23.0.tar.gz) = 0333931365a6c7053aee292fe6ef50c74690c4ae06bb019afdf706cb6f2f5e32 -SIZE (aiobotocore-2.23.0.tar.gz) = 115825 +TIMESTAMP = 1753265744 +SHA256 (aiobotocore-2.23.1.tar.gz) = a59f2a78629b97d52f10936b79c73de64e481a8c44a62c1871f088df6c1afc4f +SIZE (aiobotocore-2.23.1.tar.gz) = 115869 diff --git a/devel/py-aiobotocore/files/patch-pyproject.toml b/devel/py-aiobotocore/files/patch-pyproject.toml index e2c8a929fa3e..ce7c37d6d71d 100644 --- a/devel/py-aiobotocore/files/patch-pyproject.toml +++ b/devel/py-aiobotocore/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-06-12 23:37:59 UTC +--- pyproject.toml.orig 2025-07-17 21:33:41 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -11,8 +11,8 @@ dependencies = [ "aiohttp >= 3.9.2, < 4.0.0", "aioitertools >= 0.5.1, < 1.0.0", -- "botocore >= 1.38.23, < 1.38.28", # NOTE: When updating, always keep `project.optional-dependencies` aligned -+ "botocore >= 1.38.23", # NOTE: When updating, always keep `project.optional-dependencies` aligned +- "botocore >= 1.38.40, < 1.38.47", # NOTE: When updating, always keep `project.optional-dependencies` aligned ++ "botocore >= 1.38.40", # NOTE: When updating, always keep `project.optional-dependencies` aligned "python-dateutil >= 2.1, < 3.0.0", "jmespath >= 0.7.1, < 2.0.0", "multidict >= 6.0.0, < 7.0.0", @@ -20,12 +20,12 @@ [project.optional-dependencies] awscli = [ -- "awscli >= 1.40.22, < 1.40.27", +- "awscli >= 1.40.39, < 1.40.46", + "awscli >= 1.29.81", ] boto3 = [ -- "boto3 >= 1.38.23, < 1.38.28", -+ "boto3 >= 1.38.23", +- "boto3 >= 1.38.40, < 1.38.47", ++ "boto3 >= 1.38.40", ] httpx = [ "httpx >= 0.25.1, < 0.29" diff --git a/devel/py-anndata/Makefile b/devel/py-anndata/Makefile index 0d9baee1c68c..1a4a417d87b1 100644 --- a/devel/py-anndata/Makefile +++ b/devel/py-anndata/Makefile @@ -1,5 +1,5 @@ PORTNAME= anndata -PORTVERSION= 0.11.4 +PORTVERSION= 0.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,16 +14,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}array-api-compat>=1.4:devel/py-array-api-compat@${PY_FLAVOR} \ - ${PY_EXCEPTIONGROUP} \ - ${PYTHON_PKGNAMEPREFIX}h5py>=3.7:science/py-h5py@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}array-api-compat>=1.7.1:devel/py-array-api-compat@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h5py>=3.8:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}legacy-api-wrap>=0:devel/py-legacy-api-wrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}natsort>=0:devel/py-natsort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.23,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=24.2:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.4,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.8:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=2.1.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.11:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zarr>=2.18.4:devel/py-zarr@${PY_FLAVOR} -USES= python:3.10+ +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-anndata/distinfo b/devel/py-anndata/distinfo index 67c8d599e12e..8673b6bc7c78 100644 --- a/devel/py-anndata/distinfo +++ b/devel/py-anndata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288854 -SHA256 (anndata-0.11.4.tar.gz) = 4ce08d09d2ccb5f37d32790363bbcc7fc1b79863842296ae4badfaf48c736e24 -SIZE (anndata-0.11.4.tar.gz) = 541143 +TIMESTAMP = 1753265746 +SHA256 (anndata-0.12.0.tar.gz) = 3c183286f84c4033a0fa359cb70b6b8956bee0ad55ae64001adb80830d2c5259 +SIZE (anndata-0.12.0.tar.gz) = 581129 diff --git a/devel/py-anndata/files/patch-pyproject.toml b/devel/py-anndata/files/patch-pyproject.toml new file mode 100644 index 000000000000..61ec806f6d72 --- /dev/null +++ b/devel/py-anndata/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -39,13 +39,13 @@ dependencies = [ + "pandas >=2.1.0, !=2.1.2", + "numpy>=1.26", + # https://github.com/scverse/anndata/issues/1434 +- "scipy >=1.12", ++ "scipy >=1.11", + "h5py>=3.8", + "natsort", + "packaging>=24.2", + "array_api_compat>=1.7.1", + "legacy-api-wrap", +- "zarr >=2.18.7, !=3.0.*", ++ "zarr >=2.18.4, !=3.0.*", + ] + dynamic = [ "version" ] + diff --git a/devel/py-array-api-compat/Makefile b/devel/py-array-api-compat/Makefile index 6d82048dce3f..fcaaeab889f9 100644 --- a/devel/py-array-api-compat/Makefile +++ b/devel/py-array-api-compat/Makefile @@ -1,5 +1,5 @@ PORTNAME= array-api-compat -PORTVERSION= 1.9 +PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/data-apis/array-api-compat/releases/download/${PORTVERSION}/ @@ -15,6 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=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} USES= python @@ -26,8 +27,8 @@ OPTIONS_DEFINE= DASK NUMPY SPARSE DASK_DESC= Dask array support SPARSE_DESC= Sparse array support -DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=0:devel/py-dask@${PY_FLAVOR} -NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} +DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=2024.9.0:devel/py-dask@${PY_FLAVOR} +NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22,1:math/py-numpy@${PY_FLAVOR} SPARSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sparse>=0.15.1:devel/py-sparse@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-array-api-compat/distinfo b/devel/py-array-api-compat/distinfo index 94297dace622..bbb24d7f7079 100644 --- a/devel/py-array-api-compat/distinfo +++ b/devel/py-array-api-compat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632320 -SHA256 (array_api_compat-1.9.tar.gz) = 8fb35f2895822b1cc6618449efd84aa76dcea1ab96940304f869663fd6a0dcd8 -SIZE (array_api_compat-1.9.tar.gz) = 42870 +TIMESTAMP = 1753265748 +SHA256 (array_api_compat-1.12.0.tar.gz) = 585bc615f650de53ac24b7c012baecfcdd810f50df3573be47e6dd9fa20df974 +SIZE (array_api_compat-1.12.0.tar.gz) = 99883 diff --git a/devel/py-array-api-compat/files/patch-pyproject.toml b/devel/py-array-api-compat/files/patch-pyproject.toml new file mode 100644 index 000000000000..31a92bd62ff9 --- /dev/null +++ b/devel/py-array-api-compat/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-05-16 08:49:23 UTC ++++ pyproject.toml +@@ -8,7 +8,7 @@ requires-python = ">=3.10" + description = "A wrapper around NumPy and other array libraries to make them compatible with the Array API standard" + readme = "README.md" + requires-python = ">=3.10" +-license = "MIT" ++license = {text = "MIT"} + authors = [{name = "Consortium for Python Data API Standards"}] + classifiers = [ + "Operating System :: OS Independent", diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile index 17b2e4d485a8..3334dfcbf71a 100644 --- a/devel/py-ddtrace/Makefile +++ b/devel/py-ddtrace/Makefile @@ -1,6 +1,5 @@ PORTNAME= ddtrace -PORTVERSION= 2.21.9 -PORTREVISION= 1 +PORTVERSION= 2.21.10 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/abseil/abseil-cpp/releases/download/${ABSEIL_VERSION}/:abseil diff --git a/devel/py-ddtrace/distinfo b/devel/py-ddtrace/distinfo index b9acd1755cf7..3a4affc4e571 100644 --- a/devel/py-ddtrace/distinfo +++ b/devel/py-ddtrace/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1749813042 -SHA256 (ddtrace-2.21.9.tar.gz) = cc91e72dd8d92e04c23388e84d4249af79f2fb7ca1335780d3a4d3f5716e6853 -SIZE (ddtrace-2.21.9.tar.gz) = 9381555 +TIMESTAMP = 1753265750 +SHA256 (ddtrace-2.21.10.tar.gz) = 6c134cb6263c1f9508a40ab888879c1eb208eecf7f8396251fce1ab9fad3d9a8 +SIZE (ddtrace-2.21.10.tar.gz) = 9402056 SHA256 (abseil-cpp-20250127.1.tar.gz) = b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811 SIZE (abseil-cpp-20250127.1.tar.gz) = 2267282 SHA256 (rust/crates/anyhow-1.0.86.crate) = b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da diff --git a/devel/py-etils/Makefile b/devel/py-etils/Makefile index 736a3f2b2196..96b7bd432fc7 100644 --- a/devel/py-etils/Makefile +++ b/devel/py-etils/Makefile @@ -1,5 +1,5 @@ PORTNAME= etils -PORTVERSION= 1.12.2 +PORTVERSION= 1.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-etils/distinfo b/devel/py-etils/distinfo index 32f5d79ebac9..e3422bb6efa7 100644 --- a/devel/py-etils/distinfo +++ b/devel/py-etils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070352 -SHA256 (etils-1.12.2.tar.gz) = c6b9e1f0ce66d1bbf54f99201b08a60ba396d3446d9eb18d4bc39b26a2e1a5ee -SIZE (etils-1.12.2.tar.gz) = 104711 +TIMESTAMP = 1753265752 +SHA256 (etils-1.13.0.tar.gz) = a5b60c71f95bcd2d43d4e9fb3dc3879120c1f60472bb5ce19f7a860b1d44f607 +SIZE (etils-1.13.0.tar.gz) = 106368 diff --git a/devel/py-grpcio-tools/Makefile b/devel/py-grpcio-tools/Makefile index 26b77775f640..328791dd5929 100644 --- a/devel/py-grpcio-tools/Makefile +++ b/devel/py-grpcio-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpcio-tools -PORTVERSION= 1.73.1 +PORTVERSION= 1.74.0 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= PYPI diff --git a/devel/py-grpcio-tools/distinfo b/devel/py-grpcio-tools/distinfo index acbb752c7c15..7de64edecda9 100644 --- a/devel/py-grpcio-tools/distinfo +++ b/devel/py-grpcio-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751175915 -SHA256 (grpcio_tools-1.73.1.tar.gz) = 6e06adec3b0870f5947953b0ef8dbdf2cebcdff61fb1fe08120cc7483c7978aa -SIZE (grpcio_tools-1.73.1.tar.gz) = 5429529 +TIMESTAMP = 1753441266 +SHA256 (grpcio_tools-1.74.0.tar.gz) = 88ab9eb18b6ac1b4872add6b394073bd8d44eee7c32e4dc60a022e25ffaffb95 +SIZE (grpcio_tools-1.74.0.tar.gz) = 5390007 diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile index 010b8ca2e7a6..f2a490baf829 100644 --- a/devel/py-grpcio/Makefile +++ b/devel/py-grpcio/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpcio -PORTVERSION= 1.73.1 +PORTVERSION= 1.74.0 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= PYPI diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo index f16686296b18..23192b4d8d11 100644 --- a/devel/py-grpcio/distinfo +++ b/devel/py-grpcio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751174608 -SHA256 (grpcio-1.73.1.tar.gz) = 7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87 -SIZE (grpcio-1.73.1.tar.gz) = 12730355 +TIMESTAMP = 1753440783 +SHA256 (grpcio-1.74.0.tar.gz) = 80d1f4fbb35b0742d3e3d3bb654b7381cd5f015f8497279a1e9c21ba623e01b1 +SIZE (grpcio-1.74.0.tar.gz) = 12756048 diff --git a/devel/py-hatch-docstring-description/Makefile b/devel/py-hatch-docstring-description/Makefile new file mode 100644 index 000000000000..41369ca54d75 --- /dev/null +++ b/devel/py-hatch-docstring-description/Makefile @@ -0,0 +1,24 @@ +PORTNAME= hatch-docstring-description +PORTVERSION= 1.1.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= hatch_docstring_description-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Hatchling plugin to read the description from the package docstring +WWW= https://github.com/flying-sheep/hatch-docstring-description + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-hatch-docstring-description/distinfo b/devel/py-hatch-docstring-description/distinfo new file mode 100644 index 000000000000..724f6c1a5878 --- /dev/null +++ b/devel/py-hatch-docstring-description/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265678 +SHA256 (hatch_docstring_description-1.1.1.tar.gz) = b15d93c273ba3736abc9e2c542bb42a728a6740703ff5ed85cc072ed49458ae3 +SIZE (hatch_docstring_description-1.1.1.tar.gz) = 18447 diff --git a/devel/py-hatch-docstring-description/pkg-descr b/devel/py-hatch-docstring-description/pkg-descr new file mode 100644 index 000000000000..d8fef51abd71 --- /dev/null +++ b/devel/py-hatch-docstring-description/pkg-descr @@ -0,0 +1,2 @@ +hatch-docstring-description is a hatchling plugin to read the description from +the package docstring like flit does. diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 9fc2556ed6d0..4cf69fd54be2 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.135.30 +PORTVERSION= 6.136.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index e7240f21906d..11031f52e317 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566686 -SHA256 (hypothesis-6.135.30.tar.gz) = d63d99bb7aa54a6f1fa44a4c563a3b752c0d36f762911b2a1db768fd6dc3314a -SIZE (hypothesis-6.135.30.tar.gz) = 455647 +TIMESTAMP = 1753265754 +SHA256 (hypothesis-6.136.1.tar.gz) = ddceffdf0f489439d47ec032b23bf696c1c82600b9e675e60260ab23b55aa958 +SIZE (hypothesis-6.136.1.tar.gz) = 456851 diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index 798199ae0955..5cf462ab24bb 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab -PORTVERSION= 4.4.4 +PORTVERSION= 4.4.5 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyterlab/jupyterlab/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyterlab/distinfo b/devel/py-jupyterlab/distinfo index 886d5c90a4f1..0ede010dab36 100644 --- a/devel/py-jupyterlab/distinfo +++ b/devel/py-jupyterlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208162 -SHA256 (jupyterlab-4.4.4.tar.gz) = 163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 -SIZE (jupyterlab-4.4.4.tar.gz) = 23044296 +TIMESTAMP = 1753265756 +SHA256 (jupyterlab-4.4.5.tar.gz) = 0bd6c18e6a3c3d91388af6540afa3d0bb0b2e76287a7b88ddf20ab41b336e595 +SIZE (jupyterlab-4.4.5.tar.gz) = 23037079 diff --git a/devel/py-legacy-api-wrap/Makefile b/devel/py-legacy-api-wrap/Makefile new file mode 100644 index 000000000000..47c4030f740b --- /dev/null +++ b/devel/py-legacy-api-wrap/Makefile @@ -0,0 +1,24 @@ +PORTNAME= legacy-api-wrap +PORTVERSION= 1.4.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= legacy_api_wrap-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Wrap legacy APIs in python projects +WWW= https://github.com/flying-sheep/legacy-api-wrap + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-docstring-description>=0:devel/py-hatch-docstring-description@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-legacy-api-wrap/distinfo b/devel/py-legacy-api-wrap/distinfo new file mode 100644 index 000000000000..c856b56e5186 --- /dev/null +++ b/devel/py-legacy-api-wrap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265680 +SHA256 (legacy_api_wrap-1.4.1.tar.gz) = 9c40d67aa8312fec8763e87cbf28fea4b67710c79ca7a18137b573d150f3b2b4 +SIZE (legacy_api_wrap-1.4.1.tar.gz) = 11003 diff --git a/devel/py-legacy-api-wrap/pkg-descr b/devel/py-legacy-api-wrap/pkg-descr new file mode 100644 index 000000000000..2a3d9f7f1891 --- /dev/null +++ b/devel/py-legacy-api-wrap/pkg-descr @@ -0,0 +1,2 @@ +Legacy API Wrapper defines a decorator to wrap legacy APIs. The primary use case +is APIs defined before keyword-only parameters existed. diff --git a/devel/py-mediafile/Makefile b/devel/py-mediafile/Makefile index f58f78749e44..f5d0c241ea44 100644 --- a/devel/py-mediafile/Makefile +++ b/devel/py-mediafile/Makefile @@ -1,5 +1,6 @@ PORTNAME= mediafile PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.0:devel/py-filetype@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filetype>=1.2.0:devel/py-filetype@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.46:audio/py-mutagen@${PY_FLAVOR} USES= python diff --git a/devel/py-mediafile/files/patch-pyproject.toml b/devel/py-mediafile/files/patch-pyproject.toml deleted file mode 100644 index fbeb86b8332c..000000000000 --- a/devel/py-mediafile/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-11-03 19:29:09 UTC -+++ pyproject.toml -@@ -10,7 +10,7 @@ requires = [ - description-file = "README.rst" - requires = [ - "mutagen>=1.46", -- "filetype>=1.2.0", -+ "filetype>=1.0.0", - ] - requires-python = ">=3.7" - classifiers = [ diff --git a/devel/py-multitasking/Makefile b/devel/py-multitasking/Makefile index 12e4dd116f14..3bdf3f63513f 100644 --- a/devel/py-multitasking/Makefile +++ b/devel/py-multitasking/Makefile @@ -1,6 +1,5 @@ PORTNAME= multitasking -PORTVERSION= 0.0.11 -PORTREVISION= 1 +PORTVERSION= 0.0.12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-multitasking/distinfo b/devel/py-multitasking/distinfo index fa69c714527d..0172e5cec316 100644 --- a/devel/py-multitasking/distinfo +++ b/devel/py-multitasking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656522284 -SHA256 (multitasking-0.0.11.tar.gz) = 4d6bc3cc65f9b2dca72fb5a787850a88dae8f620c2b36ae9b55248e51bcd6026 -SIZE (multitasking-0.0.11.tar.gz) = 8150 +TIMESTAMP = 1753265758 +SHA256 (multitasking-0.0.12.tar.gz) = 2fba2fa8ed8c4b85e227c5dd7dc41c7d658de3b6f247927316175a57349b84d1 +SIZE (multitasking-0.0.12.tar.gz) = 19984 diff --git a/devel/py-pytest-lazy-fixtures/Makefile b/devel/py-pytest-lazy-fixtures/Makefile index c093c1b671f4..d36e2a888fe6 100644 --- a/devel/py-pytest-lazy-fixtures/Makefile +++ b/devel/py-pytest-lazy-fixtures/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-lazy-fixtures -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-lazy-fixtures/distinfo b/devel/py-pytest-lazy-fixtures/distinfo index 7a0868d7af3d..032927e1c3b9 100644 --- a/devel/py-pytest-lazy-fixtures/distinfo +++ b/devel/py-pytest-lazy-fixtures/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752416422 -SHA256 (pytest_lazy_fixtures-1.2.0.tar.gz) = 2dd3327c8131049f65943f369463112d2ffcbebf663b323b6e6c4dae9a035fa4 -SIZE (pytest_lazy_fixtures-1.2.0.tar.gz) = 32602 +TIMESTAMP = 1753265760 +SHA256 (pytest_lazy_fixtures-1.3.2.tar.gz) = 76bac6772e97173828d49551695cc6e3927c7c86c65cd19d4cccb0c14a45f821 +SIZE (pytest_lazy_fixtures-1.3.2.tar.gz) = 34114 diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile index ddbab1f9f70e..e09a3cbf853a 100644 --- a/devel/py-retrying/Makefile +++ b/devel/py-retrying/Makefile @@ -1,5 +1,5 @@ PORTNAME= retrying -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-retrying/distinfo b/devel/py-retrying/distinfo index f720f18c5963..e0833a136495 100644 --- a/devel/py-retrying/distinfo +++ b/devel/py-retrying/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954196 -SHA256 (retrying-1.4.0.tar.gz) = efa99c78bf4fbdbe6f0cba4101470fbc684b93d30ca45ffa1288443a9805172f -SIZE (retrying-1.4.0.tar.gz) = 11202 +TIMESTAMP = 1753265762 +SHA256 (retrying-1.4.1.tar.gz) = 4d206e0ed2aff5ef2f3cd867abb9511e9e8f31127c5aca20f1d5246e476903b0 +SIZE (retrying-1.4.1.tar.gz) = 11344 diff --git a/devel/py-robotframework-pabot/Makefile b/devel/py-robotframework-pabot/Makefile index aa12f49dd641..e26a3cd837f3 100644 --- a/devel/py-robotframework-pabot/Makefile +++ b/devel/py-robotframework-pabot/Makefile @@ -1,5 +1,5 @@ PORTNAME= robotframework-pabot -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-robotframework-pabot/distinfo b/devel/py-robotframework-pabot/distinfo index 3972c10be641..4dde848774f6 100644 --- a/devel/py-robotframework-pabot/distinfo +++ b/devel/py-robotframework-pabot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178062 -SHA256 (robotframework_pabot-4.2.0.tar.gz) = 2b4d8b8033e76c46e41cb6f7536b33f0018ddd79a95950ab4636142a30925940 -SIZE (robotframework_pabot-4.2.0.tar.gz) = 72084 +TIMESTAMP = 1753265764 +SHA256 (robotframework_pabot-4.3.0.tar.gz) = 0da3d70055cad34c921b6c2ade80e839ea468307f326145f22d04d4fa7b996ab +SIZE (robotframework_pabot-4.3.0.tar.gz) = 77888 diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index 34ff383ceab1..e994e0860d2f 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,5 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.28.0 +DISTVERSION= 4.28.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index e28257c7732b..46110e5090a8 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753181570 -SHA256 (tox-4.28.0.tar.gz) = 442347b1a415733850f097e7e78b8c5f38b5e1719f8b7205aade5d055f08068c -SIZE (tox-4.28.0.tar.gz) = 199516 +TIMESTAMP = 1753371386 +SHA256 (tox-4.28.1.tar.gz) = 227ce1fdfea7763107aed3a8ac87d74b1bd1240ad7dd9c37fc2cb2b318006520 +SIZE (tox-4.28.1.tar.gz) = 199598 diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index d8786f68da20..67a20d9b1fc4 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20250710 +PORTVERSION= 0.21.0.20250715 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-docutils/distinfo b/devel/py-types-docutils/distinfo index 7078bf1e97a7..3bcfea1352a2 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266138 -SHA256 (types_docutils-0.21.0.20250710.tar.gz) = 9561d834b3a6b0c99ebd62f956eb5a2ea7d9b7401ba0d97df3194865126431c4 -SIZE (types_docutils-0.21.0.20250710.tar.gz) = 42077 +TIMESTAMP = 1753265766 +SHA256 (types_docutils-0.21.0.20250715.tar.gz) = f7beb7d136cfbbc456e4a33f45eb367c7a5338b591c57a6555c821f85238a7fb +SIZE (types_docutils-0.21.0.20250715.tar.gz) = 44342 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml index 1940151eab13..e33f2d35cd05 100644 --- a/devel/py-types-docutils/files/patch-pyproject.toml +++ b/devel/py-types-docutils/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-07-10 03:15:44 UTC +--- pyproject.toml.orig 2025-07-15 03:23:16 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,7 +8,7 @@ [project] name = "types-docutils" - version = "0.21.0.20250710" + version = "0.21.0.20250715" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } diff --git a/devel/py-uv-dynamic-versioning/Makefile b/devel/py-uv-dynamic-versioning/Makefile new file mode 100644 index 000000000000..201a42e6ff6c --- /dev/null +++ b/devel/py-uv-dynamic-versioning/Makefile @@ -0,0 +1,29 @@ +PORTNAME= uv-dynamic-versioning +DISTVERSION= 0.8.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSIONFULL} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Dynamic versioning based on VCS tags for uv/hatch project +WWW= https://pypi.python.org/pypi/uv-dynamic-versioning + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.23:devel/py-dunamai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}eval-type-backport>=0.2.2:devel/py-eval-type-backport@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.6:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.11:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.13.3:textproc/py-tomlkit@${PY_FLAVOR} \ + uv:devel/uv + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-uv-dynamic-versioning/distinfo b/devel/py-uv-dynamic-versioning/distinfo new file mode 100644 index 000000000000..b20bb721f429 --- /dev/null +++ b/devel/py-uv-dynamic-versioning/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753455998 +SHA256 (uv_dynamic_versioning-0.8.2.tar.gz) = a9c228a46f5752d99cfead1ed83b40628385cbfb537179488d280853c786bf82 +SIZE (uv_dynamic_versioning-0.8.2.tar.gz) = 41559 diff --git a/devel/py-uv-dynamic-versioning/pkg-descr b/devel/py-uv-dynamic-versioning/pkg-descr new file mode 100644 index 000000000000..4ab693132a40 --- /dev/null +++ b/devel/py-uv-dynamic-versioning/pkg-descr @@ -0,0 +1,2 @@ +Python dynamic versioning tool (influenced by poetry-dynamic-versioning) for +uv/hatch, and powered by dunamai. diff --git a/devel/pyenv/Makefile b/devel/pyenv/Makefile index b4d275e53512..af81f512f9d8 100644 --- a/devel/pyenv/Makefile +++ b/devel/pyenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyenv -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 DISTVERSIONPREFIX= v CATEGORIES= devel python diff --git a/devel/pyenv/distinfo b/devel/pyenv/distinfo index b4e5c86141eb..b57f43a8b6af 100644 --- a/devel/pyenv/distinfo +++ b/devel/pyenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752046413 -SHA256 (pyenv-pyenv-v2.6.4_GH0.tar.gz) = 6e6e62d14ac924c4b55fe09991be02161bcdafaa1d45a36f99f3c2caac6d51bb -SIZE (pyenv-pyenv-v2.6.4_GH0.tar.gz) = 1347415 +TIMESTAMP = 1753345513 +SHA256 (pyenv-pyenv-v2.6.5_GH0.tar.gz) = ebf75a81125d8fb9b5d6930821a0e08200a414c029c93fd27aaa9a519ef1b546 +SIZE (pyenv-pyenv-v2.6.5_GH0.tar.gz) = 1347880 diff --git a/devel/pyenv/pkg-plist b/devel/pyenv/pkg-plist index 60340c0b44cb..661c41044d60 100644 --- a/devel/pyenv/pkg-plist +++ b/devel/pyenv/pkg-plist @@ -267,8 +267,8 @@ libexec/pyenv-plugins/python-build/share/python-build/3.13.5 libexec/pyenv-plugins/python-build/share/python-build/3.13.5t libexec/pyenv-plugins/python-build/share/python-build/3.14t-dev libexec/pyenv-plugins/python-build/share/python-build/3.14-dev -libexec/pyenv-plugins/python-build/share/python-build/3.14.0b4 -libexec/pyenv-plugins/python-build/share/python-build/3.14.0b4t +libexec/pyenv-plugins/python-build/share/python-build/3.14.0rc1 +libexec/pyenv-plugins/python-build/share/python-build/3.14.0rc1t libexec/pyenv-plugins/python-build/share/python-build/3.15t-dev libexec/pyenv-plugins/python-build/share/python-build/3.15-dev libexec/pyenv-plugins/python-build/share/python-build/activepython-2.7.14 @@ -376,6 +376,7 @@ libexec/pyenv-plugins/python-build/share/python-build/graalpy-24.1.1 libexec/pyenv-plugins/python-build/share/python-build/graalpy-24.1.2 libexec/pyenv-plugins/python-build/share/python-build/graalpy-24.2.0 libexec/pyenv-plugins/python-build/share/python-build/graalpy-24.2.1 +libexec/pyenv-plugins/python-build/share/python-build/graalpy-24.2.2 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-23.1.0 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-23.1.2 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.0.0 @@ -384,6 +385,7 @@ libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.1.1 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.1.2 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.2.0 libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.2.1 +libexec/pyenv-plugins/python-build/share/python-build/graalpy-community-24.2.2 libexec/pyenv-plugins/python-build/share/python-build/graalpy-dev libexec/pyenv-plugins/python-build/share/python-build/ironpython-2.7.4 libexec/pyenv-plugins/python-build/share/python-build/ironpython-2.7.5 @@ -400,6 +402,7 @@ libexec/pyenv-plugins/python-build/share/python-build/jython-2.7.0 libexec/pyenv-plugins/python-build/share/python-build/jython-2.7.1 libexec/pyenv-plugins/python-build/share/python-build/jython-2.7.2 libexec/pyenv-plugins/python-build/share/python-build/jython-2.7.3 +libexec/pyenv-plugins/python-build/share/python-build/jython-2.7.4 libexec/pyenv-plugins/python-build/share/python-build/jython-dev libexec/pyenv-plugins/python-build/share/python-build/mambaforge libexec/pyenv-plugins/python-build/share/python-build/mambaforge-4.10.1-4 diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 2fcda9455e99..564f52da431c 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= rapidjson DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0-709 -DISTVERSIONSUFFIX= -g06d58b9e +DISTVERSION= 1.1.0-763 +DISTVERSIONSUFFIX= -g24b5e7a8 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -51,4 +51,6 @@ post-patch: post-install: @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake* +# Tests fail to compile: implicit instantiation of undefined template 'std::char_traits<unsigned int>', see https://github.com/Tencent/rapidjson/issues/2349 + .include <bsd.port.mk> diff --git a/devel/rapidjson/distinfo b/devel/rapidjson/distinfo index ede72c970274..1125b2e6a8ef 100644 --- a/devel/rapidjson/distinfo +++ b/devel/rapidjson/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667714043 -SHA256 (Tencent-rapidjson-v1.1.0-709-g06d58b9e_GH0.tar.gz) = 6bda6c47ac79664cbe6eccb8d05a595770e5aeb5d1d3d8275ecd409b37c36c75 -SIZE (Tencent-rapidjson-v1.1.0-709-g06d58b9e_GH0.tar.gz) = 1107697 +TIMESTAMP = 1753329903 +SHA256 (Tencent-rapidjson-v1.1.0-763-g24b5e7a8_GH0.tar.gz) = 2c160efab6a3720aa37b35052dd38252ea8c5eb148f2222f8c0ea5ab2a1ea2d6 +SIZE (Tencent-rapidjson-v1.1.0-763-g24b5e7a8_GH0.tar.gz) = 1116341 diff --git a/devel/rapidjson/pkg-plist b/devel/rapidjson/pkg-plist index 75bce941d704..77a62d50bfb0 100644 --- a/devel/rapidjson/pkg-plist +++ b/devel/rapidjson/pkg-plist @@ -36,6 +36,7 @@ include/rapidjson/stream.h include/rapidjson/stringbuffer.h include/rapidjson/uri.h include/rapidjson/writer.h +lib/cmake/RapidJSON/RapidJSON-targets.cmake lib/cmake/RapidJSON/RapidJSONConfig.cmake lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake libdata/pkgconfig/RapidJSON.pc diff --git a/devel/re2/Makefile b/devel/re2/Makefile index 6bee08b641d8..3b50a3980493 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -1,5 +1,5 @@ PORTNAME= re2 -PORTVERSION= 20250626b +PORTVERSION= 20250722 CATEGORIES= devel MASTER_SITES= https://github.com/google/re2/releases/download/${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}/ DISTNAME= re2-${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|} diff --git a/devel/re2/distinfo b/devel/re2/distinfo index 44dc6a780717..9b7aad5584bd 100644 --- a/devel/re2/distinfo +++ b/devel/re2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208126 -SHA256 (re2-2025-06-26b.tar.gz) = 641a3ca337814a6c3676a389ea065812e00ff796f31a427038bc010bae0b86e3 -SIZE (re2-2025-06-26b.tar.gz) = 390782 +TIMESTAMP = 1753265694 +SHA256 (re2-2025-07-22.tar.gz) = f54c29f1c3e13e12693e3d6d1230554df3ab3a1066b2e1f28c5330bfbf6db1e3 +SIZE (re2-2025-07-22.tar.gz) = 390847 diff --git a/devel/resolv_wrapper/Makefile b/devel/resolv_wrapper/Makefile index 609f43fccc36..c0ca09a6dda6 100644 --- a/devel/resolv_wrapper/Makefile +++ b/devel/resolv_wrapper/Makefile @@ -1,5 +1,6 @@ PORTNAME= resolv_wrapper PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SAMBA/cwrap @@ -11,12 +12,13 @@ WWW= https://cwrap.org/resolv_wrapper.html \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libsocket_wrapper.so:devel/socket_wrapper -TEST_DEPENDS= cmocka>=1.1.5:sysutils/cmocka +TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \ + socket_wrapper>=0:devel/socket_wrapper USES= cmake:testing pathfix -CMAKE_OFF= UNIT_TESTING +CMAKE_OFF= PICKY_DEVELOPER \ + UNIT_TESTING CMAKE_TESTING_ON= UNIT_TESTING USE_LDCONFIG= yes diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index 423a38e056ab..d2e0b96efc77 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-build -PORTVERSION= 20250716 +PORTVERSION= 20250724 DISTVERSIONPREFIX= v CATEGORIES= devel ruby diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index d184e1331bbd..4787452c65f3 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752626603 -SHA256 (rbenv-ruby-build-v20250716_GH0.tar.gz) = 4fff0aeded7f3863c2aa082de6ae278f09e904b5304178dd95389bf4a8b8aa48 -SIZE (rbenv-ruby-build-v20250716_GH0.tar.gz) = 97397 +TIMESTAMP = 1753405884 +SHA256 (rbenv-ruby-build-v20250724_GH0.tar.gz) = d2409615dfebcaedd4c2422fa688ee95e4f53fae8f47ab47e3527542556f1f26 +SIZE (rbenv-ruby-build-v20250724_GH0.tar.gz) = 97420 diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index 96afd8492e9d..0afe197ca6f9 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -1,5 +1,5 @@ PORTNAME= gems -PORTVERSION= 3.6.9 +PORTVERSION= 3.7.1 CATEGORIES= devel ruby MASTER_SITES= https://rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-gems/distinfo b/devel/ruby-gems/distinfo index 05967324dcd7..1a490c64761a 100644 --- a/devel/ruby-gems/distinfo +++ b/devel/ruby-gems/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716426 -SHA256 (ruby/rubygems-3.6.9.tgz) = ffdd46c6adbecb9dac561cc003666406efd2ed93ca21b5fcc47062025007209d -SIZE (ruby/rubygems-3.6.9.tgz) = 967932 +TIMESTAMP = 1753265950 +SHA256 (ruby/rubygems-3.7.1.tgz) = 750c8c771180d41ed2358344e5461edee83158c0a81b779969a1339961bc1163 +SIZE (ruby/rubygems-3.7.1.tgz) = 970924 diff --git a/devel/ruby-gems/pkg-plist b/devel/ruby-gems/pkg-plist index ea27b81b1d59..f9ae215ca237 100644 --- a/devel/ruby-gems/pkg-plist +++ b/devel/ruby-gems/pkg-plist @@ -160,8 +160,7 @@ bin/gem %%RUBY_SITELIBDIR%%/rubygems/specification.rb %%RUBY_SITELIBDIR%%/rubygems/specification_policy.rb %%RUBY_SITELIBDIR%%/rubygems/specification_record.rb -%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem -%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/rubygems.org/GlobalSign.pem %%RUBY_SITELIBDIR%%/rubygems/stub_specification.rb %%RUBY_SITELIBDIR%%/rubygems/target_rbconfig.rb %%RUBY_SITELIBDIR%%/rubygems/text.rb diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index 5b2a169b7df0..872ee1df5439 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1126.0 +PORTVERSION= 1.1131.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index ad4fc389d03d..e2e777772555 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266188 -SHA256 (rubygem/aws-partitions-1.1126.0.gem) = bf033ae0104ebcd87cac24f44d13aacd2d8476b08a1bdec04a386f4d0f7d4cab -SIZE (rubygem/aws-partitions-1.1126.0.gem) = 81408 +TIMESTAMP = 1753265818 +SHA256 (rubygem/aws-partitions-1.1131.0.gem) = a32ed5bbd6ebcf00f087be800a38ebeb642afd8fe2f21dc1d27d829c8c096c18 +SIZE (rubygem/aws-partitions-1.1131.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-auditmanager/Makefile b/devel/rubygem-aws-sdk-auditmanager/Makefile index fb8b258a607b..6351a1d789d2 100644 --- a/devel/rubygem-aws-sdk-auditmanager/Makefile +++ b/devel/rubygem-aws-sdk-auditmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-auditmanager -PORTVERSION= 1.66.0 +PORTVERSION= 1.67.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-auditmanager/distinfo b/devel/rubygem-aws-sdk-auditmanager/distinfo index 1cd24e5c5c3e..fee07429d588 100644 --- a/devel/rubygem-aws-sdk-auditmanager/distinfo +++ b/devel/rubygem-aws-sdk-auditmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813192 -SHA256 (rubygem/aws-sdk-auditmanager-1.66.0.gem) = c16f4ce42cbfd491d185277d6038bf58383069f75f7ed79e54e7812b9097cbf8 -SIZE (rubygem/aws-sdk-auditmanager-1.66.0.gem) = 84992 +TIMESTAMP = 1753265820 +SHA256 (rubygem/aws-sdk-auditmanager-1.67.0.gem) = 7ce363c4fb4efb7355611b2cf311c87b9a1efdf115ff9462a6fdb679bf1ed147 +SIZE (rubygem/aws-sdk-auditmanager-1.67.0.gem) = 84992 diff --git a/devel/rubygem-aws-sdk-bedrock/Makefile b/devel/rubygem-aws-sdk-bedrock/Makefile index d5634c925c07..ea4fa2d7a055 100644 --- a/devel/rubygem-aws-sdk-bedrock/Makefile +++ b/devel/rubygem-aws-sdk-bedrock/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrock -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrock/distinfo b/devel/rubygem-aws-sdk-bedrock/distinfo index b0ad2281ff31..a31cebf0c588 100644 --- a/devel/rubygem-aws-sdk-bedrock/distinfo +++ b/devel/rubygem-aws-sdk-bedrock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375081 -SHA256 (rubygem/aws-sdk-bedrock-1.53.0.gem) = 2624801c923b52305c0b0d2e53abf63ab319aedcf1c2f3348b158cf0d362b4b2 -SIZE (rubygem/aws-sdk-bedrock-1.53.0.gem) = 139264 +TIMESTAMP = 1753265822 +SHA256 (rubygem/aws-sdk-bedrock-1.54.0.gem) = c9c26111df513738ece00a86b335afc800781a187afe69463be176902526fcf4 +SIZE (rubygem/aws-sdk-bedrock-1.54.0.gem) = 142848 diff --git a/devel/rubygem-aws-sdk-bedrockagent/Makefile b/devel/rubygem-aws-sdk-bedrockagent/Makefile index afc7841f3571..c1f62a18c952 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagent/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagent -PORTVERSION= 1.58.0 +PORTVERSION= 1.59.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagent/distinfo b/devel/rubygem-aws-sdk-bedrockagent/distinfo index 44d757977ea8..1cc828b8e5db 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813216 -SHA256 (rubygem/aws-sdk-bedrockagent-1.58.0.gem) = b897a1d9d0b14993472bfe110b9ed9d6aea9347ff2f806a76aabc73936ae7605 -SIZE (rubygem/aws-sdk-bedrockagent-1.58.0.gem) = 173568 +TIMESTAMP = 1753265824 +SHA256 (rubygem/aws-sdk-bedrockagent-1.59.0.gem) = 8778b916b8987b1e8a36580e50b5e6e5d27b0f2d3f32f7b9d9989b64a6ab9288 +SIZE (rubygem/aws-sdk-bedrockagent-1.59.0.gem) = 174592 diff --git a/devel/rubygem-aws-sdk-bedrockagentcore/Makefile b/devel/rubygem-aws-sdk-bedrockagentcore/Makefile new file mode 100644 index 000000000000..c3af1df02888 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcore/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-bedrockagentcore +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon Bedrock AgentCore Data Plane Fronting Layer +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagentcore + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.225.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-bedrockagentcore/distinfo b/devel/rubygem-aws-sdk-bedrockagentcore/distinfo new file mode 100644 index 000000000000..64d92190c9d1 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcore/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265682 +SHA256 (rubygem/aws-sdk-bedrockagentcore-1.0.0.gem) = bf1316c52c97a9de270ed887951518df29fc7c8d1c166a4ca4daadd63411dcab +SIZE (rubygem/aws-sdk-bedrockagentcore-1.0.0.gem) = 54272 diff --git a/devel/rubygem-aws-sdk-bedrockagentcore/pkg-descr b/devel/rubygem-aws-sdk-bedrockagentcore/pkg-descr new file mode 100644 index 000000000000..292bf09d1d5c --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcore/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Amazon Bedrock AgentCore Data Plane Fronting Layer. diff --git a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile new file mode 100644 index 000000000000..348d703eeb4c --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-bedrockagentcorecontrol +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon Bedrock AgentCore Control Plane Fronting Layer +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagentcorecontrol + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.225.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo new file mode 100644 index 000000000000..b9bb142ed689 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265684 +SHA256 (rubygem/aws-sdk-bedrockagentcorecontrol-1.0.0.gem) = 58538b06ba4566f790048b019471da9130c45b35abbc1c558590936cb87e32ae +SIZE (rubygem/aws-sdk-bedrockagentcorecontrol-1.0.0.gem) = 81408 diff --git a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/pkg-descr b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/pkg-descr new file mode 100644 index 000000000000..715d44e76745 --- /dev/null +++ b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Amazon Bedrock AgentCore Control Plane Fronting Layer. diff --git a/devel/rubygem-aws-sdk-bedrockruntime/Makefile b/devel/rubygem-aws-sdk-bedrockruntime/Makefile index 1a81761b3bfd..3961273bf276 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockruntime -PORTVERSION= 1.50.0 +PORTVERSION= 1.51.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockruntime/distinfo b/devel/rubygem-aws-sdk-bedrockruntime/distinfo index 35f31a169526..9856a18bfa3e 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375083 -SHA256 (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = bf9ef7dccb4093307b4b1052ad615777eb5a8037db60bf07bcc84e0ab16ffe63 -SIZE (rubygem/aws-sdk-bedrockruntime-1.50.0.gem) = 80896 +TIMESTAMP = 1753265826 +SHA256 (rubygem/aws-sdk-bedrockruntime-1.51.0.gem) = a764ed32a1c16027d699f8021fabf4c62f20b60d24fb7b3fcc9d4bec7178c7bf +SIZE (rubygem/aws-sdk-bedrockruntime-1.51.0.gem) = 80896 diff --git a/devel/rubygem-aws-sdk-cleanroomsml/Makefile b/devel/rubygem-aws-sdk-cleanroomsml/Makefile index b0ffca15d073..649efc88c2ed 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/Makefile +++ b/devel/rubygem-aws-sdk-cleanroomsml/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cleanroomsml -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cleanroomsml/distinfo b/devel/rubygem-aws-sdk-cleanroomsml/distinfo index 7705647dedb2..5dfcdfa968b8 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/distinfo +++ b/devel/rubygem-aws-sdk-cleanroomsml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622381 -SHA256 (rubygem/aws-sdk-cleanroomsml-1.27.0.gem) = 35e6006ac00991bc012cc0c51e80f338e0e4a936245312b0907099b9b1d92486 -SIZE (rubygem/aws-sdk-cleanroomsml-1.27.0.gem) = 82944 +TIMESTAMP = 1753265828 +SHA256 (rubygem/aws-sdk-cleanroomsml-1.28.0.gem) = ce865c529fe971b4e6c0096302d45973f2e33cc259fbad08b9941c9c0cb64144 +SIZE (rubygem/aws-sdk-cleanroomsml-1.28.0.gem) = 83456 diff --git a/devel/rubygem-aws-sdk-cloudfront/Makefile b/devel/rubygem-aws-sdk-cloudfront/Makefile index ac09195bfa2d..d1ff7f4e7628 100644 --- a/devel/rubygem-aws-sdk-cloudfront/Makefile +++ b/devel/rubygem-aws-sdk-cloudfront/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudfront -PORTVERSION= 1.119.0 +PORTVERSION= 1.120.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudfront/distinfo b/devel/rubygem-aws-sdk-cloudfront/distinfo index 71c90a72333f..fcde82a9fdc4 100644 --- a/devel/rubygem-aws-sdk-cloudfront/distinfo +++ b/devel/rubygem-aws-sdk-cloudfront/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813260 -SHA256 (rubygem/aws-sdk-cloudfront-1.119.0.gem) = 11f7105e9e1f950825de12885c605cd014cf470fcf1cbe01587e2b0a6ff4e35a -SIZE (rubygem/aws-sdk-cloudfront-1.119.0.gem) = 230400 +TIMESTAMP = 1753265830 +SHA256 (rubygem/aws-sdk-cloudfront-1.120.0.gem) = 16bce7b157d067beef4b2b20f8b3f890c34b55bc44a1a4702aae2deeccd7e94f +SIZE (rubygem/aws-sdk-cloudfront-1.120.0.gem) = 232448 diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index 115579d1b3b4..ba8ca1c1aa65 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cloudwatchlogs -PORTVERSION= 1.119.0 +PORTVERSION= 1.121.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo index 53e1c7b8185d..15ce6880ac65 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375087 -SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 646b7863500f24d3e81dad67bfa233b462b9443e2bc588c6c926320d7994655a -SIZE (rubygem/aws-sdk-cloudwatchlogs-1.119.0.gem) = 151040 +TIMESTAMP = 1753265832 +SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.121.0.gem) = 65fc0a8cbc595066638778f4b16e7b223b051584dac474dff201cc560986eda4 +SIZE (rubygem/aws-sdk-cloudwatchlogs-1.121.0.gem) = 157184 diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 8f88a8fab81b..6aebf27689d9 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-core -PORTVERSION= 3.226.2 +PORTVERSION= 3.226.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo index 7f4e9ca8e1f6..a6f3a13fa6c5 100644 --- a/devel/rubygem-aws-sdk-core/distinfo +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622383 -SHA256 (rubygem/aws-sdk-core-3.226.2.gem) = ef85b574ccfa6e8a3d59c1eafd2b7388752121d8e62eee4f777ca55df9c4c9c7 -SIZE (rubygem/aws-sdk-core-3.226.2.gem) = 392704 +TIMESTAMP = 1753265834 +SHA256 (rubygem/aws-sdk-core-3.226.3.gem) = 7c71d0ddbd5577e3389070cd50d9e7fb90726bd8263beced8889c84b75892010 +SIZE (rubygem/aws-sdk-core-3.226.3.gem) = 393216 diff --git a/devel/rubygem-aws-sdk-datasync/Makefile b/devel/rubygem-aws-sdk-datasync/Makefile index 88863cb523dc..009f585b3df9 100644 --- a/devel/rubygem-aws-sdk-datasync/Makefile +++ b/devel/rubygem-aws-sdk-datasync/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datasync -PORTVERSION= 1.105.0 +PORTVERSION= 1.106.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datasync/distinfo b/devel/rubygem-aws-sdk-datasync/distinfo index 642120f08c41..f5178856ad7f 100644 --- a/devel/rubygem-aws-sdk-datasync/distinfo +++ b/devel/rubygem-aws-sdk-datasync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813358 -SHA256 (rubygem/aws-sdk-datasync-1.105.0.gem) = 95bd0c1a8a282a5dd0704df0ef6ad39edbd4ba188fc9fd4dc3329c724c58315d -SIZE (rubygem/aws-sdk-datasync-1.105.0.gem) = 107520 +TIMESTAMP = 1753265836 +SHA256 (rubygem/aws-sdk-datasync-1.106.0.gem) = 422395f138784fd38b1fc4e3e8580a622e32847b40e1cc6aa6ec82993d82f6be +SIZE (rubygem/aws-sdk-datasync-1.106.0.gem) = 108032 diff --git a/devel/rubygem-aws-sdk-datazone/Makefile b/devel/rubygem-aws-sdk-datazone/Makefile index f98b2e619467..0901257193d7 100644 --- a/devel/rubygem-aws-sdk-datazone/Makefile +++ b/devel/rubygem-aws-sdk-datazone/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datazone -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datazone/distinfo b/devel/rubygem-aws-sdk-datazone/distinfo index 781f3a1a5090..b93ec0024484 100644 --- a/devel/rubygem-aws-sdk-datazone/distinfo +++ b/devel/rubygem-aws-sdk-datazone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622385 -SHA256 (rubygem/aws-sdk-datazone-1.41.0.gem) = 30be99d1aed24912c0b0a3c8e8efbca3f09d471ec36ca57ea1919ab5fdbe0d60 -SIZE (rubygem/aws-sdk-datazone-1.41.0.gem) = 235520 +TIMESTAMP = 1753265838 +SHA256 (rubygem/aws-sdk-datazone-1.42.0.gem) = 43a46fda6265cb91d6527f58e05d809586d521ed1300677fcb074a0996df017a +SIZE (rubygem/aws-sdk-datazone-1.42.0.gem) = 236544 diff --git a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile index 19641e1508fe..77bb3271b1db 100644 --- a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile +++ b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-dynamodbstreams -PORTVERSION= 1.76.0 +PORTVERSION= 1.77.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-dynamodbstreams/distinfo b/devel/rubygem-aws-sdk-dynamodbstreams/distinfo index cc05586f9605..4d457fbd4919 100644 --- a/devel/rubygem-aws-sdk-dynamodbstreams/distinfo +++ b/devel/rubygem-aws-sdk-dynamodbstreams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813390 -SHA256 (rubygem/aws-sdk-dynamodbstreams-1.76.0.gem) = 6b2207c29c5b87ca12c86c9d32b758bec5144de8c6a1b5cdbf3b0ac9226c84e6 -SIZE (rubygem/aws-sdk-dynamodbstreams-1.76.0.gem) = 34816 +TIMESTAMP = 1753265840 +SHA256 (rubygem/aws-sdk-dynamodbstreams-1.77.0.gem) = fef05c65a74ae11a4f7763257ab693e2cddbbc94697a9ef490aa4df62753bdb2 +SIZE (rubygem/aws-sdk-dynamodbstreams-1.77.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index dbeeee580d0c..ed49b9395a03 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ec2 -PORTVERSION= 1.537.0 +PORTVERSION= 1.539.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ec2/distinfo b/devel/rubygem-aws-sdk-ec2/distinfo index 5c04d87fe029..acc0d2f4e672 100644 --- a/devel/rubygem-aws-sdk-ec2/distinfo +++ b/devel/rubygem-aws-sdk-ec2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266196 -SHA256 (rubygem/aws-sdk-ec2-1.537.0.gem) = c1a2ff90ea78954fcc6accbfd28845ceaa1745362ca6ab0cf881fde7a86e3da1 -SIZE (rubygem/aws-sdk-ec2-1.537.0.gem) = 1460224 +TIMESTAMP = 1753265842 +SHA256 (rubygem/aws-sdk-ec2-1.539.0.gem) = 5fd26c5f53f815267040fd5a29fcaca0109b219940b9d6991f715bef14da644d +SIZE (rubygem/aws-sdk-ec2-1.539.0.gem) = 1461760 diff --git a/devel/rubygem-aws-sdk-ecs/Makefile b/devel/rubygem-aws-sdk-ecs/Makefile index 8ccf272a404e..485e03069e49 100644 --- a/devel/rubygem-aws-sdk-ecs/Makefile +++ b/devel/rubygem-aws-sdk-ecs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ecs -PORTVERSION= 1.196.0 +PORTVERSION= 1.198.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecs/distinfo b/devel/rubygem-aws-sdk-ecs/distinfo index f24bf5a02a89..60cb5ee5c9a8 100644 --- a/devel/rubygem-aws-sdk-ecs/distinfo +++ b/devel/rubygem-aws-sdk-ecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954310 -SHA256 (rubygem/aws-sdk-ecs-1.196.0.gem) = 21f5054558f724b29dee6bcd36bc542490a191c0a52b38afb78f33d365290c2a -SIZE (rubygem/aws-sdk-ecs-1.196.0.gem) = 257024 +TIMESTAMP = 1753265844 +SHA256 (rubygem/aws-sdk-ecs-1.198.0.gem) = 992816c6fc22d68c57e8d95ceac62049f23690c6d08a3c6a28cee08bc7dfe376 +SIZE (rubygem/aws-sdk-ecs-1.198.0.gem) = 265216 diff --git a/devel/rubygem-aws-sdk-eventbridge/Makefile b/devel/rubygem-aws-sdk-eventbridge/Makefile index df542e229230..32bec9b745e3 100644 --- a/devel/rubygem-aws-sdk-eventbridge/Makefile +++ b/devel/rubygem-aws-sdk-eventbridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eventbridge -PORTVERSION= 1.84.0 +PORTVERSION= 1.85.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eventbridge/distinfo b/devel/rubygem-aws-sdk-eventbridge/distinfo index 8b6f60e713f3..5af356e654b6 100644 --- a/devel/rubygem-aws-sdk-eventbridge/distinfo +++ b/devel/rubygem-aws-sdk-eventbridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375097 -SHA256 (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 5dc35cf0432010638e9223c4d68e8e6f598135109cb17968892551d6849f678c -SIZE (rubygem/aws-sdk-eventbridge-1.84.0.gem) = 96256 +TIMESTAMP = 1753265846 +SHA256 (rubygem/aws-sdk-eventbridge-1.85.0.gem) = 91eab124661669111442e39a660d8b985410cf181421f5130e433ca2a205db83 +SIZE (rubygem/aws-sdk-eventbridge-1.85.0.gem) = 97792 diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index eb5faa0cef73..0dd135c28c96 100644 --- a/devel/rubygem-aws-sdk-glue/Makefile +++ b/devel/rubygem-aws-sdk-glue/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-glue -PORTVERSION= 1.224.0 +PORTVERSION= 1.225.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index 800d80546b40..ecdfb807d5f4 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375099 -SHA256 (rubygem/aws-sdk-glue-1.224.0.gem) = dbf97557d8cd10fc305f5996a239decd40bf2b8b5514fca75e0382302305cd98 -SIZE (rubygem/aws-sdk-glue-1.224.0.gem) = 440320 +TIMESTAMP = 1753265848 +SHA256 (rubygem/aws-sdk-glue-1.225.0.gem) = 0f87f8c058df8d4d4e7070122dbebaa776ed4ae3e248bc08e368fb222e76aaa2 +SIZE (rubygem/aws-sdk-glue-1.225.0.gem) = 440320 diff --git a/devel/rubygem-aws-sdk-guardduty/Makefile b/devel/rubygem-aws-sdk-guardduty/Makefile index ca5f1108900e..a45b13b3678a 100644 --- a/devel/rubygem-aws-sdk-guardduty/Makefile +++ b/devel/rubygem-aws-sdk-guardduty/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-guardduty -PORTVERSION= 1.119.0 +PORTVERSION= 1.120.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-guardduty/distinfo b/devel/rubygem-aws-sdk-guardduty/distinfo index c5d6fc9afef4..9f3a7cb212ae 100644 --- a/devel/rubygem-aws-sdk-guardduty/distinfo +++ b/devel/rubygem-aws-sdk-guardduty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208204 -SHA256 (rubygem/aws-sdk-guardduty-1.119.0.gem) = b5037f266d7a786862fd375a94fc32f3843cb82b8fa07e5a4940682455bccb3e -SIZE (rubygem/aws-sdk-guardduty-1.119.0.gem) = 138240 +TIMESTAMP = 1753265850 +SHA256 (rubygem/aws-sdk-guardduty-1.120.0.gem) = 949bccf0dd2b6024e708c460bafaba117d9a0c00ebcc3251fb9b921436076d40 +SIZE (rubygem/aws-sdk-guardduty-1.120.0.gem) = 138752 diff --git a/devel/rubygem-aws-sdk-iotwireless/Makefile b/devel/rubygem-aws-sdk-iotwireless/Makefile index 059ef752a83f..8026586e601c 100644 --- a/devel/rubygem-aws-sdk-iotwireless/Makefile +++ b/devel/rubygem-aws-sdk-iotwireless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotwireless -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotwireless/distinfo b/devel/rubygem-aws-sdk-iotwireless/distinfo index 9105abd80c7b..4579bd740bdb 100644 --- a/devel/rubygem-aws-sdk-iotwireless/distinfo +++ b/devel/rubygem-aws-sdk-iotwireless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813526 -SHA256 (rubygem/aws-sdk-iotwireless-1.68.0.gem) = 73da7427964bd9e5b53027c7edf65bf4edfbd9e62d74f6be29efef3d90060673 -SIZE (rubygem/aws-sdk-iotwireless-1.68.0.gem) = 115200 +TIMESTAMP = 1753265852 +SHA256 (rubygem/aws-sdk-iotwireless-1.69.0.gem) = 324836cee4c69f489860518dd9b3f50316874a99db957d1692eddb9d64a68b33 +SIZE (rubygem/aws-sdk-iotwireless-1.69.0.gem) = 115712 diff --git a/devel/rubygem-aws-sdk-keyspacesstreams/Makefile b/devel/rubygem-aws-sdk-keyspacesstreams/Makefile index a657bd68f102..fa1fea59d1c0 100644 --- a/devel/rubygem-aws-sdk-keyspacesstreams/Makefile +++ b/devel/rubygem-aws-sdk-keyspacesstreams/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-keyspacesstreams -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-keyspacesstreams/distinfo b/devel/rubygem-aws-sdk-keyspacesstreams/distinfo index 21b4b06f7d21..2e15f302a49a 100644 --- a/devel/rubygem-aws-sdk-keyspacesstreams/distinfo +++ b/devel/rubygem-aws-sdk-keyspacesstreams/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208118 -SHA256 (rubygem/aws-sdk-keyspacesstreams-1.0.0.gem) = dfa5cbe22dd0f6193b0398d1c327bf38b887af272df85cfdaa9b213c51f00b5b -SIZE (rubygem/aws-sdk-keyspacesstreams-1.0.0.gem) = 32768 +TIMESTAMP = 1753265854 +SHA256 (rubygem/aws-sdk-keyspacesstreams-1.1.0.gem) = fb2c8033aa98ae0c33f64fcdf90a3c02918aef3c352f15e1c5d3405910fd135a +SIZE (rubygem/aws-sdk-keyspacesstreams-1.1.0.gem) = 32768 diff --git a/devel/rubygem-aws-sdk-mailmanager/Makefile b/devel/rubygem-aws-sdk-mailmanager/Makefile index 93e806e2be9a..59bb33ca4de9 100644 --- a/devel/rubygem-aws-sdk-mailmanager/Makefile +++ b/devel/rubygem-aws-sdk-mailmanager/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mailmanager -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mailmanager/distinfo b/devel/rubygem-aws-sdk-mailmanager/distinfo index 3104038bc448..db016b34c7f9 100644 --- a/devel/rubygem-aws-sdk-mailmanager/distinfo +++ b/devel/rubygem-aws-sdk-mailmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813596 -SHA256 (rubygem/aws-sdk-mailmanager-1.27.0.gem) = 8df59e43173f9770c560bd430cb1df93bf3819d2842dc9881c838faeeac51d72 -SIZE (rubygem/aws-sdk-mailmanager-1.27.0.gem) = 78848 +TIMESTAMP = 1753265856 +SHA256 (rubygem/aws-sdk-mailmanager-1.28.0.gem) = feec4d3fb050e03aacbc08538e7f0582c0d10de7b20fee11d898548d1360cbe0 +SIZE (rubygem/aws-sdk-mailmanager-1.28.0.gem) = 79872 diff --git a/devel/rubygem-aws-sdk-mediaconvert/Makefile b/devel/rubygem-aws-sdk-mediaconvert/Makefile index b6001afd7333..8ddb80b0f064 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/Makefile +++ b/devel/rubygem-aws-sdk-mediaconvert/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediaconvert -PORTVERSION= 1.162.0 +PORTVERSION= 1.164.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediaconvert/distinfo b/devel/rubygem-aws-sdk-mediaconvert/distinfo index b0e3b8e837f0..399a37393952 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/distinfo +++ b/devel/rubygem-aws-sdk-mediaconvert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954346 -SHA256 (rubygem/aws-sdk-mediaconvert-1.162.0.gem) = ea4897d15960a0f118a1f64de6debae13767b3ca437d66a1dcc2e0fd97ba48d0 -SIZE (rubygem/aws-sdk-mediaconvert-1.162.0.gem) = 331264 +TIMESTAMP = 1753265858 +SHA256 (rubygem/aws-sdk-mediaconvert-1.164.0.gem) = 84308dd65b463870146ae57a2477021de4ee6938f16d95fcee05b199179ee732 +SIZE (rubygem/aws-sdk-mediaconvert-1.164.0.gem) = 334336 diff --git a/devel/rubygem-aws-sdk-mediapackagev2/Makefile b/devel/rubygem-aws-sdk-mediapackagev2/Makefile index 6ee79053852e..987b884d9895 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagev2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-mediapackagev2 -PORTVERSION= 1.42.0 +PORTVERSION= 1.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-mediapackagev2/distinfo b/devel/rubygem-aws-sdk-mediapackagev2/distinfo index fa7684b5a690..a16021b03324 100644 --- a/devel/rubygem-aws-sdk-mediapackagev2/distinfo +++ b/devel/rubygem-aws-sdk-mediapackagev2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266200 -SHA256 (rubygem/aws-sdk-mediapackagev2-1.42.0.gem) = 77dbe96fd5e7eb2ff5845a9f46eea09a04f4f8e6b1610efc719f2f53b58fc2a4 -SIZE (rubygem/aws-sdk-mediapackagev2-1.42.0.gem) = 81920 +TIMESTAMP = 1753265860 +SHA256 (rubygem/aws-sdk-mediapackagev2-1.43.0.gem) = 80495226b212595d5a355a5d58f8696eb6a6681a5f179bbbb76be7fdfcdaf2aa +SIZE (rubygem/aws-sdk-mediapackagev2-1.43.0.gem) = 82944 diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile index 6e0e2aaf937f..0f2b3893386f 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/Makefile +++ b/devel/rubygem-aws-sdk-networkflowmonitor/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-networkflowmonitor -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo index 7a6461106ea7..37c367447b8e 100644 --- a/devel/rubygem-aws-sdk-networkflowmonitor/distinfo +++ b/devel/rubygem-aws-sdk-networkflowmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375105 -SHA256 (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = fc9978631d95a2bff6a0c54c71000820442555ee0fadd460f99359af6fd71d22 -SIZE (rubygem/aws-sdk-networkflowmonitor-1.8.0.gem) = 40960 +TIMESTAMP = 1753265862 +SHA256 (rubygem/aws-sdk-networkflowmonitor-1.9.0.gem) = 755d2965ffb0cb1ac21e14d77305c7be6fb397d6724055566c7c936ad96125dd +SIZE (rubygem/aws-sdk-networkflowmonitor-1.9.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-opensearchservice/Makefile b/devel/rubygem-aws-sdk-opensearchservice/Makefile index 29d022461a39..cafe2e4b8392 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/Makefile +++ b/devel/rubygem-aws-sdk-opensearchservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opensearchservice -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchservice/distinfo b/devel/rubygem-aws-sdk-opensearchservice/distinfo index 868f7641b240..2ad4bd171d2a 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/distinfo +++ b/devel/rubygem-aws-sdk-opensearchservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813686 -SHA256 (rubygem/aws-sdk-opensearchservice-1.69.0.gem) = 3c6d4921844d2f503629651ca233fdc4b796cabc4643e8919ab8bec071f19582 -SIZE (rubygem/aws-sdk-opensearchservice-1.69.0.gem) = 138752 +TIMESTAMP = 1753265864 +SHA256 (rubygem/aws-sdk-opensearchservice-1.70.0.gem) = 1e3f44812a22990d30aec65024483228a6d3200773d347ed1f0a1cfd6fdb69b6 +SIZE (rubygem/aws-sdk-opensearchservice-1.70.0.gem) = 139264 diff --git a/devel/rubygem-aws-sdk-outposts/Makefile b/devel/rubygem-aws-sdk-outposts/Makefile index 08b3daf9e362..a76ee6d85712 100644 --- a/devel/rubygem-aws-sdk-outposts/Makefile +++ b/devel/rubygem-aws-sdk-outposts/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-outposts -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-outposts/distinfo b/devel/rubygem-aws-sdk-outposts/distinfo index a6525c161e3f..7b410424c5d3 100644 --- a/devel/rubygem-aws-sdk-outposts/distinfo +++ b/devel/rubygem-aws-sdk-outposts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375107 -SHA256 (rubygem/aws-sdk-outposts-1.83.0.gem) = 4805b4cf9e86657dbc04672c19eabd6dba3cb336a19c989eb341e9a3c325d7b8 -SIZE (rubygem/aws-sdk-outposts-1.83.0.gem) = 55808 +TIMESTAMP = 1753265866 +SHA256 (rubygem/aws-sdk-outposts-1.84.0.gem) = e271452b873913c49f30d5b482345aa71b76c609973b535c88e1d827e2b72736 +SIZE (rubygem/aws-sdk-outposts-1.84.0.gem) = 57344 diff --git a/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile b/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile index 8e9539988232..782902150b43 100644 --- a/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile +++ b/devel/rubygem-aws-sdk-paymentcryptographydata/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-paymentcryptographydata -PORTVERSION= 1.34.0 +PORTVERSION= 1.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo b/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo index 4d9a326c8e61..6e2ed51ffc0f 100644 --- a/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo +++ b/devel/rubygem-aws-sdk-paymentcryptographydata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954356 -SHA256 (rubygem/aws-sdk-paymentcryptographydata-1.34.0.gem) = 837d4565f5e3be27f76f8914f2050c04da467d3be9b5f0a2354800433f30092c -SIZE (rubygem/aws-sdk-paymentcryptographydata-1.34.0.gem) = 57344 +TIMESTAMP = 1753265868 +SHA256 (rubygem/aws-sdk-paymentcryptographydata-1.35.0.gem) = 7acda75c028b61a3244e2ada2f15c311a63a77fc32a11c56ce9a967d9b667be7 +SIZE (rubygem/aws-sdk-paymentcryptographydata-1.35.0.gem) = 57344 diff --git a/devel/rubygem-aws-sdk-pricing/Makefile b/devel/rubygem-aws-sdk-pricing/Makefile index c2d176dffc61..30b190d311b6 100644 --- a/devel/rubygem-aws-sdk-pricing/Makefile +++ b/devel/rubygem-aws-sdk-pricing/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-pricing -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-pricing/distinfo b/devel/rubygem-aws-sdk-pricing/distinfo index a0c5d780d745..32fc7d52101c 100644 --- a/devel/rubygem-aws-sdk-pricing/distinfo +++ b/devel/rubygem-aws-sdk-pricing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813732 -SHA256 (rubygem/aws-sdk-pricing-1.77.0.gem) = c514f425f14116c013065e526950f238661d77c09343ffe51a953c67a92165f7 -SIZE (rubygem/aws-sdk-pricing-1.77.0.gem) = 28672 +TIMESTAMP = 1753265870 +SHA256 (rubygem/aws-sdk-pricing-1.78.0.gem) = cfdbd65811fde13fe8216b927a57004d8cf53c238bb9752aafe959b3729e9617 +SIZE (rubygem/aws-sdk-pricing-1.78.0.gem) = 29184 diff --git a/devel/rubygem-aws-sdk-quicksight/Makefile b/devel/rubygem-aws-sdk-quicksight/Makefile index d36cf43cd603..e552cf53e766 100644 --- a/devel/rubygem-aws-sdk-quicksight/Makefile +++ b/devel/rubygem-aws-sdk-quicksight/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-quicksight -PORTVERSION= 1.150.0 +PORTVERSION= 1.151.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-quicksight/distinfo b/devel/rubygem-aws-sdk-quicksight/distinfo index 3434c5ebbcea..fd24cecdef76 100644 --- a/devel/rubygem-aws-sdk-quicksight/distinfo +++ b/devel/rubygem-aws-sdk-quicksight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375111 -SHA256 (rubygem/aws-sdk-quicksight-1.150.0.gem) = 83cc526445c541b0b5cfb0684fa85191294aff908597f5740a3e72938080f444 -SIZE (rubygem/aws-sdk-quicksight-1.150.0.gem) = 972288 +TIMESTAMP = 1753265872 +SHA256 (rubygem/aws-sdk-quicksight-1.151.0.gem) = d7c77392fe438b84a600916c49ac3aeb6b3eb676590341954b71ce654e4ce820 +SIZE (rubygem/aws-sdk-quicksight-1.151.0.gem) = 972800 diff --git a/devel/rubygem-aws-sdk-repostspace/Makefile b/devel/rubygem-aws-sdk-repostspace/Makefile index 01db45449cab..f9b883fbcf0b 100644 --- a/devel/rubygem-aws-sdk-repostspace/Makefile +++ b/devel/rubygem-aws-sdk-repostspace/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-repostspace -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-repostspace/distinfo b/devel/rubygem-aws-sdk-repostspace/distinfo index 56ecf70b52f8..b2459ab0b896 100644 --- a/devel/rubygem-aws-sdk-repostspace/distinfo +++ b/devel/rubygem-aws-sdk-repostspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813766 -SHA256 (rubygem/aws-sdk-repostspace-1.22.0.gem) = f399a229bd0b60413fe2e7f636ca2b54f2d54da36343d61c26d8447a0442b16b -SIZE (rubygem/aws-sdk-repostspace-1.22.0.gem) = 30208 +TIMESTAMP = 1753265874 +SHA256 (rubygem/aws-sdk-repostspace-1.23.0.gem) = 317e347d890fd84560f3a644c93601cb3cfc9e44453eda5a15f6ad96ec8ad3c6 +SIZE (rubygem/aws-sdk-repostspace-1.23.0.gem) = 37376 diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index 672282606c35..69f8d6402d56 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resources -PORTVERSION= 3.234.0 +PORTVERSION= 3.236.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -53,6 +53,8 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-bcmpricingcalculator>=1<2:devel/rubygem-aws-sdk-bcmpricingcalculator \ rubygem-aws-sdk-bedrock>=1<2:devel/rubygem-aws-sdk-bedrock \ rubygem-aws-sdk-bedrockagent>=1<2:devel/rubygem-aws-sdk-bedrockagent \ + rubygem-aws-sdk-bedrockagentcore>=1<2:devel/rubygem-aws-sdk-bedrockagentcore \ + rubygem-aws-sdk-bedrockagentcorecontrol>=1<2:devel/rubygem-aws-sdk-bedrockagentcorecontrol \ rubygem-aws-sdk-bedrockagentruntime>=1<2:devel/rubygem-aws-sdk-bedrockagentruntime \ rubygem-aws-sdk-bedrockdataautomation>=1<2:devel/rubygem-aws-sdk-bedrockdataautomation \ rubygem-aws-sdk-bedrockdataautomationruntime>=1<2:devel/rubygem-aws-sdk-bedrockdataautomationruntime \ @@ -349,6 +351,7 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-s3control>=1<2:devel/rubygem-aws-sdk-s3control \ rubygem-aws-sdk-s3outposts>=1<2:devel/rubygem-aws-sdk-s3outposts \ rubygem-aws-sdk-s3tables>=1<2:devel/rubygem-aws-sdk-s3tables \ + rubygem-aws-sdk-s3vectors>=1<2:devel/rubygem-aws-sdk-s3vectors \ rubygem-aws-sdk-sagemaker>=1<2:devel/rubygem-aws-sdk-sagemaker \ rubygem-aws-sdk-sagemakeredgemanager>=1<2:devel/rubygem-aws-sdk-sagemakeredgemanager \ rubygem-aws-sdk-sagemakerfeaturestoreruntime>=1<2:devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime \ diff --git a/devel/rubygem-aws-sdk-resources/distinfo b/devel/rubygem-aws-sdk-resources/distinfo index 7b1183c92f2f..95b9a55c360a 100644 --- a/devel/rubygem-aws-sdk-resources/distinfo +++ b/devel/rubygem-aws-sdk-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622393 -SHA256 (rubygem/aws-sdk-resources-3.234.0.gem) = c458e854e6fd73c2cf566c7b928afb62362904175f044660c129ddac1fa1ad3d -SIZE (rubygem/aws-sdk-resources-3.234.0.gem) = 23040 +TIMESTAMP = 1753265876 +SHA256 (rubygem/aws-sdk-resources-3.236.0.gem) = 2afd344c7619b938a599ebda3236e3b3052bba718ce63ee65a90361803bfa985 +SIZE (rubygem/aws-sdk-resources-3.236.0.gem) = 23040 diff --git a/devel/rubygem-aws-sdk-s3/Makefile b/devel/rubygem-aws-sdk-s3/Makefile index d3cf82d328a3..e77acdca52c4 100644 --- a/devel/rubygem-aws-sdk-s3/Makefile +++ b/devel/rubygem-aws-sdk-s3/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3 -PORTVERSION= 1.192.0 +PORTVERSION= 1.193.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3/distinfo b/devel/rubygem-aws-sdk-s3/distinfo index 2791c8458236..6632a880e323 100644 --- a/devel/rubygem-aws-sdk-s3/distinfo +++ b/devel/rubygem-aws-sdk-s3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266206 -SHA256 (rubygem/aws-sdk-s3-1.192.0.gem) = 0cd451b4119c9228cc97f6fb9a1e99cf77b827f3a15cf3ada760be12b3a620d0 -SIZE (rubygem/aws-sdk-s3-1.192.0.gem) = 513024 +TIMESTAMP = 1753265878 +SHA256 (rubygem/aws-sdk-s3-1.193.0.gem) = ccb954977c43886df7fa2d70a067ed68fc07c54d575de36f5086247a2b113bde +SIZE (rubygem/aws-sdk-s3-1.193.0.gem) = 522240 diff --git a/devel/rubygem-aws-sdk-s3tables/Makefile b/devel/rubygem-aws-sdk-s3tables/Makefile index 526d8da8d8a2..e89a8535efaa 100644 --- a/devel/rubygem-aws-sdk-s3tables/Makefile +++ b/devel/rubygem-aws-sdk-s3tables/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3tables -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3tables/distinfo b/devel/rubygem-aws-sdk-s3tables/distinfo index 66196801d185..1afcf9970d14 100644 --- a/devel/rubygem-aws-sdk-s3tables/distinfo +++ b/devel/rubygem-aws-sdk-s3tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954370 -SHA256 (rubygem/aws-sdk-s3tables-1.10.0.gem) = 56518d9ac45ff6572298dcdc1954aae3dd950dd4a7f87b74543d5afc59493976 -SIZE (rubygem/aws-sdk-s3tables-1.10.0.gem) = 37376 +TIMESTAMP = 1753265880 +SHA256 (rubygem/aws-sdk-s3tables-1.11.0.gem) = 8e91774fd2b6bb049dffc9323c0bbe497baf983eed7d7ce266007136af1f757b +SIZE (rubygem/aws-sdk-s3tables-1.11.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-s3vectors/Makefile b/devel/rubygem-aws-sdk-s3vectors/Makefile new file mode 100644 index 000000000000..6b0bad6b3f6f --- /dev/null +++ b/devel/rubygem-aws-sdk-s3vectors/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-s3vectors +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon S3 Vectors +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3vectors + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.225.0<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-s3vectors/distinfo b/devel/rubygem-aws-sdk-s3vectors/distinfo new file mode 100644 index 000000000000..a65e9e8b9f7f --- /dev/null +++ b/devel/rubygem-aws-sdk-s3vectors/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265686 +SHA256 (rubygem/aws-sdk-s3vectors-1.0.0.gem) = 2d625cf99e02feb557edf96fef9f69ab633523775a3065ff6c4dd7cbeba48921 +SIZE (rubygem/aws-sdk-s3vectors-1.0.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-s3vectors/pkg-descr b/devel/rubygem-aws-sdk-s3vectors/pkg-descr new file mode 100644 index 000000000000..909d848d240e --- /dev/null +++ b/devel/rubygem-aws-sdk-s3vectors/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Amazon S3 Vectors. diff --git a/devel/rubygem-aws-sdk-sagemaker/Makefile b/devel/rubygem-aws-sdk-sagemaker/Makefile index ab8f21ae1133..e11033220e57 100644 --- a/devel/rubygem-aws-sdk-sagemaker/Makefile +++ b/devel/rubygem-aws-sdk-sagemaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemaker -PORTVERSION= 1.314.0 +PORTVERSION= 1.315.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemaker/distinfo b/devel/rubygem-aws-sdk-sagemaker/distinfo index d25b17ae8f01..26bc0d7b8784 100644 --- a/devel/rubygem-aws-sdk-sagemaker/distinfo +++ b/devel/rubygem-aws-sdk-sagemaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266210 -SHA256 (rubygem/aws-sdk-sagemaker-1.314.0.gem) = e2d530d50704b7ecf15ad1139977bea194fa02d77566abbe2d8b93dbd6ba73cb -SIZE (rubygem/aws-sdk-sagemaker-1.314.0.gem) = 791040 +TIMESTAMP = 1753265882 +SHA256 (rubygem/aws-sdk-sagemaker-1.315.0.gem) = 331694e75c8c812b14aba9ca33f1dc0261b8c01782f3208fef92be4989233d21 +SIZE (rubygem/aws-sdk-sagemaker-1.315.0.gem) = 795648 diff --git a/devel/rubygem-aws-sdk-sesv2/Makefile b/devel/rubygem-aws-sdk-sesv2/Makefile index 635c27246804..7db1c3b183cf 100644 --- a/devel/rubygem-aws-sdk-sesv2/Makefile +++ b/devel/rubygem-aws-sdk-sesv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sesv2 -PORTVERSION= 1.78.0 +PORTVERSION= 1.79.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sesv2/distinfo b/devel/rubygem-aws-sdk-sesv2/distinfo index 3c398e6220e3..93ea4b05832e 100644 --- a/devel/rubygem-aws-sdk-sesv2/distinfo +++ b/devel/rubygem-aws-sdk-sesv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208220 -SHA256 (rubygem/aws-sdk-sesv2-1.78.0.gem) = 31831280ef1d840bc1be8275b935b570122a2c9bc91939c300c5c16ab2ed771b -SIZE (rubygem/aws-sdk-sesv2-1.78.0.gem) = 138240 +TIMESTAMP = 1753265884 +SHA256 (rubygem/aws-sdk-sesv2-1.79.0.gem) = 5bd0e6f26eb3411905012efbce119ac497284569eb090df7eef104d5db736e32 +SIZE (rubygem/aws-sdk-sesv2-1.79.0.gem) = 138240 diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index 1d8dbdbb461a..8dcf6e33b1ff 100644 --- a/devel/rubygem-aws-sdk-ssm/Makefile +++ b/devel/rubygem-aws-sdk-ssm/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ssm -PORTVERSION= 1.197.0 +PORTVERSION= 1.198.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ssm/distinfo b/devel/rubygem-aws-sdk-ssm/distinfo index 143c9dc85d69..36b09f46b104 100644 --- a/devel/rubygem-aws-sdk-ssm/distinfo +++ b/devel/rubygem-aws-sdk-ssm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751375113 -SHA256 (rubygem/aws-sdk-ssm-1.197.0.gem) = dcd48f5ba60bce8716f5bdb73a779aa792ace9bbeac270b54ebef35e893d50c1 -SIZE (rubygem/aws-sdk-ssm-1.197.0.gem) = 323072 +TIMESTAMP = 1753265886 +SHA256 (rubygem/aws-sdk-ssm-1.198.0.gem) = 999098c0960dc15fd592099a2803f7c329f7be08782ec968a92039987ac1b5db +SIZE (rubygem/aws-sdk-ssm-1.198.0.gem) = 324608 diff --git a/devel/rubygem-aws-sdk-states/Makefile b/devel/rubygem-aws-sdk-states/Makefile index 16c7cedf89d5..f7c0725551a4 100644 --- a/devel/rubygem-aws-sdk-states/Makefile +++ b/devel/rubygem-aws-sdk-states/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-states -PORTVERSION= 1.90.0 +PORTVERSION= 1.92.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-states/distinfo b/devel/rubygem-aws-sdk-states/distinfo index 12007ef40af2..1acc41965a2b 100644 --- a/devel/rubygem-aws-sdk-states/distinfo +++ b/devel/rubygem-aws-sdk-states/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813878 -SHA256 (rubygem/aws-sdk-states-1.90.0.gem) = 2bb82a54a83f3fbedf33757189fd694bdb30dc0e202abdcd457067fcc85101c4 -SIZE (rubygem/aws-sdk-states-1.90.0.gem) = 83456 +TIMESTAMP = 1753265888 +SHA256 (rubygem/aws-sdk-states-1.92.0.gem) = 5bcc38b0f002e1b4bff8f49070da748c2b754297426c6cf0fe68c0a895cab105 +SIZE (rubygem/aws-sdk-states-1.92.0.gem) = 83968 diff --git a/devel/rubygem-aws-sdk-synthetics/Makefile b/devel/rubygem-aws-sdk-synthetics/Makefile index 35bad11c0943..46117a0c45d3 100644 --- a/devel/rubygem-aws-sdk-synthetics/Makefile +++ b/devel/rubygem-aws-sdk-synthetics/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-synthetics -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-synthetics/distinfo b/devel/rubygem-aws-sdk-synthetics/distinfo index 334173da3e08..5c04776143a1 100644 --- a/devel/rubygem-aws-sdk-synthetics/distinfo +++ b/devel/rubygem-aws-sdk-synthetics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813890 -SHA256 (rubygem/aws-sdk-synthetics-1.67.0.gem) = e08af4152613a2b78c34ec45f0dcb73baf0b2732c1b94803105072c310bc9a60 -SIZE (rubygem/aws-sdk-synthetics-1.67.0.gem) = 53760 +TIMESTAMP = 1753265890 +SHA256 (rubygem/aws-sdk-synthetics-1.68.0.gem) = 32751ce8d1e4af5b116972d5e93b832e878c54b610a2a14d0ff655f8f999c5b0 +SIZE (rubygem/aws-sdk-synthetics-1.68.0.gem) = 54272 diff --git a/devel/rubygem-console/Makefile b/devel/rubygem-console/Makefile index 42b53f84d8a6..2e379ed73042 100644 --- a/devel/rubygem-console/Makefile +++ b/devel/rubygem-console/Makefile @@ -1,5 +1,5 @@ PORTNAME= console -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-console/distinfo b/devel/rubygem-console/distinfo index 470b7ec61eff..093d1f515ca8 100644 --- a/devel/rubygem-console/distinfo +++ b/devel/rubygem-console/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813946 -SHA256 (rubygem/console-1.31.0.gem) = e2d5a69de73da5eb2f5d861383b4f718566ec51363f70e5cdd1312878100446d -SIZE (rubygem/console-1.31.0.gem) = 30720 +TIMESTAMP = 1753265892 +SHA256 (rubygem/console-1.32.0.gem) = 2a8e3d6384e3cdf140c89ce76d5f921b7d36fd42f69c6b5a6dccaf087529b1da +SIZE (rubygem/console-1.32.0.gem) = 30720 diff --git a/devel/rubygem-cucumber-messages/Makefile b/devel/rubygem-cucumber-messages/Makefile index db844e130d37..af0b54690613 100644 --- a/devel/rubygem-cucumber-messages/Makefile +++ b/devel/rubygem-cucumber-messages/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-messages -PORTVERSION= 28.0.0 +PORTVERSION= 28.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cucumber-messages/distinfo b/devel/rubygem-cucumber-messages/distinfo index 33db3b9becb7..dfb0bfe69225 100644 --- a/devel/rubygem-cucumber-messages/distinfo +++ b/devel/rubygem-cucumber-messages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266212 -SHA256 (rubygem/cucumber-messages-28.0.0.gem) = 52d7cc0bad9d8e502b4e557b0544eaaa16a6316ea41ade2c0e6ba1043c5d558c -SIZE (rubygem/cucumber-messages-28.0.0.gem) = 22016 +TIMESTAMP = 1753265894 +SHA256 (rubygem/cucumber-messages-28.1.0.gem) = 6f5b0f994c3db693c0e209334c0a8d2ab5f2d1494983f965c114c4c338eb363d +SIZE (rubygem/cucumber-messages-28.1.0.gem) = 21504 diff --git a/devel/rubygem-erb/Makefile b/devel/rubygem-erb/Makefile index 676d9238ce92..7ecd24e1b57a 100644 --- a/devel/rubygem-erb/Makefile +++ b/devel/rubygem-erb/Makefile @@ -1,5 +1,5 @@ PORTNAME= erb -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-erb/distinfo b/devel/rubygem-erb/distinfo index c89dcbc087f8..8bc664ff5e59 100644 --- a/devel/rubygem-erb/distinfo +++ b/devel/rubygem-erb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716302 -SHA256 (rubygem/erb-5.0.1.gem) = 760439803b36cc93eca8a266aab614614e588024a89bc30a62e78d98ff452c23 -SIZE (rubygem/erb-5.0.1.gem) = 20992 +TIMESTAMP = 1753265896 +SHA256 (rubygem/erb-5.0.2.gem) = d30f258143d4300fb4ecf430042ac12970c9bb4b33c974a545b8f58c1ec26c0f +SIZE (rubygem/erb-5.0.2.gem) = 21504 diff --git a/devel/rubygem-etc/Makefile b/devel/rubygem-etc/Makefile index 01532a119500..ce2a5322cb4b 100644 --- a/devel/rubygem-etc/Makefile +++ b/devel/rubygem-etc/Makefile @@ -1,5 +1,5 @@ PORTNAME= etc -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +9,8 @@ WWW= https://github.com/ruby/etc LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem diff --git a/devel/rubygem-etc/distinfo b/devel/rubygem-etc/distinfo index aedbec29d4b7..874125f6cf72 100644 --- a/devel/rubygem-etc/distinfo +++ b/devel/rubygem-etc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888592 -SHA256 (rubygem/etc-1.4.5.gem) = 0d854e7b97a40390b048ba51230c30886931931b9dba955e85985d7d3bccf26c -SIZE (rubygem/etc-1.4.5.gem) = 25088 +TIMESTAMP = 1753265898 +SHA256 (rubygem/etc-1.4.6.gem) = 0f7e9e7842ea5e3c3bd9bc81746ebb8c65ea29e4c42a93520a0d638129c7de01 +SIZE (rubygem/etc-1.4.6.gem) = 26112 diff --git a/devel/rubygem-excon/Makefile b/devel/rubygem-excon/Makefile index 6cb09bc6a8bd..45954889edd1 100644 --- a/devel/rubygem-excon/Makefile +++ b/devel/rubygem-excon/Makefile @@ -1,5 +1,5 @@ PORTNAME= excon -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-excon/distinfo b/devel/rubygem-excon/distinfo index e7e385890580..a3c29e52ec9a 100644 --- a/devel/rubygem-excon/distinfo +++ b/devel/rubygem-excon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495937 -SHA256 (rubygem/excon-1.2.7.gem) = 3b3917dbdf0c65b8d872039fe2b37bf423da2f245ef05b0af07423027c4cfde5 -SIZE (rubygem/excon-1.2.7.gem) = 171008 +TIMESTAMP = 1753265900 +SHA256 (rubygem/excon-1.2.8.gem) = 150f57a0f3919b8d2b3f74535596f9876389c6dde157e0bfac8f26631eb135d0 +SIZE (rubygem/excon-1.2.8.gem) = 171008 diff --git a/devel/rubygem-gapic-common/Makefile b/devel/rubygem-gapic-common/Makefile index de4fc6a953b1..a3e4bde4963b 100644 --- a/devel/rubygem-gapic-common/Makefile +++ b/devel/rubygem-gapic-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= gapic-common -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gapic-common/distinfo b/devel/rubygem-gapic-common/distinfo index 324a98042f60..7611cf29cc7f 100644 --- a/devel/rubygem-gapic-common/distinfo +++ b/devel/rubygem-gapic-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716304 -SHA256 (rubygem/gapic-common-1.0.0.gem) = 0b8515bf6668d2104422c47f2a07e37da3c125e3f48ece5b45c6776d5ced4615 -SIZE (rubygem/gapic-common-1.0.0.gem) = 45568 +TIMESTAMP = 1753265902 +SHA256 (rubygem/gapic-common-1.0.1.gem) = 334e3906c41b900df4d39f4e90862ab78bb8edfe55393e38962f398d89ef201d +SIZE (rubygem/gapic-common-1.0.1.gem) = 45568 diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index 4814e37b5685..593f1585e74c 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-compute_v1 -PORTVERSION= 0.124.0 +PORTVERSION= 0.125.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-compute_v1/distinfo b/devel/rubygem-google-apis-compute_v1/distinfo index b30e57097726..6fe5740e111e 100644 --- a/devel/rubygem-google-apis-compute_v1/distinfo +++ b/devel/rubygem-google-apis-compute_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566740 -SHA256 (rubygem/google-apis-compute_v1-0.124.0.gem) = c30e98fadaf31ac0469617618c498ec8557f10b0a39f13eb96c0b7973c3a0f0e -SIZE (rubygem/google-apis-compute_v1-0.124.0.gem) = 511488 +TIMESTAMP = 1753265904 +SHA256 (rubygem/google-apis-compute_v1-0.125.0.gem) = 8d3d87461f646edafb4c92ef3d7ae74c8972320ec45082a5ceb52f44d8fe30ab +SIZE (rubygem/google-apis-compute_v1-0.125.0.gem) = 512512 diff --git a/devel/rubygem-gyoku/Makefile b/devel/rubygem-gyoku/Makefile index e655bf79cb4d..abe0bc84a995 100644 --- a/devel/rubygem-gyoku/Makefile +++ b/devel/rubygem-gyoku/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for translating Ruby hashes to XML WWW= https://github.com/savonrb/gyoku diff --git a/devel/rubygem-io-console/Makefile b/devel/rubygem-io-console/Makefile index 9b3af7adea42..6dece224ff44 100644 --- a/devel/rubygem-io-console/Makefile +++ b/devel/rubygem-io-console/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-console -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-console/distinfo b/devel/rubygem-io-console/distinfo index 92aed81885da..ea94f7e3f831 100644 --- a/devel/rubygem-io-console/distinfo +++ b/devel/rubygem-io-console/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705269 -SHA256 (rubygem/io-console-0.8.0.gem) = cd6a9facbc69871d69b2cb8b926fc6ea7ef06f06e505e81a64f14a470fddefa2 -SIZE (rubygem/io-console-0.8.0.gem) = 26624 +TIMESTAMP = 1753265952 +SHA256 (rubygem/io-console-0.8.1.gem) = 1e15440a6b2f67b6ea496df7c474ed62c860ad11237f29b3bd187f054b925fcb +SIZE (rubygem/io-console-0.8.1.gem) = 26624 diff --git a/devel/rubygem-io-nonblock/Makefile b/devel/rubygem-io-nonblock/Makefile index fe6169b1bd69..ec0fe4a09458 100644 --- a/devel/rubygem-io-nonblock/Makefile +++ b/devel/rubygem-io-nonblock/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-nonblock -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-nonblock/distinfo b/devel/rubygem-io-nonblock/distinfo index 5246eaed851b..528c4d827d19 100644 --- a/devel/rubygem-io-nonblock/distinfo +++ b/devel/rubygem-io-nonblock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888634 -SHA256 (rubygem/io-nonblock-0.3.1.gem) = 54c76c033b4060b678451224f72b9ad30751f9d74b94c957a48e8210c85a79ed -SIZE (rubygem/io-nonblock-0.3.1.gem) = 8192 +TIMESTAMP = 1753265906 +SHA256 (rubygem/io-nonblock-0.3.2.gem) = 2014636edae4e32e893a3b9e6bac9d1c5b8d3af41b8cd5bcb2279a78fbef937d +SIZE (rubygem/io-nonblock-0.3.2.gem) = 7680 diff --git a/devel/rubygem-io-wait/Makefile b/devel/rubygem-io-wait/Makefile index 0d61f793fdb5..754ed830c0c1 100644 --- a/devel/rubygem-io-wait/Makefile +++ b/devel/rubygem-io-wait/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-wait -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-wait/distinfo b/devel/rubygem-io-wait/distinfo index e6f0f330bf81..2eeff1415c28 100644 --- a/devel/rubygem-io-wait/distinfo +++ b/devel/rubygem-io-wait/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702543768 -SHA256 (rubygem/io-wait-0.3.1.gem) = 0905806b1c5ce97aedee2c69e805625f97cfd89ee93f4e59e674483cf7750155 -SIZE (rubygem/io-wait-0.3.1.gem) = 9728 +TIMESTAMP = 1753265908 +SHA256 (rubygem/io-wait-0.3.2.gem) = 719e7ab60e40bd40de0a215e348c86689442aa1f80c2dcf77ccc25faf3e0b986 +SIZE (rubygem/io-wait-0.3.2.gem) = 9728 diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index fa2b6efc0c64..8d27fae8ad6f 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -1,5 +1,5 @@ PORTNAME= json -PORTVERSION= 2.12.2 +PORTVERSION= 2.13.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-json/distinfo b/devel/rubygem-json/distinfo index 287fcbfa7462..478fc05379d9 100644 --- a/devel/rubygem-json/distinfo +++ b/devel/rubygem-json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495967 -SHA256 (rubygem/json-2.12.2.gem) = ba94a48ad265605c8fa9a50a5892f3ba6a02661aa010f638211f3cb36f44abf4 -SIZE (rubygem/json-2.12.2.gem) = 75776 +TIMESTAMP = 1753265910 +SHA256 (rubygem/json-2.13.0.gem) = a4bdf1ce8db5617ec6c59e021db4a398e54b57b335e1fa417ac7badc3fb7c1a0 +SIZE (rubygem/json-2.13.0.gem) = 77312 diff --git a/devel/rubygem-mongo/Makefile b/devel/rubygem-mongo/Makefile index 7dc904a60b88..f1407827bbf7 100644 --- a/devel/rubygem-mongo/Makefile +++ b/devel/rubygem-mongo/Makefile @@ -1,5 +1,5 @@ PORTNAME= mongo -PORTVERSION= 2.21.1 +PORTVERSION= 2.21.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-mongo/distinfo b/devel/rubygem-mongo/distinfo index e64e8d0b9003..08775cc27d21 100644 --- a/devel/rubygem-mongo/distinfo +++ b/devel/rubygem-mongo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747547546 -SHA256 (rubygem/mongo-2.21.1.gem) = a0858375c546b87c9aba6adcda8e6298720fed787be54dde0fcb4637b5e48f43 -SIZE (rubygem/mongo-2.21.1.gem) = 450560 +TIMESTAMP = 1753265954 +SHA256 (rubygem/mongo-2.21.2.gem) = 273eeddd46456c35e02282b6ec90bea5d95449246dc337366a7b1b5538a275a1 +SIZE (rubygem/mongo-2.21.2.gem) = 451072 diff --git a/devel/rubygem-nori/Makefile b/devel/rubygem-nori/Makefile index 00bd5689662b..b32b79947c67 100644 --- a/devel/rubygem-nori/Makefile +++ b/devel/rubygem-nori/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for converting XML to Hash syntax WWW= https://github.com/savonrb/nori diff --git a/devel/rubygem-ostruct/Makefile b/devel/rubygem-ostruct/Makefile index 11fe4c118f18..4db6527bbf52 100644 --- a/devel/rubygem-ostruct/Makefile +++ b/devel/rubygem-ostruct/Makefile @@ -1,5 +1,5 @@ PORTNAME= ostruct -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ostruct/distinfo b/devel/rubygem-ostruct/distinfo index b2131ca4102c..4539cc96857e 100644 --- a/devel/rubygem-ostruct/distinfo +++ b/devel/rubygem-ostruct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954400 -SHA256 (rubygem/ostruct-0.6.2.gem) = 6d7302a299e400a2c248d6ce0dad18fc3a5714e8096facc25ffd0c54ee57cfc0 -SIZE (rubygem/ostruct-0.6.2.gem) = 12800 +TIMESTAMP = 1753265918 +SHA256 (rubygem/ostruct-0.6.3.gem) = 95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912 +SIZE (rubygem/ostruct-0.6.3.gem) = 12800 diff --git a/devel/rubygem-recaptcha/Makefile b/devel/rubygem-recaptcha/Makefile index 2fe5378a42d1..53eda4c136df 100644 --- a/devel/rubygem-recaptcha/Makefile +++ b/devel/rubygem-recaptcha/Makefile @@ -1,5 +1,5 @@ PORTNAME= recaptcha -PORTVERSION= 5.19.0 +PORTVERSION= 5.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-recaptcha/distinfo b/devel/rubygem-recaptcha/distinfo index ed5ab5493167..3da19a56ebbf 100644 --- a/devel/rubygem-recaptcha/distinfo +++ b/devel/rubygem-recaptcha/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738090276 -SHA256 (rubygem/recaptcha-5.19.0.gem) = b69c021a5b788da06901d2c95ab86f10a8634e6496343096cc5167f0318b2a39 -SIZE (rubygem/recaptcha-5.19.0.gem) = 24064 +TIMESTAMP = 1753265956 +SHA256 (rubygem/recaptcha-5.20.0.gem) = d918bb3b18bcb4517fde1908a2d259863c275ccfcf4f47c78e1d4d96709dab47 +SIZE (rubygem/recaptcha-5.20.0.gem) = 24064 diff --git a/devel/rubygem-rubocop-ast/Makefile b/devel/rubygem-rubocop-ast/Makefile index 1b26fdefec21..55bea6b78260 100644 --- a/devel/rubygem-rubocop-ast/Makefile +++ b/devel/rubygem-rubocop-ast/Makefile @@ -1,5 +1,5 @@ PORTNAME= rubocop-ast -PORTVERSION= 1.45.1 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-rubocop-ast/distinfo b/devel/rubygem-rubocop-ast/distinfo index d9936217ac61..1d6f7b21fb96 100644 --- a/devel/rubygem-rubocop-ast/distinfo +++ b/devel/rubygem-rubocop-ast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188238 -SHA256 (rubygem/rubocop-ast-1.45.1.gem) = 94042e49adc17f187ba037b33f941ba7398fede77cdf4bffafba95190a473a3e -SIZE (rubygem/rubocop-ast-1.45.1.gem) = 61440 +TIMESTAMP = 1753265920 +SHA256 (rubygem/rubocop-ast-1.46.0.gem) = 0da7f6ad5b98614f89b74f11873c191059c823eae07d6ffd40a42a3338f2232b +SIZE (rubygem/rubocop-ast-1.46.0.gem) = 61440 diff --git a/devel/rubygem-ruby-lsp-rails/Makefile b/devel/rubygem-ruby-lsp-rails/Makefile index 0ed206429504..49b3f6b51c14 100644 --- a/devel/rubygem-ruby-lsp-rails/Makefile +++ b/devel/rubygem-ruby-lsp-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-lsp-rails -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ WWW= https://shopify.github.io/ruby-lsp-rails/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-ruby-lsp>=0.24.0<0.25.0:devel/rubygem-ruby-lsp +RUN_DEPENDS= rubygem-ruby-lsp>=0.25.0<0.26.0:devel/rubygem-ruby-lsp USES= gem diff --git a/devel/rubygem-ruby-lsp-rails/distinfo b/devel/rubygem-ruby-lsp-rails/distinfo index f0e4e444dac0..a7b5352734a6 100644 --- a/devel/rubygem-ruby-lsp-rails/distinfo +++ b/devel/rubygem-ruby-lsp-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813972 -SHA256 (rubygem/ruby-lsp-rails-0.4.6.gem) = 385cba1b0374dfc3fe90c4781b6c3cf203684e0b6d7c10699ae32a6d4b327e4b -SIZE (rubygem/ruby-lsp-rails-0.4.6.gem) = 24064 +TIMESTAMP = 1753265914 +SHA256 (rubygem/ruby-lsp-rails-0.4.7.gem) = cb43abdfbeaaf3cf15970f0f21690bf17e1eebe8561214894ec2bc27cb59b11c +SIZE (rubygem/ruby-lsp-rails-0.4.7.gem) = 24064 diff --git a/devel/rubygem-ruby-lsp-rspec/Makefile b/devel/rubygem-ruby-lsp-rspec/Makefile index 089c303cf68a..d3d13a9fcf4d 100644 --- a/devel/rubygem-ruby-lsp-rspec/Makefile +++ b/devel/rubygem-ruby-lsp-rspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-lsp-rspec -PORTVERSION= 0.1.25 +PORTVERSION= 0.1.26 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/st0012/ruby-lsp-rspec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-ruby-lsp>=0.24.0<0.25:devel/rubygem-ruby-lsp +RUN_DEPENDS= rubygem-ruby-lsp>=0.25.0<0.26:devel/rubygem-ruby-lsp USES= gem diff --git a/devel/rubygem-ruby-lsp-rspec/distinfo b/devel/rubygem-ruby-lsp-rspec/distinfo index 8723d59d7bb9..b72fed8ad662 100644 --- a/devel/rubygem-ruby-lsp-rspec/distinfo +++ b/devel/rubygem-ruby-lsp-rspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813974 -SHA256 (rubygem/ruby-lsp-rspec-0.1.25.gem) = c5b9d1e8160c0140710cbb6a85dddc95ae29208e6ccd42088b99fdbb7d890296 -SIZE (rubygem/ruby-lsp-rspec-0.1.25.gem) = 14336 +TIMESTAMP = 1753265916 +SHA256 (rubygem/ruby-lsp-rspec-0.1.26.gem) = 6006c81ab44379462214113a5fc0c47e54b124b7ebfd7510ef65096e5db9b4aa +SIZE (rubygem/ruby-lsp-rspec-0.1.26.gem) = 14336 diff --git a/devel/rubygem-ruby-lsp/Makefile b/devel/rubygem-ruby-lsp/Makefile index f44a9f566fd8..fe95e3cb5bc9 100644 --- a/devel/rubygem-ruby-lsp/Makefile +++ b/devel/rubygem-ruby-lsp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-lsp -PORTVERSION= 0.24.2 +PORTVERSION= 0.25.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-language_server-protocol>=3.17.0<3.18:devel/rubygem-language_server-protocol \ rubygem-prism>=1.2<2.0:textproc/rubygem-prism \ - rubygem-rbs>=3<5:devel/rubygem-rbs \ - rubygem-sorbet-runtime>=0.5.10782:devel/rubygem-sorbet-runtime + rubygem-rbs>=3<5:devel/rubygem-rbs USES= gem diff --git a/devel/rubygem-ruby-lsp/distinfo b/devel/rubygem-ruby-lsp/distinfo index 8f2fa3990d7c..b352006a11b0 100644 --- a/devel/rubygem-ruby-lsp/distinfo +++ b/devel/rubygem-ruby-lsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954408 -SHA256 (rubygem/ruby-lsp-0.24.2.gem) = 78d57e0cc9627a23b33e610186f8b224c78b800c94ba0bdc1d9247d342e2c8de -SIZE (rubygem/ruby-lsp-0.24.2.gem) = 168960 +TIMESTAMP = 1753265912 +SHA256 (rubygem/ruby-lsp-0.25.0.gem) = ed2b257ea516a6421f7b1a4b10c57d71d337e220974868686f53ad0ba223f33a +SIZE (rubygem/ruby-lsp-0.25.0.gem) = 168960 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index 1598f45c186f..ce0a414f02b6 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.5.12222 +PORTVERSION= 0.5.12354 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index c43353e1c862..acfe222c2d32 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566744 -SHA256 (rubygem/sorbet-runtime-0.5.12222.gem) = d26c4e4645a0ef4eb6cffd6a159c02c6c2b1526968a674b41029bb76e0e3dcac -SIZE (rubygem/sorbet-runtime-0.5.12222.gem) = 89600 +TIMESTAMP = 1753265922 +SHA256 (rubygem/sorbet-runtime-0.5.12354.gem) = 8478d3d5d7a82b6803bb5ea87e585a4adc82066a04437149054466cc9208883c +SIZE (rubygem/sorbet-runtime-0.5.12354.gem) = 90112 diff --git a/devel/rubygem-syntax_tree/Makefile b/devel/rubygem-syntax_tree/Makefile index 445678778e21..354ffe897a0b 100644 --- a/devel/rubygem-syntax_tree/Makefile +++ b/devel/rubygem-syntax_tree/Makefile @@ -1,5 +1,5 @@ PORTNAME= syntax_tree -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-syntax_tree/distinfo b/devel/rubygem-syntax_tree/distinfo index 149733e11fde..1ea9018bfd90 100644 --- a/devel/rubygem-syntax_tree/distinfo +++ b/devel/rubygem-syntax_tree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695358177 -SHA256 (rubygem/syntax_tree-6.2.0.gem) = a50a01c246601af3c258edbb6b12e44373d17966ab3bebd1f7224b3b994a343d -SIZE (rubygem/syntax_tree-6.2.0.gem) = 220672 +TIMESTAMP = 1753265924 +SHA256 (rubygem/syntax_tree-6.3.0.gem) = 56e25a9692c798ec94c5442fe94c5e94af76bef91edc8bb02052cbdecf35f13d +SIZE (rubygem/syntax_tree-6.3.0.gem) = 221696 diff --git a/devel/rubygem-thor/Makefile b/devel/rubygem-thor/Makefile index a74cff3e4011..e08de0961327 100644 --- a/devel/rubygem-thor/Makefile +++ b/devel/rubygem-thor/Makefile @@ -1,5 +1,5 @@ PORTNAME= thor -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-thor/distinfo b/devel/rubygem-thor/distinfo index bac9f20cd95f..03f4cdfc3b36 100644 --- a/devel/rubygem-thor/distinfo +++ b/devel/rubygem-thor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725560779 -SHA256 (rubygem/thor-1.3.2.gem) = eef0293b9e24158ccad7ab383ae83534b7ad4ed99c09f96f1a6b036550abbeda -SIZE (rubygem/thor-1.3.2.gem) = 56320 +TIMESTAMP = 1753265926 +SHA256 (rubygem/thor-1.4.0.gem) = 8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d +SIZE (rubygem/thor-1.4.0.gem) = 56320 diff --git a/devel/rubygem-wdm/Makefile b/devel/rubygem-wdm/Makefile index 6ef0638c0563..4a872a0195ab 100644 --- a/devel/rubygem-wdm/Makefile +++ b/devel/rubygem-wdm/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for monitoring directories for changes WWW= https://github.com/Maher4Ever/wdm diff --git a/devel/rubygem-xdg/Makefile b/devel/rubygem-xdg/Makefile index 7e4c6dbcdf3e..e5348a8a57fb 100644 --- a/devel/rubygem-xdg/Makefile +++ b/devel/rubygem-xdg/Makefile @@ -1,5 +1,5 @@ PORTNAME= xdg -PORTVERSION= 9.2.0 +PORTVERSION= 9.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-xdg/distinfo b/devel/rubygem-xdg/distinfo index d341a6bf272b..d3d7e3158c34 100644 --- a/devel/rubygem-xdg/distinfo +++ b/devel/rubygem-xdg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936384 -SHA256 (rubygem/xdg-9.2.0.gem) = ad8bff38e0074a46aaa9d7322a01291b75e828d957cc08091dba3c35e931cb4d -SIZE (rubygem/xdg-9.2.0.gem) = 17408 +TIMESTAMP = 1753265928 +SHA256 (rubygem/xdg-9.3.0.gem) = 5983be107939281dbcc4f5cc58fc4b820ef240d0de1122a25aad6d92baa5565c +SIZE (rubygem/xdg-9.3.0.gem) = 17408 diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile index d88bd432cba8..f48c3d020b12 100644 --- a/devel/socket_wrapper/Makefile +++ b/devel/socket_wrapper/Makefile @@ -1,5 +1,5 @@ PORTNAME= socket_wrapper -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= SAMBA/cwrap @@ -11,9 +11,9 @@ WWW= https://cwrap.org/socket_wrapper.html \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= cmocka>=1.1.6:sysutils/cmocka +TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake:testing pathfix +USES= cmake:testing localbase pathfix CMAKE_OFF= HELGRIND_TESTING \ PICKY_DEVELOPER \ diff --git a/devel/socket_wrapper/distinfo b/devel/socket_wrapper/distinfo index f5293da43150..bc136faa0a0d 100644 --- a/devel/socket_wrapper/distinfo +++ b/devel/socket_wrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712704087 -SHA256 (socket_wrapper-1.4.2.tar.gz) = 0a08ec249dd9ffbb3b16d577b352d573561f57beeec3596182ac6ec8e46b9ab6 -SIZE (socket_wrapper-1.4.2.tar.gz) = 90641 +TIMESTAMP = 1753265696 +SHA256 (socket_wrapper-1.5.0.tar.gz) = 9c341f86c11b2738ee885cbf83b42ee4bd445ba96e57151b8ede12b9f54fd6f7 +SIZE (socket_wrapper-1.5.0.tar.gz) = 89865 diff --git a/devel/socket_wrapper/pkg-plist b/devel/socket_wrapper/pkg-plist index cf2b202525f5..89e6bb920882 100644 --- a/devel/socket_wrapper/pkg-plist +++ b/devel/socket_wrapper/pkg-plist @@ -5,7 +5,7 @@ lib/cmake/socket_wrapper/socket_wrapper_noop-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/socket_wrapper/socket_wrapper_noop-config.cmake lib/libsocket_wrapper.so lib/libsocket_wrapper.so.0 -lib/libsocket_wrapper.so.0.4.1 +lib/libsocket_wrapper.so.0.5.0 lib/libsocket_wrapper_noop.so lib/libsocket_wrapper_noop.so.0 lib/libsocket_wrapper_noop.so.0.0.1 diff --git a/devel/task/Makefile b/devel/task/Makefile index 92ba4a80bbff..ab2ede8d151f 100644 --- a/devel/task/Makefile +++ b/devel/task/Makefile @@ -1,6 +1,6 @@ PORTNAME= task DISTVERSIONPREFIX= v -DISTVERSION= 3.44.0 +DISTVERSION= 3.44.1 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org @@ -10,82 +10,18 @@ WWW= https://taskfile.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules - -USE_GITHUB= yes -GH_ACCOUNT= go-task -GH_TUPLE= \ - Ladicle:tabwriter:v1.0.0:ladicle_tabwriter/vendor/github.com/Ladicle/tabwriter \ - Masterminds:semver:v3.3.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ - Microsoft:go-winio:v0.6.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ - ProtonMail:go-crypto:v1.1.6:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ - alecthomas:chroma:v2.18.0:alecthomas_chroma_v2/vendor/github.com/alecthomas/chroma/v2 \ - chainguard-dev:git-urls:v1.0.2:chainguard_dev_git_urls/vendor/github.com/chainguard-dev/git-urls \ - cloudflare:circl:v1.6.1:cloudflare_circl/vendor/github.com/cloudflare/circl \ - cyphar:filepath-securejoin:v0.4.1:cyphar_filepath_securejoin/vendor/github.com/cyphar/filepath-securejoin \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ - dlclark:regexp2:v1.11.5:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ - dominikbraun:graph:v0.23.0:dominikbraun_graph/vendor/github.com/dominikbraun/graph \ - elliotchance:orderedmap:v3.1.0:elliotchance_orderedmap_v3/vendor/github.com/elliotchance/orderedmap \ - emirpasic:gods:v1.18.1:emirpasic_gods/vendor/github.com/emirpasic/gods \ - fatih:color:v1.18.0:fatih_color/vendor/github.com/fatih/color \ - fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ - go-git:gcfg:3a3c6141e376:go_git_gcfg/vendor/github.com/go-git/gcfg \ - go-git:go-billy:v5.6.2:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ - go-git:go-git:v5.16.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ - go-task:slim-sprig:v3.0.0:go_task_slim_sprig_v3/vendor/github.com/go-task/slim-sprig/v3 \ - go-task:template:v0.1.0:go_task_template/vendor/github.com/go-task/template \ - go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ - go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - golang:crypto:v0.37.0:golang_crypto/vendor/golang.org/x/crypto \ - golang:groupcache:2c02b8208cf8:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:net:v0.39.0:golang_net/vendor/golang.org/x/net \ - golang:sync:v0.14.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.33.0:golang_sys/vendor/golang.org/x/sys \ - golang:term:v0.32.0:golang_term/vendor/golang.org/x/term \ - google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ - imdario:mergo:v1.0.0:imdario_mergo/vendor/dario.cat/mergo \ - jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ - joho:godotenv:v1.5.1:joho_godotenv/vendor/github.com/joho/godotenv \ - kevinburke:ssh_config:v1.2.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ - klauspost:cpuid:v2.2.7:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ - mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mitchellh:hashstructure:v2.0.2:mitchellh_hashstructure_v2/vendor/github.com/mitchellh/hashstructure/v2 \ - mvdan:sh:v3.11.0:mvdan_sh/vendor/mvdan.cc/sh/v3 \ - otiai10:copy:v1.14.1:otiai10_copy/vendor/github.com/otiai10/copy \ - otiai10:mint:v1.6.3:otiai10_mint/vendor/github.com/otiai10/mint \ - pjbgf:sha1cd:v0.3.2:pjbgf_sha1cd/vendor/github.com/pjbgf/sha1cd \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - puzpuzpuz:xsync:v3.5.1:puzpuzpuz_xsync_v3/vendor/github.com/puzpuzpuz/xsync/v3 \ - sajari:fuzzy:v1.0.0:sajari_fuzzy/vendor/github.com/sajari/fuzzy \ - sebdah:goldie:v2.5.5:sebdah_goldie_v2/vendor/github.com/sebdah/goldie \ - sergi:go-diff:5b0b94c5c0d3:sergi_go_diff/vendor/github.com/sergi/go-diff \ - skeema:knownhosts:v1.3.1:skeema_knownhosts/vendor/github.com/skeema/knownhosts \ - spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:objx:v0.5.2:stretchr_objx/vendor/github.com/stretchr/objx \ - stretchr:testify:v1.10.0:stretchr_testify/vendor/github.com/stretchr/testify \ - xanzy:ssh-agent:v0.3.3:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ - zeebo:xxh3:v1.0.2:zeebo_xxh3/vendor/github.com/zeebo/xxh3 +USES= go:modules +GO_MODULE= github.com/go-task/task/v3 GO_TARGET= ./cmd/task -PLIST_FILES= bin/task +PLIST_FILES= bin/${PORTNAME} PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS -post-extract: - @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -# target for port maintainer -generate-modules-txt: extract - @${RM} ${WRKSRC}/vendor/modules.txt - @${MAKE} gomod-vendor - @${CP} ${WRKSRC}/vendor/modules.txt ${FILESDIR} - .include <bsd.port.mk> diff --git a/devel/task/distinfo b/devel/task/distinfo index 744c5c008ea3..0bc7e6fdaefb 100644 --- a/devel/task/distinfo +++ b/devel/task/distinfo @@ -1,107 +1,5 @@ -TIMESTAMP = 1749447644 -SHA256 (go-task-task-v3.44.0_GH0.tar.gz) = 9a4d91baf8fb3bfa018557f60f8516d8f8b9ee2012eaf5c1eb5d9484db429a06 -SIZE (go-task-task-v3.44.0_GH0.tar.gz) = 564249 -SHA256 (Ladicle-tabwriter-v1.0.0_GH0.tar.gz) = 418b98c284ecfee18abae6f582bd784d9d9929c97ce03bc88bcc135612b4bcea -SIZE (Ladicle-tabwriter-v1.0.0_GH0.tar.gz) = 11919 -SHA256 (Masterminds-semver-v3.3.1_GH0.tar.gz) = 495b165ada0aa6f8798d0ff2474c5982faf8e1b8418364149f490029f9f4cb35 -SIZE (Masterminds-semver-v3.3.1_GH0.tar.gz) = 28210 -SHA256 (Microsoft-go-winio-v0.6.2_GH0.tar.gz) = 0bf0aedbb0a38c494fda60804679e270fe98ca05dc9c2659584df1e3e1e0bd17 -SIZE (Microsoft-go-winio-v0.6.2_GH0.tar.gz) = 114145 -SHA256 (ProtonMail-go-crypto-v1.1.6_GH0.tar.gz) = 4c159f38dc90caeb8322c15ad80b529b70cd285a1e884f9cdcef25803b93d116 -SIZE (ProtonMail-go-crypto-v1.1.6_GH0.tar.gz) = 513001 -SHA256 (alecthomas-chroma-v2.18.0_GH0.tar.gz) = d3ff19a0007222f1674f3d751f8702073fc95b7c293c595a3c36b57275c1bde5 -SIZE (alecthomas-chroma-v2.18.0_GH0.tar.gz) = 1202857 -SHA256 (chainguard-dev-git-urls-v1.0.2_GH0.tar.gz) = b55003cd74cae107631939924b6b702ceb9b3ba5a67f120427026838032db039 -SIZE (chainguard-dev-git-urls-v1.0.2_GH0.tar.gz) = 5220 -SHA256 (cloudflare-circl-v1.6.1_GH0.tar.gz) = d9e31594460124cf6f98a4580853ccfc9781c730c2f0058f4fcf2b4e23130a9c -SIZE (cloudflare-circl-v1.6.1_GH0.tar.gz) = 7048493 -SHA256 (cyphar-filepath-securejoin-v0.4.1_GH0.tar.gz) = 8171b434bba45b7041a6e41accc35b0426cd6b4b3b640411af9338e86453ab90 -SIZE (cyphar-filepath-securejoin-v0.4.1_GH0.tar.gz) = 52786 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (dlclark-regexp2-v1.11.5_GH0.tar.gz) = a43238d4a5e6a21fb5a4a8af2565a1843a175686be9c359f3e14ef9995a80ebe -SIZE (dlclark-regexp2-v1.11.5_GH0.tar.gz) = 213678 -SHA256 (dominikbraun-graph-v0.23.0_GH0.tar.gz) = b7d6ed47eff83acaef77d676fdc2101439f47552a04d1edbc0a532602b7d783c -SIZE (dominikbraun-graph-v0.23.0_GH0.tar.gz) = 151823 -SHA256 (elliotchance-orderedmap-v3.1.0_GH0.tar.gz) = 7360ec176afd23855c8460b34168571d585723985c0170747a68992e6e14a1e8 -SIZE (elliotchance-orderedmap-v3.1.0_GH0.tar.gz) = 19989 -SHA256 (emirpasic-gods-v1.18.1_GH0.tar.gz) = 741fb139fc74b20c0e5eae63a0a5ee0646019953b15955ac4505f1dd5dded104 -SIZE (emirpasic-gods-v1.18.1_GH0.tar.gz) = 103448 -SHA256 (fatih-color-v1.18.0_GH0.tar.gz) = 586b2b42a4165ac52b35808be1238f90d109789bfcb1ddecd3f512eddbac0a9f -SIZE (fatih-color-v1.18.0_GH0.tar.gz) = 12717 -SHA256 (fsnotify-fsnotify-v1.9.0_GH0.tar.gz) = 3ff59fb248bb76a6bf4fbe99586aec08f7218743187c71da3ff2e34c23cc1a05 -SIZE (fsnotify-fsnotify-v1.9.0_GH0.tar.gz) = 73945 -SHA256 (go-git-gcfg-3a3c6141e376_GH0.tar.gz) = 8886a299e568a466bcdb8b9a172a9a3c62c1c8e06669b6f1136601e70dde1e5c -SIZE (go-git-gcfg-3a3c6141e376_GH0.tar.gz) = 29255 -SHA256 (go-git-go-billy-v5.6.2_GH0.tar.gz) = b910d0564d61f8caa70a19d04df8b16523e3d39c15394488039b31324cb7bd85 -SIZE (go-git-go-billy-v5.6.2_GH0.tar.gz) = 45328 -SHA256 (go-git-go-git-v5.16.0_GH0.tar.gz) = 72b12a280b02f794399aa04beab8f3cb0c1a95f4c37f41f980f6169bc8ac13ba -SIZE (go-git-go-git-v5.16.0_GH0.tar.gz) = 552527 -SHA256 (go-task-slim-sprig-v3.0.0_GH0.tar.gz) = 673b1acc819c60899e78b00f20da2b8270a0e370c01d3def9cda0a86167881fb -SIZE (go-task-slim-sprig-v3.0.0_GH0.tar.gz) = 40249 -SHA256 (go-task-template-v0.1.0_GH0.tar.gz) = 9124ba70c50922e3f680fb84073a9bab6283aad3ece5082ed2a7c0888426d6b7 -SIZE (go-task-template-v0.1.0_GH0.tar.gz) = 78058 -SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8 -SIZE (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769 -SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5 -SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 -SHA256 (golang-crypto-v0.37.0_GH0.tar.gz) = efc47fd29f232cc4e82f9de57a2213e6426fc2ee2d79c8ae545597c2e16ffdf7 -SIZE (golang-crypto-v0.37.0_GH0.tar.gz) = 1850383 -SHA256 (golang-groupcache-2c02b8208cf8_GH0.tar.gz) = b1c7464afcdeeca03a78abc75a514e9dcf03f87be4d407f64f8a5357596b4dbb -SIZE (golang-groupcache-2c02b8208cf8_GH0.tar.gz) = 26678 -SHA256 (golang-net-v0.39.0_GH0.tar.gz) = 608e1883bbac69a0167d2824ea5d93401986b5c3611bb1988358874ba8f13d4f -SIZE (golang-net-v0.39.0_GH0.tar.gz) = 1502093 -SHA256 (golang-sync-v0.14.0_GH0.tar.gz) = ab5a86fe8c4e6f2d1884ba5f91563796ca22723c245cda8cd035a266f24d1f5d -SIZE (golang-sync-v0.14.0_GH0.tar.gz) = 18767 -SHA256 (golang-sys-v0.33.0_GH0.tar.gz) = 16370146c98a69f76b09e7b67ec93d7e259e45d85808aeb9a453a4bbff865287 -SIZE (golang-sys-v0.33.0_GH0.tar.gz) = 1528783 -SHA256 (golang-term-v0.32.0_GH0.tar.gz) = 3b194a9205fc4221299c3475e4170a24a0a87c816ca58dcbc21b39029e47ef14 -SIZE (golang-term-v0.32.0_GH0.tar.gz) = 15443 -SHA256 (google-uuid-v1.6.0_GH0.tar.gz) = ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d -SIZE (google-uuid-v1.6.0_GH0.tar.gz) = 20896 -SHA256 (imdario-mergo-v1.0.0_GH0.tar.gz) = 95ef6e8c4d877d1bcb4d4cd8e917c56faba847bba86b3c91e869636ad008bf41 -SIZE (imdario-mergo-v1.0.0_GH0.tar.gz) = 29097 -SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba -SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 -SHA256 (joho-godotenv-v1.5.1_GH0.tar.gz) = f87c261109efd54c8f16b40252e820d690af571975c25247d2438c43be0be4a1 -SIZE (joho-godotenv-v1.5.1_GH0.tar.gz) = 14220 -SHA256 (kevinburke-ssh_config-v1.2.0_GH0.tar.gz) = 44b1e5fc518886e422c918c8c3e9fa797ce1affcbe5b1e2ffe514a595db7deca -SIZE (kevinburke-ssh_config-v1.2.0_GH0.tar.gz) = 20611 -SHA256 (klauspost-cpuid-v2.2.7_GH0.tar.gz) = 3af0c0c25c7ce1feaa89ea039d400d8c500d035f9a36e86d107d4743392a1da0 -SIZE (klauspost-cpuid-v2.2.7_GH0.tar.gz) = 457397 -SHA256 (mattn-go-colorable-v0.1.13_GH0.tar.gz) = c3b62c76d365906bba9aa9d9ec048fd33a2a5742299d6482a08e7466d4c52d77 -SIZE (mattn-go-colorable-v0.1.13_GH0.tar.gz) = 9762 -SHA256 (mattn-go-isatty-v0.0.20_GH0.tar.gz) = 18fc42a278e60fb7a1dffa72f20539ae88d0e292db55b513ef514b7d369883a6 -SIZE (mattn-go-isatty-v0.0.20_GH0.tar.gz) = 4713 -SHA256 (mitchellh-hashstructure-v2.0.2_GH0.tar.gz) = 3c6781f06d145547a3f08e365ee43c8c47b24d89baf1bc61bc971910f7fe4bbc -SIZE (mitchellh-hashstructure-v2.0.2_GH0.tar.gz) = 9004 -SHA256 (mvdan-sh-v3.11.0_GH0.tar.gz) = 69aebb0dd4bf5e62842c186ad38b76f6ec2e781188cd71cea33cb4e729086e94 -SIZE (mvdan-sh-v3.11.0_GH0.tar.gz) = 231996 -SHA256 (otiai10-copy-v1.14.1_GH0.tar.gz) = 32f7cd5dc0c182c4e5b86afe9e39bd6e9c1348f60de9c8511ff84ac1fcc295d8 -SIZE (otiai10-copy-v1.14.1_GH0.tar.gz) = 20600 -SHA256 (otiai10-mint-v1.6.3_GH0.tar.gz) = b02c8a525922a7eb63f03ef8a3223f4a167d7454b7c3df722f1901fadbe07b5b -SIZE (otiai10-mint-v1.6.3_GH0.tar.gz) = 9029 -SHA256 (pjbgf-sha1cd-v0.3.2_GH0.tar.gz) = 73dfdc1de6b75ebce312eb4cd54a48378d2d083454c7fa31f080fb01af205aa1 -SIZE (pjbgf-sha1cd-v0.3.2_GH0.tar.gz) = 3682831 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (puzpuzpuz-xsync-v3.5.1_GH0.tar.gz) = 9b01fb25f5d0ea71c20810a4bcc62d116d6c39686f04e51f3b6620eefb39754d -SIZE (puzpuzpuz-xsync-v3.5.1_GH0.tar.gz) = 48037 -SHA256 (sajari-fuzzy-v1.0.0_GH0.tar.gz) = b1f2dfca87c5e90cab8bba66a8d1ec94981637a2cbf8855d8535f3a8c12800bd -SIZE (sajari-fuzzy-v1.0.0_GH0.tar.gz) = 2402004 -SHA256 (sebdah-goldie-v2.5.5_GH0.tar.gz) = 22bffdaeb401ef2d69392d560c1111740266ab1b5db0d9cdcadca57304b962d9 -SIZE (sebdah-goldie-v2.5.5_GH0.tar.gz) = 157147 -SHA256 (sergi-go-diff-5b0b94c5c0d3_GH0.tar.gz) = a057b331f6e85453a55f2626b2b252e8d57cd9961f14573854cf883409807f53 -SIZE (sergi-go-diff-5b0b94c5c0d3_GH0.tar.gz) = 1331888 -SHA256 (skeema-knownhosts-v1.3.1_GH0.tar.gz) = cf130482ff2123967effedac1368d296d705d22f1c2a39a978f242bfb1fa59b7 -SIZE (skeema-knownhosts-v1.3.1_GH0.tar.gz) = 18841 -SHA256 (spf13-pflag-v1.0.6_GH0.tar.gz) = b6beba1d0a8ce6e0827567931ff9b1b1c93b0fb4b091e825aa09bf0310664ff7 -SIZE (spf13-pflag-v1.0.6_GH0.tar.gz) = 52840 -SHA256 (stretchr-objx-v0.5.2_GH0.tar.gz) = c21c81a2e619fe8194c9cfafd577a72fe163df5a384d68799fbc54eef4b0e33f -SIZE (stretchr-objx-v0.5.2_GH0.tar.gz) = 33222 -SHA256 (stretchr-testify-v1.10.0_GH0.tar.gz) = 06af5143ab5fc8f2fbf3d1420a5f002f6383cd7de911698dbd1822beacb27684 -SIZE (stretchr-testify-v1.10.0_GH0.tar.gz) = 112732 -SHA256 (xanzy-ssh-agent-v0.3.3_GH0.tar.gz) = e15d693dd9aaa7647e1ca4b2fd7051047aa4ad6b3678ecb1ca95cd93c3c34ec9 -SIZE (xanzy-ssh-agent-v0.3.3_GH0.tar.gz) = 8620 -SHA256 (zeebo-xxh3-v1.0.2_GH0.tar.gz) = d488743971995e562623d49603256814e2b5162d9c419dab8c99583fc6bcfd0b -SIZE (zeebo-xxh3-v1.0.2_GH0.tar.gz) = 286392 +TIMESTAMP = 1753408298 +SHA256 (go/devel_task/task-v3.44.1/v3.44.1.mod) = 4165c02896906ac6894db9cecb1829c636f5e9a0c7aeffef09daf13bf4a8056a +SIZE (go/devel_task/task-v3.44.1/v3.44.1.mod) = 2304 +SHA256 (go/devel_task/task-v3.44.1/v3.44.1.zip) = 855ce4b9f29038ae393ee10db9e235a647c7505d6140fe80c5d4eb9a5d184ded +SIZE (go/devel_task/task-v3.44.1/v3.44.1.zip) = 789924 diff --git a/devel/task/files/modules.txt b/devel/task/files/modules.txt deleted file mode 100644 index d8da67b368f2..000000000000 --- a/devel/task/files/modules.txt +++ /dev/null @@ -1,293 +0,0 @@ -# dario.cat/mergo v1.0.0 -## explicit; go 1.13 -dario.cat/mergo -# github.com/Ladicle/tabwriter v1.0.0 -## explicit; go 1.14 -github.com/Ladicle/tabwriter -# github.com/Masterminds/semver/v3 v3.3.1 -## explicit; go 1.21 -github.com/Masterminds/semver/v3 -# github.com/Microsoft/go-winio v0.6.2 -## explicit; go 1.21 -github.com/Microsoft/go-winio -github.com/Microsoft/go-winio/internal/fs -github.com/Microsoft/go-winio/internal/socket -github.com/Microsoft/go-winio/internal/stringbuffer -github.com/Microsoft/go-winio/pkg/guid -# github.com/ProtonMail/go-crypto v1.1.6 -## explicit; go 1.17 -github.com/ProtonMail/go-crypto/bitcurves -github.com/ProtonMail/go-crypto/brainpool -github.com/ProtonMail/go-crypto/eax -github.com/ProtonMail/go-crypto/internal/byteutil -github.com/ProtonMail/go-crypto/ocb -github.com/ProtonMail/go-crypto/openpgp -github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -github.com/ProtonMail/go-crypto/openpgp/armor -github.com/ProtonMail/go-crypto/openpgp/ecdh -github.com/ProtonMail/go-crypto/openpgp/ecdsa -github.com/ProtonMail/go-crypto/openpgp/ed25519 -github.com/ProtonMail/go-crypto/openpgp/ed448 -github.com/ProtonMail/go-crypto/openpgp/eddsa -github.com/ProtonMail/go-crypto/openpgp/elgamal -github.com/ProtonMail/go-crypto/openpgp/errors -github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -github.com/ProtonMail/go-crypto/openpgp/internal/ecc -github.com/ProtonMail/go-crypto/openpgp/internal/encoding -github.com/ProtonMail/go-crypto/openpgp/packet -github.com/ProtonMail/go-crypto/openpgp/s2k -github.com/ProtonMail/go-crypto/openpgp/x25519 -github.com/ProtonMail/go-crypto/openpgp/x448 -# github.com/alecthomas/chroma/v2 v2.18.0 -## explicit; go 1.22 -github.com/alecthomas/chroma/v2 -github.com/alecthomas/chroma/v2/formatters -github.com/alecthomas/chroma/v2/formatters/html -github.com/alecthomas/chroma/v2/formatters/svg -github.com/alecthomas/chroma/v2/lexers -github.com/alecthomas/chroma/v2/quick -github.com/alecthomas/chroma/v2/styles -# github.com/chainguard-dev/git-urls v1.0.2 -## explicit; go 1.19 -github.com/chainguard-dev/git-urls -# github.com/cloudflare/circl v1.6.1 -## explicit; go 1.22.0 -github.com/cloudflare/circl/dh/x25519 -github.com/cloudflare/circl/dh/x448 -github.com/cloudflare/circl/ecc/goldilocks -github.com/cloudflare/circl/internal/conv -github.com/cloudflare/circl/internal/sha3 -github.com/cloudflare/circl/math -github.com/cloudflare/circl/math/fp25519 -github.com/cloudflare/circl/math/fp448 -github.com/cloudflare/circl/math/mlsbset -github.com/cloudflare/circl/sign -github.com/cloudflare/circl/sign/ed25519 -github.com/cloudflare/circl/sign/ed448 -# github.com/cyphar/filepath-securejoin v0.4.1 -## explicit; go 1.18 -github.com/cyphar/filepath-securejoin -# github.com/davecgh/go-spew v1.1.1 -## explicit -github.com/davecgh/go-spew/spew -# github.com/dlclark/regexp2 v1.11.5 -## explicit; go 1.13 -github.com/dlclark/regexp2 -github.com/dlclark/regexp2/syntax -# github.com/dominikbraun/graph v0.23.0 -## explicit; go 1.18 -github.com/dominikbraun/graph -github.com/dominikbraun/graph/draw -# github.com/elliotchance/orderedmap/v3 v3.1.0 -## explicit; go 1.23.0 -github.com/elliotchance/orderedmap/v3 -# github.com/emirpasic/gods v1.18.1 -## explicit; go 1.2 -github.com/emirpasic/gods/containers -github.com/emirpasic/gods/lists -github.com/emirpasic/gods/lists/arraylist -github.com/emirpasic/gods/trees -github.com/emirpasic/gods/trees/binaryheap -github.com/emirpasic/gods/utils -# github.com/fatih/color v1.18.0 -## explicit; go 1.17 -github.com/fatih/color -# github.com/fsnotify/fsnotify v1.9.0 -## explicit; go 1.17 -github.com/fsnotify/fsnotify -github.com/fsnotify/fsnotify/internal -# github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 -## explicit; go 1.13 -github.com/go-git/gcfg -github.com/go-git/gcfg/scanner -github.com/go-git/gcfg/token -github.com/go-git/gcfg/types -# github.com/go-git/go-billy/v5 v5.6.2 -## explicit; go 1.21 -github.com/go-git/go-billy/v5 -github.com/go-git/go-billy/v5/helper/chroot -github.com/go-git/go-billy/v5/helper/polyfill -github.com/go-git/go-billy/v5/memfs -github.com/go-git/go-billy/v5/osfs -github.com/go-git/go-billy/v5/util -# github.com/go-git/go-git/v5 v5.16.0 -## explicit; go 1.23.0 -github.com/go-git/go-git/v5 -github.com/go-git/go-git/v5/config -github.com/go-git/go-git/v5/internal/path_util -github.com/go-git/go-git/v5/internal/revision -github.com/go-git/go-git/v5/internal/url -github.com/go-git/go-git/v5/plumbing -github.com/go-git/go-git/v5/plumbing/cache -github.com/go-git/go-git/v5/plumbing/color -github.com/go-git/go-git/v5/plumbing/filemode -github.com/go-git/go-git/v5/plumbing/format/config -github.com/go-git/go-git/v5/plumbing/format/diff -github.com/go-git/go-git/v5/plumbing/format/gitignore -github.com/go-git/go-git/v5/plumbing/format/idxfile -github.com/go-git/go-git/v5/plumbing/format/index -github.com/go-git/go-git/v5/plumbing/format/objfile -github.com/go-git/go-git/v5/plumbing/format/packfile -github.com/go-git/go-git/v5/plumbing/format/pktline -github.com/go-git/go-git/v5/plumbing/hash -github.com/go-git/go-git/v5/plumbing/object -github.com/go-git/go-git/v5/plumbing/protocol/packp -github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -github.com/go-git/go-git/v5/plumbing/revlist -github.com/go-git/go-git/v5/plumbing/storer -github.com/go-git/go-git/v5/plumbing/transport -github.com/go-git/go-git/v5/plumbing/transport/client -github.com/go-git/go-git/v5/plumbing/transport/file -github.com/go-git/go-git/v5/plumbing/transport/git -github.com/go-git/go-git/v5/plumbing/transport/http -github.com/go-git/go-git/v5/plumbing/transport/internal/common -github.com/go-git/go-git/v5/plumbing/transport/server -github.com/go-git/go-git/v5/plumbing/transport/ssh -github.com/go-git/go-git/v5/storage -github.com/go-git/go-git/v5/storage/filesystem -github.com/go-git/go-git/v5/storage/filesystem/dotgit -github.com/go-git/go-git/v5/storage/memory -github.com/go-git/go-git/v5/utils/binary -github.com/go-git/go-git/v5/utils/diff -github.com/go-git/go-git/v5/utils/ioutil -github.com/go-git/go-git/v5/utils/merkletrie -github.com/go-git/go-git/v5/utils/merkletrie/filesystem -github.com/go-git/go-git/v5/utils/merkletrie/index -github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -github.com/go-git/go-git/v5/utils/merkletrie/noder -github.com/go-git/go-git/v5/utils/sync -github.com/go-git/go-git/v5/utils/trace -# github.com/go-task/slim-sprig/v3 v3.0.0 -## explicit; go 1.20 -github.com/go-task/slim-sprig/v3 -# github.com/go-task/template v0.1.0 -## explicit; go 1.21.0 -github.com/go-task/template -github.com/go-task/template/internal/fmtsort -# github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 -## explicit; go 1.20 -github.com/golang/groupcache/lru -# github.com/google/uuid v1.6.0 -## explicit -github.com/google/uuid -# github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 -## explicit -github.com/jbenet/go-context/io -# github.com/joho/godotenv v1.5.1 -## explicit; go 1.12 -github.com/joho/godotenv -# github.com/kevinburke/ssh_config v1.2.0 -## explicit -github.com/kevinburke/ssh_config -# github.com/klauspost/cpuid/v2 v2.2.7 -## explicit; go 1.15 -github.com/klauspost/cpuid/v2 -# github.com/mattn/go-colorable v0.1.13 -## explicit; go 1.15 -github.com/mattn/go-colorable -# github.com/mattn/go-isatty v0.0.20 -## explicit; go 1.15 -github.com/mattn/go-isatty -# github.com/mitchellh/hashstructure/v2 v2.0.2 -## explicit; go 1.14 -github.com/mitchellh/hashstructure/v2 -# github.com/otiai10/copy v1.14.1 -## explicit; go 1.18 -github.com/otiai10/copy -# github.com/otiai10/mint v1.6.3 -## explicit; go 1.18 -github.com/otiai10/mint -github.com/otiai10/mint/mquery -# github.com/pjbgf/sha1cd v0.3.2 -## explicit; go 1.21 -github.com/pjbgf/sha1cd -github.com/pjbgf/sha1cd/internal -github.com/pjbgf/sha1cd/ubc -# github.com/pmezard/go-difflib v1.0.0 -## explicit -github.com/pmezard/go-difflib/difflib -# github.com/puzpuzpuz/xsync/v3 v3.5.1 -## explicit; go 1.18 -github.com/puzpuzpuz/xsync/v3 -# github.com/sajari/fuzzy v1.0.0 -## explicit -github.com/sajari/fuzzy -# github.com/sebdah/goldie/v2 v2.5.5 -## explicit; go 1.12 -github.com/sebdah/goldie/v2 -# github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 -## explicit; go 1.13 -github.com/sergi/go-diff/diffmatchpatch -# github.com/skeema/knownhosts v1.3.1 -## explicit; go 1.22 -github.com/skeema/knownhosts -# github.com/spf13/pflag v1.0.6 -## explicit; go 1.12 -github.com/spf13/pflag -# github.com/stretchr/objx v0.5.2 -## explicit; go 1.20 -github.com/stretchr/objx -# github.com/stretchr/testify v1.10.0 -## explicit; go 1.17 -github.com/stretchr/testify/assert -github.com/stretchr/testify/assert/yaml -github.com/stretchr/testify/mock -github.com/stretchr/testify/require -# github.com/xanzy/ssh-agent v0.3.3 -## explicit; go 1.16 -github.com/xanzy/ssh-agent -# github.com/zeebo/xxh3 v1.0.2 -## explicit; go 1.17 -github.com/zeebo/xxh3 -# golang.org/x/crypto v0.37.0 -## explicit; go 1.23.0 -golang.org/x/crypto/argon2 -golang.org/x/crypto/blake2b -golang.org/x/crypto/blowfish -golang.org/x/crypto/cast5 -golang.org/x/crypto/chacha20 -golang.org/x/crypto/cryptobyte -golang.org/x/crypto/cryptobyte/asn1 -golang.org/x/crypto/curve25519 -golang.org/x/crypto/hkdf -golang.org/x/crypto/internal/alias -golang.org/x/crypto/internal/poly1305 -golang.org/x/crypto/sha3 -golang.org/x/crypto/ssh -golang.org/x/crypto/ssh/agent -golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -golang.org/x/crypto/ssh/knownhosts -# golang.org/x/net v0.39.0 -## explicit; go 1.23.0 -golang.org/x/net/context -golang.org/x/net/internal/socks -golang.org/x/net/proxy -# golang.org/x/sync v0.14.0 -## explicit; go 1.23.0 -golang.org/x/sync/errgroup -golang.org/x/sync/semaphore -# golang.org/x/sys v0.33.0 -## explicit; go 1.23.0 -golang.org/x/sys/cpu -golang.org/x/sys/execabs -golang.org/x/sys/plan9 -golang.org/x/sys/unix -golang.org/x/sys/windows -# golang.org/x/term v0.32.0 -## explicit; go 1.23.0 -golang.org/x/term -# gopkg.in/warnings.v0 v0.1.2 -## explicit -gopkg.in/warnings.v0 -# gopkg.in/yaml.v3 v3.0.1 -## explicit -gopkg.in/yaml.v3 -# mvdan.cc/sh/v3 v3.11.0 -## explicit; go 1.23 -mvdan.cc/sh/v3/expand -mvdan.cc/sh/v3/fileutil -mvdan.cc/sh/v3/interp -mvdan.cc/sh/v3/pattern -mvdan.cc/sh/v3/shell -mvdan.cc/sh/v3/syntax diff --git a/devel/uid_wrapper/Makefile b/devel/uid_wrapper/Makefile index 4893b65cc1b6..1f719e39d110 100644 --- a/devel/uid_wrapper/Makefile +++ b/devel/uid_wrapper/Makefile @@ -1,6 +1,5 @@ PORTNAME= uid_wrapper -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= SAMBA/cwrap @@ -10,13 +9,14 @@ WWW= https://cwrap.org/uid_wrapper.html \ https://git.samba.org/?p=uid_wrapper.git LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= cmocka>=1.1.1:sysutils/cmocka +TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake pathfix +USES= cmake:testing localbase pathfix -CMAKE_OFF= UNIT_TESTING +CMAKE_OFF= PICKY_DEVELOPER \ + UNIT_TESTING CMAKE_TESTING_ON= UNIT_TESTING USE_LDCONFIG= yes diff --git a/devel/uid_wrapper/distinfo b/devel/uid_wrapper/distinfo index 4ddeaf1f7a4c..57f2e269697b 100644 --- a/devel/uid_wrapper/distinfo +++ b/devel/uid_wrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530550405 -SHA256 (uid_wrapper-1.2.4.tar.gz) = 3c60f65371420074ef437796a36beef2d713c28bd5c5fbf29c3e7a9647cd50fa -SIZE (uid_wrapper-1.2.4.tar.gz) = 311811 +TIMESTAMP = 1753265698 +SHA256 (uid_wrapper-1.3.1.tar.gz) = f6607d8647ada28a96fab83c49ad72fc83eb6d38991ca27b2495b358ff0f6dec +SIZE (uid_wrapper-1.3.1.tar.gz) = 52199 diff --git a/devel/uid_wrapper/pkg-plist b/devel/uid_wrapper/pkg-plist index cae4b8bcb36d..f6e44da43c85 100644 --- a/devel/uid_wrapper/pkg-plist +++ b/devel/uid_wrapper/pkg-plist @@ -2,6 +2,6 @@ lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake lib/cmake/uid_wrapper/uid_wrapper-config.cmake lib/libuid_wrapper.so lib/libuid_wrapper.so.0 -lib/libuid_wrapper.so.0.0.6 +lib/libuid_wrapper.so.0.2.1 libdata/pkgconfig/uid_wrapper.pc share/man/man1/uid_wrapper.1.gz diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7dfa130ab66c..8730516df940 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.7.21 +DISTVERSION= 0.8.3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/uv/Makefile.crates b/devel/uv/Makefile.crates index 9bba9c06d544..fce7eac81d15 100644 --- a/devel/uv/Makefile.crates +++ b/devel/uv/Makefile.crates @@ -48,8 +48,8 @@ CARGO_CRATES= addr2line-0.24.2 \ byteorder-lite-0.1.0 \ bytes-1.9.0 \ bzip2-0.4.4 \ - bzip2-0.5.0 \ - bzip2-sys-0.1.11+1.0.8 \ + bzip2-0.5.2 \ + bzip2-sys-0.1.13+1.0.8 \ camino-1.1.9 \ cargo-util-0.2.21 \ cast-0.3.0 \ @@ -67,9 +67,9 @@ CARGO_CRATES= addr2line-0.24.2 \ clap_complete_nushell-4.5.5 \ clap_derive-4.5.41 \ clap_lex-0.7.4 \ - codspeed-3.0.3 \ - codspeed-criterion-compat-3.0.3 \ - codspeed-criterion-compat-walltime-3.0.3 \ + codspeed-3.0.4 \ + codspeed-criterion-compat-3.0.4 \ + codspeed-criterion-compat-walltime-3.0.4 \ color_quant-1.1.0 \ colorchoice-1.0.3 \ colored-2.2.0 \ @@ -128,7 +128,7 @@ CARGO_CRATES= addr2line-0.24.2 \ float-cmp-0.9.0 \ float-cmp-0.10.0 \ fnv-1.0.7 \ - foldhash-0.1.4 \ + foldhash-0.1.5 \ fontconfig-parser-0.5.7 \ fontdb-0.12.0 \ form_urlencoded-1.2.1 \ @@ -163,7 +163,7 @@ CARGO_CRATES= addr2line-0.24.2 \ hermit-abi-0.3.9 \ hermit-abi-0.4.0 \ hex-0.4.3 \ - home-0.5.11 \ + home-0.5.9 \ homedir-0.3.4 \ html-escape-0.2.13 \ http-1.3.1 \ @@ -333,7 +333,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rustc-demangle-0.1.24 \ rustc-hash-2.1.1 \ rustix-0.38.44 \ - rustix-1.0.7 \ + rustix-1.0.8 \ rustls-0.23.22 \ rustls-native-certs-0.8.1 \ rustls-pki-types-1.11.0 \ @@ -357,8 +357,8 @@ CARGO_CRATES= addr2line-0.24.2 \ serde-untagged-0.1.7 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.140 \ - serde_spanned-0.6.9 \ + serde_json-1.0.141 \ + serde_spanned-1.0.0 \ serde_urlencoded-0.7.1 \ serde_yaml-0.9.34+deprecated \ sha2-0.10.9 \ @@ -424,10 +424,11 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-rustls-0.26.1 \ tokio-stream-0.1.17 \ tokio-util-0.7.15 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_edit-0.23.2 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ @@ -486,7 +487,7 @@ CARGO_CRATES= addr2line-0.24.2 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ wasm-streams-0.4.2 \ - wasmtimer-0.4.1 \ + wasmtimer-0.4.2 \ web-sys-0.3.77 \ web-time-1.1.0 \ webpki-roots-0.26.8 \ diff --git a/devel/uv/distinfo b/devel/uv/distinfo index abee6e463e7b..999681a1fccc 100644 --- a/devel/uv/distinfo +++ b/devel/uv/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752732939 +TIMESTAMP = 1753455245 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 @@ -99,10 +99,10 @@ SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19d SIZE (rust/crates/bytes-1.9.0.crate) = 67320 SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 -SHA256 (rust/crates/bzip2-0.5.0.crate) = bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58 -SIZE (rust/crates/bzip2-0.5.0.crate) = 34197 -SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc -SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 +SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47 +SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 +SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 +SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 SHA256 (rust/crates/camino-1.1.9.crate) = 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 SIZE (rust/crates/camino-1.1.9.crate) = 37552 SHA256 (rust/crates/cargo-util-0.2.21.crate) = c95ec8b2485b20aed818bd7460f8eecc6c87c35c84191b353a3aba9aa1736c36 @@ -137,12 +137,12 @@ SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8 SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/codspeed-3.0.3.crate) = a7524e02ff6173bc143d9abc01b518711b77addb60de871bbe5686843f88fb48 -SIZE (rust/crates/codspeed-3.0.3.crate) = 12859 -SHA256 (rust/crates/codspeed-criterion-compat-3.0.3.crate) = 2f71662331c4f854131a42b95055f3f8cbca53640348985f699635b1f96d8c26 -SIZE (rust/crates/codspeed-criterion-compat-3.0.3.crate) = 21805 -SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.3.crate) = e3c9bd9e895e0aa263d139a8b5f58a4ea4abb86d5982ec7f58d3c7b8465c1e01 -SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.3.crate) = 123664 +SHA256 (rust/crates/codspeed-3.0.4.crate) = d29180405ab3b37bb020246ea66bf8ae233708766fd59581ae929feaef10ce91 +SIZE (rust/crates/codspeed-3.0.4.crate) = 12887 +SHA256 (rust/crates/codspeed-criterion-compat-3.0.4.crate) = 2454d874ca820ffd71273565530ad318f413195bbc99dce6c958ca07db362c63 +SIZE (rust/crates/codspeed-criterion-compat-3.0.4.crate) = 21805 +SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.4.crate) = 093a9383cdd1a5a0bd1a47cdafb49ae0c6dcd0793c8fb8f79768bab423128c9c +SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.4.crate) = 123672 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 @@ -259,8 +259,8 @@ SHA256 (rust/crates/float-cmp-0.10.0.crate) = b09cf3155332e944990140d967ff5eceb7 SIZE (rust/crates/float-cmp-0.10.0.crate) = 10702 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f -SIZE (rust/crates/foldhash-0.1.4.crate) = 13764 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/fontconfig-parser-0.5.7.crate) = c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7 SIZE (rust/crates/fontconfig-parser-0.5.7.crate) = 39564 SHA256 (rust/crates/fontdb-0.12.0.crate) = ff20bef7942a72af07104346154a70a70b089c572e454b41bef6eb6cb10e9c06 @@ -329,8 +329,8 @@ SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7 SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf -SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 +SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/homedir-0.3.4.crate) = 5bdbbd5bc8c5749697ccaa352fa45aff8730cf21c68029c0eef1ffed7c3d6ba2 SIZE (rust/crates/homedir-0.3.4.crate) = 14883 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 @@ -669,8 +669,8 @@ SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b6 SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 -SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 SHA256 (rust/crates/rustls-0.23.22.crate) = 9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7 SIZE (rust/crates/rustls-0.23.22.crate) = 341983 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 @@ -717,10 +717,10 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 @@ -851,14 +851,16 @@ SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 -SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_edit-0.23.2.crate) = d1dee9dc43ac2aaf7d3b774e2fba5148212bf2bd9374f4e50152ebe9afd03d42 +SIZE (rust/crates/toml_edit-0.23.2.crate) = 66406 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 @@ -975,8 +977,8 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/wasm-streams-0.4.2.crate) = 15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65 SIZE (rust/crates/wasm-streams-0.4.2.crate) = 36773 -SHA256 (rust/crates/wasmtimer-0.4.1.crate) = 0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23 -SIZE (rust/crates/wasmtimer-0.4.1.crate) = 32750 +SHA256 (rust/crates/wasmtimer-0.4.2.crate) = d8d49b5d6c64e8558d9b1b065014426f35c18de636895d24893dbbd329743446 +SIZE (rust/crates/wasmtimer-0.4.2.crate) = 36948 SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb @@ -1159,5 +1161,5 @@ SHA256 (astral-sh-rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d_GH0.tar. SIZE (astral-sh-rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d_GH0.tar.gz) = 51763 SHA256 (astral-sh-reqwest-middleware-ad8b9d332d1773fde8b4cd008486de5973e0a3f8_GH0.tar.gz) = 5ff23bcb5f724323cb2c7d6a9b597a9a05ce06295b1a7e2c667d378099f1a8d7 SIZE (astral-sh-reqwest-middleware-ad8b9d332d1773fde8b4cd008486de5973e0a3f8_GH0.tar.gz) = 41975 -SHA256 (astral-sh-uv-0.7.21_GH0.tar.gz) = 089f2f5e388da95c4e5ca8b4dc2c9d1421f3bf9dd5d05546be8e27c943428101 -SIZE (astral-sh-uv-0.7.21_GH0.tar.gz) = 4149924 +SHA256 (astral-sh-uv-0.8.3_GH0.tar.gz) = 6779018e26db1b7981f26bce36b9dd0860d58f497d989f334ea8561bb5bca706 +SIZE (astral-sh-uv-0.8.3_GH0.tar.gz) = 4195821 diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 9d1c4520267d..83088cf4231e 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,6 +1,5 @@ PORTNAME= recursor -DISTVERSION= 5.2.2 -PORTREVISION= 4 +DISTVERSION= 5.2.4 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/distinfo b/dns/powerdns-recursor/distinfo index 8be4fd87ee3c..d66856b17e31 100644 --- a/dns/powerdns-recursor/distinfo +++ b/dns/powerdns-recursor/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1744270029 -SHA256 (pdns-recursor-5.2.2.tar.bz2) = f9c95274231ee3c5c94197f6d05011d55abf06b2937535ba8e78e24ea4fbbd6e -SIZE (pdns-recursor-5.2.2.tar.bz2) = 1723921 +TIMESTAMP = 1753166215 +SHA256 (pdns-recursor-5.2.4.tar.bz2) = d28731b5560ca4389f566c281f40f96ca397183b1d73521ff0d5980dcb01a190 +SIZE (pdns-recursor-5.2.4.tar.bz2) = 1726272 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/cc-1.1.18.crate) = b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476 diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 5d8b099d629a..de2b43d2760e 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20250710 +PORTVERSION= 1.0.2.20250719 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index 371b27f413ae..c7720a24ad24 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266146 -SHA256 (publicsuffixlist-1.0.2.20250710.tar.gz) = dcf92f627ca6ed619c221e09f3114251b641e42d5f9a290ad0975d9df62acd55 -SIZE (publicsuffixlist-1.0.2.20250710.tar.gz) = 105576 +TIMESTAMP = 1753265768 +SHA256 (publicsuffixlist-1.0.2.20250719.tar.gz) = 00443aeb4b66d2310f301c48a6c22b9e2d46cb18906b5d94947f3b9ac119cde7 +SIZE (publicsuffixlist-1.0.2.20250719.tar.gz) = 105848 diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index cd767c316e85..f296eaf0c0ff 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -1,5 +1,5 @@ PORTNAME= cudatext -PORTVERSION= 1.225.0.0 +PORTVERSION= 1.226.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:975502d:atflatcontrols/atflatcontrols \ - Alexey-T:ATSynEdit:a4ca5bf:atsynedit/atsynedit \ + Alexey-T:ATSynEdit:2cd6f81: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 d6fb124335db..e745a9541849 100644 --- a/editors/cudatext/distinfo +++ b/editors/cudatext/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1751950084 -SHA256 (Alexey-T-CudaText-1.225.0.0_GH0.tar.gz) = fbcfc20e4158fddf7f75fc2afd891db66a470c83dedc65a00dd136a96fa84b91 -SIZE (Alexey-T-CudaText-1.225.0.0_GH0.tar.gz) = 6268356 +TIMESTAMP = 1753304410 +SHA256 (Alexey-T-CudaText-1.226.0.0_GH0.tar.gz) = 6f7dbcfb6cbea2741375923e7fd532266bca017525db8da871ee30b52fc4bb48 +SIZE (Alexey-T-CudaText-1.226.0.0_GH0.tar.gz) = 6260453 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-975502d_GH0.tar.gz) = 30404ed4cd8ab7bd4ba762b13889ee08cdbfbd558b4a5ac5a6aeb8e5eb89af45 SIZE (Alexey-T-ATFlatControls-975502d_GH0.tar.gz) = 539424 -SHA256 (Alexey-T-ATSynEdit-a4ca5bf_GH0.tar.gz) = 169bdffbc03557018f455cf411a9c5587cd3d2fdf208799eb1a1f5fa18c95f80 -SIZE (Alexey-T-ATSynEdit-a4ca5bf_GH0.tar.gz) = 1419389 +SHA256 (Alexey-T-ATSynEdit-2cd6f81_GH0.tar.gz) = 098fadc0c513b6412caa93a5fc6da400cce3d737d27c6ee68be4bc86366f6974 +SIZE (Alexey-T-ATSynEdit-2cd6f81_GH0.tar.gz) = 1419708 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 06aabbc93eaa..740973d54187 100644 --- a/editors/cudatext/pkg-plist +++ b/editors/cudatext/pkg-plist @@ -199,8 +199,6 @@ share/applications/cudatext.desktop %%DATADIR%%/data/filetypeicons/vscode_16x16/icons.json %%DATADIR%%/data/lang/history.txt %%DATADIR%%/data/lang/translation template.ini -%%DATADIR%%/data/lexlib/Assembly.cuda-lexmap -%%DATADIR%%/data/lexlib/Assembly.lcf %%DATADIR%%/data/lexlib/Bash script.cuda-lexmap %%DATADIR%%/data/lexlib/Bash script.lcf %%DATADIR%%/data/lexlib/Batch files.cuda-lexmap diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index 58f39216851d..f534969ad9e2 100644 --- a/editors/lazarus-devel/Makefile +++ b/editors/lazarus-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= lazarus -DISTVERSION= 4.99.20250409 +DISTVERSION= 4.99.20250722 PKGNAMESUFFIX?= -gtk2-devel PORTREVISION?= 0 CATEGORIES= editors devel @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 USE_GITLAB= yes GL_ACCOUNT= freepascal.org/lazarus GL_PROJECT= ${PORTNAME} -GL_COMMIT= 90027a9d870594cdcef8909480eabb5e581669f0 +GL_COMMIT= f5366f9ae1cdb3a415f778c29f89a0d93e6ee68e USES= desktop-file-utils fpc:run gettext gmake iconv shared-mime-info xorg USE_XORG= x11 diff --git a/editors/lazarus-devel/distinfo b/editors/lazarus-devel/distinfo index 1464fc37ef8c..939a45d171fc 100644 --- a/editors/lazarus-devel/distinfo +++ b/editors/lazarus-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744249849 -SHA256 (freepascal/freepascal.org/lazarus-lazarus-90027a9d870594cdcef8909480eabb5e581669f0_GL0.tar.gz) = 12437f3bbeec3ac8c1d3ffa9ac0c78a962315d460528dcc6ab549862b0be0a09 -SIZE (freepascal/freepascal.org/lazarus-lazarus-90027a9d870594cdcef8909480eabb5e581669f0_GL0.tar.gz) = 61343626 +TIMESTAMP = 1753221587 +SHA256 (freepascal/freepascal.org/lazarus-lazarus-f5366f9ae1cdb3a415f778c29f89a0d93e6ee68e_GL0.tar.gz) = 4f34596887c0cbfb9c385392d16c160599b4ebde8d308cb40065047e1e52aef0 +SIZE (freepascal/freepascal.org/lazarus-lazarus-f5366f9ae1cdb3a415f778c29f89a0d93e6ee68e_GL0.tar.gz) = 61782406 diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 499d3f619636..52ba5af1121d 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -1,5 +1,5 @@ PORTNAME= lazarus -DISTVERSION= 4.0 +DISTVERSION= 4.2 PKGNAMESUFFIX?= -gtk2 PORTREVISION?= 0 CATEGORIES= editors devel @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_GITLAB= yes GL_ACCOUNT= freepascal.org/lazarus GL_PROJECT= ${PORTNAME} -GL_COMMIT= 9d15c73c91a1545be50bee02b27bd3b43f9d90e8 +GL_COMMIT= e98683ddc052e8db4d0a046af5e04e365324ee4f USES= desktop-file-utils fpc:run gettext gmake iconv shared-mime-info xorg USE_XORG= x11 @@ -40,7 +40,7 @@ OPTIONS_DEFAULT= GDB .include <bsd.port.options.mk> LAZARUS_ARCH= ${ARCH:S,amd64,x86_64,} -LAZARUS_BASE= 4.0 +LAZARUS_BASE= 4.2 BUILDNAME= ${LAZARUS_ARCH}-${OPSYS:tl} LCL_PLATFORM?= gtk2 diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo index 5c4b4049b587..0d68e8026b29 100644 --- a/editors/lazarus/distinfo +++ b/editors/lazarus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748046926 -SHA256 (freepascal/freepascal.org/lazarus-lazarus-9d15c73c91a1545be50bee02b27bd3b43f9d90e8_GL0.tar.gz) = d0f81afd1be9f7deeb2d7941c72ab07acaa1fced288117ee341d7db83ec995af -SIZE (freepascal/freepascal.org/lazarus-lazarus-9d15c73c91a1545be50bee02b27bd3b43f9d90e8_GL0.tar.gz) = 60530688 +TIMESTAMP = 1753215790 +SHA256 (freepascal/freepascal.org/lazarus-lazarus-e98683ddc052e8db4d0a046af5e04e365324ee4f_GL0.tar.gz) = a23ef61108cbe26e00e028e84eb60dda472c2832a0ac70511fcb7fa8b7b7e1ba +SIZE (freepascal/freepascal.org/lazarus-lazarus-e98683ddc052e8db4d0a046af5e04e365324ee4f_GL0.tar.gz) = 60604340 diff --git a/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas b/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas deleted file mode 100644 index 2e84562874d1..000000000000 --- a/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas +++ /dev/null @@ -1,25 +0,0 @@ ---- lcl/interfaces/qt6/qtwidgets.pas.orig 2025-05-03 06:08:10 UTC -+++ lcl/interfaces/qt6/qtwidgets.pas -@@ -16497,10 +16497,6 @@ begin - FActions.Free; - end; - -- if Assigned(FActionHandle) then -- QAction_Destroy(FActionHandle); -- FActionHandle := nil; -- - inherited Destroy; - end; - -@@ -16554,6 +16550,11 @@ begin - QMenu_hook_destroy(FAboutToHideHook); - FAboutToHideHook := nil; - end; -+ -+ if Assigned(FActionHandle) then -+ QAction_Destroy(FActionHandle); -+ FActionHandle := nil; -+ - inherited DetachEvents; - end; - diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index d6977de34e24..dd66e08d0026 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -1,6 +1,6 @@ PORTNAME= picpas PORTVERSION= 0.9.0 -PORTREVISION= 18 +PORTREVISION= 19 DISTVERSIONPREFIX= v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/editors/slime/Makefile b/editors/slime/Makefile index 0913d74c3cb9..8fdac3f2d93a 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -6,7 +6,7 @@ DISTVERSIONSUFFIX= -gf368e22a CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Superior Lisp Interaction Mode for Emacs WWW= https://common-lisp.net/project/slime/ diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 420b66c6b648..d8f033acda12 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,6 +1,6 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19.15 -PORTREVISION= 10 +PORTREVISION= 11 DISTVERSIONPREFIX= v CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/tamago/files/patch-egg_anthy.el b/editors/tamago/files/patch-egg_anthy.el new file mode 100644 index 000000000000..1d524047b010 --- /dev/null +++ b/editors/tamago/files/patch-egg_anthy.el @@ -0,0 +1,81 @@ +From 235a48d7ba09ac37408790ed4eef511980b4393b Mon Sep 17 00:00:00 2001 +From: Yasuhiro Kimura <yasu@utahime.org> +Date: Sun, 6 Jul 2025 18:28:29 +0900 +Subject: [PATCH] Add support of Anthy Unicode + +--- + egg/anthy.el | 24 ++++++++++++++++-------- + 1 file changed, 16 insertions(+), 8 deletions(-) + +diff --git egg/anthy.el egg/anthy.el +index 404a287..24dcf74 100644 +--- egg/anthy.el ++++ egg/anthy.el +@@ -38,6 +38,12 @@ + "Anthy interface for Tamago 4." + :group 'egg) + ++(defcustom anthy-egg-use-anthy-unicode nil ++ "*Use Anthy Unicode as backend." ++ :group 'anthy-egg ++ :type '(choise (const :tag "Use Anthy Unicode as backend" t) ++ (const :tag "Not use Anthy Unicode as backend" nil))) ++ + (defcustom anthy-egg-use-utf8 nil + "*Use UTF-8 for anthy-agent and anthy-dic-tool." + :group 'anthy-egg +@@ -138,12 +144,13 @@ + (defun anthy-egg-new-environment () + (if (null anthy-egg-proc) + (let ((buf (get-buffer-create anthy-egg-agent-buffer-name)) +- (cs (if anthy-egg-use-utf8 'utf-8-dos 'euc-japan-dos)) ++ (cs (if (or anthy-egg-use-anthy-unicode anthy-egg-use-utf8) ++ 'utf-8-dos 'euc-japan-dos)) + (process-connection-type nil)) ; avoid using pty + (setq anthy-egg-proc + (apply 'start-process "anthy-egg-agent" buf +- "anthy-agent" +- (if anthy-egg-use-utf8 ++ (if anthy-egg-use-anthy-unicode "anthy-agent-unicode" "anthy-agent") ++ (if (and (not anthy-egg-use-anthy-unicode) anthy-egg-use-utf8) + '("--egg" "--utf8") + '("--egg")))) + (set-process-query-on-exit-flag anthy-egg-proc nil) +@@ -182,7 +189,8 @@ + (make-variable-buffer-local 'anthy-egg-force-anthy) + + (defmacro anthy-egg-utf8-p () +- `(and anthy-egg-use-utf8 ++ `(and anthy-egg-use-anthy-unicode ++ anthy-egg-use-utf8 + (not anthy-egg-use-chinese-korean-server) + (or (equal (egg-get-conversion-backend 'Japanese 0 nil) + '(0 (anthy-egg-conversion-backend))) +@@ -383,7 +391,6 @@ Return the list of bunsetsu." + "*Anthy $B$NF0;l3hMQ7?(B.") + + +-(defvar anthy-egg-dic-util-command "anthy-dic-tool") + (defvar anthy-egg-dic-buffer-name " *anthy-egg-dic*") + + (defun anthy-egg-add-word-compose-paramlist (param) +@@ -401,12 +408,13 @@ Return the list of bunsetsu." + + (defun anthy-egg-add-word (yomi freq word paramlist) + (let ((buf (get-buffer-create anthy-egg-dic-buffer-name)) +- (cs (if anthy-egg-use-utf8 'utf-8-unix 'euc-japan-unix)) ++ (cs (if (or anthy-egg-use-anthy-unicode anthy-egg-use-utf8) ++ 'utf-8-unix 'euc-japan-unix)) + proc) + (with-current-buffer buf + (setq proc (apply 'start-process "anthy-egg-dic" buf +- anthy-egg-dic-util-command +- (if anthy-egg-use-utf8 ++ (if anthy-egg-use-anthy-unicode "anthy-dic-tool-unicode" "anthy-dic-tool") ++ (if (and (not anthy-egg-use-anthy-unicode) anthy-egg-use-utf8) + '("--append" "--utf8") + '("--append")))) + (when proc +-- +2.50.0 + diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index df1fa1174335..12e78992502b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,5 @@ PORTNAME= qemu -DISTVERSION= 10.0.2 +DISTVERSION= 10.0.3 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 20b36677720e..4dcd7ae57eed 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748524246 -SHA256 (qemu/10.0.2/qemu-10.0.2.tar.xz) = ef786f2398cb5184600f69aef4d5d691efd44576a3cff4126d38d4c6fec87759 -SIZE (qemu/10.0.2/qemu-10.0.2.tar.xz) = 135678180 +TIMESTAMP = 1753446040 +SHA256 (qemu/10.0.3/qemu-10.0.3.tar.xz) = 5c891267b1534a774465db8b1a0dfcb0c5e6d7ecb6f71345625adf4e0889945b +SIZE (qemu/10.0.3/qemu-10.0.3.tar.xz) = 135736600 diff --git a/filesystems/py-fsspec/Makefile b/filesystems/py-fsspec/Makefile index e996590992d8..4a296de72e04 100644 --- a/filesystems/py-fsspec/Makefile +++ b/filesystems/py-fsspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= fsspec -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-fsspec/distinfo b/filesystems/py-fsspec/distinfo index 815fe2f74665..c77540eb70b9 100644 --- a/filesystems/py-fsspec/distinfo +++ b/filesystems/py-fsspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107930 -SHA256 (fsspec-2025.5.1.tar.gz) = 2e55e47a540b91843b755e83ded97c6e897fa0942b11490113f09e9c443c2475 -SIZE (fsspec-2025.5.1.tar.gz) = 303033 +TIMESTAMP = 1753265770 +SHA256 (fsspec-2025.7.0.tar.gz) = 786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58 +SIZE (fsspec-2025.7.0.tar.gz) = 304432 diff --git a/filesystems/py-gcsfs/Makefile b/filesystems/py-gcsfs/Makefile index 1a76e947ce24..566b80abdd81 100644 --- a/filesystems/py-gcsfs/Makefile +++ b/filesystems/py-gcsfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcsfs -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-gcsfs/distinfo b/filesystems/py-gcsfs/distinfo index 5f73c9c50d96..0ecc62300d40 100644 --- a/filesystems/py-gcsfs/distinfo +++ b/filesystems/py-gcsfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107932 -SHA256 (gcsfs-2025.5.1.tar.gz) = ba945530cf4857cd9d599ccb3ae729c65c39088880b11c4df1fecac30df5f3e3 -SIZE (gcsfs-2025.5.1.tar.gz) = 82173 +TIMESTAMP = 1753265772 +SHA256 (gcsfs-2025.7.0.tar.gz) = ad3ff66cf189ae8fc375ac8a2af409003dbca02357621cb94a66e457e02ba420 +SIZE (gcsfs-2025.7.0.tar.gz) = 82659 diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile index 1ecf8472bc4f..f38ddd727d78 100644 --- a/filesystems/py-s3fs/Makefile +++ b/filesystems/py-s3fs/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3fs -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-s3fs/distinfo b/filesystems/py-s3fs/distinfo index e56ade128572..e724e4bdfe33 100644 --- a/filesystems/py-s3fs/distinfo +++ b/filesystems/py-s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107934 -SHA256 (s3fs-2025.5.1.tar.gz) = 84beffa231b8ed94f8d667e93387b38351e1c4447aedea5c2c19dd88b7fcb658 -SIZE (s3fs-2025.5.1.tar.gz) = 77276 +TIMESTAMP = 1753265774 +SHA256 (s3fs-2025.7.0.tar.gz) = 5e7f9ec0cad7745155e3eb86fae15b1481fa29946bf5b3a4ce3a60701ce6022d +SIZE (s3fs-2025.7.0.tar.gz) = 77795 diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9781ec2fbcbf..ab70abcb307a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -1,5 +1,5 @@ PORTNAME= curl -PORTVERSION= 8.14.1 +PORTVERSION= 8.15.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.se/download/ \ https://github.com/curl/curl/releases/download/curl-${PORTVERSION:S|.|_|g}/ @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool localbase:ldflags pathfix perl5 shebangfix tar:xz USE_PERL5= build -CONFIGURE_ARGS= --disable-test-bundles \ - --disable-unity \ +CONFIGURE_ARGS= --disable-unity \ --disable-werror \ --enable-dateparse \ --enable-dnsshuffle \ @@ -53,7 +52,7 @@ OPTIONS_GROUP_PROTOCOL= DICT FTP GOPHER HTTP HTTP2 IMAP IPFS LDAP LDAPS LIBSSH L OPTIONS_RADIO_SSL= GNUTLS OPENSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_SINGLE_RESOLV= CARES THREADED_RESOLVER -OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 NTLM OPENSSL POP3 PROXY PSL RTSP SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD +OPTIONS_DEFAULT=ALTSVC BROTLI COOKIES GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} DICT FTP GOPHER HTTP HTTP2 IDN IMAP IPFS LIBSSH2 MQTT NTLM OPENSSL POP3 PROXY PSL RTSP SMB SMTP STATIC TELNET TFTP THREADED_RESOLVER TLS_SRP WEBSOCKET ZSTD OPTIONS_SUB= yes ALTSVC_DESC= HTTP Alternative Services support COOKIES_DESC= Cookies support @@ -90,7 +89,7 @@ CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_USES= pkgconfig COOKIES_CONFIGURE_ENABLE= cookies CURL_DEBUG_CONFIGURE_ENABLE= curldebug -DEBUG_CONFIGURE_ENABLE= debug server-debug +DEBUG_CONFIGURE_ENABLE= debug DICT_CONFIGURE_ENABLE= dict FTP_CONFIGURE_ENABLE= ftp GNUTLS_CONFIGURE_ON= --with-ca-fallback diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 8691b101a8be..9c77b812f353 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749665711 -SHA256 (curl-8.14.1.tar.xz) = f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd -SIZE (curl-8.14.1.tar.xz) = 2817248 +TIMESTAMP = 1753265702 +SHA256 (curl-8.15.0.tar.xz) = 6cd0a8a5b126ddfda61c94dc2c3fc53481ba7a35461cf7c5ab66aa9d6775b609 +SIZE (curl-8.15.0.tar.xz) = 2773156 diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 00724812f070..118ad32a83f4 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -86,6 +86,7 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/internals/NEW-PROTOCOL.md %%PORTDOCS%%%%DOCSDIR%%/internals/PORTING.md %%PORTDOCS%%%%DOCSDIR%%/internals/README.md +%%PORTDOCS%%%%DOCSDIR%%/internals/SCORECARD.md %%PORTDOCS%%%%DOCSDIR%%/internals/SPLAY.md %%PORTDOCS%%%%DOCSDIR%%/internals/STRPARSE.md %%PORTDOCS%%%%DOCSDIR%%/internals/TLS-SESSIONS.md @@ -120,6 +121,7 @@ share/aclocal/libcurl.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalsocket.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileupload.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-delete.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-wildcard.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpget.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetinfo.c diff --git a/ftp/proftpd-mod_vroot/Makefile b/ftp/proftpd-mod_vroot/Makefile index d9eea5568096..3dff169c522f 100644 --- a/ftp/proftpd-mod_vroot/Makefile +++ b/ftp/proftpd-mod_vroot/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= ftp PKGNAMEPREFIX= proftpd- -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Virtual Chroot ProFTPD module WWW= http://www.castaglia.org/proftpd/modules/mod_vroot.html diff --git a/games/anki/Makefile b/games/anki/Makefile index eb69bedd23dd..51e571fdbcc8 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,5 @@ PORTNAME= anki -DISTVERSION= 25.07.3 +DISTVERSION= 25.07.4 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache @@ -48,7 +48,7 @@ USES= cargo desktop-file-utils ninja nodejs:build pyqt:6 python \ USE_GITHUB= yes GH_ACCOUNT= ankitects # Translation files -GH_TUPLE= ankitects:anki-core-i18n:c0894bb:ftlrslib \ +GH_TUPLE= ankitects:anki-core-i18n:40ed2ea:ftlrslib \ ankitects:anki-desktop-ftl:bc2da83:ftlextra USE_PYQT= pyqt6 sip:build webengine @@ -92,7 +92,7 @@ MPV_RUN_DEPENDS= mpv:multimedia/mpv # Should contain the most recent commit that reflects ${DISTVERSION} and must # be exactly 8 digits otherwise the check for newer versions won't work as # expected. -_MY_BUILDHASH= 65b5aefd +_MY_BUILDHASH= e511d63b # Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with # hardcoded paths as the "runner" build system expects its components # in ${WRKSRC}/out/rust/debug diff --git a/games/anki/distinfo b/games/anki/distinfo index cd8edb196cfa..0b7c9bd7ce87 100644 --- a/games/anki/distinfo +++ b/games/anki/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753093518 -SHA256 (anki-yarn-cache-25.07.3.tar.gz) = fdd953506d2d6ecc898e882f3b2d22cce035fd40d5e62a5a203461c49ebc4332 -SIZE (anki-yarn-cache-25.07.3.tar.gz) = 527777067 +TIMESTAMP = 1753377198 +SHA256 (anki-yarn-cache-25.07.4.tar.gz) = 5137bb8dcbf4d19e7731c048327b344c524365271cd5a77a4669c9217a1d8336 +SIZE (anki-yarn-cache-25.07.4.tar.gz) = 527830365 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -1513,9 +1513,9 @@ SHA256 (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz) SIZE (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz) = 394844 SHA256 (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 58ac773ba2e7c76a9ec3f59ee9571576d76e74d58c4974a1d606d6976e1be70e SIZE (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 19408 -SHA256 (ankitects-anki-25.07.3_GH0.tar.gz) = 1a6062c1923ece79d7294fab884effc49ce9c03c55ece8a04207d4abba6f4df2 -SIZE (ankitects-anki-25.07.3_GH0.tar.gz) = 2511739 -SHA256 (ankitects-anki-core-i18n-c0894bb_GH0.tar.gz) = 1d5018398ac7da7f0124388630176b4e3110a578150dadd40e184e5d8e64e683 -SIZE (ankitects-anki-core-i18n-c0894bb_GH0.tar.gz) = 1693023 +SHA256 (ankitects-anki-25.07.4_GH0.tar.gz) = 1eb7247fbeb4ec9a88d6b8375c67a73a00f001675869f3a4871cbd177db4688a +SIZE (ankitects-anki-25.07.4_GH0.tar.gz) = 2513427 +SHA256 (ankitects-anki-core-i18n-40ed2ea_GH0.tar.gz) = 0a38064b03078eac22778a57e6a30f5ae4d5d41c9b72e76b6c82fa4b7ca514f0 +SIZE (ankitects-anki-core-i18n-40ed2ea_GH0.tar.gz) = 1693635 SHA256 (ankitects-anki-desktop-ftl-bc2da83_GH0.tar.gz) = c561a0def2f170093c0cdf419a1429221cf1b531f1c6a603cf2be8c14e55a67f SIZE (ankitects-anki-desktop-ftl-bc2da83_GH0.tar.gz) = 250840 diff --git a/games/gnushogi/files/patch-Makefile.in b/games/gnushogi/files/patch-Makefile.in new file mode 100644 index 000000000000..3d7f0ea1c9c1 --- /dev/null +++ b/games/gnushogi/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2025-03-06 05:33:20 UTC ++++ Makefile.in +@@ -51,7 +51,7 @@ sizetest: + sizetest: + -cd $(GNUSHOGIDIR) && $(MAKE) sizetest + +-bbk: ++bbk: gnushogi_compile + -cd $(GNUSHOGIDIR) && $(MAKE) $(PROGNAME).bbk + + diff --git a/games/libretro-shaders-slang/Makefile b/games/libretro-shaders-slang/Makefile index e4c1746c2d1e..864552e97f6d 100644 --- a/games/libretro-shaders-slang/Makefile +++ b/games/libretro-shaders-slang/Makefile @@ -1,5 +1,5 @@ PORTNAME= libretro-shaders-slang -DISTVERSION= g20250615 +DISTVERSION= g20250713 CATEGORIES= games MAINTAINER= bsdcode@disroot.org @@ -13,7 +13,7 @@ LICENSE_COMB= multi USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= slang-shaders -GH_TAGNAME= 536b12633d56ae38cdc440a9804e9f245728bec1 +GH_TAGNAME= 82d91f7daf81a41ece49644d2a26b2a40228be61 MAKE_ARGS= PREFIX=${PREFIX} diff --git a/games/libretro-shaders-slang/distinfo b/games/libretro-shaders-slang/distinfo index 51051088f205..cca6f7464dfb 100644 --- a/games/libretro-shaders-slang/distinfo +++ b/games/libretro-shaders-slang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750664491 -SHA256 (libretro-slang-shaders-g20250615-536b12633d56ae38cdc440a9804e9f245728bec1_GH0.tar.gz) = 723956dd1276bc5b5f73747134cbb9f2b1efc41ec9c48cda5c8abb22857420c3 -SIZE (libretro-slang-shaders-g20250615-536b12633d56ae38cdc440a9804e9f245728bec1_GH0.tar.gz) = 44628772 +TIMESTAMP = 1752929354 +SHA256 (libretro-slang-shaders-g20250713-82d91f7daf81a41ece49644d2a26b2a40228be61_GH0.tar.gz) = 69abeac7c92c6aaea3202984e93afc55860f397371c6fe0d4ac4206212e09012 +SIZE (libretro-slang-shaders-g20250713-82d91f7daf81a41ece49644d2a26b2a40228be61_GH0.tar.gz) = 44723481 diff --git a/games/libretro-shaders-slang/pkg-plist b/games/libretro-shaders-slang/pkg-plist index 3c08d50693a1..d16857db02a4 100644 --- a/games/libretro-shaders-slang/pkg-plist +++ b/games/libretro-shaders-slang/pkg-plist @@ -1262,32 +1262,147 @@ %%DATADIR%%/bezel/koko-aio/textures/side_shade-helper.png %%DATADIR%%/bezel/koko-aio/xbox_d3d_readme.txt %%DATADIR%%/bezel/uborder/README.md -%%DATADIR%%/bezel/uborder/append-uborder-bezel-reflections.slangp +%%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-aperture.slangp +%%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-easymode.slangp +%%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-gdv-mini.slangp +%%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-geom.slangp +%%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-lottes.slangp %%DATADIR%%/bezel/uborder/base_presets/koko-ambi/koko-ambi-crt-nobody.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-aperture.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-easymode.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-gdv-min.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-geom.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-hyllian-sinc.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-lottes.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-pi.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/crt-sines.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/fakelottes.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/crt/phosphor-persistence.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/handheld/uborder-bezel-reflections-dot.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/handheld/uborder-bezel-reflections-lcd-grid-v2.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/uborder-bezel-reflections-crt-guest-advanced-hd.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/uborder-bezel-reflections-crt-guest-advanced-ntsc.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/uborder-bezel-reflections-crt-guest-advanced.slangp %%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/uborder-bezel-reflections-crt-nobody.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/uborder-bezel-reflections-newpixie-crt.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-bezel-reflections/vector/uborder-bezel-reflections-vector.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-aperture.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-easymode.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-gdv-mini.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-geom.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-hyllian-sinc.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-lottes.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-pi.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/crt-sines.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/fakelottes.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/crt/phosphor-persistence.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/handheld/dot.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/handheld/lcd-grid-v2.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/uborder-koko-ambi-crt-guest-advanced-hd.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/uborder-koko-ambi-crt-guest-advanced-ntsc.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/uborder-koko-ambi-crt-guest-advanced.slangp %%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/uborder-koko-ambi-crt-nobody.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/uborder-koko-ambi-newpixie-crt.slangp +%%DATADIR%%/bezel/uborder/base_presets/uborder-koko-ambi/vector/vector.slangp %%DATADIR%%/bezel/uborder/koko-ambi-crt.slangp +%%DATADIR%%/bezel/uborder/preset_tools/README.md +%%DATADIR%%/bezel/uborder/preset_tools/append-uborder-bezel-reflections.slangp +%%DATADIR%%/bezel/uborder/preset_tools/append-uborder-koko-ambi.slangp +%%DATADIR%%/bezel/uborder/preset_tools/prepend-uborder-koko-ambi.slangp %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt-nobody-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-aperture-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-easymode-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-gdv-mini-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-geom-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-hyllian-sinc-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-lottes-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-pi-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/crt-sines-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/fakelottes-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/guest/advanced/deconvergence-ntsc.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/guest/advanced/deconvergence.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/guest/hd/deconvergence-hd.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/newpixie/accumulate.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/newpixie/newpixie-crt-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/phosphor-persistence/passthrough.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/crt/phosphor-persistence/phosphor-apply.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/handheld/dot-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/handheld/lcd-grid-v2-bezel-reflections.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/vector/glow-trails0.h +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/base_shaders/vector/stock.h %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt-nobody-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-aperture-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-easymode-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-gdv-mini-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-geom-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-hyllian-sinc-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-lottes-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-pi-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/crt-sines-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/fakelottes-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/advanced/afterglow0.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/advanced/crt-guest-advanced-ntsc-pass2.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/advanced/crt-guest-advanced.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/advanced/deconvergence-ntsc.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/advanced/deconvergence.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/hd/afterglow0.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/hd/crt-guest-advanced-hd-pass2.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/guest/hd/deconvergence-hd.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/newpixie/accumulate.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/newpixie/newpixie-crt-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/phosphor-persistence/passthrough.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/crt/phosphor-persistence/phosphor-apply.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/handheld/dot-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/handheld/lcd-grid-v2-bezel-reflections.slang %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/rotation.inc %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/uborder_bezel_reflections_common.inc %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/uborder_bezel_reflections_global_declarations.inc %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/uborder_bezel_reflections_main.inc %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/uborder_bezel_reflections_params.inc %%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/include/uborder_bezel_reflections_user_static_params.inc +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/vector/glow-trails0.slang +%%DATADIR%%/bezel/uborder/shaders/content_bezel_shaders/vector/stock.slang %%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt-nobody.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-aperture.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-easymode.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-gdv-mini.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-geom.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-hyllian-sinc.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-lottes.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-pi.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/crt-sines.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/fakelottes.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/guest/advanced/deconvergence-ntsc.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/guest/advanced/deconvergence.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/guest/hd/deconvergence-hd.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/newpixie/accumulate.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/newpixie/newpixie-crt.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/phosphor-persistence/passthrough.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/crt/phosphor-persistence/phosphor-apply.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/handheld/dot.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/handheld/lcd-grid-v2.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/vector/glow-trails0.slang +%%DATADIR%%/bezel/uborder/shaders/content_koko_ambi/vector/stock.slang +%%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-aperture.slang +%%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-easymode.slang +%%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-gdv-mini.slang +%%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-geom.slang +%%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-lottes.slang %%DATADIR%%/bezel/uborder/shaders/content_shaders/crt-nobody.slang %%DATADIR%%/bezel/uborder/shaders/content_shaders/include/uborder_frame_params.inc %%DATADIR%%/bezel/uborder/shaders/content_shaders/include/uborder_params.inc +%%DATADIR%%/bezel/uborder/shaders/support_shaders/g-sharp2_resampler/g-sharp2_resampler-horizontal.slang +%%DATADIR%%/bezel/uborder/shaders/support_shaders/g-sharp2_resampler/g-sharp2_resampler-vertical.slang %%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/0_koko-ambi-stock.slang %%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/1_koko-ambi-avglum.slang %%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/2_koko-ambi-temporal.slang %%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/3_koko-ambi-viewport.slang -%%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/LICENSE.txt +%%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/LICENSE.zip %%DATADIR%%/bezel/uborder/shaders/support_shaders/koko-ambi-standalone/koko-ambi.slangp %%DATADIR%%/bezel/uborder/shaders/support_shaders/noshame-blur.slang %%DATADIR%%/bezel/uborder/shaders/support_shaders/original.slang %%DATADIR%%/bezel/uborder/shaders/uborder-bezel-reflections.slang +%%DATADIR%%/bezel/uborder/shaders/uborder-koko-ambi.slang %%DATADIR%%/bezel/uborder/shaders/uborder.slang %%DATADIR%%/bezel/uborder/textures/borders/default.jpg %%DATADIR%%/bezel/uborder/textures/borders/default_layer2.png @@ -2065,6 +2180,9 @@ %%DATADIR%%/crt/shaders/rt_curvature/parameters.inc %%DATADIR%%/crt/shaders/rt_curvature/rt_curvature.slang %%DATADIR%%/crt/shaders/rt_curvature/shared.inc +%%DATADIR%%/crt/shaders/simple-crt/simple-color-correction.slang +%%DATADIR%%/crt/shaders/simple-crt/simple-crt.slang +%%DATADIR%%/crt/shaders/simple-crt/simple-fxaa.slang %%DATADIR%%/crt/shaders/slotmask.slang %%DATADIR%%/crt/shaders/snes-hires-blend.slang %%DATADIR%%/crt/shaders/torridgristle/Brighten.slang @@ -2083,6 +2201,8 @@ %%DATADIR%%/crt/shaders/zfast_crt/zfast_crt_finemask.slang %%DATADIR%%/crt/shaders/zfast_crt/zfast_crt_geo.slang %%DATADIR%%/crt/shaders/zfast_crt/zfast_crt_impl.inc +%%DATADIR%%/crt/simple-crt-fxaa.slangp +%%DATADIR%%/crt/simple-crt.slangp %%DATADIR%%/crt/tvout-tweaks.slangp %%DATADIR%%/crt/vector-glow-alt-render.slangp %%DATADIR%%/crt/vector-glow.slangp @@ -3172,6 +3292,8 @@ %%DATADIR%%/presets/crt-plus-signal/crt-royale-ntsc-svideo.slangp %%DATADIR%%/presets/crt-plus-signal/crt-royale-pal-r57shell.slangp %%DATADIR%%/presets/crt-plus-signal/crtglow_gauss_ntsc.slangp +%%DATADIR%%/presets/crt-plus-signal/fakelottes-ntsc-composite.slangp +%%DATADIR%%/presets/crt-plus-signal/fakelottes-ntsc-svideo.slangp %%DATADIR%%/presets/crt-plus-signal/my_old_tv.slangp %%DATADIR%%/presets/crt-plus-signal/ntsc-phosphorlut.slangp %%DATADIR%%/presets/crt-plus-signal/ntsclut-phosphorlut.slangp diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 8463e7be4eeb..a6e01235bf8d 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20250715 +PORTVERSION= s20250723 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-871-g058a217934 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-893-g9d18d62328 # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index efa7113c5cc5..d11e1fed8bff 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752618450 +TIMESTAMP = 1753302830 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 @@ -1871,5 +1871,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43 SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2 SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268 -SHA256 (veloren-v0.17.0-871-g058a217934.tar.bz2) = f3d25dea8116f8470f66f96a2dbf73d2371d0afe2601837634ce795a50ee9fd2 -SIZE (veloren-v0.17.0-871-g058a217934.tar.bz2) = 330937585 +SHA256 (veloren-v0.17.0-893-g9d18d62328.tar.bz2) = a38f9c69d485315bde6a568f56eb9efb10798e37fb3b84e2668ca8ee04389adc +SIZE (veloren-v0.17.0-893-g9d18d62328.tar.bz2) = 334149585 diff --git a/german/mythes/Makefile b/german/mythes/Makefile index 39f1bf8631bb..bf1404957683 100644 --- a/german/mythes/Makefile +++ b/german/mythes/Makefile @@ -1,5 +1,5 @@ PORTNAME= mythes -PORTVERSION= 2025.07.13 +PORTVERSION= 2025.07.20 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C|\.||g} diff --git a/german/mythes/distinfo b/german/mythes/distinfo index 5187206693bf..033f4ab382ae 100644 --- a/german/mythes/distinfo +++ b/german/mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566798 -SHA256 (mythes/Deutscher-Thesaurus-20250713.oxt) = 1a6a1feb3d50d5e6af19b854b5b252e13fddf2438ade10f51440041a0c3108e1 -SIZE (mythes/Deutscher-Thesaurus-20250713.oxt) = 13702287 +TIMESTAMP = 1753265948 +SHA256 (mythes/Deutscher-Thesaurus-20250720.oxt) = f9c6cfed6d2f574d3c36817b022c1f992dddb07cda04609129da4411bb9bb28f +SIZE (mythes/Deutscher-Thesaurus-20250720.oxt) = 13718460 diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 7b6f14a20309..2290144c6a08 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -1,6 +1,6 @@ PORTNAME= aeskulap PORTVERSION= 0.2.2.20190120 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -23,11 +23,11 @@ USE_GITHUB= yes GH_ACCOUNT= mikhailnov GH_TAGNAME= e43334e USE_CXXSTD= c++11 -USE_GNOME= gconfmm26 gtkmm24 intltool libglade2 +USE_GNOME= gtkmm24 intltool libglade2 USE_LDCONFIG= ${PREFIX}/lib/aeskulap GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static +CONFIGURE_ARGS= --disable-static --with-gsettings INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 1d0d424cd95c..a13bd4455e90 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -1,40 +1,35 @@ PORTNAME= dataplot -DISTVERSION= 20210713 -PORTREVISION= 2 +DISTVERSION= 20240806 CATEGORIES= graphics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pfg@FreeBSD.org COMMENT= Free software system for statistical visualization WWW= https://www.itl.nist.gov/div898/software/dataplot/index.htm LICENSE= PD +LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libgd.so:graphics/gd \ - libpng.so:graphics/png - -USES= gmake gnome fortran jpeg readline xorg -USE_XORG= x11 xi -USE_GNOME= cairo + libtiff.so:graphics/tiff +RUN_DEPENDS= xclip:x11/xclip +USES= gmake gnome fortran readline xorg USE_GITHUB= yes GH_ACCOUNT= usnistgov -GH_TAGNAME= d5eb15dd86dd80098c6535aa68898ab8392ab700 - -WRKSRC_SUBDIR= src - -MAXOBV?= 450000 # Change if you need more observations/variable +GH_TAGNAME= b779512889cc78757fae29f9546e01b9c6cef95d +USE_GNOME= cairo +USE_XORG= x11 xft xi -FFLAGS+= -DLINUX -fdefault-real-8 -fdefault-double-8 -std=legacy +FFLAGS+= -fdefault-real-8 -fdefault-double-8 -std=legacy -PORTDATA= * +WRKSRC_SUBDIR= src PLIST_FILES= bin/dataplot bin/xdataplot +PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's/MAXOBV=1500000/MAXOBV=${MAXOBV}/' \ - ${WRKSRC}/DPCOPA.INC @${REINPLACE_CMD} \ -e 's;%%FC%%;${FC};' \ -e 's;%%CC%%;${CC};' \ diff --git a/graphics/dataplot/distinfo b/graphics/dataplot/distinfo index 0489f8aa74df..6c9f0246c90d 100644 --- a/graphics/dataplot/distinfo +++ b/graphics/dataplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663389742 -SHA256 (usnistgov-dataplot-20210713-d5eb15dd86dd80098c6535aa68898ab8392ab700_GH0.tar.gz) = f92bbb322ec80ea03e83163b9de741131bb064fbe59323475b27958cddeb197f -SIZE (usnistgov-dataplot-20210713-d5eb15dd86dd80098c6535aa68898ab8392ab700_GH0.tar.gz) = 22850998 +TIMESTAMP = 1753233966 +SHA256 (usnistgov-dataplot-20240806-b779512889cc78757fae29f9546e01b9c6cef95d_GH0.tar.gz) = 6386f56d6b74638d877cbe6a929dd476422dc791e009f83ce6bd5703ac58261a +SIZE (usnistgov-dataplot-20240806-b779512889cc78757fae29f9546e01b9c6cef95d_GH0.tar.gz) = 23319908 diff --git a/graphics/dataplot/files/patch-Makefile b/graphics/dataplot/files/patch-Makefile index df26252ff7ed..115aadaf4461 100644 --- a/graphics/dataplot/files/patch-Makefile +++ b/graphics/dataplot/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-07-13 20:35:55 UTC +--- Makefile.orig 2024-08-06 18:20:40 UTC +++ Makefile @@ -1,5 +1,5 @@ -FC = gfortran @@ -7,8 +7,8 @@ +CC = %%CC%% # FEATURES to enable during compilation - # all: READLINE NCURSES GD TIFF VPX CAIRO X11 GKS OPENGL PLOT XCLIP -@@ -12,11 +12,12 @@ PREFIX = $(DESTDIR)/usr/local + # all: READLINE NCURSES GD TIFF VPX CAIRO X11 GKS OPENGL PLOT XCLIP CYGWIN MACOSX TCL DISABLE_SYSTEM_COMMAND STACK_SIZE DEBUG +@@ -13,12 +13,13 @@ BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin # where to find additional dataplot files (help, menus, etc). @@ -16,15 +16,25 @@ +DPLIBDIR=$(DESTDIR)%%DATADIR%% #FFLAGS += -O2 -DLINUX -fdefault-real-8 -fdefault-double-8 -fmax-stack-var-size=1000000 -Wall + #FFLAGS += -O2 -g -DLINUX -fdefault-real-8 -fdefault-double-8 -Wall -FFLAGS += -O2 -DLINUX -fdefault-real-8 -fdefault-double-8 -Wall -CFLAGS += -O2 -+FFLAGS += %%FFLAGS%% ++FFLAGS += %%FFLAGS%% -DLINUX +CFLAGS += %%CFLAGS%% -I%%LOCALBASE%%/include +LDFLAGS += -L%%LOCALBASE%%/lib # special flags for dp1 DP1FLAGS = -DDDOUBLE -DINTEGER32 -DHAVE_ISNAN -DHAVE_EXECUTE_COMMAND_LINE -DDPLIBDIR=\'$(DPLIBDIR)\' -@@ -129,7 +130,7 @@ clean: +@@ -79,7 +80,7 @@ CFLAGS += -DHAVE_X11 + LDFLAGS += -lcairo + FFLAGS4 += -DHAVE_CAIRO + CFLAGS += -DHAVE_X11 +-#CFLAGS += -I/usr/include/cairo ++CFLAGS += -I%%LOCALBASE%%/include/freetype2 + endif + + ifneq (,$(findstring PLOT,$(FEATURES))) +@@ -170,7 +171,7 @@ install: dataplot xdataplot install: dataplot xdataplot @echo installing binary to $(BINDIR) -[ ! -d $(BINDIR) ] && mkdir -vp $(BINDIR) ||: diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index e0f2ef659336..f27cb9d2fff5 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,11 +1,14 @@ PORTNAME= gdk-pixbuf PORTVERSION= 2.42.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome +PATCH_SITES= https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/commit/ +PATCHFILES= 4af78023ce7d3b5e3cec422a59bb4f48fa4f5886.patch:-p1 + MAINTAINER= desktop@FreeBSD.org COMMENT= Graphic library for GTK WWW= https://developer.gnome.org/gdk-pixbuf/ diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index cce2b3b0ccbd..ec430fcc6771 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1740710770 +TIMESTAMP = 1753371083 SHA256 (gnome/gdk-pixbuf-2.42.12.tar.xz) = b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7 SIZE (gnome/gdk-pixbuf-2.42.12.tar.xz) = 6525072 +SHA256 (gnome/4af78023ce7d3b5e3cec422a59bb4f48fa4f5886.patch) = e5cfbfed908833871e45562b72e70be4895844c08ed8edce7d24a8d36696aeba +SIZE (gnome/4af78023ce7d3b5e3cec422a59bb4f48fa4f5886.patch) = 1643 diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index 4a91339aa4b8..fcbdfd515533 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.27.1 +DISTVERSION= 2.27.2 CATEGORIES= graphics geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -30,12 +30,12 @@ GEODIRS= data_dir etc lib logs modules resources webapps PLIST_SUB= BATIK=1.18 \ ECLIPSE=2.15.0 \ G="${GEOSERVERDIR:S,^${PREFIX}/,,}" \ - GT=33.1 \ - GWC=1.27.1 \ + GT=33.2 \ + GWC=1.27.2 \ IMAGEIO=1.4.15 \ - JACKSON=2.18.2 \ + JACKSON=2.19.0 \ JETTY=9.4.57.v20241219 \ - JNA=5.16.0 \ + JNA=5.17.0 \ JT=1.1.31 \ JT1=1.6.0 \ MVER=${PORTVERSION} \ @@ -43,7 +43,7 @@ PLIST_SUB= BATIK=1.18 \ SPRING=5.3.39 \ SPRINGS=5.8.16 \ VER3=1.1.3 \ - WICKET=9.20.0 + WICKET=9.21.0 post-patch: @${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \ diff --git a/graphics/geoserver/distinfo b/graphics/geoserver/distinfo index 21050a200db6..fba585023356 100644 --- a/graphics/geoserver/distinfo +++ b/graphics/geoserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747658951 -SHA256 (geoserver-2.27.1-bin.zip) = ec8ae7ce759ae4d23fda0147553450d087ab3a4a1d4ad6ebd1a1a928fa5e2d09 -SIZE (geoserver-2.27.1-bin.zip) = 121675690 +TIMESTAMP = 1753304165 +SHA256 (geoserver-2.27.2-bin.zip) = cb37a3562fb41734c2b548ab0af9f73ecc4b2e6a08512c52dac0352965a8df45 +SIZE (geoserver-2.27.2-bin.zip) = 121877642 diff --git a/graphics/geoserver/pkg-plist b/graphics/geoserver/pkg-plist index b8c71f098752..c0ac87084579 100644 --- a/graphics/geoserver/pkg-plist +++ b/graphics/geoserver/pkg-plist @@ -590,15 +590,15 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/batik-xml-%%BATIK%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/bcprov-jdk18on-1.79.jar %%G%%/webapps/%%G%%/WEB-INF/lib/bigint-0.7.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.43.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/commons-beanutils-1.10.1.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.49.3.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/commons-beanutils-1.11.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-codec-1.18.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-collections-3.2.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-collections4-4.4.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-compiler-3.1.12.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-dbcp-1.4.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/commons-fileupload-1.5.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/commons-io-2.18.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/commons-fileupload-1.6.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/commons-io-2.19.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-jxpath-1.3.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang-2.6.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang3-3.17.0.jar @@ -612,7 +612,7 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/encoder-1.3.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/error_prone_annotations-2.36.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/ezmorph-1.0.6.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/failureaccess-1.0.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/failureaccess-1.0.3.jar %%G%%/webapps/%%G%%/WEB-INF/lib/freemarker-2.3.34.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gs-gwc-%%MVER%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gs-gwc-rest-%%MVER%%.jar @@ -690,7 +690,7 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wcs-%%GT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wfs-%%GT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wmts-%%GT%%.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/guava-33.4.0-jre.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/guava-33.4.8-jre.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gwc-core-%%GWC%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-core-%%GWC%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-jdbc-%%GWC%%.jar @@ -743,7 +743,8 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/joda-time-2.8.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/json-20231013.jar %%G%%/webapps/%%G%%/WEB-INF/lib/json-lib-2.4.2-%%G%%.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jsr305-2.0.3.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jspecify-1.0.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jsr305-3.0.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jt-affine-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jt-algebra-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jt-attributeop-%%JT1%%.jar @@ -809,10 +810,10 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/org.eclipse.emf.ecore.xmi-2.15.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.eclipse.xsd-2.12.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.w3.xlink-%%GT%%.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/oshi-core-6.6.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/oshi-core-6.8.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/picocontainer-1.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/pngj-2.0.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.7.5.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.7.7.jar %%G%%/webapps/%%G%%/WEB-INF/lib/re2j-1.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/si-quantity-2.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/si-units-2.1.jar diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index d5b4763ea1ed..1d5f1a6658e6 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazpaint PORTVERSION= 7.3 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 983560017143..2eb8eec775b6 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.2-branchpoint-37 -DISTVERSIONSUFFIX= -gafdb2c64de0 +DISTVERSION= 25.2-branchpoint-383 +DISTVERSIONSUFFIX= -g8a4ef5977e2 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 47511b643f96..e36352d2a435 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752706603 -SHA256 (mesa-25.2-branchpoint-37-gafdb2c64de0.tar.bz2) = c32dcb64be41317a23bec1cd8054f988902310a21a7e3c5af6aa57e42c43cb33 -SIZE (mesa-25.2-branchpoint-37-gafdb2c64de0.tar.bz2) = 58353962 +TIMESTAMP = 1753315889 +SHA256 (mesa-25.2-branchpoint-383-g8a4ef5977e2.tar.bz2) = 8a6b35fa482533f04afdb6f1b48dd02a8088fd83a4f41d4f4b89074d9a47242b +SIZE (mesa-25.2-branchpoint-383-g8a4ef5977e2.tar.bz2) = 58360954 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/nvidia-drm-510-kmod-devel/Makefile b/graphics/nvidia-drm-510-kmod-devel/Makefile index d4ce531391ae..fe8718609a70 100644 --- a/graphics/nvidia-drm-510-kmod-devel/Makefile +++ b/graphics/nvidia-drm-510-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64.03 +NVIDIA_DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-510-kmod diff --git a/graphics/nvidia-drm-510-kmod-devel/distinfo b/graphics/nvidia-drm-510-kmod-devel/distinfo index 9e09837b4dca..079b427dbece 100644 --- a/graphics/nvidia-drm-510-kmod-devel/distinfo +++ b/graphics/nvidia-drm-510-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751449876 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 +TIMESTAMP = 1753242855 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f +SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 SHA256 (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = ea6b04c4bbd859248aabb81bc2abc19f33d68f57decf2e41dd8f5341124227d4 SIZE (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = 20095720 diff --git a/graphics/nvidia-drm-510-kmod/distinfo b/graphics/nvidia-drm-510-kmod/distinfo index 5a0a0be07601..289ca1b8f540 100644 --- a/graphics/nvidia-drm-510-kmod/distinfo +++ b/graphics/nvidia-drm-510-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750206403 -SHA256 (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 1d132020452851b3122dd38ae96eb578a510755c73c417db788611ede51e76ce -SIZE (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 261338796 +TIMESTAMP = 1752772269 +SHA256 (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 004fd4084d96854580582d6664df7d36df6e03230001c06a9fa0234c1a3ba1e6 +SIZE (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 260741248 SHA256 (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = ea6b04c4bbd859248aabb81bc2abc19f33d68f57decf2e41dd8f5341124227d4 SIZE (freebsd-drm-kmod-drm_v5.10.163_8_GH0.tar.gz) = 20095720 diff --git a/graphics/nvidia-drm-515-kmod-devel/Makefile b/graphics/nvidia-drm-515-kmod-devel/Makefile index a7b333ad8441..cc8d898a2afe 100644 --- a/graphics/nvidia-drm-515-kmod-devel/Makefile +++ b/graphics/nvidia-drm-515-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64.03 +NVIDIA_DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-515-kmod diff --git a/graphics/nvidia-drm-515-kmod-devel/distinfo b/graphics/nvidia-drm-515-kmod-devel/distinfo index 3f48f97f6c2f..3ff96f22f8df 100644 --- a/graphics/nvidia-drm-515-kmod-devel/distinfo +++ b/graphics/nvidia-drm-515-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751449949 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 +TIMESTAMP = 1753243021 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f +SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 SHA256 (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 93fc30211374d028ec8e24872cc5ac03dab13309b637cf3bdad27f2dcb808fc0 SIZE (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 26098570 diff --git a/graphics/nvidia-drm-515-kmod/distinfo b/graphics/nvidia-drm-515-kmod/distinfo index 502c10c13483..2732c296e914 100644 --- a/graphics/nvidia-drm-515-kmod/distinfo +++ b/graphics/nvidia-drm-515-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750410360 -SHA256 (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 1d132020452851b3122dd38ae96eb578a510755c73c417db788611ede51e76ce -SIZE (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 261338796 +TIMESTAMP = 1752773397 +SHA256 (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 004fd4084d96854580582d6664df7d36df6e03230001c06a9fa0234c1a3ba1e6 +SIZE (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 260741248 SHA256 (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 93fc30211374d028ec8e24872cc5ac03dab13309b637cf3bdad27f2dcb808fc0 SIZE (freebsd-drm-kmod-drm_v5.15.160_5_GH0.tar.gz) = 26098570 diff --git a/graphics/nvidia-drm-61-kmod-devel/Makefile b/graphics/nvidia-drm-61-kmod-devel/Makefile index c36ca3f0be6e..0a245cd0839b 100644 --- a/graphics/nvidia-drm-61-kmod-devel/Makefile +++ b/graphics/nvidia-drm-61-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64.03 +NVIDIA_DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-61-kmod diff --git a/graphics/nvidia-drm-61-kmod-devel/distinfo b/graphics/nvidia-drm-61-kmod-devel/distinfo index 03da35fa84ce..3bcfa21add5b 100644 --- a/graphics/nvidia-drm-61-kmod-devel/distinfo +++ b/graphics/nvidia-drm-61-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751450006 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 +TIMESTAMP = 1753243692 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f +SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 SHA256 (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = ef5ee435493351a4d123f53b503c018a5195604ad4954a052d40f103643de39d SIZE (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = 37105937 diff --git a/graphics/nvidia-drm-61-kmod/distinfo b/graphics/nvidia-drm-61-kmod/distinfo index d16f4303ff76..bc5a5002b05d 100644 --- a/graphics/nvidia-drm-61-kmod/distinfo +++ b/graphics/nvidia-drm-61-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750400626 -SHA256 (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 1d132020452851b3122dd38ae96eb578a510755c73c417db788611ede51e76ce -SIZE (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 261338796 +TIMESTAMP = 1752771787 +SHA256 (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 004fd4084d96854580582d6664df7d36df6e03230001c06a9fa0234c1a3ba1e6 +SIZE (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 260741248 SHA256 (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = ef5ee435493351a4d123f53b503c018a5195604ad4954a052d40f103643de39d SIZE (freebsd-drm-kmod-drm_v6.1.128_4_GH0.tar.gz) = 37105937 diff --git a/graphics/nvidia-drm-66-kmod-devel/Makefile b/graphics/nvidia-drm-66-kmod-devel/Makefile index b7153ab3390f..8a82ec87b6e3 100644 --- a/graphics/nvidia-drm-66-kmod-devel/Makefile +++ b/graphics/nvidia-drm-66-kmod-devel/Makefile @@ -1,4 +1,4 @@ -NVIDIA_DISTVERSION= 575.64.03 +NVIDIA_DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-drm-66-kmod diff --git a/graphics/nvidia-drm-66-kmod-devel/distinfo b/graphics/nvidia-drm-66-kmod-devel/distinfo index a419269fc0d5..d855415e360e 100644 --- a/graphics/nvidia-drm-66-kmod-devel/distinfo +++ b/graphics/nvidia-drm-66-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751450069 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 +TIMESTAMP = 1753243532 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f +SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 SHA256 (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 412fe7b8db00ce7ed6339fa3099f9b17fe78b115ccb05a8714228ce70c9d0882 SIZE (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 38486809 diff --git a/graphics/nvidia-drm-66-kmod/distinfo b/graphics/nvidia-drm-66-kmod/distinfo index a232ff36b2cf..e1cb84730b17 100644 --- a/graphics/nvidia-drm-66-kmod/distinfo +++ b/graphics/nvidia-drm-66-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750400699 -SHA256 (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 1d132020452851b3122dd38ae96eb578a510755c73c417db788611ede51e76ce -SIZE (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 261338796 +TIMESTAMP = 1752774052 +SHA256 (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 004fd4084d96854580582d6664df7d36df6e03230001c06a9fa0234c1a3ba1e6 +SIZE (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 260741248 SHA256 (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 412fe7b8db00ce7ed6339fa3099f9b17fe78b115ccb05a8714228ce70c9d0882 SIZE (freebsd-drm-kmod-drm_v6.6.25_5_GH0.tar.gz) = 38486809 diff --git a/graphics/nvidia-drm-kmod-devel/Makefile b/graphics/nvidia-drm-kmod-devel/Makefile index 25785ec2b87e..1ef3bc6d3051 100644 --- a/graphics/nvidia-drm-kmod-devel/Makefile +++ b/graphics/nvidia-drm-kmod-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64.03 +DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index f39f1082d57b..fd6f82747a9e 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -1,5 +1,5 @@ PORTNAME= GD-Barcode -PORTVERSION= 2.00 +DISTVERSION= 2.01 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,5 @@ RUN_DEPENDS= p5-GD>=0:graphics/p5-GD USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Barcode/distinfo b/graphics/p5-GD-Barcode/distinfo index ed69db000e01..1ffbafd40ee4 100644 --- a/graphics/p5-GD-Barcode/distinfo +++ b/graphics/p5-GD-Barcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694687237 -SHA256 (GD-Barcode-2.00.tar.gz) = 7cabb9a7eef7891145cc333ca70462972418377c23d3ab2a34c6f1aa229796ef -SIZE (GD-Barcode-2.00.tar.gz) = 885786 +TIMESTAMP = 1753445226 +SHA256 (GD-Barcode-2.01.tar.gz) = 59af0f8a9bec93d2775fa8a1a251532d62fe2e160a471896c935aa9be8c5cd21 +SIZE (GD-Barcode-2.01.tar.gz) = 897133 diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile index 04bcee8c222d..82ad6fbcabd3 100644 --- a/graphics/py-willow/Makefile +++ b/graphics/py-willow/Makefile @@ -1,5 +1,5 @@ PORTNAME= willow -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7<1.0:devel/py-defusedxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.10:devel/py-filetype@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -30,9 +30,9 @@ OPENCV_DESC= Use OpenCV as backend PILLOW_DESC= Use Pillow as backend WAND_DESC= Use Wand as backend -HEIF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow-heif>=0.13.0<1.0.0:graphics/py-pillow-heif@${PY_FLAVOR} +HEIF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow-heif>=0.13.0:graphics/py-pillow-heif@${PY_FLAVOR} OPENCV_RUN_DEPENDS= opencv>=0:graphics/opencv -PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.1.0<12.0.0:graphics/py-pillow@${PY_FLAVOR} +PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=11.3.0<12.0.0:graphics/py-pillow@${PY_FLAVOR} WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wand>=0.6<1.0:graphics/py-wand@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/graphics/py-willow/distinfo b/graphics/py-willow/distinfo index 0ec5a8d02e0c..7933ec92e344 100644 --- a/graphics/py-willow/distinfo +++ b/graphics/py-willow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936200 -SHA256 (willow-1.10.0.tar.gz) = e10673ff954e79ca0412c648e40dd9ce0b93c8bef798e8468ce3411ff972fb15 -SIZE (willow-1.10.0.tar.gz) = 113732 +TIMESTAMP = 1753265776 +SHA256 (willow-1.11.0.tar.gz) = 70292b2d0cd2d5bb4076f0b3d61308aeaa0b225f3970d00752f08a8fd386c3d1 +SIZE (willow-1.11.0.tar.gz) = 113827 diff --git a/graphics/py-willow/files/patch-pyproject.toml b/graphics/py-willow/files/patch-pyproject.toml deleted file mode 100644 index ba816ba9d024..000000000000 --- a/graphics/py-willow/files/patch-pyproject.toml +++ /dev/null @@ -1,22 +0,0 @@ ---- pyproject.toml.orig 2025-04-22 13:08:41 UTC -+++ pyproject.toml -@@ -26,7 +26,7 @@ dependencies = [ - dynamic = ["version"] # will read __version__ from willow/__init__.py - requires-python = ">=3.9" - dependencies = [ -- "filetype>=1.0.10,!=1.1.0", -+ "filetype>=1.0.7,!=1.1.0", - "defusedxml>=0.7,<1.0", - ] - -@@ -35,8 +35,8 @@ heif = [ - wand = ["Wand>=0.6,<1.0"] - heif = [ - # Pinned because pillow-heif 0.23+ has dropped AVIF support but we still rely on it. -- "pillow-heif>=0.10.0,<0.22.0; python_version < '3.12'", -- "pillow-heif>=0.13.0,<0.22.0; python_version >= '3.12'", -+ "pillow-heif>=0.10.0,<1.0.0; python_version < '3.12'", -+ "pillow-heif>=0.13.0,<1.0.0; python_version >= '3.12'", - ] - - testing = [ diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index 70bcda774e2f..53ff39c2ecb9 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -1,5 +1,5 @@ PORTNAME= gruff -PORTVERSION= 0.27.0 +PORTVERSION= 0.28.0 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-gruff/distinfo b/graphics/rubygem-gruff/distinfo index 9ee8201df3e6..5a63df74a7a1 100644 --- a/graphics/rubygem-gruff/distinfo +++ b/graphics/rubygem-gruff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748496029 -SHA256 (rubygem/gruff-0.27.0.gem) = bf1ea3bc0cdc1be9f353571b3600eea39f72140e3d1dd91ac62185fd8e6a8795 -SIZE (rubygem/gruff-0.27.0.gem) = 254976 +TIMESTAMP = 1753265958 +SHA256 (rubygem/gruff-0.28.0.gem) = 81fb1719ccdd8f1a9c220d2e96e42f2a835d7900b7f42201e6c54331b625d84c +SIZE (rubygem/gruff-0.28.0.gem) = 254976 diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile index ad764e200ef8..ddd0ebb622b8 100644 --- a/graphics/rubygem-rmagick/Makefile +++ b/graphics/rubygem-rmagick/Makefile @@ -1,6 +1,5 @@ PORTNAME= rmagick -PORTVERSION= 6.1.1 -PORTREVISION= 1 +PORTVERSION= 6.1.2 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-rmagick/distinfo b/graphics/rubygem-rmagick/distinfo index 198ff93eee6b..099536aeef53 100644 --- a/graphics/rubygem-rmagick/distinfo +++ b/graphics/rubygem-rmagick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606697 -SHA256 (rubygem/rmagick-6.1.1.gem) = df0171c0641956a172ed0bbf6bdcf2ea68ad7fa3ec09364705f32c2cdd3b8726 -SIZE (rubygem/rmagick-6.1.1.gem) = 269824 +TIMESTAMP = 1753265960 +SHA256 (rubygem/rmagick-6.1.2.gem) = 2f2faf6aa072d32f6a71f6241d9e20b5090fb43690bbb84761b963bedcf53c8d +SIZE (rubygem/rmagick-6.1.2.gem) = 270336 diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 6fe93311d295..5cb25e6aee72 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -1,7 +1,6 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -63,8 +62,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 17 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 15 -JDK_BUILD_NUMBER= 6 +JDK_PATCH_VERSION= 16 +JDK_BUILD_NUMBER= 8 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 diff --git a/java/openjdk17/distinfo b/java/openjdk17/distinfo index cfddd904e761..46fec0c5d7c9 100644 --- a/java/openjdk17/distinfo +++ b/java/openjdk17/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745164265 -SHA256 (battleblow-jdk17u-jdk-17.0.15+6-1_GH0.tar.gz) = 243d616e60735f375a66d2ae0e4d45200d5d3695549caf7a66aa85273857e9dd -SIZE (battleblow-jdk17u-jdk-17.0.15+6-1_GH0.tar.gz) = 107603484 +TIMESTAMP = 1753420206 +SHA256 (battleblow-jdk17u-jdk-17.0.16+8-1_GH0.tar.gz) = 037d6ddb613ebe58a6bde1919312cce978a74f7cdc6e5f5990933e24dabbc2e2 +SIZE (battleblow-jdk17u-jdk-17.0.16+8-1_GH0.tar.gz) = 107976153 diff --git a/java/openjdk21/Makefile b/java/openjdk21/Makefile index 3f4f39194c65..6162d28e0a8d 100644 --- a/java/openjdk21/Makefile +++ b/java/openjdk21/Makefile @@ -3,7 +3,6 @@ DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} -PORTREVISION= 1 MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -63,8 +62,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 21 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 7 -JDK_BUILD_NUMBER= 6 +JDK_PATCH_VERSION= 8 +JDK_BUILD_NUMBER= 9 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 diff --git a/java/openjdk21/distinfo b/java/openjdk21/distinfo index b51a8b6b0d62..c9688d912b85 100644 --- a/java/openjdk21/distinfo +++ b/java/openjdk21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745168967 -SHA256 (battleblow-jdk21u-jdk-21.0.7+6-1_GH0.tar.gz) = ea8634ed1f3bf8aa0df121fa399f4f56ccac135a14ac5c1db8dd3b378f493dfb -SIZE (battleblow-jdk21u-jdk-21.0.7+6-1_GH0.tar.gz) = 113408248 +TIMESTAMP = 1753421114 +SHA256 (battleblow-jdk21u-jdk-21.0.8+9-1_GH0.tar.gz) = 9b56f542fd4192e420f12e9c34445a70a7de7733444c7eb505f6062d2dff6d83 +SIZE (battleblow-jdk21u-jdk-21.0.8+9-1_GH0.tar.gz) = 113861928 diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 4c820c1fbb69..85c0ae16a984 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -1,6 +1,5 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= LOCAL/jkim:jtreg PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -54,8 +53,8 @@ INSTALLDIR= ${PREFIX}/${PKGBASE} NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 452 -JDK_BUILD_NUMBER= 09 +JDK_UPDATE_VERSION= 462 +JDK_BUILD_NUMBER= 08 BSD_JDK_VERSION= 1 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo index def6a524e9ab..87c0b9931cf8 100644 --- a/java/openjdk8/distinfo +++ b/java/openjdk8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745107911 +TIMESTAMP = 1753419636 SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c -SIZE (jtreg4.1-b08.tar.gz) = 6834252 -SHA256 (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 5ece2db14895741373c63a4a50029c1558206d25c98b2ac7e730e1279f20f8a7 -SIZE (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 93400109 +SIZE (jtreg4.1-b08.tar.gz) = 683425 +SHA256 (battleblow-jdk8u-8.462.08.1-jdk8u462-b08.1_GH0.tar.gz) = ef956bdbeff27383434418f34d7af67e9f81a54e04bc6351b52616515de1054c +SIZE (battleblow-jdk8u-8.462.08.1-jdk8u462-b08.1_GH0.tar.gz) = 93417092 diff --git a/lang/fpc-devel-source/Makefile b/lang/fpc-devel-source/Makefile index b9893a46e4b2..58c2b53e43cf 100644 --- a/lang/fpc-devel-source/Makefile +++ b/lang/fpc-devel-source/Makefile @@ -1,5 +1,5 @@ PORTNAME= fpc-devel -PORTVERSION= 3.3.1.20250409 +PORTVERSION= 3.3.1.20250722 CATEGORIES= lang PKGNAMESUFFIX= -source DIST_SUBDIR= freepascal @@ -15,7 +15,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.com/freepascal.org GL_ACCOUNT= fpc GL_PROJECT= source -GL_TAGNAME= 4cae231a521302a6356875b1d2268323067a321d +GL_TAGNAME= 9701f72a3f2162e690be0975a0df389c758ecdcc PLIST= ${WRKDIR}/pkg-plist PATCHDIR= ${PORTSDIR}/lang/fpc-devel/files diff --git a/lang/fpc-devel-source/distinfo b/lang/fpc-devel-source/distinfo index da4b0974493b..501ecf4a8da1 100644 --- a/lang/fpc-devel-source/distinfo +++ b/lang/fpc-devel-source/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744255760 -SHA256 (freepascal/fpc-source-4cae231a521302a6356875b1d2268323067a321d_GL0.tar.gz) = 94e55fc0affeaa48e268924a70cf7527543469c5825952176d0aed0ac20ec188 -SIZE (freepascal/fpc-source-4cae231a521302a6356875b1d2268323067a321d_GL0.tar.gz) = 57923901 +TIMESTAMP = 1753221521 +SHA256 (freepascal/fpc-source-9701f72a3f2162e690be0975a0df389c758ecdcc_GL0.tar.gz) = 926a8edc2495a2068998310bab16a414660beae4ac76dc3264b48ade77dec0e1 +SIZE (freepascal/fpc-source-9701f72a3f2162e690be0975a0df389c758ecdcc_GL0.tar.gz) = 56745890 diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 43a429e0d83d..99222b5d2069 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= fpc -PORTVERSION= 3.3.1.20250409 +PORTVERSION= 3.3.1.20250722 CATEGORIES= lang MASTER_SITES= LOCAL/acm/freepascal/:bootstrap \ LOCAL/acm/freepascal/:man @@ -28,7 +28,7 @@ USE_GITLAB= yes GL_SITE= https://gitlab.com/freepascal.org GL_ACCOUNT= fpc GL_PROJECT= source -GL_TAGNAME= 4cae231a521302a6356875b1d2268323067a321d +GL_TAGNAME= 9701f72a3f2162e690be0975a0df389c758ecdcc FPCSRCDIR= source-${GL_TAGNAME} diff --git a/lang/fpc-devel/distinfo b/lang/fpc-devel/distinfo index 8caa8e06d221..ecd8717711f8 100644 --- a/lang/fpc-devel/distinfo +++ b/lang/fpc-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1744252797 +TIMESTAMP = 1753217167 SHA256 (freepascal/ppc386-3.2.2-freebsd.tar.gz) = 2e175954442e28799edfe08c01635d209298b992f1062d03872571d58aa9f43a SIZE (freepascal/ppc386-3.2.2-freebsd.tar.gz) = 1364288 SHA256 (freepascal/ppcx64-3.2.2-freebsd.tar.gz) = 8cf6258688c3457f27bcec18e6993443ed2fcfe7d7c8697d54a13f32965e8fb0 @@ -7,5 +7,5 @@ SHA256 (freepascal/ppca64-3.3.1-freebsd.tar.gz) = 5d9010c69f461b3522826c07d1dff2 SIZE (freepascal/ppca64-3.3.1-freebsd.tar.gz) = 1392501 SHA256 (freepascal/fpc-3.2.2.man.tar.gz) = 4b7d7d50922531fa01e00d0bc913abb40426ba3001579240bf3db3f4ad640584 SIZE (freepascal/fpc-3.2.2.man.tar.gz) = 47334 -SHA256 (freepascal/fpc-source-4cae231a521302a6356875b1d2268323067a321d_GL0.tar.gz) = 94e55fc0affeaa48e268924a70cf7527543469c5825952176d0aed0ac20ec188 -SIZE (freepascal/fpc-source-4cae231a521302a6356875b1d2268323067a321d_GL0.tar.gz) = 57923901 +SHA256 (freepascal/fpc-source-9701f72a3f2162e690be0975a0df389c758ecdcc_GL0.tar.gz) = 926a8edc2495a2068998310bab16a414660beae4ac76dc3264b48ade77dec0e1 +SIZE (freepascal/fpc-source-9701f72a3f2162e690be0975a0df389c758ecdcc_GL0.tar.gz) = 56745890 diff --git a/lang/fpc-devel/pkg-plist b/lang/fpc-devel/pkg-plist index 3a75355adc32..96000c51dc29 100644 --- a/lang/fpc-devel/pkg-plist +++ b/lang/fpc-devel/pkg-plist @@ -93,6 +93,7 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-async.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-base.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-css.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-db.fpm +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-ebnf.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-extra.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-fpcunit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-fpterm.fpm @@ -114,6 +115,7 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sdo.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sound.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-stl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-web.fpm +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-wit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-xml.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-yaml.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fftw.fpm @@ -203,9 +205,9 @@ lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-lexyacc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-pas2js.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utmp.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/vcl-compat.fpm +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasm-job.fpm %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmedge.fpm %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmtime.fpm -lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasm-job.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/webidl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/xforms.fpm @@ -234,6 +236,7 @@ lib/fpc/%%PORTVERSION%%/msg/errorr.msg lib/fpc/%%PORTVERSION%%/msg/errorru.msg lib/fpc/%%PORTVERSION%%/msg/errortr.msg lib/fpc/%%PORTVERSION%%/msg/errorues.msg +lib/fpc/%%PORTVERSION%%/msg/errorzh.msg %%FPC_I386%%lib/fpc/%%PORTVERSION%%/ppc386 %%FPC_AARCH64%%lib/fpc/%%PORTVERSION%%/ppca64 %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/ppcx64 @@ -672,6 +675,14 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.parser.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.parser.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.parser.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.scanner.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.scanner.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.scanner.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.tree.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-ebnf/ebnf.tree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.rsj @@ -1533,6 +1544,14 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.model.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.model.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.parser.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.parser.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.parser.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.scanner.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.scanner.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-wit/wit.scanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom_html.o @@ -1997,8 +2016,6 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.ppu -%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.o -%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.o @@ -2643,6 +2660,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/graphemebreakproperty.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/graphemebreakproperty.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/utf8utils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/utf8utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/Package.fpc lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.ppu @@ -2871,8 +2890,6 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.ppu -%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.o -%%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.o @@ -2920,8 +2937,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/pwd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.rsj -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirw.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirw.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utmp/utmp.o @@ -3163,6 +3180,7 @@ lib/libpas2jslib.so %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/toolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-extra/examples/showver.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-hash/examples/demosha256.pp +%%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-hash/examples/sha256performancetest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/createbarcode.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/drawing.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/imgconv.pp diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index eb917faf3628..a81ff41d76c8 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -1,6 +1,5 @@ PORTNAME= luajit -DISTVERSION= 2.1.0.20250528 -PORTREVISION= 1 +DISTVERSION= 2.1.0.20250728 CATEGORIES= lang DISTNAME= LuaJIT-${DISTVERSION} @@ -22,10 +21,10 @@ USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCOPT= CCOPT_x86= Q= USE_GITHUB= yes -GH_TUPLE= LuaJIT:LuaJIT:f9140a6 +GH_TUPLE= LuaJIT:LuaJIT:871db2c LUAJIT_VERSION= 2.1 -LUAJIT_SOVERSION= 2.1.1748459687 +LUAJIT_SOVERSION= 2.1.1753364724 PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} diff --git a/lang/luajit/distinfo b/lang/luajit/distinfo index a7daefeea90e..1da95aac27f8 100644 --- a/lang/luajit/distinfo +++ b/lang/luajit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748983264 -SHA256 (LuaJIT-LuaJIT-2.1.0.20250528-f9140a6_GH0.tar.gz) = dd32256c3c8c02c2e7195c042b9eea774141dbe887dae951e55d10713ac92ccf -SIZE (LuaJIT-LuaJIT-2.1.0.20250528-f9140a6_GH0.tar.gz) = 1083034 +TIMESTAMP = 1753382137 +SHA256 (LuaJIT-LuaJIT-2.1.0.20250728-871db2c_GH0.tar.gz) = 47538f795c0971267f59e6215cfade6e738b5288c5c3fd07b5a575b08a383a1b +SIZE (LuaJIT-LuaJIT-2.1.0.20250728-871db2c_GH0.tar.gz) = 1083031 diff --git a/lang/ruby32/distinfo b/lang/ruby32/distinfo index 456d07a0b68c..9273b4a269db 100644 --- a/lang/ruby32/distinfo +++ b/lang/ruby32/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745105477 -SHA256 (ruby/ruby-3.2.8.tar.xz) = 1cccd3100155275293ae5d4ea0a1a1068f5de69e71732220f144acce26327a3c -SIZE (ruby/ruby-3.2.8.tar.xz) = 15130380 +TIMESTAMP = 1753479174 +SHA256 (ruby/ruby-3.2.9.tar.xz) = cf6699d0084c588e7944d92e1a8edda28b1cc3ee471a1f0aebb4b3d32c9753b2 +SIZE (ruby/ruby-3.2.9.tar.xz) = 15141728 diff --git a/lang/ruby32/pkg-plist b/lang/ruby32/pkg-plist index 570df6935582..618742bc370e 100644 --- a/lang/ruby32/pkg-plist +++ b/lang/ruby32/pkg-plist @@ -61,6 +61,7 @@ include/ruby-%%RUBY_VER%%/ruby/internal/attr/nodiscard.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/noexcept.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/noinline.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/nonnull.h +include/ruby-%%RUBY_VER%%/ruby/internal/attr/nonstring.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/noreturn.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/pure.h include/ruby-%%RUBY_VER%%/ruby/internal/attr/restrict.h diff --git a/mail/imap-tools/Makefile b/mail/imap-tools/Makefile index 771bc23aab98..9e452d606683 100644 --- a/mail/imap-tools/Makefile +++ b/mail/imap-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= imap-tools -DISTVERSION= 1.4.4 -PORTREVISION= 1 +DISTVERSION= 1.5.1 CATEGORIES= mail MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/mail/imap-tools/Makefile.crates b/mail/imap-tools/Makefile.crates index 2fa7baf99fbf..f568cab8e5ff 100644 --- a/mail/imap-tools/Makefile.crates +++ b/mail/imap-tools/Makefile.crates @@ -1,5 +1,5 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aho-corasick-1.1.3 \ aliasable-0.1.3 \ allocator-api2-0.2.21 \ @@ -11,21 +11,21 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-query-1.1.3 \ anstyle-wincon-3.0.9 \ anyhow-1.0.98 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ backtrace-0.3.75 \ base64-0.22.1 \ bitflags-2.9.1 \ bufstream-0.1.4 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ cassowary-0.3.0 \ - castaway-0.2.3 \ - cc-1.2.26 \ - cfg-if-1.0.0 \ + castaway-0.2.4 \ + cc-1.2.29 \ + cfg-if-1.0.1 \ chrono-0.4.41 \ - clap-4.5.39 \ - clap_builder-4.5.39 \ - clap_derive-4.5.32 \ - clap_lex-0.7.4 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_derive-4.5.41 \ + clap_lex-0.7.5 \ colorchoice-1.0.4 \ compact_str-0.8.1 \ core-foundation-0.9.4 \ @@ -38,7 +38,7 @@ CARGO_CRATES= addr2line-0.24.2 \ dtoa-0.4.8 \ either-1.15.0 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ failure-0.1.8 \ failure_derive-0.1.8 \ fastrand-2.3.0 \ @@ -64,19 +64,21 @@ CARGO_CRATES= addr2line-0.24.2 \ itoa-1.0.15 \ js-sys-0.3.77 \ lazy_static-1.5.0 \ - libc-0.2.172 \ + libc-0.2.174 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ lock_api-0.4.13 \ log-0.4.27 \ lru-0.12.5 \ - memchr-2.7.4 \ + matchers-0.1.0 \ + memchr-2.7.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.8 \ + miniz_oxide-0.8.9 \ mio-1.0.4 \ native-tls-0.2.14 \ nom-7.1.3 \ + nu-ansi-term-0.46.0 \ num-traits-0.2.19 \ object-0.36.7 \ once_cell-1.21.3 \ @@ -88,23 +90,27 @@ CARGO_CRATES= addr2line-0.24.2 \ ordered-float-2.10.1 \ ouroboros-0.18.5 \ ouroboros_macro-0.18.5 \ + overload-0.1.1 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ + pin-project-lite-0.2.16 \ pkg-config-0.3.32 \ proc-macro2-1.0.95 \ proc-macro2-diagnostics-0.10.1 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ ratatui-0.29.0 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ regex-1.11.1 \ + regex-automata-0.1.10 \ regex-automata-0.4.9 \ + regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ ring-0.17.14 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.25 \ rustix-0.38.44 \ - rustix-1.0.7 \ + rustix-1.0.8 \ rustls-0.22.4 \ rustls-connector-0.19.2 \ rustls-native-certs-0.7.3 \ @@ -123,6 +129,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_yaml-0.7.5 \ + sharded-slab-0.1.7 \ shell-words-1.1.0 \ shlex-1.3.0 \ signal-hook-0.3.18 \ @@ -137,10 +144,16 @@ CARGO_CRATES= addr2line-0.24.2 \ strum_macros-0.26.4 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.101 \ + syn-2.0.104 \ synstructure-0.12.6 \ tempfile-3.20.0 \ + thread_local-1.1.9 \ toml-0.4.10 \ + tracing-0.1.41 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ unicode-ident-1.0.18 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ @@ -149,9 +162,10 @@ CARGO_CRATES= addr2line-0.24.2 \ unicode-xid-0.2.6 \ untrusted-0.9.0 \ utf8parse-0.2.2 \ + valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -164,20 +178,30 @@ CARGO_CRATES= addr2line-0.24.2 \ windows-core-0.61.2 \ windows-implement-0.60.0 \ windows-interface-0.59.1 \ - windows-link-0.1.1 \ + windows-link-0.1.3 \ windows-result-0.3.4 \ windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ wit-bindgen-rt-0.39.0 \ yaml-rust-0.4.5 \ yansi-1.0.1 \ diff --git a/mail/imap-tools/distinfo b/mail/imap-tools/distinfo index e862cf2e8fe2..75571a437f11 100644 --- a/mail/imap-tools/distinfo +++ b/mail/imap-tools/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1749396732 -SHA256 (rust/crates/imap-tools-1.4.4.crate) = 2e08be325b71f05b1b2ae26932fd597821bc34476074d947773cb9bc843e393e -SIZE (rust/crates/imap-tools-1.4.4.crate) = 33665 +TIMESTAMP = 1753378933 +SHA256 (rust/crates/imap-tools-1.5.1.crate) = da4d01fe740fe89ce8fe95ed2166152de5bfd483987e4aadf5719bf72ec46c9a +SIZE (rust/crates/imap-tools-1.5.1.crate) = 39652 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd @@ -27,8 +27,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf079748 SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 @@ -37,26 +37,26 @@ SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bufstream-0.1.4.crate) = 40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8 SIZE (rust/crates/bufstream-0.1.4.crate) = 8741 -SHA256 (rust/crates/bumpalo-3.18.1.crate) = 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee -SIZE (rust/crates/bumpalo-3.18.1.crate) = 96348 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 -SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 -SIZE (rust/crates/castaway-0.2.3.crate) = 11509 -SHA256 (rust/crates/cc-1.2.26.crate) = 956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac -SIZE (rust/crates/cc-1.2.26.crate) = 107013 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/castaway-0.2.4.crate) = dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a +SIZE (rust/crates/castaway-0.2.4.crate) = 12546 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -SHA256 (rust/crates/clap-4.5.39.crate) = fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f -SIZE (rust/crates/clap-4.5.39.crate) = 57328 -SHA256 (rust/crates/clap_builder-4.5.39.crate) = 89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51 -SIZE (rust/crates/clap_builder-4.5.39.crate) = 169142 -SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 -SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 -SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 -SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/compact_str-0.8.1.crate) = 3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32 @@ -81,8 +81,8 @@ SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e SIZE (rust/crates/either-1.15.0.crate) = 20114 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/failure-0.1.8.crate) = d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86 SIZE (rust/crates/failure-0.1.8.crate) = 37582 SHA256 (rust/crates/failure_derive-0.1.8.crate) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4 @@ -133,8 +133,8 @@ SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec9374296 SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab @@ -147,18 +147,22 @@ SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb404 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 @@ -181,12 +185,16 @@ SHA256 (rust/crates/ouroboros-0.18.5.crate) = 1e0f050db9c44b97a94723127e6be766ac SIZE (rust/crates/ouroboros-0.18.5.crate) = 11678 SHA256 (rust/crates/ouroboros_macro-0.18.5.crate) = 3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0 SIZE (rust/crates/ouroboros_macro-0.18.5.crate) = 22021 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 @@ -195,26 +203,30 @@ SHA256 (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = af066a9c399a26e020ad SIZE (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = 12219 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 -SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/ratatui-0.29.0.crate) = eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b SIZE (rust/crates/ratatui-0.29.0.crate) = 543514 -SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 -SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f -SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 -SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 SHA256 (rust/crates/rustls-connector-0.19.2.crate) = b5bd40675c79c896f46d0031bf64c448b35e583dd2bc949751ddd800351e453a @@ -251,6 +263,8 @@ SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_yaml-0.7.5.crate) = ef8099d3df28273c99a1728190c7a9f19d444c941044f64adf986bee7ec53051 SIZE (rust/crates/serde_yaml-0.7.5.crate) = 32510 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -279,14 +293,26 @@ SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/toml-0.4.10.crate) = 758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f SIZE (rust/crates/toml-0.4.10.crate) = 47534 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 @@ -303,12 +329,14 @@ SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 @@ -333,8 +361,8 @@ SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 -SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 -SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 @@ -343,24 +371,44 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 diff --git a/mail/imap-tools/files/patch-Cargo.toml b/mail/imap-tools/files/patch-Cargo.toml new file mode 100644 index 000000000000..ebc5b5e00360 --- /dev/null +++ b/mail/imap-tools/files/patch-Cargo.toml @@ -0,0 +1,13 @@ +Remove upstream's profile.release so we can have our own + +--- Cargo.toml.orig 1970-01-01 00:00:01 UTC ++++ Cargo.toml +@@ -172,8 +172,3 @@ inherits = "dev" + [profile.dev-rustls] + inherits = "dev" + +-[profile.release] +-opt-level = "z" +-lto = true +-codegen-units = 1 +-panic = "abort" diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index b01dacf18244..3a143ebd2ce7 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.9 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index 3814f7382bb2..9270889ee262 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752658770 -SHA256 (nextcloud/mail-v5.1.8.tar.gz) = 0f97ebc6cd6d011e28ff20e7031e2def2f732f36b4c776b136205546e846f30a -SIZE (nextcloud/mail-v5.1.8.tar.gz) = 26722256 +TIMESTAMP = 1753198578 +SHA256 (nextcloud/mail-v5.1.9.tar.gz) = e840ef771eaeb964e91dbcc89b88c8d3f4441c6a3af8dbbd31f169f8b059053c +SIZE (nextcloud/mail-v5.1.9.tar.gz) = 26730767 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 38d611477039..17eb1f689968 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= armadillo -PORTVERSION= 14.6.0 +PORTVERSION= 14.6.1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index f2d240074241..7235cfc3f1f3 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266016 -SHA256 (armadillo-14.6.0.tar.xz) = d18ccdb78a5da88f18fc529d8a8d40fad455842be6b01c59796f47a6f5bc7fe5 -SIZE (armadillo-14.6.0.tar.xz) = 7159176 +TIMESTAMP = 1753265704 +SHA256 (armadillo-14.6.1.tar.xz) = bec67f368fc61673c4c9e9429d20135a42ba80a2c7f8592b912e5f97e289bfc0 +SIZE (armadillo-14.6.1.tar.xz) = 7159088 diff --git a/math/octave-forge-csg-toolkit/Makefile b/math/octave-forge-csg-toolkit/Makefile index c7283d0ebe64..153a5a1adca7 100644 --- a/math/octave-forge-csg-toolkit/Makefile +++ b/math/octave-forge-csg-toolkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-csg-toolkit DISTVERSIONPREFIX= v -DISTVERSION= 1.4.2 +DISTVERSION= 1.4.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -18,8 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= pr0m1th3as GH_PROJECT= ${OCTAVE_PKGNAME} -CXXFLAGS+= -stdlib=libstdc++ - OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-csg-toolkit/distinfo b/math/octave-forge-csg-toolkit/distinfo index 57757322355b..5e2b2beb5f84 100644 --- a/math/octave-forge-csg-toolkit/distinfo +++ b/math/octave-forge-csg-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747750196 -SHA256 (octave-forge/pr0m1th3as-csg-toolkit-v1.4.2_GH0.tar.gz) = 56fabd89edb550166aaeb7322b678721ad33864fe60b9e8602f596c91207e3b9 -SIZE (octave-forge/pr0m1th3as-csg-toolkit-v1.4.2_GH0.tar.gz) = 2159689 +TIMESTAMP = 1752819931 +SHA256 (octave-forge/pr0m1th3as-csg-toolkit-v1.4.3_GH0.tar.gz) = cc65e5d6b14f6678739f59119a726dbe0545da8ee662052f6adb3a02ad72ca44 +SIZE (octave-forge/pr0m1th3as-csg-toolkit-v1.4.3_GH0.tar.gz) = 2182368 diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index ef3bd1633c2d..102e6c4e8360 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.0.5 +DISTVERSION= 1.0.6 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index b1a7004723b1..33d7dc1b0122 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752697858 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.5_GH0.tar.gz) = 8224849361e2d758dd97a028c5dd2de3f84e70915b47741a9f27993d90ada3a3 -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.5_GH0.tar.gz) = 290834 +TIMESTAMP = 1752979833 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.6_GH0.tar.gz) = 321e6baa405538b71f0364f3376ca182f44a3ec46b2a68418d05885c1c4c62aa +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.6_GH0.tar.gz) = 293140 diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 664d312467f7..e35fc9f8e892 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index e906fb163a4f..daa141250b7b 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751474732 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.1_GH0.tar.gz) = 832118658041d0fcd0662a57aaea201c4e857bba20993a67add9b638054e2445 -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.1_GH0.tar.gz) = 160024 +TIMESTAMP = 1753397681 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.3_GH0.tar.gz) = 5d3a949604b98fbf62b2c561e3522caf35105a8816d140295e6ae8b2a53b244c +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.3_GH0.tar.gz) = 160907 diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 83e5727925d2..3f809a9e270c 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-statistics DISTVERSIONPREFIX= release- -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/distinfo b/math/octave-forge-statistics/distinfo index 4e4a04d382a2..47feb5b9bbe0 100644 --- a/math/octave-forge-statistics/distinfo +++ b/math/octave-forge-statistics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744659265 -SHA256 (octave-forge/gnu-octave-statistics-release-1.7.4_GH0.tar.gz) = 7fdea950102b1cbf008f0e90b3780bab53a9c70dc447113ddd8d7f9431cf1035 -SIZE (octave-forge/gnu-octave-statistics-release-1.7.4_GH0.tar.gz) = 1307223 +TIMESTAMP = 1753229115 +SHA256 (octave-forge/gnu-octave-statistics-release-1.7.5_GH0.tar.gz) = 5202b7ddf35014577f4d9ddfd11109789dae29f1febaeab1e19d16cdb7d9753c +SIZE (octave-forge/gnu-octave-statistics-release-1.7.5_GH0.tar.gz) = 1349843 diff --git a/math/p5-Statistics-CaseResampling/Makefile b/math/p5-Statistics-CaseResampling/Makefile index 7c23e615a627..045e9ffa6319 100644 --- a/math/p5-Statistics-CaseResampling/Makefile +++ b/math/p5-Statistics-CaseResampling/Makefile @@ -1,5 +1,5 @@ PORTNAME= Statistics-CaseResampling -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Statistics-CaseResampling/distinfo b/math/p5-Statistics-CaseResampling/distinfo index c6818cb1c083..cd5167e201c4 100644 --- a/math/p5-Statistics-CaseResampling/distinfo +++ b/math/p5-Statistics-CaseResampling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495735 -SHA256 (Statistics-CaseResampling-0.16.tar.gz) = 91357d42b6bf266e5f378365020953753a9bbf9b99f96c4b9ab25376a54a5b94 -SIZE (Statistics-CaseResampling-0.16.tar.gz) = 58759 +TIMESTAMP = 1753265732 +SHA256 (Statistics-CaseResampling-0.17.tar.gz) = 6ee66d0eed81882ec4fa48fffe163a04fd98c4d56ac1e8cdc14a9f83bd1839bc +SIZE (Statistics-CaseResampling-0.17.tar.gz) = 58325 diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 5b4d4a35a8d9..d1e9a8cd09c6 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 5a9d356010df..ac9d951029e4 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566720 -SHA256 (narwhals-1.47.0.tar.gz) = 38238882f3ab2bbc8e7121bc9be951a8a58f1a810bdb14aa2b18792bafac01f8 -SIZE (narwhals-1.47.0.tar.gz) = 514799 +TIMESTAMP = 1753265778 +SHA256 (narwhals-1.48.0.tar.gz) = 7243b456cbdb60edb148731a8f9b203f473a373a249ad66c699362508730e63f +SIZE (narwhals-1.48.0.tar.gz) = 515112 diff --git a/math/py-vector/Makefile b/math/py-vector/Makefile index 92317737cf8e..b4acf4d8ea08 100644 --- a/math/py-vector/Makefile +++ b/math/py-vector/Makefile @@ -1,5 +1,5 @@ PORTNAME= vector -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-vector/distinfo b/math/py-vector/distinfo index 5a820226b82a..be8472579db3 100644 --- a/math/py-vector/distinfo +++ b/math/py-vector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715288 -SHA256 (vector-1.6.2.tar.gz) = 6e59d9db8b615016fa542a2e8150d0c819046fe6940badd267811a454a7f0eca -SIZE (vector-1.6.2.tar.gz) = 350018 +TIMESTAMP = 1753265780 +SHA256 (vector-1.6.3.tar.gz) = a85149a62fcaa8a4d95214ca217f3910ea6800d79d65ef1cfb1005720b4f713a +SIZE (vector-1.6.3.tar.gz) = 352886 diff --git a/math/saga/Makefile b/math/saga/Makefile index a42c4530474d..4816be5c055e 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,5 @@ PORTNAME= saga -PORTVERSION= 9.9.0 +PORTVERSION= 9.9.1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -35,7 +35,7 @@ DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= c415d8804 +GIT_TAGNAME= f41608881 CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h CMAKE_ON= CMAKE_VERBOSE_MAKEFILE diff --git a/math/saga/distinfo b/math/saga/distinfo index 4dc84b16723e..f17c2ff8d063 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752735353 -SHA256 (saga-9.9.0.tar.gz) = c52f61f101a6e8f1fcaf1d2a5e6be8943a47f5fcbc99aec794155b428e695f84 -SIZE (saga-9.9.0.tar.gz) = 10699213 +TIMESTAMP = 1753265252 +SHA256 (saga-9.9.1.tar.gz) = 227ca9c950a4d3cb6c07229a2014455a5770473d4090d0a0143dc32f8386f38c +SIZE (saga-9.9.1.tar.gz) = 10699714 diff --git a/misc/clifm/Makefile b/misc/clifm/Makefile index 83a3aa74af4f..261a3e27d451 100644 --- a/misc/clifm/Makefile +++ b/misc/clifm/Makefile @@ -1,5 +1,5 @@ PORTNAME= clifm -PORTVERSION= 1.25 +PORTVERSION= 1.26 DISTVERSIONPREFIX= v CATEGORIES= misc diff --git a/misc/clifm/distinfo b/misc/clifm/distinfo index 3943ec6b94fd..6637485819cd 100644 --- a/misc/clifm/distinfo +++ b/misc/clifm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746293155 -SHA256 (leo-arch-clifm-v1.25_GH0.tar.gz) = ac9156753338f6027d05551b1d02bcb6f3044348108b00b9cefd97f125fc95ee -SIZE (leo-arch-clifm-v1.25_GH0.tar.gz) = 1659318 +TIMESTAMP = 1753139535 +SHA256 (leo-arch-clifm-v1.26_GH0.tar.gz) = 2f5e5e2412307ea9e4e836b441785b325de58e12150629e81364f4da9adf4f01 +SIZE (leo-arch-clifm-v1.26_GH0.tar.gz) = 1658952 SHA256 (leo-arch-clifm-colors-9075864_GH0.tar.gz) = 2f34d8479b658ced4a723b573b705756d9e60c527641526273df14aaab0cb13c SIZE (leo-arch-clifm-colors-9075864_GH0.tar.gz) = 1539063 diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 4412cdb9e76a..406bad899178 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20250722.001 +PORTVERSION= 20250723.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 9ceab69072d2..97e1475f32e3 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753254942 -SHA256 (Business-ISBN-Data-20250722.001.tar.gz) = 1c87464ef4fac46e6c9d712278fe3a6c6d40bf12527ba07ed8bec981c1c5d943 -SIZE (Business-ISBN-Data-20250722.001.tar.gz) = 37003 +TIMESTAMP = 1753333000 +SHA256 (Business-ISBN-Data-20250723.001.tar.gz) = 4ff178a05e034a69aeab7847099fecd8e30e04866b52abaf34afdfed10a59428 +SIZE (Business-ISBN-Data-20250723.001.tar.gz) = 37044 diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile index 1d12a91e1b93..98aa4eec0abd 100644 --- a/misc/py-alive-progress/Makefile +++ b/misc/py-alive-progress/Makefile @@ -1,6 +1,5 @@ PORTNAME= alive-progress -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphemeu>=0:textproc/py-graphemeu@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}graphemeu>=0.7.2:textproc/py-graphemeu@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/py-alive-progress/distinfo b/misc/py-alive-progress/distinfo index a087c20cdd3d..74968a83c73d 100644 --- a/misc/py-alive-progress/distinfo +++ b/misc/py-alive-progress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729994336 -SHA256 (alive-progress-3.2.0.tar.gz) = ede29d046ff454fe56b941f686f89dd9389430c4a5b7658e445cb0b80e0e4deb -SIZE (alive-progress-3.2.0.tar.gz) = 113231 +TIMESTAMP = 1753265782 +SHA256 (alive-progress-3.3.0.tar.gz) = 457dd2428b48dacd49854022a46448d236a48f1b7277874071c39395307e830c +SIZE (alive-progress-3.3.0.tar.gz) = 116281 diff --git a/misc/py-alive-progress/files/patch-setup.py b/misc/py-alive-progress/files/patch-setup.py index 35f2f91929d7..38b379408a2c 100644 --- a/misc/py-alive-progress/files/patch-setup.py +++ b/misc/py-alive-progress/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2024-10-26 04:20:04 UTC +--- setup.py.orig 2025-07-19 21:36:46 UTC +++ setup.py @@ -57,7 +57,6 @@ setup( - 'multi-threaded REPL alive animated visual feedback simple live efficient monitor ' - 'stats elapsed time throughput'.split(), + ' stats elapsed time throughput'.split(), packages=find_packages(exclude=['tests*']), + package_data={'alive_progress': ['py.typed']}, - data_files=[('', ['LICENSE'])], python_requires='>=3.9, <4', -- install_requires=['about_time==4.2.1', 'grapheme==0.6.0'], -+ install_requires=['about_time==4.2.1', 'graphemeu'], +- install_requires=['about_time==4.2.1', 'graphemeu==0.7.2'], ++ install_requires=['about_time>=4.2.1', 'graphemeu>=0.7.2'], ) diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index f1b6763d9472..ef0e9474ff7f 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.74.7 +DISTVERSION= 1.74.8 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index 84568703be33..b69efa643285 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752975863 -SHA256 (litellm-1.74.7.tar.gz) = 53b809a342154d8543ea96422cf962cd5ea9df293f83dab0cc63b27baadf0ece -SIZE (litellm-1.74.7.tar.gz) = 9587483 +TIMESTAMP = 1753409658 +SHA256 (litellm-1.74.8.tar.gz) = 6e0a18aecf62459d465ee6d9a2526fcb33719a595b972500519abe95fe4906e0 +SIZE (litellm-1.74.8.tar.gz) = 9639701 diff --git a/misc/py-mcp/Makefile b/misc/py-mcp/Makefile index 011a7d038ac0..f358ca3ca597 100644 --- a/misc/py-mcp/Makefile +++ b/misc/py-mcp/Makefile @@ -1,5 +1,5 @@ PORTNAME= mcp -DISTVERSION= 1.3.0 +DISTVERSION= 1.12.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,13 @@ WWW= https://pypi.python.org/pypi/mcp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uv-dynamic-versioning>=0.8.2:devel/py-uv-dynamic-versioning@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.5:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx-sse>=0.4:www/py-httpx-sse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.20.0:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.9:devel/py-multipart@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic-settings>=2.6.0:devel/py-pydantic-settings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.10.6_2:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sse-starlette>=2.2.0:www/py-sse-starlette@${PY_FLAVOR} \ diff --git a/misc/py-mcp/distinfo b/misc/py-mcp/distinfo index 1344f0c506e4..41115c8bd08b 100644 --- a/misc/py-mcp/distinfo +++ b/misc/py-mcp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741774341 -SHA256 (mcp-1.3.0.tar.gz) = f409ae4482ce9d53e7ac03f3f7808bcab735bdfc0fba937453782efb43882d45 -SIZE (mcp-1.3.0.tar.gz) = 150235 +TIMESTAMP = 1753455188 +SHA256 (mcp-1.12.2.tar.gz) = a4b7c742c50ce6ed6d6a6c096cca0e3893f5aecc89a59ed06d47c4e6ba41edcc +SIZE (mcp-1.12.2.tar.gz) = 426202 diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index bf494f529151..be2499b0bfa4 100644 --- a/misc/rubygem-mime-types-data/Makefile +++ b/misc/rubygem-mime-types-data/Makefile @@ -1,5 +1,5 @@ PORTNAME= mime-types-data -PORTVERSION= 3.2025.0708 +PORTVERSION= 3.2025.0715 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-mime-types-data/distinfo b/misc/rubygem-mime-types-data/distinfo index 3ac2b13d1f87..967559e0a635 100644 --- a/misc/rubygem-mime-types-data/distinfo +++ b/misc/rubygem-mime-types-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266246 -SHA256 (rubygem/mime-types-data-3.2025.0708.gem) = 9089b436d382d8d2a4c9277d2aa9109ecf25ff4d056dc97e224009f042edb9db -SIZE (rubygem/mime-types-data-3.2025.0708.gem) = 169472 +TIMESTAMP = 1753265930 +SHA256 (rubygem/mime-types-data-3.2025.0715.gem) = 865f9759d5db11f983086a70379f8282e2e64fba7b82058b928c63a7ab79871d +SIZE (rubygem/mime-types-data-3.2025.0715.gem) = 169472 diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index e7ec904f6836..cc80324dbf72 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -1,6 +1,6 @@ PORTNAME= WinFF PORTVERSION= 1.6.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= https://github.com/WinFF/winff/archive/refs/tags/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 972ed9f007ea..e6aed1ae29a4 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,6 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 5.16.4 -PORTREVISION= 1 +DISTVERSION= 5.16.6 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index b4281b38b7cd..69b509df74da 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752596801 -SHA256 (tdesktop-5.16.4-full.tar.gz) = cad9dba07c5814bd83463be89b160cef57832e16b9973f13e195afe10c164072 -SIZE (tdesktop-5.16.4-full.tar.gz) = 75129440 +TIMESTAMP = 1753474267 +SHA256 (tdesktop-5.16.6-full.tar.gz) = 9b0ae00cec85d0c6735390cc453ed07f005da1d7927f2e77976037877bc1b594 +SIZE (tdesktop-5.16.6-full.tar.gz) = 75165353 diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index 93e83b0e2dcf..c2057938ebf6 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,6 +1,7 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org diff --git a/net-mgmt/icingadb/pkg-plist b/net-mgmt/icingadb/pkg-plist index 2f3a3e154b7c..c9476a0fcbef 100644 --- a/net-mgmt/icingadb/pkg-plist +++ b/net-mgmt/icingadb/pkg-plist @@ -1,12 +1,16 @@ bin/%%PORTNAME%% @sample(root,wheel,0640) etc/%%PORTNAME%%/config.yml.sample -%%EXAMPLESDIR%%/schema/pgsql/upgrades/optional/1.2-0-history.sql -%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.1.1.sql -%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.0.sql -%%EXAMPLESDIR%%/schema/pgsql/schema.sql %%EXAMPLESDIR%%/schema/mysql/schema.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/optional/1.2.0-history.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/1.1.1.sql -%%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0.sql %%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0-rc2.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.0.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.1.1.sql %%EXAMPLESDIR%%/schema/mysql/upgrades/1.2.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.2.1.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/1.4.0.sql +%%EXAMPLESDIR%%/schema/mysql/upgrades/optional/1.2.0-history.sql +%%EXAMPLESDIR%%/schema/pgsql/schema.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.1.1.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.0.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.2.1.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/1.4.0.sql +%%EXAMPLESDIR%%/schema/pgsql/upgrades/optional/1.2-0-history.sql diff --git a/net-mgmt/p5-OSLV-Monitor/Makefile b/net-mgmt/p5-OSLV-Monitor/Makefile index fe687c5a990d..ae72db0af518 100644 --- a/net-mgmt/p5-OSLV-Monitor/Makefile +++ b/net-mgmt/p5-OSLV-Monitor/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX PKGNAMEPREFIX= p5- -MAINTAINER= dan@langille.org +MAINTAINER= dvl@FreeBSD.org COMMENT= OS level virtualization monitoring extend WWW= https://github.com/VVelox/OSLV-Monitor diff --git a/net-mgmt/zabbix7-proxy/Makefile b/net-mgmt/zabbix7-proxy/Makefile index f7464fee38c7..19e3722102c1 100644 --- a/net-mgmt/zabbix7-proxy/Makefile +++ b/net-mgmt/zabbix7-proxy/Makefile @@ -1,5 +1,5 @@ PORTNAME= zabbix7 -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy diff --git a/net-mgmt/zabbix7-server/Makefile b/net-mgmt/zabbix7-server/Makefile index f33df360a5eb..2097906d105e 100644 --- a/net-mgmt/zabbix7-server/Makefile +++ b/net-mgmt/zabbix7-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= zabbix7 -DISTVERSION= 7.0.16 -PORTREVISION?= 1 +DISTVERSION= 7.0.17 +PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server diff --git a/net-mgmt/zabbix7-server/distinfo b/net-mgmt/zabbix7-server/distinfo index 5b2f5e54cf77..039101031a38 100644 --- a/net-mgmt/zabbix7-server/distinfo +++ b/net-mgmt/zabbix7-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751194013 -SHA256 (zabbix-7.0.16.tar.gz) = a6ea25c44c9ef91a4325cca86c7f1415a896444f4409b1cb6396f68b9356d163 -SIZE (zabbix-7.0.16.tar.gz) = 45879449 +TIMESTAMP = 1753293258 +SHA256 (zabbix-7.0.17.tar.gz) = 14b75f329bab274c625bbdd9d44711dcc966a317555ac1f91b5bd27c4df5880c +SIZE (zabbix-7.0.17.tar.gz) = 45971019 diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index cbd8fe053274..038e9e1bff54 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -1,6 +1,6 @@ PORTNAME= awgg DISTVERSION= 0.6.0.6034-beta -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index 92b4c7e78e23..2818c4a88109 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -1,5 +1,5 @@ PORTNAME= cardano-node -PORTVERSION= 10.4.1 +PORTVERSION= 10.5.1 CATEGORIES= net-p2p MASTER_SITES= https://chap.intersectmbo.org/package/:chap @@ -25,7 +25,7 @@ GH_ACCOUNT= IntersectMBO GH_TUPLE= IntersectMBO:libsodium:${LIBSODIUM_HASH}:sodium -CARDANO_NODE_HASH= 420c94fbb075146c6ec7fba78c5b0482fafe72dd +CARDANO_NODE_HASH= ca1ec278070baf4481564a6ba7b4a5b9e3d9f366 # taken from https://github.com/IntersectMBO/cardano-node/blob/420c94fbb075146c6ec7fba78c5b0482fafe72dd/flake.lock#L887 LIBSODIUM_HASH= dbb48cce5429cb6585c9034f002568964f1ce567 @@ -91,11 +91,11 @@ USE_CABAL= Cabal-3.14.2.0_1 \ bin-0.1.4_2 \ binary-orphans-1.0.5_1 \ bitvec-1.1.5.0_3 \ - blaze-builder-0.4.2.3 \ + blaze-builder-0.4.3 \ blaze-html-0.9.2.0_1 \ blaze-markup-0.8.3.0_2 \ boring-0.2.2_1 \ - brick-2.8.3 \ + brick-2.9 \ bsb-http-chunked-0.0.0.4_4 \ byron-spec-chain-1.0.1.0:chap \ byron-spec-ledger-1.1.0.0:chap \ @@ -106,9 +106,9 @@ USE_CABAL= Cabal-3.14.2.0_1 \ canonical-json-0.6.0.1_1 \ capability-0.5.0.1_4 \ cardano-addresses-4.0.0_1 \ - cardano-api-10.14.1.0:chap \ + cardano-api-10.16.3.0:chap \ cardano-binary-1.7.1.0:chap \ - cardano-cli-10.8.0.0:chap \ + cardano-cli-10.11.0.0:chap \ cardano-crypto-1.3.0 \ cardano-crypto-class-2.2.2.0:chap \ cardano-crypto-praos-2.2.1.0:chap \ @@ -135,7 +135,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ cardano-ledger-shelley-test-1.6.0.0:chap \ cardano-lmdb-0.4.0.3:chap \ cardano-lmdb-simple-0.8.0.1:chap \ - cardano-ping-0.8.0.0:chap \ + cardano-ping-0.8.0.1:chap \ cardano-prelude-0.2.1.0:chap \ cardano-prelude-test-0.1.0.5:chap \ cardano-protocol-tpraos-1.4.0.0:chap \ @@ -193,6 +193,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ dlist-1.0_2 \ dns-4.2.0 \ dom-lt-0.2.3_1 \ + dot-0.3 \ double-conversion-2.0.5.0 \ easy-file-0.2.5 \ ede-0.3.4.0 \ @@ -240,7 +241,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ heapwords-0.1.0.2:chap \ hedgehog-1.5_2 \ hedgehog-extras-0.7.0.0_1 \ - hedgehog-quickcheck-0.1.1_8 \ + hedgehog-quickcheck-0.1.1_9 \ heredoc-0.2.0.0 \ hostname-1.0 \ hourglass-0.2.12_1 \ @@ -269,7 +270,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ io-classes-1.5.0.0_2 \ io-classes-mtl-0.1.2.0_2 \ io-sim-1.5.1.0_1 \ - iohk-monitoring-0.2.1.0:chap \ + iohk-monitoring-0.2.1.2:chap \ iproute-1.7.15 \ js-chart-2.9.4.1 \ kan-extensions-5.2.6_1 \ @@ -283,9 +284,9 @@ USE_CABAL= Cabal-3.14.2.0_1 \ lifted-async-0.10.2.7 \ lifted-base-0.2.3.12 \ list-t-1.0.5.7 \ - lobemo-backend-aggregation-0.1.0.0:chap \ - lobemo-backend-ekg-0.2.0.0:chap \ - lobemo-backend-monitoring-0.1.0.0:chap \ + lobemo-backend-aggregation-0.1.0.3:chap \ + lobemo-backend-ekg-0.2.0.1:chap \ + lobemo-backend-monitoring-0.1.0.3:chap \ lobemo-backend-trace-forwarder-0.1.0.0:chap \ logict-0.8.2.0 \ math-functions-0.3.4.4 \ @@ -293,7 +294,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ megaparsec-9.7.0 \ memory-0.18.0_1 \ memory-pool-0.1.0.0 \ - mempack-0.1.1.0_2 \ + mempack-0.1.2.0 \ microlens-0.4.13.1_1 \ microlens-aeson-2.5.2 \ microlens-mtl-0.2.1.0 \ @@ -315,13 +316,13 @@ USE_CABAL= Cabal-3.14.2.0_1 \ network-3.2.7.0 \ network-bsd-2.8.1.0_6 \ network-byte-order-0.1.7 \ - network-control-0.1.6 \ - network-mux-0.7:chap \ + network-control-0.1.7 \ + network-mux-0.8.0.2:chap \ network-uri-2.6.4.2_1 \ newtype-0.2.2.0_3 \ newtype-generics-0.6.2_4 \ non-integral-1.0.0.0_2:chap \ - nonempty-containers-0.3.4.5 \ + nonempty-containers-0.3.5.0 \ nonempty-vector-0.2.4 \ nothunks-0.2.1.1 \ old-locale-1.0.0.7_2 \ @@ -331,15 +332,15 @@ USE_CABAL= Cabal-3.14.2.0_1 \ optparse-applicative-fork-0.18.1.0:chap \ ordered-containers-0.2.4 \ os-string-2.0.7_1 \ - ouroboros-consensus-0.26.0.1:chap \ - ouroboros-consensus-cardano-0.25.0.1:chap \ - ouroboros-consensus-diffusion-0.22.0.1:chap \ - ouroboros-consensus-protocol-0.12.0.0:chap \ - ouroboros-network-0.20.1.0:chap \ - ouroboros-network-api-0.13.0.0:chap \ - ouroboros-network-framework-0.17.0.0:chap \ + ouroboros-consensus-0.27.0.0:chap \ + ouroboros-consensus-cardano-0.25.1.0:chap \ + ouroboros-consensus-diffusion-0.23.0.0:chap \ + ouroboros-consensus-protocol-0.12.0.0_1:chap \ + ouroboros-network-0.21.3.0:chap \ + ouroboros-network-api-0.14.1.0:chap \ + ouroboros-network-framework-0.18.0.2:chap \ ouroboros-network-mock-0.1.1.2:chap \ - ouroboros-network-protocols-0.14.0.0:chap \ + ouroboros-network-protocols-0.14.0.2:chap \ ouroboros-network-testing-0.8.1.0:chap \ parallel-3.2.2.0_9 \ parser-combinators-1.3.0_1 \ @@ -375,7 +376,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ random-shuffle-0.0.4 \ rawlock-0.1.1.0_2 \ recursion-schemes-5.2.3_1 \ - recv-0.1.0 \ + recv-0.1.1 \ reducers-3.12.5_1 \ reflection-2.1.9_1 \ resource-pool-0.4.0.0 \ @@ -441,7 +442,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ temporary-1.3 \ terminal-size-0.3.4_1 \ testing-type-modifiers-0.1.0.1 \ - text-builder-1.0.0.3 \ + text-builder-1.0.0.4 \ text-builder-core-0.1.1.1 \ text-iso8601-0.1.1_2 \ text-manipulate-0.3.1.0 \ @@ -461,14 +462,14 @@ USE_CABAL= Cabal-3.14.2.0_1 \ these-1.2.1_2 \ time-compat-1.9.8 \ time-locale-compat-0.1.1.5 \ - time-manager-0.2.2 \ + time-manager-0.2.3 \ time-units-1.0.0 \ tls-2.1.8 \ tracer-transformers-0.1.0.4:chap \ transformers-base-0.4.6 \ transformers-compat-0.7.2 \ transformers-except-0.1.4_1 \ - tree-diff-0.3.4_1 \ + tree-diff-0.3.4_2 \ trifecta-2.1.4_2 \ typed-process-0.2.13.0 \ typed-protocols-0.3.0.0:chap \ @@ -509,7 +510,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ wai-app-static-3.1.9 \ wai-extra-3.1.17 \ wai-logger-2.5.0 \ - warp-3.4.7 \ + warp-3.4.8 \ wherefrom-compat-0.1.1.1_1 \ with-utf8-1.1.0.0_2 \ witherable-0.5_1 \ diff --git a/net-p2p/cardano-node/distinfo b/net-p2p/cardano-node/distinfo index 4c41d3a89072..e2eb1c70d219 100644 --- a/net-p2p/cardano-node/distinfo +++ b/net-p2p/cardano-node/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1751540143 +TIMESTAMP = 1753437060 SHA256 (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = a58ca2b17c250472ed4dac0ec0aa2c65173701cbfdfecca104713f73b4429432 SIZE (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = 475699 SHA256 (cabal/Cabal-3.14.2.0/revision/1.cabal) = f98aa86a37b9920dc6dfc8d79119a10df69542734f158a1c66ff144592f1d004 @@ -147,8 +147,8 @@ SHA256 (cabal/bitvec-1.1.5.0/bitvec-1.1.5.0.tar.gz) = 83d27cee5be1d5342ddbf39999 SIZE (cabal/bitvec-1.1.5.0/bitvec-1.1.5.0.tar.gz) = 40076 SHA256 (cabal/bitvec-1.1.5.0/revision/3.cabal) = 434be6dc60e22858a52869c58038c35353f1a778b9679ebc06a2165bcc7f88b3 SIZE (cabal/bitvec-1.1.5.0/revision/3.cabal) = 4921 -SHA256 (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b -SIZE (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 60777 +SHA256 (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 02646abf6f3d3a5a73ff5aef589fa5b889601ffb9765b03bdf9df98648bc7fee +SIZE (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 60686 SHA256 (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 65542ef39f7644a3d76afcadeb976d3e334c6947516b7313fcb59165cea1608f SIZE (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 81915 SHA256 (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 85c42f84f4ead2c48844fbe0865069add3bb3bb3322d38607e93d5515a4c9c58 @@ -161,8 +161,8 @@ SHA256 (cabal/boring-0.2.2/boring-0.2.2.tar.gz) = 928baf1fff69b17658fb7014a1cc3e SIZE (cabal/boring-0.2.2/boring-0.2.2.tar.gz) = 5474 SHA256 (cabal/boring-0.2.2/revision/1.cabal) = f6d705c30830a337862210f12c4ce38d5ab4d3660631e0214b504f10815a2e8d SIZE (cabal/boring-0.2.2/revision/1.cabal) = 1779 -SHA256 (cabal/brick-2.8.3/brick-2.8.3.tar.gz) = 5416fc702ae179e51a1e7b0de2c64e3888eb141f8e22d5bc8634c9569212a659 -SIZE (cabal/brick-2.8.3/brick-2.8.3.tar.gz) = 235766 +SHA256 (cabal/brick-2.9/brick-2.9.tar.gz) = c1017d80fd49d9b0484c0fa71a15818b49375c0d6b551b6f79e9c258f853b0c9 +SIZE (cabal/brick-2.9/brick-2.9.tar.gz) = 236013 SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 SHA256 (cabal/bsb-http-chunked-0.0.0.4/revision/4.cabal) = 1cce7371c31b1d3cfa3eb155e2aecffc0ec212d1d8a7e7c8a3b00ef76818a43b @@ -191,12 +191,12 @@ SHA256 (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 8487dca5 SIZE (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 154677 SHA256 (cabal/cardano-addresses-4.0.0/revision/1.cabal) = bb0f8146494fa81507f102187e141ee7d3ce7c19dbf319b70906931636d79eaa SIZE (cabal/cardano-addresses-4.0.0/revision/1.cabal) = 6570 -SHA256 (cabal/cardano-api-10.14.1.0.tar.gz) = fe6fd307725f5b3babd35eaf8f3c74e037adba5c6147bd7d6cb03a3e03d72c55 -SIZE (cabal/cardano-api-10.14.1.0.tar.gz) = 356535 +SHA256 (cabal/cardano-api-10.16.3.0.tar.gz) = 7dfe3306bf56b4826a9bfdad0c0536f72982113184351bf6b919a733a2b9803a +SIZE (cabal/cardano-api-10.16.3.0.tar.gz) = 364045 SHA256 (cabal/cardano-binary-1.7.1.0.tar.gz) = 00281caeb436f100e3b74bb4a69a96c3a1f354bd55fa37c2217e60bdb78e06fa SIZE (cabal/cardano-binary-1.7.1.0.tar.gz) = 27896 -SHA256 (cabal/cardano-cli-10.8.0.0.tar.gz) = 452934aaf1939361dbb73d4168b08cca0d467a699b5205f2679e0a9293daacb9 -SIZE (cabal/cardano-cli-10.8.0.0.tar.gz) = 292978 +SHA256 (cabal/cardano-cli-10.11.0.0.tar.gz) = a5328f7feec069298009481e8ca863be11959f0a71b15d61853a72018fec24ca +SIZE (cabal/cardano-cli-10.11.0.0.tar.gz) = 297515 SHA256 (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 5d3e1b00796458a605746d280571a93cbe050305c03d324d6eab5f7d771da879 SIZE (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 121062 SHA256 (cabal/cardano-crypto-class-2.2.2.0.tar.gz) = 41058ee29f2eb4f4860a391876a52d707d1ac6b80e67fa4f16ebabb59b07b804 @@ -249,8 +249,8 @@ SHA256 (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 411cb219d06fd1443fbfe0926e6cd6614c9 SIZE (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 19954 SHA256 (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 01fb8c3529f4bd8802825137f9c69579126d1d11fbc83e702dbbb9775372d608 SIZE (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 33181 -SHA256 (cabal/cardano-ping-0.8.0.0.tar.gz) = 4cc67473e21493ca5b50d254e48e337008c12222e9f89c74791075969f566d57 -SIZE (cabal/cardano-ping-0.8.0.0.tar.gz) = 13420 +SHA256 (cabal/cardano-ping-0.8.0.1.tar.gz) = ac2e2f91671ce3a15664865e8df62790e52842ec4c34e94161b5ade08864a9f0 +SIZE (cabal/cardano-ping-0.8.0.1.tar.gz) = 13467 SHA256 (cabal/cardano-prelude-0.2.1.0.tar.gz) = 021413c092137a0785f0cdd662ff0df9705ade3bbb9e381710da19fdb1d2e456 SIZE (cabal/cardano-prelude-0.2.1.0.tar.gz) = 29316 SHA256 (cabal/cardano-prelude-test-0.1.0.5.tar.gz) = 448d87031edb0d922994ed4e1aa9f3a138c59853da2d29b2e0aa4a6c502cef0a @@ -399,6 +399,8 @@ SHA256 (cabal/dom-lt-0.2.3/dom-lt-0.2.3.tar.gz) = 3d198be111a1a6b6d19356c7737ee4 SIZE (cabal/dom-lt-0.2.3/dom-lt-0.2.3.tar.gz) = 9215 SHA256 (cabal/dom-lt-0.2.3/revision/1.cabal) = 1df9402e21e97de0da74fdf2a9f8c96ab8a710c602eb6d22ac8e9c274db51090 SIZE (cabal/dom-lt-0.2.3/revision/1.cabal) = 1938 +SHA256 (cabal/dot-0.3/dot-0.3.tar.gz) = b6144d948d86fe8f8df6c4ec12d4d127733dc6b194a6d204792a5fadb42e8483 +SIZE (cabal/dot-0.3/dot-0.3.tar.gz) = 2735 SHA256 (cabal/double-conversion-2.0.5.0/double-conversion-2.0.5.0.tar.gz) = 98c699b6e47b257dff85d49d59e39858462598008e074460c8bfacaa3e2a43ba SIZE (cabal/double-conversion-2.0.5.0/double-conversion-2.0.5.0.tar.gz) = 7028726 SHA256 (cabal/easy-file-0.2.5/easy-file-0.2.5.tar.gz) = ee0fa0914b3bb3662838a689d7cd23a2785ccbc29def366664f994bc524ff2bb @@ -531,8 +533,8 @@ SHA256 (cabal/hedgehog-extras-0.7.0.0/revision/1.cabal) = 727e2f703704595a8e0edd SIZE (cabal/hedgehog-extras-0.7.0.0/revision/1.cabal) = 8880 SHA256 (cabal/hedgehog-quickcheck-0.1.1/hedgehog-quickcheck-0.1.1.tar.gz) = 97b65db815fdfaacc7c4d06a7b9b74680b50264afa03f839c4037dcc875152fc SIZE (cabal/hedgehog-quickcheck-0.1.1/hedgehog-quickcheck-0.1.1.tar.gz) = 3332 -SHA256 (cabal/hedgehog-quickcheck-0.1.1/revision/8.cabal) = 35d4db5096299ab32fbaef8a20a13e34bc687f38fa10144af45b51380d4c5298 -SIZE (cabal/hedgehog-quickcheck-0.1.1/revision/8.cabal) = 1513 +SHA256 (cabal/hedgehog-quickcheck-0.1.1/revision/9.cabal) = 89f4d0960874a523f9f69193bc2414b6d4162bcc649375fd85cb0e1be0063cbf +SIZE (cabal/hedgehog-quickcheck-0.1.1/revision/9.cabal) = 1513 SHA256 (cabal/heredoc-0.2.0.0/heredoc-0.2.0.0.tar.gz) = c90d9fc61cb8cd812be510845493b6a6eddcc4b772581fd40a9433ed8f130f40 SIZE (cabal/heredoc-0.2.0.0/heredoc-0.2.0.0.tar.gz) = 2449 SHA256 (cabal/hostname-1.0/hostname-1.0.tar.gz) = 9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c @@ -615,8 +617,8 @@ SHA256 (cabal/io-sim-1.5.1.0/io-sim-1.5.1.0.tar.gz) = aaa0c4d984486ba58ad190fc22 SIZE (cabal/io-sim-1.5.1.0/io-sim-1.5.1.0.tar.gz) = 103881 SHA256 (cabal/io-sim-1.5.1.0/revision/1.cabal) = 0781c2b7db5537dbb95c717926b419afac9585ad6284e47318ad09572d436011 SIZE (cabal/io-sim-1.5.1.0/revision/1.cabal) = 5461 -SHA256 (cabal/iohk-monitoring-0.2.1.0.tar.gz) = 8f76340d08c3f466ab17624f54461197ff988cdbed619d72c9675e1eda2e9118 -SIZE (cabal/iohk-monitoring-0.2.1.0.tar.gz) = 101317 +SHA256 (cabal/iohk-monitoring-0.2.1.2.tar.gz) = a69ca73a63c27bcd7d5bcffc37b3cb91c6e35344f0158ca2e5b050a3d6207d4f +SIZE (cabal/iohk-monitoring-0.2.1.2.tar.gz) = 101425 SHA256 (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18a331a7e0e6f9dc89a2da95577b0d76bd2690b8f832b72b46d6cc9b667b4ba5 SIZE (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18033 SHA256 (cabal/js-chart-2.9.4.1/js-chart-2.9.4.1.tar.gz) = 0a08efdd35bd1b8f293f9163f59305f31835304b74c3e3a1a840fc94bbc9bd0e @@ -647,12 +649,12 @@ SHA256 (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = c134a95f56750a SIZE (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = 11700 SHA256 (cabal/list-t-1.0.5.7/list-t-1.0.5.7.tar.gz) = 40928967728c7c96363309b372f415ca1729de0951c78ea1fa37f839687d6b46 SIZE (cabal/list-t-1.0.5.7/list-t-1.0.5.7.tar.gz) = 7697 -SHA256 (cabal/lobemo-backend-aggregation-0.1.0.0.tar.gz) = ed469c9a8ab1e6fc18c68789910fea910300c95f2ed2ea48d17dda1813634da2 -SIZE (cabal/lobemo-backend-aggregation-0.1.0.0.tar.gz) = 7620 -SHA256 (cabal/lobemo-backend-ekg-0.2.0.0.tar.gz) = f01ce8e3a7d70dbe67d05175b2c7329f5a135343f11afcc53ecbe091eef4c2c1 -SIZE (cabal/lobemo-backend-ekg-0.2.0.0.tar.gz) = 10911 -SHA256 (cabal/lobemo-backend-monitoring-0.1.0.0.tar.gz) = 8bccc46e69e82c6779237555abf032e40220c7e1de5c57f8003797bc160dd9dc -SIZE (cabal/lobemo-backend-monitoring-0.1.0.0.tar.gz) = 10752 +SHA256 (cabal/lobemo-backend-aggregation-0.1.0.3.tar.gz) = 1de62a1324f06250a4fa7497f618123134a06406d005975781c8ff457391de76 +SIZE (cabal/lobemo-backend-aggregation-0.1.0.3.tar.gz) = 7671 +SHA256 (cabal/lobemo-backend-ekg-0.2.0.1.tar.gz) = 895c5017d8cb08c2ab146eb6fd177b6319811957db33d1e6b36806da2f20adcb +SIZE (cabal/lobemo-backend-ekg-0.2.0.1.tar.gz) = 10969 +SHA256 (cabal/lobemo-backend-monitoring-0.1.0.3.tar.gz) = 35a8a4de12b8ff511357543a37fdfecbfacd064e7c21e53337533571f604cb63 +SIZE (cabal/lobemo-backend-monitoring-0.1.0.3.tar.gz) = 10818 SHA256 (cabal/lobemo-backend-trace-forwarder-0.1.0.0.tar.gz) = 47ff3e15ccaf4bf97b7bf195743f0f94da6a6c4e9295e1cad0e9ea8735c1eb25 SIZE (cabal/lobemo-backend-trace-forwarder-0.1.0.0.tar.gz) = 8915 SHA256 (cabal/logict-0.8.2.0/logict-0.8.2.0.tar.gz) = 189ae6f81c8e68d94ecf8ce6440954e3c7ca3f237973ef6600896ee8fc46abef @@ -669,10 +671,8 @@ SHA256 (cabal/memory-0.18.0/revision/1.cabal) = 9f4de967352f80b6f174c9a166f31539 SIZE (cabal/memory-0.18.0/revision/1.cabal) = 4581 SHA256 (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 313f52b1d3b7a7402ab5c11ec42822cb70fbd5c138981ad63c7b7d7d5573e346 SIZE (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 12355 -SHA256 (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = d810ce2f0a9b78559cce321161d9476c30bcb88467988c34761850902345def5 -SIZE (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = 17442 -SHA256 (cabal/mempack-0.1.1.0/revision/2.cabal) = ea2b2984e8881a7f45cb24b45c409185f7e32bc09837d11666e80d4dc6500965 -SIZE (cabal/mempack-0.1.1.0/revision/2.cabal) = 3270 +SHA256 (cabal/mempack-0.1.2.0/mempack-0.1.2.0.tar.gz) = 8776e207b9880e095dce828c7bc129f2e5b01c55a0c294857f7d99ae57633b52 +SIZE (cabal/mempack-0.1.2.0/mempack-0.1.2.0.tar.gz) = 17447 SHA256 (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 0a54abee8ff4f6aeb4bea0783409a3dbd28a4e7a892bac916b0fb6a71382d7fc SIZE (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 27436 SHA256 (cabal/microlens-0.4.13.1/revision/1.cabal) = fc256e2b5d78e8e4f39b3dd359c57b8c19df50853a86eaf8f154a17441a5a51d @@ -725,10 +725,10 @@ SHA256 (cabal/network-bsd-2.8.1.0/revision/6.cabal) = cc7867f81c6eb3f1924bbb1029 SIZE (cabal/network-bsd-2.8.1.0/revision/6.cabal) = 3780 SHA256 (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 480ce0ad7f67364ec8d4ce8d815f463d9e4074e3789be22a5722cfdebed08679 SIZE (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 6402 -SHA256 (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = f4258aad1462015e741f1541425c14652d33faa305a6b9fe1fe7e8608da28fa1 -SIZE (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = 7775 -SHA256 (cabal/network-mux-0.7.tar.gz) = bbfc0610e13434d6d046790db201650e21f4d6bdac63b32a09371f06918187bc -SIZE (cabal/network-mux-0.7.tar.gz) = 66629 +SHA256 (cabal/network-control-0.1.7/network-control-0.1.7.tar.gz) = 05d40d381e5c72beefb209b7e82877b457fbca2880e60ed849bad480b6795b10 +SIZE (cabal/network-control-0.1.7/network-control-0.1.7.tar.gz) = 7913 +SHA256 (cabal/network-mux-0.8.0.2.tar.gz) = 7cef109fac063fcf08851ce8ee49dc8f55f3c115f1721cc6a352e9d8ab8b1e4b +SIZE (cabal/network-mux-0.8.0.2.tar.gz) = 72281 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 @@ -745,8 +745,8 @@ SHA256 (cabal/non-integral-1.0.0.0.tar.gz) = 6eed92a22abfc241dee1942d42320f6ac98 SIZE (cabal/non-integral-1.0.0.0.tar.gz) = 6013 SHA256 (cabal/non-integral-1.0.0.0/revision/2.cabal) = 02eef244f8974c17e1dfc4d4cbfaf194e2776c807b413a40bd0b784cee359ba0 SIZE (cabal/non-integral-1.0.0.0/revision/2.cabal) = 1261 -SHA256 (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 6eeaac5ec0bcccd848b5e8f6887a6caedf0257ccfc71a99264ebeaf1da0c4428 -SIZE (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 105013 +SHA256 (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 09e5385852d02830152a4ef72a4928a7a3c9353a1fa6fc8510228d9215bfeab6 +SIZE (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 101237 SHA256 (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = e32d9efb7862507e76e3f6876c67c980da9a5b4d743e07d424159868ae471c67 SIZE (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = 18480 SHA256 (cabal/nothunks-0.2.1.1/nothunks-0.2.1.1.tar.gz) = cca7983daf5dea23fdf413c207c43b8e08e8b6cf067b386a94ee6561f8511cda @@ -773,24 +773,26 @@ SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e3 SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 SHA256 (cabal/os-string-2.0.7/revision/1.cabal) = cb5408281cb0e7cea41885611e06ee6208e3dae90c98f6901a9f20c58f930414 SIZE (cabal/os-string-2.0.7/revision/1.cabal) = 3443 -SHA256 (cabal/ouroboros-consensus-0.26.0.1.tar.gz) = f02d42171d6e4d3292e8726911b775e012e52ddfb64043dc82ede061ff0c7d50 -SIZE (cabal/ouroboros-consensus-0.26.0.1.tar.gz) = 884669 -SHA256 (cabal/ouroboros-consensus-cardano-0.25.0.1.tar.gz) = c1ae1c6691b26cde45f7cd88bd34be7f60d7e015bfdb24a38659f4fde018622f -SIZE (cabal/ouroboros-consensus-cardano-0.25.0.1.tar.gz) = 334840 -SHA256 (cabal/ouroboros-consensus-diffusion-0.22.0.1.tar.gz) = 800f0c901237ad27f60c9217942361f505c04b90bfba0d224e76bc734a1895ed -SIZE (cabal/ouroboros-consensus-diffusion-0.22.0.1.tar.gz) = 236690 +SHA256 (cabal/ouroboros-consensus-0.27.0.0.tar.gz) = c13b66227b2adffba9d9a5b4ffa0c573db87d3f72ec0d3fc3cb2b3bac7ac2594 +SIZE (cabal/ouroboros-consensus-0.27.0.0.tar.gz) = 890307 +SHA256 (cabal/ouroboros-consensus-cardano-0.25.1.0.tar.gz) = edfb0fd56a085e1cf1d01b3547057d07def22b70f8d9b23668246d4034ea8bb1 +SIZE (cabal/ouroboros-consensus-cardano-0.25.1.0.tar.gz) = 335955 +SHA256 (cabal/ouroboros-consensus-diffusion-0.23.0.0.tar.gz) = 1964f12f40b2e6e604771a305674bb6c355d369c89c9e9c2682c8006097bd7d4 +SIZE (cabal/ouroboros-consensus-diffusion-0.23.0.0.tar.gz) = 237096 SHA256 (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 023d733ce6f143ca5cc88e8a9eb39696779537442c9f9918ad6e4d0b17941ed6 SIZE (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 35003 -SHA256 (cabal/ouroboros-network-0.20.1.0.tar.gz) = 9208b7577cecdb2d71b550bcf932ed1e87f60cc4ca7315b7b8e7b023b76976b1 -SIZE (cabal/ouroboros-network-0.20.1.0.tar.gz) = 392019 -SHA256 (cabal/ouroboros-network-api-0.13.0.0.tar.gz) = 1074d5872ed3e033aa07a1aaca4e5d16bb593270bcbac841e2de22138315b94c -SIZE (cabal/ouroboros-network-api-0.13.0.0.tar.gz) = 42303 -SHA256 (cabal/ouroboros-network-framework-0.17.0.0.tar.gz) = 752906799e4fdf6b7642ac3b545f3ef292f91fa90c2851e1bf54f7956ee0c4de -SIZE (cabal/ouroboros-network-framework-0.17.0.0.tar.gz) = 225530 +SHA256 (cabal/ouroboros-consensus-protocol-0.12.0.0/revision/1.cabal) = 2e4708fba1c12563623c0933a5cba198b0de3fb500064b0b4d46e5e85656225a +SIZE (cabal/ouroboros-consensus-protocol-0.12.0.0/revision/1.cabal) = 3051 +SHA256 (cabal/ouroboros-network-0.21.3.0.tar.gz) = c47f96f9cf60ea9f630bd6331df8925a220b212ac481e9d23a71f557c2186c4a +SIZE (cabal/ouroboros-network-0.21.3.0.tar.gz) = 393988 +SHA256 (cabal/ouroboros-network-api-0.14.1.0.tar.gz) = 1b573450462a361937c7d47fff66bd269552b0b818515a1522e70ed0d1d4b115 +SIZE (cabal/ouroboros-network-api-0.14.1.0.tar.gz) = 42238 +SHA256 (cabal/ouroboros-network-framework-0.18.0.2.tar.gz) = 23293c1c30f2d6ef967cc0fdf6f269d39d4e726a35ed737fa32d56c91f68f98a +SIZE (cabal/ouroboros-network-framework-0.18.0.2.tar.gz) = 225954 SHA256 (cabal/ouroboros-network-mock-0.1.1.2.tar.gz) = c57a09e5a77b6725cb705ffe464e3a906133f47956ada4c057e23c5b2c7736bf SIZE (cabal/ouroboros-network-mock-0.1.1.2.tar.gz) = 14182 -SHA256 (cabal/ouroboros-network-protocols-0.14.0.0.tar.gz) = e55f06cc323ee0a082aa13925c9766c8f2330790f8711105cdb17e2476b85519 -SIZE (cabal/ouroboros-network-protocols-0.14.0.0.tar.gz) = 123160 +SHA256 (cabal/ouroboros-network-protocols-0.14.0.2.tar.gz) = 8f7087cb373f62a5f555949ccf7775f28876944520f6343c0d04e35e875173a1 +SIZE (cabal/ouroboros-network-protocols-0.14.0.2.tar.gz) = 123228 SHA256 (cabal/ouroboros-network-testing-0.8.1.0.tar.gz) = b3ddb2ca231e887054645eb40c0f080eb82902b26538690815ff73ea484c4523 SIZE (cabal/ouroboros-network-testing-0.8.1.0.tar.gz) = 19519 SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 @@ -885,8 +887,8 @@ SHA256 (cabal/recursion-schemes-5.2.3/recursion-schemes-5.2.3.tar.gz) = 3b4e84bc SIZE (cabal/recursion-schemes-5.2.3/recursion-schemes-5.2.3.tar.gz) = 39351 SHA256 (cabal/recursion-schemes-5.2.3/revision/1.cabal) = 918e804084122e022d3784a4ca9add536fe9fcc2150ceef5865ca14d4fab4851 SIZE (cabal/recursion-schemes-5.2.3/revision/1.cabal) = 3106 -SHA256 (cabal/recv-0.1.0/recv-0.1.0.tar.gz) = f664905cffb44b7f9cba604cd75bd69011a666ba06bccbcb7f3fae0cd4f14d5b -SIZE (cabal/recv-0.1.0/recv-0.1.0.tar.gz) = 5158 +SHA256 (cabal/recv-0.1.1/recv-0.1.1.tar.gz) = 8daf77c57f529503dd3038efc3813a8001032ed810bdddff0acb0faca039b721 +SIZE (cabal/recv-0.1.1/recv-0.1.1.tar.gz) = 4772 SHA256 (cabal/reducers-3.12.5/reducers-3.12.5.tar.gz) = 109561d4ccbcd66283e053182148c6fccc72be1d0d80b0e9e6b04ad993cf821c SIZE (cabal/reducers-3.12.5/reducers-3.12.5.tar.gz) = 11880 SHA256 (cabal/reducers-3.12.5/revision/1.cabal) = 683b0cb05d5bb0dff7d7e1d626f81245bd81b0c5f01414657ebd213046913e1a @@ -1075,8 +1077,8 @@ SHA256 (cabal/terminal-size-0.3.4/revision/1.cabal) = 21d7f1320eeb86177e860ec07a SIZE (cabal/terminal-size-0.3.4/revision/1.cabal) = 1364 SHA256 (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 050bdade2c6f0122b1a04a3833ab7eea2399ffda8258bca6d93ba6614bb202f2 SIZE (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 2275 -SHA256 (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = d324158dd4f8bea52d7dac2ea224f8cd96547bde456b3f2fa19dc3240012bbe4 -SIZE (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = 13062 +SHA256 (cabal/text-builder-1.0.0.4/text-builder-1.0.0.4.tar.gz) = 9323f4a824e7b951cafbc5c180402658d4fc9f95afe4a4e2e5b317f75c619be8 +SIZE (cabal/text-builder-1.0.0.4/text-builder-1.0.0.4.tar.gz) = 13151 SHA256 (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = a9a30930dc59f8bd2b243991df7c6a8dcf2f65353c0df1b0fed8c1ba1f2d7d86 SIZE (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = 9036 SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 @@ -1125,8 +1127,8 @@ SHA256 (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 502ef8694a5b131b47c0 SIZE (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 63414 SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 -SHA256 (cabal/time-manager-0.2.2/time-manager-0.2.2.tar.gz) = d605d046f9c7e416e27d5e150d096a19556f14fdb317c47a1925179245cda9ea -SIZE (cabal/time-manager-0.2.2/time-manager-0.2.2.tar.gz) = 5814 +SHA256 (cabal/time-manager-0.2.3/time-manager-0.2.3.tar.gz) = eeb7c33d3b4492af771db0061222239a29727ee68a786a0488b1dba0a63d68e8 +SIZE (cabal/time-manager-0.2.3/time-manager-0.2.3.tar.gz) = 5840 SHA256 (cabal/time-units-1.0.0/time-units-1.0.0.tar.gz) = e181997dd05321f09b21c5e0bf38524ccab51ecc588a6017253cc96db289e099 SIZE (cabal/time-units-1.0.0/time-units-1.0.0.tar.gz) = 3378 SHA256 (cabal/tls-2.1.8/tls-2.1.8.tar.gz) = 5843f79b96c12d9e4ea57dc9902456d9fd6d52c509bee38a0a6a5323c8f04db3 @@ -1143,8 +1145,8 @@ SHA256 (cabal/transformers-except-0.1.4/revision/1.cabal) = 3ce3fd4deb67beebfd35 SIZE (cabal/transformers-except-0.1.4/revision/1.cabal) = 1175 SHA256 (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 5e9ae804207df625cf28385937a35152b12605dd4ed350c447c92db054f60e3b SIZE (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 26431 -SHA256 (cabal/tree-diff-0.3.4/revision/1.cabal) = 20d4d57fb8d964a4a25b5811f57a021d7dc3b42d4bd95a0fdf67dcff495f06db -SIZE (cabal/tree-diff-0.3.4/revision/1.cabal) = 4483 +SHA256 (cabal/tree-diff-0.3.4/revision/2.cabal) = 50a16419e7b82f17398d5639ce74437704b99a5d1323505e7dc78e819a1566c1 +SIZE (cabal/tree-diff-0.3.4/revision/2.cabal) = 4501 SHA256 (cabal/trifecta-2.1.4/trifecta-2.1.4.tar.gz) = d4d842afdb1a3330874738c587336d0b53741d37918112269bb51ff186dc9c28 SIZE (cabal/trifecta-2.1.4/trifecta-2.1.4.tar.gz) = 60516 SHA256 (cabal/trifecta-2.1.4/revision/2.cabal) = cf2cd1d8299463efbd7e85b76ffed59ddc33d19912a2a1862d5de9fc69e9c1e4 @@ -1253,8 +1255,8 @@ SHA256 (cabal/wai-extra-3.1.17/wai-extra-3.1.17.tar.gz) = c7d66e48509331e9035ec4 SIZE (cabal/wai-extra-3.1.17/wai-extra-3.1.17.tar.gz) = 86677 SHA256 (cabal/wai-logger-2.5.0/wai-logger-2.5.0.tar.gz) = 5cfbd3076b1f94aca3bd2def06b136b36a22d37974f31c7732b8526ebec3e184 SIZE (cabal/wai-logger-2.5.0/wai-logger-2.5.0.tar.gz) = 6615 -SHA256 (cabal/warp-3.4.7/warp-3.4.7.tar.gz) = facc035c77e90cd67cec15eeea8a760e1bdedcd3bde5e65f3a96e348b1f513e8 -SIZE (cabal/warp-3.4.7/warp-3.4.7.tar.gz) = 68905 +SHA256 (cabal/warp-3.4.8/warp-3.4.8.tar.gz) = d4df0ab0eb14bc044672533e40ef9fb30ac740dee5df14ab864b173ac45fc750 +SIZE (cabal/warp-3.4.8/warp-3.4.8.tar.gz) = 68978 SHA256 (cabal/wherefrom-compat-0.1.1.1/wherefrom-compat-0.1.1.1.tar.gz) = c1e3e22e9730a683a7fbc450b5944d97dc34650af8a8c72000170d56ca9eb388 SIZE (cabal/wherefrom-compat-0.1.1.1/wherefrom-compat-0.1.1.1.tar.gz) = 2823 SHA256 (cabal/wherefrom-compat-0.1.1.1/revision/1.cabal) = 53c608feaf51feb95514909c2c5f6c42abcd087d194cf0acb449b254e313bc8d @@ -1287,7 +1289,7 @@ SHA256 (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 6edd38b6b81df8d274952aa85affa6 SIZE (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 29318 SHA256 (cabal/zlib-0.7.1.0/revision/2.cabal) = 85e64a75c0b490506a7edaa2d54950c668e66b65758bb08bb14cd31faf53a206 SIZE (cabal/zlib-0.7.1.0/revision/2.cabal) = 5357 -SHA256 (cabal/IntersectMBO-cardano-node-10.4.1_GH0.tar.gz) = 4a798b01af93d9245b4eca95dbf49da69d2d4f448f7f173f41f04c7fad2a4de3 -SIZE (cabal/IntersectMBO-cardano-node-10.4.1_GH0.tar.gz) = 6762012 +SHA256 (cabal/IntersectMBO-cardano-node-10.5.1_GH0.tar.gz) = aa2ada4ca099b512790545539c98960349b9dda67559d19d1ba9eeef6333e27b +SIZE (cabal/IntersectMBO-cardano-node-10.5.1_GH0.tar.gz) = 6758035 SHA256 (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = e4f29ae3c16037e484bb69e3fa22a5565c42adf497f8f88e61ff8d9486ab863e SIZE (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = 2073757 diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 2cd07f392648..0067b2ece5c0 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.18.0 -PORTREVISION= 23 +PORTREVISION= 24 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 2889e6b49106..fd000062c799 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -1,6 +1,5 @@ PORTNAME= g72x -PORTVERSION= 1.4.3 -PORTREVISION= 5 +DISTVERSION= 1.4.4 CATEGORIES= net MASTER_SITES= http://asterisk.hosting.lv/src/ DISTNAME= asterisk-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -9,22 +8,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= G.729 codec for Asterisk PBX WWW= http://asterisk.hosting.lv/ +LICENSE= GPLv3+ + LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk18 -FLAVOR?= ${FLAVORS:[1]} +FLAVORS= asterisk18 asterisk20 asterisk22 +FLAVOR?= ${FLAVORS:[3]} -asterisk18_PKGNAMEPREFIX= asterisk18- -asterisk18_CONFLICTS_INSTALL= asterisk13-g72x asterisk16-g72x -asterisk18_BUILD_DEPENDS= asterisk:net/asterisk18 -asterisk18_RUN_DEPENDS= asterisk:net/asterisk18 -.if ${FLAVOR} == asterisk18 -CONFIGURE_ARGS+= --with-asterisk160 -.endif +${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- +${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} +${FLAVOR}_RUN_DEPENDS= asterisk:net/${FLAVOR} +USES= autoreconf compiler:c11 libtool tar:bzip2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-bcg729 -USES= autoreconf compiler:c11 libtool localbase tar:bzip2 +CONFIGURE_ARGS= --with-asterisk160 --with-bcg729 + +CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C|(.+)|\1-${PORTNAME}|} PLIST_FILES= lib/asterisk/modules/codec_g729.so @@ -34,7 +33,7 @@ PLIST_FILES= lib/asterisk/modules/codec_g729.so CFLAGS+= -fblocks .endif -post-build: - ${STRIP_CMD} ${WRKSRC}/.libs/codec_g729.so +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/asterisk/modules/codec_g729.so .include <bsd.port.post.mk> diff --git a/net/asterisk-g72x/distinfo b/net/asterisk-g72x/distinfo index fbe6aa7f2e35..f506c1888cba 100644 --- a/net/asterisk-g72x/distinfo +++ b/net/asterisk-g72x/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539248414 -SHA256 (asterisk-g72x-1.4.3.tar.bz2) = ffea55374c2134415569b876a68d9a12ce376146a22fad3963c8edc281052adf -SIZE (asterisk-g72x-1.4.3.tar.bz2) = 126220 +TIMESTAMP = 1753300000 +SHA256 (asterisk-g72x-1.4.4.tar.bz2) = f44bf2758c68e4c14775f99bca2c8b1719f736f1c5ae5c47e2237f36681a795d +SIZE (asterisk-g72x-1.4.4.tar.bz2) = 126735 diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile index f70792a6ddbf..3b7ed04ad0eb 100644 --- a/net/asterisk20/Makefile +++ b/net/asterisk20/Makefile @@ -1,6 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 20.14.1 -PORTREVISION= 1 +DISTVERSION= 20.15.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk20/distinfo b/net/asterisk20/distinfo index 43e51311ded1..aa76fe204fb3 100644 --- a/net/asterisk20/distinfo +++ b/net/asterisk20/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1748000917 -SHA256 (asterisk/asterisk-20.14.1.tar.gz) = fa0f953740eed079d5aaadf88f7f7131a053c61e4bc961faed0f30ba77f52ac9 -SIZE (asterisk/asterisk-20.14.1.tar.gz) = 28439201 +TIMESTAMP = 1753243732 +SHA256 (asterisk/asterisk-20.15.0.tar.gz) = 7c45cf254c7442748fa14ba4e31ae8f09cd2ad958168577de091c0bf0b0a2d2e +SIZE (asterisk/asterisk-20.15.0.tar.gz) = 28487002 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk20/pkg-plist b/net/asterisk20/pkg-plist index 4aed2207e524..4c6262b6fd5e 100644 --- a/net/asterisk20/pkg-plist +++ b/net/asterisk20/pkg-plist @@ -108,6 +108,7 @@ @sample %%ETCDIR%%/unistim.conf.sample @sample %%ETCDIR%%/users.conf.sample @sample %%ETCDIR%%/voicemail.conf.sample +@sample %%ETCDIR%%/websocket_client.conf.sample @sample %%ETCDIR%%/xmpp.conf.sample include/asterisk.h include/asterisk/_private.h @@ -338,6 +339,7 @@ include/asterisk/utils.h include/asterisk/uuid.h include/asterisk/vector.h include/asterisk/version.h +include/asterisk/websocket_client.h include/asterisk/xml.h include/asterisk/xmldoc.h include/asterisk/xmpp.h diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index 9c89dabec6c3..c92cde2a8ad0 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,6 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 22.4.1 -PORTREVISION= 1 +DISTVERSION= 22.5.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk22/distinfo b/net/asterisk22/distinfo index 421733b1e607..faa3a6544860 100644 --- a/net/asterisk22/distinfo +++ b/net/asterisk22/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1747994304 -SHA256 (asterisk/asterisk-22.4.1.tar.gz) = 92a6312edb3db16bbd1126423fb88517dca2408d681d53cf09939cb299b4b894 -SIZE (asterisk/asterisk-22.4.1.tar.gz) = 26324437 +TIMESTAMP = 1753416364 +SHA256 (asterisk/asterisk-22.5.0.tar.gz) = 944967288ec01587feeef42869a97baa37ab635bea7d539df16f70d3af48c613 +SIZE (asterisk/asterisk-22.5.0.tar.gz) = 26371254 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk22/pkg-plist b/net/asterisk22/pkg-plist index 049a56673432..d2a31101c753 100644 --- a/net/asterisk22/pkg-plist +++ b/net/asterisk22/pkg-plist @@ -101,6 +101,7 @@ @sample %%ETCDIR%%/unistim.conf.sample @sample %%ETCDIR%%/users.conf.sample @sample %%ETCDIR%%/voicemail.conf.sample +@sample %%ETCDIR%%/websocket_client.conf.sample @sample %%ETCDIR%%/xmpp.conf.sample include/asterisk.h include/asterisk/_private.h @@ -329,6 +330,7 @@ include/asterisk/utils.h include/asterisk/uuid.h include/asterisk/vector.h include/asterisk/version.h +include/asterisk/websocket_client.h include/asterisk/xml.h include/asterisk/xmldoc.h include/asterisk/xmpp.h diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo index 9edabb89baeb..b57e09ee5cb9 100644 --- a/net/gitlab-agent/distinfo +++ b/net/gitlab-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752677035 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.0/v18.2.0.mod) = 4772214d0f7667ed5a2f465d728888c258c09e89afb5e4b0e6e5a087b77057fd -SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.0/v18.2.0.mod) = 9809 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.0/v18.2.0.zip) = 23e76612b7c0694ef093e71826bb94386f7f18531f9ffb4122a4e823bb48af94 -SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.0/v18.2.0.zip) = 1707851 +TIMESTAMP = 1753327147 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.1/v18.2.1.mod) = 4772214d0f7667ed5a2f465d728888c258c09e89afb5e4b0e6e5a087b77057fd +SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.1/v18.2.1.mod) = 9809 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.1/v18.2.1.zip) = 7ab07ce329dd3e34591233ee00192068064752f61b577f2bfed86c285576cc0f +SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.1/v18.2.1.zip) = 1708969 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index 0b9466ea5ba4..6d417b1ec192 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 530.0.0 +DISTVERSION= 531.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index 7c8d407def7b..ca8412179583 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752672610 -SHA256 (google-cloud-sdk-530.0.0-linux-x86_64.tar.gz) = 358685e486270aed7b32ca19718c8a06aa353e70b8a863d16150db80954bd6a6 -SIZE (google-cloud-sdk-530.0.0-linux-x86_64.tar.gz) = 149731193 +TIMESTAMP = 1753284941 +SHA256 (google-cloud-sdk-531.0.0-linux-x86_64.tar.gz) = e6bd499f9977e0ddbd8efb53a0636641c8d304a1f0e97d158a8d42f0914b0b2e +SIZE (google-cloud-sdk-531.0.0-linux-x86_64.tar.gz) = 149800869 diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index a364ad12a7cc..73ae8aadbb1f 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -1,6 +1,6 @@ PORTNAME= minidlna PORTVERSION= 1.3.3 -PORTREVISION= 6 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net multimedia www @@ -27,7 +27,7 @@ CPE_VENDOR= minidlna_project USE_GITHUB= yes GH_ACCOUNT= glebius -GH_TAGNAME= 5b88c1b +GH_TAGNAME= 967337d PKGMESSAGE= ${WRKSRC}/pkg-message SUB_FILES+= pkg-message diff --git a/net/minidlna/distinfo b/net/minidlna/distinfo index 8e53a7d8b7ec..99061cd2aa91 100644 --- a/net/minidlna/distinfo +++ b/net/minidlna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746631052 -SHA256 (glebius-minidlna-1.3.3-5b88c1b_GH0.tar.gz) = 383b252f538afa607b4c29239d996f709350fecdaa35e45377c698b08c3f8cae -SIZE (glebius-minidlna-1.3.3-5b88c1b_GH0.tar.gz) = 300079 +TIMESTAMP = 1753408630 +SHA256 (glebius-minidlna-1.3.3-967337d_GH0.tar.gz) = 62357bd276e44f0e74a96f539331c0c63bb290b47fa15e5bd92dd82b9808d0bd +SIZE (glebius-minidlna-1.3.3-967337d_GH0.tar.gz) = 300068 diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 4ccc5523b4be..948a1b6cc1a5 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,19 +1,18 @@ PORTNAME= mosquitto -DISTVERSION= 2.0.21 -PORTREVISION= 1 +DISTVERSION= 2.0.22 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= leres@FreeBSD.org COMMENT= Open source MQTT broker WWW= https://mosquitto.org/ LICENSE= EPL -BUILD_DEPENDS= xsltproc:textproc/libxslt \ - docbook-xsl>0:textproc/docbook-xsl -LIB_DEPENDS= libuuid.so:misc/libuuid \ - libcjson.so:devel/libcjson +BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ + xsltproc:textproc/libxslt +LIB_DEPENDS= libcjson.so:devel/libcjson \ + libuuid.so:misc/libuuid RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cmake cpe ssl @@ -26,8 +25,8 @@ USERS= nobody PLIST_SUB= DISTVERSION=${DISTVERSION} -OPTIONS_DEFINE= CARES WEBSOCKET -OPTIONS_DEFAULT=CARES WEBSOCKET +OPTIONS_DEFINE= CARES WEBSOCKET +OPTIONS_DEFAULT= CARES WEBSOCKET CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CMAKE_ON= -DWITH_SRV:BOOL=ON diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index bd1058f85e74..8935947337eb 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749062322 -SHA256 (mosquitto-2.0.21.tar.gz) = 7ad5e84caeb8d2bb6ed0c04614b2a7042def961af82d87f688ba33db857b899d -SIZE (mosquitto-2.0.21.tar.gz) = 804168 +TIMESTAMP = 1753476242 +SHA256 (mosquitto-2.0.22.tar.gz) = 2f752589ef7db40260b633fbdb536e9a04b446a315138d64a7ff3c14e2de6b68 +SIZE (mosquitto-2.0.22.tar.gz) = 805967 diff --git a/net/mosquitto/files/patch-CMakeLists.txt b/net/mosquitto/files/patch-CMakeLists.txt index 960fae8651ba..f9d012481893 100644 --- a/net/mosquitto/files/patch-CMakeLists.txt +++ b/net/mosquitto/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-12-28 11:28:48 UTC +--- CMakeLists.txt.orig 2025-07-11 21:32:27 UTC +++ CMakeLists.txt -@@ -14,6 +14,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cma +@@ -13,6 +13,9 @@ add_definitions (-DCMAKE -DVERSION=\"${VERSION}\") add_definitions (-DCMAKE -DVERSION=\"${VERSION}\") diff --git a/net/mosquitto/files/patch-config.mk b/net/mosquitto/files/patch-config.mk index 2dd082af0371..770ab63d9ce1 100644 --- a/net/mosquitto/files/patch-config.mk +++ b/net/mosquitto/files/patch-config.mk @@ -1,6 +1,6 @@ ---- config.mk.orig 2020-12-28 13:24:40 UTC +--- config.mk.orig 2025-07-11 21:32:27 UTC +++ config.mk -@@ -329,7 +329,7 @@ ifeq ($(WITH_WEBSOCKETS),static) +@@ -347,7 +347,7 @@ INSTALL?=install endif INSTALL?=install diff --git a/net/mosquitto/files/patch-mosquitto.conf b/net/mosquitto/files/patch-mosquitto.conf index d748d5b1171e..b20b04014aa1 100644 --- a/net/mosquitto/files/patch-mosquitto.conf +++ b/net/mosquitto/files/patch-mosquitto.conf @@ -1,4 +1,4 @@ ---- mosquitto.conf.orig 2025-03-06 16:25:31 UTC +--- mosquitto.conf.orig 2025-07-11 21:32:27 UTC +++ mosquitto.conf @@ -167,7 +167,7 @@ # This should be set to /var/run/mosquitto/mosquitto.pid if mosquitto is diff --git a/net/mosquitto/files/patch-src_CMakeLists.txt b/net/mosquitto/files/patch-src_CMakeLists.txt index 7ce42f56b518..8f024918eedc 100644 --- a/net/mosquitto/files/patch-src_CMakeLists.txt +++ b/net/mosquitto/files/patch-src_CMakeLists.txt @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2024-12-18 09:43:22.511844000 +0200 -+++ src/CMakeLists.txt 2024-12-18 09:45:34.368783000 +0200 -@@ -194,7 +194,7 @@ +--- src/CMakeLists.txt.orig 2025-07-11 21:32:27 UTC ++++ src/CMakeLists.txt +@@ -200,7 +200,7 @@ if (WITH_WEBSOCKETS) if (WITH_WEBSOCKETS) if (STATIC_WEBSOCKETS) diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index a67c7c5c9618..0deaa6d39afb 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -115,6 +115,8 @@ OPTIONS_DEFINE+= OUTLOOK OPTIONS_DEFINE+= ARGON2 OPTIONS_DEFINE+= LLOADD +OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal + OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS} OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS} OPTIONS_DEFAULT+= ARGON2 LLOADD diff --git a/net/openldap26-server/Makefile b/net/openldap26-server/Makefile index 68ab7a2079fb..b05c13c76075 100644 --- a/net/openldap26-server/Makefile +++ b/net/openldap26-server/Makefile @@ -116,6 +116,8 @@ OPTIONS_DEFINE+= OUTLOOK OPTIONS_DEFINE+= ARGON2 OPTIONS_DEFINE+= LLOADD +OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal + OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS} OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS} OPTIONS_DEFAULT+= ARGON2 LLOADD diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile index 9a1b4891dbd7..5eb54b8b5a60 100644 --- a/net/p5-Socket/Makefile +++ b/net/p5-Socket/Makefile @@ -1,5 +1,5 @@ PORTNAME= Socket -PORTVERSION= 2.039 +PORTVERSION= 2.040 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS diff --git a/net/p5-Socket/distinfo b/net/p5-Socket/distinfo index ba86eb47dca3..effdfd31c1dd 100644 --- a/net/p5-Socket/distinfo +++ b/net/p5-Socket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954160 -SHA256 (Socket-2.039.tar.gz) = 5dc61ae6e049e50d1052d656341b6091dc9f884464a78e2afdc2b989ff4390bb -SIZE (Socket-2.039.tar.gz) = 46242 +TIMESTAMP = 1753265734 +SHA256 (Socket-2.040.tar.gz) = be0102fdcea8d43f1b02ef2ef94345ac4bbc7b6c66ece2ddd1a3593d8371ba1b +SIZE (Socket-2.040.tar.gz) = 46278 diff --git a/net/py-paho-mqtt/Makefile b/net/py-paho-mqtt/Makefile index 3b8afc0287e3..9245871d4ba7 100644 --- a/net/py-paho-mqtt/Makefile +++ b/net/py-paho-mqtt/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= paho_mqtt-${DISTVERSION} -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= MQTT version 3.1/3.1.1 client class WWW= https://www.eclipse.org/paho/ diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile index eb137e594c74..44da8b88083c 100644 --- a/net/py-s3transfer/Makefile +++ b/net/py-s3transfer/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3transfer -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-s3transfer/distinfo b/net/py-s3transfer/distinfo index e86da7445315..3d9846273584 100644 --- a/net/py-s3transfer/distinfo +++ b/net/py-s3transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495837 -SHA256 (s3transfer-0.13.0.tar.gz) = f5e6db74eb7776a37208001113ea7aa97695368242b364d73e91c981ac522177 -SIZE (s3transfer-0.13.0.tar.gz) = 150232 +TIMESTAMP = 1753265784 +SHA256 (s3transfer-0.13.1.tar.gz) = c3fdba22ba1bd367922f27ec8032d6a1cf5f10c934fb5d68cf60fd5a23d936cf +SIZE (s3transfer-0.13.1.tar.gz) = 150589 diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile index 0b4ff68cc031..b0dad500647d 100644 --- a/net/rubygem-gitaly/Makefile +++ b/net/rubygem-gitaly/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitaly -PORTVERSION= 18.1.0 +PORTVERSION= 18.2.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo index ebbf3d3cdf11..7796ac38fe37 100644 --- a/net/rubygem-gitaly/distinfo +++ b/net/rubygem-gitaly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750222113 -SHA256 (rubygem/gitaly-18.1.0.gem) = 80f8dd89005ad5788a7af07f101484c1b1dad423e90cc0405daaa85c27d1b7fc -SIZE (rubygem/gitaly-18.1.0.gem) = 53248 +TIMESTAMP = 1753336806 +SHA256 (rubygem/gitaly-18.2.1.gem) = 7409135d7dbc29ec8021e694420963e1da86dcc45252065fce813c19cb5c9bb3 +SIZE (rubygem/gitaly-18.2.1.gem) = 53248 diff --git a/net/rubygem-gitlab-kas-grpc/distinfo b/net/rubygem-gitlab-kas-grpc/distinfo index e3643c1df22c..3787efb94b44 100644 --- a/net/rubygem-gitlab-kas-grpc/distinfo +++ b/net/rubygem-gitlab-kas-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752677055 -SHA256 (rubygem/gitlab-kas-grpc-18.2.0.gem) = c14314fdcac6ef12794f6293979d0e2fcbcb01bb55fb04ee37e10d4337a99b6e -SIZE (rubygem/gitlab-kas-grpc-18.2.0.gem) = 10752 +TIMESTAMP = 1753327162 +SHA256 (rubygem/gitlab-kas-grpc-18.2.1.gem) = 971519aaaf9b34097c9a919312361c9686997fab22e09cfb50d951ed5ab245e2 +SIZE (rubygem/gitlab-kas-grpc-18.2.1.gem) = 10752 diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile index 2ebfa986ddf0..18d54e7441ea 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-admin-v2 -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo index ffed67c79817..160df86b6110 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954426 -SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.11.0.gem) = 025efa2eca188d08caeb5a3ef9fa71f32555f9d003e012780cb88cb4cdc9234a -SIZE (rubygem/google-cloud-bigtable-admin-v2-1.11.0.gem) = 136192 +TIMESTAMP = 1753265932 +SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.11.1.gem) = 4e403a3000dc023bc5a0ef49182da8eeb6309438b7762e3546e6fb83d5164390 +SIZE (rubygem/google-cloud-bigtable-admin-v2-1.11.1.gem) = 136192 diff --git a/net/rubygem-google-cloud-bigtable-v2/Makefile b/net/rubygem-google-cloud-bigtable-v2/Makefile index da9a831ae6d0..42bf0605ff65 100644 --- a/net/rubygem-google-cloud-bigtable-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-v2 -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-bigtable-v2/distinfo b/net/rubygem-google-cloud-bigtable-v2/distinfo index 1b676bc30a64..c3a443e39cae 100644 --- a/net/rubygem-google-cloud-bigtable-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716370 -SHA256 (rubygem/google-cloud-bigtable-v2-1.7.0.gem) = 2ee1a476a6284c192f489b1a188a4f392ac2939d647d23b9bbda66a11231fbf0 -SIZE (rubygem/google-cloud-bigtable-v2-1.7.0.gem) = 74752 +TIMESTAMP = 1753265934 +SHA256 (rubygem/google-cloud-bigtable-v2-1.8.0.gem) = c64b20f81bd8bed5ccd13bece558b51de9e320cad3ac2877ff838ec1437f0170 +SIZE (rubygem/google-cloud-bigtable-v2-1.8.0.gem) = 75264 diff --git a/net/rubygem-google-cloud-monitoring-v3/Makefile b/net/rubygem-google-cloud-monitoring-v3/Makefile index c6b7edcd3e73..761aeea4d3a9 100644 --- a/net/rubygem-google-cloud-monitoring-v3/Makefile +++ b/net/rubygem-google-cloud-monitoring-v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-monitoring-v3 -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-monitoring-v3/distinfo b/net/rubygem-google-cloud-monitoring-v3/distinfo index 59034e18e2d1..64c51c6968a8 100644 --- a/net/rubygem-google-cloud-monitoring-v3/distinfo +++ b/net/rubygem-google-cloud-monitoring-v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716380 -SHA256 (rubygem/google-cloud-monitoring-v3-1.6.0.gem) = f03055ac6612a0f3d7205fb3502144d402bd1e09055430abf34663c69c9e646c -SIZE (rubygem/google-cloud-monitoring-v3-1.6.0.gem) = 175616 +TIMESTAMP = 1753265936 +SHA256 (rubygem/google-cloud-monitoring-v3-1.6.1.gem) = b9cbb25b943e42d0de6bae2932ed879fc9e9f12caa9b8c329886e88ae68129c8 +SIZE (rubygem/google-cloud-monitoring-v3-1.6.1.gem) = 175616 diff --git a/net/rubygem-google-cloud-pubsub-v1/Makefile b/net/rubygem-google-cloud-pubsub-v1/Makefile index 0b3fff41b74f..99c08a6d67e5 100644 --- a/net/rubygem-google-cloud-pubsub-v1/Makefile +++ b/net/rubygem-google-cloud-pubsub-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-pubsub-v1 -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-pubsub-v1/distinfo b/net/rubygem-google-cloud-pubsub-v1/distinfo index cf5b4fcdb002..3befb8bf9e38 100644 --- a/net/rubygem-google-cloud-pubsub-v1/distinfo +++ b/net/rubygem-google-cloud-pubsub-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622401 -SHA256 (rubygem/google-cloud-pubsub-v1-1.11.0.gem) = 7f9e050df1c9d357b0ca8d8b65094d38365ab29536849f20f371243a2f03b2be -SIZE (rubygem/google-cloud-pubsub-v1-1.11.0.gem) = 96256 +TIMESTAMP = 1753265938 +SHA256 (rubygem/google-cloud-pubsub-v1-1.11.1.gem) = bdeb55e26ae272963d0a2d917705647be7cfa72fe8aa2f36684e7ccb5da57d5a +SIZE (rubygem/google-cloud-pubsub-v1-1.11.1.gem) = 96256 diff --git a/net/rubygem-google-cloud-spanner-v1/Makefile b/net/rubygem-google-cloud-spanner-v1/Makefile index 1327a525d9cc..eb0f6810308d 100644 --- a/net/rubygem-google-cloud-spanner-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-spanner-v1 -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-spanner-v1/distinfo b/net/rubygem-google-cloud-spanner-v1/distinfo index b2d08b6e98de..a01cc868487a 100644 --- a/net/rubygem-google-cloud-spanner-v1/distinfo +++ b/net/rubygem-google-cloud-spanner-v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188246 -SHA256 (rubygem/google-cloud-spanner-v1-1.9.0.gem) = f486e51408ad535dfcee11edba546bdb6ec0bb4aadf3e5cfae5ea798f97e906c -SIZE (rubygem/google-cloud-spanner-v1-1.9.0.gem) = 88576 +TIMESTAMP = 1753265940 +SHA256 (rubygem/google-cloud-spanner-v1-1.9.1.gem) = 46442b0baaa352892c1632ad24b0007a5bca1a080e2ffcaa7644ed98a108cf21 +SIZE (rubygem/google-cloud-spanner-v1-1.9.1.gem) = 88576 diff --git a/ports-mgmt/bsdadminscripts2/Makefile b/ports-mgmt/bsdadminscripts2/Makefile index b6a3137a2070..86abe2dab78d 100644 --- a/ports-mgmt/bsdadminscripts2/Makefile +++ b/ports-mgmt/bsdadminscripts2/Makefile @@ -1,5 +1,5 @@ PORTNAME= bsdadminscripts2 -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= ports-mgmt MAINTAINER= sunpoet@FreeBSD.org diff --git a/ports-mgmt/bsdadminscripts2/distinfo b/ports-mgmt/bsdadminscripts2/distinfo index c9dbc83de510..dbc4fa882244 100644 --- a/ports-mgmt/bsdadminscripts2/distinfo +++ b/ports-mgmt/bsdadminscripts2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718580030 -SHA256 (lonkamikaze-bsda2-0.5.0_GH0.tar.gz) = ae82ef7b2facc0e540da29c7dea2f5dfe8a39aad68d3f243ad147596ca0a3450 -SIZE (lonkamikaze-bsda2-0.5.0_GH0.tar.gz) = 123802 +TIMESTAMP = 1753265706 +SHA256 (lonkamikaze-bsda2-0.5.1_GH0.tar.gz) = b1d28e5dcd750f7b45da440cf89d9fef0938c6f73d07a0f4f642eae005fc1cb4 +SIZE (lonkamikaze-bsda2-0.5.1_GH0.tar.gz) = 128770 diff --git a/ports-mgmt/bsdadminscripts2/pkg-plist b/ports-mgmt/bsdadminscripts2/pkg-plist index 21cb749aca55..716d7b8812ef 100644 --- a/ports-mgmt/bsdadminscripts2/pkg-plist +++ b/ports-mgmt/bsdadminscripts2/pkg-plist @@ -24,6 +24,7 @@ sbin/pkg_version %%DATADIR%%/compat.sh %%DATADIR%%/distviper.sh %%DATADIR%%/interrupt.mk +%%DATADIR%%/ldd_filter.awk %%DATADIR%%/loaderupdate.sh %%DATADIR%%/lst.sh %%DATADIR%%/makeplist.sh diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 3d1cb7d95879..ee630dee9105 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20250601 +DISTVERSION= 3.4.99.20250724 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.3.0-1974-g8d0dd09cc +GH_TAGNAME= 3.3.0-1975-g544d112e9 GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 02b0eb397c85..b854f1d39e21 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748815987 -SHA256 (freebsd-poudriere-3.4.99.20250601-3.3.0-1974-g8d0dd09cc_GH0.tar.gz) = 1619cca8df369a41efaee11d88c02ef9a314f4b0777f04c5446291b71cfcc419 -SIZE (freebsd-poudriere-3.4.99.20250601-3.3.0-1974-g8d0dd09cc_GH0.tar.gz) = 5771037 +TIMESTAMP = 1753377532 +SHA256 (freebsd-poudriere-3.4.99.20250724-3.3.0-1975-g544d112e9_GH0.tar.gz) = f401e2cf15cb96a0e73df15b7dd58e4a8f9954b0bcf8addc5f14299dd0e8d8b9 +SIZE (freebsd-poudriere-3.4.99.20250724-3.3.0-1975-g544d112e9_GH0.tar.gz) = 5770778 diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile index bec6668ae461..6d361eafaeb6 100644 --- a/ports-mgmt/poudriere/Makefile +++ b/ports-mgmt/poudriere/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.2 +DISTVERSION= 3.4.3 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo index 637ced55f7a1..5cac30b9461c 100644 --- a/ports-mgmt/poudriere/distinfo +++ b/ports-mgmt/poudriere/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724555264 -SHA256 (freebsd-poudriere-3.4.2_GH0.tar.gz) = 9e9afe8c2bca1e519f79ab6a77cd57023bc1e10a78261b573d4c501a603c4594 -SIZE (freebsd-poudriere-3.4.2_GH0.tar.gz) = 4568475 +TIMESTAMP = 1753378018 +SHA256 (freebsd-poudriere-3.4.3_GH0.tar.gz) = 45051f021fd108f28af1e03293048ee323c261dd33ba460d82d0cb41a2f5b79d +SIZE (freebsd-poudriere-3.4.3_GH0.tar.gz) = 4575477 diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index ffa40711c7ca..077edf5b4814 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -1,6 +1,5 @@ PORTNAME= fonttools -PORTVERSION= 4.58.5 -PORTREVISION= 1 +PORTVERSION= 4.59.0 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,15 +18,14 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cython pep517 -OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UFO UNICODE WOFF -OPTIONS_DEFAULT=LXML UFO UNICODE WOFF +OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UNICODE WOFF +OPTIONS_DEFAULT=LXML UNICODE WOFF GRAPHITE_DESC= Process graphite type tables in ttLib/tables INTERPOLATABLE_DESC= Interpolatability support LXML_DESC= Read/write XML files via lxml (faster/safer than built-in ElementTree) PLOT_DESC= Visualize DesignSpaceDocument and resulting VariationModel REPACKER_DESC= Pack GSUB/GPOS tables with harfbuzz repacker SYMFONT_DESC= Symbolic font statistics analysis -UFO_DESC= Read/write UFO fonts UNICODE_DESC= Use latest Unicode Character Database WOFF_DESC= Compress/uncompress WOFF webfonts @@ -38,7 +36,6 @@ LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4.0:devel/py-lxml5@${PY_FLAVOR} PLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} REPACKER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.23.0:print/py-uharfbuzz@${PY_FLAVOR} SYMFONT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} -UFO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0<3:filesystems/py-fs2@${PY_FLAVOR} WOFF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR} diff --git a/print/py-fonttools/distinfo b/print/py-fonttools/distinfo index 18a076ad7f7f..6044798342b3 100644 --- a/print/py-fonttools/distinfo +++ b/print/py-fonttools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751622377 -SHA256 (fonttools-4.58.5.tar.gz) = b2a35b0a19f1837284b3a23dd64fd7761b8911d50911ecd2bdbaf5b2d1b5df9c -SIZE (fonttools-4.58.5.tar.gz) = 3526243 +TIMESTAMP = 1753265786 +SHA256 (fonttools-4.59.0.tar.gz) = be392ec3529e2f57faa28709d60723a763904f71a2b63aabe14fee6648fe3b14 +SIZE (fonttools-4.59.0.tar.gz) = 3532521 diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 18cf2339bd6b..1d8563ae250d 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,10 +1,11 @@ PORTNAME= reportlab -DISTVERSION= 4.4.2 +DISTVERSION= 4.4.3 CATEGORIES= print python -MASTER_SITES= PYPI +MASTER_SITES= PYPI:python \ + LOCAL/bofh/print/py-${PORTNAME}:pfbfer PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PFBFER} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:python \ + ${PFBFER}:pfbfer EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo index b720ef3ec88c..60667e4adf9e 100644 --- a/print/py-reportlab/distinfo +++ b/print/py-reportlab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751269339 -SHA256 (reportlab-4.4.2.tar.gz) = fc6283048ddd0781a9db1d671715990e6aa059c8d40ec9baf34294c4bd583a36 -SIZE (reportlab-4.4.2.tar.gz) = 3509063 +TIMESTAMP = 1753371493 +SHA256 (reportlab-4.4.3.tar.gz) = 073b0975dab69536acd3251858e6b0524ed3e087e71f1d0d1895acb50acf9c7b +SIZE (reportlab-4.4.3.tar.gz) = 3887532 SHA256 (pfbfer-20180109.zip) = 851b431550e866b217317d09dd33b5535ae081200975ad4dd25e80be2af10fec SIZE (pfbfer-20180109.zip) = 737561 diff --git a/russian/emkatic/Makefile b/russian/emkatic/Makefile index dfd6c9b2a870..15db1d524cf7 100644 --- a/russian/emkatic/Makefile +++ b/russian/emkatic/Makefile @@ -1,6 +1,6 @@ PORTNAME= emkatic PORTVERSION= 0.44 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= russian emulators PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= SF/${PORTNAME}/eMKatic%20Source diff --git a/science/R-cran-udunits2/Makefile b/science/R-cran-udunits2/Makefile index 3825ea143033..c8fb34cb9bba 100644 --- a/science/R-cran-udunits2/Makefile +++ b/science/R-cran-udunits2/Makefile @@ -1,6 +1,5 @@ PORTNAME= udunits2 -PORTVERSION= 0.13.2.1 -PORTREVISION= 1 +PORTVERSION= 0.13.2.2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,8 +9,8 @@ WWW= https://cran.r-project.org/web/packages/udunits2/ LICENSE= GPLv2 -LIB_DEPENDS= libudunits2.so:science/udunits \ - libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libudunits2.so:science/udunits USES= cran:auto-plist,compiles diff --git a/science/R-cran-udunits2/distinfo b/science/R-cran-udunits2/distinfo index 4049bcc2344c..095995f9577f 100644 --- a/science/R-cran-udunits2/distinfo +++ b/science/R-cran-udunits2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647094615 -SHA256 (udunits2_0.13.2.1.tar.gz) = 9f5429c04a24930f7d037d506e5b154b6154df69247dcdaa6261075291d7f902 -SIZE (udunits2_0.13.2.1.tar.gz) = 68485 +TIMESTAMP = 1753248089 +SHA256 (udunits2_0.13.2.2.tar.gz) = 3e6dc4a12c155fa3e77f982084adbd6cb75d7a106d0b1a49ddc50a17fa4d045b +SIZE (udunits2_0.13.2.2.tar.gz) = 68840 diff --git a/science/afni/Makefile b/science/afni/Makefile index d86ff6f58c23..bd4a59145946 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 25.2.04 +DISTVERSION= 25.2.05 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 0a6ba0342711..933eea829f78 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753035323 -SHA256 (afni-afni-AFNI_25.2.04_GH0.tar.gz) = 61fe5592f537949625fedc9f2cd4605c354b1cfeb41f1ed23d41a989a3a4ebab -SIZE (afni-afni-AFNI_25.2.04_GH0.tar.gz) = 53316183 +TIMESTAMP = 1753208153 +SHA256 (afni-afni-AFNI_25.2.05_GH0.tar.gz) = 7648e71187874d1602afdaa0c776b945c8d236e3a9c6b48439cf0a160d97c4a8 +SIZE (afni-afni-AFNI_25.2.05_GH0.tar.gz) = 53317967 diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 8efabf947d4c..3986edee3d15 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo index 6de3b3412bd5..f3a2707208d2 100644 --- a/science/py-asdf/distinfo +++ b/science/py-asdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748831252 -SHA256 (asdf-4.2.0.tar.gz) = cba00a10cde18deb20100e001fe41022f5c0cda02720dda9f716fb2150a46cf7 -SIZE (asdf-4.2.0.tar.gz) = 892353 +TIMESTAMP = 1753265788 +SHA256 (asdf-4.3.0.tar.gz) = 961d75fb1f1c4868b4533f885655b7ea9a3f0d257c65b49d728da53fe6df087d +SIZE (asdf-4.3.0.tar.gz) = 897816 diff --git a/science/py-qiskit/Makefile b/science/py-qiskit/Makefile index e28c1d3cd27c..c55d7b2e49e3 100644 --- a/science/py-qiskit/Makefile +++ b/science/py-qiskit/Makefile @@ -1,6 +1,5 @@ PORTNAME= qiskit -DISTVERSION= 2.0.0 -PORTREVISION= 2 +DISTVERSION= 2.1.1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-qiskit/Makefile.crates b/science/py-qiskit/Makefile.crates index ff8fa8febab4..790b3238b85a 100644 --- a/science/py-qiskit/Makefile.crates +++ b/science/py-qiskit/Makefile.crates @@ -1,5 +1,5 @@ -CARGO_CRATES= ahash-0.7.8 \ - ahash-0.8.11 \ +CARGO_CRATES= ahash-0.7.0 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ anstream-0.6.18 \ @@ -10,15 +10,16 @@ CARGO_CRATES= ahash-0.7.8 \ approx-0.5.1 \ ariadne-0.3.0 \ autocfg-1.4.0 \ + bincode-1.3.3 \ bitfield-struct-0.9.5 \ bitflags-1.3.2 \ bitflags-2.9.0 \ block-buffer-0.10.4 \ boolenum-0.1.0 \ - bytemuck-1.22.0 \ + bytemuck-1.23.0 \ bytemuck_derive-1.8.1 \ byteorder-1.5.0 \ - cbindgen-0.28.0 \ + cbindgen-0.29.0 \ cfg-if-1.0.0 \ clap-4.5.31 \ clap_builder-4.5.31 \ @@ -66,19 +67,20 @@ CARGO_CRATES= ahash-0.7.8 \ getrandom-0.2.15 \ getrandom-0.3.1 \ half-2.4.1 \ + hash32-0.3.1 \ hashbrown-0.12.3 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ - heck-0.4.1 \ + heapless-0.8.0 \ heck-0.5.0 \ - hermit-abi-0.4.0 \ - indexmap-2.7.1 \ + hermit-abi-0.5.1 \ + indexmap-2.9.0 \ indoc-2.0.6 \ - is-terminal-0.4.15 \ + is-terminal-0.4.16 \ is_terminal_polyfill-1.70.1 \ itertools-0.10.5 \ itertools-0.11.0 \ - itertools-0.13.0 \ + itertools-0.14.0 \ itoa-1.0.15 \ lazy_static-1.5.0 \ libc-0.2.170 \ @@ -90,6 +92,7 @@ CARGO_CRATES= ahash-0.7.8 \ matrixmultiply-0.3.9 \ memchr-2.7.4 \ memoffset-0.9.1 \ + minimal-lexical-0.2.1 \ nalgebra-0.33.2 \ nalgebra-macros-0.2.2 \ nano-gemm-0.1.2 \ @@ -101,43 +104,44 @@ CARGO_CRATES= ahash-0.7.8 \ nano-gemm-f64-0.1.0 \ ndarray-0.16.1 \ ndarray-einsum-0.8.0 \ - npyz-0.8.3 \ + nom-7.1.3 \ + nom-unicode-0.3.0 \ + npyz-0.8.4 \ num-bigint-0.4.6 \ num-complex-0.4.6 \ num-integer-0.1.46 \ num-rational-0.4.2 \ num-traits-0.2.19 \ - numpy-0.23.0 \ - once_cell-1.20.3 \ + numpy-0.25.0 \ + once_cell-1.21.3 \ oq3_lexer-0.7.0 \ oq3_parser-0.7.0 \ oq3_semantics-0.7.0 \ oq3_source_file-0.7.0 \ oq3_syntax-0.7.0 \ paste-1.0.15 \ - pest-2.7.15 \ - pest_derive-2.7.15 \ - pest_generator-2.7.15 \ - pest_meta-2.7.15 \ + pest-2.8.0 \ + pest_derive-2.8.0 \ + pest_generator-2.8.0 \ + pest_meta-2.8.0 \ petgraph-0.6.5 \ petgraph-0.7.1 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ - ppv-lite86-0.2.20 \ + ppv-lite86-0.2.21 \ priority-queue-2.1.2 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.94 \ pulp-0.18.22 \ - pulp-0.21.4 \ + pulp-0.21.5 \ pulp-macro-0.1.1 \ py_literal-0.4.0 \ - pyo3-0.23.5 \ - pyo3-build-config-0.23.5 \ - pyo3-build-config-0.24.0 \ - pyo3-ffi-0.23.5 \ - pyo3-macros-0.23.5 \ - pyo3-macros-backend-0.23.5 \ + pyo3-0.25.0 \ + pyo3-build-config-0.25.0 \ + pyo3-ffi-0.25.0 \ + pyo3-macros-0.25.0 \ + pyo3-macros-backend-0.25.0 \ quote-1.0.39 \ ra_ap_limit-0.0.188 \ rand-0.8.5 \ @@ -160,9 +164,10 @@ CARGO_CRATES= ahash-0.7.8 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ rowan-0.15.15 \ + rstar-0.12.2 \ rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ - rustiq-core-0.0.10 \ + rustiq-core-0.0.11 \ rustix-0.38.44 \ rustversion-1.0.20 \ rustworkx-core-0.16.0 \ @@ -170,14 +175,15 @@ CARGO_CRATES= ahash-0.7.8 \ safe_arch-0.7.4 \ same-file-1.0.6 \ seq-macro-0.3.6 \ - serde-1.0.218 \ - serde_derive-1.0.218 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_spanned-0.6.8 \ sha2-0.10.8 \ simba-0.9.0 \ - smallvec-1.14.0 \ + smallvec-1.15.0 \ smol_str-0.2.2 \ + stable_deref_trait-1.2.0 \ strsim-0.11.1 \ syn-1.0.109 \ syn-2.0.99 \ @@ -202,6 +208,7 @@ CARGO_CRATES= ahash-0.7.8 \ unicode-xid-0.2.6 \ unindent-0.2.4 \ utf8parse-0.2.2 \ + uuid-1.17.0 \ version_check-0.9.5 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ @@ -232,7 +239,5 @@ CARGO_CRATES= ahash-0.7.8 \ xshell-0.2.7 \ xshell-macros-0.2.7 \ yansi-0.5.1 \ - zerocopy-0.7.35 \ - zerocopy-0.8.21 \ - zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.21 + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 diff --git a/science/py-qiskit/distinfo b/science/py-qiskit/distinfo index 5614a20c079c..f1f98a1c4ce5 100644 --- a/science/py-qiskit/distinfo +++ b/science/py-qiskit/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1745542321 -SHA256 (rust/crates/ahash-0.7.8.crate) = 891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9 -SIZE (rust/crates/ahash-0.7.8.crate) = 38550 -SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +TIMESTAMP = 1753430083 +SHA256 (rust/crates/ahash-0.7.0.crate) = efa60d2eadd8b12a996add391db32bd1153eac697ba4869660c0016353611426 +SIZE (rust/crates/ahash-0.7.0.crate) = 55813 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -23,6 +23,8 @@ SHA256 (rust/crates/ariadne-0.3.0.crate) = 72fe02fc62033df9ba41cba57ee19acf5e742 SIZE (rust/crates/ariadne-0.3.0.crate) = 21829 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bitfield-struct-0.9.5.crate) = b2869c63ccf4f8bf0d485070b880e60e097fb7aeea80ee82a0a94a957e372a0b SIZE (rust/crates/bitfield-struct-0.9.5.crate) = 15953 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -33,14 +35,14 @@ SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996a SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/boolenum-0.1.0.crate) = a6c8abd585d7026df20a9ae12982127ba5e81cc7a09397b957e71659da8c5de8 SIZE (rust/crates/boolenum-0.1.0.crate) = 3444 -SHA256 (rust/crates/bytemuck-1.22.0.crate) = b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540 -SIZE (rust/crates/bytemuck-1.22.0.crate) = 52451 +SHA256 (rust/crates/bytemuck-1.23.0.crate) = 9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c +SIZE (rust/crates/bytemuck-1.23.0.crate) = 52534 SHA256 (rust/crates/bytemuck_derive-1.8.1.crate) = 3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a SIZE (rust/crates/bytemuck_derive-1.8.1.crate) = 23100 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/cbindgen-0.28.0.crate) = eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff -SIZE (rust/crates/cbindgen-0.28.0.crate) = 223401 +SHA256 (rust/crates/cbindgen-0.29.0.crate) = 975982cdb7ad6a142be15bdf84aea7ec6a9e5d4d797c004d43185b24cfe4e684 +SIZE (rust/crates/cbindgen-0.29.0.crate) = 226905 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/clap-4.5.31.crate) = 027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767 @@ -135,32 +137,34 @@ SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c0 SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 +SIZE (rust/crates/hash32-0.3.1.crate) = 10273 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad +SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc -SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 -SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 -SIZE (rust/crates/indexmap-2.7.1.crate) = 88644 +SHA256 (rust/crates/hermit-abi-0.5.1.crate) = f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08 +SIZE (rust/crates/hermit-abi-0.5.1.crate) = 17549 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd SIZE (rust/crates/indoc-2.0.6.crate) = 17164 -SHA256 (rust/crates/is-terminal-0.4.15.crate) = e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37 -SIZE (rust/crates/is-terminal-0.4.15.crate) = 7770 +SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 +SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 SIZE (rust/crates/itertools-0.11.0.crate) = 125074 -SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 -SIZE (rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 +SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe @@ -183,6 +187,8 @@ SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf SIZE (rust/crates/memchr-2.7.4.crate) = 96670 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/nalgebra-0.33.2.crate) = 26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b SIZE (rust/crates/nalgebra-0.33.2.crate) = 385768 SHA256 (rust/crates/nalgebra-macros-0.2.2.crate) = 254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc @@ -205,8 +211,12 @@ SHA256 (rust/crates/ndarray-0.16.1.crate) = 882ed72dce9365842bf196bdeedf5055305f SIZE (rust/crates/ndarray-0.16.1.crate) = 291026 SHA256 (rust/crates/ndarray-einsum-0.8.0.crate) = f4b2d52dfff9b24d072b6080eab1587cbd54ae24da7b8370072c3a84db221e05 SIZE (rust/crates/ndarray-einsum-0.8.0.crate) = 34449 -SHA256 (rust/crates/npyz-0.8.3.crate) = 13f27ea175875c472b3df61ece89a6d6ef4e0627f43704e400c782f174681ebd -SIZE (rust/crates/npyz-0.8.3.crate) = 75073 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nom-unicode-0.3.0.crate) = a5c03a4d71ab9740c752c165329e9df13a808093b146dfbef6170ac260771ffe +SIZE (rust/crates/nom-unicode-0.3.0.crate) = 9378 +SHA256 (rust/crates/npyz-0.8.4.crate) = 9f0e759e014e630f90af745101b614f761306ddc541681e546649068e25ec1b9 +SIZE (rust/crates/npyz-0.8.4.crate) = 77220 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 @@ -217,10 +227,10 @@ SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e54 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/numpy-0.23.0.crate) = b94caae805f998a07d33af06e6a3891e38556051b8045c615470a71590e13e78 -SIZE (rust/crates/numpy-0.23.0.crate) = 79034 -SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e -SIZE (rust/crates/once_cell-1.20.3.crate) = 33456 +SHA256 (rust/crates/numpy-0.25.0.crate) = 29f1dee9aa8d3f6f8e8b9af3803006101bb3653866ef056d530d53ae68587191 +SIZE (rust/crates/numpy-0.25.0.crate) = 81623 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/oq3_lexer-0.7.0.crate) = a27bbc91e3e9d6193a44aac8f5d62c1507c41669af71a4e7e0ef66fd6470e960 SIZE (rust/crates/oq3_lexer-0.7.0.crate) = 16877 SHA256 (rust/crates/oq3_parser-0.7.0.crate) = 9a72022fcb414e8a0912920a1cf46417b6aa95f19d4b38778df7450f8a3c17fa @@ -233,14 +243,14 @@ SHA256 (rust/crates/oq3_syntax-0.7.0.crate) = 42c754ce1d9da28d6c0334c212d64b5212 SIZE (rust/crates/oq3_syntax-0.7.0.crate) = 63066 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 -SHA256 (rust/crates/pest-2.7.15.crate) = 8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc -SIZE (rust/crates/pest-2.7.15.crate) = 127895 -SHA256 (rust/crates/pest_derive-2.7.15.crate) = 816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e -SIZE (rust/crates/pest_derive-2.7.15.crate) = 40745 -SHA256 (rust/crates/pest_generator-2.7.15.crate) = 7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b -SIZE (rust/crates/pest_generator-2.7.15.crate) = 18417 -SHA256 (rust/crates/pest_meta-2.7.15.crate) = e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea -SIZE (rust/crates/pest_meta-2.7.15.crate) = 42121 +SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 +SIZE (rust/crates/pest-2.8.0.crate) = 128955 +SHA256 (rust/crates/pest_derive-2.8.0.crate) = d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5 +SIZE (rust/crates/pest_derive-2.8.0.crate) = 42196 +SHA256 (rust/crates/pest_generator-2.8.0.crate) = db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841 +SIZE (rust/crates/pest_generator-2.8.0.crate) = 18617 +SHA256 (rust/crates/pest_meta-2.8.0.crate) = 7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0 +SIZE (rust/crates/pest_meta-2.8.0.crate) = 42931 SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 SHA256 (rust/crates/petgraph-0.7.1.crate) = 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 @@ -249,8 +259,8 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 -SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/priority-queue-2.1.2.crate) = 090ded312ed32a928fb49cb91ab4db6523ae3767225e61fbf6ceaaec3664ed26 SIZE (rust/crates/priority-queue-2.1.2.crate) = 36557 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c @@ -261,24 +271,22 @@ SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38 SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 SHA256 (rust/crates/pulp-0.18.22.crate) = a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6 SIZE (rust/crates/pulp-0.18.22.crate) = 117838 -SHA256 (rust/crates/pulp-0.21.4.crate) = 95fb7a99b37aaef4c7dd2fd15a819eb8010bfc7a2c2155230d51f497316cad6d -SIZE (rust/crates/pulp-0.21.4.crate) = 135569 +SHA256 (rust/crates/pulp-0.21.5.crate) = 96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907 +SIZE (rust/crates/pulp-0.21.5.crate) = 136353 SHA256 (rust/crates/pulp-macro-0.1.1.crate) = d315b3197b780e4873bc0e11251cb56a33f65a6032a3d39b8d1405c255513766 SIZE (rust/crates/pulp-macro-0.1.1.crate) = 3268 SHA256 (rust/crates/py_literal-0.4.0.crate) = 102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1 SIZE (rust/crates/py_literal-0.4.0.crate) = 16747 -SHA256 (rust/crates/pyo3-0.23.5.crate) = 7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872 -SIZE (rust/crates/pyo3-0.23.5.crate) = 1088533 -SHA256 (rust/crates/pyo3-build-config-0.23.5.crate) = 94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb -SIZE (rust/crates/pyo3-build-config-0.23.5.crate) = 33885 -SHA256 (rust/crates/pyo3-build-config-0.24.0.crate) = e9b6c2b34cf71427ea37c7001aefbaeb85886a074795e35f161f5aecc7620a7a -SIZE (rust/crates/pyo3-build-config-0.24.0.crate) = 33982 -SHA256 (rust/crates/pyo3-ffi-0.23.5.crate) = e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d -SIZE (rust/crates/pyo3-ffi-0.23.5.crate) = 74867 -SHA256 (rust/crates/pyo3-macros-0.23.5.crate) = fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da -SIZE (rust/crates/pyo3-macros-0.23.5.crate) = 8856 -SHA256 (rust/crates/pyo3-macros-backend-0.23.5.crate) = fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028 -SIZE (rust/crates/pyo3-macros-backend-0.23.5.crate) = 70938 +SHA256 (rust/crates/pyo3-0.25.0.crate) = f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4 +SIZE (rust/crates/pyo3-0.25.0.crate) = 1120850 +SHA256 (rust/crates/pyo3-build-config-0.25.0.crate) = 755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d +SIZE (rust/crates/pyo3-build-config-0.25.0.crate) = 34122 +SHA256 (rust/crates/pyo3-ffi-0.25.0.crate) = fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e +SIZE (rust/crates/pyo3-ffi-0.25.0.crate) = 77991 +SHA256 (rust/crates/pyo3-macros-0.25.0.crate) = a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214 +SIZE (rust/crates/pyo3-macros-0.25.0.crate) = 8876 +SHA256 (rust/crates/pyo3-macros-backend-0.25.0.crate) = 9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e +SIZE (rust/crates/pyo3-macros-backend-0.25.0.crate) = 75089 SHA256 (rust/crates/quote-1.0.39.crate) = c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801 SIZE (rust/crates/quote-1.0.39.crate) = 31206 SHA256 (rust/crates/ra_ap_limit-0.0.188.crate) = 92d33758724f997689f84146e5401e28d875a061804f861f113696f44f5232aa @@ -323,12 +331,14 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/rowan-0.15.15.crate) = 32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49 SIZE (rust/crates/rowan-0.15.15.crate) = 39971 +SHA256 (rust/crates/rstar-0.12.2.crate) = 421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb +SIZE (rust/crates/rstar-0.12.2.crate) = 43756 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 -SHA256 (rust/crates/rustiq-core-0.0.10.crate) = 666b580cb45b60a39f5a17b284bbe8343cfcd67929931729b4afee19ec94d308 -SIZE (rust/crates/rustiq-core-0.0.10.crate) = 40292 +SHA256 (rust/crates/rustiq-core-0.0.11.crate) = 51bfa802a80a4fa591941e4caaf2d6d7793ae3ffd307022afe0739453fae07a6 +SIZE (rust/crates/rustiq-core-0.0.11.crate) = 41963 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 @@ -343,10 +353,10 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/seq-macro-0.3.6.crate) = 1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc SIZE (rust/crates/seq-macro-0.3.6.crate) = 16031 -SHA256 (rust/crates/serde-1.0.218.crate) = e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60 -SIZE (rust/crates/serde-1.0.218.crate) = 78968 -SHA256 (rust/crates/serde_derive-1.0.218.crate) = f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b -SIZE (rust/crates/serde_derive-1.0.218.crate) = 57782 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 @@ -355,10 +365,12 @@ SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f53798 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/simba-0.9.0.crate) = b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa SIZE (rust/crates/simba-0.9.0.crate) = 52680 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 SHA256 (rust/crates/smol_str-0.2.2.crate) = dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead SIZE (rust/crates/smol_str-0.2.2.crate) = 15840 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 @@ -407,6 +419,8 @@ SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac78 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b @@ -467,13 +481,9 @@ SHA256 (rust/crates/xshell-macros-0.2.7.crate) = 32ac00cd3f8ec9c1d33fb3e7958a82d SIZE (rust/crates/xshell-macros-0.2.7.crate) = 2890 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-0.8.21.crate) = dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478 -SIZE (rust/crates/zerocopy-0.8.21.crate) = 238506 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (rust/crates/zerocopy-derive-0.8.21.crate) = 712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2 -SIZE (rust/crates/zerocopy-derive-0.8.21.crate) = 83886 -SHA256 (Qiskit-qiskit-2.0.0_GH0.tar.gz) = 563938d0f2c353b0a79ea8b7a1c9a3d7d915972b282ddad48e0ffd1079edaeaa -SIZE (Qiskit-qiskit-2.0.0_GH0.tar.gz) = 7911127 +SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb +SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 +SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef +SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (Qiskit-qiskit-2.1.1_GH0.tar.gz) = 96cd5725ea5f99a6527885e9ef4436bcb34e6388c6ab1bf43d48b9dab80f429f +SIZE (Qiskit-qiskit-2.1.1_GH0.tar.gz) = 7095152 diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 1ca8fcfdbee3..5e0f65c0ff07 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -9,7 +9,8 @@ DISTNAME= Botan-${PORTVERSION} PATCH_SITES+= https://github.com/randombit/botan/commit/ PATCHFILES+= 37fec38ff97604f964122cd2d33f5d503f319b10.patch:-p1 \ 698c383b050591ae1a239c9e6d4ebe05532d2eee.patch:-p1 \ - 0fed26215b52a3d30122deb528f6b4deb824eae7.patch:-p1 + 0fed26215b52a3d30122deb528f6b4deb824eae7.patch:-p1 \ + 1eb0d14a7c110207479f40c8369faacc73d945c8.patch:-p1 MAINTAINER= fluffy@FreeBSD.org COMMENT= Portable, easy to use and efficient C++ crypto library @@ -109,6 +110,8 @@ PLIST_SUB+= HAS_PROCESSOR_RNG="@comment " post-patch: @${REINPLACE_CMD} -e 's|^optimization_flags .*|optimization_flags "${CXXFLAGS}"|' \ ${WRKSRC}/src/build-data/cc/clang.txt + @${REINPLACE_CMD} -e 's|boost_system|boost_filesystem|' \ + ${WRKSRC}/src/lib/utils/boost/info.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.${_SOABIVER}.${_SHLIBVER}.${_SHLIBVERPATCH} diff --git a/security/botan2/distinfo b/security/botan2/distinfo index 334533525222..f45a3087e771 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1737980464 +TIMESTAMP = 1753445434 SHA256 (Botan-2.19.5.tar.xz) = dfeea0e0a6f26d6724c4af01da9a7b88487adb2d81ba7c72fcaf52db522c9ad4 SIZE (Botan-2.19.5.tar.xz) = 6140148 SHA256 (37fec38ff97604f964122cd2d33f5d503f319b10.patch) = 65d185241f6ca5ed5f1ee271855d7733874218df7fccb82a21c12b97e47828c0 @@ -7,3 +7,5 @@ SHA256 (698c383b050591ae1a239c9e6d4ebe05532d2eee.patch) = b3d9c32018fb17035b8119 SIZE (698c383b050591ae1a239c9e6d4ebe05532d2eee.patch) = 2927 SHA256 (0fed26215b52a3d30122deb528f6b4deb824eae7.patch) = 5af4a25ee9252829469cdb33de9f8afd212b96520a03b50855f8fc73cb99779a SIZE (0fed26215b52a3d30122deb528f6b4deb824eae7.patch) = 2512 +SHA256 (1eb0d14a7c110207479f40c8369faacc73d945c8.patch) = 97df96aab5fb3632773b804e077171da48204e81776a945c69672e5c7b0d7396 +SIZE (1eb0d14a7c110207479f40c8369faacc73d945c8.patch) = 1300 diff --git a/security/naabu/Makefile b/security/naabu/Makefile index 2a4dd1621e14..3d1385cb4f89 100644 --- a/security/naabu/Makefile +++ b/security/naabu/Makefile @@ -1,6 +1,6 @@ PORTNAME= naabu DISTVERSIONPREFIX= v -DISTVERSION= 2.3.4 +DISTVERSION= 2.3.5 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org @@ -9,7 +9,7 @@ WWW= https://github.com/projectdiscovery/naabu LICENSE= MIT -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/projectdiscovery/naabu/v2 GO_TARGET= ./cmd/${PORTNAME} diff --git a/security/naabu/distinfo b/security/naabu/distinfo index 95692c03c54d..674b49e0f45d 100644 --- a/security/naabu/distinfo +++ b/security/naabu/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1744947331 -SHA256 (go/security_naabu/naabu-v2.3.4/v2.3.4.mod) = 37477fafd0b3b04592d1c7104ddf9dfafe87d579bb2cc3dcab93621b9549b283 -SIZE (go/security_naabu/naabu-v2.3.4/v2.3.4.mod) = 6288 -SHA256 (go/security_naabu/naabu-v2.3.4/v2.3.4.zip) = 534e0e1318f8a4fb7fee5db3b3d2f6537145beb4037958d6df4a68e69de6ee0d -SIZE (go/security_naabu/naabu-v2.3.4/v2.3.4.zip) = 506886 +TIMESTAMP = 1753248989 +SHA256 (go/security_naabu/naabu-v2.3.5/v2.3.5.mod) = c6ea2b8c6fa1e166e02d9a074514b9a77c1bf2914f52e4ba411726a9c798349b +SIZE (go/security_naabu/naabu-v2.3.5/v2.3.5.mod) = 6743 +SHA256 (go/security_naabu/naabu-v2.3.5/v2.3.5.zip) = 77c0c9136c85afc93a3d16811d76e491b23a3be2e077847c80d6e2258b2dfa87 +SIZE (go/security_naabu/naabu-v2.3.5/v2.3.5.zip) = 527140 diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index ff4ce951c803..14307cedd2a0 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,6 +1,6 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v -DISTVERSION= 3.4.6 +DISTVERSION= 3.4.7 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/nuclei/distinfo b/security/nuclei/distinfo index fb33bee95717..e84c8fc80136 100644 --- a/security/nuclei/distinfo +++ b/security/nuclei/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751730063 -SHA256 (go/security_nuclei/nuclei-v3.4.6/v3.4.6.mod) = 95c7844c02f7c9c24a53544e7bcdfd252a11c8fb61a80f555fbffd6dfaf402a6 -SIZE (go/security_nuclei/nuclei-v3.4.6/v3.4.6.mod) = 18995 -SHA256 (go/security_nuclei/nuclei-v3.4.6/v3.4.6.zip) = 6ea753633305e332bcfd8af6b0e6f7042ebf6a1751bc27c3536f535c4b4c3c40 -SIZE (go/security_nuclei/nuclei-v3.4.6/v3.4.6.zip) = 12374607 +TIMESTAMP = 1753317860 +SHA256 (go/security_nuclei/nuclei-v3.4.7/v3.4.7.mod) = bc1fb722b23218fe4ec211f30a80341a92e69f62fe0a5625afbb0a86599726fc +SIZE (go/security_nuclei/nuclei-v3.4.7/v3.4.7.mod) = 18779 +SHA256 (go/security_nuclei/nuclei-v3.4.7/v3.4.7.zip) = 0356b818c4d68bff08f690128ed089b37a83b43dfdea9a045c8f13500d52300e +SIZE (go/security_nuclei/nuclei-v3.4.7/v3.4.7.zip) = 12380996 diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 2550813a7cd4..68f9212657ab 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -189,8 +189,8 @@ PKGMSG_FILES= message-header PKG_CONFIG= ${CONFIGURE_ENV:MPKG_CONFIG=*:S/PKG_CONFIG=//} CFLAGS+= -I${LOCALBASE}/include -INOTIFY_CFLAGS= $$(${PKG_CONFIG} --cflags libinotify) -INOTIFY_LDFLAGS=$$(${PKG_CONFIG} --libs libinotify) +INOTIFY_CFLAGS= `${PKG_CONFIG} --cflags libinotify` +INOTIFY_LDFLAGS= `${PKG_CONFIG} --libs libinotify` OSSEC_ARGS+= TARGET=${OSSEC_TYPE} PCRE2_SYSTEM=yes INSTALL_LOCALTIME=no INSTALL_RESOLVCONF=no .if defined(OSSEC_MAX_AGENTS) diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index a2264f2b9272..ba6b77837571 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167596 -SHA256 (acme-4.0.0.tar.gz) = 972d6e0b160000ae833aaa9619901896336e5dc7ca82003fa6ff465bafcbdf52 -SIZE (acme-4.0.0.tar.gz) = 91684 +TIMESTAMP = 1751947304 +SHA256 (acme-4.1.1.tar.gz) = 0ffaaf6d3f41ff05772fd2b6170cf0b2b139f5134d7a70ee49f6e63ca20e8f9a +SIZE (acme-4.1.1.tar.gz) = 96744 diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk index 07cd2b1dd4f4..c6273480e6b0 100644 --- a/security/py-acme/version.mk +++ b/security/py-acme/version.mk @@ -1 +1 @@ -ACME_VERSION= 4.0.0 +ACME_VERSION= 4.1.1 diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile index fb2cecb70f68..b527bb8c9863 100644 --- a/security/py-authlib/Makefile +++ b/security/py-authlib/Makefile @@ -1,5 +1,5 @@ PORTNAME= authlib -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-authlib/distinfo b/security/py-authlib/distinfo index 3804f57e8b48..d864619a8bce 100644 --- a/security/py-authlib/distinfo +++ b/security/py-authlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495847 -SHA256 (authlib-1.6.0.tar.gz) = 4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210 -SIZE (authlib-1.6.0.tar.gz) = 158371 +TIMESTAMP = 1753265790 +SHA256 (authlib-1.6.1.tar.gz) = 4dffdbb1460ba6ec8c17981a4c67af7d8af131231b5a36a88a1e8c80c111cdfd +SIZE (authlib-1.6.1.tar.gz) = 159988 diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index cb57a26b075e..e847903f2aa3 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -28,8 +28,8 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/_internal/configurator.py - @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/certbot_apache/_internal/configurator.py + @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py + @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo index 0e68734f0cac..11197ab66cc3 100644 --- a/security/py-certbot-apache/distinfo +++ b/security/py-certbot-apache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167597 -SHA256 (certbot_apache-4.0.0.tar.gz) = 507f9a336bd95c25548f449d8307eead6f875186a13049de173d6833371910a2 -SIZE (certbot_apache-4.0.0.tar.gz) = 183105 +TIMESTAMP = 1751947305 +SHA256 (certbot_apache-4.1.1.tar.gz) = 8b43f9f4b3cb504109cae58b7b8edbadb62bd3fbb1e796fe17ea426a7195b41f +SIZE (certbot_apache-4.1.1.tar.gz) = 183384 diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo index 59543aa2a2d4..a836a8eae2c1 100644 --- a/security/py-certbot-dns-cloudflare/distinfo +++ b/security/py-certbot-dns-cloudflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167597 -SHA256 (certbot_dns_cloudflare-4.0.0.tar.gz) = 3cc9752b1fbca8e16de8ccd23675d345505a529737855398db655b3413e711f8 -SIZE (certbot_dns_cloudflare-4.0.0.tar.gz) = 16391 +TIMESTAMP = 1751947306 +SHA256 (certbot_dns_cloudflare-4.1.1.tar.gz) = ab42e92ebac8909b40341d8fb0795bf4c938f71d1443bcda120c6ca8894d002a +SIZE (certbot_dns_cloudflare-4.1.1.tar.gz) = 16190 diff --git a/security/py-certbot-dns-cloudflare/files/patch-cloudflare b/security/py-certbot-dns-cloudflare/files/patch-cloudflare index a4acaa5b416a..a7cac35737b0 100644 --- a/security/py-certbot-dns-cloudflare/files/patch-cloudflare +++ b/security/py-certbot-dns-cloudflare/files/patch-cloudflare @@ -1,5 +1,5 @@ ---- certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2025-02-11 19:57:38 UTC -+++ certbot_dns_cloudflare/_internal/dns_cloudflare.py +--- src/certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2025-02-11 19:57:38 UTC ++++ src/certbot_dns_cloudflare/_internal/dns_cloudflare.py @@ -100,12 +100,12 @@ class _CloudflareClient: # We can't use named arguments in this case, as it would break compatibility with # the Cloudflare library since version 2.10.1, as the `token` argument was used for diff --git a/security/py-certbot-dns-digitalocean/distinfo b/security/py-certbot-dns-digitalocean/distinfo index 524a886863d4..80a5dbf0fc8b 100644 --- a/security/py-certbot-dns-digitalocean/distinfo +++ b/security/py-certbot-dns-digitalocean/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167598 -SHA256 (certbot_dns_digitalocean-4.0.0.tar.gz) = 00ce5b7c6fdcf360ab65558ec0e9c9a7247ddeb7ac8355bca3f5ca43496b0b87 -SIZE (certbot_dns_digitalocean-4.0.0.tar.gz) = 14571 +TIMESTAMP = 1751947307 +SHA256 (certbot_dns_digitalocean-4.1.1.tar.gz) = c2dca249f23eac2ad20b2aaef4773a38489c49799cce1a16cd227138e9112862 +SIZE (certbot_dns_digitalocean-4.1.1.tar.gz) = 14397 diff --git a/security/py-certbot-dns-dnsimple/distinfo b/security/py-certbot-dns-dnsimple/distinfo index 98efb380fd24..936dc0fce051 100644 --- a/security/py-certbot-dns-dnsimple/distinfo +++ b/security/py-certbot-dns-dnsimple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167599 -SHA256 (certbot_dns_dnsimple-4.0.0.tar.gz) = 3dbe24c0cd5ada5c833d6de174c7ced9fd2a215547d18ad569ee4fe45aafb41b -SIZE (certbot_dns_dnsimple-4.0.0.tar.gz) = 11885 +TIMESTAMP = 1751947308 +SHA256 (certbot_dns_dnsimple-4.1.1.tar.gz) = c47472839a98a02171f992becf7f067a114e64be1fa647b4054f7813a1997afb +SIZE (certbot_dns_dnsimple-4.1.1.tar.gz) = 12048 diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo index 792674798234..644ad100c41c 100644 --- a/security/py-certbot-dns-dnsmadeeasy/distinfo +++ b/security/py-certbot-dns-dnsmadeeasy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167599 -SHA256 (certbot_dns_dnsmadeeasy-4.0.0.tar.gz) = bd42dc87844d764c80e27221b81371670ccce65e564119fe1c99fafe7b0b441e -SIZE (certbot_dns_dnsmadeeasy-4.0.0.tar.gz) = 12069 +TIMESTAMP = 1751947309 +SHA256 (certbot_dns_dnsmadeeasy-4.1.1.tar.gz) = 3b473ba6d7e7eeda907609343ac7d895182f8fff40de17d3bcc78999f2550aff +SIZE (certbot_dns_dnsmadeeasy-4.1.1.tar.gz) = 12204 diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo index d888dffea618..2550453241db 100644 --- a/security/py-certbot-dns-gehirn/distinfo +++ b/security/py-certbot-dns-gehirn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167600 -SHA256 (certbot_dns_gehirn-4.0.0.tar.gz) = 554c35ab3582b37d3fa628cd0c8186f0801b2925bf21fcb08c9db502b276471f -SIZE (certbot_dns_gehirn-4.0.0.tar.gz) = 11966 +TIMESTAMP = 1751947310 +SHA256 (certbot_dns_gehirn-4.1.1.tar.gz) = 305ff044228fe757f3a3ad5d7e1baba802a7a2eb0cd45ebf33c952e72945994a +SIZE (certbot_dns_gehirn-4.1.1.tar.gz) = 12111 diff --git a/security/py-certbot-dns-google/distinfo b/security/py-certbot-dns-google/distinfo index ee603d75d370..39325fafc1ad 100644 --- a/security/py-certbot-dns-google/distinfo +++ b/security/py-certbot-dns-google/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167601 -SHA256 (certbot_dns_google-4.0.0.tar.gz) = 07f78292c7e9b76552a9eed5152c46b285acf3231338850195e895eb3a62a6d3 -SIZE (certbot_dns_google-4.0.0.tar.gz) = 25242 +TIMESTAMP = 1751947311 +SHA256 (certbot_dns_google-4.1.1.tar.gz) = c0e0e9779df9d581d85ed058f39f6ab473a39945bce209bec767b47115bc1e7b +SIZE (certbot_dns_google-4.1.1.tar.gz) = 25128 diff --git a/security/py-certbot-dns-linode/distinfo b/security/py-certbot-dns-linode/distinfo index c20d0009f043..1817bf57c362 100644 --- a/security/py-certbot-dns-linode/distinfo +++ b/security/py-certbot-dns-linode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167601 -SHA256 (certbot_dns_linode-4.0.0.tar.gz) = a8487117a2c57606e9e554bf967058c598f6f559fdddd13a4c763c97416c999b -SIZE (certbot_dns_linode-4.0.0.tar.gz) = 12181 +TIMESTAMP = 1751947311 +SHA256 (certbot_dns_linode-4.1.1.tar.gz) = 9801b9f418ddf71e0572f934559557763c256fa27ab88f6303609a35a6944891 +SIZE (certbot_dns_linode-4.1.1.tar.gz) = 12320 diff --git a/security/py-certbot-dns-luadns/distinfo b/security/py-certbot-dns-luadns/distinfo index 34df1fda5087..7b60abf34d6e 100644 --- a/security/py-certbot-dns-luadns/distinfo +++ b/security/py-certbot-dns-luadns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167602 -SHA256 (certbot_dns_luadns-4.0.0.tar.gz) = 2fb5bcd8eeada94f9ad9a5a213d0d90480071a5b5411c326e279fa352bc42ea6 -SIZE (certbot_dns_luadns-4.0.0.tar.gz) = 11888 +TIMESTAMP = 1751947312 +SHA256 (certbot_dns_luadns-4.1.1.tar.gz) = b5147c8ab8d2daf2b33e45d973f1422e4d64fe8ae1a664e78d861d861028d35a +SIZE (certbot_dns_luadns-4.1.1.tar.gz) = 12043 diff --git a/security/py-certbot-dns-nsone/distinfo b/security/py-certbot-dns-nsone/distinfo index 351b033e7fe7..be8531f7b65d 100644 --- a/security/py-certbot-dns-nsone/distinfo +++ b/security/py-certbot-dns-nsone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167603 -SHA256 (certbot_dns_nsone-4.0.0.tar.gz) = c0bdd769e88147e7b45371c4892c68404a014aa9c4aa48a505f011a94b5e18eb -SIZE (certbot_dns_nsone-4.0.0.tar.gz) = 11966 +TIMESTAMP = 1751947313 +SHA256 (certbot_dns_nsone-4.1.1.tar.gz) = 733aa1f6f97ec7122820a67c1cda82ecb012bcf4c85ae62c44860b03c7045ccd +SIZE (certbot_dns_nsone-4.1.1.tar.gz) = 12133 diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo index 5b6e491f4289..aeeef787cf5b 100644 --- a/security/py-certbot-dns-ovh/distinfo +++ b/security/py-certbot-dns-ovh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167603 -SHA256 (certbot_dns_ovh-4.0.0.tar.gz) = 54b1637572d2ac5bbe78bddc180966ad9c7d90bb6baf820c4e7da4c02e6f21ab -SIZE (certbot_dns_ovh-4.0.0.tar.gz) = 12324 +TIMESTAMP = 1751947314 +SHA256 (certbot_dns_ovh-4.1.1.tar.gz) = 167eca0226261d9ecff3d71b50153c9a88ad57e7981a68e04ebad2f6bc0e9dde +SIZE (certbot_dns_ovh-4.1.1.tar.gz) = 12469 diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo index 107400db71f4..a2def85da1fd 100644 --- a/security/py-certbot-dns-rfc2136/distinfo +++ b/security/py-certbot-dns-rfc2136/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167604 -SHA256 (certbot_dns_rfc2136-4.0.0.tar.gz) = 9d403198294c6e2e4bc9df6a5e82a4ed35ab3ffef534307f732e967fec3292d7 -SIZE (certbot_dns_rfc2136-4.0.0.tar.gz) = 16948 +TIMESTAMP = 1751947315 +SHA256 (certbot_dns_rfc2136-4.1.1.tar.gz) = fb9a0813cc4a4d5b514b6c5d137463b133a32e79f930b61e77875df080550567 +SIZE (certbot_dns_rfc2136-4.1.1.tar.gz) = 16763 diff --git a/security/py-certbot-dns-route53/distinfo b/security/py-certbot-dns-route53/distinfo index bf6178bc02fd..4d94a52554e6 100644 --- a/security/py-certbot-dns-route53/distinfo +++ b/security/py-certbot-dns-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167605 -SHA256 (certbot_dns_route53-4.0.0.tar.gz) = 9b6397d5a0b3a23242346238cdf423b111b16114e59798638b47d1be9a84fc2e -SIZE (certbot_dns_route53-4.0.0.tar.gz) = 15688 +TIMESTAMP = 1751947315 +SHA256 (certbot_dns_route53-4.1.1.tar.gz) = 52da6a9f89ee698a9d157c88fe2648e57b0073ed4bac18c13e9ce22259e4378c +SIZE (certbot_dns_route53-4.1.1.tar.gz) = 15510 diff --git a/security/py-certbot-dns-sakuracloud/distinfo b/security/py-certbot-dns-sakuracloud/distinfo index 17fdf8768906..dd267d0de10a 100644 --- a/security/py-certbot-dns-sakuracloud/distinfo +++ b/security/py-certbot-dns-sakuracloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167606 -SHA256 (certbot_dns_sakuracloud-4.0.0.tar.gz) = b658870de64ffab5f302575f391b8b37774a1cd5d294e8dbbe6db46a794bdd36 -SIZE (certbot_dns_sakuracloud-4.0.0.tar.gz) = 11967 +TIMESTAMP = 1751947316 +SHA256 (certbot_dns_sakuracloud-4.1.1.tar.gz) = 3477ff18b26133f67678f1ad50055a5de8081f5b0ece08b4f768ae325e2748b2 +SIZE (certbot_dns_sakuracloud-4.1.1.tar.gz) = 12116 diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index a2e820017817..c6414612ae95 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -29,7 +29,7 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/constants.py + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/certbot_nginx/_internal/constants.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index c4a16deb245b..94a634fb7d50 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167606 -SHA256 (certbot_nginx-4.0.0.tar.gz) = 4478c3e13e04b49f95675d83adaacdcf1356f8fac0824e236f893f2f5a1d991c -SIZE (certbot_nginx-4.0.0.tar.gz) = 79653 +TIMESTAMP = 1751947317 +SHA256 (certbot_nginx-4.1.1.tar.gz) = 9b03a0c877d8004bc8b077d6aa8419257300a23c7d72f9d8fe268a0a3bb859f2 +SIZE (certbot_nginx-4.1.1.tar.gz) = 80191 diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 5e66ba0a7c54..f909c26d9147 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -48,11 +48,11 @@ MANPAGES_PLIST_FILES= share/man/man1/certbot.1.gz \ .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-importlib-metadata@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=8.6.1:devel/py-importlib-metadata@${PY_FLAVOR} .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot/compat/misc.py ${WRKSRC}/certbot/_internal/tests/cli_test.py + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/certbot/compat/misc.py ${WRKSRC}/src/certbot/_internal/tests/cli_test.py post-build-MANPAGES-on: # Avoid gmake / ${DO_MAKE_BUILD} -C ${WRKSRC}/docs man diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 05ecc6071f5a..1a10a8c352d8 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167596 -SHA256 (certbot-4.0.0.tar.gz) = a867bfbb5126516c12d4c8a93909ef1e4d5309fc4e9f5b97b2d987b0ffd4bbe3 -SIZE (certbot-4.0.0.tar.gz) = 439556 +TIMESTAMP = 1751947305 +SHA256 (certbot-4.1.1.tar.gz) = d1fdde3174bcf1d68f7a8dca070341acec28b78ef92ad2dd18b8d49959e96779 +SIZE (certbot-4.1.1.tar.gz) = 441624 diff --git a/security/py-certbot/files/patch-certbot-compat-misc.py b/security/py-certbot/files/patch-src-certbot-compat-misc.py index 56031716086a..1ffb2afd1010 100644 --- a/security/py-certbot/files/patch-certbot-compat-misc.py +++ b/security/py-certbot/files/patch-src-certbot-compat-misc.py @@ -4,8 +4,8 @@ # https://github.com/certbot/certbot/pull/7056 # TODO: Upstream ---- certbot/compat/misc.py.orig 2023-04-04 15:06:41 UTC -+++ certbot/compat/misc.py +--- src/certbot/compat/misc.py.orig 2023-04-04 15:06:41 UTC ++++ src/certbot/compat/misc.py @@ -100,6 +100,11 @@ LINUX_DEFAULT_FOLDERS = { 'work': '/var/lib/letsencrypt', 'logs': '/var/log/letsencrypt', diff --git a/security/py-certbot/files/patch-certbot___internal_tests_cli__test.py b/security/py-certbot/files/patch-src-certbot-internal_tests-cli__test.py index c5c1cd41e898..d89ec8254b9e 100644 --- a/security/py-certbot/files/patch-certbot___internal_tests_cli__test.py +++ b/security/py-certbot/files/patch-src-certbot-internal_tests-cli__test.py @@ -1,5 +1,5 @@ ---- certbot/_internal/tests/cli_test.py.orig 2023-04-04 15:06:41 UTC -+++ certbot/_internal/tests/cli_test.py +--- src/certbot/_internal/tests/cli_test.py.orig 2023-04-04 15:06:41 UTC ++++ src/certbot/_internal/tests/cli_test.py @@ -1,6 +1,7 @@ """Tests for certbot._internal.cli.""" import argparse diff --git a/security/rubygem-brakeman/Makefile b/security/rubygem-brakeman/Makefile index d6bc6638c1a4..04ebef5157f1 100644 --- a/security/rubygem-brakeman/Makefile +++ b/security/rubygem-brakeman/Makefile @@ -1,5 +1,5 @@ PORTNAME= brakeman -PORTVERSION= 7.0.2 +PORTVERSION= 7.1.0 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-brakeman/distinfo b/security/rubygem-brakeman/distinfo index 6d9ca9bc8cd7..7a04b64597b1 100644 --- a/security/rubygem-brakeman/distinfo +++ b/security/rubygem-brakeman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289334 -SHA256 (rubygem/brakeman-7.0.2.gem) = b602d91bcec6c5ce4d4bc9e081e01f621c304b7a69f227d1e58784135f333786 -SIZE (rubygem/brakeman-7.0.2.gem) = 1709056 +TIMESTAMP = 1753265942 +SHA256 (rubygem/brakeman-7.1.0.gem) = bbc708a75a53008490c8b9600b97fa85cb3d5a8818dd1560f18e0b89475d48af +SIZE (rubygem/brakeman-7.1.0.gem) = 1689088 diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile index 10bcc15728a7..b484fcbd663c 100644 --- a/security/rubygem-gssapi/Makefile +++ b/security/rubygem-gssapi/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.3.1 CATEGORIES= security rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby FFI Library wrapper for GSSAPI WWW= https://github.com/zenchild/gssapi diff --git a/security/sudo-rs/Makefile b/security/sudo-rs/Makefile index 773a9fe74501..e609dff6e60f 100644 --- a/security/sudo-rs/Makefile +++ b/security/sudo-rs/Makefile @@ -1,6 +1,7 @@ PORTNAME= sudo-rs PORTVERSION= 0.2.7 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= marc@trifectatech.org diff --git a/security/sudo-rs/files/patch-src_system_mod.rs b/security/sudo-rs/files/patch-src_system_mod.rs new file mode 100644 index 000000000000..9474860f4b51 --- /dev/null +++ b/security/sudo-rs/files/patch-src_system_mod.rs @@ -0,0 +1,13 @@ +--- src/system/mod.rs.orig 2025-07-01 09:04:15 UTC ++++ src/system/mod.rs +@@ -802,8 +802,8 @@ impl Process { + + let ki_start = ki_proc[0].ki_start; + Ok(ProcessCreateTime::new( +- ki_start.tv_sec, +- ki_start.tv_usec * 1000, ++ (ki_start.tv_sec).into(), ++ (ki_start.tv_usec * 1000).into(), + )) + } + } diff --git a/security/sudo-rs/pkg-descr-coexist b/security/sudo-rs/pkg-descr-coexist new file mode 100644 index 000000000000..b77a949d55db --- /dev/null +++ b/security/sudo-rs/pkg-descr-coexist @@ -0,0 +1,4 @@ +Sudo-rs is a memory safe re-implementation of the sudo utility. + +Use this package to try out sudo-rs safely alongside security/sudo, using the +commands "sudo-rs" and "visudo-rs". diff --git a/security/tor/Makefile b/security/tor/Makefile index f57d6c95ee17..ce8c16da16df 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,5 +1,5 @@ PORTNAME= tor -DISTVERSION= 0.4.8.16 +DISTVERSION= 0.4.8.17 CATEGORIES= security net MASTER_SITES= TOR diff --git a/security/tor/distinfo b/security/tor/distinfo index 03f9a737f3ad..b6c151ad9fc0 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743437584 -SHA256 (tor-0.4.8.16.tar.gz) = 6540dd377a120fb8e7d27530aa3b7ff72a0fa5b4f670fe1d64c987c1cfd390cb -SIZE (tor-0.4.8.16.tar.gz) = 9930424 +TIMESTAMP = 1753369975 +SHA256 (tor-0.4.8.17.tar.gz) = 79b4725e1d4b887b9e68fd09b0d2243777d5ce3cd471e538583bcf6f9d8cdb56 +SIZE (tor-0.4.8.17.tar.gz) = 10073355 diff --git a/security/vault/Makefile b/security/vault/Makefile index 283d5526162a..e580485f92cd 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,6 @@ PORTNAME= vault DISTVERSIONPREFIX= v -DISTVERSION= 1.20.0 -PORTREVISION= 1 +DISTVERSION= 1.20.1 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui @@ -47,7 +46,7 @@ GROUPS= vault PLIST_FILES= bin/${PORTNAME} -GITID= 6fdd6b59e97d97a9e19b0fb5304bf879c190295e +GITID= b403b1a27c8db6038ffefb296d7be0962e08039d .include <bsd.port.pre.mk> diff --git a/security/vault/distinfo b/security/vault/distinfo index 8ae380ecfa61..4c4993013a29 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,17 +1,17 @@ -TIMESTAMP = 1751270126 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/go.mod) = 2ba77e161beb4cb09d49a8050c29c3f04e3eebdadfa6acc41c75adffec1305b7 -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/go.mod) = 30423 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/go.mod) = 4e249690767897bd2050076246927eef319d4b981711c44d1303a2e61b6a8b84 -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/go.mod) = 1686 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/approle/go.mod) = bd0424483d992f8909a0c581079a8cfe0418a83035cd64cad592da71aee024ec -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/approle/go.mod) = 1092 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/kubernetes/go.mod) = 031d60cabed3e3d38954745e59623cddd02a58c8c0616dd6b8f0834b6180b229 -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/kubernetes/go.mod) = 1095 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/userpass/go.mod) = 35297d2e71346bf96738f03f57a9ba0389a12267852dbc2bf0b6aa314d2274ab -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/api/auth/userpass/go.mod) = 1093 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/sdk/go.mod) = a3da120c91c4a0a9a2ad7e2fac36034da35a1527668359a6c9f19800aa88f2f1 -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/sdk/go.mod) = 6759 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/vault-web_ui-1.20.0.tar.gz) = 4bb7caa0ff55170fcc21de4e095ea8e0aa120f6b71ec7005fdc81f2ba6a3e36c -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/vault-web_ui-1.20.0.tar.gz) = 3586169 -SHA256 (go/security_vault/hashicorp-vault-v1.20.0_GH0/hashicorp-vault-v1.20.0_GH0.tar.gz) = 12e388d5aecdcef7fe24cd1a65964d3a643e952b659e6748d9a85767a4bda0f0 -SIZE (go/security_vault/hashicorp-vault-v1.20.0_GH0/hashicorp-vault-v1.20.0_GH0.tar.gz) = 41609921 +TIMESTAMP = 1753447248 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/go.mod) = c8f1b608608d7aa2d2d00b12f70708f660e2bccc3c42bfbafeac735f16182958 +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/go.mod) = 30389 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/go.mod) = c0d25838a7b72c0a5450c0c346e22eea9d24074c637f99e13941fd74980330e5 +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/go.mod) = 1659 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/approle/go.mod) = 94d14c8d7b0e143e5cda121829d639935bcd5bab9cc4961ca4ac432ec675a5b9 +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/approle/go.mod) = 1065 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/kubernetes/go.mod) = bb4af50f74cdf95fd886651b1911dff90e118c62270497102ce144f5c76c9b1d +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/kubernetes/go.mod) = 1068 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/userpass/go.mod) = e92fff72dd8294c27b29ba8fc653d28edf322d8f59d98258ea87691dd5777b56 +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/api/auth/userpass/go.mod) = 1066 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/sdk/go.mod) = a3da120c91c4a0a9a2ad7e2fac36034da35a1527668359a6c9f19800aa88f2f1 +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/sdk/go.mod) = 6759 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/vault-web_ui-1.20.1.tar.gz) = e1d18425e75765ec86e969dfa48a96b00efe6b49d5e645efc728bb53118ca02d +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/vault-web_ui-1.20.1.tar.gz) = 3586905 +SHA256 (go/security_vault/hashicorp-vault-v1.20.1_GH0/hashicorp-vault-v1.20.1_GH0.tar.gz) = 48b2accd96118c0c239019d7c6017cddebc7ef80ef1f8191d4836865e395302b +SIZE (go/security_vault/hashicorp-vault-v1.20.1_GH0/hashicorp-vault-v1.20.1_GH0.tar.gz) = 41636436 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index ee67769de466..c7ac72d660a0 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,887 @@ + <vuln vid="eed1a411-699b-11f0-91fe-000c295725e4"> + <topic>rubygem-resolv -- Possible denial of service</topic> + <affects> + <package> + <name>rubygem-resolv</name> + <range><lt>0.6.2</lt></range> + </package> + <package> + <name>ruby</name> + <range><ge>3.2.0.p1,1</ge><lt>3.2.9,1</lt></range> + <range><ge>3.3.0.p1,1</ge><lt>3.3.9,1</lt></range> + <range><ge>3.4.0.p1,1</ge><lt>3.4.5,1</lt></range> + <range><ge>3.5.0.p1,1</ge><lt>3.5.0.p2,1</lt></range> + </package> + <package> + <name>ruby32</name> + <range><lt>3.2.9,1</lt></range> + </package> + <package> + <name>ruby33</name> + <range><lt>3.3.9,1</lt></range> + </package> + <package> + <name>ruby34</name> + <range><lt>3.4.5,1</lt></range> + </package> + <package> + <name>ruby35</name> + <range><lt>3.5.0.p2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Manu reports:</p> + <blockquote cite="https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/"> + <p> + The vulnerability is caused by an insufficient check on + the length of a decompressed domain name within a DNS + packet. + </p> + <p> + An attacker can craft a malicious DNS packet containing a + highly compressed domain name. When the resolv library + parses such a packet, the name decompression process + consumes a large amount of CPU resources, as the library + does not limit the resulting length of the name. + </p> + <p> + This resource consumption can cause the application thread + to become unresponsive, resulting in a Denial of Service + condition. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-24294</cvename> + <url>https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/</url> + </references> + <dates> + <discovery>2025-07-08</discovery> + <entry>2025-07-25</entry> + </dates> + </vuln> + + <vuln vid="67c6461f-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1933572%2C1971116"> + <p>Memory safety bugs present in Firefox 140 and + Thunderbird 140. Some of these bugs showed evidence of + memory corruption and we presume that with enough effort + some of these could have been exploited to run arbitrary + code.</p> + <p>Focus incorrectly truncated URLs towards the beginning instead of + around the origin.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8044</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8044</url> + <cvename>CVE-2025-8043</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8043</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="62f1a68f-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1975058%2C1975058%2C1975998%2C1975998"> + <p>Memory safety bugs present in Firefox ESR 140.0, + Thunderbird ESR 140.0, Firefox 140 and Thunderbird 140. + Some of these bugs showed evidence of memory corruption and + we presume that with enough effort some of these could have + been exploited to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8040</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8040</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="6088905c-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Persisted search terms in the URL bar</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1970997"> + <p>In some cases search terms persisted in the URL bar even after + navigating away from the search page.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8039</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8039</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="5d91def0-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Ignored paths while checking navigations</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1808979"> + <p>Thunderbird ignored paths when checking the validity of + navigations in a frame.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8038</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8038</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="5abc2187-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- cookie shadowing</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1964767"> + <p>Setting a nameless cookie with an equals sign in the + value shadowed other cookies. Even if the nameless cookie + was set over HTTP and the shadowed cookie included the + `Secure` attribute.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8037</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8037</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="58027367-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- CORS circumvention</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1960834"> + <p>Thunderbird cached CORS preflight responses across IP + address changes. This allowed circumventing CORS with DNS + rebinding.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8036</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8036</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="55096bd3-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1975961%2C1975961%2C1975961"> + <p>Memory safety bugs present in Firefox ESR 128.12, + Thunderbird ESR 128.12, Firefox ESR 140.0, Thunderbird ESR + 140.0, Firefox 140 and Thunderbird 140. Some of these bugs + showed evidence of memory corruption and we presume that + with enough effort some of these could have been exploited + to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8035</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8035</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="4faa01cb-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.26</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1970422%2C1970422%2C1970422%2C1970422"> + <p>Memory safety bugs present in Firefox ESR 115.25, Firefox + ESR 128.12, Thunderbird ESR 128.12, Firefox ESR 140.0, + Thunderbird ESR 140.0, Firefox 140 and Thunderbird 140. Some + of these bugs showed evidence of memory corruption and we + presume that with enough effort some of these could have + been exploited to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8034</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8034</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="4d03efe7-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- nullptr dereference</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.26</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1973990"> + <p>The JavaScript engine did not handle closed generators + correctly and it was possible to resume them leading to a + nullptr deref.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8033</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8033</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="4a357f4b-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- XSLT document CSP bypass</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1974407"> + <p>XSLT document loading did not correctly propagate the + source document which bypassed its CSP.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8032</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8032</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="477e9eb3-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- HTTP Basic Authentication credentials leak</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1971719"> + <p>The `username:password` part was not correctly stripped + from URLs in CSP reports potentially leaking HTTP Basic + Authentication credentials.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8031</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8031</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="44b3048b-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Insufficient input escaping</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1968414"> + <p>Insufficient escaping in the Copy as cURL feature could + potentially be used to trick a user into executing + unexpected code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8030</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8030</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="419bcf99-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- 'javascript:' URLs execution</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1928021"> + <p>Thunderbird executed `javascript:` URLs when used in + `object` and `embed` tags.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8029</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8029</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="3e9406a7-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- Incorrect computation of branch address</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.26</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1971581"> + <p>On arm64, a WASM `br_table` instruction with a lot of + entries could lead to the label being too far from the + instruction causing truncation and incorrect computation of + the branch address.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8028</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8028</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="3c234220-685e-11f0-a12d-b42e991fc52e"> + <topic>Mozilla -- IonMonkey-JIT bad stack write</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>141.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.13</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>115.26</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>141.0</lt></range> + </package> + <package> + <name>thunderbird-esr</name> + <range><lt>140.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>128.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1968423"> + <p>On 64-bit platforms IonMonkey-JIT only wrote 32 bits of + the 64-bit return value space on the stack. Baseline-JIT, + however, read the entire 64 bits.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-8027</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-8027</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="3d4393b2-68a5-11f0-b2b4-589cfc10832a"> + <topic>gdk-pixbuf2 -- a heap buffer overflow</topic> + <affects> + <package> + <name>gdk-pixbuf2</name> + <range><lt>2.42.12_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cve@mitre.org reports:</p> + <blockquote cite="https://www.cve.org/CVERecord?id=CVE-2025-7345"> + <p>A flaw exists in gdk-pixbuf within the gdk_pixbuf__jpeg_image_load_increment + function (io-jpeg.c) and in glib’s g_base64_encode_step (glib/gbase64.c). + When processing maliciously crafted JPEG images, a heap buffer overflow can occur + during Base64 encoding, allowing out-of-bounds reads from heap memory, potentially + causing application crashes or arbitrary code execution.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-7345</cvename> + <url>https://www.cve.org/CVERecord?id=CVE-2025-7345</url> + </references> + <dates> + <discovery>2025-07-24</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="b3948bf3-685e-11f0-bff5-6805ca2fa271"> + <topic>powerdns-recursor -- cache pollution</topic> + <affects> + <package> + <name>powerdns-recursor</name> + <range><lt>5.2.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>PowerDNS Team reports:</p> + <blockquote cite="https://blog.powerdns.com/powerdns-security-advisory-2025-04"> + <p>An attacker spoofing answers to ECS enabled requests + sent out by the Recursor has a chance of success higher + than non-ECS enabled queries. The updated version include + various mitigations against spoofing attempts of ECS enabled + queries by chaining ECS enabled requests and enforcing + stricter validation of the received answers. The most strict + mitigation done when the new setting outgoing.edns_subnet_harden + (old style name edns-subnet-harden) is enabled.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-30192</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-30192</url> + </references> + <dates> + <discovery>2025-07-21</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="5683b3a7-683d-11f0-966e-2cf05da270f3"> + <topic>Gitlab -- vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <name>gitlab-ee</name> + <range><ge>18.2.0</ge><lt>18.2.1</lt></range> + <range><ge>18.1.0</ge><lt>18.1.3</lt></range> + <range><ge>15.0.0</ge><lt>18.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gitlab reports:</p> + <blockquote cite="https://about.gitlab.com/releases/2025/07/23/patch-release-gitlab-18-2-1-released/"> + <p>Cross-site scripting issue impacts Kubernetes Proxy in GitLab CE/EE</p> + <p>Cross-site scripting issue impacts Kubernetes Proxy in GitLab CE/EE using CDNs</p> + <p>Exposure of Sensitive Information to an Unauthorized Actor issue impacts GitLab CE/EE</p> + <p>Improper Access Control issue impacts GitLab EE</p> + <p>Exposure of Sensitive Information to an Unauthorized Actor issue impacts GitLab CE/EE</p> + <p>Improper Access Control issue impacts GitLab CE/EE</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-4700</cvename> + <cvename>CVE-2025-4439</cvename> + <cvename>CVE-2025-7001</cvename> + <cvename>CVE-2025-4976</cvename> + <cvename>CVE-2025-0765</cvename> + <cvename>CVE-2025-1299</cvename> + <url>https://about.gitlab.com/releases/2025/07/23/patch-release-gitlab-18-2-1-released/</url> + </references> + <dates> + <discovery>2025-07-23</discovery> + <entry>2025-07-24</entry> + </dates> + </vuln> + + <vuln vid="0f5bcba2-67fb-11f0-9ee5-b42e991fc52e"> + <topic>sqlite -- Integer Truncation on SQLite</topic> + <affects> + <package> + <name>sqlite3</name> + <range><lt>3.50.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cve-coordination@google.com reports:</p> + <blockquote cite="https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"> + <p>There exists a vulnerability in SQLite versions before + 3.50.2 where the number of aggregate terms could exceed the + number of columns available. This could lead to a memory + corruption issue.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-6965</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-6965</url> + </references> + <dates> + <discovery>2025-07-15</discovery> + <entry>2025-07-23</entry> + </dates> + </vuln> + <vuln vid="80411ba2-6729-11f0-a5cb-8c164580114f"> <topic>7-Zip -- Multi-byte write heap buffer overflow in NCompress::NRar5::CDecoder</topic> <affects> diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 9e3fd774c15b..935ced4b2c52 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,21 +1,16 @@ -# Please keep the commented variables for now, as we will need them once -# the first patchset is released - PORTNAME= bash -#PATCHLEVEL= 0 -#PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} -PORTVERSION= 5.3 -PORTREVISION= 1 +PATCHLEVEL= 3 +PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} CATEGORIES= shells MASTER_SITES= GNU -#DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTNAME= ${PORTNAME}-${PORTVERSION:R} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -#PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/ -#PATCHFILES!= /usr/bin/jot -s " " -w \ -# ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ -# ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/ +PATCHFILES!= /usr/bin/jot -s " " -w \ + ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU Project's Bourne Again SHell @@ -55,6 +50,7 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls # Needs readline 8.3 +# See: 288208, 288207 #PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline #PORTS_READLINE_USES= readline #PORTS_READLINE_CONFIGURE_WITH= installed-readline diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 76fc988fea91..8f4e70675d11 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1751628977 +TIMESTAMP = 1753425083 SHA256 (bash/bash-5.3.tar.gz) = 62dd49c44c399ed1b3f7f731e87a782334d834f08e098a35f2c87547d5dbb269 SIZE (bash/bash-5.3.tar.gz) = 11354270 +SHA256 (bash/bash53-001) = 1f608434364af86b9b45c8b0ea3fb3b165fb830d27697e6cdfc7ac17dee3287f +SIZE (bash/bash53-001) = 1531 +SHA256 (bash/bash53-002) = e385548a00130765ec7938a56fbdca52447ab41fabc95a25f19ade527e282001 +SIZE (bash/bash53-002) = 2635 +SHA256 (bash/bash53-003) = f245d9c7dc3f5a20d84b53d249334747940936f09dc97e1dcb89fc3ab37d60ed +SIZE (bash/bash53-003) = 2683 diff --git a/sysutils/Makefile b/sysutils/Makefile index 71f54d6d986c..462e392d721f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -81,6 +81,7 @@ SUBDIR += b3sum SUBDIR += b43-fwcutter SUBDIR += backdown + SUBDIR += backrest SUBDIR += backuppc SUBDIR += backuppc-devel SUBDIR += backuppc4 diff --git a/sysutils/backrest/Makefile b/sysutils/backrest/Makefile new file mode 100644 index 000000000000..63c07a5797a9 --- /dev/null +++ b/sysutils/backrest/Makefile @@ -0,0 +1,60 @@ +PORTNAME= backrest +DISTVERSIONPREFIX= v +DISTVERSION= 1.8.1 +CATEGORIES= sysutils +MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Web UI and orchestrator for restic backup +WWW= https://garethgeorge.github.io/${PORTNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= restic>=0:sysutils/restic + +USES= go:modules +USE_RC_SUBR= ${PORTNAME} + +GO_MODULE= github.com/garethgeorge/${PORTNAME} +GO_TARGET= ./cmd/backrest +GO_BUILDFLAGS= -ldflags "\ + -X 'main.version=${DISTVERSIONPREFIX}${DISTVERSION}' \ + -X 'main.commit=${GITID}' \ + -X 'main.date=${BUILD_DATE}'" + +SUB_FILES= ${PORTNAME}.env pkg-message +SUB_LIST= HOMEDIR=${BACKREST_HOMEDIR} \ + USER=${BACKREST_USER} + +PLIST_FILES= "@dir(${BACKREST_USER},${BACKREST_GROUP},0700) ${BACKREST_HOMEDIR}" \ + "@sample ${ETCDIR}/config.env.sample" \ + bin/${PORTNAME} + +OPTIONS_DEFINE= RCLONE +OPTIONS_DEFAULT= RCLONE + +RCLONE_DESC= Cloud storage support +RCLONE_RUN_DEPENDS= rclone>=0:net/rclone + +# Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' +# in the Backrest repository to get the value of GITID. +GITID= 7a5030bb00f113170e1c09c45a4f2034a13a2809 + +BUILD_DATE= $$(date -u '+%Y-%m-%dT%H:%M:%SZ') + +BACKREST_HOMEDIR= /var/db/${PORTNAME} +BACKREST_USER= www +BACKREST_GROUP= ${BACKREST_USER} + +pre-build: + @${MKDIR} ${WRKSRC}/webui/dist + @cd ${WRKDIR}/backrest-frontend && ${COPYTREE_SHARE} . ${WRKSRC}/webui/dist + +post-install: + @${MKDIR} ${STAGEDIR}${BACKREST_HOMEDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.env ${STAGEDIR}${ETCDIR}/config.env.sample + +.include <bsd.port.mk> diff --git a/sysutils/backrest/distinfo b/sysutils/backrest/distinfo new file mode 100644 index 000000000000..391370b10d11 --- /dev/null +++ b/sysutils/backrest/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1753297204 +SHA256 (go/sysutils_backrest/backrest-v1.8.1/backrest-v1.8.1.frontend.tar.gz) = ef4a66361180b5e7a28b074dd2d4dfcfaf84b8d0a3b14096a5e728ec1bd0822c +SIZE (go/sysutils_backrest/backrest-v1.8.1/backrest-v1.8.1.frontend.tar.gz) = 3944938 +SHA256 (go/sysutils_backrest/backrest-v1.8.1/v1.8.1.mod) = 37cfec3fd55a330cb6bd88ceffa7a4cfd4950678f93ab668656ec3d3aa9185cd +SIZE (go/sysutils_backrest/backrest-v1.8.1/v1.8.1.mod) = 3731 +SHA256 (go/sysutils_backrest/backrest-v1.8.1/v1.8.1.zip) = a85ba42c616ad3c1e8ad933314a6d2d1a6bc2f77e25bf935708742e8053668df +SIZE (go/sysutils_backrest/backrest-v1.8.1/v1.8.1.zip) = 775308 diff --git a/sysutils/backrest/files/backrest.env.in b/sysutils/backrest/files/backrest.env.in new file mode 100644 index 000000000000..27aa64d770f8 --- /dev/null +++ b/sysutils/backrest/files/backrest.env.in @@ -0,0 +1,3 @@ +BACKREST_DATA=%%HOMEDIR%% +BACKREST_CONFIG=%%HOMEDIR%%/config.json +XDG_CACHE_HOME=%%HOMEDIR%%/cache diff --git a/sysutils/backrest/files/backrest.in b/sysutils/backrest/files/backrest.in new file mode 100644 index 000000000000..5c709b0b2e12 --- /dev/null +++ b/sysutils/backrest/files/backrest.in @@ -0,0 +1,35 @@ +#!/bin/sh + +# PROVIDE: backrest +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Configuration settings for backrest in /etc/rc.conf +# +# backrest_enable (bool): Enable backrest. (Default=NO) +# backrest_env_file (str): Path containing the environment variables +# to be used by backrest. (Default: %%ETCDIR%%/config.env) +# backrest_logfile (str): Log file used to store the backrest's output. (Default: /var/log/backrest.log) +# backrest_pidfile (str): File used by backrest to store the process ID. (Default: /var/run/backrest.pid) +# backrest_runas (str): User to run backrest as. (Default: %%USER%%) + +. /etc/rc.subr + +name="backrest" +desc="Web UI and orchestrator for restic backup" +rcvar="backrest_enable" + +load_rc_config $name + +: ${backrest_enable:="NO"} +: ${backrest_env_file:="%%ETCDIR%%/config.env"} +: ${backrest_logfile:="/var/log/backrest.log"} +: ${backrest_pidfile:="/var/run/backrest.pid"} +: ${backrest_runas:="%%USER%%"} + +pidfile="${backrest_pidfile}" +procname="%%LOCALBASE%%/bin/backrest" +command="/usr/sbin/daemon" +command_args="-o '${backrest_logfile}' -p '${pidfile}' -u '${backrest_runas}' -t '${desc}' -- '${procname}'" + +run_rc_command "$1" diff --git a/sysutils/backrest/files/pkg-message.in b/sysutils/backrest/files/pkg-message.in new file mode 100644 index 000000000000..675cdb673e90 --- /dev/null +++ b/sysutils/backrest/files/pkg-message.in @@ -0,0 +1,11 @@ +[ +{ type: install + message: <<EOM +By default, Backrest runs as '%%USER%%', which can be problematic if you want +to restore files in a directory where that user does not have write permissions. +You can change the user that Backrest runs as using 'backrest_runas' in your +'rc.conf(5)' file or create a directory and chown(8)s into it. The latter is +the recommended method. +EOM +} +] diff --git a/sysutils/backrest/pkg-descr b/sysutils/backrest/pkg-descr new file mode 100644 index 000000000000..3cdd05ec8b4f --- /dev/null +++ b/sysutils/backrest/pkg-descr @@ -0,0 +1,5 @@ +Backrest is a web-accessible backup solution built on top of restic. +Backrest provides a WebUI which wraps the restic CLI and makes it +easy to create repos, browse snapshots, and restore files. Additionally, +Backrest can run in the background and take an opinionated approach +to scheduling snapshots and orchestrating repo health operations. diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index 626f0b297477..f412ab8ff4c8 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 61d976492b04..f4edbd89a2a9 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752372561 -SHA256 (alonsobsd-bhyvemgr-v1.7.0_GH0.tar.gz) = e1b7d5cdc6bdadcaf27dafd233e122a8f5b977c1dd41a8d1515e0b48829341cf -SIZE (alonsobsd-bhyvemgr-v1.7.0_GH0.tar.gz) = 259005 +TIMESTAMP = 1753305219 +SHA256 (alonsobsd-bhyvemgr-v1.7.1_GH0.tar.gz) = 4f855cb93c648c0f49d15f8bb9d7b0af113cd813c5ee825c6c74c5990ab5b0e7 +SIZE (alonsobsd-bhyvemgr-v1.7.1_GH0.tar.gz) = 258797 diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 3caa666e902e..a49c295728c2 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,6 @@ PORTNAME= consul DISTVERSIONPREFIX= v -DISTVERSION= 1.21.2 -PORTREVISION= 1 +DISTVERSION= 1.21.3 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ @@ -44,7 +43,7 @@ CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} -GITID= 136b9cb +GITID= 24bf2b6 # Bring DISTINFO_FILE into scope so we can get the timestamp. .include <bsd.port.pre.mk> diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index 10129bda165b..ec27070f0f9c 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1751268928 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/go.mod) = 2aec5f58096e083b3325fac1856ddd870e5a17effd1a083456cc10cb7f1d69c5 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/go.mod) = 15152 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/api/go.mod) = 9fff374658098feeb57cbea88e2623b5e68dc408f7e86f1634757c6e144754a0 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/api/go.mod) = 1870 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/envoyextensions/go.mod) = b5e94d769153736b6790d0c496fa2d309c077fb26b28b8b004b3b0fd607c0691 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/envoyextensions/go.mod) = 2072 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/proto-public/go.mod) = f004a9e34976868d8042ed6b7b2542bb953327001507c0ccb66597bde3a6a8b1 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/proto-public/go.mod) = 391 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/sdk/go.mod) = 483636bc2972b7632fc5e943b4d158878a3e9d812ff776377ed38ab6bf564f31 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/sdk/go.mod) = 823 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/troubleshoot/go.mod) = 9e1754ea7c71650416e3a5f349229863cff97c6d8bc0e45585beb20c91ca7e5f -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/troubleshoot/go.mod) = 2848 -SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/hashicorp-consul-v1.21.2_GH0.tar.gz) = 1a822af9943400ca7a057e14f356ed191271ca0e8d28286ad8c856966e535221 -SIZE (go/sysutils_consul/hashicorp-consul-v1.21.2_GH0/hashicorp-consul-v1.21.2_GH0.tar.gz) = 50661867 +TIMESTAMP = 1753445538 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/go.mod) = 912c2742752abcf92901715fe47f0c1898570a20d6af3536a694bacbe4cb75d8 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/go.mod) = 15203 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/api/go.mod) = 9fff374658098feeb57cbea88e2623b5e68dc408f7e86f1634757c6e144754a0 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/api/go.mod) = 1870 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/envoyextensions/go.mod) = b5e94d769153736b6790d0c496fa2d309c077fb26b28b8b004b3b0fd607c0691 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/envoyextensions/go.mod) = 2072 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/proto-public/go.mod) = f004a9e34976868d8042ed6b7b2542bb953327001507c0ccb66597bde3a6a8b1 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/proto-public/go.mod) = 391 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/sdk/go.mod) = 483636bc2972b7632fc5e943b4d158878a3e9d812ff776377ed38ab6bf564f31 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/sdk/go.mod) = 823 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/troubleshoot/go.mod) = 9e1754ea7c71650416e3a5f349229863cff97c6d8bc0e45585beb20c91ca7e5f +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/troubleshoot/go.mod) = 2848 +SHA256 (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/hashicorp-consul-v1.21.3_GH0.tar.gz) = 6b90fcd9a05a3a7f2a199af00126c99dee4b9f061b4e6f36d9e5cd4d6a0b6551 +SIZE (go/sysutils_consul/hashicorp-consul-v1.21.3_GH0/hashicorp-consul-v1.21.3_GH0.tar.gz) = 50634951 diff --git a/sysutils/ddrescueview/Makefile b/sysutils/ddrescueview/Makefile index f0a2aee02279..1a7ee5db8c1f 100644 --- a/sysutils/ddrescueview/Makefile +++ b/sysutils/ddrescueview/Makefile @@ -1,6 +1,6 @@ PORTNAME= ddrescueview PORTVERSION= 0.4.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/Test%20builds/v${PORTVERSION}/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/sysutils/deskflow/Makefile b/sysutils/deskflow/Makefile index 08a46a73cdf5..131071c2eaf5 100644 --- a/sysutils/deskflow/Makefile +++ b/sysutils/deskflow/Makefile @@ -1,6 +1,6 @@ PORTNAME= deskflow DISTVERSIONPREFIX= v -DISTVERSION= 1.22.0 +DISTVERSION= 1.23.0 CATEGORIES= sysutils PATCH_SITES= https://github.com/deskflow/deskflow/commit/ diff --git a/sysutils/deskflow/distinfo b/sysutils/deskflow/distinfo index 35b5888d9a89..b527e95c1d6c 100644 --- a/sysutils/deskflow/distinfo +++ b/sysutils/deskflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748568743 -SHA256 (deskflow-deskflow-v1.22.0_GH0.tar.gz) = 5ff6df6ba743b9a12b1fee408640916ef6940295115d58db10dd5aa013a0c1f3 -SIZE (deskflow-deskflow-v1.22.0_GH0.tar.gz) = 1855676 +TIMESTAMP = 1753340577 +SHA256 (deskflow-deskflow-v1.23.0_GH0.tar.gz) = c1f045174859642775bdff70e8732edc3b2bd815bdd16a2e9cd5ce9f420e1289 +SIZE (deskflow-deskflow-v1.23.0_GH0.tar.gz) = 1825112 diff --git a/sysutils/deskflow/pkg-plist b/sysutils/deskflow/pkg-plist index f4ddfb7643dd..11b518d2a0bd 100644 --- a/sysutils/deskflow/pkg-plist +++ b/sysutils/deskflow/pkg-plist @@ -13,6 +13,10 @@ share/metainfo/org.deskflow.deskflow.metainfo.xml %%PORTDOCS%%%%DOCSDIR%%/html/bc_sd.png %%PORTDOCS%%%%DOCSDIR%%/html/bdwn.png %%PORTDOCS%%%%DOCSDIR%%/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/html/dir_83f32da3f269998cf58197fe4dbd314a.html +%%PORTDOCS%%%%DOCSDIR%%/html/dir_83f32da3f269998cf58197fe4dbd314a_dep.map +%%PORTDOCS%%%%DOCSDIR%%/html/dir_83f32da3f269998cf58197fe4dbd314a_dep.md5 +%%PORTDOCS%%%%DOCSDIR%%/html/dir_83f32da3f269998cf58197fe4dbd314a_dep.png %%PORTDOCS%%%%DOCSDIR%%/html/dir_e68e8157741866f444e17edd764ebbae.html %%PORTDOCS%%%%DOCSDIR%%/html/doc.png %%PORTDOCS%%%%DOCSDIR%%/html/docd.png @@ -26,7 +30,7 @@ share/metainfo/org.deskflow.deskflow.metainfo.xml %%PORTDOCS%%%%DOCSDIR%%/html/graph_legend.png %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/md_doc_configuration.html +%%PORTDOCS%%%%DOCSDIR%%/html/md_doc_user_configuration.html %%PORTDOCS%%%%DOCSDIR%%/html/menu.js %%PORTDOCS%%%%DOCSDIR%%/html/menudata.js %%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png diff --git a/sysutils/logwatch/Makefile b/sysutils/logwatch/Makefile index cd053e2ba376..c9f09d893f6e 100644 --- a/sysutils/logwatch/Makefile +++ b/sysutils/logwatch/Makefile @@ -1,6 +1,5 @@ PORTNAME= logwatch -DISTVERSION= 7.12 -PORTREVISION= 1 +DISTVERSION= 7.13 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${DISTVERSION} @@ -11,8 +10,6 @@ WWW= https://www.logwatch.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-HTML-HTML5-Entities>=0:textproc/p5-HTML-HTML5-Entities - USES= perl5 shebangfix USE_PERL5= run @@ -23,6 +20,8 @@ MAKE_ENV+= SITE_PERL_REL=${SITE_PERL_REL} NO_ARCH= yes NO_BUILD= yes +SUB_FILES= pkg-message + PORTDOCS= HOWTO-Customize-LogWatch README OPTIONS_DEFINE= DATEMANIP DOCS diff --git a/sysutils/logwatch/distinfo b/sysutils/logwatch/distinfo index b2e22f5076c4..ad7668fb216c 100644 --- a/sysutils/logwatch/distinfo +++ b/sysutils/logwatch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737538100 -SHA256 (logwatch-7.12.tar.gz) = 9b87f3f1122d4b6c9b3d77faca40ab98452225cae50019aad761ebd6b01b84d8 -SIZE (logwatch-7.12.tar.gz) = 509278 +TIMESTAMP = 1753253303 +SHA256 (logwatch-7.13.tar.gz) = 0c9a10c2d8e5bc0cb10e16dc86c83be60d71d8a52b97bca785c64a30ed642839 +SIZE (logwatch-7.13.tar.gz) = 514042 diff --git a/sysutils/logwatch/files/Makefile b/sysutils/logwatch/files/Makefile index e0ee30944e2b..319d76411983 100644 --- a/sysutils/logwatch/files/Makefile +++ b/sysutils/logwatch/files/Makefile @@ -3,7 +3,7 @@ PREFIX?=/usr/local/${PORTNAME} ETCDIR?=${PREFIX}/etc/${PORTNAME} LIBDIR?=${PREFIX}/lib/${PORTNAME} LIBEXECDIR?=${PREFIX}/libexec/${PORTNAME} -CACHEDIR?=${PREFIX}/var/${PORTNAME} +CACHEDIR?=/var/cache/${PORTNAME} MANDIR?=${PREFIX}/share/man MAN8DIR?=${MANDIR}/man8 SITE_PERL= ${PREFIX}/${SITE_PERL_REL} diff --git a/sysutils/logwatch/files/patch-scripts_logwatch.pl b/sysutils/logwatch/files/patch-scripts_logwatch.pl index c6c084f83529..be8b4c9a1faa 100644 --- a/sysutils/logwatch/files/patch-scripts_logwatch.pl +++ b/sysutils/logwatch/files/patch-scripts_logwatch.pl @@ -1,29 +1,6 @@ ---- scripts/logwatch.pl.orig 2024-11-30 10:53:34 UTC +--- scripts/logwatch.pl.orig 2025-07-21 23:56:15 UTC +++ scripts/logwatch.pl -@@ -61,11 +61,11 @@ use POSIX qw(uname strftime); - # SET LIBS, GLOBALS, and DEFAULTS - use Getopt::Long; - use POSIX qw(uname strftime); --use HTML::Entities qw(encode_entities); -+use HTML::HTML5::Entities qw(encode_entities); - use File::Temp qw/ tempdir /; - use Cwd; - --eval "use lib \"$BaseDir/lib\";"; -+ - eval "use Logwatch \':dates\'"; - - my (%Config, @ServiceList, @LogFileList, %ServiceData, %LogFileData); -@@ -90,7 +90,7 @@ $Config{'archives'} = 1; - $Config{'range'} = "yesterday"; - $Config{'debug'} = 0; - $Config{'archives'} = 1; --$Config{'tmpdir'} = "/var/cache/logwatch"; -+$Config{'tmpdir'} = "/usr/local/var/logwatch"; - $Config{'numeric'} = 0; - $Config{'pathtocat'} = "cat"; - $Config{'pathtozcat'} = "zcat"; -@@ -107,20 +107,20 @@ $Config{'appendcwdtologdirs'} = 0; +@@ -106,20 +106,20 @@ $Config{'appendcwdtologdirs'} = 0; $Config{'appendvarlogtologdirs'} = 1; $Config{'appendcwdtologdirs'} = 0; @@ -54,7 +31,7 @@ } #Added to create switches for different os options -mgt -@@ -158,10 +158,10 @@ if ($Config{'debug'} > 8) { +@@ -157,10 +157,10 @@ if ($Config{'debug'} > 8) { @ReadConfigNames = (); @ReadConfigValues = (); @@ -69,7 +46,7 @@ for (my $i = 0; $i <= $#ReadConfigNames; $i++) { -@@ -351,7 +351,7 @@ my (@CmdList, @CmdArgList, @Separators, $ThisFile, $co +@@ -350,7 +350,7 @@ my (@CmdList, @CmdArgList, @Separators, $ThisFile, $co my (@CmdList, @CmdArgList, @Separators, $ThisFile, $count); @@ -78,7 +55,7 @@ if (-d "$ServicesDir/services") { opendir(SERVICESDIR, "$ServicesDir/services") or die "$ServicesDir $!"; -@@ -375,13 +375,13 @@ foreach my $f (@services) { +@@ -374,13 +374,13 @@ foreach my $f (@services) { @ReadConfigValues = (); @Separators = (); push (@Separators, scalar(@ReadConfigNames)); @@ -96,7 +73,7 @@ @CmdList = (); @CmdArgList = (); -@@ -420,7 +420,7 @@ my @logfiles = (); +@@ -419,7 +419,7 @@ my @logfiles = (); # Find out what logfiles are defined... my @logfiles = (); @@ -105,7 +82,7 @@ if (-d "$LogfilesDir/logfiles") { opendir(LOGFILEDIR, "$LogfilesDir/logfiles") or die "$LogfilesDir $!"; -@@ -441,13 +441,13 @@ for $ThisFile (@logfiles) { +@@ -440,13 +440,13 @@ for $ThisFile (@logfiles) { @ReadConfigValues = (); @Separators = (); push (@Separators, scalar(@ReadConfigNames)); @@ -123,7 +100,7 @@ @CmdList = (); @CmdArgList = (); -@@ -738,7 +738,7 @@ foreach $LogFile (@LogFileList) { +@@ -737,7 +737,7 @@ foreach $LogFile (@LogFileList) { foreach $LogFile (@LogFileList) { next if ($LogFile eq 'none'); if (!defined($LogFileData{$LogFile}{'logfiles'})) { @@ -132,9 +109,12 @@ next; } -@@ -1305,16 +1305,16 @@ sub parselogs { +@@ -1302,18 +1302,14 @@ sub parselogs { + sub parselogs { + my $Service; - #Load our ignore file order is [assume normal install] /etc/conf, /usr/share/logwatch/dist.conf and then default.conf -mgt +- #Load our ignore file order is [assume normal install] /etc/conf, /usr/share/logwatch/dist.conf and then default.conf -mgt ++ #Load our ignore file order is [assume normal install] /etc/logwatch and then /etc/logwatch/defaults -mgt my @IGNORE; - if ( -e "$ConfigDir/conf/ignore.conf") { - open( IGNORE, "$ConfigDir/conf/ignore.conf" ) or return undef; @@ -144,10 +124,8 @@ close IGNORE; - } elsif ( -e "$BaseDir/dist.conf/ignore.conf") { - open( IGNORE, "$BaseDir/dist.conf/ignore.conf" ) or return undef; -+ } elsif ( -e "$ConfigDir/defaults/ignore.conf") { -+ open( IGNORE, "$ConfigDir/defaults/ignore.conf" ) or return undef; - @IGNORE = grep {!/(^#|^\s+$)/} <IGNORE>; - close IGNORE; +- @IGNORE = grep {!/(^#|^\s+$)/} <IGNORE>; +- close IGNORE; - } elsif ( -e "$BaseDir/default.conf/ignore.conf") { - open( IGNORE, "$BaseDir/default.conf/ignore.conf" ) or return undef; + } elsif ( -e "$ConfigDir/defaults/ignore.conf") { diff --git a/sysutils/logwatch/files/patch-scripts_services_syslog-ng b/sysutils/logwatch/files/patch-scripts_services_syslog-ng deleted file mode 100644 index 168694c4e84b..000000000000 --- a/sysutils/logwatch/files/patch-scripts_services_syslog-ng +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/services/syslog-ng.orig 2024-11-19 14:07:57.207167000 +0100 -+++ scripts/services/syslog-ng 2024-12-26 10:49:42.400462000 +0100 -@@ -35,7 +35,7 @@ - - #use warnings; - use strict; --use HTML::Entities qw(encode_entities); -+use HTML::HTML5::Entities qw(encode_entities); - - my $Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0; - my $Version = "1.4-20130219"; diff --git a/sysutils/logwatch/files/pkg-message.in b/sysutils/logwatch/files/pkg-message.in new file mode 100644 index 000000000000..c885cea0b304 --- /dev/null +++ b/sysutils/logwatch/files/pkg-message.in @@ -0,0 +1,20 @@ +[ +{ + type: upgrade + message: <<EOM + +Important changes in logwatch-7.13: + + - temporary data is now stored in /var/cache/logwatch + (you can remove /usr/local/var/logwatch, now) + + - ability to deal with FBSD's <facility.severity> patterns in logfiles, if activated + + - improvement of the dovecot script and conf files + (allow granular detail options like the ones for postfix script) + + - postfix script detects modified 3.10+ log entries, now + +EOM +} +] diff --git a/sysutils/logwatch/pkg-plist b/sysutils/logwatch/pkg-plist index 5c633bdda415..8118f2dc6f91 100644 --- a/sysutils/logwatch/pkg-plist +++ b/sysutils/logwatch/pkg-plist @@ -1,7 +1,7 @@ +@dir /var/cache/logwatch @dir etc/logwatch/html @dir etc/logwatch/logfiles @dir etc/logwatch/services -@dir var/logwatch %%ETCDIR%%/defaults/html/footer.html %%ETCDIR%%/defaults/html/header.html %%ETCDIR%%/defaults/ignore.conf diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index ec42a3e1f9cc..9116ed9d33b1 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,6 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2025.7.20 +DISTVERSION= 2025.7.21 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 3b909f9efb4b..35c5f1b51ff6 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1753243791 +TIMESTAMP = 1753352584 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -1403,5 +1403,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (jdx-mise-v2025.7.20_GH0.tar.gz) = 6f02eb16e77b9ef6a4fd344f2911fc49643d5e51bb132407b2108e973e1f360a -SIZE (jdx-mise-v2025.7.20_GH0.tar.gz) = 4345790 +SHA256 (jdx-mise-v2025.7.21_GH0.tar.gz) = 8bcfb21cf0032c0f348e9d06ddd4e6fae9a5cea80ed271e91239cc45f928d40a +SIZE (jdx-mise-v2025.7.21_GH0.tar.gz) = 4350331 diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index 4dbc41b1a82d..15803ab66378 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -1,5 +1,5 @@ PORTNAME= bundler -PORTVERSION= 2.6.9 +PORTVERSION= 2.7.1 PORTEPOCH= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bundler/distinfo b/sysutils/rubygem-bundler/distinfo index d8e2b0776d56..3f2bbbb8d4a2 100644 --- a/sysutils/rubygem-bundler/distinfo +++ b/sysutils/rubygem-bundler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747716438 -SHA256 (rubygem/bundler-2.6.9.gem) = a25675ffbd055ae1186766cc1e120b4cf62588e88abb59b99c57e22b1c55c9eb -SIZE (rubygem/bundler-2.6.9.gem) = 455168 +TIMESTAMP = 1753265962 +SHA256 (rubygem/bundler-2.7.1.gem) = 0ad5a002a879776b2a98be652f557ac8731be3353612d63fa4ef1b2706dc1e0b +SIZE (rubygem/bundler-2.7.1.gem) = 456192 diff --git a/sysutils/rubygem-httplog/Makefile b/sysutils/rubygem-httplog/Makefile index ef276d3d8f51..82109e401fb1 100644 --- a/sysutils/rubygem-httplog/Makefile +++ b/sysutils/rubygem-httplog/Makefile @@ -1,5 +1,5 @@ PORTNAME= httplog -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-httplog/distinfo b/sysutils/rubygem-httplog/distinfo index 78844d0d69aa..25efe4439593 100644 --- a/sysutils/rubygem-httplog/distinfo +++ b/sysutils/rubygem-httplog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718580370 -SHA256 (rubygem/httplog-1.7.0.gem) = 892c959888961cb1e163f03f09e34b912efafa3c018ae262aaabf9585d231625 -SIZE (rubygem/httplog-1.7.0.gem) = 17408 +TIMESTAMP = 1753265964 +SHA256 (rubygem/httplog-1.7.1.gem) = 5ec90466e8a76f76f9107ea52adf7fe852c2de5bdcdbdb0d70776cc48df18bf8 +SIZE (rubygem/httplog-1.7.1.gem) = 17408 diff --git a/sysutils/rubygem-winrm/Makefile b/sysutils/rubygem-winrm/Makefile index 3fcefa2a04f4..8eea7f574ea6 100644 --- a/sysutils/rubygem-winrm/Makefile +++ b/sysutils/rubygem-winrm/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.3.9 CATEGORIES= sysutils rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for Windows Remote Management WWW= https://github.com/WinRb/WinRM diff --git a/sysutils/storcli/Makefile b/sysutils/storcli/Makefile index ee5d409c9b93..b13aad0143a1 100644 --- a/sysutils/storcli/Makefile +++ b/sysutils/storcli/Makefile @@ -1,8 +1,8 @@ PORTNAME= storcli -DISTVERSION= 7.3006 +DISTVERSION= 7.3404 CATEGORIES= sysutils -MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p31/ -DISTNAME= STORCLI_SAS3.5_P31 +MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/ +DISTNAME= STORCLI_SAS3.5_P35 MAINTAINER= takefu@airport.fm COMMENT= SAS MegaRAID FreeBSD StorCLI diff --git a/sysutils/storcli/distinfo b/sysutils/storcli/distinfo index 17a072c0152d..84e1c9277fa5 100644 --- a/sysutils/storcli/distinfo +++ b/sysutils/storcli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721693528 -SHA256 (STORCLI_SAS3.5_P31.zip) = 49dcd9e7a3c85327b0fa08772a0965bd5c03552c045d9dbfd96c8381749ee943 -SIZE (STORCLI_SAS3.5_P31.zip) = 37385652 +TIMESTAMP = 1753392843 +SHA256 (STORCLI_SAS3.5_P35.zip) = 4e4e8b7dade6b34a6814a32020050c40912af140d0058bc9f6d14d985548aba8 +SIZE (STORCLI_SAS3.5_P35.zip) = 40373662 diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index 38521e3812cb..d7e40afd55b4 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.4.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Vagrant Virtual Machine Manager WWW= https://www.vagrantup.com/ diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index 728645ba0704..4d1bd3702b25 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -1,11 +1,13 @@ PORTNAME= augeas DISTVERSION= 1.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://github.com/hercules-team/augeas/releases/download/release-${DISTVERSION}/ -PATCH_SITES= https://github.com/hercules-team/augeas/commit/ +PATCH_SITES= https://github.com/hercules-team/augeas/commit/ \ + https://github.com/hercules-team/augeas/pull/ PATCHFILES+= 7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch:-p1 # https://github.com/hercules-team/augeas/pull/792 +PATCHFILES+= 863.patch:-p1 # https://github.com/hercules-team/augeas/pull/863 MAINTAINER= puppet@FreeBSD.org COMMENT= Configuration editing tool diff --git a/textproc/augeas/distinfo b/textproc/augeas/distinfo index da7e25700d38..e6e5ad0be998 100644 --- a/textproc/augeas/distinfo +++ b/textproc/augeas/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1683741338 +TIMESTAMP = 1753321317 SHA256 (augeas-1.14.0.tar.gz) = 8c101759ca3d504bd1d805e70e2f615fa686af189dd7cf0529f71d855c087df1 SIZE (augeas-1.14.0.tar.gz) = 2651463 SHA256 (7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch) = 08b0dbf7f303cd7cb341e2dff13f9b5df7042c2171dcfc89ed00d1d8f4886983 SIZE (7b26cbb74ed634d886ed842e3d5495361d8fd9b1.patch) = 1239 +SHA256 (863.patch) = 7e54e1f98d470c78b297b9e964c88803ff1ac7c290d5eb39e794c2983c238635 +SIZE (863.patch) = 18596 diff --git a/textproc/augeas/files/patch-lenses_rsyslog.aug b/textproc/augeas/files/patch-lenses_rsyslog.aug new file mode 100644 index 000000000000..ee9c839c647a --- /dev/null +++ b/textproc/augeas/files/patch-lenses_rsyslog.aug @@ -0,0 +1,11 @@ +--- lenses/rsyslog.aug.orig 2025-07-24 03:58:56.131711000 +0200 ++++ lenses/rsyslog.aug 2025-07-24 03:59:27.793860000 +0200 +@@ -109,6 +109,8 @@ + + let filter = incl "/etc/rsyslog.conf" + . incl "/etc/rsyslog.d/*" ++ . incl "/usr/local/etc/rsyslog.conf" ++ . incl "/usr/local/etc/rsyslog.d/*" + . Util.stdexcl + + let xfm = transform lns filter diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 08bddb4e071f..591d75ba5409 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,7 +1,6 @@ PORTNAME= consul-template DISTVERSIONPREFIX= v -DISTVERSION= 0.41.0 -PORTREVISION= 1 +DISTVERSION= 0.41.1 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/consul-template/distinfo b/textproc/consul-template/distinfo index 66b1592d5e3e..c5c75761dc1e 100644 --- a/textproc/consul-template/distinfo +++ b/textproc/consul-template/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749699690 -SHA256 (go/textproc_consul-template/consul-template-v0.41.0/v0.41.0.mod) = e4351293c487af6efbb1a98483c82cfeefb84b16f0bf9ac57ba6a1066fa34644 -SIZE (go/textproc_consul-template/consul-template-v0.41.0/v0.41.0.mod) = 2867 -SHA256 (go/textproc_consul-template/consul-template-v0.41.0/v0.41.0.zip) = 679d2ac310d639ce2b3f20b29677afb499d9560481a744f10f15bd7ca9bfa981 -SIZE (go/textproc_consul-template/consul-template-v0.41.0/v0.41.0.zip) = 414786 +TIMESTAMP = 1753445756 +SHA256 (go/textproc_consul-template/consul-template-v0.41.1/v0.41.1.mod) = b9d3a7fe8df26285edcca98f51cef75036e1f0356d7164569385f39f2181a514 +SIZE (go/textproc_consul-template/consul-template-v0.41.1/v0.41.1.mod) = 2830 +SHA256 (go/textproc_consul-template/consul-template-v0.41.1/v0.41.1.zip) = 00336b72333495cbea48a21bfed09f1d7401c4cfa572ce7af6a35faac20efbe4 +SIZE (go/textproc_consul-template/consul-template-v0.41.1/v0.41.1.zip) = 414316 diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index 80e12522cc1b..43f63acecc3a 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,6 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 10.4.1 -PORTREVISION= 1 +PORTVERSION= 10.5.0 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ @@ -28,13 +27,21 @@ NO_ARCH= yes OPTIONS_DEFINE= JSON_VALIDATION VALIDATION XML_VALIDATION JSON_VALIDATION_DESC= JSON validation VALIDATION_DESC= JSON and XML validation +VALIDATION_IMPLIES= JSON_VALIDATION XML_VALIDATION XML_VALIDATION_DESC= XML validation -JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ +JSON_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.25<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.4:devel/py-referencing@${PY_FLAVOR} -VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18<5:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml5>=4<7:devel/py-lxml5@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}referencing>=0.28.4:devel/py-referencing@${PY_FLAVOR} +# jsonschema[format-nongpl] +JSON_VALIDATION_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fqdn>=0:www/py-fqdn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isoduration>=0:devel/py-isoduration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonpointer>=1.13:devel/py-jsonpointer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3986-validator>=0.1.0:devel/py-rfc3986-validator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3987-syntax>=1.1.0:www/py-rfc3987-syntax@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uri-template>=0:net/py-uri-template@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webcolors>=24.6.0:graphics/py-webcolors@${PY_FLAVOR} XML_VALIDATION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4<7:devel/py-lxml5@${PY_FLAVOR} .include <bsd.port.pre.mk> diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index 68b3e7519f6a..2641e7da4c3a 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266168 -SHA256 (cyclonedx_python_lib-10.4.1.tar.gz) = ee017dee867ffb9b449b955161fd235a7c6245e87a5169998e10a0ce61292efb -SIZE (cyclonedx_python_lib-10.4.1.tar.gz) = 1040510 +TIMESTAMP = 1753265792 +SHA256 (cyclonedx_python_lib-10.5.0.tar.gz) = 49b8bdeb4c7aeea66e3c83739523ba88a3440fed5fe2c57ac942a9e335cf410a +SIZE (cyclonedx_python_lib-10.5.0.tar.gz) = 1040667 diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile index 87880e65bbcb..d2a548aac864 100644 --- a/textproc/py-furo/Makefile +++ b/textproc/py-furo/Makefile @@ -1,6 +1,5 @@ PORTNAME= furo -PORTVERSION= 2024.8.6 -PORTREVISION= 1 +PORTVERSION= 2025.7.19 CATEGORIES= textproc python MASTER_SITES= PYPI \ LOCAL/sunpoet:static @@ -17,7 +16,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9.0:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}accessible-pygments>=0.0.5:textproc/py-accessible-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<9.0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=1.0.0b2:textproc/py-sphinx-basic-ng@${PY_FLAVOR} diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo index 62d7ea2e73b2..cc6ba35d6392 100644 --- a/textproc/py-furo/distinfo +++ b/textproc/py-furo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1724084642 -SHA256 (furo-2024.8.6.tar.gz) = b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01 -SIZE (furo-2024.8.6.tar.gz) = 1661506 -SHA256 (furo-2024.8.6-static.tar.gz) = 6ed2b7edf2ec6d4711016e5b70ddff17651c2b0b09038e52f82f19db838d427f -SIZE (furo-2024.8.6-static.tar.gz) = 183808 +TIMESTAMP = 1753265794 +SHA256 (furo-2025.7.19.tar.gz) = 4164b2cafcf4023a59bb3c594e935e2516f6b9d35e9a5ea83d8f6b43808fe91f +SIZE (furo-2025.7.19.tar.gz) = 1662054 +SHA256 (furo-2025.7.19-static.tar.gz) = 04b4a6c9c9425ec3aeacd4fd46866f9d91f55a9698095d20163ca80b8c239720 +SIZE (furo-2025.7.19-static.tar.gz) = 183808 diff --git a/textproc/rubygem-google-cloud-translate-v3/Makefile b/textproc/rubygem-google-cloud-translate-v3/Makefile index 22c14cab62ef..1d47b55194bf 100644 --- a/textproc/rubygem-google-cloud-translate-v3/Makefile +++ b/textproc/rubygem-google-cloud-translate-v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-translate-v3 -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-google-cloud-translate-v3/distinfo b/textproc/rubygem-google-cloud-translate-v3/distinfo index 22af3b8d9e7d..f16e3809d64c 100644 --- a/textproc/rubygem-google-cloud-translate-v3/distinfo +++ b/textproc/rubygem-google-cloud-translate-v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954438 -SHA256 (rubygem/google-cloud-translate-v3-1.5.1.gem) = 70917c5a67aebb6d1167fac2426fe338c054a22b5772b377d222a0aad70d94e5 -SIZE (rubygem/google-cloud-translate-v3-1.5.1.gem) = 111616 +TIMESTAMP = 1753265944 +SHA256 (rubygem/google-cloud-translate-v3-1.5.2.gem) = f958347165c94add10eb653eeac79fad200e74e92e95243050f97e89a9ecc244 +SIZE (rubygem/google-cloud-translate-v3-1.5.2.gem) = 111616 diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 116030bc24d0..d0f49111f4b4 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,6 +1,5 @@ PORTNAME= nokogiri -PORTVERSION= 1.18.8 -PORTREVISION= 3 +PORTVERSION= 1.18.9 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-nokogiri/distinfo b/textproc/rubygem-nokogiri/distinfo index 9c2de51bacd3..535982e2a0c6 100644 --- a/textproc/rubygem-nokogiri/distinfo +++ b/textproc/rubygem-nokogiri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745387540 -SHA256 (rubygem/nokogiri-1.18.8.gem) = 8c7464875d9ca7f71080c24c0db7bcaa3940e8be3c6fc4bcebccf8b9a0016365 -SIZE (rubygem/nokogiri-1.18.8.gem) = 4363264 +TIMESTAMP = 1753265966 +SHA256 (rubygem/nokogiri-1.18.9.gem) = ac5a7d93fd0e3cef388800b037407890882413feccca79eb0272a2715a82fa33 +SIZE (rubygem/nokogiri-1.18.9.gem) = 4369408 diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec index 4446e87cf037..b19901ea46e6 100644 --- a/textproc/rubygem-nokogiri/files/patch-gemspec +++ b/textproc/rubygem-nokogiri/files/patch-gemspec @@ -1,12 +1,12 @@ % sed -i .orig 's|, "patches/[^"]*".freeze||g; s|, "ports/[^"]*".freeze||g; /mini_portile2/d' nokogiri.gemspec ---- nokogiri.gemspec.orig 2025-04-23 05:54:10 UTC +--- nokogiri.gemspec.orig 2025-07-24 01:44:00 UTC +++ nokogiri.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.executables = ["nokogiri".freeze] s.extensions = ["ext/nokogiri/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze, "ext/nokogiri/gumbo.c".freeze, "ext/nokogiri/html4_document.c".freeze, "ext/nokogiri/html4_element_description.c".freeze, "ext/nokogiri/html4_entity_lookup.c".freeze, "ext/nokogiri/html4_sax_parser.c".freeze, "ext/nokogiri/html4_sax_parser_context.c".freeze, "ext/nokogiri/html4_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_polyfill.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze] -- s.files = ["Gemfile".freeze, "LICENSE-DEPENDENCIES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "bin/nokogiri".freeze, "dependencies.yml".freeze, "ext/nokogiri/depend".freeze, "ext/nokogiri/extconf.rb".freeze, "ext/nokogiri/gumbo.c".freeze, "ext/nokogiri/html4_document.c".freeze, "ext/nokogiri/html4_element_description.c".freeze, "ext/nokogiri/html4_entity_lookup.c".freeze, "ext/nokogiri/html4_sax_parser.c".freeze, "ext/nokogiri/html4_sax_parser_context.c".freeze, "ext/nokogiri/html4_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_polyfill.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/nokogiri.h".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "gumbo-parser/CHANGES.md".freeze, "gumbo-parser/Makefile".freeze, "gumbo-parser/THANKS".freeze, "gumbo-parser/src/Makefile".freeze, "gumbo-parser/src/README.md".freeze, "gumbo-parser/src/ascii.c".freeze, "gumbo-parser/src/ascii.h".freeze, "gumbo-parser/src/attribute.c".freeze, "gumbo-parser/src/attribute.h".freeze, "gumbo-parser/src/char_ref.c".freeze, "gumbo-parser/src/char_ref.h".freeze, "gumbo-parser/src/char_ref.rl".freeze, "gumbo-parser/src/error.c".freeze, "gumbo-parser/src/error.h".freeze, "gumbo-parser/src/foreign_attrs.c".freeze, "gumbo-parser/src/foreign_attrs.gperf".freeze, "gumbo-parser/src/insertion_mode.h".freeze, "gumbo-parser/src/macros.h".freeze, "gumbo-parser/src/nokogiri_gumbo.h".freeze, "gumbo-parser/src/parser.c".freeze, "gumbo-parser/src/parser.h".freeze, "gumbo-parser/src/replacement.h".freeze, "gumbo-parser/src/string_buffer.c".freeze, "gumbo-parser/src/string_buffer.h".freeze, "gumbo-parser/src/string_piece.c".freeze, "gumbo-parser/src/svg_attrs.c".freeze, "gumbo-parser/src/svg_attrs.gperf".freeze, "gumbo-parser/src/svg_tags.c".freeze, "gumbo-parser/src/svg_tags.gperf".freeze, "gumbo-parser/src/tag.c".freeze, "gumbo-parser/src/tag_lookup.c".freeze, "gumbo-parser/src/tag_lookup.gperf".freeze, "gumbo-parser/src/tag_lookup.h".freeze, "gumbo-parser/src/token_buffer.c".freeze, "gumbo-parser/src/token_buffer.h".freeze, "gumbo-parser/src/token_type.h".freeze, "gumbo-parser/src/tokenizer.c".freeze, "gumbo-parser/src/tokenizer.h".freeze, "gumbo-parser/src/tokenizer_states.h".freeze, "gumbo-parser/src/utf8.c".freeze, "gumbo-parser/src/utf8.h".freeze, "gumbo-parser/src/util.c".freeze, "gumbo-parser/src/util.h".freeze, "gumbo-parser/src/vector.c".freeze, "gumbo-parser/src/vector.h".freeze, "lib/nokogiri.rb".freeze, "lib/nokogiri/class_resolver.rb".freeze, "lib/nokogiri/css.rb".freeze, "lib/nokogiri/css/node.rb".freeze, "lib/nokogiri/css/parser.rb".freeze, "lib/nokogiri/css/parser.y".freeze, "lib/nokogiri/css/parser_extras.rb".freeze, "lib/nokogiri/css/selector_cache.rb".freeze, "lib/nokogiri/css/syntax_error.rb".freeze, "lib/nokogiri/css/tokenizer.rb".freeze, "lib/nokogiri/css/tokenizer.rex".freeze, "lib/nokogiri/css/xpath_visitor.rb".freeze, "lib/nokogiri/decorators/slop.rb".freeze, "lib/nokogiri/encoding_handler.rb".freeze, "lib/nokogiri/extension.rb".freeze, "lib/nokogiri/gumbo.rb".freeze, "lib/nokogiri/html.rb".freeze, "lib/nokogiri/html4.rb".freeze, "lib/nokogiri/html4/builder.rb".freeze, "lib/nokogiri/html4/document.rb".freeze, "lib/nokogiri/html4/document_fragment.rb".freeze, "lib/nokogiri/html4/element_description.rb".freeze, "lib/nokogiri/html4/element_description_defaults.rb".freeze, "lib/nokogiri/html4/encoding_reader.rb".freeze, "lib/nokogiri/html4/entity_lookup.rb".freeze, "lib/nokogiri/html4/sax/parser.rb".freeze, "lib/nokogiri/html4/sax/parser_context.rb".freeze, "lib/nokogiri/html4/sax/push_parser.rb".freeze, "lib/nokogiri/html5.rb".freeze, "lib/nokogiri/html5/builder.rb".freeze, "lib/nokogiri/html5/document.rb".freeze, "lib/nokogiri/html5/document_fragment.rb".freeze, "lib/nokogiri/html5/node.rb".freeze, "lib/nokogiri/jruby/dependencies.rb".freeze, "lib/nokogiri/jruby/nokogiri_jars.rb".freeze, "lib/nokogiri/syntax_error.rb".freeze, "lib/nokogiri/version.rb".freeze, "lib/nokogiri/version/constant.rb".freeze, "lib/nokogiri/version/info.rb".freeze, "lib/nokogiri/xml.rb".freeze, "lib/nokogiri/xml/attr.rb".freeze, "lib/nokogiri/xml/attribute_decl.rb".freeze, "lib/nokogiri/xml/builder.rb".freeze, "lib/nokogiri/xml/cdata.rb".freeze, "lib/nokogiri/xml/character_data.rb".freeze, "lib/nokogiri/xml/document.rb".freeze, "lib/nokogiri/xml/document_fragment.rb".freeze, "lib/nokogiri/xml/dtd.rb".freeze, "lib/nokogiri/xml/element_content.rb".freeze, "lib/nokogiri/xml/element_decl.rb".freeze, "lib/nokogiri/xml/entity_decl.rb".freeze, "lib/nokogiri/xml/entity_reference.rb".freeze, "lib/nokogiri/xml/namespace.rb".freeze, "lib/nokogiri/xml/node.rb".freeze, "lib/nokogiri/xml/node/save_options.rb".freeze, "lib/nokogiri/xml/node_set.rb".freeze, "lib/nokogiri/xml/notation.rb".freeze, "lib/nokogiri/xml/parse_options.rb".freeze, "lib/nokogiri/xml/pp.rb".freeze, "lib/nokogiri/xml/pp/character_data.rb".freeze, "lib/nokogiri/xml/pp/node.rb".freeze, "lib/nokogiri/xml/processing_instruction.rb".freeze, "lib/nokogiri/xml/reader.rb".freeze, "lib/nokogiri/xml/relax_ng.rb".freeze, "lib/nokogiri/xml/sax.rb".freeze, "lib/nokogiri/xml/sax/document.rb".freeze, "lib/nokogiri/xml/sax/parser.rb".freeze, "lib/nokogiri/xml/sax/parser_context.rb".freeze, "lib/nokogiri/xml/sax/push_parser.rb".freeze, "lib/nokogiri/xml/schema.rb".freeze, "lib/nokogiri/xml/searchable.rb".freeze, "lib/nokogiri/xml/syntax_error.rb".freeze, "lib/nokogiri/xml/text.rb".freeze, "lib/nokogiri/xml/xpath.rb".freeze, "lib/nokogiri/xml/xpath/syntax_error.rb".freeze, "lib/nokogiri/xml/xpath_context.rb".freeze, "lib/nokogiri/xslt.rb".freeze, "lib/nokogiri/xslt/stylesheet.rb".freeze, "lib/xsd/xmlparser/nokogiri.rb".freeze, "patches/libxml2/0001-Remove-script-macro-support.patch".freeze, "patches/libxml2/0002-Update-entities-to-remove-handling-of-ssi.patch".freeze, "patches/libxml2/0009-allow-wildcard-namespaces.patch".freeze, "patches/libxml2/0010-update-config.guess-and-config.sub-for-libxml2.patch".freeze, "patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch".freeze, "patches/libxml2/0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch".freeze, "patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch".freeze, "ports/archives/libxml2-2.13.8.tar.xz".freeze, "ports/archives/libxslt-1.1.43.tar.xz".freeze] +- s.files = ["Gemfile".freeze, "LICENSE-DEPENDENCIES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "bin/nokogiri".freeze, "dependencies.yml".freeze, "ext/nokogiri/depend".freeze, "ext/nokogiri/extconf.rb".freeze, "ext/nokogiri/gumbo.c".freeze, "ext/nokogiri/html4_document.c".freeze, "ext/nokogiri/html4_element_description.c".freeze, "ext/nokogiri/html4_entity_lookup.c".freeze, "ext/nokogiri/html4_sax_parser.c".freeze, "ext/nokogiri/html4_sax_parser_context.c".freeze, "ext/nokogiri/html4_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_polyfill.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/nokogiri.h".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "gumbo-parser/CHANGES.md".freeze, "gumbo-parser/Makefile".freeze, "gumbo-parser/THANKS".freeze, "gumbo-parser/src/Makefile".freeze, "gumbo-parser/src/README.md".freeze, "gumbo-parser/src/ascii.c".freeze, "gumbo-parser/src/ascii.h".freeze, "gumbo-parser/src/attribute.c".freeze, "gumbo-parser/src/attribute.h".freeze, "gumbo-parser/src/char_ref.c".freeze, "gumbo-parser/src/char_ref.h".freeze, "gumbo-parser/src/char_ref.rl".freeze, "gumbo-parser/src/error.c".freeze, "gumbo-parser/src/error.h".freeze, "gumbo-parser/src/foreign_attrs.c".freeze, "gumbo-parser/src/foreign_attrs.gperf".freeze, "gumbo-parser/src/insertion_mode.h".freeze, "gumbo-parser/src/macros.h".freeze, "gumbo-parser/src/nokogiri_gumbo.h".freeze, "gumbo-parser/src/parser.c".freeze, "gumbo-parser/src/parser.h".freeze, "gumbo-parser/src/replacement.h".freeze, "gumbo-parser/src/string_buffer.c".freeze, "gumbo-parser/src/string_buffer.h".freeze, "gumbo-parser/src/string_piece.c".freeze, "gumbo-parser/src/svg_attrs.c".freeze, "gumbo-parser/src/svg_attrs.gperf".freeze, "gumbo-parser/src/svg_tags.c".freeze, "gumbo-parser/src/svg_tags.gperf".freeze, "gumbo-parser/src/tag.c".freeze, "gumbo-parser/src/tag_lookup.c".freeze, "gumbo-parser/src/tag_lookup.gperf".freeze, "gumbo-parser/src/tag_lookup.h".freeze, "gumbo-parser/src/token_buffer.c".freeze, "gumbo-parser/src/token_buffer.h".freeze, "gumbo-parser/src/token_type.h".freeze, "gumbo-parser/src/tokenizer.c".freeze, "gumbo-parser/src/tokenizer.h".freeze, "gumbo-parser/src/tokenizer_states.h".freeze, "gumbo-parser/src/utf8.c".freeze, "gumbo-parser/src/utf8.h".freeze, "gumbo-parser/src/util.c".freeze, "gumbo-parser/src/util.h".freeze, "gumbo-parser/src/vector.c".freeze, "gumbo-parser/src/vector.h".freeze, "lib/nokogiri.rb".freeze, "lib/nokogiri/class_resolver.rb".freeze, "lib/nokogiri/css.rb".freeze, "lib/nokogiri/css/node.rb".freeze, "lib/nokogiri/css/parser.rb".freeze, "lib/nokogiri/css/parser.y".freeze, "lib/nokogiri/css/parser_extras.rb".freeze, "lib/nokogiri/css/selector_cache.rb".freeze, "lib/nokogiri/css/syntax_error.rb".freeze, "lib/nokogiri/css/tokenizer.rb".freeze, "lib/nokogiri/css/tokenizer.rex".freeze, "lib/nokogiri/css/xpath_visitor.rb".freeze, "lib/nokogiri/decorators/slop.rb".freeze, "lib/nokogiri/encoding_handler.rb".freeze, "lib/nokogiri/extension.rb".freeze, "lib/nokogiri/gumbo.rb".freeze, "lib/nokogiri/html.rb".freeze, "lib/nokogiri/html4.rb".freeze, "lib/nokogiri/html4/builder.rb".freeze, "lib/nokogiri/html4/document.rb".freeze, "lib/nokogiri/html4/document_fragment.rb".freeze, "lib/nokogiri/html4/element_description.rb".freeze, "lib/nokogiri/html4/element_description_defaults.rb".freeze, "lib/nokogiri/html4/encoding_reader.rb".freeze, "lib/nokogiri/html4/entity_lookup.rb".freeze, "lib/nokogiri/html4/sax/parser.rb".freeze, "lib/nokogiri/html4/sax/parser_context.rb".freeze, "lib/nokogiri/html4/sax/push_parser.rb".freeze, "lib/nokogiri/html5.rb".freeze, "lib/nokogiri/html5/builder.rb".freeze, "lib/nokogiri/html5/document.rb".freeze, "lib/nokogiri/html5/document_fragment.rb".freeze, "lib/nokogiri/html5/node.rb".freeze, "lib/nokogiri/jruby/dependencies.rb".freeze, "lib/nokogiri/jruby/nokogiri_jars.rb".freeze, "lib/nokogiri/syntax_error.rb".freeze, "lib/nokogiri/version.rb".freeze, "lib/nokogiri/version/constant.rb".freeze, "lib/nokogiri/version/info.rb".freeze, "lib/nokogiri/xml.rb".freeze, "lib/nokogiri/xml/attr.rb".freeze, "lib/nokogiri/xml/attribute_decl.rb".freeze, "lib/nokogiri/xml/builder.rb".freeze, "lib/nokogiri/xml/cdata.rb".freeze, "lib/nokogiri/xml/character_data.rb".freeze, "lib/nokogiri/xml/document.rb".freeze, "lib/nokogiri/xml/document_fragment.rb".freeze, "lib/nokogiri/xml/dtd.rb".freeze, "lib/nokogiri/xml/element_content.rb".freeze, "lib/nokogiri/xml/element_decl.rb".freeze, "lib/nokogiri/xml/entity_decl.rb".freeze, "lib/nokogiri/xml/entity_reference.rb".freeze, "lib/nokogiri/xml/namespace.rb".freeze, "lib/nokogiri/xml/node.rb".freeze, "lib/nokogiri/xml/node/save_options.rb".freeze, "lib/nokogiri/xml/node_set.rb".freeze, "lib/nokogiri/xml/notation.rb".freeze, "lib/nokogiri/xml/parse_options.rb".freeze, "lib/nokogiri/xml/pp.rb".freeze, "lib/nokogiri/xml/pp/character_data.rb".freeze, "lib/nokogiri/xml/pp/node.rb".freeze, "lib/nokogiri/xml/processing_instruction.rb".freeze, "lib/nokogiri/xml/reader.rb".freeze, "lib/nokogiri/xml/relax_ng.rb".freeze, "lib/nokogiri/xml/sax.rb".freeze, "lib/nokogiri/xml/sax/document.rb".freeze, "lib/nokogiri/xml/sax/parser.rb".freeze, "lib/nokogiri/xml/sax/parser_context.rb".freeze, "lib/nokogiri/xml/sax/push_parser.rb".freeze, "lib/nokogiri/xml/schema.rb".freeze, "lib/nokogiri/xml/searchable.rb".freeze, "lib/nokogiri/xml/syntax_error.rb".freeze, "lib/nokogiri/xml/text.rb".freeze, "lib/nokogiri/xml/xpath.rb".freeze, "lib/nokogiri/xml/xpath/syntax_error.rb".freeze, "lib/nokogiri/xml/xpath_context.rb".freeze, "lib/nokogiri/xslt.rb".freeze, "lib/nokogiri/xslt/stylesheet.rb".freeze, "lib/xsd/xmlparser/nokogiri.rb".freeze, "patches/libxml2/0001-Remove-script-macro-support.patch".freeze, "patches/libxml2/0002-Update-entities-to-remove-handling-of-ssi.patch".freeze, "patches/libxml2/0009-allow-wildcard-namespaces.patch".freeze, "patches/libxml2/0010-update-config.guess-and-config.sub-for-libxml2.patch".freeze, "patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch".freeze, "patches/libxml2/0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch".freeze, "patches/libxml2/0020-CVE-2025-6021-tree-Fix-integer-overflow-in-xmlBuildQ.patch".freeze, "patches/libxml2/0021-CVE-2025-6170-Fix-potential-buffer-overflows-of-inte.patch".freeze, "patches/libxml2/0022-CVE-2025-49795-schematron-Fix-null-pointer-dereferen.patch".freeze, "patches/libxml2/0023-CVE-2025-49794-CVE-2025-49796-schematron-Fix-xmlSche.patch".freeze, "patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch".freeze, "ports/archives/libxml2-2.13.8.tar.xz".freeze, "ports/archives/libxslt-1.1.43.tar.xz".freeze] + s.files = ["Gemfile".freeze, "LICENSE-DEPENDENCIES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "bin/nokogiri".freeze, "dependencies.yml".freeze, "ext/nokogiri/depend".freeze, "ext/nokogiri/extconf.rb".freeze, "ext/nokogiri/gumbo.c".freeze, "ext/nokogiri/html4_document.c".freeze, "ext/nokogiri/html4_element_description.c".freeze, "ext/nokogiri/html4_entity_lookup.c".freeze, "ext/nokogiri/html4_sax_parser.c".freeze, "ext/nokogiri/html4_sax_parser_context.c".freeze, "ext/nokogiri/html4_sax_push_parser.c".freeze, "ext/nokogiri/libxml2_polyfill.c".freeze, "ext/nokogiri/nokogiri.c".freeze, "ext/nokogiri/nokogiri.h".freeze, "ext/nokogiri/test_global_handlers.c".freeze, "ext/nokogiri/xml_attr.c".freeze, "ext/nokogiri/xml_attribute_decl.c".freeze, "ext/nokogiri/xml_cdata.c".freeze, "ext/nokogiri/xml_comment.c".freeze, "ext/nokogiri/xml_document.c".freeze, "ext/nokogiri/xml_document_fragment.c".freeze, "ext/nokogiri/xml_dtd.c".freeze, "ext/nokogiri/xml_element_content.c".freeze, "ext/nokogiri/xml_element_decl.c".freeze, "ext/nokogiri/xml_encoding_handler.c".freeze, "ext/nokogiri/xml_entity_decl.c".freeze, "ext/nokogiri/xml_entity_reference.c".freeze, "ext/nokogiri/xml_namespace.c".freeze, "ext/nokogiri/xml_node.c".freeze, "ext/nokogiri/xml_node_set.c".freeze, "ext/nokogiri/xml_processing_instruction.c".freeze, "ext/nokogiri/xml_reader.c".freeze, "ext/nokogiri/xml_relax_ng.c".freeze, "ext/nokogiri/xml_sax_parser.c".freeze, "ext/nokogiri/xml_sax_parser_context.c".freeze, "ext/nokogiri/xml_sax_push_parser.c".freeze, "ext/nokogiri/xml_schema.c".freeze, "ext/nokogiri/xml_syntax_error.c".freeze, "ext/nokogiri/xml_text.c".freeze, "ext/nokogiri/xml_xpath_context.c".freeze, "ext/nokogiri/xslt_stylesheet.c".freeze, "gumbo-parser/CHANGES.md".freeze, "gumbo-parser/Makefile".freeze, "gumbo-parser/THANKS".freeze, "gumbo-parser/src/Makefile".freeze, "gumbo-parser/src/README.md".freeze, "gumbo-parser/src/ascii.c".freeze, "gumbo-parser/src/ascii.h".freeze, "gumbo-parser/src/attribute.c".freeze, "gumbo-parser/src/attribute.h".freeze, "gumbo-parser/src/char_ref.c".freeze, "gumbo-parser/src/char_ref.h".freeze, "gumbo-parser/src/char_ref.rl".freeze, "gumbo-parser/src/error.c".freeze, "gumbo-parser/src/error.h".freeze, "gumbo-parser/src/foreign_attrs.c".freeze, "gumbo-parser/src/foreign_attrs.gperf".freeze, "gumbo-parser/src/insertion_mode.h".freeze, "gumbo-parser/src/macros.h".freeze, "gumbo-parser/src/nokogiri_gumbo.h".freeze, "gumbo-parser/src/parser.c".freeze, "gumbo-parser/src/parser.h".freeze, "gumbo-parser/src/replacement.h".freeze, "gumbo-parser/src/string_buffer.c".freeze, "gumbo-parser/src/string_buffer.h".freeze, "gumbo-parser/src/string_piece.c".freeze, "gumbo-parser/src/svg_attrs.c".freeze, "gumbo-parser/src/svg_attrs.gperf".freeze, "gumbo-parser/src/svg_tags.c".freeze, "gumbo-parser/src/svg_tags.gperf".freeze, "gumbo-parser/src/tag.c".freeze, "gumbo-parser/src/tag_lookup.c".freeze, "gumbo-parser/src/tag_lookup.gperf".freeze, "gumbo-parser/src/tag_lookup.h".freeze, "gumbo-parser/src/token_buffer.c".freeze, "gumbo-parser/src/token_buffer.h".freeze, "gumbo-parser/src/token_type.h".freeze, "gumbo-parser/src/tokenizer.c".freeze, "gumbo-parser/src/tokenizer.h".freeze, "gumbo-parser/src/tokenizer_states.h".freeze, "gumbo-parser/src/utf8.c".freeze, "gumbo-parser/src/utf8.h".freeze, "gumbo-parser/src/util.c".freeze, "gumbo-parser/src/util.h".freeze, "gumbo-parser/src/vector.c".freeze, "gumbo-parser/src/vector.h".freeze, "lib/nokogiri.rb".freeze, "lib/nokogiri/class_resolver.rb".freeze, "lib/nokogiri/css.rb".freeze, "lib/nokogiri/css/node.rb".freeze, "lib/nokogiri/css/parser.rb".freeze, "lib/nokogiri/css/parser.y".freeze, "lib/nokogiri/css/parser_extras.rb".freeze, "lib/nokogiri/css/selector_cache.rb".freeze, "lib/nokogiri/css/syntax_error.rb".freeze, "lib/nokogiri/css/tokenizer.rb".freeze, "lib/nokogiri/css/tokenizer.rex".freeze, "lib/nokogiri/css/xpath_visitor.rb".freeze, "lib/nokogiri/decorators/slop.rb".freeze, "lib/nokogiri/encoding_handler.rb".freeze, "lib/nokogiri/extension.rb".freeze, "lib/nokogiri/gumbo.rb".freeze, "lib/nokogiri/html.rb".freeze, "lib/nokogiri/html4.rb".freeze, "lib/nokogiri/html4/builder.rb".freeze, "lib/nokogiri/html4/document.rb".freeze, "lib/nokogiri/html4/document_fragment.rb".freeze, "lib/nokogiri/html4/element_description.rb".freeze, "lib/nokogiri/html4/element_description_defaults.rb".freeze, "lib/nokogiri/html4/encoding_reader.rb".freeze, "lib/nokogiri/html4/entity_lookup.rb".freeze, "lib/nokogiri/html4/sax/parser.rb".freeze, "lib/nokogiri/html4/sax/parser_context.rb".freeze, "lib/nokogiri/html4/sax/push_parser.rb".freeze, "lib/nokogiri/html5.rb".freeze, "lib/nokogiri/html5/builder.rb".freeze, "lib/nokogiri/html5/document.rb".freeze, "lib/nokogiri/html5/document_fragment.rb".freeze, "lib/nokogiri/html5/node.rb".freeze, "lib/nokogiri/jruby/dependencies.rb".freeze, "lib/nokogiri/jruby/nokogiri_jars.rb".freeze, "lib/nokogiri/syntax_error.rb".freeze, "lib/nokogiri/version.rb".freeze, "lib/nokogiri/version/constant.rb".freeze, "lib/nokogiri/version/info.rb".freeze, "lib/nokogiri/xml.rb".freeze, "lib/nokogiri/xml/attr.rb".freeze, "lib/nokogiri/xml/attribute_decl.rb".freeze, "lib/nokogiri/xml/builder.rb".freeze, "lib/nokogiri/xml/cdata.rb".freeze, "lib/nokogiri/xml/character_data.rb".freeze, "lib/nokogiri/xml/document.rb".freeze, "lib/nokogiri/xml/document_fragment.rb".freeze, "lib/nokogiri/xml/dtd.rb".freeze, "lib/nokogiri/xml/element_content.rb".freeze, "lib/nokogiri/xml/element_decl.rb".freeze, "lib/nokogiri/xml/entity_decl.rb".freeze, "lib/nokogiri/xml/entity_reference.rb".freeze, "lib/nokogiri/xml/namespace.rb".freeze, "lib/nokogiri/xml/node.rb".freeze, "lib/nokogiri/xml/node/save_options.rb".freeze, "lib/nokogiri/xml/node_set.rb".freeze, "lib/nokogiri/xml/notation.rb".freeze, "lib/nokogiri/xml/parse_options.rb".freeze, "lib/nokogiri/xml/pp.rb".freeze, "lib/nokogiri/xml/pp/character_data.rb".freeze, "lib/nokogiri/xml/pp/node.rb".freeze, "lib/nokogiri/xml/processing_instruction.rb".freeze, "lib/nokogiri/xml/reader.rb".freeze, "lib/nokogiri/xml/relax_ng.rb".freeze, "lib/nokogiri/xml/sax.rb".freeze, "lib/nokogiri/xml/sax/document.rb".freeze, "lib/nokogiri/xml/sax/parser.rb".freeze, "lib/nokogiri/xml/sax/parser_context.rb".freeze, "lib/nokogiri/xml/sax/push_parser.rb".freeze, "lib/nokogiri/xml/schema.rb".freeze, "lib/nokogiri/xml/searchable.rb".freeze, "lib/nokogiri/xml/syntax_error.rb".freeze, "lib/nokogiri/xml/text.rb".freeze, "lib/nokogiri/xml/xpath.rb".freeze, "lib/nokogiri/xml/xpath/syntax_error.rb".freeze, "lib/nokogiri/xml/xpath_context.rb".freeze, "lib/nokogiri/xslt.rb".freeze, "lib/nokogiri/xslt/stylesheet.rb".freeze, "lib/xsd/xmlparser/nokogiri.rb".freeze] s.homepage = "https://nokogiri.org".freeze s.licenses = ["MIT".freeze] diff --git a/textproc/rubygem-simplecov-html/Makefile b/textproc/rubygem-simplecov-html/Makefile index 625fd70f1603..89f2518c20d1 100644 --- a/textproc/rubygem-simplecov-html/Makefile +++ b/textproc/rubygem-simplecov-html/Makefile @@ -1,5 +1,5 @@ PORTNAME= simplecov-html -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-simplecov-html/distinfo b/textproc/rubygem-simplecov-html/distinfo index d0f570aeef6d..98ba56f77b46 100644 --- a/textproc/rubygem-simplecov-html/distinfo +++ b/textproc/rubygem-simplecov-html/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726081911 -SHA256 (rubygem/simplecov-html-0.13.1.gem) = 5dab0b7ee612e60e9887ad57693832fdf4695b4c0c859eaea5f95c18791ef10b -SIZE (rubygem/simplecov-html-0.13.1.gem) = 133632 +TIMESTAMP = 1753265968 +SHA256 (rubygem/simplecov-html-0.13.2.gem) = bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246 +SIZE (rubygem/simplecov-html-0.13.2.gem) = 133632 diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index 8fd47fa5f695..1f0115d3185c 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,6 +1,6 @@ PORTNAME= tokay DISTVERSIONPREFIX= v -DISTVERSION= 0.6.9 +DISTVERSION= 0.6.10 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/tokay/distinfo b/textproc/tokay/distinfo index daab61689000..6629018ff4bf 100644 --- a/textproc/tokay/distinfo +++ b/textproc/tokay/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1753124308 +TIMESTAMP = 1753352547 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -219,5 +219,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/yaml-rust-0.3.5.crate) = e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992 SIZE (rust/crates/yaml-rust-0.3.5.crate) = 42087 -SHA256 (tokay-lang-tokay-v0.6.9_GH0.tar.gz) = be326760548e98fa1c298789a183f2cccfcc5b3decbf75ee09ce967c0d983ec4 -SIZE (tokay-lang-tokay-v0.6.9_GH0.tar.gz) = 152608 +SHA256 (tokay-lang-tokay-v0.6.10_GH0.tar.gz) = 2e0b009b73ac44696eb32c6bd1070f1ad027d791344b117db3eb167f3b6a0f8f +SIZE (tokay-lang-tokay-v0.6.10_GH0.tar.gz) = 153488 diff --git a/www/asql/Makefile b/www/asql/Makefile index db04256f53e3..1cd300f9dbdc 100644 --- a/www/asql/Makefile +++ b/www/asql/Makefile @@ -4,7 +4,7 @@ CATEGORIES= www MASTER_SITES= http://www.steve.org.uk/Software/asql/ \ http://www.c-s.li/ports/ -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Query Apache logfiles via SQL WWW= http://www.steve.org.uk/Software/asql/ diff --git a/www/elgg/Makefile b/www/elgg/Makefile index 0706cf5edf1e..ba5d2d338ca9 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -1,5 +1,5 @@ PORTNAME= elgg -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.3 CATEGORIES= www MASTER_SITES= http://elgg.org/download/ diff --git a/www/elgg/distinfo b/www/elgg/distinfo index e9245fc5352a..cd2fa3650326 100644 --- a/www/elgg/distinfo +++ b/www/elgg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744957412 -SHA256 (elgg-6.2.0.zip) = 2c564684f59ae5bebfa98f99999a6c0ede4564820a6fc7749b88819818bf27e4 -SIZE (elgg-6.2.0.zip) = 47970206 +TIMESTAMP = 1753359904 +SHA256 (elgg-6.2.3.zip) = fb44422760333aba401a01d4b6cbcc0378b444da96d4b8a43d1cf17b6d3ecce8 +SIZE (elgg-6.2.3.zip) = 47985039 diff --git a/www/elgg/pkg-plist b/www/elgg/pkg-plist index b73e7715c1c5..f569b1173c99 100644 --- a/www/elgg/pkg-plist +++ b/www/elgg/pkg-plist @@ -185,6 +185,7 @@ %%WWWDIR%%/mod/ckeditor/languages/en.php %%WWWDIR%%/mod/ckeditor/languages/fr.php %%WWWDIR%%/mod/ckeditor/languages/nl.php +%%WWWDIR%%/mod/ckeditor/languages/pt_br.php %%WWWDIR%%/mod/ckeditor/languages/ru.php %%WWWDIR%%/mod/ckeditor/vendors/README.md %%WWWDIR%%/mod/ckeditor/vendors/ckeditor5/LICENSE.md @@ -323,6 +324,7 @@ %%WWWDIR%%/mod/developers/languages/it.php %%WWWDIR%%/mod/developers/languages/ja.php %%WWWDIR%%/mod/developers/languages/nl.php +%%WWWDIR%%/mod/developers/languages/pt_br.php %%WWWDIR%%/mod/developers/languages/ru.php %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/entity_explorer.php %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/entity_explorer/acl_memberships.php @@ -370,6 +372,7 @@ %%WWWDIR%%/mod/discussions/languages/gd.php %%WWWDIR%%/mod/discussions/languages/ja.php %%WWWDIR%%/mod/discussions/languages/nl.php +%%WWWDIR%%/mod/discussions/languages/pt_br.php %%WWWDIR%%/mod/discussions/languages/ro_ro.php %%WWWDIR%%/mod/discussions/languages/ru.php %%WWWDIR%%/mod/discussions/languages/sv.php @@ -424,6 +427,7 @@ %%WWWDIR%%/mod/externalpages/languages/ko.php %%WWWDIR%%/mod/externalpages/languages/nl.php %%WWWDIR%%/mod/externalpages/languages/pl.php +%%WWWDIR%%/mod/externalpages/languages/pt_br.php %%WWWDIR%%/mod/externalpages/languages/ro_ro.php %%WWWDIR%%/mod/externalpages/languages/ru.php %%WWWDIR%%/mod/externalpages/languages/sr.php @@ -461,6 +465,7 @@ %%WWWDIR%%/mod/file/languages/ko.php %%WWWDIR%%/mod/file/languages/nl.php %%WWWDIR%%/mod/file/languages/pl.php +%%WWWDIR%%/mod/file/languages/pt_br.php %%WWWDIR%%/mod/file/languages/ro_ro.php %%WWWDIR%%/mod/file/languages/ru.php %%WWWDIR%%/mod/file/languages/sr.php @@ -519,6 +524,7 @@ %%WWWDIR%%/mod/friends/languages/gd.php %%WWWDIR%%/mod/friends/languages/ja.php %%WWWDIR%%/mod/friends/languages/nl.php +%%WWWDIR%%/mod/friends/languages/pt_br.php %%WWWDIR%%/mod/friends/languages/ro_ro.php %%WWWDIR%%/mod/friends/languages/ru.php %%WWWDIR%%/mod/friends/languages/sv.php @@ -553,6 +559,7 @@ %%WWWDIR%%/mod/friends_collections/languages/gd.php %%WWWDIR%%/mod/friends_collections/languages/it.php %%WWWDIR%%/mod/friends_collections/languages/nl.php +%%WWWDIR%%/mod/friends_collections/languages/pt_br.php %%WWWDIR%%/mod/friends_collections/languages/ro_ro.php %%WWWDIR%%/mod/friends_collections/languages/ru.php %%WWWDIR%%/mod/friends_collections/languages/sv.php @@ -578,6 +585,7 @@ %%WWWDIR%%/mod/garbagecollector/languages/ja.php %%WWWDIR%%/mod/garbagecollector/languages/ko.php %%WWWDIR%%/mod/garbagecollector/languages/nl.php +%%WWWDIR%%/mod/garbagecollector/languages/pt_br.php %%WWWDIR%%/mod/garbagecollector/languages/ru.php %%WWWDIR%%/mod/garbagecollector/languages/sv.php %%WWWDIR%%/mod/garbagecollector/tests/phpunit/integration/Elgg/GarbageCollector/OptimizeCommandTest.php @@ -622,6 +630,7 @@ %%WWWDIR%%/mod/groups/languages/ja.php %%WWWDIR%%/mod/groups/languages/nl.php %%WWWDIR%%/mod/groups/languages/pl.php +%%WWWDIR%%/mod/groups/languages/pt_br.php %%WWWDIR%%/mod/groups/languages/ro_ro.php %%WWWDIR%%/mod/groups/languages/ru.php %%WWWDIR%%/mod/groups/languages/sr.php @@ -719,6 +728,7 @@ %%WWWDIR%%/mod/invitefriends/languages/ko.php %%WWWDIR%%/mod/invitefriends/languages/nl.php %%WWWDIR%%/mod/invitefriends/languages/pl.php +%%WWWDIR%%/mod/invitefriends/languages/pt_br.php %%WWWDIR%%/mod/invitefriends/languages/ro_ro.php %%WWWDIR%%/mod/invitefriends/languages/ru.php %%WWWDIR%%/mod/invitefriends/languages/sv.php @@ -754,6 +764,7 @@ %%WWWDIR%%/mod/likes/languages/ko.php %%WWWDIR%%/mod/likes/languages/nl.php %%WWWDIR%%/mod/likes/languages/pl.php +%%WWWDIR%%/mod/likes/languages/pt_br.php %%WWWDIR%%/mod/likes/languages/ro_ro.php %%WWWDIR%%/mod/likes/languages/ru.php %%WWWDIR%%/mod/likes/languages/sv.php @@ -783,6 +794,7 @@ %%WWWDIR%%/mod/members/languages/ko.php %%WWWDIR%%/mod/members/languages/nl.php %%WWWDIR%%/mod/members/languages/pl.php +%%WWWDIR%%/mod/members/languages/pt_br.php %%WWWDIR%%/mod/members/languages/ro_ro.php %%WWWDIR%%/mod/members/languages/ru.php %%WWWDIR%%/mod/members/languages/sr.php @@ -815,6 +827,7 @@ %%WWWDIR%%/mod/messageboard/languages/ja.php %%WWWDIR%%/mod/messageboard/languages/nl.php %%WWWDIR%%/mod/messageboard/languages/pl.php +%%WWWDIR%%/mod/messageboard/languages/pt_br.php %%WWWDIR%%/mod/messageboard/languages/ro_ro.php %%WWWDIR%%/mod/messageboard/languages/ru.php %%WWWDIR%%/mod/messageboard/languages/sv.php @@ -852,6 +865,7 @@ %%WWWDIR%%/mod/messages/languages/ko.php %%WWWDIR%%/mod/messages/languages/nl.php %%WWWDIR%%/mod/messages/languages/pl.php +%%WWWDIR%%/mod/messages/languages/pt_br.php %%WWWDIR%%/mod/messages/languages/ro_ro.php %%WWWDIR%%/mod/messages/languages/ru.php %%WWWDIR%%/mod/messages/languages/sv.php @@ -902,6 +916,7 @@ %%WWWDIR%%/mod/pages/languages/ko.php %%WWWDIR%%/mod/pages/languages/nl.php %%WWWDIR%%/mod/pages/languages/pl.php +%%WWWDIR%%/mod/pages/languages/pt_br.php %%WWWDIR%%/mod/pages/languages/ro_ro.php %%WWWDIR%%/mod/pages/languages/ru.php %%WWWDIR%%/mod/pages/languages/sr.php @@ -961,6 +976,7 @@ %%WWWDIR%%/mod/profile/languages/it.php %%WWWDIR%%/mod/profile/languages/ja.php %%WWWDIR%%/mod/profile/languages/nl.php +%%WWWDIR%%/mod/profile/languages/pt_br.php %%WWWDIR%%/mod/profile/languages/ro_ro.php %%WWWDIR%%/mod/profile/languages/ru.php %%WWWDIR%%/mod/profile/languages/sv.php @@ -1009,6 +1025,7 @@ %%WWWDIR%%/mod/reportedcontent/languages/ko.php %%WWWDIR%%/mod/reportedcontent/languages/nl.php %%WWWDIR%%/mod/reportedcontent/languages/pl.php +%%WWWDIR%%/mod/reportedcontent/languages/pt_br.php %%WWWDIR%%/mod/reportedcontent/languages/ro_ro.php %%WWWDIR%%/mod/reportedcontent/languages/ru.php %%WWWDIR%%/mod/reportedcontent/languages/sv.php @@ -1047,6 +1064,7 @@ %%WWWDIR%%/mod/search/languages/ko.php %%WWWDIR%%/mod/search/languages/nl.php %%WWWDIR%%/mod/search/languages/pl.php +%%WWWDIR%%/mod/search/languages/pt_br.php %%WWWDIR%%/mod/search/languages/ro_ro.php %%WWWDIR%%/mod/search/languages/ru.php %%WWWDIR%%/mod/search/languages/sv.php @@ -1088,6 +1106,7 @@ %%WWWDIR%%/mod/site_notifications/languages/en.php %%WWWDIR%%/mod/site_notifications/languages/fr.php %%WWWDIR%%/mod/site_notifications/languages/nl.php +%%WWWDIR%%/mod/site_notifications/languages/pt_br.php %%WWWDIR%%/mod/site_notifications/languages/ro_ro.php %%WWWDIR%%/mod/site_notifications/languages/ru.php %%WWWDIR%%/mod/site_notifications/views/default/forms/site_notifications/process.mjs @@ -1112,6 +1131,7 @@ %%WWWDIR%%/mod/system_log/languages/en.php %%WWWDIR%%/mod/system_log/languages/fr.php %%WWWDIR%%/mod/system_log/languages/nl.php +%%WWWDIR%%/mod/system_log/languages/pt_br.php %%WWWDIR%%/mod/system_log/languages/ru.php %%WWWDIR%%/mod/system_log/languages/sv.php %%WWWDIR%%/mod/system_log/tests/phpunit/integration/Elgg/SystemLog/SystemLogApiTest.php @@ -1143,6 +1163,7 @@ %%WWWDIR%%/mod/tagcloud/languages/ko.php %%WWWDIR%%/mod/tagcloud/languages/nl.php %%WWWDIR%%/mod/tagcloud/languages/pl.php +%%WWWDIR%%/mod/tagcloud/languages/pt_br.php %%WWWDIR%%/mod/tagcloud/languages/ro_ro.php %%WWWDIR%%/mod/tagcloud/languages/ru.php %%WWWDIR%%/mod/tagcloud/languages/sr.php @@ -1164,6 +1185,7 @@ %%WWWDIR%%/mod/theme_sandbox/languages/en.php %%WWWDIR%%/mod/theme_sandbox/languages/fr.php %%WWWDIR%%/mod/theme_sandbox/languages/nl.php +%%WWWDIR%%/mod/theme_sandbox/languages/pt_br.php %%WWWDIR%%/mod/theme_sandbox/languages/ru.php %%WWWDIR%%/mod/theme_sandbox/views/default/forms/theme_sandbox/ajax_demo.php %%WWWDIR%%/mod/theme_sandbox/views/default/resources/theme_sandbox/ajax_demo.php @@ -1257,6 +1279,7 @@ %%WWWDIR%%/mod/thewire/languages/ko.php %%WWWDIR%%/mod/thewire/languages/nl.php %%WWWDIR%%/mod/thewire/languages/pl.php +%%WWWDIR%%/mod/thewire/languages/pt_br.php %%WWWDIR%%/mod/thewire/languages/ro_ro.php %%WWWDIR%%/mod/thewire/languages/ru.php %%WWWDIR%%/mod/thewire/languages/sr.php @@ -1411,10 +1434,10 @@ %%WWWDIR%%/vendor/cakephp/chronos/docs/pt/conf.py %%WWWDIR%%/vendor/cakephp/chronos/docs/pt/contents.rst %%WWWDIR%%/vendor/cakephp/chronos/docs/pt/index.rst -%%WWWDIR%%/vendor/cakephp/chronos/psalm-baseline.xml -%%WWWDIR%%/vendor/cakephp/chronos/psalm.xml %%WWWDIR%%/vendor/cakephp/chronos/src/Chronos.php %%WWWDIR%%/vendor/cakephp/chronos/src/ChronosDate.php +%%WWWDIR%%/vendor/cakephp/chronos/src/ChronosDatePeriod.php +%%WWWDIR%%/vendor/cakephp/chronos/src/ChronosPeriod.php %%WWWDIR%%/vendor/cakephp/chronos/src/ChronosTime.php %%WWWDIR%%/vendor/cakephp/chronos/src/ClockFactory.php %%WWWDIR%%/vendor/cakephp/chronos/src/DifferenceFormatter.php @@ -2964,6 +2987,7 @@ %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Upgrades/NotificationsPrefix.php %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Upgrades/RemoveIcontime.php %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Upgrades/RemoveOrphanedThreadedComments.php +%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Upgrades/UpdateMetastringBoolDatabaseValue.php %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/UploadService.php %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/UserCapabilities.php %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/Accounts.php @@ -3662,6 +3686,7 @@ %%WWWDIR%%/vendor/elgg/elgg/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/languages/sv.php %%WWWDIR%%/vendor/elgg/elgg/languages/zh_hans.php %%WWWDIR%%/vendor/elgg/elgg/mod/activity/classes/Elgg/Activity/GroupRiverFilter.php @@ -3844,6 +3869,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/languages/en.php %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/languages/fr.php %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/vendors/README.md %%WWWDIR%%/vendor/elgg/elgg/mod/ckeditor/vendors/ckeditor5/LICENSE.md @@ -3982,6 +4008,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/developers/languages/it.php %%WWWDIR%%/vendor/elgg/elgg/mod/developers/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/developers/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/developers/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/developers/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/entity_explorer.php %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/entity_explorer/acl_memberships.php @@ -4029,6 +4056,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/gd.php %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/discussions/languages/sv.php @@ -4083,6 +4111,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/sr.php @@ -4120,6 +4149,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/file/languages/sr.php @@ -4178,6 +4208,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/gd.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends/languages/sv.php @@ -4212,6 +4243,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/gd.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/it.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/friends_collections/languages/sv.php @@ -4237,6 +4269,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/languages/sv.php %%WWWDIR%%/vendor/elgg/elgg/mod/garbagecollector/tests/phpunit/integration/Elgg/GarbageCollector/OptimizeCommandTest.php @@ -4281,6 +4314,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/groups/languages/sr.php @@ -4378,6 +4412,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/invitefriends/languages/sv.php @@ -4413,6 +4448,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/likes/languages/sv.php @@ -4442,6 +4478,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/members/languages/sr.php @@ -4474,6 +4511,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/languages/sv.php @@ -4511,6 +4549,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/messages/languages/sv.php @@ -4561,6 +4600,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/pages/languages/sr.php @@ -4620,6 +4660,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/it.php %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/ja.php %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/profile/languages/sv.php @@ -4668,6 +4709,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/reportedcontent/languages/sv.php @@ -4706,6 +4748,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/search/languages/sv.php @@ -4747,6 +4790,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/en.php %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/fr.php %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/site_notifications/views/default/forms/site_notifications/process.mjs @@ -4771,6 +4815,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/en.php %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/fr.php %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/languages/sv.php %%WWWDIR%%/vendor/elgg/elgg/mod/system_log/tests/phpunit/integration/Elgg/SystemLog/SystemLogApiTest.php @@ -4802,6 +4847,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/tagcloud/languages/sr.php @@ -4823,6 +4869,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/languages/en.php %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/languages/fr.php %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/languages/nl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/views/default/forms/theme_sandbox/ajax_demo.php %%WWWDIR%%/vendor/elgg/elgg/mod/theme_sandbox/views/default/resources/theme_sandbox/ajax_demo.php @@ -4916,6 +4963,7 @@ %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/ko.php %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/nl.php %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/pl.php +%%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/pt_br.php %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/ro_ro.php %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/ru.php %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/languages/sr.php @@ -13673,12 +13721,12 @@ %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators.txt %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators_after.txt %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators_before.txt -%%WWWDIR%%/vendor/matthiasmullie/minify/ruleset.xml %%WWWDIR%%/vendor/matthiasmullie/minify/src/CSS.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exception.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/IOException.php +%%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/PatternMatchException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/JS.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Minify.php %%WWWDIR%%/vendor/matthiasmullie/path-converter/LICENSE diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index ea3024c9d6d7..63b3fe32f1c1 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752677038 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.0/go.mod) = fabce2d66cf34e44e541a57220574dbef2778f98afa0e86272882385608871f1 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.0/go.mod) = 3435 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.0/gitlab-pages-v18.2.0.tar.bz2) = 39ac8c911693ce0549c8da818577ae78b193ed6f1d27b48abddc92c446989ed7 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.0/gitlab-pages-v18.2.0.tar.bz2) = 236137 +TIMESTAMP = 1753327149 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.1/go.mod) = fabce2d66cf34e44e541a57220574dbef2778f98afa0e86272882385608871f1 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.1/go.mod) = 3435 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.2.1/gitlab-pages-v18.2.1.tar.bz2) = 3c174591200800c22d1eb654d09235db6aeb63313eab6a50c3e2ec0aa41d0fac +SIZE (go/www_gitlab-pages/gitlab-pages-v18.2.1/gitlab-pages-v18.2.1.tar.bz2) = 236018 diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 04b929e44a9d..6e64f5266cd7 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752677054 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/go.mod) = 188c374b005aba0ee613477584379e4f1f3344b4f68d33274c9aac043c95f448 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/go.mod) = 9293 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/gitlab-foss-v18.2.0.tar.bz2) = 23a1309fb73f19ccfc3100611e1149a3405563862d697829e9cf0080c9487565 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.0/gitlab-foss-v18.2.0.tar.bz2) = 121280838 +TIMESTAMP = 1753327162 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.1/go.mod) = dbd6a92d66a1a0a418aab39bf166a48ea5a4c892fe69fe19b12b347ea74936db +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.1/go.mod) = 9384 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.2.1/gitlab-foss-v18.2.1.tar.bz2) = 47df0d49390cf5fb28af71ee99608d826158399c3a164ec64b41aec9c04a0207 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.2.1/gitlab-foss-v18.2.1.tar.bz2) = 121288065 diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 5b26abcfe873..a2e98918f414 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,4 +1,4 @@ -GITLAB_VERSION= 18.2.0 +GITLAB_VERSION= 18.2.1 GITLAB_PORTREVISION= 0 # Git version gitaly should use (from gitlab mirror) diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index df7dca2e03fe..67a668af820f 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752677001 -SHA256 (gitlab-foss-v18.2.0.tar.bz2) = 23a1309fb73f19ccfc3100611e1149a3405563862d697829e9cf0080c9487565 -SIZE (gitlab-foss-v18.2.0.tar.bz2) = 121280838 -TIMESTAMP = 1752677001 -SHA256 (gitlab-v18.2.0-ee.tar.bz2) = 867f7292eec847e786a56c7fb15c7d8139993e3e29e2e7dd0bc9f580167470e9 -SIZE (gitlab-v18.2.0-ee.tar.bz2) = 136600640 +TIMESTAMP = 1753327140 +SHA256 (gitlab-foss-v18.2.1.tar.bz2) = 47df0d49390cf5fb28af71ee99608d826158399c3a164ec64b41aec9c04a0207 +SIZE (gitlab-foss-v18.2.1.tar.bz2) = 121288065 +TIMESTAMP = 1753327140 +SHA256 (gitlab-v18.2.1-ee.tar.bz2) = f1cb7cb49ae20a3ddec3ca36bff457550a7b9383dd8b3ff42cd7104fac0c2bd7 +SIZE (gitlab-v18.2.1-ee.tar.bz2) = 136599618 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 12b4438204ba..f57ee976650d 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2025-07-16 11:39:10 UTC +--- Gemfile.orig 2025-07-22 11:41:34 UTC +++ Gemfile @@ -164,8 +164,8 @@ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', fea gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared @@ -182,8 +182,12 @@ gem 'octokit', '~> 9.0', feature_category: :importers # Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688 gem 'faraday-multipart', '~> 1.0', feature_category: :importers -@@ -639,11 +511,11 @@ gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: : - gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly +@@ -636,14 +508,14 @@ gem 'spamcheck', '~> 1.3.0', feature_category: :inside + gem 'spamcheck', '~> 1.3.0', feature_category: :insider_threat + + # Gitaly GRPC protocol definitions +-gem 'gitaly', '~> 18.1.0.pre.rc1', feature_category: :gitaly ++gem 'gitaly', '~> 18.1', feature_category: :gitaly # KAS GRPC protocol definitions -gem 'gitlab-kas-grpc', '~> 18.1.0', feature_category: :deployment_management diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 0f9999749b6b..08052e7c30a0 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -1,6 +1,6 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 25.0.28 +DISTVERSION= 25.0.36 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} DISTNAME= ${PORTNAME}-${DISTVERSION} diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo index c1e7505c5570..24cf3c1546fd 100644 --- a/www/groupoffice/distinfo +++ b/www/groupoffice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749169967 -SHA256 (groupoffice-25.0.28.tar.gz) = f68e36b4300b986465ef31f8acf4d4cb8e54655380dc5e633a412300fe56e030 -SIZE (groupoffice-25.0.28.tar.gz) = 95970848 +TIMESTAMP = 1753361010 +SHA256 (groupoffice-25.0.36.tar.gz) = 86e1c0074a5440dfb284cea8abeb012b018e854353d62bd90c6dd3dfea0b4bf2 +SIZE (groupoffice-25.0.36.tar.gz) = 98094756 diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist index 4129f84ba236..f0f43cdf6c9f 100644 --- a/www/groupoffice/pkg-plist +++ b/www/groupoffice/pkg-plist @@ -868,6 +868,7 @@ %%WWWDIR%%/go/modules/business/business/views/goui/package-lock.json %%WWWDIR%%/go/modules/business/business/views/goui/package.json %%WWWDIR%%/go/modules/business/business/views/goui/script/ActivityCombo.ts +%%WWWDIR%%/modules/files/FilesModule.php %%WWWDIR%%/go/modules/business/business/views/goui/script/ActivityTable.ts %%WWWDIR%%/go/modules/business/business/views/goui/script/BusinessCombo.ts %%WWWDIR%%/go/modules/business/business/views/goui/script/BusinessTable.ts @@ -3497,7 +3498,6 @@ %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/linkedin.png %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/tiktok.png %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/twitter.png -%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/_addressbook.scss %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/style.scss %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/community/apikeys/Module.php @@ -3921,8 +3921,8 @@ %%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/community/davclient/Module.php %%WWWDIR%%/go/modules/community/davclient/controller/DavAccount.php -%%WWWDIR%%/go/modules/community/davclient/icon.png %%WWWDIR%%/go/modules/community/davclient/cron/RefreshDav.php +%%WWWDIR%%/go/modules/community/davclient/icon.png %%WWWDIR%%/go/modules/community/davclient/install/install.sql %%WWWDIR%%/go/modules/community/davclient/install/updates.php %%WWWDIR%%/go/modules/community/davclient/language/de.php @@ -4109,28 +4109,6 @@ %%WWWDIR%%/go/modules/community/googleauthenticator/language/pl.php %%WWWDIR%%/go/modules/community/googleauthenticator/language/pt_br.php %%WWWDIR%%/go/modules/community/googleauthenticator/language/pt_pt.php -%%WWWDIR%%/go/modules/community/goui/Module.php -%%WWWDIR%%/go/modules/community/goui/README.md -%%WWWDIR%%/go/modules/community/goui/install/install.sql -%%WWWDIR%%/go/modules/community/goui/install/uninstall.sql -%%WWWDIR%%/go/modules/community/goui/language/de.php -%%WWWDIR%%/go/modules/community/goui/language/en.php -%%WWWDIR%%/go/modules/community/goui/language/nl.php -%%WWWDIR%%/go/modules/community/goui/views/goui/dist/Index.js -%%WWWDIR%%/go/modules/community/goui/views/goui/dist/style.css -%%WWWDIR%%/go/modules/community/goui/views/goui/node_modules/.package-lock.json -%%WWWDIR%%/go/modules/community/goui/views/goui/package-lock.json -%%WWWDIR%%/go/modules/community/goui/views/goui/package.json -%%WWWDIR%%/go/modules/community/goui/views/goui/script/Index.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/Main.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteBookCombo.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteBookDialog.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteBookGrid.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteDetail.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteDialog.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/script/NoteGrid.ts -%%WWWDIR%%/go/modules/community/goui/views/goui/style/style.scss -%%WWWDIR%%/go/modules/community/goui/views/goui/tsconfig.json %%WWWDIR%%/go/modules/community/history/Module.php %%WWWDIR%%/go/modules/community/history/controller/LogEntry.php %%WWWDIR%%/go/modules/community/history/icon.png @@ -5091,7 +5069,6 @@ %%WWWDIR%%/modules/calendar/install/updatescripts/3_preset_category_acls.php %%WWWDIR%%/modules/calendar/install/updatescripts/4_nl_koningsdag.php %%WWWDIR%%/modules/calendar/install/updatescripts/5_revert_rrule_shifting.php -%%WWWDIR%%/modules/calendar/language/sl.php %%WWWDIR%%/modules/carddav/CarddavModule.php %%WWWDIR%%/modules/carddav/addressbook.php %%WWWDIR%%/modules/carddav/install/updates.inc.php @@ -5371,9 +5348,9 @@ %%WWWDIR%%/modules/files/FilePropertiesDialog.js %%WWWDIR%%/modules/files/FilesDetailPanel.js %%WWWDIR%%/modules/files/FilesGrid.js -%%WWWDIR%%/modules/files/FilesModule.php %%WWWDIR%%/modules/files/FolderPanel.js %%WWWDIR%%/modules/files/FolderPropertiesDialog.js +%%WWWDIR%%/modules/gota/index.html %%WWWDIR%%/modules/files/FolderbrowserTabPanel.js %%WWWDIR%%/modules/files/ImageViewer.js %%WWWDIR%%/modules/files/NewFolderDialog.js @@ -5549,14 +5526,13 @@ %%WWWDIR%%/modules/filesearch/themes/Default/style.css %%WWWDIR%%/modules/filesearch/xsl/docxtohtml.xsl %%WWWDIR%%/modules/filesearch/xsl/odttohtml.xsl -%%WWWDIR%%/modules/freebusypermissions/language/sl.php %%WWWDIR%%/modules/gota/GotaModule.php %%WWWDIR%%/modules/gota/README.TXT %%WWWDIR%%/modules/gota/controller/FileController.php %%WWWDIR%%/modules/gota/filehandler/Gota.php %%WWWDIR%%/modules/gota/gota.jar -%%WWWDIR%%/modules/gota/index.html %%WWWDIR%%/modules/gota/javalang.txt +%%WWWDIR%%/modules/projects2/language/sv.php %%WWWDIR%%/modules/gota/language/cs.php %%WWWDIR%%/modules/gota/language/de.php %%WWWDIR%%/modules/gota/language/en.php @@ -5607,7 +5583,6 @@ %%WWWDIR%%/modules/hoursapproval2/views/Extjs3/DisapproveDialog.js %%WWWDIR%%/modules/hoursapproval2/views/Extjs3/MainPanel.js %%WWWDIR%%/modules/hoursapproval2/views/Extjs3/WeekGrid.js -%%WWWDIR%%/modules/jitsimeet/language/sl.php %%WWWDIR%%/modules/leavedays/LeavedaysModule.php %%WWWDIR%%/modules/leavedays/controller/LeavedayController.php %%WWWDIR%%/modules/leavedays/controller/ReportController.php @@ -5906,10 +5881,10 @@ %%WWWDIR%%/modules/projects2/language/ro.php %%WWWDIR%%/modules/projects2/language/ru.php %%WWWDIR%%/modules/projects2/language/sl.php -%%WWWDIR%%/modules/projects2/language/sv.php %%WWWDIR%%/modules/projects2/language/th.php -%%WWWDIR%%/modules/projects2/model/DefaultResource.php %%WWWDIR%%/modules/projects2/model/Expense.php +%%WWWDIR%%/modules/projects2/model/DefaultResource.php +%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fi.js %%WWWDIR%%/modules/projects2/model/ExpenseBudget.php %%WWWDIR%%/modules/projects2/model/GroupedExpenseBudget.php %%WWWDIR%%/modules/projects2/model/Income.php @@ -6233,9 +6208,9 @@ %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/es.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/et.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fa.js -%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fi.js -%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr-ca.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr.js +%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr-ca.js +%%WWWDIR%%/modules/workflow/themes/Extjs/images/workflow.png %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hr.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hu.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/it.js @@ -6647,7 +6622,7 @@ %%WWWDIR%%/modules/workflow/model/Trigger.php %%WWWDIR%%/modules/workflow/themes/Default/images/workflow.png %%WWWDIR%%/modules/workflow/themes/Default/style.css -%%WWWDIR%%/modules/workflow/themes/Extjs/images/workflow.png +%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Text.php %%WWWDIR%%/modules/workflow/themes/Extjs/style.css %%WWWDIR%%/modules/workflow/views/Extjs3/FolderPanel.js %%WWWDIR%%/modules/workflow/views/Extjs3/MainPanel.js @@ -6932,7 +6907,7 @@ %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Payment.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Person.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php -%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Text.php +%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php @@ -7126,7 +7101,7 @@ %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php -%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php @@ -7373,7 +7348,7 @@ %%WWWDIR%%/vendor/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php %%WWWDIR%%/vendor/firebase/php-jwt/src/Key.php %%WWWDIR%%/vendor/firebase/php-jwt/src/SignatureInvalidException.php -%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php %%WWWDIR%%/vendor/guzzlehttp/guzzle/LICENSE %%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md %%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md @@ -7438,7 +7413,7 @@ %%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectionException.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php -%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php +%%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php %%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md %%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE %%WWWDIR%%/vendor/guzzlehttp/psr7/README.md @@ -7654,8 +7629,8 @@ %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/AbstractGrant.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/AuthorizationCode.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/ClientCredentials.php -%%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/GrantFactory.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Password.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/RefreshToken.php %%WWWDIR%%/vendor/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php @@ -8098,11 +8073,11 @@ %%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php %%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php %%WWWDIR%%/vendor/paragonie/random_compat/psalm.xml -%%WWWDIR%%/vendor/phpmailer/phpmailer/.editorconfig %%WWWDIR%%/vendor/phpmailer/phpmailer/COMMITMENT %%WWWDIR%%/vendor/phpmailer/phpmailer/LICENSE %%WWWDIR%%/vendor/phpmailer/phpmailer/README.md %%WWWDIR%%/vendor/phpmailer/phpmailer/SECURITY.md +%%WWWDIR%%/vendor/phpmailer/phpmailer/SMTPUTF8.md %%WWWDIR%%/vendor/phpmailer/phpmailer/VERSION %%WWWDIR%%/vendor/phpmailer/phpmailer/composer.json %%WWWDIR%%/vendor/phpmailer/phpmailer/get_oauth_token.php @@ -8178,6 +8153,8 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ArrayEnabled.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/BinaryComparison.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/CalculationBase.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/CalculationLocale.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DAverage.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCount.php @@ -8263,6 +8240,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FunctionArray.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ErrorValue.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ExcelError.php @@ -8658,6 +8636,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/SheetView.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/Column.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/TableDxfsStyle.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Table/TableStyle.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Validations.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php @@ -8815,7 +8794,6 @@ %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php -%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php @@ -9888,8 +9866,6 @@ %%WWWDIR%%/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php %%WWWDIR%%/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php %%WWWDIR%%/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php -%%WWWDIR%%/vendor/tecnickcom/tcpdf/tcpdf_import.php -%%WWWDIR%%/vendor/tecnickcom/tcpdf/tcpdf_parser.php %%WWWDIR%%/vendor/tecnickcom/tcpdf/tools/.htaccess %%WWWDIR%%/vendor/tecnickcom/tcpdf/tools/convert_fonts_examples.txt %%WWWDIR%%/vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php @@ -10132,25 +10108,7 @@ %%WWWDIR%%/views/Extjs3/language.php %%WWWDIR%%/views/Extjs3/modulescripts.php %%WWWDIR%%/views/Extjs3/script.php -%%WWWDIR%%/views/Extjs3/themes/Compact/Layout.php -%%WWWDIR%%/views/Extjs3/themes/Compact/fonts/icons.woff2 %%WWWDIR%%/views/Extjs3/themes/Compact/htmleditor.css -%%WWWDIR%%/views/Extjs3/themes/Compact/img/dark_light.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/apple-touch-icon.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/favicon-16x16.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/favicon-32x32.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/favicon.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/icon.png -%%WWWDIR%%/views/Extjs3/themes/Compact/img/favicon/site.webmanifest -%%WWWDIR%%/views/Extjs3/themes/Compact/pageFooter.php -%%WWWDIR%%/views/Extjs3/themes/Compact/pageHeader.php -%%WWWDIR%%/views/Extjs3/themes/Compact/src/_adapter.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/_config.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/_overrides.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/_theme.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/_typography.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/htmleditor.scss -%%WWWDIR%%/views/Extjs3/themes/Compact/src/style.scss %%WWWDIR%%/views/Extjs3/themes/Compact/style.css %%WWWDIR%%/views/Extjs3/themes/Paper/Layout.php %%WWWDIR%%/views/Extjs3/themes/Paper/flags/LICENSE @@ -10320,6 +10278,7 @@ %%WWWDIR%%/views/Extjs3/themes/Paper/sounds/message-new-email.mp3 %%WWWDIR%%/views/Extjs3/themes/Paper/sounds/message-new-email.ogg %%WWWDIR%%/views/Extjs3/themes/Paper/src/_base.scss +%%WWWDIR%%/views/Extjs3/themes/Paper/src/_compact.scss %%WWWDIR%%/views/Extjs3/themes/Paper/src/_compat.scss %%WWWDIR%%/views/Extjs3/themes/Paper/src/_config.scss %%WWWDIR%%/views/Extjs3/themes/Paper/src/_ext-base.scss @@ -10442,6 +10401,8 @@ %%WWWDIR%%/views/goui/dist/goui/script/component/Sortable.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/Splitter.d.ts %%WWWDIR%%/views/goui/dist/goui/script/component/Splitter.d.ts.map +%%WWWDIR%%/views/goui/dist/goui/script/component/ToolTip.d.ts +%%WWWDIR%%/views/goui/dist/goui/script/component/ToolTip.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/Toolbar.d.ts %%WWWDIR%%/views/goui/dist/goui/script/component/Toolbar.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/Window.d.ts @@ -10470,6 +10431,8 @@ %%WWWDIR%%/views/goui/dist/goui/script/component/form/DateField.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/form/DateRangeField.d.ts %%WWWDIR%%/views/goui/dist/goui/script/component/form/DateRangeField.d.ts.map +%%WWWDIR%%/views/goui/dist/goui/script/component/form/DateTimeField.d.ts +%%WWWDIR%%/views/goui/dist/goui/script/component/form/DateTimeField.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/form/DisplayField.d.ts %%WWWDIR%%/views/goui/dist/goui/script/component/form/DisplayField.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/component/form/DurationField.d.ts @@ -10591,8 +10554,12 @@ %%WWWDIR%%/views/goui/dist/goui/style/goui.css.map %%WWWDIR%%/views/goui/dist/goui/style/lato.css %%WWWDIR%%/views/goui/dist/goui/style/lato.css.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/CustomFields.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/CustomFields.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Entities.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Entities.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/LangLoader.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/LangLoader.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Modules.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Modules.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Router.d.ts @@ -10635,8 +10602,12 @@ %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/MainThreeColumnPanel.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/PrincipalCombo.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/PrincipalCombo.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/RecurrenceField.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/RecurrenceField.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/index.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/form/index.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/index.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/index.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/picker/RecurrencePicker.d.ts @@ -10652,8 +10623,6 @@ %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/JmapDataSource.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/index.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/index.d.ts.map -%%WWWDIR%%/views/goui/dist/groupoffice-core/script/LangLoader.d.ts -%%WWWDIR%%/views/goui/dist/groupoffice-core/script/LangLoader.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/model/Link.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/model/Link.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/permissions/SharePanel.d.ts @@ -10662,8 +10631,6 @@ %%WWWDIR%%/views/goui/dist/groupoffice-core/script/permissions/index.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/util/Recurrence.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/util/Recurrence.d.ts.map -%%WWWDIR%%/views/goui/dist/groupoffice-core/style/groupoffice-compact.css -%%WWWDIR%%/views/goui/dist/groupoffice-core/style/groupoffice-compact.css.map %%WWWDIR%%/views/goui/dist/groupoffice-core/style/groupoffice.css %%WWWDIR%%/views/goui/dist/groupoffice-core/style/groupoffice.css.map %%WWWDIR%%/views/goui/esbuild-module.mjs @@ -10758,6 +10725,7 @@ %%WWWDIR%%/views/goui/goui/script/component/SearchButton.ts %%WWWDIR%%/views/goui/goui/script/component/Sortable.ts %%WWWDIR%%/views/goui/goui/script/component/Splitter.ts +%%WWWDIR%%/views/goui/goui/script/component/ToolTip.ts %%WWWDIR%%/views/goui/goui/script/component/Toolbar.ts %%WWWDIR%%/views/goui/goui/script/component/Window.ts %%WWWDIR%%/views/goui/goui/script/component/form/ArrayField.ts @@ -10772,6 +10740,7 @@ %%WWWDIR%%/views/goui/goui/script/component/form/DataSourceForm.ts %%WWWDIR%%/views/goui/goui/script/component/form/DateField.ts %%WWWDIR%%/views/goui/goui/script/component/form/DateRangeField.ts +%%WWWDIR%%/views/goui/goui/script/component/form/DateTimeField.ts %%WWWDIR%%/views/goui/goui/script/component/form/DisplayField.ts %%WWWDIR%%/views/goui/goui/script/component/form/DurationField.ts %%WWWDIR%%/views/goui/goui/script/component/form/Field.ts @@ -10854,6 +10823,8 @@ %%WWWDIR%%/views/goui/goui/style/lato.scss %%WWWDIR%%/views/goui/goui/tests/Router.ts %%WWWDIR%%/views/goui/goui/tests/lib/component/Component.ts +%%WWWDIR%%/views/goui/goui/tests/lib/component/Observable.ts +%%WWWDIR%%/views/goui/goui/tests/lib/component/form/TextField.ts %%WWWDIR%%/views/goui/goui/tests/lib/util/BrowserStorage.ts %%WWWDIR%%/views/goui/goui/tests/lib/util/Collection.ts %%WWWDIR%%/views/goui/goui/tests/lib/util/DateInterval.ts @@ -10935,6 +10906,10 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CardMenu.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CardMenu.js %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CardMenu.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CollapseButton.d.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CollapseButton.d.ts.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CollapseButton.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/CollapseButton.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Component.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Component.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Component.js @@ -10959,6 +10934,10 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Observable.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Observable.js %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Observable.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/OverlayToolbarButton.d.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/OverlayToolbarButton.d.ts.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/OverlayToolbarButton.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/OverlayToolbarButton.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Paginator.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Paginator.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Paginator.js @@ -10979,6 +10958,10 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Splitter.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Splitter.js %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Splitter.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/ToolTip.d.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/ToolTip.d.ts.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/ToolTip.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/ToolTip.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Toolbar.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Toolbar.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/Toolbar.js @@ -11338,17 +11321,20 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Button.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/CardContainer.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/CardMenu.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/CollapseButton.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Component.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/DescriptionList.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/DraggableComponent.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/List.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/MaterialIcon.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Observable.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/OverlayToolbarButton.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Paginator.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Root.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/SearchButton.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Sortable.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Splitter.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/ToolTip.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Toolbar.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/Window.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/ArrayField.ts @@ -11472,10 +11458,12 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chart.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chart.umd.js %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chart.umd.js.map -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.segment.cjs -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.segment.cjs.map -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.segment.js -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.segment.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chart.umd.min.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chart.umd.min.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.dataset.cjs +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.dataset.cjs.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.dataset.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/chunks/helpers.dataset.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/controllers/controller.bar.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/controllers/controller.bubble.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/controllers/controller.doughnut.d.ts @@ -11522,6 +11510,7 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.config.types.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.core.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.curve.d.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.dataset.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.dom.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.easing.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/chart.js/dist/helpers/helpers.extras.d.ts @@ -11646,6 +11635,7 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/ical.js/package.json %%WWWDIR%%/views/goui/groupoffice-core/package-lock.json %%WWWDIR%%/views/goui/groupoffice-core/package.json +%%WWWDIR%%/views/goui/groupoffice-core/script/CustomFields.ts %%WWWDIR%%/views/goui/groupoffice-core/script/Entities.ts %%WWWDIR%%/views/goui/groupoffice-core/script/LangLoader.ts %%WWWDIR%%/views/goui/groupoffice-core/script/Modules.ts @@ -11669,7 +11659,9 @@ %%WWWDIR%%/views/goui/groupoffice-core/script/components/LinkBrowserButton.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/PrincipalCombo.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/form/RecurrenceField.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/components/form/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.ts %%WWWDIR%%/views/goui/groupoffice-core/script/index.ts @@ -11681,9 +11673,9 @@ %%WWWDIR%%/views/goui/groupoffice-core/script/permissions/SharePanel.ts %%WWWDIR%%/views/goui/groupoffice-core/script/permissions/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/util/Recurrence.ts +%%WWWDIR%%/views/goui/groupoffice-core/style/_compact.scss %%WWWDIR%%/views/goui/groupoffice-core/style/_general.scss %%WWWDIR%%/views/goui/groupoffice-core/style/_theme.scss -%%WWWDIR%%/views/goui/groupoffice-core/style/groupoffice-compact.scss %%WWWDIR%%/views/goui/groupoffice-core/style/groupoffice.scss %%WWWDIR%%/views/goui/groupoffice-core/tsconfig.json %%WWWDIR%%/views/goui/node_modules/.package-lock.json @@ -11711,9 +11703,6 @@ @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/@parcel -@dir %%WWWDIR%%/go/modules/community/goui/views/goui/node_modules/.bin -@dir %%WWWDIR%%/go/modules/community/goui/views/goui/node_modules/@esbuild -@dir %%WWWDIR%%/go/modules/community/goui/views/goui/node_modules/@parcel @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/@parcel diff --git a/www/ilias/Makefile b/www/ilias/Makefile index a43b377cd799..0d209f5dd583 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -1,6 +1,6 @@ PORTNAME= ilias DISTVERSIONPREFIX= v -DISTVERSION= 9.10 +DISTVERSION= 9.12 CATEGORIES= www education PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/ilias/distinfo b/www/ilias/distinfo index fb60cda12b7f..31d152045b7f 100644 --- a/www/ilias/distinfo +++ b/www/ilias/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749093329 -SHA256 (ILIAS-eLearning-ILIAS-v9.10_GH0.tar.gz) = ae49aebfceb579ae963740e27f4c6f8db1063bffa7b7f89444a679cb1242d1ab -SIZE (ILIAS-eLearning-ILIAS-v9.10_GH0.tar.gz) = 31900358 +TIMESTAMP = 1753358801 +SHA256 (ILIAS-eLearning-ILIAS-v9.12_GH0.tar.gz) = 566f8a5a7ecfa37365e2a42b71052bd7c4a1723e7432aa841e9b0176bd0aa9ce +SIZE (ILIAS-eLearning-ILIAS-v9.12_GH0.tar.gz) = 31906390 diff --git a/www/minio/Makefile b/www/minio/Makefile index fc2ed4ee18c0..541d89269a7f 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,6 +1,5 @@ PORTNAME= minio DISTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 1 CATEGORIES= www DIST_SUBDIR= minio @@ -11,11 +10,11 @@ WWW= https://minio.io/ LICENSE= AGPLv3 USES= compiler cpe go:modules -GH_TAGNAME= RELEASE.2025-06-13T11-33-47Z +GH_TAGNAME= RELEASE.2025-07-18T21-56-31Z CPE_VERSION= ${GH_TAGNAME} USE_RC_SUBR= ${PORTNAME} -COMMIT_ID= a6c538c5a113a588d49b4f3af36ae3046cfa5ac6 +COMMIT_ID= 4021d8c8e2ef026aeda624c25ff3fffdbd112b09 GO_MODULE= github.com/minio/minio@v0.0.0-${DISTVERSION:S/.//g}-${COMMIT_ID:C/^(.{12}).*/\1/} GO_BUILDFLAGS= -ldflags=' \ diff --git a/www/minio/distinfo b/www/minio/distinfo index ed636f95379f..14dc1cc4f26e 100644 --- a/www/minio/distinfo +++ b/www/minio/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751267324 -SHA256 (go/www_minio/minio-2025.06.13.11.33.47/v0.0.0-20250613113347-a6c538c5a113.mod) = c9ec564bf09a7f3a24703f0c116289ce13ac6da81426f4cb372c7bb1c5508ea3 -SIZE (go/www_minio/minio-2025.06.13.11.33.47/v0.0.0-20250613113347-a6c538c5a113.mod) = 12569 -SHA256 (go/www_minio/minio-2025.06.13.11.33.47/v0.0.0-20250613113347-a6c538c5a113.zip) = cd71d2932747ae62f15ff4fbb1088dde52963e144a2ad7cb4f4cf335a2e5266e -SIZE (go/www_minio/minio-2025.06.13.11.33.47/v0.0.0-20250613113347-a6c538c5a113.zip) = 25075588 +TIMESTAMP = 1753445056 +SHA256 (go/www_minio/minio-2025.07.18.21.56.31/v0.0.0-20250718215631-4021d8c8e2ef.mod) = 1092c21cbe753941b16da2943be699d1517e70ebdd4da6d5c994ca27a85ba430 +SIZE (go/www_minio/minio-2025.07.18.21.56.31/v0.0.0-20250718215631-4021d8c8e2ef.mod) = 12569 +SHA256 (go/www_minio/minio-2025.07.18.21.56.31/v0.0.0-20250718215631-4021d8c8e2ef.zip) = 0206470f8addca9099e304ee113f6d573ce2e16ff18626ce517668ab9da3f10b +SIZE (go/www_minio/minio-2025.07.18.21.56.31/v0.0.0-20250718215631-4021d8c8e2ef.zip) = 25081275 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index b4d0c04d4fc0..d3ca683f1509 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 5.3.6 +PORTVERSION= 5.3.7 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index 3a777d594e76..f68e47935ae2 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752658741 -SHA256 (nextcloud/calendar-v5.3.6.tar.gz) = 0055e70f62d7b6297cafb37ac7d55268077233133c711e4b8fdbbfabbc5682bb -SIZE (nextcloud/calendar-v5.3.6.tar.gz) = 19920190 +TIMESTAMP = 1753371975 +SHA256 (nextcloud/calendar-v5.3.7.tar.gz) = a8f725b941a0a4384e86bc0d8f0dc026e140e7136af9726175af06ec0603a601 +SIZE (nextcloud/calendar-v5.3.7.tar.gz) = 19941551 diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index d755db4ecdda..c1b56c80e7d2 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= contacts -PORTVERSION= 7.2.0 +PORTVERSION= 7.2.1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-contacts/distinfo b/www/nextcloud-contacts/distinfo index 21d3bd993e14..ebe532805bd4 100644 --- a/www/nextcloud-contacts/distinfo +++ b/www/nextcloud-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752658658 -SHA256 (nextcloud/contacts-v7.2.0.tar.gz) = b46bafa5f16b0b264bbfc21a7ebe630849fc49878238dc717829004140130e8e -SIZE (nextcloud/contacts-v7.2.0.tar.gz) = 4399382 +TIMESTAMP = 1753371811 +SHA256 (nextcloud/contacts-v7.2.1.tar.gz) = 7cc0b396d8eea3cdfcb520fb2f666460aafdc7bcc9d46604cc3c360a28c038a6 +SIZE (nextcloud/contacts-v7.2.1.tar.gz) = 4404646 diff --git a/www/nift/Makefile b/www/nift/Makefile index dbd897314055..ddac5881c67b 100644 --- a/www/nift/Makefile +++ b/www/nift/Makefile @@ -1,7 +1,7 @@ PORTNAME= nift DISTVERSIONPREFIX= v DISTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= info@babaei.net @@ -16,23 +16,23 @@ USE_GITHUB= yes GH_ACCOUNT= nifty-site-manager GH_PROJECT= nsm +MAKE_ARGS= BUNDLED=0 + PLIST_FILES= bin/nift \ bin/nsm -OPTIONS_DEFINE= LUAJIT OPTIONS_DEFAULT= LUAJIT +OPTIONS_SINGLE= LUAIMPL +OPTIONS_SINGLE_LUAIMPL= LUAJIT LUA +LUAIMPL_DESC= Lua implementation LUAJIT_DESC= Use the Just-In-Time compiler for lua LUAJIT_USES= luajit -LUAJIT_USE_OFF= lua -LUAJIT_MAKE_ARGS= BUNDLED=0 LUAJIT_VERSION=${LUAJIT_LUAVER} -LUAJIT_MAKE_ARGS_OFF= BUNDLED=0 LUA_VERSION=${LUA_VER} - -.if empty(PORT_OPTIONS:MLUAJIT) -USES+= lua -.endif +LUAJIT_MAKE_ARGS= LUAJIT_VERSION=${LUAJIT_LUAVER} +LUA_USES= lua +LUA_MAKE_ARGS= LUA_VERSION=${LUA_VER} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nift - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nsm + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nift \ + ${STAGEDIR}${PREFIX}/bin/nsm .include <bsd.port.mk> diff --git a/www/nift/files/patch-exprtk_exprtk.h b/www/nift/files/patch-exprtk_exprtk.h new file mode 100644 index 000000000000..c46b67ea8b6f --- /dev/null +++ b/www/nift/files/patch-exprtk_exprtk.h @@ -0,0 +1,101 @@ +--- exprtk/exprtk.h.orig 2024-01-13 12:54:06 UTC ++++ exprtk/exprtk.h +@@ -6340,7 +6340,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -6400,7 +6400,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -6463,7 +6463,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -6507,7 +6507,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -7782,7 +7782,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(index_, node_delete_list); ++ expression_node<T>::ndb_t::collect(index_, node_delete_list); + } + + std::size_t node_depth() const +@@ -11992,7 +11992,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -15283,7 +15283,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -15339,7 +15339,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -15406,7 +15406,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -15473,7 +15473,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const +@@ -16040,7 +16040,7 @@ namespace exprtk + + void collect_nodes(typename expression_node<T>::noderef_list_t& node_delete_list) + { +- expression_node<T>::ndb_t::template collect(branch_, node_delete_list); ++ expression_node<T>::ndb_t::collect(branch_, node_delete_list); + } + + std::size_t node_depth() const diff --git a/www/nift/files/patch-nsm.cpp b/www/nift/files/patch-nsm.cpp new file mode 100644 index 000000000000..63cf40647dae --- /dev/null +++ b/www/nift/files/patch-nsm.cpp @@ -0,0 +1,11 @@ +--- nsm.cpp.orig 2024-01-13 12:54:06 UTC ++++ nsm.cpp +@@ -1452,7 +1452,7 @@ int main(int argc, const char* argv[]) + else if(cmd == "watch") + { + //ensures correct number of parameters given +- if(noParams < 2 && noParams > 5) ++ if(noParams < 2 || noParams > 5) + return parError(noParams, argv, "2-5"); + + WatchList wl; diff --git a/www/node20/Makefile.version b/www/node20/Makefile.version index 4a050a24efaa..9363025dccf7 100644 --- a/www/node20/Makefile.version +++ b/www/node20/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 20.19.3 +NODEJS_PORTVERSION= 20.19.4 diff --git a/www/node20/distinfo b/www/node20/distinfo index f0829b77ea26..64b10d8f5e2b 100644 --- a/www/node20/distinfo +++ b/www/node20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954140 -SHA256 (node-v20.19.3.tar.xz) = 99be7b9d268d48b93be568a23240398ceacb0782dc7055b9972305c000b0e292 -SIZE (node-v20.19.3.tar.xz) = 42361704 +TIMESTAMP = 1753265708 +SHA256 (node-v20.19.4.tar.xz) = b87fd7106013d3906706913ffc63a4403715fbb272c4f83ff4338527353eec0f +SIZE (node-v20.19.4.tar.xz) = 42460588 diff --git a/www/node22/Makefile.version b/www/node22/Makefile.version index 994a4c2f0d2b..81316500adb5 100644 --- a/www/node22/Makefile.version +++ b/www/node22/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 22.17.0 +NODEJS_PORTVERSION= 22.17.1 diff --git a/www/node22/distinfo b/www/node22/distinfo index d8a3dc3d6812..fa6b7ae26589 100644 --- a/www/node22/distinfo +++ b/www/node22/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954142 -SHA256 (node-v22.17.0.tar.xz) = 7a3ef2aedb905ea7926e5209157266e2376a5db619d9ac0cba3c967f6f5db4f9 -SIZE (node-v22.17.0.tar.xz) = 48823936 +TIMESTAMP = 1753265710 +SHA256 (node-v22.17.1.tar.xz) = 327415fd76fcebb98133bf56e2d90e3ac048b038fac2676f03b6db91074575b9 +SIZE (node-v22.17.1.tar.xz) = 48453936 diff --git a/www/node24/Makefile.version b/www/node24/Makefile.version index a0f59e10846f..5778c22fca49 100644 --- a/www/node24/Makefile.version +++ b/www/node24/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 24.4.0 +NODEJS_PORTVERSION= 24.4.1 diff --git a/www/node24/distinfo b/www/node24/distinfo index c0c01fe39dc6..f92d33ffd802 100644 --- a/www/node24/distinfo +++ b/www/node24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266024 -SHA256 (node-v24.4.0.tar.xz) = 42fa8079da25a926013cd89b9d3467d09110e4fbb0c439342ebe4dd6ecc26bbb -SIZE (node-v24.4.0.tar.xz) = 50262840 +TIMESTAMP = 1753265712 +SHA256 (node-v24.4.1.tar.xz) = adb79ca0987486ed66136213da19ff17ef6724dcb340c320e010c9442101652f +SIZE (node-v24.4.1.tar.xz) = 50266728 diff --git a/www/node24/files/patch-tools_v8__gypfiles_v8.gyp b/www/node24/files/patch-armv7 index 189f9b3780d8..189f9b3780d8 100644 --- a/www/node24/files/patch-tools_v8__gypfiles_v8.gyp +++ b/www/node24/files/patch-armv7 diff --git a/www/offpunk/Makefile b/www/offpunk/Makefile index bdc6e51625e7..a0a724d0cb25 100644 --- a/www/offpunk/Makefile +++ b/www/offpunk/Makefile @@ -1,6 +1,6 @@ PORTNAME= offpunk DISTVERSIONPREFIX= v -DISTVERSION= 2.4 +DISTVERSION= 2.7.1 CATEGORIES= www python MASTER_SITES= https://git.sr.ht/~lioploum/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/www/offpunk/distinfo b/www/offpunk/distinfo index 2c8db4d4c453..85f438a50948 100644 --- a/www/offpunk/distinfo +++ b/www/offpunk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734624329 -SHA256 (offpunk-v2.4.tar.gz) = f79c1a2369da20c1ef278a4eca65d320d3d7cef6cc9c2a90475c6d6132ace3fd -SIZE (offpunk-v2.4.tar.gz) = 471822 +TIMESTAMP = 1753008530 +SHA256 (offpunk-v2.7.1.tar.gz) = 9af9c1a12f3da0edf489f99026aa98beccd97ad61f3ad58d9eef8f684dc70c7f +SIZE (offpunk-v2.7.1.tar.gz) = 1027067 diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile index 755c21ab642c..5fca9204f54f 100644 --- a/www/p5-Plack-Middleware-Session/Makefile +++ b/www/p5-Plack-Middleware-Session/Makefile @@ -1,5 +1,5 @@ PORTNAME= Plack-Middleware-Session -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,7 @@ WWW= https://metacpan.org/release/Plack-Middleware-Session LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Cookie-Baker>=0.12:www/p5-Cookie-Baker \ diff --git a/www/p5-Plack-Middleware-Session/distinfo b/www/p5-Plack-Middleware-Session/distinfo index da892e2e940d..344c8824063a 100644 --- a/www/p5-Plack-Middleware-Session/distinfo +++ b/www/p5-Plack-Middleware-Session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752056766 -SHA256 (Plack-Middleware-Session-0.35.tar.gz) = 0d6c8072ce51aed2e90f8d33e942aaa9228439980d73e73f10134b08c49a5a89 -SIZE (Plack-Middleware-Session-0.35.tar.gz) = 28495 +TIMESTAMP = 1753333010 +SHA256 (Plack-Middleware-Session-0.36.tar.gz) = 92a5831658810d23732e6e3bae7a44a1fa5a7d8a6a6e6dcd75b91c6a9c24b466 +SIZE (Plack-Middleware-Session-0.36.tar.gz) = 30119 diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index 0ed1dc56fd72..208a397d51b4 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,6 +1,5 @@ PORTNAME= asgiref -PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTVERSION= 3.9.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index 14c3cba141a0..022c3e2ec7d4 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712325002 -SHA256 (asgiref-3.8.1.tar.gz) = c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590 -SIZE (asgiref-3.8.1.tar.gz) = 35186 +TIMESTAMP = 1753409463 +SHA256 (asgiref-3.9.1.tar.gz) = a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142 +SIZE (asgiref-3.9.1.tar.gz) = 36870 diff --git a/www/py-django-stubs-ext/Makefile b/www/py-django-stubs-ext/Makefile index f3019c1942da..1af68ac93529 100644 --- a/www/py-django-stubs-ext/Makefile +++ b/www/py-django-stubs-ext/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-stubs-ext -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-stubs-ext/distinfo b/www/py-django-stubs-ext/distinfo index 7e9cdc0270d6..0cbe32b55f86 100644 --- a/www/py-django-stubs-ext/distinfo +++ b/www/py-django-stubs-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954258 -SHA256 (django_stubs_ext-5.2.1.tar.gz) = fc0582cb3289306c43ce4a0a15af86922ce1dbec3c19eab80980ee70c04e0392 -SIZE (django_stubs_ext-5.2.1.tar.gz) = 6550 +TIMESTAMP = 1753265796 +SHA256 (django_stubs_ext-5.2.2.tar.gz) = d9d151b919fe2438760f5bd938f03e1cb08c84d0651f9e5917f1313907e42683 +SIZE (django_stubs_ext-5.2.2.tar.gz) = 6244 diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile index 5d4194423c65..c3cef51fc9bf 100644 --- a/www/py-freenit/Makefile +++ b/www/py-freenit/Makefile @@ -1,5 +1,5 @@ PORTNAME= freenit -DISTVERSION= 0.3.19 +DISTVERSION= 0.3.20 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-freenit/distinfo b/www/py-freenit/distinfo index 328f9f0e73c8..48bdc9faf306 100644 --- a/www/py-freenit/distinfo +++ b/www/py-freenit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751665277 -SHA256 (freenit-0.3.19.tar.gz) = 4d61c6c6f393c0b5ef344d2710aae5e3bbdb535a7b507d39911ee09b23b1641f -SIZE (freenit-0.3.19.tar.gz) = 28403 +TIMESTAMP = 1753270744 +SHA256 (freenit-0.3.20.tar.gz) = d5a48c39d7d603ea9aeac8a29d25d9c3fb1fc5ebfbc4bf56f829b01f5e88906d +SIZE (freenit-0.3.20.tar.gz) = 28417 diff --git a/www/py-google-cloud-compute/Makefile b/www/py-google-cloud-compute/Makefile index ea1908a9bdee..74424376bf7a 100644 --- a/www/py-google-cloud-compute/Makefile +++ b/www/py-google-cloud-compute/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-compute -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-compute/distinfo b/www/py-google-cloud-compute/distinfo index 4d8eb477187e..2e9cbb821145 100644 --- a/www/py-google-cloud-compute/distinfo +++ b/www/py-google-cloud-compute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266180 -SHA256 (google_cloud_compute-1.32.0.tar.gz) = 76d775da26aefbf05eb6b95703f6015e0698e63c97219bbe74ffd34012b01386 -SIZE (google_cloud_compute-1.32.0.tar.gz) = 4421136 +TIMESTAMP = 1753265798 +SHA256 (google_cloud_compute-1.33.0.tar.gz) = 0ffc56bfca9583c2fa5f2b6271b6756a4d6f5cdbefe2656420711297292e42ee +SIZE (google_cloud_compute-1.33.0.tar.gz) = 4423466 diff --git a/www/py-readability-lxml/Makefile b/www/py-readability-lxml/Makefile index 620e1a050d42..d6f57a584bbf 100644 --- a/www/py-readability-lxml/Makefile +++ b/www/py-readability-lxml/Makefile @@ -1,9 +1,9 @@ PORTNAME= readability-lxml -PORTVERSION= 0.8.1 -PORTREVISION= 2 +DISTVERSION= 0.8.4.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S|-|_|}-${DISTVERSION} MAINTAINER= m.ne@gmx.net COMMENT= Fast HTML to text parser (article readability tool) diff --git a/www/py-readability-lxml/distinfo b/www/py-readability-lxml/distinfo index bad18bd38808..c7168c5b253a 100644 --- a/www/py-readability-lxml/distinfo +++ b/www/py-readability-lxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691368002 -SHA256 (readability-lxml-0.8.1.tar.gz) = e51fea56b5909aaf886d307d48e79e096293255afa567b7d08bca94d25b1a4e1 -SIZE (readability-lxml-0.8.1.tar.gz) = 15878 +TIMESTAMP = 1753339536 +SHA256 (readability_lxml-0.8.4.1.tar.gz) = 9d2924f5942dd7f37fb4da353263b22a3e877ccf922d0e45e348e4177b035a53 +SIZE (readability_lxml-0.8.4.1.tar.gz) = 22874 diff --git a/www/py-readability-lxml/files/patch-readability_compat_two.py b/www/py-readability-lxml/files/patch-readability_compat_two.py deleted file mode 100644 index faf554014211..000000000000 --- a/www/py-readability-lxml/files/patch-readability_compat_two.py +++ /dev/null @@ -1,11 +0,0 @@ -Disable some python-2.x code with invalid syntax in python-3.x. - ---- readability/compat/two.py.orig 2020-07-03 23:38:42 UTC -+++ readability/compat/two.py -@@ -2,5 +2,5 @@ def raise_with_traceback(exc_type, traceback, *args, * - """ - Raise a new exception of type `exc_type` with an existing `traceback`. All - additional (keyword-)arguments are forwarded to `exc_type` -- """ - raise exc_type(*args, **kwargs), None, traceback -+ """ diff --git a/www/py-starlette/Makefile b/www/py-starlette/Makefile index 2c63c246639d..81486dcb83fa 100644 --- a/www/py-starlette/Makefile +++ b/www/py-starlette/Makefile @@ -1,5 +1,5 @@ PORTNAME= starlette -PORTVERSION= 0.47.1 +PORTVERSION= 0.47.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-starlette/distinfo b/www/py-starlette/distinfo index ad2347e98796..d14ec4b42cff 100644 --- a/www/py-starlette/distinfo +++ b/www/py-starlette/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954262 -SHA256 (starlette-0.47.1.tar.gz) = aef012dd2b6be325ffa16698f9dc533614fb1cebd593a906b90dc1025529a79b -SIZE (starlette-0.47.1.tar.gz) = 2583072 +TIMESTAMP = 1753265800 +SHA256 (starlette-0.47.2.tar.gz) = 6ae9aa5db235e4846decc1e7b79c4f346adf41e9777aebeb49dfd09bbd7023d8 +SIZE (starlette-0.47.2.tar.gz) = 2583948 diff --git a/www/radicale/Makefile b/www/radicale/Makefile index 0549aee57ab0..daf794be5b77 100644 --- a/www/radicale/Makefile +++ b/www/radicale/Makefile @@ -1,5 +1,6 @@ PORTNAME= radicale PORTVERSION= 3.5.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PY_SETUPTOOLS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6:deskutils/py-vobject@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pika>=1.1.0:devel/py-pika@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.3:devel/py-python-dateutil@${PY_FLAVOR} USES= cpe python USE_PYTHON= autoplist pep517 @@ -28,6 +28,15 @@ GROUPS= radicale USE_RC_SUBR= radicale NO_ARCH= yes +OPTIONS_DEFINE= ARGON2 BCRYPT LDAP +OPTIONS_DEFAULT= ARGON2 BCRYPT LDAP + +ARGON2_DESC= argon2 support for password hashes +ARGON2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>0:security/py-argon2-cffi@${PY_FLAVOR} +BCRYPT_DESC= bcrypt support for password hashes +BCRYPT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${PY_FLAVOR} +LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} + SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" PYTHON_CMD="${PYTHON_CMD}" post-patch: diff --git a/www/rubygem-akami/Makefile b/www/rubygem-akami/Makefile index ea7d7d2d6e41..7c7a4e936afb 100644 --- a/www/rubygem-akami/Makefile +++ b/www/rubygem-akami/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.3.1 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for building web service security WWW= https://github.com/savonrb/akami diff --git a/www/rubygem-hashicorp-checkpoint/Makefile b/www/rubygem-hashicorp-checkpoint/Makefile index 6564c7d0aa01..d8cdb9e7258d 100644 --- a/www/rubygem-hashicorp-checkpoint/Makefile +++ b/www/rubygem-hashicorp-checkpoint/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.1.5 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= ports@FreeBSD.org COMMENT= Internal HashiCorp service to check version information WWW= https://rubygems.org/gems/hashicorp-checkpoint diff --git a/www/rubygem-httpi/Makefile b/www/rubygem-httpi/Makefile index 5b5710f01435..c1fab999f111 100644 --- a/www/rubygem-httpi/Makefile +++ b/www/rubygem-httpi/Makefile @@ -1,16 +1,18 @@ PORTNAME= httpi -PORTVERSION= 2.4.2 +PORTVERSION= 4.0.4 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= dvl@FreeBSD.org COMMENT= Library for common HTTP client API WWW= https://github.com/savonrb/httpi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack \ +RUN_DEPENDS= rubygem-mutex_m>0:devel/rubygem-mutex_m \ + rubygem-nkf>0:net/rubygem-nkf \ + rubygem-rack>=2.0:www/rubygem-rack \ rubygem-socksify>=0:www/rubygem-socksify NO_ARCH= yes diff --git a/www/rubygem-httpi/distinfo b/www/rubygem-httpi/distinfo index 5db1c4197eb8..05e311fe4231 100644 --- a/www/rubygem-httpi/distinfo +++ b/www/rubygem-httpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499766310 -SHA256 (rubygem/httpi-2.4.2.gem) = 528a0a741cce6817f31d681ef9d689295bb4ca6731713f2aa83f139c1f70d521 -SIZE (rubygem/httpi-2.4.2.gem) = 45568 +TIMESTAMP = 1752856546 +SHA256 (rubygem/httpi-4.0.4.gem) = ca629bb9492a733dad1c6aabecc6f70e0847b10f4fe6eeb82ac120513455a23e +SIZE (rubygem/httpi-4.0.4.gem) = 25088 diff --git a/www/rubygem-propshaft-rails70/Makefile b/www/rubygem-propshaft-rails70/Makefile index a9bca5b112eb..c2be41856833 100644 --- a/www/rubygem-propshaft-rails70/Makefile +++ b/www/rubygem-propshaft-rails70/Makefile @@ -1,5 +1,5 @@ PORTNAME= propshaft -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails70 @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \ rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \ - rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties70>=7.0.0:www/rubygem-railties70 + rubygem-rack>=0,3:www/rubygem-rack USES= gem diff --git a/www/rubygem-propshaft-rails70/distinfo b/www/rubygem-propshaft-rails70/distinfo index 2db2c57a9491..ae7e5f5a9974 100644 --- a/www/rubygem-propshaft-rails70/distinfo +++ b/www/rubygem-propshaft-rails70/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632748 -SHA256 (rubygem/propshaft-1.1.0.gem) = d389361faf66aeb17e8d204828962c1e506edd14a1a17adb3fa475435c070f6b -SIZE (rubygem/propshaft-1.1.0.gem) = 14336 +TIMESTAMP = 1753265946 +SHA256 (rubygem/propshaft-1.2.0.gem) = b66038c76a52232e8f836a7eca36c5f82ca8b8e641ef391c31c88fa34db5a6e4 +SIZE (rubygem/propshaft-1.2.0.gem) = 18432 diff --git a/www/rubygem-propshaft-rails71/Makefile b/www/rubygem-propshaft-rails71/Makefile index 800118165099..3bcff4ec2c5d 100644 --- a/www/rubygem-propshaft-rails71/Makefile +++ b/www/rubygem-propshaft-rails71/Makefile @@ -1,5 +1,5 @@ PORTNAME= propshaft -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails71 @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack71>=7.0.0:www/rubygem-actionpack71 \ rubygem-activesupport71>=7.0.0:devel/rubygem-activesupport71 \ - rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties71>=7.0.0:www/rubygem-railties71 + rubygem-rack>=0,3:www/rubygem-rack USES= gem diff --git a/www/rubygem-propshaft-rails71/distinfo b/www/rubygem-propshaft-rails71/distinfo index 2db2c57a9491..ae7e5f5a9974 100644 --- a/www/rubygem-propshaft-rails71/distinfo +++ b/www/rubygem-propshaft-rails71/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632748 -SHA256 (rubygem/propshaft-1.1.0.gem) = d389361faf66aeb17e8d204828962c1e506edd14a1a17adb3fa475435c070f6b -SIZE (rubygem/propshaft-1.1.0.gem) = 14336 +TIMESTAMP = 1753265946 +SHA256 (rubygem/propshaft-1.2.0.gem) = b66038c76a52232e8f836a7eca36c5f82ca8b8e641ef391c31c88fa34db5a6e4 +SIZE (rubygem/propshaft-1.2.0.gem) = 18432 diff --git a/www/rubygem-propshaft-rails72/Makefile b/www/rubygem-propshaft-rails72/Makefile index dd950fa1d3ce..05724aba037e 100644 --- a/www/rubygem-propshaft-rails72/Makefile +++ b/www/rubygem-propshaft-rails72/Makefile @@ -1,5 +1,5 @@ PORTNAME= propshaft -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails72 @@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack72>=7.0.0:www/rubygem-actionpack72 \ rubygem-activesupport72>=7.0.0:devel/rubygem-activesupport72 \ - rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties72>=7.0.0:www/rubygem-railties72 + rubygem-rack>=0,3:www/rubygem-rack USES= gem diff --git a/www/rubygem-propshaft-rails72/distinfo b/www/rubygem-propshaft-rails72/distinfo index 2db2c57a9491..ae7e5f5a9974 100644 --- a/www/rubygem-propshaft-rails72/distinfo +++ b/www/rubygem-propshaft-rails72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632748 -SHA256 (rubygem/propshaft-1.1.0.gem) = d389361faf66aeb17e8d204828962c1e506edd14a1a17adb3fa475435c070f6b -SIZE (rubygem/propshaft-1.1.0.gem) = 14336 +TIMESTAMP = 1753265946 +SHA256 (rubygem/propshaft-1.2.0.gem) = b66038c76a52232e8f836a7eca36c5f82ca8b8e641ef391c31c88fa34db5a6e4 +SIZE (rubygem/propshaft-1.2.0.gem) = 18432 diff --git a/www/rubygem-propshaft/Makefile b/www/rubygem-propshaft/Makefile index d9a9c74b6e0a..ec379386471d 100644 --- a/www/rubygem-propshaft/Makefile +++ b/www/rubygem-propshaft/Makefile @@ -1,6 +1,5 @@ PORTNAME= propshaft -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack80>=7.0.0:www/rubygem-actionpack80 \ rubygem-activesupport80>=7.0.0:devel/rubygem-activesupport80 \ - rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties80>=7.0.0:www/rubygem-railties80 + rubygem-rack>=0,3:www/rubygem-rack USES= gem diff --git a/www/rubygem-propshaft/distinfo b/www/rubygem-propshaft/distinfo index 2db2c57a9491..ae7e5f5a9974 100644 --- a/www/rubygem-propshaft/distinfo +++ b/www/rubygem-propshaft/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632748 -SHA256 (rubygem/propshaft-1.1.0.gem) = d389361faf66aeb17e8d204828962c1e506edd14a1a17adb3fa475435c070f6b -SIZE (rubygem/propshaft-1.1.0.gem) = 14336 +TIMESTAMP = 1753265946 +SHA256 (rubygem/propshaft-1.2.0.gem) = b66038c76a52232e8f836a7eca36c5f82ca8b8e641ef391c31c88fa34db5a6e4 +SIZE (rubygem/propshaft-1.2.0.gem) = 18432 diff --git a/www/rubygem-savon/Makefile b/www/rubygem-savon/Makefile index 176bd6bc3294..5a3f90cfcbe9 100644 --- a/www/rubygem-savon/Makefile +++ b/www/rubygem-savon/Makefile @@ -1,9 +1,9 @@ PORTNAME= savon -PORTVERSION= 2.11.2 +PORTVERSION= 2.15.1 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= dvl@FreeBSD.org COMMENT= Library for SOAP communications WWW= https://github.com/savonrb/savon @@ -13,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-akami>=1.2:www/rubygem-akami \ rubygem-builder>=2.1.2:devel/rubygem-builder \ rubygem-gyoku>=1.2:devel/rubygem-gyoku \ - rubygem-httpi>=2.3:www/rubygem-httpi \ - rubygem-nokogiri>=1.4.0:textproc/rubygem-nokogiri \ + rubygem-httpi>=4.0:www/rubygem-httpi \ + rubygem-mail>2.5:mail/rubygem-mail \ + rubygem-nokogiri>=1.8.1:textproc/rubygem-nokogiri \ rubygem-nori>=2.4:devel/rubygem-nori \ - rubygem-wasabi>=3.4:www/rubygem-wasabi + rubygem-wasabi>=3.7:www/rubygem-wasabi NO_ARCH= yes USES= gem diff --git a/www/rubygem-savon/distinfo b/www/rubygem-savon/distinfo index b330af094a3b..eb87b860f5de 100644 --- a/www/rubygem-savon/distinfo +++ b/www/rubygem-savon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155067 -SHA256 (rubygem/savon-2.11.2.gem) = cf515b932ae10c3aa16849e6ca62f19fb80246a355617a0c584160c140009bcd -SIZE (rubygem/savon-2.11.2.gem) = 166400 +TIMESTAMP = 1753469009 +SHA256 (rubygem/savon-2.15.1.gem) = 0e3e013d2103737c7f5cd0353694e5fed21afc1753339dc9eb143fd50cc5c461 +SIZE (rubygem/savon-2.15.1.gem) = 34304 diff --git a/www/rubygem-socksify/Makefile b/www/rubygem-socksify/Makefile index fba12b3a5272..859fa27f5ab0 100644 --- a/www/rubygem-socksify/Makefile +++ b/www/rubygem-socksify/Makefile @@ -1,19 +1,21 @@ PORTNAME= socksify -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Redirects any TCP connection through a SOCKS5 proxy -WWW= http://socksify.rubyforge.org/ +WWW= https://astro.github.io/socksify-ruby/ \ + https://github.com/astro/socksify-ruby LICENSE= GPLv3 RUBY LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING -NO_ARCH= yes USES= gem +NO_ARCH= yes + PLIST_FILES= bin/socksify_ruby .include <bsd.port.mk> diff --git a/www/rubygem-socksify/distinfo b/www/rubygem-socksify/distinfo index 1fe76d96600c..d103ca4728e7 100644 --- a/www/rubygem-socksify/distinfo +++ b/www/rubygem-socksify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488010849 -SHA256 (rubygem/socksify-1.7.1.gem) = d1b2c7ae908ad1a3f1ea5184065e856b7edbabef61b40c00a4231c4f2ebae4ba -SIZE (rubygem/socksify-1.7.1.gem) = 21504 +TIMESTAMP = 1753265970 +SHA256 (rubygem/socksify-1.8.1.gem) = cf2a01720cc32490cc657b3233730620a03b92e98281726872ebebedfea9a856 +SIZE (rubygem/socksify-1.8.1.gem) = 24064 diff --git a/www/rubygem-wasabi/Makefile b/www/rubygem-wasabi/Makefile index 4319112555c3..53e5287f0da3 100644 --- a/www/rubygem-wasabi/Makefile +++ b/www/rubygem-wasabi/Makefile @@ -1,17 +1,18 @@ PORTNAME= wasabi -PORTVERSION= 3.5.0 +PORTVERSION= 5.1.0 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= dvl@FreeBSD.org COMMENT= Library for simple WSDL parsing WWW= https://github.com/savonrb/wasabi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-httpi>=2.0:www/rubygem-httpi \ - rubygem-nokogiri>=1.4.2:textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-addressable>0:www/rubygem-addressable \ + rubygem-faraday>=1.9:www/rubygem-faraday \ + rubygem-nokogiri>=1.13.9:textproc/rubygem-nokogiri NO_ARCH= yes USES= gem diff --git a/www/rubygem-wasabi/distinfo b/www/rubygem-wasabi/distinfo index c40cd910a8b0..ac935188230e 100644 --- a/www/rubygem-wasabi/distinfo +++ b/www/rubygem-wasabi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499767533 -SHA256 (rubygem/wasabi-3.5.0.gem) = 010c254bb0e28aff45c595ea63cf3c13917372b96d4093626b8dbdba8b984427 -SIZE (rubygem/wasabi-3.5.0.gem) = 164864 +TIMESTAMP = 1753468516 +SHA256 (rubygem/wasabi-5.1.0.gem) = e2d8252fbecb03b116b6085c683878bfad23b867654977b778c1d8c6621b84cc +SIZE (rubygem/wasabi-5.1.0.gem) = 13312 diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 43230f06d2fd..901956f77fa7 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -40,7 +40,8 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=3.0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=5.0:www/py-bleach@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.4:net/py-python-ldap@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.4:net/py-python-ldap@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=3.4:devel/py-setuptools@${PY_FLAVOR} #${PYTHON_PKGNAMEPREFIX}captcha>=0.4:www/py-captcha@${PY_FLAVOR} \ diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 6d87f46cd1f9..8c1d5ef06dd6 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,9 +1,8 @@ PORTNAME= tor-browser -DISTVERSION= 14.5.4 -PORTREVISION= 1 +DISTVERSION= 14.5.5 CATEGORIES= www net security wayland -TAG_BASE= 90dbac96420394aa35ce29385814742ac4942b26 -TAG_TOR= 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939 +TAG_BASE= 8600afeb12fdae895c37618e1386c1a1ac2f5308 +TAG_TOR= 9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e MASTER_SITES= TOR \ LOCAL/vvd \ https://build-sources.tbb.torproject.org/:source1 \ @@ -18,7 +17,7 @@ MASTER_SITES= TOR \ LOCAL/vvd:source5 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}/:DEFAULT \ download/releases/:source3 -DISTNAME= src-firefox-tor-browser-128.12.0esr-14.5-1-build1 +DISTNAME= src-firefox-tor-browser-128.13.0esr-14.5-1-build2 MANUAL= manual_215922.zip NOSCRIPT= noscript-13.0.8.xpi DISTFILES= ${DISTNAME}.tar.xz \ diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index 17b1427f4f3d..d2a7b26f4e24 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1750789506 -SHA256 (src-firefox-tor-browser-128.12.0esr-14.5-1-build1.tar.xz) = d79e2760287bb86cddf99da0e73e0dd2fe54eb301958f58404deb475e61a47f8 -SIZE (src-firefox-tor-browser-128.12.0esr-14.5-1-build1.tar.xz) = 611154864 +TIMESTAMP = 1753285003 +SHA256 (src-firefox-tor-browser-128.13.0esr-14.5-1-build2.tar.xz) = 1e6b9a5c8be933fb2f4de8ffd7a9e4b094d1871d50940ff673ea43135074a0de +SIZE (src-firefox-tor-browser-128.13.0esr-14.5-1-build2.tar.xz) = 611043636 SHA256 (manual_215922.zip) = b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885 SIZE (manual_215922.zip) = 28305786 SHA256 (fonts-3--4348e1.tar.zst) = 7fbbecece6de777f196982f6eb567970a6d8e7ac2bf5b1ad6b90e1ea36374032 SIZE (fonts-3--4348e1.tar.zst) = 27441580 SHA256 (noscript-13.0.8.xpi) = 9d978cfe083cb9cce120b5ee41e8933d752d7ab4680bf517c5ec4b29c4cfd2dc SIZE (noscript-13.0.8.xpi) = 993143 -SHA256 (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = dd720795ebd4a335e522fc48956e81b1ba62580aae33d99997ecdaf6866a3537 -SIZE (tpo-translation-90dbac96420394aa35ce29385814742ac4942b26_GL0.tar.gz) = 793166 -SHA256 (tpo-translation-9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939_GL0.tar.gz) = 033bd5bb2e4e2f852d3a711c4e652a389f32974fe0304a969f518680d849a32c -SIZE (tpo-translation-9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939_GL0.tar.gz) = 2834090 +SHA256 (tpo-translation-8600afeb12fdae895c37618e1386c1a1ac2f5308_GL0.tar.gz) = c338513db81d38423a2f9e778c8116ba5925200c6d12cbafa1ba792656fbe7fc +SIZE (tpo-translation-8600afeb12fdae895c37618e1386c1a1ac2f5308_GL0.tar.gz) = 911838 +SHA256 (tpo-translation-9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e_GL0.tar.gz) = f69a2289c1d93bf4f05839986b6942877e0fa62285378d213dd077db097fd64d +SIZE (tpo-translation-9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e_GL0.tar.gz) = 2837456 SHA256 (mozilla-l10n-firefox-l10n-fcd0300e8478d1ec4d1c097a073ddb8e1e0351e3_GH0.tar.gz) = d07ecc7fe021998b523357849f71d52c9cb5248cb79bba29793e1ba353bae5bb SIZE (mozilla-l10n-firefox-l10n-fcd0300e8478d1ec4d1c097a073ddb8e1e0351e3_GH0.tar.gz) = 68409826 diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 6713597f1081..ca094e9fc62c 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,5 +1,5 @@ PORTNAME= waterfox -DISTVERSION= 6.6.0-beta-2 +DISTVERSION= 6.6.0-beta-3 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo index 4e754204af90..74174281d536 100644 --- a/www/waterfox/distinfo +++ b/www/waterfox/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752800000 -SHA256 (BrowserWorks-waterfox-6.6.0-beta-2_GH0.tar.gz) = ac486c24f35d4fe8159f2850fa393f5e932f5fff24e71e0379f35fff329c151d -SIZE (BrowserWorks-waterfox-6.6.0-beta-2_GH0.tar.gz) = 919136111 +TIMESTAMP = 1753395903 +SHA256 (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 3e3164a5b869ae77df6f17bd71a2a3d7c722d2f5a97ce3a9d0b768c54f7510f2 +SIZE (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 919407739 SHA256 (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 269b2f6c59e19ec07a9e231ab8bfb1d8d834b811136c07720955de0747c2d0fc SIZE (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 23702129 diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index b986aeda08ec..b84168025db1 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -1,6 +1,7 @@ PORTNAME= doublecmd PORTVERSION= 1.1.26 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11-fm PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/x11-fonts/py-gflanguages/Makefile b/x11-fonts/py-gflanguages/Makefile index 3b0a18f82644..5b81d7f8b81c 100644 --- a/x11-fonts/py-gflanguages/Makefile +++ b/x11-fonts/py-gflanguages/Makefile @@ -1,5 +1,5 @@ PORTNAME= gflanguages -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-fonts/py-gflanguages/distinfo b/x11-fonts/py-gflanguages/distinfo index a732afa3f000..8d5f8b007939 100644 --- a/x11-fonts/py-gflanguages/distinfo +++ b/x11-fonts/py-gflanguages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495871 -SHA256 (gflanguages-0.7.5.tar.gz) = 8dce3c0ca529dda8ba03172f7b2bd1ed317cd309952d67c6e7c5b6c51fc722c1 -SIZE (gflanguages-0.7.5.tar.gz) = 855210 +TIMESTAMP = 1753265802 +SHA256 (gflanguages-0.7.6.tar.gz) = f25843d0bdc9c26a203c58cbf8b01d57c7b0bc8478204b6e8446256936571639 +SIZE (gflanguages-0.7.6.tar.gz) = 857090 diff --git a/x11-toolkits/p5-Tk-HistEntry/Makefile b/x11-toolkits/p5-Tk-HistEntry/Makefile index 3ea5726f7562..768e636a2e72 100644 --- a/x11-toolkits/p5-Tk-HistEntry/Makefile +++ b/x11-toolkits/p5-Tk-HistEntry/Makefile @@ -1,5 +1,5 @@ PORTNAME= Tk-HistEntry -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/x11-toolkits/p5-Tk-HistEntry/distinfo b/x11-toolkits/p5-Tk-HistEntry/distinfo index 2f1fbfab789d..f1bbaf406ecb 100644 --- a/x11-toolkits/p5-Tk-HistEntry/distinfo +++ b/x11-toolkits/p5-Tk-HistEntry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514822929 -SHA256 (Tk-HistEntry-0.45.tar.gz) = 23ff67d1d01f4be131f461e2aa8483c4340aa952573f4288baf5e60bfd5d042a -SIZE (Tk-HistEntry-0.45.tar.gz) = 11402 +TIMESTAMP = 1753333020 +SHA256 (Tk-HistEntry-0.46.tar.gz) = 8cdcbbd599c7e2bbeb7c10e85a57526eb337fbf41443f1d70ac5f021d9310fda +SIZE (Tk-HistEntry-0.46.tar.gz) = 11688 diff --git a/x11/foot/Makefile b/x11/foot/Makefile index c3e1b3a4950b..9bd367151346 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.23.0 +DISTVERSION= 1.23.1 CATEGORIES= x11 wayland MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/foot/distinfo b/x11/foot/distinfo index fe520cfcf419..87fa1fdd5958 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752646534 -SHA256 (foot-1.23.0.tar.gz) = 74c874feb5ae0277a9f19fbd6418a40524cd71d629784276d109ebfe4e786421 -SIZE (foot-1.23.0.tar.gz) = 613734 +TIMESTAMP = 1753252093 +SHA256 (foot-1.23.1.tar.gz) = 02072b8f0aaf26907b6b02293c875539ce52fc59079344e7cf811ab03394cfa3 +SIZE (foot-1.23.1.tar.gz) = 614201 diff --git a/x11/linux-nvidia-libs-devel/Makefile b/x11/linux-nvidia-libs-devel/Makefile index 89d730f3a4c8..75a71009c848 100644 --- a/x11/linux-nvidia-libs-devel/Makefile +++ b/x11/linux-nvidia-libs-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64.03 +DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/linux-nvidia-libs-devel/distinfo b/x11/linux-nvidia-libs-devel/distinfo index fd5f4aac32a3..a70e71db8736 100644 --- a/x11/linux-nvidia-libs-devel/distinfo +++ b/x11/linux-nvidia-libs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751449830 -SHA256 (NVIDIA-Linux-x86_64-575.64.03.run) = 4bb7aa86004b2ed299c7d430a0622c5c90327ce3aca4f6e9a531d4c41d3a0ca0 -SIZE (NVIDIA-Linux-x86_64-575.64.03.run) = 387655074 +TIMESTAMP = 1753240442 +SHA256 (NVIDIA-Linux-x86_64-575.64.05.run) = 85f2b50f912261c1917a0b2cf7e1f9743affd008fdc0f209f4d5563f774d502d +SIZE (NVIDIA-Linux-x86_64-575.64.05.run) = 386961985 diff --git a/x11/linux-nvidia-libs/distinfo b/x11/linux-nvidia-libs/distinfo index fc1c447d52d7..ca1a6562fea8 100644 --- a/x11/linux-nvidia-libs/distinfo +++ b/x11/linux-nvidia-libs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750204287 -SHA256 (NVIDIA-Linux-x86_64-570.169.run) = 5f32a847795cc5c3f980f79189abac070d91481d7bd3601c02c2829dd3873765 -SIZE (NVIDIA-Linux-x86_64-570.169.run) = 375816796 +TIMESTAMP = 1752809652 +SHA256 (NVIDIA-Linux-x86_64-570.172.08.run) = 0256867e082caf93d7b25fa7c8e69b316062a9c6c72c6e228fad7b238c6fa17d +SIZE (NVIDIA-Linux-x86_64-570.172.08.run) = 375905456 diff --git a/x11/nvidia-driver-devel/Makefile b/x11/nvidia-driver-devel/Makefile index 82483c12030b..8eed6eabe018 100644 --- a/x11/nvidia-driver-devel/Makefile +++ b/x11/nvidia-driver-devel/Makefile @@ -1,4 +1,4 @@ -DISTVERSION= 575.64.03 +DISTVERSION= 575.64.05 # Explicitly set PORTREVISION as it can be overridden by the master port PORTREVISION= 0 diff --git a/x11/nvidia-driver-devel/distinfo b/x11/nvidia-driver-devel/distinfo index 8f130be3a8e0..143acac9011c 100644 --- a/x11/nvidia-driver-devel/distinfo +++ b/x11/nvidia-driver-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751449665 -SHA256 (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 1fa676e43bb2da5f4458ad8feb969d7dac3438adb2f3294ca15b2c3e95522363 -SIZE (NVIDIA-FreeBSD-x86_64-575.64.03.tar.xz) = 287548092 +TIMESTAMP = 1753239149 +SHA256 (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 8831b28b41b821fac90db30a9cfe13481a9d8bd46d0ffeb544fd8c4fbbab538f +SIZE (NVIDIA-FreeBSD-x86_64-575.64.05.tar.xz) = 287953228 diff --git a/x11/nvidia-driver/Makefile.version b/x11/nvidia-driver/Makefile.version index bcc6945ffc97..c4fdb5ffcd5a 100644 --- a/x11/nvidia-driver/Makefile.version +++ b/x11/nvidia-driver/Makefile.version @@ -1,4 +1,4 @@ # NVIDIA Distversion # # This will be included from x11/nvidia-driver and the nvidia-drm port -NVIDIA_DISTVERSION?= 570.169 +NVIDIA_DISTVERSION?= 570.172.08 diff --git a/x11/nvidia-driver/distinfo b/x11/nvidia-driver/distinfo index 1763322181a0..22a4573388da 100644 --- a/x11/nvidia-driver/distinfo +++ b/x11/nvidia-driver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750203781 -SHA256 (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 1d132020452851b3122dd38ae96eb578a510755c73c417db788611ede51e76ce -SIZE (NVIDIA-FreeBSD-x86_64-570.169.tar.xz) = 261338796 +TIMESTAMP = 1752763563 +SHA256 (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 004fd4084d96854580582d6664df7d36df6e03230001c06a9fa0234c1a3ba1e6 +SIZE (NVIDIA-FreeBSD-x86_64-570.172.08.tar.xz) = 260741248 diff --git a/x11/nwg-dock-hyprland/Makefile b/x11/nwg-dock-hyprland/Makefile index 76172d0f9960..a51830f0f88f 100644 --- a/x11/nwg-dock-hyprland/Makefile +++ b/x11/nwg-dock-hyprland/Makefile @@ -1,45 +1,33 @@ PORTNAME= nwg-dock-hyprland DISTVERSIONPREFIX= v -DISTVERSION= 0.4.3 -PORTREVISION= 6 -CATEGORIES= x11 +DISTVERSION= 0.4.7 +CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= GTK3-based dock for Hyprland WWW= https://github.com/nwg-piotr/nwg-dock-hyprland -LICENSE= AGPLv3 MIT -LICENSE_COMB= multi -LICENSE_FILE_AGPLv3= ${WRKSRC_diamondburned_gotk4_pkg}/LICENSE.md -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= gnome go:modules pkgconfig -USE_GITHUB= yes + USE_GNOME= cairo gdkpixbuf gtk30 -GH_ACCOUNT= nwg-piotr -GH_TUPLE= KarpelesLab:weak:v0.1.1:karpeleslab_weak/vendor/github.com/KarpelesLab/weak \ - allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \ - diamondburned:gotk4-layer-shell:6efa9f6dc438:diamondburned_gotk4_layer_shell_pkg/vendor/github.com/diamondburned/gotk4-layer-shell \ - diamondburned:gotk4:v0.3.1:diamondburned_gotk4_pkg/vendor/github.com/diamondburned/gotk4 \ - go4org:unsafe-assume-no-moving-gc:b99613f794b6:go4org_unsafe_assume_no_moving_gc/vendor/go4.org/unsafe/assume-no-moving-gc \ - golang:sync:v0.10.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.29.0:golang_sys/vendor/golang.org/x/sys \ - sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus + +GO_MODULE= github.com/nwg-piotr/nwg-dock-hyprland CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 -PLIST_FILES= bin/${PORTNAME} -PORTDATA= images *.css post-patch: # Respect PREFIX for *.desktop - @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + @${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/tools.go post-install: # Based on install from WRKSRC/Makefile - @${CP} -p ${WRKSRC}/config/*.css ${WRKSRC} - (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ - ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/config/* ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} images ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/x11/nwg-dock-hyprland/distinfo b/x11/nwg-dock-hyprland/distinfo index dcf734fd1204..df8668eae3af 100644 --- a/x11/nwg-dock-hyprland/distinfo +++ b/x11/nwg-dock-hyprland/distinfo @@ -1,19 +1,5 @@ -TIMESTAMP = 1736472099 -SHA256 (nwg-piotr-nwg-dock-hyprland-v0.4.3_GH0.tar.gz) = e2335966bd4314b17534a492ae62b15484a501d3a52889e535836a74a46c2b7e -SIZE (nwg-piotr-nwg-dock-hyprland-v0.4.3_GH0.tar.gz) = 23010 -SHA256 (KarpelesLab-weak-v0.1.1_GH0.tar.gz) = a8b6b241e8b72c95132497864c59a559fb35f6ae4b296c299e563a12a3a16fbe -SIZE (KarpelesLab-weak-v0.1.1_GH0.tar.gz) = 3484 -SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295 -SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819 -SHA256 (diamondburned-gotk4-layer-shell-6efa9f6dc438_GH0.tar.gz) = b49b2b22708aa7da4b3dfef86cfe6da5eae10413de1357cd560543505da567a3 -SIZE (diamondburned-gotk4-layer-shell-6efa9f6dc438_GH0.tar.gz) = 24347 -SHA256 (diamondburned-gotk4-v0.3.1_GH0.tar.gz) = 1aea32fc2026aa0d3b2ad429eff2900d826a7a1dddceb2649d4d4114fe86feca -SIZE (diamondburned-gotk4-v0.3.1_GH0.tar.gz) = 3311686 -SHA256 (go4org-unsafe-assume-no-moving-gc-b99613f794b6_GH0.tar.gz) = 92c41675053bbd8fb47ba69e2688c8e51910891a5dbb96b4fc9a8cc3576fba80 -SIZE (go4org-unsafe-assume-no-moving-gc-b99613f794b6_GH0.tar.gz) = 2616 -SHA256 (golang-sync-v0.10.0_GH0.tar.gz) = 2a7b7c36a89b444213ec3237a21dd1ca6ed351adf423666cc6bf853711a13f3d -SIZE (golang-sync-v0.10.0_GH0.tar.gz) = 18099 -SHA256 (golang-sys-v0.29.0_GH0.tar.gz) = 7bac3e0a686a05d0e86ca110917b45f60553d6c146dba8a4cdafb911486428e7 -SIZE (golang-sys-v0.29.0_GH0.tar.gz) = 1519988 -SHA256 (sirupsen-logrus-v1.9.3_GH0.tar.gz) = cfa48a647a28c1f12fb6a9b672bc4d88b6407ff05aedcf23ce939d342646acce -SIZE (sirupsen-logrus-v1.9.3_GH0.tar.gz) = 50320 +TIMESTAMP = 1753279215 +SHA256 (go/x11_nwg-dock-hyprland/nwg-dock-hyprland-v0.4.7/v0.4.7.mod) = 118e6045c229af285c324547e54fff23518a3239d5f23dac41433f2f3da73f4b +SIZE (go/x11_nwg-dock-hyprland/nwg-dock-hyprland-v0.4.7/v0.4.7.mod) = 549 +SHA256 (go/x11_nwg-dock-hyprland/nwg-dock-hyprland-v0.4.7/v0.4.7.zip) = fcde2b156d61e6a9ed675212dbf9c7ac0f54d7a5ad27333ebbb7a91e5f1f9ecd +SIZE (go/x11_nwg-dock-hyprland/nwg-dock-hyprland-v0.4.7/v0.4.7.zip) = 32930 diff --git a/x11/nwg-dock-hyprland/files/patch-go.mod b/x11/nwg-dock-hyprland/files/patch-go.mod deleted file mode 100644 index 36f3e193747e..000000000000 --- a/x11/nwg-dock-hyprland/files/patch-go.mod +++ /dev/null @@ -1,14 +0,0 @@ -Drop after lang/go122 appears (switch to USES=go:1.22,modules) - -github.com/nwg-piotr/nwg-dock-hyprland: cannot compile Go 1.22 code - ---- go.mod.orig 2024-08-30 23:04:22 UTC -+++ go.mod -@@ -1,6 +1,6 @@ module nwg-dock-hyprland - module nwg-dock-hyprland - --go 1.23 -+go 1.21 - - require ( - github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37 diff --git a/x11/nwg-dock-hyprland/pkg-plist b/x11/nwg-dock-hyprland/pkg-plist new file mode 100644 index 000000000000..2289fad9be04 --- /dev/null +++ b/x11/nwg-dock-hyprland/pkg-plist @@ -0,0 +1,10 @@ +bin/nwg-dock-hyprland +%%DATADIR%%/images/grid.svg +%%DATADIR%%/images/icon-missing.svg +%%DATADIR%%/images/task-empty-vertical.svg +%%DATADIR%%/images/task-empty.svg +%%DATADIR%%/images/task-multiple-vertical.svg +%%DATADIR%%/images/task-multiple.svg +%%DATADIR%%/images/task-single-vertical.svg +%%DATADIR%%/images/task-single.svg +%%DATADIR%%/style.css diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 8a03571772e2..6e232b2d3703 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -1,6 +1,7 @@ PORTNAME= xcb-proto PORTVERSION= 1.17.0 CATEGORIES= x11 python +MASTER_SITES= XORG/individual/proto MAINTAINER= x11@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) protocol @@ -9,10 +10,10 @@ WWW= https://xcb.freedesktop.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome python tar:xz xorg-cat:proto +GNU_CONFIGURE= yes +USES= gnome python tar:xz USE_GNOME= libxml2:build NO_ARCH= yes -MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig DATADIR= ${PREFIX}/share/xcb diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo index 0a6e99c81a30..e75a3f68397f 100644 --- a/x11/xcb-proto/distinfo +++ b/x11/xcb-proto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713255468 -SHA256 (xorg/proto/xcb-proto-1.17.0.tar.xz) = 2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c -SIZE (xorg/proto/xcb-proto-1.17.0.tar.xz) = 151748 +TIMESTAMP = 1753269668 +SHA256 (xcb-proto-1.17.0.tar.xz) = 2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c +SIZE (xcb-proto-1.17.0.tar.xz) = 151748 diff --git a/x11/xcb-proto/pkg-plist b/x11/xcb-proto/pkg-plist index 10db9e7288d2..de8ab93d2518 100644 --- a/x11/xcb-proto/pkg-plist +++ b/x11/xcb-proto/pkg-plist @@ -1,4 +1,4 @@ -libdata/pkgconfig/xcb-proto.pc +share/pkgconfig/xcb-proto.pc %%DATADIR%%/bigreq.xml %%DATADIR%%/composite.xml %%DATADIR%%/damage.xml diff --git a/x11/xorgproto/Makefile b/x11/xorgproto/Makefile index 50ab69358a11..057745dc40d2 100644 --- a/x11/xorgproto/Makefile +++ b/x11/xorgproto/Makefile @@ -1,6 +1,7 @@ PORTNAME= xorgproto DISTVERSION= 2024.1 CATEGORIES= x11 +MASTER_SITES= XORG/individual/proto MAINTAINER= x11@FreeBSD.org COMMENT= X Window System unified protocol definitions @@ -8,10 +9,11 @@ WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto LICENSE= MIT -USES= tar:xz xorg-cat:proto +USES= tar:xz NO_ARCH= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-fop \ --without-xmlto \ --without-xsltproc \ diff --git a/x11/xorgproto/distinfo b/x11/xorgproto/distinfo index fe87b2b0eba8..d965a0e2d162 100644 --- a/x11/xorgproto/distinfo +++ b/x11/xorgproto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711437392 -SHA256 (xorg/proto/xorgproto-2024.1.tar.xz) = 372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59 -SIZE (xorg/proto/xorgproto-2024.1.tar.xz) = 760500 +TIMESTAMP = 1753269244 +SHA256 (xorgproto-2024.1.tar.xz) = 372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59 +SIZE (xorgproto-2024.1.tar.xz) = 760500 diff --git a/x11/xorgproto/pkg-plist b/x11/xorgproto/pkg-plist index cfe2fdaa2618..c94ee5e6fd55 100644 --- a/x11/xorgproto/pkg-plist +++ b/x11/xorgproto/pkg-plist @@ -127,35 +127,35 @@ include/X11/fonts/fontstruct.h include/X11/fonts/fsmasks.h include/X11/keysym.h include/X11/keysymdef.h -libdata/pkgconfig/applewmproto.pc -libdata/pkgconfig/bigreqsproto.pc -libdata/pkgconfig/compositeproto.pc -libdata/pkgconfig/damageproto.pc -libdata/pkgconfig/dmxproto.pc -libdata/pkgconfig/dpmsproto.pc -libdata/pkgconfig/dri2proto.pc -libdata/pkgconfig/dri3proto.pc -libdata/pkgconfig/fixesproto.pc -libdata/pkgconfig/fontsproto.pc -libdata/pkgconfig/glproto.pc -libdata/pkgconfig/inputproto.pc -libdata/pkgconfig/kbproto.pc -libdata/pkgconfig/presentproto.pc -libdata/pkgconfig/randrproto.pc -libdata/pkgconfig/recordproto.pc -libdata/pkgconfig/renderproto.pc -libdata/pkgconfig/resourceproto.pc -libdata/pkgconfig/scrnsaverproto.pc -libdata/pkgconfig/videoproto.pc -libdata/pkgconfig/xcmiscproto.pc -libdata/pkgconfig/xextproto.pc -libdata/pkgconfig/xf86bigfontproto.pc -libdata/pkgconfig/xf86dgaproto.pc -libdata/pkgconfig/xf86driproto.pc -libdata/pkgconfig/xf86vidmodeproto.pc -libdata/pkgconfig/xineramaproto.pc -libdata/pkgconfig/xproto.pc -libdata/pkgconfig/xwaylandproto.pc +share/pkgconfig/applewmproto.pc +share/pkgconfig/bigreqsproto.pc +share/pkgconfig/compositeproto.pc +share/pkgconfig/damageproto.pc +share/pkgconfig/dmxproto.pc +share/pkgconfig/dpmsproto.pc +share/pkgconfig/dri2proto.pc +share/pkgconfig/dri3proto.pc +share/pkgconfig/fixesproto.pc +share/pkgconfig/fontsproto.pc +share/pkgconfig/glproto.pc +share/pkgconfig/inputproto.pc +share/pkgconfig/kbproto.pc +share/pkgconfig/presentproto.pc +share/pkgconfig/randrproto.pc +share/pkgconfig/recordproto.pc +share/pkgconfig/renderproto.pc +share/pkgconfig/resourceproto.pc +share/pkgconfig/scrnsaverproto.pc +share/pkgconfig/videoproto.pc +share/pkgconfig/xcmiscproto.pc +share/pkgconfig/xextproto.pc +share/pkgconfig/xf86bigfontproto.pc +share/pkgconfig/xf86dgaproto.pc +share/pkgconfig/xf86driproto.pc +share/pkgconfig/xf86vidmodeproto.pc +share/pkgconfig/xineramaproto.pc +share/pkgconfig/xproto.pc +share/pkgconfig/xwaylandproto.pc %%PORTDOCS%%%%DOCSDIR%%/compositeproto.txt %%PORTDOCS%%%%DOCSDIR%%/damageproto.txt %%PORTDOCS%%%%DOCSDIR%%/dri2proto.txt |