component_versions.mk 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # This Program is free software; you can redistribute it and/or modify it under
  4. # the terms of the GNU General Public License as published by the Free Software
  5. # Foundation; version 2 of the License.
  6. #
  7. # This Program is distributed in the hope that it will be useful, but WITHOUT
  8. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  9. # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  10. #
  11. # You should have received a copy of the GNU General Public License along with
  12. # this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  13. # Place, Suite 330, Boston, MA 02111-1307 USA.
  14. #
  15. # In addition, as a special exception, Red Hat, Inc. gives You the additional
  16. # right to link the code of this Program with code not covered under the GNU
  17. # General Public License ("Non-GPL Code") and to distribute linked combinations
  18. # including the two, subject to the limitations in this paragraph. Non-GPL Code
  19. # permitted under this exception must only link to the code of this Program
  20. # through those well defined interfaces identified in the file named EXCEPTION
  21. # found in the source code files (the "Approved Interfaces"). The files of
  22. # Non-GPL Code may instantiate templates or use macros or inline functions from
  23. # the Approved Interfaces without causing the resulting work to be covered by
  24. # the GNU General Public License. Only Red Hat, Inc. may make changes or
  25. # additions to the list of Approved Interfaces. You must obey the GNU General
  26. # Public License in all respects for all of the Program code and other code used
  27. # in conjunction with the Program except the Non-GPL Code covered by this
  28. # exception. If you modify this file, you may extend this exception to your
  29. # version of the file, but you are not obligated to do so. If you do not wish to
  30. # provide this exception without modification, you must delete this exception
  31. # statement from your version and license this file solely under the GPL without
  32. # exception.
  33. #
  34. #
  35. # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  36. # Copyright (C) 2005 Red Hat, Inc.
  37. # All rights reserved.
  38. # END COPYRIGHT BLOCK
  39. #
  40. # This file contains the version definitions for all components used in the build. It
  41. # should be COMPLETELY AND TOTALLY SELF CONTAINED e.g. no references to macros defined
  42. # outside of this file.
  43. # The XXX_DIR OR XXX_VERSDIR or XXX_COMP or XXX_COMP_DIR macros are the name of the
  44. # base directory for the component under the main components directory
  45. # for example, the LDAP SDK component directory is
  46. # $(COMPONENTS_DIR)/$(LDAPCOMP_DIR) == /share/builds/components/ldapsdk31
  47. # the XXX_RELDATE or XXX_VERSION macros are the name of the subdirectory under
  48. # the component directory where the specific version can be found. This is
  49. # usually in the form of YYYYMMDD, although NSPR et. al use a different
  50. # naming scheme.
  51. # NSPR
  52. ifndef NSPR_RELDATE
  53. NSPR_RELDATE = v4.4.1
  54. endif
  55. # SECURITY (NSS) LIBRARY
  56. ifndef SECURITY_RELDATE
  57. SECURITY_RELDATE = NSS_3_9_3_RTM
  58. endif
  59. # LIBDB
  60. DBDEFS:=
  61. ifndef DB_MAJOR_MINOR
  62. DB_MAJOR_MINOR:=db42
  63. endif
  64. ifndef DB_VERSION
  65. DB_VERSION:=20040813
  66. endif
  67. # DBM Library
  68. ifndef DBM_RELDATE
  69. DBM_RELDATE = DBM_1_61_RTM
  70. endif
  71. # SMARTHEAP
  72. ifndef SH_VERSION
  73. SH_VERSION:=v6.01
  74. endif
  75. # LDAP SDK
  76. ifndef LDAP_RELDATE
  77. LDAP_RELDATE = v5.15
  78. endif
  79. ifndef LDAPCOMP_DIR
  80. LDAPCOMP_DIR=ldapsdk50
  81. endif
  82. # CRIMSONJAR
  83. ifndef CRIMSONJAR_VERSION
  84. CRIMSONJAR_VERSION = 1.1.3
  85. endif
  86. ifndef CRIMSONJAR_COMP
  87. CRIMSONJAR_COMP = crimson
  88. endif
  89. # ANT
  90. ifndef ANT_VERSION
  91. ANT_VERSION = 1.4.1
  92. endif
  93. ifndef ANT_COMP
  94. ANT_COMP = ant
  95. endif
  96. # Servlet SDK
  97. ifndef SERVLET_VERSION
  98. SERVLET_VERSION = 2.3
  99. endif
  100. ifndef SERVLET_COMP
  101. SERVLET_COMP = javax/servlet
  102. endif
  103. # LDAP JDK
  104. ifndef LDAPJDK_RELDATE
  105. LDAPJDK_RELDATE = v4.17
  106. endif
  107. ifndef LDAPJDK_COMP
  108. LDAPJDK_COMP = ldapjdk41
  109. endif
  110. # admin server
  111. ifndef ADM_RELDATE
  112. ADM_RELDATE = 20050418
  113. endif
  114. ifndef ADM_VERSDIR
  115. ADM_VERSDIR = adminserver/70$(BUILD_MODE)
  116. endif
  117. # Net-SNMP
  118. ifndef NETSNMP_VER
  119. NETSNMP_VER = v5.2.1
  120. endif
  121. # setup sdk
  122. ifndef SETUP_SDK_RELDATE
  123. SETUP_SDK_RELDATE = 20050330
  124. endif
  125. ifndef SETUPSDK_VER
  126. SETUPSDK_VER = 70
  127. endif
  128. ifndef SETUPSDK_VERSDIR
  129. SETUPSDK_VERSDIR=setupsdk$(SETUPSDK_VER)$(BUILD_MODE)
  130. endif
  131. # infozip utilities
  132. ifndef INFOZIP_RELDATE
  133. INFOZIP_RELDATE = CMSTOOLS_7_x
  134. endif
  135. # server core
  136. ifndef SVRCORE_RELDATE
  137. SVRCORE_RELDATE = SVRCORE_4_0_RTM
  138. endif
  139. # admin utility library
  140. ifndef ADMINUTIL_VER
  141. ADMINUTIL_VER=70
  142. endif
  143. ifndef ADMINUTIL_RELDATE
  144. ADMINUTIL_RELDATE=20050330
  145. endif
  146. ifndef ADMINUTIL_VERSDIR
  147. ADMINUTIL_VERSDIR=adminsdk$(ADMINUTIL_VER)$(BUILD_MODE)
  148. endif
  149. # LDAP Console
  150. ifndef LDAPCONSOLE_REL
  151. LDAPCONSOLE_REL=71
  152. endif
  153. ifndef LDAPCONSOLE_COMP
  154. LDAPCONSOLE_COMP = ldapconsole$(LDAPCONSOLE_REL)
  155. endif
  156. ifndef LDAPCONSOLE_RELDATE
  157. LDAPCONSOLE_RELDATE=20050418
  158. endif
  159. ifndef PERLDAP_VERSION
  160. PERLDAP_VERSION=20050330
  161. endif
  162. ifndef JSS_COMP
  163. JSS_COMP=jss
  164. endif
  165. ifndef JSS_VERSION
  166. JSS_VERSION=JSS_3_5_1_RTM
  167. endif
  168. ifndef JSS_JAR_VERSION
  169. JSS_JAR_VERSION=351
  170. endif
  171. ifndef SASL_VERSDIR
  172. SASL_VERSDIR=cyrus
  173. endif
  174. ifndef SASL_RELDATE
  175. SASL_RELDATE=v2.1.20
  176. endif
  177. # jakarta/axis for DSMLGW
  178. ifndef AXIS_VERSION
  179. AXIS_VERSION=1.2rc3
  180. endif
  181. # JSP compiler jasper
  182. ifndef JSPC_VERSION
  183. JSPC_VERSION = 4.0.3
  184. endif
  185. ifndef JSPC_COMP
  186. JSPC_COMP = javax/jasper
  187. endif
  188. # ICU
  189. ifndef ICU_VERSDIR
  190. ICU_VERSDIR=libicu_2_4
  191. endif
  192. ifndef ICU_RELDATE
  193. ICU_RELDATE=20040820
  194. endif
  195. # DOC
  196. ifndef DSDOC_RELDATE
  197. DSDOC_RELDATE = 20050311
  198. endif