Commit graph

22016 commits

Author SHA1 Message Date
Aaron Goodman
a870bd70a9 mwan3: restore +x flag to mwan3 executables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:45:46 -05:00
Aaron Goodman
99b4b3a178 mwan3: add logging for ipset errors
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:44:49 -05:00
Aaron Goodman
9df64276e1 mwan3: remove unneeded ipset setup in hotplug
connected ipset handled on mwan3rtmon, so not needed in hotplug

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:43:32 -05:00
Aaron Goodman
eb3acf926f mwan3: fix hotplug issues from 1f1d21
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:42:02 -05:00
Florian Eckert
9e424325b5
Merge pull request #13853 from TDT-AG/pr/20201104-mwan3
mwan3: code cleanup and fixes
2020-11-08 13:24:40 +01:00
Rosen Penev
dd4bf5efe7
Merge pull request #13872 from gladiac1337/haproxy-2.2.5
haproxy: Update HAProxy to v2.2.5
2020-11-07 21:45:56 -08:00
Michael Heimpold
0a9b37c70c
Merge pull request #13871 from tru7/libfmt
libfmt: bump to version 7.1.2
2020-11-07 17:36:49 +01:00
Daniel Golle
3b98ca2fcf podman: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
a565903c3f cni-plugins: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
e3a3bc3ed2 cni: add package
Thanks to @aparcar for help with porting this.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
62a7bbf7d6 conmon: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
3e39633b75 gpgme: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
266c66d20a gnupg2: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
cb480a40b2 gnupg: prepare for gnupg2
Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2
variants can be selected instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
e24e8fa98c libassuan: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
c06b99146c libksba: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
11bf9d3f73 npth: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Daniel Golle
186d7e4a61 libgpg-error: make gpgrt.h available for depending packages
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-07 15:51:49 +00:00
Christian Lachner
92ffa4bf32 haproxy: Update HAProxy to v2.2.5
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-11-07 15:37:49 +01:00
Othmar Truniger
0bf3efb4c9 libfmt: bump to version 7.1.2
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-11-07 12:16:49 +01:00
Rosen Penev
4385a85a26
Merge pull request #13863 from neheb/fuse3
fuse3: update to 3.10.0
2020-11-06 12:39:32 -08:00
Rosen Penev
f5586e11cb
Merge pull request #13862 from neheb/motu
motion: update to 4.3.2
2020-11-06 12:20:32 -08:00
Aaron Goodman
318dbc74e9 Revert "CI: add super-linter for pull requests"
Initial motivation for this commit was 'Just merge and see how people like it?'
https://github.com/openwrt/packages/pull/13358#issuecomment-692309158

It seems that many contributors don't like it.
https://github.com/openwrt/packages/issues/13395

So this should be reverted until issues with the linter can be
resolved.

This reverts commit 2b5de22202.
2020-11-06 07:25:42 -10:00
Florian Eckert
a756fdcfdf mwan3: update version to 2.10.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:48:21 +01:00
Florian Eckert
1f1d21ed28 mwan3: make it clearer who initiated the start
It was somewhat opaque how the variable a is questioned. To show this
better the variable is now a string and not a boolean. So you can see
directly what should happen. With a boolean you always have to think
about what it means when 0 or 1 is used.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:41:28 +01:00
Aaron Goodman
59d12598b5 mwan3: use procd for locking everywhere
Replace locks on /var/run/mwan3.lock with locks via procd.

This fixes a deadlock issue where mwan3 stop would have a procd
lock, but a hotplug script would have the /var/run/mwan3.lock

Locking can be removed from mwan3rtmon since:
1) procd will have sent the KILL signal to the process during
shutdown, so it will not add routes to already removed interfaces on
mwan3 shutdown and
2) mwan3rtmon checks if an interface is active based on the
mwan3_iface_in_<IFACE> entry in iptables, and the hotplug script
always adds this before creating the route table and removes it
before deleting the route table

Fixes github issue #13704
(https://github.com/openwrt/packages/issues/13704)
2020-11-06 10:40:57 +01:00
Aaron Goodman
bec7a1086f mwan3: reload unreachable/blackhole rules on hotplug
when the network procd service restarts, it flushes the ip rules. We
need to add these rules back. Since hotplug events are triggered when
the networks come back online, adding this call to the hotplug script
is the most convenient place to refresh the rules.

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-06 10:40:54 +01:00
Florian Eckert
26fb7129ad mwan3: fix boundary
he line is too long. For the future it is better to split it into
several lines and make it more clearly arranged. In case of a future
change, not the whole line will be marked as a change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:37:44 +01:00
Florian Eckert
6834f8e3a6 mwan3: use common makefile install wrappers
With this change you can see at a glance which files will be installed on
the system.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:35:55 +01:00
Florian Eckert
94a25dbd92 mwan3: fix wait conditions in mwan3track
Will only run when no events are pending.

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
[ Update description and split into own commit ]
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:35:49 +01:00
Florian Eckert
81e6a8fd3b mwan3: move mwan3_init call in mwwan3track into main
Initialize TRACK_OUTPUT has been set after INTERFACE variable initialization.
Move definition into main fixes this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:35:45 +01:00
Florian Eckert
ca7625ef11 mwan3: remove not needes jshn.sh include
Remove not needed jshn.sh include.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-06 10:34:53 +01:00
Rosen Penev
5dcd919ca5
fuse3: update to 3.10.0
Backport two uClibc-ng patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-05 20:59:36 -08:00
Rosen Penev
aa2509b9d5
motion: update to 4.3.2
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-05 20:18:46 -08:00
Josef Schlehofer
af93af4a4f
rp-pppoe: increase PKG_RELEASE
In a recent commit, there was a fixed typo in config file of rp-ppoe
package. As there was no increased version in PKG_VERSION/PKG_RELEASE,
it means that fixed typo will be applied for users, who install
rp-pppoe now. Existing users will not be aware that there is an updated
package with fixed typo. They will need to do force overwrite/reinstall via opkg.

It makes a little bit complicated as we are fixing typo in conffile, but
this change will be applied to users who do not touch it. In any case,
there should be a bumped version.

Fixes: fe709078ff ("rp-pppoe: fix typo")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-11-05 21:06:13 +01:00
Josef Schlehofer
12d785e108
python-markdown: update to version 3.3.3
Remove dependency python3-setuptools, it is no longer needed since
version 3.2.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-11-05 20:59:52 +01:00
Josef Schlehofer
0e7bd9e3ae
Merge pull request #13840 from BKPepe/python3-yarl
python-yarl: update to version 1.6.2
2020-11-05 16:30:11 +01:00
Josef Schlehofer
40596c6144
Merge pull request #13839 from BKPepe/sentrysdk
python-sentry-sdk: update to version 0.19.2
2020-11-05 16:29:58 +01:00
Josef Schlehofer
e012b494c2
Merge pull request #13838 from BKPepe/urllib3-update
python-urllib3: update to version 1.25.11
2020-11-05 16:29:45 +01:00
Josef Schlehofer
3d0cf25d8a
Merge pull request #13837 from BKPepe/tornado-update
python-tornado: update to version 6.1
2020-11-05 16:29:36 +01:00
Florian Eckert
7ec6f47ee5
Merge pull request #13859 from TDT-AG/pr/20201105-xinetd
xinetd: do not restart service after config change if it is not running
2020-11-05 14:51:13 +01:00
Helge Mader
0bf2130f62 xinetd: do not restart service after config change if it is not running
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-11-05 14:29:38 +01:00
Rosen Penev
b383f4af28
Merge pull request #13834 from br101/protobuf-3.13.0
protobuf: Update to version 3.13.0
2020-11-04 23:01:43 -08:00
Rosen Penev
b370669643
Merge pull request #13841 from EricLuehrsen/unbound_112
unbound: update to 1.1.12
2020-11-04 18:55:05 -08:00
Rosen Penev
c69c161221
Merge pull request #13854 from mstorchak/tmux
tmux: update to 3.1c
2020-11-04 18:53:33 -08:00
Eric Luehrsen
658c27ea97 unbound: clean up interface interpretation in UCI
DNS flag day 2020, software should reflect the minimum EDNS 1232 bytes.
Added iface_wan and iface_lan to control internal DNS assignemnts and
to control what is local service ACL. Interface wild cards are not
explicitly set so that they can be customized in extended conf.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-11-04 19:25:08 -05:00
Eric Luehrsen
2680dc239a unbound: update to 1.1.12
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-11-04 19:25:08 -05:00
Maxim Storchak
6b1cdcaee8 tmux: update to 3.1c
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-11-04 19:47:02 +02:00
Florian Eckert
fa403a5551
Merge pull request #13851 from zhaojh329/master
rp-pppoe: fix typo
2020-11-04 13:26:59 +01:00
Jianhui Zhao
fe709078ff rp-pppoe: fix typo
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-11-04 20:03:01 +08:00