pspec.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tcpdump</Name>
  6. <Homepage>http://www.tcpdump.org/</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A Tool for network monitoring and data acquisition</Summary>
  14. <Description>Tcpdump is a tool to print out (or save to file) the contents of packets on a network interface. It also allows limiting the number of packets collected using expressions.</Description>
  15. <Archive sha1sum="e97b7030a99be0f508c05ca356a0b7fe5b67c8f8" type="targz">https://www.tcpdump.org/release/tcpdump-4.99.5.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libpcap-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>tcpdump</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libpcap</Dependency>
  25. <!--<Dependency>openssl</Dependency>-->
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="15">
  35. <Date>2024-12-28</Date>
  36. <Version>4.99.5</Version>
  37. <Comment>Version bump.</Comment>
  38. <Name>Pisi Linux Community</Name>
  39. <Email>admin@pisilinux.org</Email>
  40. </Update>
  41. <Update release="14">
  42. <Date>2021-08-09</Date>
  43. <Version>4.99.1</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Erkan IŞIK</Name>
  46. <Email>erkanisik@pisilinux.org</Email>
  47. </Update>
  48. <Update release="13">
  49. <Date>2019-11-29</Date>
  50. <Version>4.9.3</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Blue DeviL</Name>
  53. <Email>bluedevil@sctzine.com</Email>
  54. </Update>
  55. <Update release="12">
  56. <Date>2016-02-22</Date>
  57. <Version>4.7.4</Version>
  58. <Comment>Version bump, built with docker</Comment>
  59. <Name>İbrahim KARAGÜZEL</Name>
  60. <Email>karaguzelibrahim@gmail.com</Email>
  61. </Update>
  62. <Update release="11">
  63. <Date>2010-10-13</Date>
  64. <Version>4.1.1</Version>
  65. <Comment>Mass rebuild for Pardus 2011 Beta</Comment>
  66. <Name>Gökcen Eraslan</Name>
  67. <Email>gokcen@pardus.org.tr</Email>
  68. </Update>
  69. <Update release="10">
  70. <Date>2010-06-07</Date>
  71. <Version>4.1.1</Version>
  72. <Comment>
  73. New upstream release
  74. Enable smi
  75. Don't blow up if a zero-length link-layer address is passed to linkaddr_string()
  76. Fix printing of MAC addresses for VLAN frames with a length field
  77. Add some additional bounds checks and use the EXTRACT_ macros more
  78. Add a -b flag to print the AS number in BGP packets in ASDOT notation rather than ASPLAIN notation
  79. Add ICMPv6 RFC 5006 support
  80. Decode the access flags in NFS access requests
  81. Handle the new DLT_ for memory-mapped USB captures on Linux
  82. Make the default snapshot (-s) the maximum
  83. Print name of device (when -L is used)
  84. Print new TCP flags
  85. Add support for RPL DIO
  86. Add support for TCP User Timeout (UTO)
  87. Add support for non-standard Ethertypes used by 3com PPPoE gear
  88. Add support for 802.11n and 802.11s
  89. Add support for Transparent Ethernet Bridge ethertype in GRE
  90. Add 4 byte AS support for BGP printer
  91. Add support for the MDT SAFI 66 BG printer
  92. Add basic IPv6 support to print-olsr
  93. Add USB printer
  94. Add printer for ForCES
  95. Handle frames with an FCS
  96. Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
  97. Fix TCP sequence number printing
  98. Report 802.2 packets as 802.2 instead of 802.3
  99. Lots of code clean up
  100. </Comment>
  101. <Name>Onur Küçük</Name>
  102. <Email>onur@pardus.org.tr</Email>
  103. </Update>
  104. <Update release="9">
  105. <Date>2009-05-04</Date>
  106. <Version>4.0.0</Version>
  107. <Comment>Fix linking with pcap</Comment>
  108. <Name>Onur Küçük</Name>
  109. <Email>onur@pardus.org.tr</Email>
  110. </Update>
  111. <Update release="8">
  112. <Date>2009-05-04</Date>
  113. <Version>4.0.0</Version>
  114. <Comment>Version bump</Comment>
  115. <Name>Onur Küçük</Name>
  116. <Email>onur@pardus.org.tr</Email>
  117. </Update>
  118. <Update release="7">
  119. <Date>2007-10-07</Date>
  120. <Version>3.9.8</Version>
  121. <Comment>Version bump.</Comment>
  122. <Name>Furkan Duman</Name>
  123. <Email>coderlord@gmail.com</Email>
  124. </Update>
  125. <Update release="6">
  126. <Date>2007-08-10</Date>
  127. <Version>3.9.7</Version>
  128. <Comment>Stable update</Comment>
  129. <Name>İsmail Dönmez</Name>
  130. <Email>ismail@pardus.org.tr</Email>
  131. </Update>
  132. <Update release="5" type="security">
  133. <Date>2007-07-17</Date>
  134. <Version>3.9.6</Version>
  135. <Comment>Fix CVE-2007-3798</Comment>
  136. <Name>İsmail Dönmez</Name>
  137. <Email>ismail@pardus.org.tr</Email>
  138. </Update>
  139. <Update release="4">
  140. <Date>2007-06-17</Date>
  141. <Version>3.9.6</Version>
  142. <Comment>Version bump</Comment>
  143. <Name>Furkan Duman</Name>
  144. <Email>coderlord@gmail.com</Email>
  145. </Update>
  146. <Update release="3">
  147. <Date>2007-02-03</Date>
  148. <Version>3.9.5</Version>
  149. <Comment>Fix 802.11 denial of service</Comment>
  150. <Name>İsmail Dönmez</Name>
  151. <Email>ismail@pardus.org.tr</Email>
  152. </Update>
  153. <Update release="2">
  154. <Date>2007-01-16</Date>
  155. <Version>3.9.5</Version>
  156. <Comment>Stable update</Comment>
  157. <Name>İsmail Dönmez</Name>
  158. <Email>ismail@pardus.org.tr</Email>
  159. </Update>
  160. <Update release="1">
  161. <Date>2005-11-19</Date>
  162. <Version>3.9.4</Version>
  163. <Comment>First release</Comment>
  164. <Name>Furkan Duman</Name>
  165. <Email>coderlord@gmail.com</Email>
  166. </Update>
  167. </History>
  168. </PISI>