summaryrefslogtreecommitdiff
path: root/devel/nss/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21Update to 3.11.5, security fix.wiz1-4/+4
2007-01-20Update to 3.11.4:wiz1-11/+10
The following bugs have been fixed in NSS 3.11.4. * Bug 115951: freebl dynamic library is never unloaded by libsoftoken or libssl. Also tiny one-time leak in freebl's loader.c. * Bug 127960: SSL force handshake function should take a timeout. * Bug 335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bit. * Bug 350200: Implement DHMAC based POP (ProofOfPossession). * Bug 351482: audit_log_user_message doesn't exist in all versions of libaudit.so.0. (the "paranoia patch") * Bug 352041: oom [@ CERT_DecodeDERCrlWithFlags] "extended" tracked as NULL was dereferenced. * Bug 353422: Klocwork bugs in nss/lib/crmf. * Bug 353475: Cannot run cmd tools compiled with VC++ 2005. * Bug 353572: leak in sftk_OpenCertDB. * Bug 353608: NSS_RegisterShutdown may fail, and appData argument to callbacks is always NULL. * Bug 353749: PowerUpSelf tests update for DSA and ECDSA KAT. * Bug 353896: Building tip with NSS_ECC_MORE_THAN_SUITE_B causes crashes in all.sh. * Bug 353910: memory leak in RNG_RNGInit. * Bug 354313: STAN_GetCERTCertificateName leaks "instance" struct. * Bug 354384: vfyserv shutdown failure when client auth requested. * Bug 354900: Audit modifications, accesses, deletions, and additions of cryptographic keys. * Bug 355297: Improve the very first RNG_RandomUpdate call. * Bug 356073: C_GetTokenInfo should return CKR_CRYPTOKI_NOT_INITIALIZED if not initialized. * Bug 356309: CertVerifyLog in CERT_VerifyCertificate terminates early on expired certs. * Bug 357197: OCSP response code fails to match CERTIds. (hot fix only) * Bug 359484: FireFox 2 tries to negotiate ECC cipher suites using ssl2 client hello. (hot fix only) * Bug 360818: No RPATH set for signtool and signver.
2006-11-20Fix up DYLD_LIBRARY_PATH so that MacOS X looks for nspr in the correctriz1-2/+2
place.
2006-10-22Various solaris fixes. In particular:dmcmahill1-2/+2
- when building with gcc, the solaris /usr/ccs/bin/as assembler is still used in a couple of places but the correct flags aren't set. - The object directory has a different name when building with gcc instead of the sun studio compilers. - There are a couple of libs which are installed that aren't part of the install for other systems (freebl).
2006-07-12Removed patch-am, which had been added accidentally. The problem that itrillig1-2/+1
tried to solve is properly fixed by patch-an.
2006-07-12Updated nss to 3.11.rillig1-11/+10
No ChangeLog available, but some libraries have changed: - removed libfort - added libfreebl3 - removed libswft
2006-07-12Fixed most pkglint warnings.rillig1-13/+13
2006-07-04Oops. I had better not removed the leading "@" from a line in therillig1-2/+2
Makefile. It resulted in some output being re-read by make, which in turn resulted in damaged shell commands. Thanks to wiz for notifying me.
2006-07-02Added a patch so that the package works with GNU Make 3.81 again.rillig1-1/+2
2006-06-25Better fix for gcc4 build problem, suggested by martin@.wiz1-2/+2
2006-06-25Add patch to fix compilation on NetBSD-current.wiz1-3/+4
2006-01-15Strip everything after the first hyphen to match OS_VERSION injoerg1-1/+3
pkgsrc for DragonFly. Inspired by PR 32230.
2005-08-25Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS willreed1-2/+1
build and run on other platforms when MAINTAINER knows what magic Makefile glue is required. This is from maintainer's discussion on tech-pkg. Remove patch-af. Use LD_LIBS instead, which the build already knows about. Add custom settings for above platforms so they install correctly. Idea provided by maintainer on tech-pkg. I tweaked it more. I tested on NetBSD 2.0.2, Linux and DragonFly. Also remove blank line from end of Makefile.
2005-08-12Add patch-ah and patch-ai and update patch-ae for DragonFly support.reed1-2/+4
This is from PR #30711. Note that I didn't test on DragonFly. Also note that this is still incomplete for DragonFly -- it needs the mk file too.
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-09Add a patch needed on OS/versions that don't have native pthreads.jschauma1-1/+2
Patch provided by Matthew Luckie Bump PKGREVISION.
2005-02-03We can't install these libraries into ${PREFIX}/lib, since mozillajschauma1-1/+1
browsers might then falsely load these instead of their own. So: Install the libraries into their own directory. Bump PKGREVISION.
2005-02-01Initial import of devel/nss from pkgsrc-wip, provided by matthewluckie:jschauma1-0/+10
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.