Accepting request 720187 from security:tls

OBS-URL: https://build.opensuse.org/request/show/720187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2019-09-11 08:19:38 +00:00 committed by Git OBS Bridge
commit 844aade98c
8 changed files with 29 additions and 16 deletions

View File

@ -1,3 +1,3 @@
libnettle6 libnettle7
libnettle-devel libnettle-devel
libhogweed4 libhogweed5

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 1 10:26:28 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.5.1:
* correct upstream source packaging problems
- new in 3.5:
* gcm_crypt will now call the underlying block cipher to process
more than one block at a time
* Support for CFB8 (Cipher Feedback Mode, processing a single
octet per block cipher operation)
* Support for CMAC (RFC 4493)
* Support for XTS mode
* various improvements
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 2 13:48:54 UTC 2019 - Vítězslav Čížek <vcizek@suse.com> Wed Jan 2 13:48:54 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>

View File

@ -16,10 +16,10 @@
# #
%define soname 6 %define soname 7
%define hogweed_soname 4 %define hogweed_soname 5
Name: libnettle Name: libnettle
Version: 3.4.1 Version: 3.5.1
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
BuildRequires: m4 BuildRequires: m4
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: pkgconfig BuildRequires: pkgconfig
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}
%description %description
@ -121,7 +120,7 @@ make check %{?_smp_mflags}
%files -n libnettle%{soname} %files -n libnettle%{soname}
%license COPYING* %license COPYING*
%doc AUTHORS ChangeLog NEWS README TODO %doc AUTHORS ChangeLog NEWS README
%{_libdir}/libnettle.so.%{soname} %{_libdir}/libnettle.so.%{soname}
%{_libdir}/libnettle.so.%{soname}.* %{_libdir}/libnettle.so.%{soname}.*
@ -139,7 +138,7 @@ make check %{?_smp_mflags}
%files -n nettle %files -n nettle
%license COPYING* %license COPYING*
%doc AUTHORS ChangeLog NEWS README TODO %doc AUTHORS ChangeLog NEWS README
%{_bindir}/nettle-lfib-stream %{_bindir}/nettle-lfib-stream
%{_bindir}/nettle-pbkdf2 %{_bindir}/nettle-pbkdf2
%{_bindir}/pkcs1-conv %{_bindir}/pkcs1-conv

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad
size 1947053

Binary file not shown.

3
nettle-3.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419
size 1989593

BIN
nettle-3.5.1.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Index: nettle-3.2/Makefile.in Index: nettle-3.5.1/Makefile.in
=================================================================== ===================================================================
--- nettle-3.2.orig/Makefile.in --- nettle-3.5.1.orig/Makefile.in
+++ nettle-3.2/Makefile.in +++ nettle-3.5.1/Makefile.in
@@ -278,27 +278,27 @@ $(LIBHOGWEED_FORLINK): $(hogweed_OBJS) $ @@ -290,27 +290,27 @@ $(LIBHOGWEED_FORLINK): $(hogweed_OBJS) $
# executable. Avoid object file targets to make it easy to run the # executable. Avoid object file targets to make it easy to run the
# right compiler. # right compiler.
aesdata$(EXEEXT_FOR_BUILD): aesdata.c aesdata$(EXEEXT_FOR_BUILD): aesdata.c
@ -35,4 +35,4 @@ Index: nettle-3.2/Makefile.in
+ $(CC_FOR_BUILD) $(CFLAGS) `test -f eccdata.c || echo '$(srcdir)/'`eccdata.c \ + $(CC_FOR_BUILD) $(CFLAGS) `test -f eccdata.c || echo '$(srcdir)/'`eccdata.c \
-o eccdata$(EXEEXT_FOR_BUILD) -o eccdata$(EXEEXT_FOR_BUILD)
# desCore rules eccparams$(EXEEXT_FOR_BUILD): eccparams.c