Hello community, here is the log from the commit of package libressl for openSUSE:Factory checked in at 2015-07-19 11:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libressl (Old) and /work/SRC/openSUSE:Factory/.libressl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libressl" Changes: -------- --- /work/SRC/openSUSE:Factory/libressl/libressl.changes 2015-06-23 11:58:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libressl.new/libressl.changes 2015-07-19 11:45:41.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Jul 13 17:39:10 UTC 2015 - [email protected] + +- Update to new upstream release 2.2.1 [bnc#937891] +* Protocol parsing conversions to BoringSSL's CRYPTO ByteString + (CBS) API +* Added EC_curve_nid2nist and EC_curve_nist2nid from OpenSSL +* Removed Dynamic Engine support +* Removed unused and obsolete MDC-2DES cipher +* Removed workarounds for obsolete SSL implementations +* Fixes and changes for plaforms other than GNU/Linux + +------------------------------------------------------------------- Old: ---- libressl-2.2.0.tar.gz libressl-2.2.0.tar.gz.asc New: ---- libressl-2.2.1.tar.gz libressl-2.2.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libressl.spec ++++++ --- /var/tmp/diff_new_pack.BsylMB/_old 2015-07-19 11:45:42.000000000 +0200 +++ /var/tmp/diff_new_pack.BsylMB/_new 2015-07-19 11:45:42.000000000 +0200 @@ -17,7 +17,7 @@ Name: libressl -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: An SSL/TLS protocol implementation License: OpenSSL @@ -41,31 +41,31 @@ OpenSSL, with the aim of refactoring the OpenSSL code so as to provide a more secure implementation. -%package -n libcrypto33 +%package -n libcrypto34 Summary: An SSL/TLS protocol implementation Group: System/Libraries -%description -n libcrypto33 +%description -n libcrypto34 The "crypto" library implements a wide range of cryptographic algorithms used in various Internet standards. The services provided by this library are used by the LibreSSL implementations of SSL, TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. -%package -n libssl32 +%package -n libssl33 Summary: An SSL/TLS protocol implementation Group: System/Libraries -%description -n libssl32 +%description -n libssl33 LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation. -%package -n libtls3 +%package -n libtls4 Summary: A simplified interface for the OpenSSL/LibreSSL TLS protocol implementation Group: System/Libraries -%description -n libtls3 +%description -n libtls4 LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation. @@ -76,9 +76,9 @@ %package devel Summary: Development files for LibreSSL, an SSL/TLS protocol implementation Group: Development/Libraries/C and C++ -Requires: libcrypto33 = %version -Requires: libssl32 = %version -Requires: libtls3 = %version +Requires: libcrypto34 = %version +Requires: libssl33 = %version +Requires: libtls4 = %version Conflicts: libopenssl-devel %description devel @@ -129,12 +129,12 @@ exit 1 fi -%post -n libcrypto33 -p /sbin/ldconfig -%postun -n libcrypto33 -p /sbin/ldconfig -%post -n libssl32 -p /sbin/ldconfig -%postun -n libssl32 -p /sbin/ldconfig -%post -n libtls3 -p /sbin/ldconfig -%postun -n libtls3 -p /sbin/ldconfig +%post -n libcrypto34 -p /sbin/ldconfig +%postun -n libcrypto34 -p /sbin/ldconfig +%post -n libssl33 -p /sbin/ldconfig +%postun -n libssl33 -p /sbin/ldconfig +%post -n libtls4 -p /sbin/ldconfig +%postun -n libtls4 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -142,15 +142,15 @@ %_mandir/man1/*.1* %doc COPYING -%files -n libcrypto33 +%files -n libcrypto34 %defattr(-,root,root) %_libdir/libcrypto.so.* -%files -n libssl32 +%files -n libssl33 %defattr(-,root,root) %_libdir/libssl.so.* -%files -n libtls3 +%files -n libtls4 %defattr(-,root,root) %_libdir/libtls.so.* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.BsylMB/_old 2015-07-19 11:45:42.000000000 +0200 +++ /var/tmp/diff_new_pack.BsylMB/_new 2015-07-19 11:45:42.000000000 +0200 @@ -1,9 +1,9 @@ -libcrypto33 -libssl32 -libtls3 +libcrypto34 +libssl33 +libtls4 libressl-devel requires -libressl-<targettype> - requires "libcrypto33-<targettype> = <version>" - requires "libssl32-<targettype> = <version>" - requires "libtls3-<targettype> = <version>" + requires "libcrypto34-<targettype> = <version>" + requires "libssl33-<targettype> = <version>" + requires "libtls4-<targettype> = <version>" conflicts "libopenssl-devel-<targettype>" ++++++ libressl-2.2.0.tar.gz -> libressl-2.2.1.tar.gz ++++++ ++++ 9896 lines of diff (skipped)
