Date: Thu, 14 Dec 2017 13:37:38 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456290 - head/net/rsync-bpc Message-ID: <201712141337.vBEDbc1P086213@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Dec 14 13:37:38 2017 New Revision: 456290 URL: https://svnweb.freebsd.org/changeset/ports/456290 Log: net/rsync-bpc: Update from 3.0.9.9 to 3.0.9.11 Changelog: 3.0.9.10 Fix to only call hardlink reference count checking when -H (preserve_hard_links) is specified. 3.0.9.11 Fix to ensure hlink_nlinks is non-NULL before using it. PR: 224333 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: mentors (implicit) Modified: head/net/rsync-bpc/Makefile head/net/rsync-bpc/distinfo Modified: head/net/rsync-bpc/Makefile ============================================================================== --- head/net/rsync-bpc/Makefile Thu Dec 14 13:18:41 2017 (r456289) +++ head/net/rsync-bpc/Makefile Thu Dec 14 13:37:38 2017 (r456290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rsync-bpc -PORTVERSION= 3.0.9.9 +DISTVERSION= 3.0.9.11 CATEGORIES= net MAINTAINER= moiseev@mezonplus.ru Modified: head/net/rsync-bpc/distinfo ============================================================================== --- head/net/rsync-bpc/distinfo Thu Dec 14 13:18:41 2017 (r456289) +++ head/net/rsync-bpc/distinfo Thu Dec 14 13:37:38 2017 (r456290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512372539 -SHA256 (backuppc-rsync-bpc-3.0.9.9_GH0.tar.gz) = c1a3d7ffd5231c9ee44ea78b51ca528930cbced308deb2e3dc328135fcfe7633 -SIZE (backuppc-rsync-bpc-3.0.9.9_GH0.tar.gz) = 779085 +TIMESTAMP = 1513258507 +SHA256 (backuppc-rsync-bpc-3.0.9.11_GH0.tar.gz) = e18b4d3a8370718305b920ee2ac1edf1144683c81f690126b9963930a0edce38 +SIZE (backuppc-rsync-bpc-3.0.9.11_GH0.tar.gz) = 779226
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712141337.vBEDbc1P086213>