1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 2.37

Approved by:	maintainer (implicit)
This commit is contained in:
Martin Wilke 2007-02-10 11:39:21 +00:00
parent 5c78ad234d
commit b0860b9af9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184765
3 changed files with 15 additions and 4 deletions

View File

@ -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}

View File

@ -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

View File

@ -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