diff options
author | martti <martti@pkgsrc.org> | 2007-12-05 07:11:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-12-05 07:11:28 +0000 |
commit | ef3b9645126e13f23a4aedfaee138d51f746bed7 (patch) | |
tree | eaaf1bac928309c84b7929c221c683a2fb45dacb /mail/squirrelmail/Makefile | |
parent | 2d03b85bfcee7485c7fdc549603bdfa8814016c4 (diff) | |
download | pkgsrc-ef3b9645126e13f23a4aedfaee138d51f746bed7.tar.gz |
Updated mail/squirrelmail to 1.4.12
NOTE: includes a critical bug fix in the attachment handling
- Enabled user selection of address format when adding from address
book during message composition.
- Fixed issue with adding attachments in PHP 4.x environments (#1805471).
- Backport size setting on "newmail" popup window.
- Added a "short_open_tag" configuration test.
- Undefined notice in error message box when no default folder prefix is set.
- Undefined index error when downloading. Possibly caused by using tabs and
opening multiple mailboxes.
- PAGE_NAME might not be defined in all plugins, which might cause a
"not defined" error on session timeouts.
- Fixed outgoing messages to allow addresses such as "0@..." or "000@...",
etc. (#1818398).
- Fixed issue with in-reply-to and reference headers not being retained on
reply (#1810659).
- Revived logout_error hook (#1800015).
- Allow custom session handlers to work correctly (and be defined at the
application level with SquirrelMail).
- Fix off-by-one in bodystructure parsing triggered by servers sending
a body location part (e.g. Sun Java System Messaging Server). Thanks
John Callahan (#1808382).
- Invalid initialization of To: header (#1772893).
- Includes cleanup in include/validate.php.
- Cleanup in multiple files to remove unneeded includes.
- Added sort by size (#812233 and #159997, plus multiple list requests).
Patch provided by Christopher E. Brown.
- Fix bug in sitewide SMTP settings still using authenticated user, rather
than configured settings (#1835942).
- Fixed mailto: functionality.
- Added mailto: link handling when viewing messages.
- Handle PHP's insistence on setting the value to 'deleted' for destroyed
sessions
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index a470b61807e..ee6b78b9e09 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2007/10/30 19:31:40 martti Exp $ +# $NetBSD: Makefile,v 1.95 2007/12/05 07:11:28 martti Exp $ -DISTNAME= squirrelmail-1.4.11 +DISTNAME= squirrelmail-1.4.12 #PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} @@ -30,7 +30,7 @@ BUILD_DEFS+= VARBASE .include "options.mk" PKG_SYSCONFSUBDIR?= httpd -MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} +MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/squirrelmail SMDIR= ${PREFIX}/share/squirrelmail @@ -38,24 +38,24 @@ DATADIR= ${VARBASE}/spool/squirrelmail ATTACHMENTS_DIR= ${DATADIR}/attachments USER_PREFS_DIR= ${DATADIR}/data -MESSAGE_SUBST+= SMDIR=${SMDIR:Q} -FILES_SUBST+= SMDIR=${SMDIR:Q} +MESSAGE_SUBST+= SMDIR=${SMDIR} +FILES_SUBST+= SMDIR=${SMDIR} -CONF_FILES= ${SMDIR:Q}/config/config_default.php \ - ${SMDIR:Q}/config/config.php -CONF_FILES+= ${SMDIR:Q}/data/default_pref \ - ${DATADIR:Q}/data/default_pref -CONF_FILES+= ${EGDIR:Q}/squirrelmail.conf \ - ${PKG_SYSCONFDIR:Q}/squirrelmail.conf +CONF_FILES= ${SMDIR}/config/config_default.php \ + ${SMDIR}/config/config.php +CONF_FILES+= ${SMDIR}/data/default_pref \ + ${DATADIR}/data/default_pref +CONF_FILES+= ${EGDIR}/squirrelmail.conf \ + ${PKG_SYSCONFDIR}/squirrelmail.conf -REQD_DIRS+= ${SMDIR:Q} ${SMDIR:Q}/config +REQD_DIRS+= ${SMDIR} ${SMDIR}/config OWN_DIRS= ${DATADIR} OWN_DIRS_PERMS= ${ATTACHMENTS_DIR} ${ROOT_USER} ${APACHE_GROUP} 730 OWN_DIRS_PERMS+= ${USER_PREFS_DIR} ${APACHE_USER} ${APACHE_GROUP} 755 SUBST_CLASSES+= paths -SUBST_FILES.paths= ${WRKDIR:Q}/squirrelmail.conf.dist +SUBST_FILES.paths= ${WRKDIR}/squirrelmail.conf.dist SUBST_FILES.paths+= config/config_default.php SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.paths+= -e 's,@ATTACHMENTS_DIR@,${ATTACHMENTS_DIR},g' @@ -68,25 +68,25 @@ INSTALLATION_DIRS+= share/examples/squirrelmail INSTALLATION_DIRS+= share/squirrelmail post-extract: - cp ${FILESDIR:Q}/squirrelmail.conf.dist \ - ${WRKDIR:Q}/squirrelmail.conf.dist + cp ${FILESDIR}/squirrelmail.conf.dist \ + ${WRKDIR}/squirrelmail.conf.dist pre-configure: - find ${WRKSRC:Q} \( -name '*.orig*' -o -name '.cvsignore' \) \ + find ${WRKSRC} \( -name '*.orig*' -o -name '.cvsignore' \) \ -exec rm -f {} \; # currently, we use iso_2022_jp.php in squirrelmail-decode package. # rm -f ${WRKSRC}/functions/decode/iso_2022_jp.php do-install: - ${INSTALL_DATA} ${WRKDIR:Q}/squirrelmail.conf.dist ${EGDIR:Q}/squirrelmail.conf - cp -R ${WRKSRC:Q}/* ${SMDIR:Q} + ${INSTALL_DATA} ${WRKDIR}/squirrelmail.conf.dist ${EGDIR}/squirrelmail.conf + cp -R ${WRKSRC}/* ${SMDIR} chown -R ${SHAREOWN}:${SHAREGRP} ${SMDIR} find ${SMDIR} -type d -exec chmod ${PKGDIRMODE} {} \; find ${SMDIR} -type f -exec chmod ${SHAREMODE} {} \; - chmod a+x ${SMDIR:Q}/config/conf.pl - ${INSTALL_DATA} ${WRKSRC:Q}/data/index.php ${USER_PREFS_DIR:Q}/ - ${INSTALL_DATA} ${WRKSRC:Q}/data/.htaccess ${USER_PREFS_DIR:Q}/ + chmod a+x ${SMDIR}/config/conf.pl + ${INSTALL_DATA} ${WRKSRC}/data/index.php ${USER_PREFS_DIR}/ + ${INSTALL_DATA} ${WRKSRC}/data/.htaccess ${USER_PREFS_DIR}/ mv ${PREFIX}/share/squirrelmail/contrib/conf.pl.8 \ ${PREFIX}/${PKGMANDIR}/man8/squirrelmail-conf.pl.8 |