diff options
Diffstat (limited to 'net')
37 files changed, 146 insertions, 121 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 4db2c9c0671f..4c73caa46cb4 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -1,6 +1,5 @@ PORTNAME= 3proxy -DISTVERSION= 0.9.4 -PORTREVISION= 1 +DISTVERSION= 0.9.5 CATEGORIES= net MAINTAINER= timp87@gmail.com @@ -17,8 +16,8 @@ USE_RC_SUBR= 3proxy MAKEFILE= Makefile.FreeBSD -PLIST_SUB= PORTNAME=${PORTNAME} \ - 3PROXY_LOGDIR=${3PROXY_LOGDIR} +PLIST_SUB= 3PROXY_LOGDIR=${3PROXY_LOGDIR} \ + PORTNAME=${PORTNAME} PORTDOCS= README diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo index 558357781644..b7652c4aad8b 100644 --- a/net/3proxy/distinfo +++ b/net/3proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625343847 -SHA256 (3proxy-3proxy-0.9.4_GH0.tar.gz) = b497f74d6cc7ee58ff824457427acc02c6f7a102e483816fbb1b2494942ef983 -SIZE (3proxy-3proxy-0.9.4_GH0.tar.gz) = 610340 +TIMESTAMP = 1750695136 +SHA256 (3proxy-3proxy-0.9.5_GH0.tar.gz) = 6f6da51d9bba93231e12acd707bb6cf86a1ab9491dc6dd0c79750cb3641541a3 +SIZE (3proxy-3proxy-0.9.5_GH0.tar.gz) = 620563 diff --git a/net/3proxy/files/patch-Makefile.FreeBSD b/net/3proxy/files/patch-Makefile.FreeBSD deleted file mode 100644 index df90951823c1..000000000000 --- a/net/3proxy/files/patch-Makefile.FreeBSD +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.FreeBSD.orig 2021-07-01 16:59:57 UTC -+++ Makefile.FreeBSD -@@ -10,11 +10,11 @@ - BUILDDIR = ../bin/ - CC ?= gcc - --CFLAGS = -c -O -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -+CFLAGS += -c -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL - COUT = -o - LN ?= ${CC} --LDFLAGS = -pthread -O -fno-strict-aliasing --# -lpthreads may be reuqired on some platforms instead of -pthreads -+LDFLAGS += -pthread -+# -lpthreads may be required on some platforms instead of -pthreads - # -ldl or -lld may be required for some platforms - DCFLAGS = -fPIC - DLFLAGS = -shared diff --git a/net/Makefile b/net/Makefile index f53f3e7e00ce..04d1adac41e2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -265,6 +265,7 @@ SUBDIR += httpry SUBDIR += icmpinfo SUBDIR += icpld + SUBDIR += identme SUBDIR += ifdepd SUBDIR += iffinder SUBDIR += ifstat @@ -1713,9 +1714,9 @@ SUBDIR += zapret SUBDIR += zebra-server SUBDIR += zerotier - SUBDIR += ziina SUBDIR += zillion SUBDIR += zmap + SUBDIR += zmate SUBDIR += zsync SUBDIR += zyre diff --git a/net/fb303/Makefile b/net/fb303/Makefile index e460905a0718..ebb679e24f85 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index b0d4a8ebaa6c..454df2576def 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093335 -SHA256 (facebook-fb303-v2025.06.16.00_GH0.tar.gz) = d2e23b45fa7cc2460733b934945276ecc57b6a2af35f01e8cdf2d78628401551 -SIZE (facebook-fb303-v2025.06.16.00_GH0.tar.gz) = 264112 +TIMESTAMP = 1750695892 +SHA256 (facebook-fb303-v2025.06.23.00_GH0.tar.gz) = 664e2d74f1b3d9cd2251e705f66d55c6779337fabfeb6e41e109337416bc7ebb +SIZE (facebook-fb303-v2025.06.23.00_GH0.tar.gz) = 264127 diff --git a/net/grilo/Makefile b/net/grilo/Makefile index f41f7bbf91ea..9be76d2d3b81 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,24 +1,26 @@ PORTNAME= grilo -PORTVERSION= 0.3.16 +PORTVERSION= 0.3.19 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Framework focused on making media discovery and browsing -WWW= https://wiki.gnome.org/Grilo +WWW= https://gitlab.gnome.org/GNOME/grilo -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ - liboauth.so:net/liboauth \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= cpe gettext gnome localbase meson pathfix pkgconfig \ +USES= cpe gettext-tools gnome localbase meson pathfix pkgconfig \ python:build tar:xz vala:build CPE_VENDOR= gnome USE_LDCONFIG= yes -USE_GNOME= glib20 introspection:build libxml2 +# libxml2 is not really needed at all, see: + https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/109 +USE_GNOME= glib20 introspection:build libxml2:build BINARY_ALIAS= python=${PYTHON_VERSION} MESON_ARGS= -Denable-gtk-doc=false -Dsoup3=true @@ -28,8 +30,9 @@ OPTIONS_DEFINE= UI UI_DESC= Enable testing UI UI_MESON_TRUE= enable-test-ui +UI_LIB_DEPENDS= liboauth.so:net/liboauth UI_USE= GNOME=gdkpixbuf,gtk30 -PLIST_SUB+= LIBVER=316 +PLIST_SUB+= LIBVER=319 .include <bsd.port.mk> diff --git a/net/grilo/distinfo b/net/grilo/distinfo index 361764556fe3..3a5cb6f3768c 100644 --- a/net/grilo/distinfo +++ b/net/grilo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741163162 -SHA256 (grilo-0.3.16.tar.xz) = 884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96 -SIZE (grilo-0.3.16.tar.xz) = 241660 +TIMESTAMP = 1749917040 +SHA256 (grilo-0.3.19.tar.xz) = 0869c81d19ab139c667d79567c14ddcb6cb5cbfc0108d04cade287eb29536706 +SIZE (grilo-0.3.19.tar.xz) = 246376 diff --git a/net/grilo/pkg-plist b/net/grilo/pkg-plist index 2eccd82c91c2..9d232930fc49 100644 --- a/net/grilo/pkg-plist +++ b/net/grilo/pkg-plist @@ -65,12 +65,14 @@ share/locale/fr/LC_MESSAGES/grilo.mo share/locale/fur/LC_MESSAGES/grilo.mo share/locale/gl/LC_MESSAGES/grilo.mo share/locale/he/LC_MESSAGES/grilo.mo +share/locale/hi/LC_MESSAGES/grilo.mo share/locale/hr/LC_MESSAGES/grilo.mo share/locale/hu/LC_MESSAGES/grilo.mo share/locale/id/LC_MESSAGES/grilo.mo share/locale/it/LC_MESSAGES/grilo.mo share/locale/ja/LC_MESSAGES/grilo.mo share/locale/ka/LC_MESSAGES/grilo.mo +share/locale/kab/LC_MESSAGES/grilo.mo share/locale/ko/LC_MESSAGES/grilo.mo share/locale/lt/LC_MESSAGES/grilo.mo share/locale/lv/LC_MESSAGES/grilo.mo @@ -91,9 +93,11 @@ share/locale/sl/LC_MESSAGES/grilo.mo share/locale/sr/LC_MESSAGES/grilo.mo share/locale/sr@latin/LC_MESSAGES/grilo.mo share/locale/sv/LC_MESSAGES/grilo.mo +share/locale/th/LC_MESSAGES/grilo.mo share/locale/tg/LC_MESSAGES/grilo.mo share/locale/tr/LC_MESSAGES/grilo.mo share/locale/uk/LC_MESSAGES/grilo.mo +share/locale/uz/LC_MESSAGES/grilo.mo share/locale/zh_CN/LC_MESSAGES/grilo.mo share/locale/zh_HK/LC_MESSAGES/grilo.mo share/locale/zh_TW/LC_MESSAGES/grilo.mo diff --git a/net/haproxy30/Makefile b/net/haproxy30/Makefile index 3535f05cd8f8..02bc29f7eb97 100644 --- a/net/haproxy30/Makefile +++ b/net/haproxy30/Makefile @@ -19,9 +19,9 @@ USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua haproxy-wolfssl lua_CONFLICTS_INSTALL= haproxy-devel haproxy-wolfssl -lua_PKGNAMESUFFIX= 30-lua +lua_PKGNAMESUFFIX:= 30-lua wolfssl_CONFLICTS_INSTALL= haproxy-devel haproxy-lua -wolfssl_PKGNAMESUFFIX= -wolfssl +wolfssl_PKGNAMESUFFIX= 30-wolfssl CONFLICTS_INSTALL= haproxy haproxy24 haproxy26 haproxy28 diff --git a/net/identme/Makefile b/net/identme/Makefile new file mode 100644 index 000000000000..f22790bd0278 --- /dev/null +++ b/net/identme/Makefile @@ -0,0 +1,27 @@ +PORTNAME= identme +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 +CATEGORIES= net + +MAINTAINER= nxjoseph@protonmail.com +COMMENT= Simple CLI for retrieving your public IP address +WWW= https://github.com/pcarrier/ident.me \ + https://www.ident.me + +LICENSE= BSD0CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libcurl.so:ftp/curl + +USES= cmake compiler:c++17-lang +USE_CXXSTD= c++17 +USE_GITHUB= yes +GH_ACCOUNT= pcarrier +GH_PROJECT= ident.me + +CMAKE_SOURCE_PATH= ${WRKSRC}/cli +LDFLAGS+= -lpthread + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/net/identme/distinfo b/net/identme/distinfo new file mode 100644 index 000000000000..824e15f8cc1b --- /dev/null +++ b/net/identme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1740069820 +SHA256 (pcarrier-ident.me-v0.6.0_GH0.tar.gz) = 5e37f2f5b661ebe9731aab8d6d2ecdbea6e2239ea6f5ad1f2b158ea15fea947c +SIZE (pcarrier-ident.me-v0.6.0_GH0.tar.gz) = 238209 diff --git a/net/identme/pkg-descr b/net/identme/pkg-descr new file mode 100644 index 000000000000..ac0b1d961b7b --- /dev/null +++ b/net/identme/pkg-descr @@ -0,0 +1,4 @@ +identme provides a simple command-line interface (CLI) for retrieving +your public IP address. This tool is designed for users who need to +access their IP address programmatically without the overhead of a +full backend or mobile application. diff --git a/net/kf6-kcalendarcore/Makefile b/net/kf6-kcalendarcore/Makefile index a098cca6b332..06b96293f467 100644 --- a/net/kf6-kcalendarcore/Makefile +++ b/net/kf6-kcalendarcore/Makefile @@ -10,6 +10,6 @@ LIB_DEPENDS= libical.so:devel/libical USES= cmake gl kde:6 qt:6 tar:xz USE_GL= gl opengl USE_KDE= ecm:build -USE_QT= base declarative +USE_QT= base declarative tools:build .include <bsd.port.mk> diff --git a/net/kf6-kcalendarcore/distinfo b/net/kf6-kcalendarcore/distinfo index b2648a521af8..13a3c443291b 100644 --- a/net/kf6-kcalendarcore/distinfo +++ b/net/kf6-kcalendarcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358559 -SHA256 (KDE/frameworks/6.14/kcalendarcore-6.14.0.tar.xz) = 702bfc2edfced4d0903365657434fd8c2dc0b8f66d0ce96e4ea0b6950ef8798b -SIZE (KDE/frameworks/6.14/kcalendarcore-6.14.0.tar.xz) = 311748 +TIMESTAMP = 1749476625 +SHA256 (KDE/frameworks/6.15/kcalendarcore-6.15.0.tar.xz) = 131434f19c931742d84f07113fbb053ea1a3db610130253e2bb927e8eacd1d39 +SIZE (KDE/frameworks/6.15/kcalendarcore-6.15.0.tar.xz) = 315956 diff --git a/net/kf6-kcontacts/distinfo b/net/kf6-kcontacts/distinfo index c99f367a3cef..7b5f07af497b 100644 --- a/net/kf6-kcontacts/distinfo +++ b/net/kf6-kcontacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358559 -SHA256 (KDE/frameworks/6.14/kcontacts-6.14.0.tar.xz) = 64fd6f2692dc5bea9bc720f52bfdb2880771d82db27e1c9c0f61ac846e503729 -SIZE (KDE/frameworks/6.14/kcontacts-6.14.0.tar.xz) = 209296 +TIMESTAMP = 1749476626 +SHA256 (KDE/frameworks/6.15/kcontacts-6.15.0.tar.xz) = 9b180955c80f7a09f8f552df7a708501fdb4c4f0bcee10c2e473ac67ea2b457a +SIZE (KDE/frameworks/6.15/kcontacts-6.15.0.tar.xz) = 211136 diff --git a/net/kf6-kdav/distinfo b/net/kf6-kdav/distinfo index b7c71b45b94c..f44d2ea7b198 100644 --- a/net/kf6-kdav/distinfo +++ b/net/kf6-kdav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358559 -SHA256 (KDE/frameworks/6.14/kdav-6.14.0.tar.xz) = a92b95fb0612c79c5874e7a85f48369c3a00d2c1d2d94c77656229c945e77c2a -SIZE (KDE/frameworks/6.14/kdav-6.14.0.tar.xz) = 69344 +TIMESTAMP = 1749476626 +SHA256 (KDE/frameworks/6.15/kdav-6.15.0.tar.xz) = fce5ac661bf20e99ae07d43fb56656718f909fb98bf62756c81f16240c53579e +SIZE (KDE/frameworks/6.15/kdav-6.15.0.tar.xz) = 69820 diff --git a/net/kf6-kholidays/distinfo b/net/kf6-kholidays/distinfo index f2fd1bdfe151..16b3d4b9e169 100644 --- a/net/kf6-kholidays/distinfo +++ b/net/kf6-kholidays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358560 -SHA256 (KDE/frameworks/6.14/kholidays-6.14.0.tar.xz) = 6dd66fcbaafc8d45045aca27e334e1f60df6afd9a070b1f32996ba0497277177 -SIZE (KDE/frameworks/6.14/kholidays-6.14.0.tar.xz) = 257240 +TIMESTAMP = 1749476626 +SHA256 (KDE/frameworks/6.15/kholidays-6.15.0.tar.xz) = 396860b9d63d3bb8f0cb0c433e0bb3cf7721394842f3fb8389c83e07ba0ae695 +SIZE (KDE/frameworks/6.15/kholidays-6.15.0.tar.xz) = 264684 diff --git a/net/kf6-kholidays/pkg-plist b/net/kf6-kholidays/pkg-plist index 3b8a9fdae058..d566d7611e21 100644 --- a/net/kf6-kholidays/pkg-plist +++ b/net/kf6-kholidays/pkg-plist @@ -2,6 +2,7 @@ include/KF6/KHolidays/KHolidays/AstroSeasons include/KF6/KHolidays/KHolidays/Holiday include/KF6/KHolidays/KHolidays/HolidayRegion include/KF6/KHolidays/KHolidays/LunarPhase +include/KF6/KHolidays/KHolidays/SunEvents include/KF6/KHolidays/KHolidays/SunRiseSet include/KF6/KHolidays/KHolidays/Zodiac include/KF6/KHolidays/kholidays/astroseasons.h @@ -9,6 +10,7 @@ include/KF6/KHolidays/kholidays/holiday.h include/KF6/KHolidays/kholidays/holidayregion.h include/KF6/KHolidays/kholidays/kholidays_export.h include/KF6/KHolidays/kholidays/lunarphase.h +include/KF6/KHolidays/kholidays/sunevents.h include/KF6/KHolidays/kholidays/sunriseset.h include/KF6/KHolidays/kholidays/zodiac.h include/KF6/KHolidays/kholidays_version.h diff --git a/net/kf6-syndication/distinfo b/net/kf6-syndication/distinfo index addc0ede42df..fd919ed47fc4 100644 --- a/net/kf6-syndication/distinfo +++ b/net/kf6-syndication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358560 -SHA256 (KDE/frameworks/6.14/syndication-6.14.0.tar.xz) = 14e5ac6f632dc3022f6a32b9c8e5bd00896bdda5fad8585745023b2539561a19 -SIZE (KDE/frameworks/6.14/syndication-6.14.0.tar.xz) = 569496 +TIMESTAMP = 1749476626 +SHA256 (KDE/frameworks/6.15/syndication-6.15.0.tar.xz) = 8d6ade8812295a9d3978ac1b2cd46cc0fb1819c598001562582851d9442ee01a +SIZE (KDE/frameworks/6.15/syndication-6.15.0.tar.xz) = 569248 diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index ae40492c744d..abe926059748 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -21.el9 -PORTREVISION= 5 +DISTVERSIONSUFFIX= -22.el9_6 +PORTREVISION= 6 CATEGORIES= net linux PKGNAMESUFFIX= -libs diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index f9550de622e0..523905252dec 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1732660416 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = c8be595c0da7e6e5cd1957777e4542b63c1c7ff33ebc1d20190703678a5059e1 -SIZE (rocky/a/avahi-glib-0.8-21.el9.aarch64.rpm) = 13837 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = ffa77624afb5bb1673bfd888f361e5a302d473b7a589a46cb69b902c3f554f29 -SIZE (rocky/a/avahi-glib-0.8-21.el9.i686.rpm) = 14886 -SHA256 (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = f20bc28aec19f70091a2aed8f5206e37d5ac83206edb161a941f436a90fbccbe -SIZE (rocky/a/avahi-glib-0.8-21.el9.x86_64.rpm) = 14217 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = ea04ace1cb8a760e78e95b5aaed35d25f0f7c42962a41cb18c63a72fd12af688 -SIZE (rocky/a/avahi-libs-0.8-21.el9.aarch64.rpm) = 67277 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 2509656ee9fed10209b2ff4890781708b15d74c010c00b294e321d1448aa92a3 -SIZE (rocky/a/avahi-libs-0.8-21.el9.i686.rpm) = 73301 -SHA256 (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = b57e7d56a531b18c21416ebfbc23b6deddfe7d0ae35260229b4684db4052ac6f -SIZE (rocky/a/avahi-libs-0.8-21.el9.x86_64.rpm) = 68623 -SHA256 (rocky/a/avahi-0.8-21.el9.src.rpm) = 317273e7924704e6688caf78d877450da43d928185c0c98867144752ca0fe63f -SIZE (rocky/a/avahi-0.8-21.el9.src.rpm) = 1622870 +TIMESTAMP = 1750644466 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 45b54ee511165baeaae2070d158af06ae9477b279cdfcbf9266fc08586a158cd +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.aarch64.rpm) = 13371 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = d0fc2a256204d1035809d2fbe2cb1ba2671e9dab1fa7b5f2260e5b0959c87470 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.i686.rpm) = 14268 +SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 1220add6fe0d21f399f3138a2eec892ef73757109f85a5c1217d7283d6b2a895 +SIZE (rocky/a/avahi-glib-0.8-22.el9_6.x86_64.rpm) = 13647 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 62695726f40fa40243b81b92fd1450a51426bf9cb844cd25e9f9d52f73750ce2 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.aarch64.rpm) = 66321 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = b1217a916f3946cae4d5e676d1ca643bf051b402311610754f93bb5091640bd0 +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.i686.rpm) = 72398 +SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 6e904f96a43a84b3f24a9ad479d123f15f2598c8145883a8bc72f3f4ce27c31d +SIZE (rocky/a/avahi-libs-0.8-22.el9_6.x86_64.rpm) = 67768 +SHA256 (rocky/a/avahi-0.8-22.el9_6.src.rpm) = acbdab46769a241112b1c5e1adf8cad3fb3aa12e65e23468adc74953f40d3f69 +SIZE (rocky/a/avahi-0.8-22.el9_6.src.rpm) = 1624207 diff --git a/net/linux-rl9-openldap/Makefile b/net/linux-rl9-openldap/Makefile index e3a64f585a61..64577911a7c4 100644 --- a/net/linux-rl9-openldap/Makefile +++ b/net/linux-rl9-openldap/Makefile @@ -1,7 +1,6 @@ PORTNAME= openldap -PORTVERSION= 2.6.6 -DISTVERSIONSUFFIX= -3.el9 -PORTREVISION= 1 +PORTVERSION= 2.6.8 +DISTVERSIONSUFFIX= -4.el9.0.1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org diff --git a/net/linux-rl9-openldap/distinfo b/net/linux-rl9-openldap/distinfo index 9aa8677f4757..a2661c2fc723 100644 --- a/net/linux-rl9-openldap/distinfo +++ b/net/linux-rl9-openldap/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1717505247 -SHA256 (rocky/o/openldap-2.6.6-3.el9.aarch64.rpm) = 4f78ecaf260e0cfa74e6c8448873555c9f04501c10abd0a18dc8432440065f62 -SIZE (rocky/o/openldap-2.6.6-3.el9.aarch64.rpm) = 255696 -SHA256 (rocky/o/openldap-2.6.6-3.el9.x86_64.rpm) = 9db7ba326d0fa257ace5b4f12fa023804bbfcde2c260b8cb0c33eef4aaec9ed8 -SIZE (rocky/o/openldap-2.6.6-3.el9.x86_64.rpm) = 260521 -SHA256 (rocky/o/openldap-clients-2.6.6-3.el9.aarch64.rpm) = 061332a20d68d1baf0aca0c64c6ebae0753f915540bdb260a438ca86fc529ff8 -SIZE (rocky/o/openldap-clients-2.6.6-3.el9.aarch64.rpm) = 171401 -SHA256 (rocky/o/openldap-clients-2.6.6-3.el9.x86_64.rpm) = 81cf5d45856be591de94d11a50b1cab9cb79708319e5b9b4d1b60e4776a60017 -SIZE (rocky/o/openldap-clients-2.6.6-3.el9.x86_64.rpm) = 177180 -SHA256 (rocky/o/openldap-compat-2.6.6-3.el9.aarch64.rpm) = ebe0f8e80e17addcff880a69042bb1feffb498340697689b6b8950fcbc6b0b80 -SIZE (rocky/o/openldap-compat-2.6.6-3.el9.aarch64.rpm) = 15515 -SHA256 (rocky/o/openldap-compat-2.6.6-3.el9.x86_64.rpm) = 2bff1965c29107d6e7d5059a6b89f4164ee5c54cd46415da9a670e4d73eb2ab8 -SIZE (rocky/o/openldap-compat-2.6.6-3.el9.x86_64.rpm) = 15429 -SHA256 (rocky/o/openldap-2.6.6-3.el9.src.rpm) = 51ed1a15f5de23a79ef90eebb82ad3bfdd78cf054d365b3ff31fc3df931442e5 -SIZE (rocky/o/openldap-2.6.6-3.el9.src.rpm) = 6502120 +TIMESTAMP = 1750640442 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.aarch64.rpm) = 7904b741a54339e279dd886d61309280bdb5f24e4835f0b6e5ea78870677f9b6 +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.aarch64.rpm) = 257045 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.x86_64.rpm) = d8b53def51bfdc720f0e5be117498148bb22543e0627fd1f10b7ac3f11fea09a +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.x86_64.rpm) = 262004 +SHA256 (rocky/o/openldap-clients-2.6.8-4.el9.0.1.aarch64.rpm) = 26967615f2babc6cbef3f57e924e5e9983f33818ad98f13aee3acfa6297678a6 +SIZE (rocky/o/openldap-clients-2.6.8-4.el9.0.1.aarch64.rpm) = 170920 +SHA256 (rocky/o/openldap-clients-2.6.8-4.el9.0.1.x86_64.rpm) = b04b65244af7ec79e08b3dcd5f3e2520895c046f47f58d9509783908515c9670 +SIZE (rocky/o/openldap-clients-2.6.8-4.el9.0.1.x86_64.rpm) = 178205 +SHA256 (rocky/o/openldap-compat-2.6.8-4.el9.0.1.aarch64.rpm) = 2a748931896051b8753e2bbdfe35bd9f3c9cd3dd787b71dbe61ddfce848c10bd +SIZE (rocky/o/openldap-compat-2.6.8-4.el9.0.1.aarch64.rpm) = 15652 +SHA256 (rocky/o/openldap-compat-2.6.8-4.el9.0.1.x86_64.rpm) = 0c0f5d69efe54b0ad94e97770f48cb48b38342f0f322c1d5c06275db7035b7c8 +SIZE (rocky/o/openldap-compat-2.6.8-4.el9.0.1.x86_64.rpm) = 15559 +SHA256 (rocky/o/openldap-2.6.8-4.el9.0.1.src.rpm) = 17c2046fa29e693d3b1069dd059a9f6b51e12d327e68b9ac98f4dcb80afebd29 +SIZE (rocky/o/openldap-2.6.8-4.el9.0.1.src.rpm) = 6542290 diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index c1e70446f125..4cb540ca5f57 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index c096fd45509c..62562fdcb686 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093339 -SHA256 (facebook-mvfst-v2025.06.16.00_GH0.tar.gz) = 90a3fed194da2c7b2c36c918919068c8b605af47a9f085b7302902e86b2cddb8 -SIZE (facebook-mvfst-v2025.06.16.00_GH0.tar.gz) = 2092609 +TIMESTAMP = 1750695893 +SHA256 (facebook-mvfst-v2025.06.23.00_GH0.tar.gz) = 22beec6c3d1d466bededa8dae7f8e4785bdd23d3f40b9cae2cc9df998479f481 +SIZE (facebook-mvfst-v2025.06.23.00_GH0.tar.gz) = 2094223 diff --git a/net/mvfst/pkg-plist b/net/mvfst/pkg-plist index 9fb4e3d762e5..7dec706efd12 100644 --- a/net/mvfst/pkg-plist +++ b/net/mvfst/pkg-plist @@ -54,6 +54,7 @@ include/quic/common/CircularDeque-inl.h include/quic/common/CircularDeque.h include/quic/common/ContiguousCursor.h include/quic/common/EnumArray.h +include/quic/common/Expected.h include/quic/common/FunctionLooper.h include/quic/common/IntervalSet-inl.h include/quic/common/IntervalSet.h diff --git a/net/rospo/Makefile b/net/rospo/Makefile index fa3130cbfbed..a7c0c4ce34a8 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,7 +1,6 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.14.0 -PORTREVISION= 2 +DISTVERSION= 0.15.0 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 4fcafd826996..4e6087d2008e 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742493288 -SHA256 (go/net_rospo/rospo-v0.14.0/v0.14.0.mod) = 3afe644553de53715e29f25317d0a60f2f23cadf470964b01b5d2fe1f266345c -SIZE (go/net_rospo/rospo-v0.14.0/v0.14.0.mod) = 1295 -SHA256 (go/net_rospo/rospo-v0.14.0/v0.14.0.zip) = 878a72f0a33219ff5a540d21d5bccc92b40ec1a7dc35c919d07d78cec0230069 -SIZE (go/net_rospo/rospo-v0.14.0/v0.14.0.zip) = 94080 +TIMESTAMP = 1750613153 +SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = fb7e02a0a571d1d0e0427d486f137678154dd1d48128fdf41391c41398adbbd7 +SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.mod) = 1337 +SHA256 (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 996632dc72ec827d7e9b9789c4f0eb009a82742ba11838c3d83e54b93e4ede92 +SIZE (go/net_rospo/rospo-v0.15.0/v0.15.0.zip) = 98205 diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 36a46386fca2..8cd655cfed0c 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 219da75afef5..7354846e1063 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093322 -SHA256 (facebook-wangle-v2025.06.16.00_GH0.tar.gz) = d37bbd68796228617614561155d6996e9ce0cade1ccce1e5de6671f8362e0234 -SIZE (facebook-wangle-v2025.06.16.00_GH0.tar.gz) = 368390 +TIMESTAMP = 1750695885 +SHA256 (facebook-wangle-v2025.06.23.00_GH0.tar.gz) = 17590983cbb1a79bf21e8b03b34da0c8cd8bea93f0f80b387b136ce636f2ef9e +SIZE (facebook-wangle-v2025.06.23.00_GH0.tar.gz) = 368394 diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 5a10b41711fd..c5a706704d08 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmlrpc-c -PORTVERSION= 1.60.04 +PORTVERSION= 1.60.05 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Xmlrpc-c%20Super%20Stable/${PORTVERSION} diff --git a/net/xmlrpc-c/distinfo b/net/xmlrpc-c/distinfo index 257838d81a56..bcc19077d048 100644 --- a/net/xmlrpc-c/distinfo +++ b/net/xmlrpc-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735326529 -SHA256 (xmlrpc-c-1.60.04.tgz) = 1e98cc6f524142c2b80731778fe8c74458936118bf95ae33cfa1e9205bfd48a5 -SIZE (xmlrpc-c-1.60.04.tgz) = 936480 +TIMESTAMP = 1750427258 +SHA256 (xmlrpc-c-1.60.05.tgz) = 67d860062459ea2784c07b4d7913319d9539fa729f534378e8e41c8918f2adf6 +SIZE (xmlrpc-c-1.60.05.tgz) = 936486 diff --git a/net/ziina/distinfo b/net/ziina/distinfo deleted file mode 100644 index 42c1905e021d..000000000000 --- a/net/ziina/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1749640560 -SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 91760339a9d38affd41925d16bfa8807a7bfb4ce6c3c1ed32e0bc79ad99c1171 -SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.mod) = 562 -SHA256 (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = c58e839ada18321fbdd4aab7fb133e1372273a2aa309103da96269d4d19d5658 -SIZE (go/net_ziina/ziina-v0.1.4/v0.1.4.zip) = 11698 diff --git a/net/ziina/Makefile b/net/zmate/Makefile index bc9500961af5..e33b10081ae2 100644 --- a/net/ziina/Makefile +++ b/net/zmate/Makefile @@ -1,11 +1,11 @@ -PORTNAME= ziina +PORTNAME= zmate DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 +DISTVERSION= 0.3.1 CATEGORIES= net MAINTAINER= fuz@FreeBSD.org COMMENT= Instant terminal sharing using Zellij -WWW= https://github.com/ziinaio/ziina +WWW= https://github.com/ziinaio/zmate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md @@ -14,8 +14,8 @@ RUN_DEPENDS= zellij:sysutils/zellij USES= go:1.24,modules -GO_MODULE= github.com/ziinaio/ziina +GO_MODULE= github.com/ziinaio/zmate -PLIST_FILES= bin/ziina +PLIST_FILES= bin/zmate .include <bsd.port.mk> diff --git a/net/zmate/distinfo b/net/zmate/distinfo new file mode 100644 index 000000000000..753ddae2f5ba --- /dev/null +++ b/net/zmate/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1750412640 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 6741586fca454027868f80ab204fac8c95249583aef99a157b47dd1c2ee01b22 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.mod) = 562 +SHA256 (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = d7ebbaef675533657c58ecd58abe4445f497c80f7029296ba9c04c7323885be2 +SIZE (go/net_zmate/zmate-v0.3.1/v0.3.1.zip) = 12464 diff --git a/net/ziina/pkg-descr b/net/zmate/pkg-descr index 9c3c230186a1..9c3c230186a1 100644 --- a/net/ziina/pkg-descr +++ b/net/zmate/pkg-descr |