Date: Mon, 23 Mar 2009 03:41:14 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132953: [Update]security/py-rijndael:update to 1.4 Message-ID: <200903230341.n2N3fEsR051441@www.freebsd.org> Resent-Message-ID: <200903230350.n2N3o37R066129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132953 >Category: ports >Synopsis: [Update]security/py-rijndael:update to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 23 03:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 1.4 from 1.1 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-03-23 11:23:41.000000000 +0800 +++ Makefile 2009-03-23 11:34:49.000000000 +0800 @@ -7,24 +7,17 @@ # PORTNAME= rijndael -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= security python -MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ - http://people.FreeBSD.org/~foxfair/distfiles/ +MASTER_SITES= http://jclement.ca/software/pyrijndael/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyRijndael-${PORTVERSION}.py -EXTRACT_SUFX= .gz +DISTNAME= pyrijndael-v${PORTVERSION:S:.:_:} MAINTAINER= ports@FreeBSD.org COMMENT= A pure python implementation of the Rijndael encryption algorithm -EXTRACT_AFTER_ARGS= > ${DISTNAME} USE_PYTHON= yes -NO_WRKSUBDIR= yes - -post-extract: - @${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/pyRijndael.py +WRKSRC= ${WRKDIR}/pyrijndael do-build: @cd ${WRKSRC} && ${PYTHON_CMD} -c 'import pyRijndael' --- distinfo.orig 2009-03-23 11:23:41.000000000 +0800 +++ distinfo 2009-03-23 11:35:37.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (pyRijndael-1.1.py.gz) = aa0053ffecbddb1fbfc685ae467663e5 -SHA256 (pyRijndael-1.1.py.gz) = b102dd60b0d0b48ffa5ab9f11a853b22414a9f379cec6c488c29ec7bde348404 -SIZE (pyRijndael-1.1.py.gz) = 3416 +MD5 (pyrijndael-v1_4.tar.gz) = d5d3ac8d6412b0da2cb99d6cca62b1d8 +SHA256 (pyrijndael-v1_4.tar.gz) = f9bbd6020f1db81136c91fb00037b8b18dce629d3e1ca0684c64bdfda3ec8e8f +SIZE (pyrijndael-v1_4.tar.gz) = 5195 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903230341.n2N3fEsR051441>