13 Commits

Author SHA1 Message Date
jca
e9265d55eb Stop mentioning SSLv2 and SSLv3
ok landry@ (maintainer)
2019-05-20 14:59:37 +00:00
landry
285b930ed4 Update to nss 3.33.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.33_release_notes

Will be required by gecko 57 branch, so might make things easier for the
upcoming -stable branch.
2017-09-27 06:45:19 +00:00
landry
60bca43e25 Update to nss 3.31, required by gecko 55.
See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes
2017-06-19 04:48:49 +00:00
landry
615e891338 Update to nss 3.28, will be required by upcoming firefox 51.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.28_release_notes

Enable TLS 1.3 (draft) support per
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.28_release_notes#Request_to_test_and_prepare_for_TLS_1.3.
2017-01-04 12:17:48 +00:00
landry
7a3e950865 Update to nss 3.24, requirement of firefox 48.
- Remove patch-nss_lib_util_verref_h, merged upstream (#1226179)
- Remove useless patch-nss_coreconf_UNIX_mk, our -O2 takes precedence
- Remove chunk of patch-nss_coreconf_OpenBSD_mk, was merged upstream in
  #1250891. While here remove the addition of -Wl,Bsymbolic to MKSHLIB
which was here since forever for no justified reason.
2016-06-14 14:48:51 +00:00
landry
d1487edbe7 shlib Minor bump + PLIST update, i actually missed that pkcs1sig.h was
supposed to be installed.. noted by and ok jasper@
2014-09-29 08:52:30 +00:00
landry
40547a68f6 Update to nss 3.14.
- use ${SUBST_CMD} instead of old-style perl -pi -e commands
- update nss-config from debian's nss-config.in, since apparently it
comes from there.. needed to fix detection by mozillas, otherwise the
current script returns 3.14 for --version while configure scripts
expect 3.14.0... grab version via awk on nss.h at runtime.

Tested on amd64/i386/powerpc and in an amd64 bulk build. Needed by
firefox 18.

ok sthen@ ajacoutot@ jasper@
2012-11-12 20:43:09 +00:00
landry
6c94d7699b Update to nss 3.12.6, tested by jasper@ in a bulk, thanks!
ok naddy@
2010-04-03 09:21:00 +00:00
martynas
4e9112069d update to nss-3.12.3. security. please note, this will be needed
in stable for further mozilla-firefox security updates.
bulk build done by sthen@.  thanks!
2009-08-04 14:00:21 +00:00
martynas
a389f7850b update to nss-3.12. also needed by firefox 3.0
tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9
"nspr and nss should go in" naddy@
ok kurt@
2008-07-25 00:46:59 +00:00
naddy
4a0fbf8d51 - Install only the main tools.
- Fix build on alpha.

From maintainer Martynas Venckus; ok kurt@
2007-02-13 17:11:05 +00:00
kili
8e3abdaab2 Remove all static libraries except libcrmf.a, since some of them conflict
with libraries in /usr/lib. Mark the port SHARED_ONLY.

From maintainer, after some discussions with kurt@ and me.

ok kurt@
2006-12-08 19:21:30 +00:00
kurt
7c0da245f7 import nss 3.11.4
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
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.

from MAINTAINER Martynas Venckus <martynas at altroot.org>. okay jolan@
2006-12-04 17:19:54 +00:00