Commit Graph

42 Commits

Author SHA1 Message Date
Fabrice Fontaine 820fcc5fb9 treewide: fix licence typos
- 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>
2024-01-31 16:00:10 -08:00
Lucian Cristian 71e8d20f59 nss: update to 3.93
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-08-31 19:28:39 -07:00
Lucian Cristian 516610df29 nss: update to 3.89.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-05-16 23:30:44 +02:00
Lucian Cristian 92a696d960 nss: update to 3.88.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-02-20 22:47:43 +01:00
Lucian Cristian 50be576b8b nss: update to 3.85
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-12-02 18:17:30 +02:00
Lucian Cristian 990748d135 nss: update to 4.84
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-10-21 15:08:34 -07:00
Lucian Cristian a71ade6e94 nss: update to 3.78
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-05-30 17:20:16 -07:00
Lucian Cristian 35e6067091 nss: update to 3.76
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-03-06 12:02:24 +01:00
Donald Hoskins c3e3e93b28 nss: update to 3.73
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>
2021-12-09 03:48:40 -05:00
Lucian Cristian 05d9d7ae21 nss: update to 3.69
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-09-12 10:58:16 -07:00
Rosen Penev 1b9e204700 nss: update to 3.67
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>
2021-07-11 00:35:18 -07:00
Lucian Cristian 0f5eadf362 nss: update to 3.65
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-05-21 15:41:17 +03:00
Eneas U de Queiroz fbed6751b0
nss: fix compilation with QUILT
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>
2021-03-22 08:23:29 -03:00
Eneas U de Queiroz c5f91a2a56
nss: quote $(FPIC), as it may have multiple flags
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>
2021-03-22 08:23:29 -03:00
Rosen Penev e5b4ff913b
Merge pull request #14654 from lucize/nssup
nss: update to 3.61
2021-02-05 00:42:32 -08:00
Lucian Cristian 9fd51a4b47 nss: update to 3.61
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-02-04 21:39:27 +02:00
Ilya Lipnitskiy 657574f45f
libs/nss: Don't run nsinstall with QUILT
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>
2021-02-03 21:01:25 -08:00
Rosen Penev beac69b7a5
nss: update to 3.60
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>
2020-12-15 20:06:13 -08:00
Lucian Cristian eac8d38816 nss: update to 3.58
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-27 21:49:18 -07:00
Lucian Cristian a2c293f0e4 nss: update to 3.57
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-25 15:53:21 +02:00
Jan Pavlinec 46a0c332a4
nss: update to version 3.55 (security fix)
Fixes
CVE-2020-12403
CVE-2020-12401
CVE-2020-6829
CVE-2020-12400

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-12 16:16:54 +02:00
Lucian Cristian c155685843 nss: update to 3.53
also enable parallel build as now is safe

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-01 00:15:24 +03:00
Lucian Cristian d254f0527d nss: fix build for mips64
disable arm32_neon on unsupported target

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-23 21:53:26 +03:00
Lucian Cristian 630c19f648 nss: revert -flto change
it seems that it can lead to segfault in libfreebl3.so

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-16 21:06:53 +03:00
Lucian Cristian 47570b4cf5 nss: add -flto and makefile cleanup
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 16:28:23 +03:00
Lucian Cristian 867fa4c68c nss: update to 3.52
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-10 22:19:27 +03:00
Lucian Cristian 5fadec5c0e nss: update to 3.51.1
also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 16:59:00 +03:00
Lucian Cristian edd2690815 nss: update to 3.51
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 19:35:41 +02:00
Lucian Cristian 8633c2bc54 nss: update to 3.50
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-11 00:43:46 +02:00
Lucian Cristian 8f2023aa9c nss: update to 3.49.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-01-27 22:14:53 +02:00
Rosen Penev 7940093fd0
nss: Fix compilation with uClibc-ng
_GNU_SOURCE is needed for fdopen, sigaction, and probably more.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-20 13:14:20 -08:00
Lucian Cristian 4ad6e14ac8 nss: update to 3.48
also package libnssckbi.so

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-10 00:29:35 +02:00
Lucian Cristian 3bacf6e9cb nss: update to 3.47.1 and fix xscale
also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-01 12:48:18 +02:00
Lucian Cristian 8013893745 nss: update to 3.47
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-24 13:50:52 +03:00
Lucian Cristian 4da3baea35 nss: update to 3.46.1
and clean some comments

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-10 19:06:15 +03:00
Lucian Cristian 257351976f nss: update to 3.46
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-09-06 18:53:15 +03:00
Rosen Penev 1f1cec28b7
nss: Replace usleep with nanosleep
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>
2019-07-19 00:37:13 -07:00
Lucian Cristian 80c7a5c119 nss: update to 3.45
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-07-14 22:56:38 +03:00
Lucian Cristian 9a4dae73b4 nss: update to 3.44.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-06-27 17:20:57 +03:00
Lucian Cristian 3c4ef31b51 nss: update to 3.44
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-05-13 00:14:50 +03:00
Lucian Cristian 3a35f55daa libnss: buildbot 32 bit compile fix
also rework the installed files

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-10 18:49:17 +03:00
Lucian Cristian b75c860fac nss: add nss-tools
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>
2019-04-06 21:22:46 +03:00