summaryrefslogtreecommitdiff
path: root/app-shells/bash/metadata.xml
blob: 1b22cb0b13d1b1a6958f152f6dea0077a4bfe2ad (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>base-system@gentoo.org</email>
    <name>Gentoo Base System</name>
  </maintainer>
  <use>
    <flag name="bashlogger">
		Log ALL commands typed into bash; should ONLY be
		used in restricted environments such as honeypots
		</flag>
    <flag name="mem-scramble">
		Build with custom malloc/free overwriting allocated/freed memory
		</flag>
    <flag name="net">
		Enable /dev/tcp/host/port redirection
		</flag>
    <flag name="plugins">
		Add support for loading builtins at runtime via 'enable'
		</flag>
    <flag name="pgo">
		Optimize the build using Profile Guided Optimization (PGO)
		</flag>
  </use>
  <upstream>
    <bugs-to>mailto:bug-bash@gnu.org</bugs-to>
    <changelog>https://tiswww.case.edu/php/chet/bash/NEWS</changelog>
    <remote-id type="cpe">cpe:/a:gnu:bash</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>