pspec.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aesfix</Name>
  6. <Homepage>http://citp.princeton.edu/memory/code/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <PartOf>util.crypt</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>A tool for correcting bit errors in an AES key schedule.</Summary>
  15. <Description>This program illustrates a technique for correcting bit errors in an AES key schedule. It should be used with the output of the aeskeyfind program.</Description>
  16. <Archive sha1sum="436008680839480bc8a873fdcc91886da16d8f5e" type="targz">http://citp.princeton.edu/memory-content/src/aesfix-1.0.1.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>aesfix</Name>
  20. <RuntimeDependencies>
  21. <Dependency>libgcc</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="data">/usr/share/aesfix/</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="1">
  31. <Date>2016-03-30</Date>
  32. <Version>1.0.1</Version>
  33. <Comment>First Pisi Built with Docker</Comment>
  34. <Name>İbrahim KARAGÜZEL</Name>
  35. <Email>karaguzelibrahim@gmail.com</Email>
  36. </Update>
  37. </History>
  38. </PISI>