aboutsummaryrefslogtreecommitdiff
path: root/libs/nspr
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* 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>
* nspr: fix musl compileLucian Cristian2023-05-16
| | | | | | Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | 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>
* nspr: update to 4.35Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.34Lucian Cristian2022-05-30
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.33Lucian Cristian2022-03-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.32Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.30Lucian Cristian2021-05-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | 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>
* nspr: update to 4.29Lucian Cristian2020-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to version 4.27Jan Pavlinec2020-08-12
| | | | | | | Note: new version required by nss 3.55 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* nspr: nspr add -flto to compileLucian Cristian2020-05-15
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: fix compilation with newer muslRosen Penev2020-03-28
| | | | | | Include proper sgidefs define. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nspr: update to 4.25Lucian Cristian2020-02-11
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.24Lucian Cristian2019-12-09
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.23Lucian Cristian2019-10-24
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.22Lucian Cristian2019-08-28
| | | | | | drop upstreamed patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: add nspr libsLucian Cristian2019-04-06
| | | | | | | | | | | 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>
* nspr: abandon packageLuka Perkov2015-04-11
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* nspr: bump to 3.16.6Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* nspr: update to 3.16.4Jiri Slachta2014-08-21
| | | | | | This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544. Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* nspr: add packageLuka Perkov2014-08-11
Signed-off-by: Luka Perkov <luka@openwrt.org>