Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 21:28:08 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d89008bc167f - main - security/pecl-scrypt: Update to 1.4.3
Message-ID:  <202208202128.27KLS86a019216@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d89008bc167fe18a3b63cce43098201ce496a6e1

commit d89008bc167fe18a3b63cce43098201ce496a6e1
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-08-20 21:25:16 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-08-20 21:27:24 +0000

    security/pecl-scrypt: Update to 1.4.3
    
    - Patches removed were incorporated upstream.
    
    Changelog:      https://pecl.php.net/package-changelog.php?package=scrypt&release=1.4.3
---
 security/pecl-scrypt/Makefile                                |  6 +-----
 security/pecl-scrypt/distinfo                                |  8 +++-----
 .../pecl-scrypt/files/patch-crypto_crypto__scrypt-nosse.c    | 12 ------------
 3 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/security/pecl-scrypt/Makefile b/security/pecl-scrypt/Makefile
index 699ef12c70c7..9ebb6c15bba1 100644
--- a/security/pecl-scrypt/Makefile
+++ b/security/pecl-scrypt/Makefile
@@ -1,11 +1,7 @@
 PORTNAME=	scrypt
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	security pear
 
-# https://github.com/DomBlack/php-scrypt/pull/56/
-PATCH_SITES=	https://github.com/DomBlack/php-scrypt/commit/
-PATCHFILES=	5010f9fa0743518d149d994728ca930503adde1e.patch:-p1
-
 MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	PHP wrapper to Colin Percival's scrypt implementation
 
diff --git a/security/pecl-scrypt/distinfo b/security/pecl-scrypt/distinfo
index 3307ee3453b0..ec5e7fecdafa 100644
--- a/security/pecl-scrypt/distinfo
+++ b/security/pecl-scrypt/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1629893529
-SHA256 (PECL/scrypt-1.4.2.tgz) = 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c
-SIZE (PECL/scrypt-1.4.2.tgz) = 21585
-SHA256 (PECL/5010f9fa0743518d149d994728ca930503adde1e.patch) = 9241f4d2a3c5360a209c7fd308eabaac0dcd0ee356a4badf9e24d93a94ba4bb8
-SIZE (PECL/5010f9fa0743518d149d994728ca930503adde1e.patch) = 1277
+TIMESTAMP = 1661028809
+SHA256 (PECL/scrypt-1.4.3.tgz) = 04ef67006b26fdb787817d6cb351da3524f63bb6bf772185103dd53f99f451c5
+SIZE (PECL/scrypt-1.4.3.tgz) = 21690
diff --git a/security/pecl-scrypt/files/patch-crypto_crypto__scrypt-nosse.c b/security/pecl-scrypt/files/patch-crypto_crypto__scrypt-nosse.c
deleted file mode 100644
index 3c2d95905024..000000000000
--- a/security/pecl-scrypt/files/patch-crypto_crypto__scrypt-nosse.c
+++ /dev/null
@@ -1,12 +0,0 @@
-# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258030
-# Based on https://github.com/DomBlack/php-scrypt/pull/56
---- crypto/crypto_scrypt-nosse.c.orig	2016-05-18 14:49:13 UTC
-+++ crypto/crypto_scrypt-nosse.c
-@@ -45,6 +45,7 @@
- #include "sysendian.h"
- 
- #include "crypto_scrypt.h"
-+#include "php_scrypt.h"
- 
- static void blkcpy(uint8_t *, uint8_t *, size_t);
- static void blkxor(uint8_t *, uint8_t *, size_t);



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