From owner-svn-ports-all@freebsd.org Mon Feb 1 06:37:11 2016 Return-Path: Delivered-To: svn-ports-all@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 173BEA961A6; Mon, 1 Feb 2016 06:37:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DC3726C3; Mon, 1 Feb 2016 06:37:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u116b94x066991; Mon, 1 Feb 2016 06:37:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u116b9xt066989; Mon, 1 Feb 2016 06:37:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602010637.u116b9xt066989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 1 Feb 2016 06:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407686 - in head/sysutils/fusefs-libs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 06:37:11 -0000 Author: pi Date: Mon Feb 1 06:37:09 2016 New Revision: 407686 URL: https://svnweb.freebsd.org/changeset/ports/407686 Log: sysutils/fusefs-libs: 2.9.4 -> 2.9.5 - fix warning in mount.c:receive_fd(). Reported by Albert Berger - fix possible memory leak. Reported by Jose R. Guzman PR: 206786 Submitted by: Brendan Molloy (maintainer) Deleted: head/sysutils/fusefs-libs/files/patch-configure.ac Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/distinfo Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Mon Feb 1 06:27:54 2016 (r407685) +++ head/sysutils/fusefs-libs/Makefile Mon Feb 1 06:37:09 2016 (r407686) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fusefs -PORTVERSION= 2.9.4 -PORTREVISION= 1 +PORTVERSION= 2.9.5 CATEGORIES= sysutils PKGNAMESUFFIX= -libs @@ -18,7 +17,7 @@ OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= libfuse GH_PROJECT= libfuse -GH_TAGNAME= 6adcb71 +GH_TAGNAME= 1ac9ca5 GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin Modified: head/sysutils/fusefs-libs/distinfo ============================================================================== --- head/sysutils/fusefs-libs/distinfo Mon Feb 1 06:27:54 2016 (r407685) +++ head/sysutils/fusefs-libs/distinfo Mon Feb 1 06:37:09 2016 (r407686) @@ -1,2 +1,2 @@ -SHA256 (libfuse-libfuse-2.9.4-6adcb71_GH0.tar.gz) = 756c1a3e84febcbf41fc64dea2b1234f890c4098742b3861f7ede63a711a4bcf -SIZE (libfuse-libfuse-2.9.4-6adcb71_GH0.tar.gz) = 215632 +SHA256 (libfuse-libfuse-2.9.5-1ac9ca5_GH0.tar.gz) = 5573fd045691729f1df1dc8bd8ba4cc5f708c4f7d66b51ab208b3b91986573ea +SIZE (libfuse-libfuse-2.9.5-1ac9ca5_GH0.tar.gz) = 208839