Update to 2.0.22
Changes: https://github.com/jedisct1/libsodium-php/commits/master PR: 242192 Submitted by: fluffy
This commit is contained in:
parent
5461be39c7
commit
02670c803b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519565
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsodium
|
||||
PORTVERSION= 1.0.7
|
||||
PORTVERSION= 2.0.22
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -12,7 +12,10 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium
|
||||
|
||||
USES= php:pecl
|
||||
USES= localbase php:pecl
|
||||
|
||||
#IGNORE_WITH_PHP=72 73 74
|
||||
PHP_MODNAME= sodium
|
||||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1548360738
|
||||
SHA256 (PECL/libsodium-1.0.7.tgz) = 416af03f284bd56de7d1cf93c777d7dac49a948f859e0d123416beca4d9a6fb1
|
||||
SIZE (PECL/libsodium-1.0.7.tgz) = 170352
|
||||
TIMESTAMP = 1575794231
|
||||
SHA256 (PECL/libsodium-2.0.22.tgz) = c302a8b1527f2b0b08110122191c7363d28479291411c94494619bc313c33b95
|
||||
SIZE (PECL/libsodium-2.0.22.tgz) = 28531
|
||||
|
|
Loading…
Reference in a new issue