summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-24 22:47:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-24 22:47:27 +0000
commit5777bd4632a9034c7e1fa40ded9e48659ae5b119 (patch)
tree943a14f80a831bce10a7d40b97e0c9d47bf66abe /net/rsync
parentUpdate to 0.6.1.17 (diff)
- Update to 2.6.8
PR: ports/96210 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=160400
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile3
-rw-r--r--net/rsync/distinfo6
-rw-r--r--net/rsync/files/patch-clientserver.c20
3 files changed, 4 insertions, 25 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index c7160f8971a9..5939f38662b6 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rsync
-PORTVERSION= 2.6.7
-PORTREVISION= 1
+PORTVERSION= 2.6.8
CATEGORIES= net ipv6
MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \
ftp://ftp.samba.org//pub/%SUBDIR%/ \
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
index 005eaea50c81..bbdb1298b339 100644
--- a/net/rsync/distinfo
+++ b/net/rsync/distinfo
@@ -1,3 +1,3 @@
-MD5 (rsync-2.6.7.tar.gz) = fb51636c719e789244d5d4423cf157ac
-SHA256 (rsync-2.6.7.tar.gz) = b70604b47cec2a5a47bcc03c652633ca2d2926445e620af19510a5784f570a99
-SIZE (rsync-2.6.7.tar.gz) = 757572
+MD5 (rsync-2.6.8.tar.gz) = 082a9dba1f741e6591e5cd748a1233de
+SHA256 (rsync-2.6.8.tar.gz) = 784782de0efee0b4624bdd1d75d524ef95d16354cb13cbb5449d990b61e607a6
+SIZE (rsync-2.6.8.tar.gz) = 772314
diff --git a/net/rsync/files/patch-clientserver.c b/net/rsync/files/patch-clientserver.c
deleted file mode 100644
index ecf19800c696..000000000000
--- a/net/rsync/files/patch-clientserver.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- clientserver.c 24 Feb 2006 01:56:26 -0000 1.177
-+++ clientserver.c 31 Mar 2006 17:36:26 -0000
-@@ -733,8 +733,6 @@ int start_daemon(int f_in, int f_out)
- char *host = client_name(f_in);
- int i;
-
-- rprintf(FLOG, "connect from %s (%s)\n", host, addr);
--
- io_set_sock_fds(f_in, f_out);
-
- if (!lp_load(config_file, 0))
-@@ -742,6 +740,8 @@ int start_daemon(int f_in, int f_out)
-
- log_init();
-
-+ rprintf(FLOG, "connect from %s (%s)\n", host, addr);
-+
- if (!am_server) {
- set_socket_options(f_in, "SO_KEEPALIVE");
- if (sockopts)