feed/packages.git
8 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

8 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

8 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>
8 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>
8 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>
8 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>
8 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>
8 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

8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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

8 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

8 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

8 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

8 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(-)

8 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>
8 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>
8 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>
8 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>
8 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

8 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>
8 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>
8 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

8 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

8 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>
8 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
8 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

8 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>
8 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

8 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)

8 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

8 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>
8 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>
8 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

8 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

8 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>
8 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>
8 years agoopen2300: format security off
Gabor SZOLLOSI [Sun, 11 Oct 2015 19:13:08 +0000 (21:13 +0200)]
open2300: format security off

8 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>
8 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>
8 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

8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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

8 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

8 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>
8 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>
8 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>
8 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>
8 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>
8 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>
8 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

8 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>
8 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

8 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>
8 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

8 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

8 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

8 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>
8 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>
8 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>
8 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>
8 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

8 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

8 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

8 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>
8 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

8 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

8 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.

8 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>
8 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>
8 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>
8 years agoMerge pull request #1835 from hnyman/collectd-fix-parallel
Jo-Philipp Wich [Fri, 2 Oct 2015 19:48:26 +0000 (21:48 +0200)]
Merge pull request #1835 from hnyman/collectd-fix-parallel

collectd: backport parallel build fix from upstream

8 years agocollectd: backport parallel build fix from upstream 1835/head
Hannu Nyman [Fri, 2 Oct 2015 17:31:42 +0000 (20:31 +0300)]
collectd: backport parallel build fix from upstream

Backport a fix for parallel build from upstream,
where it has been commited to both trunk and 5.5 branch.

https://github.com/collectd/collectd/issues/1146
https://github.com/collectd/collectd/commit/780e6a76021a240e95007a04b723d827120afa95

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoopenvswitch: use released version 2.4.0 1830/head
Alexandru Ardelean [Wed, 9 Sep 2015 15:05:04 +0000 (18:05 +0300)]
openvswitch: use released version 2.4.0

The previous version was an unreleased one from the OVS trunk.
This one is the released version, described here:
  http://openvswitch.org/pipermail/announce/2015-August/000078.html

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agoaircrack-ng: use libnl-genl 1831/head
Alexandru Ardelean [Thu, 1 Oct 2015 17:30:48 +0000 (20:30 +0300)]
aircrack-ng: use libnl-genl

Adding libnl-core and libnl-genl as deps.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agoxl2tpd: bump version
Yousong Zhou [Fri, 2 Oct 2015 00:16:41 +0000 (08:16 +0800)]
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>
8 years agou2pnpd: add new package
Michael Heimpold [Thu, 1 Oct 2015 21:45:47 +0000 (23:45 +0200)]
u2pnpd: add new package

u²pnpd announces a device as UPnP basic device on the
network so that an user could easily find it. It tries
to detect various system information automatically, however
everything can be overridden by UCI settings.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agocollectd: disable perl bindings from dev host
Tim Harvey [Thu, 1 Oct 2015 16:56:23 +0000 (09:56 -0700)]
collectd: disable perl bindings from dev host

if a user's env has PERL_MM_OPT defined collect will fail to build. Adding
--with-perl-bindings="" will override this env var.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
8 years agoMerge pull request #1796 from kdarbyshirebryant/collectdnetlink
Jo-Philipp Wich [Thu, 1 Oct 2015 18:21:05 +0000 (20:21 +0200)]
Merge pull request #1796 from kdarbyshirebryant/collectdnetlink

collectd: netlink module re-enabled

8 years agoshairport-sync: update to latest version 1827/head
Álvaro Fernández Rojas [Wed, 30 Sep 2015 14:33:37 +0000 (16:33 +0200)]
shairport-sync: update to latest version

- update to latest (2.4.1) version
- add support for config files
- switch uci to config files
- based on https://github.com/openwrt/packages/pull/1815
- merge maintainers
- add openssl/polarssl build variants

Signed-off-by: Mike Brady <mikebrady@eircom.net>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8 years agolibcoap: Add new package
Anton Glukhov [Wed, 30 Sep 2015 12:28:04 +0000 (15:28 +0300)]
libcoap: Add new package

Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
8 years agodump1090: remove librtldr dependency for view1090 and clean up Makefile
Álvaro Fernández Rojas [Wed, 30 Sep 2015 19:45:20 +0000 (21:45 +0200)]
dump1090: remove librtldr dependency for view1090 and clean up Makefile

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
8 years agoMerge pull request #1797 from mhei/fix-open-plc-utils
Florian Fainelli [Wed, 30 Sep 2015 19:35:02 +0000 (12:35 -0700)]
Merge pull request #1797 from mhei/fix-open-plc-utils

open-plc-utils: upgrade to latest git revision and fix compilation