Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 16:18:12 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120796: [UPDATE] security/osslsigncode
Message-ID:  <200802181618.m1IGICu5000113@www.freebsd.org>
Resent-Message-ID: <200802181630.m1IGU1AQ074106@freefall.freebsd.org>

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

>Number:         120796
>Category:       ports
>Synopsis:       [UPDATE] security/osslsigncode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 16:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.3;
- Use SF macro;
- Remove unnecessary patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/osslsigncode/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 Dec 2006 12:41:34 -0000	1.2
+++ Makefile	18 Feb 2008 03:08:57 -0000
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	osslsigncode
-PORTVERSION=	1.2
-PORTREVISION=	1
+PORTVERSION=	1.3
 CATEGORIES=	security devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	snb@threerings.net
 COMMENT=	OpenSSL-based signcode utility
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/osslsigncode/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	11 Nov 2006 13:55:05 -0000	1.1
+++ distinfo	18 Feb 2008 03:08:57 -0000
@@ -1,3 +1,3 @@
-MD5 (osslsigncode-1.2.tar.gz) = e97a583463feddcce524cc4067a57e04
-SHA256 (osslsigncode-1.2.tar.gz) = 5cd55fa974b06bf89ee128137a969e58a8c6ea1df20b100ddb6b23a58682bec8
-SIZE (osslsigncode-1.2.tar.gz) = 83752
+MD5 (osslsigncode-1.3.tar.gz) = f269f427ae31c9c926c0e7d88768e9b4
+SHA256 (osslsigncode-1.3.tar.gz) = c6dfeb86bb54ad0a5dd81fd1ba52f193aa0ab657ea36e48968cd25eae6533f26
+SIZE (osslsigncode-1.3.tar.gz) = 573440
Index: files/patch-osslsigncode.c
===================================================================
RCS file: files/patch-osslsigncode.c
diff -N files/patch-osslsigncode.c
--- files/patch-osslsigncode.c	11 Nov 2006 13:55:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- osslsigncode.c.orig	Fri Jan 21 04:23:44 2005
-+++ osslsigncode.c	Thu Nov  9 15:31:37 2006
-@@ -610,9 +610,10 @@
-         
-         BIO_write(hash, indata + i, st.st_size - i);
- 
--	/* pad (with 0's) pe file to 8 byte boundary */
-+	/* pad (with 0's) pe file to 8 byte boundary, but do not pad at all if 
-+	   already aligned on 8 byte boundary. See http://sourceforge.net/tracker/index.php?func=detail&aid=1422627&group_id=129143&atid=713906 */
- 	len = 8 - st.st_size % 8;
--	if (len > 0) {
-+	if (len > 0 && len != 8) {
- 	  memset(buf, 0, len);
- 	  BIO_write(hash, buf, len);
- 	  st.st_size += len;


>Release-Note:
>Audit-Trail:
>Unformatted:



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