head 1.9; access; symbols pkgsrc-2018Q2:1.8.0.2 pkgsrc-2018Q2-base:1.8 pkgsrc-2018Q1:1.5.0.2 pkgsrc-2018Q1-base:1.5; locks; strict; comment @# @; 1.9 date 2018.09.18.15.23.15; author taca; state dead; branches; next 1.8; commitid rcqM7K8UcOmlbBSA; 1.8 date 2018.06.26.15.21.04; author taca; state Exp; branches; next 1.7; commitid 0gp6jtHOKRcBTNHA; 1.7 date 2018.06.18.15.01.46; author taca; state Exp; branches; next 1.6; commitid 9yDj4U70K7lY2MGA; 1.6 date 2018.04.23.14.30.45; author taca; state Exp; branches; next 1.5; commitid zUbQi6P0dDxSFzzA; 1.5 date 2018.03.07.14.31.04; author taca; state Exp; branches 1.5.2.1; next 1.4; commitid Ud4ovfefz0OybxtA; 1.4 date 2018.02.28.15.58.45; author taca; state Exp; branches; next 1.3; commitid q5ga0CgFzVdzTDsA; 1.3 date 2018.01.24.13.55.20; author taca; state Exp; branches; next 1.2; commitid XJzHNkSNJsn8l8oA; 1.2 date 2018.01.12.15.21.30; author taca; state Exp; branches; next 1.1; commitid TZ1GKegkNTrscBmA; 1.1 date 2018.01.04.13.39.46; author taca; state Exp; branches; next ; commitid ubzmCP524hEuTylA; 1.5.2.1 date 2018.05.06.10.39.13; author spz; state Exp; branches; next ; commitid v1tmxhif4IzAYdBA; desc @@ 1.9 log @www/contao45: remove contao45 package Remove www/contao45 package since Contao 4.5 were not distributed as release tar files since version 4.5.11. And it is EOL by release of Contao 4.6 after 28th Aug 2018. And Contao 4.6 is also only available via Contao Manager. Please refer in detail. @ text @# $NetBSD: Makefile,v 1.8 2018/06/26 15:21:04 taca Exp $ # DISTNAME= contao-${CT_PKGVER} PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/} GITHUB_PROJECT= managed-edition GITHUB_RELEASE= ${CT_VERSION} MAINTAINER= taca@@NetBSD.org HOMEPAGE= https://contao.org/ COMMENT= Contao Open Source CMS ${CT_VERSION} LICENSE= gnu-lgpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=7.1:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=7.1:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=7.1:../../databases/php-pdo_mysql DEPENDS+= ${PHP_PKG_PREFIX}-soap>=7.1:../../net/php-soap DEPENDS+= ${PHP_PKG_PREFIX}-intl>=7.1:../../textproc/php-intl DEPENDS+= ${PHP_PKG_PREFIX}-json>=7.1:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-curl>=7.1:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=7.1:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt CT_VERSION= 4.5.10 USE_TOOLS= bash:run pax NO_BUILD= yes PHP_VERSIONS_ACCEPTED= 71 72 EG_DATA= app/config RESTRICT_DIRS= ${EG_DATA} var/cache var/logs CONF_FILES+= ${CT_EGDIR}/contao.conf ${PKG_SYSCONFDIR}/contao.conf .for d in ${RESTRICT_DIRS} OWN_DIRS_PERMS+= ${CT_WEBDIR}/${d} ${APACHE_USER} ${APACHE_GROUP} 0770 .endfor WWW_FILES= README.md assets composer.json composer.lock vendor web INSTALLATION_DIRS+= ${CT_DOCDIR} ${CT_EGDIR}/${EG_DATA} \ ${CT_WEBDIR}/${EG_DATA} PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER REPLACE_BASH+= vendor/paragonie/random_compat/build-phar.sh \ vendor/sensio/distribution-bundle/Resources/bin/build.sh \ vendor/sensio/distribution-bundle/Resources/bin/build_demo.sh \ vendor/ua-parser/uap-php/update-resources.sh REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* REPLACE.php.new= ${PREFIX}/bin/php REPLACE_FILES.php= \ vendor/bin/contao-api vendor/bin/update-psl-icann-section \ vendor/contao/manager-bundle/bin/contao-api \ vendor/league/uri-hostname-parser/bin/update-psl-icann-section \ vendor/contao/manager-bundle/bin/contao-console \ vendor/doctrine/dbal/bin/doctrine-dbal \ vendor/oyejorge/less.php/bin/lessc \ vendor/matthiasmullie/minify/bin/minifycss \ vendor/matthiasmullie/minify/bin/minifyjs \ vendor/leafo/scssphp/bin/pscss \ vendor/sensiolabs/security-checker/security-checker \ vendor/ua-parser/uap-php/bin/uaparser \ vendor/sensio/distribution-bundle/Resources/bin/build_bootstrap.php \ vendor/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \ vendor/symfony/symfony/link vendor/symfony/symfony/phpunit \ vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit \ vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php SUBST_CLASSES+= conf SUBST_FILES.conf+= ${WRKDIR}/contao.conf SUBST_SED.conf+= -e 's|@@PREFIX@@|${PREFIX:Q}|g' SUBST_SED.conf+= -e 's|@@CT_WEBDIR@@|${CT_WEBDIR:Q}|g' SUBST_STAGE.conf= post-configure PERMFIXFILES= vendor/oyejorge/less.php/lib/Less/Less.php.combine \ vendor/simplepie/simplepie/.travis.yml \ vendor/simplepie/simplepie/library/SimplePie.php \ vendor/simplepie/simplepie/library/SimplePie/Cache/Memcached.php \ vendor/simplepie/simplepie/library/SimplePie/Registry.php .include "../../lang/php/phpversion.mk" pre-configure: ${CP} ${FILESDIR}/contao.conf ${WRKDIR} cd ${WRKSRC}; ${CHMOD} -x ${PERMFIXFILES} do-install: cd ${WRKSRC}; pax -rw ${WWW_FILES} ${DESTDIR}${PREFIX}/${CT_WEBDIR} ${INSTALL_DATA} ${WRKDIR}/contao.conf ${DESTDIR}${PREFIX}/${CT_EGDIR} ${INSTALL_DATA} ${FILESDIR}/README \ ${DESTDIR}${PREFIX}/${CT_DOCDIR} .include "../../www/contao/Makefile.common" .include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @www/contao45: update to 4.5.10 This release is small fix for compatibility. Contao 4.5.10 is available 2018/06/26 09:29 by Leo Feyer Contao version 4.5.10 is available. The bugfix release restores the compatibility with Symfony 3.4.12. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2018/06/18 15:01:46 taca Exp $ @ 1.7 log @www/contao45: update to 4.5.9 Contao 4.5.9 is available 2018/06/18 12:15 by Leo Feyer Contao version 4.5.9 is available. The bugfix release fixes several minor problems and optimizes the RAM usage when generating XML sitemaps. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2018/04/23 14:30:45 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.9 @ 1.6 log @www/contao45: update to 4.5.8 Contao 4.5.7 (2018-04-04) Contao version 4.5.7 is available. The bugfix release fixes a few minor issues including a problem with validating the request token and a problem with rendering custom layout sections. Contao 4.5.8 (2018-04-18) Contao version 4.5.8 is available. The bugfix release fixes an XSS vulnerability in the system log of the back end (CVE-2018-10125). CVE-2018-10125 With a manipulated request, an attacker can implant a script which is executed when a logged in back end user opens the system log. The attacker themselves does not have to be logged in. The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to 4.5.7. We highly recommend you to update. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2018/03/07 14:31:04 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.8 @ 1.5 log @www/contao45: update to 4.5.6 Contao 4.5.5 is available 2018/03/06 11:04 by Leo Feyer Contao version 4.5.5 is available. The bugfix release fixes problems with using InnoDB without the innodb_large_prefix option. Contao 4.5.6 is available 2018/03/06 15:53 by Leo Feyer Contao version 4.5.6 is available. The bugfix release fixes a problem with new installations with InnoDB without large prefixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2018/02/28 15:58:45 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.6 @ 1.5.2.1 log @Pullup ticket #5745 - requested by taca www/contao45: security update Revisions pulled up: - www/contao45/Makefile 1.6 - www/contao45/PLIST 1.6 - www/contao45/distinfo 1.6 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon Apr 23 14:30:45 UTC 2018 Modified Files: pkgsrc/www/contao45: Makefile PLIST distinfo Log Message: www/contao45: update to 4.5.8 Contao 4.5.7 (2018-04-04) Contao version 4.5.7 is available. The bugfix release fixes a few minor issues including a problem with validating the request token and a problem with rendering custom layout sections. Contao 4.5.8 (2018-04-18) Contao version 4.5.8 is available. The bugfix release fixes an XSS vulnerability in the system log of the back end (CVE-2018-10125). CVE-2018-10125 With a manipulated request, an attacker can implant a script which is executed when a logged in back end user opens the system log. The attacker themselves does not have to be logged in. The problem affects Contao 3.0.0 to 3.5.34, 4.0.0 to 4.4.17 and 4.5.0 to 4.5.7. We highly recommend you to update. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/contao45/Makefile \ pkgsrc/www/contao45/PLIST pkgsrc/www/contao45/distinfo @ text @d1 1 a1 1 # $NetBSD$ d26 1 a26 1 CT_VERSION= 4.5.8 @ 1.4 log @www/contao45: update to 4.5.4 Contao 4.5.4 is released on 14th Feb 2018. Release note: Contao version 4.5.4 is available. The bugfix release fixes several issues including a problem with rebuilding the search index. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/01/24 13:55:20 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.4 @ 1.3 log @www/contao45: update to 4.5.3 Contao 4.5.3 is available 2018/1/23 16:06 by Leo Feyer Contao version 4.5.3 is available. The bugfix release fixes several minor issues including a problem with accessing the PHP session. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/01/12 15:21:30 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.3 @ 1.2 log @www/contao45: update to 4.5.2 Contao 4.5.2 (2017/01/12) The bugfix release fixes issues with storing the user session and with handling modified fields of a model. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/01/04 13:39:46 taca Exp $ d26 1 a26 1 CT_VERSION= 4.5.2 @ 1.1 log @www/contao45: add contao 4.5.1 Contao is an Open Source Content Management Framework developed by Leo Feyer and distributed under the LGPL license. Its open architecture allows everybody to extend the system to fit his needs. Contao specializes in accessible websites and is accessbile itself (front end and back end), rendering valid HTML5. Contao 4.5 is fifth minor release of Contao 4 and it require PHP 7.1 and MySQL 5.5.7 with InnoDB as default storage engine and utf8mb4 as default charset. Additionally, these new features from 4.5. * Store the request token as cookie instead of in the session * Improve the locale handling * Support use of Symfony translator * Add the insert tag flag for absolute URLs * Allow to sort news items by date, headline or randomly * Use the Symfony assets component for the Contao assets * Display form fieldsets as wrappers in the back end view * Support adding external JavaScripts to a page layout * Add the "require an item" option to the site structure * Support wildcards in the "iflng" and "ifnlng" insert tags * Replace the back end "limit width" option with a "fullscreen" option * Support sorting enclosures * Add the teaser image as media:content in the RSS/Atom feeds * Add roles and ARIA landmarks in the back end * Add all the player options to the YouTube element * Add the toggle icon of the parent record in parent view * Add the "event address" field and update the microdata tags * Use the Symfony security component for authentication 4.5.1 (2018/1/4) * fixes issues with the Symfony security implementation. @ text @d1 1 a1 1 # $NetBSD$ d26 1 a26 1 CT_VERSION= 4.5.1 @