Commit Graph

3165 Commits

Author SHA1 Message Date
Luka Perkov 70471762cc pptpd: backport from trunk
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-11-18 21:49:25 +01:00
John Crispin ee0bb7b9df libmraa: board detection was broken after the name changed
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-11-06 22:39:41 +01:00
Álvaro Fernández Rojas 8a70ddefc7 unzip: patch CVE-2015-7696, CVE-2015-7697 and integer underflow
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-01 16:21:56 +01:00
John Crispin f8a70fc188 madplay: some build variant related fixes
the 2 variants could not be built at the same time

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-26 17:15:00 +01:00
John Crispin 6f8928afbc node: disable MIPS16
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-24 09:57:36 +02:00
Jo-Philipp Wich 375b9aeee4 python: fix two build depend issues
Build depends must refer to the source package name, not the binary one,
therefore we need to use `bzip2` in order to enforce a build of libbz2.so.

Also make the host python build depend on the bzip2 host build in order to
ensure that host python is built with bzip2 support. We don't need a build
dependency for the target python as this already depends on +libbz2 through
python-light. That package dependency in turn implies a build dependency.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-24 09:56:53 +02:00
Nikos Mavrogiannopoulos ffd3b199e1 gnutls: update to 3.4.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:34:54 +02:00
John Crispin f690a75422 node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-21 10:44:49 +02:00
John Crispin 25a4a2f15d libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 15:58:30 +02:00
John Crispin fbef79fd9f swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:27:29 +02:00
John Crispin 3740ab89eb node: add a python/host dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 13:27:29 +02:00
Etienne CHAMPETIER 5d079de65a zabbix: enable IPv6 support
compile tested on trunk, run tested on CC (ar71xx)

size before:
 96757 zabbix-agentd_2.4.6-1_ar71xx.ipk
 29180 zabbix-get_2.4.6-1_ar71xx.ipk
258979 zabbix-proxy_2.4.6-1_ar71xx.ipk
 35121 zabbix-sender_2.4.6-1_ar71xx.ipk
282885 zabbix-server_2.4.6-1_ar71xx.ipk

size after:
 97359 zabbix-agentd_2.4.6-2_ar71xx.ipk
 29841 zabbix-get_2.4.6-2_ar71xx.ipk
259948 zabbix-proxy_2.4.6-2_ar71xx.ipk
 35801 zabbix-sender_2.4.6-2_ar71xx.ipk
284019 zabbix-server_2.4.6-2_ar71xx.ipk

original PR by Thomas Bahn <thomas-bahn@gmx.net>

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-10-19 22:28:27 +00:00
John Crispin c86d2d5ecb swig: add PKG_LICENSE_FILE
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:59:58 +02:00
John Crispin 56e6a67621 node-hid: set proper version and revision
* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:58:55 +02:00
John Crispin a0baae412c node-hid: set proper version and revision
* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:58:55 +02:00
John Crispin 02d684636a node-cylon: add proper download path and set version properly
* fix version
* fix download path
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:58:55 +02:00
John Crispin 8133570a9c node-arduino-firmata: set proper download path and set version properly
* fix download path
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:58:55 +02:00
John Crispin 0c2c46417d madplay: add PKG_RELEASE and keep oss variants name
* update PKG_RELEASE
* dont change the name of the oss variant

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 15:58:41 +02:00
John Crispin 224ead0d5b madplay: add alsa build variant
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-17 12:31:23 +02:00
John Crispin d88a1494fd yunbridge: add linux side python code
to make the bridge work we need to run an askfirst instance on the ttyS.
additionally add the lua scripts needed to make REST work. this is really ugly
code but it works. i already cleaned up to the original code, but there are still
issues such as a new luci session being created for each request.

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-17 12:31:23 +02:00
John Crispin d313c7b182 libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-17 12:31:23 +02:00
John Crispin e3d82916ad libmraa: add mraa including mips platform code
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-17 12:31:23 +02:00
John Crispin 4fb1eda08e nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-16 13:30:56 +02:00
John Crispin 756a24c3d4 swig: add host build
this is a binding generator needed to build node plugins

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-16 00:11:57 +02:00
Steven Barth 61d0f260f3 Merge pull request #1791 from MikePetullo/for-15.05-krb5
krb5: update to 1.13.2
2015-10-13 10:06:28 +02:00
John Crispin 9f3881f1f3 python-serial: backport from master branch to for-15.05
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-02 13:59:43 +02:00
John Crispin fc2152034c cgi-io: add a small helper cgi that can be used by RPCD based UIs
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-02 13:59:43 +02:00
John Crispin 9d042c3564 spi-tools: add new package
this package adds 2 tools that can be used to control spidev devices from userland

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-02 13:59:43 +02:00
Yousong Zhou 7f3ef93466 xl2tpd: bump version
The update is mainly for addressing some memory corruption and segementation
faults issues observed when running xl2tpd in OpenWrt.  The relevant upstream
pull request was at link [1]

 [1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-10-02 08:43:14 +08:00
John Crispin 6d892fb2fa python: add dependency to bz2 host build
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-01 14:04:15 +02:00
Marko Ratkaj eb1254a3a0 squild: bump version to 3.5.9
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:42:22 +02:00
Marko Ratkaj 085fdc9c3c lxc: bump version to 1.1.3
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:42:11 +02:00
Marko Ratkaj 3831a680ab file: bump version to 5.25
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:42:05 +02:00
Marko Ratkaj 2a1409b927 e2guardian: bump version to 3.2.0
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:41:57 +02:00
Yousong Zhou 77e4444a27 xl2tpd: fix by backporting the version from master branch
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-09-26 12:03:06 +08:00
Karl Palsson 5fd21e2305 mosquitto: update to 1.4.4
More information: http://mosquitto.org/2015/09/version-1-4-4-released/

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-09-25 15:03:08 +00:00
Nikos Mavrogiannopoulos b86ffea908 libtasn1: updated to 4.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:07:47 +02:00
Nikos Mavrogiannopoulos 4c75da6e28 gnutls: updated to 3.4.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:07:47 +02:00
Nikos Mavrogiannopoulos 41a5ec56fe radcli: updated to 1.2.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:03:57 +02:00
Steven Barth 088c1a12be Merge pull request #1794 from MikePetullo/for-15.05-lighttpd
lighttpd: update to 1.4.37
2015-09-22 10:42:24 +02:00
W. Michael Petullo 57ec0c99a5 lighttpd: update to 1.4.37
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-21 15:47:12 +02:00
W. Michael Petullo b2869e2a22 lighttpd: update to 1.4.37
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-20 20:14:00 -04:00
W. Michael Petullo 6e1a70ad6c krb5: update to 1.13.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-09-20 19:41:16 -04:00
Daniel Golle 9cadde2183 tracertools: update source URL
rip gitorious.org

[backport of commit c6b65ce on master]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-19 20:40:57 +02:00
Gergely Kiss ad00330865 sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-17 16:47:09 +02:00
Alexander Tsoy 12b1f4fab8 sudo: preserve sudoers.d during sysupgrade
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
2015-09-17 16:47:02 +02:00
Steven Barth 9f63667c06 Merge pull request #1733 from hnyman/collectd-entropy
collectd: backport the entropy plugin and changes to example config file
2015-09-15 08:31:35 +02:00
Markus Stenberg 2bcaf5fc70 mdnsresponder: fix fd leak for IPv6 sockets
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-14 14:06:53 +02:00
Nuno Goncalves e7c01b17df tcsh: update source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-09-12 12:11:03 +01:00
Steven Barth 8a0cba2010 Merge pull request #1762 from pdxmeshnet/for-15.05
zmq fixes from master
2015-09-10 17:47:00 +02:00