[arch-commits] Commit in bind/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Fri Mar 6 12:16:48 UTC 2020
Date: Friday, March 6, 2020 @ 12:16:48
Author: seblu
Revision: 376856
upgpkg: bind 9.16.0-2
No CVE, but security fix! You should update.
Modified:
bind/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-06 11:56:03 UTC (rev 376855)
+++ PKGBUILD 2020-03-06 12:16:48 UTC (rev 376856)
@@ -7,7 +7,7 @@
pkgname=(bind bind-tools)
_pkgver=9.16.0
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
url='https://www.isc.org/software/bind/'
license=('MPL2')
arch=('x86_64')
@@ -23,7 +23,8 @@
'named.service'
'localhost.zone'
'localhost.ip6.zone'
- '127.0.0.zone')
+ '127.0.0.zone'
+ 'https://downloads.isc.org/isc/bind9/9.16.0/patches/bind-v9.16.0-tcp_quota_fix.patch')
sha256sums=('af4bd9bdaeb1aa7399429972f3a8aa01dd6886b7ae046d703ab8da45330f2e28'
'SKIP'
'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
@@ -32,7 +33,8 @@
'3f0f8db0a1deae270dd166b4750be7c1041b4b44891176f35a8df7dd55d24d34'
'0011708e516128647dd25b59b6ebc465f36e85bbe0a8fbdc3eb04b7f28c2197f'
'c06fc270e32a843c8b6d86335a2ec607d405dfba6875de8d8a9abde39a9e2c17'
- 'b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8')
+ 'b88fd2b99e7d42d414b329b814b9ff3304fa0ef9c67df81bde235bbfa0f3a3b8'
+ 'd23b7dabcef40d165940c716e52e58e485f2488def059e1c7f8d2aca45f02081')
prepare() {
cd bind-$_pkgver
More information about the arch-commits
mailing list