This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 1c505151cb4da3ea28aba715250544a831d7139f (commit) via 5fa51a839ea32ff0b0a2bc4ccd549296c5292fa8 (commit) from 4b75e9c92edffca7f3935dfe0c6500038df5c80a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1c505151cb4da3ea28aba715250544a831d7139f Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Jun 28 10:23:41 2019 +0200
nettle: Update to 3.5.1
For details see: https://git.lysator.liu.se/nettle/nettle/blob/master/ChangeLog
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5fa51a839ea32ff0b0a2bc4ccd549296c5292fa8 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Thu Jun 27 22:07:40 2019 +0200
dhcpcd: Update to 7.2.3
For details see: Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org https://roy.marples.name/blog/dhcpcd-7-2-3-released
"Minor update with the following changes:
OpenBSD: compiles again BSD: Check RTM lengths incase of kernel issues DHCP6: Don't stop even when last router goes away DHCP6: Fix inform from RA hostname: Fix short hostname check"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/nettle | 12 ++++++------ lfs/dhcpcd | 4 ++-- lfs/nettle | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/nettle b/config/rootfiles/common/nettle index d3621683c..58e3f57a0 100644 --- a/config/rootfiles/common/nettle +++ b/config/rootfiles/common/nettle @@ -20,9 +20,9 @@ #usr/include/nettle/cfb.h #usr/include/nettle/chacha-poly1305.h #usr/include/nettle/chacha.h +#usr/include/nettle/cmac.h #usr/include/nettle/ctr.h #usr/include/nettle/curve25519.h -#usr/include/nettle/des-compat.h #usr/include/nettle/des.h #usr/include/nettle/dsa-compat.h #usr/include/nettle/dsa.h @@ -44,7 +44,6 @@ #usr/include/nettle/memops.h #usr/include/nettle/memxor.h #usr/include/nettle/nettle-meta.h -#usr/include/nettle/nettle-stdint.h #usr/include/nettle/nettle-types.h #usr/include/nettle/pbkdf2.h #usr/include/nettle/pgp.h @@ -65,12 +64,13 @@ #usr/include/nettle/twofish.h #usr/include/nettle/umac.h #usr/include/nettle/version.h +#usr/include/nettle/xts.h #usr/include/nettle/yarrow.h usr/lib/libhogweed.so -usr/lib/libhogweed.so.4 -usr/lib/libhogweed.so.4.5 +usr/lib/libhogweed.so.5 +usr/lib/libhogweed.so.5.0 #usr/lib/libnettle.so -usr/lib/libnettle.so.6 -usr/lib/libnettle.so.6.5 +usr/lib/libnettle.so.7 +usr/lib/libnettle.so.7.0 #usr/lib/pkgconfig/hogweed.pc #usr/lib/pkgconfig/nettle.pc diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 08d763f37..83252e897 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@
include Config
-VER = 7.2.2 +VER = 7.2.3
THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2f17034432ea10415ee84a97ef131128 +$(DL_FILE)_MD5 = b7aade2cc47afa6d645f798103365402
install : $(TARGET)
diff --git a/lfs/nettle b/lfs/nettle index 36f247d34..cc34b1fad 100644 --- a/lfs/nettle +++ b/lfs/nettle @@ -24,7 +24,7 @@
include Config
-VER = 3.4.1 +VER = 3.5.1
THISAPP = nettle-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9bdebb0e2f638d3b9d91f7fc264b70c1 +$(DL_FILE)_MD5 = 0e5707b418c3826768d41130fbe4ee86
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree