./devel/rt3, Industrial-grade ticketing system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 3.8.6, Package name: rt-3.8.6, Maintainer: pkgsrc-users

RT is an industrial-grade ticketing system. It lets a group of
people intelligently and efficiently manage requests submitted by
a community of users. RT is used by systems administrators, customer
support staffs, NOCs, developers and even marketing departments at
over a thousand sites around the world.


Required to run:
[time/p5-Calendar-Simple] [time/p5-Data-ICal] [time/p5-TimeDate] [time/p5-Time-modules] [databases/p5-DBD-mysql] [databases/p5-DBIx-SearchBuilder] [databases/p5-DBI] [net/p5-Net-Server] [net/p5-Net] [textproc/p5-Encode] [textproc/p5-XML-RSS] [textproc/p5-Text-Quoted] [textproc/p5-Text-Wrapper] [textproc/p5-Text-Template] [textproc/p5-Text-WikiFormat] [textproc/p5-Regexp-Common] [textproc/p5-XML-Simple] [textproc/p5-Text-Autoformat] [devel/p5-Cache-Simple-TimedExpiry] [devel/p5-Module-Refresh] [devel/p5-Log-Dispatch] [devel/p5-UNIVERSAL-require] [devel/p5-PerlIO-eol] [devel/p5-File-ShareDir] [devel/p5-Term-ReadKey] [devel/p5-Tree-Simple] [devel/p5-Module-Versions-Report] [devel/p5-Class-ReturnValue] [graphics/p5-GDGraph] [graphics/p5-GDTextUtil] [graphics/p5-GD] [mail/p5-Email-Address] [mail/p5-MIME-tools] [mail/p5-MIME-Types] [mail/p5-MailTools] [security/p5-Digest] [security/p5-GnuPG-Interface] [security/p5-Digest-MD5] [misc/p5-Locale-Maketext-Fuzzy] [misc/p5-Locale-Maketext] [misc/p5-Locale-Maketext-Lexicon] [www/p5-Apache-Session] [www/p5-libwww] [www/p5-HTML-Scrubber] [www/p5-CSS-Squish] [www/p5-FCGI] [www/p5-CGI] [www/p5-HTML-Parser] [www/p5-HTML-RewriteAttributes] [www/p5-HTML-Format] [www/p5-HTML-Tree] [www/p5-HTTP-Server-Simple-Mason] [www/p5-HTML-Mason] [www/p5-HTTP-Server-Simple] [lang/perl5]


Package options: fastcgi, mysql

Master sites:

SHA1: a26350016a828ab4067438f0ea9b2b97ca9026f7
RMD160: 39b79564aa697beda78eb7b05fd718a3f9d4b28c
Filesize: 3284.667 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-04 16:42:38 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #2945 - requested by spz
rt3: security update

Revisions pulled up:
- devel/rt3/Makefile				1.40
- devel/rt3/Makefile.install			1.14
- devel/rt3/PLIST				1.16
- devel/rt3/distinfo				1.14
---
Module Name:    pkgsrc
Committed By:   spz
Date:           Fri Dec  4 09:30:20 UTC 2009

Modified Files:
        pkgsrc/devel/rt3: Makefile Makefile.install PLIST distinfo

Log message:
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' );