Received: by mail.netbsd.org (Postfix, from userid 605) id 33D8984E73; Sun, 15 Jan 2023 15:58:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63C4384E75 for ; Sun, 15 Jan 2023 15:58:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aWamAxdU4pWe for ; Sun, 15 Jan 2023 15:58:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D49D584CF7 for ; Sun, 15 Jan 2023 15:58:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1EE5FA90; Sun, 15 Jan 2023 15:58:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673798295279580" MIME-Version: 1.0 Date: Sun, 15 Jan 2023 15:58:15 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20230115155815.D1EE5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673798295279580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Sun Jan 15 15:58:15 UTC 2023 Modified Files: pkgsrc/news/pan: Makefile distinfo Log Message: news/pan: update to 0.154 codename "Izium" This release fixes a regression from v0.153 where pan can segfault when reading groups. See issue #156 for details. Some other cleanup related to gtk2 were done. Many thanks to Thomas Tanner for the work done on this release. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 pkgsrc/news/pan/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/news/pan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673798295279580 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/pan/Makefile diff -u pkgsrc/news/pan/Makefile:1.128 pkgsrc/news/pan/Makefile:1.129 --- pkgsrc/news/pan/Makefile:1.128 Tue Jan 3 17:38:04 2023 +++ pkgsrc/news/pan/Makefile Sun Jan 15 15:58:15 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2023/01/03 17:38:04 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2023/01/15 15:58:15 rhialto Exp $ -PKGNAME= pan-0.153 -PKGREVISION= 1 +PKGNAME= pan-0.154 CATEGORIES= news TAG= ${PKGNAME_NOREV:S/pan-/v/} # e.g. v0.151 MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${TAG}/ Index: pkgsrc/news/pan/distinfo diff -u pkgsrc/news/pan/distinfo:1.45 pkgsrc/news/pan/distinfo:1.46 --- pkgsrc/news/pan/distinfo:1.45 Thu Nov 17 21:08:03 2022 +++ pkgsrc/news/pan/distinfo Sun Jan 15 15:58:15 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.45 2022/11/17 21:08:03 rhialto Exp $ +$NetBSD: distinfo,v 1.46 2023/01/15 15:58:15 rhialto Exp $ -BLAKE2s (pan-v0.153.tar.bz2) = 728795eed8a1d969cc173f972997ecab95ad0a18b3e88a28098127727521a96c -SHA512 (pan-v0.153.tar.bz2) = 9646a76a7342d2d00918aab108b4fa0a543c58f2ae328e8cc6d10e45c6a090a93f7414e88cff00d831ffc93e68cc83e35cbd027ee617cee0544de63e6607b270 -Size (pan-v0.153.tar.bz2) = 1788936 bytes +BLAKE2s (pan-v0.154.tar.bz2) = 690b5c015f1817d5d126d9c1e46dc9a22bf2f9df653bd5b786aff5b946e84249 +SHA512 (pan-v0.154.tar.bz2) = ab1b5ec9c7c6633b716aa4e645e579d5b831f8814d05c99e945ad8803d4666dcbc8ff8fb5a05a1bd21e86ccc839b7b756bf7a1c3c4d5d929a214c7197046376f +Size (pan-v0.154.tar.bz2) = 1787904 bytes SHA1 (patch-pan_general_text-match.cc) = d719a6d5a59714f228cfd208627d2d6a70da07ff SHA1 (patch-pan_general_text-match.h) = 77dae6ba00c3b58b4353f60d90756a409b5699e2 --_----------=_1673798295279580--