Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7AC6D7A3D6 for ; Sun, 3 Jul 2016 22:00:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1884E85EA2; Sun, 3 Jul 2016 22:00:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CAF085E75 for ; Sun, 3 Jul 2016 22:00:17 +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 Te09b9RaJqs1 for ; Sun, 3 Jul 2016 22:00:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 26CCF84CFC for ; Sun, 3 Jul 2016 22:00:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 483F8FBB5; Sun, 3 Jul 2016 22:00:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467583216206760" MIME-Version: 1.0 Date: Sun, 3 Jul 2016 22:00:16 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20160703220016.483F8FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467583216206760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: szptvlfn Date: Sun Jul 3 22:00:16 UTC 2016 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: Update to 2.16.1 ChangeLog: http://git.finalrewind.org/feh/plain/ChangeLog Fri, 24 Jun 2016 00:31:56 +0200 Daniel Friesel * Release v2.16.1 * Fix crash when trying to rotate a JPEG image without having jpegtran / jpegexiforient installed * Handle failing fork() calls gracefully To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467583216206760 Content-Disposition: inline Content-Length: 1718 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.74 pkgsrc/graphics/feh/Makefile:1.75 --- pkgsrc/graphics/feh/Makefile:1.74 Sun Jun 12 22:13:57 2016 +++ pkgsrc/graphics/feh/Makefile Sun Jul 3 22:00:16 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2016/06/12 22:13:57 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.75 2016/07/03 22:00:16 szptvlfn Exp $ -DISTNAME= feh-2.16 +DISTNAME= feh-2.16.1 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.38 pkgsrc/graphics/feh/distinfo:1.39 --- pkgsrc/graphics/feh/distinfo:1.38 Sun Jun 12 22:13:57 2016 +++ pkgsrc/graphics/feh/distinfo Sun Jul 3 22:00:16 2016 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2016/06/12 22:13:57 szptvlfn Exp $ +$NetBSD: distinfo,v 1.39 2016/07/03 22:00:16 szptvlfn Exp $ -SHA1 (feh-2.16.tar.bz2) = 9fa1f890d01be21e6a4c5957e6d3f32e0c7ea3b1 -RMD160 (feh-2.16.tar.bz2) = 74f3e84735822bf35355f66c095f604dd527577a -SHA512 (feh-2.16.tar.bz2) = f429b54d91d0c955c1105ee8e1f4e3030a4afd7e0b06311e33c76e662859d55028e6e2a6785ca6676efd12d927a6eb8fdc77d5885bdf721453d4ac112e278d70 -Size (feh-2.16.tar.bz2) = 2125570 bytes +SHA1 (feh-2.16.1.tar.bz2) = c8a3f44b3ebd0d62e4d38238c8cc2097d818a310 +RMD160 (feh-2.16.1.tar.bz2) = 94eaa31b5a84df2416c4bb8d8af8c6fcace6089a +SHA512 (feh-2.16.1.tar.bz2) = e3163af487d2bfb32e0faa8f6b10fc26a3590aed77014f04967cccc66d6a201dd8960b4ae7fd88aaeeda280ee7e6040be6321337fbe4f8f78119440d89d4b0fe +Size (feh-2.16.1.tar.bz2) = 2125781 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1467583216206760--