FreeBSD Bugzilla – Attachment 84739 Details for
Bug 120796
[UPDATE] security/osslsigncode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.13 KB, created by
Felippe de Meirelles Motta
on 2008-02-18 16:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2008-02-18 16:30:01 UTC
Size:
2.13 KB
patch
obsolete
>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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 120796
: 84739