Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 10:48:49 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7bc4eb92ec0a - main - sysutils/sanoid: update to 2.2.0
Message-ID:  <202310031048.393Amn0m019074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bc4eb92ec0a7069b35e89686866417626c07107

commit 7bc4eb92ec0a7069b35e89686866417626c07107
Author:     Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2023-10-02 06:46:23 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-10-03 10:48:35 +0000

    sysutils/sanoid: update to 2.2.0
    
    ChangeLog: https://github.com/jimsalterjrs/sanoid/releases/tag/v2.2.0
    
     * [syncoid] implemented flag for preserving properties without the zfs -p flag
     * [syncoid] implemented target snapshot deletion
     * [syncoid] support bookmarks which are taken in the same second
     * [syncoid] exit with an error if the specified src dataset doesn't exist
     * [syncoid] rollback is now done implicitly instead of explicit
     * [syncoid] append a rand int to the socket name to prevent collisions with
       parallel invocations
     * [syncoid] implemented support for ssh_config(5) files
     * [syncoid] snapshot hold/unhold support
     * [sanoid] handle duplicate key definitions gracefully
     * [syncoid] implemented removal of conflicting snapshots with force-delete option
     * [sanoid] implemented pre pruning script hook
     * [syncoid] implemented direct connection support
    
    PR:             274158
    Reported by:    dsh@bamus.cz
    Approved by:    hartzell@alerce.com (maintainer, timeout > 2 weeks)
---
 sysutils/sanoid/Makefile | 3 +--
 sysutils/sanoid/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/sysutils/sanoid/Makefile b/sysutils/sanoid/Makefile
index 4b6b0617c907..b201370ea184 100644
--- a/sysutils/sanoid/Makefile
+++ b/sysutils/sanoid/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	sanoid
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.1.0
-PORTREVISION=	0
+DISTVERSION=	2.2.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	hartzell@alerce.com
diff --git a/sysutils/sanoid/distinfo b/sysutils/sanoid/distinfo
index a72d86299d40..1b1159d2bb08 100644
--- a/sysutils/sanoid/distinfo
+++ b/sysutils/sanoid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645380535
-SHA256 (jimsalterjrs-sanoid-v2.1.0_GH0.tar.gz) = 97b41f689a7ea23671dac3fcb20540f6d3aee880ed3282df7448756f99e7040e
-SIZE (jimsalterjrs-sanoid-v2.1.0_GH0.tar.gz) = 72436
+TIMESTAMP = 1696001174
+SHA256 (jimsalterjrs-sanoid-v2.2.0_GH0.tar.gz) = a997552e3c5f9fc8407fd20fa1adc99fc37a1f61547f738114c96a1ea1658fe2
+SIZE (jimsalterjrs-sanoid-v2.2.0_GH0.tar.gz) = 77865



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310031048.393Amn0m019074>