diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1439,6 +1439,20 @@
libcrypto.so.1.0.0:EVP_PKEY_meth_find
libcrypto.so.1.0.0:EVP_PKEY_meth_free
libcrypto.so.1.0.0:EVP_PKEY_meth_get0_info
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_cleanup
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_copy
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_ctrl
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_decrypt
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_derive
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_encrypt
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_init
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_keygen
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_paramgen
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_sign
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_signctx
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verify
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verify_recover
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verifyctx
libcrypto.so.1.0.0:EVP_PKEY_meth_new
libcrypto.so.1.0.0:EVP_PKEY_meth_set_cleanup
libcrypto.so.1.0.0:EVP_PKEY_meth_set_copy
@@ -3097,6 +3111,7 @@
libcrypto.so.1.0.0:asn1_generalizedtime_to_tm
libcrypto.so.1.0.0:asn1_get_choice_selector
libcrypto.so.1.0.0:asn1_get_field_ptr
+libcrypto.so.1.0.0:asn1_item_combine_free
libcrypto.so.1.0.0:asn1_set_choice_selector
libcrypto.so.1.0.0:asn1_template_print_ctx
libcrypto.so.1.0.0:asn1_utctime_to_tm
diff --git a/abi_symbols32 b/abi_symbols32
--- a/abi_symbols32
+++ b/abi_symbols32
@@ -1439,6 +1439,20 @@
libcrypto.so.1.0.0:EVP_PKEY_meth_find
libcrypto.so.1.0.0:EVP_PKEY_meth_free
libcrypto.so.1.0.0:EVP_PKEY_meth_get0_info
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_cleanup
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_copy
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_ctrl
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_decrypt
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_derive
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_encrypt
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_init
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_keygen
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_paramgen
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_sign
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_signctx
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verify
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verify_recover
+libcrypto.so.1.0.0:EVP_PKEY_meth_get_verifyctx
libcrypto.so.1.0.0:EVP_PKEY_meth_new
libcrypto.so.1.0.0:EVP_PKEY_meth_set_cleanup
libcrypto.so.1.0.0:EVP_PKEY_meth_set_copy
@@ -3092,6 +3106,7 @@
libcrypto.so.1.0.0:asn1_generalizedtime_to_tm
libcrypto.so.1.0.0:asn1_get_choice_selector
libcrypto.so.1.0.0:asn1_get_field_ptr
+libcrypto.so.1.0.0:asn1_item_combine_free
libcrypto.so.1.0.0:asn1_set_choice_selector
libcrypto.so.1.0.0:asn1_template_print_ctx
libcrypto.so.1.0.0:asn1_utctime_to_tm
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : openssl
-version : 1.0.2l
-release : 29
+version : 1.0.2m
+release : 30
source :
- - https://www.openssl.org/source/openssl-1.0.2l.tar.gz : ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c
+ - https://www.openssl.org/source/openssl-1.0.2m.tar.gz : 8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f
license :
- OpenSSL
summary : Cryptographic tools required by many packages
@@ -32,3 +32,5 @@
%make_install INSTALL_PREFIX="$installdir" MANDIR=/usr/share/man -j1
mv $installdir/usr/share/man/man1/passwd.1 $installdir/usr/share/man/man1/passwd.openssl.1
mv $installdir/usr/share/man/man3/threads.3 $installdir/usr/share/man/man3/threads.openssl.3
+check : |
+ %make test -j1
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -53,7 +53,7 @@
emul32
- openssl
+ openssl
/usr/lib32/
@@ -67,8 +67,8 @@
programming.devel
- openssl-32bit
- openssl-devel
+ openssl-32bit
+ openssl-devel
/usr/lib32/lib*.a
@@ -83,7 +83,7 @@
system.devel
- openssl
+ openssl
/usr/include/
@@ -94,12 +94,12 @@
-
- 2017-05-25
- 1.0.2l
+
+ 2017-11-02
+ 1.0.2m
Packaging update
Pierre-Yves
pyu@riseup.net
\ No newline at end of file