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
This commit is contained in:
parent
fbb1846557
commit
7f3fee1584
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user