Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 921041A9239 for ; Sun, 17 Oct 2021 11:00:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A68F884ECD; Sun, 17 Oct 2021 11:00:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D248884ECB for ; Sun, 17 Oct 2021 11:00:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id geyW9fAonlU8 for ; Sun, 17 Oct 2021 11:00:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B38C84E9E for ; Sun, 17 Oct 2021 11:00:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44B4FFA97; Sun, 17 Oct 2021 11:00:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634468454293920" MIME-Version: 1.0 Date: Sun, 17 Oct 2021 11:00:54 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20211017110054.44B4FFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634468454293920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Oct 17 11:00:54 UTC 2021 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: update to 3.7.2 Sat, 25 Sep 2021 09:21:25 +0200 Daniel Friesel * Release v3.7.2 * Fix crash when running feh without stdin file descriptor To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634468454293920 Content-Disposition: inline Content-Length: 1658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/feh/Makefile diff -u pkgsrc/graphics/feh/Makefile:1.116 pkgsrc/graphics/feh/Makefile:1.117 --- pkgsrc/graphics/feh/Makefile:1.116 Wed Sep 29 19:00:44 2021 +++ pkgsrc/graphics/feh/Makefile Sun Oct 17 11:00:54 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2021/09/29 19:00:44 adam Exp $ +# $NetBSD: Makefile,v 1.117 2021/10/17 11:00:54 nia Exp $ -DISTNAME= feh-3.7.1 -PKGREVISION= 1 +DISTNAME= feh-3.7.2 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.62 pkgsrc/graphics/feh/distinfo:1.63 --- pkgsrc/graphics/feh/distinfo:1.62 Thu Oct 7 14:12:09 2021 +++ pkgsrc/graphics/feh/distinfo Sun Oct 17 11:00:54 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.62 2021/10/07 14:12:09 nia Exp $ +$NetBSD: distinfo,v 1.63 2021/10/17 11:00:54 nia Exp $ -RMD160 (feh-3.7.1.tar.bz2) = d467aaa95f6aded4d96494092537410bf820016c -SHA512 (feh-3.7.1.tar.bz2) = 7e6d4c4ccee5a0aadc0b535350da4d515ba7f75bbd5e95eb6a6e5e553a352f764bd91e39d3a59168d749bcf1528a7db75f40016885273c0bedd814eef0a0acd7 -Size (feh-3.7.1.tar.bz2) = 2119324 bytes +RMD160 (feh-3.7.2.tar.bz2) = 77dde9f23c66194153d40687f76dd542dd1f6348 +SHA512 (feh-3.7.2.tar.bz2) = e74c4a4ce655711dc3c777f83c9376d54aa82aa7e38e07837b8593ed19ba813217f99d5768c8f8d0b6c1a0f6475a5e36cf404f4bc024674214568715a931b9e3 +Size (feh-3.7.2.tar.bz2) = 2121677 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_getopt.c) = 1a91896a7bed8670fc44798308341633f818ebdc SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650 --_----------=_1634468454293920--