Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2013 20:11:39 GMT
From:      Fabian Keil <fk@fabiankeil.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175991: [MAINTAINER-UPDATE] from sysutils/zogftw 2013.01.08 to 2013-02-08
Message-ID:  <201302092011.r19KBdAC010749@red.freebsd.org>
Resent-Message-ID: <201302092020.r19KK1dh034963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175991
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] from sysutils/zogftw 2013.01.08 to 2013-02-08
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 09 20:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fabian Keil
>Release:        HEAD
>Organization:
>Environment:
FreeBSD r500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #546 r+0317d0a: Sat Feb  9 10:12:18 CET 2013     fk@r500.local:/usr/obj/usr/src/sys/ZOEY  amd64

>Description:
The attached patch updates sysutils/zogftw from 2013.01.08 to 2013-02-08.

The changes are:
- Add and use zogftw_sudo() and introduce ZOGFTW_SUDO_FLAGS which
  default to '-c -'. This is a workaround for bin/174831 (geli(8)
  segfaults with the new locked memory limit default).
- Make it easier to replace "sudo" with something else.
- "zogftw cmd zogftw_usage -v" works as expected as long as
  zogftw can be reached through the PATH.
- Added the "zcmd" subcommand.
- Be more explicit about zogftw_init() not second-guessing
  locations and permissions.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

>From 26be2e6743f1f38fe8fa80d1788b91392d30495f Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 9 Feb 2013 16:15:52 +0100
Subject: [PATCH] Update zogftw to 2013.02.08

---
 sysutils/zogftw/Makefile | 4 ++--
 sysutils/zogftw/distinfo | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile
index 88dc8c6..1e4a45c 100644
--- a/sysutils/zogftw/Makefile
+++ b/sysutils/zogftw/Makefile
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	zogftw
-PORTVERSION=	0.0.2013.01.08
+PORTVERSION=	0.0.2013.02.08
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.fabiankeil.de/sourcecode/zogftw/
-DISTNAME=	${PORTNAME}-2013-01-08-ebee83e
+DISTNAME=	${PORTNAME}-2013-02-08-3b9e2c2
 
 MAINTAINER=	fk@fabiankeil.de
 COMMENT=	Creates redundant backups on encrypted ZFS pools
diff --git a/sysutils/zogftw/distinfo b/sysutils/zogftw/distinfo
index 0abe834..a13b173 100644
--- a/sysutils/zogftw/distinfo
+++ b/sysutils/zogftw/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zogftw-2013-01-08-ebee83e.tar.gz) = 892bfbda2c193c25cb27b6f7941ebf2581ba6f7174a804ce6f2e3a8f778c4aad
-SIZE (zogftw-2013-01-08-ebee83e.tar.gz) = 15292
+SHA256 (zogftw-2013-02-08-3b9e2c2.tar.gz) = 258c5fd774382bc09cfb4e8cf3e6f66a34c3aad77fbf433404ba9b0462e73af7
+SIZE (zogftw-2013-02-08-3b9e2c2.tar.gz) = 15680
-- 
1.8.1



>Release-Note:
>Audit-Trail:
>Unformatted:



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