Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: Run refresh on all packages | Ilya Lipnitskiy | 2021-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.22 | Lucian Cristian | 2019-08-28 |
| | | | | | | drop upstreamed patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com> | ||
* | nspr: add nspr libs | Lucian Cristian | 2019-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> |