Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2pP5DbSq; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xKxUwkAk Received: by mail.netbsd.org (Postfix, from userid 605) id 353E384E6D; Mon, 29 Apr 2024 08:57:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381031; bh=Nd8+0SC51SvkoKBzWEBbiGlVsXJarte2mC4TLy4N1Vg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2pP5DbSqjNI1T/CVT4keD2BMYFPTsVjrUm6Zsa5FpAXlTAtU46HRA2xwNza2csq+l tWW10UYwheoNmw3RID2Ft+nxXFCAsUvvvV6SYoYI5mCa/oPrMiyB01a4267/9qyDZj wId0AB6BZEQBF7KFRESK6K/yQWHZ0kkrQMIqWmbw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 258FC84D5E for ; Mon, 29 Apr 2024 08:57:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yd4aWoGtS4pq for ; Mon, 29 Apr 2024 08:57:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89DB184D0E for ; Mon, 29 Apr 2024 08:57:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381029; bh=Nd8+0SC51SvkoKBzWEBbiGlVsXJarte2mC4TLy4N1Vg=; h=Date:From:Subject:To:Reply-To; b=xKxUwkAk0sOwasOR39vOzZauMC995Kgf9ON7HRKitqA2Q+8izrZPXH+uK4Gx3UT61 8JdWDugWGXiLAK8iw7KceaUc6qiiKa591GVIq1DWsYigr93FQXodes1jc7MVKEp9vM Ku+bBVFtck0CpuYzZQ6G0cpHp2yQCzt1ga09AYpk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8684FFA2C; Mon, 29 Apr 2024 08:57:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714381029239520" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 08:57:09 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/news/flnews To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20240429085709.8684FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714381029239520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1714381029239520 Content-Disposition: inline Content-Length: 1877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1714381029239520--