From owner-cvs-ports@FreeBSD.ORG Thu Jun 17 21:29:20 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF46D10656C3; Thu, 17 Jun 2010 21:29:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFD678FC19; Thu, 17 Jun 2010 21:29:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5HLTKY3095039; Thu, 17 Jun 2010 21:29:20 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5HLTKqM095038; Thu, 17 Jun 2010 21:29:20 GMT (envelope-from dougb) Message-Id: <201006172129.o5HLTKqM095038@repoman.freebsd.org> From: Doug Barton Date: Thu, 17 Jun 2010 21:29:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/dirmngr Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 21:29:20 -0000 dougb 2010-06-17 21:29:20 UTC FreeBSD ports repository Modified files: security/dirmngr Makefile distinfo Log: Upgrade to version 1.1.0, which has the following changes: * Fixed a resource problem with LDAP CRLs. * Fixed a bad EOF detection with HTTP CRLs. * Made "dirmngr-client --url --load-crl URL" work. * New option --ignore-cert-extension. * Make use of libassuan 2.0 which is available as a DSO. For the port: * Add the verify target to check the PGP signature of the distfile * Since libassuan is now a shared lib, move it LIB_DEPENDS * The infrastructure for disabling NLS was already present, so add an OPTION Approved by: maintainer Revision Changes Path 1.44 +13 -5 ports/security/dirmngr/Makefile 1.16 +6 -3 ports/security/dirmngr/distinfo