go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/packages/testdata/packages_opkg_statusfile.toml (about)

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "x86_64"
     6  
     7  [commands."uname -r"]
     8  stdout = "4.9.125-linuxkit"
     9  
    10  [files."/etc/openwrt_release"]
    11  content = """
    12  DISTRIB_ID='OpenWrt'
    13  DISTRIB_RELEASE='SNAPSHOT'
    14  DISTRIB_REVISION='r22995-09d0643c18'
    15  DISTRIB_TARGET='x86/64'
    16  DISTRIB_ARCH='x86_64'
    17  DISTRIB_DESCRIPTION='OpenWrt SNAPSHOT r22995-09d0643c18'
    18  DISTRIB_TAINTS=''
    19  """
    20  
    21  [files."/usr/lib/opkg/status"]
    22  content = """
    23  Package: libc
    24  Version: 1.2.4-4
    25  Depends: libgcc
    26  Status: install hold installed
    27  Essential: yes
    28  Architecture: x86_64
    29  Installed-Time: 1684617890
    30  Auto-Installed: yes
    31  
    32  Package: mkf2fs
    33  Version: 1.16.0-1
    34  Depends: libc, libf2fs6
    35  Conflicts: mkf2fs-selinux
    36  Status: install user installed
    37  Architecture: x86_64
    38  Installed-Time: 1684617890
    39  
    40  Package: opkg
    41  Version: 2022-02-24-d038e5b6-2
    42  Depends: libc, uclient-fetch, libpthread, libubox20220927
    43  Status: install user installed
    44  Essential: yes
    45  Architecture: x86_64
    46  Conffiles:
    47   /etc/opkg.conf f38c19f696ea87c0b30eb5bfeb8657237f4625e1a749c58b99f01595edfb6446
    48   /etc/opkg/customfeeds.conf 61d1f3aa62fe977614ed0c2f0ad3b2ee2f7b451bfb34812071d86d31a4d43d4a
    49  Installed-Time: 1684617890
    50  
    51  Package: libpthread
    52  Version: 1.2.4-4
    53  Depends: libgcc1
    54  Status: install hold installed
    55  Essential: yes
    56  Architecture: x86_64
    57  Installed-Time: 1684617890
    58  
    59  Package: ubus
    60  Version: 2022-06-15-9913aa61-1
    61  Depends: libc, libubus20220615, libblobmsg-json20220927, ubusd
    62  Status: install user installed
    63  Architecture: x86_64
    64  Installed-Time: 1684617890
    65  Auto-Installed: yes
    66  
    67  Package: libuci20130104
    68  ABIVersion: 20130104
    69  Version: 2023-03-05-04d0c46c-1
    70  Depends: libc, libubox20220927
    71  Provides: libuci
    72  Status: install user installed
    73  Architecture: x86_64
    74  Installed-Time: 1684617890
    75  Auto-Installed: yes
    76  
    77  Package: busybox
    78  Version: 1.36.0-1
    79  Depends: libc
    80  Conflicts: busybox-selinux
    81  Status: install user installed
    82  Essential: yes
    83  Architecture: x86_64
    84  Conffiles:
    85   /etc/syslog.conf e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    86  Installed-Time: 1684617890
    87  
    88  Package: libubox20220927
    89  ABIVersion: 20220927
    90  Version: 2022-09-27-ea560134-1
    91  Depends: libc
    92  Provides: libubox
    93  Status: install user installed
    94  Architecture: x86_64
    95  Installed-Time: 1684617890
    96  Auto-Installed: yes
    97  """