FreeBSD Bugzilla – Attachment 150180 Details for
Bug 195674
[PATCH] dns/unbound: Update to v1.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 373710 revision)
unbound_1.4.22,5-1.5.0.diff (text/plain), 3.95 KB, created by
lightside
on 2014-12-04 08:40:52 UTC
(
hide
)
Description:
Proposed patch (since 373710 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2014-12-04 08:40:52 UTC
Size:
3.95 KB
patch
obsolete
>diff -ruN unbound.orig/Makefile unbound/Makefile >--- unbound.orig/Makefile 2014-12-01 19:05:05.000000000 +0400 >+++ unbound/Makefile 2014-12-04 11:36:27.000000000 +0400 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/dns/unbound/Makefile 373710 2014-12-01 15:05:05Z feld $ > > PORTNAME= unbound >-PORTVERSION= 1.4.22 >-PORTREVISION= 5 >+PORTVERSION= 1.5.0 > CATEGORIES= dns > MASTER_SITES= http://unbound.net/downloads/ > >@@ -32,7 +31,7 @@ > OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT > OPTIONS_DEFAULT=THREADS ECDSA > >-LIBEVENT_DESC= Build against libevent (BROKEN on =10.0-RELEASE) >+LIBEVENT_DESC= Build against libevent > GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) > ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) > MUNIN_DESC= Install Munin plugin >@@ -79,11 +78,6 @@ > .endif > > .if ${PORT_OPTIONS:MLIBEVENT} >-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000015 >-SUB_LIST+= BROKEN="WARNING: Unbound with LIBEVENT crashes if run on FreeBSD 10.0-RELEASE. Update to 10.1-RELEASE or stable/10 after r273137." >-.else >-SUB_LIST+= BROKEN="" >-.endif > LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2 > USES+= pkgconfig > CONFIGURE_ARGS+=--with-libevent >@@ -100,6 +94,9 @@ > post-patch: > @${MKDIR} ${WRKSRC}/balancer > @${RM} ${WRKSRC}/util/configlexer.c >+ @${REINPLACE_CMD} -e 's|if test ! -e $$(DESTDIR)$$(configfile); then || ; \ >+ s|$$(configfile); fi|$$(configfile).sample|' \ >+ ${WRKSRC}/Makefile.in > > post-build: > @for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done >diff -ruN unbound.orig/distinfo unbound/distinfo >--- unbound.orig/distinfo 2014-03-13 15:07:56.000000000 +0400 >+++ unbound/distinfo 2014-12-04 09:19:10.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (unbound-1.4.22.tar.gz) = 1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f >-SIZE (unbound-1.4.22.tar.gz) = 4735801 >+SHA256 (unbound-1.5.0.tar.gz) = 9fde4aeb8258bc864cd5e5d6d9b8bcf8fa12a57059424fece1c6adcc6387b876 >+SIZE (unbound-1.5.0.tar.gz) = 4811349 >diff -ruN unbound.orig/files/patch-Makefile.in unbound/files/patch-Makefile.in >--- unbound.orig/files/patch-Makefile.in 2014-03-13 15:07:56.000000000 +0400 >+++ unbound/files/patch-Makefile.in 1970-01-01 03:00:00.000000000 +0300 >@@ -1,11 +0,0 @@ >---- Makefile.in.orig 2014-01-31 14:19:01.000000000 +0400 >-+++ Makefile.in 2014-03-13 14:27:03.613703943 +0400 >-@@ -497,7 +497,7 @@ >- $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 >- $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 >- $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup >-- if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi >-+ $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile).sample >- >- pythonmod-uninstall: >- rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py >diff -ruN unbound.orig/files/pkg-message.in unbound/files/pkg-message.in >--- unbound.orig/files/pkg-message.in 2014-12-01 19:05:05.000000000 +0400 >+++ unbound/files/pkg-message.in 2014-12-04 10:59:04.000000000 +0400 >@@ -8,5 +8,3 @@ > env.unbound_control %%PREFIX%%/sbin/unbound-control > env.spoof_warn 1000 > env.spoof_crit 100000 >- >-%%BROKEN%% >diff -ruN unbound.orig/pkg-plist unbound/pkg-plist >--- unbound.orig/pkg-plist 2014-10-27 16:13:22.000000000 +0400 >+++ unbound/pkg-plist 2014-12-04 10:40:20.000000000 +0400 >@@ -1,6 +1,6 @@ > etc/unbound/unbound.conf.sample > include/unbound.h >-lib/libunbound.so.2.2.1 >+lib/libunbound.so.2.3.3 > lib/libunbound.so.2 > lib/libunbound.so > lib/libunbound.a >@@ -51,7 +51,7 @@ > %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a > %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so > %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 >-%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.2.1 >+%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.3.3 > %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py > %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py > %%MUNIN%%etc/munin/plugins/unbound_munin_by_class
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
Actions:
View
|
Diff
Attachments on
bug 195674
:
150176
|
150177
|
150178
|
150179
| 150180 |
150181