View | Details | Raw Unified | Return to bug 153347 | Differences between
and this patch

Collapse All | Expand All

(-)/home/corn/devel/upnp/Makefile (-3 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	upnp
8
PORTNAME=	upnp
9
PORTVERSION=	1.6.9
9
PORTVERSION=	1.6.10
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	devel
11
CATEGORIES=	devel
13
MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
12
MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
Lines 31-37 Link Here
31
CONFIGURE_ARGS=	--without-documentation
30
CONFIGURE_ARGS=	--without-documentation
32
.else
31
.else
33
CONFIGURE_ARGS=	--with-documentation=${DOCSDIR}
32
CONFIGURE_ARGS=	--with-documentation=${DOCSDIR}
34
35
PORTDOCS=	*
33
PORTDOCS=	*
36
.endif
34
.endif
37
35
(-)/home/corn/devel/upnp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libupnp-1.6.9.tar.bz2) = aae24da56736532d8d7e52aa5da9546a636e4f998db846be3e12e944d4a320f3
1
SHA256 (libupnp-1.6.10.tar.bz2) = 7148e449774ce233fb46304a4124d3dc88030f1a0f2713dd7ee08980d98df188
2
SIZE (libupnp-1.6.9.tar.bz2) = 1196558
2
SIZE (libupnp-1.6.10.tar.bz2) = 1179304
(-)/home/corn/devel/upnp/files/patch-upnp-src-gena-gena_device.c (-11 lines)
Lines 1-11 Link Here
1
--- upnp/src/gena/gena_device.c.orig
2
+++ upnp/src/gena/gena_device.c
3
@@ -225,7 +225,7 @@ static UPNP_INLINE int notify_send_and_r
4
 		"bbb",
5
 		start_msg.buf, start_msg.length,
6
 		propertySet, strlen(propertySet),
7
-		"\r\n", 2);
8
+		"\r\n", sizeof "\r\n" - 1);
9
 	if (ret_code) {
10
 		membuffer_destroy(&start_msg);
11
 		sock_destroy(&info, SD_BOTH);
(-)/home/corn/devel/upnp/files/patch-upnp-src-genlib-net-http-webserver.c (-11 lines)
Lines 1-11 Link Here
1
--- upnp/src/genlib/net/http/webserver.c.orig
2
+++ upnp/src/genlib/net/http/webserver.c
3
@@ -1262,7 +1262,7 @@ static int process_request(
4
 			// Content-Range: bytes 222-3333/4000  HTTP_PARTIAL_CONTENT
5
 			// Transfer-Encoding: chunked
6
 			if (http_MakeMessage(headers, resp_major, resp_minor,
7
-			    "R" "TLD" "s" "tcS" "b" "Xc" "sCc",
8
+			    "R" "TLD" "s" "tcS" "Xc" "sCc",
9
 			    HTTP_OK,	// status code
10
 			    finfo.content_type,	// content type
11
 			    RespInstr,	// language info
(-)/home/corn/devel/upnp/pkg-plist (-1 / +1 lines)
Lines 23-28 Link Here
23
lib/libupnp.a
23
lib/libupnp.a
24
lib/libupnp.la
24
lib/libupnp.la
25
lib/libupnp.so
25
lib/libupnp.so
26
lib/libupnp.so.4
26
lib/libupnp.so.5
27
libdata/pkgconfig/libupnp.pc
27
libdata/pkgconfig/libupnp.pc
28
@dirrm include/upnp
28
@dirrm include/upnp

Return to bug 153347