123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nss</Name>
- <Homepage>http://www.mozilla.org/projects/security/pki/nss/</Homepage>
- <Packager>
- <Name>Erdinç Gültekin</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MPL-2.0</License>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <PartOf>util.crypt</PartOf>
- <IsA>library</IsA>
- <Summary>Network Security Services</Summary>
- <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>
- <Archive sha1sum="c6d5f44c56b9948ba15168d1aa5860d3b4c16260" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_107_RTM/src/nss-3.107.tar.gz</Archive>
- <AdditionalFiles>
- <AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
- <AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
- <AdditionalFile permission="0755" target="generate-pc-config.sh">generate-pc-config.sh</AdditionalFile>
- </AdditionalFiles>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency versionFrom="4.36">nspr-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--<Patch level="1">nss-3.18.1-standalone-1.patch</Patch>-->
- <!-- <Patch level="1">add_spi+cacert_ca_certs.patch</Patch> -->
- <!-- Patches from Fedora -->
- <Patch level="0">fedora/add-relro-linker-option.patch</Patch>
- <!--<Patch level="0">fedora/nss-539183.patch</Patch>-->
-
- <Patch level="1">dbm.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>nss</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>sqlite</Dependency>
- <Dependency versionFrom="4.33">nspr</Dependency>
- <!-- <Dependency>libgcc</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/etc/ld.so.conf.d/50-nss.conf">ld.so.conf</AdditionalFile>
- <!-- legacy blank NSS db files from Fedora -->
- <AdditionalFile owner="root" target="/etc/pki/nssdb/cert8.db" permission="0644">nssdb/cert8.db</AdditionalFile>
- <AdditionalFile owner="root" target="/etc/pki/nssdb/key3.db" permission="0644">nssdb/key3.db</AdditionalFile>
- <AdditionalFile owner="root" target="/etc/pki/nssdb/secmod.db" permission="0644">nssdb/secmod.db</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>nss-devel</Name>
- <Summary>Development files for nss</Summary>
- <RuntimeDependencies>
- <Dependency versionFrom="4.33">nspr-devel</Dependency>
- <Dependency release="current">nss</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/nss-config</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/*.a</Path>
- </Files>
- </Package>
- <History>
- <Update release="63">
- <Date>2024-12-07</Date>
- <Version>3.107</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="62">
- <Date>2024-11-01</Date>
- <Version>3.106</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="61">
- <Date>2024-10-01</Date>
- <Version>3.105</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="60">
- <Date>2024-09-02</Date>
- <Version>3.104</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="59">
- <Date>2024-08-05</Date>
- <Version>3.103</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="58">
- <Date>2024-07-06</Date>
- <Version>3.102</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="57">
- <Date>2024-06-11</Date>
- <Version>3.101</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="56">
- <Date>2024-06-03</Date>
- <Version>3.100</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="55">
- <Date>2024-04-15</Date>
- <Version>3.99</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="54">
- <Date>2024-02-19</Date>
- <Version>3.98</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="53">
- <Date>2023-12-16</Date>
- <Version>3.96</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="52">
- <Date>2023-10-11</Date>
- <Version>3.94</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="51">
- <Date>2023-09-25</Date>
- <Version>3.93</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="50">
- <Date>2023-07-28</Date>
- <Version>3.92</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="49">
- <Date>2023-07-01</Date>
- <Version>3.91</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="48">
- <Date>2023-05-08</Date>
- <Version>3.89.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="47">
- <Date>2023-03-11</Date>
- <Version>3.89</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="46">
- <Date>2023-01-16</Date>
- <Version>3.87</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="45">
- <Date>2022-11-12</Date>
- <Version>3.85</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="44">
- <Date>2022-10-21</Date>
- <Version>3.84</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="43">
- <Date>2022-10-08</Date>
- <Version>3.83</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="42">
- <Date>2022-08-24</Date>
- <Version>3.82</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2022-06-24</Date>
- <Version>3.80</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2022-05-24</Date>
- <Version>3.78</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2022-04-25</Date>
- <Version>3.76.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2022-03-08</Date>
- <Version>3.76</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="37">
- <Date>2022-02-14</Date>
- <Version>3.75</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2022-01-10</Date>
- <Version>3.74</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2021-11-11</Date>
- <Version>3.72</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2021-10-05</Date>
- <Version>3.71</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2021-09-05</Date>
- <Version>3.69.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2021-08-16</Date>
- <Version>3.69</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2021-06-18</Date>
- <Version>3.67</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2021-05-31</Date>
- <Version>3.66</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2021-03-19</Date>
- <Version>3.63</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2021-02-26</Date>
- <Version>3.62</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2020-12-25</Date>
- <Version>3.60</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2020-12-17</Date>
- <Version>3.59</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2020-10-19</Date>
- <Version>3.58</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2020-08-24</Date>
- <Version>3.56</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2020-06-24</Date>
- <Version>3.53.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2020-06-02</Date>
- <Version>3.52.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2020-05-05</Date>
- <Version>3.52</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2020-04-06</Date>
- <Version>3.51</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2020-02-17</Date>
- <Version>3.50</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2020-01-09</Date>
- <Version>3.49</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2019-12-02</Date>
- <Version>3.47.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2019-10-22</Date>
- <Version>3.47</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2019-09-04</Date>
- <Version>3.46</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2019-07-08</Date>
- <Version>3.44.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2019-03-28</Date>
- <Version>3.42.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2018-12-11</Date>
- <Version>3.41</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2018-11-03</Date>
- <Version>3.40</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2018-07-27</Date>
- <Version>3.38</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2018-07-08</Date>
- <Version>3.38</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2018-05-08</Date>
- <Version>3.37</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-01-24</Date>
- <Version>3.35</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2017-09-26</Date>
- <Version>3.33</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-05-28</Date>
- <Version>3.30</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-10</Date>
- <Version>3.29</Version>
- <Comment>Release bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-15</Date>
- <Version>3.23</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>3.22</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-14</Date>
- <Version>3.22</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|