update to 1.12 ; mostly from Victor Sahlstedt <salan@legonet.org>
This commit is contained in:
parent
5a81149790
commit
3018db0ae4
@ -1,15 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/20 10:35:36 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/12/21 15:49:53 danh Exp $
|
||||
|
||||
COMMENT= "copy stdin to a qmail-style maildir"
|
||||
|
||||
DISTNAME= safecat-1.11
|
||||
DISTNAME= safecat-1.12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://budney.homeunix.net:8080/users/budney/linux/software/safecat/\
|
||||
http://www.nb.net/~lbudney/linux/software/safecat/ \
|
||||
MASTER_SITES= http://jeenyus.net/~budney/linux/software/safecat/ \
|
||||
http://sunsite.unc.edu/pub/Linux/utils/file/
|
||||
|
||||
|
||||
HOMEPAGE= http://www.pobox.com/~lbudney/linux/software/safecat.html
|
||||
HOMEPAGE= http://jeenyus.net/~budney/linux/software/safecat.html
|
||||
|
||||
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (safecat-1.11.tar.gz) = d0b0f5c0bfdef3e1940d33632c8be892
|
||||
RMD160 (safecat-1.11.tar.gz) = 24a88ea02937269c397adfe895353effe394b737
|
||||
SHA1 (safecat-1.11.tar.gz) = feae513ccd8dcd7968a35590d08f6a5670adb784
|
||||
MD5 (safecat-1.12.tar.gz) = cb59b35bae57495b54220269c6a24761
|
||||
RMD160 (safecat-1.12.tar.gz) = 6995dcd62bee012276613faedb0f59925db2f656
|
||||
SHA1 (safecat-1.12.tar.gz) = 7471963adc731003eca22b39f616e02c4100cfca
|
||||
|
12
sysutils/safecat/patches/patch-tempfile_c
Normal file
12
sysutils/safecat/patches/patch-tempfile_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-tempfile_c,v 1.1 2004/12/21 15:49:53 danh Exp $
|
||||
--- tempfile.c.orig Tue Jul 1 10:03:01 2003
|
||||
+++ tempfile.c Tue Dec 21 10:10:12 2004
|
||||
@@ -26,7 +26,7 @@ void mk_tempfile(stralloc *tmpf) {
|
||||
taia_tai(&now,&sec);
|
||||
|
||||
/* Record the second timestamp on the string. */
|
||||
- secbuf[fmt_uint64(secbuf,(uint64) sec.x - 4611686018427387904)] = '\0';
|
||||
+ secbuf[fmt_uint64(secbuf,(uint64) sec.x - 4611686018427387904ULL)] = '\0';
|
||||
if (!stralloc_cats(tmpf, secbuf)) die_nomem();
|
||||
|
||||
/* Append the microsecond timestamp to the string. */
|
Loading…
Reference in New Issue
Block a user