aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [Snort3/Snort+] Fix Big-Endian compile issuesDonald Hoskins2020-07-04
| | | | Signed-off-by: Donald Hoskins <grommish@gmail.com>
* shadowsocks-libev: fix compilation with GCC10Rosen Penev2020-07-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12606 from neheb/zshRosen Penev2020-07-02
|\ | | | | zsh: update to 5.8
| * zsh: update to 5.8Rosen Penev2020-06-25
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12695 from BKPepe/mc-mouse-handlingDirk Brenken2020-07-02
|\ \ | | | | | | mc: fix mouse handling
| * | mc: fix mouse handlingJosef Schlehofer2020-07-02
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #12691 from jmarcet/pyrsistent-updateJosef Schlehofer2020-07-02
|\ \ | | | | | | python-pyrsistent: Update to 0.16.0
| * | python-pyrsistent: Update to 0.16.0Javier Marcet2020-07-02
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | Merge pull request #12663 from rfrankla/netcat_002_patchRosen Penev2020-07-01
|\ \ \ | | | | | | | | netcat: fix Illegal instruction on listen udp
| * | | netcat: fix Illegal instruction on listen udpRick Frankland2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When listening to a udp port an Illegal instruction occurs. This did NOT happen when compiled with debug on. Fixes issue openwrt#4747, FS#2937 Signed-off-by: Rick Frankland <rfrankla@yahoo.com>
* | | | Merge pull request #12674 from ldir-EDB0/miniupnpdRosen Penev2020-07-01
|\ \ \ \ | | | | | | | | | | miniupnpd: macosx compat and refresh patches
| * | | | miniupnpd: macosx compat and refresh patchesKevin Darbyshire-Bryant2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tidy up some minor patch fuzz with a refresh. Also tweak the linux makefile to make it run on macosx and linux: install only understand -m for filemode, not that the openwrt staging dir understands file modes. Also glibc>2.17 so patch out the check that otherwise barfs a number of errors from a missing 'ldd' command under macos. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | Merge pull request #12670 from neheb/netoRosen Penev2020-07-01
|\ \ \ \ \ | | | | | | | | | | | | Netopeer2: fix compilation with GCC10
| * | | | | Netopeer2: fix compilation with GCC10Rosen Penev2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed openssl patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12652 from neheb/ykpRosen Penev2020-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | ykpers: fix compilation with GCC10
| * | | | | | ykpers: fix compilation with GCC10Rosen Penev2020-06-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12668 from neheb/oplcMichael Heimpold2020-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | open-plc-utils: fix compilation with GCC10
| * | | | | | open-plc-utils: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12646 from neheb/minisRosen Penev2020-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | minisatip: fix compilation with GCC10
| * | | | | | minisatip: fix compilation with GCC10Rosen Penev2020-06-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12684 from neheb/owfsRosen Penev2020-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | owfs: fix compilation with GCC10
| * | | | | | owfs: fix compilation with GCC10Rosen Penev2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12683 from neheb/minicRosen Penev2020-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | minicom: fix compilation with GCC10
| * | | | | | | minicom: fix compilation with GCC10Rosen Penev2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12675 from axet/masterRosen Penev2020-07-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add miniupnpd ipv6_disable option, #11971 close
| * | | | | | | | miniupnpd: add miniupnpd ipv6_disable option, #11971 closeAlexey Kuznetsov2020-07-02
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexey Kuznetsov <axet@me.com>
* | | | | | | | Merge pull request #12671 from zhanhb/postinst-alternativesRosen Penev2020-07-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | treewide: alternatives instead of postinst, {pre,post}rm
| * | | | | | | | tar: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | | | sed: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | | | gzip: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | | | grep: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | | | Merge pull request #12687 from padre-lacroix/darkstat-sshRosen Penev2020-07-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | darkstat: correct incompatbility with sshd
| * | | | | | | | | darkstat: correct incompatbility with sshdJean-Michel Lacroix2020-07-01
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init file of darkstat is creating the pid in /var/empty and setting the owner of the directory to darkstat which is incompatible with sshd as sshd requires /var/empty to be owned by root and not group or world-writable. See issue #12420. This corrects the problem by creating another directory: /var/darkstat instead without setting the owner, which is not actually required. Compile tested: not applicable as the changes do not involve compilation. Tested on my home router running darkstat. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | | | Merge pull request #12685 from neheb/squaRosen Penev2020-07-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | squashfs-tools: fix compilation with GCC10
| * | | | | | | | | squashfs-tools: fix compilation with GCC10Rosen Penev2020-07-01
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | / / tcsh: fix compilation with GCC10Rosen Penev2020-07-02
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12666 from neheb/bandRosen Penev2020-07-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | bandwidthd: fix compilation with GCC10
| * | | | | | | bandwidthd: fix compilation with GCC10Rosen Penev2020-06-30
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12664 from neheb/dumRosen Penev2020-07-01
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | dump1900: fix compilation with GCC10
| * | | | | | dump1900: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12665 from neheb/readsStijn Tintel2020-07-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | readsb: fix compilation with GCC10
| * | | | | readsb: fix compilation with GCC10Rosen Penev2020-06-30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12672 from eduardoabinader/opusfile-0.15Rosen Penev2020-07-01
|\ \ \ \ \ | | | | | | | | | | | | opusfile: bump 0.12
| * | | | | opusfile: bump 0.12Eduardo Abinader2020-07-01
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since the v0.11 release: Fix stack overflow buffering out-of-sequence streams. Fix possible divide-by-zero. Fix issues with seeking in the win32 backend. Fix an issue where the seek algorithm could be confused by stream data changing between reads. Clean up compiler and scan-build warnings. Avoid use of the deprecated ftime() function which has Y2038 problems. Remove undefined behaviour memcpy(NULL) in op_read_native(). Visual Studio project files updated for libogg 1.3.4 library name change. Various build systems updates. Various integration and testing environment improvements. Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | | Merge pull request #12667 from neheb/ocdRosen Penev2020-07-01
|\ \ \ \ \ | |/ / / / |/| | | | openocd: fix compilation with GCC10
| * | | | openocd: fix compilation with GCC10Rosen Penev2020-07-01
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12653 from jefferyto/python-no-parallel-host-pip-installRosen Penev2020-06-30
|\ \ \ \ | | | | | | | | | | python-packages: Disable parallel build when host pip is needed
| * | | | python-packages: Disable parallel build when host pip is neededJeffery To2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds PKG_BUILD_PARALLEL:=0 to packages that depend on host Python packages (HOST_PYTHON3_PACKAGE_BUILD_DEPENDS), because installing packages with multiple concurrent pip processes can lead to errors or unexpected results[1]. This also: * Move HOST_PYTHON3_PACKAGE_BUILD_DEPENDS definitions to before python3-package.mk is included * Update Python folder readme to include PKG_BUILD_PARALLEL:=0 [1]: https://github.com/pypa/pip/issues/2361 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #12654 from zokl/javascript-obfuscator_1.2.2Rosen Penev2020-06-30
|\ \ \ \ \ | | | | | | | | | | | | javascript-obfuscator: update to 1.2.2
| * | | | | javascript-obfuscator: update to 1.2.2Zbyněk Kocur2020-06-30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | New version of package node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>