Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libressl for openSUSE:Factory 
checked in at 2022-01-03 10:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libressl (Old)
 and      /work/SRC/openSUSE:Factory/.libressl.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libressl"

Mon Jan  3 10:49:10 2022 rev:60 rq:943262 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libressl/libressl.changes        2021-12-10 
21:52:42.826901286 +0100
+++ /work/SRC/openSUSE:Factory/.libressl.new.1896/libressl.changes      
2022-01-03 10:49:31.955583048 +0100
@@ -1,0 +2,7 @@
+Thu Dec 30 17:49:04 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 3.4.2 [boo#1190853]
+  * Add support for OpenSSL 1.1.1 TLSv1.3 APIs.
+  * Enable the new x509 validator.
+
+-------------------------------------------------------------------

Old:
----
  libressl-3.3.5.tar.gz
  libressl-3.3.5.tar.gz.asc

New:
----
  libressl-3.4.2.tar.gz
  libressl-3.4.2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libressl.spec ++++++
--- /var/tmp/diff_new_pack.P5a3HP/_old  2022-01-03 10:49:32.591583290 +0100
+++ /var/tmp/diff_new_pack.P5a3HP/_new  2022-01-03 10:49:32.595583293 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libressl
-Version:        3.3.5
+Version:        3.4.2
 Release:        0
 Summary:        An SSL/TLS protocol implementation
 License:        OpenSSL
@@ -47,31 +47,31 @@
 OpenSSL, with the aim of refactoring the OpenSSL code so as to
 provide a more secure implementation.
 
-%package -n libcrypto46
+%package -n libcrypto47
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libcrypto46
+%description -n libcrypto47
 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 libssl48
+%package -n libssl50
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libssl48
+%description -n libssl50
 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 libtls20
+%package -n libtls22
 Summary:        A simplified interface for the OpenSSL/LibreSSL TLS protocol 
implementation
 Group:          System/Libraries
 
-%description -n libtls20
+%description -n libtls22
 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.
@@ -82,11 +82,11 @@
 %package devel
 Summary:        Development files for LibreSSL, an SSL/TLS protocol 
implementation
 Group:          Development/Libraries/C and C++
-Requires:       libcrypto46 = %version
-Requires:       libssl48 = %version
-Requires:       libtls20 = %version
+Requires:       libcrypto47 = %version
+Requires:       libssl50 = %version
+Requires:       libtls22 = %version
 Conflicts:      libopenssl-devel
-Conflicts:      otherproviders(ssl-devel)
+Conflicts:      ssl-devel
 
 %description devel
 LibreSSL is an open-source implementation of the Secure Sockets Layer
@@ -143,12 +143,12 @@
        exit 1
 fi
 
-%post   -n libcrypto46 -p /sbin/ldconfig
-%postun -n libcrypto46 -p /sbin/ldconfig
-%post   -n libssl48 -p /sbin/ldconfig
-%postun -n libssl48 -p /sbin/ldconfig
-%post   -n libtls20 -p /sbin/ldconfig
-%postun -n libtls20 -p /sbin/ldconfig
+%post   -n libcrypto47 -p /sbin/ldconfig
+%postun -n libcrypto47 -p /sbin/ldconfig
+%post   -n libssl50 -p /sbin/ldconfig
+%postun -n libssl50 -p /sbin/ldconfig
+%post   -n libtls22 -p /sbin/ldconfig
+%postun -n libtls22 -p /sbin/ldconfig
 
 %files
 %dir %_sysconfdir/ssl/
@@ -161,13 +161,13 @@
 %_mandir/man8/*.8*
 %doc COPYING
 
-%files -n libcrypto46
+%files -n libcrypto47
 %_libdir/libcrypto.so.*
 
-%files -n libssl48
+%files -n libssl50
 %_libdir/libssl.so.*
 
-%files -n libtls20
+%files -n libtls22
 %_libdir/libtls.so.*
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.P5a3HP/_old  2022-01-03 10:49:32.627583304 +0100
+++ /var/tmp/diff_new_pack.P5a3HP/_new  2022-01-03 10:49:32.631583307 +0100
@@ -1,10 +1,10 @@
-libcrypto46
-libssl48
-libtls20
+libcrypto47
+libssl50
+libtls22
 libressl-devel
        requires -libressl-<targettype>
-       requires "libcrypto46-<targettype> = <version>"
-       requires "libssl48-<targettype> = <version>"
-       requires "libtls20-<targettype> = <version>"
+       requires "libcrypto47-<targettype> = <version>"
+       requires "libssl50-<targettype> = <version>"
+       requires "libtls22-<targettype> = <version>"
        conflicts "libopenssl-devel-<targettype>"
 

++++++ libressl-3.3.5.tar.gz -> libressl-3.4.2.tar.gz ++++++
++++ 38444 lines of diff (skipped)

Reply via email to