From e1f7a911704d152e9f38491ba7a4dd3d2a91bde5 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 22 May 2001 21:12:20 +0000 Subject: Update imp to 2.2.5. Changes from version 2.2.4: [bjn] SECURITY: Use is_uploaded_file() function to validate all attachment uploads (prevent spoofing). [bjn] SECURITY: Fix attachment upload to use tempnam(). (Jarno Huuskonen ) [cjh] SECURITY: Fix attachment viewers to use tempnam(). [cjh] Fix mysql warning with php 4.0.7. [max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Add addslashes() to mysql db library. [bjn] Bug 577: umask fixes to prevent world-writable /tmp files. () [bjn] Bug 517: Fixes for LDAP searching--bogus LDAP filters when some drop-downs were switched away from default values. (Robert Marchand ) [cjh] Allow '+' to terminate URLs. --- mail/imp/Makefile | 8 ++++---- mail/imp/distinfo | 6 +++--- mail/imp/pkg/PLIST | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'mail/imp') diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 903192856b4..f8247d6bf09 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/04/30 06:11:09 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/22 21:12:20 jlam Exp $ -DISTNAME= imp-2.2.4 +DISTNAME= imp-2.2.5 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ @@ -8,7 +8,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.horde.org/imp/ COMMENT= Internet Messaging Program -DEPENDS+= horde-1.2.4:../../www/horde +DEPENDS+= horde-1.2.5:../../www/horde DEPENDS+= php-imap>3.0.17:../../www/php4-imap NO_CONFIGURE= # defined @@ -50,7 +50,7 @@ post-patch: $${file}.orig > $${file}; \ done cd ${WRKSRC}/scripts; \ - for file in impsetup.pl pine2imp.pl; do \ + for file in pine2imp.pl; do \ ${MV} -f $${file} $${file}.orig; \ ${SED} -e "s|/usr/bin/perl|${PERL5}|g" \ -e "s|/usr/local/|${LOCALBASE}/|g" \ diff --git a/mail/imp/distinfo b/mail/imp/distinfo index d1d6d284a8c..5a71d7a82a5 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:58 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/22 21:12:21 jlam Exp $ -SHA1 (imp-2.2.4.tar.gz) = ff22bb66d8ac714593e1cfde995d98ceaf75a253 -Size (imp-2.2.4.tar.gz) = 360076 bytes +SHA1 (imp-2.2.5.tar.gz) = 82be7689ce888ec7c433ce1ff5663c5cde9c3059 +Size (imp-2.2.5.tar.gz) = 355561 bytes SHA1 (patch-aa) = 2149a5a9954d975b9b8c1df5c64c09cd0bf330d3 diff --git a/mail/imp/pkg/PLIST b/mail/imp/pkg/PLIST index 4da68da6dba..4fe2c95b55d 100644 --- a/mail/imp/pkg/PLIST +++ b/mail/imp/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2001/04/30 06:11:09 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/05/22 21:12:21 jlam Exp $ share/doc/imp/CHANGES share/doc/imp/COPYING share/doc/imp/CREDITS share/doc/imp/DATABASE share/doc/imp/HELP share/doc/imp/INSTALL +share/doc/imp/KNOWN_BUGS share/doc/imp/PACKAGES share/doc/imp/README share/doc/imp/SECURITY @@ -734,7 +735,6 @@ share/horde/imp/poppassd.php3 share/horde/imp/prefs.php3 share/horde/imp/remote_login.php3 share/horde/imp/scripts/imp-cleanup.cron -share/horde/imp/scripts/impsetup.pl share/horde/imp/scripts/pine2imp.pl share/horde/imp/scripts/realsecure.sh share/horde/imp/select.php3 -- cgit v1.2.3