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 f907865389cb8e0b8cf8ab962dd03a07c4bf04a8 (commit) via 7c85ff1362c3ebc3d9d54f4ac31dc8eebbc4c530 (commit) from 2f7e8b59a69e3b1ca14a1d6c6b2ccb62e118a1f0 (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 f907865389cb8e0b8cf8ab962dd03a07c4bf04a8 Author: Michael Tremer Date: Tue Feb 26 17:25:11 2019 +0000 core129: Ship updated OpenSSL Signed-off-by: Michael Tremer commit 7c85ff1362c3ebc3d9d54f4ac31dc8eebbc4c530 Author: Michael Tremer Date: Tue Feb 26 16:42:49 2019 +0000 openssl: Update to 1.1.1b This is a bug fix only release Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: .../rootfiles/{oldcore/100 => core/129}/filelists/i586/openssl-sse2 | 0 config/rootfiles/{oldcore/100 => core/129}/filelists/openssl | 0 lfs/openssl | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/129}/filelists/i586/openssl-sse2 (100%) copy config/rootfiles/{oldcore/100 => core/129}/filelists/openssl (100%) Difference in files: diff --git a/config/rootfiles/core/129/filelists/i586/openssl-sse2 b/config/rootfiles/core/129/filelists/i586/openssl-sse2 new file mode 120000 index 000000000..f424713d6 --- /dev/null +++ b/config/rootfiles/core/129/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/129/filelists/openssl b/config/rootfiles/core/129/filelists/openssl new file mode 120000 index 000000000..e011a9266 --- /dev/null +++ b/config/rootfiles/core/129/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/lfs/openssl b/lfs/openssl index 05d28ef20..d7822e174 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ include Config -VER = 1.1.1a +VER = 1.1.1b THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 963deb2272d6be7d4c2458afd2517b73 +$(DL_FILE)_MD5 = 4532712e7bcc9414f5bce995e4e13930 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree