Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8CA6163EE2F for ; Fri, 25 Jan 2013 10:16:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6D92714A149; Fri, 25 Jan 2013 10:16:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FCD814A140 for ; Fri, 25 Jan 2013 10:16:04 +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 ev35u97QbC56 for ; Fri, 25 Jan 2013 10:16:03 +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 76CC814A13E for ; Fri, 25 Jan 2013 10:16:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6C339175DD; Fri, 25 Jan 2013 10:16:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 25 Jan 2013 10:16:03 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2012Q4] pkgsrc/security/gnupg To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20130125101603.6C339175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Fri Jan 25 10:16:03 UTC 2013 Modified Files: pkgsrc/security/gnupg [pkgsrc-2012Q4]: Makefile distinfo options.mk Added Files: pkgsrc/security/gnupg/patches [pkgsrc-2012Q4]: patch-cipher_idea.c Log Message: Pullup ticket #4040 - requested by wiz security/gnupg: bug fix patch Revisions pulled up: - security/gnupg/Makefile 1.116-1.117 - security/gnupg/distinfo 1.58-1.60 - security/gnupg/options.mk 1.16 - security/gnupg/patches/patch-cipher_idea.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Mon Jan 7 12:26:56 UTC 2013 Modified Files: pkgsrc/security/gnupg: distinfo options.mk Log Message: Remove idea option -- included in standard distfile now. --- Module Name: pkgsrc Committed By: wiz Date: Mon Jan 7 21:47:01 UTC 2013 Modified Files: pkgsrc/security/gnupg: distinfo Log Message: Remove a superfluous line (hi tron!) --- Module Name: pkgsrc Committed By: wiz Date: Mon Jan 7 21:47:32 UTC 2013 Modified Files: pkgsrc/security/gnupg: Makefile Log Message: Remove obsolete line. Noted by tez. --- Module Name: pkgsrc Committed By: wiz Date: Mon Jan 7 21:53:53 UTC 2013 Modified Files: pkgsrc/security/gnupg: Makefile distinfo Added Files: pkgsrc/security/gnupg/patches: patch-cipher_idea.c Log Message: Fix idea on big-endian hosts. >From http://bugs.g10code.com/gnupg/issue1461 Reported by tez. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.114.2.1 -r1.114.2.2 pkgsrc/security/gnupg/Makefile cvs rdiff -u -r1.55.2.2 -r1.55.2.3 pkgsrc/security/gnupg/distinfo cvs rdiff -u -r1.15 -r1.15.6.1 pkgsrc/security/gnupg/options.mk cvs rdiff -u -r0 -r1.1.2.2 pkgsrc/security/gnupg/patches/patch-cipher_idea.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.