From owner-cvs-all@FreeBSD.ORG Sun Mar 20 09:38:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC5C16A4CE; Sun, 20 Mar 2005 09:38:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3086643D5A; Sun, 20 Mar 2005 09:38:27 +0000 (GMT) (envelope-from krion@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 j2K9cRV0095289; Sun, 20 Mar 2005 09:38:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2K9cRli095288; Sun, 20 Mar 2005 09:38:27 GMT (envelope-from krion) Message-Id: <200503200938.j2K9cRli095288@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 20 Mar 2005 09:38:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING ports/sysutils/portsnap Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 09:38:27 -0000 krion 2005-03-20 09:38:26 UTC FreeBSD ports repository Modified files: . UPDATING sysutils/portsnap Makefile distinfo pkg-message Log: Update portsnap to version 0.9. This brings the following changes: * SHA-256 has replaced SHA-1 as a hash function used for verifying integrity of the ports tree. * The RSA signature verification is now performed using OpenSSL rather than "borrowing" code from FreeBSD Update. * In addition to distributing the ports tree, portsnap now also produces up-to-date INDEX, INDEX-4, and INDEX-5 files. * When fetching a series of patches, portsnap now prints a simple progress indicator. PR: ports/79044 Submitted by: maintainer Revision Changes Path 1.166 +19 -1 ports/UPDATING 1.6 +6 -6 ports/sysutils/portsnap/Makefile 1.4 +2 -2 ports/sysutils/portsnap/distinfo 1.3 +7 -2 ports/sysutils/portsnap/pkg-message