pspec.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nss</Name>
  6. <Homepage>http://www.mozilla.org/projects/security/pki/nss/</Homepage>
  7. <Packager>
  8. <Name>Erdinç Gültekin</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL-2.0</License>
  12. <License>GPLv2</License>
  13. <License>LGPLv2.1</License>
  14. <PartOf>util.crypt</PartOf>
  15. <IsA>library</IsA>
  16. <Summary>Network Security Services</Summary>
  17. <Description>Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.</Description>
  18. <Archive sha1sum="c6d5f44c56b9948ba15168d1aa5860d3b4c16260" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_107_RTM/src/nss-3.107.tar.gz</Archive>
  19. <AdditionalFiles>
  20. <AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
  21. <AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
  22. <AdditionalFile permission="0755" target="generate-pc-config.sh">generate-pc-config.sh</AdditionalFile>
  23. </AdditionalFiles>
  24. <BuildDependencies>
  25. <Dependency>zlib-devel</Dependency>
  26. <Dependency>sqlite-devel</Dependency>
  27. <Dependency versionFrom="4.36">nspr-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!--<Patch level="1">nss-3.18.1-standalone-1.patch</Patch>-->
  31. <!-- <Patch level="1">add_spi+cacert_ca_certs.patch</Patch> -->
  32. <!-- Patches from Fedora -->
  33. <Patch level="0">fedora/add-relro-linker-option.patch</Patch>
  34. <!--<Patch level="0">fedora/nss-539183.patch</Patch>-->
  35. <Patch level="1">dbm.patch</Patch>
  36. </Patches>
  37. </Source>
  38. <Package>
  39. <Name>nss</Name>
  40. <RuntimeDependencies>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>sqlite</Dependency>
  43. <Dependency versionFrom="4.33">nspr</Dependency>
  44. <!-- <Dependency>libgcc</Dependency> -->
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="library">/usr/lib</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="config">/etc</Path>
  50. </Files>
  51. <AdditionalFiles>
  52. <AdditionalFile owner="root" permission="0644" target="/etc/ld.so.conf.d/50-nss.conf">ld.so.conf</AdditionalFile>
  53. <!-- legacy blank NSS db files from Fedora -->
  54. <AdditionalFile owner="root" target="/etc/pki/nssdb/cert8.db" permission="0644">nssdb/cert8.db</AdditionalFile>
  55. <AdditionalFile owner="root" target="/etc/pki/nssdb/key3.db" permission="0644">nssdb/key3.db</AdditionalFile>
  56. <AdditionalFile owner="root" target="/etc/pki/nssdb/secmod.db" permission="0644">nssdb/secmod.db</AdditionalFile>
  57. </AdditionalFiles>
  58. </Package>
  59. <Package>
  60. <Name>nss-devel</Name>
  61. <Summary>Development files for nss</Summary>
  62. <RuntimeDependencies>
  63. <Dependency versionFrom="4.33">nspr-devel</Dependency>
  64. <Dependency release="current">nss</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="executable">/usr/bin/nss-config</Path>
  68. <Path fileType="header">/usr/include</Path>
  69. <Path fileType="data">/usr/lib/pkgconfig</Path>
  70. <Path fileType="library">/usr/lib/*.a</Path>
  71. </Files>
  72. </Package>
  73. <History>
  74. <Update release="63">
  75. <Date>2024-12-07</Date>
  76. <Version>3.107</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="62">
  82. <Date>2024-11-01</Date>
  83. <Version>3.106</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Pisi Linux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="61">
  89. <Date>2024-10-01</Date>
  90. <Version>3.105</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Pisi Linux Community</Name>
  93. <Email>admin@pisilinux.org</Email>
  94. </Update>
  95. <Update release="60">
  96. <Date>2024-09-02</Date>
  97. <Version>3.104</Version>
  98. <Comment>Version bump.</Comment>
  99. <Name>Pisi Linux Community</Name>
  100. <Email>admin@pisilinux.org</Email>
  101. </Update>
  102. <Update release="59">
  103. <Date>2024-08-05</Date>
  104. <Version>3.103</Version>
  105. <Comment>Version bump.</Comment>
  106. <Name>Pisi Linux Community</Name>
  107. <Email>admin@pisilinux.org</Email>
  108. </Update>
  109. <Update release="58">
  110. <Date>2024-07-06</Date>
  111. <Version>3.102</Version>
  112. <Comment>Version bump.</Comment>
  113. <Name>Pisi Linux Community</Name>
  114. <Email>admin@pisilinux.org</Email>
  115. </Update>
  116. <Update release="57">
  117. <Date>2024-06-11</Date>
  118. <Version>3.101</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Pisi Linux Community</Name>
  121. <Email>admin@pisilinux.org</Email>
  122. </Update>
  123. <Update release="56">
  124. <Date>2024-06-03</Date>
  125. <Version>3.100</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Pisi Linux Community</Name>
  128. <Email>admin@pisilinux.org</Email>
  129. </Update>
  130. <Update release="55">
  131. <Date>2024-04-15</Date>
  132. <Version>3.99</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="54">
  138. <Date>2024-02-19</Date>
  139. <Version>3.98</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="53">
  145. <Date>2023-12-16</Date>
  146. <Version>3.96</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="52">
  152. <Date>2023-10-11</Date>
  153. <Version>3.94</Version>
  154. <Comment>Version bump.</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="51">
  159. <Date>2023-09-25</Date>
  160. <Version>3.93</Version>
  161. <Comment>Version bump.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="50">
  166. <Date>2023-07-28</Date>
  167. <Version>3.92</Version>
  168. <Comment>Version bump.</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="49">
  173. <Date>2023-07-01</Date>
  174. <Version>3.91</Version>
  175. <Comment>Version bump.</Comment>
  176. <Name>Mustafa Cinasal</Name>
  177. <Email>muscnsl@gmail.com</Email>
  178. </Update>
  179. <Update release="48">
  180. <Date>2023-05-08</Date>
  181. <Version>3.89.1</Version>
  182. <Comment>Version bump.</Comment>
  183. <Name>Mustafa Cinasal</Name>
  184. <Email>muscnsl@gmail.com</Email>
  185. </Update>
  186. <Update release="47">
  187. <Date>2023-03-11</Date>
  188. <Version>3.89</Version>
  189. <Comment>Version bump.</Comment>
  190. <Name>Mustafa Cinasal</Name>
  191. <Email>muscnsl@gmail.com</Email>
  192. </Update>
  193. <Update release="46">
  194. <Date>2023-01-16</Date>
  195. <Version>3.87</Version>
  196. <Comment>Version bump.</Comment>
  197. <Name>Mustafa Cinasal</Name>
  198. <Email>muscnsl@gmail.com</Email>
  199. </Update>
  200. <Update release="45">
  201. <Date>2022-11-12</Date>
  202. <Version>3.85</Version>
  203. <Comment>Version bump.</Comment>
  204. <Name>Mustafa Cinasal</Name>
  205. <Email>muscnsl@gmail.com</Email>
  206. </Update>
  207. <Update release="44">
  208. <Date>2022-10-21</Date>
  209. <Version>3.84</Version>
  210. <Comment>Version bump.</Comment>
  211. <Name>Mustafa Cinasal</Name>
  212. <Email>muscnsl@gmail.com</Email>
  213. </Update>
  214. <Update release="43">
  215. <Date>2022-10-08</Date>
  216. <Version>3.83</Version>
  217. <Comment>Version bump.</Comment>
  218. <Name>Mustafa Cinasal</Name>
  219. <Email>muscnsl@gmail.com</Email>
  220. </Update>
  221. <Update release="42">
  222. <Date>2022-08-24</Date>
  223. <Version>3.82</Version>
  224. <Comment>Version bump.</Comment>
  225. <Name>Mustafa Cinasal</Name>
  226. <Email>muscnsl@gmail.com</Email>
  227. </Update>
  228. <Update release="41">
  229. <Date>2022-06-24</Date>
  230. <Version>3.80</Version>
  231. <Comment>Version bump.</Comment>
  232. <Name>Mustafa Cinasal</Name>
  233. <Email>muscnsl@gmail.com</Email>
  234. </Update>
  235. <Update release="40">
  236. <Date>2022-05-24</Date>
  237. <Version>3.78</Version>
  238. <Comment>Version bump.</Comment>
  239. <Name>Mustafa Cinasal</Name>
  240. <Email>muscnsl@gmail.com</Email>
  241. </Update>
  242. <Update release="39">
  243. <Date>2022-04-25</Date>
  244. <Version>3.76.1</Version>
  245. <Comment>Version bump</Comment>
  246. <Name>Mustafa Cinasal</Name>
  247. <Email>muscnsl@gmail.com</Email>
  248. </Update>
  249. <Update release="38">
  250. <Date>2022-03-08</Date>
  251. <Version>3.76</Version>
  252. <Comment>Version bump</Comment>
  253. <Name>Kamil Atlı</Name>
  254. <Email>suvari@pisilinux.org</Email>
  255. </Update>
  256. <Update release="37">
  257. <Date>2022-02-14</Date>
  258. <Version>3.75</Version>
  259. <Comment>Version bump.</Comment>
  260. <Name>İdris Kalp</Name>
  261. <Email>idriskalp@gmail.com</Email>
  262. </Update>
  263. <Update release="36">
  264. <Date>2022-01-10</Date>
  265. <Version>3.74</Version>
  266. <Comment>Version bump.</Comment>
  267. <Name>Mustafa Cinasal</Name>
  268. <Email>muscnsl@gmail.com</Email>
  269. </Update>
  270. <Update release="35">
  271. <Date>2021-11-11</Date>
  272. <Version>3.72</Version>
  273. <Comment>Version bump.</Comment>
  274. <Name>Mustafa Cinasal</Name>
  275. <Email>muscnsl@gmail.com</Email>
  276. </Update>
  277. <Update release="34">
  278. <Date>2021-10-05</Date>
  279. <Version>3.71</Version>
  280. <Comment>Version bump.</Comment>
  281. <Name>Mustafa Cinasal</Name>
  282. <Email>muscnsl@gmail.com</Email>
  283. </Update>
  284. <Update release="33">
  285. <Date>2021-09-05</Date>
  286. <Version>3.69.1</Version>
  287. <Comment>Version bump.</Comment>
  288. <Name>Mustafa Cinasal</Name>
  289. <Email>muscnsl@gmail.com</Email>
  290. </Update>
  291. <Update release="32">
  292. <Date>2021-08-16</Date>
  293. <Version>3.69</Version>
  294. <Comment>Version bump.</Comment>
  295. <Name>Mustafa Cinasal</Name>
  296. <Email>muscnsl@gmail.com</Email>
  297. </Update>
  298. <Update release="31">
  299. <Date>2021-06-18</Date>
  300. <Version>3.67</Version>
  301. <Comment>Version bump.</Comment>
  302. <Name>Mustafa Cinasal</Name>
  303. <Email>muscnsl@gmail.com</Email>
  304. </Update>
  305. <Update release="30">
  306. <Date>2021-05-31</Date>
  307. <Version>3.66</Version>
  308. <Comment>Version bump.</Comment>
  309. <Name>Mustafa Cinasal</Name>
  310. <Email>muscnsl@gmail.com</Email>
  311. </Update>
  312. <Update release="29">
  313. <Date>2021-03-19</Date>
  314. <Version>3.63</Version>
  315. <Comment>Version bump.</Comment>
  316. <Name>Idris Kalp</Name>
  317. <Email>idriskalp@gmail.com</Email>
  318. </Update>
  319. <Update release="28">
  320. <Date>2021-02-26</Date>
  321. <Version>3.62</Version>
  322. <Comment>Version bump.</Comment>
  323. <Name>Idris Kalp</Name>
  324. <Email>idriskalp@gmail.com</Email>
  325. </Update>
  326. <Update release="27">
  327. <Date>2020-12-25</Date>
  328. <Version>3.60</Version>
  329. <Comment>Version bump.</Comment>
  330. <Name>Idris Kalp</Name>
  331. <Email>idriskalp@gmail.com</Email>
  332. </Update>
  333. <Update release="26">
  334. <Date>2020-12-17</Date>
  335. <Version>3.59</Version>
  336. <Comment>Version bump.</Comment>
  337. <Name>İdris Kalp</Name>
  338. <Email>idriskalp@gmail.com</Email>
  339. </Update>
  340. <Update release="25">
  341. <Date>2020-10-19</Date>
  342. <Version>3.58</Version>
  343. <Comment>Version bump.</Comment>
  344. <Name>Mustafa Cinasal</Name>
  345. <Email>muscnsl@gmail.com</Email>
  346. </Update>
  347. <Update release="24">
  348. <Date>2020-08-24</Date>
  349. <Version>3.56</Version>
  350. <Comment>Version bump.</Comment>
  351. <Name>Mustafa Cinasal</Name>
  352. <Email>muscnsl@gmail.com</Email>
  353. </Update>
  354. <Update release="23">
  355. <Date>2020-06-24</Date>
  356. <Version>3.53.1</Version>
  357. <Comment>Version bump.</Comment>
  358. <Name>Mustafa Cinasal</Name>
  359. <Email>muscnsl@gmail.com</Email>
  360. </Update>
  361. <Update release="22">
  362. <Date>2020-06-02</Date>
  363. <Version>3.52.1</Version>
  364. <Comment>Version bump</Comment>
  365. <Name>Mustafa Cinasal</Name>
  366. <Email>muscnsl@gmail.com</Email>
  367. </Update>
  368. <Update release="21">
  369. <Date>2020-05-05</Date>
  370. <Version>3.52</Version>
  371. <Comment>Version bump.</Comment>
  372. <Name>Mustafa Cinasal</Name>
  373. <Email>muscnsl@gmail.com</Email>
  374. </Update>
  375. <Update release="20">
  376. <Date>2020-04-06</Date>
  377. <Version>3.51</Version>
  378. <Comment>Version bump.</Comment>
  379. <Name>Mustafa Cinasal</Name>
  380. <Email>muscnsl@gmail.com</Email>
  381. </Update>
  382. <Update release="19">
  383. <Date>2020-02-17</Date>
  384. <Version>3.50</Version>
  385. <Comment>Version bump.</Comment>
  386. <Name>Idris Kalp</Name>
  387. <Email>idriskalp@gmail.com</Email>
  388. </Update>
  389. <Update release="18">
  390. <Date>2020-01-09</Date>
  391. <Version>3.49</Version>
  392. <Comment>Version bump.</Comment>
  393. <Name>Idris Kalp</Name>
  394. <Email>idriskalp@gmail.com</Email>
  395. </Update>
  396. <Update release="17">
  397. <Date>2019-12-02</Date>
  398. <Version>3.47.1</Version>
  399. <Comment>Version bump.</Comment>
  400. <Name>Mustafa Cinasal</Name>
  401. <Email>muscnsl@gmail.com</Email>
  402. </Update>
  403. <Update release="16">
  404. <Date>2019-10-22</Date>
  405. <Version>3.47</Version>
  406. <Comment>Version bump.</Comment>
  407. <Name>Mustafa Cinasal</Name>
  408. <Email>muscnsl@gmail.com</Email>
  409. </Update>
  410. <Update release="15">
  411. <Date>2019-09-04</Date>
  412. <Version>3.46</Version>
  413. <Comment>Version bump.</Comment>
  414. <Name>Mustafa Cinasal</Name>
  415. <Email>muscnsl@gmail.com</Email>
  416. </Update>
  417. <Update release="14">
  418. <Date>2019-07-08</Date>
  419. <Version>3.44.1</Version>
  420. <Comment>Version bump.</Comment>
  421. <Name>Idris Kalp</Name>
  422. <Email>idriskalp@gmail.com</Email>
  423. </Update>
  424. <Update release="13">
  425. <Date>2019-03-28</Date>
  426. <Version>3.42.1</Version>
  427. <Comment>Version bump.</Comment>
  428. <Name>Mustafa Cinasal</Name>
  429. <Email>muscnsl@gmail.com</Email>
  430. </Update>
  431. <Update release="12">
  432. <Date>2018-12-11</Date>
  433. <Version>3.41</Version>
  434. <Comment>Version bump.</Comment>
  435. <Name>Mustafa Cinasal</Name>
  436. <Email>muscnsl@gmail.com</Email>
  437. </Update>
  438. <Update release="11">
  439. <Date>2018-11-03</Date>
  440. <Version>3.40</Version>
  441. <Comment>Version bump.</Comment>
  442. <Name>Mustafa Cinasal</Name>
  443. <Email>muscnsl@gmail.com</Email>
  444. </Update>
  445. <Update release="10">
  446. <Date>2018-07-27</Date>
  447. <Version>3.38</Version>
  448. <Comment>Rebuild for new toolchain.</Comment>
  449. <Name>Mustafa Cinasal</Name>
  450. <Email>muscnsl@gmail.com</Email>
  451. </Update>
  452. <Update release="9">
  453. <Date>2018-07-08</Date>
  454. <Version>3.38</Version>
  455. <Comment>Version Bump.</Comment>
  456. <Name>Mustafa Cinasal</Name>
  457. <Email>muscnsl@gmail.com</Email>
  458. </Update>
  459. <Update release="8">
  460. <Date>2018-05-08</Date>
  461. <Version>3.37</Version>
  462. <Comment>Version Bump.</Comment>
  463. <Name>Mustafa Cinasal</Name>
  464. <Email>muscnsl@gmail.com</Email>
  465. </Update>
  466. <Update release="7">
  467. <Date>2018-01-24</Date>
  468. <Version>3.35</Version>
  469. <Comment>Version Bump.</Comment>
  470. <Name>Mustafa Cinasal</Name>
  471. <Email>muscnsl@gmail.com</Email>
  472. </Update>
  473. <Update release="6">
  474. <Date>2017-09-26</Date>
  475. <Version>3.33</Version>
  476. <Comment>Version Bump.</Comment>
  477. <Name>Mustafa Cinasal</Name>
  478. <Email>muscnsl@gmail.com</Email>
  479. </Update>
  480. <Update release="5">
  481. <Date>2017-05-28</Date>
  482. <Version>3.30</Version>
  483. <Comment>Version Bump</Comment>
  484. <Name>Mustafa Cinasal</Name>
  485. <Email>muscnsl@gmail.com</Email>
  486. </Update>
  487. <Update release="4">
  488. <Date>2017-02-10</Date>
  489. <Version>3.29</Version>
  490. <Comment>Release bump.</Comment>
  491. <Name>Stefan Gronewold</Name>
  492. <Email>groni@pisilinux.org</Email>
  493. </Update>
  494. <Update release="3">
  495. <Date>2016-06-15</Date>
  496. <Version>3.23</Version>
  497. <Comment>Version Bump</Comment>
  498. <Name>Pisi Linux Community</Name>
  499. <Email>admin@pisilinux.org</Email>
  500. </Update>
  501. <Update release="2">
  502. <Date>2016-06-08</Date>
  503. <Version>3.22</Version>
  504. <Comment>Release Bump</Comment>
  505. <Name>Pisi Linux Community</Name>
  506. <Email>admin@pisilinux.org</Email>
  507. </Update>
  508. <Update release="1">
  509. <Date>2016-02-14</Date>
  510. <Version>3.22</Version>
  511. <Comment>First release</Comment>
  512. <Name>Osman Erkan</Name>
  513. <Email>osman.erkan@pisilinux.org</Email>
  514. </Update>
  515. </History>
  516. </PISI>