Seguridad Wireless - Wifi

Equipos y materiales => Puntos de acceso, routers, switchs y bridges => Openwrt & LEDE => Mensaje iniciado por: Foguet en 25-05-2016, 19:02 (Miércoles)

Título: Paquete xupnpd error al descargar fuentes
Publicado por: Foguet en 25-05-2016, 19:02 (Miércoles)
Hola!
Este mensaje es sobre todo para su creador, Noltari  ;)

El paquete "xupnpd" que haces referencia en la guía para hacer funcionar Movistar Fibra, en su Makefile tiene la URL de las fuentes antiguas la cual da error 404.
Código: [Seleccionar]
PKG_NAME:=xupnpd
PKG_REV:=404
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=xupnpd-$(PKG_VERSION)
PKG_SOURCE_URL:=http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz

Yo ahora mismo lo he apañado descargandome el fichero y subiéndolo a mi servidor web local, pero quizás lo recomendado sería actualizar el Makefile (no se como subir parches a LEDE/OpenWRT).
Los ficheros están en (nunca he sabido que diferencia hay con el fichero "static"):
xupnpd-1_033.tar.gz --> https://drive.google.com/open?id=0B-F25LE4in_xbkg2N1UyMGZ1TmM
xupnpd-1_033-static.tar.gz --> https://drive.google.com/open?id=0B-F25LE4in_xSEJZRFVjTGtpd2c
Y en github --> https://github.com/clark15b/xupnpd

Gracias!!!  >:(
Título: Re: Paquete xupnpd error al descargar fuentes
Publicado por: jar229 en 25-05-2016, 20:36 (Miércoles)
Hola!
Este mensaje es sobre todo para su creador, Noltari  ;)

El paquete "xupnpd" que haces referencia en la guía para hacer funcionar Movistar Fibra, en su Makefile tiene la URL de las fuentes antiguas la cual da error 404.
Código: [Seleccionar]
PKG_NAME:=xupnpd
PKG_REV:=404
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=xupnpd-$(PKG_VERSION)
PKG_SOURCE_URL:=http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz

Yo ahora mismo lo he apañado descargandome el fichero y subiéndolo a mi servidor web local, pero quizás lo recomendado sería actualizar el Makefile (no se como subir parches a LEDE/OpenWRT).
Los ficheros están en (nunca he sabido que diferencia hay con el fichero "static"):
xupnpd-1_033.tar.gz --> https://drive.google.com/open?id=0B-F25LE4in_xbkg2N1UyMGZ1TmM
xupnpd-1_033-static.tar.gz --> https://drive.google.com/open?id=0B-F25LE4in_xSEJZRFVjTGtpd2c
Y en github --> https://github.com/clark15b/xupnpd

Gracias!!!  >:(

Yo le mandaría un privado para avisarle.

No vaya a ser que se le despiste el hilo ...  ^-^
Título: Re: Paquete xupnpd error al descargar fuentes
Publicado por: Noltari en 01-06-2016, 16:34 (Miércoles)
Fixed!
https://github.com/openwrt/packages/commit/b2f23af2d85561a8eca09923cd69aa08d15c6c5b

Gracias por el aviso!