Skip to content

Commit e59bc86

Browse files
committed
unbound: update to 1.6.7
Signed-off-by: Eric Luehrsen <[email protected]>
1 parent bc5e788 commit e59bc86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

net/unbound/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=unbound
11-
PKG_VERSION:=1.6.6
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=1.6.7
12+
PKG_RELEASE:=1
1313

1414
PKG_LICENSE:=BSD-3-Clause
1515
PKG_LICENSE_FILES:=LICENSE
1616
PKG_MAINTAINER:=Eric Luehrsen <[email protected]>
1717

1818
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1919
PKG_SOURCE_URL:=http://www.unbound.net/downloads
20-
PKG_HASH:=972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390
20+
PKG_HASH:=4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f
2121

2222
PKG_BUILD_DEPENDS:=libexpat
2323
PKG_BUILD_PARALLEL:=1

net/unbound/patches/001-conf.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 5396029..cbb51ec 100644
66
-#
77
-# Example configuration file.
88
-#
9-
-# See unbound.conf(5) man page, version 1.6.6.
9+
-# See unbound.conf(5) man page, version 1.6.7.
1010
-#
1111
-# this is a comment.
1212
+##############################################################################

0 commit comments

Comments
 (0)