aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnunet: update sourceDaniel Golle2017-06-23
| | | | | | fixes namestore iterator and other bugs when using PostgreSQL Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: properly handle pg_config host buildDaniel Golle2017-06-23
| | | | | | | pg_config needs to be build for each target which creates some extra complications... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #4430 from diizzyy/patch-58Daniel Golle2017-06-23
|\ | | | | utils/pcsc-tools: Add to repo
| * utils/pcsc-tools: Add to repoDaniel Engberg2017-06-20
| | | | | | | | | | | | Add pcsc-tools to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #4454 from poranje/fs#785Hannu Nyman2017-06-23
|\ \ | | | | | | unbound: manage resolv.conf iff when listening on 127.0.0.1#53
| * | unbound: manage resolv.conf iff when listening on 127.0.0.1#53Paul Oranje2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch the unbound init routines manage resolv.conf if and only if when unbound will listen on 127.0.0.1#53 and dnsmasq is not. Also logs some cases where config values are overriden with sane defaults. Fixes (partially) LEDE FS#785 Fixes openwrt/packages#4487 Signed-off-by: Paul Oranje <por@xs4all.nl>
* | | libiio: add new packageMichael Heimpold2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | libiio is a library for interfacing with Linux's Industrial Input/Output (IIO) subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | libudev-fbsd: select libevdevDaniel Golle2017-06-22
| | | | | | | | | | | | | | | | | | | | | select instead of depend on libevdev. Reported-by: Michał Plebański <m.plebanski4@gmail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4503 from TDT-GmbH/mwan3_changesHannu Nyman2017-06-22
|\ \ \ | | | | | | | | net/mwan3: add lock
| * | | net/mwan3: update versionFlorian Eckert2017-06-22
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: simplify tracking status statement commandFlorian Eckert2017-06-22
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/mwan3: add lock for mwan3 hotplug scriptFlorian Eckert2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If more then one interface get up/down at once mwan3 could be in a undefined state, because more then one mwan3 hotplug script are running and editing the iptables. Lock the critical section should solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #4485 from pprindeville/php7-enable-snmpMichael Heimpold2017-06-22
|\ \ \ \ | |/ / / |/| | | php7: add SNMP module to bundle
| * | | php7: add SNMP module to bundlePhilip Prindeville2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add native support for SNMP manager functions, so scripts don't have to call system("snmpget -v2c ...") etc. Cuts down on fork/exec pairs and simplifies issues with parsing intermediate output. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #4484 from pprindeville/net-snmp-add-config-symlinkStijn Tintel2017-06-22
|\ \ \ \ | | | | | | | | | | net-snmp: add symlink for net-snmp-config into usr/bin
| * | | | net-snmp: add symlink for net-snmp-config into usr/binPhilip Prindeville2017-06-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of autoconf-based scripts expect --with-foo-dir=$(STAGING_DIR)/usr and break if they can't find bin/foo-config as a child of that path. Putting things in $(STAGING_DIR)/host/bin seems to be suboptimal; I could change the install path but there's no saying what that would break. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | postgresql: set include path to fix building contribsDaniel Golle2017-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | postgresql: disable parallel buildDaniel Golle2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | It seems to break things (occasionally) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #4273 from dedeckeh/pr-netsnmp-trapStijn Tintel2017-06-20
|\ \ \ \ | | | | | | | | | | net-snmp: add notification config options
| * | | | net-snmp: add notification config optionsHans Dedecker2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config support which allow snmpd to take a more active role by sending traps. Following config options are supported which map directly on snmpd directives: -trapcommunity -trapsink -trap2sink -informsink -authtrapenable -v1trapaddress -trapsess Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | Merge pull request #4498 from lynxis/libmicrohttpd0.9.55Hannu Nyman2017-06-20
|\ \ \ \ \ | | | | | | | | | | | | libmicrohttpd: update to version 0.9.55
| * | | | | libmicrohttpd: update to version 0.9.55Alexander Couzens2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested on ar71xx. Runtime tested on ar71xx. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | eudev: remove packageDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's pretty useless as udev cannot run in coexistence with procd. It was added mostly to get packages compiled which depend on libudev, knowing that the udev related functionality will be broken. eudev has now been replaced by libudev-fbsd which does the job much better and may serve as a drop-in replacement with even some working features. In future we may want our own libudev-procd library which can also be a mostly-stub implementation but may query things from procd using ubus in some situations... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | uvcdynctrl: get rid of udevDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The udev rule installed was ineffective as udev cannot run in coexistence with procd. If needed, it should be reimplemented as rule under /etc/hotplug.d/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | usbip: use libudev-fbsd instead of eudevDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eudev was removed, switch to libudev-fbsd Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libudev-fbsd: add stubs for usbipDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | postgresql: fix build and improve packagingDaniel Golle2017-06-19
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make sure contrib stuff gets built and installed * refresh patches and improve Makefile while at it Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #4495 from dibdot/travelmateHannu Nyman2017-06-19
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 0.8.0
| * | | | | travelmate: update 0.8.0Dirk Brenken2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use iwinfo instead iw for wlan scanning, scanning now works on radio-level * enhance multiple radio support: * support STA-only radio configurations, e.g first radio with local AP, second radio with a bunch of STAs (without APs) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #4496 from aTanW/masterHannu Nyman2017-06-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | gammu: bump to a new upstream v1.38.4
| * | | | | | gammu: bump to a new upstream v1.38.4aTanW2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | | | ttyd: update to 1.3.3Shuanglei Tao2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | | | | | cgi-io: merge changes from luci2-io-helperDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | luci2-io-helper: bugfix buckup script read timeout Reading files from stdin will block for ever. The uhttpd is killing the backup process after script_timeout. Switching read to non blocking mode and add a waitpid for the slave process does not end in a script_timeout anymore. Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #4493 from yousong/coreutils-stdbufJo-Philipp Wich2017-06-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | coreutils: stdbuf: fix missing libstdbuf.so
| * | | | | | | coreutils: stdbuf: fix missing libstdbuf.soYousong Zhou2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1674 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | rxtx: Fix permissions and formatFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't make the Makefile executable * run dos2unix on the Makefile Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | | zerotier: Allow building with older GCC 4.8Florian Fainelli2017-06-18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZeroTier builds fine with GCC 4.8, so relax the check to make that possible. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | libinput: update to version 1.7.3 and use libudev-fbsdDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | libudev-fbsd: add packageDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package provides a small udev shim originally intended for FreeBSD/devd, but it works well for our non-systemd-environment as well. It has limited features, but it's enough to detect and enumerate input devices. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | libevdev: update to version 1.5.6Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | mbtools: use https to clone and add PKG_MIRROR_HASHDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | libp11: update to version 0.4.6Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | pcsc-lite: update to version 1.8.22Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | glpk: update to version 4.62Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | gnurl: update to version 7.54.1Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | postgresql: update to version 9.4.12Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-7484 and CVE-2017-7485. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | opentracker: bump sourceDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | libowfat: update to version 0.31Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now requires host-build to provide the 'ent' build-tool which generates entities.h for use in scan_html. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | openzwave: Avoid picking host librariesFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpp/examples/MinOZW/Makefile contains this rule: LIBS = $(wildcard $(LIBDIR)/*.so $(LIBDIR)/*.dylib $(top_builddir)/*.so $(top_builddir)/*.dylib $(top_builddir)/cpp/build/*.so $(top_builddir)/cpp/build/*.dylib ) LIBSDIR = $(abspath $(dir $(firstword $(LIBS)))) with LIBDIR not being defined anywhere we end up picking up host libraries. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | cgi-io: Find and search for libubus.hFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors with external toolchains: [ 33%] Building C object CMakeFiles/cgi-io.dir/main.c.o /home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/cgi-io/main.c:30:21: fatal error: libubus.h: No such file or directory #include <libubus.h> ^ compilation terminated. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>