From owner-cvs-ports@FreeBSD.ORG Tue Oct 18 17:32:59 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A66C816A41F; Tue, 18 Oct 2005 17:32:59 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F86543D48; Tue, 18 Oct 2005 17:32:59 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9IHWxaK094829; Tue, 18 Oct 2005 17:32:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9IHWxRx094828; Tue, 18 Oct 2005 17:32:59 GMT (envelope-from arved) Message-Id: <200510181732.j9IHWxRx094828@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 18 Oct 2005 17:32:59 +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/libgcrypt 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: Tue, 18 Oct 2005 17:32:59 -0000 arved 2005-10-18 17:32:59 UTC FreeBSD ports repository Modified files: security/libgcrypt Makefile distinfo Log: Update to 1.2.2 Noteworthy changes are: * Made the RNG immune against fork without exec. * Minor changes to some function declarations. Buffer arguments are now typed as void pointer. This should not affect any compilation. * A bug in the definition of gcry_cipher_register has been fixed. Revision Changes Path 1.25 +1 -2 ports/security/libgcrypt/Makefile 1.9 +2 -2 ports/security/libgcrypt/distinfo