[64287] trunk/dports/devel/openssl

mww at macports.org mww at macports.org
Sun Feb 28 05:22:14 PST 2010


Revision: 64287
          http://trac.macports.org/changeset/64287
Author:   mww at macports.org
Date:     2010-02-28 05:22:10 -0800 (Sun, 28 Feb 2010)
Log Message:
-----------
version 0.9.8m

Modified Paths:
--------------
    trunk/dports/devel/openssl/Portfile

Removed Paths:
-------------
    trunk/dports/devel/openssl/files/patch-Configure-sysroot.diff
    trunk/dports/devel/openssl/files/patch-opensslconf.h-32.diff
    trunk/dports/devel/openssl/files/patch-opensslconf.h-ppc64.diff
    trunk/dports/devel/openssl/files/patch-opensslconf.h-x86_64.diff

Modified: trunk/dports/devel/openssl/Portfile
===================================================================
--- trunk/dports/devel/openssl/Portfile	2010-02-28 12:54:05 UTC (rev 64286)
+++ trunk/dports/devel/openssl/Portfile	2010-02-28 13:22:10 UTC (rev 64287)
@@ -4,7 +4,7 @@
 PortGroup  muniversal 1.0
 
 name			openssl
-version			0.9.8l
+version			0.9.8m
 epoch			1
 platforms		darwin freebsd
 categories		devel security
@@ -21,9 +21,9 @@
 	cryptography library.
 
 master_sites	http://www.openssl.org/source/
-checksums           md5     05a0ece1372392a2cf310ebb96333025 \
-                    sha1    d3fb6ec89532ab40646b65af179bb1770f7ca28f \
-                    rmd160  9de81ec2583edcba729e62d50fd22c0a98a52903
+checksums           md5     898bf125370926d5f692a2201124f8ec \
+                    sha1    2511c709a47f34d5fa6cd1a1c9cb1699bdffa912 \
+                    rmd160  0296af151993008526b4f2b3a6810e20c4ad3759
 
 depends_lib		port:zlib
 

Deleted: trunk/dports/devel/openssl/files/patch-Configure-sysroot.diff
===================================================================
--- trunk/dports/devel/openssl/files/patch-Configure-sysroot.diff	2010-02-28 12:54:05 UTC (rev 64286)
+++ trunk/dports/devel/openssl/files/patch-Configure-sysroot.diff	2010-02-28 13:22:10 UTC (rev 64287)
@@ -1,19 +0,0 @@
---- Configure.orig	2008-09-12 16:47:00.000000000 +0200
-+++ Configure	2008-10-02 11:34:00.000000000 +0200
-@@ -509,11 +509,11 @@
- 
- ##### MacOS X (a.k.a. Rhapsody or Darwin) setup
- "rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
--"darwin-ppc-cc","cc:-arch ppc -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"darwin-ppc-cc","cc:-arch ppc -isysroot __UNIVERSAL_SYSROOT__ -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
--"darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc64.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"darwin64-ppc-cc","cc:-arch ppc64 -isysroot __UNIVERSAL_SYSROOT__ -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc64.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
--"darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"darwin-i386-cc","cc:-arch i386 -isysroot __UNIVERSAL_SYSROOT__ -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
--"debug-darwin-i386-cc","cc:-arch i386 -g3 -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"debug-darwin-i386-cc","cc:-arch i386 -isysroot __UNIVERSAL_SYSROOT__ -g3 -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
--"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"darwin64-x86_64-cc","cc:-arch x86_64 -isysroot __UNIVERSAL_SYSROOT__ -O3 -fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
- "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
- 
- ##### A/UX

Deleted: trunk/dports/devel/openssl/files/patch-opensslconf.h-32.diff
===================================================================
--- trunk/dports/devel/openssl/files/patch-opensslconf.h-32.diff	2010-02-28 12:54:05 UTC (rev 64286)
+++ trunk/dports/devel/openssl/files/patch-opensslconf.h-32.diff	2010-02-28 13:22:10 UTC (rev 64287)
@@ -1,54 +0,0 @@
---- include/openssl/opensslconf.h.orig	2008-04-17 21:20:15.000000000 +1000
-+++ include/openssl/opensslconf.h	2008-04-17 21:37:29.000000000 +1000
-@@ -134,13 +134,21 @@
- /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
-  * %20 speed up (longs are 8 bytes, int's are 4). */
- #ifndef DES_LONG
-+#if defined(__x86_64__)
-+#define DES_LONG unsigned int
-+#else
- #define DES_LONG unsigned long
- #endif
- #endif
-+#endif
- 
- #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
- #define CONFIG_HEADER_BN_H
-+#if defined(__ppc64__) || defined(__x86_64__)
-+#undef BN_LLONG
-+#else
- #define BN_LLONG
-+#endif
- 
- /* Should we define BN_DIV2W here? */
- 
-@@ -148,9 +156,17 @@
- /* The prime number generation stuff may not work when
-  * EIGHT_BIT but I don't care since I've only used this mode
-  * for debuging the bignum libraries */
-+#if defined(__ppc64__) || defined(__x86_64__)
-+#define SIXTY_FOUR_BIT_LONG
-+#else
- #undef SIXTY_FOUR_BIT_LONG
-+#endif
- #undef SIXTY_FOUR_BIT
-+#if defined(__ppc64__) || defined(__x86_64__)
-+#undef THIRTY_TWO_BIT
-+#else
- #define THIRTY_TWO_BIT
-+#endif
- #undef SIXTEEN_BIT
- #undef EIGHT_BIT
- #endif
-@@ -164,7 +180,11 @@
- 
- #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
- #define CONFIG_HEADER_BF_LOCL_H
-+#if defined(__x86_64__)
-+#define BF_PTR2
-+#else
- #define BF_PTR
-+#endif
- #endif /* HEADER_BF_LOCL_H */
- 
- #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)

Deleted: trunk/dports/devel/openssl/files/patch-opensslconf.h-ppc64.diff
===================================================================
--- trunk/dports/devel/openssl/files/patch-opensslconf.h-ppc64.diff	2010-02-28 12:54:05 UTC (rev 64286)
+++ trunk/dports/devel/openssl/files/patch-opensslconf.h-ppc64.diff	2010-02-28 13:22:10 UTC (rev 64287)
@@ -1,54 +0,0 @@
---- include/openssl/opensslconf.h.orig	2008-04-17 21:20:44.000000000 +1000
-+++ include/openssl/opensslconf.h	2008-04-17 21:37:33.000000000 +1000
-@@ -134,13 +134,21 @@
- /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
-  * %20 speed up (longs are 8 bytes, int's are 4). */
- #ifndef DES_LONG
-+#if defined(__x86_64__)
-+#define DES_LONG unsigned int
-+#else
- #define DES_LONG unsigned long
-+#endif
- #endif
- #endif
- 
- #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
- #define CONFIG_HEADER_BN_H
-+#if defined(__ppc64__) || defined(__x86_64__)
- #undef BN_LLONG
-+#else
-+#define BN_LLONG
-+#endif
- 
- /* Should we define BN_DIV2W here? */
- 
-@@ -148,9 +156,17 @@
- /* The prime number generation stuff may not work when
-  * EIGHT_BIT but I don't care since I've only used this mode
-  * for debuging the bignum libraries */
-+#if defined(__ppc64__) || defined(__x86_64__)
- #define SIXTY_FOUR_BIT_LONG
-+#else
-+#undef SIXTY_FOUR_BIT_LONG
-+#endif
- #undef SIXTY_FOUR_BIT
-+#if defined(__ppc64__) || defined(__x86_64__)
- #undef THIRTY_TWO_BIT
-+#else
-+#define THIRTY_TWO_BIT
-+#endif
- #undef SIXTEEN_BIT
- #undef EIGHT_BIT
- #endif
-@@ -164,7 +180,11 @@
- 
- #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
- #define CONFIG_HEADER_BF_LOCL_H
-+#if defined(__x86_64__)
-+#define BF_PTR2
-+#else
- #define BF_PTR
-+#endif
- #endif /* HEADER_BF_LOCL_H */
- 
- #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)

Deleted: trunk/dports/devel/openssl/files/patch-opensslconf.h-x86_64.diff
===================================================================
--- trunk/dports/devel/openssl/files/patch-opensslconf.h-x86_64.diff	2010-02-28 12:54:05 UTC (rev 64286)
+++ trunk/dports/devel/openssl/files/patch-opensslconf.h-x86_64.diff	2010-02-28 13:22:10 UTC (rev 64287)
@@ -1,54 +0,0 @@
---- include/openssl/opensslconf.h.orig	2008-04-17 21:20:44.000000000 +1000
-+++ include/openssl/opensslconf.h	2008-04-17 21:37:33.000000000 +1000
-@@ -134,13 +134,21 @@
- /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
-  * %20 speed up (longs are 8 bytes, int's are 4). */
- #ifndef DES_LONG
-+#if defined(__x86_64__)
- #define DES_LONG unsigned int
-+#else
-+#define DES_LONG unsigned long
-+#endif
- #endif
- #endif
- 
- #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
- #define CONFIG_HEADER_BN_H
-+#if defined(__ppc64__) || defined(__x86_64__)
- #undef BN_LLONG
-+#else
-+#define BN_LLONG
-+#endif
- 
- /* Should we define BN_DIV2W here? */
- 
-@@ -148,9 +156,17 @@
- /* The prime number generation stuff may not work when
-  * EIGHT_BIT but I don't care since I've only used this mode
-  * for debuging the bignum libraries */
-+#if defined(__ppc64__) || defined(__x86_64__)
- #define SIXTY_FOUR_BIT_LONG
-+#else
-+#undef SIXTY_FOUR_BIT_LONG
-+#endif
- #undef SIXTY_FOUR_BIT
-+#if defined(__ppc64__) || defined(__x86_64__)
- #undef THIRTY_TWO_BIT
-+#else
-+#define THIRTY_TWO_BIT
-+#endif
- #undef SIXTEEN_BIT
- #undef EIGHT_BIT
- #endif
-@@ -164,7 +180,11 @@
- 
- #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
- #define CONFIG_HEADER_BF_LOCL_H
-+#if defined(__x86_64__)
- #define BF_PTR2
-+#else
-+#define BF_PTR
-+#endif
- #endif /* HEADER_BF_LOCL_H */
- 
- #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100228/62cd5bd8/attachment.html>


More information about the macports-changes mailing list