From owner-svn-ports-head@freebsd.org Sun Sep 20 12:56:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4882FA02268; Sun, 20 Sep 2015 12:56:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38CE11869; Sun, 20 Sep 2015 12:56:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KCubk1090477; Sun, 20 Sep 2015 12:56:37 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KCua21090475; Sun, 20 Sep 2015 12:56:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201509201256.t8KCua21090475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 20 Sep 2015 12:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397366 - head/security/libssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 12:56:37 -0000 Author: johans Date: Sun Sep 20 12:56:36 2015 New Revision: 397366 URL: https://svnweb.freebsd.org/changeset/ports/397366 Log: - Update to 0.7.2 (bugfix release) [1] - Switch MASTER_SITE as the original one is down PR: 203171 [1] Submitted by: rakuco Modified: head/security/libssh/Makefile head/security/libssh/distinfo Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sun Sep 20 12:51:05 2015 (r397365) +++ head/security/libssh/Makefile Sun Sep 20 12:56:36 2015 (r397366) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.2 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/140/ +MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Sun Sep 20 12:51:05 2015 (r397365) +++ head/security/libssh/distinfo Sun Sep 20 12:56:36 2015 (r397366) @@ -1,2 +1,2 @@ -SHA256 (libssh-0.7.0.tar.xz) = 0551bc341f33641ddc349b31730b3010870ad26a4dbfad3d090a1738fe3e402b -SIZE (libssh-0.7.0.tar.xz) = 349548 +SHA256 (libssh-0.7.2.tar.xz) = d37072116bcdd4716c91e98e633cd8a734b065c8c9614b6b9ecae9a5ec6de6ce +SIZE (libssh-0.7.2.tar.xz) = 350692