Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2005 16:41:37 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80248: Update port: sysutils/safecat to 1.12
Message-ID:  <20050422134137.GA83235@sinanica.bg.datamax>
Resent-Message-ID: <200504221350.j3MDoO0f019164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80248
>Category:       ports
>Synopsis:       Update port: sysutils/safecat to 1.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 22 13:50:24 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

System: FreeBSD sinanica.bg.datamax 5.4-STABLE FreeBSD 5.4-STABLE #5: Mon Apr 11 14:07:32 EEST 2005     root@sinanica.bg.datamax:/usr/obj/usr/src/sys/SINANICA-SMP  i386

>Description:

This is a bugfix release.

Added simple patch to help compiler convert large constant
to the proper type.

>How-To-Repeat:

>Fix:

--- safecat_update-1.11-1.12 begins here ---
diff -urN safecat-1.11/Makefile safecat/Makefile
--- safecat-1.11/Makefile	Mon Nov  8 18:16:17 2004
+++ safecat/Makefile	Fri Apr 22 15:34:37 2005
@@ -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}
diff -urN safecat-1.11/distinfo safecat/distinfo
--- safecat-1.11/distinfo	Wed Jul 23 11:42:34 2003
+++ safecat/distinfo	Fri Apr 22 15:35:01 2005
@@ -1 +1,2 @@
-MD5 (safecat-1.11.tar.gz) = d0b0f5c0bfdef3e1940d33632c8be892
+MD5 (safecat-1.12.tar.gz) = cb59b35bae57495b54220269c6a24761
+SIZE (safecat-1.12.tar.gz) = 33556
diff -urN safecat-1.11/files/patch-tempfile.c safecat/files/patch-tempfile.c
--- safecat-1.11/files/patch-tempfile.c	Thu Jan  1 02:00:00 1970
+++ safecat/files/patch-tempfile.c	Fri Apr 22 15:39:58 2005
@@ -0,0 +1,11 @@
+--- tempfile.c.orig	Fri Apr 22 15:39:28 2005
++++ tempfile.c	Fri Apr 22 15:39:40 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. */
--- safecat_update-1.11-1.12 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050422134137.GA83235>