Commit Graph

23 Commits

Author SHA1 Message Date
Fabrice Fontaine 5afe5c9031 treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:16:10 -08:00
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 9ecbba977e nspr: fix musl compile
Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2023-05-16 23:32:58 +02:00
Andre Heider e7d9c86503 treewide: refactor to use PKG_BUILD_FLAGS:=lto
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
Lucian Cristian 0e0286e7a1 nspr: update to 4.35
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-10-21 15:08:29 -07:00
Lucian Cristian fe3fbefc1f nspr: update to 4.34
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-05-30 17:20:25 -07:00
Lucian Cristian 7778d4b423 nspr: update to 4.33
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2022-03-06 12:02:36 +01:00
Lucian Cristian 6e089aadbe nspr: update to 4.32
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-09-12 10:58:00 -07:00
Lucian Cristian d8fb7f4287 nspr: update to 4.30
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-05-21 15:41:04 +03:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Lucian Cristian e07a33a917 nspr: update to 4.29
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-25 15:53:38 +02:00
Jan Pavlinec eed2fad8a2
nspr: update to version 4.27
Note:
new version required by nss 3.55

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-12 16:50:22 +02:00
Lucian Cristian df7392149c nspr: nspr add -flto to compile
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-15 10:29:23 +03:00
Rosen Penev 93f8cbebe0
nspr: fix compilation with newer musl
Include proper sgidefs define.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:43:56 -07:00
Lucian Cristian 6acb26cd66 nspr: update to 4.25
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-11 00:42:48 +02:00
Lucian Cristian 07f62dbe46 nspr: update to 4.24
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-12-09 23:50:16 +02:00
Lucian Cristian d9bb633a49 nspr: update to 4.23
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-24 13:48:40 +03:00
Lucian Cristian af9209fb31 nspr: update to 4.22
drop upstreamed patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-08-28 16:39:23 +03:00
Lucian Cristian e38214179d nspr: add nspr libs
Netscape Portable Runtime (NSPR) provides a platform-neutral API for
system level and libc-like functions. The API is used in the Mozilla
clients, many of Red Hat's and Oracle's server applications, and
other software offerings.

this is needed for nss libraries

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-06 15:12:27 +03:00
Luka Perkov e632f4852d nspr: abandon package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-04-11 17:36:16 +02:00
Luka Perkov 404a5f5831 nspr: bump to 3.16.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 09:10:07 -04:00
Jiri Slachta 53e1532b68 nspr: update to 3.16.4
This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-21 20:01:26 +02:00
Luka Perkov 4ca8a2dbc2 nspr: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-08-11 00:44:32 +02:00