Florian Eckert [Wed, 11 Nov 2020 14:05:38 +0000 (15:05 +0100)]
docker-ce: add device option to expand interface blocking
If docker-ce handles the firewall and fw3 is not envolved because the
rules get not proceed, then not only docker0 should be handled but also
other interfaces and therefore other docker networks.
This commit extends the handling and introduces a new uci option
`device` in the docker config firewall section. This can be used to specify
which device is allowed to access the container. Up to now only docker0
is covert.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 11 Nov 2020 13:20:49 +0000 (14:20 +0100)]
docker-ce: remove not applicable uciupdate
As the protocol is set to none, this makes no sense here, as it cannot
be controlled and thus processed by the netifd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 11 Nov 2020 14:52:20 +0000 (15:52 +0100)]
docker-ce: set proto for docker bridge device to none
Set proto from `static` to `none`. This makes it clear that this
interface is not handled by the netifd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 11 Nov 2020 12:34:39 +0000 (13:34 +0100)]
docker-ce: make docker-ce firewall handling configurable
Openwrt has a own firewall service called fw3, that supports firewall zones.
Docker can bypass the handling of the zone rules in openwrt via custom
tables. These are "always" processed before the openwrt firewall.
Which is prone to errors!
Since not everyone is aware that the firewall of openwrt will
not be passed. And this is a security problem because a mapped port is
visible on all interfaces and so also on the WAN side.
If the firewall handling in docker is switched off, then the port in
fw3 must be explicitly released and it cannot happen that the
port is accidentally exported to the outside world via the interfaces on
the WAN zone.
So all rules for the containers should and so must be made in fw3.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 10 Nov 2020 10:20:14 +0000 (11:20 +0100)]
docker-ce: add arguments call to uciadd and ucidel
Up to now only the docker0 interface and bridge is created by default.
In order to create other interfaces and to integrate them into the
openwrt these functions can now be called with arguments.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Daniel Golle [Sun, 15 Nov 2020 22:25:57 +0000 (22:25 +0000)]
postgresql: update to 13.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 15 Nov 2020 21:57:28 +0000 (21:57 +0000)]
inotify-tools: update to 3.20.11.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 15 Nov 2020 21:19:47 +0000 (21:19 +0000)]
libudev-zero: update to version 0.4.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 15 Nov 2020 21:12:15 +0000 (21:12 +0000)]
gpgme: update to version 1.15.0
Also remove left-overs of unfinished packaging of the Python bindings.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jeffery To [Sun, 15 Nov 2020 17:57:05 +0000 (01:57 +0800)]
golang: Update to 1.15.5
This includes security fixes for:
* CVE-2020-28362: panic during recursive division of very large numbers
* CVE-2020-28366: arbitrary code can be injected into cgo generated
files
* CVE-2020-28367: improper validation of cgo flags can lead to remote
code execution at build time
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Michael Heimpold [Fri, 13 Nov 2020 21:27:37 +0000 (22:27 +0100)]
Merge pull request #13893 from nxhack/php_icu4c_681
php7: fix for icu 68.1
Hirokazu MORIKAWA [Tue, 10 Nov 2020 09:13:16 +0000 (18:13 +0900)]
php7: fix for icu 68.1
https://github.com/openwrt/packages/pull/13883
https://github.com/php/php-src/commit/
8eaaabd
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Yousong Zhou [Wed, 11 Nov 2020 09:54:16 +0000 (17:54 +0800)]
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>
Rosen Penev [Thu, 12 Nov 2020 06:21:20 +0000 (22:21 -0800)]
Merge pull request #13875 from Hopbox/udpspeeder
udpspeeder: Add new package udpspeeder to implement FEC for VPN over lossy links
Dirk Brenken [Wed, 11 Nov 2020 20:13:59 +0000 (21:13 +0100)]
Merge pull request #13880 from jmarcet/banip-logd
banip: removed logd check since logd dep has been dropped
Rosen Penev [Wed, 11 Nov 2020 18:22:40 +0000 (10:22 -0800)]
Merge pull request #13892 from commodo/python-updates1
django,numpy,pytz: bump package versions
Florian Eckert [Wed, 11 Nov 2020 14:08:09 +0000 (15:08 +0100)]
Merge pull request #13881 from aaronjg/mwan3-owner-procd
mwan3: fixup ipset and install errors
Florian Eckert [Wed, 11 Nov 2020 13:25:54 +0000 (14:25 +0100)]
Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfaces
docker-ce: Added blocked_interfaces config option
Daniel Golle [Wed, 11 Nov 2020 11:04:38 +0000 (11:04 +0000)]
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>
Daniel Golle [Wed, 11 Nov 2020 11:03:51 +0000 (11:03 +0000)]
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>
Daniel Golle [Wed, 11 Nov 2020 11:03:01 +0000 (11:03 +0000)]
cni: set PKG_USE_MIPS16:=0
Compiling cni failes due to MIPS16 somehow. Disable it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Alexandru Ardelean [Mon, 9 Nov 2020 12:37:43 +0000 (14:37 +0200)]
python-pytz: bump to version 2020.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 9 Nov 2020 12:34:59 +0000 (14:34 +0200)]
numpy: bump to version 1.19.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 9 Nov 2020 12:34:47 +0000 (14:34 +0200)]
django: bump to version 3.1.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Gerard Ryan [Wed, 11 Nov 2020 08:27:04 +0000 (18:27 +1000)]
docker-ce: blocked_interfaces release
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Thu, 29 Oct 2020 08:49:55 +0000 (18:49 +1000)]
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>
Gerard Ryan [Thu, 29 Oct 2020 08:47:07 +0000 (18:47 +1000)]
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>
Gerard Ryan [Thu, 29 Oct 2020 08:37:10 +0000 (18:37 +1000)]
docker-ce: Added mkdir for alt_config_file
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Thu, 29 Oct 2020 08:32:59 +0000 (18:32 +1000)]
docker-ce: Made some shellcheck recommendations
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Nishant Sharma [Sun, 8 Nov 2020 04:14:14 +0000 (09:44 +0530)]
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>
Rosen Penev [Wed, 11 Nov 2020 06:45:05 +0000 (22:45 -0800)]
Merge pull request #13792 from ynezz/upstream/cgi-io-improvements
cgi-io: update to version 2020-10-27
Rosen Penev [Wed, 11 Nov 2020 06:44:26 +0000 (22:44 -0800)]
Merge pull request #13790 from zhanhb/procps-ng-alternatives
procps-ng: update alternatives
Rosen Penev [Wed, 11 Nov 2020 06:43:42 +0000 (22:43 -0800)]
Merge pull request #13779 from bobafetthotmail/patch-1
docker-compose: move to Utilities in menuconfig
Rosen Penev [Wed, 11 Nov 2020 06:42:49 +0000 (22:42 -0800)]
Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restart
modemmanager: include all init commands in the procd instance
Rosen Penev [Wed, 11 Nov 2020 06:42:00 +0000 (22:42 -0800)]
Merge pull request #13845 from ja-pa/moreitertools-8.6.0
python-more-itertools: update to version 8.6.0
Rosen Penev [Wed, 11 Nov 2020 06:41:36 +0000 (22:41 -0800)]
Merge pull request #13844 from ja-pa/python-toml-0.10.1
python-toml: update to version 0.10.2
Rosen Penev [Wed, 11 Nov 2020 06:41:08 +0000 (22:41 -0800)]
Merge pull request #13842 from ja-pa/pytest-6.1.2
python-pytest: update to version 6.1.2
Rosen Penev [Wed, 11 Nov 2020 06:40:54 +0000 (22:40 -0800)]
Merge pull request #13832 from ja-pa/ooniprobe-3.0.9
ooniprobe: update to version 3.0.9
Rosen Penev [Wed, 11 Nov 2020 06:40:31 +0000 (22:40 -0800)]
Merge pull request #13829 from ja-pa/redis-6.0.9
redis: update to version 6.0.9
Rosen Penev [Wed, 11 Nov 2020 06:39:06 +0000 (22:39 -0800)]
Merge pull request #13833 from ja-pa/checksec-2.4.0
checksec: update to version 2.4.0
Rosen Penev [Wed, 11 Nov 2020 06:38:37 +0000 (22:38 -0800)]
Merge pull request #13868 from neheb/grill
grilo-plugins: add all options
Rosen Penev [Wed, 11 Nov 2020 06:37:28 +0000 (22:37 -0800)]
Merge pull request #13858 from neheb/pdnsr
pdns-recursor: update to 4.4.0
Rosen Penev [Wed, 11 Nov 2020 06:14:29 +0000 (22:14 -0800)]
Merge pull request #13901 from nxhack/mraa_python
libmraa: update to 2.2.0
Rosen Penev [Wed, 11 Nov 2020 06:14:23 +0000 (22:14 -0800)]
Merge pull request #13899 from nxhack/bindings_902
node-serialport-bindings: update to 9.0.2
Rosen Penev [Wed, 11 Nov 2020 06:14:15 +0000 (22:14 -0800)]
Merge pull request #13898 from nxhack/serialport_902
node-serialport: update to 9.0.2
Rosen Penev [Wed, 11 Nov 2020 06:13:58 +0000 (22:13 -0800)]
Merge pull request #13900 from nxhack/upm_python
libupm: Allow to build only python modules
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:15:34 +0000 (10:15 +0900)]
libupm: Allow to build only python modules
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:13:37 +0000 (10:13 +0900)]
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>
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:03:42 +0000 (10:03 +0900)]
node-serialport-bindings: update to 9.0.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Wed, 11 Nov 2020 01:02:20 +0000 (10:02 +0900)]
node-serialport: update to 9.0.2
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 10 Nov 2020 20:37:51 +0000 (12:37 -0800)]
Merge pull request #13897 from flyn-org/libexif
libexif: update to 0.6.22
W. Michael Petullo [Tue, 10 Nov 2020 20:09:02 +0000 (14:09 -0600)]
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>
Aaron Goodman [Tue, 10 Nov 2020 13:53:34 +0000 (08:53 -0500)]
mwan3: cleanup indenting in rpcd interface status
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:51:47 +0000 (08:51 -0500)]
mwan3: don't include output from TRACK_OUTUPUT in status call
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:51:07 +0000 (08:51 -0500)]
mwan3: report an error code on status failure
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:50:39 +0000 (08:50 -0500)]
mwan3: remove unused device lookup in status check
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:46:55 +0000 (08:46 -0500)]
mwan3: add IPKG_INSTROOT to scripts
IPKG_INSTROOT needed for including mwan3 when building images
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:46:34 +0000 (08:46 -0500)]
mwan3: remove duplicate Build/Compile from Makefile
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:46:20 +0000 (08:46 -0500)]
mwan3: version bump to 2.10.3
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Sun, 8 Nov 2020 17:40:07 +0000 (12:40 -0500)]
mwan3: restore +x flag to mwan3 executables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:44:49 +0000 (08:44 -0500)]
mwan3: add logging for ipset errors
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Tue, 10 Nov 2020 13:43:32 +0000 (08:43 -0500)]
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>
Aaron Goodman [Tue, 10 Nov 2020 13:42:02 +0000 (08:42 -0500)]
mwan3: fix hotplug issues from 1f1d21
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Jan Pavlinec [Mon, 2 Nov 2020 12:24:31 +0000 (13:24 +0100)]
redis: update to version 6.0.9
Patches were adjusted to the new version.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Mon, 2 Nov 2020 14:14:07 +0000 (15:14 +0100)]
ooniprobe: update to version 3.0.9
Changes build argument to disable QUIC
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Mon, 2 Nov 2020 14:44:30 +0000 (15:44 +0100)]
checksec: update to version 2.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 3 Nov 2020 10:06:19 +0000 (11:06 +0100)]
python-pytest: update to version 6.1.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 3 Nov 2020 11:29:40 +0000 (12:29 +0100)]
python-more-itertools: update to version 8.6.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Tue, 3 Nov 2020 10:34:45 +0000 (11:34 +0100)]
python-toml: update to version 0.10.2
Changes:
-bump package
-update host-pip-requirements
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Javier Marcet [Sun, 8 Nov 2020 10:44:08 +0000 (11:44 +0100)]
banip: removed logd check since logd dep has been dropped
Signed-off-by: Javier Marcet <javier@marcet.info>
Rosen Penev [Tue, 10 Nov 2020 05:10:31 +0000 (21:10 -0800)]
Merge pull request #13873 from
1715173329/new-yq
yq: add new package
Tianling Shen [Sat, 7 Nov 2020 16:51:15 +0000 (00:51 +0800)]
yq: add new package
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
Rosen Penev [Tue, 10 Nov 2020 02:48:11 +0000 (18:48 -0800)]
Merge pull request #13882 from null-cipher/netstinky_pkg
NetStinky IDS for detecting IoCs on your network
Andrew Mackintosh [Wed, 28 Oct 2020 20:43:37 +0000 (20:43 +0000)]
netstinky: IDS for detecting IoCs on your network
Signed-off-by: Andrew Mackintosh <amackint@waikato.ac.nz>
Maintainer: me / @null-cipher
Compile tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
Hyper-V VM / x86_64, OpenWrt 19.07.4
Run tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
Hyper-V VM / x86_64, OpenWrt 19.07.4
Description:
The NetStinky IDS is a component of the NetStinky suite of tools. It
monitors the traffic on the LAN interfaces of your router for
Indications of Compromise (IoCs), drawn from an auto-updating list of
definitions. IoCs are subsequently reported to the NetStinky smartphone
applications.
Rosen Penev [Tue, 10 Nov 2020 01:22:50 +0000 (17:22 -0800)]
Merge pull request #13807 from PolynomialDivision/fix-node-exporter
prometheus-node-exporter-lua: fix hostapd exporter
Rosen Penev [Tue, 10 Nov 2020 01:10:56 +0000 (17:10 -0800)]
Merge pull request #13885 from jefferyto/golang-1.15.4
golang: Update to 1.15.4
Rosen Penev [Tue, 10 Nov 2020 01:10:31 +0000 (17:10 -0800)]
Merge pull request #13891 from jefferyto/python-zope-interface-5.2.0
python-zope-interface: Update to 5.2.0
Rosen Penev [Tue, 10 Nov 2020 01:10:17 +0000 (17:10 -0800)]
Merge pull request #13890 from jefferyto/python-attrs-20.3.0
python-attrs: Update to 20.3.0
Jeffery To [Mon, 9 Nov 2020 21:01:00 +0000 (05:01 +0800)]
python-zope-interface: Update to 5.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 9 Nov 2020 20:47:18 +0000 (04:47 +0800)]
python-attrs: Update to 20.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 9 Nov 2020 18:06:41 +0000 (10:06 -0800)]
Merge pull request #13886 from mstorchak/tgt
tgt: update to 1.0.80
Florian Eckert [Mon, 9 Nov 2020 13:28:56 +0000 (14:28 +0100)]
Merge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order
cgroupfs-mount: fix symbolic link name
Cobalt Chang [Mon, 2 Nov 2020 07:11:49 +0000 (15:11 +0800)]
cgroupfs-mount: fix symbolic link name
Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.
Maxim Storchak [Mon, 9 Nov 2020 10:49:59 +0000 (12:49 +0200)]
tgt: update to 1.0.80
- add runtime test
- drop the patch that has gone upstream
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Jeffery To [Mon, 9 Nov 2020 09:53:43 +0000 (17:53 +0800)]
golang: Update to 1.15.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 9 Nov 2020 04:48:18 +0000 (20:48 -0800)]
Merge pull request #13876 from nxhack/node_12_19_0
node: update to v12.19.0
Rosen Penev [Mon, 9 Nov 2020 04:47:48 +0000 (20:47 -0800)]
Merge pull request #13877 from BKPepe/transmission-web-control
transmission-web-control: remove Transmission SSL variants
Rosen Penev [Mon, 9 Nov 2020 04:47:21 +0000 (20:47 -0800)]
Merge pull request #13883 from nxhack/icu_68_1
icu: update to 68.1
Hirokazu MORIKAWA [Mon, 9 Nov 2020 03:49:56 +0000 (12:49 +0900)]
icu: update to 68.1
It updates to CLDR 38. New features including locale-dependent smart unit preferences (road distance, temperature, etc.) and locale ID canonicalization conformant with CLDR.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Daniel Golle [Sun, 8 Nov 2020 21:19:36 +0000 (21:19 +0000)]
libinput: update to version 1.16.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 8 Nov 2020 20:59:23 +0000 (20:59 +0000)]
libassuan: update to version 2.5.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Florian Eckert [Sun, 8 Nov 2020 12:24:40 +0000 (13:24 +0100)]
Merge pull request #13853 from TDT-AG/pr/
20201104-mwan3
mwan3: code cleanup and fixes
Josef Schlehofer [Sun, 8 Nov 2020 10:34:50 +0000 (11:34 +0100)]
transmission-web-control: remove Transmission SSL variants
In recent commits, there were removed Transmission SSL variants and
there is just used one variant of transmission-daemon. Let's adjust it here as well.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hirokazu MORIKAWA [Sun, 8 Nov 2020 07:00:12 +0000 (16:00 +0900)]
node: update to v12.19.0
Update to v12.19.0
Fixes for the removal of MIPS FPU emulator support.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Sun, 8 Nov 2020 05:45:56 +0000 (21:45 -0800)]
Merge pull request #13872 from gladiac1337/haproxy-2.2.5
haproxy: Update HAProxy to v2.2.5
Michael Heimpold [Sat, 7 Nov 2020 16:36:49 +0000 (17:36 +0100)]
Merge pull request #13871 from tru7/libfmt
libfmt: bump to version 7.1.2
Daniel Golle [Wed, 21 Oct 2020 00:24:25 +0000 (01:24 +0100)]
podman: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 22 Oct 2020 03:57:11 +0000 (04:57 +0100)]
cni-plugins: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 22 Oct 2020 03:02:10 +0000 (04:02 +0100)]
cni: add package
Thanks to @aparcar for help with porting this.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 20 Oct 2020 23:41:33 +0000 (00:41 +0100)]
conmon: new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>