- Update to 1.2
PR: ports/94705 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
This commit is contained in:
parent
c9c34f6e86
commit
5cbaf99967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157686
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hash
|
||||
DISTVERSION= 1.1
|
||||
DISTVERSION= 1.2
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= zaa@zaa.pp.ru
|
||||
COMMENT= pHASH Message Digest Framework for PHP
|
||||
COMMENT= HASH Message Digest Framework for PHP
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPIZE= yes
|
||||
@ -22,10 +22,4 @@ USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER=5
|
||||
PHP_MODNAME= hash
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_VER} == 4
|
||||
IGNORE= requires PHP version 5.0.3 or higher
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2
|
||||
SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4
|
||||
SIZE (PECL/hash-1.1.tgz) = 100713
|
||||
MD5 (PECL/hash-1.2.tgz) = cb163488ef822184b79accb50e6418b9
|
||||
SHA256 (PECL/hash-1.2.tgz) = 48bbcc079c7df3811036735c8b70530f218fc2776272335fa6b56688bb6db4da
|
||||
SIZE (PECL/hash-1.2.tgz) = 102008
|
||||
|
@ -2,7 +2,7 @@ Extension provides native implementations of common message digest algorithms
|
||||
using a generic factory method.
|
||||
At the moment it supports the following hashing algorithms:
|
||||
|
||||
* md4, md5
|
||||
* md2, md4, md5
|
||||
* sha1, sha256, sha384, sha512
|
||||
* ripemd128, ripemd160
|
||||
* tiger128, tiger160, tiger192 (3 and 4 passes)
|
||||
|
Loading…
Reference in New Issue
Block a user