Tue Oct 21 12:46:25 2014 UTC ()
Update znapzend to 0.13.0

Changelog:
 oetiker released this on Sep 18:
	- if you want znapzend to reload your config, kill -HUP will do the trick
	- improved handling of TERM for a graceful shutdown
	- new option for znapzend: --connectTimeout=x


(wiedi)
diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/Makefile
diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/distinfo
diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/files/smf/manifest.xml

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/znapzend/Makefile 2014/08/30 11:03:11 1.1
+++ pkgsrc/sysutils/znapzend/Makefile 2014/10/21 12:46:25 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2014/08/30 11:03:11 wiedi Exp $ 1# $NetBSD: Makefile,v 1.2 2014/10/21 12:46:25 wiedi Exp $
2 2
3VERSION= 0.12.3 3VERSION= 0.13.0
4DISTNAME= v${VERSION} 4DISTNAME= v${VERSION}
5PKGNAME= znapzend-${VERSION} 5PKGNAME= znapzend-${VERSION}
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= https://github.com/oetiker/znapzend/archive/ 7MASTER_SITES= https://github.com/oetiker/znapzend/archive/
8 8
9MAINTAINER= wiedi@frubar.net 9MAINTAINER= wiedi@frubar.net
10HOMEPAGE= https://github.com/oetiker/znapzend/ 10HOMEPAGE= https://github.com/oetiker/znapzend/
11COMMENT= ZFS send/receive backup system 11COMMENT= ZFS send/receive backup system
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14WRKSRC= ${WRKDIR}/znapzend-${VERSION} 14WRKSRC= ${WRKDIR}/znapzend-${VERSION}
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/znapzend/distinfo 2014/08/30 11:03:11 1.1
+++ pkgsrc/sysutils/znapzend/distinfo 2014/10/21 12:46:25 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/08/30 11:03:11 wiedi Exp $ 1$NetBSD: distinfo,v 1.2 2014/10/21 12:46:25 wiedi Exp $
2 2
3SHA1 (v0.12.3.tar.gz) = a35b5536b854cce5a307b98a908e29c92a3451ee 3SHA1 (v0.13.0.tar.gz) = 7eebaa8a42e5f3f5f9dcef0f11e2ab3cf2358a3a
4RMD160 (v0.12.3.tar.gz) = 41ce34fd23f7348dcf036f9b3b248d833651cf9e 4RMD160 (v0.13.0.tar.gz) = 87776533ef638d2e9ab17fe79dea79fc503fe551
5Size (v0.12.3.tar.gz) = 117379 bytes 5Size (v0.13.0.tar.gz) = 127962 bytes

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/znapzend/files/smf/manifest.xml (expand / switch to unified diff)

--- pkgsrc/sysutils/znapzend/files/smf/manifest.xml 2014/08/30 11:03:11 1.1
+++ pkgsrc/sysutils/znapzend/files/smf/manifest.xml 2014/10/21 12:46:25 1.2
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1<?xml version="1.0"?> 1<?xml version="1.0"?>
2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3<service_bundle type="manifest" name="export"> 3<service_bundle type="manifest" name="export">
4 <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="3"> 4 <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="3">
5 <create_default_instance enabled="false" /> 5 <create_default_instance enabled="false" />
6 <single_instance/> 6 <single_instance/>
7 7
8 <dependency name='milestone' grouping='require_all' restart_on='none' type='service'> 8 <dependency name='milestone' grouping='require_all' restart_on='none' type='service'>
9 <service_fmri value='svc:/milestone/sysconfig' /> 9 <service_fmri value='svc:/milestone/sysconfig' />
10 </dependency> 10 </dependency>
11 11
12 <method_context><method_credential user='root'/></method_context> 12 <method_context><method_credential user='root'/></method_context>
13 13
14 <exec_method type="method" name="start" exec="@PREFIX@/bin/znapzend --daemonize --pidfile=@VARBASE@/run/znapzend.pid" timeout_seconds="170" /> 14 <exec_method type="method" name="start" exec="@PREFIX@/bin/znapzend --daemonize --pidfile=/dev/null" timeout_seconds="170" />
15 <exec_method type="method" name="stop" exec="/usr/bin/kill `cat @VARBASE@/run/znapzend.pid`" timeout_seconds="60" /> 15 <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
16 16
17 <stability value="Unstable" /> 17 <stability value="Unstable" />
18 18
19 <template> 19 <template>
20 <common_name><loctext xml:lang="C">ZnapZend - ZFS Backup System</loctext></common_name> 20 <common_name><loctext xml:lang="C">ZnapZend - ZFS Backup System</loctext></common_name>
21 <documentation> 21 <documentation>
22 <manpage title="znapzend" section="1" manpath="@PREFIX@/share/man" /> 22 <manpage title="znapzend" section="1" manpath="@PREFIX@/share/man" />
23 <manpage title="znapzendzetup" section="1" manpath="@PREFIX@/share/man" /> 23 <manpage title="znapzendzetup" section="1" manpath="@PREFIX@/share/man" />
24 <manpage title="znapzendztatz" section="1" manpath="@PREFIX@/share/man" /> 24 <manpage title="znapzendztatz" section="1" manpath="@PREFIX@/share/man" />
25 </documentation> 25 </documentation>
26 </template> 26 </template>
27 </service> 27 </service>
28</service_bundle> 28</service_bundle>