diff options
author | prlw1 <prlw1@pkgsrc.org> | 2018-06-06 14:53:04 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2018-06-06 14:53:04 +0000 |
commit | 62c1299d10300af1978f1da3bafc27ae7fb75e1a (patch) | |
tree | 6e3b845c643c584d27bca382b7fc48f5060bcab1 /editors/ne | |
parent | 956220a13edc52f10ee7095f3a67867e4b999af4 (diff) | |
download | pkgsrc-62c1299d10300af1978f1da3bafc27ae7fb75e1a.tar.gz |
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 (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 4 | ||||
-rw-r--r-- | editors/ne/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 24568edb9e4..4d77d16750a 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -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 --git a/editors/ne/distinfo b/editors/ne/distinfo index b33b8059c3d..ecc64b5a294 100644 --- a/editors/ne/distinfo +++ b/editors/ne/distinfo @@ -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 |