summaryrefslogtreecommitdiff
path: root/devel/nss
AgeCommit message (Collapse)AuthorFilesLines
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-1/+2
2011-04-26bump version for mozilla 2.0 branch updatetnn2-4/+5
2011-01-23set FREEBL_NO_DEPEND=0 in MAKE_ENV otherwise Linux2.6 defaults tomarkd1-1/+5
FREEBL_NO_DEPEND=1 and files not in PLIST are installed. OKed by tnn.
2010-10-21Update to nss-3.12.8 (catch up w/ firefox)tnn1-2/+2
Various bug fixes, including a security fix: 578697: (CVE-2010-3170) Browser Wildcard Certificate Validation Issue
2010-09-09Update to nss-3.12.7.0 (via firefox-3.6.9). Changes unknown.tnn1-2/+2
2010-03-31NSS wants to use libz. Buildlink in devel/zlib. Fixes build on some Linuxdsainty1-2/+3
systems.
2010-03-16fix build breakagetnn1-4/+5
2010-02-12Needs pkg-config to locate sqlite3tnn1-2/+2
2010-01-20Put back BUILDLINK_LIBDIR & BUILDLINK_RPATHDIR for now; although I don'ttnn1-1/+4
like it. Needed to build mail/evolution-exchange due to bl3's .la mangling.
2010-01-16- update to 3.12.4.5tnn16-385/+43
- reach over to xulrunner, track the stable gecko release - use external sqlite3 - cleanup - take maintainership This is the second part of PR pkg/42277.
2009-10-11Fix nss build on FreeBSDsno3-1/+81
2009-08-19Explicit request 64bit mode on Linux, if ABI=64.joerg1-1/+7
From Evaldo Gardenali.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-03-23Drop MAINTAINER as per request from existing MAINTAINER.darcy1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-4/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-03-21Add missing ${DESTDIR} at creating PLIST.obache1-3/+3
2008-03-13Fix DESTDIR installation.joerg1-3/+3
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-7/+10
their files via a custom do-install target.
2008-02-08Fix more cases of non-chainable PKGSRC_COMPILER tests.tnn1-2/+2
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-3/+2
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-10-09Remove trailing spaces.martti1-2/+2
2007-04-05Add MAKE_JOBS_SAFE=no because a build with MAKE_JOBS=2 failed for me.gdt1-1/+3
2007-03-21Update to 3.11.5, security fix.wiz2-8/+8
2007-02-21Rather than trying to enumerate all object directories, notice that they alldmcmahill2-45/+21
match *_OPT.OBJ so use that for the install target and simplyfy things quite a bit. This should also fix build problems noted on solaris/x86. Also dynamically add the libfreebl part to the PLIST. This should make things more robust as the exact set of libfreebl*.so libs depends on the OS and hardward platform.
2007-01-21Do not use MASTER_SITE_MOZILLA -- the mirrors do not have this distfile.wiz1-2/+3
2007-01-20Update to 3.11.4:wiz10-93/+43
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 correctriz2-7/+10
place.
2006-10-24remove @dirrm include/nss/seccmd from PLISTabs1-2/+1
2006-10-24fix builds on !Solarisabs1-2/+2
2006-10-22Various solaris fixes. In particular:dmcmahill4-15/+59
- 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-10-16Fixed the build on Solaris, for which NSS_OBJ_DIR was not set before.rillig1-1/+2
2006-07-12Removed patch-am, which had been added accidentally. The problem that itrillig2-26/+1
tried to solve is properly fixed by patch-an.
2006-07-12Updated nss to 3.11.rillig12-101/+103
No ChangeLog available, but some libraries have changed: - removed libfort - added libfreebl3 - removed libswft
2006-07-12Oops. I had accidentally commented out ONLY_FOR_PLATFORM.rillig1-2/+2
2006-07-12Fixed most pkglint warnings.rillig14-67/+68
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-04Oops. I had better not removed the leading "@" from a line in therillig2-4/+4
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.rillig2-1/+29
2006-06-25Better fix for gcc4 build problem, suggested by martin@.wiz2-8/+8
2006-06-25Add patch to fix compilation on NetBSD-current.wiz2-3/+20
2006-06-25regenwiz2-8/+8
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-15Strip everything after the first hyphen to match OS_VERSION injoerg3-1/+29
pkgsrc for DragonFly. Inspired by PR 32230.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-16Make nss and nspr install pkg-config files. Bump their PKGREVISION.jmmv2-3/+14
2005-10-15Use tabs to indent, not spaces.jmmv1-7/+7