Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 61AC3A581B for ; Sat, 19 Apr 2014 05:19:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C929614A30D; Sat, 19 Apr 2014 05:19:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A42E914A30C for ; Sat, 19 Apr 2014 05:19:39 +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 cvLiuVsGYmcM for ; Sat, 19 Apr 2014 05:19:39 +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 E559914A300 for ; Sat, 19 Apr 2014 05:19:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9834096; Sat, 19 Apr 2014 05:19:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 19 Apr 2014 05:19:38 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2014Q1] pkgsrc/net/rsync To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20140419051938.9834096@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: spz Date: Sat Apr 19 05:19:38 UTC 2014 Modified Files: pkgsrc/net/rsync [pkgsrc-2014Q1]: Makefile distinfo Added Files: pkgsrc/net/rsync/patches [pkgsrc-2014Q1]: patch-authenticate.c Log Message: Pullup ticket #4380 - requested by tron net/rsync: security patch Revisions pulled up: - net/rsync/Makefile 1.93 - net/rsync/distinfo 1.39 - net/rsync/patches/patch-authenticate.c 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Fri Apr 18 23:29:39 UTC 2014 Modified Files: pkgsrc/net/rsync: Makefile distinfo Added Files: pkgsrc/net/rsync/patches: patch-authenticate.c Log Message: Add security patch from Samba GIT repository to address remote DoS vulnerability in rsync's daemon mode (CVE-2014-2855). To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/rsync/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/rsync/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/patches/patch-authenticate.c To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.92.2.1 pkgsrc/net/rsync/Makefile cvs rdiff -u -r1.38 -r1.38.4.1 pkgsrc/net/rsync/distinfo cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/net/rsync/patches/patch-authenticate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.