- Update to 1.5.5
This commit is contained in:
parent
93d153234f
commit
1eb8ea886e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399086
4 changed files with 4 additions and 16 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unbound
|
||||
PORTVERSION= 1.5.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.5
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://unbound.net/downloads/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (unbound-1.5.4.tar.gz) = a1e1c1a578cf8447cb51f6033714035736a0f04444854a983123c094cc6fb137
|
||||
SIZE (unbound-1.5.4.tar.gz) = 4844273
|
||||
SHA256 (unbound-1.5.5.tar.gz) = f3bd7d3bc9519e8717abdc35c26cb2d84c3c3a3e2cd657604307e6860b37da5e
|
||||
SIZE (unbound-1.5.5.tar.gz) = 4849969
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
|
@ -1,6 +1,6 @@
|
|||
etc/unbound/unbound.conf.sample
|
||||
include/unbound.h
|
||||
lib/libunbound.so.2.3.7
|
||||
lib/libunbound.so.2.3.8
|
||||
lib/libunbound.so.2
|
||||
lib/libunbound.so
|
||||
lib/libunbound.a
|
||||
|
|
Loading…
Reference in a new issue