diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-19 03:06:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-19 03:06:15 +0800 |
commit | 9e7ee68584590e50f1466a0f54166ea0554eb3a9 (patch) | |
tree | f86681a4444b096cbd202e18e282df6081e80acb /sysutils/lsof | |
parent | ffdd66bce07f0a04f95c9632062f25169d1182f2 (diff) | |
download | freebsd-ports-gnome-9e7ee68584590e50f1466a0f54166ea0554eb3a9.tar.gz freebsd-ports-gnome-9e7ee68584590e50f1466a0f54166ea0554eb3a9.tar.zst freebsd-ports-gnome-9e7ee68584590e50f1466a0f54166ea0554eb3a9.zip |
Upgrade to version 4.40i.
This fixes the bug refered to in the HERT advisory on lsof.
Note, that LSOF assumes 8 char login names. Vic Abell is looking at getting
this information from headers so our 16 char login names will be supported.
Submitted by: "Vic Abell" <abe@purdue.edu>
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 8 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 829fddaa059b..d3b019373156 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,12 +4,12 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.33 1999/02/02 06:44:18 obrien Exp $ +# $Id: Makefile,v 1.34 1999/02/11 12:53:03 obrien Exp $ # -DISTNAME= lsof_4.41H.freebsd +DISTNAME= lsof_4.41I.freebsd #DISTNAME= lsof_4.40_W -PKGNAME= lsof-4.40h +PKGNAME= lsof-4.40i CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -49,7 +49,7 @@ post-extract: ) @( cd ${WRKSRC} ; echo "y" | ./Inventory || exit 1 ) .else -WRKSRC=${WRKDIR}/lsof_4.41H.freebsd +WRKSRC=${WRKDIR}/lsof_4.41I.freebsd .endif #pre-patch: diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 572353844ffa..966b49f4b87d 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.41H.freebsd.tar.gz) = 4ae2d0ec529c514d2f59729829a9b3ce +MD5 (lsof_4.41I.freebsd.tar.gz) = 917d31a0be67ff20619839385ea2437e |