pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cpio</Name>
  6. <Homepage>http://www.gnu.org/software/cpio/cpio.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A file archival tool which can also read and write tar files</Summary>
  14. <Description>GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.</Description>
  15. <Archive sha1sum="60358408c76db354f6716724c4bcbcb6e18ab642" type="tarbz2">mirrors://gnu/cpio/cpio-2.12.tar.bz2</Archive>
  16. <Patches>
  17. <!--Patch level="1">cpio-2.7-svr4compat.patch</Patch-->
  18. <Patch level="1">cpio-2.9-exitCode.patch</Patch>
  19. <Patch level="1">CVE-2010-0624-rpatelib-overflow.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>cpio</Name>
  24. <Files>
  25. <Path fileType="executable">/bin</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="info">/usr/share/info</Path>
  29. <Path fileType="localedata">/usr/share/locale</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2017-01-23</Date>
  35. <Version>2.12</Version>
  36. <Comment>Reubild.</Comment>
  37. <Name>PisiLinux Community</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-04-27</Date>
  42. <Version>2.12</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>PisiLinux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2016-03-01</Date>
  49. <Version>2.12</Version>
  50. <Comment>First release</Comment>
  51. <Name>Ertuğrul Erata</Name>
  52. <Email>ertugrulerata@gmail.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>