pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/flnews news/flnews: Update to 1.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdf695d8899f
branches: trunk
changeset: 371457:fdf695d8899f
user: micha <micha%pkgsrc.org@localhost>
date: Mon Jan 10 11:55:09 2022 +0000
description:
news/flnews: Update to 1.0.1
Bug fixes:
- ENC: Off-by-one read from uninitialized data in MIME encoded-word
decoder fixed.
- GUI: Clickable references are now restored after ROT13 was applied
twice.
- GUI: Click on "Cancel" button in server configuration window no
longer creates an error message in the status bar.
- GUI: "Group->Mark subthread read" now redraws the widget and closes
the processed subthread (reported by Christian Schumacher)
- GUI: Server configuration: Automatically modify service name when TLS
is enabled/disabled (suggested by Julien Élie)
- References to legacy configuration path "~/.flnews" fixed in man page
New features and improvements:
- Unicode database updated to version 14.0.0
diffstat:
news/flnews/Makefile | 4 ++--
news/flnews/distinfo | 8 ++++----
news/flnews/files/CONFIG | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r a20430c0518b -r fdf695d8899f news/flnews/Makefile
--- a/news/flnews/Makefile Mon Jan 10 11:31:15 2022 +0000
+++ b/news/flnews/Makefile Mon Jan 10 11:55:09 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/05/17 11:01:34 micha Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/10 11:55:09 micha Exp $
-FLNEWS_VERSION= 1.0.0
+FLNEWS_VERSION= 1.0.1
DISTNAME= flnews-${FLNEWS_VERSION}
CATEGORIES= news
diff -r a20430c0518b -r fdf695d8899f news/flnews/distinfo
--- a/news/flnews/distinfo Mon Jan 10 11:31:15 2022 +0000
+++ b/news/flnews/distinfo Mon Jan 10 11:55:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:09:34 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/01/10 11:55:09 micha Exp $
-BLAKE2s (flnews-1.0.0.tar.bz2) = a6bd5c2448cb233ff8bf94eecb4e6f09bcb8b44ca2a59860a57bec94b82ec7a8
-SHA512 (flnews-1.0.0.tar.bz2) = 097a9edaa2b628e0c74008fc2b38df236a5a785e80b25a90a4c1ff621403faba9ed9e3b4dd9dccdddadabd24e0b2b5f886560f825885916bd6b9e4196ef5770b
-Size (flnews-1.0.0.tar.bz2) = 1170870 bytes
+BLAKE2s (flnews-1.0.1.tar.bz2) = 21caeb93d6c3842426958ac4dd05b6f58e6eb2529d0a4af011effef43ba86544
+SHA512 (flnews-1.0.1.tar.bz2) = 535b30700861e25ed3ce6247fef44e7188823516afc9aefd94929e2430d6f597763e43807029e2688c11bfc74ed121b5f3c3224d22ba9f27fb80dc0c0e00c334
+Size (flnews-1.0.1.tar.bz2) = 1184506 bytes
diff -r a20430c0518b -r fdf695d8899f news/flnews/files/CONFIG
--- a/news/flnews/files/CONFIG Mon Jan 10 11:31:15 2022 +0000
+++ b/news/flnews/files/CONFIG Mon Jan 10 11:55:09 2022 +0000
@@ -165,7 +165,7 @@
# Installation path for man page
# (must be an absolute path without trailing slash)
-# The FHS defines "/usr[/local]/share/man". The location "/usr/local/man" is
+# The FHS 3.0 defines "/usr[/local]/share/man". The location "/usr/local/man" is
# explicitly marked deprecated.
CFG_MAN_PATH="@MAN_PATH@/man1"
@@ -175,7 +175,7 @@
# Installation path for National Language Support (NLS) catalogs
# (must be an absolute path without trailing slash)
-# The FHS defines "/usr[/local]/share/nls" for NLS catalogs but the whole
+# The FHS 3.0 defines "/usr[/local]/share/nls" for NLS catalogs but the whole
# hierarchy below "share" is dedicated to files that are portable between
# architectures - what our NLS catalogs are not!
CFG_NLS_PATH="$CFG_PREFIX/lib/$CFG_NAME/nls"
Home |
Main Index |
Thread Index |
Old Index