Date: Mon, 1 Feb 2016 06:37:09 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201602010637.u116b9xt066989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <brendan+freebsd@bbqsrc.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602010637.u116b9xt066989>