Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libressl for openSUSE:Factory 
checked in at 2024-04-02 16:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libressl (Old)
 and      /work/SRC/openSUSE:Factory/.libressl.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libressl"

Tue Apr  2 16:42:47 2024 rev:68 rq:1163726 version:3.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libressl/libressl.changes        2024-03-15 
20:33:12.556316037 +0100
+++ /work/SRC/openSUSE:Factory/.libressl.new.1905/libressl.changes      
2024-04-02 16:44:34.629790470 +0200
@@ -1,0 +2,9 @@
+Sat Mar 30 17:56:47 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 3.9.1
+  * Updated tests with expiring certificates
+  * CET-related build fixes for Windows and macOS targets
+  * update libtls linker script to include libssl and
+    libcrypto again
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libressl.spec ++++++
--- /var/tmp/diff_new_pack.gKUK3c/_old  2024-04-02 16:44:35.557823597 +0200
+++ /var/tmp/diff_new_pack.gKUK3c/_new  2024-04-02 16:44:35.557823597 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           libressl
-Version:        3.8.3
+Version:        3.9.1
 Release:        0
 Summary:        An SSL/TLS protocol implementation
 License:        OpenSSL
@@ -45,31 +45,31 @@
 OpenSSL, with the aim of refactoring the OpenSSL code so as to
 provide a more secure implementation.
 
-%package -n libcrypto52
+%package -n libcrypto53
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libcrypto52
+%description -n libcrypto53
 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 libssl55
+%package -n libssl56
 Summary:        An SSL/TLS protocol implementation
 Group:          System/Libraries
 
-%description -n libssl55
+%description -n libssl56
 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 libtls28
+%package -n libtls29
 Summary:        A simplified interface for the OpenSSL/LibreSSL TLS protocol 
implementation
 Group:          System/Libraries
 
-%description -n libtls28
+%description -n libtls29
 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.
@@ -80,9 +80,9 @@
 %package devel
 Summary:        Development files for LibreSSL, an SSL/TLS protocol 
implementation
 Group:          Development/Libraries/C and C++
-Requires:       libcrypto52 = %version
-Requires:       libssl55 = %version
-Requires:       libtls28 = %version
+Requires:       libcrypto53 = %version
+Requires:       libssl56 = %version
+Requires:       libtls29 = %version
 Conflicts:      ssl-devel
 Provides:       ssl-devel
 
@@ -142,12 +142,9 @@
        exit 1
 fi
 
-%post   -n libcrypto52 -p /sbin/ldconfig
-%postun -n libcrypto52 -p /sbin/ldconfig
-%post   -n libssl55 -p /sbin/ldconfig
-%postun -n libssl55 -p /sbin/ldconfig
-%post   -n libtls28 -p /sbin/ldconfig
-%postun -n libtls28 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libcrypto53
+%ldconfig_scriptlets -n libssl56
+%ldconfig_scriptlets -n libtls29
 
 %files
 %dir %_sysconfdir/ssl/
@@ -160,13 +157,13 @@
 %_mandir/man8/*.8*
 %doc COPYING
 
-%files -n libcrypto52
+%files -n libcrypto53
 %_libdir/libcrypto.so.*
 
-%files -n libssl55
+%files -n libssl56
 %_libdir/libssl.so.*
 
-%files -n libtls28
+%files -n libtls29
 %_libdir/libtls.so.*
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.gKUK3c/_old  2024-04-02 16:44:35.613825595 +0200
+++ /var/tmp/diff_new_pack.gKUK3c/_new  2024-04-02 16:44:35.617825738 +0200
@@ -1,10 +1,10 @@
-libcrypto52
-libssl55
-libtls28
+libcrypto53
+libssl56
+libtls29
 libressl-devel
        requires -libressl-<targettype>
-       requires "libcrypto52-<targettype> = <version>"
-       requires "libssl55-<targettype> = <version>"
-       requires "libtls28-<targettype> = <version>"
+       requires "libcrypto53-<targettype> = <version>"
+       requires "libssl56-<targettype> = <version>"
+       requires "libtls29-<targettype> = <version>"
        conflicts "libopenssl-devel-<targettype>"
 

++++++ libressl-3.8.3.tar.gz -> libressl-3.9.1.tar.gz ++++++
++++ 65624 lines of diff (skipped)

Reply via email to