summaryrefslogtreecommitdiff
path: root/devel/rt3/Makefile
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2012-05-25 19:55:43 +0000
committerspz <spz@pkgsrc.org>2012-05-25 19:55:43 +0000
commitc0eea106e661f6f88c3ce23b09ecc8e6ce773d79 (patch)
treefb5d9060183591f98843842cd9d1332df223996f /devel/rt3/Makefile
parent3c731919a210fd542c6aa49c565632572169b5a4 (diff)
downloadpkgsrc-c0eea106e661f6f88c3ce23b09ecc8e6ce773d79.tar.gz
Update RT to version 3.8.12:
Changes from 3.8.11 to 3.8.12: This release, in addition to being a bugfix release, also resolves a number of security vulnerabilities. It resolves CVE-2011-2082, CVE-2011-2083, CVE-2011-2084, CVE-2011-2085, CVE-2011-4458, CVE-2011-4459, and CVE-2011-4460. * Upgrade prototype.js to version 1.7, for compatibility with google charts. * Remove ie7.js, which is no longer used. * Ensure that TransactionBatch scripts are only run once. Changes from 3.8.10 to 3.8.11: This release contains a number of bugfixes and minor security updates since the 3.8.10 release, most notably: * Adjust FCGI dependency to one which resolves FCGI's CVE-2011-2766 * New WebHttpOnlyCookies option, enabled by default, which hides RT's cookie from direct Javascript access. * Compatibility with perl 5.12 and 5.14, by removing deprecated "for qw(...)" and "defined %hash" syntax. * MySQL 5.5 compatibility, by specifying ENGINE=InnoDB rather than TYPE=InnoDB * Ensure that RT::Interface::Web's _Overlay, _Local, and _Vendor files are loaded correctly. * Fix session cleaner for on-disk sessions, broken since 3.8.0. * Ensure that only one "Based on" attribute is stored for each custom field. * Fix the loading of Shredder plugins, broken in 3.8.10.
Diffstat (limited to 'devel/rt3/Makefile')
-rw-r--r--devel/rt3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index d02ff6de755..ea9bad5621b 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2011/10/25 19:38:09 spz Exp $
+# $NetBSD: Makefile,v 1.49 2012/05/25 19:55:43 spz Exp $
-DISTNAME= rt-3.8.10
-PKGREVISION= 1
+DISTNAME= rt-3.8.12
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/