aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | unbound: expand UCI to cover some popular dnsmasq featuresEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound+DHCP (server of your choice) should be able to replicate a lot of what dnsmasq provides. With this change set Unbound still works with dnsmasq, but also it can work with a plain DHCP server. Features have been added within the UCI itself to act like dnsmasq. - alone: name each interface relative to router hostname - alone: prevent upstream leakage of your domain and '.local' - dnsmasq: use dnsmasq UCI to configure forwarding clauses - dhcp: work with odhcpd as example of companion DHCP-DNS - dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records - all: enable encrypted remote unbound-control using splice conf - all: allow user spliced conf-files for hybrid UCI and manual conf -- 'unbound_srv.conf' will be spliced into the 'server:' clause -- 'unbound_ext.conf' will add clauses to the end, example 'forward:' README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and unbound-with-odhcpd have better/added UCI starters. HOW TO for including unbound_srv.conf and unbound_ext.conf are added. Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6, dhcp_link, domain, and domain_type Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | | unbound: expand UCI support for odhcpd DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is bare minimum change in 'unbound.sh' and 'dnsmasq.sh' to migrate the UCI option set for more flexibility. The boolean(s) to link to dnsmasq are being changed to a state to include odhcpd. It is executable but a small step for clear change management. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | | unbound: add odhcpd specific scripts to link DHCP-DNSEric Luehrsen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UCI for Unbound already links to dnsmasq, but what if with Unbound, we want to configure a plain dhcp server. Most servers can call a script for lease events. That script can then formulate DNS records and load them with unbound-control (dependency). The files added here work with OpenWRT/LEDE odhcpd, such that it can be run alone. They can be used as examples for any dhcp server. 'odhcpd.sh' is to be called by odhcpd when a lease event occurs. 'odhcpd.awk' is called internal to the shell script. The awk script handles any tricky reformating that may be required. /etc/config/dhcp config odhcpd 'odhcpd' option leasetrigger '/usr/lib/unbound/odhcpd.sh' Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | | | | | | unbound: improve NTP hotplug behavior when Unbound is disabledEric Luehrsen2017-01-22
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If Unbound was disabled and at later time enabled, then it would operate in DNSSEC less-secure mode. When NTP hotplug was called, the timestamp file was not updated. This was found testing Unbound vs other tools (bind, dnsmasq). Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | | | package: pcre bump to version 8.40heil2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | | sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cakeToke Høiland-Jørgensen2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kmod-sched-cake dependency is to avoid Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | pulseaudio: update to 10.0Peter Wagner2017-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #3567 from nikil/fpingHannu Nyman2017-01-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fping: Add package
| * | | | | | | | | | fping: Add packageNikil Mehta2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | | | | | Merge pull request #3569 from nikil/wakeonlanHannu Nyman2017-01-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wakeonlan: Add package
| * | | | | | | | | | | wakeonlan: Add packageNikil Mehta2016-11-27
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | | | | | Merge pull request #3574 from nikil/progressHannu Nyman2017-01-22
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | progress: Add package
| * | | | | | | | | | progress: Add packageNikil Mehta2016-12-05
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | | | | Merge pull request #3862 from dibdot/travelmateTed Hess2017-01-20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | travelmate: bugfix 0.3.2
| * | | | | | | | | travelmate: bugfix 0.3.2Dirk Brenken2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine/speed-up (re-)connect handling * fix minor build error in init script * better logging & cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #3887 from dibdot/adblockTed Hess2017-01-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | adblock: bugfix 2.1.2
| * | | | | | | | | | adblock: bugfix 2.1.2Dirk Brenken2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix minor build error in init script Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #3570 from nikil/ifstatTed Hess2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ifstat: Add package
| * | | | | | | | | | | ifstat: Add packageNikil Mehta2016-11-27
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | | | | | Merge pull request #3573 from nikil/bitlbeeTed Hess2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | bitlbee: Add package
| * | | | | | | | | | | bitlbee: Add packageNikil Mehta2016-11-28
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | | | | | Merge pull request #3623 from p-wassi/oping_190Jo-Philipp Wich2017-01-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libs/liboping: update to 1.9.0
| * | | | | | | | | | | libs/liboping: update to 1.9.0p-wassi2016-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update liboping/oping/noping to upstream release 1.9.0 Also introduce new location of downloads and correct the licence to LGPL-2.1+ (as seen in liboping's README) Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | | | | | | vallumd: bump to 0.1.2Stijn Tintel2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | | | icecast: Fix configure if both vorbis and tremor host packages installedTed Hess2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | mosquitto: fix provides <=> package name conflictsJo-Philipp Wich2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The virtual package declared by PROVIDES must not have the same name as the variant declaring it, otherwise buildroot will fail with errors like: cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file In order to fix the above error, rename the existing "mosquitto" and "libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl" respectively. Also substitute use of $(PKG_NAME) with literal "mosquitto" in Package/* defines to improve readability of the Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | flent-tools: Bump versionToke Høiland-Jørgensen2017-01-19
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | coreutils: add libcap dependency to selected appletsJo-Philipp Wich2017-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libcap happens to be present in the environment, coreutils will pick it up and link some applets against it. Since the idea of coreutils is to provide a full featured alternative to the busybox applets, do not inhibit the optional dependency but explicitely require libcap instead. Fixes the following error spotted on the buildbots: Package coreutils-dir is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | libs/libcap: update to 2.25p-wassi2017-01-18
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libcap to upstream release 2.25 Since the libattr thing was dropped upstream in [1] it is also removed here. Then, to overcome an issue in cross-compiling [2], set the Make parameter according to [3]. Take maintainership of this package. Signed-off-by: Paul Wassi <p.wassi@gmx.at> [1]: http://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112 [2]: libcap: progs/Makefile:30 executes the cross-compiled binary on the host [3]: libcap: Make.Rules: comment from lines 74-81
* | | | | | | | | | Merge pull request #3868 from luizluca/ruby_minorLuiz Angelo Daros de Luca2017-01-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ruby: derive ABI version from VERSION
| * | | | | | | | | | ruby: derive ABI version from VERSIONLuiz Angelo Daros de Luca2017-01-17
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There might be no ABI breakage when the first two number of version are the same. (No change on generated packages. No need to bumb release) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | | ntpd: cleanup Makefile and hotplug scriptPeter Wagner2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #3863 from jow-/socat-fix-buildTed Hess2017-01-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | socat: work around missing stddef.h include
| * | | | | | | | | socat: work around missing stddef.h includeJo-Philipp Wich2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buildbots fail to build socat due to the following error: nestlex.c:14:7: error: unknown type name 'ptrdiff_t' It appears that certain source files do not include all required headers, depending on the configure options passed to socat. Work around the error by passing `-include stddef.h` via `TARGET_CFLAGS` to forcibly inject this header file into all compilation units. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | Merge pull request #3833 from riptidewave93/patch-1Ted Hess2017-01-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | util/beep: Add beep package
| * | | | | | | | | | Update MakefileChris Blake2017-01-16
| | | | | | | | | | |
| * | | | | | | | | | util/beep: Add beep packageChris Blake2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the beep utility, which allows users to control a pc speaker device. Maintainer: me / @riptidewave93 Compile tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0 Run tested: x86/64, LEDE Reboot SNAPSHOT r2709-b7677f0. Verify program works. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
* | | | | | | | | | | net/mosquitto: add PROVIDES to daemon and libraryKarl Palsson2017-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding PROVIDES to both the daemon and library and -nossl variants allow downstream packages to simply declare a single dependency. mosquitto-client however, still needs to explicitly depend on the ssl or nossl variant however. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | Merge pull request #3472 from cshore-firmware/pull-request-rsync-acl-optionsTed Hess2017-01-17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | net/rsync: Make using ACL/XATTR the default if it's core default
| * | | | | | | | | | net/rsync: Make using ACL/XATTR the default if it's core defaultDaniel Dickinson2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
* | | | | | | | | | | Merge pull request #3857 from diizzyy/patch-28Ted Hess2017-01-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/socat: Update to 1.7.3.1 and fix SSL
| * | | | | | | | | | | net/socat: Update to 1.7.3.1 and fix SSLDaniel Engberg2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.7.3.1 Fix SSL builds Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/socat/patches/#dirlist Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | ntpd: add hotplug script that signals when ntp reaches the stratum level ↵Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like the sysntp implementation use ntpq to check the status of the ntp server as all other status scripts included in the ntp tarball are based on perl which would dramatically increase the footprint of ntpd Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | alsa-lib: update to 1.1.3Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | ctorrent-*: delete from repo as there is no active development since 2008 ↵Peter Wagner2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and there are alternatives like aria2 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | Merge pull request #3848 from jp-bennett/masterTed Hess2017-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fwknopd: Various updates
| * | | | | | | | | | | | Fwknopd: Various updatesJonathan Bennett2017-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds configuration option for NFQ capture, moves often written configuration files to /var/etc. Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | | | | | | | | Merge pull request #3851 from diizzyy/patch-25Ted Hess2017-01-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | sound/shine: Fix compilation with ffmpeg and minor fixes
| * | | | | | | | | | | | sound/shine: Fix compilation with ffmpeg and minor fixesDaniel Engberg2017-01-16
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update upstream URLs Add upsteam patch to avoid name collision with ffmpeg Source: https://github.com/toots/shine/commit/3695118267be9b7a9412c86c7c5424ab47efe7ec Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | wireguard: new version and usability improvementsdanrl2017-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>