From 38c453278b2cae126b566d3cc3706cec9dddf9f4 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 26 Aug 2004 07:28:03 +0000 Subject: [PATCH] Add patch-set which fixes various bugs including a stack overflow. PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author) --- shells/osh/Makefile | 3 +++ shells/osh/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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