FreeBSD Bugzilla – Attachment 144636 Details for
Bug 191853
dns/ldns: Fix issues with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-ldns
file_191853.txt (text/plain), 4.68 KB, created by
Vsevolod Stakhov
on 2014-07-13 15:58:38 UTC
(
hide
)
Description:
patch-ldns
Filename:
MIME Type:
Creator:
Vsevolod Stakhov
Created:
2014-07-13 15:58:38 UTC
Size:
4.68 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 361687) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ldns > PORTVERSION= 1.6.17 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns > MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ > CRITICAL >@@ -13,10 +13,10 @@ > > LICENSE= BSD3CLAUSE > >-USES= gmake >-USE_AUTOTOOLS= libtool >+USES= gmake libtool > USE_OPENSSL= yes > USE_LDCONFIG= yes >+GNU_CONFIGURE= yes > > .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL)) > OPTIONS_DEFINE= DOXYGEN EXAMPLES DRILL >@@ -78,6 +78,7 @@ > .if ${PORT_OPTIONS:MGOST} > . if ${OSVERSION} < 1000015 > BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl >+CONFLICTS+= libressl-* > . endif > .else > NO_GOST= --disable-gost >Index: files/patch-drill-Makefile.in >=================================================================== >--- files/patch-drill-Makefile.in (revision 0) >+++ files/patch-drill-Makefile.in (working copy) >@@ -0,0 +1,11 @@ >+--- drill/Makefile.in.orig 2014-07-13 16:39:37.524920780 +0100 >++++ drill/Makefile.in 2014-07-13 16:40:28.272739650 +0100 >+@@ -98,7 +98,7 @@ >+ >+ install: all >+ $(INSTALL) -d $(DESTDIR)$(bindir) >+- $(INSTALL) drill $(DESTDIR)$(bindir)/drill >++ $(INSTALL) -s drill $(DESTDIR)$(bindir)/drill >+ $(INSTALL) -m 644 drill.1 $(DESTDIR)$(mandir)/man1/drill.1 >+++ files/patch-examples-Makefile.in (working copy) >@@ -0,0 +1,28 @@ >+--- examples/Makefile.in.orig 2014-07-13 16:39:27.125136680 +0100 >++++ examples/Makefile.in 2014-07-13 16:40:08.742739840 +0100 >+@@ -169,7 +169,7 @@ >+ $(INSTALL) -d -m 755 $(DESTDIR)$(mandir) >+ $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1 >+ for i in $(PROGRAMS) $(SSL_PROGRAMS); do \ >+- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i $(DESTDIR)$(bindir) ; \ >++ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i $(DESTDIR)$(bindir) ; \ >+ if test -f $$i.1 ; \ >+ then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >+ else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >+@@ -182,14 +182,14 @@ >+ $(INSTALL) -d -m 755 $(DESTDIR)$(mandir) >+ $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1 >+ for i in $(PROGRAMS); do \ >+- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc $(DESTDIR)$(bindir) ; \ >++ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc $(DESTDIR)$(bindir) ; \ >+ if test -f $$i.1 ; \ >+ then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >+ else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >+ fi ; \ >+ done >+ for i in $(SSL_PROGRAMS); do \ >+- $(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \ >++ $(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \ >+ if test -f $$i.1 ; \ >+ then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >+ else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \ >Index: files/patch-examples-ldns-signzone.c >=================================================================== >--- files/patch-examples-ldns-signzone.c (revision 0) >+++ files/patch-examples-ldns-signzone.c (working copy) >@@ -0,0 +1,11 @@ >+--- examples/ldns-signzone.c.orig 2014-07-13 16:15:08.722786209 +0100 >++++ examples/ldns-signzone.c 2014-07-13 16:15:24.772771739 +0100 >+@@ -473,7 +473,7 @@ >+ case 'E': >+ ENGINE_load_builtin_engines(); >+ ENGINE_load_dynamic(); >+- ENGINE_load_cryptodev(); >++ /* ENGINE_load_cryptodev(); */ >+ engine = ENGINE_by_id(optarg); >+ if (!engine) { >+ printf("No such engine: %s\n", optarg); >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 361687) >+++ pkg-plist (working copy) >@@ -529,8 +529,8 @@ > include/ldns/wire2host.h > include/ldns/zone.h > lib/libldns.a >-lib/libldns.la > lib/libldns.so > lib/libldns.so.1 >+lib/libldns.so.1.6.17 > libdata/pkgconfig/libldns.pc > @dirrm include/ldns
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 191853
:
144636
|
152091
|
152092
Working