Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.7.git;a=commitdiff;h=be84b3a7d1d3319050dee125dd2be25722ea83f8

commit be84b3a7d1d3319050dee125dd2be25722ea83f8
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sun Mar 9 01:56:44 2008 +0100

bind-9.4.1-3sayshell1-i686
- added CVE-2008-0122.patch
- closes #2721

diff --git a/source/network/bind/CVE-2008-0122.patch 
b/source/network/bind/CVE-2008-0122.patch
new file mode 100644
index 0000000..184f146
--- /dev/null
+++ b/source/network/bind/CVE-2008-0122.patch
@@ -0,0 +1,19 @@
+--- lib/bind/inet/inet_network.c       Wed Apr 27 04:56:21 2005
++++ lib/bind/inet/inet_network.c       Tue Jan 15 04:02:01 2008
+@@ -84,9 +84,9 @@
+       }
+       if (!digit)
+               return (INADDR_NONE);
++      if (pp >= parts + 4 || val > 0xffU)
++              return (INADDR_NONE);
+       if (*cp == '.') {
+-              if (pp >= parts + 4 || val > 0xffU)
+-                      return (INADDR_NONE);
+               *pp++ = val, cp++;
+               goto again;
+       }
+
+
+
+
+
diff --git a/source/network/bind/FrugalBuild b/source/network/bind/FrugalBuild
index 0e86f1e..ed8e17b 100644
--- a/source/network/bind/FrugalBuild
+++ b/source/network/bind/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=bind
pkgver=9.4.1
pkgextraver=-P1
-pkgrel=2
+pkgrel=3sayshell1
pkgdesc="DNS server and utilities"
url="http://www.isc.org/index.pl?/sw/bind/";
backup=(etc/named.conf etc/logrotate.d/named)
@@ -12,8 +12,9 @@ depends=('openssl')
groups=('network')
archs=('i686' 'x86_64')
up2date="lynx -dump ftp://ftp.isc.org/isc/bind9/|grep '/9.*[^abc][0-9]$'|sed -n 
's|.*/||;s/$pkgextraver//;$ p'"
-source=(ftp://ftp.isc.org/isc/bind9/$pkgver$pkgextraver/$pkgname-$pkgver$pkgextraver.tar.gz
 rc.bind bind)
-signatures=($source.asc '' '')
+source=(ftp://ftp.isc.org/isc/bind9/$pkgver$pkgextraver/$pkgname-$pkgver$pkgextraver.tar.gz
 rc.bind bind \
+       CVE-2008-0122.patch)
+signatures=($source.asc '' '' '')

build()
{
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to