Date: Fri, 27 Apr 2018 08:49:19 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468408 - in head: . sysutils/zrepl sysutils/zrepl/files Message-ID: <201804270849.w3R8nJ89059834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Fri Apr 27 08:49:19 2018 New Revision: 468408 URL: https://svnweb.freebsd.org/changeset/ports/468408 Log: sysutils/zrepl: Update to 0.0.3 Changes this release: https://github.com/zrepl/zrepl/blob/0.0.3/docs/changelog.rst Breaking changes with the 0.0.3 release: - Snapshots are automatically bookmarked and pruning of bookmarks must be configured by adding the keep_bookmarks parameter to the prune policy section of the zrepl configuration file (source side only). Be sure to understand the meaning bookmarks have for maximum allowable replication downtime. - The ssh+stdinserver transport protocol has changed, requiring zrepl to be updates on both the sending and receiving side, and the daemon restarted on both sides. - The first outlet in the global.logging section of the configuration file is now used for logging meta-errors (e.g. problems encountered when writing to other logging outlets). Modified: head/UPDATING head/sysutils/zrepl/Makefile head/sysutils/zrepl/distinfo head/sysutils/zrepl/files/pkg-message.in Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Apr 27 08:33:50 2018 (r468407) +++ head/UPDATING Fri Apr 27 08:49:19 2018 (r468408) @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180427: + AFFECTS: users of sysutils/zrepl + AUTHOR: woodsb02@FreeBSD.org + + The zrepl update to 0.0.3 includes the following breaking changes: + - Snapshots are automatically bookmarked and pruning of bookmarks must + be configured by adding the keep_bookmarks parameter to the prune + policy section of the zrepl configuration file (source side only). + Be sure to understand the meaning bookmarks have for maximum + allowable replication downtime. + - The ssh+stdinserver transport protocol has changed, requiring zrepl + to be updates on both the sending and receiving side, and the daemon + restarted on both sides. + - The first outlet in the global.logging section of the configuration + file is now used for logging meta-errors (e.g. problems encountered + when writing to other logging outlets). + 20180425: AFFECTS: users of databases/pecl-redis AUTHOR: daniel@blodan.se Modified: head/sysutils/zrepl/Makefile ============================================================================== --- head/sysutils/zrepl/Makefile Fri Apr 27 08:33:50 2018 (r468407) +++ head/sysutils/zrepl/Makefile Fri Apr 27 08:49:19 2018 (r468408) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zrepl -PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTVERSION= 0.0.3 CATEGORIES= sysutils MAINTAINER= woodsb02@FreeBSD.org @@ -19,17 +18,20 @@ SUB_FILES= pkg-message USE_GITHUB= yes GH_SUBDIR= src/github.com/zrepl/zrepl GH_TUPLE= davecgh:go-spew:v1.1.0:go_spew/src/github.com/davecgh/go-spew \ + dustin:go-humanize:bb3d318:go_humanize/src/github.com/dustin/go-humanize \ ftrvxmtrx:fd:c6d8003:fd/src/github.com/ftrvxmtrx/fd \ go-logfmt:logfmt:v0.3.0:go_logfmt/src/github.com/go-logfmt/logfmt \ go-yaml:yaml:eb3733d:go_yaml/src/github.com/go-yaml/yaml \ - inconshreveable:mousetrap:v1.0:mousetrap/src/github.com/inconshreveable/mousetrap \ jinzhu:copier:db4671f:copier/src/github.com/jinzhu/copier \ kr:logfmt:b84e30a:logfmt/src/github.com/kr/logfmt \ kr:pretty:cfb55aa:pretty/src/github.com/kr/pretty \ kr:text:7cafcd8:text/src/github.com/kr/text \ + mattn:go-isatty:v0.0.3:go_isatty/src/github.com/mattn/go-isatty \ mitchellh:mapstructure:d0303fe:mapstructure/src/github.com/mitchellh/mapstructure \ pkg:errors:v0.8.0:errors/src/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:go_difflib/src/github.com/pmezard/go-difflib \ + problame:go-netssh:53a2e44:go_netssh/src/github.com/problame/go-netssh \ + problame:go-rwccmd:391d2c7:go_rwccmd/src/github.com/problame/go-rwccmd \ spf13:cobra:b787445:cobra/src/github.com/spf13/cobra \ spf13:pflag:v1.0.0:pflag/src/github.com/spf13/pflag \ stretchr:testify:v1.1.4:testify/src/github.com/stretchr/testify Modified: head/sysutils/zrepl/distinfo ============================================================================== --- head/sysutils/zrepl/distinfo Fri Apr 27 08:33:50 2018 (r468407) +++ head/sysutils/zrepl/distinfo Fri Apr 27 08:49:19 2018 (r468408) @@ -1,16 +1,16 @@ -TIMESTAMP = 1511084159 -SHA256 (zrepl-zrepl-0.0.2_GH0.tar.gz) = cede29c17631c1fdd527829f3f5d0ebc09c66cf99d5d161d04e4793dd35eca77 -SIZE (zrepl-zrepl-0.0.2_GH0.tar.gz) = 79142 +TIMESTAMP = 1524794931 +SHA256 (zrepl-zrepl-0.0.3_GH0.tar.gz) = 3e86e8e0ca5ad557ac7fb1c540a29ecfe46bb74220ca003f9daa63f079ddc44d +SIZE (zrepl-zrepl-0.0.3_GH0.tar.gz) = 91025 SHA256 (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 1f7e0bd2db0341925b5f2ee5834e99380f4c2b1bd36cf0fa62d7717899d39d62 SIZE (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 42337 +SHA256 (dustin-go-humanize-bb3d318_GH0.tar.gz) = fc0baa097c5f471e76556fc2d8e27d3e9e027ecaa85b4d7c3156361b4abf1944 +SIZE (dustin-go-humanize-bb3d318_GH0.tar.gz) = 16386 SHA256 (ftrvxmtrx-fd-c6d8003_GH0.tar.gz) = cc6ff072f220c819fffde3b35edeba0183c827e8ff76f221acb6a6d71d257e90 SIZE (ftrvxmtrx-fd-c6d8003_GH0.tar.gz) = 3283 SHA256 (go-logfmt-logfmt-v0.3.0_GH0.tar.gz) = 74a958064177fc33cc66c60ae118f95faf9f986bcab0465c47f40d8cad978fce SIZE (go-logfmt-logfmt-v0.3.0_GH0.tar.gz) = 11546 SHA256 (go-yaml-yaml-eb3733d_GH0.tar.gz) = d2ae44f0e31f3a13a1b89a55ceaabcbab4d588d41951fd2243739b60b10146bb SIZE (go-yaml-yaml-eb3733d_GH0.tar.gz) = 64686 -SHA256 (inconshreveable-mousetrap-v1.0_GH0.tar.gz) = a4d93289b6c62780bf78f221febe9e45dc3095f382336a166734ed294007ff1b -SIZE (inconshreveable-mousetrap-v1.0_GH0.tar.gz) = 2288 SHA256 (jinzhu-copier-db4671f_GH0.tar.gz) = 3ae429e4a775545174f89591605f2775e3d52d9942ef1619019c84dfec65552f SIZE (jinzhu-copier-db4671f_GH0.tar.gz) = 5039 SHA256 (kr-logfmt-b84e30a_GH0.tar.gz) = 1fb415fdfeca3d607e0bd0474def2f76a1438abfea8e35f1cda052673e5967e0 @@ -19,12 +19,18 @@ SHA256 (kr-pretty-cfb55aa_GH0.tar.gz) = 5c8e2093298c75 SIZE (kr-pretty-cfb55aa_GH0.tar.gz) = 8499 SHA256 (kr-text-7cafcd8_GH0.tar.gz) = 218bd56a3927283e4c9232b4ee15e0fcc989ace72a2a0be14863ce3795ad3c90 SIZE (kr-text-7cafcd8_GH0.tar.gz) = 8584 +SHA256 (mattn-go-isatty-v0.0.3_GH0.tar.gz) = daf68970a6506650b05bac72082865f88d582ecdb74418b95ac5621d5392b633 +SIZE (mattn-go-isatty-v0.0.3_GH0.tar.gz) = 3364 SHA256 (mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 30e7697b7e321d8f14bff5f19b789cd38fd277518aae251c370ea53ddb53d1f7 SIZE (mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 15560 SHA256 (pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e490911398cee61742ddc6a90c560733e4c9dcb3d867b17a894c9dd5 SIZE (pkg-errors-v0.8.0_GH0.tar.gz) = 11344 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (problame-go-netssh-53a2e44_GH0.tar.gz) = 14d141eeefb0900e0be0a473b92f195c013ba8ec7fd9ae00d4af060612396e2f +SIZE (problame-go-netssh-53a2e44_GH0.tar.gz) = 6927 +SHA256 (problame-go-rwccmd-391d2c7_GH0.tar.gz) = 9705f2896b56502fb3660b4ee6c731a4f46bec70e3e8637f7f26881b3067f9b3 +SIZE (problame-go-rwccmd-391d2c7_GH0.tar.gz) = 3856 SHA256 (spf13-cobra-b787445_GH0.tar.gz) = 2923b91766a9e68a22f81d3b46768dad963fd4ae3f6a5b2e137e2a7b87b37276 SIZE (spf13-cobra-b787445_GH0.tar.gz) = 99833 SHA256 (spf13-pflag-v1.0.0_GH0.tar.gz) = 690b86ae5499fad84ada4644c85215d66d56f31934683e8543f4c57c5048e011 Modified: head/sysutils/zrepl/files/pkg-message.in ============================================================================== --- head/sysutils/zrepl/files/pkg-message.in Fri Apr 27 08:33:50 2018 (r468407) +++ head/sysutils/zrepl/files/pkg-message.in Fri Apr 27 08:49:19 2018 (r468408) @@ -12,4 +12,17 @@ zrepl must be configured before it is started the firs # service zrepl start For documentation, refer to https://zrepl.github.io/. + +*** BREAKING CHANGES WITH THE 0.0.3 RELEASE: *** +- Snapshots are automatically bookmarked and pruning of bookmarks must + be configured by adding the keep_bookmarks parameter to the prune + policy section of the zrepl configuration file (source side only). + Be sure to understand the meaning bookmarks have for maximum + allowable replication downtime. +- The ssh+stdinserver transport protocol has changed, requiring zrepl + to be updates on both the sending and receiving side, and the daemon + restarted on both sides. +- The first outlet in the global.logging section of the configuration + file is now used for logging meta-errors (e.g. problems encountered + when writing to other logging outlets). ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804270849.w3R8nJ89059834>