Add patch-set which fixes various bugs including a stack overflow.

PR:		ports/70953
Submitted by:	Jeffrey Allen Neitzel (author)
This commit is contained in:
Volker Stolz 2004-08-26 07:28:03 +00:00
parent 4893b0b3db
commit 38c453278b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117291
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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