diff options
author | vs <vs@FreeBSD.org> | 2004-08-26 07:28:03 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-26 07:28:03 +0000 |
commit | ad3cf5b740e8e0ddada32dc56a447951aec4d901 (patch) | |
tree | 4c34d3e3047567fa48c505db2400ef96c945f1b4 /shells/osh | |
parent | 432e485af3d078026daf12b4246b5d0de597e535 (diff) | |
download | FreeBSD-ports-ad3cf5b740e8e0ddada32dc56a447951aec4d901.zip FreeBSD-ports-ad3cf5b740e8e0ddada32dc56a447951aec4d901.tar.gz |
Add patch-set which fixes various bugs including a stack overflow.
PR: ports/70953
Submitted by: Jeffrey Allen Neitzel (author)
Diffstat (limited to 'shells/osh')
-rw-r--r-- | shells/osh/Makefile | 3 | ||||
-rw-r--r-- | shells/osh/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 8d3a8aa..9bf0130 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -7,8 +7,11 @@ PORTNAME= osh PORTVERSION= 040812 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ +PATCHFILES= osh-040812-osh_c.patch +PATCH_SITES= ${MASTER_SITES} MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of the UNIX 6th Edition shell diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 224987b..a7133fc 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,2 +1,4 @@ MD5 (osh-040812.tar.gz) = e76f380ba90ce99214fd133670d914ad -SIZE(osh-040812.tar.gz) = 44663 +SIZE (osh-040812.tar.gz) = 44663 +MD5 (osh-040812-osh_c.patch) = 17ab2cfed78ac63ece1c539a8f9e93c2 +SIZE (osh-040812-osh_c.patch) = 7341 |