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/pkg-plist
SVNWeb

Number of commits found: 26

Sat, 17 Oct 2020
[ 00:48 jbeich search for other commits by this committer ] Original commit   Revision:552532
security/nss: update to 3.58

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_58_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Fri, 7 Feb 2020
[ 13:32 lwhsu search for other commits by this committer ] Original commit   Revision:525484
Reduce the duplicated 'nss' in include and lib path

From jbeich:
This appeared after r78824 which failed to adjust do-install.  Arch, Debian,
Gentoo, OpenBSD use include/nss/, Fedora uses include/nss3/, NetBSD/PkgSrc
uses include/nss/nss/.

PR:		243835
Reviewed by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D23424
Sat, 19 Oct 2019
[ 11:37 jbeich search for other commits by this committer ] Original commit   Revision:514791
security/nss: update to 3.47

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.47_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_47_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Tue, 6 Mar 2018
[ 07:49 jbeich search for other commits by this committer ] Original commit   Revision:463696
security/nss: update to 3.36

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.36_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_36_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
MFH:		2018Q1 (required by Firefox 60)
Wed, 20 Sep 2017
[ 13:44 jbeich search for other commits by this committer ] Original commit   Revision:450203
security/nss: update to 3.33

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.33_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_33_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
MFH:		2017Q3
Sun, 11 Jun 2017
[ 18:20 jbeich search for other commits by this committer ] Original commit   Revision:443402
security/nss: update to 3.31

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_31_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
MFH:		2017Q2
Thu, 22 Dec 2016
[ 15:30 jbeich search for other commits by this committer ] Original commit   Revision:429163
security/nss: update to 3.28

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.28_release_notes
MFH:		2016Q4
Sun, 9 Oct 2016
[ 12:10 jbeich search for other commits by this committer ] Original commit   Revision:423591 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Fri, 20 May 2016
[ 18:38 jbeich search for other commits by this committer ] Original commit   Revision:415569
security/nss: update to 3.24

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.24_release_notes
Tue, 9 Feb 2016
[ 00:09 jbeich search for other commits by this committer ] Original commit   Revision:408519
security/nss: update to 3.22

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.22_release_notes
PR:		207030
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Sat, 19 Dec 2015
[ 10:48 jbeich search for other commits by this committer ] Original commit   Revision:404008
security/nss: enable NSSLOWHASH_* API support

Possible consumers:
  - net/chrony (autodetected)
  - security/p11-kit (--with-hash-impl=freebl)

PR:		205171
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Fri, 31 Oct 2014
[ 21:34 rodrigo search for other commits by this committer ] Original commit   Revision:371936
Fix security/nss plist
Bump port revision

Submitted by:	rodrigo
Approved by:	bapt (mentor)
MFH:		2014Q4
Wed, 15 Oct 2014
[ 15:48 beat search for other commits by this committer ] Original commit   Revision:370932 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Sun, 28 Oct 2012
[ 17:03 flo search for other commits by this committer ] Original commit   Revision:306558 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Update www/firefox{,-i18n} to 16.0.2
- Update seamonkey to 2.13.2
- Update ESR ports and libxul to 10.0.10
- Update nspr to 4.9.3
- Update nss to 3.14
- with GNOMEVFS2 option build its extension, too [1]
- make heap-committed and heap-dirty reporters work in about:memory
- properly mark QT4 as experimental (needs love upstream)
- *miscellaneous cleanups and fixups*

mail/thunderbird will be updated once the tarballs are available.

PR:		ports/173052 [1]
Security:	6b3b1b97-207c-11e2-a03f-c8600054b392
Feature safe:	yes
In collaboration with:	Jan Beich <jbeich@tormail.org>
Sun, 4 Sep 2011
[ 13:23 mandree search for other commits by this committer ] Original commit 
Forced commit to note:
VID: aa5bc971-d635-11e0-b3cf-080027ef73ec
Thu, 20 May 2010
[ 10:01 ale search for other commits by this committer ] Original commit 
A bunch of changes for the SQLITE3 backend:
1) fix for bug #528467 (C_UnwrapKey didn't work with DSA and EC private keys)
2) fix for bug #526231 (C_GetAttributeValue didn't correctly work)
3) partial fix for bug #564011 (object ID race on keypairgen)
4) use sqlite3 in ports (there is no reason to compile the bundled one)

Approved by:    no objections by marcus and gnome team
Tue, 8 Sep 2009
[ 21:33 marcus search for other commits by this committer ] Original commit 
Update to 3.12.4.

PR:             138419
Submitted by:   Aragon Gouveia <aragon@phat.za.net>
Mon, 19 Mar 2007
[ 05:14 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 461 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Tue, 28 Mar 2006
[ 15:16 ahze search for other commits by this committer ] Original commit 
- Install libcrmf (needed for firefox 2.0)
Tue, 24 Jan 2006
[ 23:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 3.11.

PR:             92017
Submitted by:   mi
Sun, 31 Jul 2005
[ 00:06 marcus search for other commits by this committer ] Original commit 
* Update to 3.10 [1]
* Add a target for regression testing, and run that target automatically
  when building on the package build cluster [1]
* Cleanup some portlint nits

Submitted by:   mi [1]
Wed, 25 Aug 2004
[ 13:46 eik search for other commits by this committer ] Original commit 
update to 3.9.2. Fixes a remote exploitable buffer overflow:
 
<http://www.freebsd.org/ports/portaudit/207f8ff3-f697-11d8-81b0-000347a4fa7d.html>
Fri, 12 Mar 2004
[ 17:58 marcus search for other commits by this committer ] Original commit 
Update to 3.9.  This fixes a lockup with Evolution 1.5.5 generating a new
certificate.
Sat, 12 Apr 2003
[ 20:58 marcus search for other commits by this committer ] Original commit 
Update to 3.8.

PR:     50797
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Thu, 8 Aug 2002
[ 19:05 sobomax search for other commits by this committer ] Original commit 
Update to 3.4.2.
Wed, 19 Dec 2001
[ 09:30 sobomax search for other commits by this committer ] Original commit 
Add nss 3.3.1, a set of libraries to support development of   security-enabled
applications.    

Number of commits found: 26