aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fio: Update to 3.14Rosen Penev2019-06-04
| | | | Signed-off-by: Rosen Penev <rosenp@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
| * | | | | | dosfstools: Fix compilation with full NLSRosen Penev2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9111 from neheb/folRosen Penev2019-05-31
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libfolly: Update to version 2019.05.27.00
| * | | | | | fbthrift: Update to 2019.05.27.00Rosen Penev2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libwangle: Update to 2019.05.27.00Rosen Penev2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | librsocket-cpp: Simplify dependenciesRosen Penev2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libfizz: Update to 2019.05.27.00Rosen Penev2019-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified DEPENDS. libfolly is all that's needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libfolly: Update to version 2019.05.27.00Rosen Penev2019-05-31
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Also fixes a redefinition error on some platforms. Cleaned up the DEPENDS to be simpler and more concise. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9056 from lucize/strongupStijn Tintel2019-05-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: update to 5.8.0
| * | | | | | strongswan: update to 5.8.0Lucian Cristian2019-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #9106 from dibdot/banIPDirk Brenken2019-05-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | banip: update 0.1.3
| * | | | | | | banip: update 0.1.3Dirk Brenken2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change iptables whitelist target from 'ACCEPT' to 'RETURN' to stop traversing the banIP chain and resume at the next chain * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #9090 from neheb/dnsdRosen Penev2019-05-30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | dnsdist: Fix several issues
| * | | | | | | dnsdist: Fix several issuesRosen Penev2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch that detects when -latomic is needed. Fix compilation without deprecated OpenSSL APIs. Hard-code lua to avoid luajit dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #9087 from BKPepe/urllib3Josef Schlehofer2019-05-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-urllib3: update to version 1.25.3
| * | | | | | | | python-urllib3: update to version 1.25.3Josef Schlehofer2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #9086 from BKPepe/youtubedlJosef Schlehofer2019-05-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2019.5.20
| * | | | | | | | | youtube-dl: update to version 2019.5.20Josef Schlehofer2019-05-26
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #9028 from dengqf6/cappyHannu Nyman2019-05-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libcap: update to 2.27