diff options
author | pav <pav@FreeBSD.org> | 2006-04-25 06:47:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-25 06:47:27 +0800 |
commit | 3c58084aa33b4e52de0f6104114190bd8bda5e47 (patch) | |
tree | 5d0cade64d0a108b4e4f21832a0dc2a53e22199b /net/rsync | |
parent | 086897496c7084de603c132aed597d7a31a789c6 (diff) | |
download | freebsd-ports-gnome-3c58084aa33b4e52de0f6104114190bd8bda5e47.tar.gz freebsd-ports-gnome-3c58084aa33b4e52de0f6104114190bd8bda5e47.tar.zst freebsd-ports-gnome-3c58084aa33b4e52de0f6104114190bd8bda5e47.zip |
- Update to 2.6.8
PR: ports/96210
Submitted by: delphij
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 3 | ||||
-rw-r--r-- | net/rsync/distinfo | 6 | ||||
-rw-r--r-- | net/rsync/files/patch-clientserver.c | 20 |
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) |