summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/liferea/Makefile3
-rw-r--r--net/liferea/distinfo6
-rw-r--r--net/nats-server/Makefile3
-rw-r--r--net/nats-server/distinfo10
-rw-r--r--net/openntpd/Makefile9
-rw-r--r--net/syncthing/Makefile2
-rw-r--r--net/syncthing/distinfo6
-rw-r--r--net/waypipe/Makefile5
-rw-r--r--net/waypipe/distinfo2
9 files changed, 26 insertions, 20 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 3e389b00e90e..5c1538803b38 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -1,6 +1,5 @@
PORTNAME= liferea
-DISTVERSION= 1.16.3
-PORTREVISION= 1
+DISTVERSION= 1.16.4
CATEGORIES= net gnome
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/
diff --git a/net/liferea/distinfo b/net/liferea/distinfo
index 104442fcf3cc..e403de7b907e 100644
--- a/net/liferea/distinfo
+++ b/net/liferea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757094614
-SHA256 (liferea-1.16.3.tar.bz2) = cf0672d73d75ad7a1280407e5044191f393ac7d49f6d6d8a4aadeb402f5bac7c
-SIZE (liferea-1.16.3.tar.bz2) = 1763575
+TIMESTAMP = 1757438108
+SHA256 (liferea-1.16.4.tar.bz2) = 3dd51a8f4578289517ef2f01db026c77fce448fd57c2f0833f0ac8fbd7fe19e9
+SIZE (liferea-1.16.4.tar.bz2) = 1774093
diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile
index e10090a35aad..54708848b3e2 100644
--- a/net/nats-server/Makefile
+++ b/net/nats-server/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nats-server
DISTVERSIONPREFIX= v
-DISTVERSION= 2.11.8
-PORTREVISION= 1
+DISTVERSION= 2.11.9
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
diff --git a/net/nats-server/distinfo b/net/nats-server/distinfo
index 33450ffe2a4f..a104d48f5570 100644
--- a/net/nats-server/distinfo
+++ b/net/nats-server/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1755245723
-SHA256 (go/net_nats-server/nats-server-v2.11.8/v2.11.8.mod) = d2ed94db1820e512d26a2681e293568fff553cb609a278eee7bef6bd6dc28f5a
-SIZE (go/net_nats-server/nats-server-v2.11.8/v2.11.8.mod) = 510
-SHA256 (go/net_nats-server/nats-server-v2.11.8/v2.11.8.zip) = 6e5f7bb40ca72b16b4dbeeab2fd80e61ba5b5b97bd2c3bcdc8289dc99b08a1ab
-SIZE (go/net_nats-server/nats-server-v2.11.8/v2.11.8.zip) = 2873830
+TIMESTAMP = 1757463998
+SHA256 (go/net_nats-server/nats-server-v2.11.9/v2.11.9.mod) = 49cbec0da6bcdbf834d04d43bdfdb3f907773b63317171d8747c2931cc5f78a6
+SIZE (go/net_nats-server/nats-server-v2.11.9/v2.11.9.mod) = 489
+SHA256 (go/net_nats-server/nats-server-v2.11.9/v2.11.9.zip) = 9c345ffdfc61ea81018fdac022b8953869c65f05ef7a27a89acecff742ab2994
+SIZE (go/net_nats-server/nats-server-v2.11.9/v2.11.9.zip) = 2893262
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index 1e45209db085..abcc1a4e4225 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openntpd
PORTVERSION= 6.8p1
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH= 2
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenNTPD
@@ -11,8 +11,6 @@ WWW= https://www.openntpd.org/
LICENSE= ISCL
-RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
-
USES= cpe localbase ssl
CONFLICTS= ntp ntp-devel ntpsec
@@ -37,6 +35,11 @@ post-install:
.include <bsd.port.pre.mk>
+# certificate bundle
+.if !(${OPSYS} == FreeBSD && ${OSVERSION} >= 1500063)
+RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss
+.endif
+
# When using LibreSSL use its own libtls, but when using OpenSSL
# use libtls from libretls.
.if ${SSL_DEFAULT:Mlibressl*}
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 0e304d41ac4d..384e97d1fd1d 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,6 +1,6 @@
PORTNAME= syncthing
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0.7
+DISTVERSION= 2.0.8
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL}
diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo
index c9dc80d94639..6d1a9d1e766a 100644
--- a/net/syncthing/distinfo
+++ b/net/syncthing/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757071364
-SHA256 (syncthing-source-v2.0.7.tar.gz) = 6e0f66fa17402e7a4395658732af719e3c25c17ca436eb473912dfb0f4340a0d
-SIZE (syncthing-source-v2.0.7.tar.gz) = 62661923
+TIMESTAMP = 1757328704
+SHA256 (syncthing-source-v2.0.8.tar.gz) = ad583925c0934fcfe9976e544093203d7ced483bd5bad80cd02a3c93a04dfb8b
+SIZE (syncthing-source-v2.0.8.tar.gz) = 62666559
diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile
index c730c2473256..6d2904b544ca 100644
--- a/net/waypipe/Makefile
+++ b/net/waypipe/Makefile
@@ -1,9 +1,12 @@
PORTNAME= waypipe
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net wayland
+PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
+PATCHFILES+= 02891f1514bf.patch:-p1 # https://gitlab.freedesktop.org/mstoeckl/waypipe/-/merge_requests/32
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Network transparency with Wayland
WWW= https://gitlab.freedesktop.org/mstoeckl/waypipe
diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo
index 6ef599605c7f..00f9f2eedeee 100644
--- a/net/waypipe/distinfo
+++ b/net/waypipe/distinfo
@@ -71,3 +71,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 (waypipe-v0.10.4.tar.bz2) = 4de622de39890912a0242e446b8d401f6fe385977985224f15353d40d6f7f0a3
SIZE (waypipe-v0.10.4.tar.bz2) = 441033
+SHA256 (02891f1514bf.patch) = 53d5de05aeb2f3457dacade335f03f930407259c14156cad8990427a855ac3be
+SIZE (02891f1514bf.patch) = 2317