diff options
author | adam <adam@pkgsrc.org> | 2012-06-09 11:54:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-06-09 11:54:50 +0000 |
commit | 75d1c5918710af58b51b7bdf6a5981d238658118 (patch) | |
tree | e07fab65dfa879b3cbd94accb35b289c60c51bee /mail/sqwebmail | |
parent | 7830ead921d63921919ef3b31b44c4a6778185bb (diff) | |
download | pkgsrc-75d1c5918710af58b51b7bdf6a5981d238658118.tar.gz |
Changes 5.5.3:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the
original message.
* msg2html.c (msg2html_download): rfc2231_udecodeDisposition() failure
is not fatal.
* cgi/cgi.c (cgiformdecode): Ditto.
* pcp/pcp.c (list_msg_mime): Ditto.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly
memory.
* showmsg2html.c (error): Provide a definition for error().
* Fix gcc 4.6 warnings
* sqwebmail.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 7 | ||||
-rw-r--r-- | mail/sqwebmail/distinfo | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index ad2c6b3092a..51f7abf0c59 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2012/03/03 00:14:26 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2012/06/09 11:54:50 adam Exp $ -DISTNAME= sqwebmail-5.4.3 -PKGREVISION= 2 +DISTNAME= sqwebmail-5.5.3 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -51,7 +50,6 @@ MIME_TYPES= ${PKG_SYSCONFDIR}/mime.types:${PKG_SYSCONFBASEDIR}/httpd/mime.types # This is used by the sqwebmail configure script to set the location of # the sqwebmaild socket file and lockfile. -# CONFIGURE_ARGS+= --localstatedir=${SQWEBMAIL_STATEDIR} CONFIGURE_ARGS+= --datadir=${PREFIX}/share/courier @@ -116,7 +114,6 @@ post-build: # The sqwebmail install target incorrectly overwrites the mode on # the webmail directory, so fix it back to the right value. -# fix-perms: ${CHMOD} 0700 ${DESTDIR}${LIBEXECDIR}/webmail diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo index 066f3b7a4d9..3bb8e9bf7a4 100644 --- a/mail/sqwebmail/distinfo +++ b/mail/sqwebmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2010/11/10 10:52:46 adam Exp $ +$NetBSD: distinfo,v 1.24 2012/06/09 11:54:50 adam Exp $ -SHA1 (sqwebmail-5.4.3.tar.bz2) = 651d3f880eed382ad88c782e8af83a08e76ae328 -RMD160 (sqwebmail-5.4.3.tar.bz2) = ebad2b458e8ab929a82c5277a2a9304477e4422b -Size (sqwebmail-5.4.3.tar.bz2) = 4045464 bytes +SHA1 (sqwebmail-5.5.3.tar.bz2) = ff381bf3805a7b81d913723f6d539fd03b3a9522 +RMD160 (sqwebmail-5.5.3.tar.bz2) = e8493813cea620d27636028ec8e7d78b9aecc493 +Size (sqwebmail-5.5.3.tar.bz2) = 3725216 bytes SHA1 (patch-aa) = 2e2320737a693843a94d5da89273e67823152093 SHA1 (patch-ad) = 30dfbc3e0e05748ad60a75bf2c46a0fa658781e9 SHA1 (patch-ah) = 7dc2fcb609fcfe2b69c79c8a34413022571ef5e2 |