FreeBSD Bugzilla – Attachment 160005 Details for
Bug 202407
dns/unbound 1.5.4 Segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for Unbound fixing LibreSSL issue
patch-dns_unbound-1.5.4-LibreSSL (text/plain), 1.93 KB, created by
Bernard Spil
on 2015-08-19 07:58:53 UTC
(
hide
)
Description:
svn diff for Unbound fixing LibreSSL issue
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2015-08-19 07:58:53 UTC
Size:
1.93 KB
patch
obsolete
>Index: dns/unbound/Makefile >=================================================================== >--- dns/unbound/Makefile (revision 394735) >+++ dns/unbound/Makefile (working copy) >@@ -12,7 +12,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES+= cpe gmake libtool >+USES+= autoreconf cpe gmake libtool > CPE_VENDOR= nlnetlabs > USE_OPENSSL= yes > GNU_CONFIGURE= yes >@@ -101,7 +101,7 @@ > s|$$(configfile); fi|$$(configfile).sample|' \ > ${WRKSRC}/Makefile.in > .if ${PORT_OPTIONS:MFILTER_AAAA} >- cat ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s >+ ${CAT} ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s > .endif > > post-build: >@@ -132,4 +132,7 @@ > done > .endif > >+regression-test: build >+ cd ${WRKSRC} && ${MAKE} test >+ > .include <bsd.port.mk> >Index: dns/unbound/files/patch-configure.ac >=================================================================== >--- dns/unbound/files/patch-configure.ac (revision 0) >+++ dns/unbound/files/patch-configure.ac (working copy) >@@ -0,0 +1,11 @@ >+--- configure.ac.orig 2015-06-29 10:19:42 UTC >++++ configure.ac >+@@ -566,7 +566,7 @@ if test $USE_NSS = "no"; then >+ ACX_WITH_SSL >+ ACX_LIB_SSL >+ AC_MSG_CHECKING([for LibreSSL]) >+-if grep OPENSSL_VERSION_TEXT $ssldir/include/openssl/opensslv.h | grep "LibreSSL" >/dev/null; then >++if grep -e OPENSSL_VERSION_TEXT -e LIBRESSL_VERSION_TEXT $ssldir/include/openssl/opensslv.h | grep "LibreSSL" >/dev/null; then >+ AC_MSG_RESULT([yes]) >+ AC_DEFINE([HAVE_LIBRESSL], [1], [Define if we have LibreSSL]) >+ # libressl provides these compat functions, but they may also be > >Property changes on: dns/unbound/files/patch-configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 202407
: 160005