mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
bind: update to 9.11.9
Fixes CVEs: CVE-2018-5738 CVE-2018-5740 CVE-2018-5743 CVE-2018-5744 CVE-2018-5745 CVE-2019-6465 CVE-2019-6471 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [mention fixed CVEs;patches: refreshed and removed those which are in upstream now]
This commit is contained in:
committed by
Josef Schlehofer
parent
01466e76e9
commit
23eeeeadc8
+8
-5
@@ -9,18 +9,18 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bind
|
||||
PKG_VERSION:=9.11.2-P1
|
||||
PKG_VERSION:=9.11.9
|
||||
PKG_RELEASE:=1
|
||||
USERID:=bind=57:bind=57
|
||||
|
||||
PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
|
||||
PKG_LICENSE := BSD-3-Clause
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:= \
|
||||
http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
||||
http://ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
||||
PKG_HASH:=cec31548832fca3f85d95178d4019b7d702039e8595d4c93914feba337df1212
|
||||
https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
||||
https://ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
||||
PKG_HASH:=963bf048354795b85b8f3dbe3ff5ba524d3f5b14b86a4cc733fcf971b43ac50e
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_REMOVE_FILES:=aclocal.m4 libtool.m4
|
||||
@@ -116,6 +116,7 @@ CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--with-randomdev="/dev/urandom" \
|
||||
--disable-atomic \
|
||||
--disable-threads \
|
||||
--disable-linux-caps \
|
||||
--with-openssl="$(STAGING_DIR)/usr" \
|
||||
@@ -125,6 +126,8 @@ CONFIGURE_ARGS += \
|
||||
--with-gost=no \
|
||||
--with-gssapi=no \
|
||||
--with-ecdsa=$(if $(CONFIG_OPENSSL_WITH_EC),yes,no) \
|
||||
--without-eddsa \
|
||||
--without-python \
|
||||
--with-readline=no \
|
||||
--sysconfdir=/etc/bind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user