Răsfoiți Sursa

bind: update to 9.18.28

Waldemar Brodkorb 1 an în urmă
părinte
comite
0dc8d19a0e

+ 5 - 5
package/bind/Makefile

@@ -4,16 +4,16 @@
 include ${ADK_TOPDIR}/rules.mk
 include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		bind
 PKG_NAME:=		bind
-PKG_VERSION:=		9.18.24
+PKG_VERSION:=		9.18.28
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		709d73023c9115ddad3bab65b6c8c79a590196d0d114f5d0ca2533dbd52ddf66
+PKG_HASH:=		e7cce9a165f7b619eefc4832f0a8dc16b005d29e3890aed6008c506ea286a5e7
 PKG_DESCR:=		dns server
 PKG_DESCR:=		dns server
 PKG_SECTION:=		net/dns
 PKG_SECTION:=		net/dns
-PKG_DEPENDS:=		libxml2 libressl libuv libressl-util
-PKG_BUILDDEP:=		libxml2 libressl libuv
+PKG_DEPENDS:=		libxml2 libopenssl libuv openssl-util
+PKG_BUILDDEP:=		libxml2 openssl libuv
 PKG_NEEDS:=		c++
 PKG_NEEDS:=		c++
 PKG_URL:=		https://www.isc.org/software/bind/
 PKG_URL:=		https://www.isc.org/software/bind/
-PKG_SITES:=		ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/
+PKG_SITES:=		https://ftp.isc.org/isc/bind9/${PKG_VERSION}/
 PKG_LIBNAME:=		libbind
 PKG_LIBNAME:=		libbind
 PKG_OPTS:=		dev
 PKG_OPTS:=		dev
 
 

+ 1 - 1
package/bind/files/named.init

@@ -12,7 +12,7 @@ autostop) ;;
 		;;
 		;;
 	start)
 	start)
 		if [ -f /etc/bind/named.conf ]; then
 		if [ -f /etc/bind/named.conf ]; then
-			/usr/sbin/named -c /etc/bind/named.conf
+			/usr/sbin/named -c /etc/bind/named.conf &
 		fi
 		fi
 		;;
 		;;
 	stop)
 	stop)

+ 0 - 18
package/bind/patches/patch-bin_rndc_Makefile_am

@@ -1,18 +0,0 @@
---- bind-9.18.24.orig/bin/rndc/Makefile.am	2024-02-11 11:42:55.296980787 +0100
-+++ bind-9.18.24/bin/rndc/Makefile.am	2024-02-20 08:02:25.039885442 +0100
-@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.top
- 
- AM_CPPFLAGS +=			\
- 	$(LIBISC_CFLAGS)	\
-+	$(LIBNS_CFLAGS)		\
- 	$(LIBDNS_CFLAGS)	\
- 	$(LIBISCCFG_CFLAGS)	\
- 	$(LIBISCCC_CFLAGS)	\
-@@ -20,6 +21,7 @@ rndc_SOURCES =	\
- 
- rndc_LDADD =			\
- 	$(LIBISC_LIBS)		\
-+	$(LIBNS_LIBS)		\
- 	$(LIBDNS_LIBS)		\
- 	$(LIBISCCC_LIBS)	\
- 	$(LIBISCCFG_LIBS)	\