upgrade to version 1.0.1 - old distfile no longer available

This commit is contained in:
dugsong 2000-02-27 04:02:12 +00:00
parent 0aacaa6f94
commit 4c109aad77
3 changed files with 8 additions and 14 deletions

View File

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

View File

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

View File

@ -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 <<EOF
@ -8,9 +8,3 @@
#include <string.h>
int main()
{
char buf[12];
- snprintf(buf, "%s", 2, "foof");
+ snprintf(buf, 2, "%s", "foof");
}
EOF
if `${CC} tmp.c 2>/dev/null`; then