Commit Graph
20593 Commits
Author SHA1 Message Date
Eric Luehrsen 54164792aa unbound: update to 1.11.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-07-29 22:55:21 -04:00
Yousong Zhou 52e074411b openvswitch: only libopenvswitch depends on libunbound, libunwind
This is to make explicit the conditional select of libunwind is only
needed for libopenvswitch.  If we spill it over other packages, the
generated kconfig will have recursive dependency issue.  2 new patches
were made for this goal

The other thing is that "+libunwind" will cause it to be built if any of the
packages defined in this Makefile is enabled (y or m).  This is at the moment
by-design of the build system.

Libunwind does not support architectures like arc.  Use conditional select To
avoid (libunwind) build failures like the following,

  checking for ELF helper width... configure: error: Unknown ELF target: arc
  make[3]: *** [Makefile:65: /data/openwrt/build_dir/target-arc_arc700_uClibc/
  libunwind-1.3.1/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1

Things like "+PACKAGE_openvswitch-libopenvswitch:libunwind" will also result in
recursive deps error for chains of 3 nodes.  Kconfig construct like the
following will be made

	config A
		tristate
		select B
		depends on !(C) || (x)

	config B
		tristate
		select C

	config C
		tristate

	config x
		bool

Other changes include

 - Shared use of variable ovs__common_depends was removed
 - Ovn doc build was patched out

Link: https://github.com/openwrt/packages/pull/12959#issuecomment-665021413
Reported-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-07-30 10:02:13 +08:00
Yousong Zhou f69f4f3fae openvswitch: rename shared var name ovs{,_}_common_depends
To avoid conflict with package ovs_common_depends of package
openvswitch-common

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-07-30 10:02:13 +08:00
Yousong Zhou acca35d460 openvswitch: backport patch fixing build for 4.14.187
Supersedes openwrt/packages#12932

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-07-30 10:02:13 +08:00
Rosen Penev 183236698c zmq: fix the installed files
the versioned so files are needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-29 18:18:37 -07:00
Rosen PenevandGitHub f572881ad5 Merge pull request #12962 from neheb/sshfs
fuse3: update to 3.9.2 /  sshfs: update to 3.7.0
2020-07-29 18:07:50 -07:00
Rosen Penev 59d5308ba9 sshfs: update to 3.7.0
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>
2020-07-29 16:40:34 -07:00
Rosen Penev 6e65081643 fuse3: update to 3.9.2
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>
2020-07-29 16:40:34 -07:00
Rosen PenevandGitHub fbcea1e8a6 Merge pull request #12964 from neheb/bim
vim: update to 8.2
2020-07-29 16:34:29 -07:00
Rosen PenevandGitHub 8cb7d64877 Merge pull request #12954 from neheb/upnp2
libupnp: update to 1.14.0
2020-07-29 16:30:25 -07:00
Rosen PenevandGitHub be846582bc Merge pull request #12965 from neheb/fping
fping: update to 4.4
2020-07-29 16:29:48 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 00e6d53c73 Merge pull request #12957 from neheb/zmq
zmq: update to 4.3.2
2020-07-28 13:54:44 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 211db341e9 Merge pull request #12955 from neheb/unra
unrar: update to 5.9.4
2020-07-28 03:29:14 -07:00
Rosen PenevandGitHub 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 EckertandGitHub 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 KinaneandYousong Zhou 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 PenevandGitHub 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-stadlerandGitHub 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 NymanandGitHub 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 PenevandGitHub 51947167f2 Merge pull request #12926 from neheb/gst12
gstreamer suite: update to 1.17.2
2020-07-27 11:43:27 -07:00
Rosen PenevandGitHub 5f1b266b0e Merge pull request #12922 from neheb/psl
libpsl: update to 0.21.1
2020-07-27 11:43:09 -07:00
Rosen PenevandGitHub 47de4d391e Merge pull request #12946 from neheb/gerbbb
gerbera: add support for ffmpeg
2020-07-26 23:34:11 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 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 NymanandGitHub 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