bind: bump to 9.20.0
authorPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 30 May 2024 16:29:04 +0000 (10:29 -0600)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 5 Aug 2024 05:00:50 +0000 (07:00 +0200)
We no longer use "epoll()", but a new library dependency "liburcu"
(user-space RCU) has been added.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/bind/Makefile

index c66d844a1ed44e415ef6200a4a4d5f83f66b2b39..7dd2565bd8f85f7919e232c723950043faebd848 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
-PKG_VERSION:=9.18.27
+PKG_VERSION:=9.20.0
 PKG_RELEASE:=1
 USERID:=bind=57:bind=57
 
@@ -22,7 +22,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 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:=ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1
+PKG_HASH:=cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347
 
 PKG_FIXUP:=autoreconf
 PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
@@ -61,6 +61,7 @@ define Package/bind-libs
        +libpthread \
        +libatomic \
        +libuv \
+       +liburcu \
        +BIND_ENABLE_DOH:libnghttp2 \
        +BIND_ENABLE_GSSAPI:krb5-libs \
        +BIND_ENABLE_GSSAPI:libcomerr \
@@ -149,7 +150,6 @@ CONFIGURE_ARGS += \
        --disable-geoip \
        --with-openssl="$(STAGING_DIR)/usr" \
        --without-lmdb \
-       --enable-epoll \
        --without-readline \
        --sysconfdir=/etc/bind