123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bash</Name>
- <Homepage>http://www.gnu.org/software/bash/bash.html</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>The standard GNU Bourne again shell</Summary>
- <Description>Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, csh-like features such as history substitution.</Description>
- <Archive sha1sum="a799460be16c01aeab492b9aa88f5eb7f35c1b9b" type="targz">mirrors://gnu/bash/bash-5.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- Official Patches -->
- <Patch>official/bash52-001.patch</Patch>
- <Patch>official/bash52-002.patch</Patch>
- <Patch>official/bash52-003.patch</Patch>
- <Patch>official/bash52-004.patch</Patch>
- <Patch>official/bash52-005.patch</Patch>
- <Patch>official/bash52-006.patch</Patch>
- <Patch>official/bash52-007.patch</Patch>
- <Patch>official/bash52-008.patch</Patch>
- <Patch>official/bash52-009.patch</Patch>
- <Patch>official/bash52-010.patch</Patch>
- <Patch>official/bash52-011.patch</Patch>
- <Patch>official/bash52-012.patch</Patch>
- <Patch>official/bash52-013.patch</Patch>
- <Patch>official/bash52-014.patch</Patch>
- <Patch>official/bash52-015.patch</Patch>
- <Patch>official/bash52-016.patch</Patch>
- <Patch>official/bash52-017.patch</Patch>
- <Patch>official/bash52-018.patch</Patch>
- <Patch>official/bash52-019.patch</Patch>
- <Patch>official/bash52-020.patch</Patch>
- <Patch>official/bash52-021.patch</Patch>
- <Patch>official/bash52-022.patch</Patch>
- <Patch>official/bash52-023.patch</Patch>
- <Patch>official/bash52-024.patch</Patch>
- <Patch>official/bash52-025.patch</Patch>
- <Patch>official/bash52-026.patch</Patch>
- <Patch>official/bash52-027.patch</Patch>
- <Patch>official/bash52-028.patch</Patch>
- <Patch>official/bash52-029.patch</Patch>
- <Patch>official/bash52-030.patch</Patch>
- <Patch>official/bash52-031.patch</Patch>
- <Patch>official/bash52-032.patch</Patch>
- <Patch>official/bash52-033.patch</Patch>
- <Patch>official/bash52-034.patch</Patch>
- <Patch>official/bash52-035.patch</Patch>
- <Patch>official/bash52-036.patch</Patch>
- <Patch>official/bash52-037.patch</Patch>
- <!-- Fedora patches -->
- <!-- <Patch level="1">fedora/bash-2.03-paths.patch</Patch> -->
- <Patch level="1">fedora/bash-2.03-profile.patch</Patch>
- <Patch level="1">fedora/bash-2.05a-interpreter.patch</Patch>
- <Patch level="1">fedora/bash-2.05b-debuginfo.patch</Patch>
- <Patch level="1">fedora/bash-2.05b-pgrp_sync.patch</Patch>
- <Patch level="1">fedora/bash-3.2-audit.patch</Patch>
- <Patch level="1">fedora/bash-3.2-ssh_source_bash.patch</Patch>
- <Patch level="1">fedora/bash-4.0-nobits.patch</Patch>
- <Patch level="1">fedora/bash-4.1-broken_pipe.patch</Patch>
- <Patch level="1">fedora/bash-4.1-examples.patch</Patch>
- <Patch level="1">fedora/bash-4.2-coverity.patch</Patch>
- <Patch level="1">fedora/bash-4.2-manpage_trap.patch</Patch>
- <Patch level="1">fedora/bash-4.2-rc2-logout.patch</Patch>
- <Patch level="1">fedora/bash-4.2-size_type.patch</Patch>
- <Patch level="1">fedora/bash-4.3-man-ulimit.patch</Patch>
- <Patch level="1">fedora/bash-4.3-memleak-lc_all.patch</Patch>
- <Patch level="1">fedora/bash-4.3-noecho.patch</Patch>
- <Patch level="1">fedora/bash-4.4-no-loadable-builtins.patch</Patch>
- <Patch level="1">fedora/bash-5.0-syslog-history.patch</Patch>
- <Patch level="1">fedora/bash-requires.patch</Patch>
- <Patch level="1">fedora/bash-setlocale.patch</Patch>
- <Patch level="1">fedora/bash-tty-tests.patch</Patch>
-
- </Patches>
- </Source>
- <Package>
- <Name>bash</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/bin</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/bash/bashrc">bashrc</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/profile.d/command-not-found.sh">command-not-found.sh</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="18">
- <Date>2024-09-24</Date>
- <Version>5.2.37</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2024-08-02</Date>
- <Version>5.2.32</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2024-01-14</Date>
- <Version>5.2.26</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2023-11-12</Date>
- <Version>5.2.21</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2023-01-28</Date>
- <Version>5.2.15</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2022-12-15</Date>
- <Version>5.2.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2022-05-05</Date>
- <Version>5.1.16</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2021-07-26</Date>
- <Version>5.1.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2021-03-01</Date>
- <Version>5.1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-12-09</Date>
- <Version>5.0.18</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-12-11</Date>
- <Version>5.0.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-11-28</Date>
- <Version>4.4.18</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-07-15</Date>
- <Version>4.4.11</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-01-29</Date>
- <Version>4.4.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-06</Date>
- <Version>4.3_p48</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-12</Date>
- <Version>4.3_p48</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>4.3_p39</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-28</Date>
- <Version>4.3_p39</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|