From 4c109aad777da5d0a19a2cdcc483726aed9374b8 Mon Sep 17 00:00:00 2001 From: dugsong Date: Sun, 27 Feb 2000 04:02:12 +0000 Subject: [PATCH] upgrade to version 1.0.1 - old distfile no longer available --- security/its4/Makefile | 4 ++-- security/its4/files/md5 | 6 +++--- security/its4/patches/patch-aa | 12 +++--------- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/security/its4/Makefile b/security/its4/Makefile index 14bcded1c9c..f8f212506de 100644 --- a/security/its4/Makefile +++ b/security/its4/Makefile @@ -3,9 +3,9 @@ # Date created: 21 Feb 2000 # Whom: dugsong@monkey.org # -# $OpenBSD: Makefile,v 1.1.1.1 2000/02/22 02:15:54 dugsong Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/27 04:02:12 dugsong Exp $ -DISTNAME= its4-1.0 +DISTNAME= its4-1.0.1 CATEGORIES= security diff --git a/security/its4/files/md5 b/security/its4/files/md5 index 67e928e812d..ec1ef886c23 100644 --- a/security/its4/files/md5 +++ b/security/its4/files/md5 @@ -1,3 +1,3 @@ -MD5 (its4-1.0.tgz) = bcf4c815b8d6d114e98b78e8db03141d -RMD160 (its4-1.0.tgz) = 89d160550b416144e3d9e6084694e8c5ba307e49 -SHA1 (its4-1.0.tgz) = b396ec9c08988ceda11b54ca255a33f2cbd44d06 +MD5 (its4-1.0.1.tgz) = 659c18b10012a4ae6f71073bc578e088 +RMD160 (its4-1.0.1.tgz) = 3097fdc4216eaf83348df81712eac7848335b835 +SHA1 (its4-1.0.1.tgz) = da891eb59f07d0004670f1f5ccc5ddfa0f6437e2 diff --git a/security/its4/patches/patch-aa b/security/its4/patches/patch-aa index 60cf6f291c3..3d8e354f48c 100644 --- a/security/its4/patches/patch-aa +++ b/security/its4/patches/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Mon Feb 21 11:53:17 2000 -+++ configure Mon Feb 21 21:08:39 2000 -@@ -192,11 +192,12 @@ +--- configure.orig Wed Feb 23 12:19:12 2000 ++++ configure Sat Feb 26 22:55:43 2000 +@@ -192,6 +192,7 @@ ###### Check for snprintf() printf %s "Checking for snprintf()... " 1>&5 cat >tmp.c < int main() { - char buf[12]; -- snprintf(buf, "%s", 2, "foof"); -+ snprintf(buf, 2, "%s", "foof"); - } - EOF - if `${CC} tmp.c 2>/dev/null`; then