[arch-commits] Commit in bind/trunk (PKGBUILD)

Kevin Piché kevin at archlinux.org
Sun Jan 24 22:47:29 UTC 2010


    Date: Sunday, January 24, 2010 @ 17:47:29
  Author: kevin
Revision: 65188

upgpkg: bind 9.6.1.P3-1
    Fixes for CVE-2010-0097 and CVE-2009-4022

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 22:39:58 UTC (rev 65187)
+++ PKGBUILD	2010-01-24 22:47:29 UTC (rev 65188)
@@ -3,22 +3,22 @@
 # Contributor: Mario Vazquez <mario_vazq at hotmail.com>
 pkgname=bind
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.6.1.P2
-_pkgver=9.6.1-P2
+pkgver=9.6.1.P3
+_pkgver=9.6.1-P3
 pkgrel=1
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
-url="http://www.isc.org/index.pl?/sw/bind/"
+url="https://www.isc.org/software/bind/"
 license=('custom:ISC')
 backup=(etc/named.conf etc/logrotate.d/named etc/conf.d/named etc/rndc.key)
 depends=('openssl')
 provides=('dns-server')
 options=('!libtool')
 install=bind.install
-source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz
 	bind.so_bsdcompat.diff notools.patch named.conf localhost.zone 127.0.0.zone
 	named root.hint named.logrotate named.conf.d)
-md5sums=('435bc2e26e470d46ddf2acb24abb6ea6' '447d58721cfee0e1e377b46f7d50b327'
+md5sums=('a0952d589b3051538033387be4c983f9' '447d58721cfee0e1e377b46f7d50b327'
          '2ab9db5112cabae23770cdd2f00c6923' 'f58fa49a92df16534d31fcb6b0d1be1e'
          'ab5beef0b41eb6376c7f1f4ee233172b' 'bdbdfe4990b0903984306dd14f98b951'
          '750f283c7774ffe75cd215bce46b03cd' '8c212c0260d708f15f75d3adc71f0149'




More information about the arch-commits mailing list