pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rdist6 Fix tilde expansion bug.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e13e0c3edb53
branches:  trunk
changeset: 460875:e13e0c3edb53
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Sep 06 03:36:03 2003 +0000

description:
Fix tilde expansion bug.

diffstat:

 net/rdist6/Makefile         |   6 ++++--
 net/rdist6/distinfo         |   3 ++-
 net/rdist6/patches/patch-ai |  13 +++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 721b880fd2a7 -r e13e0c3edb53 net/rdist6/Makefile
--- a/net/rdist6/Makefile       Sat Sep 06 03:34:17 2003 +0000
+++ b/net/rdist6/Makefile       Sat Sep 06 03:36:03 2003 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 22:51:47 grant Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/06 03:36:03 kim Exp $
 #
 
 DISTNAME=      freerdist-0.92
+PKGREVISION=   1
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.astron.com/pub/freerdist/
+MASTER_SITES=  ftp://ftp.astron.com/pub/freerdist/ \
+               ftp://ftp.gw.com/pub/unix/freerdist/
 
 MAINTAINER=    christos%NetBSD.org@localhost
 COMMENT=       Network file distribution/synchronisation utility
diff -r 721b880fd2a7 -r e13e0c3edb53 net/rdist6/distinfo
--- a/net/rdist6/distinfo       Sat Sep 06 03:34:17 2003 +0000
+++ b/net/rdist6/distinfo       Sat Sep 06 03:36:03 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:31 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/06 03:36:04 kim Exp $
 
 SHA1 (freerdist-0.92.tar.gz) = 84db4efd8d223a7e10d62e386349aa9236f71ae3
 Size (freerdist-0.92.tar.gz) = 135824 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 78df932333c8742139368abb5d12b910d34e222c
 SHA1 (patch-ad) = 89500d25dc2fb34c0295836f7ab18433218c85ea
 SHA1 (patch-ae) = 5df68e7152f0a8c5922b94cdf3a3ba3e306250d7
+SHA1 (patch-ai) = 3f96e7440fe4ac5d6180a4137806fe70e2033565
diff -r 721b880fd2a7 -r e13e0c3edb53 net/rdist6/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rdist6/patches/patch-ai       Sat Sep 06 03:36:03 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2003/09/06 03:36:04 kim Exp $
+
+--- src/server.c.orig  Wed Aug  4 11:57:33 1999
++++ src/server.c       Sun Nov 24 18:44:10 2002
+@@ -1737,7 +1737,7 @@
+       /*
+        * Handle target
+        */
+-      if (exptilde(target, cp) == NULL)
++      if (exptilde(target, file) == NULL)
+               return;
+       ptarget = target;
+       while (*ptarget)



Home | Main Index | Thread Index | Old Index