Received: by mail.netbsd.org (Postfix, from userid 605) id DE5A484DA5; Fri, 3 Sep 2021 11:23:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2436284D69 for ; Fri, 3 Sep 2021 11:23:45 +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 EYNkYSCkKc0a for ; Fri, 3 Sep 2021 11:23:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C58084D04 for ; Fri, 3 Sep 2021 11:23:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80F02FA97; Fri, 3 Sep 2021 11:23:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630668224119200" MIME-Version: 1.0 Date: Fri, 3 Sep 2021 11:23:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-Pillow To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210903112344.80F02FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630668224119200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Sep 3 11:23:44 UTC 2021 Modified Files: pkgsrc/graphics/py-Pillow: Makefile distinfo Log Message: py-Pillow: updated to 8.3.2 8.3.2: - CVE-2021-23437 Raise ValueError if color specifier is too long - Fix 6-byte OOB read in FliDecode - Add support for Python 3.10 - Ensure TIFF ``RowsPerStrip`` is multiple of 8 for JPEG compression - Updates for ``ImagePalette`` channel order - Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/py-Pillow/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/py-Pillow/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630668224119200 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-Pillow/Makefile diff -u pkgsrc/graphics/py-Pillow/Makefile:1.54 pkgsrc/graphics/py-Pillow/Makefile:1.55 --- pkgsrc/graphics/py-Pillow/Makefile:1.54 Wed Jul 7 09:50:04 2021 +++ pkgsrc/graphics/py-Pillow/Makefile Fri Sep 3 11:23:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2021/07/07 09:50:04 adam Exp $ +# $NetBSD: Makefile,v 1.55 2021/09/03 11:23:44 adam Exp $ -DISTNAME= Pillow-8.3.1 +DISTNAME= Pillow-8.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} Index: pkgsrc/graphics/py-Pillow/distinfo diff -u pkgsrc/graphics/py-Pillow/distinfo:1.45 pkgsrc/graphics/py-Pillow/distinfo:1.46 --- pkgsrc/graphics/py-Pillow/distinfo:1.45 Wed Jul 7 09:50:04 2021 +++ pkgsrc/graphics/py-Pillow/distinfo Fri Sep 3 11:23:44 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.45 2021/07/07 09:50:04 adam Exp $ +$NetBSD: distinfo,v 1.46 2021/09/03 11:23:44 adam Exp $ -SHA1 (Pillow-8.3.1.tar.gz) = 20135a1aed39602ad11bc81f87966492edc4b2f1 -RMD160 (Pillow-8.3.1.tar.gz) = fb47d90480e1c6eb21a001000e34c45af11f1c7a -SHA512 (Pillow-8.3.1.tar.gz) = 22f3a6459898d28c2f9600e6718d3c49babd034e551b0485b3116d209170bd6779d076e2cb6174e8436a595c5c69856eefba9e07d4918367ac0eafc669283a88 -Size (Pillow-8.3.1.tar.gz) = 48724443 bytes +SHA1 (Pillow-8.3.2.tar.gz) = f87d9d947c698f901668d10eacdde363d674f448 +RMD160 (Pillow-8.3.2.tar.gz) = cbf06c6dc59c8460999c20ead15597a9f6bc3d8b +SHA512 (Pillow-8.3.2.tar.gz) = f91a38e789bf53c0ebde84b73152c742b890754d959e95dbb0b5f291f16bd4266b746f31667fc2c6b31d5b53682d03044f38e6e3e422e5a09c7ffd2ae1f30e15 +Size (Pillow-8.3.2.tar.gz) = 48790556 bytes SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6 --_----------=_1630668224119200--