This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 80fdbbcd52ad5ac44316b879d82758d436c36f56 (commit)
from 38fffe4c19326678ff4914048fda376a42a59e61 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 80fdbbcd52ad5ac44316b879d82758d436c36f56
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Feb 11 10:12:19 2011 +0100
openssl: Update to 1.0.0d.
New upstream release fixing CVE-2011-0014 (OCSP stapling vulnerability).
Closes #137.
-----------------------------------------------------------------------
Summary of changes:
pkgs/core/openssl/openssl.nm | 4 ++--
...-version.patch => openssl-1.0.0d-version.patch} | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
rename pkgs/core/openssl/patches/{openssl-1.0.0c-version.patch => openssl-1.0.0d-version.patch} (60%)
Difference in files:
diff --git a/pkgs/core/openssl/openssl.nm b/pkgs/core/openssl/openssl.nm
index 5fc573c..3f2a2fe 100644
--- a/pkgs/core/openssl/openssl.nm
+++ b/pkgs/core/openssl/openssl.nm
@@ -25,8 +25,8 @@
include $(PKGROOT)/Include
PKG_NAME = openssl
-PKG_VER = 1.0.0c
-PKG_REL = 0
+PKG_VER = 1.0.0d
+PKG_REL = 1
PKG_MAINTAINER = Michael Tremer <michael.tremer(a)ipfire.org>
PKG_GROUP = System/Libraries
diff --git a/pkgs/core/openssl/patches/openssl-1.0.0c-version.patch b/pkgs/core/openssl/patches/openssl-1.0.0c-version.patch
deleted file mode 100644
index 4ac8277..0000000
--- a/pkgs/core/openssl/patches/openssl-1.0.0c-version.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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 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.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.0c"
-
-
- #endif /* HEADER_OPENSSLV_H */
diff --git a/pkgs/core/openssl/patches/openssl-1.0.0d-version.patch b/pkgs/core/openssl/patches/openssl-1.0.0d-version.patch
new file mode 100644
index 0000000..da50fb4
--- /dev/null
+++ b/pkgs/core/openssl/patches/openssl-1.0.0d-version.patch
@@ -0,0 +1,22 @@
+diff -up openssl-1.0.0d/crypto/opensslv.h.version openssl-1.0.0d/crypto/opensslv.h
+--- openssl-1.0.0d/crypto/opensslv.h.version 2011-02-10 14:24:52.000000000 +0100
++++ openssl-1.0.0d/crypto/opensslv.h 2011-02-10 14:48:00.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 0x1000004fL
++/* 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.0d-fips 8 Feb 2011"
+ #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.0d"
+
+
+ #endif /* HEADER_OPENSSLV_H */
hooks/post-receive
--
IPFire 3.x development tree