./devel/rt3, Industrial-grade ticketing system

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


Branch: pkgsrc-2012Q1, Version: 3.8.12, Package name: rt-3.8.12, Maintainer: spz

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


Package options: fastcgi, mysql

Master sites:

SHA1: aa657de2fd687c51f31216df6dc1f639a0bc1f7c
RMD160: fa6b251aa1c7851a35243181c3b802a668c1e0ba
Filesize: 5595.731 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-28 12:51:01 by Matthias Scheler | Files touched by this commit (11) | Package removed
Log message:
Pullup ticket #3808 - requested by spz
devel/rt3: security update

Revisions pulled up:
- devel/rt3/Makefile                                            1.49
- devel/rt3/Makefile.install                                    1.18
- devel/rt3/PLIST                                               1.21
- devel/rt3/distinfo                                            1.22
- devel/rt3/patches/patch-lib_RT_Action_CreateTickets.pm        deleted
- devel/rt3/patches/patch-lib_RT_Ticket__Overlay.pm             deleted
- devel/rt3/patches/patch-lib_RT_Transaction__Overlay.pm        deleted
- devel/rt3/patches/patch-share_html_Admin_CustomFields_Modify.html deleted
- devel/rt3/patches/patch-share_html_Search_Bulk.html           deleted
- devel/rt3/patches/patch-share_html_Search_Elements_SelectChartType deleted
- devel/rt3/patches/patch-share_html_Ticket_Elements_PreviewScrips deleted

---
   Module Name:	pkgsrc
   Committed By:	spz
   Date:		Fri May 25 19:55:44 UTC 2012

   Modified Files:
   	pkgsrc/devel/rt3: Makefile Makefile.install PLIST distinfo
   Removed Files:
   	pkgsrc/devel/rt3/patches: patch-lib_RT_Action_CreateTickets.pm
   	    patch-lib_RT_Ticket__Overlay.pm
   	    patch-lib_RT_Transaction__Overlay.pm
   	    patch-share_html_Admin_CustomFields_Modify.html
   	    patch-share_html_Search_Bulk.html
   	    patch-share_html_Search_Elements_SelectChartType
   	    patch-share_html_Ticket_Elements_PreviewScrips

   Log message:
   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.