View | Details | Raw Unified | Return to bug 281087 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/knot3/Makefile (-2 / +8 lines)
Lines 12-20 WWW= https://www.knot-dns.cz/ Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
BUILD_DEPENDS=	gsed:textproc/gsed
15
BUILD_DEPENDS=	gnutls>=3.7.3:security/gnutls \
16
		gsed:textproc/gsed \
17
		lmdb>=0.9.15:databases/lmdb \
18
		nettle>=3.6.0:security/nettle
16
LIB_DEPENDS=	libgnutls.so:security/gnutls \
19
LIB_DEPENDS=	libgnutls.so:security/gnutls \
17
		liblmdb.so:databases/lmdb
20
		liblmdb.so:databases/lmdb \
21
		libnettle.so:security/nettle
18
22
19
USES=		alias libtool localbase pkgconfig tar:xz
23
USES=		alias libtool localbase pkgconfig tar:xz
20
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
Lines 81-86 MODWHOAMI_DESC= Build 'whoami' module Link Here
81
UTILGR_DESC=			Options for utilities
85
UTILGR_DESC=			Options for utilities
82
UTILS_DESC=			Install utulities
86
UTILS_DESC=			Install utulities
83
87
88
DEAMON_BUILD_DEPENDS=		liburcu>=0.5.4:sysutils/liburcu
84
DAEMON_LIB_DEPENDS=		liburcu.so:sysutils/liburcu
89
DAEMON_LIB_DEPENDS=		liburcu.so:sysutils/liburcu
85
DAEMON_USES=			libedit
90
DAEMON_USES=			libedit
86
DAEMON_CONFIGURE_ENABLE=	daemon
91
DAEMON_CONFIGURE_ENABLE=	daemon
Lines 106-111 DOCS_CONFIGURE_ENABLE= documentation Link Here
106
111
107
DOH_LIB_DEPENDS=		libnghttp2.so:www/libnghttp2
112
DOH_LIB_DEPENDS=		libnghttp2.so:www/libnghttp2
108
113
114
DOQ_BUILD_DEPENDS=		libngtcp2>=1.7.0:net/libngtcp2
109
DOQ_LIB_DEPENDS=		libngtcp2.so:net/libngtcp2
115
DOQ_LIB_DEPENDS=		libngtcp2.so:net/libngtcp2
110
116
111
FASTPARSER_CONFIGURE_ENABLE=	fastparser
117
FASTPARSER_CONFIGURE_ENABLE=	fastparser
(-)b/dns/knot3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1721655384
1
TIMESTAMP = 1724838072
2
SHA256 (knot-3.3.8.tar.xz) = 498de8338489a625673797f7ecc921fa4490c826afbfa42fa66922b525089e6a
2
SHA256 (knot-3.3.9.tar.xz) = 7cf2bd93bf487179aca1d2acf7b462dc269e769944c3ea73c7f9a4570dde86ab
3
SIZE (knot-3.3.8.tar.xz) = 1608360
3
SIZE (knot-3.3.9.tar.xz) = 1608644
(-)b/dns/knot3/distinfo.py-libknot (+3 lines)
Added Link Here
1
TIMESTAMP = 1724838099
2
SHA256 (libknot-3.3.9.tar.gz) = 0008c7e7e210764cd3229d7eabadfc77d77301fa3b9d752e74e2d09bcd4fee55
3
SIZE (libknot-3.3.9.tar.gz) = 11098
(-)b/dns/knot3/knotdns.mk (-1 / +1 lines)
Line 1 Link Here
1
KNOT_VERSION=	3.3.8
1
KNOT_VERSION=	3.3.9
(-)b/dns/py-libknot/Makefile (+2 lines)
Lines 18-22 USE_PYTHON= autoplist concurrent pep517 Link Here
18
18
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
21
DISTINFO_FILE=	${.CURDIR}/../knot3/distinfo.py-libknot
22
21
.include "${.CURDIR}/../knot3/knotdns.mk"
23
.include "${.CURDIR}/../knot3/knotdns.mk"
22
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)a/dns/py-libknot/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1721721718
2
SHA256 (libknot-3.3.8.tar.gz) = 446d8d385402eabc5ebad6b09f702b672f6e34b9fe80f984aabbf5134618271e
3
SIZE (libknot-3.3.8.tar.gz) = 11110

Return to bug 281087