Add patch to fix bug where LSOF lsof will run out of stack space and get
a fault when pointed at an infinite symbolic link.
This commit is contained in:
parent
451e5066ee
commit
01382462cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36242
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lsof
|
||||
PORTVERSION= 4.53.3
|
||||
PORTVERSION= 4.53.4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
|
||||
@ -21,6 +21,9 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
#DISTNAME= ${PORTNAME}_${PORTVERSION}_W
|
||||
DISTNAME= ${PORTNAME}_4.54C.freebsd
|
||||
|
||||
PATCH_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/patches/4.53/
|
||||
PATCHFILES= misc.c_patch
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (lsof_4.54C.freebsd.tar.gz) = 83584155ae2a010ebf3bbd5bc2c2b7a5
|
||||
MD5 (misc.c_patch) = a8c68fd9301190da5916f03b9c48a3ed
|
||||
|
Loading…
Reference in New Issue
Block a user