mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nano: Update to 2.5.1
Excerpt form 'NEWS': "It includes fixes for a syntax-highlighting bug and a positionlog bug, it disables a time-eating multiline regex in the C syntax, and it adds an escape hatch to the WriteOut menu when --tempfile is used: the discardbuffer command, ^Q. It also has translation updates for fifteen languages, and a small fix in the softwrap code." Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
037cf8d20d
commit
cc9f461f74
@@ -14,6 +14,7 @@ usr/bin/rnano
|
||||
#usr/share/man/man5/nanorc.5
|
||||
#usr/share/nano
|
||||
usr/share/nano/asm.nanorc
|
||||
usr/share/nano/autoconf.nanorc
|
||||
usr/share/nano/awk.nanorc
|
||||
usr/share/nano/c.nanorc
|
||||
#usr/share/nano/changelog.nanorc
|
||||
@@ -37,6 +38,7 @@ usr/share/nano/man.nanorc
|
||||
usr/share/nano/mgp.nanorc
|
||||
usr/share/nano/mutt.nanorc
|
||||
usr/share/nano/nanorc.nanorc
|
||||
usr/share/nano/nftables.nanorc
|
||||
usr/share/nano/objc.nanorc
|
||||
usr/share/nano/ocaml.nanorc
|
||||
usr/share/nano/patch.nanorc
|
||||
|
||||
8
lfs/nano
8
lfs/nano
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2015 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2016 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# 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 = 2.5.0
|
||||
VER = 2.5.1
|
||||
|
||||
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 = 7
|
||||
PAK_VER = 8
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 751ed96457017572bab15be18cb873ba
|
||||
$(DL_FILE)_MD5 = f25c7da9813ae5f1df7e5dd1072de4ce
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user