Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package s2n for openSUSE:Factory checked in 
at 2026-04-18 21:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s2n (Old)
 and      /work/SRC/openSUSE:Factory/.s2n.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s2n"

Sat Apr 18 21:35:28 2026 rev:39 rq:1347845 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/s2n/s2n.changes  2026-03-14 22:23:05.974881317 
+0100
+++ /work/SRC/openSUSE:Factory/.s2n.new.11940/s2n.changes       2026-04-18 
21:35:45.180042637 +0200
@@ -1,0 +2,32 @@
+Wed Apr 15 07:43:17 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 1.7.2
+  * chore(s2n-tls): v0.3.35 release (#5765)
+  * fix: update memory snapshots (#5771)
+  * fix: make get_alert idempotent (#5767)
+  * chore: fix crate name (#5769)
+  * chore: delete unused s2n_stuffer_alloc_ro functions (#5757)
+  * fix: add required metadata for subscriber (#5776)
+  * docs: add comments about sslv3 weaknesses (#5777)
+  * fix(bindings): replace bare as usize casts in Tokio I/O callbacks (#5780)
+  * feat(s2n-metric-subscriber): add supported parameters (#5768)
+  * build(deps): bump jidicula/clang-format-action from 4.16.0 to 4.17.0
+    in /.github/workflows in the all-gha-updates group (#5784)
+  * refactor(rand): deprecate internal DRBG implementation (#5775)
+  * docs: clarify integrity protection requirements for connection 
serialization (#5782)
+  * build(deps): bump the all-gha-updates group in /.github/workflows with 2 
updates (#5787)
+  * feat: add strict and interop CNSA 2.0 policies (#5760)
+  * ci: add 'style' to PR title check (#5792)
+  * fix(aws-lc): Update test for https://github.com/aws/aws-lc/pull/3101 
(#5788)
+  * feat(build): Add option to enforce correct libcrypto feature probing 
(#5579)
+  * ci: fix install_awslc_fips script (#5790)
+  * fix: Gates rolling hash of all supported hash algorithms to TLS1.2 (#5803)
+  * chore: remove codeowners (#5797)
+  * docs: clean up DRBG references across docs, APIs, and templates (#5789)
+  * fix: reject certs with literal-IP CN and no SAN  (#5804)
+  * ci: upgrade nix awslc version (#5805)
+  * fix(ci): update MSRV for extended crates from 1.72 to 1.77 (#5810)
+- Prefer explicit path and filenames over wildcards in %files section
+- Update upstream URL in Source field
+
+-------------------------------------------------------------------

Old:
----
  1.7.1.tar.gz

New:
----
  v1.7.2.tar.gz

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

Other differences:
------------------
++++++ s2n.spec ++++++
--- /var/tmp/diff_new_pack.IEAttk/_old  2026-04-18 21:35:46.116080786 +0200
+++ /var/tmp/diff_new_pack.IEAttk/_new  2026-04-18 21:35:46.120080949 +0200
@@ -19,13 +19,13 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           s2n
-Version:        1.7.1
+Version:        1.7.2
 Release:        0
 Summary:        AWS implementation of the TLS/SSL protocols
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/awslabs/s2n
-Source0:        https://github.com/awslabs/%{name}/archive/%{version}.tar.gz
+Source0:        https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
 Patch1:         s2n_add-so-version.patch
 Patch2:         s2n_fix-cmake-modules-path.patch
 BuildRequires:  cmake
@@ -81,11 +81,13 @@
 %files -n lib%{name}%{library_soversion}
 %doc README.md
 %license LICENSE
-%{_libdir}/*.so.%{library_soversion}
-%{_libdir}/*.so.%{library_version}
+%{_libdir}/lib%{name}.so.%{library_soversion}
+%{_libdir}/lib%{name}.so.%{library_version}
 
 %files devel
 %{_libdir}/cmake/
-%{_libdir}/*.so
-%{_includedir}/*
+%{_libdir}/lib%{name}.so
+%dir %{_includedir}/s2n
+%{_includedir}/s2n.h
+%{_includedir}/s2n/unstable
 

Reply via email to