Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5FD6163BA59 for ; Tue, 4 May 2010 22:55:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 01AE663B185; Tue, 4 May 2010 22:55:00 +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 244F463B182 for ; Tue, 4 May 2010 22:54:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 10478175DD; Tue, 4 May 2010 22:54:59 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 4 May 2010 22:54:59 +0000 From: Matthias Scheler Subject: CVS commit: [pkgsrc-2010Q1] pkgsrc/chat/jabberd To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20100504225459.10478175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Tue May 4 22:54:59 UTC 2010 Modified Files: pkgsrc/chat/jabberd [pkgsrc-2010Q1]: Makefile distinfo pkgsrc/chat/jabberd/patches [pkgsrc-2010Q1]: patch-ad Log Message: Pullup ticket #3102 - requested by gdt chat/jabberd: portability fix Revisions pulled up: - chat/jabberd/Makefile 1.33 - chat/jabberd/distinfo 1.8 - chat/jabberd/patches/patch-ad 1.4 --- Module Name: pkgsrc Committed By: gdt Date: Tue May 4 18:33:35 UTC 2010 Modified Files: pkgsrc/chat/jabberd: Makefile distinfo pkgsrc/chat/jabberd/patches: patch-ad Log Message: Call SSL_library_init() before any other operations. Fixes "no ciphers" problem with newer openssl. From http://lists.alioth.debian.org/pipermail/pkg-openssl-devel/2005-October/000219.html To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.32.2.1 pkgsrc/chat/jabberd/Makefile cvs rdiff -u -r1.7 -r1.7.16.1 pkgsrc/chat/jabberd/distinfo cvs rdiff -u -r1.3 -r1.3.46.1 pkgsrc/chat/jabberd/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.