From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <git@ipfire.org> To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. addeeb1f79825fdf2e03c089d661686050b336d5 Date: Thu, 24 Jun 2021 10:07:02 +0000 Message-ID: <4G9bQb10qzz2xyn@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8959596115595491410==" List-Id: <ipfire-scm.lists.ipfire.org> --===============8959596115595491410== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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, master has been updated via addeeb1f79825fdf2e03c089d661686050b336d5 (commit) from 274ca65bc5ef66fb98e7543789d94408915878d1 (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 addeeb1f79825fdf2e03c089d661686050b336d5 Author: Michael Tremer <michael.tremer(a)ipfire.org> Date: Thu Jun 24 09:17:57 2021 +0000 Revert "ncat: Update to 7.91" This reverts commit ee3b6ba0c7d3cc88667922f96db2ac0bd5630625. ncat segfaults straight away (#12647) Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> ----------------------------------------------------------------------- Summary of changes: lfs/ncat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/ncat b/lfs/ncat index 9480cd95a..b8c8768dc 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -24,7 +24,7 @@ include Config -VER = 7.91 +VER = 7.80 THISAPP = ncat-$(VER) DL_FILE = nmap-$(VER).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/nmap-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ncat -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 239cef725863ab454590a1bb8793b72b +$(DL_FILE)_MD5 = d37b75b06d1d40f27b76d60db420a1f5 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree --===============8959596115595491410==--