Received: by mail.netbsd.org (Postfix, from userid 605) id 2DD34856CB; Wed, 15 Nov 2017 11:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA6A584DD8 for ; Wed, 15 Nov 2017 11:58:10 +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 aVj7F3mG3SZM for ; Wed, 15 Nov 2017 11:58:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3295684D22 for ; Wed, 15 Nov 2017 11:58:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 111A7FB3E; Wed, 15 Nov 2017 11:58:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510747084215490" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 11:58:04 +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: <20171115115804.111A7FB3E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510747084215490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: szptvlfn Date: Wed Nov 15 11:58:03 UTC 2017 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: Update to 2.22.2 https://git.finalrewind.org/feh/plain/ChangeLog Tue, 07 Nov 2017 17:36:26 +0100 Daniel Friesel * Release v2.22.2 * Fix HTTPS certificate errors on some systems (broken in 2.22) Tue, 07 Nov 2017 07:51:48 +0100 Daniel Friesel * Release v2.22.1 * Allow ~/.fehbg to be sourced (instead of executed) from other shell scripts again (broken in 2.22) Sat, 04 Nov 2017 14:55:38 +0100 Daniel Friesel * Release v2.22 * Add support for CURL_CA_BUNDLE environment variable when loading images via HTTPS * Fix ~/.fehbg not being updated when setting a wallpaper via menu (broken in 2.21) To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510747084215490 Content-Disposition: inline Content-Length: 1719 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.87 pkgsrc/graphics/feh/Makefile:1.88 --- pkgsrc/graphics/feh/Makefile:1.87 Thu Oct 19 22:30:32 2017 +++ pkgsrc/graphics/feh/Makefile Wed Nov 15 11:58:03 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2017/10/19 22:30:32 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.88 2017/11/15 11:58:03 szptvlfn Exp $ -DISTNAME= feh-2.21 +DISTNAME= feh-2.22.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.47 pkgsrc/graphics/feh/distinfo:1.48 --- pkgsrc/graphics/feh/distinfo:1.47 Thu Oct 19 22:30:32 2017 +++ pkgsrc/graphics/feh/distinfo Wed Nov 15 11:58:03 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2017/10/19 22:30:32 szptvlfn Exp $ +$NetBSD: distinfo,v 1.48 2017/11/15 11:58:03 szptvlfn Exp $ -SHA1 (feh-2.21.tar.bz2) = 1c33e342760f8e3ccad9e770075fef1d7c6fed4b -RMD160 (feh-2.21.tar.bz2) = 5e45db243ad89c1f29f03803d2c9a214c09f1fe9 -SHA512 (feh-2.21.tar.bz2) = f869d6588976973fca55714829478293bbd89fe03c7575c48847d23caec09353dc54eddf6fa41dc7f560c92eaee49ee23008258d72f4d55a49a5166625560a43 -Size (feh-2.21.tar.bz2) = 2129718 bytes +SHA1 (feh-2.22.2.tar.bz2) = 2aa565288f96d5227b2f93a19f79ee36b356cb77 +RMD160 (feh-2.22.2.tar.bz2) = 68e1d12c6006d8c4f8197a6b5832a0ed561f16ed +SHA512 (feh-2.22.2.tar.bz2) = 85c5f779fecb2be7457fed0675f25860ed4f41db9ecd1fdb8d4b1e553a7a337d5af243aafbd3fae4ac42fc943d207a264756d92cd15c62e95cec1f28fde46219 +Size (feh-2.22.2.tar.bz2) = 2129840 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1510747084215490--