Package Details: nss-hg 3.96beta1.r0.g0bef0903c5cb-1

Git Clone URL: https://aur.archlinux.org/nss-hg.git (read-only, click to copy)
Package Base: nss-hg
Description: Network Security Services
Upstream URL: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
Licenses: MPL-2.0
Conflicts: nss
Provides: nss
Submitter: franziskus
Maintainer: xiota
Last Packager: xiota
Votes: 8
Popularity: 0.000000
First Submitted: 2016-06-02 20:33 (UTC)
Last Updated: 2023-12-17 23:35 (UTC)

Required by (1357)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

PedroHLC commented on 2020-01-30 08:51 (UTC)

Hi @franzisuks, my last build is tagged nss-hg-3.50.0r15493.f2d947817850-1-x86_64, while last commit is f2d9478178505d24da34f2e694bdd05e0e6395c6. But there were new commits to nspr-hg, I'll force rebuilding it and try again.

franziskus commented on 2020-01-30 08:35 (UTC)

This package is breaking firefox 73 in runtime. Not sure why... It's throwing "NSS not initialized". Replacing by the non-hg using "pacman -Sdd nss" brings it back.

That's weird. I'm not aware of any breaking change that could cause that. Did you try to update nss-hg?

PedroHLC commented on 2020-01-29 21:05 (UTC)

This package is breaking firefox 73 in runtime. Not sure why... It's throwing "NSS not initialized". Replacing by the non-hg using "pacman -Sdd nss" brings it back.

franziskus commented on 2019-11-12 13:33 (UTC)

Right, a new NSPR version is needed. Unfortunately, that wasn't released yet. I created nspr-hg for anyone brave enough to try it.

PedroHLC commented on 2019-11-12 11:40 (UTC)

according to https://phabricator.services.mozilla.com/D49418 we need a newer nspr (>= 4.24) to build this again

depau commented on 2018-07-15 10:36 (UTC)

Here's a better pkgver that includes the actual package version number:

pkgver() {
  local vmajor vminor vpatch
  cd "$_pkgname"

  { read vmajor; read vminor; read vpatch; } \
    < <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' lib/nss/nss.h)

  printf "%s.%s.%sr%s.%s" "$vmajor" "$vminor" "$vpatch" "$(hg identify -n)" "$(hg identify -i)"
}

franziskus commented on 2017-08-25 07:42 (UTC)

I updated the PKGBUILD and NSS got fixed upstream so everything should work now again.

franziskus commented on 2017-08-24 13:10 (UTC)

Sorry for the delays. There's an issue with python3 that should be fixed tomorrow. I'll update the package tomorrow as well.

onny commented on 2017-08-16 21:48 (UTC)

Please fix it :(

onny commented on 2017-07-16 21:14 (UTC)

I fixed the package, adopting the build instructions from the nss package of the community repo: https://onny.project-insanity.org/files/nss-hg-r.-1.src.tar.gz