UPDATE: Zkt-1.1.0

2012-04-05 Thread Gonzalo L. R.
Hi,

I come back with this update for zkt, with change of default timers,
bug fixes and new option -M for zkt-ls.

Tested on i386.

Ok? Comments?

Cheers.

-- 
Sending from my Computer.
Index: Makefile
===
RCS file: /cvs/ports/security/zkt/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile20 Nov 2010 17:22:45 -  1.8
+++ Makefile5 Apr 2012 22:32:37 -
@@ -2,7 +2,7 @@
 
 COMMENT=   DNSsec Zone Key Tool
 
-DISTNAME=  zkt-1.0
+DISTNAME=  zkt-1.1.0
 CATEGORIES=security
 
 HOMEPAGE=  http://www.hznet.de/dns/zkt/
@@ -21,7 +21,6 @@ MASTER_SITES= ${HOMEPAGE}
 
 CONFIGURE_STYLE=   gnu
 CONFIGURE_ARGS+=   --enable-configpath=/var/named/etc
-USE_GROFF =Yes
 
 NO_REGRESS=Yes
 
Index: distinfo
===
RCS file: /cvs/ports/security/zkt/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo20 Jun 2010 14:01:35 -  1.5
+++ distinfo5 Apr 2012 22:32:37 -
@@ -1,5 +1,5 @@
-MD5 (zkt-1.0.tar.gz) = 0MWVve4iN3CLfGkl5a6UyQ==
-RMD160 (zkt-1.0.tar.gz) = mlKs1BrBNpB/AFC9Qlj7IEDkCtw=
-SHA1 (zkt-1.0.tar.gz) = xOz2B4VJQ9q5ywVHi1tKCc/sCsw=
-SHA256 (zkt-1.0.tar.gz) = cAh6b+a+HVr23KGEOjdQatJ//xbYYreIN3VAAii9A+I=
-SIZE (zkt-1.0.tar.gz) = 331260
+MD5 (zkt-1.1.0.tar.gz) = vLcRXg9qKNyp2IFYXBGDtQ==
+RMD160 (zkt-1.1.0.tar.gz) = NWKaqL0xvAYfYPFKvjv5SxkEG0s=
+SHA1 (zkt-1.1.0.tar.gz) = OtvrolR/lxJZw+B/pLgWbao781M=
+SHA256 (zkt-1.1.0.tar.gz) = iH4EzlqoXYSvV4UnlNI4jL1nUWpeXJ/NG4Jw0vQeeiY=
+SIZE (zkt-1.1.0.tar.gz) = 343811
Index: patches/patch-man_zkt-ls_8
===
RCS file: /cvs/ports/security/zkt/patches/patch-man_zkt-ls_8,v
retrieving revision 1.1
diff -u -p -r1.1 patch-man_zkt-ls_8
--- patches/patch-man_zkt-ls_8  20 Jun 2010 14:01:35 -  1.1
+++ patches/patch-man_zkt-ls_8  5 Apr 2012 22:32:37 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-man_zkt-ls_8,v 1.1 2010/06/20 14:01:35 jakob Exp $
 man/zkt-ls.8.orig  Fri Jun 11 10:49:07 2010
-+++ man/zkt-ls.8   Fri Jun 11 11:21:56 2010
-@@ -227,12 +227,12 @@ Specifies the name of the default global configuration
+--- man/zkt-ls.8.orig  Tue Aug  3 12:20:37 2010
 man/zkt-ls.8   Thu Apr  5 19:47:00 2012
+@@ -251,12 +251,12 @@ Specifies the name of the default global configuration
  
  .SH FILES
  .TP
Index: patches/patch-man_zkt-signer_8
===
RCS file: /cvs/ports/security/zkt/patches/patch-man_zkt-signer_8,v
retrieving revision 1.1
diff -u -p -r1.1 patch-man_zkt-signer_8
--- patches/patch-man_zkt-signer_8  20 Jun 2010 14:01:35 -  1.1
+++ patches/patch-man_zkt-signer_8  5 Apr 2012 22:32:37 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-man_zkt-signer_8,v 1.1 2010/06/20 14:01:35 jakob Exp $
 man/zkt-signer.8.orig  Fri Jun 11 10:47:53 2010
-+++ man/zkt-signer.8   Fri Jun 11 11:22:02 2010
-@@ -226,7 +226,7 @@ Print out the online help.
+--- man/zkt-signer.8.orig  Sat Nov 27 16:13:04 2010
 man/zkt-signer.8   Thu Apr  5 19:47:00 2012
+@@ -225,7 +225,7 @@ Print out the online help.
  .SH SAMPLE USAGE
  .TP 
  .fam C


Re: [Update] Zkt-1.1.0

2012-03-13 Thread Stuart Henderson
On 2012/03/11 16:57, Gonzalo L. R. wrote:
 Hi,
 
 Update for zkt, with change of default timers; Bug fixes; New option
 -M for zkt-ls.
 
 Ok? Comments?

a few comments:

 Content-Type: text/plain; charset=ISO-8859-1; format=flowed

- format=flowed breaks diffs, please see
https://www.kernel.org/doc/Documentation/email-clients.txt
everything in that document applies equally for OpenBSD patches

- this port has a maintainer, you should at least cc them

- you should update the patches (yes, it builds without, but skipping
this usually means extra work in the future)

- doesn't need groff



Re: [Update] Zkt-1.1.0

2012-03-13 Thread Stuart Henderson
On 2012/03/13 10:21, Stuart Henderson wrote:
 - this port has a maintainer, you should at least cc them
 
 - you should update the patches (yes, it builds without, but skipping
 this usually means extra work in the future)

these two comments also apply to the rdesktop update.



Re: [Update] Zkt-1.1.0

2012-03-13 Thread Gonzalo L. R.

Sorry about the diff inline, was a problem with roundcube :)

This is Ok?

Cheers.

On Tue, 13 Mar 2012 10:21:06 +, Stuart Henderson wrote:

On 2012/03/11 16:57, Gonzalo L. R. wrote:

Hi,

Update for zkt, with change of default timers; Bug fixes; New option
-M for zkt-ls.

Ok? Comments?


a few comments:


Content-Type: text/plain; charset=ISO-8859-1; format=flowed


- format=flowed breaks diffs, please see
https://www.kernel.org/doc/Documentation/email-clients.txt
everything in that document applies equally for OpenBSD patches

- this port has a maintainer, you should at least cc them

- you should update the patches (yes, it builds without, but skipping
this usually means extra work in the future)

- doesn't need groff


--
Sending from my VCR

zkt-1.1.0.diff
Description: Binary data


[Update] Zkt-1.1.0

2012-03-11 Thread Gonzalo L. R.

Hi,

Update for zkt, with change of default timers; Bug fixes; New option -M 
for zkt-ls.


Ok? Comments?

Cheers.

Index: Makefile
===
RCS file: /cvs/ports/security/zkt/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile20 Nov 2010 17:22:45 -  1.8
+++ Makefile11 Mar 2012 19:58:57 -
@@ -2,7 +2,7 @@

 COMMENT=   DNSsec Zone Key Tool

-DISTNAME=  zkt-1.0
+DISTNAME=  zkt-1.1.0
 CATEGORIES=security

 HOMEPAGE=  http://www.hznet.de/dns/zkt/
Index: distinfo
===
RCS file: /cvs/ports/security/zkt/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo20 Jun 2010 14:01:35 -  1.5
+++ distinfo11 Mar 2012 19:58:57 -
@@ -1,5 +1,5 @@
-MD5 (zkt-1.0.tar.gz) = 0MWVve4iN3CLfGkl5a6UyQ==
-RMD160 (zkt-1.0.tar.gz) = mlKs1BrBNpB/AFC9Qlj7IEDkCtw=
-SHA1 (zkt-1.0.tar.gz) = xOz2B4VJQ9q5ywVHi1tKCc/sCsw=
-SHA256 (zkt-1.0.tar.gz) = cAh6b+a+HVr23KGEOjdQatJ//xbYYreIN3VAAii9A+I=
-SIZE (zkt-1.0.tar.gz) = 331260
+MD5 (zkt-1.1.0.tar.gz) = vLcRXg9qKNyp2IFYXBGDtQ==
+RMD160 (zkt-1.1.0.tar.gz) = NWKaqL0xvAYfYPFKvjv5SxkEG0s=
+SHA1 (zkt-1.1.0.tar.gz) = OtvrolR/lxJZw+B/pLgWbao781M=
+SHA256 (zkt-1.1.0.tar.gz) = iH4EzlqoXYSvV4UnlNI4jL1nUWpeXJ/NG4Jw0vQeeiY=
+SIZE (zkt-1.1.0.tar.gz) = 343811

--
Sending from my Computer.