aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnutls: update to 3.4.6Nikos Mavrogiannopoulos2015-10-22
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* php5: update to 5.6.14Michael Heimpold2015-10-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* node-cylon: dont double build firmata and serialportJohn Crispin2015-10-21
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* freeradius2: cleanup init scriptDaniel Golle2015-10-21
| | | | | | | | | | | The initscript originally imported from oldpackages no longer does the job, sed'ery around ifconfig is just not the way. Remove stuff which can also be done via /etc/freeradius2/* or /etc/default/radiusd instead. Fixes #1769 and #1193 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libupm: add fixes for 2 sensorsJohn Crispin2015-10-20
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* Merge pull request #1876 from mlichvar/chrony-update-2.2Steven Barth2015-10-20
|\ | | | | chrony: update to 2.2
| * chrony: update to 2.2Miroslav Lichvar2015-10-20
| | | | | | | | | | | | | | Support for authentication with command key was replaced with communication over Unix domain socket. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | Merge pull request #1877 from Adze1502/masterSteven Barth2015-10-20
|\ \ | | | | | | mwan3: update to version 1.6-3
| * | mwan3: update to version 1.6-3Jeroen Louwes2015-10-20
| |/ | | | | | | | | | | Fix for changed location ip binary Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | swig: make it compile even if pcre libs are not availableJohn Crispin2015-10-20
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | node: add a python/host dependencyJohn Crispin2015-10-20
|/ | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* zabbix: enable IPv6 supportEtienne CHAMPETIER2015-10-19
| | | | | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #1847 from jow-/motion-musl-compatSteven Barth2015-10-19
|\ | | | | motion: fix segmentation fault under musl libc
| * motion: fix segmentation fault under musl libcJo-Philipp Wich2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During startup, motion calls pthread_getspecific() through motion_log() before pthread_key_create() has been called yet. This works on glibc and uclibc but segfaults on musl because motion is relying on undefined behaviour here. Move the pthread initialization before motion_startup() so that tls_key_threadnr is initialized when motion_log() is called. Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R on all non-glibc systems because the supposed replacement code is broken and crashes on musl. References: http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | swig: add PKG_LICENSE_FILEJohn Crispin2015-10-19
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-hid: set proper version and revisionJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix revision variables * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-hid: set proper version and revisionJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix revision variables * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-cylon: add proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | | | | | | | | | | * fix version * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-arduino-firmata: set proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | madplay: add PKG_RELEASE and keep oss variants nameJohn Crispin2015-10-19
| | | | | | | | | | | | | | * update PKG_RELEASE * dont change the name of the oss variant Signed-off-by: John Crispin <blogic@openwrt.org>
* | madplay: add alsa build variantJohn Crispin2015-10-19
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | yunbridge: add linux side python codeJohn Crispin2015-10-19
| | | | | | | | | | | | | | | | | | 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>
* | libupm: add packageJohn Crispin2015-10-19
| | | | | | | | | | | | | | 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>
* | libmraa: add mraa including mips platform codeJohn Crispin2015-10-19
| | | | | | | | | | | | | | 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>
* | nodejs: add 0.12 version of nodeJohn Crispin2015-10-19
| | | | | | | | | | | | add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>
* | swig: add host buildJohn Crispin2015-10-19
| | | | | | | | | | | | this is a binding generator needed to build node plugins Signed-off-by: John Crispin <blogic@openwrt.org>
* | Merge pull request #1853 from szogi/masterSteven Barth2015-10-19
|\ \ | | | | | | open2300: re-add to the master, maintainer change, build check format fix
| * | open2300: added license informationsGabor SZOLLOSI2015-10-12
| | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
| * | open2300: build check format fixGabor SZOLLOSI2015-10-11
| | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
| * | open2300: format security offGabor SZOLLOSI2015-10-11
| | |
| * | open2300: re-add to the master, maintainer changeGabor SZOLLOSI2015-10-11
| | | | | | | | | | | | Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
* | | Merge pull request #1864 from mlichvar/chrony-remove-old-filesSteven Barth2015-10-19
|\ \ \ | | | | | | | | chrony: remove old files
| * | | chrony: remove old filesMiroslav Lichvar2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove files that were accidentally included in the previous merge (pull request #1802). The obsolete patches are breaking the build now. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | Merge pull request #1872 from MikePetullo/libdmapsharingSteven Barth2015-10-19
|\ \ \ \ | | | | | | | | | | libdmapsharing: update to 2.9.32
| * | | | libdmapsharing: update to 2.9.32W. Michael Petullo2015-10-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #1873 from aTanW/masterSteven Barth2015-10-19
|\ \ \ \ \ | |/ / / / |/| | | | gammu: bump to new upstream v1.36.6
| * | | | gammu: bump to new upstream v1.36.6aTanW2015-10-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | mjpg-streamer: Fix build/download order and cambozola repo referenceTed Hess2015-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | pianod: Fix build/download orderTed Hess2015-10-17
|/ / / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1863 from Zokormazo/lessSteven Barth2015-10-17
|\ \ \ | | | | | | | | less: update to 481
| * | | less: update to 481Julen Landa Alustiza2015-10-16
| | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | pianod: Update to latest version, refresh patchesTed Hess2015-10-16
|/ / / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1857 from padre-lacroix/bandwidthdSteven Barth2015-10-15
|\ \ \ | | | | | | | | Addition of bandwidthd from the oldpackages
| * | | Addition of bandwidthd from the oldpackagesJean-Michel Lacroix2015-10-14
| | | | | | | | | | | | | | | | Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
* | | | Merge pull request #1861 from hansmi/masterSteven Barth2015-10-15
|\ \ \ \ | | | | | | | | | | [Unbound] Update to 1.5.5
| * | | | [Unbound] Update to 1.5.5Michael Hanselmann2015-10-14
|/ / / / | | | | | | | | | | | | | | | | | | | | Bump unbound to version 1.5.5 released on October 6, 2015. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* | | | Merge pull request #1858 from oneru/patch-1Steven Barth2015-10-13
|\ \ \ \ | | | | | | | | | | Fwknop: Fix setting getting overwritten
| * | | | Fwknop: Fix setting getting overwrittenJonathan Bennett2015-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | A typo in the init file was causing a certain setting to be overwritten on every daemon start. Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | chrony: import from oldpackagesMiroslav Lichvar2015-10-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | Merge pull request #1766 from hnyman/fix-collectd-dnsSteven Barth2015-10-13
|\ \ \ \ \ | | | | | | | | | | | | collectd: Delay first data read cycle by 1s