pspec.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dhcpcd</Name>
  6. <Homepage>https://roy.marples.name/projects/dhcpcd</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A dhcp client only</Summary>
  14. <Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description>
  15. <Archive sha1sum="8a641e230aed1f0d5c815aa3452e8b4bd7b717ec" type="tarxz">https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.0.10/dhcpcd-10.0.10.tar.xz</Archive>
  16. <!--<Patches>
  17. <Patch>dhcpcd-7.1.1-disable_inet6_fix.patch</Patch>
  18. <Patch>dhcpcd-7.1.1-overflows.patch</Patch>
  19. <Patch>dhcpcd-7.1.1-v6_read_overflow.patch</Patch>
  20. </Patches>-->
  21. <BuildDependencies>
  22. <Dependency>eudev-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>dhcpcd</Name>
  27. <RuntimeDependencies>
  28. <Dependency>eudev</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="config">/etc</Path>
  32. <Path fileType="data">/lib/dhcpcd</Path>
  33. <Path fileType="library">/usr/lib/dhcpcd</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="man">/usr/share/dhcpcd</Path>
  38. <Path fileType="data">/var/lib/dhcpcd</Path>
  39. <Path fileType="data">/run/dhcp</Path>
  40. </Files>
  41. <Provides>
  42. <COMAR script="service.py">System.Service</COMAR>
  43. </Provides>
  44. </Package>
  45. <History>
  46. <Update release="15">
  47. <Date>2024-10-14</Date>
  48. <Version>10.0.10</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="14">
  54. <Date>2023-12-22</Date>
  55. <Version>10.0.6</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Mustafa Cinasal</Name>
  58. <Email>muscnsl@gmail.com</Email>
  59. </Update>
  60. <Update release="13">
  61. <Date>2023-11-12</Date>
  62. <Version>10.0.5</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="12">
  68. <Date>2023-10-10</Date>
  69. <Version>10.0.3</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="11">
  75. <Date>2023-07-22</Date>
  76. <Version>10.0.2</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="10">
  82. <Date>2023-05-04</Date>
  83. <Version>10.0.1</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="9">
  89. <Date>2023-04-14</Date>
  90. <Version>9.5.0</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="8">
  96. <Date>2022-08-28</Date>
  97. <Version>9.4.1</Version>
  98. <Comment>Version bump.</Comment>
  99. <Name>Mustafa Cinasal</Name>
  100. <Email>muscnsl@gmail.com</Email>
  101. </Update>
  102. <Update release="7">
  103. <Date>2020-12-09</Date>
  104. <Version>8.1.6</Version>
  105. <Comment>Version bump.</Comment>
  106. <Name>Mustafa Cinasal</Name>
  107. <Email>muscnsl@gmail.com</Email>
  108. </Update>
  109. <Update release="6">
  110. <Date>2019-12-27</Date>
  111. <Version>8.1.4</Version>
  112. <Comment>Version bump</Comment>
  113. <Name>idris Kalp</Name>
  114. <Email>idriskalp@gmail.com</Email>
  115. </Update>
  116. <Update release="5">
  117. <Date>2019-06-02</Date>
  118. <Version>7.1.1</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Ertuğrul Erata</Name>
  121. <Email>ertugrulerata@gmail.com</Email>
  122. </Update>
  123. <Update release="4">
  124. <Date>2018-07-15</Date>
  125. <Version>6.11.5</Version>
  126. <Comment>Rebuild</Comment>
  127. <Name>Ertuğrul Erata</Name>
  128. <Email>ertugrulerata@gmail.com</Email>
  129. </Update>
  130. <Update release="3">
  131. <Date>2017-02-23</Date>
  132. <Version>6.11.5</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Ertuğrul Erata</Name>
  135. <Email>ertugrulerata@gmail.com</Email>
  136. </Update>
  137. <Update release="2">
  138. <Date>2016-04-27</Date>
  139. <Version>6.10.1</Version>
  140. <Comment>Release Bump</Comment>
  141. <Name>PisiLinux Community</Name>
  142. <Email>admin@pisilinux.org</Email>
  143. </Update>
  144. <Update release="1">
  145. <Date>2016-03-08</Date>
  146. <Version>6.10.1</Version>
  147. <Comment>First release</Comment>
  148. <Name>Alihan Öztürk</Name>
  149. <Email>alihan@pisilinux.org</Email>
  150. </Update>
  151. </History>
  152. </PISI>