summaryrefslogtreecommitdiff
path: root/mail/imp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-22 21:12:20 +0000
committerjlam <jlam>2001-05-22 21:12:20 +0000
commite1f7a911704d152e9f38491ba7a4dd3d2a91bde5 (patch)
treed37af9100e2a064cf27eca630ba6f24c99f1cd44 /mail/imp/Makefile
parentd2eee8f9ac9eed949ad10db1889d4e2754a8660b (diff)
downloadpkgsrc-e1f7a911704d152e9f38491ba7a4dd3d2a91bde5.tar.gz
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 <Jarno.Huuskonen@uku.fi>) [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. (<andreas@conectiva.com.br>) [bjn] Bug 517: Fixes for LDAP searching--bogus LDAP filters when some drop-downs were switched away from default values. (Robert Marchand <robert.marchand@UMontreal.CA>) [cjh] Allow '+' to terminate URLs.
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r--mail/imp/Makefile8
1 files changed, 4 insertions, 4 deletions
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" \