← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2934: Update OpenSSL to version 1.0.1c

 

------------------------------------------------------------
revno: 2934
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2012-05-30 21:14:19 +0200
message:
  Update OpenSSL to version 1.0.1c
modified:
  changelog.txt
  openssl/include/openssl/opensslv.h
  openssl/lib/libcrypto.a
  openssl/lib/libssl.a
  openssl/lib/x64/libcrypto.a
  openssl/lib/x64/libssl.a


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt	2012-05-30 17:28:37 +0000
+++ changelog.txt	2012-05-30 19:14:19 +0000
@@ -2,6 +2,7 @@
 * Reduce resource consumption when slots are full
 * [L#984330] Make PM windows more aware of the selected hub
 * [L#927821] Don't choke on hub addresses with spaces
+* Update OpenSSL to version 1.0.1c
 
 -- 0.799 2012-05-05 --
 * Add icons (iceman50)

=== modified file 'openssl/include/openssl/opensslv.h'
--- openssl/include/openssl/opensslv.h	2012-05-05 12:59:05 +0000
+++ openssl/include/openssl/opensslv.h	2012-05-30 19:14:19 +0000
@@ -25,11 +25,11 @@
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER	0x1000102fL
+#define OPENSSL_VERSION_NUMBER	0x1000103fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1b-fips 26 Apr 2012"
+#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1c-fips 10 May 2012"
 #else
-#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1b 26 Apr 2012"
+#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1c 10 May 2012"
 #endif
 #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
 

=== modified file 'openssl/lib/libcrypto.a'
Binary files openssl/lib/libcrypto.a	2012-05-05 12:59:05 +0000 and openssl/lib/libcrypto.a	2012-05-30 19:14:19 +0000 differ
=== modified file 'openssl/lib/libssl.a'
Binary files openssl/lib/libssl.a	2012-05-05 12:59:05 +0000 and openssl/lib/libssl.a	2012-05-30 19:14:19 +0000 differ
=== modified file 'openssl/lib/x64/libcrypto.a'
Binary files openssl/lib/x64/libcrypto.a	2012-05-05 12:59:05 +0000 and openssl/lib/x64/libcrypto.a	2012-05-30 19:14:19 +0000 differ
=== modified file 'openssl/lib/x64/libssl.a'
Binary files openssl/lib/x64/libssl.a	2012-05-05 12:59:05 +0000 and openssl/lib/x64/libssl.a	2012-05-30 19:14:19 +0000 differ