Commit graph

4267 commits

Author SHA1 Message Date
Michael Hanselmann
c4db8d95ae [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>
2015-10-14 22:37:51 +02:00
Karl Palsson
c4a8c4eae2 libcoap: Pass endian flags down to target
Fixes github issue #1856

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-10-14 17:18:08 +00:00
Jean-Michel Lacroix
ca4bdeaba6 Addition of bandwidthd from the oldpackages
Signed-off-by: Jean-Michel Lacroix lacroix@lepine-lacroix.info
2015-10-14 09:52:13 -04:00
Steven Barth
52585203a1 Merge pull request #1858 from oneru/patch-1
Fwknop: Fix setting getting overwritten
2015-10-13 11:30:39 +02:00
Miroslav Lichvar
71559ae85f chrony: import from oldpackages
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2015-10-13 10:10:53 +02:00
Steven Barth
0f6e674a62 Merge pull request #1766 from hnyman/fix-collectd-dns
collectd: Delay first data read cycle by 1s
2015-10-13 08:52:39 +02:00
Steven Barth
ea9db94b7a Merge pull request #1799 from luizluca/sane
sane-backends: import from oldpackages (v2)
2015-10-13 08:51:25 +02:00
Steven Barth
c6fbda003d Merge pull request #1800 from TuxCoder/master
chaosvpn: add new package
2015-10-13 08:50:39 +02:00
Jonathan Bennett
d836259386 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>
2015-10-12 22:28:28 -05:00
Gabor SZOLLOSI
5bf67e3ef8 open2300: added license informations
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-12 20:36:23 +02:00
Matteo Croce
3c4a091aa4 Merge pull request #1849 from drizzt/master
fwknop: fix building without gpg
2015-10-12 18:57:03 +02:00
Steven Barth
72d9e6678d Merge pull request #1806 from ryzhovau/smstools3-compile-flags
smstools3: fix CFLAGS and LFLAGS
2015-10-12 17:02:41 +02:00
Matthias Schiffer
8b1b1dd9f3 ethtool: update to v4.2
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-10-12 15:22:58 +02:00
Gabor SZOLLOSI
9b136db3ce open2300: build check format fix
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-11 21:19:02 +02:00
Gabor SZOLLOSI
56ed4e73e0 open2300: format security off 2015-10-11 21:13:08 +02:00
Luiz Angelo Daros de Luca
e8e9196a30 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>
2015-10-11 00:39:22 -03:00
Gabor SZOLLOSI
c848b125f5 open2300: re-add to the master, maintainer change
Signed-off-by: Gabor SZOLLOSI <dev@localnet.hu>
2015-10-11 01:44:11 +02:00
Timothy Redaelli
eb23237cc1 fwknop: fix building without gpg 2015-10-09 17:10:13 +02:00
Álvaro Fernández Rojas
6981734402 unrar: update to v5.3.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:28:11 +02:00
Álvaro Fernández Rojas
d36eb1d57e flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:17:43 +02:00
Álvaro Fernández Rojas
0056350123 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:16:34 +02:00
Jo-Philipp Wich
926b68c15d 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>
2015-10-08 02:15:28 +02:00
Stefan Hellermann
26b6be72c7 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>
2015-10-07 17:38:23 +00:00
Nikos Mavrogiannopoulos
65b536c931 ocserv: updated to 0.10.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-07 16:38:19 +02:00
Hannu Nyman
91041ead33 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>
2015-10-07 12:51:33 +03:00
Steven Barth
1d853ac05a all: get rid of kmod-ipv6 dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-06 09:04:29 +02:00
Steven Barth
4d9501bdf3 Merge pull request #1837 from cyanidium/master
nut: add dev headers, nut-web-cgi and nut-avahi-service, bugfix
2015-10-06 09:00:18 +02:00
Steven Barth
d127ca715e Merge pull request #1843 from oskar456/aiccugnutls
aiccu: split into default and gnutls variant
2015-10-06 08:58:41 +02:00
Ondřej Caletka
2d127ccadd aiccu: split into default and gnutls variant
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2015-10-05 15:03:04 +02:00
Daniel Golle
c6e4be6b25 lvm2: update to version 2.02.132
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-05 12:57:03 +02:00
Marcel Denia
b9db0b8ead perl-parse-recdescent: Update to 1.967013
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-10-04 20:13:11 +02:00
Álvaro Fernández Rojas
0c90d5a300 shairport-sync: fix build when both variants are selected
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:44:53 +02:00
Álvaro Fernández Rojas
3deb63fafb flashrom: switch to build variants instead of config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:20:41 +02:00
Peter Wagner
c136bcbddb glib2: update to 2.44.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-04 12:58:22 +02:00
Steven Barth
0879242705 Merge pull request #1836 from zorun/master
bmon: Adapt to libnl package split, only depend on required parts
2015-10-04 10:34:17 +02:00
Marty R
064d84ab90 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>
2015-10-03 18:11:28 -07:00
Ted Hess
fe71019f94 Merge pull request #1827 from openwrt-es/shairport-sync-next
shairport-sync: update to latest version
2015-10-03 18:17:30 -04:00
Baptiste Jonglez
0496608450 bmon: Adapt to libnl package split, only depend on required parts
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2015-10-03 18:42:58 +02:00
Steven Barth
4b50d1aae0 Merge pull request #1825 from twolife/master
aiccu: enable GnuTLS support
2015-10-03 17:41:03 +02:00
Ted Hess
9c4274e954 Merge pull request #1816 from ollie27/mjpg-streamercambozola
mjpg-streamer: only download cambozola if it's required
2015-10-03 11:11:42 -04:00
Steven Barth
f3584f48fa Merge pull request #1828 from msva/patch-2
zsh: bump to 5.1.1
2015-10-03 13:31:04 +02:00
Vadim A. Misbakh-Soloviov
2ce374d1e3
zsh: bump to 5.1.1
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2015-10-03 16:15:56 +06:00
Peter Wagner
8025353d76 git: update to 2.6.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-03 11:22:11 +02:00
Peter Wagner
a5729ee727 nfs-kernel-server: update to 1.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-03 11:19:22 +02:00
Peter Wagner
245fbc1f65 pulseaudio: update to 7.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-03 10:54:45 +02:00
Steven Barth
35f0dc67ac Merge pull request #1805 from stefanhorning/ddns_service
ddns: Added schokokeks.org to ddns services
2015-10-03 10:44:26 +02:00
Steven Barth
d2ed4fab64 Merge pull request #1812 from MikePetullo/grilo
grilo: add new package
2015-10-03 10:42:58 +02:00
Steven Barth
9a0f7d611d Merge pull request #1813 from MikePetullo/grilo-plugins
grilo-plugins: add new package
2015-10-03 10:42:40 +02:00
Steven Barth
1da4047ae9 dbus: bump to 1.10.0
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-03 10:33:45 +02:00
Steven Barth
30f8ca7ade Merge pull request #1830 from commodo/ovs-2.4.0-released
openvswitch: use released version 2.4.0
2015-10-03 10:23:10 +02:00