Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 10DC2A5D59 for ; Fri, 20 Jun 2014 05:24:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5142A14A399; Fri, 20 Jun 2014 05:24:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F3B814A39C for ; Fri, 20 Jun 2014 05:24:34 +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 xHWHHGshhQUp for ; Fri, 20 Jun 2014 05:24:33 +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 AC87014A39F for ; Fri, 20 Jun 2014 05:24:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57C6D96; Fri, 20 Jun 2014 05:24:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 20 Jun 2014 05:24:32 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/mail/sendmail To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20140620052432.57C6D96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jnemeth Date: Fri Jun 20 05:24:32 UTC 2014 Modified Files: pkgsrc/mail/sendmail: Makefile distinfo pkgsrc/mail/sendmail/files: netbsd-proto.mc pkgsrc/mail/sendmail/patches: patch-an patch-au patch-aw patch-ay Added Files: pkgsrc/mail/sendmail/patches: patch-ba patch-bb patch-bc patch-bd patch-be Log Message: Update to sendmail 8.14.9nb1: this is a pkgsrc bugfix update - remove some HTML cruft from netbsd-proto.mc - stop trying to set file ownership and group during stage-install - initialize sm_res earlier and test before calling res_ninit() - clear SSL_OP_TLSEXT_PADDING by defualt to fix interoperability issues - eliminate stray call to res_search() - verified with nm that all deprecated resolver functions have been eradicated The above should address the folling PRs: - PR/47207 - Richard Palo -- attempt to set ownership when unprivileged - PR/48566 - Emmanuel Dreyfus -- problem with TLS timeouts - PR/48913 - Matthias Scheler -- attempt to set ownership when unprivileged To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 pkgsrc/mail/sendmail/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/mail/sendmail/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/sendmail/files/netbsd-proto.mc cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/sendmail/patches/patch-an \ pkgsrc/mail/sendmail/patches/patch-au \ pkgsrc/mail/sendmail/patches/patch-aw \ pkgsrc/mail/sendmail/patches/patch-ay cvs rdiff -u -r0 -r1.3 pkgsrc/mail/sendmail/patches/patch-ba cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sendmail/patches/patch-bb \ pkgsrc/mail/sendmail/patches/patch-bc \ pkgsrc/mail/sendmail/patches/patch-bd \ pkgsrc/mail/sendmail/patches/patch-be Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.