diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-25 14:13:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-25 14:13:59 +0000 |
commit | 92fd9c5f94757f42adc1a05c38f76b0cc364b126 (patch) | |
tree | 1d9c31b6da4962862c58d61cff7da716c68d5075 /editors | |
parent | 48f74b129b3ec1af977f3535170e4d201528fe19 (diff) | |
download | ports-92fd9c5f94757f42adc1a05c38f76b0cc364b126.tar.gz ports-92fd9c5f94757f42adc1a05c38f76b0cc364b126.zip |
My earlier testing was in error: joe will still write to a DEADJOE
file which is hard-linked to a file writable by the user who is
running joe. Mark this forbidden until the maintainer decides what
to do.
Notes
Notes:
svn path=/head/; revision=35414
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/joe/Makefile | 2 | ||||
-rw-r--r-- | editors/joe2/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile index b61d13c85851..617c590fea45 100644 --- a/editors/joe-devel/Makefile +++ b/editors/joe-devel/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= toasty@dragondata.com +FORBIDDEN= "follows hard link (not symlink) to DEADJOE--see http://www.securityfocus.com/archive/1/145305" + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 diff --git a/editors/joe/Makefile b/editors/joe/Makefile index b61d13c85851..617c590fea45 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= toasty@dragondata.com +FORBIDDEN= "follows hard link (not symlink) to DEADJOE--see http://www.securityfocus.com/archive/1/145305" + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index b61d13c85851..617c590fea45 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= toasty@dragondata.com +FORBIDDEN= "follows hard link (not symlink) to DEADJOE--see http://www.securityfocus.com/archive/1/145305" + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 |