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.
This commit is contained in:
jlam 2001-05-22 21:12:20 +00:00
parent 3f48ef4609
commit 49f7bf5a5c
3 changed files with 9 additions and 9 deletions

View file

@ -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 CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
@ -8,7 +8,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.horde.org/imp/ HOMEPAGE= http://www.horde.org/imp/
COMMENT= Internet Messaging Program 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 DEPENDS+= php-imap>3.0.17:../../www/php4-imap
NO_CONFIGURE= # defined NO_CONFIGURE= # defined
@ -50,7 +50,7 @@ post-patch:
$${file}.orig > $${file}; \ $${file}.orig > $${file}; \
done done
cd ${WRKSRC}/scripts; \ cd ${WRKSRC}/scripts; \
for file in impsetup.pl pine2imp.pl; do \ for file in pine2imp.pl; do \
${MV} -f $${file} $${file}.orig; \ ${MV} -f $${file} $${file}.orig; \
${SED} -e "s|/usr/bin/perl|${PERL5}|g" \ ${SED} -e "s|/usr/bin/perl|${PERL5}|g" \
-e "s|/usr/local/|${LOCALBASE}/|g" \ -e "s|/usr/local/|${LOCALBASE}/|g" \

View file

@ -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 SHA1 (imp-2.2.5.tar.gz) = 82be7689ce888ec7c433ce1ff5663c5cde9c3059
Size (imp-2.2.4.tar.gz) = 360076 bytes Size (imp-2.2.5.tar.gz) = 355561 bytes
SHA1 (patch-aa) = 2149a5a9954d975b9b8c1df5c64c09cd0bf330d3 SHA1 (patch-aa) = 2149a5a9954d975b9b8c1df5c64c09cd0bf330d3

View file

@ -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/CHANGES
share/doc/imp/COPYING share/doc/imp/COPYING
share/doc/imp/CREDITS share/doc/imp/CREDITS
share/doc/imp/DATABASE share/doc/imp/DATABASE
share/doc/imp/HELP share/doc/imp/HELP
share/doc/imp/INSTALL share/doc/imp/INSTALL
share/doc/imp/KNOWN_BUGS
share/doc/imp/PACKAGES share/doc/imp/PACKAGES
share/doc/imp/README share/doc/imp/README
share/doc/imp/SECURITY share/doc/imp/SECURITY
@ -734,7 +735,6 @@ share/horde/imp/poppassd.php3
share/horde/imp/prefs.php3 share/horde/imp/prefs.php3
share/horde/imp/remote_login.php3 share/horde/imp/remote_login.php3
share/horde/imp/scripts/imp-cleanup.cron share/horde/imp/scripts/imp-cleanup.cron
share/horde/imp/scripts/impsetup.pl
share/horde/imp/scripts/pine2imp.pl share/horde/imp/scripts/pine2imp.pl
share/horde/imp/scripts/realsecure.sh share/horde/imp/scripts/realsecure.sh
share/horde/imp/select.php3 share/horde/imp/select.php3