]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssl: Update to 1.0.0c.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 6 Dec 2010 19:55:52 +0000 (20:55 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 6 Dec 2010 19:55:52 +0000 (20:55 +0100)
pkgs/core/openssl/openssl.nm
pkgs/core/openssl/patches/openssl-1.0.0c-version.patch [moved from pkgs/core/openssl/patches/openssl-1.0.0b-version.patch with 60% similarity]

index 5104c0b816ba13f984671b84dc2763299eb433c4..71e100bd25c0d57e73caf16f40a1f651fa76a7a3 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = openssl
-PKG_VER        = 1.0.0b
+PKG_VER        = 1.0.0c
 PKG_REL        = 2
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
similarity index 60%
rename from pkgs/core/openssl/patches/openssl-1.0.0b-version.patch
rename to pkgs/core/openssl/patches/openssl-1.0.0c-version.patch
index bdb6ab6ac21fee816909e9369886edd738af2d6e..4ac8277c944e59db77bd866ea9722b1a854d8ac6 100644 (file)
@@ -1,22 +1,22 @@
-diff -up openssl-1.0.0b/crypto/opensslv.h.version openssl-1.0.0b/crypto/opensslv.h
---- openssl-1.0.0b/crypto/opensslv.h.version   2010-11-16 17:31:23.000000000 +0100
-+++ openssl-1.0.0b/crypto/opensslv.h   2010-11-16 17:32:59.000000000 +0100
+diff -up openssl-1.0.0c/crypto/opensslv.h.version openssl-1.0.0c/crypto/opensslv.h
+--- openssl-1.0.0c/crypto/opensslv.h.version   2010-12-03 11:55:54.000000000 +0100
++++ openssl-1.0.0c/crypto/opensslv.h   2010-12-03 11:57:25.000000000 +0100
 @@ -25,7 +25,8 @@
   * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
   *  major minor fix final patch/beta)
   */
--#define OPENSSL_VERSION_NUMBER        0x1000002f
+-#define OPENSSL_VERSION_NUMBER        0x1000003f
 +/* we have to keep the version number to not break the abi */
 +#define OPENSSL_VERSION_NUMBER        0x10000003
  #ifdef OPENSSL_FIPS
- #define OPENSSL_VERSION_TEXT  "OpenSSL 1.0.0b-fips 16 Nov 2010"
+ #define OPENSSL_VERSION_TEXT  "OpenSSL 1.0.0c-fips 2 Dec 2010"
  #else
 @@ -83,7 +84,7 @@
   * should only keep the versions that are binary compatible with the current.
   */
  #define SHLIB_VERSION_HISTORY ""
 -#define SHLIB_VERSION_NUMBER "1.0.0"
-+#define SHLIB_VERSION_NUMBER "1.0.0b"
++#define SHLIB_VERSION_NUMBER "1.0.0c"
  
  
  #endif /* HEADER_OPENSSLV_H */