From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 21 10:38:55 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FACB7AE for ; Sun, 21 Sep 2014 10:38:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D66098D for ; Sun, 21 Sep 2014 10:38:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LAcsO1005616 for ; Sun, 21 Sep 2014 10:38:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193806] New: Update sysutils/zogftw to 2014-09-20-28bc862 Date: Sun, 21 Sep 2014 10:38:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fk@fabiankeil.de X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 10:38:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193806 Bug ID: 193806 Summary: Update sysutils/zogftw to 2014-09-20-28bc862 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: fk@fabiankeil.de Attachment #147521 maintainer-approval+ Flags: Created attachment 147521 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147521&action=edit Patch to update sysutils/zogftw to 2014-09-20-28bc862 Upstream changes: - Added ATF tests. Every function that isn't a hook is being tested. As a result, various error conditions are now handled more consistently, error messages have been clarified and code could be refactored without modifying the tested behaviour. - When sending a source dataset to a destination dataset that doesn't exist yet, the first snapshot is sent followed by the incremental snapshot(s) to the last one. Previously only the last one was being sent. - Let zogftw_sync() abort syncing right away if zogftw_sync_zpool() fails. Makes it more likely that the user notices the problem. - Support positional arguments and datasets names with spaces more consistently. - Support escaped spaces ("\ ") in config variables containing datasets. - Don't allow to create GEOM labels with spaces as FreeBSD doesn't properly support them. Previously this resulted in a unclear error message as glabel reported success while zpool failed to access the label. - Do not sync to pools whose names contain spaces. GEOM labels with spaces currently aren't supported on FreeBSD anyway, but a user with poor taste could create such pools manually. - Unbreak zogftw cmd zogftw_main. It may not be a particular useful command, but it shouldn't fail with: "[: !=: unexpected operator" either. - Rename zogftw_asciidoc() to zogftw_get_asciidoc() to be more consistent. - Spell function name zogftw_create_encrypted_geli_passphrase_file() properly. Previously an 'n' was missing. - Let zogftw_user_has_zfs_permission() check more carefully. Previously the permissions from user foobar were also considered when checking permissions for user foo. - Add config variable ZOGFTW_GPG_DECRYPT_FLAGS. - Add config variable ZOGFTW_BACKUP_DATASET_COMPRESSION and change the default from 'on' to 'lz4'. - The zogftw_snapshot_successfully_created_hook() now gets the snapshot that has been created through the variable $snapshot which was previously incorrectly named $snapshot_name. You may have to adjust your hooks accordingly. Redports build logs are available at: https://redports.org/buildarchive/20140921081057-17891/ and (with defaults changed to enable tests): https://redports.org/buildarchive/20140921081020-51604/ -- You are receiving this mail because: You are the assignee for the bug.