Browse Source

Merge pull request #16380 from EricLuehrsen/unbound_132

unbound: update to 1.3.2
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
6a47396734
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 13 deletions
  1. +2
    -2
      net/unbound/Makefile
  2. +1
    -10
      net/unbound/patches/010-configure_uname.patch
  3. +0
    -1
      net/unbound/patches/100-example-conf-in.patch

+ 2
- 2
net/unbound/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=unbound PKG_NAME:=unbound
PKG_VERSION:=1.13.1
PKG_VERSION:=1.13.2
PKG_RELEASE:=$(AUTORELEASE) PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
PKG_HASH:=8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8
PKG_HASH:=0a13b547f3b92a026b5ebd0423f54c991e5718037fd9f72445817f6a040e1a83
PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause


+ 1
- 10
net/unbound/patches/010-configure_uname.patch View File

@ -1,6 +1,6 @@
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -765,7 +765,7 @@ if test x_$ub_test_python != x_no; then
@@ -772,7 +772,7 @@ if test x_$ub_test_python != x_no; then
fi fi
fi fi
@ -9,12 +9,3 @@
NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_' NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
AC_SUBST(NETBSD_LINTFLAGS) AC_SUBST(NETBSD_LINTFLAGS)
fi fi
@@ -1210,7 +1210,7 @@ esac
AC_ARG_ENABLE(tfo-client, AS_HELP_STRING([--enable-tfo-client],[Enable TCP Fast Open for client mode]))
case "$enable_tfo_client" in
yes)
- case `uname` in
+ case ${UNAME:-`uname`} in
Linux) AC_CHECK_DECL([MSG_FASTOPEN], [AC_MSG_WARN([Check the platform specific TFO kernel parameters are correctly configured to support client mode TFO])],
[AC_MSG_ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client])],
[AC_INCLUDES_DEFAULT

+ 0
- 1
net/unbound/patches/100-example-conf-in.patch View File

@ -2,7 +2,6 @@ OpenWrt (modification):
Patch the default configuration file with the tiny memory Patch the default configuration file with the tiny memory
configuration example from Unbound documentation. This is the best configuration example from Unbound documentation. This is the best
starting point for embedded routers if one is not going to use UCI. starting point for embedded routers if one is not going to use UCI.
--- a/doc/example.conf.in --- a/doc/example.conf.in
+++ b/doc/example.conf.in +++ b/doc/example.conf.in
@@ -19,6 +19,76 @@ server: @@ -19,6 +19,76 @@ server:


Loading…
Cancel
Save