Update to 20080204 release.

This commit is contained in:
Alex Dupre 2008-02-28 13:57:39 +00:00
parent dbc4e3e5af
commit 898fa77bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208081
3 changed files with 7 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= dumpasn1
PORTVERSION= 20070127
PORTVERSION= 20080204
CATEGORIES= converters security
MASTER_SITES= http://www.cs.auckland.ac.nz/~pgut001/
DISTFILES= dumpasn1.c dumpasn1.cfg

View file

@ -1,6 +1,6 @@
MD5 (dumpasn1-20070127/dumpasn1.c) = 0855c6f21a9e2c7f984b1e48ce9c1f58
SHA256 (dumpasn1-20070127/dumpasn1.c) = dea71a88b7c93d400e27c2cfcf38690b5ae120d9396d14d89a368a660234593b
SIZE (dumpasn1-20070127/dumpasn1.c) = 69902
MD5 (dumpasn1-20070127/dumpasn1.cfg) = e7a73cf31b9082199fe213f57bb6e89a
SHA256 (dumpasn1-20070127/dumpasn1.cfg) = 4f27775b1552d50a0622c8ab5d4069949fc92dba22252efc5810741831d02f91
SIZE (dumpasn1-20070127/dumpasn1.cfg) = 190865
MD5 (dumpasn1-20080204/dumpasn1.c) = 4775fcb8d1590c1e007f6fd1e3ade4fe
SHA256 (dumpasn1-20080204/dumpasn1.c) = d5cd8ac2dd32cadf86b530026b45d046a1f4249fd913cf140cdbebd7b2f17540
SIZE (dumpasn1-20080204/dumpasn1.c) = 70970
MD5 (dumpasn1-20080204/dumpasn1.cfg) = 8e9705566f568a76756af8fb9d80fb04
SHA256 (dumpasn1-20080204/dumpasn1.cfg) = e4166476f3938cda3a66ebec18733ae3d409209d56644cba05a237cf3f8ecbc8
SIZE (dumpasn1-20080204/dumpasn1.cfg) = 191793

View file

@ -14,12 +14,3 @@
#if defined( __TANDEM_NSK__ )
@@ -1215,7 +1217,7 @@
lineLength++;
i++; /* We've read two characters for a wchar_t */
#if defined( __WIN32__ ) || \
- ( defined( __UNIX__ ) && !( defined( __MACH__ ) || defined( __OpenBSD__ ) ) )
+ ( defined( __UNIX__ ) && !( defined( __FreeBSD__ ) && __FreeBSD__ < 5 ) && !( defined( __MACH__ ) || defined( __OpenBSD__ ) ) )
wprintf( L"%c", wCh );
#else