Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1494E63C1D3 for ; Sat, 16 Apr 2011 09:41:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 93A4219CEDA; Sat, 16 Apr 2011 09:41:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A93319CEBA for ; Sat, 16 Apr 2011 09:41:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SGGxxnb-paT1 for ; Sat, 16 Apr 2011 09:41:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BD4ED19CEA5 for ; Sat, 16 Apr 2011 09:41:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CE5FA175DD; Sat, 16 Apr 2011 09:41:19 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 16 Apr 2011 09:41:19 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/devel/rt3 To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20110416094119.CE5FA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: spz Date: Sat Apr 16 09:41:19 UTC 2011 Modified Files: pkgsrc/devel/rt3: Makefile PLIST distinfo Log Message: Upstream announce message: This release, in addition to being a bugfix release, also resolves a number of security vulnerabilities. It resolves CVE-2011-1685, CVE-2011-1686, CVE-2011-1687, CVE-2011-1688, CVE-2011-1689, and CVE-2011-1690. * Cleanups identified by perlcritic. * Clear the system attribute cache to avoid 'sticky' attributes like the queue subject tag. * Fix our signature escaping so we better match FCKEditor and don't misidentify signatures during processing. * Add the ability to create BasedOn Custom Fields from intiialdata * Provide a callback to affect the display format in admin pages * Fix id prefixing on Custom Fields to be RTIR compatible * Fix #16656 - Requestors with OwnTicket could show up in the owner list in other Queues. * Don't attach the original multipart mail to notifications that already contain one part of it. * Work around CGI.pm 3.51 and 3.52 which add ; charse=ISO-8859-1 to our utf-8 encoded javascript. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/rt3/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/rt3/PLIST pkgsrc/devel/rt3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.