summaryrefslogtreecommitdiff
blob: 6ec75e4bd86f57035c231e568bd36662168264d6 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
</pkgmetadata>