Package: aidl
Source: android-platform-system-tools-aidl
Version: 1:10.0.0+r36-4
Installed-Size: 1184
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Architecture: i386
Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libstdc++6 (>= 11)
Size: 320868
SHA256: dd685ea3bd8ff42869e6537d155a49901a6ba5eff83a86051796eeaef41ae778
SHA1: 93f21504909994e804845ca3327e7e0a3f34f505
MD5sum: 9e761be4bb678e7e5af127ef1a72685d
Description: Binder generator of AIDL interfaces
 aidl is a utility to generate Java and/or C++ code from Android's
 Android Interface Definition Language (AIDL). AIDL is similar to
 other IDLs you might have worked with. It allows you to define the
 programming interface that both the client and service agree upon in
 order to communicate with each other using interprocess communication
 (IPC). On Android, one process cannot normally access the memory of
 another process. So to talk, they need to decompose their objects
 into primitives that the operating system can understand, and
 marshall the objects across that boundary for you. The code to do
 that marshalling is tedious to write, so Android handles it for you
 with AIDL. This package provides two tools:
 .
   * "aidl" which generates Java bindings.
   * "aidl-cpp" which generates C++ bindings.
 .
 For more info, see:
 https://developer.android.com/guide/components/aidl.html
Homepage: https://android.googlesource.com/platform/system/tools/aidl
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-system-tools-aidl/aidl_10.0.0+r36-4_i386.deb

Package: apktool
Version: 2.7.0+dfsg-7
Installed-Size: 269
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Architecture: i386
Depends: aapt, android-framework-res, default-jre-headless | java8-runtime-headless, libantlr3-runtime-java, libcommons-cli-java, libcommons-io-java, libcommons-lang3-java, libcommons-text-java, libguava-java, libsmali-java (>= 2.4.0), libstringtemplate-java, libxmlunit-java, libxpp3-java, libyaml-snake-java
Size: 222284
SHA256: 3de7439da76cbfc0f0431106e6dd2e109edc88f1e780c4ee30765c9a7cc9071e
SHA1: f1506dd1e2d3a90f9db13e52b1604c565c3257e5
MD5sum: a94982bfd1bf62d347dd59a5080c4ace
Description: tool for reverse engineering Android apk files
 A tool for reverse engineering 3rd party, closed, binary Android apps. It can
 decode resources to nearly original form and rebuild them after making some
 modifications; it makes possible to debug smali code step by step. Also it
 makes working with an app easier because of project-like file structure and
 automation of some repetitive tasks like building apk.
Homepage: https://ibotpeaches.github.io/Apktool/
Section: devel
Priority: optional
Filename: pool/main/a/apktool/apktool_2.7.0+dfsg-7_i386.deb

Package: auto-apt-proxy
Version: 16.7
Installed-Size: 37
Maintainer: Antonio Terceiro <terceiro@debian.org>
Architecture: all
Depends: apt
Recommends: busybox | iproute2
Suggests: avahi-utils
Size: 10628
SHA256: 3f90361c0956cb839b3a7fd897210044eec4985c52f0b06462a628b44d247a78
SHA1: 50ad7a4d0c3bdb93692024e7db69fb870dd04fd1
MD5sum: 92d3e4f4062af473ba85e235f9aa1e9a
Description: automatic detector of common APT proxy settings
 auto-apt-proxy installs itself as an APT proxy autodetector, and detects
 common setups by checking some hosts on the local network for well-known APT
 proxies such as apt-cacher-ng.
 .
 This package is most useful for development environments, and will Do The
 Right Thing for at least these cases:
 .
   * Build chroots, with a proxy running on the host system.
   * Docker/lxc containers, with a proxy running on the host system.
   * Virtual machines with NAT networking, with a proxy running on the host
     system.
   * Any other system, with a proxy running on its default gateway.
   * Systems where the `apt-proxy` hostname resolves to a valid IP address
     and a supported proxy is detected at that address.
 .
 The following APT proxy servers are supported and automatically detected:
   * apt-cacher-ng
   * approx
   * apt-cacher
   * squid-deb-proxy
   * any proxy advertised by an _apt_proxy._tcp SRV record in your domain
   * any proxy advertised by an _apt_proxy._tcp SRV record in mDNS (needs
     avahi-tools to be installed, and avahi-daemon to be installed and
     running)
 .
 This package has a minimal set of dependencies in order to minimize the
 influence on systems where it is installed. However, if neither iproute2 nor
 busybox are installed, functionality is severily limited.
Homepage: https://salsa.debian.org/debian/auto-apt-proxy
Section: net
Priority: optional
Filename: pool/main/a/auto-apt-proxy/auto-apt-proxy_16.7_all.deb

Package: backdoor-factory
Version: 3.4.2+dfsg-5
Installed-Size: 735
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3:any, curl, python3-capstone (>= 3.0), python3-pkg-resources (>= 39.2.0), python3-pefile, osslsigncode
Size: 86428
SHA256: a4d289bd629780a0b53a6396335f63c790ec34f8b077da7f82404d6f314a952a
SHA1: 9c5d83b476bfd5830b678a72615b550bfb3e1c4a
MD5sum: b738164f356b4e832367b7bc45877e0c
Description: Patch 32/64 bits ELF & win32/64 binaries with shellcode
 Injects shellcode into win32/64 PE files, 32/64bits ELF binaries, to continue
 normal file execution (if the shellcode supports it), by patching the exe/dll
 directly.
 .
 Some executables have built in protections, as such this will not work on all
 ELF/PE files. It is advisable that you test target ELF/PE files before
 deploying them to clients or using them in exercises
Homepage: https://github.com/secretsquirrel/the-backdoor-factory
Section: utils
Priority: optional
Filename: pool/main/b/backdoor-factory/backdoor-factory_3.4.2+dfsg-5_all.deb

Package: calamares-extensions
Version: 3.3.12-1.1
Installed-Size: 167
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: i386
Depends: calamares (>= 3.3.13), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt6core6t64 (>= 6.8.2), libstdc++6 (>= 5), calamares-extensions-data (= 3.3.12-1.1), kirigami2-dev, libkf5coreaddons-dev, libkf5declarative-dev, libkf5kdelibs4support-dev, libqt5svg5-dev, libyaml-cpp-dev, qml-module-org-kde-kirigami2, qml-module-qtquick-virtualkeyboard, qml-module-qtqml, qml-module-qtquick-layouts, qml-module-qtquick-window2, qml-module-qtquick2, qml-module-qt-labs-folderlistmodel, qtdeclarative5-dev, qttools5-dev, qtvirtualkeyboard-plugin
Recommends: f2fs-tools, btrfs-progs, e2fsprogs
Size: 52052
SHA256: de233ec92f6f999509707f7a63b96c7f73cd35098e4b4dc0b45af90fd607e9e9
SHA1: fe6b9b84163c8e36c153bd03886b5dd195556445
MD5sum: 4e680c262a6a8dbea4670aaa996e3376
Description: Mobile module for Calamares installer framework
 Provides the mobile module for calamares, which allows installing
 on devices with small, touch-screens.
 .
 This package contains architecture-dependent binary files.
Homepage: https://github.com/calamares/calamares-extensions
Tag: uitoolkit::qt
Section: utils
Priority: optional
Filename: pool/main/c/calamares-extensions/calamares-extensions_3.3.12-1.1_i386.deb

Package: calamares-extensions-data
Source: calamares-extensions
Version: 3.3.12-1.1
Installed-Size: 4436
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: all
Size: 3306920
SHA256: 5f32d5c84a148837b9a877909d24c2226e82941d0ee5e12fd26a16b7f70fca89
SHA1: 9059c4271773cbd8b20f4bbc2cd56656688d7331
MD5sum: e90065bc2f0577957d28071060ecb26e
Description: Mobile module for Calamares installer framework - data files
 Provides the mobile module for calamares, which allows installing
 on devices with small, touch-screens.
 .
 This package contains architecture-independent data files.
Multi-Arch: foreign
Homepage: https://github.com/calamares/calamares-extensions
Section: utils
Priority: optional
Filename: pool/main/c/calamares-extensions/calamares-extensions-data_3.3.12-1.1_all.deb

Package: calamares-settings-mobian
Version: 0.3.6
Installed-Size: 132
Maintainer: Jarrah Gosbell <debian@undef.tools>
Architecture: all
Depends: btrfs-progs, calamares (>= 3.3.0~alpha2-1), calamares-extensions (>= 1.3.2-1), cryptsetup, e2fsprogs, fdisk, parted, python3, squashfs-tools
Conflicts: calamares-settings-debian
Size: 34300
SHA256: 6d0dbc6b96f75c537277b10e0175c15a2d67ee0b190c27f54da3ff188ceea49e
SHA1: 63d11be93ca923f42b9ef9b067e6fb1445140925
MD5sum: 065dd25de82a3844e7d6234db28e32f2
Description: Calamares branding and configuration for Mobian
 This package contains the branding, configuration and scripts required
 to boot to calamares and install Mobian on a small, touch screen only device.
Homepage: https://salsa.debian.org/Mobian-team/calamares-settings-mobian
Section: utils
Priority: optional
Filename: pool/main/c/calamares-settings-mobian/calamares-settings-mobian_0.3.6_all.deb

Package: dsniff
Version: 2.4b1+debian-34
Installed-Size: 411
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libc6 (>= 2.38), libdb5.3t64, libnet1 (>= 1.1.2.1), libnids1.21t64 (>= 1.23), libpcap0.8t64 (>= 0.9.8), libssl3t64 (>= 3.0.0), libtirpc3t64 (>= 1.0.2), libx11-6, libxmu6 (>= 2:1.1.3), openssl
Size: 104432
SHA256: 3b1f42af2b67b4f3da5daf09ff8a1bdd64259d7feff0ca8292f0912c5d8b0b53
SHA1: 42ce7cdd988820ca32aa19d1935bcb48b66250c0
MD5sum: 8860912cf437a55c6e23cd7e4017aaf7
Description: Various tools to sniff network traffic for cleartext insecurities
 This package contains several tools to listen to and create network traffic:
 .
  * arpspoof  - Send out unrequested (and possibly forged) arp replies.
  * dnsspoof  - forge replies to arbitrary DNS address / pointer queries
              on the Local Area Network.
  * dsniff    - password sniffer for several protocols.
  * filesnarf - saves selected files sniffed from NFS traffic.
  * macof     - flood the local network with random MAC addresses.
  * mailsnarf - sniffs mail on the LAN and stores it in mbox format.
  * msgsnarf  - record selected messages from different Instant Messengers.
  * sshmitm   - SSH monkey-in-the-middle. proxies and sniffs SSH traffic.
  * sshow     - SSH traffic analyser.
  * tcpkill   - kills specified in-progress TCP connections.
  * tcpnice   - slow down specified TCP connections via "active"
              traffic shaping.
  * urlsnarf  - output selected URLs sniffed from HTTP traffic in CLF.
  * webmitm   - HTTP / HTTPS monkey-in-the-middle. transparently proxies.
  * webspy    - sends URLs sniffed from a client to your local browser
              (requires libx11-6 installed).
 .
 Please do not abuse this software.
Homepage: https://www.monkey.org/~dugsong/dsniff/
Tag: implemented-in::c, interface::commandline, protocol::ethernet,
 protocol::http, protocol::ip, protocol::smtp, protocol::ssh,
 role::program, scope::utility, use::monitor, works-with::mail
Section: net
Priority: optional
Filename: pool/main/d/dsniff/dsniff_2.4b1+debian-34_i386.deb

Package: fonts-octicons
Source: octicons
Version: 4.4.0-2
Installed-Size: 62
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Size: 28004
SHA256: 7b63cc5877bb9ea16b84c10ff723be2d6e694af5adabf5aec491a68e3a2aa51e
SHA1: efecc706acfeefe1137dc1d40b7ad0a0febb290c
MD5sum: a38b77f182bd52f36caf83f3eaa9dd83
Description: GitHub's icons font
 GitHub's "octicons" font, you can use over 100 icons with this font.
 .
 See https://octicons.github.com/ for examples.
Multi-Arch: foreign
Homepage: https://octicons.github.com/
Section: fonts
Priority: optional
Filename: pool/main/o/octicons/fonts-octicons_4.4.0-2_all.deb

Package: greenbone-feed-sync
Version: 25.1.0-1
Installed-Size: 117
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: gvmd (<< 22.4.2-2), openvas-scanner (<< 22.6.1~)
Depends: python3-rich, python3-shtab, python3-tomli | python3-supported-min (>= 3.11), python3:any, rsync
Breaks: gvmd (<< 22.4.2-2), openvas-scanner (<< 22.6.1~)
Size: 17308
SHA256: db06ea6dcd161c88838458648f94413350f22495679ad99c5c4b2871daef4428
SHA1: dfeb2c6f00a246f5590bef956027d6d97c5b82ff
MD5sum: 47009d09a8dfc24bf80265af0b3ebcd7
Description: New script for syncing the Greenbone Community Feed (Python 3)
 This package contains a script for syncing the Greenbone Community Feed.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/greenbone-feed-sync/
Section: misc
Priority: optional
Filename: pool/main/g/greenbone-feed-sync/greenbone-feed-sync_25.1.0-1_all.deb

Package: gsad
Version: 24.2.3-1
Installed-Size: 524
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: greenbone-security-assistant (<< 21.4.4)
Depends: gvmd (>= 22.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.7.2), libgvm22t64 (>= 22.8.0), libmicrohttpd12t64 (>= 0.9.50), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Recommends: greenbone-security-assistant (>= 22.4.0)
Breaks: greenbone-security-assistant (<< 21.4.4)
Size: 140520
SHA256: 07c56a500140dcd6264f9c74be0266a3eed4413044a02bea902ee50360968e79
SHA1: 2a2e17ef1476c2d30b86a4525604f628b55df831
MD5sum: 82e9e3c010a7ffea1607a690a122e4bf
Description: remote network security auditor - web interface
 The Greenbone Security Assistant HTTP Server connects to the Greebone
 Vulnerability Manager "gvmd" to provide a full-featured user interface for
 vulnerability management.
 .
 This tools was initially provided by the package greenbone-security-assistant.
Homepage: https://www.greenbone.net
Section: admin
Priority: optional
Filename: pool/main/g/gsad/gsad_24.2.3-1_i386.deb

Package: gvm
Version: 25.04.0
Installed-Size: 48
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: openvas (<< 9.0.4)
Provides: openvas
Depends: gsad (>= 24.0.0), gvmd (>= 24.0.0), notus-scanner (>= 22.6.0), openvas-scanner (>= 23.13.1), ospd-openvas (>= 22.7.0), xsltproc, psmisc, rsync
Recommends: greenbone-security-assistant (>= 22.8.0), gvm-tools (>= 23.4.0)
Breaks: greenbone-security-assistant (<< 9.0.0), openvas (<< 9.0.4), openvas-cli
Size: 11944
SHA256: 19b450baabf0a916f591fe786c71fa46db786d21132c5f711b225b8f32b14fe9
SHA1: 7767385fc9463d7321dbf45738c1d1e36dce5819
MD5sum: 1e9472f3d713d4be1ece710a499e753a
Description: remote network security auditor - metapackage and useful scripts
 The Greenbone Vulnerability Manager is a modular security auditing tool,
 used for testing remote systems for vulnerabilities that should be fixed.
 .
 This package installs all the required packages. It provides scripts to setup,
 start and stop the GVM services.
 .
 The tool was previously named OpenVAS.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvm/gvm_25.04.0_all.deb

Package: gvm-tools
Version: 25.3.0-1
Installed-Size: 794
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-terminaltables, python3-lxml, python3-gvm (>= 24.7.0), python3:any, libjs-sphinxdoc (>= 8.1)
Size: 160288
SHA256: e156966ee8a6c48e3fd6a8c1222a17988f29d2ad31e650d71770059cb7be1d76
SHA1: ae7feb6214fcbd486f2f22421aaf3bdd4d1541fa
MD5sum: 0075092074f5c80d63fc888e7e091218
Description: Remote control the Greenbone Vulnerability Manager
 The Greenbone Vulnerability Management Tools or gvm-tools in short are a
 collection of tools that help with remote controlling a Greenbone Security
 Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager
 (GVM). The tools essentially aid accessing the communication protocols GMP
 (Greenbone Management Protocol) and OSP (Open Scanner Protocol).
 .
 This module is comprised of interactive and non-interactive clients. The
 programming language Python is supported directly for interactive scripting.
 But it is also possible to issue remote GMP/OSP commands without programming
 in Python.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvm-tools/gvm-tools_25.3.0-1_all.deb

Package: gvmd
Version: 25.2.1-1
Installed-Size: 4296
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: libopenvas6, openvas-administrator, openvas-manager
Depends: adduser, doc-base, greenbone-feed-sync (>= 24.1.1), gvmd-common (= 25.2.1-1), notus-scanner (>= 22.4.0), ospd-openvas (>= 22.4.0), xml-twig-tools, postgresql-17, postgresql-17-pg-gvm, libbsd0 (>= 0.6.0), libc6 (>= 2.38), libcjson1 (>= 1.7.5), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.7.5), libgpgme11t64 (>= 1.23.2), libgvm22t64 (>= 22.18.1), libical3t64 (>= 3.0.0), libpq5
Recommends: nsis, rpm
Breaks: openvas-administrator, openvas-manager
Size: 750536
SHA256: ae4b9fe5a41f052c5eab4dc917b76863fbf301a1054766461a261c03f73ac4bd
SHA1: dbe65a6022def9212cada08e7d205086e01e9a70
MD5sum: f4ec0dbc38d9e6d4493723f2c92e52f1
Description: Manager Module of Greenbone Vulnerability Manager
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 This package contains the gvmd files architecture dependent.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvmd/gvmd_25.2.1-1_i386.deb

Package: gvmd-common
Source: gvmd
Version: 25.2.1-1
Installed-Size: 1212
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gnutls-bin, xsltproc
Recommends: texlive-latex-extra
Suggests: gnupg, python3, python3-lxml, wget
Size: 110708
SHA256: 0432c08e38048508c932b4d42210ce5a08a9d366f8f15ec8205ad4efc3f7b1f0
SHA1: 6a817fd7f3186831b3c2469119c5d8f28496ff4e
MD5sum: e963bae22efcc7e5be86b5ee75c074f3
Description: architecture independent files for Greenbone Vulnerability Manager
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 This package contains the common gvmd files shared by all architectures.
Multi-Arch: foreign
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvmd/gvmd-common_25.2.1-1_all.deb

Package: idle-python2.7
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 1314
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Replaces: python2.7 (<< 2.6.1-2)
Depends: python2.7, python-tk (>= 2.6~a3), python2.7-tk
Enhances: python2.7
Size: 341264
SHA256: c7b9d57cebf4099ff7fc3a03bc196496435001874ed1852d3b7ad32ea405ce2d
SHA1: a9dc75aa4d1ad4189db1086725ab614915702f7a
MD5sum: de44b1b21d5c76ee98467abc944d3b03
Description: IDE for Python (v2.7) using Tkinter
 IDLE is an Integrated Development Environment for Python (v2.7).
 IDLE is written using Tkinter and therefore quite platform-independent.
Section: python
Priority: optional
Filename: pool/main/p/python2.7/idle-python2.7_2.7.18-13.2_all.deb

Package: knocker
Version: 0.7.1-6
Installed-Size: 82
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libc6 (>= 2.7)
Size: 30900
SHA256: 0d2c8495250a29b2b6cd35b9ce2d083068578e2b4092849e5ebc62d134c29477
SHA1: 296107720ceb83133150963a23a7ebe27b313d30
MD5sum: df5814f4df9b26e2f6256a7540bc9e34
Description: Simple and easy to use TCP security port scanner
 Knocker is a new, simple, and easy to use TCP security port
 scanner written in C, using threads. It is able to analyze hosts
 and the network services which are running on them.
Homepage: http://knocker.sourceforge.net/
Tag: implemented-in::c, interface::commandline, network::scanner,
 protocol::ip, protocol::ipv6, role::program, scope::utility,
 use::scanning
Section: net
Priority: optional
Filename: pool/main/k/knocker/knocker_0.7.1-6_i386.deb

Package: libgimp2.0-dev
Source: gimp
Version: 2.10.38-2
Installed-Size: 1150
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: i386
Depends: libc6 (>= 2.34), libgimp2.0t64 (= 2.10.38-2), libglib2.0-0t64 (>= 2.56.2), libgegl-dev (>= 1:0.4.38), libgtk2.0-dev (>= 2.12.5), pkgconf
Suggests: libgimp2.0-doc
Size: 121052
SHA256: ba8eef249e5026533fc7fe4ff79561cd2a9896c3e4900ce637a9317262bdf655
SHA1: 6a03bb71efdfe62b334c37d965dbe5ae3f12c796
MD5sum: 6779a5cd792767e6263437d548782f14
Description: Headers and other files for compiling plugins for GIMP
 This package contains the header files for the GNU Image Manipulation
 Program, along with the static versions of libgimp.
 It also includes the gimptool-2.0 utility.
 .
 Install this package if you wish to compile your own plugins,
 or if you wish to develop packages that use libgimp.
Homepage: https://www.gimp.org/
Tag: devel::library, role::devel-lib, suite::gimp, suite::gnu, uitoolkit::gtk
Section: libdevel
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0-dev_2.10.38-2_i386.deb

Package: libgimp2.0-doc
Source: gimp
Version: 2.10.38-2
Installed-Size: 7776
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: lynx | www-browser
Size: 917316
SHA256: 51afffc53f9d1b237fd0e8c1b15bcb99362d9957525e2849980cac111ec686b3
SHA1: c49d6d655fa711d08ab6d2e2142a2b396a3d5025
MD5sum: b1237b8b1dfedcdbe7a0add848e509b5
Description: Developers' Documentation for the GIMP library
 This package contains the HTML documentation for the GIMP library in
 /usr/share/gtk-doc/html/ .
Homepage: https://www.gimp.org/
Tag: devel::doc, devel::library, made-of::html, role::documentation,
 suite::gimp, suite::gnu, uitoolkit::gtk
Section: doc
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0-doc_2.10.38-2_all.deb

Package: libgimp2.0t64
Source: gimp
Version: 2.10.38-2
Installed-Size: 4403
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: i386
Replaces: libgimp2.0
Provides: libgimp2.0 (= 2.10.38-2)
Depends: libbabl-0.1-0 (>= 1:0.1.78), libc6 (>= 2.38), libcairo2 (>= 1.12.2), libgdk-pixbuf-2.0-0 (>= 2.30.8), libgegl-0.4-0t64 (>= 1:0.4.38), libgexiv2-2 (>= 0.12.2), libglib2.0-0t64 (>= 2.79.0), libgtk2.0-0t64 (>= 2.24.10), liblcms2-2 (>= 2.9), libpango-1.0-0 (>= 1.29.4), libpangocairo-1.0-0 (>= 1.29.4)
Recommends: gimp-data (>= 2.10.38), gimp-data (<= 2.10.38-z)
Breaks: libgimp2.0 (<< 2.10.38-2)
Size: 829000
SHA256: 30e12ad1c43ae7710c22a5ddd4ebc5998c6d58195b484f00998076d4d4783016
SHA1: 62a14fc94885afc512a06d0f64e0376ec3be3e88
MD5sum: d518e495340b8d4bee98c22c888fa2b3
Description: Libraries for the GNU Image Manipulation Program
 This package includes the libgimp libraries, which are
 necessary to run GIMP and third-party GIMP plugins.
Multi-Arch: same
Homepage: https://www.gimp.org/
Section: libs
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0t64_2.10.38-2_i386.deb

Package: libgvm-dev
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 165
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.20.0-1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Size: 27296
SHA256: af5e28ea21db4e06a2bc8ea6999262811455811e61cc38b166d709e29d677170
SHA1: b1b3b744db0652eebc9a0bfceb784387ef160166
MD5sum: a6b1b040f6518ebdf0012c6d23df06ee
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Homepage: https://www.greenbone.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm-dev_22.20.0-1_i386.deb

Package: libgvm-doc
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 10622
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Size: 622196
SHA256: 7a8fc5539bef3107dc4eb5106c24b1d71b5702cc34077aa3473164893d988f73
SHA1: 79119622e03a6b8bcfe15a902d2743eea34b667a
MD5sum: 813a2b297b71a39498df6858935dcb91
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Homepage: https://www.greenbone.net/
Section: doc
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm-doc_22.20.0-1_all.deb

Package: libgvm22t64
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 534
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.20.0-1)
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.5), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet1 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.20.0-1)
Size: 155832
SHA256: 1d8aa1421a7c000c9a7ff691682e9f41d1c8b1427de41d75769d8f2229e16482
SHA1: 8f80e14b8a0f2cafb82314e5e1d16ba21182ab82
MD5sum: 49f45f58a7a8e6502de8a405ec8f3e13
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Multi-Arch: same
Homepage: https://www.greenbone.net/
Section: libs
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm22t64_22.20.0-1_i386.deb

Package: libicu72
Source: icu
Version: 72.1-6
Installed-Size: 36526
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: i386
Replaces: libiculx63 (<< 63.1-5)
Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), libstdc++6 (>= 13.1)
Breaks: libiculx63 (<< 63.1-5), openttd (<< 1.8.0-2~)
Size: 9582228
SHA256: 191baf08f3568b5f5382f41033a7e9b745828a6080596224d2d1281cf7b43368
SHA1: 636af37199eb85126dd815d53bc66722cb8d19e7
MD5sum: 04c3d882f3fcda4c6efc14b0cebb01c2
Description: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.
Multi-Arch: same
Homepage: https://icu.unicode.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/i/icu/libicu72_72.1-6_i386.deb

Package: libmbedcrypto7t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 677
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: i386
Replaces: libmbedcrypto7
Provides: libmbedcrypto7 (= 2.28.8-1)
Depends: libc6 (>= 2.4)
Breaks: libmbedcrypto7 (<< 2.28.8-1)
Size: 298712
SHA256: 2a51ec22d4b87b4643c3c12409493da22dd99cc24ea3213119dd65dab4fde1cc
SHA1: 740c2078cadf898b4dfd4256d9cfd326af01e623
MD5sum: f29aae2084f0701565425a73f6c7702e
Description: lightweight crypto and SSL/TLS library - crypto library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling cryptography.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedcrypto7t64_2.28.8-1_i386.deb

Package: libmbedtls14t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 321
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: i386
Replaces: libmbedtls14
Provides: libmbedtls14 (= 2.28.8-1)
Depends: libc6 (>= 2.28), libmbedcrypto7t64 (>= 2.28.0), libmbedx509-1t64 (>= 2.28.0)
Breaks: libmbedtls14 (<< 2.28.8-1)
Size: 170552
SHA256: 2d105b1c2e65ea224363737fdeb8ad31d688e5f0076b1afe0a5eb948ba847841
SHA1: eaac2e0da9ddbe85998ed6daf39d66a1513de976
MD5sum: 676866cc87ed89c084a865810a4e04f8
Description: lightweight crypto and SSL/TLS library - tls library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling TLS.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedtls14t64_2.28.8-1_i386.deb

Package: libmbedx509-1t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 242
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: i386
Replaces: libmbedx509-1
Provides: libmbedx509-1 (= 2.28.8-1)
Depends: libc6 (>= 2.33), libmbedcrypto7t64 (>= 2.28.5)
Breaks: libmbedx509-1 (<< 2.28.8-1)
Size: 132692
SHA256: 8544e3e58a4a079f988acc6a259e3149a8686f504a2ff5f64b8d591cd4af12a5
SHA1: 83b59f0215000fa2fc1a3dbd2db9a2ac5444c6b1
MD5sum: 0c12eb10fb9bbe0f3f75c1ba3237b1eb
Description: lightweight crypto and SSL/TLS library - x509 certificate library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling x509 certificates.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedx509-1t64_2.28.8-1_i386.deb

Package: libpcre16-3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 585
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Depends: libc6 (>= 2.34)
Size: 262548
SHA256: 8e6bb387085e843d3ed24a8534a7561a2cb39e3208ed97130132427e0563dce6
SHA1: 53fb4bc15b6b5a0addb4e9c8076798dae787a8b9
MD5sum: 7de3688fcd54add56e6088129ad0a907
Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 16 bit runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre16-3_8.39-15.1_i386.deb

Package: libpcre3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 712
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Depends: libc6 (>= 2.34)
Conflicts: libpcre3-dev (<= 4.3-3)
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Size: 344932
SHA256: 14a2c6cae65517f2984af84ecc1fdc16ee8f487256663d2b055d2e4373d4ecf7
SHA1: 66278a0d633d986e82bee0c6927d89fe0766d4a2
MD5sum: 317579cec87e52553c9bc668878f6d81
Description: Old Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the runtime libraries.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre3_8.39-15.1_i386.deb

Package: libpcre3-dbg
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 1624
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Depends: libpcre3 (= 2:8.39-15.1), libpcrecpp0v5 (= 2:8.39-15.1)
Size: 1557416
SHA256: 3b4cb9d99eed04157ca1ece40ff20f9107303434de1aca6666639aa40f6b8bb4
SHA1: 776ed1fe14efac60438ac950cad9d93ed271c38d
MD5sum: 61abbf77dd3eee575e0dc168df804c08
Description: Old Perl 5 Compatible Regular Expression Library - debug symbols
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the debug symbols,
Multi-Arch: same
Build-Ids: 0ece917e937559ef91cc9decfbe6e61ccc7848a9 5062f64d3ee7db40b52df8d8cad37feda0d2ebc9 6528fb4fba9bd57baaea0c0886a9657f51db72ea a92282643d606502baf69c56e5f93619894f06a2 f6173e8dad07c47350a7e87ee39c22a044f618a1 f7f49d790e2d59d67d8c0a6875e3e095ff087ee1
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/pcre3/libpcre3-dbg_8.39-15.1_i386.deb

Package: libpcre3-dev
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 2150
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Depends: libc-dev, libpcre3 (= 2:8.39-15.1), libpcre16-3 (= 2:8.39-15.1), libpcre32-3 (= 2:8.39-15.1), libpcrecpp0v5 (= 2:8.39-15.1)
Size: 683616
SHA256: 6dbbdf1a75f8ed7f1ec00575214d6f3163ee7219d2a6bc842f89f3351e4c7863
SHA1: d4af18269e90d88e088c4a9a4b26ae626849f013
MD5sum: 8c849c87e10e01820dc35c84b2759046
Description: Old Perl 5 Compatible Regular Expression Library - development files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the development files, including headers, static
 libraries, and documentation.
Multi-Arch: same
Tag: devel::library, role::devel-lib, role::program, use::scanning,
 use::searching
Section: libdevel
Priority: optional
Filename: pool/main/p/pcre3/libpcre3-dev_8.39-15.1_i386.deb

Package: libpcre32-3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 565
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Depends: libc6 (>= 2.34)
Size: 251972
SHA256: 93425f9d58822a33279f5f1b34b86a7e844dd4470b8c82095ad195aec7cfc4c2
SHA1: e0b47a5fc7d160fe1d9a1bec701bf9f00a19b306
MD5sum: 7aa3be765ea418ab77bed7aa28df70b5
Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 32 bit runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre32-3_8.39-15.1_i386.deb

Package: libpcrecpp0v5
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 191
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpcre3, libstdc++6 (>= 13.1)
Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
Size: 144336
SHA256: c996fe9ba9705dcce85f0404ea312d11a7b990c13138ce7de498e68ba7409c55
SHA1: 905877f0869bd3b8aba5081edbc610400a42b6c8
MD5sum: b0436873c09e8595c27d00648dd82dc6
Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files
 This is a C++ library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the C++ runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcrecpp0v5_8.39-15.1_i386.deb

Package: libpython-all-dbg
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 7
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: libpython2-dbg (= 2.7.18-3), libpython2.7-dbg
Size: 1184
SHA256: 78051aa3950c99050af3f3af628652a31a09d370fbe1a90ff056f5bbae94fe4a
SHA1: 06a40591c07b4047e9a30ef9cda1708b912a2eff
MD5sum: c345cd4c80320a46ab4080c204f0c7d5
Description: package depending on all supported Python2 debugging packages
 The package currently depends on libpython2.7-dbg, in the
 future, dependencies on jython (Python2 for a JVM) and ironpython (Python2
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python2 debug packages.
Multi-Arch: same
Homepage: https://www.python.org/
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-defaults/libpython-all-dbg_2.7.18-3_i386.deb

Package: libpython-all-dev
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: libpython2-dev (= 2.7.18-3), libpython2.7-dev
Size: 1064
SHA256: c4d7b077a61c65cb3f6cf682b7a3c3093c764a5a92620c54d7984bc35b8db5f9
SHA1: 2b6e4f30402e40b96deac62df72217c4f1304231
MD5sum: ff1ae865a47bfac20f854631f98a542e
Description: package depending on all supported Python2 development packages
 The package currently depends on libpython2.7-dev, in the
 future, dependencies on jython (Python2 for a JVM) and ironpython (Python2
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python2 development
 packages.
Multi-Arch: same
Homepage: https://www.python.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/python-defaults/libpython-all-dev_2.7.18-3_i386.deb

Package: libpython2-dbg
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 45
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: libpython-dbg (<< 2.7.15-2)
Depends: libpython2.7-dbg (>= 2.7.18~)
Breaks: libpython-dbg (<< 2.7.15-2)
Size: 21220
SHA256: a7c0646ab86d86ef46cb32f7b6bdc2e27c667b561de1a77f3eaa0f969989a119
SHA1: 43a4a08b3580f3278970ff2a998f269dbad523e4
MD5sum: 51a180961ca0a103db60046fddfde559
Description: debug build of the Python2 interpreter (version 2.7)
 Python2 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python2.7/lib-dynload/debug first.
Multi-Arch: same
Homepage: https://www.python.org/
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-defaults/libpython2-dbg_2.7.18-3_i386.deb

Package: libpython2-dev
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 45
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: libpython-dev (<< 2.7.15-2)
Depends: libpython2.7-dev (>= 2.7.18~)
Breaks: libpython-dev (<< 2.7.15-2)
Size: 21280
SHA256: 9491f1dcc88085b146442758454d1459fa257bfbcdf9b445b3bcfef9c6aff62d
SHA1: 532f2b23e0455a24b76f209c401f41f2fec42feb
MD5sum: ddfae4e94a0b2b99bc79286100c13818
Description: header files and a static library for Python2
 Header files, a static library and development tools for building
 Python2 modules, extending the Python2 interpreter or embedding Python2
 in applications.
 .
 This package is a dependency package, which depends on Debian's Python2
 version (currently v2.7).
Multi-Arch: same
Homepage: https://www.python.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/python-defaults/libpython2-dev_2.7.18-3_i386.deb

Package: libpython2-stdlib
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 38
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: libpython-stdlib (<< 2.7.15-2)
Depends: libpython2.7-stdlib (>= 2.7.18~)
Breaks: libpython-stdlib (<< 2.7.15-2)
Size: 21204
SHA256: 314aec7fde0834af96253057565690c793cf8fa21d2c3a7fe31c382390410b18
SHA1: 0ea3cfb7f8ab562c1efacb97383f0a0ca39b724f
MD5sum: d9749cddafef7dbeb7267987d8cbe20b
Description: interactive high-level object-oriented language (Python2)
 Python2, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's Python2
 version (currently v2.7).
Multi-Arch: same
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/libpython2-stdlib_2.7.18-3_i386.deb

Package: libpython2.7
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 3478
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python2.7 (<< 2.6)
Depends: libpython2.7-stdlib (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0)
Size: 1053720
SHA256: 56e1269bc473280045806edaa907bc5875f9dfb45a07b26cc15a70560c9a0d8e
SHA1: 5fd169990a41a904cd1d8d2999566c6ef8f68690
MD5sum: 7fbc0ee2f1d2d48c1b4f520bd6ffd995
Description: Shared Python runtime library (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7_2.7.18-13.2_i386.deb

Package: libpython2.7-dbg
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 19171
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python2.7-dbg (<< 2.7.3-10)
Depends: libpython2.7-stdlib (= 2.7.18-13.2), libbz2-1.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libffi8 (>= 3.4), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), zlib1g (>= 1:1.2.0)
Suggests: python2.7-gdbm-dbg, python2.7-tk-dbg
Size: 4183272
SHA256: 5f10060a7a57a94d63fed6495ae7f8d195cd84a3708a4cb923bbc7d550c33039
SHA1: 1ad0eea646c3db000f47b283fe6dbdbd308e88e3
MD5sum: 2b88b98fc23a2e888fd6a13a73e009dc
Description: Debug Build of the Python Interpreter (version 2.7)
 The package holds two things:
 .
 - Extensions for a Python interpreter configured with --pydebug.
 - Debug information for standard python extensions.
 .
 See the README.debug for more information.
Multi-Arch: same
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7-dbg_2.7.18-13.2_i386.deb

Package: libpython2.7-dev
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 10210
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python2.7 (<< 2.7-3), python2.7-dev (<< 2.7.3-10), python2.7-minimal (<< 2.7.3-10)
Depends: libpython2.7-stdlib (= 2.7.18-13.2), libpython2.7 (= 2.7.18-13.2), libexpat1-dev
Recommends: libc6-dev | libc-dev
Size: 2338032
SHA256: b3b1aeb7b886825fc593e8442e8e63afdd8c8cae883386cf31554be86668c57d
SHA1: 06a30ac1fe23a6b47e47168e27abb88434df56b1
MD5sum: 2a75e587e60df0828074e92b86d80d5e
Description: Header files and a static library for Python (v2.7)
 Header files, a static library and development tools for building
 Python (v2.7) modules, extending the Python interpreter or embedding
 Python (v2.7) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
 .
 This package contains development files. It is normally not
 used on it's own, but as a dependency of python2.7-dev.
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7-dev_2.7.18-13.2_i386.deb

Package: libpython2.7-minimal
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 2783
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10)
Recommends: libpython2.7-stdlib
Conflicts: binfmt-support (<< 1.1.2)
Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~), python2.7-minimal (<< 2.7.4~rc1-1~)
Size: 397012
SHA256: 60bef890646941ccc3d0bd1799c672082565b94d462a33da8e40de9765321393
SHA1: b2cb17900d3c6578ee9451614362d241f58082d2
MD5sum: 3728ea29b991e6d5176641b74f347af7
Description: Minimal subset of the Python language (version 2.7)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python2.7-minimal.
Multi-Arch: same
Tag: implemented-in::c, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7-minimal_2.7.18-13.2_i386.deb

Package: libpython2.7-stdlib
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 8635
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: libpython2.7-testsuite (<< 2.7.13-4), python2.7 (<< 2.7.5-0~)
Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref
Depends: libpython2.7-minimal (= 2.7.18-13.2), libssl3 (>= 3.0.0), media-types | mime-support, libbz2-1.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libffi8 (>= 3.4), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2)
Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~)
Size: 1844856
SHA256: d0c141ff88468c86ffcde31ba1e63b0e05114309d3395aa32d334016bc270d99
SHA1: 4ec9919e63e1fc332c64d498f613b63fc56eacea
MD5sum: 0d2937f1d2745e68b812977ebbaf1552
Description: Interactive high-level object-oriented language (standard library, version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 2.7's standard library. It is normally not
 used on its own, but as a dependency of python2.7.
Multi-Arch: same
Tag: implemented-in::python, role::shared-lib, role::source,
 uitoolkit::ncurses
Section: python
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7-stdlib_2.7.18-13.2_i386.deb

Package: libpython2.7-testsuite
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 14824
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Depends: libpython2.7-stdlib (>= 2.7.18-13.2)
Suggests: python-gdbm, python-tk
Size: 2161708
SHA256: 6e51fd699aff65f2e0ec7b7ba58bf111851ffb6830b7e01e31b3957f455edb1c
SHA1: c9516be0a53f25b9ec229c47c28b747e74657aa4
MD5sum: 7e9c32ad07e4b179f22d91d82ad37f1f
Description: Testsuite for the Python standard library (v2.7)
 The complete testsuite for the Python standard library.  Note that
 a subset is found in the libpython2.7-stdlib package, which should
 be enough for other packages to use (please do not build-depend
 on this package, but file a bug report to include additional
 testsuite files in the libpython2.7-stdlib package).
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/python2.7/libpython2.7-testsuite_2.7.18-13.2_all.deb

Package: libradare2-5.0.0t64
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 20013
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: libradare2-5.0.0
Provides: libradare2-5.0.0 (= 5.9.8+dfsg-2)
Depends: libc6 (>= 2.38), libcapstone5 (>= 5), liblz4-1 (>= 0.0~r113), libmagic1t64 (>= 5.12), libxxhash0 (>= 0.6.5), libzip5 (>= 1.0), zlib1g (>= 1:1.1.4), libradare2-common (>= 5.9.8+dfsg-2)
Breaks: libradare2-5.0.0 (<< 5.9.8+dfsg-2)
Size: 4811448
SHA256: 6c0d62dfb1388a5894652840d4d7933ddfe27072416a595dd5e3bef5078c0fb9
SHA1: d95de2f031599cdef1e3b57525f8bfa25d3925c6
MD5sum: 0b3ed48e7d2fdb5efe7581b395c51272
Description: libraries from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the libraries from radare2.
Multi-Arch: same
Homepage: https://www.radare.org
Section: libs
Priority: optional
Filename: pool/main/r/radare2/libradare2-5.0.0t64_5.9.8+dfsg-2_i386.deb

Package: libradare2-common
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 9212
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Size: 1796676
SHA256: 01ce91e10d1fefda0aca382e3177111869d859bee733da8fa0f1912a765758c1
SHA1: 219a228466d593c8162395154872e2892f8127eb
MD5sum: 3257e6ce1e1f4dcdb91cab0088666958
Description: arch independent files from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the arch independent files from radare2.
Multi-Arch: foreign
Homepage: https://www.radare.org
Section: devel
Priority: optional
Filename: pool/main/r/radare2/libradare2-common_5.9.8+dfsg-2_all.deb

Package: libradare2-dev
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 1426
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libradare2-5.0.0t64 (= 5.9.8+dfsg-2), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev
Size: 239616
SHA256: 82bd244bee5ac0635e6b06efdc87d91cb12b0cb8c0892fadcc8d433d4c871f38
SHA1: 001009fc321be76ed3526649573ca566033f3e82
MD5sum: 1bacda1af0cd902f345678cd42a8f211
Description: devel files from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the devel files from radare2.
Homepage: https://www.radare.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/radare2/libradare2-dev_5.9.8+dfsg-2_i386.deb

Package: lilo
Version: 1:24.2-5
Installed-Size: 721
Maintainer: Joachim Wiedorn <joodebian@joonet.de>
Architecture: i386
Depends: perl:any, libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20), debconf (>= 0.5) | debconf-2.0
Pre-Depends: dpkg (>= 1.15.7.2)
Suggests: e2fsprogs
Size: 296888
SHA256: ba5d5040d238d823a7ce7ccafbb0535a3977383609912b681c2471545579eae1
SHA1: 6fc71ed5e7484dcaeca1d284892257fb054becd2
MD5sum: 2dd82bc9cb3766539ba6769bfa4b35b3
Description: LInux LOader - the classic OS boot loader
 You can use LILO to manage your Master Boot Record (with a simple text
 screen, text menu or colorful splash graphics) or call LILO from other
 Boot-Loaders to jump-start the Linux kernel.
 .
 This package contains lilo (the installer) and boot-record-images to
 install Linux, DOS and generic Boot Sectors for other operation systems.
Homepage: http://lilo.joonet.de/
Tag: admin::boot, implemented-in::c, interface::commandline, role::program,
 scope::utility
Section: admin
Priority: optional
Filename: pool/main/l/lilo/lilo_24.2-5_i386.deb

Package: lilo-doc
Source: lilo
Version: 1:24.2-5
Installed-Size: 597
Maintainer: Joachim Wiedorn <joodebian@joonet.de>
Architecture: all
Size: 271416
SHA256: 21284b25c3f7e053a759d7cec1863561b4d04feb3f8c1a12ceb068a5b8bf9200
SHA1: 97c2b6c24e623f8802f2bf9043d9f5e9d0bf548f
MD5sum: f8b88c622b411c63af1407110b3a0e4a
Description: LInux LOader - Documentation for the classic OS boot loader
 You can use LILO to manage your Master Boot Record (with a simple text
 screen, text menu or colorful splash graphics) or call LILO from other
 Boot-Loaders to jump-start the Linux kernel.
 .
 This package contains the old HTML and README documentations of lilo
 version 21.5 (of year 2000).
Homepage: http://lilo.joonet.de/
Tag: admin::boot, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/l/lilo/lilo-doc_24.2-5_all.deb

Package: mime-support
Version: 3.66
Installed-Size: 17
Maintainer: Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>
Architecture: all
Depends: mailcap, media-types
Size: 10916
SHA256: b964e671e6c47674879a3e54130b6737e8760fbd3da6afcc015faa174af98ba0
SHA1: b47831959eb182e371f3d8cb004a42622407b339
MD5sum: 70f7f4f6c213664480ae79fedd3687f5
Description: transitional package
 This is a transitional package. It will be possible to remove it
 safely once its dependency chain has adjusted to depend on mailcap
 or media-types directly.
Multi-Arch: foreign
Tag: admin::configuring, implemented-in::perl, interface::commandline,
 role::program, scope::utility, suite::debian, use::configuring,
 works-with::file, works-with::mail
Section: net
Priority: standard
Filename: pool/main/m/mime-support/mime-support_3.66_all.deb

Package: netsed
Source: netsed (1.2-3)
Version: 1.2-3+b1
Installed-Size: 50
Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
Architecture: i386
Depends: libc6 (>= 2.15)
Size: 21336
SHA256: eeb7d739c6c35e10365c676c27c01cc19e66b2632cb230cbfbad7531ff77b03e
SHA1: 04bdd684680e165f375002c7b75f4617767c8478
MD5sum: 3c01c0fea1f6f72f97165f544495cccf
Description: network packet-altering stream editor
 NetSED is a small and handy utility designed to alter, in real time,
 the contents of packets forwarded through your network. It is really
 useful for network packet alteration, forging, or manipulation.
 NetSED supports:
 .
   * black-box protocol auditing - whenever there are two or more
     proprietary boxes communicating using some undocumented protocol.
     By enforcing changes in ongoing transmissions, you will be able
     to test if the examined application can be claimed secure;
   * fuzz generating experiments, integrity tests - whenever you do
     stability tests of an application to see how it cares for data
     integrity;
   * other common use-cases: deceptive transfers, content filtering,
     protocol conversion - whatever best fits your task at hand.
 .
 It ideally complements a tool suite based on ngrep, netcat, and tcpdump.
Homepage: http://silicone.homelinux.org/projects/netsed/
Tag: interface::commandline, role::program, scope::utility, use::editing
Section: net
Priority: optional
Filename: pool/main/n/netsed/netsed_1.2-3+b1_i386.deb

Package: netsniff-ng
Version: 0.6.9-1
Installed-Size: 2222
Maintainer: Daniel Borkmann <daniel.borkmann@alumni.ethz.ch>
Architecture: i386
Depends: libc6 (>= 2.38), libcli1.10t64 (>= 1.9.1), libgeoip1t64 (>= 1.6.12), libncurses6 (>= 6), libnet1 (>= 1.1.6), libnetfilter-conntrack3 (>= 1.0.1), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libpcap0.8t64 (>= 0.9.8), libsodium23 (>= 0.6.0), libtinfo6 (>= 6), liburcu8t64 (>= 0.13.0), zlib1g (>= 1:1.2.3.3)
Recommends: ntpsec | time-daemon
Size: 653296
SHA256: 8442c6abac23f14e162729634bc3d8df415905cd44d76c5877e49585a61e5ad4
SHA1: 3254b102509f6bd0ac535a48dc9becbe0e30d1d8
MD5sum: 3ba8eb07ace12a146c0fde2c1b2444af
Description: Linux network packet sniffer toolkit
 netsniff-ng is a high performance Linux network sniffer for packet inspection.
 It can be used for protocol analysis, reverse engineering or network
 debugging. The gain of performance is reached by 'zero-copy' mechanisms, so
 that the kernel does not need to copy packets from kernelspace to userspace.
 .
 netsniff-ng toolkit currently consists of the following utilities:
 .
  * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
  * trafgen: a multithreaded low-level zero-copy network packet generator
  * mausezahn: high-level packet generator for appliances with Cisco-CLI
  * ifpps: a top-like kernel networking and system statistics tool
  * curvetun: a lightweight curve25519-based multiuser IP tunnel
  * astraceroute: an autonomous system trace route and DPI testing utility
  * flowtop: a top-like netfilter connection tracking tool
  * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, JIT disassembler
Homepage: http://netsniff-ng.org/
Tag: admin::monitoring, implemented-in::c, interface::commandline,
 network::scanner, protocol::ethernet, role::program,
 uitoolkit::ncurses, use::analysing, use::monitor, use::scanning,
 works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/n/netsniff-ng/netsniff-ng_0.6.9-1_i386.deb

Package: notus-scanner
Version: 22.6.5-1
Installed-Size: 182
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-gnupg, python3-packaging, python3-paho-mqtt, python3-psutil, python3-tomli | python3-supported-min (>= 3.11), python3:any, adduser, mosquitto
Size: 33400
SHA256: 388d0ba07583acc45694d3dfcbb420046911a3b0b376779240a6ebc734141546
SHA1: 37a4d7427bdae575e3f89d1995f438c6e3c71c46
MD5sum: 3a203f4b33b8fdfe90f7c88b5e9afe5b
Description: vulnerable products detection (Python 3)
 Notus Scanner detects vulnerable products in a system environment. The
 scanning method is to evaluate internal system information. It does this very
 fast and even detects currently inactive products because it does not need to
 interact with each of the products.
 .
 To report about vulnerabilities, Notus Scanner receives collected system
 information on the one hand and accesses the vulnerability information from
 the feed service on the other. Both input elements are in table form: the
 system information is specific to each environment and the vulnerability
 information is specific to each system type.
 .
 This is a component of the Greenbone Vulnerability Management framework.
Homepage: https://github.com/greenbone/notus-scanner
Section: python
Priority: optional
Filename: pool/main/n/notus-scanner/notus-scanner_22.6.5-1_all.deb

Package: octicons
Version: 4.4.0-2
Installed-Size: 359
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Depends: fonts-octicons
Size: 113172
SHA256: 872a926bc385dfb2c9ca83b64ef9fb5e1e4478dc310932c0fac14c32b0273dca
SHA1: 5845b6de35187ee8a6f04c44c9998e37e54f6f8e
MD5sum: e9866634a2e27494ae3eae7023cc8d9b
Description: GitHub's icons webfont
 GitHub's "octicons" webfont, you can use over 100 icons with this web font.
 .
 See https://octicons.github.com/ for examples.
Multi-Arch: foreign
Homepage: https://octicons.github.com/
Section: fonts
Priority: optional
Filename: pool/main/o/octicons/octicons_4.4.0-2_all.deb

Package: openjdk-11-dbg
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 286250
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Depends: openjdk-11-jre-headless (= 11.0.25~5ea-1)
Recommends: openjdk-11-jre (= 11.0.25~5ea-1)
Suggests: openjdk-11-jdk (= 11.0.25~5ea-1)
Size: 285641740
SHA256: b3a18872a718055dd33784b96c83fe2847f4a154bb5cbca33d89b18a61bc8f3c
SHA1: 07e82089e41b6dce89232c6710b0b8b9e77c1c67
MD5sum: 1704eb8c55b58f0d166e50074d2cf417
Description: Java runtime based on OpenJDK (debugging symbols)
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
 .
 This package contains the debugging symbols.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-dbg_11.0.25~5ea-1_i386.deb

Package: openjdk-11-demo
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 5838
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Depends: openjdk-11-jre (= 11.0.25~5ea-1)
Size: 4108392
SHA256: 127ad42bb604be4fa4e216e57ace43abe192fc9d4b097bc7ee243970dfa2a569
SHA1: 699cc8f2dfdde6a49283c08d394d4c1907b62634
MD5sum: cf6c0d995829db9d629128260c754689
Description: Java runtime based on OpenJDK (demos and examples)
 OpenJDK Java runtime
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-demo_11.0.25~5ea-1_i386.deb

Package: openjdk-11-doc
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 282369
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: all
Suggests: openjdk-11-jdk
Size: 13503644
SHA256: 825b30e85f086c61839c1595bc9727afd282028d4097d4d84cbb118c049c0071
SHA1: fe977c0d1cb1b89476bd50e1bf36d4c2f442ac59
MD5sum: e5778c62231d924a0b537af9dbc56fe4
Description: OpenJDK Development Kit (JDK) documentation
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
 .
 This package contains the API documentation.
Multi-Arch: foreign
Homepage: https://openjdk.java.net/
Section: doc
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-doc_11.0.25~5ea-1_all.deb

Package: openjdk-11-jdk
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 2943
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Replaces: openjdk-11-jre-headless (<< 11~19-2)
Provides: java-compiler, java-sdk (= 11), java10-sdk, java11-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk
Depends: openjdk-11-jre (= 11.0.25~5ea-1), openjdk-11-jdk-headless (= 11.0.25~5ea-1), libc6 (>= 2.34), zlib1g (>= 1:1.1.4)
Recommends: libxt-dev
Suggests: openjdk-11-demo, openjdk-11-source, visualvm
Conflicts: openjdk-11-jre-headless (<< 11~19-2)
Size: 2809444
SHA256: 32e2c5dda250a6483fcfd85c07d4f459edebad1181521d2c4c9ace3d9b4d3cc8
SHA1: e5ef3e9f386d5aec9ebcc4bfa81555e139e7fe2c
MD5sum: 96920ce493ca11931cabf6141ed73660
Description: OpenJDK Development Kit (JDK)
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-jdk_11.0.25~5ea-1_i386.deb

Package: openjdk-11-jdk-headless
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 76832
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Replaces: openjdk-11-jre-headless (<< 11.0.11+3-2~)
Provides: java-compiler, java-sdk-headless (= 11), java10-sdk-headless, java11-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless
Depends: openjdk-11-jre-headless (= 11.0.25~5ea-1), libc6 (>= 2.34), zlib1g (>= 1:1.1.4)
Suggests: openjdk-11-demo, openjdk-11-source
Breaks: openjdk-11-jre-headless (<< 11.0.11+3-2~)
Size: 71194752
SHA256: 153dcc7804195c25a426f5fa93e5aff6f6936596a99dedac330e6c2bb37364d4
SHA1: aecac84811dc92b3f1e154d2e3c99b206619d96a
MD5sum: 5d007565f53a5eee4a91993c25060016
Description: OpenJDK Development Kit (JDK) (headless)
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.25~5ea-1_i386.deb

Package: openjdk-11-jre
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 606
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Replaces: openjdk-11-jre-headless (<< 11.0.11+3-3~)
Provides: java-runtime (= 11), java10-runtime, java11-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime
Depends: openjdk-11-jre-headless (= 11.0.25~5ea-1), libgl1, libharfbuzz0b (>= 1.2.6), libcups2t64, libfontconfig1, libc6 (>= 2.38), libfreetype6 (>= 2.3.5), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libasound2t64 (>= 1.0.16), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), libpng16-16t64 (>= 1.6.2), libx11-6, libxext6, libxi6, libxrender1, libxtst6, zlib1g (>= 1:1.1.4)
Recommends: libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2), fonts-dejavu-extra
Breaks: openjdk-11-jre-headless (<< 11.0.11+3-3~)
Size: 193960
SHA256: 3a5928ad6f51ab63230367d75d837f9d8ee10a4a11db75136d2bccf39d543090
SHA1: 31f948b758cd8b75ee2fa418d455b1bf6dd17212
MD5sum: a388113ba38f38b04c3cecdc406d95f5
Description: OpenJDK Java runtime, using Hotspot JIT
 Full Java runtime environment - needed for executing Java GUI and Webstart
 programs, using Hotspot JIT.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Tag: uitoolkit::gtk
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-jre_11.0.25~5ea-1_i386.deb

Package: openjdk-11-jre-headless
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 164191
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Replaces: openjdk-11-jdk-headless (<< 11~18-2)
Provides: java-runtime-headless (= 11), java10-runtime-headless, java11-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless
Depends: ca-certificates-java (>= 20190405~), java-common (>= 0.28), liblcms2-2 (>= 2.2+git20110628), libjpeg62-turbo (>= 1.3.1), libnss3 (>= 2:3.17.1), util-linux (>= 2.26.2-4), libc6 (>= 2.38), libgcc-s1 (>= 7), libpcsclite1 (>= 1.3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.2)
Recommends: libcups2t64, libfontconfig1, libfreetype6 (>= 2.3.5), libharfbuzz0b (>= 1.2.6), libasound2t64 (>= 1.0.16)
Suggests: libnss-mdns, fonts-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic
Conflicts: openjdk-11-jdk-headless (<< 11~18-2), oracle-java11-installer
Breaks: clojure1.8 (<= 1.8.0-7ubuntu1~)
Size: 38358312
SHA256: 4aaf3cee6351dec1185f1eaf7c245c459c60d30a51d578b2ff6beb6ec5700dca
SHA1: 243445ec5436af8f19eb8573897792276761de5d
MD5sum: 6a436c59aaf0c7ae7e1b846d2a608769
Description: OpenJDK Java runtime, using Hotspot JIT (headless)
 Minimal Java runtime - needed for executing non GUI Java programs,
 using Hotspot JIT.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.25~5ea-1_i386.deb

Package: openjdk-11-jre-zero
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 7637
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: i386
Depends: openjdk-11-jre-headless (= 11.0.25~5ea-1), libc6 (>= 2.38), libgcc-s1 (>= 7), libstdc++6 (>= 4.1.1)
Size: 2199204
SHA256: b4647f7c3449bbd9bb5accb361aa7dcdcb1d994f319c3e71c5da3bf4d9deda18
SHA1: f7d6b4729266510b0f1ec2738f2b6fa61f4cf2f8
MD5sum: 33346819ccc696d92830ff0a091fea4b
Description: Alternative JVM for OpenJDK, using Zero
 The package provides an alternative runtime using the Zero VM. Built on
 architectures in addition to the Hotspot VM as a debugging aid for those
 architectures which don't have a Hotspot VM.
 .
 The VM is started with the option `-zero'. See the README.Debian for details.
Multi-Arch: same
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-jre-zero_11.0.25~5ea-1_i386.deb

Package: openjdk-11-source
Source: openjdk-11
Version: 11.0.25~5ea-1
Installed-Size: 57009
Maintainer: OpenJDK Team <openjdk-11@packages.debian.org>
Architecture: all
Depends: openjdk-11-jdk (>= 11.0.25~5ea-1)
Size: 52147912
SHA256: 33f0d6e207e84db4824f6aab7efc7ac1fe23b48a4562a2fa019c25ce418332db
SHA1: 0aecafa1a30cba9b1297ac80fc487bc25f915f29
MD5sum: cd28e50819fb919486d9d32fa06d0232
Description: OpenJDK Development Kit (JDK) source files
 OpenJDK is a development environment for building applications,
 applets, and components using the Java programming language.
 .
 This package contains the Java programming language source files
 (src.zip) for all classes that make up the Java core API.
Multi-Arch: foreign
Homepage: https://openjdk.java.net/
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11/openjdk-11-source_11.0.25~5ea-1_all.deb

Package: openvas
Source: gvm
Version: 22.4.1
Installed-Size: 11
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gvm
Size: 4072
SHA256: cae00ec6f324024bef89f541210dc77db0bf82345ec6de3495618d9281be7cc7
SHA1: 2c60e4a27d92fdf284db485510078d20553fbe5e
MD5sum: 95387e7ac98020c4004e7e26bcb500bb
Description: remote network security auditor - transitional package
 The tool OpenVAS has been renamed Greenbone Vulnerability Manager (GVM).
 .
 This is a transitional package that pulls the new gvm, it can be safely
 removed once gvm has been installed.
Homepage: https://www.greenbone.net/
Section: metapackages
Priority: optional
Filename: pool/main/g/gvm/openvas_22.4.1_all.deb

Package: openvas-scanner
Version: 23.17.0-1
Installed-Size: 994
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server
Depends: libbsd0 (>= 0.6.0), libc6 (>= 2.38), libcurl3t64-gnutls (>= 7.63.0), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.6), libgpg-error0 (>= 1.14), libgpgme11t64 (>= 1.2.0), libgssapi-krb5-2 (>= 1.17), libgvm22t64 (>= 22.8.0), libjson-glib-1.0-0 (>= 1.5.2), libksba8 (>= 1.2.0), libpcap0.8t64 (>= 0.9.8), libsnmp40t64 (>= 5.9.4+dfsg), libssh-4 (>= 0.8.0), openssl, redis-server, adduser, rsync, gpg
Recommends: nmap, python3-impacket
Suggests: gvm-tools, snmp, pnscan, strobe, ike-scan
Conflicts: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server
Size: 326768
SHA256: da008e305b6be7810166a7d18bd2b806efecce14fd5e269e74f46d16df93fb4f
SHA1: ab144c04e0b1c787f9adc7410a0fdcee9346bd77
MD5sum: ffbe0c822c6e87d93047d2a5fb95a963
Description: remote network security auditor - scanner
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a scan server, and a client. The scanner/daemon,
 openvassd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package provides the scanner.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/o/openvas-scanner/openvas-scanner_23.17.0-1_i386.deb

Package: ospd-openvas
Version: 22.8.2-1
Installed-Size: 463
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: python3-ospd (<< 21.4.5)
Provides: python3-ospd
Depends: openvas-scanner (>= 22.4.0), python3-defusedxml, python3-deprecated, python3-gnupg, python3-lxml, python3-packaging, python3-paho-mqtt, python3-psutil, python3-redis, python3:any, sudo
Breaks: python3-ospd (<< 21.4.5)
Size: 90024
SHA256: c3e2babbe7e057d1fcf4c8cc5c329fd4f98a1b8977a98fdf8d5c7942f2e46a8e
SHA1: 8efff3f6a5ae1848164a8c61fce639ad0cc11846
MD5sum: e7973f91243299e2d1ec7ab9320fa4ba
Description: OSP server implementation to allow GVM to remotely control an OpenVAS Scanner
 This package contains an OSP server implementation to allow GVM to remotely
 control OpenVAS.
 .
 It is a command line tool with parameters to start a daemon which keeps
 waiting for instructions to update the feed of vulnerability tests and to
 start a scan. The second part of the interface is the redis store where the
 parameters about a scan task need to be placed and from where the results can
 be retrieved, being the unique communication channel between OSPD-OpenVAS and
 OpenVAS.
 .
 Once running, you need to configure OpenVAS for the Greenbone Vulnerability
 Manager, for example via the web interface Greenbone Security Assistant. Then
 you can create scan tasks to use OpenVAS.
Homepage: https://www.greenbone.net/
Section: admin
Priority: optional
Filename: pool/main/o/ospd-openvas/ospd-openvas_22.8.2-1_all.deb

Package: pcregrep
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 65
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: i386
Replaces: pgrep (<< 4.5)
Depends: libc6 (>= 2.34), libpcre3
Size: 27380
SHA256: 678411d7b26460cb435fceb6e001bf9cd96ba5dc252ee4295b70a4fdfbbd7920
SHA1: caab76ea407e7e9f077d368ca7f83bc53dd551eb
MD5sum: 48bc2bba744fe11fa062c31a311f8435
Description: grep utility that uses perl 5 compatible regexes.
 Perl-style regexps have many useful features that the standard POSIX ones
 don't; this is basically the same as grep but with the different
 regexp syntax.
 .
 The other reason for the existence of pcregrep is that its source code is an
 example of programming with libpcre.
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::searching, works-with::text
Section: utils
Priority: optional
Filename: pool/main/p/pcre3/pcregrep_8.39-15.1_i386.deb

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.8-1
Installed-Size: 85
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Depends: postgresql-17, libc6 (>= 2.4), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Size: 20664
SHA256: af92d736ba1ed46b671afb0c8fe2f528d3897e4bf16e02e83c43e1849d3c051f
SHA1: 509c049fc4e50ad5852c58938ddbf1625f6fde6d
MD5sum: 3b4a4e8095904aa0b3284363de1422de
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Homepage: https://github.com/greenbone/pg-gvm
Section: libs
Priority: optional
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.8-1_i386.deb

Package: purple-xmpp-http-upload
Version: 0.2.4-2.1
Installed-Size: 39
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Architecture: i386
Depends: libc6 (>= 2.4), libglib2.0-0t64 (>= 2.16.0), libpurple0t64 (>= 2.6.0)
Size: 11376
SHA256: fdc19719db5de0324c6b1692baabbfc3e4126aacc3abf2abfbee60fd2a3310e4
SHA1: b3630d20585ce2a53d392c9142b70bd5b2861911
MD5sum: a53b30207fa818751f874d7cfebc2f43
Description: HTTP File Upload plugin for libpurple
 libpurple plugin implementing HTTP File Upload (XEP-0363) for the XMPP
 protocol.
Multi-Arch: same
Homepage: https://github.com/Junker/purple-xmpp-http-upload
Section: net
Priority: optional
Filename: pool/main/p/purple-xmpp-http-upload/purple-xmpp-http-upload_0.2.4-2.1_i386.deb

Package: python-aiohttp-security-doc
Source: python-aiohttp-security
Version: 0.5.0-1
Installed-Size: 310
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 63900
SHA256: 003cc9f076200c45065d8d2e6295b803b164abe8342ffb01f3194520276e3d9d
SHA1: f4ee434f94a3936e3a4b444546a53838e9d089e2
MD5sum: 82171249426e136614a2c46d4326edee
Description: provides identity and authorization for aiohttp.web (documentation)
 aiohttp-security is a set of public API functions as well as a reference
 standard for implementation details for securing access to assets served
 by a wsgi server.
 .
 This package provides the HTML documentation.
Multi-Arch: foreign
Homepage: https://github.com/aio-libs/aiohttp-security
Section: doc
Priority: optional
Filename: pool/main/p/python-aiohttp-security/python-aiohttp-security-doc_0.5.0-1_all.deb

Package: python-all
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2 (= 2.7.18-3), python2.7 (>= 2.7.2-3)
Size: 1044
SHA256: 054a4510fd75b3f7a56e77fdddb8efaf9621a58dbb4d3cfc9a10b56c0a3aebf5
SHA1: f01ab8d57cae628b02d9a728e0f30cf22332d98f
MD5sum: 108c817b4e0c8bfc5cc9621801cf02e3
Description: package depending on all supported Python2 runtime versions
 The package currently depends on python2.7, in the future,
 dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono)
 may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python2 runtimes.
Multi-Arch: allowed
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/python-all_2.7.18-3_i386.deb

Package: python-all-dbg
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2 (= 2.7.18-3), python-all (= 2.7.18-3), libpython-all-dbg (= 2.7.18-3), python2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7-7)
Size: 1068
SHA256: 55c6c5be973f1bb7bbaeb1131796ca3d02b33510e7834f77b6172c6b7a50342a
SHA1: a6dd334ec30477cf143b70d9e1deac1282d44fa8
MD5sum: 11150783807c7aaf8f6f125725888fa9
Description: package depending on all supported Python2 debugging packages
 The package currently depends on python2.7-dbg, in the
 future, dependencies on jython (Python for a JVM) and ironpython (Python2
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python2 debug packages.
Multi-Arch: allowed
Homepage: https://www.python.org/
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-defaults/python-all-dbg_2.7.18-3_i386.deb

Package: python-all-dev
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 6
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2 (= 2.7.18-3), python-all (= 2.7.18-3), libpython-all-dev (= 2.7.18-3), python2-dev (= 2.7.18-3), python2.7-dev (>= 2.7-7)
Size: 1068
SHA256: cde5436d95176787e236f1e9dff1116964ce7ab4a93ee782c4023958da00e60b
SHA1: 8dd7cf63de03bfcb9bd3a4d43d74944b4d58c3b3
MD5sum: b6aa4c35f24cc24550ac91c66643d4c4
Description: package depending on all supported Python2 development packages
 The package currently depends on python2.7-dev, in the
 future, dependencies on jython (Python2 for a JVM) and ironpython (Python2
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python2 development
 packages.
Multi-Arch: allowed
Homepage: https://www.python.org/
Tag: devel::lang:python, devel::library, role::dummy
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/python-all-dev_2.7.18-3_i386.deb

Package: python-gdbm
Source: python-stdlib-extensions
Version: 2.7.18-1
Installed-Size: 52
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Provides: python2.7-gdbm
Depends: python2 (>= 2.7), python2 (<< 2.8), libc6 (>= 2.4), libgdbm6 (>= 1.16)
Suggests: python-gdbm-dbg
Size: 13140
SHA256: 1e4b0b96e18cfa202b6c3f31e8d40545081ee5e767476b8f02b7b4ffdfa5f2e3
SHA1: eddab67ae25d1099d75333ca69082491d80e5f91
MD5sum: 531736eff1ad5181d41b16fef78ad92f
Description: GNU dbm database support for Python2
 GNU dbm database module for Python2. Install this if you want to
 create or read GNU dbm database files with Python2.
Tag: devel::lang:python, devel::library, implemented-in::python,
 role::shared-lib, works-with::db
Section: python
Priority: optional
Filename: pool/main/p/python-stdlib-extensions/python-gdbm_2.7.18-1_i386.deb

Package: python-gdbm-dbg
Source: python-stdlib-extensions
Version: 2.7.18-1
Installed-Size: 76
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-gdbm (= 2.7.18-1), libc6 (>= 2.4), libgdbm6 (>= 1.16)
Size: 27092
SHA256: 1ac85efd0491983b21b2615098f7b12c7c3827dfebf46eff64e0df38461f3f59
SHA1: a56e8f30fe11602b02530a8d5c557eb0dc3d45df
MD5sum: 40f5a5badf97955c352c7ae52caff765
Description: GNU dbm database support for Python2 (debug extension)
 GNU dbm database module for Python2. Install this if you want to
 create or read GNU dbm database files with Python2.
 .
 This package contains the extensions built for the Python2 debug interpreter.
Build-Ids: efff7a2349a032d1e67d891333f62a40c28cf6cb
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-stdlib-extensions/python-gdbm-dbg_2.7.18-1_i386.deb

Package: python-gvm-doc
Source: python-gvm
Version: 26.1.1-1
Installed-Size: 1602
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 140064
SHA256: c42cdac21333f6edf91cc739e2dbe87c59e5d9173c16891f6ec12d3280c35f92
SHA1: b58877dbb741f58153d90c733f065ae73f50da74
MD5sum: a8d80a77dd326392b1a93929e6ef95e1
Description: Greenbone Vulnerability Management Python Library (common documentation)
 This module gvm contains the Greenbone Vulnerability Management Python API
 library. It's a collection of APIs that help with remote controlling a
 Greenbone Security Manager (GSM) appliance and its underlying Greenbone
 Vulnerability Manager (GVM). The library essentially abstracts accessing the
 communication protocols Greenbone Management Protocol (GMP) and Open Scanner
 Protocol (OSP).
 .
 This is the common documentation package.
Homepage: https://github.com/greenbone/python-gvm
Section: doc
Priority: optional
Filename: pool/main/p/python-gvm/python-gvm-doc_26.1.1-1_all.deb

Package: python-pontos-doc
Source: pontos
Version: 25.3.2-1
Installed-Size: 2984
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 227708
SHA256: 1fbd9b75093da1664b4116171f7fa6d62480651890db3b66e6fa05e7e6522405
SHA1: 99e85b5b8e28e0eaec700d6201ba1801bc6274da
MD5sum: 02a36eeedb5ef8f9b3194f0d6aad8ca5
Description: Greenbone Python Utilities and Tools (common documentation)
 This package contains  a collection of utilities, tools, classes and functions
 maintained by Greenbone Networks.
 .
 Pontos is the German name of the Greek titan Pontus, the titan of the sea.
 .
 This is the common documentation package.
Homepage: https://github.com/greenbone/pontos
Section: doc
Priority: optional
Filename: pool/main/p/pontos/python-pontos-doc_25.3.2-1_all.deb

Package: python-tk
Source: python-stdlib-extensions
Version: 2.7.18-1
Installed-Size: 96
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Provides: python2.7-tk
Depends: python2 (>= 2.7), python2 (<< 2.8), blt (>= 2.4z-9), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3)
Suggests: tix, python-tk-dbg
Size: 25672
SHA256: 95868744cea18a80ffb48c750a756a048dc827d39b8d47021a398a3a8de56d53
SHA1: 09be075460b035650a6c7153188f0af212168a14
MD5sum: 21ddfa75a1e58a30cda672b3b38c8b73
Description: Tkinter - Writing Tk applications with Python2
 A module for writing portable GUI applications with Python2 using Tk.
 Also known as Tkinter.
Tag: devel::lang:python, devel::library, implemented-in::python,
 role::shared-lib, uitoolkit::tk
Section: python
Priority: optional
Filename: pool/main/p/python-stdlib-extensions/python-tk_2.7.18-1_i386.deb

Package: python-tk-dbg
Source: python-stdlib-extensions
Version: 2.7.18-1
Installed-Size: 372
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-tk (= 2.7.18-1), blt (>= 2.4z-9), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3)
Size: 176096
SHA256: b47cb1332df83d274a70979e85aa8cb4d4beb6e8c81e1c384ad1018535e8c39b
SHA1: 0a6c81a159a3da0fe1542097647190b7bed0fc96
MD5sum: e06509fa3007123600c63f3067126387
Description: Tkinter - Writing Tk applications with Python2 (debug extension)
 A module for writing portable GUI applications with Python2 using Tk.
 Also known as Tkinter.
 .
 This package contains the extensions built for the Python2 debug interpreter.
Build-Ids: 32e36d5f6f1dc0156ac82abc67b3b7d8e7e5b24d
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-stdlib-extensions/python-tk-dbg_2.7.18-1_i386.deb

Package: python2
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 69
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python (<< 2.7.15-2), python-dev (<< 2.6.5-2), python2-doc (<< 2.7.18-2)
Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
Depends: python2.7 (>= 2.7.18~), libpython2-stdlib (= 2.7.18-3)
Pre-Depends: python2-minimal (= 2.7.18-3)
Suggests: python2-doc (= 2.7.18-3), python-tk (>= 2.7.18~)
Conflicts: python-central (<< 0.5.5)
Breaks: python (<< 2.7.15-2), python2-doc (<< 2.7.18-2), update-manager-core (<< 0.200.5-2)
Size: 24468
SHA256: da3571e7df15544a738c50ce7b77beca4e1e364e08081e505eb6596d4c6ad360
SHA1: 2377767d4b64bb17c84854780efd0f84b257d6c9
MD5sum: 654e0a12d4cb9348aab689cf6f03742c
Description: interactive high-level object-oriented language (Python2 version)
 Python2, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's Python2
 version (currently v2.7).
Multi-Arch: allowed
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/python2_2.7.18-3_i386.deb

Package: python2-dbg
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 20
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python-dbg (<< 2.7.15-2)
Depends: python2 (= 2.7.18-3), libpython2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7.18~)
Breaks: python-dbg (<< 2.7.15-2)
Size: 1272
SHA256: eddde4abec40a6c496d713954aa13a544b409f2c1ed5837b9a69b71d8ee1cea2
SHA1: bfe428cbac6c38c8052d98883e986bb4ffabb7f9
MD5sum: a7b972f4fd4a116f6344efd5a92525c4
Description: debug build of the Python2 interpreter (version 2.7)
 Python2 interpreter configured with --pydebug. Dynamically loaded modules are
 searched in /usr/lib/python2.7/lib-dynload/debug first.
Multi-Arch: allowed
Homepage: https://www.python.org/
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python-defaults/python2-dbg_2.7.18-3_i386.deb

Package: python2-dev
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 15
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python-dev (<< 2.7.15-2)
Depends: python2 (= 2.7.18-3), libpython2-dev (= 2.7.18-3), python2.7-dev (>= 2.7.18~)
Breaks: python-dev (<< 2.7.15-2)
Size: 1212
SHA256: b64079dca0e4ea044c1e2718541fb18718455460bdba17687438fc96d58e642b
SHA1: f6e93ad59941bbb0c3c510614c794ff338dc3678
MD5sum: 002b70d69b54cb5ecc7e505cdc6a0f9c
Description: header files and a static library for Python2
 Header files, a static library and development tools for building
 Python2 modules, extending the Python2 interpreter or embedding Python2
 in applications.
 .
 This package is a dependency package, which depends on Debian's Python2
 version (currently v2.7).
Multi-Arch: allowed
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/python2-dev_2.7.18-3_i386.deb

Package: python2-doc
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 41
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Replaces: python-doc (<< 2.7.15-2)
Depends: python2.7-doc (>= 2.7.18~)
Suggests: python2 (= 2.7.18-3)
Breaks: python-doc (<< 2.7.15-2)
Size: 21340
SHA256: ac28361db37363a07df01e0c789dc8015e147da9eb32e5d27b53640e8151e944
SHA1: 183be6e4d0deea2f20161afcbcff9529b3aa8bd1
MD5sum: 37de122759be1e76569c0176917378b2
Description: documentation for the high-level object-oriented language Python2
 This is the official set of documentation for the interactive high-level
 object-oriented language Python2 (v2.7). All documents are provided
 in HTML format, some in info format. The package consists of nine documents:
 .
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules
 .
 This package is a dependency package, which depends on Debian's Python2
 version (currently v2.7).
Multi-Arch: foreign
Homepage: https://www.python.org/
Section: doc
Priority: optional
Filename: pool/main/p/python-defaults/python2-doc_2.7.18-3_all.deb

Package: python2-minimal
Source: python-defaults
Version: 2.7.18-3
Installed-Size: 105
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python (<= 2.7.3-1~), python-minimal (<< 2.7.15-2)
Depends: python2.7-minimal (>= 2.7.18~), dpkg (>= 1.13.20)
Recommends: python2
Conflicts: python-central (<< 0.5.5)
Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-minimal (<< 2.7.15-2), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
Size: 34244
SHA256: 409ddf4e5e0eca9f0e0ccc0ec20acab83deef5d40ce003e81758d9a51055b034
SHA1: 4172c53470c8732f8a0ec802bf7503f18bda3b4a
MD5sum: 2cd1a6e6daa2358d98ef0c78ae5eead9
Description: minimal subset of the Python2 language
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.
Multi-Arch: allowed
Homepage: https://www.python.org/
Cnf-Visible-Pkgname: python2
Section: python
Priority: optional
Filename: pool/main/p/python-defaults/python2-minimal_2.7.18-3_i386.deb

Package: python2.7
Version: 2.7.18-13.2
Installed-Size: 383
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~)
Depends: python2.7-minimal (= 2.7.18-13.2), libpython2.7-stdlib (= 2.7.18-13.2), media-types | mime-support
Suggests: python2.7-doc, binutils
Conflicts: python-profiler (<= 2.7.1-2)
Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-virtualenv (<< 1.7.1.2-2~), python-yaml (<< 5.3.1-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4)
Size: 311008
SHA256: 6678d2f8423539be7fc7a2c15df0f9b5b237a13db3d13fca3b8171ea674041ab
SHA1: 2d3527ffbfacb0efa0a76603c0040934357f8218
MD5sum: 6a62800af4ba27b94b06923aaa0cd7de
Description: Interactive high-level object-oriented language (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Multi-Arch: allowed
Tag: devel::interpreter, devel::lang:python, devel::runtime,
 implemented-in::c, interface::commandline, role::program,
 works-with::software:running, works-with::software:source
Section: python
Priority: optional
Filename: pool/main/p/python2.7/python2.7_2.7.18-13.2_i386.deb

Package: python2.7-dbg
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 14087
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Depends: python2.7 (= 2.7.18-13.2), libpython2.7-dbg (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0)
Suggests: python-gdbm-dbg, python-tk-dbg
Size: 7980496
SHA256: abcde731958d4675c570fa2d74cdc5b286199770749f06d1db6924ba00fe865b
SHA1: a0129508595c7018f9d0850087224d097f1cae5a
MD5sum: 9a99903ade86ba707106d04b134b6939
Description: Debug Build of the Python Interpreter (version 2.7)
 The package holds two things:
 .
 - A Python interpreter configured with --pydebug. Dynamically loaded modules
   are searched as <foo>_d.so first. Third party extensions need a separate
   build to be used by this interpreter.
 - Debug information for standard python interpreter and extensions.
 .
 See the README.debug for more information.
Multi-Arch: allowed
Build-Ids: 01610768c1121ee507650884f1cb706052d557de 03d8bd38c18dbd22cdd713da5c264cd0a2f50a23 086e4765b8f0f74cb250e6f2de00f65a72fcbae8 0edb68c422adf012dd7768da4a0a4443364b198c 10017695cdc752ffea54d3adfc50731eac5519e5 1197b555560d7ef655407debe6888fedfa5bffa1 143880a697df542882abd3331083b0219a960855 1608bcfb486722092ee7d5313e058e49e0f4a0e0 1afb65073d80d68ceb28c3f20ea2fd401a59137b 1c071769a5c14549ab627446093d8537986fda30 1d922c736043749b5ce81a19ccc6acddd0163678 2717d9bf7be8e9cac0c13f03090a99594faa8bbe 31074480c4a1c24a59a59d47714aa89e00992dda 37f9529840d3ff3c25588401e68de4df23cbb1f3 3d416c2e4933b8735ac615cc4c8c3d2ddd99b0f3 430c78b1f41281f4b2eca85858be6d44f54bc360 478dd6540a47e15697a97c31263d9acd1bc3a53d 47f6bad4805a5cf85511f19786dfc052955ced2b 51713ea745c02c63bfff81f97340bd5e6821a505 57d9fb8a345e1d0508b336551516a755802657ce 6096e2d74c16021d928f2b08782e07ac504afd50 695d6ec5bcb2dd140ec4f627d5b8afd01352b6c7 7dd748526e4dde0d3f09cc5d58be55c022d732b6 81b6f3b47deb51ea7bc86d7ae259e829c6dee4e2 948819ad021d3f9a034e631bfd9824ab267d71c2 a2227045c1e88d4ffc8232fe5bf827c74e1c8e8e ac9597ba11ee5590511c2078b921eb4545d66a85 bc5c0809e15341c44f43db63c6b44d1c2dcd0f41 c0b964aeece7144e4e8905bf8f43f2f61e45a54e c97d5ab22129836818d4524bcafa606b238f4e5a cb47c3f49b2c1603dda0914cc007e48f3ba6c648 dbe9381491bcccc154a65bd828efe5794e1e2abe dc2f30ceb2a5f3e7ce4f3c16ce4eccbc56341885 dc53d1c885259dbfedfb1e3f4e174a459712a67c de96eb70121ddc9996b366413c42baed6c8007fb e0d1233bb0508a50925611980cbd0d3a7cb1e345 f66268dc2c0de8dcc61770571a9693faa352829e fcf233f57ebc7b3bbfb3386f6cae7490f2ed740e ffaff7352671b734834a0b413f918c301fcfe9b7
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/python2.7/python2.7-dbg_2.7.18-13.2_i386.deb

Package: python2.7-dev
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 301
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python2.7 (<< 2.7-3)
Depends: python2.7 (= 2.7.18-13.2), libpython2.7-dev (= 2.7.18-13.2), libpython2.7 (= 2.7.18-13.2), libexpat1-dev
Recommends: libc6-dev | libc-dev
Size: 294432
SHA256: f40ee634b680161ce96130bbcde3d75cfc8db07b5e7d23f6bad69084f319e4b6
SHA1: 224ac1c147fdc06bfed87dfd40fbc93ba4534782
MD5sum: 22cdaebb427878988b81dc92c379df3e
Description: Header files and a static library for Python (v2.7)
 Header files, a static library and development tools for building
 Python (v2.7) modules, extending the Python interpreter or embedding
 Python (v2.7) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
Multi-Arch: allowed
Tag: devel::lang:python, devel::library, role::devel-lib
Section: python
Priority: optional
Filename: pool/main/p/python2.7/python2.7-dev_2.7.18-13.2_i386.deb

Package: python2.7-doc
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 35948
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Depends: libjs-jquery, libjs-underscore
Suggests: python2.7
Size: 4502188
SHA256: 588e2df20ccff8a7f0b1e460a1988afe206ad3561476ff1dd170f3d9b06fd3ba
SHA1: ade68497191e5f267f838f05d4999585d40b886b
MD5sum: 0279e9b7d9c6349606de76dffb98ce90
Description: Documentation for the high-level object-oriented language Python (v2.7)
 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v2.7). All documents are provided
 in HTML format. The package consists of ten documents:
 .
   * What's New in Python2.7
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules
Multi-Arch: foreign
Tag: devel::doc, devel::examples, devel::lang:python, made-of::html,
 role::documentation
Section: doc
Priority: optional
Filename: pool/main/p/python2.7/python2.7-doc_2.7.18-13.2_all.deb

Package: python2.7-examples
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 2922
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Depends: python2.7:any (>= 2.7.18-13.2)
Size: 717136
SHA256: e5cb6842ffe220fba5d3eeef3662f97b7fbedd4e8e1c41c6def3a28e73f51837
SHA1: f727c28c10c28508296c4fc29c1ce228145b7bc0
MD5sum: c2eb3dc277fe132ffd905c09d90ea3df
Description: Examples for the Python language (v2.7)
 Examples, Demos and Tools for Python (v2.7). These are files included in
 the upstream Python distribution (v2.7).
Multi-Arch: foreign
Section: python
Priority: optional
Filename: pool/main/p/python2.7/python2.7-examples_2.7.18-13.2_all.deb

Package: python2.7-minimal
Source: python2.7
Version: 2.7.18-13.2
Installed-Size: 3610
Maintainer: Matthias Klose <doko@debian.org>
Architecture: i386
Replaces: python2.7 (<< 2.7.8-7~)
Depends: libpython2.7-minimal (= 2.7.18-13.2)
Pre-Depends: libc6 (>= 2.33), zlib1g (>= 1:1.2.0)
Recommends: python2.7
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~)
Size: 1247308
SHA256: e75f1e6ae3e10dbbf4c253c3ff6ce1b330c817e6f9d0a83adc8d094e3514d2bc
SHA1: cd15b745d77718895ce1d801f8e76a4d1c6b52ac
MD5sum: cb3c787d5d53545a0c5852d55a5891dd
Description: Minimal subset of the Python language (version 2.7)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.
Multi-Arch: allowed
Cnf-Visible-Pkgname: python2.7
Tag: devel::interpreter, devel::lang:python, implemented-in::c,
 implemented-in::python, role::program
Section: python
Priority: optional
Filename: pool/main/p/python2.7/python2.7-minimal_2.7.18-13.2_i386.deb

Package: python3-aiohttp-apispec
Source: python-aiohttp-apispec
Version: 3.0.0~b2+ds1-2
Installed-Size: 64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-aiohttp (<< 4.0), python3-apispec, python3-jinja2, python3-webargs, python3:any
Size: 14204
SHA256: 4dc357cebd4d63cc755d2f20b55ce03867f58f1a16cbd1c8d18dda2e88be03f4
SHA1: ea387ca86804c3e9dceae193617f3d1d53543f23
MD5sum: e044f76dcdf89b637d989680b26f6f79
Description: Build and document REST APIs with aiohttp and apispec
 This Python module exports various decorators to automatically export
 Swagger specifications from a aiohttp server.
 .
 It also includes middleware to validate against marshmallow schemas.
 .
 Swagger UI support is currently not included.
Homepage: https://github.com/maximdanilchenko/aiohttp-apispec
Section: python
Priority: optional
Filename: pool/main/p/python-aiohttp-apispec/python3-aiohttp-apispec_3.0.0~b2+ds1-2_all.deb

Package: python3-aiohttp-security
Source: python-aiohttp-security
Version: 0.5.0-1
Installed-Size: 63
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-aiohttp, python3:any
Size: 11792
SHA256: eb042ed8fe197463e690ef0242de423312f1d1ab31d2ff6997e0618282892504
SHA1: 841aee1e1184fa7de4b872f2f4ccb29b77520c61
MD5sum: 990c2503f8ba25388db5d59316839c08
Description: provides identity and authorization for aiohttp.web
 aiohttp-security is a set of public API functions as well as a reference
 standard for implementation details for securing access to assets served
 by a wsgi server.
Homepage: https://github.com/aio-libs/aiohttp-security
Section: python
Priority: optional
Filename: pool/main/p/python-aiohttp-security/python3-aiohttp-security_0.5.0-1_all.deb

Package: python3-aioredis
Source: aioredis
Version: 1.3.1-2
Installed-Size: 273
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Depends: python3-async-timeout, python3-hiredis, python3:any
Size: 52644
SHA256: 783cafb2d4d8a24181019d8e945736a517a65d96d9c6d574c7ca7a704f93ad69
SHA1: c4ab030e12366feaada2ce29768fb21d9cd49b9b
MD5sum: 6831f82332ee8650404fbf12747d8d3d
Description: asyncio (PEP 3156) Redis support
 The library is intended to provide simple and clear interface to Redis based
 on asyncio.
 .
 Features:
  * Connections pool
  * Low-level & high-level API
  * hiredis parser
Homepage: http://aioredis.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/a/aioredis/python3-aioredis_1.3.1-2_all.deb

Package: python3-appdirs
Source: appdirs
Version: 1.4.4-4
Installed-Size: 57
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3:any
Size: 12484
SHA256: 78281b513d400420c99b812197f2c49791cabbe8676aca629a4283dda239d94b
SHA1: 1e46e18b52bcae2b816a3b23b7ca4cf9164591c7
MD5sum: 8e1abde2c0a468f62b4dc92acb2a1ab5
Description: determining appropriate platform-specific directories (Python 3)
 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 3 version of the package.
Homepage: https://github.com/ActiveState/appdirs
Section: python
Priority: optional
Filename: pool/main/a/appdirs/python3-appdirs_1.4.4-4_all.deb

Package: python3-azure-functions-devops-build
Source: azure-functions-devops-build
Version: 0.0.22-6
Installed-Size: 181
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-jinja2, python3-msrest, python3:any
Size: 22640
SHA256: 95628256eac9e82c47d1e2bedbe9fcee4917c976cdb7bd7de8a6b8f6b3dc6008
SHA1: 4f8810af65027832a7345b35ab1a58eb3ded9a18
MD5sum: de3afe83e5b349ca52d4afd37c375ac4
Description: Azure Devops Build Manager For Azure Functions
 This project provides the class AzureDevopsBuildManager and supporting classes.
 This manager class allows the caller to manage Azure Devops pipelines that are
 maintained within an Azure Devops account. This project was created to be able
 to support command line tooling for the AZ Cli.
Homepage: https://github.com/Azure/azure-functions-devops-build
Section: python
Priority: optional
Filename: pool/main/a/azure-functions-devops-build/python3-azure-functions-devops-build_0.0.22-6_all.deb

Package: python3-compose
Source: docker-compose
Version: 1.29.2-6.4
Installed-Size: 474
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Architecture: all
Replaces: docker-compose (<< 1.29.2-4~)
Depends: python3-distro (>= 1.5.0), python3-docker (>= 5), python3-dockerpty (>= 0.4.1), python3-docopt (>= 0.6.1), python3-dotenv (>= 0.13.0), python3-jsonschema, python3-requests (>= 2.20.0), python3-texttable (>= 0.9.0), python3-websocket (>= 0.32.0), python3-yaml (>= 3.10), python3:any, python3-packaging
Breaks: docker-compose (<< 1.29.2-4~)
Size: 112472
SHA256: 000707715d8b1020730f005137e611069cc0efa821cb4658ad8f2c6743698558
SHA1: e5cf88005940c4650ae2cda5ee90942284f7226b
MD5sum: 8e1a3636a654f5a8e156afda09321fbc
Description: Python implementation of docker-compose file specification
 docker-compose is a service management software built on top of docker. Define
 your services and their relationships in a simple YAML file, and let compose
 handle the rest.
 .
 This package includes a Python implementation of docker-compose.
Homepage: https://docs.docker.com/compose/
Section: admin
Priority: optional
Filename: pool/main/d/docker-compose/python3-compose_1.29.2-6.4_all.deb

Package: python3-dfvfs
Source: dfvfs
Version: 20201219-1
Installed-Size: 1030
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3:any, python3-fsapfs (>= 20181205), python3-cffi-backend (>= 1.9.1), python3-cryptography (>= 2.0.2), python3-dfdatetime (>= 20180324), python3-dtfabric (>= 20170524), python3-idna (>= 2.5), python3-six (>= 1.1.0), python3-protobuf, python3-tsk (>= 20200117-3), python3-libbde (>= 20140531), python3-libewf (>= 20131210), python3-libfsext (>= 20200819), python3-libfshfs (>= 20201103), python3-libfsntfs (>= 20151130), python3-libfsxfs (>= 20201114), python3-libfvde (>= 20160719), python3-libfwnt (>= 20160418), python3-libluksde (>= 20200101), python3-libqcow (>= 20201213), python3-libsigscan (>= 20150627), python3-libsmdev (>= 20140529), python3-libsmraw (>= 20140612), python3-libvhdi (>= 20131210), python3-libvmdk (>= 20140421), python3-libvshadow (>= 20160109), python3-libvslvm (>= 20160109)
Size: 103072
SHA256: 3fe10cd17db6f3454b9b8298b375a4dfe4893fd753795851da208f62689a6a37
SHA1: 9da2169955d25019925ed231b928afaada2dd16f
MD5sum: 3f457eb3d41dfeb6cf82b1965161c859
Description: Digital Forensics Virtual File System
 The Digital Forensics Virtual File System, provides read-only access
 to file-system objects from various storage media types and file
 formats. The goal of dfVFS is to provide a generic interface for
 accessing file-system objects, for which it uses several back-ends
 that provide the actual implementation of the various storage media
 types, volume systems and file systems.
Homepage: https://github.com/log2timeline/dfvfs
Section: python
Priority: optional
Filename: pool/main/d/dfvfs/python3-dfvfs_20201219-1_all.deb

Package: python3-duckpy
Source: python-duckpy
Version: 3.2.0-3
Installed-Size: 35
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-bs4, python3-httpx, python3:any, python3-h2
Size: 6260
SHA256: 72ee47aab3311896f623b0442618aafd50338ca9644cd1e74c1cb7f8842f5777
SHA1: db9b114d0421c044532a700e77d1e79454b435ca
MD5sum: 091651f376a7c946b6fd0898eff86287
Description: simple Python library for searching on DuckDuckGo
 A simple Python module for searching on DuckDuckGo. And also provide an
 asynchronous version inside the duckpy.aio package.
 .
 Can also set up proxies and/or enable or disable random User-Agents
 depending on your needs.
Homepage: https://github.com/AmanoTeam/duckpy
Section: python
Priority: optional
Filename: pool/main/p/python-duckpy/python3-duckpy_3.2.0-3_all.deb

Package: python3-fuzzywuzzy
Source: fuzzywuzzy
Version: 0.18.0-4
Installed-Size: 64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-levenshtein, python3:any
Size: 20048
SHA256: dddc6694f53d48179ce2b3a181cd25616357508d25b7102222334731734e7861
SHA1: b6498c5d8e6f48ed7854253e4779934a03a90477
MD5sum: 058104a505d5b80f70fcb20b6e2de29c
Description: Python 3 module for fuzzy string matching
 Various methods for fuzzy matching of strings in Python, including:
 .
   - String similarity: Gives a measure of string similarity between 0 and 100.
   - Partial string similarity: Inconsistent substrings are a common problem
     when string matching. To get around it, use a "best partial" heuristic
     when two strings are of noticeably different lengths.
   - Token sort: This approach involves tokenizing the string in question,
     sorting the tokens alphabetically, and then joining them back into a
     string.
   - Token set: A slightly more flexible approach. Tokenize both strings, but
     instead of immediately sorting and comparing, split the tokens into two
     groups: intersection and remainder.
Homepage: https://github.com/seatgeek/fuzzywuzzy
Section: python
Priority: optional
Filename: pool/main/f/fuzzywuzzy/python3-fuzzywuzzy_0.18.0-4_all.deb

Package: python3-gensim
Source: gensim (4.3.3+dfsg-2)
Version: 4.3.3+dfsg-2+b1
Installed-Size: 5399
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: i386
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3-scipy, python3-smart-open, python3:any, libc6 (>= 2.38), libgcc-s1 (>= 4.2), libstdc++6 (>= 11)
Size: 952332
SHA256: 3312de1ce0ae769b5499d6e61b5b0ed6c45cfac10ce49694fa0c62b1cdaad42f
SHA1: 1d307a498b2a8c57436e3751664f36095ffeb401
MD5sum: ff5906ec0fe3f589228f301bbc7736b2
Description: Python framework for fast Vector Space Modelling
 Gensim is a Python library for topic modelling, document indexing
 and similarity retrieval with large corpora. The target audience
 is the natural language processing (NLP) and information retrieval
 (IR) community.
Homepage: https://radimrehurek.com/gensim/
Section: python
Priority: optional
Filename: pool/main/g/gensim/python3-gensim_4.3.3+dfsg-2+b1_i386.deb

Package: python3-gvm
Source: python-gvm
Version: 26.1.1-1
Installed-Size: 596
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gvmd (>= 21.4.5), python3-lxml, python3-paramiko, python3:any
Suggests: python-gvm-doc
Size: 57464
SHA256: e8aada1ae05698d391f6320c726591f5fdaee22116a283431b2f4405ef5f8b9f
SHA1: 30d55b1a4dd45391947d925436ca47a2b9a08976
MD5sum: 5546ac0c31e96b7c6c279b7b24dee0c9
Description: Greenbone Vulnerability Management Python Library (Python 3)
 This module gvm contains the Greenbone Vulnerability Management Python API
 library. It's a collection of APIs that help with remote controlling a
 Greenbone Security Manager (GSM) appliance and its underlying Greenbone
 Vulnerability Manager (GVM). The library essentially abstracts accessing the
 communication protocols Greenbone Management Protocol (GMP) and Open Scanner
 Protocol (OSP).
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/python-gvm
Section: python
Priority: optional
Filename: pool/main/p/python-gvm/python3-gvm_26.1.1-1_all.deb

Package: python3-pontos
Source: pontos
Version: 25.3.2-1
Installed-Size: 961
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-colorful, python3-dateutil, python3-httpx, python3-lxml, python3-packaging, python3-rich, python3-semver, python3-shtab, python3-tomlkit, python3:any, python3-h2
Suggests: python-pontos-doc
Size: 119252
SHA256: d36fe9cd6b834821f261ac0a4c4b27e102d16c16d15c57598a1498d82826a8b8
SHA1: b23348ddea024f62310131274ad3af656d581f24
MD5sum: 0942f48e61effff2eae9e680faf656dd
Description: Greenbone Python Utilities and Tools (Python 3)
 This package contains  a collection of utilities, tools, classes and functions
 maintained by Greenbone Networks.
 .
 Pontos is the German name of the Greek titan Pontus, the titan of the sea.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/pontos
Section: python
Priority: optional
Filename: pool/main/p/pontos/python3-pontos_25.3.2-1_all.deb

Package: python3-software-properties
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 143
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Depends: gpg, iso-codes, lsb-release, python3, python3-apt, python3-gi, python3-lazr.restfulclient, python3:any
Size: 32808
SHA256: e336366bf97c7b824c41c8d71bfd08a4500ee76c5654e7367b18456e3c2ae759
SHA1: 2b85cc17651c5308908185c7afba473e97ee4ff9
MD5sum: 2e47fbd4cec8fa3d508d2e5665d364d4
Description: manage the repositories that you install software from
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains the Python3 module.
Section: python
Priority: optional
Filename: pool/main/s/software-properties/python3-software-properties_0.99.30-4.1_all.deb

Package: python3-unicrypto
Source: unicrypto
Version: 0.0.10-2
Installed-Size: 252
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Architecture: all
Depends: python3-pycryptodome, python3:any
Size: 39556
SHA256: b74168a5fb5c0dddc1ef37929c478618f4417e787369c6a0acc9c0117ccbfc9d
SHA1: a3d118082261586c026df64ff976673cc89f5bfd
MD5sum: 9ebcc4d7c12444755d3bb0b0876bb349
Description: Unified interface for cryptographic libraries
 Unicrypto is a library that provides a unified interface to a variety of
 cryptographic algorithms. With it, developers can easily integrate encryption
 into their applications, ensuring the security of data and communications.
 .
 The module also allows developers to have access to a wide range of
 encryption algorithms, including AES, DES, RC4 and TDES, among others.
 This library simplifies the process of implementing security in applications
 by providing a single consistent API for different algorithms, regardless of
 the underlying library used.
Homepage: https://github.com/skelsec/unicrypto
Section: python
Priority: optional
Filename: pool/main/u/unicrypto/python3-unicrypto_0.0.10-2_all.deb

Package: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 3336
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.8+dfsg)
Recommends: libradare2-dev
Size: 204628
SHA256: 928c2fcf51667df69b2bb9546e86f2384715c5dcd9544afc9ea3e076e900eb3b
SHA1: c7c74b5a5a0adea0afbb198d549a1d2d74fc52d4
MD5sum: e68589b2f1c513d77dcae5dfd602f82e
Description: free and advanced command line hexadecimal editor
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
Homepage: https://www.radare.org
Tag: devel::debugger, devel::editor, devel::machinecode, implemented-in::c,
 interface::commandline, interface::text-mode, role::program,
 scope::utility, security::forensics, use::analysing, use::checking,
 use::comparing, use::editing, use::searching, works-with-format::elf,
 works-with::file, works-with::text
Section: devel
Priority: optional
Filename: pool/main/r/radare2/radare2_5.9.8+dfsg-2_i386.deb

Package: reprotest
Version: 0.7.29
Installed-Size: 339
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Architecture: all
Depends: apt-utils, libdpkg-perl, procps, python3-debian, python3-distro, python3-rstr, python3:any
Recommends: disorderfs, faketime, locales-all, sudo, diffoscope-minimal
Suggests: autodep8, qemu-system, qemu-utils, schroot
Size: 90544
SHA256: 986a53b233678df21a52ba5aa9863d5975282090c0dffbe327a19bd35d7ff3c6
SHA1: c01484143873e48c7c6e4238593805bf507230ca
MD5sum: 1c3dfa841e81fb80a7edee20f62fc8bf
Description: Build software and check it for reproducibility
 reprotest builds the same source code twice in different environments, and
 then checks the binaries produced by each build for differences. If any are
 found, then diffoscope (or if unavailable then diff) is used to display them
 in detail for later analysis.
 .
 It supports different types of environment such as a "null" environment (i.e.
 doing the builds directly in /tmp) or various other virtual servers, for
 example schroot, ssh, qemu, and several others.
 .
 reprotest is developed as part of the “reproducible builds” Debian project.
Homepage: https://salsa.debian.org/reproducible-builds/reprotest
Section: devel
Priority: optional
Filename: pool/main/r/reprotest/reprotest_0.7.29_all.deb

Package: ruby-async-http
Version: 0.59.5-1
Installed-Size: 216
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby-async (>= 1.25), ruby-async-io (>= 1.28), ruby-async-pool (>= 0.2), ruby-protocol-http (>= 0.23), ruby-protocol-http1 (>= 0.14.0), ruby-protocol-http2 (>= 0.14.0), ruby-traces (>= 0.8.0)
Size: 35260
SHA256: 1fd9479b817c3e5a060d01c851ec14714d5af4ab7c6dae215f0be539c483c507
SHA1: 65ddc1261d7a97a44ee706ea4c8d5670ef0204d2
MD5sum: 77618ad5c1c01442fc21ea6190456cc2
Description: HTTP client and server library
 An asynchronous client and server implementation of HTTP/1.0, HTTP/1.1
 and HTTP/2 including TLS. Support for streaming requests and responses.
 Built on top of async and async-io. falcon provides a rack-compatible server.
Homepage: https://github.com/socketry/async-http
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-async-http/ruby-async-http_0.59.5-1_all.deb

Package: ruby-mojo-magick
Version: 0.6.8-2
Installed-Size: 45
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: imagemagick, gsfonts
Size: 12456
SHA256: 883f6e7a241de0781a7a73eb4c8c2fb1b25123df18c0eaab34624af2cb70e737
SHA1: 10269b5b2c8ff41b12f95bb07f2e39a941f78a84
MD5sum: 457a9dc99a52afe2faa00cddd2c39f2d
Description: simple Ruby stateless module interface to ImageMagick
 MojoMagick is a "dog simple, do very little" image library. It is basically
 a couple of stateless module methods that make it somewhat more convenient
 than calling ImageMagick by hand.
Homepage: https://github.com/rcode5/mojo_magick
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-mojo-magick/ruby-mojo-magick_0.6.8-2_all.deb

Package: ruby-protocol-http1
Version: 0.14.6-1
Installed-Size: 49
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby, ruby-protocol-http (>= 0.22)
Size: 9780
SHA256: 11748dad5144efec3c4e53967913626e0d27bf40dce33ca86686e16588577259
SHA1: 4ebfe1c0aeaf94f33f92fde2fdbb6181611d4492
MD5sum: b05ca139e61a1cd24fa819ba7fb9febe
Description: low level implementation of the HTTP/1 protocol
 Protocol::HTTP1 provides a low-level implementation of the HTTP/1
 protocol.
Homepage: https://github.com/socketry/protocol-http1
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-protocol-http1/ruby-protocol-http1_0.14.6-1_all.deb

Package: ruby-protocol-http2
Version: 0.14.2-1
Installed-Size: 132
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby-protocol-hpack (>= 1.4), ruby-protocol-http (>= 0.18), ruby, ruby-protocol-hpack (<< 2.0), ruby-protocol-http (<< 1.0)
Size: 20396
SHA256: ee9599029a48e647f4c3e6a0413e6086d064b6f32909df35baec49042b59aaf5
SHA1: a5ff8082dc9bb1b928340a68ec93eef74a030f0b
MD5sum: 4a2874ec5b0a6754326802fe6d5105e0
Description: low level implementation of the HTTP/2 protocol
 Protocol::HTTP2 provides a low-level implementation of the HTTP/2
 protocol.
Homepage: https://github.com/socketry/protocol-http2
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-protocol-http2/ruby-protocol-http2_0.14.2-1_all.deb

Package: software-properties-common
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 450
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Depends: ca-certificates, gir1.2-glib-2.0, gir1.2-packagekitglib-1.0 (>= 1.1.0-2), packagekit, python-apt-common (>= 0.9), python3, python3-dbus, python3-gi, python3-software-properties (= 0.99.30-4.1), python3:any
Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Size: 62000
SHA256: a37ff20ecc60954b7b19f7bae56e6cc6ffeb0bab676eefc44e5c6d08c16ea148
SHA1: 888ddeb314f00fdfff3c5bd3351b6b62a600ead7
MD5sum: 4b48dcef61b96d56cdd9b078520848aa
Description: manage the repositories that you install software from (common)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains the common files for software-properties like the
 D-Bus backend.
Section: admin
Priority: optional
Filename: pool/main/s/software-properties/software-properties-common_0.99.30-4.1_all.deb

Package: software-properties-gtk
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 438
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Depends: gir1.2-goa-1.0 (>= 3.27.92), gir1.2-gtk-3.0, gir1.2-handy-1, libgtk3-perl, python3, python3-dateutil, python3-distro-info, python3-gi, python3-software-properties (= 0.99.30-4.1), software-properties-common, dconf-gsettings-backend | gsettings-backend, python3:any
Recommends: gnome-keyring, gnome-session-bin | xfce4-session | mate-session-manager
Suggests: gnome-software
Size: 65576
SHA256: 6957341613d6c440fb164909e74becbf6d8e7dbb6958244d9eb4aef7bad71139
SHA1: eca0662c74cb159b2cf23c6e3ddbed3a2aea351a
MD5sum: 2c222ada6773df000fabc7ac87650cf5
Description: manage the repositories that you install software from (GTK)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains a GTK+ based graphical interface.
Tag: admin::configuring, admin::package-management, implemented-in::python,
 interface::graphical, interface::x11, role::program,
 scope::application, uitoolkit::gtk, use::configuring, x11::application
Section: admin
Priority: optional
Filename: pool/main/s/software-properties/software-properties-gtk_0.99.30-4.1_all.deb

Package: software-properties-qt
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 158
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Replaces: software-properties-kde
Depends: debconf-kde-helper, python3, python3-pyqt5, python3-software-properties (= 0.99.30-4.1), software-properties-common, python3:any
Suggests: plasma-discover
Conflicts: software-properties-kde
Size: 32172
SHA256: 21a37e63c3bb5a5e618b3eb55bca0fd2c6511ba632006ee99dffc5b14d64f16b
SHA1: 7479e9a41e360fcf13e89c74a63c72ef5511c699
MD5sum: af785e952ff3036201ea8c9fe633046d
Description: manage the repositories that you install software from (Qt)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains a Qt-based graphical interface.
Section: kde
Priority: optional
Filename: pool/main/s/software-properties/software-properties-qt_0.99.30-4.1_all.deb

Package: sqsh
Source: sqsh (2.5.16.1-2)
Version: 2.5.16.1-2+b1
Installed-Size: 398
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: i386
Depends: libc6 (>= 2.11), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6
Size: 193216
SHA256: 06eaf7f26dcfc6a6133a99c9555b80c7f7cbca8d4646186091130d7bdbdb26b2
SHA1: d0999cc642a59a2e8cbd827471997b11095ad87c
MD5sum: 99385802b7749293971693e80072492d
Description: commandline SQL client for MS SQL and Sybase servers
 sqsh is a flexible commandline utility that uses the freetds libraries
 to connect to Sybase or Microsoft SQL servers.  It is a useful debugging
 tool for identifying problems with other SQL applications, and it can be
 used as a productivity tool in its own right:  unlike most SQL CLIs, sqsh's
 interactive shell lets you pipe the output of SQL queries directly to other
 Unix commands for further processing.
Homepage: http://sourceforge.net/projects/sqsh/
Tag: devel::lang:sql, interface::graphical, interface::shell, interface::x11,
 network::client, role::program, uitoolkit::motif, uitoolkit::ncurses,
 works-with::db, x11::application
Section: utils
Priority: optional
Filename: pool/main/s/sqsh/sqsh_2.5.16.1-2+b1_i386.deb

Package: steghide
Version: 0.5.1-15
Installed-Size: 488
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libmcrypt4, libmhash2 (>= 0.9.9.9), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Size: 154248
SHA256: 3478c93f63259864b4743003d777ab8d0b40706f954f37a2d5161d46d3198bda
SHA1: 57108bf09e1cdcad0dd27135dbed78d37dab8be3
MD5sum: b89c7f923d0bf77cb0be32223f951b94
Description: steganography hiding tool
 Steghide is steganography program which hides bits of a data file
 in some of the least significant bits of another file in such a way
 that the existence of the data file is not visible and cannot be proven.
 .
 Steghide is designed to be portable and configurable and features hiding
 data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of
 passphrases to blowfish keys, and pseudo-random distribution of hidden bits
 in the container data.
 .
 Steghide is useful in digital forensics investigations.
Homepage: http://steghide.sourceforge.net/
Tag: interface::commandline, role::program, scope::utility,
 security::cryptography, works-with::image, works-with::image:raster
Section: misc
Priority: optional
Filename: pool/main/s/steghide/steghide_0.5.1-15_i386.deb

Package: steghide-doc
Source: steghide
Version: 0.5.1-15
Installed-Size: 7636
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-jquery
Size: 402640
SHA256: ce754ea9e9725ea88be15a46c01b3d6ff03c4cfec710beffbc24a5cd0c388add
SHA1: cff14620dfae17d42db6d0b813c82d70643408fe
MD5sum: 4d902e305d41972c279fe70a86785df6
Description: steganography hiding tool - documentation files
 Steghide is steganography program which hides bits of a data file
 in some of the least significant bits of another file in such a way
 that the existence of the data file is not visible and cannot be proven.
 .
 Steghide is designed to be portable and configurable and features hiding
 data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of
 passphrases to blowfish keys, and pseudo-random distribution of hidden bits
 in the container data.
 .
 These packages contains the common documentation files.
Multi-Arch: foreign
Homepage: http://steghide.sourceforge.net/
Section: doc
Priority: optional
Filename: pool/main/s/steghide/steghide-doc_0.5.1-15_all.deb

Package: sucrack
Version: 1.2.3-7
Installed-Size: 48
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: i386
Depends: libc6 (>= 2.38)
Size: 18632
SHA256: 51ae566983f3052e947eb6973c70c806acd53d9bc6d1adc33647a6b8af3ad9ab
SHA1: 68c2b920574d3f0514b13e5949843a7a76aaa47d
MD5sum: f58b82eb96ee86a90253a0562987daf7
Description: multithreaded su bruteforcer
 sucrack is a multithreaded Linux/UNIX tool for cracking local
 user accounts via wordlist bruteforcing su. This tool comes in
 handy when you've gained access to a low-privilege user account
 but are allowed to su to other users. Many su implementations
 require a pseudo terminal to be attached in order to take the
 password from the user. This can't be easily achieved with a
 simple shell script. This tool, written in C, is highly
 efficient and can attempt multiple logins at the same time.
Homepage: https://labs.portcullis.co.uk/tools/sucrack/
Tag: role::program, scope::utility, security::cryptography
Section: admin
Priority: optional
Filename: pool/main/s/sucrack/sucrack_1.2.3-7_i386.deb

Package: wapiti
Version: 3.0.4+dfsg-2
Installed-Size: 1580
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-jquery, python3-bs4 (>= 4.9.3), python3-importlib-metadata, python3-mako (>= 1.1.2), python3-markupsafe, python3-requests, python3-six (>= 1.15.0), python3-socks, python3-tld, python3-yaswfp, python3:any
Size: 337896
SHA256: 63daeecf9b8c5674579efd1229621055ed52a5833203b5cd7be7fc0d56ba24bd
SHA1: c8de6119675f457677e08db06c28639a2d08e8a7
MD5sum: ad213a43facce958c05840d71b46aec0
Description: web application vulnerability scanner
 Wapiti allows you to audit the security of your web applications.
 It performs "black-box" scans, i.e. it does not study the source code of the
 application but will scan the web pages of the deployed web applications,
 looking for scripts and forms where it can inject data.
 Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see
 if a script is vulnerable.
 .
 Wapiti can detect the following vulnerabilities:
  - Database Injection (PHP/ASP/JSP SQL Injections and XPath Injections)
  - Cross Site Scripting (XSS) reflected and permanent
  - File disclosure detection (local and remote include, require, fopen,
    readfile...)
  - Command Execution detection (eval(), system(), passtru()...)
  - XXE (Xml eXternal Entity) injection
  - CRLF Injection
  - Search for potentially dangerous files on the server (thank to the Nikto db)
  - Bypass of weak htaccess configurations
  - Search for copies (backup) of scripts on the server
  - Shellshock
  - DirBuster like
  - Server Side Request Forgery (through use of an external Wapiti website)
Homepage: https://wapiti.sourceforge.net/
Tag: implemented-in::python, role::program, security::TODO, use::analysing
Section: python
Priority: optional
Filename: pool/main/w/wapiti/wapiti_3.0.4+dfsg-2_all.deb

Package: xrdp
Version: 0.9.24-5
Installed-Size: 3208
Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org>
Architecture: i386
Depends: adduser, sysvinit-utils (>= 3.06-4), ssl-cert, libc6 (>= 2.34), libfuse2t64 (>= 2.6), libjpeg62-turbo (>= 1.3.1), libopus0 (>= 1.1), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libx11-6, libxfixes3, libxrandr2
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: fuse, pipewire-module-xrdp, xorgxrdp
Suggests: guacamole
Size: 528664
SHA256: da781c6129f6067f9428fc2ae6dc7385aa8b8e3479973c55e4fd9080a50d0fcc
SHA1: 32a4abbe913485d05e501054fb08fe8408781be1
MD5sum: a60ceec082e8b72d63228add62b09079
Description: Remote Desktop Protocol (RDP) server
 xrdp offers a graphical login to a remote client using
 RDP (the Remote Desktop Protocol). xrdp can connect to
 a locally created X.org session with the xorgxrdp drivers,
 to a VNC X11 server, and forward to another RDP server.
 .
 xrdp accepts connections from freerdp, rdesktop, and the
 built-in terminal server / remote desktop clients of
 Microsoft Windows operating systems.
 In the xorgxrdp (which replaces X11RDP) and VNC modes,
 it provides a fully functional Linux terminal server,
 offering an X-Window desktop to the user. In the RDP
 or VNC forwarding mode, any sort of desktop can be used.
Homepage: http://www.xrdp.org/
Tag: implemented-in::c, interface::daemon, interface::graphical,
 interface::x11, network::server, role::program, use::login,
 use::viewing, x11::application
Section: net
Priority: optional
Filename: pool/main/x/xrdp/xrdp_0.9.24-5_i386.deb

Package: yersinia
Source: yersinia (0.8.2-2.2)
Version: 0.8.2-2.2+b1
Installed-Size: 360
Maintainer: Noël Köthe <noel@debian.org>
Architecture: i386
Depends: libc6 (>= 2.34), libncurses6 (>= 6), libnet1 (>= 1.1.2.1), libpcap0.8t64 (>= 0.9.8), libtinfo6 (>= 6)
Size: 111056
SHA256: 3e5bf892e18116a83df7e49bd7c1cd6cedd1397604056f3fcd59724b86d0f4d5
SHA1: 87ee2052f06c72bb83f5f8fe9ca7c9a6b2d0286d
MD5sum: 269b5796830c504210c6fbff027b1fea
Description: Network vulnerabilities check software
 Yersinia is a framework for performing layer 2 attacks. It is designed
 to take advantage of some weakeness in different network protocols. It
 pretends to be a solid framework for analyzing and testing the deployed
 networks and systems.
 .
 Attacks for the following network protocols are implemented in this
 particular release:
  - Spanning Tree Protocol (STP).
  - Cisco Discovery Protocol (CDP).
  - Dynamic Trunking Protocol (DTP).
  - Dynamic Host Configuration Protocol (DHCP).
  - Hot Standby Router Protocol (HSRP).
  - 802.1q.
  - 802.1x.
  - Inter-Switch Link Protocol (ISL).
  - VLAN Trunking Protocol (VTP).
Homepage: https://github.com/tomac/yersinia
Tag: interface::graphical, interface::x11, role::program, uitoolkit::gtk,
 uitoolkit::ncurses, use::analysing, works-with::network-traffic,
 x11::application
Section: admin
Priority: optional
Filename: pool/main/y/yersinia/yersinia_0.8.2-2.2+b1_i386.deb