From 7f3fee1584879446c31546a21cff849f341bf2d2dad8945bd04a0387b5da0157 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 26 Jun 2023 08:11:44 +0000 Subject: [PATCH] Accepting request 1095347 from home:pmonrealgonzalez:branches:security:tls - Add the architecture specific READMEs as provided by upstream. - update to 3.9.1: [bsc#1212112, CVE-2023-36660] OBS-URL: https://build.opensuse.org/request/show/1095347 OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=38 --- libnettle.changes | 7 ++++++- libnettle.spec | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libnettle.changes b/libnettle.changes index c8d30ce..df3a187 100644 --- a/libnettle.changes +++ b/libnettle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 9 07:00:35 UTC 2023 - Pedro Monreal + +- Add the architecture specific READMEs as provided by upstream. + ------------------------------------------------------------------- Thu Jun 8 08:01:19 UTC 2023 - Pedro Monreal @@ -7,7 +12,7 @@ Thu Jun 8 08:01:19 UTC 2023 - Pedro Monreal ------------------------------------------------------------------- Wed Jun 7 06:04:06 UTC 2023 - Andreas Stieger -- update to 3.9.1: [bsc#1212112] +- update to 3.9.1: [bsc#1212112, CVE-2023-36660] * Fix bug in the new OCB code may be exploitable for denial of service or worse due to memory corruption diff --git a/libnettle.spec b/libnettle.spec index a3d52f8..e038f1d 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -114,6 +114,10 @@ autoreconf -fiv chmod 0755 %{buildroot}%{_libdir}/libnettle.so.%{soname} chmod 0755 %{buildroot}%{_libdir}/libhogweed.so.%{hogweed_soname} +for arch in x86_64 s390x powerpc64 arm arm64 ; do + cp ${arch}/README ${arch}.README +done + # the hmac hashes: # # this is a hack that re-defines the __os_install_post macro @@ -152,7 +156,7 @@ chmod 0755 %{buildroot}%{_libdir}/libhogweed.so.%{hogweed_soname} %files -n libnettle-devel %license COPYING* -%doc AUTHORS ChangeLog NEWS README descore.README nettle.html nettle.pdf +%doc AUTHORS ChangeLog NEWS README *.README nettle.html nettle.pdf %{_includedir}/nettle %{_libdir}/libnettle.so %{_libdir}/libhogweed.so