File: control

package info (click to toggle)
pax-utils 1.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 872 kB
  • sloc: ansic: 10,030; python: 687; sh: 444; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: pax-utils
Standards-Version: 4.7.3
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: misc
Build-Depends: debhelper (>= 13),
               debhelper-compat (= 13),
               autoconf-archive,
               gnulib,
               libcap-dev [linux-any],
               meson,
               pkgconf,
               python3-pyelftools,
               python3:any,
               xmlto
Vcs-Browser: https://salsa.debian.org/debian/pax-utils
Vcs-Git: https://salsa.debian.org/debian/pax-utils.git
Homepage: https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities

Package: pax-utils
Architecture: any
Depends: binutils,
         python3-pyelftools,
         python3:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Security-focused ELF files checking tool
 This is a small set of various PaX aware and related utilities for ELF
 binaries. It can check ELF binary files and running processes for
 issues that might be relevant when using ELF binaries along with PaX,
 such as non-PIC code or executable stack and heap.
 .
 This package installs: dumpelf, lddtree, pspax, scanelf, scanmacho
 and symtree.