Received: by mail.netbsd.org (Postfix, from userid 605) id A095284DBB; Wed, 11 Oct 2017 16:47:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3502284DBA for ; Wed, 11 Oct 2017 16:47:46 +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 Q3H-jsncA0qe for ; Wed, 11 Oct 2017 16:47:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE94684D5D for ; Wed, 11 Oct 2017 16:47:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47E00FBC7; Wed, 11 Oct 2017 16:47:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150774046284660" MIME-Version: 1.0 Date: Wed, 11 Oct 2017 16:47:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXfont2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171011164742.47E00FBC7@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. --_----------=_150774046284660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 11 16:47:42 UTC 2017 Modified Files: pkgsrc/x11/libXfont2: Makefile distinfo Log Message: libXfont2: update to 2.0.2. A collection of minor fixes since 2.0.1, including CVEs 2017-13720 and 2017-13722. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libXfont2/Makefile \ pkgsrc/x11/libXfont2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150774046284660 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXfont2/Makefile diff -u pkgsrc/x11/libXfont2/Makefile:1.2 pkgsrc/x11/libXfont2/Makefile:1.3 --- pkgsrc/x11/libXfont2/Makefile:1.2 Fri Dec 11 15:59:00 2015 +++ pkgsrc/x11/libXfont2/Makefile Wed Oct 11 16:47:42 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/12/11 15:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/10/11 16:47:42 wiz Exp $ -DISTNAME= libXfont2-2.0.1 +DISTNAME= libXfont2-2.0.2 CATEGORIES= x11 devel fonts MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXfont2/distinfo diff -u pkgsrc/x11/libXfont2/distinfo:1.2 pkgsrc/x11/libXfont2/distinfo:1.3 --- pkgsrc/x11/libXfont2/distinfo:1.2 Fri Dec 11 15:59:00 2015 +++ pkgsrc/x11/libXfont2/distinfo Wed Oct 11 16:47:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/12/11 15:59:00 wiz Exp $ +$NetBSD: distinfo,v 1.3 2017/10/11 16:47:42 wiz Exp $ -SHA1 (libXfont2-2.0.1.tar.bz2) = 4cf056ab00bf631649e040051cf8e2b096cc245b -RMD160 (libXfont2-2.0.1.tar.bz2) = 3522b8ec43b6d45f096c815365895fc977046bbc -SHA512 (libXfont2-2.0.1.tar.bz2) = 5e4dcb587b4d25dd41124bb50d71c30b5e29663ce675b0830def82fb6e00b64ba34e1b1ed7fad947fd0da95007aa55d14f587383e4cff08c3e0a0241c8879d16 -Size (libXfont2-2.0.1.tar.bz2) = 472822 bytes +SHA1 (libXfont2-2.0.2.tar.bz2) = d5117914a026b3fd47123cb1c2a22daaae3b63e4 +RMD160 (libXfont2-2.0.2.tar.bz2) = a9607edd6afc83aa499afabff2661b4728262545 +SHA512 (libXfont2-2.0.2.tar.bz2) = d62b0c3d663a2c668796cca8c6c2a90f83feeae1253b7d946668d33502cd8099c963285b88db4f745efb0d4ff783c118eb3d84cb8e6e1724586e1ef2be23e593 +Size (libXfont2-2.0.2.tar.bz2) = 476173 bytes --_----------=_150774046284660--