Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 15:52:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424265 - in head/security/py-pycryptodome: . files
Message-ID:  <201610191552.u9JFqQaa022271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 19 15:52:26 2016
New Revision: 424265
URL: https://svnweb.freebsd.org/changeset/ports/424265

Log:
  - Update to 3.4.3
  
  PR:		213601
  Submitted by:	yuri@rawbw.com (maintainer)

Added:
  head/security/py-pycryptodome/files/
  head/security/py-pycryptodome/files/patch-src_pycrypto__common.h   (contents, props changed)
Modified:
  head/security/py-pycryptodome/Makefile
  head/security/py-pycryptodome/distinfo

Modified: head/security/py-pycryptodome/Makefile
==============================================================================
--- head/security/py-pycryptodome/Makefile	Wed Oct 19 15:47:32 2016	(r424264)
+++ head/security/py-pycryptodome/Makefile	Wed Oct 19 15:52:26 2016	(r424265)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pycryptodome
-PORTVERSION=	3.4
+PORTVERSION=	3.4.3
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-pycryptodome/distinfo
==============================================================================
--- head/security/py-pycryptodome/distinfo	Wed Oct 19 15:47:32 2016	(r424264)
+++ head/security/py-pycryptodome/distinfo	Wed Oct 19 15:52:26 2016	(r424265)
@@ -1,2 +1,3 @@
-SHA256 (pycryptodome-3.4.tar.gz) = 26bcf9d3a792d0bacbad29d9ca465f48553d53e034b6902120d414a884cf8459
-SIZE (pycryptodome-3.4.tar.gz) = 6491615
+TIMESTAMP = 1476858640
+SHA256 (pycryptodome-3.4.3.tar.gz) = 4b1697b5787afe8e7fd81b96ff4501376f52cb80fc9dd684f6989ea3b69853f4
+SIZE (pycryptodome-3.4.3.tar.gz) = 6494152

Added: head/security/py-pycryptodome/files/patch-src_pycrypto__common.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pycryptodome/files/patch-src_pycrypto__common.h	Wed Oct 19 15:52:26 2016	(r424265)
@@ -0,0 +1,11 @@
+--- src/pycrypto_common.h.orig	2016-10-19 06:31:57 UTC
++++ src/pycrypto_common.h
+@@ -45,7 +45,7 @@ typedef unsigned __int64 uint64_t;
+ 
+ #else
+ #include <stdint.h>
+-#include <alloca.h>
++//#include <alloca.h>
+ #endif
+ 
+ #include <stdlib.h>



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