MFH: r551336
devel/upnp: update to 1.14.0
Update to newer release which contains a fix for CVE-2020-13848:
c805c1de11
Security: CVE-2020-13848
Approved by: ports-secteam (joneum)
This commit is contained in:
parent
ff1d16fdc1
commit
a330e0ebc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=551360
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= upnp
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 1.12.1
|
||||
DISTVERSION= 1.14.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -68,7 +68,7 @@ UNSPECIFIED_SERVER_CONFIGURE_ENABLE= unspecified_server
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/upnp/doc/UPnP_Programming_Guide.pdf \
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/UPnP_Programming_Guide.pdf \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586644035
|
||||
SHA256 (mrjimenez-pupnp-release-1.12.1_GH0.tar.gz) = b4fc8f8e78d5d3259f321aecab1bc9d9ef7b9cea816c4b4d850b264120773290
|
||||
SIZE (mrjimenez-pupnp-release-1.12.1_GH0.tar.gz) = 786818
|
||||
TIMESTAMP = 1601746007
|
||||
SHA256 (mrjimenez-pupnp-release-1.14.0_GH0.tar.gz) = 8f8ef5eb7c434984a32b2fd614262855652b402418d4c453b5204823de1aa2de
|
||||
SIZE (mrjimenez-pupnp-release-1.14.0_GH0.tar.gz) = 788668
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- upnp/src/genlib/net/http/httpreadwrite.c.orig 2020-10-03 17:28:40 UTC
|
||||
+++ upnp/src/genlib/net/http/httpreadwrite.c
|
||||
@@ -55,7 +55,6 @@
|
||||
#include "uri.h"
|
||||
#include "webserver.h"
|
||||
|
||||
-#include <alloca.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
@ -1,22 +1,19 @@
|
||||
include/upnp/ActionComplete.h
|
||||
include/upnp/ActionRequest.h
|
||||
include/upnp/Callback.h
|
||||
include/upnp/Discovery.h
|
||||
include/upnp/Event.h
|
||||
include/upnp/EventSubscribe.h
|
||||
include/upnp/ExtraHeaders.h
|
||||
include/upnp/FileInfo.h
|
||||
include/upnp/StateVarComplete.h
|
||||
include/upnp/StateVarRequest.h
|
||||
include/upnp/SubscriptionRequest.h
|
||||
include/upnp/TemplateInclude.h
|
||||
include/upnp/TemplateSource.h
|
||||
include/upnp/TemplateUndef.h
|
||||
include/upnp/UpnpActionComplete.h
|
||||
include/upnp/UpnpActionRequest.h
|
||||
include/upnp/UpnpDiscovery.h
|
||||
include/upnp/UpnpEvent.h
|
||||
include/upnp/UpnpEventSubscribe.h
|
||||
include/upnp/UpnpExtraHeaders.h
|
||||
include/upnp/UpnpFileInfo.h
|
||||
include/upnp/UpnpGlobal.h
|
||||
include/upnp/UpnpInet.h
|
||||
include/upnp/UpnpIntTypes.h
|
||||
include/upnp/UpnpStateVarComplete.h
|
||||
include/upnp/UpnpStateVarRequest.h
|
||||
include/upnp/UpnpStdInt.h
|
||||
include/upnp/UpnpString.h
|
||||
include/upnp/UpnpSubscriptionRequest.h
|
||||
include/upnp/UpnpUniStd.h
|
||||
include/upnp/ithread.h
|
||||
include/upnp/ixml.h
|
||||
@ -32,7 +29,7 @@ lib/libixml.so.11
|
||||
lib/libixml.so.11.0.0
|
||||
lib/libupnp.a
|
||||
lib/libupnp.so
|
||||
lib/libupnp.so.16
|
||||
lib/libupnp.so.16.0.1
|
||||
lib/libupnp.so.17
|
||||
lib/libupnp.so.17.0.0
|
||||
libdata/pkgconfig/libupnp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 3.0.11
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= amule
|
||||
PORTVERSION= 11055
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://amule.sourceforge.net/tarballs/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= amule
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION}
|
||||
DISTNAME= aMule-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user