Rosen Penev
fbcea1e8a6
Merge pull request #12964 from neheb/bim
...
vim: update to 8.2
2020-07-29 16:34:29 -07:00
Rosen Penev
8cb7d64877
Merge pull request #12954 from neheb/upnp2
...
libupnp: update to 1.14.0
2020-07-29 16:30:25 -07:00
Rosen Penev
be846582bc
Merge pull request #12965 from neheb/fping
...
fping: update to 4.4
2020-07-29 16:29:48 -07:00
Rosen Penev
7e8ef44434
Merge pull request #12969 from nickberry17/update_libqmi_1.26.2
...
libqmi: bump libqmi to 1.26.2
2020-07-29 16:28:14 -07:00
Nicholas Smith
6537265e06
libqmi: bump libqmi to 1.26.2
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-30 08:32:27 +10:00
Rosen Penev
5bb13435b7
zmq: fix pkgconfig file
...
It seems upstream broke it. This in turn broke depending packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 20:49:03 -07:00
Rosen Penev
58b10674db
Merge pull request #12963 from neheb/ttyd
...
ttyd: update to 1.6.1
2020-07-28 18:10:34 -07:00
Rosen Penev
a445b39bef
fping: update to 4.4
...
Remove upstreamed patch.
Whitespace Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 16:10:26 -07:00
Rosen Penev
a52f36cbb8
vim: update to 8.2
...
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>
2020-07-28 15:46:52 -07:00
Rosen Penev
31d4e36b7c
ttyd: update to 1.6.1
...
Refresh patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 15:45:47 -07:00
Rosen Penev
00e6d53c73
Merge pull request #12957 from neheb/zmq
...
zmq: update to 4.3.2
2020-07-28 13:54:44 -07:00
Rosen Penev
341156271f
Merge pull request #12961 from BKPepe/ytdl
...
youtube-dl: update to version 2020.7.28
2020-07-28 12:54:41 -07:00
Josef Schlehofer
7046a31ab9
youtube-dl: update to version 2020.7.28
...
Become the only maintainer of this package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-28 18:17:18 +02:00
Rosen Penev
211db341e9
Merge pull request #12955 from neheb/unra
...
unrar: update to 5.9.4
2020-07-28 03:29:14 -07:00
Rosen Penev
f824b46fe9
Merge pull request #12956 from neheb/yara
...
yara: update to 4.0.2
2020-07-28 03:28:47 -07:00
Rosen Penev
e169e2f9c8
zmq: update to 4.3.2
...
Remove upstreamed patches.
Add uClibc++ patch for those that need it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:14:55 -07:00
Rosen Penev
fd3fad02b4
yara: update to 4.0.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:14:00 -07:00
Rosen Penev
d67bb0d761
unrar: update to 5.9.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:13:12 -07:00
Rosen Penev
3cb496ecaf
libupnp: update to 1.14.0
...
Remove flto as it breaks under GCC10 for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-28 01:12:12 -07:00
Florian Eckert
00cb41275c
Merge pull request #12948 from TDT-AG/pr/20200724-mwan3
...
mwan3: update to version 2.8.12
2020-07-28 07:07:14 +02:00
Florian Eckert
85e91377cf
mwan3: update version to 2.8.12
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28 06:53:24 +02:00
Florian Eckert
981d1eb83a
mwan3: unify variable check
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28 06:53:24 +02:00
Florian Eckert
ab747fe0fb
mwan3: remove lock file entirely
...
Removing the lock file ist not necessary
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28 06:53:24 +02:00
Florian Eckert
b5bd6d757b
mwan3: revert: also cleanup lock on mwan3 stop
...
This reverts commit cde2a77ed3
.
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>
2020-07-28 06:53:24 +02:00
Florian Eckert
2dac1bcdc9
mwan3: fix race condition on mwan3 restart
...
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>
2020-07-28 06:53:24 +02:00
Simon Kinane
d7507146e8
openvswitch: adds new UCI section ovs_bridge
...
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>
2020-07-28 12:46:17 +08:00
Rosen Penev
f4897d2ae8
Merge pull request #12953 from peter-stadler/patch-1
...
nginx: remove PROVIDES on depending package
2020-07-27 14:37:52 -07:00
peter-stadler
9cdc4a47f0
nginx: remove PROVIDES on depending package
...
Fix recursive dependency for `make menuconfig`.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-07-27 22:56:12 +02:00
Hannu Nyman
80bc16a539
Merge pull request #12952 from gladiac1337/haproxy-2.2.1
...
haproxy: Update HAProxy to v2.2.1
2020-07-27 23:18:59 +03:00
Christian Lachner
78d99efb9b
haproxy: Update HAProxy to v2.2.1
...
- 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>
2020-07-27 21:32:08 +02:00
Rosen Penev
51947167f2
Merge pull request #12926 from neheb/gst12
...
gstreamer suite: update to 1.17.2
2020-07-27 11:43:27 -07:00
Rosen Penev
5f1b266b0e
Merge pull request #12922 from neheb/psl
...
libpsl: update to 0.21.1
2020-07-27 11:43:09 -07:00
Rosen Penev
47de4d391e
Merge pull request #12946 from neheb/gerbbb
...
gerbera: add support for ffmpeg
2020-07-26 23:34:11 -07:00
Rosen Penev
8d01a3e104
Merge pull request #12939 from jefferyto/python-3.8.5
...
python3: Update to 3.8.5
2020-07-26 23:33:52 -07:00
Rosen Penev
f4d5f1f14f
Merge pull request #12941 from jefferyto/python-cryptography-3.0
...
python-cryptography: Update to 3.0
2020-07-26 23:33:32 -07:00
Rosen Penev
2e44682349
gerbera: add support for ffmpeg
...
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>
2020-07-26 20:56:47 -07:00
Rosen Penev
e7fa3d1684
Merge pull request #12944 from neheb/v4l2
...
v4l-utils: bring back getsubopt patch
2020-07-26 17:10:51 -07:00
Rosen Penev
8df4e29cff
v4l-utils: bring back getsubopt patch
...
During the update to 1.20.0, this patch was mistakenly removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-26 16:22:12 -07:00
Jeffery To
b6eef2af19
python-cryptography: Update to 3.0
...
Also:
* Remove patches that are included in the update
* Replace the python3 dependency with a smaller list (python3-urllib is
needed because it is a dependency of python3-email)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-07-27 05:40:30 +08:00
Jeffery To
7d6fcf20e7
python3: Update to 3.8.5
...
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>
2020-07-27 04:33:28 +08:00
Hannu Nyman
3d4bf8cb31
Merge pull request #12936 from rs/nextdns-1.7.1-master
...
nextdns: Update to version 1.7.1
2020-07-26 17:54:12 +03:00
Olivier Poitrey
7de22184e7
nextdns: Update to version 1.7.1
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-07-26 14:42:46 +00:00
Rosen Penev
3558107b5a
Merge pull request #12935 from mstorchak/luaposix
...
luaposix: update to v35.0
2020-07-26 02:33:59 -07:00
Maxim Storchak
c3501bad23
luaposix: update to v35.0
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-07-26 12:29:54 +03:00
Rosen Penev
f7db2df0c2
Merge pull request #11958 from neheb/glib33
...
glib2: update to 2.65
2020-07-26 02:26:35 -07:00
Rosen Penev
6d3767075a
Merge pull request #12929 from peter-stadler/nginx-always-ssl
...
nginx: enable ssl for all variants and remove nginx-util w/o ssl
2020-07-26 02:23:40 -07:00
Rosen Penev
6c173164ef
Merge pull request #12915 from lucize/frrup
...
frr: update to 7.4 and latest backports
2020-07-26 02:18:42 -07:00
Rosen Penev
77c7d3ac66
Merge pull request #12925 from neheb/log4
...
log4cplus: apply cmake options to the host
2020-07-26 02:12:39 -07:00
Rosen Penev
7ac512462a
Merge pull request #12919 from neheb/ulf
...
libulfius: fix compilation with newer libmicrohttpd
2020-07-26 02:11:58 -07:00
Rosen Penev
299ca8c3e1
Merge pull request #12923 from neheb/gerber
...
gerbera: update to 1.6.0
2020-07-26 02:11:22 -07:00