pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/ne Update ne to 3.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ec7e39c6d61
branches: trunk
changeset: 381422:8ec7e39c6d61
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Wed Jun 06 14:53:04 2018 +0000
description:
Update ne to 3.15
Version 3.15 01-May-2018
------------------------
1. The "logo" line "NE version xxxx" was showing the PCRE version which was
current when NE was compiled (static) instead of getting the current (dynamic)
version from a shared library. This is now fixed and the line reformatted.
2. Minor error in command line decoding; for switch items such as -id it was
checking the text pointer (which might be partly unset) instead of the number
field.
3. There is now a maximum linelength that NE will handle when reading a file in
non-binary mode. The limit is 100,000 bytes. This prevents it going into a
meltdown memory thrashing state for a file that contains an excessively long
line.
Version 3.14 26-February-2018
-----------------------------
1. Two calls to error_moan() for failing to open a file were missing a second
argument (specifying reading or writing), leading to a crash for an unknown
file.
2. Added strerror() calls to all failed-do-open file errors.
3. Added some "fall through" comments when deliberately falling through.
4. Increased an internal buffer size to avoid format-overflow warning in "show
wordcount" command.
5. Implemented -notraps to disable catching crash signals. This makes crashes
easier to debug.
diffstat:
editors/ne/Makefile | 4 ++--
editors/ne/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r e2dd4162a6dd -r 8ec7e39c6d61 editors/ne/Makefile
--- a/editors/ne/Makefile Wed Jun 06 14:50:02 2018 +0000
+++ b/editors/ne/Makefile Wed Jun 06 14:53:04 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/12/16 19:46:29 prlw1 Exp $
+# $NetBSD: Makefile,v 1.20 2018/06/06 14:53:04 prlw1 Exp $
-DISTNAME= ne-3.13
+DISTNAME= ne-3.15
CATEGORIES= editors
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/wordprocessing/unix/ne/
diff -r e2dd4162a6dd -r 8ec7e39c6d61 editors/ne/distinfo
--- a/editors/ne/distinfo Wed Jun 06 14:50:02 2018 +0000
+++ b/editors/ne/distinfo Wed Jun 06 14:53:04 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/12/16 19:46:29 prlw1 Exp $
+$NetBSD: distinfo,v 1.9 2018/06/06 14:53:04 prlw1 Exp $
-SHA1 (ne-3.13.tar.gz) = 1e7aec7067df35eff0d837ef0be64615bd0f8832
-RMD160 (ne-3.13.tar.gz) = b1971f74740a0b0b0f42cb32dcd7e7a1c8bc9d00
-SHA512 (ne-3.13.tar.gz) = 4a7eabe8d7ea7fe6620f360132f3b4b1092fb43a8778d3b735f0fe5d0d8b1ca22d2f855b0ec156c691f177e31c359eea72c84fcef3c09473f8fe4ae84616d14e
-Size (ne-3.13.tar.gz) = 621015 bytes
+SHA1 (ne-3.15.tar.gz) = 141fbfd001080bd54fe2de8356eb5c24fb4e7630
+RMD160 (ne-3.15.tar.gz) = 05d9c8ee9e27256448ea66232732a297471cfa14
+SHA512 (ne-3.15.tar.gz) = d4bd74d255649e3805d2fc497b4ef73ef26c0b4ba857e0fd05da2ffebd16943196da3d0dd6a18c32a4afa841cc72b989c3f40db7d9b9f49c60675646a525c048
+Size (ne-3.15.tar.gz) = 664978 bytes
SHA1 (patch-Makefile.in) = 994359a495cb24b0ca7073c30f7664bff145c445
Home |
Main Index |
Thread Index |
Old Index