rpms/openssl/devel openssl-0.9.8k-shlib-version.patch, NONE, 1.1 openssl.spec, 1.127, 1.128 openssl-0.9.8j-shlib-version.patch, 1.1, NONE

Tomáš Mráz tmraz at fedoraproject.org
Fri Apr 17 16:14:22 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/openssl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5528

Modified Files:
	openssl.spec 
Added Files:
	openssl-0.9.8k-shlib-version.patch 
Removed Files:
	openssl-0.9.8j-shlib-version.patch 
Log Message:
* Fri Apr 17 2009 Tomas Mraz <tmraz at redhat.com> 0.9.8k-3
- correct the SHLIB_VERSION define


openssl-0.9.8k-shlib-version.patch:

--- NEW FILE openssl-0.9.8k-shlib-version.patch ---
diff -up openssl-0.9.8k/crypto/opensslv.h.shlib-version openssl-0.9.8k/crypto/opensslv.h
--- openssl-0.9.8k/crypto/opensslv.h.shlib-version	2009-04-17 16:39:45.000000000 +0200
+++ openssl-0.9.8k/crypto/opensslv.h	2009-04-17 16:39:46.000000000 +0200
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.8"
+#define SHLIB_VERSION_NUMBER "0.9.8k"
 
 
 #endif /* HEADER_OPENSSLV_H */


Index: openssl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssl/devel/openssl.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- openssl.spec	15 Apr 2009 14:36:54 -0000	1.127
+++ openssl.spec	17 Apr 2009 16:13:51 -0000	1.128
@@ -23,7 +23,7 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 0.9.8k
-Release: 2%{?dist}
+Release: 3%{?dist}
 # We remove certain patented algorithms from the openssl source tarball
 # with the hobble-openssl script which is included below.
 Source: openssl-%{version}-usa.tar.bz2
@@ -41,7 +41,7 @@
 Patch4: openssl-0.9.8j-enginesdir.patch
 Patch5: openssl-0.9.8a-no-rpath.patch
 Patch6: openssl-0.9.8b-test-use-localhost.patch
-Patch7: openssl-0.9.8j-shlib-version.patch
+Patch7: openssl-0.9.8k-shlib-version.patch
 # Bug fixes
 Patch21: openssl-0.9.8b-aliasing-bug.patch
 Patch22: openssl-0.9.8k-x509-name-cmp.patch
@@ -408,6 +408,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Apr 17 2009 Tomas Mraz <tmraz at redhat.com> 0.9.8k-3
+- correct the SHLIB_VERSION define
+
 * Wed Apr 15 2009 Tomas Mraz <tmraz at redhat.com> 0.9.8k-2
 - add support for multiple CRLs with same subject
 - load only dynamic engine support in FIPS mode


--- openssl-0.9.8j-shlib-version.patch DELETED ---




More information about the fedora-extras-commits mailing list