diff options
author | taca <taca> | 2016-03-22 16:57:55 +0000 |
---|---|---|
committer | taca <taca> | 2016-03-22 16:57:55 +0000 |
commit | c315d2645748cc67db7459160a9902e5abf935d4 (patch) | |
tree | d746052779da83583567c15c287c8ffbc746c186 /www/contao35 | |
parent | e038676bcf4f305c17dd605cca9ebeb5751d81d6 (diff) | |
download | pkgsrc-c315d2645748cc67db7459160a9902e5abf935d4.tar.gz |
Update contao35 to 3.5.9, a leaf package.
Version 3.5.9 (2016-03-21)
--------------------------
### Fixed
Prevent the autofocus attribute from being added multiple times (see #8281).
### Fixed
Respect the SSL settings of the root page when generating sitemaps (see #8270).
### Fixed
Read from the temporary file if it has not been closed yet (see #8269).
### Fixed
Always use HTTPS if the target server supports SSL connections (see #8183).
### Fixed
Adjust the meta wizard field length to the column length (see #8277).
### Fixed
Correctly handle custom mime icon paths (see #8275).
### Fixed
Only log errors that have been configured to get logged (see #8267).
### Fixed
Show the 404 error page if an unpublished article is requested (see #8264).
### Fixed
Correctly count the URLs when rebuilding the search index (see #8262).
### Fixed
Ensure that every image has a width and height attribute (see #8162).
### Fixed
Set the correct mime type when embedding SVG images (see #8245).
### Fixed
Handle the "float_left" and "float_right" classes in the back end (see #8239).
### Fixed
Consider the fallback language if a page alias is ambiguous (see #8142).
### Fixed
Fix the error 403/404 redirect (see contao/website#74).
Diffstat (limited to 'www/contao35')
-rw-r--r-- | www/contao35/Makefile | 4 | ||||
-rw-r--r-- | www/contao35/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/contao35/Makefile b/www/contao35/Makefile index d8ce761c40c..1c1b9c5b4d7 100644 --- a/www/contao35/Makefile +++ b/www/contao35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/03/05 06:16:44 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/22 16:57:55 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -23,7 +23,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib DEPENDS+= bash>=4.0:../../shells/bash -CT_VERSION= 3.5.8 +CT_VERSION= 3.5.9 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files diff --git a/www/contao35/distinfo b/www/contao35/distinfo index bc01edd3584..ebb91c46bae 100644 --- a/www/contao35/distinfo +++ b/www/contao35/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/03/05 06:16:44 taca Exp $ +$NetBSD: distinfo,v 1.8 2016/03/22 16:57:55 taca Exp $ -SHA1 (contao-3.5.8.tar.gz) = 4027059bbebf95ebead8a40d8ae7596f798b156a -RMD160 (contao-3.5.8.tar.gz) = 2f56a1be019d79df41d1b8936489570db92293d1 -SHA512 (contao-3.5.8.tar.gz) = 4dd0a83f06cd3fbb886bc45e825de6d848ab477ead135aaf95a5c272b6a0ae56be275f5e0521145983cc4efe59ef92ef1ccb6e9f0069ce69e0b053c2c47bf9db -Size (contao-3.5.8.tar.gz) = 11867646 bytes +SHA1 (contao-3.5.9.tar.gz) = dd3bd2afd64416be92dfc015f359d476d8d11e41 +RMD160 (contao-3.5.9.tar.gz) = 7a7ec9756928af33f315d9fded655ad22bf8cbd4 +SHA512 (contao-3.5.9.tar.gz) = 431c6d698d0fd8446b04e86e6e82fd81fd6454598832d995014f737d411dd23baf143fa7989cdec5b277d50fb8978f5edccaa011ae29b82b55ec1033b8dcb767 +Size (contao-3.5.9.tar.gz) = 11867993 bytes |