1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 4.3.1

This commit is contained in:
Ryan Steinmetz 2014-08-16 12:14:42 +00:00
parent c124de29e7
commit 098bc62bb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365075
3 changed files with 4 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dhcp
DISTVERSION= 4.3.0
DISTVERSION= 4.3.1
PORTREVISION= ${DHCP_PORTREVISION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_ISC}
@ -19,7 +19,7 @@ LICENSE= ISCL
USES= gmake
#PATCHLEVEL= P1
PORTREVISION_SERVER= 2
PORTREVISION_SERVER= 0
PORTREVISION_CLIENT= 0
PORTREVISION_RELAY= 0

View File

@ -1,2 +1,2 @@
SHA256 (dhcp-4.3.0.tar.gz) = a7b6517d5cf32c5e49d2323a63de00efe5391df7cb0045dfa0ec8f6ee46ebe8a
SIZE (dhcp-4.3.0.tar.gz) = 8960567
SHA256 (dhcp-4.3.1.tar.gz) = 266cbca8a7a6bb8f9ccc5765da0d2b04099329314a54a4fc1022d510ad3e9af0
SIZE (dhcp-4.3.1.tar.gz) = 8980806

View File

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