mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
Merge pull request #2826 from euank/socat
coreos-base/coreos: add socat to base image
This commit is contained in:
commit
c4dde55909
@ -129,6 +129,7 @@ RDEPEND="${RDEPEND}
|
||||
net-misc/iputils
|
||||
net-misc/ntp
|
||||
net-misc/rsync
|
||||
net-misc/socat
|
||||
net-misc/wget
|
||||
net-misc/whois
|
||||
sys-apps/coreutils
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
=net-misc/bridge-utils-1.5 ~arm64
|
||||
=net-misc/curl-7.55.1 ~arm64
|
||||
=net-misc/iperf-3.1.3 **
|
||||
=net-misc/socat-1.7.3.2 ~arm64
|
||||
=net-nds/openldap-2.4.44 ~arm64
|
||||
=perl-core/File-Path-2.130.0 ~arm64
|
||||
=sys-apps/gptfdisk-1.0.1 ~arm64
|
||||
|
||||
@ -99,3 +99,7 @@ sys-process/lsof rpc selinux
|
||||
# Don't include etcd2's etcdctl so we can include the newer version via the
|
||||
# etcdctl package
|
||||
dev-db/etcd -etcdctl
|
||||
|
||||
# can be removed with socat-2.0.0; this is the openssl/readline license
|
||||
# incompatibility
|
||||
net-misc/socat -ssl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user