Package: salt-syndic Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: lsb-base (>= 3.0-6), python3-systemd | sysvinit-core, salt-master (= 2018.3.5+mni-1), python3:any Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-syndic_2018.3.5+mni-1_all.deb Size: 26980 MD5sum: 636f6eae3a815d68416a712c0720f1fe SHA1: 5230bd4a11ddf8b3d2c188285b881d86ce88143e SHA256: de7b51d64284b163ced9a77fc048eb5a41d650cfa8646e80546a057681bb4cb4 Description: master-of-masters for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the master of masters for salt - it enables the management of multiple masters at a time. Package: libzmq3 Source: zeromq3 Version: 4.3.1-4+deb10u1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 709 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgssapi-krb5-2 (>= 1.17), libnorm1 (>= 1.5r6), libpgm-5.2-0 (>= 5.1.116~dfsg), libsodium23 (>= 0.6.0), libstdc++6 (>= 5.2) Section: libs Priority: optional Multi-Arch: same Homepage: https://www.zeromq.org/ Filename: pool/buster/main/libzmq3_4.3.1-4+deb10u1_amd64.deb Size: 245372 MD5sum: 489c74b1cfb2098732585657a29faac0 SHA1: a804daba15831e2f60d9f4d52c6cd60c6dfc3da1 SHA256: fd17c67628dba7b6651faff74488b691b588321ee68e1113fadb824a0db9cdb8 Description: lightweight messaging kernel (shared library) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the libzmq shared library. Package: systemd-netlogd-dbgsym Source: systemd-netlogd Version: 1.0-6 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Multapplied Networks Installed-Size: 269 Depends: systemd-netlogd (= 1.0-6) Section: debug Priority: optional Build-Ids: 61ee2a2d5f55aafc946a75e45696520dbcaaf5c4 Filename: pool/buster/main/systemd-netlogd-dbgsym_1.0-6_amd64.deb Size: 234616 MD5sum: 514e7690694104d1a62011944fa9a705 SHA1: 39e6b1f47212f443d3829d6e053d8ab5c3f8fa99 SHA256: 84b43ea20dc274c48eb94a426f9a3e31c307a42f24ba05a4600f7211e98fa2fa Description: debug symbols for systemd-netlogd Package: linux-headers-amd64 Source: linux-5.8.5 Version: 5.8.5 Architecture: amd64 Maintainer: Multapplied Networks Installed-Size: 9 Depends: linux-headers-5.8.5 Section: kernel Priority: optional Homepage: http://www.kernel.org/ Filename: pool/buster/main/linux-headers-amd64_5.8.5_amd64.deb Size: 1636 MD5sum: 73f015dfa1875b39d940f10d95c03588 SHA1: a15612faf7c57d116eae36a0f572f79e9d73ab16 SHA256: 4ed3edf1c9fda0efb8cebde95a5fed77853367f9b0e798b1c7560dfb10746474 Description: Header files for Linux amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel amd64 configuration Package: python-pyroute2 Source: pyroute2 Version: 0.5.7-2 Architecture: all Maintainer: Peter V. Saveliev Installed-Size: 1275 Depends: python (<< 2.8), python (>= 2.7), python2.7:any, python:any (>= 2.6.6-7~) Section: python Priority: optional Homepage: https://pypi.python.org/pypi/pyroute2 Filename: pool/buster/main/python-pyroute2_0.5.7-2_all.deb Size: 223312 MD5sum: 0407972efff424c64be0ab5c9b4507dc SHA1: 215b3e429343d171dd1e26740e9840e6166bb84d SHA256: 044092daa62f14a602979a89ddfc5c41ee2289f3ab8564cb2c55679b76fc751f Description: Python Netlink library Pyroute2 is a pure Python netlink and Linux network configuration library. It requires only Python stdlib, no 3rd party libraries. Later it can change, but the deps tree will remain as simple, as it is possible. . This is the Python 2 compatible package. Package: python3-gnutls Source: python-gnutls Version: 3.0.4 Architecture: all Maintainer: Dan Pascu Installed-Size: 177 Depends: libgnutls-deb0-28 (>= 3.2) | libgnutls28 (>= 3.2) | libgnutls30, python3-six Recommends: python-twisted-core Section: python Priority: optional Filename: pool/buster/main/python3-gnutls_3.0.4_all.deb Size: 24200 MD5sum: 133a68e1afbb7e07767d07e2badb5670 SHA1: f0706461657ad0299f8c12852cee77ce856c86b7 SHA256: 106b6e8372524e383b68cf6aa6f40696da4dabfb268364ccdf6ef1fd40bd24df Description: Python wrapper for the GnuTLS library This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GnuTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GnuTLS library via ctypes behind a set of classes that encapsulate GnuTLS sessions, certificates and credentials and expose them to Python applications using a simple API. . The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GnuTLS Twisted interface module). Package: python-paho-mqtt Version: 1.6.1-1 Architecture: all Maintainer: Sebastian Reichel Installed-Size: 301 Depends: python:any (<< 2.8), python:any (>= 2.7~) Section: python Priority: optional Homepage: https://www.eclipse.org/paho/clients/python/ Filename: pool/buster/main/python-paho-mqtt_1.6.1-1_all.deb Size: 51652 MD5sum: 83ccbe24be5170ddb4f8e00522247bf5 SHA1: 588b2ba718e429f19b5114005a1063b081190750 SHA256: b68cff0f15719c8a35ee8eb3ac9deba16d291aa3be8635f6bea04dd4c4dc64bf Description: MQTT client class (Python 2) This code provides a client class which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. . The MQTT protocol is a machine-to-machine (M2M)/”Internet of Things” connectivity protocol. Designed as an extremely lightweight publish/ subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. . This is the Python 2 version of the package. Package: salt-master Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 145 Depends: adduser, lsb-base (>= 3.0-6), python3-crypto (>= 2.6), python3-systemd | sysvinit-core, python3-zmq (>= 13.1.0), salt-common (= 2018.3.5+mni-1), python3:any Recommends: python3-pygit2 | python3-git Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-master_2018.3.5+mni-1_all.deb Size: 55032 MD5sum: b01d7cdc3b8432fd0af70e790a4ed499 SHA1: be9a7edd7282b630ec8abc14c9d667ec9e3924f0 SHA256: 7a84dca4cd13a0360c4cf3c0bbc32056c58dc25d69cbc131f88774c0ef1b83e7 Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt controller. Package: influxdb-client Source: influxdb Version: 1.6.4-2+mni Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 6166 Depends: libc6 (>= 2.3.2) Built-Using: golang-1.11 (= 1.11.6-1+deb10u4), golang-collectd (= 0.3.0+git20181025.f80706d-1), golang-github-beorn7-perks (= 0.0~git20160804.0.4c0e845-1), golang-github-bmizerany-pat (= 0.0~git20170814.6226ea5-1), golang-github-boltdb-bolt (= 1.3.1-5), golang-github-cespare-xxhash (= 1.1.0-1), golang-github-dgrijalva-jwt-go-v3 (= 3.2.0-2), golang-github-dgryski-go-bitstream (= 0.0~git20180412.3522498-1), golang-github-glycerine-go-unsnap-stream (= 0.0~git20180323.9f0cb55-2), golang-github-golang-snappy (= 0.0+git20160529.d9eb7a3-3), golang-github-influxdata-influxql (= 0.0~git20190130.1cbfca8-1), golang-github-influxdata-yamux (= 0.0~git20171107.1f58ded-5), golang-github-influxdata-yarpc (= 0.0.1-1), golang-github-influxdb-usage-client (= 0.0~git20151204.0.475977e-5), golang-github-jsternberg-zap-logfmt (= 1.0.0-1), golang-github-jwilder-encoding (= 0.0~git20170811.b4e1701-3), golang-github-klauspost-compress (= 1.2.1-5), golang-github-klauspost-cpuid (= 1.2.0+dfsg1-1), golang-github-klauspost-crc32 (= 1.1-4), golang-github-klauspost-pgzip (= 1.1-1), golang-github-mattn-go-isatty (= 0.0.7+really0.0.4-1), golang-github-opentracing-opentracing-go (= 1.0.2-1), golang-github-paulbellamy-ratecounter (= 0.2.0+git20170719.a803f0e-3), golang-github-peterh-liner (= 0.0~git20171122.3681c2a-3), golang-github-philhofer-fwd (= 0.0~git20151005.0.8fd9a4b-1), golang-github-prometheus-client-golang (= 0.9.0-1), golang-github-prometheus-client-model (= 0.0.2+git20171117.99fa1f4-1), golang-github-prometheus-common (= 0+git20181119.b36ad28-1+deb10u1), golang-github-retailnext-hllpp (= 1.0.0+git20170901.6e8b6d3-3), golang-github-roaringbitmap-roaring (= 0.4.7-1), golang-github-tinylib-msgp (= 1.0.2-2), golang-github-xlab-treeprint (= 0.0~git20180324.505f0ee-1), golang-go.crypto (= 1:0.0~git20181203.505ab14-1), golang-go.uber-atomic (= 1.2.0+git20170719.9.70bd126-1), golang-go.uber-multierr (= 1.1.0-1), golang-go.uber-zap (= 1.9.1-1), golang-gogoprotobuf (= 1.0.0+git20180330.1ef32a8b-1), golang-golang-x-net-dev (= 1:0.0+git20181201.351d144+dfsg-3), golang-golang-x-sync (= 0.0~git20171101.fd80eb9-1), golang-golang-x-sys (= 0.0~git20190412.9773273+really0.0~git20181228.9a3f9b0-1), golang-golang-x-time (= 0.0~git20161028.0.f51c127-2), golang-goprotobuf (= 1.2.0-1), golang-procfs (= 0+git20181204.1dc9a6c-1), golang-protobuf-extensions (= 1.0.1-1), golang-toml (= 0.3.0+git20170626.7.a368813-1), golang-x-text (= 0.3.0-2) Section: database Priority: optional Homepage: https://influxdata.com/time-series-platform/influxdb/ Filename: pool/buster/main/influxdb-client_1.6.4-2+mni_amd64.deb Size: 1961556 MD5sum: 1727ae1f62f6dd4a34a61fcdad6c9b31 SHA1: 108b081b0169a7bccc14d97e7c6d4b43d5431f69 SHA256: b5b95b0b99b5aa04320b95a9fe7ce7414ca6b832454c6082c5ab1becdbf72060 Description: command line interface for InfluxDB InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. . This package contains the command line interface. Package: salt-proxy Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 60 Depends: salt-minion (= 2018.3.5+mni-1), python3:any Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-proxy_2018.3.5+mni-1_all.deb Size: 25644 MD5sum: 2453938aae6ebbe1ee0f04cda559c6be SHA1: 561d3fa46258c4d2b1dc7e6dfc5c9f08adbbc584 SHA256: 46e3b258d3d594031630a4240d07d823bc83ec25bec77ffe4dd3acb9d018067e Description: Proxy client package for salt stack Proxy minion allows a remote manager to administer devices that are unable to run a minion. salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of devices. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt proxy minion. It is able to run salt modules and states on remote hosts via a proxy which transmits appropriate commands to devices and replies with the results of said commands. Package: salt-minion Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 111 Depends: bsdmainutils, dctrl-tools, lsb-base (>= 3.0-6), python3-crypto (>= 2.6), python3-systemd | sysvinit-core, python3-zmq (>= 13.1.0), salt-common (= 2018.3.5+mni-1), python3:any Recommends: debconf-utils, dmidecode, e2fsprogs, sfdisk Suggests: python3-augeas Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-minion_2018.3.5+mni-1_all.deb Size: 39140 MD5sum: 91c30ac6270189f492b8fcdec22948d2 SHA1: 04fb87b7d81b6af46f429a2525f07f1418f35805 SHA256: b01105ef14859046d1b747816c61274cba4768c121e5a2a1e542d52d139dc945 Description: client package for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the worker / agent for salt. Package: salt-common Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 23709 Depends: python3-apt, python3-dateutil, python3-jinja2, python3-msgpack, python3-pkg-resources, python3-psutil, python3-requests (>= 1.0.0), python3-tornado4 (>= 4.2) | python3-tornado (<< 5), python3-tornado4 (>= 4.2) | python3-tornado (>= 4.2), python3-yaml, python3:any Recommends: lsb-release, python3-croniter Suggests: python3-mako, salt-doc (= 2018.3.5+mni-1) Breaks: python3-mako (<< 0.7.0), salt-formula-ceilometer (<= 2016.12.1-1), salt-formula-cinder (<= 2016.12.1-1), salt-formula-glance (<= 2016.12.1-1), salt-formula-keystone (<= 2016.12.1-1), salt-formula-kubernetes (<= 2016.12.1-1) Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-common_2018.3.5+mni-1_all.deb Size: 3263360 MD5sum: a0b4486673d57a510a492dec0466ef65 SHA1: 3f7fd786cd1055ce55a4696f6dba60830ef26f77 SHA256: f0f63a625796660b78e65f038cf1f180c03bd2f6fe43453fb13d90e615bb05e2 Description: shared libraries that salt requires for all packages salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides shared libraries that salt-master, salt-minion, and salt-syndic require to function. Package: bonding-kernel Version: 1:6.6.1 Architecture: amd64 Maintainer: Multapplied Networks Installed-Size: 8 Pre-Depends: systemd Depends: linux-image-amd64 (>= 5.8.5), linux-firmware-image (= 20200122-1), grub2-common Section: kernel Priority: optional Filename: pool/buster/main/bonding-kernel_6.6.1_amd64.deb Size: 2284 MD5sum: 910f30a47782bfc9d4ea59f2b7276ec6 SHA1: d120229f2d3d77c6401b0978ed29439432ea6e29 SHA256: da27d9d46f115d8b0ffca37861c9aef75d849882dc3946b5fae5bab21614c5b1 Description: Bonding metapackage to ease installation of recommended Linux kernel This package is intended solely to simplify the installation of the recommended Linux kernel on bonding nodes. . Also installs some of the extra firwmares that may be needed by the system. Package: python3-pyroute2 Source: pyroute2 Version: 0.5.7-2 Architecture: all Maintainer: Peter V. Saveliev Installed-Size: 1275 Depends: python3.7:any, python3:any Section: python Priority: optional Homepage: https://pypi.python.org/pypi/pyroute2 Filename: pool/buster/main/python3-pyroute2_0.5.7-2_all.deb Size: 223404 MD5sum: 69a94c7f350be1c0406769121c4f205d SHA1: 88ffb1bdcd6ea85f38f95b16dbe11460929817de SHA256: 571226042c986120dec80d3ab6955179393b205848f8e43c6a87d512e380e0ab Description: Python3 Netlink library Pyroute2 is a pure Python netlink and Linux network configuration library. It requires only Python stdlib, no 3rd party libraries. Later it can change, but the deps tree will remain as simple, as it is possible. . This is the Python 3 compatible package. Package: python-gnutls Version: 3.0.4 Architecture: all Maintainer: Dan Pascu Installed-Size: 208 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libgnutls-deb0-28 (>= 3.2) | libgnutls28 (>= 3.2) | libgnutls30, python-six Recommends: python-twisted-core Provides: python2.7-gnutls Section: python Priority: optional Filename: pool/buster/main/python-gnutls_3.0.4_all.deb Size: 33992 MD5sum: 9451ec69234f77454cb103715436f9d9 SHA1: 9c1cc558588fb74c51ee01a83c5ac0361de6023b SHA256: a9e34ea17b9e72c82399487781e3efeef2536c60762d34b79e9716b418583221 Description: Python wrapper for the GnuTLS library This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GnuTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GnuTLS library via ctypes behind a set of classes that encapsulate GnuTLS sessions, certificates and credentials and expose them to Python applications using a simple API. . The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GnuTLS Twisted interface module). Package: linux-image-5.8.5 Source: linux-5.8.5 Version: 5.8.5 Architecture: amd64 Maintainer: root Installed-Size: 274479 Section: kernel Priority: optional Homepage: http://www.kernel.org/ Filename: pool/buster/main/linux-image-5.8.5_5.8.5_amd64.deb Size: 51044348 MD5sum: d60258313eda8d82605585cf51478622 SHA1: e9e1b8934ea9f6bf9e79cc44327095dabeec8942 SHA256: a826798af1542649ced5531fe415cdf9e5b762cbe43516bc9a8e14f44fb44406 Description: Linux kernel, version 5.8.5 This package contains the Linux kernel, modules and corresponding other files, version: 5.8.5. Package: salt-doc Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 61982 Depends: fonts-open-sans, libjs-bootstrap, libjs-jquery, libjs-modernizr, libjs-sphinxdoc Breaks: salt-common (<< 2016.11.5) Replaces: salt-common (<< 2016.11.5) Section: doc Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-doc_2018.3.5+mni-1_all.deb Size: 9522532 MD5sum: a05093d0ab6b3840d2689d50294ab074 SHA1: 5b570c9e09186efcce19932b8dbcd92ffa992f61 SHA256: 198562676ae70120aae69c871d9469e33e41b16388bc04d07b5df37dac3e1bfd Description: additional documentation for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the HTML documentation for salt. Package: salt-cloud Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 70 Depends: python3-libcloud (>= 0.14.1-1), salt-common (= 2018.3.5+mni-1), python3:any Recommends: python3-netaddr Suggests: python3-botocore Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-cloud_2018.3.5+mni-1_all.deb Size: 28584 MD5sum: 8eab05628c117ea9bff7613438db57a4 SHA1: b1775cdcc5dd961d566056858aec53e0952454b7 SHA256: a1b6dacf8b1ffd4443bb088025bfddfb304070b123f798a8b2e6c83e6b342c52 Description: public cloud VM management system Salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Salt Cloud is built-in to Salt to provision systems on cloud hosts or hypervisors and immediately bring them under management. Package: linux-headers-5.8.5 Source: linux-5.8.5 Version: 5.8.5 Architecture: amd64 Maintainer: root Installed-Size: 48253 Section: kernel Priority: optional Homepage: http://www.kernel.org/ Filename: pool/buster/main/linux-headers-5.8.5_5.8.5_amd64.deb Size: 7870600 MD5sum: f1c719202a78c209ec60181496767196 SHA1: 3a49666e2160f80ab6ae4facdcab3f3fc4422225 SHA256: b90b3ee1bef7e2699b51f18f9f2597b93b4d0b308b33bad9ebc71769752b739c Description: Linux kernel headers for 5.8.5 on amd64 This package provides kernel header files for 5.8.5 on amd64 . This is useful for people who need to build external modules Package: uwsgitop Version: 0.8-1 Architecture: all Maintainer: James Oakley Installed-Size: 25 Section: web Priority: extra Homepage: https://github.com/unbit/uwsgitop Filename: pool/buster/main/uwsgitop_0.8-1_all.deb Size: 5392 MD5sum: dd628e2b6f28b91131a65a1cc431dc3e SHA1: d07c8735a8771584abc2f59e4806ac12617b4b99 SHA256: c1d26d9c31f1c8b562612ca5aae6c019d757e121cdbbf72a48b29837484c49b5 Description: uWSGI Top-like Interface If uWSGI is running with the stats-server enabled, this provides a top-like interface to inspect the running processes. Package: salt-api Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: lsb-base (>= 3.0-6), python3-systemd | sysvinit-core, salt-master, python3:any Recommends: python3-cherrypy3 Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-api_2018.3.5+mni-1_all.deb Size: 26752 MD5sum: 90c93a26f4b43f42d7b92ccbd78d5998 SHA1: 8fe795f7bac4b44f988a2f52d2dbd7763c991ea0 SHA256: f079f0fa070cbf3e98d6654dfe4446fa55bd7bcb801fa42edaf40a393e53e3ab Description: Generic, modular network access system a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. . The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Package: systemd-netlogd Version: 1.0-6 Architecture: amd64 Maintainer: Multapplied Networks Installed-Size: 159 Section: python Priority: optional Homepage: https://github.com/systemd/systemd-netlogd Filename: pool/buster/main/systemd-netlogd_1.0-6_amd64.deb Size: 57128 MD5sum: 8f76b830a6e92cf4719a66cec659f8bc SHA1: 887714493562b64361dab5b1fdb810e7329c64be SHA256: 265f8b1298bdff1742ff93ba57b71831ea717cfbbb1921f68297dd1646c57bbe Description: Forwards messages from the journal to other hosts over the network using the Syslog Protocol (RFC 5424). It can be configured to send messages to both unicast and multicast addresses. systemd-netlogd runs with own user systemd-journal-netlog. Starts sending logs when network is up and stops sending as soon as network is down (uses sd-network). Package: python3-paho-mqtt Source: python-paho-mqtt Version: 1.6.1-1 Architecture: all Maintainer: Sebastian Reichel Installed-Size: 301 Depends: python3:any Section: python Priority: optional Homepage: https://www.eclipse.org/paho/clients/python/ Filename: pool/buster/main/python3-paho-mqtt_1.6.1-1_all.deb Size: 51720 MD5sum: e4062adfeac12f8a68eab6857a5de625 SHA1: 4962ec97f6640ccb043f66e341a098352da9f40a SHA256: d74e8e28b2b6f308d802a4ac973ae8f74bfdeaa81708d16c5ed01cbf7757d4b5 Description: MQTT client class (Python 3) This code provides a client class which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. . The MQTT protocol is a machine-to-machine (M2M)/”Internet of Things” connectivity protocol. Designed as an extremely lightweight publish/ subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. . This is the Python 3 version of the package. Package: linux-libc-dev Source: linux-5.8.5 Version: 5.8.5 Architecture: amd64 Maintainer: root Installed-Size: 5764 Provides: linux-kernel-headers Section: devel Priority: optional Multi-Arch: same Homepage: http://www.kernel.org/ Filename: pool/buster/main/linux-libc-dev_5.8.5_amd64.deb Size: 1111516 MD5sum: 07cc8e7714114a7e577b9eecb4c2f06e SHA1: f00a7155a6838fb426110d9b148a6a06a0a0e0d8 SHA256: c69d7ccc8f6bfa5e2bb62225eb201b1d8b62909f0db1af43a857ca39a2a02e97 Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. Package: influxdb Version: 1.6.4-2+mni Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 18690 Depends: libc6 (>= 2.3.2), adduser, lsb-base (>= 3.0-6) Built-Using: golang-1.11 (= 1.11.6-1+deb10u4), golang-collectd (= 0.3.0+git20181025.f80706d-1), golang-github-beorn7-perks (= 0.0~git20160804.0.4c0e845-1), golang-github-bmizerany-pat (= 0.0~git20170814.6226ea5-1), golang-github-boltdb-bolt (= 1.3.1-5), golang-github-cespare-xxhash (= 1.1.0-1), golang-github-dgrijalva-jwt-go-v3 (= 3.2.0-2), golang-github-dgryski-go-bitstream (= 0.0~git20180412.3522498-1), golang-github-glycerine-go-unsnap-stream (= 0.0~git20180323.9f0cb55-2), golang-github-golang-snappy (= 0.0+git20160529.d9eb7a3-3), golang-github-influxdata-influxql (= 0.0~git20190130.1cbfca8-1), golang-github-influxdata-yamux (= 0.0~git20171107.1f58ded-5), golang-github-influxdata-yarpc (= 0.0.1-1), golang-github-influxdb-usage-client (= 0.0~git20151204.0.475977e-5), golang-github-jsternberg-zap-logfmt (= 1.0.0-1), golang-github-jwilder-encoding (= 0.0~git20170811.b4e1701-3), golang-github-klauspost-compress (= 1.2.1-5), golang-github-klauspost-cpuid (= 1.2.0+dfsg1-1), golang-github-klauspost-crc32 (= 1.1-4), golang-github-klauspost-pgzip (= 1.1-1), golang-github-mattn-go-isatty (= 0.0.7+really0.0.4-1), golang-github-opentracing-opentracing-go (= 1.0.2-1), golang-github-paulbellamy-ratecounter (= 0.2.0+git20170719.a803f0e-3), golang-github-peterh-liner (= 0.0~git20171122.3681c2a-3), golang-github-philhofer-fwd (= 0.0~git20151005.0.8fd9a4b-1), golang-github-prometheus-client-golang (= 0.9.0-1), golang-github-prometheus-client-model (= 0.0.2+git20171117.99fa1f4-1), golang-github-prometheus-common (= 0+git20181119.b36ad28-1+deb10u1), golang-github-retailnext-hllpp (= 1.0.0+git20170901.6e8b6d3-3), golang-github-roaringbitmap-roaring (= 0.4.7-1), golang-github-tinylib-msgp (= 1.0.2-2), golang-github-xlab-treeprint (= 0.0~git20180324.505f0ee-1), golang-go.crypto (= 1:0.0~git20181203.505ab14-1), golang-go.uber-atomic (= 1.2.0+git20170719.9.70bd126-1), golang-go.uber-multierr (= 1.1.0-1), golang-go.uber-zap (= 1.9.1-1), golang-gogoprotobuf (= 1.0.0+git20180330.1ef32a8b-1), golang-golang-x-net-dev (= 1:0.0+git20181201.351d144+dfsg-3), golang-golang-x-sync (= 0.0~git20171101.fd80eb9-1), golang-golang-x-sys (= 0.0~git20190412.9773273+really0.0~git20181228.9a3f9b0-1), golang-golang-x-time (= 0.0~git20161028.0.f51c127-2), golang-goprotobuf (= 1.2.0-1), golang-procfs (= 0+git20181204.1dc9a6c-1), golang-protobuf-extensions (= 1.0.1-1), golang-toml (= 0.3.0+git20170626.7.a368813-1), golang-x-text (= 0.3.0-2) Section: database Priority: optional Homepage: https://influxdata.com/time-series-platform/influxdb/ Filename: pool/buster/main/influxdb_1.6.4-2+mni_amd64.deb Size: 5090116 MD5sum: c03fe3bd762b1910834fc891e4309db3 SHA1: 5f9538284bc852211946c8b61e0c919bc670cee9 SHA256: e1428fc2925f4b6c7ff21a39089cbecb7fa1b9f110890344f5bb54da361f82ba Description: Scalable datastore for metrics, events, and real-time analytics InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. Package: salt-ssh Source: salt Version: 2018.3.5+mni-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 65 Depends: salt-common (= 2018.3.5+mni-1), python3:any Section: admin Priority: optional Homepage: http://saltstack.org/ Filename: pool/buster/main/salt-ssh_2018.3.5+mni-1_all.deb Size: 27692 MD5sum: bfaa16ee5b80d9a42993f77762c9aaef SHA1: 03262b72ef66a1cc60985ab0e08b3966693fabf4 SHA256: 71cb2696f08b854de239d570394b966c99de5d85a381da70ccd2993c0d052bad Description: remote manager to administer servers via Salt SSH salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt ssh controller. It is able to run salt modules and states on remote hosts via ssh. No minion or other salt specific software needs to be installed on the remote host. Package: linux-firmware-image Source: linux-firmware Version: 20200122-1 Architecture: all Maintainer: Daniel Kahn Gillmor Installed-Size: 524681 Conflicts: amd64-microcode, firmware-adi, firmware-amd-graphics, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-cavium, firmware-intel-sound, firmware-intelwimax, firmware-ipw2x00, firmware-ivtv, firmware-iwlwifi, firmware-libertas, firmware-linux, firmware-linux-free, firmware-linux-nonfree, firmware-misc-nonfree, firmware-myricom, firmware-netxen, firmware-qlogic, firmware-ralink, firmware-realtek, firmware-samsung, firmware-siano, firmware-ti-connectivity Replaces: amd64-microcode, firmware-adi, firmware-amd-graphics, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-cavium, firmware-intel-sound, firmware-intelwimax, firmware-ipw2x00, firmware-ivtv, firmware-iwlwifi, firmware-libertas, firmware-linux, firmware-linux-free, firmware-linux-nonfree, firmware-misc-nonfree, firmware-myricom, firmware-netxen, firmware-qlogic, firmware-ralink, firmware-realtek, firmware-samsung, firmware-siano, firmware-ti-connectivity Provides: firmware-adi, firmware-amd-graphics, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-cavium, firmware-intel-sound, firmware-intelwimax, firmware-ipw2x00, firmware-ivtv, firmware-iwlwifi, firmware-libertas, firmware-linux, firmware-linux-free, firmware-linux-nonfree, firmware-misc-nonfree, firmware-myricom, firmware-netxen, firmware-qlogic, firmware-ralink, firmware-realtek, firmware-samsung, firmware-siano, firmware-ti-connectivity Section: net Priority: optional Homepage: https://www.wireguard.com Filename: pool/buster/main/linux-firmware-image_20200122-1_all.deb Size: 103754812 MD5sum: e32bfbe96f9857d8c445153ad9c13da7 SHA1: 0141d3da583a7263fff8dbff47a4034118ed5ea4 SHA256: 4fbc7bee5e52e91ce4da16456a73391f347c61c36e382d6a302d97d41242f9cd Description: Any firmwares needed for devices Package: linux-image-amd64 Source: linux-5.8.5 Version: 5.8.5 Architecture: amd64 Maintainer: Multapplied Networks Installed-Size: 9 Depends: linux-image-5.8.5, linux-firmware-image (>= 20180206) Section: kernel Priority: optional Homepage: http://www.kernel.org/ Filename: pool/buster/main/linux-image-amd64_5.8.5_amd64.deb Size: 1676 MD5sum: 16d81cd5857eb908a156d2d5154a7566 SHA1: d1a49d56acde64b2fdf361ad464155ea10b3acd3 SHA256: e8fdf83100549a696f61a02c90bd8e46767cdf235714d070fcddb198ff27a677 Description: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors.