summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-08-26 07:28:03 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-08-26 07:28:03 +0000
commit38c453278b2cae126b566d3cc3706cec9dddf9f4 (patch)
tree5a45c18b26704fe57cbf6a87ed35742900a3a675 /shells
parentupdate mainterainer address (diff)
Add patch-set which fixes various bugs including a stack overflow.
PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author)
Notes
Notes: svn path=/head/; revision=117291
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile3
-rw-r--r--shells/osh/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index 8d3a8aa69b54..9bf0130e5650 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 224987be51f7..a7133fc6c703 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