notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/nss/files/patch-lib-freebl-Makefile

Number of commits found: 5

Saturday, 15 May 2021
02:45 Piotr Kubaj (pkubaj) search for other commits by this committer
security/nss: fix build on powerpc64le

LLVM's integrated assembler can't build ppc-gcm.s:
ppc-gcm.s:642:24: error: invalid memory operand
    std          31,-8(SP);

Use as from binutils on powerpc64le.

While here correct the architecture check to also check for Linux's ppc64 -
similar to the OS check in the same patch.
commit hash: 192a67a0d79f89529eaac61ea9e865b7cb32365e commit hash: 192a67a0d79f89529eaac61ea9e865b7cb32365e commit hash: 192a67a0d79f89529eaac61ea9e865b7cb32365e commit hash: 192a67a0d79f89529eaac61ea9e865b7cb32365e 192a67a
Friday, 14 May 2021
17:35 Jan Beich (jbeich) search for other commits by this committer
security/nss: update to 3.65

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.65_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_65_RTM
commit hash: 27411fe284d7e5debf87f3a7f7400b83e70253c6 commit hash: 27411fe284d7e5debf87f3a7f7400b83e70253c6 commit hash: 27411fe284d7e5debf87f3a7f7400b83e70253c6 commit hash: 27411fe284d7e5debf87f3a7f7400b83e70253c6 27411fe
Saturday, 17 Apr 2021
11:46 Piotr Kubaj (pkubaj) search for other commits by this committer
security/nss: fix build on powerpc64le

Error:
C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR                    
NSPR error code: -5977: Failure to load dynamic library
Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR                    
NSPR error code: -5977: Failure to load dynamic library

While here also correct option description after introducing proper VSX option
in
https://hg.mozilla.org/projects/nss/rev/a66c71152314e591106680e6de618c3c8d044373
commit hash: 2eaa6b5910ff4c72b61a4fcf4b06c8f6c1d8db93 commit hash: 2eaa6b5910ff4c72b61a4fcf4b06c8f6c1d8db93 commit hash: 2eaa6b5910ff4c72b61a4fcf4b06c8f6c1d8db93 commit hash: 2eaa6b5910ff4c72b61a4fcf4b06c8f6c1d8db93 2eaa6b5
Sunday, 9 Sep 2018
18:27 jbeich search for other commits by this committer
security/nss: regen patches

Only BSD patch(1) warns about the following:
No such line 52 in input file, ignoring
No such line -11 in input file, ignoring
No such line 118 in input file, ignoring

https://svnweb.freebsd.org/changeset/base/253689

Reported by:	sunpoet
Original commitRevision:479329 
Thursday, 26 Jul 2012
21:49 flo search for other commits by this committer
- update firefox/thunderbird ESR versions to 10.0.6
- update firefox 14.0.1
- update thunderbird to 14.0
- update seamonkey to 2.11
- switch to new options framework
- add experimental rendering via cairo-qt (QT4 option)
- add audio backend options (ALSA and PulseAudio)
- rename SMB option to GNOMEVFS2
- turn on LOGGING by default (like upstream linux builds)
- improve about:memory output
- unbreak PGO
- use system libs [1]
- switch to libevent2 [2]
- fix conflict with devel/libunwind and base gcc [3]
- unbreak clang/libc++ build [4]
- unbreak build with base gcc on >= 9.x [5]
- use common IPC code with other BSDs[6]
- and *miscellaneous improvements*

PR:		ports/146231 [1], ports/161421 [2]
		ports/150631, ports/168369, ports/168637, ports/168793, ports/168978 [3]
		ports/163454, ports/164905, ports/169231 [4]
       		ports/169389, ports/169479 [5]
Obtained from:	pkgsrc via bugzilla #753046 [6]
In collaboration with:	Jan Beich (who did the major part of this work and
			deserves a special thank you!)
Original commit

Number of commits found: 5