pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openslp</Name>
  6. <Homepage>http://www.openslp.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>service</IsA>
  13. <Summary>An open-source implementation of Service Location Protocol</Summary>
  14. <Description>Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks.</Description>
  15. <Archive sha1sum="e4630bfb986cdffab6bb829b37e9340c9152d838" type="targz">mirrors://sourceforge/openslp/openslp-2.0.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>docbook-xsl</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">openslp-2.0.0-CVE-2016-7567.patch</Patch>
  24. <Patch level="1">openslp-2.0.0-CVE-2017-17833.patch</Patch>
  25. <Patch level="1">openslp-2.0.0-fdr-CVE-2019-5544.patch</Patch>
  26. <Patch level="1">openslp-2.0.0-null-pointer-deref.patch</Patch>
  27. <Patch level="1">openslp-2.0.0-openssl-1.1-fix.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>openslp</Name>
  32. <RuntimeDependencies>
  33. <Dependency>openssl</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="config">/etc/slp.conf</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="doc">/usr/share/doc/openslp/html/IntroductionToSLP</Path>
  41. <Path fileType="doc">/usr/share/doc/openslp/html/UsersGuide</Path>
  42. <Path fileType="doc">/usr/share/doc/openslp/html/faq*</Path>
  43. <Path fileType="data">/var/log</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>openslp-server</Name>
  48. <Summary>OpenSLP server daemon</Summary>
  49. <Description>openslp-server contains ths OpenSLP server daemon to dynamically register services.</Description>
  50. <RuntimeDependencies>
  51. <Dependency>openssl</Dependency>
  52. <Dependency release="current">openslp</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="config">/etc/slp.reg</Path>
  56. <Path fileType="config">/etc/slp.spi</Path>
  57. <Path fileType="executable">/usr/sbin/slpd</Path>
  58. </Files>
  59. </Package>
  60. <Package>
  61. <Name>openslp-devel</Name>
  62. <Summary>Development files for openslp</Summary>
  63. <RuntimeDependencies>
  64. <Dependency release="current">openslp</Dependency>
  65. <Dependency>zlib-devel</Dependency>
  66. <Dependency>openssl-devel</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="header">/usr/include</Path>
  70. <Path fileType="doc">/usr/share/doc/openslp/html/ProgrammersGuide</Path>
  71. </Files>
  72. </Package>
  73. <History>
  74. <Update release="6">
  75. <Date>2021-07-02</Date>
  76. <Version>2.0.0</Version>
  77. <Comment>Rebuild.</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="5">
  82. <Date>2020-02-07</Date>
  83. <Version>2.0.0</Version>
  84. <Comment>Rebuild.</Comment>
  85. <Name>Pisi Linux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="4">
  89. <Date>2018-08-15</Date>
  90. <Version>2.0.0</Version>
  91. <Comment>Rebuild.</Comment>
  92. <Name>Pisi Linux Community</Name>
  93. <Email>admin@pisilinux.org</Email>
  94. </Update>
  95. <Update release="3">
  96. <Date>2017-03-06</Date>
  97. <Version>2.0.0</Version>
  98. <Comment>Release Bump</Comment>
  99. <Name>Ayhan Yalçınsoy</Name>
  100. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  101. </Update>
  102. <Update release="2">
  103. <Date>2016-06-09</Date>
  104. <Version>2.0.0</Version>
  105. <Comment>Release Bump</Comment>
  106. <Name>Pisi Linux Community</Name>
  107. <Email>admin@pisilinux.org</Email>
  108. </Update>
  109. <Update release="1">
  110. <Date>2014-02-01</Date>
  111. <Version>2.0.0</Version>
  112. <Comment>First release</Comment>
  113. <Name>Alihan Öztürk</Name>
  114. <Email>alihan@pisilinux.org</Email>
  115. </Update>
  116. </History>
  117. </PISI>