diff options
author | Juergen Daubert <jue@jue.li> | 2010-06-08 19:39:03 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-06-08 19:39:03 +0200 |
commit | c63a175105be8287f050e6b5db6c4be77b3513d3 (patch) | |
tree | 323696c902538a2b2e66ad1cf2f548595c51ad40 /dnsmasq | |
parent | 2050446116cf8c116f5f18b8ece1c148ece91c9d (diff) | |
download | opt-c63a175105be8287f050e6b5db6c4be77b3513d3.tar.gz opt-c63a175105be8287f050e6b5db6c4be77b3513d3.tar.xz |
dnsmasq: update to 2.55
Diffstat (limited to 'dnsmasq')
-rw-r--r-- | dnsmasq/.md5sum | 2 | ||||
-rw-r--r-- | dnsmasq/Pkgfile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index 63257ed42..b101b8994 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq -07328f6e8a88ae0d0f30f90434282d78 dnsmasq-2.53.tar.lzma +0ad62ac20fbb7e4e07f3f031c89e1b94 dnsmasq-2.55.tar.lzma 3810b9df4f93a02546027dc21edc18db dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 50532a1ea..34e15de7c 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de name=dnsmasq -version=2.53 +version=2.55 release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.lzma \ $name-config.patch dnsmasq) @@ -12,7 +12,6 @@ build () { cd $name-$version patch -p1 -i $SRC/$name-config.patch - sed -i 's/2\.54/2\.53/' src/config.h make make PREFIX=$PKG/usr install |