public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fe5e64997a19d1284dd9970292f7f3aa04730e4f
Date: Sun, 25 Nov 2018 14:12:10 +0000	[thread overview]
Message-ID: <20181125141210.832C184FDD4@people01.i.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3700 bytes --]

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(a)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(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 380350300f4edf6c11cbfd9cc6f55c2a6a148981
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Nov 25 13:45:11 2018 +0000

    openssl: Rootfile update
    
    Signed-off-by: Michael Tremer <michael.tremer(a)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

                 reply	other threads:[~2018-11-25 14:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181125141210.832C184FDD4@people01.i.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox