summaryrefslogtreecommitdiff
path: root/audio/daapd/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-03-03 14:40:02 +0000
committertonio <tonio@pkgsrc.org>2006-03-03 14:40:02 +0000
commit9e4d5c4041648b796d23ab2fadd9c5aa1e06edcb (patch)
tree84cb3b2506ab4c7caf1ce0e7d444699f7811961b /audio/daapd/patches
parentde123c05c4ee062097701bd528d2d34e4be6caaf (diff)
downloadpkgsrc-9e4d5c4041648b796d23ab2fadd9c5aa1e06edcb.tar.gz
Fix daapd with iTunes 6.0.4 (3)
Diffstat (limited to 'audio/daapd/patches')
-rw-r--r--audio/daapd/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/daapd/patches/patch-ab b/audio/daapd/patches/patch-ab
new file mode 100644
index 00000000000..beb04c4b76b
--- /dev/null
+++ b/audio/daapd/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/03/03 14:40:02 tonio Exp $
+
+--- libhttpd/src/httpd-persistent.h.orig 2005-01-05 00:18:47.000000000 +0100
++++ libhttpd/src/httpd-persistent.h
+@@ -54,7 +54,7 @@
+
+ #define HTTP_PORT 80
+ #define HTTP_MAX_LEN 10240
+-#define HTTP_MAX_URL 1024
++#define HTTP_MAX_URL 2048
+ #define HTTP_MAX_HEADERS 1024
+ #define HTTP_MAX_AUTH 128
+ #define HTTP_IP_ADDR_LEN 17