From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 22 13:50:25 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB6D16A4CF for ; Fri, 22 Apr 2005 13:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F4843D53 for ; Fri, 22 Apr 2005 13:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3MDoOGk019165 for ; Fri, 22 Apr 2005 13:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3MDoO0f019164; Fri, 22 Apr 2005 13:50:24 GMT (envelope-from gnats) Resent-Date: Fri, 22 Apr 2005 13:50:24 GMT Resent-Message-Id: <200504221350.j3MDoO0f019164@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@datamax.bg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3976E16A4CE for ; Fri, 22 Apr 2005 13:41:39 +0000 (GMT) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A20543D39 for ; Fri, 22 Apr 2005 13:41:38 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from sinanica.bg.datamax (sinanica.bg.datamax [192.168.10.1]) by jengal.datamax.bg (Postfix) with QMQP id 81AAC87EC for ; Fri, 22 Apr 2005 16:41:37 +0300 (EEST) Received: (nullmailer pid 83308 invoked by uid 1004); Fri, 22 Apr 2005 13:41:37 -0000 Message-Id: <20050422134137.GA83235@sinanica.bg.datamax> Date: Fri, 22 Apr 2005 16:41:37 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80248: Update port: sysutils/safecat to 1.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vd@datamax.bg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 13:50:25 -0000 >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: