Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 20:03:42 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401891 - head/security/py-keyczar
Message-ID:  <201511182003.tAIK3gLY044867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511182003.tAIK3gLY044867>