aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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
| * | | tiff: install headers of the c++ bindingsSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that the c++ headers get installed to the staging directory when libtiffxx was selected/built. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | tiff: use CONFIGURE_ARGSSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | Simplify the Makefile. No functional change. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | tiff: switch PKG_SOURCE_URL to HTTPSSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | tiff: update install definesSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use $(INSTALL_DATA) for headers (and really copy only the headers). - Install _all_ symlinks. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | tiff: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tiff already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the tiff build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC, which us undesirable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | tiff: remove uclibc++.mk includeSebastian Kemper2018-02-24
| |/ / | | | | | | | | | | | | | | | | | | The include injects a lib depend on libuClibc++.so.0 into the package, even on musl. Remove it and replace the depend with libstcpp instead. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #5650 from dangowrt/collectd-modbus-little-endianHannu Nyman2018-02-28
|\ \ \ | | | | | | | | collectd: modbus: backport support for little-endian values
| * | | collectd: modbus: backport support for little-endian valuesDaniel Golle2018-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for little-endian word-order of 32-bit fields was added upstream recently. Import the corresponding PR https://github.com/collectd/collectd/pull/2660 into a local patch and bump package release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #5664 from Ansuel/ariangDirk Brenken2018-02-28
|\ \ \ \ | | | | | | | | | | ariang: add new package
| * | | | ariang: add new packageAnsuel Smith2018-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern webui for aria2 package Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #5651 from neheb/mkDaniel Golle2018-02-28
|\ \ \ \ \ | |_|/ / / |/| | | | mktorrent: Update to version 1.1.
| * | | | mktorrent: Update to version 1.1 + use GitHub properlyRosen Penev2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use GitHub to generate a .tar.xz file based on commit number. More flexible this way. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5684 from dibdot/travelmateDirk Brenken2018-02-27
|\ \ \ \ \ | | |_|_|/ | |/| | | travelmate: update 1.1.2
| * | | | travelmate: update 1.1.2Dirk Brenken2018-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * validate input timings/ranges * fix an eap detection issue * refine re-connection handling in case of an error * refine debug logging Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | irssi: update to 1.1.1Peter Wagner2018-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes the following CVEs: CVE-2018-7050 https://nvd.nist.gov/vuln/detail/CVE-2018-7050 CVE-2018-7051 https://nvd.nist.gov/vuln/detail/CVE-2018-7051 CVE-2018-7052 https://nvd.nist.gov/vuln/detail/CVE-2018-7052 CVE-2018-7053 https://nvd.nist.gov/vuln/detail/CVE-2018-7053 CVE-2018-7054 https://nvd.nist.gov/vuln/detail/CVE-2018-7054 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | strongswan: bump to 5.6.2Stijn Tintel2018-02-27
|/ / / / | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #5645 from neheb/dfuDirk Brenken2018-02-26
|\ \ \ \ | | | | | | | | | | dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
| * | | | dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.Rosen Penev2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More flexible with more mirrors. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5668 from kissg1988/pytzDirk Brenken2018-02-26
|\ \ \ \ \ | | | | | | | | | | | | pytz: update to version 2018.3
| * | | | | pytz: update to version 2018.3Gergely Kiss2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #5648 from neheb/dfu-utilHannu Nyman2018-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | dfu-util: Add PKG_MAINTAINER entry + fix URL.
| * | | | | | dfu-util: Add PKG_MAINTAINER entry + fix URL.Rosen Penev2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /files is not needed when using the @SF macro. Also added PKG_MAINTAINER to get notifications to update. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #5654 from NeoRaider/update-joolHannu Nyman2018-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | jool: update to latest git version
| * | | | | | | jool: update to latest git versionMatthias Schiffer2018-02-22
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build against kernel 4.14. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | Merge pull request #5659 from neheb/kadnodeHannu Nyman2018-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kadnode: Change URL to use git.
| * | | | | | | kadnode: Change URL to use git.Rosen Penev2018-02-22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the Makefile creates a v---.tar.gz file which can conflict with other packages. Standardize the format. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #5674 from wvdakker/masterHannu Nyman2018-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.1.12.2
| * | | | | | | Shorewall6: Bump to version 5.1.12.2W. van den Akker2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall: Bump to version 5.1.12.2W. van den Akker2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall6-lite: Bump to version 5.1.12.2W. van den Akker2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | Shorewall-lite: Bump to version 5.1.12.2W. van den Akker2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>