diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-02-14 11:14:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-02-14 11:14:37 +0000 |
commit | 7c88dd0b975df5d13bfa93937d9d96eb477efada (patch) | |
tree | 6090074ded1b6ca46659091a9adc233499411c55 /converters | |
parent | 4a247e23694f4d42dea4cd46e4d19c22acf8a997 (diff) | |
download | ports-7c88dd0b975df5d13bfa93937d9d96eb477efada.tar.gz ports-7c88dd0b975df5d13bfa93937d9d96eb477efada.zip |
Update to 20130112 release.
Notes
Notes:
svn path=/head/; revision=312213
Diffstat (limited to 'converters')
-rw-r--r-- | converters/dumpasn1/Makefile | 2 | ||||
-rw-r--r-- | converters/dumpasn1/distinfo | 8 | ||||
-rw-r--r-- | converters/dumpasn1/files/patch-dumpasn1.c | 15 |
3 files changed, 17 insertions, 8 deletions
diff --git a/converters/dumpasn1/Makefile b/converters/dumpasn1/Makefile index 577329cadfae..df550874f6e5 100644 --- a/converters/dumpasn1/Makefile +++ b/converters/dumpasn1/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dumpasn1 -PORTVERSION= 20120521 +PORTVERSION= 20130112 CATEGORIES= converters security MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/ DISTFILES= dumpasn1.c dumpasn1.cfg diff --git a/converters/dumpasn1/distinfo b/converters/dumpasn1/distinfo index 76ebc62c722d..f584bd8baa0a 100644 --- a/converters/dumpasn1/distinfo +++ b/converters/dumpasn1/distinfo @@ -1,4 +1,4 @@ -SHA256 (dumpasn1-20120521/dumpasn1.c) = 3a3fe762cd9df14c0aae398f34619fb87c6b21631895e1fe4617ef7f24119497 -SIZE (dumpasn1-20120521/dumpasn1.c) = 89443 -SHA256 (dumpasn1-20120521/dumpasn1.cfg) = deb38890b6436216dd25b854ff09ef98fd4f1ed3448d5025b18fa1309ae7418d -SIZE (dumpasn1-20120521/dumpasn1.cfg) = 197215 +SHA256 (dumpasn1-20130112/dumpasn1.c) = 4521b18ae8d9a3cc9500c1ad096a3fa19b6d377b7fa58ebb042ed3df8efb27c8 +SIZE (dumpasn1-20130112/dumpasn1.c) = 93610 +SHA256 (dumpasn1-20130112/dumpasn1.cfg) = deb38890b6436216dd25b854ff09ef98fd4f1ed3448d5025b18fa1309ae7418d +SIZE (dumpasn1-20130112/dumpasn1.cfg) = 197215 diff --git a/converters/dumpasn1/files/patch-dumpasn1.c b/converters/dumpasn1/files/patch-dumpasn1.c index 0f77ac6d89c6..5a017d230347 100644 --- a/converters/dumpasn1/files/patch-dumpasn1.c +++ b/converters/dumpasn1/files/patch-dumpasn1.c @@ -1,6 +1,15 @@ ---- dumpasn1.c.orig 2013-01-16 09:27:37.000000000 +0100 -+++ dumpasn1.c 2013-01-16 09:27:37.000000000 +0100 -@@ -355,11 +355,13 @@ static OIDINFO *oidList = NULL; +--- dumpasn1.c.orig 2013-02-14 12:03:56.000000000 +0100 ++++ dumpasn1.c 2013-02-14 12:13:31.000000000 +0100 +@@ -60,6 +60,8 @@ + + /* Useful defines */ + ++typedef unsigned char BYTE; ++ + #ifndef TRUE + #define FALSE 0 + #define TRUE ( !FALSE ) +@@ -356,11 +358,13 @@ beginning with a '$' uses the appropriate environment variable. In addition under Unix we also walk down $PATH looking for it */ |