pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/radmind Update to Radmind 1.10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b9c910c3f7f
branches: trunk
changeset: 532908:7b9c910c3f7f
user: hauke <hauke%pkgsrc.org@localhost>
date: Tue Sep 04 11:55:44 2007 +0000
description:
Update to Radmind 1.10.
Major changes from 1.9.0:
- Added -C option to lapply that will create missing intermediate directories.
- Added -P option that specifies a directory that contains
certificates to be used when verifying the peer.
Minor changes from 1.9.0:
- make dist will now create compressed tar ball.
- make package will now create compressed tar ball and remove temporary files.
- Fixed radmind.8 manpage rendering issue which hid some of the text.
diffstat:
sysutils/radmind/Makefile | 5 ++---
sysutils/radmind/distinfo | 10 +++++-----
sysutils/radmind/patches/patch-ae | 8 ++++----
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (53 lines):
diff -r 7dd3c48e112f -r 7b9c910c3f7f sysutils/radmind/Makefile
--- a/sysutils/radmind/Makefile Tue Sep 04 09:58:20 2007 +0000
+++ b/sysutils/radmind/Makefile Tue Sep 04 11:55:44 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/08/29 13:52:43 hauke Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/04 11:55:44 hauke Exp $
#
-DISTNAME= radmind-1.9.0
-PKGREVISION= 1
+DISTNAME= radmind-1.10.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
diff -r 7dd3c48e112f -r 7b9c910c3f7f sysutils/radmind/distinfo
--- a/sysutils/radmind/distinfo Tue Sep 04 09:58:20 2007 +0000
+++ b/sysutils/radmind/distinfo Tue Sep 04 11:55:44 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2007/08/23 14:10:29 hauke Exp $
+$NetBSD: distinfo,v 1.13 2007/09/04 11:55:44 hauke Exp $
-SHA1 (radmind-1.9.0.tar.gz) = 563247e6f9e795a3d8f0868aa261ba18a4a24d5a
-RMD160 (radmind-1.9.0.tar.gz) = 1648f5b423fe87e1396af7d3b24021910671864c
-Size (radmind-1.9.0.tar.gz) = 389258 bytes
+SHA1 (radmind-1.10.0.tar.gz) = 02c3d1a38228e2d4ec4e1e28b9892081358bcecd
+RMD160 (radmind-1.10.0.tar.gz) = a60e7ad73f7dff19f67ae8e08e7e87b08a978c41
+Size (radmind-1.10.0.tar.gz) = 397065 bytes
SHA1 (patch-aa) = e82fdc59bfc79f736ca135af9ed9923c09de488f
SHA1 (patch-ab) = 0b397d1838ed8687927f5503589f91f1faec366b
SHA1 (patch-ac) = c1ea9930b9c2fee94a0b0d43e8aeec1925e454e7
SHA1 (patch-ad) = 40974d0b41be44c2ebd0d29dca31bcc42837328a
-SHA1 (patch-ae) = 58b15301aa1df00e6e5bab9f21db8ddc99461f2a
+SHA1 (patch-ae) = c42712bbc9494cc6cbb1300abadfa0b5a05f03f9
diff -r 7dd3c48e112f -r 7b9c910c3f7f sysutils/radmind/patches/patch-ae
--- a/sysutils/radmind/patches/patch-ae Tue Sep 04 09:58:20 2007 +0000
+++ b/sysutils/radmind/patches/patch-ae Tue Sep 04 11:55:44 2007 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ae,v 1.1 2006/01/13 19:16:06 joerg Exp $
+$NetBSD: patch-ae,v 1.2 2007/09/04 11:55:44 hauke Exp $
---- retr.c.orig 2006-01-13 19:04:50.000000000 +0000
+--- retr.c.orig 2007-07-11 05:01:42.000000000 +0200
+++ retr.c
-@@ -45,7 +45,6 @@ extern int verbose;
+@@ -47,7 +47,6 @@ extern int verbose;
extern int showprogress;
extern int dodots;
extern int cksum;
-extern int errno;
+ extern int create_prefix;
extern SSL_CTX *ctx;
- /*
Home |
Main Index |
Thread Index |
Old Index