summaryrefslogtreecommitdiff
path: root/dnsmasq
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-08-25 10:05:15 +0200
committerJuergen Daubert <jue@jue.li>2012-08-25 10:05:15 +0200
commit08b93483219a8e2c9d99537ac67b0b0427558c0c (patch)
tree0c1507c09ab8a73a3de3007e8ecc12f094aa98c0 /dnsmasq
parent4f9dbdce0bb437970c6d26465ff1036709c91de4 (diff)
downloadopt-08b93483219a8e2c9d99537ac67b0b0427558c0c.tar.gz
opt-08b93483219a8e2c9d99537ac67b0b0427558c0c.tar.xz
dnsmasq: update to 2.63
Diffstat (limited to 'dnsmasq')
-rw-r--r--dnsmasq/.md5sum2
-rw-r--r--dnsmasq/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum
index 4df4ca049..bfb830d5d 100644
--- a/dnsmasq/.md5sum
+++ b/dnsmasq/.md5sum
@@ -1,3 +1,3 @@
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
-c2fb7af20a649a33ff92cbfeb3a752d6 dnsmasq-2.62.tar.lzma
+46b2b2dceddab5553b9211b5cbc9d73e dnsmasq-2.63.tar.xz
7849643871a6de02fd04214fef307248 dnsmasq-config.patch
diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile
index 18d8d5d2d..70f1ff0c2 100644
--- a/dnsmasq/Pkgfile
+++ b/dnsmasq/Pkgfile
@@ -3,14 +3,15 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=dnsmasq
-version=2.62
+version=2.63
release=1
-source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.lzma \
+source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
$name-config.patch dnsmasq)
build () {
cd $name-$version
+ sed -i 's/rc6//' VERSION
patch -p1 -i $SRC/$name-config.patch
make

Generated by cgit