Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 22:59:24 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172850: [MAINTAINER] security/py-pysha3: update to 0.3
Message-ID:  <20121018115924.DBF4C3E9DB@freebsd-9-amd64.localdomain>
Resent-Message-ID: <201210181200.q9IC00ie061156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172850
>Category:       ports
>Synopsis:       [MAINTAINER] security/py-pysha3: update to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 18 12:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- Update to 0.3

Changes:

- Fix 64bit big endian support
- Add workaround for alignment error on 64bit SPARC machine by using the opt32
  implementation.
- block_size now returns NotImplemented to prevent users from using pysha3
  with the hmac module.
  
====[QA]====
portlint: looks fine.
porttest: OK
unittest: Ran 16 tests in 0.004s - OK
redports: https://redports.org/buildarchive/20121018094849-17390/

Note: All redports builds include regression-test run
============

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-pysha3-0.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/py-pysha3/Makefile ./Makefile
--- /usr/ports/security/py-pysha3/Makefile	2012-10-17 19:03:42.000000000 +1100
+++ ./Makefile	2012-10-18 20:30:23.000000000 +1100
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/security/py-pysha3/Makefile,v 1.1 2012/10/17 08:03:42 rm Exp $
 
 PORTNAME=	pysha3
-PORTVERSION=	0.2.2
+PORTVERSION=	0.3
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN --exclude=CVS /usr/ports/security/py-pysha3/distinfo ./distinfo
--- /usr/ports/security/py-pysha3/distinfo	2012-10-17 19:03:42.000000000 +1100
+++ ./distinfo	2012-10-18 20:30:25.000000000 +1100
@@ -1,2 +1,2 @@
-SHA256 (pysha3-0.2.2.tar.gz) = afedc110ad816ec0d08feff62f5d674b9b90a4028209cbc93a3e362e9fd5a05c
-SIZE (pysha3-0.2.2.tar.gz) = 46450
+SHA256 (pysha3-0.3.tar.gz) = 191c5f1f77de11fb847c6c825b72f33c81ce67f72055038175fccbbeb891f04d
+SIZE (pysha3-0.3.tar.gz) = 47546
--- py27-pysha3-0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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