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 fe5e64997a19d1284dd9970292f7f3aa04730e4f (commit) via 380350300f4edf6c11cbfd9cc6f55c2a6a148981 (commit) from 22aefdbe833af68d9876a80e3d254881c0843744 (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 fe5e64997a19d1284dd9970292f7f3aa04730e4f Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Nov 24 21:19:56 2018 +0100
nano: Update to 3.2
Hi,
Changed archive to 'xz' - this saves about 1.4MB (thanks Marcel ;-))
For further details see: https://www.nano-editor.org/news.php
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 380350300f4edf6c11cbfd9cc6f55c2a6a148981 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Nov 25 13:45:11 2018 +0000
openssl: Rootfile update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/openssl | 4 ++++ lfs/nano | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index f7d6f2fb5..50fd19619 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -4942,7 +4942,10 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OCSP_resp_get0_certs.3 #usr/share/man/man3/OCSP_resp_get0_id.3 #usr/share/man/man3/OCSP_resp_get0_produced_at.3 +#usr/share/man/man3/OCSP_resp_get0_respdata.3 +#usr/share/man/man3/OCSP_resp_get0_signature.3 #usr/share/man/man3/OCSP_resp_get0_signer.3 +#usr/share/man/man3/OCSP_resp_get0_tbs_sigalg.3 #usr/share/man/man3/OCSP_response_create.3 #usr/share/man/man3/OCSP_response_get1_basic.3 #usr/share/man/man3/OCSP_response_status.3 @@ -4964,6 +4967,7 @@ usr/lib/libssl.so.1.1 #usr/share/man/man3/OPENSSL_LH_stats.3 #usr/share/man/man3/OPENSSL_LH_stats_bio.3 #usr/share/man/man3/OPENSSL_VERSION_NUMBER.3 +#usr/share/man/man3/OPENSSL_VERSION_TEXT.3 #usr/share/man/man3/OPENSSL_atexit.3 #usr/share/man/man3/OPENSSL_buf2hexstr.3 #usr/share/man/man3/OPENSSL_cleanse.3 diff --git a/lfs/nano b/lfs/nano index 671cf6731..4b636f4ea 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,15 +24,15 @@
include Config
-VER = 3.1 +VER = 3.2
THISAPP = nano-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 24 +PAK_VER = 25
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2fb85e86c5b14ac9e9465d3ba7506364 +$(DL_FILE)_MD5 = 2606dc0dc31a088f16c7d603b42d23d0
install : $(TARGET)
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc/nano \
hooks/post-receive -- IPFire 2.x development tree