pspec.xml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bash</Name>
  6. <Homepage>http://www.gnu.org/software/bash/bash.html</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>The standard GNU Bourne again shell</Summary>
  14. <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>
  15. <Archive sha1sum="a799460be16c01aeab492b9aa88f5eb7f35c1b9b" type="targz">mirrors://gnu/bash/bash-5.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!-- Official Patches -->
  21. <Patch>official/bash52-001.patch</Patch>
  22. <Patch>official/bash52-002.patch</Patch>
  23. <Patch>official/bash52-003.patch</Patch>
  24. <Patch>official/bash52-004.patch</Patch>
  25. <Patch>official/bash52-005.patch</Patch>
  26. <Patch>official/bash52-006.patch</Patch>
  27. <Patch>official/bash52-007.patch</Patch>
  28. <Patch>official/bash52-008.patch</Patch>
  29. <Patch>official/bash52-009.patch</Patch>
  30. <Patch>official/bash52-010.patch</Patch>
  31. <Patch>official/bash52-011.patch</Patch>
  32. <Patch>official/bash52-012.patch</Patch>
  33. <Patch>official/bash52-013.patch</Patch>
  34. <Patch>official/bash52-014.patch</Patch>
  35. <Patch>official/bash52-015.patch</Patch>
  36. <Patch>official/bash52-016.patch</Patch>
  37. <Patch>official/bash52-017.patch</Patch>
  38. <Patch>official/bash52-018.patch</Patch>
  39. <Patch>official/bash52-019.patch</Patch>
  40. <Patch>official/bash52-020.patch</Patch>
  41. <Patch>official/bash52-021.patch</Patch>
  42. <Patch>official/bash52-022.patch</Patch>
  43. <Patch>official/bash52-023.patch</Patch>
  44. <Patch>official/bash52-024.patch</Patch>
  45. <Patch>official/bash52-025.patch</Patch>
  46. <Patch>official/bash52-026.patch</Patch>
  47. <Patch>official/bash52-027.patch</Patch>
  48. <Patch>official/bash52-028.patch</Patch>
  49. <Patch>official/bash52-029.patch</Patch>
  50. <Patch>official/bash52-030.patch</Patch>
  51. <Patch>official/bash52-031.patch</Patch>
  52. <Patch>official/bash52-032.patch</Patch>
  53. <Patch>official/bash52-033.patch</Patch>
  54. <Patch>official/bash52-034.patch</Patch>
  55. <Patch>official/bash52-035.patch</Patch>
  56. <Patch>official/bash52-036.patch</Patch>
  57. <Patch>official/bash52-037.patch</Patch>
  58. <!-- Fedora patches -->
  59. <!-- <Patch level="1">fedora/bash-2.03-paths.patch</Patch> -->
  60. <Patch level="1">fedora/bash-2.03-profile.patch</Patch>
  61. <Patch level="1">fedora/bash-2.05a-interpreter.patch</Patch>
  62. <Patch level="1">fedora/bash-2.05b-debuginfo.patch</Patch>
  63. <Patch level="1">fedora/bash-2.05b-pgrp_sync.patch</Patch>
  64. <Patch level="1">fedora/bash-3.2-audit.patch</Patch>
  65. <Patch level="1">fedora/bash-3.2-ssh_source_bash.patch</Patch>
  66. <Patch level="1">fedora/bash-4.0-nobits.patch</Patch>
  67. <Patch level="1">fedora/bash-4.1-broken_pipe.patch</Patch>
  68. <Patch level="1">fedora/bash-4.1-examples.patch</Patch>
  69. <Patch level="1">fedora/bash-4.2-coverity.patch</Patch>
  70. <Patch level="1">fedora/bash-4.2-manpage_trap.patch</Patch>
  71. <Patch level="1">fedora/bash-4.2-rc2-logout.patch</Patch>
  72. <Patch level="1">fedora/bash-4.2-size_type.patch</Patch>
  73. <Patch level="1">fedora/bash-4.3-man-ulimit.patch</Patch>
  74. <Patch level="1">fedora/bash-4.3-memleak-lc_all.patch</Patch>
  75. <Patch level="1">fedora/bash-4.3-noecho.patch</Patch>
  76. <Patch level="1">fedora/bash-4.4-no-loadable-builtins.patch</Patch>
  77. <Patch level="1">fedora/bash-5.0-syslog-history.patch</Patch>
  78. <Patch level="1">fedora/bash-requires.patch</Patch>
  79. <Patch level="1">fedora/bash-setlocale.patch</Patch>
  80. <Patch level="1">fedora/bash-tty-tests.patch</Patch>
  81. </Patches>
  82. </Source>
  83. <Package>
  84. <Name>bash</Name>
  85. <RuntimeDependencies>
  86. <Dependency>ncurses</Dependency>
  87. </RuntimeDependencies>
  88. <Files>
  89. <Path fileType="config">/etc</Path>
  90. <Path fileType="executable">/bin</Path>
  91. <Path fileType="executable">/usr/bin</Path>
  92. <Path fileType="doc">/usr/share/doc</Path>
  93. <Path fileType="info">/usr/share/info</Path>
  94. <Path fileType="man">/usr/share/man</Path>
  95. <Path fileType="localedata">/usr/share/locale</Path>
  96. </Files>
  97. <AdditionalFiles>
  98. <AdditionalFile owner="root" permission="0644" target="/etc/bash/bashrc">bashrc</AdditionalFile>
  99. <AdditionalFile owner="root" permission="0644" target="/etc/profile.d/command-not-found.sh">command-not-found.sh</AdditionalFile>
  100. </AdditionalFiles>
  101. </Package>
  102. <History>
  103. <Update release="18">
  104. <Date>2024-09-24</Date>
  105. <Version>5.2.37</Version>
  106. <Comment>Rebuild.</Comment>
  107. <Name>Mustafa Cinasal</Name>
  108. <Email>muscnsl@gmail.com</Email>
  109. </Update>
  110. <Update release="17">
  111. <Date>2024-08-02</Date>
  112. <Version>5.2.32</Version>
  113. <Comment>Rebuild.</Comment>
  114. <Name>Mustafa Cinasal</Name>
  115. <Email>muscnsl@gmail.com</Email>
  116. </Update>
  117. <Update release="16">
  118. <Date>2024-01-14</Date>
  119. <Version>5.2.26</Version>
  120. <Comment>Version bump.</Comment>
  121. <Name>Mustafa Cinasal</Name>
  122. <Email>muscnsl@gmail.com</Email>
  123. </Update>
  124. <Update release="15">
  125. <Date>2023-11-12</Date>
  126. <Version>5.2.21</Version>
  127. <Comment>Version bump.</Comment>
  128. <Name>Mustafa Cinasal</Name>
  129. <Email>muscnsl@gmail.com</Email>
  130. </Update>
  131. <Update release="14">
  132. <Date>2023-01-28</Date>
  133. <Version>5.2.15</Version>
  134. <Comment>Rebuild.</Comment>
  135. <Name>Mustafa Cinasal</Name>
  136. <Email>muscnsl@gmail.com</Email>
  137. </Update>
  138. <Update release="13">
  139. <Date>2022-12-15</Date>
  140. <Version>5.2.15</Version>
  141. <Comment>Version bump.</Comment>
  142. <Name>Mustafa Cinasal</Name>
  143. <Email>muscnsl@gmail.com</Email>
  144. </Update>
  145. <Update release="12">
  146. <Date>2022-05-05</Date>
  147. <Version>5.1.16</Version>
  148. <Comment>Version bump.</Comment>
  149. <Name>İdris Kalp</Name>
  150. <Email>idriskalp@gmail.com</Email>
  151. </Update>
  152. <Update release="11">
  153. <Date>2021-07-26</Date>
  154. <Version>5.1.8</Version>
  155. <Comment>Version bump.</Comment>
  156. <Name>Mustafa Cinasal</Name>
  157. <Email>muscnsl@gmail.com</Email>
  158. </Update>
  159. <Update release="10">
  160. <Date>2021-03-01</Date>
  161. <Version>5.1.4</Version>
  162. <Comment>Version bump.</Comment>
  163. <Name>Idris Kalp</Name>
  164. <Email>idriskalp@gmail.com</Email>
  165. </Update>
  166. <Update release="9">
  167. <Date>2020-12-09</Date>
  168. <Version>5.0.18</Version>
  169. <Comment>Version bump.</Comment>
  170. <Name>Idris Kalp</Name>
  171. <Email>idriskalp@gmail.com</Email>
  172. </Update>
  173. <Update release="8">
  174. <Date>2019-12-11</Date>
  175. <Version>5.0.11</Version>
  176. <Comment>Version bump.</Comment>
  177. <Name>Idris Kalp</Name>
  178. <Email>idriskalp@gmail.com</Email>
  179. </Update>
  180. <Update release="7">
  181. <Date>2018-11-28</Date>
  182. <Version>4.4.18</Version>
  183. <Comment>Version bump.</Comment>
  184. <Name>Ertuğrul Erata</Name>
  185. <Email>ertugrulerata@gmail.com</Email>
  186. </Update>
  187. <Update release="6">
  188. <Date>2018-07-15</Date>
  189. <Version>4.4.11</Version>
  190. <Comment>Rebuild</Comment>
  191. <Name>Ertuğrul Erata</Name>
  192. <Email>ertugrulerata@gmail.com</Email>
  193. </Update>
  194. <Update release="5">
  195. <Date>2017-01-29</Date>
  196. <Version>4.4.11</Version>
  197. <Comment>Version bump.</Comment>
  198. <Name>Ertuğrul Erata</Name>
  199. <Email>ertugrulerata@gmail.com</Email>
  200. </Update>
  201. <Update release="4">
  202. <Date>2017-01-06</Date>
  203. <Version>4.3_p48</Version>
  204. <Comment>Rebuild with new toolchain.</Comment>
  205. <Name>PisiLinux Community</Name>
  206. <Email>admin@pisilinux.org</Email>
  207. </Update>
  208. <Update release="3">
  209. <Date>2016-11-12</Date>
  210. <Version>4.3_p48</Version>
  211. <Comment>Release Bump</Comment>
  212. <Name>PisiLinux Community</Name>
  213. <Email>admin@pisilinux.org</Email>
  214. </Update>
  215. <Update release="2">
  216. <Date>2016-04-27</Date>
  217. <Version>4.3_p39</Version>
  218. <Comment>Release Bump</Comment>
  219. <Name>PisiLinux Community</Name>
  220. <Email>admin@pisilinux.org</Email>
  221. </Update>
  222. <Update release="1">
  223. <Date>2016-02-28</Date>
  224. <Version>4.3_p39</Version>
  225. <Comment>First release</Comment>
  226. <Name>Ertuğrul Erata</Name>
  227. <Email>ertugrulerata@gmail.com</Email>
  228. </Update>
  229. </History>
  230. </PISI>