summaryrefslogtreecommitdiff
path: root/www/sitecopy/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-23 09:05:23 +0000
committerwiz <wiz@pkgsrc.org>2003-09-23 09:05:23 +0000
commit4d6a0c66ac27963fe499084a03354ddc6eb1ed02 (patch)
tree9c0187c84e12be572252284ba328464b80163b8e /www/sitecopy/patches
parent53ece0616e75912bc91e09ced815c673507a6583 (diff)
downloadpkgsrc-4d6a0c66ac27963fe499084a03354ddc6eb1ed02.tar.gz
Update to 0.13.4, provided by Hiramatsu Yoshifumi in PR 22895:
Changes in release sitecopy 0.13.4, 29 July 2003 * Fix ~/.sitecopy directory permissions check on some platforms. * Fix included getopt build on some platforms. * Updated Italian translation (Cristian Rigamonti). * neon updates: - add support for Kerberos authentication over HTTP ("GSS-Negotiate"). - fix compatibility with OpenSSL 0.9.6. Changes in release sitecopy 0.13.3, 30 June 2003 * 'ls' parsing tweaks in FTP fetch mode. * Better error handling for corrupt site storage files. * Update to neon 0.24. Changes in release sitecopy 0.13.2, 17 June 2003 * Fixes for FTP synch mode (Paul J. Mantyla, David Madore and others). Changes in release sitecopy 0.13.1, 15 June 2003 * Fixes for FTP fetch mode: - corruption of downloaded files - handling of empty lines in responses * Drop support for non-XML storage files produced by sitecopy-0.7.0 and earlier. * Fixes for SSL certificate caching. * Fix build using included libintl. * Fix fn_escape() build with some compilers. Changes in release sitecopy 0.13.0, 10 May 2003 * Really fix use of non-ASCII filenames: - drop 'charset' config option - this should no longer be used - filenames should be preserved exactly regardless of character set * Support WebDAV over SSL again: user is prompted to verify the server certificate on first access. * Enable use of bundled expat. * Add Italian translation from Cristian Rigamonti. * Fix segfault if SSL is requested but not supported. * Fix build on AIX (Takeshi NISHIMATSU), FreeBSD. Changes in release sitecopy 0.12.1, 19 February 2003 * Fix corruption of uploaded files in FTP mode (Jonathan Paisley) * Fix build when included libintl is used (Nathan Hand). * Fix bogus "XML parser received non-8-bit data" error. * Fix make install (Juergen Daubert). * Disable use of bundled expat pending build fix.
Diffstat (limited to 'www/sitecopy/patches')
-rw-r--r--www/sitecopy/patches/patch-aa10
-rw-r--r--www/sitecopy/patches/patch-ab14
2 files changed, 5 insertions, 19 deletions
diff --git a/www/sitecopy/patches/patch-aa b/www/sitecopy/patches/patch-aa
index 5b3f368e4b0..bc11b78192d 100644
--- a/www/sitecopy/patches/patch-aa
+++ b/www/sitecopy/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2002/08/25 21:52:21 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2003/09/23 09:05:23 wiz Exp $
---- Makefile.in.orig Mon Jan 14 06:02:02 2002
-+++ Makefile.in
-@@ -15,7 +15,7 @@
+--- Makefile.in.orig 2003-09-22 03:25:30.000000000 +0900
++++ Makefile.in 2003-09-22 03:25:25.000000000 +0900
+@@ -11,7 +11,7 @@
bindir = @bindir@
mandir = @mandir@
man1dir = $(mandir)/man1
@@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.3 2002/08/25 21:52:21 jlam Exp $
+docdir = $(prefix)/share/doc/sitecopy
localedir = $(datadir)/locale
datadir = @datadir@
- pkgdatadir = $(datadir)/@PACKAGE@
+ pkgdatadir = $(datadir)/sitecopy
diff --git a/www/sitecopy/patches/patch-ab b/www/sitecopy/patches/patch-ab
deleted file mode 100644
index b7b3919c7de..00000000000
--- a/www/sitecopy/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2002/08/25 21:52:22 jlam Exp $
-
---- src/console_fe.c.orig Mon Jan 14 05:42:21 2002
-+++ src/console_fe.c
-@@ -44,6 +44,9 @@
- #ifdef HAVE_ERRNO_H
- #include <errno.h>
- #endif
-+#ifdef HAVE_LOCALE_H
-+#include <locale.h>
-+#endif
- #include <signal.h>
- #include <time.h>
- #include <ctype.h>