diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/daapd/Makefile | 4 | ||||
-rw-r--r-- | audio/daapd/distinfo | 3 | ||||
-rw-r--r-- | audio/daapd/patches/patch-ab | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index bc800e48b03..ce25920fa9e 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:06 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/03 14:40:02 tonio Exp $ DISTNAME= daapd-0.2.4a -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo index ab56880bcb8..f0e8389df27 100644 --- a/audio/daapd/distinfo +++ b/audio/daapd/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2006/01/24 15:18:38 tonio Exp $ +$NetBSD: distinfo,v 1.13 2006/03/03 14:40:02 tonio Exp $ SHA1 (daapd-0.2.4a.tgz) = 175130c8b709fcac124857fe5a9eacdfbe00153c RMD160 (daapd-0.2.4a.tgz) = ca3bf641693779af359cfe1c1b91c7b06cfaaa10 Size (daapd-0.2.4a.tgz) = 205231 bytes SHA1 (patch-aa) = c099f78bfa4658d311ae804b2e2aa0a182b9f5b9 +SHA1 (patch-ab) = 29bcb3b7bda2094099341f583075c04fe7df3d1e 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 |