pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

flnews-devel: Update to 1.0pre6



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 14 12:23:57 2020 +0100
Changeset:	6de69a6cf56a869d25f564146b2d0ea0fd9af2f6

Modified Files:
	flnews-devel/Makefile
	flnews-devel/distinfo

Log Message:
flnews-devel: Update to 1.0pre6

Important notes:
- The new configuration data format is not compatible with versions 0.x
  (indicated by the major number bump). A script is provided to
  automatically convert the configuration data to the new format.
  Because the location of the configuration has changed (see new XDG
  module below), the configuration for versions 0.x is preserved.
- It is still possible to downgrade from versions 1.x to 0.x, the
  preserved old configuration data is used again in this case.

Bug fixes:
- GUI: Use FLTK default forground color for group subscription window
  too. This should make the content readable with dark background.

New features and improvements:
- XDG: Moved default configuration directory to location defined by XDG
  Base Directory Specification 0.7 ("$XDG_CONFIG_HOME/$CFG_NAME").
  Other modules now ask the XDG module for the configuration path.
- MAIN: The new command line option "-confprefix" can be used to
  override the configuration directory (proposed by Helmut Waitzmann).
- MAIN: New command line option "-debug" to enable debug mode early.
- FUTIL: Function added to create (multiple) missing directories of a
  path.
- FILTER: New scorefile syntax to eliminate the workaround with type
  "extended". All score rules have a wildmat in the first field now.
- FILTER: Simplified default regex for test group detection to
  "\.test$|^test$", removing the ".*" part at the beginning (proposed by
  Urs Jan�.en).
- TLS: Deprecated functions from OpenSSL 3.0 API replaced.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6de69a6cf56a869d25f564146b2d0ea0fd9af2f6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 flnews-devel/Makefile | 2 +-
 flnews-devel/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/flnews-devel/Makefile b/flnews-devel/Makefile
index 0702ce7169..582836c80a 100644
--- a/flnews-devel/Makefile
+++ b/flnews-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-FLNEWS_VERSION=	0.18
+FLNEWS_VERSION=	1.0pre6
 
 DISTNAME=	flnews-${FLNEWS_VERSION}
 CATEGORIES=	news
diff --git a/flnews-devel/distinfo b/flnews-devel/distinfo
index 67805bd7c5..05a9472217 100644
--- a/flnews-devel/distinfo
+++ b/flnews-devel/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (flnews-0.18.tar.bz2) = c045d6674c0abf982bd6fc3fa2fbac4aad160fb3
-RMD160 (flnews-0.18.tar.bz2) = 97a082cc065e9beaa833f13025dc1c9e72ca2dd7
-SHA512 (flnews-0.18.tar.bz2) = f0b03834587d8566db831aa6653eec18845a6902225309a44e0e1fcc97898bc21b3903d10c3ea585f514e9498c54c09c08aa29d21d5bb0ec5b99b90f5a060a39
-Size (flnews-0.18.tar.bz2) = 1100419 bytes
+SHA1 (flnews-1.0pre6.tar.bz2) = f54bb48403728d8dd52f7bbfe53f5aaeff8171fe
+RMD160 (flnews-1.0pre6.tar.bz2) = 209a4e12a2dd70b172f975f476d8e696f894dc0a
+SHA512 (flnews-1.0pre6.tar.bz2) = 2be0f6ce67d92e5058c814f06b89397d55d06fc72be3a600ce45f5edc61d35272a10bc990f05d7b1ef822732c91bf0614852b1c50b26de0e1ebe45d227e4563a
+Size (flnews-1.0pre6.tar.bz2) = 1160853 bytes


Home | Main Index | Thread Index | Old Index