pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/pear-HTTP_Request2



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 19 15:46:12 UTC 2025

Modified Files:
        pkgsrc/www/pear-HTTP_Request2: Makefile distinfo

Log Message:
www/pear-HTTP_Request2: update to 2.7.0

2.7.0 (2025-04-06)

Added:

* Tested on PHP 8.4;
* Psalm 6 used for static analysis;
* Updated Public Suffix List.

Fixed:

* Prevent XSS when PHP files backing server-side tests are served from a
  publicly available website, thanks to Peter Potrowl (peter017 at gmail dot
  com) for the report.
* data/generate-list.php will only run with a command-line SAPI.

* Better random value used for `cnonce` parameter in Digest authentication,
  see https://github.com/pear/HTTP_Request2/issues/30.  Digest
  authentication should be considered deprecated, however.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/pear-HTTP_Request2/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/pear-HTTP_Request2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/pear-HTTP_Request2/Makefile
diff -u pkgsrc/www/pear-HTTP_Request2/Makefile:1.7 pkgsrc/www/pear-HTTP_Request2/Makefile:1.8
--- pkgsrc/www/pear-HTTP_Request2/Makefile:1.7  Sat Feb  8 04:04:39 2025
+++ pkgsrc/www/pear-HTTP_Request2/Makefile      Mon May 19 15:46:12 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/02/08 04:04:39 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/19 15:46:12 taca Exp $
 #
 
-DISTNAME=      HTTP_Request2-2.6.0
-PKGREVISION=   1
+DISTNAME=      HTTP_Request2-2.7.0
 CATEGORIES+=   www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/pear-HTTP_Request2/distinfo
diff -u pkgsrc/www/pear-HTTP_Request2/distinfo:1.8 pkgsrc/www/pear-HTTP_Request2/distinfo:1.9
--- pkgsrc/www/pear-HTTP_Request2/distinfo:1.8  Sat Nov  4 15:25:50 2023
+++ pkgsrc/www/pear-HTTP_Request2/distinfo      Mon May 19 15:46:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/11/04 15:25:50 taca Exp $
+$NetBSD: distinfo,v 1.9 2025/05/19 15:46:12 taca Exp $
 
-BLAKE2s (pear/HTTP_Request2-2.6.0.tgz) = e53c8e5ae976f584a578d9bb3754b46f6c2beda5e068bf8adee055c1bccecd69
-SHA512 (pear/HTTP_Request2-2.6.0.tgz) = 1291a3c5e69b9b324f959e056adae882b673452b05239734770ea780c1f75324cee7fcf61a84da61f990c20695a94f3d2854321369abd5e51fe26a7491d9bf13
-Size (pear/HTTP_Request2-2.6.0.tgz) = 127945 bytes
+BLAKE2s (pear/HTTP_Request2-2.7.0.tgz) = 951f4b34f01a1a4de2dae323d6b537a1d6cff87085da353dbb366cff4d6a1751
+SHA512 (pear/HTTP_Request2-2.7.0.tgz) = 33ab73f44f774c75e4a02a6f0a26ab4af7b5a7cb68392dba75359cd3eb811e9b56b8da55018b1968edb523ac88759d5d940e5348a6fc451280225c1a8a23f9f6
+Size (pear/HTTP_Request2-2.7.0.tgz) = 129262 bytes



Home | Main Index | Thread Index | Old Index