pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>openssh</Name>
  6. <Homepage>http://www.openssh.com/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <IsA>service</IsA>
  14. <PartOf>server</PartOf>
  15. <Summary>Port of OpenBSD's free SSH release</Summary>
  16. <Description>OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks.</Description>
  17. <Archive sha1sum="04c7adb9986f16746588db8988b910530c589819">https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.3p1.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>libedit-devel</Dependency>
  20. <Dependency>mit-kerberos</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>openssh</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libedit</Dependency>
  27. <Dependency>mit-kerberos</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="config">/etc</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="executable">/usr/sbin</Path>
  33. <Path fileType="executable">/usr/libexec</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share/openssh</Path>
  36. <Path fileType="data">/var/empty</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. <AdditionalFiles>
  41. <AdditionalFile owner="root" permission="0755" target="/etc/init.d/sshd">sshd-r1.initd</AdditionalFile>
  42. <AdditionalFile owner="root" permission="0755" target="/etc/confd.d/sshd">sshd-r1.confd</AdditionalFile>
  43. <AdditionalFile owner="root" permission="0755" target="/etc/pam.d/sshd">sshd.pam</AdditionalFile>
  44. </AdditionalFiles>
  45. </Package>
  46. <History>
  47. <Update release="2">
  48. <Date>2019-09-16</Date>
  49. <Version>8.3_p1</Version>
  50. <Comment>First release</Comment>
  51. <Name>Süleyman Poyraz</Name>
  52. <Email>zaryob.dev@gmail.com</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2019-09-16</Date>
  56. <Version>8.0_p1</Version>
  57. <Comment>First release</Comment>
  58. <Name>Süleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </INARY>