Accepting request 1095348 from security:tls

OBS-URL: https://build.opensuse.org/request/show/1095348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2023-06-27 21:15:40 +00:00 committed by Git OBS Bridge
commit fc5859855b
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 9 07:00:35 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
- Add the architecture specific READMEs as provided by upstream.
-------------------------------------------------------------------
Thu Jun 8 08:01:19 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
@ -7,7 +12,7 @@ Thu Jun 8 08:01:19 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
-------------------------------------------------------------------
Wed Jun 7 06:04:06 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- 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

View File

@ -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