Date: Sun, 9 Jul 2017 00:34:23 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445357 - head/net/rsync-bpc Message-ID: <201707090034.v690YNcB088489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Sun Jul 9 00:34:23 2017 New Revision: 445357 URL: https://svnweb.freebsd.org/changeset/ports/445357 Log: net/rsync-bpc: update 3.0.9.6 -> 3.0.9.8 Changelog: - 3.0.9.7 * An important bug fix - fixed reference counting for a particular case in bpc_unlink(). Also fixed two memory leaks that happen on a file open error. Upgrading is strongly recommended. - 3.0.9.8 * Fixed version number (now 3.0.9.8), which was incorrectly left at 3.0.9.6 in the 3.0.9.7 release. PR: 218507 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) MFH: 2017Q3 Modified: head/net/rsync-bpc/Makefile head/net/rsync-bpc/distinfo Modified: head/net/rsync-bpc/Makefile ============================================================================== --- head/net/rsync-bpc/Makefile Sat Jul 8 23:45:28 2017 (r445356) +++ head/net/rsync-bpc/Makefile Sun Jul 9 00:34:23 2017 (r445357) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsync-bpc -DISTVERSIONPREFIX= v -DISTVERSION= 3_0_9_6 +PORTVERSION= 3.0.9.8 CATEGORIES= net MAINTAINER= moiseev@mezonplus.ru Modified: head/net/rsync-bpc/distinfo ============================================================================== --- head/net/rsync-bpc/distinfo Sat Jul 8 23:45:28 2017 (r445356) +++ head/net/rsync-bpc/distinfo Sun Jul 9 00:34:23 2017 (r445357) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490428001 -SHA256 (backuppc-rsync-bpc-v3_0_9_6_GH0.tar.gz) = 3153ae32fc556d51284841778a6756476c64983eb8d696e7e5771499d1c919af -SIZE (backuppc-rsync-bpc-v3_0_9_6_GH0.tar.gz) = 777705 +TIMESTAMP = 1497254792 +SHA256 (backuppc-rsync-bpc-3.0.9.8_GH0.tar.gz) = ac52991265407caf7bd78e190eeda6d35a65cf0c8ad3daab4839cc95c08fcc5d +SIZE (backuppc-rsync-bpc-3.0.9.8_GH0.tar.gz) = 777690
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707090034.v690YNcB088489>