pspec.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wpa_supplicant</Name>
  6. <Homepage>http://hostap.epitest.fi/wpa_supplicant/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>BSD</License>
  13. <IsA>service</IsA>
  14. <Summary>IEEE 802.1X/WPA supplicant for secure wireless transfers</Summary>
  15. <Description>wpa_supplicant is a WPA supplicant with support for WPA and WPA2.</Description>
  16. <Archive sha1sum="8189704e257c3e9f8300c49dc6e49a381b1d6299" type="targz">http://hostap.epitest.fi/releases/wpa_supplicant-2.6.tar.gz</Archive>
  17. <AdditionalFiles>
  18. <AdditionalFile target="wpa_supplicant/.config">wpa_supplicant.config</AdditionalFile>
  19. </AdditionalFiles>
  20. <BuildDependencies>
  21. <Dependency>libnl-devel</Dependency>
  22. <Dependency>openssl-devel</Dependency>
  23. <Dependency>dbus-devel</Dependency>
  24. <Dependency>readline-devel</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <Patch level="1">ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch</Patch>
  28. <!--<Patch level="1">wpa_supplicant-1.0-generate-libeap-peer.patch</Patch>-->
  29. <Patch level="1">wpa_supplicant-1.0-dbus-path-fix.patch</Patch>
  30. <!--Patch level="1">wpa_supplicant-1.0-do-not-call-dbus-functions-with-NULL-path.patch</Patch-->
  31. <Patch level="1">mandriva/wpa_supplicant-0.6.3-WEP232.patch</Patch>
  32. <Patch level="1">fedora/wpa_supplicant-openssl-more-algs.patch</Patch>
  33. <Patch level="1">fedora/wpa_supplicant-flush-debug-output.patch</Patch>
  34. <!--<Patch level="1">fedora/wpa_supplicant-squelch-driver-disconnect-spam.patch</Patch>-->
  35. <!--<Patch level="1">fedora/wpa_supplicant-dbus-service-file-args.patch</Patch>-->
  36. <Patch level="1">fedora/wpa_supplicant-assoc-timeout.patch</Patch>
  37. <!--<Patch level="1">fedora/wpa_supplicant-quiet-scan-results-message.patch</Patch>-->
  38. <!--<Patch>suse/wpa_supplicant-driver-wext-debug.patch</Patch>-->
  39. <Patch>suse/wpa_supplicant-errormsg.patch</Patch>
  40. <!-- Add 3 patches from git://w1.fi/srv/git/hostap-07.git -->
  41. <!--<Patch level="1">0001-AP-Verify-that-HT40-secondary-channel-is-supported.patch</Patch>-->
  42. <!--<Patch level="1">0002-nl80211-Set-cipher-suites-when-using-user-space-SME.patch</Patch>-->
  43. <!--<Patch level="1">0003-dbus-Emit-property-changed-events-when-adding-removi.patch</Patch>-->
  44. </Patches>
  45. </Source>
  46. <Package>
  47. <Name>wpa_supplicant</Name>
  48. <RuntimeDependencies>
  49. <Dependency>libnl</Dependency>
  50. <Dependency>dbus</Dependency>
  51. <Dependency>openssl</Dependency>
  52. <Dependency>readline</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="config">/etc</Path>
  56. <Path fileType="data">/etc/dbus-1</Path>
  57. <Path fileType="executable">/usr/sbin</Path>
  58. <Path fileType="executable">/usr/bin</Path>
  59. <Path fileType="library">/usr/lib</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. <Path fileType="man">/usr/share/man</Path>
  62. <Path fileType="data">/usr/share/dbus-1/system-services</Path>
  63. <Path fileType="data">/run</Path>
  64. </Files>
  65. <AdditionalFiles>
  66. <AdditionalFile owner="root" permission="0600" target="/etc/wpa_supplicant.conf">wpa_supplicant.conf</AdditionalFile>
  67. <!-- This is the fedora one
  68. <AdditionalFile owner="root" permission="0600" target="/etc/wpa_supplicant.conf">wpa_supplicant.conf.fedora</AdditionalFile>
  69. -->
  70. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/wpa_supplicant">wpa_supplicant.confd</AdditionalFile>
  71. <AdditionalFile owner="root" permission="0644" target="/etc/logrotate.d/wpa_supplicant">wpa_supplicant.logrotate</AdditionalFile>
  72. <AdditionalFile owner="root" permission="0644" target="/usr/lib/python2.7/site-packages/wpa_supplicant.py">wpa_supplicant.py</AdditionalFile>
  73. </AdditionalFiles>
  74. <!-- This service is not started by default since NM starts it automatically. Keep service for those not using NM and start wpa-supp service manually -->
  75. <Provides>
  76. <COMAR script="service.py">System.Service</COMAR>
  77. </Provides>
  78. </Package>
  79. <History>
  80. <Update release="3">
  81. <Date>2017-02-17</Date>
  82. <Version>2.6</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-06-09</Date>
  89. <Version>2.4</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>Pisi Linux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2015-07-15</Date>
  96. <Version>2.4</Version>
  97. <Comment>First release</Comment>
  98. <Name>Ayhan Yalçınsoy</Name>
  99. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>