From owner-svn-ports-head@freebsd.org Thu Nov 19 08:39:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B19A33BD8; Thu, 19 Nov 2015 08:39:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 497A419D3; Thu, 19 Nov 2015 08:39:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id F21E41F24; Thu, 19 Nov 2015 08:39:47 +0000 (UTC) (envelope-from rm@FreeBSD.org) Subject: Re: svn commit: r401891 - head/security/py-keyczar To: koobs@FreeBSD.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201511182003.tAIK3gLY044867@repo.freebsd.org> <564D7495.1060309@FreeBSD.org> From: Ruslan Makhmatkhanov Message-ID: <564D8A07.2070703@FreeBSD.org> Date: Thu, 19 Nov 2015 11:36:23 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <564D7495.1060309@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 08:39:49 -0000 Kubilay Kocak wrote on 11/19/2015 10:04: > On 19/11/2015 7:03 AM, Ruslan Makhmatkhanov wrote: >> Author: rm >> Date: Wed Nov 18 20:03:41 2015 >> New Revision: 401891 >> URL: https://svnweb.freebsd.org/changeset/ports/401891 >> >> Log: >> security/py-keyczar: update to 0.715 >> >> Overview of Changes: >> * Change version numbering to match PEP-0440 >> * Unpadding happens after MAC validation to prevent padding oracle attacks >> * Added Encoding options to all crypto operations to select whether or not >> not encoding should be used. >> * Python version setup improved for PyPi. >> * AttachedSign with empty nonce now correctly functions. >> >> While here limit python version to 2.x, because it doesn't build with 3.x >> >> PR: 204576 >> Submitted by: douglas@douglasthrift.net (maintainer) >> >> Modified: >> head/security/py-keyczar/Makefile >> head/security/py-keyczar/distinfo >> >> Modified: head/security/py-keyczar/Makefile >> ============================================================================== >> --- head/security/py-keyczar/Makefile Wed Nov 18 20:01:36 2015 (r401890) >> +++ head/security/py-keyczar/Makefile Wed Nov 18 20:03:41 2015 (r401891) >> @@ -2,9 +2,9 @@ >> # $FreeBSD$ >> >> PORTNAME= keyczar >> -PORTVERSION= 0.71c >> +PORTVERSION= 0.715 >> CATEGORIES= security python >> -MASTER_SITES= GOOGLE_CODE >> +MASTER_SITES= CHEESESHOP >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> DISTNAME= python-${PORTNAME}-${PORTVERSION} > > Thanks Ruslan, seems this also needs a rename. Want to create a list of > these on the Python Wiki page? I have a local list here I can add to it. Please do. I have free time sporadically, so can't promise anything. > >> @@ -15,7 +15,8 @@ LICENSE= APACHE20 >> >> RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto >> >> -USES= python >> -USE_PYTHON= distutils autoplist >> +NO_ARCH= yes >> +USES= python:2 >> +USE_PYTHON= autoplist distutils >> >> .include >> >> Modified: head/security/py-keyczar/distinfo >> ============================================================================== >> --- head/security/py-keyczar/distinfo Wed Nov 18 20:01:36 2015 (r401890) >> +++ head/security/py-keyczar/distinfo Wed Nov 18 20:03:41 2015 (r401891) >> @@ -1,2 +1,2 @@ >> -SHA256 (python-keyczar-0.71c.tar.gz) = 34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035 >> -SIZE (python-keyczar-0.71c.tar.gz) = 236344 >> +SHA256 (python-keyczar-0.715.tar.gz) = f43f9f15b0b719de94cab2754dcf78ef63b40ee2a12cea296e7af788b28501bb >> +SIZE (python-keyczar-0.715.tar.gz) = 242151 >> > > > > -- Regards, Ruslan T.O.S. Of Reality