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 (1331)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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

silverhammermba commented on 2017-06-19 23:48 (UTC)

I'm pretty sure I'm getting the same issue as @DonOregano. It's because nss expects python to be Python 2, but on Arch it's Python 3. Simple fix is to add ln -s /usr/bin/python2 ../python in build() before the build.sh script is run. Also it would be nice if provides mentioned the version number (currently 3.32.0). This is needed by the firefox-hg AUR package.

franziskus commented on 2017-04-18 07:41 (UTC)

@DonOregano: That's weird. Can you try to build it verbose? You can add -v to the build.sh script [1] to get more information. I just made a makechrootpkg build that works fine. scan-build shouldn't be used in the build. [1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nss-hg#n39