Subject: pkg/32859: Update editors/nano to 1.2.5
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <jdwhite@jdwhite.org>
List: pkgsrc-bugs
Date: 02/17/2006 08:35:00
>Number:         32859
>Category:       pkg
>Synopsis:       Update editrs/nano to latest stable release.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 17 08:35:00 +0000 2006
>Originator:     Jason White
>Release:        NetBSD 3.0
>Organization:
Jason White <jdwhite@jdwhite.org>       Jabber: jdwhite(jabber.org)
http://www.jdwhite.org/~jdwhite                 jason.d.white(gmail.com)
PGP KeyID: 0x5290E477/A8A2 3FDB AB33 98EB ED74  EDAA F538 9A30 5290 E477
>Environment:
	
	
System: NetBSD bender.jdwhite.org 3.0 NetBSD 3.0 (BENDER) #0: Thu Feb 2 17:13:01 CST 2006 jdwhite@smeghead:/usr/obj/i386/BENDER i386
Architecture: i386
Machine: i386
>Description:
Attached minor patch updates package to latest stable version.

Changes since 1.2.4:
GNU nano 1.2.5 - 2005.05.15
- files.c:
  open_prevfile(), open_nextfile()
        - Translate the "New Buffer" string when displaying "Switched
          to" messages on the statusbar. (DLR)
  input_tab()
        - Fix snprintf() call so that we don't segfault when trying to
          complete a filename containing %'s. (Ulf H<E4>rnhammar)
- global.c:
  shortcut_init()
        - Move the "Cancel" shortcut up so that it's just after the "Get
          Help" shortcut, for consistency with the other shortcut lists.
          (DLR)
- nano.c:
  do_int_spell_fix()
        - Move the REVERSE_SEARCH flag toggling into the NANO_SMALL
          #ifdef, since the tiny version of nano doesn't support reverse
          searching.  Also, turn the USE_REGEXP flag off during spell
          checking in order to avoid a potential segfault. (DLR)
  quote_length()
        - Fix problem where quoted justify wouldn't work if HAVE_REGEX_H
          wasn't set. (David Benbennick)
  main()
        - Interpret the escape sequences Esc O F and Esc O H as End and
          Home, respectively, as nanogetstr() does.  Also, don't
          interpret Esc O z as a "NumLock glitch" value. (DLR)
        - Call setlocale() outside the ENABLE_NLS #ifdef, since UTF-8
          support won't work properly if the locale isn't set, whether
          NLS is enabled or not. (Junichi Uekawa)
- winio.c:
  blocking_wgetch()
        - New function used in place of blocking wgetch() calls.  If we
          get ERR when using blocking input, it means that the input
          source that we were using is gone.  In this case, call
          handle_hupterm(), so that nano dies gracefully instead of
          going into an infinite loop. (DLR, found by Jim Uhl)
  get_page_start()
        - For consistency, tweak so that scrolling always occurs when we
          try to move onto the "$" at the end of the line, as opposed to
          (a) when we move onto the "$" at the end of the line on the
          first page and (b) when we move onto the character just before
          the "$" on subsequent pages. (DLR)

>How-To-Repeat:
	
>Fix:
Patch follows:

Index: editors/nano/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/editors/nano/Makefile,v
retrieving revision 1.24
diff -b -u -r1.24 Makefile
--- editors/nano/Makefile	5 Feb 2006 23:08:57 -0000	1.24
+++ editors/nano/Makefile	17 Feb 2006 08:26:45 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.24 2006/02/05 23:08:57 joerg Exp $
 
-DISTNAME=	nano-1.2.4
+DISTNAME=	nano-1.2.5
 PKGREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v1.2/
Index: editors/nano/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/editors/nano/distinfo,v
retrieving revision 1.10
diff -b -u -r1.10 distinfo
--- editors/nano/distinfo	23 Feb 2005 17:15:11 -0000	1.10
+++ editors/nano/distinfo	17 Feb 2006 08:26:45 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2005/02/23 17:15:11 agc Exp $
 
-SHA1 (nano-1.2.4.tar.gz) = 03a321011c2ceb00da20e15b15ed9ee9dee98c97
-RMD160 (nano-1.2.4.tar.gz) = 8e56765f61bc4e9cd2db1273bd287a2678cb6ac6
-Size (nano-1.2.4.tar.gz) = 914302 bytes
+SHA1 (nano-1.2.5.tar.gz) = ba55942aacf9f296a910d8f73afb7446f118830d
+RMD160 (nano-1.2.5.tar.gz) = 92d694b79588fafdedc2731c2e1240bb100950f9
+Size (nano-1.2.5.tar.gz) = 911938 bytes

>Unformatted: