aboutsummaryrefslogtreecommitdiff
path: root/libs/nss
Commit message (Collapse)AuthorAge
* treewide: fix licence typosFabrice Fontaine2024-01-31
| | | | | | | | | | | | | - PKG_LICENCE -> PKG_LICENSE - PKC_LICENSE_FILES -> PKG_LICENSE_FILES - BSD 3-Clause -> BSD-3-Clause - BSD-3-clause -> BSD-3-Clause - BSD-2-clause -> BSD-2-Clause - Public Domain -> Public-Domain - PublicDomain -> Public-Domain - Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* nss: update to 3.93Lucian Cristian2023-08-31
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.89.1Lucian Cristian2023-05-16
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.88.1Lucian Cristian2023-02-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.85Lucian Cristian2022-12-02
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 4.84Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.78Lucian Cristian2022-05-30
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.76Lucian Cristian2022-03-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.73Donald Hoskins2021-12-09
| | | | | | | | | Update to 3.73 to alievate critical vulnerability CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ Signed-off-by: Donald Hoskins <grommish@gmail.com>
* nss: update to 3.69Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.67Rosen Penev2021-07-11
| | | | | | | | | Switch to AUTORELEASE for simplicity. Disable parallel compilation as there's something wrong with NSS' build system. Reliably fails with make -j 12 on a ryzen 3600. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nss: update to 3.65Lucian Cristian2021-05-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: fix compilation with QUILTEneas U de Queiroz2021-03-22
| | | | | | | | | | | | | | | Commit 657574f45 disabled building the host nsinstall program when using QUILT. However, the host nsinstall is needed to compile the package, breaking compilation with QUILT. Move the native compile to Build/Configure, which will not be called for prepare, refresh, or update targets, but will be called before Build/Compile. nss does not have a configure script, so Build/Configure/Default is not being called. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* nss: quote $(FPIC), as it may have multiple flagsEneas U de Queiroz2021-03-22
| | | | | | | FPIC may be defined with more than one flag. In that case, it becomes necessary to use it inside QUOTES in a shell context. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #14654 from lucize/nssupRosen Penev2021-02-05
|\ | | | | nss: update to 3.61
| * nss: update to 3.61Lucian Cristian2021-02-04
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libs/nss: Don't run nsinstall with QUILTIlya Lipnitskiy2021-02-03
|/ | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* nss: update to 3.60Rosen Penev2020-12-15
| | | | | | | | | | Added patch to fix compilation with musl 1.2.x. Install nss-config file and fix it up. Might help some packages... Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nss: update to 3.58Lucian Cristian2020-10-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.57Lucian Cristian2020-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to version 3.55 (security fix)Jan Pavlinec2020-08-12
| | | | | | | | | | Fixes CVE-2020-12403 CVE-2020-12401 CVE-2020-6829 CVE-2020-12400 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* nss: update to 3.53Lucian Cristian2020-06-01
| | | | | | also enable parallel build as now is safe Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: fix build for mips64Lucian Cristian2020-05-23
| | | | | | disable arm32_neon on unsupported target Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: revert -flto changeLucian Cristian2020-05-16
| | | | | | it seems that it can lead to segfault in libfreebl3.so Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: add -flto and makefile cleanupLucian Cristian2020-05-15
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.52Lucian Cristian2020-05-10
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.51.1Lucian Cristian2020-04-19
| | | | | | also refresh patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.51Lucian Cristian2020-03-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.50Lucian Cristian2020-02-11
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.49.2Lucian Cristian2020-01-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: Fix compilation with uClibc-ngRosen Penev2019-12-20
| | | | | | _GNU_SOURCE is needed for fdopen, sigaction, and probably more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nss: update to 3.48Lucian Cristian2019-12-10
| | | | | | also package libnssckbi.so Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.47.1 and fix xscaleLucian Cristian2019-12-01
| | | | | | also refresh patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.47Lucian Cristian2019-10-24
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.46.1Lucian Cristian2019-10-10
| | | | | | and clean some comments Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.46Lucian Cristian2019-09-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: Replace usleep with nanosleepRosen Penev2019-07-19
| | | | | | | | | | | | usleep is deprecated and is optionally not available with uClibc-ng. Added PKG_LICENSE_FILES. Added PKG_CPE_ID for proper CVE tracking. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nss: update to 3.45Lucian Cristian2019-07-14
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.44.1Lucian Cristian2019-06-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.44Lucian Cristian2019-05-13
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libnss: buildbot 32 bit compile fixLucian Cristian2019-04-10
| | | | | | also rework the installed files Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: add nss-toolsLucian Cristian2019-04-06
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 v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>