aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mwan3: fix hotplug issues from 1f1d21Aaron Goodman2020-11-10
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* Merge pull request #13853 from TDT-AG/pr/20201104-mwan3Florian Eckert2020-11-08
|\ | | | | mwan3: code cleanup and fixes
| * mwan3: update version to 2.10.2Florian Eckert2020-11-06
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * mwan3: make it clearer who initiated the startFlorian Eckert2020-11-06
| | | | | | | | | | | | | | | | | | 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>
| * mwan3: use procd for locking everywhereAaron Goodman2020-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * mwan3: reload unreachable/blackhole rules on hotplugAaron Goodman2020-11-06
| | | | | | | | | | | | | | | | | | 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>
| * mwan3: fix boundaryFlorian Eckert2020-11-06
| | | | | | | | | | | | | | | | 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>
| * mwan3: use common makefile install wrappersFlorian Eckert2020-11-06
| | | | | | | | | | | | | | 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>
| * mwan3: fix wait conditions in mwan3trackFlorian Eckert2020-11-06
| | | | | | | | | | | | | | | | 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>
| * mwan3: move mwan3_init call in mwwan3track into mainFlorian Eckert2020-11-06
| | | | | | | | | | | | | | 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>
| * mwan3: remove not needes jshn.sh includeFlorian Eckert2020-11-06
| | | | | | | | | | | | Remove not needed jshn.sh include. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #13872 from gladiac1337/haproxy-2.2.5Rosen Penev2020-11-07
|\ \ | | | | | | haproxy: Update HAProxy to v2.2.5
| * | haproxy: Update HAProxy to v2.2.5Christian Lachner2020-11-07
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #13871 from tru7/libfmtMichael Heimpold2020-11-07
|\ \ \ | | | | | | | | libfmt: bump to version 7.1.2
| * | | libfmt: bump to version 7.1.2Othmar Truniger2020-11-07
| |/ / | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | podman: add new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni-plugins: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | Thanks to @aparcar for help with porting this. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | conmon: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gpgme: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnupg2: add packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnupg: prepare for gnupg2Daniel Golle2020-11-07
| | | | | | | | | | | | | | | | | | | | | 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>
* | | libassuan: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libksba: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | npth: new packageDaniel Golle2020-11-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libgpg-error: make gpgrt.h available for depending packagesDaniel Golle2020-11-07
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #13863 from neheb/fuse3Rosen Penev2020-11-06
|\ \ | | | | | | fuse3: update to 3.10.0
| * | fuse3: update to 3.10.0Rosen Penev2020-11-05
| |/ | | | | | | | | | | Backport two uClibc-ng patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13862 from neheb/motuRosen Penev2020-11-06
|\ \ | | | | | | motion: update to 4.3.2
| * | motion: update to 4.3.2Rosen Penev2020-11-05
| |/ | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / Revert "CI: add super-linter for pull requests"Aaron Goodman2020-11-06
|/ | | | | | | | | | | | | 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 2b5de22202dafe849bfbce3adf1488d542ba8b24.
* rp-pppoe: increase PKG_RELEASEJosef Schlehofer2020-11-05
| | | | | | | | | | | | | | | 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: fe709078ffaaf323593b126c02e83e7512b84073 ("rp-pppoe: fix typo") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-markdown: update to version 3.3.3Josef Schlehofer2020-11-05
| | | | | | | Remove dependency python3-setuptools, it is no longer needed since version 3.2.2 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13840 from BKPepe/python3-yarlJosef Schlehofer2020-11-05
|\ | | | | python-yarl: update to version 1.6.2
| * python-yarl: update to version 1.6.2Josef Schlehofer2020-11-03
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13839 from BKPepe/sentrysdkJosef Schlehofer2020-11-05
|\ \ | | | | | | python-sentry-sdk: update to version 0.19.2
| * | python-sentry-sdk: update to version 0.19.2Josef Schlehofer2020-11-03
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13838 from BKPepe/urllib3-updateJosef Schlehofer2020-11-05
|\ \ | | | | | | python-urllib3: update to version 1.25.11
| * | python-urllib3: update to version 1.25.11Josef Schlehofer2020-11-03
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13837 from BKPepe/tornado-updateJosef Schlehofer2020-11-05
|\ \ | | | | | | python-tornado: update to version 6.1
| * | python-tornado: update to version 6.1Josef Schlehofer2020-11-03
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13859 from TDT-AG/pr/20201105-xinetdFlorian Eckert2020-11-05
|\ \ | | | | | | xinetd: do not restart service after config change if it is not running
| * | xinetd: do not restart service after config change if it is not runningHelge Mader2020-11-05
|/ / | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | Merge pull request #13834 from br101/protobuf-3.13.0Rosen Penev2020-11-04
|\ \ | | | | | | protobuf: Update to version 3.13.0
| * | protobuf: Update to version 3.13.0Bruno Randolf2020-11-02
| | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | Merge pull request #13841 from EricLuehrsen/unbound_112Rosen Penev2020-11-04
|\ \ \ | | | | | | | | unbound: update to 1.1.12
| * | | unbound: clean up interface interpretation in UCIEric Luehrsen2020-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | unbound: update to 1.1.12Eric Luehrsen2020-11-04
| | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | Merge pull request #13854 from mstorchak/tmuxRosen Penev2020-11-04
|\ \ \ \ | |/ / / |/| | | tmux: update to 3.1c
| * | | tmux: update to 3.1cMaxim Storchak2020-11-04
|/ / / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>