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 54F9D7A110 for ; Tue, 4 Oct 2016 22:03:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0A41185ECD; Tue, 4 Oct 2016 22:03:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8ED8D85E77 for ; Tue, 4 Oct 2016 22:03:55 +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 sUW4nN6SC-LM for ; Tue, 4 Oct 2016 22:03:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1672184CE9 for ; Tue, 4 Oct 2016 22:03:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 147FEFBD2; Tue, 4 Oct 2016 22:03:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475618635234290" MIME-Version: 1.0 Date: Tue, 4 Oct 2016 22:03:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161004220355.147FEFBD2@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. --_----------=_1475618635234290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 4 22:03:55 UTC 2016 Modified Files: pkgsrc/x11/libXv: Makefile distinfo Log Message: Updated libXv to 1.0.11. Alan Coopersmith (1): Fix typo in dependencies for lint library Matthieu Herrb (1): libXv 1.0.11 Tobias Stoeckmann (1): Protocol handling issues in libXv - CVE-2016-5407 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXv/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libXv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475618635234290 Content-Disposition: inline Content-Length: 1559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXv/Makefile diff -u pkgsrc/x11/libXv/Makefile:1.15 pkgsrc/x11/libXv/Makefile:1.16 --- pkgsrc/x11/libXv/Makefile:1.15 Fri Feb 26 11:27:15 2016 +++ pkgsrc/x11/libXv/Makefile Tue Oct 4 22:03:54 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/02/26 11:27:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2016/10/04 22:03:54 wiz Exp $ -DISTNAME= libXv-1.0.10 +DISTNAME= libXv-1.0.11 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXv/distinfo diff -u pkgsrc/x11/libXv/distinfo:1.9 pkgsrc/x11/libXv/distinfo:1.10 --- pkgsrc/x11/libXv/distinfo:1.9 Wed Nov 4 03:28:46 2015 +++ pkgsrc/x11/libXv/distinfo Tue Oct 4 22:03:54 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 03:28:46 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/10/04 22:03:54 wiz Exp $ -SHA1 (libXv-1.0.10.tar.bz2) = 1e93df036bb2bb01e85b7c8886760affb33b8e88 -RMD160 (libXv-1.0.10.tar.bz2) = c8d301d8a935f86dc565cf015659815597b9960c -SHA512 (libXv-1.0.10.tar.bz2) = 3c9642006dbc7a74f91263aa3a94711a95ee436b03d97ef51fce2bc2f602c25589606e1fcb58287ea0efebb3b9dbe7ef5fcb94e11ad3ec6be7830947a4cefe03 -Size (libXv-1.0.10.tar.bz2) = 300633 bytes +SHA1 (libXv-1.0.11.tar.bz2) = d79f9c56faedd682f420fa68bb9d7ff755b84579 +RMD160 (libXv-1.0.11.tar.bz2) = 631097e33dff4a2de2bd42594e0b8020a9156ddc +SHA512 (libXv-1.0.11.tar.bz2) = 97cb3ab06cedc87799d06e1affd5cee32ed0e551903fa5c915f79e7ed92eded867e3220b4a663822f7ebd86fdc71b09943b7077d98f1200019992e8d24144e58 +Size (libXv-1.0.11.tar.bz2) = 317921 bytes --_----------=_1475618635234290--