diff options
author | junovitch <junovitch@FreeBSD.org> | 2017-07-09 08:34:23 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2017-07-09 08:34:23 +0800 |
commit | e8838093eabf4424a3662c3c80e65c5068a71d93 (patch) | |
tree | bfb1de0fa948079daa58713da61b9233054bb85e /net | |
parent | 518bc7f5a55374ef66a5e0d18cf8707506d604da (diff) | |
download | freebsd-ports-gnome-e8838093eabf4424a3662c3c80e65c5068a71d93.tar.gz freebsd-ports-gnome-e8838093eabf4424a3662c3c80e65c5068a71d93.tar.zst freebsd-ports-gnome-e8838093eabf4424a3662c3c80e65c5068a71d93.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync-bpc/Makefile | 3 | ||||
-rw-r--r-- | net/rsync-bpc/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/rsync-bpc/Makefile b/net/rsync-bpc/Makefile index 0d70636f66c4..8b6c71aba55b 100644 --- a/net/rsync-bpc/Makefile +++ b/net/rsync-bpc/Makefile @@ -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 diff --git a/net/rsync-bpc/distinfo b/net/rsync-bpc/distinfo index 123c18373923..20fcf503fc9e 100644 --- a/net/rsync-bpc/distinfo +++ b/net/rsync-bpc/distinfo @@ -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 |