diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/openntpd/Makefile | 9 | ||||
-rw-r--r-- | net/syncthing/Makefile | 2 | ||||
-rw-r--r-- | net/syncthing/distinfo | 6 |
3 files changed, 10 insertions, 7 deletions
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 |