Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id DF44A63B89C for ; Sat, 9 Jun 2012 11:54:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B77D114A452; Sat, 9 Jun 2012 11:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22E6E14A450 for ; Sat, 9 Jun 2012 11:54:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZQGNlUP1dHkm for ; Sat, 9 Jun 2012 11:54:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9000814A36A for ; Sat, 9 Jun 2012 11:54:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 13B88175DD; Sat, 9 Jun 2012 11:54:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 9 Jun 2012 11:54:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/mail/sqwebmail To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120609115451.13B88175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Jun 9 11:54:50 UTC 2012 Modified Files: pkgsrc/mail/sqwebmail: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/mail/sqwebmail/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/sqwebmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.