pspec.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tcp-wrappers</Name>
  6. <Homepage>http://ftp.porcupine.org/pub/security/index.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>TCP Wrappers</Summary>
  14. <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>
  15. <Archive sha1sum="61689ec85b80f4ca0560aef3473eccd9e9e80481" type="targz">http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>sed</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">Makefile-Pisi.patch</Patch>
  21. <Patch>tcp-wrappers-7.6-makefile.patch</Patch>
  22. <Patch level="1">tcp_wrappers-7.6-ldflags.patch</Patch>
  23. <Patch level="1">01_all_redhat-bug11881.patch</Patch>
  24. <Patch>02_all_redhat-bug17795.patch</Patch>
  25. <Patch>03_all_wildcard.patch</Patch>
  26. <Patch level="1">04_all_fixgethostbyname.patch</Patch>
  27. <Patch level="1">07_all_sig.patch</Patch>
  28. <Patch level="1">08_all_strerror.patch</Patch>
  29. <Patch level="1">09_all_gcc-3.4.patch</Patch>
  30. <Patch level="1">10_all_more-headers.patch</Patch>
  31. <Patch level="2">tcp-wrappers-7.6-ipv6-1.14.diff</Patch>
  32. <Patch level="1">tcp-wrappers-7.6-shared.patch</Patch>
  33. <Patch level="1">host.allow.example.patch</Patch>
  34. <Patch level="1">match-port.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>tcp-wrappers</Name>
  39. <Files>
  40. <Path fileType="executable">/usr/sbin</Path>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="library">/lib</Path>
  43. <Path fileType="config">/etc</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. <AdditionalFiles>
  48. <AdditionalFile owner="root" permission="0644" target="/etc/hosts.allow">hosts.allow</AdditionalFile>
  49. <AdditionalFile owner="root" permission="0644" target="/etc/hosts.deny">hosts.deny</AdditionalFile>
  50. </AdditionalFiles>
  51. </Package>
  52. <Package>
  53. <Name>tcp-wrappers-devel</Name>
  54. <PartOf>system.devel</PartOf>
  55. <Summary>Development files for tcp-wrappers</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">tcp-wrappers</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="header">/usr/include</Path>
  61. <Path fileType="man">/usr/share/man/man3</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="6">
  66. <Date>2020-12-09</Date>
  67. <Version>7.6</Version>
  68. <Comment>Rebuild.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="5">
  73. <Date>2019-12-27</Date>
  74. <Version>7.6</Version>
  75. <Comment>Rebuild</Comment>
  76. <Name>idris Kalp</Name>
  77. <Email>idriskalp@gmail.com</Email>
  78. </Update>
  79. <Update release="4">
  80. <Date>2018-07-15</Date>
  81. <Version>7.6</Version>
  82. <Comment>Rebuild</Comment>
  83. <Name>Ertuğrul Erata</Name>
  84. <Email>ertugrulerata@gmail.com</Email>
  85. </Update>
  86. <Update release="3">
  87. <Date>2017-01-28</Date>
  88. <Version>7.6</Version>
  89. <Comment>Release Bump</Comment>
  90. <Name>PisiLinux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="2">
  94. <Date>2016-04-27</Date>
  95. <Version>7.6</Version>
  96. <Comment>Release Bump</Comment>
  97. <Name>PisiLinux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="1">
  101. <Date>2016-03-13</Date>
  102. <Version>7.6</Version>
  103. <Comment>First release</Comment>
  104. <Name>Alihan Öztürk</Name>
  105. <Email>alihan@pisilinux.org</Email>
  106. </Update>
  107. </History>
  108. </PISI>