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 E91977A140 for ; Tue, 30 Aug 2016 14:37:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9A76485EA9; Tue, 30 Aug 2016 14:37:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2993C85E8A for ; Tue, 30 Aug 2016 14:37:44 +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 F1Rg22L_Gm-c for ; Tue, 30 Aug 2016 14:37:43 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FC9D85E88 for ; Tue, 30 Aug 2016 14:37:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9982BFBC3; Tue, 30 Aug 2016 14:37:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472567863119940" MIME-Version: 1.0 Date: Tue, 30 Aug 2016 14:37:43 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/graphics/eog3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20160830143743.9982BFBC3@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. --_----------=_1472567863119940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: prlw1 Date: Tue Aug 30 14:37:43 UTC 2016 Modified Files: pkgsrc/graphics/eog3: Makefile PLIST distinfo Log Message: Update eog3 to 3.20.4 Version 3.20.4 -------------- Bug fixes: #770143, CVE-2016-6855 out-of-bounds write in eog 3.10.2 #770197, eog leaks error message if loading an SVG fails New and updated translations: - gogo [hr] - Muhammet Kara [tr] New and updated manual translations - Sebastian Rasmussen [sv] Version 3.20.3 -------------- Bug fixes: #767003, Eye Of Gnome should refresh automatically the image when it is edited New and updated translations: - Frédéric Péters [fr] - Sveinn í Felli [is] - Kjartan Maraas [nb] - Cédric Valmary (totenoc.eu) [oc] - Daniel Șerbănescu [ro] - Theppitak Karoonboonyanan [th] To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/eog3/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/eog3/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/eog3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472567863119940 Content-Disposition: inline Content-Length: 2397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/eog3/Makefile diff -u pkgsrc/graphics/eog3/Makefile:1.27 pkgsrc/graphics/eog3/Makefile:1.28 --- pkgsrc/graphics/eog3/Makefile:1.27 Wed Aug 3 10:22:50 2016 +++ pkgsrc/graphics/eog3/Makefile Tue Aug 30 14:37:43 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2016/08/03 10:22:50 adam Exp $ +# $NetBSD: Makefile,v 1.28 2016/08/30 14:37:43 prlw1 Exp $ -DISTNAME= eog-3.20.2 -PKGREVISION= 1 +DISTNAME= eog-3.20.4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/graphics/eog3/PLIST diff -u pkgsrc/graphics/eog3/PLIST:1.6 pkgsrc/graphics/eog3/PLIST:1.7 --- pkgsrc/graphics/eog3/PLIST:1.6 Tue Apr 12 23:58:48 2016 +++ pkgsrc/graphics/eog3/PLIST Tue Aug 30 14:37:43 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2016/04/12 23:58:48 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.7 2016/08/30 14:37:43 prlw1 Exp $ bin/eog include/eog-3.0/eog/eog-application-activatable.h include/eog-3.0/eog/eog-application.h @@ -89,7 +89,6 @@ share/gtk-doc/html/eog/eog-zoom.html share/gtk-doc/html/eog/eog.devhelp2 share/gtk-doc/html/eog/home.png share/gtk-doc/html/eog/index.html -share/gtk-doc/html/eog/index.sgml share/gtk-doc/html/eog/left-insensitive.png share/gtk-doc/html/eog/left.png share/gtk-doc/html/eog/pt01.html Index: pkgsrc/graphics/eog3/distinfo diff -u pkgsrc/graphics/eog3/distinfo:1.9 pkgsrc/graphics/eog3/distinfo:1.10 --- pkgsrc/graphics/eog3/distinfo:1.9 Sun Jun 19 15:25:07 2016 +++ pkgsrc/graphics/eog3/distinfo Tue Aug 30 14:37:43 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/06/19 15:25:07 prlw1 Exp $ +$NetBSD: distinfo,v 1.10 2016/08/30 14:37:43 prlw1 Exp $ -SHA1 (eog-3.20.2.tar.xz) = 3d564b0d0ccda685cfafd87ed02db6fd035471e0 -RMD160 (eog-3.20.2.tar.xz) = c69f0637ffc8cbc2f37d0686b2819d6ef1e45f4b -SHA512 (eog-3.20.2.tar.xz) = 51f6963dde949fa382e309b6d4b3462b37b6cb6ea6df05d526c8dcab8a4340349ce1592c62a4ecf730ace837f8303422b8e269a571d6dd5841fc4317d4670607 -Size (eog-3.20.2.tar.xz) = 4613004 bytes +SHA1 (eog-3.20.4.tar.xz) = 8c5e65aa3da2758ecec6430e30b397cc8c8975c6 +RMD160 (eog-3.20.4.tar.xz) = 11ca0ecbb2a23ca3e2f820eb71035355840a872c +SHA512 (eog-3.20.4.tar.xz) = 4d52d425990bffdb42df0fa362c41ebd160200222577e57e58c5f704ecba88f39f6c3a55739ad3798123825503002125b2bc66c9b3dd5c20e4ccb2f91694e69a +Size (eog-3.20.4.tar.xz) = 4620412 bytes --_----------=_1472567863119940--