Skip to content

Commit

Permalink
net/chrony: update to 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mandree committed Aug 11, 2023
1 parent 617da83 commit 1a7a24b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions net/chrony/Makefile
@@ -1,5 +1,5 @@
PORTNAME= chrony
DISTVERSION= 4.3
DISTVERSION= 4.4
CATEGORIES= net
MASTER_SITES= https://download.tuxfamily.org/chrony/ \
LOCAL/mandree
Expand Down Expand Up @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --chronyvardir=/var/db/${PORTNAME} \

ALL_TARGET= all
INSTALL_TARGET= install
TEST_TARGET= check

LDFLAGS+= -L${LOCALBASE}/lib

Expand All @@ -46,8 +47,6 @@ OPTIONS_DEFAULT= NETTLE NTS USER
OPTIONS_GROUP= SECHASH
OPTIONS_GROUP_SECHASH= NETTLE NSS
OPTIONS_SUB= yes
NTS_IMPLIES= NETTLE
NETTLE_PREVENTS= NSS

HTMLDOCS_DESC= Build HTML docs (IMPLIES DOCS, needs ruby, asciidoctor)
NETTLE_DESC= Nettle crypto library support for secure hash and NTS
Expand All @@ -61,10 +60,12 @@ HTMLDOCS_IMPLIES= DOCS
HTMLDOCS_BUILD_DEPENDS+= asciidoctor:textproc/rubygem-asciidoctor
HTMLDOCS_ALL_TARGET= docs
HTMLDOCS_INSTALL_TARGET= docs
NETTLE_PREVENTS= NSS
NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
NETTLE_CONFIGURE_OFF= --without-nettle
NSS_LIB_DEPENDS= libfreebl3.so:security/nss
NSS_CONFIGURE_OFF= --without-nss
NTS_IMPLIES= NETTLE
NTS_LIB_DEPENDS= libgnutls.so:security/gnutls
NTS_CONFIGURE_OFF= --without-gnutls
USER_CONFIGURE_ON= --with-user=chronyd
Expand Down
6 changes: 3 additions & 3 deletions net/chrony/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1661975166
SHA256 (chrony-4.3.tar.gz) = 9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804
SIZE (chrony-4.3.tar.gz) = 593560
TIMESTAMP = 1691779563
SHA256 (chrony-4.4.tar.gz) = eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088
SIZE (chrony-4.4.tar.gz) = 612094

0 comments on commit 1a7a24b

Please sign in to comment.