diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-01-01 22:27:58 +0800 |
---|---|---|
committer | Noah Meyerhans <frodo@morgul.net> | 2019-01-12 21:26:32 -0800 |
commit | 7ce7898d13a49598d78115bd5960facd944ab1f6 (patch) | |
tree | 2586c77becd9b05b1bf45772224568be5a7bac37 /net | |
parent | cf327c3d89605601d8a137c88f45d55e958e2cd7 (diff) |
bind: update to 9.11.5-P1
For changes in 9.11.5-P1 see https://ftp.isc.org/isc/bind9/9.11.5-P1/CHANGES
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'net')
-rw-r--r-- | net/bind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index a37a092e8..52f203dc0 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.11.5 -PKG_RELEASE:=2 +PKG_VERSION:=9.11.5-P1 +PKG_RELEASE:=1 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net> @@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ https://ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_HASH:=a4cae11dad954bdd4eb592178f875bfec09fcc7e29fe0f6b7a4e5b5c6bc61322 +PKG_HASH:=6cd6dbf016569f12d4a0ed629e44e895d9ed41c6908274ed2e617666c5491928 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 |