aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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>
* | | Merge pull request #12655 from wvdakker/masterRosen Penev2020-06-30
|\ \ \ | | | | | | | | Shorewall: Bump to 5.2.5.2
| * | | Shorewall6: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall6-lite: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall-lite: Bump to 5.2.5.2W. van den Akker2020-06-30
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | Shorewall-core: Bump to 5.2.5.2W. van den Akker2020-06-30
| |/ / | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | Merge pull request #12660 from eduardoabinader/check_0.15Rosen Penev2020-06-30
|\ \ \ | | | | | | | | check: bump 0.15.0
| * | | check: bump 0.15.0Eduardo Abinader2020-06-30
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiled and run in x86_64. Changes: -Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute -Refactor tests to fix signed - unsigned conversions -Refactor some Check internals to use proper interger types Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | Merge pull request #12619 from Cynerd/syslog-ng-network-failoverJosef Schlehofer2020-06-30
|\ \ \ | |/ / |/| | syslog-ng: detect disabled IPv6 on loopback and fallback to IPv4
| * | syslog-ng: detect disabled IPv6 on loopback and fallback to IPv4Karel Kočí2020-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Binding in default to IPv6 is preferable but it can be disabled in kernel and that prevents syslog-ng to start. This setup should not be that common but syslog is very important service and should survive that. This introduces new plugin defining source generator `network_localhost`. This is used instead of original network source. Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | Merge pull request #12651 from aparcar/syncthing-1.6.1Rosen Penev2020-06-29
|\ \ \ | | | | | | | | syncthing: bump to 1.6.1
| * | | syncthing: bump to 1.6.1Paul Spooren2020-06-29
| | | | | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #12650 from neheb/gstreRosen Penev2020-06-29
|\ \ \ \ | | | | | | | | | | gstreamer updates
| * | | | gst1-libav: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to meson as autotools support was removed. Adjustment for consistency between packages. Reorder plugins based on meson_options.txt order. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gst1-plugins-ugly: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated option list. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gst1-plugins-bad: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated options. Disabled yadif as it fails to compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gst1-plugins-good: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated options. Removed deinterlace plugin as it's failing to build. Reorganized plugin list based on meson_options.txt order. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gst1-plugins-base: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated options. Added extra plugins that are now available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gstreamer1: update to 17.1Rosen Penev2020-06-29
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Updated options list. Removed outdated autotools patch. autotools is now gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12649 from neheb/dmaplibRosen Penev2020-06-29
|\ \ \ \ | | | | | | | | | | libdmapsharing: update to 3.98
| * | | | libdmapsharing: update to 3.98Rosen Penev2020-06-29
| |/ / / | | | | | | | | | | | | | | | | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12637 from neheb/tiffJiri Slachta2020-06-30
|\ \ \ \ | | | | | | | | | | tiff: switch to CMake
| * | | | tiff: switch to CMakeRosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows removing autotools hacks. Also simplified InstallDev section. Added ABI_VERSION parameter for proper rebuilds. Also used in the pkgconfig path fixup. Small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12648 from neheb/messon2Rosen Penev2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | meson: update to 0.54.3
| * | | | | meson: update to 0.54.3Rosen Penev2020-06-29
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12647 from neheb/gdbRosen Penev2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | gdbm: fix GCC 10 multiple def compilation error
| * | | | | gdbm: fix GCC 10 multiple def compilation errorSyrone Wong2020-06-29
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | | | | Merge pull request #12607 from neheb/swgRosen Penev2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | swig: update to 4.0.2
| * | | | | swig: update to 4.0.2Rosen Penev2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Add URL. Add HOST_BUILD_PARALLEL for faster compilation. Add PKG_HOST_ONLY to signify that this is to be used as a host package only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12635 from neheb/libloRosen Penev2020-06-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | liblo: switch to CMake
| * | | | | | liblo: switch to CMakeRosen Penev2020-06-27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Make tools option conditional on package selection. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12582 from zhanhb/frpRosen Penev2020-06-29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | frp: update to 0.33.0
| * | | | | frp: update to 0.33.0Huangbin Zhan2020-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | Merge pull request #11517 from jmarcet/nfs-kernel-serverRosen Penev2020-06-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | nfs-kernel-server: update to 2.4.3
| * | | | | | nfs-kernel-server: update to 2.5.1Javier Marcet2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | Merge pull request #12645 from Andy2244/libtirpc-pkgconfig_fixRosen Penev2020-06-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libtirpc: remove pkgconfig hack
| * | | | | | | libtirpc: remove pkgconfig hackAndy Walsh2020-06-29
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the pkgconfig hack is no longer needed Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>