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 188acee8301dd5a9ca11c8c5c9c298661ced2c76 (commit)
via 5d1dac2d8c5f8c1e1aaf34d814fe9f03d4c5efe0 (commit)
from 593de24f30c926af67a62cb2031258c7dad827a3 (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 188acee8301dd5a9ca11c8c5c9c298661ced2c76
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sun Jan 1 20:23:29 2017 +0100
nano: Update to 2.7.3
Sorry, they did it again...:
For details see:
https://www.nano-editor.org/news.php
"GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
your editor is now able to handle filenames that contain
newlines, avoids a brief flash of color when switching
between buffers that are governed by different syntaxes,
makes the Shift+Ctrl+Arrow keys select text again on a
Linux console, is more resistant against malformations
in the positionlog file, and does not crash when ^C is
typed on systems where it produces the code KEY_CANCEL.
Oh, and it no longer mistakenly warns about editing an
unlocked file just after saving a new one. That's it.
Tastes great with thick butter."
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 5d1dac2d8c5f8c1e1aaf34d814fe9f03d4c5efe0
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sun Jan 1 15:45:04 2017 +0100
logrotate: Update to 3.9.1
For details see:
https://fedorahosted.org/logrotate/browser/tags/r3-9-1/CHANGES
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/logrotate | 6 +++---
lfs/nano | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
Difference in files:
diff --git a/lfs/logrotate b/lfs/logrotate
index 0904074..0d50103 100644
--- a/lfs/logrotate
+++ b/lfs/logrotate
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2014 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2007-2016 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 3.8.1
+VER = 3.9.1
THISAPP = logrotate-$(VER)
DL_FILE = logrotate_$(VER).orig.tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bd2e20d8dc644291b08f9215397d28a5
+$(DL_FILE)_MD5 = 4492b145b6d542e4a2f41e77fa199ab0
install : $(TARGET)
diff --git a/lfs/nano b/lfs/nano
index 674ed32..2ecb1a5 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
include Config
-VER = 2.7.2
+VER = 2.7.3
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nano
-PAK_VER = 13
+PAK_VER = 14
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8b880355f88bfa521d18dc6f18437095
+$(DL_FILE)_MD5 = 007ba6321212d3ec38f46236465b6ea8
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree