diff options
author | taca <taca@pkgsrc.org> | 2015-02-13 03:03:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-13 03:03:57 +0000 |
commit | ee6e38832172c077ae91ddca3676e735aec5c7e9 (patch) | |
tree | f44b744436d5f6c2876b4753c5a3cf9a226e64fc /www/contao | |
parent | 00f5be86a5dfcece72ae2c029312ca1942db8181 (diff) | |
download | pkgsrc-ee6e38832172c077ae91ddca3676e735aec5c7e9.tar.gz |
Update contao34 package to 3.4.4 (Contao 3.4.4).
Version 3.4.4 (2015-02-12)
--------------------------
### Fixed
Fixed a directory traversal vulnerability discovered by Arnaud Buchoux. See
CVE-2015-0269 for more information.
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index f2fb69f04fe..cd24ddbee37 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.92 2015/02/13 03:02:53 taca Exp $ +# $NetBSD: Makefile.common,v 1.93 2015/02/13 03:03:57 taca Exp $ # # used by www/contao32/Makefile # used by www/contao34/Makefile # current release CT32_VERSION= 3.2.19 -CT34_VERSION= 3.4.3 +CT34_VERSION= 3.4.4 CT_VERS?= 32 |