pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-uploadprogress



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Dec 13 14:46:09 UTC 2021

Modified Files:
        pkgsrc/www/php-uploadprogress: Makefile distinfo

Log Message:
www/php-uploadprogress: update to 2.0.2

* After contacting MAINTAINER, reset it now.
* This version supports PHP 7 and later.

1.1.4 (2021-09-28)

- Fix #79584: Segmentation fault in uploadprogress 1.1.0 and up
- Add arginfo for functions to support PHP 8 and up

2.0.0 (2021-09-29)

- Drop support for PHP < 7.2

2.0.1 (2021-09-29)

- Fix parameter and return type declarations for PHP 7 and PHP 8

2.0.2 (2021-10-01)

- Update release package with latest examples and documentation


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-uploadprogress/Makefile \
    pkgsrc/www/php-uploadprogress/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/php-uploadprogress/Makefile
diff -u pkgsrc/www/php-uploadprogress/Makefile:1.7 pkgsrc/www/php-uploadprogress/Makefile:1.8
--- pkgsrc/www/php-uploadprogress/Makefile:1.7  Sun Jan  3 07:42:39 2021
+++ pkgsrc/www/php-uploadprogress/Makefile      Mon Dec 13 14:46:09 2021
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 07:42:39 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/12/13 14:46:09 taca Exp $
 #
 
-MODNAME=               uploadprogress
-PECL_VERSION=          1.1.3
-CATEGORIES=            www
+MODNAME=       uploadprogress
+PECL_VERSION=  2.0.2
+CATEGORIES=    www
 
-MAINTAINER=            mbowie%buzmo.com@localhost
-COMMENT=               PHP extension to track progress of a file upload
-LICENSE=               php
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       PHP extension to track progress of a file upload
+LICENSE=       php
+
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 
Index: pkgsrc/www/php-uploadprogress/distinfo
diff -u pkgsrc/www/php-uploadprogress/distinfo:1.7 pkgsrc/www/php-uploadprogress/distinfo:1.8
--- pkgsrc/www/php-uploadprogress/distinfo:1.7  Tue Oct 26 11:30:25 2021
+++ pkgsrc/www/php-uploadprogress/distinfo      Mon Dec 13 14:46:09 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:25 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/13 14:46:09 taca Exp $
 
-BLAKE2s (php-uploadprogress/uploadprogress-1.1.3.tgz) = e2dec05caf987e9b2f69938bdca24b8aa05d041e52fe4ca7022c012f9be13172
-SHA512 (php-uploadprogress/uploadprogress-1.1.3.tgz) = 2202f419be852a71eadae47eaa83909a032e5a6bbe4ce17ae5d45ea4e9f6d9c9edceb2111630d1f0e277b531d463accf540288ecbcca9bf154fe01754f225686
-Size (php-uploadprogress/uploadprogress-1.1.3.tgz) = 14798 bytes
+BLAKE2s (php-uploadprogress/uploadprogress-2.0.2.tgz) = d4d1a6e41a85acaa4b396f9bed5c0911acba0591a985c3d5f1358eeb509ed8c7
+SHA512 (php-uploadprogress/uploadprogress-2.0.2.tgz) = b9ee5a09c3de78d58abd34da2d25d7b0cad38416309a9a69192f07e0c3fe2259de261bb3dee571e64e042753f861738ebcd67fa7fafeb595ec32ed3034c773cd
+Size (php-uploadprogress/uploadprogress-2.0.2.tgz) = 19969 bytes



Home | Main Index | Thread Index | Old Index