Accepting request 142925 from devel:libraries:c_c++
upgrade to 2.5 (forwarded request 142834 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/142925 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=10
This commit is contained in:
parent
a0c0548da9
commit
f2f5b71355
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 25 14:54:46 UTC 2012 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- upgrade to 2.5:
|
||||||
|
* removed some internal undocumented functions
|
||||||
|
* pkcs1_signature_prefix renamed to _pkcs1_signature_prefix
|
||||||
|
with slightly different behavior
|
||||||
|
* nettle-internal.c is no longer included
|
||||||
|
* Support for the salsa20 block cipher
|
||||||
|
* Tentative interface for timing-resistant RSA functions
|
||||||
|
* A more general interface for PKCS#1 signatures
|
||||||
|
* Documentation, example programs for the base16 and base64
|
||||||
|
* Use an additional table to avoid GF2^8 multiplications in
|
||||||
|
aes_invert_key (mainly used by aes_set_decrypt_key). Also
|
||||||
|
tabulate round constants in aes_set_encrypt_key.
|
||||||
|
- configure --enable-shared now default, no longer required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 31 12:24:52 UTC 2012 - jengelh@medozas.de
|
Tue Jan 31 12:24:52 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnettle
|
Name: libnettle
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 4
|
%define soname 4
|
||||||
%define hogweed_soname 2
|
%define hogweed_soname 2
|
||||||
@ -93,8 +93,7 @@ operations using the nettle library.
|
|||||||
%setup -q -n "nettle-%{version}"
|
%setup -q -n "nettle-%{version}"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static
|
||||||
--enable-shared
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6009208df6881f75aa1a87081ccfb2ccac1884da10670c53d7b76596f649c3f
|
|
||||||
size 1075789
|
|
3
nettle-2.5.tar.gz
Normal file
3
nettle-2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72
|
||||||
|
size 1113274
|
Loading…
Reference in New Issue
Block a user