diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2006-02-13 22:25:33 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2006-02-13 22:25:33 +0000 |
| commit | e225d7ed97cb4358c2e6e2bc5306be7592ae014f (patch) | |
| tree | cdf64cd23f877d06687be17702003d99b9730596 /component_versions.mk | |
| parent | 3e9312ac1c76ac990ea44b5b837a795c04def632 (diff) | |
| download | ds-e225d7ed97cb4358c2e6e2bc5306be7592ae014f.tar.gz ds-e225d7ed97cb4358c2e6e2bc5306be7592ae014f.tar.xz ds-e225d7ed97cb4358c2e6e2bc5306be7592ae014f.zip | |
Use NSS 3.11 and NSPR 4.6.1 - NSS 3.11 requires the new freebl lib at runtime,
and more on Solaris and HP-UX.
Use setup.inf from admin server, and make sure the admin component is in there.
Diffstat (limited to 'component_versions.mk')
| -rw-r--r-- | component_versions.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/component_versions.mk b/component_versions.mk index 289ca66d..ea8b79c7 100644 --- a/component_versions.mk +++ b/component_versions.mk @@ -52,12 +52,12 @@ # naming scheme. # NSPR ifndef NSPR_RELDATE - NSPR_RELDATE = v4.4.1 + NSPR_RELDATE = v4.6.1 endif # SECURITY (NSS) LIBRARY ifndef SECURITY_RELDATE - SECURITY_RELDATE = NSS_3_9_3_RTM + SECURITY_RELDATE = NSS_3_11_RTM endif # LIBDB @@ -97,7 +97,7 @@ endif # ANT ifndef ANT_VERSION - ANT_VERSION = 1.4.1 + ANT_VERSION = 1.6.2 endif ifndef ANT_COMP ANT_COMP = ant @@ -140,7 +140,7 @@ endif # server core ifndef SVRCORE_RELDATE - SVRCORE_RELDATE = SVRCORE_4_0_RTM + SVRCORE_RELDATE = SVRCORE_4_0_1_RTM endif # admin utility library |
