123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>tcp-wrappers</Name>
- <Homepage>http://ftp.porcupine.org/pub/security/index.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <Summary>TCP Wrappers</Summary>
- <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>
- <Archive sha1sum="61689ec85b80f4ca0560aef3473eccd9e9e80481" type="targz">http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>sed</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">Makefile-Pisi.patch</Patch>
- <Patch>tcp-wrappers-7.6-makefile.patch</Patch>
- <Patch level="1">tcp_wrappers-7.6-ldflags.patch</Patch>
- <Patch level="1">01_all_redhat-bug11881.patch</Patch>
- <Patch>02_all_redhat-bug17795.patch</Patch>
- <Patch>03_all_wildcard.patch</Patch>
- <Patch level="1">04_all_fixgethostbyname.patch</Patch>
- <Patch level="1">07_all_sig.patch</Patch>
- <Patch level="1">08_all_strerror.patch</Patch>
- <Patch level="1">09_all_gcc-3.4.patch</Patch>
- <Patch level="1">10_all_more-headers.patch</Patch>
- <Patch level="2">tcp-wrappers-7.6-ipv6-1.14.diff</Patch>
- <Patch level="1">tcp-wrappers-7.6-shared.patch</Patch>
- <Patch level="1">host.allow.example.patch</Patch>
- <Patch level="1">match-port.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>tcp-wrappers</Name>
- <Files>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/hosts.allow">hosts.allow</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/hosts.deny">hosts.deny</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>tcp-wrappers-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for tcp-wrappers</Summary>
- <RuntimeDependencies>
- <Dependency release="current">tcp-wrappers</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>7.6</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-27</Date>
- <Version>7.6</Version>
- <Comment>Rebuild</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>7.6</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>7.6</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>7.6</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>7.6</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|