pkgsrc-WIP-changes archive

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

The need for php-mysql seems to have vanished a long time ago. This package is quite happy to use php-mysqlnd, which in turn is a built-in component of all versions of PHP in Pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Tue Jan 11 10:59:21 2022 +1300
Changeset:	2944588218ef733016fdb93593fd5714a172065f

Modified Files:
	zoneminder/TODO

Log Message:
The need for php-mysql seems to have vanished a long time ago.  This package
is quite happy to use php-mysqlnd, which in turn is a built-in component
of all versions of PHP in Pkgsrc.

Drop the dependency, and therefore expand the PHP_VERSIONS_ACCEPTED
constraint.

ZoneMinder 1.29.0 seems to work fine on at least PHP 5.6 and 7.4.

Under PHP 8.0 it is logging at Error level type errors out of skin.js.

Under PHP 8.1 it is logging at Panic level that strftime is deprecated.

Applied: security/zoneminder/Makefile 1.59

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2944588218ef733016fdb93593fd5714a172065f

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

diffstat:
 zoneminder/TODO | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/zoneminder/TODO b/zoneminder/TODO
index 401658813d..6a64c8d64a 100644
--- a/zoneminder/TODO
+++ b/zoneminder/TODO
@@ -8,9 +8,3 @@ for (some subset of final point releases):
   validate that it actually runs
 
   push to pkgsrc
-
-Investigate mysql and php compat requirements.  It seems modern php
-might somehow include mysql bindings and thus we don't need to require
-5.6.
-
-


Home | Main Index | Thread Index | Old Index