pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/daapd Fix daapd with iTunes 6.0.4 (3)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93c42f39f493
branches:  trunk
changeset: 509110:93c42f39f493
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Mar 03 14:40:02 2006 +0000

description:
Fix daapd with iTunes 6.0.4 (3)

diffstat:

 audio/daapd/Makefile         |   4 ++--
 audio/daapd/distinfo         |   3 ++-
 audio/daapd/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r fc3b1a6fd471 -r 93c42f39f493 audio/daapd/Makefile
--- a/audio/daapd/Makefile      Fri Mar 03 10:16:50 2006 +0000
+++ b/audio/daapd/Makefile      Fri Mar 03 14:40:02 2006 +0000
@@ -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 -r fc3b1a6fd471 -r 93c42f39f493 audio/daapd/distinfo
--- a/audio/daapd/distinfo      Fri Mar 03 10:16:50 2006 +0000
+++ b/audio/daapd/distinfo      Fri Mar 03 14:40:02 2006 +0000
@@ -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 -r fc3b1a6fd471 -r 93c42f39f493 audio/daapd/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/daapd/patches/patch-ab      Fri Mar 03 14:40:02 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index