[Lunar-commits] <moonbase> nano: version bumped to 2.2.4.
Florin Braescu
florin at lunar-linux.org
Fri Apr 16 02:38:09 CEST 2010
commit ef83b61bc586fbb4eafbf5e233427652df259527
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Apr 16 03:38:09 2010 +0300
nano: version bumped to 2.2.4.
This release includes security fixes due to an assessment of nano's
vulnerability to symlink attacks; see CVE-2010-1160 and CVE-2010-1161.
Also included are fixes for various crashes when using the spell
checker on new files, and fixing the 'file was modified' message when
saving to a new filename. 'Final' fixes to page up/down due to the soft
wrapping code are included as well. The lone new feature included is a
new syntax highlighting definition for cmake files.
---
editors/nano/DETAILS | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index 8dcd842..c5931fe 100644
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,14 +1,15 @@
MODULE=nano
- VERSION=2.2.3
+ MAJOR=2.2
+ VERSION=$MAJOR.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.nano-editor.org/dist/v2.2
- SOURCE_VFY=sha1:43677d23921806d70018197ed0e99754b5b5ad78
+ SOURCE_URL=http://www.nano-editor.org/dist/v$MAJOR
+ SOURCE_VFY=sha1:c69f70d30883e846f74951c5daa20d7c5a6f0662
SOURCE2=nanorc-20071127.bz2
SOURCE2_URL=$PATCH_URL
SOURCE2_VFY=sha1:ce69f7e2cb6476139799a6da58ae1754df595049
WEB_SITE=http://www.nano-editor.org
ENTERED=20010922
- UPDATED=20100215
+ UPDATED=20100416
SHORT="Superior clone of the pico text editor"
cat << EOF
More information about the Lunar-commits
mailing list