Hello community, here is the log from the commit of package libnettle for openSUSE:Factory checked in at 2019-09-11 10:19:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnettle (Old) and /work/SRC/openSUSE:Factory/.libnettle.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnettle" Wed Sep 11 10:19:38 2019 rev:32 rq:720187 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes 2019-01-08 12:18:20.312933493 +0100 +++ /work/SRC/openSUSE:Factory/.libnettle.new.7948/libnettle.changes 2019-09-11 10:19:40.007516172 +0200 @@ -1,0 +2,14 @@ +Thu Aug 1 10:26:28 UTC 2019 - Andreas Stieger <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- nettle-3.4.1.tar.gz nettle-3.4.1.tar.gz.sig New: ---- nettle-3.5.1.tar.gz nettle-3.5.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnettle.spec ++++++ --- /var/tmp/diff_new_pack.CtL3nH/_old 2019-09-11 10:19:41.575515978 +0200 +++ /var/tmp/diff_new_pack.CtL3nH/_new 2019-09-11 10:19:41.575515978 +0200 @@ -16,10 +16,10 @@ # -%define soname 6 -%define hogweed_soname 4 +%define soname 7 +%define hogweed_soname 5 Name: libnettle -Version: 3.4.1 +Version: 3.5.1 Release: 0 Summary: Cryptographic Library License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -35,7 +35,6 @@ BuildRequires: m4 BuildRequires: makeinfo BuildRequires: pkgconfig - Requires(post): %{install_info_prereq} %description @@ -121,7 +120,7 @@ %files -n libnettle%{soname} %license COPYING* -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README %{_libdir}/libnettle.so.%{soname} %{_libdir}/libnettle.so.%{soname}.* @@ -139,7 +138,7 @@ %files -n nettle %license COPYING* -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README %{_bindir}/nettle-lfib-stream %{_bindir}/nettle-pbkdf2 %{_bindir}/pkcs1-conv ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.CtL3nH/_old 2019-09-11 10:19:41.599515975 +0200 +++ /var/tmp/diff_new_pack.CtL3nH/_new 2019-09-11 10:19:41.599515975 +0200 @@ -1,3 +1,3 @@ -libnettle6 +libnettle7 libnettle-devel -libhogweed4 +libhogweed5 ++++++ nettle-3.4.1.tar.gz -> nettle-3.5.1.tar.gz ++++++ ++++ 22969 lines of diff (skipped) ++++++ nettle-respect-cflags.patch ++++++ --- /var/tmp/diff_new_pack.CtL3nH/_old 2019-09-11 10:19:41.811515948 +0200 +++ /var/tmp/diff_new_pack.CtL3nH/_new 2019-09-11 10:19:41.811515948 +0200 @@ -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.2/Makefile.in -@@ -278,27 +278,27 @@ $(LIBHOGWEED_FORLINK): $(hogweed_OBJS) $ +--- nettle-3.5.1.orig/Makefile.in ++++ nettle-3.5.1/Makefile.in +@@ -290,27 +290,27 @@ $(LIBHOGWEED_FORLINK): $(hogweed_OBJS) $ # executable. Avoid object file targets to make it easy to run the # right compiler. aesdata$(EXEEXT_FOR_BUILD): aesdata.c @@ -35,4 +35,4 @@ + $(CC_FOR_BUILD) $(CFLAGS) `test -f eccdata.c || echo '$(srcdir)/'`eccdata.c \ -o eccdata$(EXEEXT_FOR_BUILD) - # desCore rules + eccparams$(EXEEXT_FOR_BUILD): eccparams.c
