summaryrefslogtreecommitdiffstats
path: root/component_versions.mk
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-04-07 01:33:38 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-04-07 01:33:38 +0000
commit79ed063f69036e5d8ecd264fe73da80655edec4c (patch)
tree46cc70773c46758ff7b856c04c7023cc7a83da86 /component_versions.mk
parent52e9249e7e9a0175442350482712d215038f18a6 (diff)
downloadds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.gz
ds-79ed063f69036e5d8ecd264fe73da80655edec4c.tar.xz
ds-79ed063f69036e5d8ecd264fe73da80655edec4c.zip
[186642] Directory Server Makefile updates for Internal build (Comment #6)
1) picked up the latest components including Cyrus SASL, Perldap, SetupUtil, and AdminServer 2) fixed the java paths for the internal build. 3) added an option -AA to HP-UX C++ compiler to adjust to SetupUtil build (use libstd 2) 4) replaced <iostream.h>, <strstream.h> and <fstream.h> with <iostream>, <strstream>, <fstream> respectively in ldap/cm/newinst/ux-dialog.cc 5) package svrcore and perldap, which were dropped in the current ldap/cm/Makefile 6) added a perl script genPerlDAPInf.pl to generate perldap.inf file
Diffstat (limited to 'component_versions.mk')
-rw-r--r--component_versions.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/component_versions.mk b/component_versions.mk
index 42ff4ba7..dd6790b9 100644
--- a/component_versions.mk
+++ b/component_versions.mk
@@ -63,10 +63,10 @@ endif
# LIBDB
DBDEFS:=
ifndef DB_MAJOR_MINOR
-DB_MAJOR_MINOR:=db42
+DB_MAJOR_MINOR:=db-4.2
endif
ifndef DB_VERSION
- DB_VERSION:=20040813
+ DB_VERSION:=20060308
endif
# SMARTHEAP
@@ -109,7 +109,7 @@ endif
# admin server
ifndef ADM_RELDATE
- ADM_RELDATE = 20060328
+ ADM_RELDATE = 20060405
endif
ifndef ADM_VERSDIR
ADM_VERSDIR = adminserver/1.0
@@ -122,7 +122,7 @@ endif
# setuputil
ifndef SETUPUTIL_RELDATE
- SETUPUTIL_RELDATE = 20060327
+ SETUPUTIL_RELDATE = 20060405
endif
ifndef SETUPUTIL_VER
SETUPUTIL_VER = 10
@@ -166,7 +166,7 @@ ifndef LDAPCONSOLE_RELDATE
endif
ifndef PERLDAP_VERSION
- PERLDAP_VERSION=1.5/20051028
+ PERLDAP_VERSION=1.5/20060331
endif
ifndef JSS_COMP
@@ -185,7 +185,7 @@ ifndef SASL_VERSDIR
SASL_VERSDIR=cyrus
endif
ifndef SASL_RELDATE
- SASL_RELDATE=v2.1.20
+ SASL_RELDATE=v2.1.20.1
endif
# jakarta/axis for DSMLGW