aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | openvswitch: rename shared var name ovs{,_}_common_dependsYousong Zhou2020-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid conflict with package ovs_common_depends of package openvswitch-common Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | openvswitch: backport patch fixing build for 4.14.187Yousong Zhou2020-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes openwrt/packages#12932 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | zmq: fix the installed filesRosen Penev2020-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the versioned so files are needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12962 from neheb/sshfsRosen Penev2020-07-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fuse3: update to 3.9.2 / sshfs: update to 3.7.0
| * | | | | | | | | sshfs: update to 3.7.0Rosen Penev2020-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified Makefile as a result of meson transition. Fixed license information. Updated URL. Added patch to fix linking issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | fuse3: update to 3.9.2Rosen Penev2020-07-29
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the mount utilities. It turns out that udev is not a requirement. Renamed package to fuse3 and moved to utils, as with fuse2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12964 from neheb/bimRosen Penev2020-07-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vim: update to 8.2
| * | | | | | | | | vim: update to 8.2Rosen Penev2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed multibyte options. They must now be enabled. Refreshed patches. Commented out autowrite as requested in https://github.com/openwrt/packages/pull/12177 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12954 from neheb/upnp2Rosen Penev2020-07-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libupnp: update to 1.14.0
| * | | | | | | | | | libupnp: update to 1.14.0Rosen Penev2020-07-28
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove flto as it breaks under GCC10 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12965 from neheb/fpingRosen Penev2020-07-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fping: update to 4.4
| * | | | | | | | | | fping: update to 4.4Rosen Penev2020-07-28
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Whitespace Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #12969 from nickberry17/update_libqmi_1.26.2Rosen Penev2020-07-29
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | libqmi: bump libqmi to 1.26.2
| * | | | | | | | | libqmi: bump libqmi to 1.26.2Nicholas Smith2020-07-30
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | | | zmq: fix pkgconfig fileRosen Penev2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems upstream broke it. This in turn broke depending packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12963 from neheb/ttydRosen Penev2020-07-28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | ttyd: update to 1.6.1
| * | | | | | | | ttyd: update to 1.6.1Rosen Penev2020-07-28
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12957 from neheb/zmqRosen Penev2020-07-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | zmq: update to 4.3.2
| * | | | | | | | zmq: update to 4.3.2Rosen Penev2020-07-28
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Add uClibc++ patch for those that need it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12961 from BKPepe/ytdlRosen Penev2020-07-28
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | youtube-dl: update to version 2020.7.28
| * | | | | | | youtube-dl: update to version 2020.7.28Josef Schlehofer2020-07-28
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Become the only maintainer of this package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #12955 from neheb/unraRosen Penev2020-07-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unrar: update to 5.9.4
| * | | | | | | unrar: update to 5.9.4Rosen Penev2020-07-28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12956 from neheb/yaraRosen Penev2020-07-28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | yara: update to 4.0.2
| * | | | | | yara: update to 4.0.2Rosen Penev2020-07-28
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12948 from TDT-AG/pr/20200724-mwan3Florian Eckert2020-07-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | mwan3: update to version 2.8.12
| * | | | | | mwan3: update version to 2.8.12Florian Eckert2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: unify variable checkFlorian Eckert2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: remove lock file entirelyFlorian Eckert2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the lock file ist not necessary Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: revert: also cleanup lock on mwan3 stopFlorian Eckert2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cde2a77ed3b3b0df9e693e121dccdc97ef163156. Applying this change has shown that it is even quicker to provoke the race condtition on simultan mwan3 commands execution. By reversing the change we have the same behaviour as before. But the race condition on mwan3 execute at the same time still exists. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: fix race condition on mwan3 restartFlorian Eckert2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adjustment of the locks fixes the race condition when a mwan3 hotplug script and a mwan3 command are running at the same time. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | openvswitch: adds new UCI section ovs_bridgeSimon Kinane2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new config section in package openvswitch supports creating a named bridge, and setting its' OpenFlow controller end-point. An example config is included in /rom/etc/config/openvswitch Signed-off-by: Simon Kinane <skinane@fb.com>
* | | | | | | Merge pull request #12953 from peter-stadler/patch-1Rosen Penev2020-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: remove PROVIDES on depending package
| * | | | | | | nginx: remove PROVIDES on depending packagepeter-stadler2020-07-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix recursive dependency for `make menuconfig`. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #12952 from gladiac1337/haproxy-2.2.1Hannu Nyman2020-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.2.1
| * | | | | | | haproxy: Update HAProxy to v2.2.1Christian Lachner2020-07-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New major version (LTS release) - Update haproxy download URL and hash - Remove obsolete dladdr1-dependency-patch as it has been upstreamed - USE_REGPARM is obsolete and therefore removed from our Makefile Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | Merge pull request #12926 from neheb/gst12Rosen Penev2020-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gstreamer suite: update to 1.17.2
| * | | | | | | gst1-libav: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | gst1-plugins-ugly: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | gst1-plugins-bad: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | gst1-plugins-good: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | gst1-plugins-base: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some typos. Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | gstreamer1: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added gettext-full host dependency. Normally it comes wth glib2, but in the update to 2.65, it goes away. Add it here. Refresh patch. Add one for systems lacking distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12922 from neheb/pslRosen Penev2020-07-27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | libpsl: update to 0.21.1
| * | | | | | | libpsl: update to 0.21.1Rosen Penev2020-07-25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to building with meson. Faster. Cleaned up Makefile for consistency with other packages. Made the files in Install(Dev) explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12946 from neheb/gerbbbRosen Penev2020-07-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gerbera: add support for ffmpeg
| * | | | | | | gerbera: add support for ffmpegRosen Penev2020-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires BUILD_PATENTED. Added patch to fix compilation with it. Removed include file hack. It's incorrect and it's also npupnp that needs fixing. Refreshed npupnp patch to the newest version sent upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #12939 from jefferyto/python-3.8.5Rosen Penev2020-07-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3: Update to 3.8.5
| * | | | | | | | python3: Update to 3.8.5Jeffery To2020-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version includes fixes for: * CVE-2020-15801 - Fixes python3x._pth being ignored on Windows * CVE-2019-20907 - Avoid infinite loop when reading specially crafted TAR files using the tarfile module This also: * Remove patches that are included in the update * Add a dependency in python3-distutils for python3-email[1] [1]: https://github.com/python/cpython/blob/v3.8.5/Lib/distutils/dist.py#L10 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #12941 from jefferyto/python-cryptography-3.0Rosen Penev2020-07-26
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | python-cryptography: Update to 3.0