diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 21 | ||||
-rw-r--r-- | debian/vyos-1x.install | 2 | ||||
-rw-r--r-- | debian/vyos-1x.links | 1 |
4 files changed, 16 insertions, 10 deletions
diff --git a/debian/compat b/debian/compat index ec635144f..f599e28b8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index ab3b46ba1..2ee6609b3 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: amd64 arm64 Depends: + ${python3:Depends}, accel-ppp, beep, bmon, @@ -41,12 +42,13 @@ Depends: console-data, crda, cron, + curl, dbus, ddclient (>= 3.9.1), dropbear, easy-rsa, etherwake, - fastnetmon, + ethtool, file, frr (>= 7.5), frr-pythontools, @@ -59,6 +61,7 @@ Depends: ipaddrcheck, iperf, iperf3, + iproute2, iputils-arping, isc-dhcp-client, isc-dhcp-relay, @@ -67,20 +70,23 @@ Depends: keepalived (>=2.0.5), lcdproc, libatomic1, + libcharon-extra-plugins (>=5.8), libndp-tools, libnetfilter-conntrack3, libnfnetlink0, libpam-radius-auth (>= 1.5.0), - libstrongswan-standard-plugins (>=5.8), + libqmi-utils, libstrongswan-extra-plugins (>=5.8), - libcharon-extra-plugins (>=5.8), + libstrongswan-standard-plugins (>=5.8), libvyosconfig0, lldpd, lm-sensors, lsscsi, mdns-repeater, minisign, + modemmanager, mtr-tiny, + ndppd, netplug, nftables (>= 0.9.3), nginx-light, @@ -102,8 +108,7 @@ Depends: procps, python3, python3-certbot-nginx, - python3-crypto, - ${python3:Depends}, + python3-crypt | python3-pycryptodome, python3-flask, python3-hurry.filesize, python3-isc-dhcp-leases, @@ -125,6 +130,7 @@ Depends: qrencode, radvd, salt-minion, + sed, smartmontools, snmp, snmpd, @@ -134,6 +140,7 @@ Depends: ssl-cert, strongswan (>= 5.8), strongswan-swanctl (>= 5.8), + sudo, systemd, tcpdump, tcptraceroute, @@ -144,14 +151,14 @@ Depends: udp-broadcast-relay, usb-modeswitch, usbutils, + vyatta-bash, vyatta-cfg, vyos-http-api-tools, vyos-utils, wide-dhcpv6-client, wireguard-tools, wireless-regdb, - wpasupplicant (>= 0.6.7), - ndppd + wpasupplicant (>= 0.6.7) Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index 0c6c226ee..32a2c4b7c 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,8 +1,8 @@ +etc/cron.hourly etc/dhcp etc/ipsec.d etc/netplug etc/opennhrp -etc/ppp etc/rsyslog.d etc/systemd etc/sysctl.d diff --git a/debian/vyos-1x.links b/debian/vyos-1x.links deleted file mode 100644 index ea4e4e7da..000000000 --- a/debian/vyos-1x.links +++ /dev/null @@ -1 +0,0 @@ -/usr/share/vyos/mibs /usr/share/snmp/mibs |