FreeBSD Bugzilla – Attachment 155490 Details for
Bug 199298
[MAINTAINER] dns/knot: Update to 1.6.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
knot upgrade patch again WITH_OPENSSL_PORT as default
knot.diff.txt (text/plain), 4.33 KB, created by
Leo Vandewoestijne
on 2015-04-12 02:14:03 UTC
(
hide
)
Description:
knot upgrade patch again WITH_OPENSSL_PORT as default
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2015-04-12 02:14:03 UTC
Size:
4.33 KB
patch
obsolete
>diff -ruN /usr/ports/dns/knot/Makefile dns/knot/Makefile >--- /usr/ports/dns/knot/Makefile 2015-03-13 20:04:21.000000000 +0000 >+++ dns/knot/Makefile 2015-04-12 03:29:49.513124013 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/dns/knot/Makefile 381230 2015-03-13 20:04:21Z pawel $ > > PORTNAME= knot >-PORTVERSION= 1.6.2 >+PORTVERSION= 1.6.3 > CATEGORIES= dns ipv6 > MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ > http://dns-lab.com/downloads/knot-dns/ >@@ -12,11 +12,12 @@ > > LICENSE= GPLv3 > >-BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ >- flex>=2.5.35_1:${PORTSDIR}/textproc/flex >+BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex > LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu > >-USES= alias libtool tar:xz >+CONFLICTS= knot-devel-1.* >+ >+USES= alias bison libtool tar:xz > > USE_LDCONFIG= yes > >@@ -27,18 +28,36 @@ > > GNU_CONFIGURE= yes > >-CONFIGURE_ARGS+= --with-storage=/var/db/knot >-CONFIGURE_ARGS+= --with-rundir=/var/run/knot >- >-OPTIONS_DEFINE= FASTPARSER IDNA >+CONFIGURE_ARGS+= --with-storage=/var/db/knot \ >+ --with-rundir=/var/run/knot \ >+ --with-openssl=${OPENSSLBASE} >+ >+OPTIONS_DEFINE= DNSTAP FASTPARSER GOST IDNA LMDB >+ >+DNSTAP_DESC= dnstap support (see dnstap.info) >+DNSTAP_CONFIGURE_ENABLE= dnstap >+DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ >+ libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c > >+FASTPARSER_DESC= Fast zone parser (demanding compilation) > FASTPARSER_CONFIGURE_ENABLE= fastparser >-FASTPARSER_DESC= Fast zone parser (demanding compilation) > >-IDNA_CONFIGURE_WITH= libidn >+GOST_DESC= Enable GOST ciphers (requires OpenSSL >= 1.0.0) >+ > IDNA_DESC= IDN support in knot utilities >+IDNA_CONFIGURE_WITH= libidn > IDNA_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn > >+LMDB_DESC= LMDB backend >+LMDB_CONFIGURE_ENABLE= lmdb >+LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MGOST} && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == "security/libressl" >+IGNORE= the (not impossible) combination of LibreSSL and GOST is not installing correctly. Either don't use GOST or do use OpenSSL >+.endif >+ > SUB_FILES= pkg-message > > USE_RC_SUBR= ${PORTNAME} >diff -ruN /usr/ports/dns/knot/distinfo dns/knot/distinfo >--- /usr/ports/dns/knot/distinfo 2015-03-13 20:04:21.000000000 +0000 >+++ dns/knot/distinfo 2015-04-10 13:53:11.011113842 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (knot-1.6.2.tar.xz) = 01fe0ae8081992c8b378045e31a2d03452d0ae6d8afaa1905fd767f7e2376ad4 >-SIZE (knot-1.6.2.tar.xz) = 782416 >+SHA256 (knot-1.6.3.tar.xz) = 48da608e29c2c1ef5937eb692f8ef0462ebb50fa7d128478a23e0a9788533e86 >+SIZE (knot-1.6.3.tar.xz) = 785052 >diff -ruN /usr/ports/dns/knot/files/patch-src_libknot_dnssec_config.h dns/knot/files/patch-src_libknot_dnssec_config.h >--- /usr/ports/dns/knot/files/patch-src_libknot_dnssec_config.h 1970-01-01 00:00:00.000000000 +0000 >+++ dns/knot/files/patch-src_libknot_dnssec_config.h 2015-04-10 14:18:05.633946353 +0000 >@@ -0,0 +1,11 @@ >+--- src/libknot/dnssec/config.h.orig 2015-02-19 09:43:56 UTC >++++ src/libknot/dnssec/config.h >+@@ -40,7 +40,7 @@ >+ #undef KNOT_ENABLE_ECDSA >+ #endif >+ >+-#if !defined(OPENSSL_NO_GOST) && OPENSSL_VERSION_NUMBER >= 0x1000001fL >++#if !defined(OPENSSL_NO_GOST) && OPENSSL_VERSION_NUMBER >= 0x1000001fL && !defined(LIBRESSL_VERSION_NUMBER) >+ #define KNOT_ENABLE_GOST 1 >+ #else >+ #undef KNOT_ENABLE_GOST >diff -ruN /usr/ports/dns/knot/files/pkg-message.in dns/knot/files/pkg-message.in >--- /usr/ports/dns/knot/files/pkg-message.in 2014-02-13 13:26:03.000000000 +0000 >+++ dns/knot/files/pkg-message.in 2015-04-12 03:15:55.585226752 +0000 >@@ -1,11 +1,12 @@ >-#################################################################### >-# >-# To start using Knot DNS, you should complete the following tasks: >-# >-# cp %%ETCDIR%%/knot.sample.conf %%ETCDIR%%/knot.conf >-# $EDITOR %%ETCDIR%%/knot.conf >-# echo knot_enable=\"YES\" >> /etc/rc.conf >-# echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf >-# %%PREFIX%%/etc/rc.d/knot start >-# >-#################################################################### >+##################################################################### >+ # >+ # To use Knot DNS complete the following: >+ # >+ cp %%ETCDIR%%/knot.sample.conf %%ETCDIR%%/knot.conf >+ $EDITOR %%ETCDIR%%/knot.conf >+ sysrc knot_enable=YES >+ sysrc knot_config=%%ETCDIR%%/knot.conf >+ service knot start >+ # >+ ##################################################################### >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 199298
:
155341
|
155342
|
155425
|
155426
|
155427
|
155433
|
155451
|
155452
| 155490 |
155491
|
155492