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:
commit
fc5859855b
@ -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>
|
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>
|
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
|
* Fix bug in the new OCB code may be exploitable for denial of
|
||||||
service or worse due to memory corruption
|
service or worse due to memory corruption
|
||||||
|
|
||||||
|
@ -114,6 +114,10 @@ autoreconf -fiv
|
|||||||
chmod 0755 %{buildroot}%{_libdir}/libnettle.so.%{soname}
|
chmod 0755 %{buildroot}%{_libdir}/libnettle.so.%{soname}
|
||||||
chmod 0755 %{buildroot}%{_libdir}/libhogweed.so.%{hogweed_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:
|
# the hmac hashes:
|
||||||
#
|
#
|
||||||
# this is a hack that re-defines the __os_install_post macro
|
# 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
|
%files -n libnettle-devel
|
||||||
%license COPYING*
|
%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
|
%{_includedir}/nettle
|
||||||
%{_libdir}/libnettle.so
|
%{_libdir}/libnettle.so
|
||||||
%{_libdir}/libhogweed.so
|
%{_libdir}/libhogweed.so
|
||||||
|
Loading…
Reference in New Issue
Block a user