Skip to content

Commit 04dc151

Browse files
pprindevilleBKPepe
authored andcommitted
bind: bump to 9.20.0
We no longer use "epoll()", but a new library dependency "liburcu" (user-space RCU) has been added. Signed-off-by: Philip Prindeville <[email protected]>
1 parent ff5104e commit 04dc151

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/bind/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=bind
12-
PKG_VERSION:=9.18.27
12+
PKG_VERSION:=9.20.0
1313
PKG_RELEASE:=1
1414
USERID:=bind=57:bind=57
1515

@@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
2222
PKG_SOURCE_URL:= \
2323
https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
2424
https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
25-
PKG_HASH:=ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1
25+
PKG_HASH:=cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347
2626

2727
PKG_FIXUP:=autoreconf
2828
PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
@@ -61,6 +61,7 @@ define Package/bind-libs
6161
+libpthread \
6262
+libatomic \
6363
+libuv \
64+
+liburcu \
6465
+BIND_ENABLE_DOH:libnghttp2 \
6566
+BIND_ENABLE_GSSAPI:krb5-libs \
6667
+BIND_ENABLE_GSSAPI:libcomerr \
@@ -149,7 +150,6 @@ CONFIGURE_ARGS += \
149150
--disable-geoip \
150151
--with-openssl="$(STAGING_DIR)/usr" \
151152
--without-lmdb \
152-
--enable-epoll \
153153
--without-readline \
154154
--sysconfdir=/etc/bind
155155

0 commit comments

Comments
 (0)