summaryrefslogtreecommitdiff
path: root/strata/network-security
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade nss to 3.28.1staging/pedroalvarez/some-upgradesPedro Alvarez2017-02-091-1/+0
| | | | Now there is no need to disable Werror
* strata/network-security/nss.morph: Disable WerrorJavier Jardón2017-02-091-0/+1
| | | | | | | | To avoid failing when compiling against glibc-2.24: In file included from sysrand.c:16:0: unix_rand.c: In function 'ReadOneFile': unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] error = readdir_r(fd, &entry_dir, &result);
* strata/network-security.morph: Update libtasn1 to libtasn1_4_9Javier Jardón2016-08-211-0/+6
| | | | Change-Id: Ic3cc5e002c3503804066527847c5e237a10da945
* Move gnutls to network-security stratumJavier Jardón2016-02-183-0/+17
| | | | | | With the other alternative implementation NSS/NSPR Change-Id: Ib8a15cffb7371c397b776a5b4e74dd8463341929
* Upgrading mozilla nss to nss-3.21Tristan Van Berkom2015-12-211-4/+29
| | | | | | | | | | | This is required to build recent evolution It's also just required, current nss is getting old. New build approach follows LFS instructions here: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/nss.html Change-Id: I41645d98a18764b7356a019c44cc62c8f1cfdf2b
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-122-2/+2
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* Add network-security stratum morphologyFrancisco Redondo Marchena2014-09-162-0/+19
This add nss and nspr to a stratum to be shared for different systems.