Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Sun, 31 Jul 2022 03:54:52
Message-Id: 1659239672.ff0c2559520b315cc6bd84d5b761a8ce97e10bbb.sam@gentoo
1 commit: ff0c2559520b315cc6bd84d5b761a8ce97e10bbb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 03:54:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 03:54:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0c2559
7
8 app-shells/bash: add bugs-to, changelog
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/bash/metadata.xml | 39 ++++++++++++++++++++++++---------------
13 1 file changed, 24 insertions(+), 15 deletions(-)
14
15 diff --git a/app-shells/bash/metadata.xml b/app-shells/bash/metadata.xml
16 index 77e4f896fe1c..67efcea3d7d5 100644
17 --- a/app-shells/bash/metadata.xml
18 +++ b/app-shells/bash/metadata.xml
19 @@ -1,19 +1,28 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer type="project">
24 - <email>base-system@g.o</email>
25 - <name>Gentoo Base System</name>
26 -</maintainer>
27 -<use>
28 - <flag name="bashlogger">Log ALL commands typed into bash; should ONLY be
29 - used in restricted environments such as honeypots</flag>
30 - <flag name="mem-scramble">Build with custom malloc/free overwriting allocated/freed memory</flag>
31 - <flag name="net">Enable /dev/tcp/host/port redirection</flag>
32 - <flag name="plugins">Add support for loading builtins at runtime via
33 - 'enable'</flag>
34 -</use>
35 -<upstream>
36 - <remote-id type="cpe">cpe:/a:gnu:bash</remote-id>
37 -</upstream>
38 + <maintainer type="project">
39 + <email>base-system@g.o</email>
40 + <name>Gentoo Base System</name>
41 + </maintainer>
42 + <use>
43 + <flag name="bashlogger">
44 + Log ALL commands typed into bash; should ONLY be
45 + used in restricted environments such as honeypots
46 + </flag>
47 + <flag name="mem-scramble">
48 + Build with custom malloc/free overwriting allocated/freed memory
49 + </flag>
50 + <flag name="net">
51 + Enable /dev/tcp/host/port redirection
52 + </flag>
53 + <flag name="plugins">
54 + Add support for loading builtins at runtime via 'enable'
55 + </flag>
56 + </use>
57 + <upstream>
58 + <bugs-to>mailto:bug-bash@×××.org</bugs-to>
59 + <changelog>https://tiswww.case.edu/php/chet/bash/NEWS</changelog>
60 + <remote-id type="cpe">cpe:/a:gnu:bash</remote-id>
61 + </upstream>
62 </pkgmetadata>