feed/packages.git
9 years agoMerge pull request #1808 from ryzhovau/mpg123-deps-and-bins
Steven Barth [Thu, 22 Oct 2015 08:35:55 +0000 (10:35 +0200)]
Merge pull request #1808 from ryzhovau/mpg123-deps-and-bins

mpg123: simplify dependanciess, add more binaries

9 years agoMerge pull request #1860 from karlp/libcoap-endian
Steven Barth [Thu, 22 Oct 2015 08:35:13 +0000 (10:35 +0200)]
Merge pull request #1860 from karlp/libcoap-endian

libcoap: Pass endian flags down to target

9 years agoMerge pull request #1866 from MikePetullo/libgee
Steven Barth [Thu, 22 Oct 2015 08:34:39 +0000 (10:34 +0200)]
Merge pull request #1866 from MikePetullo/libgee

libgee: add new package

9 years agoMerge pull request #1867 from MikePetullo/lcdgrilo
Steven Barth [Thu, 22 Oct 2015 08:34:31 +0000 (10:34 +0200)]
Merge pull request #1867 from MikePetullo/lcdgrilo

lcdgrilo: add new package

9 years agognutls: update to 3.4.6
Nikos Mavrogiannopoulos [Thu, 22 Oct 2015 05:33:06 +0000 (07:33 +0200)]
gnutls: update to 3.4.6

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agophp5: update to 5.6.14
Michael Heimpold [Wed, 21 Oct 2015 20:55:28 +0000 (22:55 +0200)]
php5: update to 5.6.14

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years agonode-cylon: dont double build firmata and serialport
John Crispin [Wed, 21 Oct 2015 08:44:49 +0000 (10:44 +0200)]
node-cylon: dont double build firmata and serialport

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agofreeradius2: cleanup init script
Daniel Golle [Wed, 21 Oct 2015 00:54:17 +0000 (02:54 +0200)]
freeradius2: cleanup init script

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>
9 years agolibupm: add fixes for 2 sensors
John Crispin [Tue, 20 Oct 2015 13:58:30 +0000 (15:58 +0200)]
libupm: add fixes for 2 sensors

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agoMerge pull request #1876 from mlichvar/chrony-update-2.2
Steven Barth [Tue, 20 Oct 2015 11:36:53 +0000 (13:36 +0200)]
Merge pull request #1876 from mlichvar/chrony-update-2.2

chrony: update to 2.2

9 years agoMerge pull request #1877 from Adze1502/master
Steven Barth [Tue, 20 Oct 2015 11:34:32 +0000 (13:34 +0200)]
Merge pull request #1877 from Adze1502/master

mwan3: update to version 1.6-3

9 years agoswig: make it compile even if pcre libs are not available
John Crispin [Tue, 20 Oct 2015 11:23:30 +0000 (13:23 +0200)]
swig: make it compile even if pcre libs are not available

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode: add a python/host dependency
John Crispin [Tue, 20 Oct 2015 11:23:01 +0000 (13:23 +0200)]
node: add a python/host dependency

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agomwan3: update to version 1.6-3 1877/head
Jeroen Louwes [Tue, 20 Oct 2015 08:04:20 +0000 (10:04 +0200)]
mwan3: update to version 1.6-3

Fix for changed location ip binary

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
9 years agochrony: update to 2.2 1876/head
Miroslav Lichvar [Tue, 20 Oct 2015 05:46:42 +0000 (07:46 +0200)]
chrony: update to 2.2

Support for authentication with command key was replaced with
communication over Unix domain socket.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 years agozabbix: enable IPv6 support
Etienne CHAMPETIER [Fri, 16 Oct 2015 15:16:34 +0000 (15:16 +0000)]
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>
9 years agoMerge pull request #1847 from jow-/motion-musl-compat
Steven Barth [Mon, 19 Oct 2015 19:27:18 +0000 (21:27 +0200)]
Merge pull request #1847 from jow-/motion-musl-compat

motion: fix segmentation fault under musl libc

9 years agoswig: add PKG_LICENSE_FILE
John Crispin [Mon, 19 Oct 2015 13:59:58 +0000 (15:59 +0200)]
swig: add PKG_LICENSE_FILE

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-hid: set proper version and revision
John Crispin [Mon, 19 Oct 2015 13:49:38 +0000 (15:49 +0200)]
node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-hid: set proper version and revision
John Crispin [Mon, 19 Oct 2015 13:48:12 +0000 (15:48 +0200)]
node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agonode-cylon: add proper download path and set version properly
John Crispin [Mon, 19 Oct 2015 13:47:40 +0000 (15:47 +0200)]
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>
9 years agonode-arduino-firmata: set proper download path and set version properly
John Crispin [Mon, 19 Oct 2015 13:46:03 +0000 (15:46 +0200)]
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>
9 years agomadplay: add PKG_RELEASE and keep oss variants name
John Crispin [Mon, 19 Oct 2015 13:55:38 +0000 (15:55 +0200)]
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>
9 years agomadplay: add alsa build variant
John Crispin [Fri, 2 Oct 2015 09:04:59 +0000 (11:04 +0200)]
madplay: add alsa build variant

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agoyunbridge: add linux side python code
John Crispin [Sun, 2 Aug 2015 06:27:09 +0000 (08:27 +0200)]
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>
9 years agolibupm: add package
John Crispin [Wed, 19 Aug 2015 10:50:49 +0000 (12:50 +0200)]
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>
9 years agolibmraa: add mraa including mips platform code
John Crispin [Sun, 2 Aug 2015 06:26:13 +0000 (08:26 +0200)]
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>
9 years agonodejs: add 0.12 version of node
John Crispin [Sun, 2 Aug 2015 06:26:39 +0000 (08:26 +0200)]
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>
9 years agoswig: add host build
John Crispin [Fri, 2 Oct 2015 11:30:29 +0000 (13:30 +0200)]
swig: add host build

this is a binding generator needed to build node plugins

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agoMerge pull request #1853 from szogi/master
Steven Barth [Mon, 19 Oct 2015 08:36:12 +0000 (10:36 +0200)]
Merge pull request #1853 from szogi/master

open2300: re-add to the master, maintainer change, build check format fix

9 years agoMerge pull request #1864 from mlichvar/chrony-remove-old-files
Steven Barth [Mon, 19 Oct 2015 08:35:46 +0000 (10:35 +0200)]
Merge pull request #1864 from mlichvar/chrony-remove-old-files

chrony: remove old files

9 years agoMerge pull request #1872 from MikePetullo/libdmapsharing
Steven Barth [Mon, 19 Oct 2015 08:32:37 +0000 (10:32 +0200)]
Merge pull request #1872 from MikePetullo/libdmapsharing

libdmapsharing: update to 2.9.32

9 years agoMerge pull request #1873 from aTanW/master
Steven Barth [Mon, 19 Oct 2015 08:32:26 +0000 (10:32 +0200)]
Merge pull request #1873 from aTanW/master

gammu: bump to new upstream v1.36.6

9 years agogammu: bump to new upstream v1.36.6 1873/head
aTanW [Mon, 19 Oct 2015 07:26:57 +0000 (10:26 +0300)]
gammu: bump to new upstream v1.36.6

Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

9 years agolibdmapsharing: update to 2.9.32 1872/head
W. Michael Petullo [Mon, 19 Oct 2015 02:25:47 +0000 (22:25 -0400)]
libdmapsharing: update to 2.9.32

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agolcdgrilo: add new package 1867/head
W. Michael Petullo [Mon, 19 Oct 2015 02:22:08 +0000 (22:22 -0400)]
lcdgrilo: add new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agolibgee: add new package 1866/head
W. Michael Petullo [Mon, 19 Oct 2015 02:20:29 +0000 (22:20 -0400)]
libgee: add new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agomjpg-streamer: Fix build/download order and cambozola repo reference
Ted Hess [Sat, 17 Oct 2015 14:58:32 +0000 (10:58 -0400)]
mjpg-streamer: Fix build/download order and cambozola repo reference

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agopianod: Fix build/download order
Ted Hess [Sat, 17 Oct 2015 14:44:30 +0000 (10:44 -0400)]
pianod: Fix build/download order

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agochrony: remove old files 1864/head
Miroslav Lichvar [Sat, 17 Oct 2015 12:10:27 +0000 (14:10 +0200)]
chrony: remove old files

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>
9 years agoMerge pull request #1863 from Zokormazo/less
Steven Barth [Sat, 17 Oct 2015 06:29:38 +0000 (08:29 +0200)]
Merge pull request #1863 from Zokormazo/less

less: update to 481

9 years agopianod: Update to latest version, refresh patches
Ted Hess [Fri, 16 Oct 2015 20:04:32 +0000 (16:04 -0400)]
pianod: Update to latest version, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoless: update to 481 1863/head
Julen Landa Alustiza [Fri, 16 Oct 2015 19:39:19 +0000 (21:39 +0200)]
less: update to 481
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
9 years agoMerge pull request #1857 from padre-lacroix/bandwidthd
Steven Barth [Thu, 15 Oct 2015 20:07:03 +0000 (22:07 +0200)]
Merge pull request #1857 from padre-lacroix/bandwidthd

Addition of bandwidthd from the oldpackages

9 years agoMerge pull request #1861 from hansmi/master
Steven Barth [Thu, 15 Oct 2015 20:04:15 +0000 (22:04 +0200)]
Merge pull request #1861 from hansmi/master

[Unbound] Update to 1.5.5

9 years ago[Unbound] Update to 1.5.5 1861/head
Michael Hanselmann [Wed, 14 Oct 2015 20:35:44 +0000 (22:35 +0200)]
[Unbound] Update to 1.5.5

Bump unbound to version 1.5.5 released on October 6, 2015.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
9 years agolibcoap: Pass endian flags down to target 1860/head
Karl Palsson [Wed, 14 Oct 2015 17:18:08 +0000 (17:18 +0000)]
libcoap: Pass endian flags down to target

Fixes github issue #1856

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
9 years agoAddition of bandwidthd from the oldpackages 1857/head
Jean-Michel Lacroix [Mon, 12 Oct 2015 19:49:43 +0000 (15:49 -0400)]
Addition of bandwidthd from the oldpackages

Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
9 years agoMerge pull request #1858 from oneru/patch-1
Steven Barth [Tue, 13 Oct 2015 09:30:39 +0000 (11:30 +0200)]
Merge pull request #1858 from oneru/patch-1

Fwknop: Fix setting getting overwritten

9 years agochrony: import from oldpackages
Miroslav Lichvar [Tue, 22 Sep 2015 18:54:41 +0000 (20:54 +0200)]
chrony: import from oldpackages

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
9 years agoMerge pull request #1766 from hnyman/fix-collectd-dns
Steven Barth [Tue, 13 Oct 2015 06:52:39 +0000 (08:52 +0200)]
Merge pull request #1766 from hnyman/fix-collectd-dns

collectd: Delay first data read cycle by 1s

9 years agoMerge pull request #1799 from luizluca/sane
Steven Barth [Tue, 13 Oct 2015 06:51:25 +0000 (08:51 +0200)]
Merge pull request #1799 from luizluca/sane

sane-backends: import from oldpackages (v2)

9 years agoMerge pull request #1800 from TuxCoder/master
Steven Barth [Tue, 13 Oct 2015 06:50:39 +0000 (08:50 +0200)]
Merge pull request #1800 from TuxCoder/master

chaosvpn: add new package

9 years agoFwknop: Fix setting getting overwritten 1858/head
Jonathan Bennett [Tue, 13 Oct 2015 03:28:28 +0000 (22:28 -0500)]
Fwknop: Fix setting getting overwritten

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>
9 years agoopen2300: added license informations 1853/head
Gabor SZOLLOSI [Mon, 12 Oct 2015 18:36:23 +0000 (20:36 +0200)]
open2300: added license informations

Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
9 years agoMerge pull request #1849 from drizzt/master
Matteo Croce [Mon, 12 Oct 2015 16:57:03 +0000 (18:57 +0200)]
Merge pull request #1849 from drizzt/master

fwknop: fix building without gpg

9 years agoMerge pull request #1806 from ryzhovau/smstools3-compile-flags
Steven Barth [Mon, 12 Oct 2015 15:02:41 +0000 (17:02 +0200)]
Merge pull request #1806 from ryzhovau/smstools3-compile-flags

smstools3: fix CFLAGS and LFLAGS

9 years agoethtool: update to v4.2
Matthias Schiffer [Mon, 12 Oct 2015 13:22:12 +0000 (15:22 +0200)]
ethtool: update to v4.2

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
9 years agoopen2300: build check format fix
Gabor SZOLLOSI [Sun, 11 Oct 2015 19:19:02 +0000 (21:19 +0200)]
open2300: build check format fix

Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
9 years agoopen2300: format security off
Gabor SZOLLOSI [Sun, 11 Oct 2015 19:13:08 +0000 (21:13 +0200)]
open2300: format security off

9 years agosane-backends: import from oldpackages and update 1799/head
Luiz Angelo Daros de Luca [Fri, 21 Aug 2015 18:07:01 +0000 (15:07 -0300)]
sane-backends: import from oldpackages and update

Changes since oldpackages:
- updated to 1.0.25
  * most of openwrt patches are upstreamed now
- cups dependency was completely removed
- small musl patch
- small uclibc patch
- removed link to extra libraries in libsane (used only
  for preload backends)
- sane-libs and sane-backends merged and exploded into
  individual packages for each backend:
  * libsane for sane library (which backends should dep on)
  * sane-daemon for saned daemon
  * sane-xxx for sane backend for xxx
  ** each backend has its own custom dep libraries
  * sane-backends-all (with no files) that deps on all backends
  * sane-qcam is only available for x86/x86_64
  ** other archs does not implement inb/outb (at least in musl)

Now it is possible to use SANE with much less FS space (KB
instead of MB).

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoopen2300: re-add to the master, maintainer change 1852/head
Gabor SZOLLOSI [Sat, 10 Oct 2015 23:44:11 +0000 (01:44 +0200)]
open2300: re-add to the master, maintainer change

Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
9 years agofwknop: fix building without gpg 1849/head
Timothy Redaelli [Tue, 1 Sep 2015 13:21:35 +0000 (15:21 +0200)]
fwknop: fix building without gpg

9 years agounrar: update to v5.3.5 1854/head
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:28:11 +0000 (11:28 +0200)]
unrar: update to v5.3.5

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agoflashrom: make flashrom-full the default variant, remove empty dependencies
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:17:43 +0000 (11:17 +0200)]
flashrom: make flashrom-full the default variant, remove empty dependencies

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agodump1090: update to latest version
Álvaro Fernández Rojas [Thu, 8 Oct 2015 09:16:34 +0000 (11:16 +0200)]
dump1090: update to latest version

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agomotion: fix segmentation fault under musl libc 1847/head
Jo-Philipp Wich [Thu, 8 Oct 2015 00:10:22 +0000 (02:10 +0200)]
motion: fix segmentation fault under musl libc

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>
9 years agoadd dfu-programmer
Stefan Hellermann [Wed, 7 Oct 2015 06:40:37 +0000 (08:40 +0200)]
add dfu-programmer

dfu-programmer is a Device Firmware Update based USB programmer for
Atmel chips with a USB bootloader. It's comparable to avrdude, but
optimized for Atmel chips with integrated USB DFU Bootloader.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
9 years agoocserv: updated to 0.10.9
Nikos Mavrogiannopoulos [Wed, 7 Oct 2015 14:38:19 +0000 (16:38 +0200)]
ocserv: updated to 0.10.9

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agocollectd: Delay first data read cycle by 1s 1766/head
Hannu Nyman [Wed, 7 Oct 2015 09:51:33 +0000 (12:51 +0300)]
collectd: Delay first data read cycle by 1s

Some collectd plugins launch third-party plugins that have variation in
initialisation time (like libpcap). Recently (since kernel bump to 4.1)
the DNS plugin has been causing collectd to crash semi-randomly at startup
on MIPS based WNDR3700.

Debugging led to realisation that the DNS plugin seems to require at least
0.1s time to start, before the first data reading attempt starts.

By default, the first data read cycle starts immediately, while apaprently
some of the plugins may still be asyncronously initialising. To make things
safe, this patch adds 1 second delay before the first data read cycle.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
9 years agoall: get rid of kmod-ipv6 dependencies
Steven Barth [Tue, 6 Oct 2015 07:03:42 +0000 (09:03 +0200)]
all: get rid of kmod-ipv6 dependencies

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #1837 from cyanidium/master
Steven Barth [Tue, 6 Oct 2015 07:00:18 +0000 (09:00 +0200)]
Merge pull request #1837 from cyanidium/master

nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix

9 years agoMerge pull request #1843 from oskar456/aiccugnutls
Steven Barth [Tue, 6 Oct 2015 06:58:41 +0000 (08:58 +0200)]
Merge pull request #1843 from oskar456/aiccugnutls

aiccu: split into default and gnutls variant

9 years agoaiccu: split into default and gnutls variant 1843/head
Ondřej Caletka [Mon, 5 Oct 2015 12:44:39 +0000 (14:44 +0200)]
aiccu: split into default and gnutls variant

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
9 years agolvm2: update to version 2.02.132
Daniel Golle [Mon, 5 Oct 2015 10:57:03 +0000 (12:57 +0200)]
lvm2: update to version 2.02.132

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoperl-parse-recdescent: Update to 1.967013
Marcel Denia [Sun, 4 Oct 2015 18:13:11 +0000 (20:13 +0200)]
perl-parse-recdescent: Update to 1.967013

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoshairport-sync: fix build when both variants are selected
Álvaro Fernández Rojas [Sun, 4 Oct 2015 14:44:53 +0000 (16:44 +0200)]
shairport-sync: fix build when both variants are selected

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agoflashrom: switch to build variants instead of config options
Álvaro Fernández Rojas [Sun, 4 Oct 2015 14:20:41 +0000 (16:20 +0200)]
flashrom: switch to build variants instead of config options

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
9 years agoglib2: update to 2.44.1
Peter Wagner [Sun, 4 Oct 2015 10:58:22 +0000 (12:58 +0200)]
glib2: update to 2.44.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #1836 from zorun/master
Steven Barth [Sun, 4 Oct 2015 08:34:17 +0000 (10:34 +0200)]
Merge pull request #1836 from zorun/master

bmon: Adapt to libnl package split, only depend on required parts

9 years agonut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix 1837/head
Marty R [Sun, 4 Oct 2015 01:00:00 +0000 (18:00 -0700)]
nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix

Headers are required by collectd as mentioned in #1801. This is the nut portion based on dwmw2@d636841cd1d1dfab04cb509520c082738ddfb2ea
Happy to merge with 15.05 as per #1803.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
[martin.p.rowe@gmail.com: condensed InstallDev lines]

Added package nut-web-cgi based on demorfi@7e340f47944ff4a9c49d3b1dc6c1d9d965cd344c. Closes #1614.
Pending signoff by @demorfi
[martin.p.rowe@gmail.com: simplified implementation, no changes to Config.in]

Added package nut-avahi-service similar to other implementations in #618
Bugfix to remove redundant NUT_DRIVER_SERIAL config
Bugfix to make UPSLOG config actually install (requires PKG_RELEASE bump)
Some code tidy-ups
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
9 years agoMerge pull request #1827 from openwrt-es/shairport-sync-next
Ted Hess [Sat, 3 Oct 2015 22:17:30 +0000 (18:17 -0400)]
Merge pull request #1827 from openwrt-es/shairport-sync-next

shairport-sync: update to latest version

9 years agobmon: Adapt to libnl package split, only depend on required parts 1836/head
Baptiste Jonglez [Sat, 3 Oct 2015 16:42:58 +0000 (18:42 +0200)]
bmon: Adapt to libnl package split, only depend on required parts

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
9 years agoMerge pull request #1825 from twolife/master
Steven Barth [Sat, 3 Oct 2015 15:41:03 +0000 (17:41 +0200)]
Merge pull request #1825 from twolife/master

aiccu: enable GnuTLS support

9 years agoMerge pull request #1816 from ollie27/mjpg-streamercambozola
Ted Hess [Sat, 3 Oct 2015 15:11:42 +0000 (11:11 -0400)]
Merge pull request #1816 from ollie27/mjpg-streamercambozola

mjpg-streamer: only download cambozola if it's required

9 years agoMerge pull request #1828 from msva/patch-2
Steven Barth [Sat, 3 Oct 2015 11:31:04 +0000 (13:31 +0200)]
Merge pull request #1828 from msva/patch-2

zsh: bump to 5.1.1

9 years agozsh: bump to 5.1.1 1828/head
Vadim A. Misbakh-Soloviov [Sat, 3 Oct 2015 10:15:56 +0000 (16:15 +0600)]
zsh: bump to 5.1.1

Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
9 years agogit: update to 2.6.0
Peter Wagner [Sat, 3 Oct 2015 09:22:11 +0000 (11:22 +0200)]
git: update to 2.6.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agonfs-kernel-server: update to 1.3.3
Peter Wagner [Sat, 3 Oct 2015 09:19:22 +0000 (11:19 +0200)]
nfs-kernel-server: update to 1.3.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agopulseaudio: update to 7.0
Peter Wagner [Sat, 3 Oct 2015 08:54:45 +0000 (10:54 +0200)]
pulseaudio: update to 7.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #1805 from stefanhorning/ddns_service
Steven Barth [Sat, 3 Oct 2015 08:44:26 +0000 (10:44 +0200)]
Merge pull request #1805 from stefanhorning/ddns_service

ddns: Added schokokeks.org to ddns services

9 years agoMerge pull request #1812 from MikePetullo/grilo
Steven Barth [Sat, 3 Oct 2015 08:42:58 +0000 (10:42 +0200)]
Merge pull request #1812 from MikePetullo/grilo

grilo: add new package

9 years agoMerge pull request #1813 from MikePetullo/grilo-plugins
Steven Barth [Sat, 3 Oct 2015 08:42:40 +0000 (10:42 +0200)]
Merge pull request #1813 from MikePetullo/grilo-plugins

grilo-plugins: add new package

9 years agodbus: bump to 1.10.0
Steven Barth [Sat, 3 Oct 2015 08:33:45 +0000 (10:33 +0200)]
dbus: bump to 1.10.0

Signed-off-by: Steven Barth <steven@midlink.org>
9 years agoMerge pull request #1830 from commodo/ovs-2.4.0-released
Steven Barth [Sat, 3 Oct 2015 08:23:10 +0000 (10:23 +0200)]
Merge pull request #1830 from commodo/ovs-2.4.0-released

openvswitch: use released version 2.4.0

9 years agoMerge pull request #1831 from commodo/aircrack-ng-libnl-update-fix
Steven Barth [Sat, 3 Oct 2015 08:22:49 +0000 (10:22 +0200)]
Merge pull request #1831 from commodo/aircrack-ng-libnl-update-fix

aircrack-ng: use libnl-genl

9 years agoMerge pull request #1834 from Wedmer/master
Steven Barth [Sat, 3 Oct 2015 08:21:52 +0000 (10:21 +0200)]
Merge pull request #1834 from Wedmer/master

[utils/zoneinfo] Updated to the latest release.

9 years ago[utils/zoneinfo] Updated to the latest release. 1834/head
Vladimir Ulrich [Fri, 2 Oct 2015 22:56:31 +0000 (01:56 +0300)]
[utils/zoneinfo] Updated to the latest release.
The 2015g release of the tz code and data is available.  It reflects the
following changes, which were either circulated on the tz mailing list
or are relatively minor technical or administrative changes:

   Changes affecting future time stamps

     Turkey's 2015 fall-back transition is scheduled for Nov. 8, not
Oct. 25.
     (Thanks to Fatih.)

     Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time.
     (Thanks to Alexander Krivenyshev.)

     Fiji's 2016 fall-back transition is scheduled for January 17, not 24.
     (Thanks to Ken Rylander.)

     Fort Nelson, British Columbia will not fall back on 2015-11-01. It has
     effectively been on MST (-0700) since it advanced its clocks on
2015-03-08.
     New zone America/Fort_Nelson.  (Thanks to Matt Johnson.)

   Changes affecting past time stamps

     Norfolk observed DST from 1974-10-27 02:00 to 1975-03-02 02:00.

   Changes affecting code

     localtime no longer mishandles America/Anchorage after 2037.
     (Thanks to Bradley White for reporting the bug.)

     On hosts with signed 32-bit time_t, localtime no longer mishandles
     Pacific/Fiji after 2038-01-16 14:00 UTC.

     The localtime module allows the variables 'timezone', 'daylight',
     and 'altzone' to be in common storage shared with other modules,
     and declares them in case the system <time.h> does not.
     (Problems reported by Kees Dekker.)

     On platforms with tm_zone, strftime.c now assumes it is not NULL.
     This simplifies the code and is consistent with zdump.c.
     (Problem reported by Christos Zoulas.)

   Changes affecting documentation

    The tzfile man page now documents that transition times denote the
    starts (not the ends) of the corresponding time periods.
    (Ambiguity reported by Bill Seymour.)

Signed-off-by: Vladimir Ulrich <admin@evl.su>
9 years agocgi-io: add a small helper cgi that can be used by RPCD based UIs
John Crispin [Thu, 1 Oct 2015 15:34:13 +0000 (17:34 +0200)]
cgi-io: add a small helper cgi that can be used by RPCD based UIs

Signed-off-by: John Crispin <blogic@openwrt.org>
9 years agospi-tools: add new package
John Crispin [Thu, 1 Oct 2015 15:11:12 +0000 (17:11 +0200)]
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>