Date: Thu, 19 Nov 2015 11:36:23 +0300 From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: koobs@FreeBSD.org, Ruslan Makhmatkhanov <rm@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401891 - head/security/py-keyczar Message-ID: <564D8A07.2070703@FreeBSD.org> In-Reply-To: <564D7495.1060309@FreeBSD.org> References: <201511182003.tAIK3gLY044867@repo.freebsd.org> <564D7495.1060309@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> >> >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?564D8A07.2070703>