summaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-server/files/patch-server__bpf.c
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-01-17 19:02:59 +0000
committerMark Felder <feld@FreeBSD.org>2016-01-17 19:02:59 +0000
commit08c8abe20480c9b7fb59ce83a5fd0ff9b2dac750 (patch)
tree0e45e0dd62d6771b5f5f0e3a30ce7320731f4d36 /net/isc-dhcp41-server/files/patch-server__bpf.c
parentModernize pkg-plist, remove deprecated @dirrm (diff)
net/isc-dhcp41-server: Update to 4.1-ESV-R12-P1
This fixes CVE-2015-8605. Mark DEPRECATED and provide EXPIRES to coincide with 2016Q2 branch creation. The PORTVERSION scheme of this port is strange, but I am continuing the current version scheme as this is probably the last release of the 4.1 branch. The ISC Software Support Policy states that 4.1 ESV is support ends December 2015. [1] [1] http://www.isc.org/downloads/software-support-policy/ MFH: 2016Q1 Security: CVE-2015-8605
Notes
Notes: svn path=/head/; revision=406527
Diffstat (limited to 'net/isc-dhcp41-server/files/patch-server__bpf.c')
-rw-r--r--net/isc-dhcp41-server/files/patch-server__bpf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/isc-dhcp41-server/files/patch-server__bpf.c b/net/isc-dhcp41-server/files/patch-server__bpf.c
deleted file mode 100644
index 8bf85e902537..000000000000
--- a/net/isc-dhcp41-server/files/patch-server__bpf.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/bpf.c.orig 2010-10-22 10:38:06.623559939 +0400
-+++ common/bpf.c 2010-10-22 10:38:26.436563986 +0400
-@@ -577,6 +577,7 @@
- */
- switch (sa->sdl_type) {
- case IFT_ETHER:
-+ case IFT_L2VLAN:
- hw->hlen = sa->sdl_alen + 1;
- hw->hbuf[0] = HTYPE_ETHER;
- memcpy(&hw->hbuf[1], LLADDR(sa), sa->sdl_alen);