diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-10 11:39:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-10 11:39:21 +0000 |
commit | b0860b9af97aa6f09755d1cbbe6842377a2790f9 (patch) | |
tree | 4e6255fada2aea3e294be44f739ebb667418f3dc /dns | |
parent | 5c78ad234de17e6bfe0f2acddc2433a0baa2b997 (diff) | |
download | ports-b0860b9af97aa6f09755d1cbbe6842377a2790f9.tar.gz ports-b0860b9af97aa6f09755d1cbbe6842377a2790f9.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 | ||||
-rw-r--r-- | dns/dnsmasq/files/patch-rfc2131.c | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 9cc2cb6a598d..5d2afc0a48a4 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.36 +PORTVERSION= 2.37 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ ${MASTER_SITE_GENTOO} diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 22f750b31496..e3461bac2605 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.36.tar.gz) = 392bf22dbff84eae010e149f15cd4136 -SHA256 (dnsmasq-2.36.tar.gz) = 0acc17cf059bb9b0ecde9a57ca5f09aadfebf99fe6b4ebcddf5800875aee3242 -SIZE (dnsmasq-2.36.tar.gz) = 268105 +MD5 (dnsmasq-2.37.tar.gz) = e105a41cdf5adb8b615f0a06eb17ecb9 +SHA256 (dnsmasq-2.37.tar.gz) = 6ddf6be81d5974a2cbe4c9c3b130e5b746c6415165b1d82ad390150ecd614385 +SIZE (dnsmasq-2.37.tar.gz) = 271316 diff --git a/dns/dnsmasq/files/patch-rfc2131.c b/dns/dnsmasq/files/patch-rfc2131.c new file mode 100644 index 000000000000..eb107d418191 --- /dev/null +++ b/dns/dnsmasq/files/patch-rfc2131.c @@ -0,0 +1,11 @@ +--- src/rfc2131.c.orig Fri Feb 9 14:35:14 2007 ++++ src/rfc2131.c Fri Feb 9 14:35:46 2007 +@@ -16,6 +16,8 @@ + #define BOOTREPLY 2 + #define DHCP_COOKIE 0x63825363 + ++#define ARPHRD_EUI64 27 ++ + /* The Linux in-kernel DHCP client silently ignores any packet + smaller than this. Sigh........... */ + #define MIN_PACKETSZ 300 |