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