Changes: Version 3.5.4 - 2006-08-09 - new setting mirror:include-regex. - load ssl keys for protected data connection as well; use new option - ftp:ssl-data-use-keys to disable it. - fixed human-readable options of du and cls. - fixed compilation on certain systems. Version 3.5.3 - 2006-08-04 - fixed a core dump in ftps with gnu tls. - fixed random queue duplication. - fixed compilation with modules and socks. - fixed installation with modules. - added configure --enable-packager-mode option (Daniel Black). Version 3.5.2 - 2006-07-28 Several bugs fixed. - strip CRs from ls output, as before. - updated help for pget. - fixed mirror -c and get -c hang. - fixed mirror timestamps for hftp and http. - fixed mirror for files starting with a tilde. - fixed use of PROPFIND when http:use-propfind is no. - fixed directory listing and globbing for ftp over http proxy. - updated gnulib sources (Nix).
12 lines
299 B
Text
12 lines
299 B
Text
$NetBSD: patch-ad,v 1.3 2006/08/11 15:19:35 salo Exp $
|
|
|
|
--- src/ChmodJob.cc.orig 2006-07-24 08:50:18.000000000 +0000
|
|
+++ src/ChmodJob.cc 2006-08-11 14:08:34.000000000 +0000
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <config.h>
|
|
#include <assert.h>
|
|
+#include <unistd.h>
|
|
#include "ChmodJob.h"
|
|
#include "url.h"
|
|
|