From 721b295a2fddb3227a9cbe7444ca39bfe52879b1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 30 Jul 2021 10:42:26 -0500 Subject: Initial import. --- debian/control | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..61a7825b7 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: vyos-user-utils +Section: contrib/net +Priority: extra +Maintainer: VyOS Package Maintainers +Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.1 + +Package: vyos-user-utils +Architecture: all +Depends: sipcalc +Description: VyOS metapackage + Installs everything required for VyOS to work -- cgit v1.2.3 From 8df3f2edb78a0925d005977ad13565cb00270f59 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 6 Aug 2021 16:26:21 -0500 Subject: Fix package description. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 61a7825b7..7a291600f 100644 --- a/debian/control +++ b/debian/control @@ -8,5 +8,5 @@ Standards-Version: 3.9.1 Package: vyos-user-utils Architecture: all Depends: sipcalc -Description: VyOS metapackage - Installs everything required for VyOS to work +Description: VyOS user utilities metapackage + Installs utilities that are provided for the users but no used by VyOS scripts. -- cgit v1.2.3 From 6e9a0a87ed9c1f173b0f63f14ba8984eb9b4ecb9 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 6 Aug 2021 16:49:59 -0500 Subject: Import dependencies from the former vyos-utils package list. --- debian/control | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7a291600f..a9b3e79b4 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,30 @@ Standards-Version: 3.9.1 Package: vyos-user-utils Architecture: all -Depends: sipcalc +Depends: + sipcalc, + ipcalc, + nmap, + dnsutils, + whois, + netcat-openbsd, + socat, + nano, + screen, + minicom, + iftop, + lsof, + openssh-client, + haveged, + htop, + atop, + iotop, + irqtop, + aptitude, + localepurge, + bgpq3, + libnss-myhostname, + ssl-cert, + ndisc6 Description: VyOS user utilities metapackage Installs utilities that are provided for the users but no used by VyOS scripts. -- cgit v1.2.3 From 95db6327c4a7b94eb4634fac715a7be50a41bdf2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 19 Sep 2021 18:33:44 +0700 Subject: Include haproxy in the image --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a9b3e79b4..e0a134ecf 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Depends: bgpq3, libnss-myhostname, ssl-cert, - ndisc6 + ndisc6, + haproxy Description: VyOS user utilities metapackage Installs utilities that are provided for the users but no used by VyOS scripts. -- cgit v1.2.3 From 0651ab8f1cf2b1e5b1ea6ce59e50d2f632c35227 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 19 Sep 2021 19:43:08 +0700 Subject: Add dnsdist to the image --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e0a134ecf..33fd9a0ae 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Depends: libnss-myhostname, ssl-cert, ndisc6, - haproxy + haproxy, + dnsdist Description: VyOS user utilities metapackage Installs utilities that are provided for the users but no used by VyOS scripts. -- cgit v1.2.3 From 0c39db324863302fdb555bc10641181bb0a5167c Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Tue, 28 Dec 2021 17:10:36 +0000 Subject: user-pkgs: T4023: Add user pkg grepcidr and sorting the pkgs --- debian/control | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 33fd9a0ae..5047bc9c0 100644 --- a/debian/control +++ b/debian/control @@ -8,31 +8,32 @@ Standards-Version: 3.9.1 Package: vyos-user-utils Architecture: all Depends: - sipcalc, - ipcalc, - nmap, + aptitude, + atop, + bgpq3, + dnsdist, dnsutils, - whois, - netcat-openbsd, - socat, - nano, - screen, - minicom, - iftop, - lsof, - openssh-client, + grepcidr, + haproxy, haveged, htop, - atop, + iftop, iotop, + ipcalc, irqtop, - aptitude, - localepurge, - bgpq3, libnss-myhostname, - ssl-cert, + localepurge, + lsof, + minicom, + nano, ndisc6, - haproxy, - dnsdist + netcat-openbsd, + nmap, + openssh-client, + screen, + sipcalc, + socat, + ssl-cert, + whois Description: VyOS user utilities metapackage Installs utilities that are provided for the users but no used by VyOS scripts. -- cgit v1.2.3 From d0e0e06aca43908db19379463ae431e1d40e01b0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 16 May 2022 03:33:44 -0400 Subject: T4426: add arpwatch to the image --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5047bc9c0..0deded804 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Package: vyos-user-utils Architecture: all Depends: aptitude, + arpwatch, atop, bgpq3, dnsdist, -- cgit v1.2.3 From b760f2e4cb33ded9212a4e9b8bbae165d60a04cc Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sat, 26 Nov 2022 12:41:07 +0000 Subject: T4841: Add fancontrol user-utils package Add user-util "fancontrol" package --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0deded804..f6967d8f6 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Depends: bgpq3, dnsdist, dnsutils, + fancontrol, grepcidr, haproxy, haveged, -- cgit v1.2.3 From be285897bad5bac9ff397f1b5bfbe5c44795c65e Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 23 Feb 2023 08:08:55 -0500 Subject: T5028: Add package exfatprogs --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f6967d8f6..f56875db7 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Depends: bgpq3, dnsdist, dnsutils, + exfatprogs, fancontrol, grepcidr, haproxy, -- cgit v1.2.3 From b184e949e246f1ac8e93e8f82d00efd965f39763 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 23 Feb 2023 18:25:57 -0500 Subject: T5028: Add exfat-fuse package --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f56875db7..0b8e4f7b9 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Depends: bgpq3, dnsdist, dnsutils, + exfat-fuse, exfatprogs, fancontrol, grepcidr, -- cgit v1.2.3 From eb272121fce945381304ff8f233d3b054eda6f46 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 4 Oct 2023 08:46:42 +0000 Subject: T5632: Add user-util jq to parse JSON files from sh Add useful tool "jq" to parse JSON files from sh scripts. echo '{"system": "VyOS", "rate": 100}' | jq '.system' "VyOS" --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0b8e4f7b9..83f14a7aa 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: iotop, ipcalc, irqtop, + jq, libnss-myhostname, localepurge, lsof, -- cgit v1.2.3 From 108f18ce1b5ca63e9cb20def13f5bb1a3eb920d4 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 4 Oct 2023 09:17:19 +0000 Subject: T5222: Remove haproxy from user-utils as it added to vyos-1x Remove haproxy from user-utils as it was added to vyos-1x debian/control --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0b8e4f7b9..71eb11a1c 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Depends: exfatprogs, fancontrol, grepcidr, - haproxy, haveged, htop, iftop, -- cgit v1.2.3 From 6b4b111ecc732c02beed7ebf875090eae54cb94d Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 25 Jan 2024 11:47:07 +0000 Subject: T5984: Add user util numactl NUMA scheduling and memory placement tool --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b98c524c5..b359ee6b9 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Depends: ndisc6, netcat-openbsd, nmap, + numactl, openssh-client, screen, sipcalc, -- cgit v1.2.3 From b212d0576593a05fb333d832bd648653bc32a149 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Wed, 23 Oct 2024 12:56:38 +0200 Subject: T6804: Add ipmitool to user utils --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b359ee6b9..268480814 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Depends: iftop, iotop, ipcalc, + ipmitool, irqtop, jq, libnss-myhostname, -- cgit v1.2.3 From f16722b734597dac4558af4ef8565ee7f113dd6e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 18 Apr 2025 15:01:41 +0100 Subject: T7373: remove irqtop to avoid the overhead of having a Ruby runtims (30+ MB) in the image for a single, rarely-used program --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 268480814..e17a1e207 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Depends: iotop, ipcalc, ipmitool, - irqtop, jq, libnss-myhostname, localepurge, @@ -42,4 +41,4 @@ Depends: ssl-cert, whois Description: VyOS user utilities metapackage - Installs utilities that are provided for the users but no used by VyOS scripts. + Installs utilities that are provided for the users but not used by VyOS scripts. -- cgit v1.2.3