pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-concrete-cms
Module Name: pkgsrc
Committed By: taca
Date: Wed Oct 22 16:16:47 UTC 2025
Modified Files:
pkgsrc/www/php-concrete-cms: Makefile PLIST distinfo
Log Message:
www/php-concrete-cms: update to 9.4.5
9.4.5 (2025-10-7)
Behavioral Improvements
* We now no longer wrap Grid Framework-based layouts in an extra row and
column class.
* Fixed some UI quirks when mousing over table-based list views in the
Dashboard.
Bug Fixes
* Fixed: pages with editing canonical URLs are not correctly marked as in trash.
* Fixed: Nesting "Free-Form Layout" type Areas/Layouts breaks honouring the
"Spacing" value
* Fixed: 5xx Server Error for calendar RSS feed.
* Fixed bug where privacy policy accept banner appeared strangely on the
Stacks Dashboard page.
* Fixed bug where adding blocks to areas in the Dashboard Welcome screen
would only allow you to add one block, and then you would be forced to
reload the page.
* Fixed bug where saving theme customizations could force custom CSS dialog
to render multiple times.
* Fixed notice error when configuring legacy themes.
Developer Updates
* $controller->buildRedirect(...) can now take a page object as its first
argument (thanks mnakalay)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/php-concrete-cms/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/php-concrete-cms/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-concrete-cms/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-concrete-cms/Makefile
diff -u pkgsrc/www/php-concrete-cms/Makefile:1.13 pkgsrc/www/php-concrete-cms/Makefile:1.14
--- pkgsrc/www/php-concrete-cms/Makefile:1.13 Mon Sep 15 14:43:34 2025
+++ pkgsrc/www/php-concrete-cms/Makefile Wed Oct 22 16:16:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/09/15 14:43:34 taca Exp $
+# $NetBSD: Makefile,v 1.14 2025/10/22 16:16:47 taca Exp $
#
DISTNAME= concrete-cms-${GITHUB_RELEASE}
@@ -6,7 +6,7 @@ PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=concretecms/}
GITHUB_PROJECT= concretecms
-GITHUB_RELEASE= 9.4.4
+GITHUB_RELEASE= 9.4.5
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/php-concrete-cms/PLIST
diff -u pkgsrc/www/php-concrete-cms/PLIST:1.9 pkgsrc/www/php-concrete-cms/PLIST:1.10
--- pkgsrc/www/php-concrete-cms/PLIST:1.9 Mon Sep 15 14:43:34 2025
+++ pkgsrc/www/php-concrete-cms/PLIST Wed Oct 22 16:16:47 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2025/09/15 14:43:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/10/22 16:16:47 taca Exp $
${CC_DOCDIR}/README
${CC_WEBDIR}/LICENSE.TXT
${CC_WEBDIR}/application/bootstrap/app.php
@@ -15762,6 +15762,7 @@ ${CC_WEBDIR}/concrete/vendor/mlocati/ip-
${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Range/Subnet.php
${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Range/Type.php
${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Service/BinaryMath.php
+${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Service/NumberInChunks.php
${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php
${CC_WEBDIR}/concrete/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php
${CC_WEBDIR}/concrete/vendor/mobiledetect/mobiledetectlib/LICENSE
Index: pkgsrc/www/php-concrete-cms/distinfo
diff -u pkgsrc/www/php-concrete-cms/distinfo:1.11 pkgsrc/www/php-concrete-cms/distinfo:1.12
--- pkgsrc/www/php-concrete-cms/distinfo:1.11 Mon Sep 15 14:43:34 2025
+++ pkgsrc/www/php-concrete-cms/distinfo Wed Oct 22 16:16:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/09/15 14:43:34 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/10/22 16:16:47 taca Exp $
-BLAKE2s (concrete-cms-9.4.4.zip) = 4beb6630f7a1144a8a3715c9571e65ce425f25ab9d28698319740bc2ec6952e3
-SHA512 (concrete-cms-9.4.4.zip) = 6caaeaf639a67b3713d45e67084d8f1c37a07fadecde57bf6f4f4e22c2c2e74891e78d06a010663efa1de111097d6ae091432b9aea4d34611bfce5b7d08687fb
-Size (concrete-cms-9.4.4.zip) = 76777963 bytes
+BLAKE2s (concrete-cms-9.4.5.zip) = 0450aaa43d93781afc7a04c33067b4ff7e5d1cca4c74cf161968c9e8925c0949
+SHA512 (concrete-cms-9.4.5.zip) = 0ee84429feeb1010f5a266f668959107f0e1cdc2f208a930942f11250dc381b2329ba0b5b91407151e6dd9cda886b8a4479b63c7913e6807f927e36433726f23
+Size (concrete-cms-9.4.5.zip) = 76781838 bytes
Home |
Main Index |
Thread Index |
Old Index