FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 9:02 PM BST
Port details
nss 3.13.4 security on this many watch lists=180 search for ports that depend on this port An older version of this port was marked as vulnerable.
Libraries to support development of security-enabled applications
Maintained by: gecko@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Dec 2001 06:30:28
License: not specified in port


Network Security Services (NSS) is a set of libraries designed to support
cross-platform development of security-enabled server applications.
Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7,
PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security
standards.

WWW: http://www.mozilla.org/projects/security/pki/nss/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: archivers/zip, devel/nspr, devel/gmake, lang/perl5.8
Required Libraries: devel/nspr, databases/sqlite3

Required by:
for Libraries

To install the port: cd /usr/ports/security/nss/ && make install clean
To add the package: pkg_add -r nss


Configuration Options
     No options to configure

Master Sites:
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://mirror3.mirrors.tds.net/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://mozilla.isc.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://releases.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://jp-nii01.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://jp-nii02.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://mozilla.mtk.nao.ac.jp/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://mirror.internode.on.net/pub/mozilla/security/nss/releases/NSS_3_13_4_RTM/src/
http://ftp.acc.umu.se/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
http://mozilla.c3sl.ufpr.br/releases/security/nss/releases/NSS_3_13_4_RTM/src/
http://www.gtlib.cc.gatech.edu/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_13_4_RTM/src/
ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/security/nss/releases/NSS_3_13_4_RTM/src/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/security/nss/releases/NSS_3_13_4_RTM/src/
http://ring.nict.go.jp/archives/net/www/mozilla/security/nss/releases/NSS_3_13_4_RTM/src/
http://ftp.twaren.net/Unix/Mozilla/security/nss/releases/NSS_3_13_4_RTM/src/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 74

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Apr 2012 21:09:51
Original commit files touched by this commit  3.13.4
flo search for other commits by this committer
update to 3.13.4
05 Mar 2012 17:00:58
Original commit files touched by this commit  3.13.3
flo search for other commits by this committer
Update to 3.13.3
20 Feb 2012 21:40:49
Original commit files touched by this commit  3.13.2
flo search for other commits by this committer
update to 3.13.2
31 Jan 2012 21:51:27
Original commit files touched by this commit  3.13.1_1
flo search for other commits by this committer
add upstream patch, to fix "__GNUC_MINOR is not defined" build error that
causes some ports depending on nss to fail. e.g. net-im/pidgin-sipe.
The patch is taken from https://bugzilla.mozilla.org/show_bug.cgi?id=702090

This patch will be part of the next nss release and can be removed with the next
update.

PR:             ports/164655
PR:             ports/164391
Submitted by:   rm
12 Jan 2012 23:41:27
Original commit files touched by this commit  3.13.1
flo search for other commits by this committer
- update to NSS_3_13_1_WITH_CKBI_1_88_RTM
- some fixes to make the regression tests actually run [1]

Submitted by:   mi [1]
28 Dec 2011 22:16:13
Original commit files touched by this commit  3.12.11_1
flo search for other commits by this committer
update to CKBI version 1.88 which includes the latest mozilla cert data
07 Oct 2011 20:40:40
Original commit files touched by this commit  3.12.11
kwm search for other commits by this committer
Move nspr and nss to gecko@ team. they are part of the mozilla stack.

Talked with flo@ at EuroBSD con 2011
04 Sep 2011 13:23:51
Original commit files touched by this commit  3.12.11
mandree search for other commits by this committer
Forced commit to note:
VID: aa5bc971-d635-11e0-b3cf-080027ef73ec
03 Sep 2011 15:58:50
Original commit files touched by this commit  3.12.11
kwm search for other commits by this committer
Update to 3.12.11.

This update is based on the nss-3.12.11.with.ckbi.1.87 release.
The only change with the nss-3.12.11 release is that the certs from the
DigiNotar CA are marked a untrusted.
13 Aug 2011 14:46:35
Original commit files touched by this commit  3.12.10
 This port version is marked as vulnerable.
kwm search for other commits by this committer
Update to 3.12.10.

PR:             ports/159080
Submitted by:   flo@
03 Mar 2011 17:55:10
Original commit files touched by this commit  3.12.9
 This port version is marked as vulnerable.
kwm search for other commits by this committer
Patch a assumtion that uname -m returns the architecture value instead of
MACHINE.
This makes it unbuildable on platforms where these differ (pc98, powerpc64,
sun4v).
Use uname -p to fix this.

PR:             ports/155228
Submitted by:   Nathan Whitehorn <nwhitehorn@FreeBSD.org>
02 Mar 2011 13:52:01
Original commit files touched by this commit  3.12.9
 This port version is marked as vulnerable.
kwm search for other commits by this committer
Update to 3.12.9.

Submitted by:   beat
21 Oct 2010 11:19:12
Original commit files touched by this commit  3.12.8
 This port version is marked as vulnerable.
beat search for other commits by this committer
- Update to 3.12.8

Approved by:    kwm
13 Jul 2010 02:38:33
Original commit files touched by this commit  3.12.6_3
 This port version is marked as vulnerable.
mezz search for other commits by this committer
I did a typo of use incorrect braces in there, so it correct.

Submitted by:   Anonymous <swell.k@gmail.com>
Feature safe:   yes
25 Jun 2010 15:36:28
Original commit files touched by this commit  3.12.6_3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix race condition in sqlite3 backend (Bug#564011).

Approved by:    mezz
Feature safe:   yes
24 Jun 2010 17:17:09
Original commit files touched by this commit  3.12.6_2
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Respect the LOCALBASE in a patch to find sqlite3 correct.

PR:             ports/146197
Submitted by:   Anonymous <swell.k@gmail.com>
Feature safe:   yes
11 Jun 2010 20:51:24
Original commit files touched by this commit  3.12.6_2
 This port version is marked as vulnerable.
kwm search for other commits by this committer
Fix the build on powerpc64. By adding CPU_ARCH detection.
And by adding some G5-specific code in mpcpucache.c to detect cacheline sizes.

PR:             ports/147696
Submitted by:   nwhitehorn@
20 May 2010 10:01:55
Original commit files touched by this commit  3.12.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
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
29 Apr 2010 01:58:18
Original commit files touched by this commit  3.12.6_1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the 'nss-config --libs' by remove the '-Wl,-R/usr/local/lib/nss' to allow
other gecko applications to be able to build with nss.

PR:             ports/144994
Submitted by:   mi
10 Apr 2010 09:19:21
Original commit files touched by this commit  3.12.6
 This port version is marked as vulnerable.
beat search for other commits by this committer
- Update to 3.12.6

Approved by:    marcus
20 Nov 2009 04:06:07
Original commit files touched by this commit  3.12.4_2
 This port version is marked as vulnerable.
marcel search for other commits by this committer
Fix build for ia64.

Ok'd by: bland@
19 Oct 2009 14:44:51
Original commit files touched by this commit  3.12.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix subtle (cut'n'paste) bug.
04 Oct 2009 18:11:09
Original commit files touched by this commit  3.12.4_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the permissions of the installed header files.

PR:             139245
Submitted by:   Aragon Gouveia <aragon@phat.za.net>
17 Sep 2009 02:59:49
Original commit files touched by this commit  3.12.4
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the build on sparc64.

PR:             138877
Submitted by:   beat
Feature safe:   yes
08 Sep 2009 21:33:43
Original commit files touched by this commit  3.12.4
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 3.12.4.

PR:             138419
Submitted by:   Aragon Gouveia <aragon@phat.za.net>
17 Aug 2009 17:18:30
Original commit files touched by this commit  3.11.9_3
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add PowerPC support.

Submitted by:   Andreas Tobler <andreast-list@fgznet.ch>
21 May 2009 11:55:56
Original commit files touched by this commit  3.11.9_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Submitted by:   David Naylor <naylor.b.david@gmail.com>
06 Jan 2009 17:59:31
Original commit files touched by this commit  3.11.9_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
20 Mar 2008 12:51:37
Original commit files touched by this commit  3.11.9_2
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Enable Elliptic Curve Crypto (ECC)

Requested by:   ale
12 Mar 2008 22:08:02
Original commit files touched by this commit  3.11.9_1
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Add part of missing patch back to fix build of net/lam

Requested by:   mezz
12 Mar 2008 13:12:02
Original commit files touched by this commit  3.11.9
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Update to 3.11.9
11 Dec 2007 19:27:53
Original commit files touched by this commit  3.11.7
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the build when net/lam installed in system.

PR:             ports/117623 and ports/114871
Reported by:    Alexander Vasyanin <avasyanin@mail.ru>
                Koji Yokota <yokota@res.otaru-uc.ac.jp>
10 Jul 2007 14:44:14
Original commit files touched by this commit  3.11.7
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Update to 3.11.7
23 Mar 2007 14:33:23
Original commit files touched by this commit  3.11.5
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Update to 3.11.5
21 Mar 2007 20:14:02
Original commit files touched by this commit  3.11.4_4
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix a hardcore of /usr/X11R6 to X11BASE.

PR:             ports/110166
Reported by:    John Nielsen <john@jnielsen.net>
19 Mar 2007 05:14:07
Original commit files touched by this commit  3.11.4_4
 This port version is marked as vulnerable.
marcus search for other commits by this committer
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.
30 Jan 2007 20:23:05
Original commit files touched by this commit  3.11.4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix after objformat removal
23 Nov 2006 03:43:49
Original commit files touched by this commit  3.11.4
 This port version is marked as vulnerable.
ahze search for other commits by this committer
Update to 3.11.4
18 Sep 2006 23:26:52
Original commit files touched by this commit  3.11.3
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 3.11.3
03 Sep 2006 00:20:58
Original commit files touched by this commit  3.11.2
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Remove notes about "make test" since there are known problems in it.
02 Sep 2006 23:34:03
Original commit files touched by this commit  3.11.2
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 3.11.2
- s/INSTALL_PROGRAM/INSTALL_DATA/ on libs
30 May 2006 02:01:38
Original commit files touched by this commit  3.11.1
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 3.11.1
28 Mar 2006 15:16:08
Original commit files touched by this commit  3.11_1
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Install libcrmf (needed for firefox 2.0)
24 Jan 2006 23:37:04
Original commit files touched by this commit  3.11
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 3.11.

PR:             92017
Submitted by:   mi
23 Nov 2005 22:41:05
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add SHA256 checksums
30 Aug 2005 20:52:18
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Revert back to MASTER_SITE_MOZILLA
30 Aug 2005 19:38:10
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
marcus search for other commits by this committer
The distfile was rerolled to include a dbm subdirectory (which we no longer
use), and a RELEASE bump.  There is no need to reinstall this port if you
already have it installed.
30 Aug 2005 14:57:58
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Distfile was rerolled; put old distfile on MASTER_SITE_LOCAL for now

Reported by:    few
04 Aug 2005 04:07:38
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Disable automatic tests on all versions of FreeBSD as they seem to fail in
a read-only port directory.  More investigation is needed.

Reported by:    GNOME Tinderbox
Approved by:    portmgr (implicit)
03 Aug 2005 22:08:09
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Disable the automatic tests on 4.X.  They are known to fail.

Reported by:    pointyhat via kris
Approved by:    portmgr (implicit)
31 Jul 2005 21:49:47
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Re-add IGNORE message for Alpha < 500035.

Reported by:    mjl on #freebsd-gnome
31 Jul 2005 00:06:49
Original commit files touched by this commit  3.10
 This port version is marked as vulnerable.
marcus search for other commits by this committer
* 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]
11 Feb 2005 21:11:51
Original commit files touched by this commit  3.9.2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add (or fix) CONFLICTS line. The ports install bin/digest.

Approved by:    portmgr (krion)
09 Jan 2005 05:27:26
Original commit files touched by this commit  3.9.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Remove redundant USE_PERL5_BUILD.

Reported by:            Matthew Luckie <mjl@luckie.org.nz>
25 Aug 2004 13:46:40
Original commit files touched by this commit  3.9.2
 This port version is marked as vulnerable.
eik search for other commits by this committer
update to 3.9.2. Fixes a remote exploitable buffer overflow:
 
<http://www.freebsd.org/ports/portaudit/207f8ff3-f697-11d8-81b0-000347a4fa7d.html>
18 Apr 2004 01:29:33
Original commit files touched by this commit  3.9_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Unbreak on ia64 and alpha by linking directly with libc.
17 Apr 2004 13:07:55
Original commit files touched by this commit  3.9_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
BROKEN on alpha and ia64: Does not compile
27 Mar 2004 18:01:50
Original commit files touched by this commit  3.9_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
* Shorten COMMENT to appease portlint
* Mark IGNORE on 4.X and old 5.X versions on the Alpha architecture
19 Mar 2004 06:35:22
Original commit files touched by this commit  3.9_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Link this library symbolically so that it can be linked into executables
along with OpenSSL.  Without this, there is a symbol conflict with
MD5_Update() which can cause applications such as Evolution 1.5 to crash
when Kerberos support is enabled.

The longer-term goal is to configure Mozilla's internal NSS to be linked
symbolically which should allow us to enable OpenSSL support in gnomevfs2.
12 Mar 2004 17:58:50
Original commit files touched by this commit  3.9
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 3.9.  This fixes a lockup with Evolution 1.5.5 generating a new
certificate.
04 Feb 2004 05:10:27
Original commit files touched by this commit  3.8_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
31 Jan 2004 21:34:36
Original commit files touched by this commit  3.8_1
 This port version is marked as vulnerable.
adamw search for other commits by this committer
Bump PORTREVISION, secondary to previous commit.

Reminded by:    marcus
31 Jan 2004 21:06:48
Original commit files touched by this commit  3.8
 This port version is marked as vulnerable.
adamw search for other commits by this committer
Use ${PTHREAD_LIBS}.
11 Oct 2003 06:10:30
Original commit files touched by this commit  3.8
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add CONFLICTS for ports that install files with the same name.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
12 Apr 2003 20:58:55
Original commit files touched by this commit  3.8
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 3.8.

PR:     50797
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
07 Mar 2003 06:10:51
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
28 Nov 2002 18:05:49
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.

Sponsored by:   Porta Software Ltd
Approved by:    portmgr
18 Nov 2002 03:07:15
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Use the new USE_PERL5_BUILD when adding the build dependency on Perl.
04 Nov 2002 02:35:28
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Ports didn't build without USE_PERL5=yes
Noticed on: bento
03 Nov 2002 07:00:28
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add a missing BUILD_DEPENDS on perl5.

Submitted by:   bento
11 Aug 2002 06:00:31
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Switch to using MASTER_SITE_MOZILLA.

Inspired by:    ports/41460
08 Aug 2002 19:05:42
Original commit files touched by this commit  3.4.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 3.4.2.
03 Jan 2002 13:26:10
files touched by this commit
sobomax search for other commits by this committer
Fix the build in the situations when minor number of ${OSREL} defined in the  
bsd.port.mk is different from one detected by port's build system. This   should
fix the build on bento, where ${OSREL} is 4.5, while the build system   detects
it as 4.4. Note: this is a workarround - we should investigate and   fix the
real source of the problem when we have more time.    
19 Dec 2001 09:30:28
files touched by this commit
sobomax search for other commits by this committer
Add nss 3.3.1, a set of libraries to support development of   security-enabled
applications.    

Number of commits found: 74

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days60
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.554 seconds.