1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>OpenSourceImportDate</key>
6	<string>2006-10-17</string>
7	<key>OpenSourceLicense</key>
8	<string>GPL</string>
9	<key>OpenSourceLicenseFile</key>
10	<string>bash.txt</string>
11	<key>OpenSourceModifications</key>
12	<array>
13		<string>source /etc/profile and $HOME/profile even if posixly correct</string>
14		<string>change doc/Makefile.in to install bash.info from $cwd</string>
15		<string>Don't drop privileges if emulating Tiger's /bin/bash</string>
16		<string>Fix off-by-1 error in compact_jobs_list</string>
17		<string>Do not rl_forward_char past rl_end</string>
18		<string>Do not echo \e as ESC when in posix mode</string>
19		<string>Update to patch 52 for CVE-2014-6271</string>	
20		<string>Wrap/unwrap function exports/imports</string>
21		<string>Update to patch 53 for CVE-2014-7169</string>	
22	</array>
23	<key>OpenSourceProject</key>
24	<string>bash</string>
25	<key>OpenSourceSHA1</key>
26	<string>fe6466c7ee98061e044dae0347ca5d1a8eab4a0d</string>
27	<key>OpenSourceURL</key>
28	<string>ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz</string>
29	<key>OpenSourceVersion</key>
30	<string>3.2</string>
31	<key>OpenSourceWebsiteURL</key>
32	<string>http://www.gnu.org/software/bash/bash.html</string>
33</dict>
34</plist>
35