Accepting request 860334 from home:AndreasStieger:branches:security:tls
GNU Nettle 3.7 OBS-URL: https://build.opensuse.org/request/show/860334 OBS-URL: https://build.opensuse.org/package/show/security:tls/libnettle?expand=0&rev=13
This commit is contained in:
parent
8489ad1fbd
commit
6827904443
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 4 20:39:20 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- GNU Nettle 3.7:
|
||||||
|
* add bcrypt password hashing
|
||||||
|
* add optimizations: PowerPC64 assembly
|
||||||
|
- remove deprecated texinfo packaing macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 10 19:32:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun May 10 19:32:12 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnettle
|
# spec file for package libnettle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define soname 8
|
%define soname 8
|
||||||
%define hogweed_soname 6
|
%define hogweed_soname 6
|
||||||
Name: libnettle
|
Name: libnettle
|
||||||
Version: 3.6
|
Version: 3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic Library
|
Summary: Cryptographic Library
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
@ -35,7 +35,6 @@ BuildRequires: gmp-devel >= 6.1.0
|
|||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Requires(post): %{install_info_prereq}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nettle is a cryptographic library that is designed to fit easily in more or
|
Nettle is a cryptographic library that is designed to fit easily in more or
|
||||||
@ -124,11 +123,6 @@ operations using the nettle library.
|
|||||||
%postun -n libnettle%{soname} -p /sbin/ldconfig
|
%postun -n libnettle%{soname} -p /sbin/ldconfig
|
||||||
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
||||||
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
||||||
%post -n libnettle-devel
|
|
||||||
%install_info --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
|
|
||||||
|
|
||||||
%preun -n libnettle-devel
|
|
||||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}"/nettle.info%{ext_info}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
|
|
||||||
size 2288173
|
|
Binary file not shown.
3
nettle-3.7.tar.gz
Normal file
3
nettle-3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f001f64eb444bf13dd91bceccbc20acbc60c4311d6e2b20878452eb9a9cec75a
|
||||||
|
size 2375067
|
BIN
nettle-3.7.tar.gz.sig
Normal file
BIN
nettle-3.7.tar.gz.sig
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user