aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openvswitch: remove --disable-sslYousong Zhou2018-03-06
| | | | | | Remove it since we already select libopenssl in openvswitch-base Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* openvswitch: use default rundir /var/run/openvswitch/Yousong Zhou2018-03-06
| | | | | | | This subdir contains multiple pid, unix domain socket files. It's a custom to put them in it's own subdir Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* openvswitch: remove dependency on SUPPORTED_KERNELSYousong Zhou2018-03-06
| | | | | | | | | | | | | | | | | | Quote from Open vSwitch FAQ.md Open vSwitch userspace should also work with the Linux kernel module built into Linux 3.3 and later. Open vSwitch userspace is not sensitive to the Linux kernel version. It should build against almost any kernel, certainly against 2.6.32 and later. The SUPPORTED_KERNEL dependency for openvswitch kernel module only makes sense when we are building it from the ovs release tarballs against mainline kernels. Now that we are using the module from vanilla kernel itself, the dependency does not exist anymore Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #5712 from micmac1/revert-tiffJiri Slachta2018-03-05
|\ | | | | tiff: revert uclibc++ commit
| * tiff: revert uclibc++ commitSebastian Kemper2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts 5b5659850dbaae4d2ac2e3f599015f71e341841e. In hindsight I have to admit I did not correctly understand the implications of the uclibc++.mk include. The include allows a package to follow the user's choice regarding which C++ library should be the standard. Linking against uClibc++ instead of libstd++ is not a problem when running musl (which is what I had incorrectly assumed), as both C++ libs are separate packages. And uClibc++ is a lot smaller than libstd++, which is probably why it is even the default C++ lib on OpenWrt currently. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | ntpd: update to 4.2.8p11Peter Wagner2018-03-05
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #5567 from dissent1/minidlnaTed Hess2018-03-04
|\ \ | |/ |/| minidlna: decrease minidlna log verbosity
| * minidlna: decrease minidlna log verbosityPavel Kubelun2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some clients do not close connections properly or do not keep it alive, so each time the connection times out a corresponding log entry is written into a log. These messages may spam the log really hard. This may be an issue if log is placed on internal flash - it may prematurely wear a flash chip. This also prevents hdd from spinning down if the log is located on hdd and the dlna capable tv is online. Set the log level to "error" by default. MAN: Set this to change the verbosity of the information that is logged each section can use a different level: off, fatal, error, warn, info, or debug Example log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
* | Merge pull request #5710 from gladiac1337/feature-haproxy-1.8Thomas Heil2018-03-04
|\ \ | | | | | | haproxy: Update HAProxy to v1.8.4 (+patches)
| * | haproxy: Fix non-ssl buildsChristian Lachner2018-03-04
| | | | | | | | | | | | | | | | | | - Add missing libatomic dependency in non-ssl variant of the build Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.4 (+patches)Christian Lachner2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Update the haproxy homepage - Add libatomic to the dependencies as 1.8 needs it - Make USE_REGPARM an x86-only option as this fixes many warnings and does not do much on non-x86 platforms - Add USE_GETADDRINFO=1 to use getaddrinfo() to resolve IPv6 host names - Add USE_TFO=1 to enable TCP fast open - Unbreak CFLAGS, LD and LDFLAGS by adding the missing backslash after $(ADDON) - Unbreak IGNOREGIT=1 option (typo) - Rework LDFLAGS and add libatomic - Add MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #5708 from gladiac1337/masterThomas Heil2018-03-04
|\| | | | | | | | haproxy: Fix Lua-support on non-mips(el) targets.
| * | haproxy: Change download-URLs to https-variantsChristian Lachner2018-03-03
| | | | | | | | | | | | | | | | | | | | | - change haproxy download-URL to https-variant - change lua download-URL to https-variant Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Fix Lua-support on non-mips(el) targets.Christian Lachner2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | - the Lua-support logic was cleaned up to unbreak Lua-support on non-mips(el) targets. Previously, no target had Lua-support. - mips and mipsel are both known to currently not build with Lua-support enabled => disable both. - mips64 and mips64el were tested fine with Lua-support enabled. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | libiio: rework backend selection (fixes #5637)Michael Heimpold2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Provide configuration items to select individual backends. This also allows to fine-tune the package dependencies. In order to address #5637, we make this dep unconditionally until upstream allow to opt-in/opt-out libavahi support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: update to 7.2.3Michael Heimpold2018-03-04
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #5704 from wvdakker/masterHannu Nyman2018-03-04
|\ \ \ | | | | | | | | Shorewall: Bump to version 5.1.12.3
| * | | Shorewall6: Bump to version 5.1.12.3W. van den Akker2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall: Bump to version 5.1.12.3W. van den Akker2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall6-lite: Bump to version 5.1.12.3W. van den Akker2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall-lite: Bump to version 5.1.12.3W. van den Akker2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall-core: Bump to version 5.1.12.3W. van den Akker2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Merge pull request #5699 from br101/pingcheckHannu Nyman2018-03-03
|\ \ \ \ | | | | | | | | | | pingcheck: Update to latest version
| * | | | pingcheck: Update to latest versionBruno Randolf2018-03-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | Merge pull request #5707 from zhaojh329/rttyHannu Nyman2018-03-03
|\ \ \ \ \ | | | | | | | | | | | | rtty: Update to latest version
| * | | | | rtty: Update to latest versionJianhui Zhao2018-03-03
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Change license to LGPL2 Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* / | | | tor: update to 0.3.2.10Peter Wagner2018-03-03
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | ocserv: updated to 0.11.11Nikos Mavrogiannopoulos2018-03-03
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #5703 from micmac1/libssh2-pkg_config_depsJiri Slachta2018-03-03
|\ \ \ \ | | | | | | | | | | libssh2: add missing PKG_CONFIG_DEPENDS
| * | | | libssh2: add missing PKG_CONFIG_DEPENDSSebastian Kemper2018-03-03
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL require a rerun of ./configure when their selection changes. So add them to PKG_CONFIG_DEPENDS accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #5678 from neheb/wifidogDirk Brenken2018-03-03
|\ \ \ \ | |/ / / |/| | | wifidog: Change URL to HTTPS and switch file to .xz
| * | | wifidog: Change URL to HTTPS and switch file to .xzRosen Penev2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | HTTPS tends to go through firewalls and xz is smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5700 from dibdot/travelmateDirk Brenken2018-03-03
|\ \ \ \ | | | | | | | | | | travelmate: update 1.1.3
| * | | | travelmate: update 1.1.3Dirk Brenken2018-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix remaining status oddities * LuCI: show WiFi QR codes from all configured Access Points Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #5698 from TDT-AG/bwm-ng_gcc7x_fixDirk Brenken2018-03-02
|\ \ \ \ \ | | | | | | | | | | | | bwm-ng: add patch to fix GCC 7.x compatibility
| * | | | | bwm-ng: add patch to fix GCC 7.x compatibilityMartin Schiller2018-03-02
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | Merge pull request #5695 from neheb/trDirk Brenken2018-03-02
|\ \ \ \ \ | |/ / / / |/| | | | transmission: Fix HTTPS and mobile devices.
| * | | | transmission: Fix HTTPS and mobile devices.Rosen Penev2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS verification is totally broken in Transmission. Unclear why. Disabling as a result. Safari exposes a JavaScript bug that makes it not load. Fixed. Portcheck was backported to HTTPS for testing initially. Seems like a good idea. Makefile was also fixed to use the external libnatpmp. Smaller binary. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | dmx_usb_module: fix build against kernel 4.14Matthias Schiffer2018-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change should also work fine with older kernels, as <linux/uaccess.h> has existed for a long time, and it includes <asm/uaccess.h>. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | dmx_usb_module: change source URL to HTTPSMatthias Schiffer2018-03-02
|/ / / / | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | mosquitto: bump to 1.4.15 for CVE fixesKarl Palsson2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/ for full details. patch for reproducible builds had to be rebuilt based on upstream change. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | sqm-scripts: Fix return value bug in postrm scriptTony Ambardar2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script removes the UCI option ucitrack.@sqm[0] if present and then returns success. If that UCI option is already absent however, the script incorrectly returns failure, which blocks upgrade of the luci-app-sqm package. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | | | Merge pull request #5669 from micmac1/my-upsJiri Slachta2018-03-01
|\ \ \ \ | | | | | | | | | | libs/libssh2: Remove $(FPIC), update InstallDev
| * | | | libssh2: update InstallDev defineSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(INSTALL_DATA) for headers and pkgconfig file. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | libssh2: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libssh2 already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libssh2 build system puts its own flag behind the CFLAGS, overriding whatever was set before. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #5671 from micmac1/xslt-upJiri Slachta2018-03-01
|\ \ \ \ \ | | | | | | | | | | | | libxslt: remove $(FPIC), clean up install defines
| * | | | | libxslt: install all lib symlinksSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes sure that even i.e. libxslt.so symlink gets copied to the target. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | libxslt: update xsltproc dependsSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxml2 can be removed as libxslt already depends on it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | libxslt: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxslt already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libxslt build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with PIC, which us undesirable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #5670 from micmac1/tiff-upJiri Slachta2018-03-01
|\ \ \ \ \ | | | | | | | | | | | | Tiff: remove $(FPIC), update install defines