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 22009AEA96 for ; Fri, 22 Aug 2014 16:43:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6412614A231; Fri, 22 Aug 2014 16:43:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D51BA14A172 for ; Fri, 22 Aug 2014 16:43:05 +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 iLCiBvLhPXZd for ; Fri, 22 Aug 2014 16:43:05 +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 3F0D814A11E for ; Fri, 22 Aug 2014 16:43:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33D2296; Fri, 22 Aug 2014 16:43:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 22 Aug 2014 16:43:05 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2014Q2] pkgsrc/security/gpgme To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20140822164305.33D2296@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 Aug 22 16:43:05 UTC 2014 Modified Files: pkgsrc/security/gpgme [pkgsrc-2014Q2]: Makefile distinfo Log Message: Pullup ticket #4479 - requested by wiz security/gpgme: security update Revisions pulled up: - security/gpgme/Makefile 1.73 - security/gpgme/distinfo 1.32 --- Module Name: pkgsrc Committed By: wiz Date: Thu Aug 21 20:40:58 UTC 2014 Modified Files: pkgsrc/security/gpgme: Makefile distinfo Log Message: Update to 1.4.4. Remove obsolete configure args. Noteworthy changes in version 1.4.4 (2014-07-30) [C22/A11/R1] ------------------------------------------------------------- Backported from 1.5.1: * Fixed possible overflow in gpgsm and uiserver engines. [CVE-2014-3564] * Fixed possibled segv in gpgme_op_card_edit. * Fixed minor memleaks and possible zombie processes. * Fixed prototype inconsistencies and void pointer arithmetic. Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0] ------------------------------------------------------------- * The default engine names are now taken from the output of gpgconf. If gpgconf is not found the use of gpg 1 is assumed. * Under Windows the default engines names are first searched in the installation directory of the gpgme DLL. * New function gpgme_data_identify to detect the type of a message. * Interface changes relative to the 1.4.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_signers_count NEW. gpgme_data_type_t NEW. gpgme_data_identify NEW. Noteworthy changes in version 1.4.2 (2013-05-28) ------------------------------------------------ * Allow symmetric encryption with gpgme_op_encrypt_sign. * Fixed mismatching off_t definitions on Windows. * Interface changes relative to the 1.4.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_off_t NEW. gpgme_size_t NEW. GPGME_PROTOCOL_OPENPGP NEW alias. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.72.10.1 pkgsrc/security/gpgme/Makefile cvs rdiff -u -r1.31 -r1.31.10.1 pkgsrc/security/gpgme/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.