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-10-08 01:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libressl (Old)
 and      /work/SRC/openSUSE:Factory/.libressl.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libressl"

Sat Oct  8 01:24:41 2022 rev:64 rq:1008599 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libressl/libressl.changes        2022-05-19 
22:50:20.454413397 +0200
+++ /work/SRC/openSUSE:Factory/.libressl.new.2275/libressl.changes      
2022-10-08 01:24:43.958161898 +0200
@@ -1,0 +2,12 @@
+Thu Oct  6 21:21:05 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 3.6.0
+  * Avoid expensive RFC 3779 checks during cert verification.
+  * The ASN.1 time parser has been refactored and rewritten using
+    CBS. It has been made stricter in that it now enforces the
+    rules from RFC 5280.
+  * EVP API for HKDF ported from OpenSSL and subsequently cleaned
+    up.
+  * Add initial support for TS ESSCertIDv2 verification.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libressl.spec ++++++
--- /var/tmp/diff_new_pack.7K0dfk/_old  2022-10-08 01:24:44.530163210 +0200
+++ /var/tmp/diff_new_pack.7K0dfk/_new  2022-10-08 01:24:44.530163210 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           libressl
-Version:        3.5.3
+Version:        3.6.0
 Release:        0
 Summary:        An SSL/TLS protocol implementation
 License:        OpenSSL
@@ -46,31 +46,31 @@
 OpenSSL, with the aim of refactoring the OpenSSL code so as to
 provide a more secure implementation.
 
-%package -n libcrypto49
+%package -n libcrypto50
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libcrypto49
+%description -n libcrypto50
 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 libssl52
+%package -n libssl53
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libssl52
+%description -n libssl53
 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 libtls25
+%package -n libtls26
 Summary:        A simplified interface for the OpenSSL/LibreSSL TLS protocol 
implementation
 Group:          System/Libraries
 
-%description -n libtls25
+%description -n libtls26
 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.
@@ -81,9 +81,9 @@
 %package devel
 Summary:        Development files for LibreSSL, an SSL/TLS protocol 
implementation
 Group:          Development/Libraries/C and C++
-Requires:       libcrypto49 = %version
-Requires:       libssl52 = %version
-Requires:       libtls25 = %version
+Requires:       libcrypto50 = %version
+Requires:       libssl53 = %version
+Requires:       libtls26 = %version
 Conflicts:      libopenssl-devel
 Conflicts:      ssl-devel
 
@@ -142,12 +142,12 @@
        exit 1
 fi
 
-%post   -n libcrypto49 -p /sbin/ldconfig
-%postun -n libcrypto49 -p /sbin/ldconfig
-%post   -n libssl52 -p /sbin/ldconfig
-%postun -n libssl52 -p /sbin/ldconfig
-%post   -n libtls25 -p /sbin/ldconfig
-%postun -n libtls25 -p /sbin/ldconfig
+%post   -n libcrypto50 -p /sbin/ldconfig
+%postun -n libcrypto50 -p /sbin/ldconfig
+%post   -n libssl53 -p /sbin/ldconfig
+%postun -n libssl53 -p /sbin/ldconfig
+%post   -n libtls26 -p /sbin/ldconfig
+%postun -n libtls26 -p /sbin/ldconfig
 
 %files
 %dir %_sysconfdir/ssl/
@@ -160,13 +160,13 @@
 %_mandir/man8/*.8*
 %doc COPYING
 
-%files -n libcrypto49
+%files -n libcrypto50
 %_libdir/libcrypto.so.*
 
-%files -n libssl52
+%files -n libssl53
 %_libdir/libssl.so.*
 
-%files -n libtls25
+%files -n libtls26
 %_libdir/libtls.so.*
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7K0dfk/_old  2022-10-08 01:24:44.566163292 +0200
+++ /var/tmp/diff_new_pack.7K0dfk/_new  2022-10-08 01:24:44.566163292 +0200
@@ -1,10 +1,10 @@
-libcrypto49
-libssl52
-libtls25
+libcrypto50
+libssl53
+libtls26
 libressl-devel
        requires -libressl-<targettype>
-       requires "libcrypto49-<targettype> = <version>"
-       requires "libssl52-<targettype> = <version>"
-       requires "libtls25-<targettype> = <version>"
+       requires "libcrypto50-<targettype> = <version>"
+       requires "libssl53-<targettype> = <version>"
+       requires "libtls26-<targettype> = <version>"
        conflicts "libopenssl-devel-<targettype>"
 

++++++ libressl-3.5.3.tar.gz -> libressl-3.6.0.tar.gz ++++++
++++ 53776 lines of diff (skipped)

Reply via email to