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 Apr 29 08:57:09 UTC 2024

Modified Files:
        pkgsrc/news/flnews: Makefile distinfo

Log Message:
news/flnews: Update to 1.2.1

This is a bugfix release.

- Potential crash fixed if an article is selected while article
  tree/list widget update is still in progress (race condition).
- FLTK 1.3 may crash if Fl_Text_Display widget contains very long lines.
  With FLTK 1.3 articles containing lines beyond 1000 octets are no
  longer displayed. It's still possible to store the raw data to a file.
  With FLTK 1.4 the behaviour is unchanged.
- Inconsistent permissions of created files fixed.
- Conversion from multiple seldom used 8-bit codepages to Unicode fixed.
- Unicode database updated to version 15.1.0.
- Connector lines in article tree are now solid for better visibility.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/news/flnews/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/news/flnews/distinfo

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.19 pkgsrc/news/flnews/Makefile:1.20
--- pkgsrc/news/flnews/Makefile:1.19    Sun Nov 12 13:23:15 2023
+++ pkgsrc/news/flnews/Makefile Mon Apr 29 08:57:09 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2023/11/12 13:23:15 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2024/04/29 08:57:09 micha Exp $
 
-FLNEWS_VERSION=        1.2.0
+FLNEWS_VERSION=        1.2.1
 
 DISTNAME=      flnews-${FLNEWS_VERSION}
-PKGREVISION=   2
 CATEGORIES=    news
 MASTER_SITES=  http://micha.freeshell.org/flnews/src/
 MASTER_SITES+= http://www.ybtra.de/flnews-mirror/src/
@@ -20,7 +19,7 @@ USE_LANGUAGES=        c c++
 TEST_TARGET=   test
 
 # https://reproducible-builds.org/specs/source-date-epoch/
-CONFIGURE_ENV+=        SOURCE_DATE_EPOCHE=1686232922
+CONFIGURE_ENV+=        SOURCE_DATE_EPOCHE=1714225440
 
 # Bug report contact address used for GUI
 FLNEWS_MAINTAINER=     ${MAINTAINER}

Index: pkgsrc/news/flnews/distinfo
diff -u pkgsrc/news/flnews/distinfo:1.10 pkgsrc/news/flnews/distinfo:1.11
--- pkgsrc/news/flnews/distinfo:1.10    Fri Jun  9 10:06:43 2023
+++ pkgsrc/news/flnews/distinfo Mon Apr 29 08:57:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/06/09 10:06:43 micha Exp $
+$NetBSD: distinfo,v 1.11 2024/04/29 08:57:09 micha Exp $
 
-BLAKE2s (flnews-1.2.0.tar.bz2) = d29a766f8401041c7347f184b443894a2b8d22853c03d8bc6ac2a31ea8db911a
-SHA512 (flnews-1.2.0.tar.bz2) = 36f17ff3e393082cc88bf8dd402ae1e008b0e2da6b92b82d56fdefbba151a303f9c211f0ce56f88cee09fb6fd3edd7b6abeb7953c12062f1e419faf85ece25a8
-Size (flnews-1.2.0.tar.bz2) = 1216868 bytes
+BLAKE2s (flnews-1.2.1.tar.bz2) = 9726e7e2850afffa083e2ede7e302ca6c8c717cd923236d926f741d9ad21938e
+SHA512 (flnews-1.2.1.tar.bz2) = 8b793a7b0e31d8989afb91de9c9e50593998513db48a6e67a1edb28ef1a49798930a1d0f6c33facb2f26f04fa445fe1751e870ec22e639e232eb60b346798fc0
+Size (flnews-1.2.1.tar.bz2) = 1266401 bytes



Home | Main Index | Thread Index | Old Index