Received: by mail.netbsd.org (Postfix, from userid 605) id 1E50F84ECA; Mon, 20 Jun 2022 22:29:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5778B84EC8 for ; Mon, 20 Jun 2022 22:29: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 IqYjN9L3WF_1 for ; Mon, 20 Jun 2022 22:29:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BCF1784E56 for ; Mon, 20 Jun 2022 22:29:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC737FB1A; Mon, 20 Jun 2022 22:31:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655764298102740" MIME-Version: 1.0 Date: Mon, 20 Jun 2022 22:31:38 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-exo To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220620223138.AC737FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655764298102740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Jun 20 22:31:38 UTC 2022 Modified Files: pkgsrc/x11/xfce4-exo: Makefile distinfo Log Message: xfce4-exo: update to 4.16.4 The upstream change log doesn't note this, but this is a security fix for CVE-2022-32278. Change log: 4.16.4 ====== - exo-open : Only execute local .desktop files To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/xfce4-exo/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-exo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1655764298102740 Content-Disposition: inline Content-Length: 1545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-exo/Makefile diff -u pkgsrc/x11/xfce4-exo/Makefile:1.74 pkgsrc/x11/xfce4-exo/Makefile:1.75 --- pkgsrc/x11/xfce4-exo/Makefile:1.74 Wed Dec 29 23:18:41 2021 +++ pkgsrc/x11/xfce4-exo/Makefile Mon Jun 20 22:31:38 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.74 2021/12/29 23:18:41 gutteridge Exp $ +# $NetBSD: Makefile,v 1.75 2022/06/20 22:31:38 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 4.16.3 +VERSION= 4.16.4 DISTNAME= exo-${VERSION} PKGNAME= xfce4-exo-${VERSION} CATEGORIES= x11 Index: pkgsrc/x11/xfce4-exo/distinfo diff -u pkgsrc/x11/xfce4-exo/distinfo:1.28 pkgsrc/x11/xfce4-exo/distinfo:1.29 --- pkgsrc/x11/xfce4-exo/distinfo:1.28 Wed Dec 29 23:18:41 2021 +++ pkgsrc/x11/xfce4-exo/distinfo Mon Jun 20 22:31:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2021/12/29 23:18:41 gutteridge Exp $ +$NetBSD: distinfo,v 1.29 2022/06/20 22:31:38 gutteridge Exp $ -BLAKE2s (exo-4.16.3.tar.bz2) = 376814e1bfba7738d50f90fe3eb744dcf78aa757278a67150d39e5e7105b366a -SHA512 (exo-4.16.3.tar.bz2) = 0dc4d2da6dd80a4c1b05a5316bb6e7ad02858d3fb49b666d6065bd7b11d7b8aed2732135eee8393185a0c321a242807d97b51f794186ce7a769ec2c9106ba8fd -Size (exo-4.16.3.tar.bz2) = 885516 bytes +BLAKE2s (exo-4.16.4.tar.bz2) = d42f32c7fe0c81675f5f77310fb97bbd013a536be20e45ba55383e86a18a7e5b +SHA512 (exo-4.16.4.tar.bz2) = 2cf2267a0bd8526dc870cbe48a0d95573c153a990caffabb13365c6e90c155b6d3383ad1282715cb22ce413e704d170bf7fec1af09ad1b0609507a46c4d1233d +Size (exo-4.16.4.tar.bz2) = 876080 bytes --_----------=_1655764298102740--