[62406] trunk/dports/devel/cryptlib

jmr at macports.org jmr at macports.org
Wed Jan 6 13:56:04 PST 2010


Revision: 62406
          http://trac.macports.org/changeset/62406
Author:   jmr at macports.org
Date:     2010-01-06 13:56:01 -0800 (Wed, 06 Jan 2010)
Log Message:
-----------
cryptlib: stealth update (#23162)

Modified Paths:
--------------
    trunk/dports/devel/cryptlib/Portfile
    trunk/dports/devel/cryptlib/files/patch-crypt_osconfig.h

Modified: trunk/dports/devel/cryptlib/Portfile
===================================================================
--- trunk/dports/devel/cryptlib/Portfile	2010-01-06 19:54:29 UTC (rev 62405)
+++ trunk/dports/devel/cryptlib/Portfile	2010-01-06 21:56:01 UTC (rev 62406)
@@ -4,6 +4,7 @@
 
 name			cryptlib
 version			3.3.3
+revision		1
 categories		devel security crypto
 maintainers		nomaintainer
 description		cryptlib is a powerful security toolkit (library)
@@ -19,11 +20,13 @@
 platforms		darwin sunos
 
 homepage		http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
-master_sites	ftp://ftp.franken.de/pub/crypt/cryptlib/
+master_sites	ftp://ftp.franken.de/pub/crypt/cryptlib/ \
+                http://www.cypherpunks.to/~peter/
 distname		cl[join [split $version .] ""]
+dist_subdir     ${name}/${version}_1
 use_zip			yes
-checksums		md5 afdb94894f7f798702703f4a95a2e7ac \
-				sha1 128d24c98f1406cb4ba547617a73ec1e254caf33
+checksums		md5 98effb4644e1336a57bd3be50bae07d4 \
+				sha1 f745ec44b4578b76eae49702035b635a004dfa14
 
 worksrcdir		cryptlib
 pre-extract {

Modified: trunk/dports/devel/cryptlib/files/patch-crypt_osconfig.h
===================================================================
--- trunk/dports/devel/cryptlib/files/patch-crypt_osconfig.h	2010-01-06 19:54:29 UTC (rev 62405)
+++ trunk/dports/devel/cryptlib/files/patch-crypt_osconfig.h	2010-01-06 21:56:01 UTC (rev 62406)
@@ -1,10 +1,9 @@
 --- crypt/osconfig.h.orig	2009-05-07 02:07:36.000000000 +1000
 +++ crypt/osconfig.h	2009-09-22 05:53:36.000000000 +1000
-@@ -231,7 +231,10 @@
+@@ -231,6 +231,10 @@
    #else
  	#define L_ENDIAN
    #endif
--  #define B_ENDIAN
 +  #if defined( __LP64__ )
 +    #undef SIXTY_FOUR_BIT
 +    #define SIXTY_FOUR_BIT_LONG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100106/b9e25916/attachment.html>


More information about the macports-changes mailing list