summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-22 18:49:17 +0000
committerobrien <obrien@FreeBSD.org>2000-12-22 18:49:17 +0000
commitf586a5fe72f2d3df3aeff1c62f86c699d45dfee5 (patch)
treee5dce893957a9d5873b3257a0d933476f2533c73 /sysutils
parentbe2e881d33beee55eb928f78cdc242684e78a622 (diff)
downloadFreeBSD-ports-f586a5fe72f2d3df3aeff1c62f86c699d45dfee5.zip
FreeBSD-ports-f586a5fe72f2d3df3aeff1c62f86c699d45dfee5.tar.gz
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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile5
-rw-r--r--sysutils/lsof/distinfo1
2 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index a4e4f8da..c98b477 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -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}
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 484d9dd..514e292 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1 +1,2 @@
MD5 (lsof_4.54C.freebsd.tar.gz) = 83584155ae2a010ebf3bbd5bc2c2b7a5
+MD5 (misc.c_patch) = a8c68fd9301190da5916f03b9c48a3ed
OpenPOWER on IntegriCloud