Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2024 06:54:00 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60e9326fa15d - main - security/local-php-security-checker: Update to 2.1.3
Message-ID:  <202405150654.44F6s0VY039983@gitrepo.freebsd.org>

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

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

commit 60e9326fa15dc398a427cc4bb31b7baf4440a7e0
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-05-15 06:52:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-05-15 06:53:48 +0000

    security/local-php-security-checker: Update to 2.1.3
    
    ChangeLog:
    https://github.com/fabpot/local-php-security-checker/releases/tag/v2.1.3
    
    PR:             278981
---
 security/local-php-security-checker/Makefile |  7 +++----
 security/local-php-security-checker/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile
index af271b021119..3f733a8544c6 100644
--- a/security/local-php-security-checker/Makefile
+++ b/security/local-php-security-checker/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	local-php-security-checker
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.6
-PORTREVISION=	13
+DISTVERSION=	2.1.3
 CATEGORIES=	security
 MASTER_SITES=	GH
 
@@ -12,7 +11,7 @@ WWW=		https://github.com/fabpot/local-php-security-checker
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:1.22,modules
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	fabpot
@@ -21,7 +20,7 @@ GH_TUPLE=	davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp
 		hashicorp:go-version:v1.6.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
 		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
 		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
-		stretchr:testify:v1.8.1:stretchr_testify/vendor/github.com/stretchr/testify
+		stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify
 
 PLIST_FILES=	bin/local-php-security-checker
 
diff --git a/security/local-php-security-checker/distinfo b/security/local-php-security-checker/distinfo
index 96d41e960bc6..52908359d9c9 100644
--- a/security/local-php-security-checker/distinfo
+++ b/security/local-php-security-checker/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1670419416
-SHA256 (fabpot-local-php-security-checker-v2.0.6_GH0.tar.gz) = 7fe2748d148a6ff1922f148a0141f727161996dcbda2037ea84d466f0c719fc2
-SIZE (fabpot-local-php-security-checker-v2.0.6_GH0.tar.gz) = 22337
+TIMESTAMP = 1715699147
+SHA256 (fabpot-local-php-security-checker-v2.1.3_GH0.tar.gz) = 2079d5c501ab9226d85d8d4db133999f32df34a5515cb174703de54eb65f0a49
+SIZE (fabpot-local-php-security-checker-v2.1.3_GH0.tar.gz) = 22597
 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
 SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
 SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5
@@ -11,5 +11,5 @@ SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b6
 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362
 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
 SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
-SHA256 (stretchr-testify-v1.8.1_GH0.tar.gz) = 6749fede6c26ae66b7e7500136dbe56913b4e0679099b6c1154d2210a9a1ec00
-SIZE (stretchr-testify-v1.8.1_GH0.tar.gz) = 97670
+SHA256 (stretchr-testify-v1.9.0_GH0.tar.gz) = ee651d4d4427d55096007190398102383498e6b5cf97ea9e89ad6e72b4115fbb
+SIZE (stretchr-testify-v1.9.0_GH0.tar.gz) = 108663



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