mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 4.2.7
This commit is contained in:
parent
dc13359a83
commit
208b07321a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364780
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dhcp
|
||||
DISTVERSION= 4.2.6
|
||||
DISTVERSION= 4.2.7
|
||||
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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dhcp-4.2.6.tar.gz) = ab3aaab3c938a1c0e44fd75ee4d51682d35eb8328e991006cc6ee17514bfe291
|
||||
SIZE (dhcp-4.2.6.tar.gz) = 8935311
|
||||
SHA256 (dhcp-4.2.7.tar.gz) = dc5c15147721aae52e83e6d7305f05e70eff126f39f1ea11953fd812faa2b781
|
||||
SIZE (dhcp-4.2.7.tar.gz) = 8936158
|
||||
|
@ -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);
|
Loading…
Reference in New Issue
Block a user