1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
Commit Graph

22153 Commits

Author SHA1 Message Date
Yousong Zhou
02b1187af2 xl2tpd: fix invoking xl2tpd-control
Upstream commit 90884c62 ("xl2tpd-control refactoring") introduced in
1.3.16 changed command names

The l2tp protocol handler part was from @danvd in pull request
openwrt/packages#13866

Fixes f07319d6 ("xl2tpd: bump to version 1.3.16")

Ref: https://github.com/openwrt/packages/pull/13866
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-11-12 15:20:16 +08:00
Rosen Penev
a8d14109ec
Merge pull request #13875 from Hopbox/udpspeeder
udpspeeder: Add new package udpspeeder to implement FEC for VPN over lossy links
2020-11-11 22:21:20 -08:00
Dirk Brenken
2c1cc0b4a1
Merge pull request #13880 from jmarcet/banip-logd
banip: removed logd check since logd dep has been dropped
2020-11-11 21:13:59 +01:00
Rosen Penev
50a038ebe5
Merge pull request #13892 from commodo/python-updates1
django,numpy,pytz: bump package versions
2020-11-11 10:22:40 -08:00
Florian Eckert
4b2e33a7e0
Merge pull request #13881 from aaronjg/mwan3-owner-procd
mwan3: fixup ipset and install errors
2020-11-11 15:08:09 +01:00
Florian Eckert
3ca4fa7c8b
Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces
docker-ce: Added blocked_interfaces config option
2020-11-11 14:25:54 +01:00
Daniel Golle
cb45a0d268 podman: set PKG_USE_MIPS16:=0
podman fails to compile due to MIPS16 instructions somehow.
Disable use of MIPS16.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-11 11:05:26 +00:00
Daniel Golle
aed97243ee cni-plugins: set PKG_USE_MIPS16:=0
cni-plugins fail to compile due to MIPS16 instructions somehow. Don't
use them.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-11 11:05:26 +00:00
Daniel Golle
b51b59fe90 cni: set PKG_USE_MIPS16:=0
Compiling cni failes due to MIPS16 somehow. Disable it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-11-11 11:05:26 +00:00
Alexandru Ardelean
3d2a1f97e1 python-pytz: bump to version 2020.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:11:27 +02:00
Alexandru Ardelean
6d33fb2885 numpy: bump to version 1.19.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:08:31 +02:00
Alexandru Ardelean
36f4a17827 django: bump to version 3.1.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-11-11 11:08:31 +02:00
Gerard Ryan
fe48902bf0 docker-ce: blocked_interfaces release
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-11 18:28:15 +10:00
Gerard Ryan
6be2d43e68 docker-ce: Added blocked_interfaces config option
* blocked_interfaces blocks all packets to docker0 from the given
  interface. This is needed because all the iptables commands dockerd
  adds operate before any of the fw3 generated rules.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-11 18:28:15 +10:00
Gerard Ryan
93b13fafeb docker-ce: Refactored init script
* Changed iptables commands to use long options
* Added `uci_quiet` in missed instances

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-11 18:28:15 +10:00
Gerard Ryan
07c10ae46d docker-ce: Added mkdir for alt_config_file
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-11 18:28:15 +10:00
Gerard Ryan
eb55c8b51a docker-ce: Made some shellcheck recommendations
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-11 18:28:15 +10:00
Nishant Sharma
9db02bec15 udpspeeder: Add new package udpspeeder to implement Forward Error Correction (FEC) for UDP VPNs like OpenVPN
Maintainer: @codemarauder
Compile tested: Yes
Run tested: x86_64 PCEngines APU

Description:

A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction,for All Traffics(TCP/UDP/ICMP)
It does it by sending redundant packets and re-arranging them to account for packet loss over the link. It uses Reed–Solomon code.

Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
2020-11-11 13:32:48 +05:30
Rosen Penev
73396eb14c
Merge pull request #13792 from ynezz/upstream/cgi-io-improvements
cgi-io: update to version 2020-10-27
2020-11-10 22:45:05 -08:00
Rosen Penev
805f930a6b
Merge pull request #13790 from zhanhb/procps-ng-alternatives
procps-ng: update alternatives
2020-11-10 22:44:26 -08:00
Rosen Penev
727c01a053
Merge pull request #13779 from bobafetthotmail/patch-1
docker-compose: move to Utilities in menuconfig
2020-11-10 22:43:42 -08:00
Rosen Penev
70ac5295a3
Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart
modemmanager: include all init commands in the procd instance
2020-11-10 22:42:49 -08:00
Rosen Penev
1ec2ed0209
Merge pull request #13845 from ja-pa/moreitertools-8.6.0
python-more-itertools: update to version 8.6.0
2020-11-10 22:42:00 -08:00
Rosen Penev
549810188a
Merge pull request #13844 from ja-pa/python-toml-0.10.1
python-toml: update to version 0.10.2
2020-11-10 22:41:36 -08:00
Rosen Penev
78064dc4c7
Merge pull request #13842 from ja-pa/pytest-6.1.2
python-pytest: update to version 6.1.2
2020-11-10 22:41:08 -08:00
Rosen Penev
1825ad2a6e
Merge pull request #13832 from ja-pa/ooniprobe-3.0.9
ooniprobe: update to version 3.0.9
2020-11-10 22:40:54 -08:00
Rosen Penev
ebb6d77272
Merge pull request #13829 from ja-pa/redis-6.0.9
redis: update to version 6.0.9
2020-11-10 22:40:31 -08:00
Rosen Penev
45629307de
Merge pull request #13833 from ja-pa/checksec-2.4.0
checksec: update to version 2.4.0
2020-11-10 22:39:06 -08:00
Rosen Penev
582cc3098e
Merge pull request #13868 from neheb/grill
grilo-plugins: add all options
2020-11-10 22:38:37 -08:00
Rosen Penev
d2a798a675
Merge pull request #13858 from neheb/pdnsr
pdns-recursor: update to 4.4.0
2020-11-10 22:37:28 -08:00
Rosen Penev
1b90e33aac
Merge pull request #13901 from nxhack/mraa_python
libmraa: update to 2.2.0
2020-11-10 22:14:29 -08:00
Rosen Penev
e869fee56e
Merge pull request #13899 from nxhack/bindings_902
node-serialport-bindings: update to 9.0.2
2020-11-10 22:14:23 -08:00
Rosen Penev
fbf0ddd28b
Merge pull request #13898 from nxhack/serialport_902
node-serialport: update to 9.0.2
2020-11-10 22:14:15 -08:00
Rosen Penev
d6ee5c6b99
Merge pull request #13900 from nxhack/upm_python
libupm: Allow to build only python modules
2020-11-10 22:13:58 -08:00
Hirokazu MORIKAWA
af788d4495 libupm: Allow to build only python modules
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:15:34 +09:00
Hirokazu MORIKAWA
dd953c6e15 libmraa: update to 2.2.0
update to 2.2.0
Allow to build only python modules.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:13:37 +09:00
Hirokazu MORIKAWA
9aaed2aaa6 node-serialport-bindings: update to 9.0.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:03:42 +09:00
Hirokazu MORIKAWA
bf93b30766 node-serialport: update to 9.0.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-11-11 10:02:20 +09:00
Rosen Penev
57f2be6d32
Merge pull request #13897 from flyn-org/libexif
libexif: update to 0.6.22
2020-11-10 12:37:51 -08:00
W. Michael Petullo
818f2d9dff libexif: update to 0.6.22
Aside from updating the package, this modifies the Makefile to pull the
sources from GitHub rather than SourceForge. The exif project recently
moved to GitHub.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-10 14:10:07 -06:00
Aaron Goodman
321a52862a mwan3: cleanup indenting in rpcd interface status
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 09:03:33 -05:00
Aaron Goodman
e405b261d6 mwan3: don't include output from TRACK_OUTUPUT in status call
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:51:47 -05:00
Aaron Goodman
ebfb7fb9d2 mwan3: report an error code on status failure
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:51:07 -05:00
Aaron Goodman
c336e5d682 mwan3: remove unused device lookup in status check
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:50:39 -05:00
Aaron Goodman
b849fc73fb mwan3: add IPKG_INSTROOT to scripts
IPKG_INSTROOT needed for including mwan3 when building images

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:46:55 -05:00
Aaron Goodman
1ef1491e1a mwan3: remove duplicate Build/Compile from Makefile
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:46:34 -05:00
Aaron Goodman
d79a6ee985 mwan3: version bump to 2.10.3
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-11-10 08:46:20 -05:00
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