pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-contao-manager
Module Name: pkgsrc
Committed By: taca
Date: Thu Mar 27 14:16:47 UTC 2025
Modified Files:
pkgsrc/www/php-contao-manager: Makefile distinfo
Log Message:
www/php-contao-manager: update to 1.9.4
1.9.2 (2025-02-24)
* Fixed broken theme installation
* Improved keyboard accessibility
* Fix PHP version check for downgrade on PHP versions lower than 8.1 by
@lukasbableck in #854
* Fixed multiple app hints
1.9.3 (2025-03-13)
* Fixed TOTP setup (#862)
* Do not toggle maintenance mode for dry runs (#861)
* Fix PHP 8.1 issue with attributes on __invoke (#855)
* Show account security in user list
* Fixed out-of-scope handling in OAuth view
* Added permission info to API docs
* Added background forker info to about command
1.9.4 (2025-03-13)
* Fixed Webauthn (Passkey) browser-autofill breaking the login screen (#864)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-contao-manager/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-contao-manager/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-contao-manager/Makefile
diff -u pkgsrc/www/php-contao-manager/Makefile:1.8 pkgsrc/www/php-contao-manager/Makefile:1.9
--- pkgsrc/www/php-contao-manager/Makefile:1.8 Sat Feb 22 16:22:42 2025
+++ pkgsrc/www/php-contao-manager/Makefile Thu Mar 27 14:16:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/02/22 16:22:42 taca Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/27 14:16:47 taca Exp $
#
DISTNAME= ${CM_NAME}.phar
@@ -19,10 +19,11 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=${PHP_
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=${PHP_BASE_VERS}:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_BASE_VERS}:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-sodium>=${PHP_BASE_VERS}:../../security/php-sodium
DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
CM_NAME= contao-manager
-CM_VERSION= 1.9.1
+CM_VERSION= 1.9.4
NO_BUILD= yes
PHP_VERSIONS_ACCEPTED= 81 82 83 84
Index: pkgsrc/www/php-contao-manager/distinfo
diff -u pkgsrc/www/php-contao-manager/distinfo:1.7 pkgsrc/www/php-contao-manager/distinfo:1.8
--- pkgsrc/www/php-contao-manager/distinfo:1.7 Sat Feb 22 16:22:42 2025
+++ pkgsrc/www/php-contao-manager/distinfo Thu Mar 27 14:16:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/22 16:22:42 taca Exp $
+$NetBSD: distinfo,v 1.8 2025/03/27 14:16:47 taca Exp $
-BLAKE2s (contao-manager/1.9.1/contao-manager.phar) = 18a875bfad19c0179e8fb169588e576be3639885ff34c9c94bb4bce931547f8a
-SHA512 (contao-manager/1.9.1/contao-manager.phar) = 9f1a5915da2d1d13285d98a75bf53fe642b5d48aa2c448d851fed3346ae4b26965ed8fda6430293baa91c2c6d28190d4a9dee5a73f90316cbc9579d93c6d0ef5
-Size (contao-manager/1.9.1/contao-manager.phar) = 22858243 bytes
+BLAKE2s (contao-manager/1.9.4/contao-manager.phar) = 18d4607b2908021649f0cbf8661912fd1e24af700105c280557ee2ffcb2d00be
+SHA512 (contao-manager/1.9.4/contao-manager.phar) = 2d7cabfbc1e96f4856f8c5c302a75b71a631d0e17c54cb60a2ac96e4ebf92175598a726759126c91032a6a5605f3c83bf8daa4fbfd00f5fadfe6afe1f758c42e
+Size (contao-manager/1.9.4/contao-manager.phar) = 22933782 bytes
Home |
Main Index |
Thread Index |
Old Index