diff options
author | tonio <tonio@pkgsrc.org> | 2006-03-03 14:40:02 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-03-03 14:40:02 +0000 |
commit | 9e4d5c4041648b796d23ab2fadd9c5aa1e06edcb (patch) | |
tree | 84cb3b2506ab4c7caf1ce0e7d444699f7811961b /audio/daapd/patches | |
parent | de123c05c4ee062097701bd528d2d34e4be6caaf (diff) | |
download | pkgsrc-9e4d5c4041648b796d23ab2fadd9c5aa1e06edcb.tar.gz |
Fix daapd with iTunes 6.0.4 (3)
Diffstat (limited to 'audio/daapd/patches')
-rw-r--r-- | audio/daapd/patches/patch-ab | 13 |
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 |