Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:packages [2015/04/20 08:09] – external edit 127.0.0.1documentation:packages [2023/09/26 15:38] (current) fricker
Line 1: Line 1:
-~~NOCACHE~~ +The latest list of all packages including version and license type can be found on the router itself Web-GUI under 
-====== Software Packages ===== +''SYSTEM->Legal_Notice->Licenses''.
-As of version 3.8 NRSW is composed of the following software {{:nrsw:packages:packages.txt | packages}}.  +
-Licenses include NetModule proprietary license as well as various opensource licenses. See also our [[legal:oss-notice|Open Source Software Notice]]. +
-<php> +
-$licenses = Array(       +
-  "apache-1.0"                    ="Apache v1.0", +
-  "apache-1.1"                    ="Apache v1.1", +
-  "apache-2.0"                    => "Apache v2.0", +
-  "bsd"                           => "BSD", +
-  "bsd-1"                         => "BSD 1-clause", +
-  "bsd-2"                         => "BSD 2-clause", +
-  "bsd-3"                         => "BSD 3-clause", +
-  "bsd-4"                         => "BSD 4-clause", +
-  "bsd-sun"                       => "BSD/SUN", +
-  "dual-bsd-gpl"                  => "GPL/BSD Dual", +
-  "gpl-2"                         => "GPL v2",  +
-  "gpl-3.1-with-gcc-exception"    => "GPL v3.1 (GCC)", +
-  "isc"                           => "ISC",  +
-  "kernel"                        => "GPL v2",  +
-  "lgpl-2.1"                      => "LGPL v2.1",  +
-  "mit"                           => "MIT",  +
-  "openssl"                       => "OpenSSL",  +
-  "ppp-mix"                       => "PPP Mix (BSD/GPL)",  +
-  "php-3.0"                       => "PHP v3.0",  +
-  "public-domain"                 => "Public Domain",  +
-  "vendor"                        => "NetModule", +
-  "zlib"                          => "Zlib", +
-); +
-$licenseurls = Array(       +
-  "apache-1.0"                    => "", +
-  "apache-1.1"                    => "", +
-  "apache-2.0"                    => "", +
-  "bsd"                           => "", +
-  "bsd-1"                         => "", +
-  "bsd-2"                         => "", +
-  "bsd-3"                         => "http://opensource.org/licenses/BSD-3-Clause", +
-  "bsd-4"                         => "", +
-  "bsd-sun"                       => "", +
-  "dual-bsd-gpl"                  => "", +
-  "gpl-2"                         => "https://www.gnu.org/licenses/gpl-2.0.txt",  +
-  "gpl-3.1-with-gcc-exception"    => "https://www.gnu.org/licenses/gcc-exception-3.1.html", +
-  "isc"                           => "http://opensource.org/licenses/ISC",  +
-  "kernel"                        => "http://ftp.kernel.org/pub/linux/kernel/COPYING",  +
-  "lgpl-2.1"                      => "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt",  +
-  "mit"                           => "http://opensource.org/licenses/MIT",  +
-  "openssl"                       => "https://www.openssl.org/source/license.html",  +
-  "ppp-mix"                       => "https://ppp.samba.org/README.html",  +
-  "php-3.0"                       => "http://php.net/license/3_01.txt",  +
-  "public-domain"                 => "",  +
-  "vendor"                        => "", +
-  "zlib"                          => "http://opensource.org/licenses/zlib-license.php", +
-);+
  
-echo "<html>"; +<html><!-- file can be found on router /usr/local/share/license/summary.txt.gz --></html> 
-echo "<table>"; + 
-echo "<tr><th>Package</th><th>Version</th><th>License</th></tr>"; +The following list is based on NRSW 4.8.0.101: 
-$lines = file("data/media/nrsw/packages/packages.txt"); + 
-foreach ($lines as $line_num => $line) { +<code> 
-  if  (substr($line, 01) === "#") continue; // fist lines +# package                               license                         modified        url 
-  $fields = preg_split('/\s+/', $line); // split at spaces -colums with package, license, modified and URL +# ------------------------------------------------------------------------------------------------------------------------------- 
-  if (count($fields) >= 4) { +acme.sh                                            3.0.6      GPL-3.0                                            ?          - 
-    $package = $fields[0]; +arena                                              1.0        BSD                                                ?          http://sourceforge.net/projects/intend/files/former%20arena%20packages/ 
-    $name = array_shift(preg_split('/-\d/', $package)); // first part is name +at                                                 3.1.23     GPL-2.0                                            ?          http://blog.calhariz.com/ 
-    $lic = $fields[1]; +avahi-daemon                                       0.7        GPL-2.0&LGPL-2.1                                   ?          http://avahi.org 
-    $license = (array_key_exists($lic,$licenses)) ? $licenses[$lic] "unknown license key"; +base-files                                         3.0.14     GPL-2.0                                            ?          http://www.netmodule.com 
-    $licenseurl = (array_key_exists($lic,$licenseurls)) ? $licenseurls[$lic] ""; +base-passwd                                        3.5.29     GPL-2.0                                            ?          - 
-    $modified = $fields[2]; +bc                                                 1.07.1     GPL-3.0                                            ?          http://www.gnu.org/software/bc/bc.html 
-    $url = $fields[3]; +bofh                                               1.0        CLOSED                                             ?          http://www.netmodule.com 
-    $version = substr($package,strlen($name)+1, strlen($package)); +bridge-utils                                       1.6        GPL-2.0                                            ?          http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge 
-    $version =  ($modified == "yes" && $license != "NetModule"$version "-modified" $version; +busybox                                            1.30.1     GPL-2.0&bzip2                                      ?          http://www.busybox.net 
-    echo "<tr>"; +busybox-syslog                                     1.30.1     GPL-2.0&bzip2                                      ?          http://www.busybox.net 
-    echo ($url!="""<td><a href='$url'>"$name "</a></td>" "<td>"$name "</td>"; +busybox-udhcpc                                     1.30.1     GPL-2.0&bzip2                                      ?          http://www.busybox.net 
-    echo "<td>"$version "</td>"; +can-utils                                          0.0        GPL-2.0&BSD-3-Clause                               ?          http://elinux.org/Can-utils 
-    echo ($licenseurl!="""<td><a href='$licenseurl'>"$license "</a></td>" "<td>"$license "</td>"; +cert-scripts                                       1.0        CLOSED                                             ?          http://www.netmodule.com 
-    // echo "<td>"$license "</td>"; +cfconvert                                          1.0        CLOSED                                             ?          http://www.netmodule.com 
-    echo "</tr>"; +chrony                                             3.4        GPL-2.0                                            ?          https://chrony.tuxfamily.org/ 
-  } +chronyc                                            3.4        GPL-2.0                                            ?          https://chrony.tuxfamily.org/ 
-} +cli                                                1.2        GPL-2.0                                            ?          http://www.netmodule.com 
-echo "</table>"; +configd                                            1.0        CLOSED                                             ?          http://www.netmodule.com 
-echo "</html>"; +conntrack-tools                                    1.4.4      GPL-2.0                                            ?          - 
-</php>+coova-chilli                                       1.5        GPL-2.0                                            ?          - 
 +curl                                               7.64.1     MIT                                                ?          http://curl.haxx.se/ 
 +dbus                                               1.12.12    AFL-2|GPL-2.0                                      ?          http://dbus.freedesktop.org 
 +dbus-lib                                           1.12.12    AFL-2|GPL-2.0                                      ?          http://dbus.freedesktop.org 
 +devlog                                             1.0.0      CLOSED                                             ?          http://www.netmodule.com 
 +dio                                                git        CLOSED                                             ?          http://www.netmodule.com 
 +dnsmasq                                            2.84       GPL-2.0|GPL-3.0                                    ?          http://www.thekelleys.org.uk/dnsmasq/doc.html 
 +dosfstools                                         4.1        GPL-3.0                                            ?          https://github.com/dosfstools/dosfstools 
 +dropbear                                           2019.78    MIT&BSD-3-Clause&BSD-2-Clause&PD                   ?          http://matt.ucc.asn.au/dropbear/dropbear.html 
 +e2fsprogs-e2fsck                                   1.44.5     GPL-2.0                                            ?          http://e2fsprogs.sourceforge.net/ 
 +e2fsprogs-mke2fs                                   1.44.5     GPL-2.0                                            ?          http://e2fsprogs.sourceforge.net/ 
 +e2fsprogs-tune2fs                                  1.44.5     GPL-2.0                                            ?          http://e2fsprogs.sourceforge.net/ 
 +ebauthd                                            1.0        CLOSED                                             ?          http://www.netmodule.com/ 
 +ebtables                                           2.0.10-4   GPL-2.0                                            ?          http://sourceforge.net/projects/ebtables/ 
 +eth-modes                                          1.0        CLOSED                                             ?          http://www.netmodule.com 
 +ethtool                                            4.19       GPL-2.0                                            ?          http://www.kernel.org/pub/software/network/ethtool/ 
 +eudev                                              3.2.9      GPL-2.0&LGPL-2.1                                   ?          https://wiki.gentoo.org/wiki/Eudev 
 +event-manager                                      1.0        CLOSED                                             ?          http://www.netmodule.com 
 +expat                                              2.2.6      MIT                                                ?          http://expat.sourceforge.net/ 
 +factory-reset                                      1.0        CLOSED                                             ?          http://www.netmodule.com 
 +firmware-ath10k                                    1.0        BSD                                                ?          https://github.com/kvalo/ath10k-firmware.git 
 +firmware-ath10k-ct                                 1.0        CLOSED                                             ?          https://www.candelatech.com/ 
 +frr                                                7.5.1      GPL-2.0&LGPL-2.1                                   ?          https://frrouting.org 
 +frr-bgpd                                           7.5.1      GPL-2.0&LGPL-2.1                                   ?          https://frrouting.org 
 +frr-ospf6d                                         7.5.1      GPL-2.0&LGPL-2.1                                   ?          https://frrouting.org 
 +frr-ospfd                                          7.5.1      GPL-2.0&LGPL-2.1                                   ?          https://frrouting.org 
 +frr-yangmodels                                     7.5.1      GPL-2.0&LGPL-2.1                                   ?          https://frrouting.org 
 +fuse                                               2.9.8      GPL-2.0&LGPL-2.0                                   ?          https://github.com/libfuse/libfuse 
 +fuse-utils                                         2.9.8      GPL-2.0&LGPL-2.0                                   ?          https://github.com/libfuse/libfuse 
 +gmp                                                6.1.2      GPL-2.0|LGPL-3.0                                   ?          http://gmplib.org/ 
 +gnss-lib                                           1.0        CLOSED                                             ?          http://www.netmodule.com 
 +gnutls                                             3.6.7      LGPL-2.1                                           ?          http://www.gnu.org/software/gnutls/ 
 +gpsd                                               3.15       BSD                                                ?          https://savannah.nongnu.org/projects/gpsd 
 +gpsd-scripts                                       3.15       BSD                                                ?          https://savannah.nongnu.org/projects/gpsd 
 +haserl                                             0.9.35     GPL-2.0                                            ?          - 
 +haveged                                            1.9.12     GPL-3.0                                            ?          http://www.issihosts.com/haveged/index.html 
 +hostapd                                            2.10       BSD                                                ?          http://w1.fi/hostapd/ 
 +hotspot                                            1.0        CLOSED                                             ?          http://www.netmodule.com 
 +hydra-util                                         1.0        CLOSED                                             ?          http://www.netmodule.com 
 +igmpproxy                                          0.2.1      GPL-2.0                                            ?          http://sourceforge.net/projects/igmpproxy/ 
 +init-ifupdown                                      1.0        GPL-2.0                                            ?          http://packages.debian.org/ifupdown 
 +iperf2                                             2.0.10     BSD-2-Clause                                       ?          https://sourceforge.net/projects/iperf2/ 
 +iperf3                                             3.6        BSD                                                ?          http://software.es.net/iperf/ 
 +iproute2                                           4.19.0     GPL-2.0                                            ?          http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 
 +iproute2-tc                                        4.19.0     GPL-2.0                                            ?          http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 
 +iptables                                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ebt-802-3                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ebt-ip                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ebt-log                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ebt-mark-m                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-ah                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-dnat                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-dnpt                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-dst                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-eui64                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-frag                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-hbh                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-hl                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-icmp6                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-ipv6header                    1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-log                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-masquerade                    1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-mh                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-netmap                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-redirect                      1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-reject                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-rt                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-snat                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-snpt                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ip6t-srh                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-ah                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-clusterip                      1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-dnat                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-ecn                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-icmp                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-log                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-masquerade                     1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-netmap                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-portmap                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-realm                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-redirect                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-reject                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-snat                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-ttl                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-ipt-ulog                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-addrtype                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-audit                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-bpf                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-cgroup                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-checksum                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-classify                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-cluster                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-comment                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-connbytes                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-connlimit                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-connmark                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-connsecmark                     1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-conntrack                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-cpu                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-ct                              1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-dccp                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-devgroup                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-dscp                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-ecn                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-esp                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-hashlimit                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-helper                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-hmark                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-idletimer                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-ipcomp                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-iprange                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-ipvs                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-led                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-length                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-limit                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-mac                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-mangle                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-mark                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-multiport                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-nfacct                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-nflog                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-nfqueue                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-notrack                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-osf                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-owner                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-physdev                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-pkttype                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-policy                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-quota                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-rateest                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-recent                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-rpfilter                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-sctp                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-secmark                         1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-set                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-socket                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-standard                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-state                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-statistic                       1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-string                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-synproxy                        1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tcp                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tcpmss                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tcpoptstrip                     1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tee                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-time                            1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tos                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-tproxy                          1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-trace                           1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-u32                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-module-xt-udp                             1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +iptables-modules                                   1.6.2      GPL-2.0                                            ?          http://www.netfilter.org/ 
 +ipupdate                                           1.1.1      UNL-1                                              ?          - 
 +itxpt                                              1.0        CLOSED                                             ?          http://www.netmodule.com 
 +iw                                                 5.19       BSD                                                ?          http://wireless.kernel.org/en/users/Documentation/iw 
 +jo                                                 git        GPL-2.0                                            ?          https://github.com/jpmens/jo 
 +jq                                                 1.6        MIT                                                ?          https://stedolan.github.io/jq/ 
 +jraacd                                             1.0        CLOSED                                             ?          http://www.netmodule.com 
 +json-c                                             0.13.1     MIT                                                ?          https://github.com/json-c/json-c/wiki 
 +json-schema-validator                              2.1.0      MIT                                                ?          https://github.com/pboettch/json-schema-validator 
 +jsoncpp                                            1.8.4      MIT                                                ?          https://github.com/open-source-parsers/jsoncpp 
 +jsqr                                               1.0        Apachev2                                           ?          https://github.com/cozmo/jsQR 
 +kernel-base                                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-devicetree                                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-image                                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-image-zimage                                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-act-ipt-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-act-mirred-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-act-police-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-act-skbedit-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-af-key-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ah4-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ah6-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-asix-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ath-4.19.163                         5.15.58-1  GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +kernel-module-ath10k-core-4.19.163                 5.15.58-1  GPL-2.                                           ?          https://backports.wiki.kernel.org 
 +kernel-module-ath10k-pci-4.19.163                  5.15.58- GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +kernel-module-ax88179-178a-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cdc-acm-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cdc-ether-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cdc-mbim-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cdc-ncm-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cdc-subset-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cfg80211-4.19.163                    5.15.58-1  GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +kernel-module-ch341-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-basic-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-flow-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-fw-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-route-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-tcindex-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-cls-u32-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-compat-4.19.163                      5.15.58-1  GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +kernel-module-deflate-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ebt-log-4.19.163                     4.19.163   GPL-2.                                           ?          http://www.kernel.org 
 +kernel-module-ebtable-filter-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ebtables-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-echainiv-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-em-cmp-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-em-meta-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-em-nbyte-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-em-text-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-em-u32-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-esp4-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-esp4-offload-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-esp6-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-fou-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-fou6-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ftdi-sio-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-gcm-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-gf128mul-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ghash-generic-4.19.163               4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-gre-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-hso-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-huawei-cdc-ncm-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-hydra-4.19.163                       1.0        GPL-2.0                                            ?          http://www.netmodule.com 
 +kernel-module-ip-gre-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip-tables-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6-tables-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6t-masquerade-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6t-reject-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6table-filter-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6table-mangle-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6table-nat-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ip6table-raw-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipcomp-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipcomp6-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipip-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipt-ah-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipt-ecn-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipt-masquerade-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ipt-reject-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-iptable-filter-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-iptable-mangle-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-iptable-nat-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-iptable-raw-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-kvaser-usb-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-mac80211-4.19.163                    5.15.58-1  GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +kernel-module-md4-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-mii-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conncount-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-amanda-4.19.163         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-broadcast-4.19.163      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-ftp-4.19.163            4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-h323-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-irc-4.19.163            4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-netlink-4.19.163        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-pptp-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-proto-gre-4.19.163      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-sip-4.19.163            4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-snmp-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-conntrack-tftp-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-defrag-ipv4-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-defrag-ipv6-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-log-common-4.19.163               4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-log-ipv4-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-log-ipv6-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-amanda-4.19.163               4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-ftp-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-h323-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-ipv4-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-ipv6-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-irc-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-pptp-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-proto-gre-4.19.163            4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-sip-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-nat-tftp-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-reject-ipv4-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nf-reject-ipv6-4.19.163              4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-nfnetlink-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-pegasus-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-pl2303-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ppp-async-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ppp-generic-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ppp-mppe-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-pppoe-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-pppox-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-pptp-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-qcserial-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-qmi-wwan-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-r8152-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-rdp-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-rndis-host-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-codel-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-dsmark-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-fq-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-gred-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-hfsc-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-htb-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-ingress-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-pie-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-prio-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-red-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-sfq-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-tbf-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sch-teql-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sierra-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-sierra-net-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-slhc-4.19.163                        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-hwdep-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-mixer-oss-4.19.163               4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-pcm-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-pcm-oss-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-rawmidi-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-timer-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-usb-audio-4.19.163               4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-snd-usbmidi-lib-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-soundcore-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ts-bm-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ts-fsm-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-ts-kmp-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-tun-4.19.163                         4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-tunnel4-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-tunnel6-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-usbnet-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-x-tables-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm-algo-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm-ipcomp-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm-user-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm4-mode-beet-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm4-mode-transport-4.19.163        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm4-mode-tunnel-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm4-tunnel-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm6-mode-beet-4.19.163             4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm6-mode-transport-4.19.163        4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm6-mode-tunnel-4.19.163           4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xfrm6-tunnel-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-addrtype-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-classify-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-comment-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-connbytes-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-connlimit-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-connmark-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-conntrack-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-ct-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-dscp-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-ecn-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-esp-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-helper-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-hl-4.19.163                       4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-iprange-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-length-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-limit-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-log-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-mac-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-mark-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-multiport-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-nat-4.19.163                      4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-netmap-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-owner-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-physdev-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-pkttype-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-policy-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-portmap-4.19.163                  4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-quota-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-recent-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-redirect-4.19.163                 4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-state-4.19.163                    4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-statistic-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-string-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-tcpmss-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-tcpudp-4.19.163                   4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-xt-time-4.19.163                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-zlib-deflate-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-module-zlib-inflate-4.19.163                4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +kernel-modules                                     4.19.163   GPL-2.0                                            ?          http://www.kernel.org 
 +led-manager                                        1.0        CLOSED                                             ?          http://www.netmodule.com 
 +libacl                                             2.2.52     LGPL-2.1                                           ?          http://savannah.nongnu.org/projects/acl/ 
 +libatomic                                          8.3.0      GPL-3.0-with-GCC-exception                         ?          http://www.gnu.org/software/gcc/ 
 +libattr                                            2.4.47     LGPL-2.1                                           ?          http://savannah.nongnu.org/projects/attr/ 
 +libavahi-client                                    0.7        GPL-2.0&LGPL-2.1                                   ?          http://avahi.org 
 +libavahi-common                                    0.7        GPL-2.0&LGPL-2.1                                   ?          http://avahi.org 
 +libavahi-core                                      0.7        GPL-2.0&LGPL-2.1                                   ?          http://avahi.org 
 +libcap                                             2.26       BSD|GPL-2.0                                        ?          http://sites.google.com/site/fullycapable/ 
 +libcap-bin                                         2.26       BSD|GPL-2.0                                        ?          http://sites.google.com/site/fullycapable/ 
 +libcomerr                                          1.44.5     GPL-2.0&LGPL-2.0&BSD&MIT                           ?          http://e2fsprogs.sourceforge.net/ 
 +libcrypto                                          1.1.1l     openssl                                            ?          http://www.openssl.org/ 
 +libcurl                                            7.64.1     MIT                                                ?          http://curl.haxx.se/ 
 +libdaemon                                          0.14       LGPL-2.1                                           ?          http://0pointer.de/lennart/projects/libdaemon/ 
 +libe2p                                             1.44.5     GPL-2.0&LGPL-2.0&BSD&MIT                           ?          http://e2fsprogs.sourceforge.net/ 
 +libevent                                           2.1.8      BSD&MIT                                            ?          http://libevent.org/ 
 +libext2fs                                          1.44.5     GPL-2.0&LGPL-2.0&BSD&MIT                           ?          http://e2fsprogs.sourceforge.net/ 
 +libgcc                                             8.3.0      GPL-3.0-with-GCC-exception                         ?          http://www.gnu.org/software/gcc/ 
 +libidn                                             1.35       LGPL-2.1|LGPL-3.0                                  ?          http://www.gnu.org/software/libidn/ 
 +libidn2                                            2.3.2      (GPL-2.0-or-later|LGPL-3.0-only)&Unicode-DFS-2016           http://www.gnu.org/software/libidn/ 
 +libiw                                              29         GPL-2.0&(LGPL-2.1|MPL-1.1|BSD                             http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 
 +libkmod                                            26         LGPL-2.1                                           ?          http://packages.profusion.mobi/kmod/ 
 +libmnl                                             1.0.4      LGPL-2.1                                           ?          http://www.netfilter.org/projects/libmnl/index.html 
 +libmodbus                                          3.1.4      LGPL-2.1                                           ?          http://www.libmodbus.org/ 
 +libmosquitto1                                      1.6.12     EPL-1.0|EDL-1.0                                    ?          http://mosquitto.org/ 
 +libmsos-utilities                                  1.0        CLOSED                                             ?          http://www.netmodule.com/ 
 +libnetfilter-conntrack                             1.0.6      GPL-2.0                                            ?          http://www.netfilter.org/projects/libnetfilter_conntrack/index.html 
 +libnfnetlink                                       1.0.1      GPL-2.0                                            ?          http://www.netfilter.org/projects/libnfnetlink/index.html 
 +libnl-tiny                                         2.1        LGPL-2.0                                           ?          - 
 +libpcap                                            1.9.0      BSD                                                ?          http://www.tcpdump.org/ 
 +libpci                                             3.6.2      GPL-2.0                                            ?          http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml 
 +libpcre                                            8.43       BSD                                                ?          http://www.pcre.org 
 +libsodium                                          1.0.17     ISC                                                ?          http://libsodium.org/ 
 +libssh2                                            1.8.2      BSD                                                ?          http://www.libssh2.org/ 
 +libssl                                             1.1.1l     openssl                                            ?          http://www.openssl.org/ 
 +libstdc++                                          8.3.0      GPL-3.0-with-GCC-exception                         ?          http://www.gnu.org/software/gcc/ 
 +libstorage                                         1.0.0      CLOSED                                             ?          http://www.netmodule.com/ 
 +libtar                                             1.2.20     MIT                                                ?          http://www.feep.net/libtar 
 +libubox                                            1.0.1      GPL-2.0                                            ?          - 
 +libudev                                            3.2.9      LGPL-2.1                                           ?          https://wiki.gentoo.org/wiki/Eudev 
 +libulockmgr                                        2.9.8      GPL-2.0&LGPL-2.0                                   ?          https://github.com/libfuse/libfuse 
 +libunistring                                       0.9.10     LGPL-3.0|GPL-2.0                                   ?          http://www.gnu.org/software/libunistring/ 
 +libwpa-client                                      2.10       BSD                                                ?          http://w1.fi/libwpa-client/ 
 +libyang                                            1.0.184    BSD-3-Clause                                       ?          - 
 +lighttpd                                           1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-access                             1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-accesslog                          1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-dirlisting                         1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-evasive                            1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-fastcgi                            1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-indexfile                          1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-openssl                            1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-redirect                           1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-rewrite                            1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-setenv                             1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +lighttpd-module-staticfile                         1.4.53     BSD                                                ?          http://www.lighttpd.net/ 
 +link-manager                                       1.0        CLOSED                                             ?          http://www.netmodule.com 
 +lldpd                                              0.9.8      ISC                                                ?          - 
 +logrotate                                          3.15.0     GPL-2.0                                            ?          https://github.com/logrotate/logrotate/issues 
 +lpa                                                1.0        CLOSED                                             ?          http://www.netmodule.com 
 +lxc                                                3.1.0      LGPL-2.1                                           ?          - 
 +lzo                                                2.10       GPL-2.0                                            ?          http://www.oberhumer.com/opensource/lzo/ 
 +mac80211                                           5.15.58-1  GPL-2.0                                            ?          https://backports.wiki.kernel.org 
 +mgetty                                             1.2.0      GPL-2.0                                            ?          http://mgetty.greenie.net 
 +mmc-utils-nm                                       1.0        GPL-2.0                                            ?          https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git 
 +mobile-ip                                          1.0        CLOSED                                             ?          http://www.netmodule.com 
 +modutils-initscripts                               1.0        PD                                                 ?          - 
 +mosquitto                                          1.6.12     EPL-1.0|EDL-1.0                                    ?          http://mosquitto.org/ 
 +mstpd                                              0.03       GPL-2.0                                            ?          https://github.com/mstpd/mstpd 
 +musl                                               1.1.21     MIT                                                ?          http://www.musl-libc.org/ 
 +ncurses-libtinfo                                   6.1        MIT                                                ?          http://www.gnu.org/software/ncurses/ncurses.html 
 +ncurses-terminfo-base                              6.1        MIT                                                ?          http://www.gnu.org/software/ncurses/ncurses.html 
 +ndisc6-rdnssd                                      1.0.4      GPL-2.0                                            ?          http://www.remlab.net/ndisc6/ 
 +net-snmp-client                                    5.8        BSD&MIT                                            ?          http://www.net-snmp.org/ 
 +net-snmp-lib-agent                                 5.8        BSD&MIT                                                     http://www.net-snmp.org/ 
 +net-snmp-lib-helpers                               5.8        BSD&MIT                                            ?          http://www.net-snmp.org/ 
 +net-snmp-lib-mibs                                  5.8        BSD&MIT                                            ?          http://www.net-snmp.org/ 
 +net-snmp-lib-netsnmp                               5.8        BSD&MIT                                                     http://www.net-snmp.org/ 
 +net-snmp-libs                                      5.8        BSD&MIT                                            ?          http://www.net-snmp.org/ 
 +net-snmp-mibs                                      5.8        BSD&MIT                                            ?          http://www.net-snmp.org
 +net-snmp-server-snmpd                              5.8        BSD&MIT                                            ?          http://www.net-snmp.org
 +netbase                                            5.6        GPL-2.0                                                     http://packages.debian.org/netbase 
 +nettle                                             3.4.1      LGPL-3.0|GPL-2.0                                   ?          http://www.lysator.liu.se/~nisse/nettle/ 
 +network-init-scripts                               1.0        CLOSED                                             ?          http://www.netmodule.com 
 +nmutils                                            1.0.0      CLOSED                                             ?          http://www.netmodule.com
 +nrsw-files                                         1.0.0      CLOSED                                             ?          http://www.netmodule.com 
 +nrsw-sysvinit                                      1.0.0      CLOSED                                             ?          http://www.netmodule.com 
 +nrsw-sysvinit-inittab                              1.0.0      CLOSED                                             ?          http://www.netmodule.com 
 +onig                                               5.9.6      BSD                                                ?          https://web.archive.org/web/20150807014439/http://www.geocities.jp/kosako3/oniguruma/ 
 +openssl-bin                                        1.1.1l     openssl                                            ?          http://www.openssl.org/ 
 +openssl-conf                                       1.1.1l     openssl                                            ?          http://www.openssl.org/ 
 +openvpn                                            2.4.7      GPL-2.0                                            ?          https://openvpn.net/ 
 +packagegroup-armada-385                            1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-base-wifi                             1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-core-base-utils                       1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-core-boot                             1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-core-ssh-dropbear                     1.0        MIT                                                ?          - 
 +packagegroup-nrsw-hotspot                          1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-nrsw-network                          1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-nrsw-utils                            1.0        MIT                                                ?          http://www.netmodule.com 
 +packagegroup-nrsw-wifi                             1.0        MIT                                                ?          http://www.netmodule.com 
 +parrotlog                                          1.0        CLOSED                                             ?          http://www.netmodule.com 
 +pdb                                                1.0        CLOSED                                             ?          http://www.netmodule.com 
 +php-cgi                                            5.6.40     PHP-3.0                                            ?          http://www.php.net 
 +popt                                               1.16       MIT                                                ?          http://rpm5.org/ 
 +poptop                                             1.4.0      GPL-2.0                                            ?          - 
 +ppp                                                2.4.7      BSD&GPL-2.0&LGPL-2.0&PD                            ?          http://samba.org/ppp/ 
 +ppp-oe                                             2.4.7      BSD&GPL-2.0&LGPL-2.0&PD                            ?          http://samba.org/ppp/ 
 +pptp-linux                                         1.9.0      GPL-2.0                                            ?          http://pptpclient.sourceforge.net 
 +pugixml                                            1.9        MIT                                                ?          - 
 +qc-trace-collector                                 1.12.8.0   CLOSED                                             ?          http://www.netmodule.com 
 +qosd                                               1.0        CLOSED                                             ?          http://www.netmodule.com 
 +qrcodejs                                           1.0        MIT                                                ?          https://github.com/davidshimjs/qrcodejs 
 +radcli                                             1.3.0      BSD                                                ?          - 
 +readline                                           8.0        GPL-3.0                                            ?          https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html 
 +relayd                                             0.0.1      GPL-2.0                                            ?          - 
 +reset-monitor                                      1.0        CLOSED                                             ?          http://www.netmodule.com 
 +rp-pppoe                                           3.12       GPL-2.0                                            ?          http://www.roaringpenguin.com/products/pppoe 
 +rs485-tool                                         1.0        CLOSED                                             ?          http://www.netmodule.com 
 +rsync                                              3.1.3      GPL-3.0                                            ?          http://rsync.samba.org/ 
 +run-postinsts                                      1.0        MIT                                                ?          - 
 +sdkhost                                            1.0        CLOSED                                             ?          http://www.netmodule.com 
 +ser2net                                            3.5        GPL-2.0                                            ?          http://sourceforge.net/projects/ser2net/ 
 +shadow                                             4.6        BSD|Artistic-1.0                                   ?          http://pkg-shadow.alioth.debian.org 
 +shadow-base                                        4.6        BSD|Artistic-1.0                                   ?          http://pkg-shadow.alioth.debian.org 
 +shadow-securetty                                   4.6        MIT                                                ?          - 
 +smcroute                                           2.4.4      GPL-2.0                                            ?          http://troglobit.github.io/smcroute.html 
 +smsd                                               1.0        CLOSED                                             ?          http://www.netmodule.com 
 +sofia-sip                                          1.12.11    LGPL-2.1                                           ?          http://sofia-sip.sourceforge.net
 +softflowd                                          0.9.9      BSD-3-Clause                                       ?          https://www.mindrot.org/projects/softflowd 
 +sscep                                              0.7.0      SSCEP-1                                            ?          - 
 +ssmtp                                              2.64       GPL-2.0                                            ?          http://packages.qa.debian.org/s/ssmtp.html 
 +storage                                            1.0.0      CLOSED                                             ?          http://www.netmodule.com/ 
 +strace                                             4.26       LGPL-2.1&GPL-2.0                                   ?          http://strace.io 
 +strongswan                                         5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-aes                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-attr                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-blowfish                         5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-constraints                      5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-curl                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-des                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-dnskey                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-eap-md5                          5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-eap-mschapv2                     5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-eap-radius                       5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-eap-tls                          5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-fips-prf                         5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-gcm                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-hmac                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-kernel-netlink                   5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-md4                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-md5                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-nonce                            5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-openssl                          5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pem                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pgp                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pkcs1                            5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pkcs12                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pkcs7                            5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-pubkey                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-random                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-rc2                              5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-resolve                          5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-revocation                       5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-sha1                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-sha2                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-socket-default                   5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-stroke                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-updown                           5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-x509                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-xauth-generic                    5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +strongswan-plugin-xcbc                             5.7.1      GPL-2.0                                            ?          http://www.strongswan.org 
 +surveyor                                           1.0        CLOSED                                             ?          http://www.netmodule.com 
 +swupdate                                           1.0        CLOSED                                             ?          http://www.netmodule.com 
 +system-info                                        1.0        CLOSED                                             ?          http://www.netmodule.com 
 +system-reboot-poweroff                             1.0        CLOSED                                             ?          http://www.netmodule.com 
 +tcpdump                                            4.9.3      BSD                                                ?          http://www.tcpdump.org/ 
 +tcpser                                             1.0rc12    GPL-2.0                                            ?          http://www.jbrain.com/pub/linux/serial 
 +tinyalsa                                           1.0        BSD                                                ?          https://github.com/tinyalsa/tinyalsa 
 +tzdata-core                                        2019a      PD&BSD&BSD-3-Clause                                ?          http://www.iana.org/time-zones 
 +ubx-trace                                          0.1        CLOSED                                             ?          http://www.netmodule.com 
 +unzip                                              6.0        BSD-3-Clause                                       ?          http://www.info-zip.org 
 +update-alternatives-opkg                           0.4.0      GPL-2.0                                            ?          http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils 
 +update-init-script                                 1.0        CLOSED                                             ?          http://www.netmodule.com 
 +uradius                                            1.0        GPL-2.0                                            ?          http://www.radius.cistron.nl 
 +usb-ids                                            1.0        GPL-3.0                                            ?          http://www.linux-usb.org/ 
 +util-linux-libblkid                                2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +util-linux-libfdisk                                2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +util-linux-libsmartcols                            2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +util-linux-libuuid                                 2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +util-linux-sfdisk                                  2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +util-linux-sulogin                                 2.32.1     GPL-2.0&LGPL-2.1&BSD                               ?          http://userweb.kernel.org/~kzak/util-linux/ 
 +voice-daemon                                       1.0        CLOSED                                             ?          http://www.netmodule.com 
 +vrrpd                                              1.15       GPL-2.0                                            ?          http://www.sourceforge.net/projects/vrrpd  
 +vsftpd                                             3.0.3      GPL-2.0                                            ?          https://security.appspot.com/vsftpd.html 
 +watchdog                                           1.0        CLOSED                                             ?          http://www.netmodule.com 
 +web-interface                                      1.0        CLOSED                                             ?          http://www.netmodule.com 
 +wireless-regdb-static                              2022.08.12 ISC                                                ?          http://wireless.kernel.org/en/developers/Regulatory/CRDA 
 +wireless-tools                                     29         GPL-2.0&(LGPL-2.1|MPL-1.1|BSD)                     ?          http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 
 +wpa-supplicant                                     2.10       BSD                                                ?          http://w1.fi/wpa-supplicant/ 
 +wwan-manager                                       1.0        CLOSED                                             ?          http://www.netmodule.com 
 +wwanmd                                             1.0        CLOSED                                             ?          http://www.netmodule.com 
 +www-scripts                                        1.0        CLOSED                                             ?          http://www.netmodule.com 
 +zeromq                                             4.3.4      LGPL-3.0                                           ?          http://www.zeromq.org 
 +zip                                                3.0        BSD-3-Clause                                       ?          http://www.info-zip.org 
 +zlib                                               1.2.11     Zlib                                               ?          http://zlib.net/ 
 +</code>