Update contao29 (and implicitly contao29-example) pacakge to 2.9.3.
Version 2.9.3 (2011-01-06) -------------------------- - Fixed: custom templates were not always shown in "override all" mode (#2725) - Fixed: prevent the X_FORWARDED_FOR header against XSS attacks (#2751) - Fixed: preserve the selector fields in the personal data module (#2609) - Fixed: skip mounted folders in the file manager if they do not exist (#2708) - Fixed: the quick navigation modules failed to work when aliases were disabled (#2718) - Fixed some minor issues
This commit is contained in:
parent
d297c98561
commit
522190a805
3 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.9 2010/12/02 15:41:30 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2011/01/06 13:19:08 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= contao-${CT_VERSION}
|
||||
PKGNAME= contao${CT_VER}-${CT_PKGVER}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
|
||||
DIST_SUBDIR= ${PKGBASE}-20101203
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.version,v 1.3 2010/12/02 13:32:44 taca Exp $
|
||||
# $NetBSD: Makefile.version,v 1.4 2011/01/06 13:19:08 taca Exp $
|
||||
#
|
||||
# used by www/contao29/Makefile
|
||||
# used by www/contao29-example/Makefile
|
||||
# used by www/contao29-translations/Makefile
|
||||
#
|
||||
|
||||
CT_VERSION= 2.9.2
|
||||
CT_VERSION= 2.9.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/12/02 15:41:30 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/01/06 13:19:08 taca Exp $
|
||||
|
||||
SHA1 (contao29-20101203/contao-2.9.2.tar.gz) = 09aad839f1c04766b5e288740529c0c6c86e025a
|
||||
RMD160 (contao29-20101203/contao-2.9.2.tar.gz) = 4f3b946be5c5b0a69c9570c13e93861619a9d7d1
|
||||
Size (contao29-20101203/contao-2.9.2.tar.gz) = 4402683 bytes
|
||||
SHA1 (contao29-20101203/contao-2.9.3.tar.gz) = 092da76adbea2a2fe33b041799feb43d2981550e
|
||||
RMD160 (contao29-20101203/contao-2.9.3.tar.gz) = 8e9b90a49d317dd825c05a0a493c52d5aaefb839
|
||||
Size (contao29-20101203/contao-2.9.3.tar.gz) = 4402614 bytes
|
||||
|
|
Loading…
Reference in a new issue