pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>tcp-wrappers</Name>
  6. <Homepage>http://ftp.porcupine.org/pub/security/index.html</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. <PartOf>system.base</PartOf>
  14. <Summary>TCP Wrappers</Summary>
  15. <Description>With this package you can monitor and filter incoming requests for the SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other network services. It supports both 4.3BSD-style sockets and System V.4-style TLI.</Description>
  16. <!-- @@@debian libwrap0 -->
  17. <Archive sha1sum="61689ec85b80f4ca0560aef3473eccd9e9e80481" type="targz">http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>sed</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">Makefile.patch</Patch>
  23. <Patch>tcp-wrappers-7.6-makefile.patch</Patch>
  24. <Patch level="1">tcp_wrappers-7.6-ldflags.patch</Patch>
  25. <Patch level="1">01_all_redhat-bug11881.patch</Patch>
  26. <Patch>02_all_redhat-bug17795.patch</Patch>
  27. <Patch>03_all_wildcard.patch</Patch>
  28. <Patch level="1">04_all_fixgethostbyname.patch</Patch>
  29. <Patch level="1">07_all_sig.patch</Patch>
  30. <Patch level="1">08_all_strerror.patch</Patch>
  31. <Patch level="1">09_all_gcc-3.4.patch</Patch>
  32. <Patch level="1">10_all_more-headers.patch</Patch>
  33. <Patch level="2">tcp-wrappers-7.6-ipv6-1.14.diff</Patch>
  34. <Patch level="1">tcp-wrappers-7.6-shared.patch</Patch>
  35. <Patch level="1">host.allow.example.patch</Patch>
  36. <Patch level="1">match-port.patch</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>tcp-wrappers</Name>
  41. <Files>
  42. <Path fileType="executable">/usr/sbin</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="library">/lib</Path>
  45. <Path fileType="config">/etc</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. </Files>
  49. <AdditionalFiles>
  50. <AdditionalFile owner="root" permission="0644" target="/etc/hosts.allow">hosts.allow</AdditionalFile>
  51. <AdditionalFile owner="root" permission="0644" target="/etc/hosts.deny">hosts.deny</AdditionalFile>
  52. </AdditionalFiles>
  53. </Package>
  54. <Package>
  55. <Name>tcp-wrappers-devel</Name>
  56. <IsA>header</IsA>
  57. <PartOf>system.devel</PartOf>
  58. <Summary>Development files for tcp-wrappers</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">tcp-wrappers</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="1">
  68. <Date>2020-04-24</Date>
  69. <Version>7.6</Version>
  70. <Comment>First release for SulinOS 2021</Comment>
  71. <Name>Suleyman Poyraz</Name>
  72. <Email>zaryob.dev@gmail.com</Email>
  73. </Update>
  74. </History>
  75. </INARY>