summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorspz <spz>2009-12-04 09:30:20 +0000
committerspz <spz>2009-12-04 09:30:20 +0000
commitbf7513f1c7ced5f009ec8a0653a2de8eccecedcd (patch)
tree288ace03629c66da488276d8951e582eb2ec7dec /devel/rt3
parent6f5b31c9b00112aa12a9daae5621ffad861ed4a6 (diff)
downloadpkgsrc-bf7513f1c7ced5f009ec8a0653a2de8eccecedcd.tar.gz
update of rt3 to next version (without the session hijacking vulnerability)
upstream changelog: UPGRADING FROM 3.8.5 and earlier - Changes: You can now forward an entire Ticket history (in addition to specific transactions) but this requires a new Template called forward ticket. This template will be added when you run. /opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action upgrade Custom fields with categories can optionally be split out into hierarchical custom fields. If you wish to convert your old category-based custom fields, run: perl etc/upgrade/split-out-cf-categories It will prompt you for each custom field with categories that it finds, and the name of the custom field to create to store the categories. If you were using the LocalizedDateTime RT::Date formatter from code and passing a DateFormat or TimeFormat argument, you need to switch from the strftime methods to the cldr methods (ie full_date_format becomes date_format_full) You may have done this from your RT_SiteConfig.pm by using Set($DateTimeFormat, { Format => 'LocalizedDateTime', DateFormat => 'medium_date_format' );
Diffstat (limited to 'devel/rt3')
-rw-r--r--devel/rt3/Makefile4
-rw-r--r--devel/rt3/Makefile.install4
-rw-r--r--devel/rt3/PLIST7
-rw-r--r--devel/rt3/distinfo8
4 files changed, 12 insertions, 11 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile
index 33519c607da..0603bb685f0 100644
--- a/devel/rt3/Makefile
+++ b/devel/rt3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2009/09/15 23:15:58 spz Exp $
+# $NetBSD: Makefile,v 1.40 2009/12/04 09:30:20 spz Exp $
-DISTNAME= rt-3.8.5
+DISTNAME= rt-3.8.6
CATEGORIES= devel
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
diff --git a/devel/rt3/Makefile.install b/devel/rt3/Makefile.install
index 8d0f3d7b1ca..c270bc7a0a0 100644
--- a/devel/rt3/Makefile.install
+++ b/devel/rt3/Makefile.install
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.install,v 1.13 2009/07/29 05:25:33 spz Exp $
+# $NetBSD: Makefile.install,v 1.14 2009/12/04 09:30:20 spz Exp $
.include "dirs.mk"
@@ -56,7 +56,7 @@ RT_ETC_FILES= acl.Oracle acl.Pg acl.mysql constraints.mysql \
schema.SQLite schema.mysql-4.0 schema.mysql-4.1
RT_UPGRADE_DIRS= 3.3.0 3.3.11 3.5.1 3.7.1 3.7.3 3.7.10 3.7.15 \
3.7.19 3.7.81 3.7.82 3.7.85 3.7.86 3.7.87 \
- 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4
+ 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.6
MESSAGE_SUBST+= RTVARDIR=${RT_VAR_DIR:Q} RTSHAREDIR=${RT_SHARE_DIR:Q}
diff --git a/devel/rt3/PLIST b/devel/rt3/PLIST
index 2de637f6ae7..333dadbe061 100644
--- a/devel/rt3/PLIST
+++ b/devel/rt3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/21 15:31:39 spz Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/12/04 09:30:20 spz Exp $
bin/mason_handler.fcgi
${PLIST.speedycgi}bin/mason_handler.scgi
bin/mason_handler.svc
@@ -247,8 +247,8 @@ lib/rt3/RT/User_Overlay.pm
lib/rt3/RT/Users.pm
lib/rt3/RT/Users_Overlay.pm
lib/rt3/RT/Util.pm
-sbin/rt-dump-database
sbin/rt-clean-sessions
+sbin/rt-dump-database
sbin/rt-email-dashboards
sbin/rt-email-digest
sbin/rt-email-group-admin
@@ -309,6 +309,7 @@ share/rt3/etc/upgrade/3.8.2/content
share/rt3/etc/upgrade/3.8.3/content
share/rt3/etc/upgrade/3.8.3/schema.Pg
share/rt3/etc/upgrade/3.8.4/content
+share/rt3/etc/upgrade/3.8.6/content
share/rt3/html/Admin/CustomFields/GroupRights.html
share/rt3/html/Admin/CustomFields/Modify.html
share/rt3/html/Admin/CustomFields/Objects.html
@@ -338,6 +339,7 @@ share/rt3/html/Admin/Elements/PickCustomFields
share/rt3/html/Admin/Elements/PickObjects
share/rt3/html/Admin/Elements/QueueRightsForUser
share/rt3/html/Admin/Elements/QueueTabs
+share/rt3/html/Admin/Elements/SelectCustomField
share/rt3/html/Admin/Elements/SelectCustomFieldLookupType
share/rt3/html/Admin/Elements/SelectCustomFieldType
share/rt3/html/Admin/Elements/SelectGroups
@@ -423,7 +425,6 @@ share/rt3/html/Approvals/Elements/ShowDependency
share/rt3/html/Approvals/Elements/Tabs
share/rt3/html/Approvals/autohandler
share/rt3/html/Approvals/index.html
-share/rt3/html/CalPopup.html
share/rt3/html/Dashboards/Elements/DashboardsForObject
share/rt3/html/Dashboards/Elements/DashboardsForObjects
share/rt3/html/Dashboards/Elements/Deleted
diff --git a/devel/rt3/distinfo b/devel/rt3/distinfo
index 78eaff69728..716ec9ed558 100644
--- a/devel/rt3/distinfo
+++ b/devel/rt3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2009/09/15 23:15:58 spz Exp $
+$NetBSD: distinfo,v 1.14 2009/12/04 09:30:20 spz Exp $
-SHA1 (rt-3.8.5.tar.gz) = 26854e1a34052a2a922dc0ff533056f782813ea7
-RMD160 (rt-3.8.5.tar.gz) = 132516bc5cd15a3a1f8fd0c46b3d95fafc1f53eb
-Size (rt-3.8.5.tar.gz) = 3323600 bytes
+SHA1 (rt-3.8.6.tar.gz) = a26350016a828ab4067438f0ea9b2b97ca9026f7
+RMD160 (rt-3.8.6.tar.gz) = 39b79564aa697beda78eb7b05fd718a3f9d4b28c
+Size (rt-3.8.6.tar.gz) = 3363499 bytes
SHA1 (patch-aa) = 23964ba8d686931e1f92be88fa3a5d5e06070fce