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>unace</Name>
  6. <Homepage>http://www.winace.com/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <Summary>An extraction tool for the proprietary ace archive format</Summary>
  14. <Description>The unace utility is used for extracting, testing and viewing the contents of archives created with the ACE archiver.</Description>
  15. <Archive sha1sum="f658f03aa6f663c1a90af85e3e8c6e7ef12adb42" type="targz">http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz</Archive>
  16. <Patches>
  17. <Patch>01-only-unace.patch</Patch>
  18. <Patch>02-no-io_h.patch</Patch>
  19. <Patch>03-gcc-call.patch</Patch>
  20. <Patch>04-64bit.patch</Patch>
  21. <Patch>05-warning-fixes.patch</Patch>
  22. <Patch>06-fix-bad-pointer-arith.patch</Patch>
  23. <Patch>07-fix-free-aliasing-issue.patch</Patch>
  24. <Patch>08-ulonglong-printf.patch</Patch>
  25. <Patch>09-utf8-filenames.patch</Patch>
  26. <Patch>10-uninorm-signedness.patch</Patch>
  27. <Patch>11-possibly-critical.patch</Patch>
  28. <Patch>12-cast-filetime.patch</Patch>
  29. <Patch>13-maximum-file-name-length.patch</Patch>
  30. <Patch>14-endianness-detection.patch</Patch>
  31. <Patch>15-format-security.patch</Patch>
  32. <Patch>16-buffer-overflows.patch</Patch>
  33. <Patch>17-undefined-behavior-strcpy.patch</Patch>
  34. <Patch>18-stack-corruption.patch</Patch>
  35. <Patch>19-max-allocate.patch</Patch>
  36. <Patch>20-isatty.diff</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>unace</Name>
  41. <Files>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2016-04-04</Date>
  49. <Version>2.5</Version>
  50. <Comment>First Pisi Release, built with docker</Comment>
  51. <Name>İbrahim KARAGÜZEL</Name>
  52. <Email>karaguzelibrahim@gmail.com</Email>
  53. </Update>
  54. </History>
  55. </PISI>