diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-13 10:46:25 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-13 10:46:25 +0800 |
commit | 88a9a9bd0dc43a62de55c72cac443bab3d0a011d (patch) | |
tree | a966d0f50e4d9642ddbec540ae18ddbaed8cb7a9 /net/isc-dhcp40-server/Makefile | |
parent | 83e9a8069a75a6db1b3c288a4096f6c93bb72613 (diff) | |
download | freebsd-ports-gnome-88a9a9bd0dc43a62de55c72cac443bab3d0a011d.tar.gz freebsd-ports-gnome-88a9a9bd0dc43a62de55c72cac443bab3d0a011d.tar.zst freebsd-ports-gnome-88a9a9bd0dc43a62de55c72cac443bab3d0a011d.zip |
Security fix for dhcrelay. See
<URL: http://www.kb.cert.org/vuls/id/149953 >
and <URL: http://www.debian.org/security/2003/dsa-245 >.
PR: ports/48224
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'net/isc-dhcp40-server/Makefile')
-rw-r--r-- | net/isc-dhcp40-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index 6db15ca15582..3482bfb0496b 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -8,12 +8,16 @@ PORTNAME= dhcp PORTVERSION= 3.0.1.r11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} +PATCH_SITES= http://security.debian.org/pool/updates/main/d/dhcp3/ +PATCHFILES= dhcp3_3.0+3.0.1rc9-2.2.diff.gz +PATCH_DIST_STRIP=-p1 MAINTAINER= cyrille.lefevre@laposte.net |