aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | fio: Update to 3.14Rosen Penev2019-06-04
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9156 from ammubhave/bump_re2Rosen Penev2019-06-05
|\ \ \ \ \ | | | | | | | | | | | | libre2: Update to 2019-06-01
| * | | | | libre2: Update to 2019-06-01Amol Bhave2019-06-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | Merge pull request #9149 from ffflorian/feat/ddns-inwxRosen Penev2019-06-05
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: Add INWX service
| * | | | | ddns-scripts: Add INWX serviceFlorian Keller2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Keller <github@floriankeller.de>
* | | | | | Merge pull request #9131 from jefferyto/python-bpo-35907Rosen Penev2019-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | python,python3: Fix CVE-2019-9948 - local_file:// allowed in urllib
| * | | | | | python,python3: Fix CVE-2019-9948 - local_file:// allowed in urllibJeffery To2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches address issue: CVE-2019-9948: Unnecessary URL scheme exists to allow local_file:// reading file in urllib Link to Python issue: https://bugs.python.org/issue35907 Issue 35907 is still currently open, waiting for a decision for Python 3.5; these patches for Python 2.7 and 3.7 have been merged. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | domoticz: disable searching for boost-cmakeAmol Bhave2019-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Test Plan: `make package/domoticz/compile` Also compiled all other packages that have a boost dependency, they seem to be working fine. tested on nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com> [split unrelated change, change commit subject, alphabetical order] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | domoticz: enable BUILD_SHARED_LIBSStijn Tintel2019-06-05
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, no suitable boost_thread variant can be identified when compiling against Boost 1.70. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | Merge pull request #9128 from TDT-AG/pr/20190603-mwan3Florian Eckert2019-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | mwan3: change flush_conntrack handling to use uci list element
| * | | | | | mwan3: change flush_conntrack handling to use uci list elementFlorian Eckert2019-06-03
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change it is now possible to combine interface action events. If an interface action is generated by netifd or mwan3 for example ifup, ifdown, connectd or disconnected and this action is configured in the inteface uci section, then the conntrack table is flushed by mwan3. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #9141 from neheb/sodRosen Penev2019-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | libsodium: Update to 1.0.18
| * | | | | | libsodium: Update to 1.0.18Rosen Penev2019-06-03
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Several Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9129 from ysc3839/pycryptodomeHannu Nyman2019-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-cryptodome: update to 3.8.2.
| * | | | | | python-cryptodome: update to 3.8.2.Richard Yu2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | Merge pull request #9135 from neheb/n2Rosen Penev2019-06-04
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | google-authenticator-libpam: Update to version 1.06
| * | | | | | google-authenticator-libpam: Update to version 1.06Rosen Penev2019-06-03
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile slightly. This also uses a proper release instead of a random git commit. Added LICENSE Information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9142 from nxhack/hid_0_7_9Rosen Penev2019-06-03
|\ \ \ \ \ \ | |/ / / / / |/| | | | | node-hid: update to 0.7.9
| * | | | | node-hid: update to 0.7.9Hirokazu MORIKAWA2019-06-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9025 from cshoredaniel/pr-update-nbdRosen Penev2019-06-03
|\ \ \ \ \ | | | | | | | | | | | | nbd: Update to 3.19 and remove unneed patches
| * | | | | nbd: Update to 3.19 and remove unneed patchesDaniel F. Dickinson2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current version in OpenWrt (3.16.2) fails against the Arch Linux in System Rescue CD's NBD as rootfs (to allow sharing ISO across network). Based on resolved issues and web searching it seems nbd had endianness issues (which affected my ath79 device). This updates to 3.19 which allows System Rescue CD PXE boot with NBD rootfs to work. Removed patches no longer required due to upstream changes, and added new configure option (--without-libnl) required to avoid linking against full libnl and libnl-genl (if present in build). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | Merge pull request #9123 from neheb/makeRosen Penev2019-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | make: Do not use libelf
| * | | | | | make: Do not use libelfRosen Penev2019-06-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | libelf is used under Solaris for nlist. This is not needed in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9125 from neheb/vimRosen Penev2019-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim: Remove bogus libelf dependency
| * | | | | | vim: Remove bogus libelf dependencyRosen Penev2019-06-02
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused and Unneeded. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9114 from ↵Hannu Nyman2019-06-03
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | jefferyto/python-host-setuptools-pip-installed-pkg-release python,python3: Record PKG_RELEASE for host setuptools/pip
| * | | | | python,python3: Record PKG_RELEASE for host setuptools/pipJeffery To2019-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the "patched" indicator files for host setuptools and pip to include their PKG_RELEASE values. This also removes host setuptools and/or pip before host install, if the installed copy does not match the version (and PKG_RELEASE) of the copy to be installed. This will allow added or removed patches to affect host setuptools / pip, since these changes will cause PKG_RELEASE to be incremented. This also fixes the host install error, when the install tries to patch an already patched copy of setuptools. (This error occurs because the existing indicator files do not have version numbers in their file names, whereas host install expected version numbers to be present.) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #9100 from jefferyto/isolate-host-pythonRosen Penev2019-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | python,python3: Better isolate host Python
| * | | | | | python,python3: Disable user site-packages for host PythonJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, Python will include the user's site-packages directory (~/.local/lib/python$(PYTHON_VERSION)/site-packages) in it's internal search path for modules. This disables this default inclusion for host Python. This change is applied during Host/Configure instead of as a patch to keep this setting unchanged for target Python. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | python,python3: Update host pip[3] install functionsJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add --cache-dir option to set the pip cache to a directory in $(DL_DIR), instead of pip's default (build user's ~/.cache/pip), fixes #9066 * Add --disable-pip-version-check option, since the version check only prints a message saying a new version is available * Combine host_python_pip_install and host_python_pip_install_host into Build/Compile/HostPy[3]PipInstall * Remove --root and --prefix options, since this function is only used to install packages to host Python's default site-packages directory (setting these may serve to confuse pip) * Pass all of $(HOST_PYTHON[3]_PACKAGE_BUILD_DEPENDS) to the function, since pip can handle multiple arguments/packages Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #9127 from mstorchak/tgtRosen Penev2019-06-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tgt: update to 1.0.78
| * | | | | | | tgt: update to 1.0.78Maxim Storchak2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | Merge pull request #9121 from jefferyto/python-cryptography-2.7Rosen Penev2019-06-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-cryptography: Update to 2.7
| * | | | | | | | python-cryptography: Update to 2.7Jeffery To2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #9119 from jefferyto/python-bpo-30458Rosen Penev2019-06-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python,python3: Fix CVE-2019-9740 and CVE-2019-9947
| * | | | | | | | | python,python3: Fix CVE-2019-9740 and CVE-2019-9947Jeffery To2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches address issues: CVE-2019-9740: Python urllib CRLF injection vulnerability CVE-2019-9947: Header Injection in urllib Links to Python issues: https://bugs.python.org/issue36276 (resolved duplicated of 30458) https://bugs.python.org/issue35906 (resolved duplicated of 30458) https://bugs.python.org/issue30458 Issue 30458 is still currently open, waiting for a decision for Python 3.5; these patches for Python 2.7 and 3.7 have been merged. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | apfree-wifidog: Add new packageliudf07162019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: liudf0716 <liudf0716@gmail.com> [Fix indentation and trailing whitespace on Makefile and wifidogx.init] Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | Merge pull request #9120 from jefferyto/newt-0.52.21Rosen Penev2019-06-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | newt: Update to 0.52.21
| * | | | | | | | | newt: Update to 0.52.21Jeffery To2019-06-03
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes $(FPIC) from TARGET_CFLAGS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #9117 from neheb/evht2Rosen Penev2019-06-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libevhtp: Remove random hacks
| * | | | | | | | | libevhtp: Remove random hacksRosen Penev2019-06-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no point in overriding the defaults. They work fine. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / / / / glib2: fix CVE-2019-12450Peter Wagner2019-06-02
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #8965 from neheb/powRosen Penev2019-06-02
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | powertop: Switch to uClibc++
| * | | | | | | powertop: Switch to uClibc++Rosen Penev2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the uClibc++ update has been included, we can switch to it. Basic testing shows it as working. Also fixed compilation with uClibc-ng. libiconv-stub must be used as uClibc-ng does not provide those headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | irqbalance: add support for uci configHannu Nyman2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for uci config file. Only a global 'enabled" switch has been implemented so far. * Default config disables irqbalance initially, so that there is no change with the previous behaviour (and the possibly existing separate launch scripts in people's builds). Config file and init script can be later extended for irqbalance options like the oneshot mode or the evaluation interval (Also change the init file to use tabs) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | irqbalance: add init scriptAleksandr Mezin2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
* | | | | | | | gnutls: removed autogen patchNikos Mavrogiannopoulos2019-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was causing regressions in systems without some particular development tools (see #8129) Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | | | Merge pull request #9097 from neheb/softeRosen Penev2019-05-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | softethervpn: Fix compilation with full/stub iconv
| * | | | | | | | softethervpn: Fix compilation with full/stub iconvRosen Penev2019-05-31
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs -liconv. Also fixed compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com> Add OPENSSL_init_crypto to deprecated patch Co-Authored-By: Eneas Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #9034 from neheb/doRosen Penev2019-05-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dosfstools: Fix compilation with full NLS