summaryrefslogtreecommitdiff
path: root/security/nss (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.12.8Beat Gaetzi2010-10-215-203/+8
| | | | Approved by: kwm
* I did a typo of use incorrect braces in there, so it correct.Jeremy Messenger2010-07-131-1/+1
| | | | | Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes
* Fix race condition in sqlite3 backend (Bug#564011).Alex Dupre2010-06-252-5/+98
| | | | | Approved by: mezz Feature safe: yes
* Respect the LOCALBASE in a patch to find sqlite3 correct.Jeremy Messenger2010-06-241-1/+1
| | | | | | PR: ports/146197 Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes
* Fix the build on powerpc64. By adding CPU_ARCH detection.Koop Mast2010-06-112-1/+48
| | | | | | | And by adding some G5-specific code in mpcpucache.c to detect cacheline sizes. PR: ports/147696 Submitted by: nwhitehorn@
* A bunch of changes for the SQLITE3 backend:Alex Dupre2010-05-207-87/+129
| | | | | | | | | 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
* Fix the 'nss-config --libs' by remove the '-Wl,-R/usr/local/lib/nss' to allowJeremy Messenger2010-04-292-1/+2
| | | | | | | other gecko applications to be able to build with nss. PR: ports/144994 Submitted by: mi
* - Update to 3.12.6Beat Gaetzi2010-04-104-27/+26
| | | | Approved by: marcus
* Fix build for ia64.Marcel Moolenaar2009-11-201-5/+10
| | | | Ok'd by: bland@
* Fix subtle (cut'n'paste) bug.Alex Dupre2009-10-192-1/+12
|
* Fix the permissions of the installed header files.Joe Marcus Clarke2009-10-041-3/+4
| | | | | PR: 139245 Submitted by: Aragon Gouveia <aragon@phat.za.net>
* Fix the build on sparc64.Joe Marcus Clarke2009-09-171-5/+10
| | | | | | PR: 138877 Submitted by: beat Feature safe: yes
* Update to 3.12.4.Joe Marcus Clarke2009-09-0810-153/+213
| | | | | PR: 138419 Submitted by: Aragon Gouveia <aragon@phat.za.net>
* Add PowerPC support.Joe Marcus Clarke2009-08-172-6/+18
| | | | Submitted by: Andreas Tobler <andreast-list@fgznet.ch>
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-05-211-0/+1
| | | | Submitted by: David Naylor <naylor.b.david@gmail.com>
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
|
* Enable Elliptic Curve Crypto (ECC)Michael Johnson2008-03-201-2/+2
| | | | Requested by: ale
* Add part of missing patch back to fix build of net/lamMichael Johnson2008-03-122-2/+3
| | | | Requested by: mezz
* Update to 3.11.9Michael Johnson2008-03-124-43/+23
|
* Fix the build when net/lam installed in system.Jeremy Messenger2007-12-112-8/+8
| | | | | | PR: ports/117623 and ports/114871 Reported by: Alexander Vasyanin <avasyanin@mail.ru> Koji Yokota <yokota@res.otaru-uc.ac.jp>
* Update to 3.11.7Michael Johnson2007-07-102-4/+4
|
* Update to 3.11.5Michael Johnson2007-03-233-11/+10
|
* Fix a hardcore of /usr/X11R6 to X11BASE.Jeremy Messenger2007-03-211-1/+2
| | | | | PR: ports/110166 Reported by: John Nielsen <john@jnielsen.net>
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-197-35/+201
| | | | | | | | | | | | | 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.
* - Fix after objformat removalPav Lucistnik2007-01-301-16/+23
|
* Update to 3.11.4Michael Johnson2006-11-232-4/+4
|
* - Update to 3.11.3Michael Johnson2006-09-182-5/+5
|
* - Remove notes about "make test" since there are known problems in it.Michael Johnson2006-09-031-10/+0
|
* - Update to 3.11.2Michael Johnson2006-09-022-6/+6
| | | | - s/INSTALL_PROGRAM/INSTALL_DATA/ on libs
* - Update to 3.11.1Michael Johnson2006-05-304-559/+4
|
* - Install libcrmf (needed for firefox 2.0)Michael Johnson2006-03-282-1/+4
|
* Update to 3.11.Joe Marcus Clarke2006-01-2412-265/+137
| | | | | PR: 92017 Submitted by: mi
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
|
* - Revert back to MASTER_SITE_MOZILLAPav Lucistnik2005-08-301-5/+2
|
* The distfile was rerolled to include a dbm subdirectory (which we no longerJoe Marcus Clarke2005-08-302-9/+6
| | | | | use), and a RELEASE bump. There is no need to reinstall this port if you already have it installed.
* - Distfile was rerolled; put old distfile on MASTER_SITE_LOCAL for nowPav Lucistnik2005-08-301-2/+5
| | | | Reported by: few
* Disable automatic tests on all versions of FreeBSD as they seem to fail inJoe Marcus Clarke2005-08-041-4/+4
| | | | | | | a read-only port directory. More investigation is needed. Reported by: GNOME Tinderbox Approved by: portmgr (implicit)
* Disable the automatic tests on 4.X. They are known to fail.Joe Marcus Clarke2005-08-031-1/+1
| | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit)
* Re-add IGNORE message for Alpha < 500035.Joe Marcus Clarke2005-07-311-0/+4
| | | | Reported by: mjl on #freebsd-gnome
* * Update to 3.10 [1]Joe Marcus Clarke2005-07-3110-30/+916
| | | | | | | | * 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]
* - Add (or fix) CONFLICTS line. The ports install bin/digest.Sergey Matveychuk2005-02-111-1/+3
| | | | Approved by: portmgr (krion)
* Remove redundant USE_PERL5_BUILD.Joe Marcus Clarke2005-01-091-1/+0
| | | | Reported by: Matthew Luckie <mjl@luckie.org.nz>
* update to 3.9.2. Fixes a remote exploitable buffer overflow:Oliver Eikemeier2004-08-253-5/+4
| | | | <http://www.freebsd.org/ports/portaudit/207f8ff3-f697-11d8-81b0-000347a4fa7d.html>
* Unbreak on ia64 and alpha by linking directly with libc.Joe Marcus Clarke2004-04-182-6/+6
|
* BROKEN on alpha and ia64: Does not compileKris Kennaway2004-04-171-0/+4
|
* * Shorten COMMENT to appease portlintJoe Marcus Clarke2004-03-271-2/+8
| | | | * Mark IGNORE on 4.X and old 5.X versions on the Alpha architecture
* Link this library symbolically so that it can be linked into executablesJoe Marcus Clarke2004-03-192-6/+10
| | | | | | | | | 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.
* Update to 3.9. This fixes a lockup with Evolution 1.5.5 generating a newJoe Marcus Clarke2004-03-123-6/+5
| | | | certificate.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 1)
* Bump PORTREVISION, secondary to previous commit.Adam Weinberger2004-01-311-0/+1
| | | | Reminded by: marcus