svn commit: r445358 - branches/2017Q3/net/rsync-bpc

Jason Unovitch junovitch at FreeBSD.org
Sun Jul 9 00:34:56 UTC 2017


Author: junovitch
Date: Sun Jul  9 00:34:55 2017
New Revision: 445358
URL: https://svnweb.freebsd.org/changeset/ports/445358

Log:
  MFH: r445357
  
  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 at mezonplus.ru> (maintainer)
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/net/rsync-bpc/Makefile
  branches/2017Q3/net/rsync-bpc/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/net/rsync-bpc/Makefile
==============================================================================
--- branches/2017Q3/net/rsync-bpc/Makefile	Sun Jul  9 00:34:23 2017	(r445357)
+++ branches/2017Q3/net/rsync-bpc/Makefile	Sun Jul  9 00:34:55 2017	(r445358)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rsync-bpc
-DISTVERSIONPREFIX=	v
-DISTVERSION=	3_0_9_6
+PORTVERSION=	3.0.9.8
 CATEGORIES=	net
 
 MAINTAINER=	moiseev at mezonplus.ru

Modified: branches/2017Q3/net/rsync-bpc/distinfo
==============================================================================
--- branches/2017Q3/net/rsync-bpc/distinfo	Sun Jul  9 00:34:23 2017	(r445357)
+++ branches/2017Q3/net/rsync-bpc/distinfo	Sun Jul  9 00:34:55 2017	(r445358)
@@ -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


More information about the svn-ports-all mailing list