pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/flnews
Module Name: pkgsrc
Committed By: micha
Date: Mon Jan 10 11:55:09 UTC 2022
Modified Files:
pkgsrc/news/flnews: Makefile distinfo
pkgsrc/news/flnews/files: CONFIG
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/news/flnews/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/news/flnews/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/news/flnews/files/CONFIG
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/news/flnews/Makefile
diff -u pkgsrc/news/flnews/Makefile:1.12 pkgsrc/news/flnews/Makefile:1.13
--- pkgsrc/news/flnews/Makefile:1.12 Mon May 17 11:01:34 2021
+++ pkgsrc/news/flnews/Makefile Mon Jan 10 11:55:09 2022
@@ -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
Index: pkgsrc/news/flnews/distinfo
diff -u pkgsrc/news/flnews/distinfo:1.7 pkgsrc/news/flnews/distinfo:1.8
--- pkgsrc/news/flnews/distinfo:1.7 Tue Oct 26 11:09:34 2021
+++ pkgsrc/news/flnews/distinfo Mon Jan 10 11:55:09 2022
@@ -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
Index: pkgsrc/news/flnews/files/CONFIG
diff -u pkgsrc/news/flnews/files/CONFIG:1.5 pkgsrc/news/flnews/files/CONFIG:1.6
--- pkgsrc/news/flnews/files/CONFIG:1.5 Mon May 17 11:01:34 2021
+++ pkgsrc/news/flnews/files/CONFIG Mon Jan 10 11:55:09 2022
@@ -165,7 +165,7 @@ CFG_MAINTAINER="mailto:@MAINT@"
# 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 @@ CFG_LICENSE_PATH="$CFG_PREFIX/share/$CFG
# 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