mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Update to safecat 1.12.
PR: 80248 Submitted by: Vasil Dimov <vd@datamax.bg>
This commit is contained in:
parent
2e1a161511
commit
c4dffc5e88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138457
3 changed files with 14 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= safecat
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= sysutils mail
|
||||
MASTER_SITES= http://budney.homeunix.net:8080/users/budney/linux/software/safecat/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (safecat-1.11.tar.gz) = d0b0f5c0bfdef3e1940d33632c8be892
|
||||
MD5 (safecat-1.12.tar.gz) = cb59b35bae57495b54220269c6a24761
|
||||
SIZE (safecat-1.12.tar.gz) = 33556
|
||||
|
|
11
sysutils/safecat/files/patch-tempfile.c
Normal file
11
sysutils/safecat/files/patch-tempfile.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tempfile.c.orig Mon Jul 4 14:43:35 2005
|
||||
+++ tempfile.c Mon Jul 4 14:43:48 2005
|
||||
@@ -26,7 +26,7 @@
|
||||
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…
Add table
Reference in a new issue