summaryrefslogtreecommitdiffstats
path: root/internal_comp_deps.mk
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: #237040Noriko Hosoi2007-04-191-703/+0
| | | | Summary: Remove obsolete makefiles
* Resolves: #210947Noriko Hosoi2006-10-251-1/+1
| | | | | Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup) Comment #23
* fix build breakage - use PERLDAP_BUILT_DIR as the location to download perl ↵Rich Megginson2006-09-161-1/+1
| | | | since the full DEP has two directory levels in it
* Bug: 206527Rich Megginson2006-09-151-2/+3
| | | | | | | | Description: Enable rpmbuild of directory server Fix Description: RELDIR is not defined in lib/ldaputil/Makefile, so just remove the certmap.conf packaging from there and add it to ldap/cm/Makefile The perldap packaging has changed for internal builds as well. Tested on: Solaris
* remove extraneous endifRich Megginson2006-09-071-1/+0
|
* Bug: 205456Rich Megginson2006-09-071-17/+5
| | | | | Description: Enable core DS build Fix Description: For some reason, the build is not passing BUILD_MODE=int which causes perldap to break. There is no int/ext version of perldap - it is "neutral".
* Bug(s) fixed: 205456Rich Megginson2006-09-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Bug Description: Enable core DS build Reviewed by: nkinder, nhosoi (Thanks!) Fix Description: I turned off all of the other components in the build, such as adminserver, setuputil, clients, etc. and enabled the packaging step when building just the core DS. Now, when you build just the core DS, you get a slapd.tar.gz which you unpack in the server root you create e.g. mkdir /opt/rhds ; cd /opt/rhds ; tar xfz slapd.tar.gz In order to create an instance, you have to use the ds_newinst.pl script as described here - http://directory.fedora.redhat.com/wiki/Install_Guide#Installing_just_the_core_directory_server I also got rid of several references to adminutil that are not needed anymore. Platforms tested: RHEL4 64 Flag Day: Yes. In order to build the full setuputil/adminserver package, you must specify USE_SETUPUTIL=1 USE_ADMINSERVER=1 etc. on the make/gmake command line. Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: I need to change the acceptance tests to be able to test just the core DS package.
* 204410 - Pick up new ldapcsdk, nspr, and sasl componentsNathan Kinder2006-08-281-4/+4
|
* Should keep all the components packaged in the 64-bit build in ↵Noriko Hosoi2006-04-171-1/+5
| | | | dist/<platform>_64_DBG.OBJ
* 188931 - Use system Net-SNMP libraries on Linux systemsNathan Kinder2006-04-131-0/+2
|
* [186642] Directory Server Makefile updates for Internal buildNoriko Hosoi2006-04-131-1/+25
| | | | Package 32-bit LDAPSDK, NSPR, and NSS libraries in shared32/lib for perldap (Solaris and PA-RISC only).
* [186642] Directory Server Makefile updates for Internal build (Comment #6)Noriko Hosoi2006-04-071-4/+16
| | | | | | | | | | | | | 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
* [186642] Directory Server Makefile updates for Internal buildNoriko Hosoi2006-03-291-37/+9
| | | | | | | | | . removed the dependency on DBM . Updated components' RELDATEs. . Console jar file name adjustment: <brand>-<comp>-<dotversion>.jar . Fix for HP-UX IPF . Use non-branded SetupUtil; add resource file to change branding . Updated the code to call createSIE so that the right brand is passed to SetupUtil.
* fixing the 64-bit Solaris buildNoriko Hosoi2006-03-011-51/+1
| | | | | 1) removing the 32-bit NSS related files 2) removing an extra _64 tag from the libdb path
* Fixing the internal build (to build dsmlgw w/ ant, ant-launcher.jar is needed)Noriko Hosoi2006-02-281-1/+1
|
* Fixing nightly buildNoriko Hosoi2006-02-281-3/+4
| | | | | | | | | Changes: 1) NSPR_RELDATE: v4.6.1 --> v4.6 2) ICU_LIB_VERSION: 34 --> 24 This is a temporary degrade to adjust the version to match the one in adminutil.Once adminutil is built with icu 3.4 and pushed to /s/b/c, we'd go back to 3.4. 3) lib/base/systhr.cpp: Applied NSPR sysfd table patch 4) DS version: 7.1 --> 7.2
* Bug(s) fixed: 178479Rich Megginson2006-02-101-1/+1
| | | | | | | | | | | | | Bug Description: DSMLGW code uses non-standard sun.misc.Base64Encoder Reviewed by: The team (Thanks!) Fix Description: Added jakarta-commons-codec.jar to the DS build and packaging. We will need to add this file to the bundle of dsmlgw jar files on /share/builds/components. Platforms tested: Fedora Core 4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Bug(s) fixed: 175053Rich Megginson2005-12-071-0/+15
| | | | | | | | | Bug Description: The BUILD_BOMB is on by default Reviewed by: Nathan (Thanks!) Fix Description: Move the pumpkin and build bomb stuff into the internal makefiles. If you want the build bomb on, you have to set BUILD_PUMPKIN=1 on the make command line. The diff also contains some of the versioning for 1.0 to 1.0.1. Platforms tested: Fedora Core 4 Flag Day: no Doc impact: no
* [172411] Use system SASL on RHELNoriko Hosoi2005-11-041-4/+3
|
* Pull ldapconsole from integration areaNathan Kinder2005-11-011-2/+2
|
* Bug(s) fixed: 172056Rich Megginson2005-10-311-14/+26
| | | | | | | | | | | | | | | | Bug Description: Fix internal component versions and formats for initial FDS 1.0 build Reviewed by: Noriko (Thanks!) Fix Description: Some of the naming conventions needed to change e.g. /s/b/c/ldapconsole10ext became /fedora/components/directoryconsole/1.0. Made the ds onlinehelp docs available to build externally. Perldap has no zip file anymore, just the dirs we copy over. Adminserver includes the unzipped directories - we need to fix that eventually, but in the meantime, I made tar skip those unzipped directories. I also merged Noriko's fix for the assecure.txt problem in setup into Fedora DS. Noriko also pointed out an unused Makefile variable. Platforms tested: RHEL3 Flag Day: no Doc impact: no
* Bug(s) fixed: 172005Rich Megginson2005-10-291-1/+20
| | | | | | | | | | | | | Bug Description: Change ldapserver version to 1.0 Reviewed by: Noriko (Thanks!) Fix Description: This also fixes some lingering build issues involving perldap, which is no longer a separate setup package, but just gets included into DS in a similar manner to nspr, nss, etc. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* fixed internal build failure...Noriko Hosoi2005-10-051-1/+1
|
* Bug(s) fixed: 169663Rich Megginson2005-10-031-141/+9
| | | | | | | | | | | | | | | | | Bug Description: Build Cleanup - open source AS, other components; remove Fortezza; etc. Reviewed by: Noriko, Nathan, Rob C. (Thanks!) Fix Description: This allows us to build DS entirely outside of the firewall with entirely open source components, including setuputil, adminutil, adminserver, and java components. I still need to address some issues around nsperl, perldap, dsmlgw, xmltools, and general ease of build. This also gets rid of the crufty Fortezza build stuff and addresses some other minor build issues. Platforms tested: RHEL4 Flag Day: yes, but the internal builds should not be affected Doc impact: wiki QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Pull setuputil from sbsint, not sbc.Nathan Kinder2005-09-061-2/+2
|
* Bug(s) fixed: 167453Rich Megginson2005-09-021-53/+46
| | | | | | | | | | | | | | | | | | Bug Description: Use all open source components Reviewed by: Noriko (Thanks!) Fix Description: This changes the DS 72 build to pick up the new Admin Server open source candidate (using Apache, modules, etc), and the new adminutil and setuputil components. The code has been changed to reflect the new naming (adminsdk -> adminutil, setupsdk -> setuputil) and new versions of these components (7.1) and new /s/b/c disk layout where applicable. We don't really get very much from the admin server anymore, just the admin and base packages. All of the other setup stuff (setup, setup.inf, svrcore, etc.) come directly from the setuputil package. Platforms tested: RHEL3 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* remove full and optimize from the file names of the winsync componentsRich Megginson2005-05-181-2/+2
|
* Bug(s) fixed: 157341Rich Megginson2005-05-161-0/+67
| | | | | | | | | | | Bug Description: Tracking bug for the windows synch service Reviewed by: no one (but it should be pretty safe) Fix Description: Thomas and Anthony already did most of the work require to build the windows sync packages and push them as components. This change just picks up those two components and packages them with the DS build. When DS is installed, there will be a new "winsync" directory under the server root. This directory contains self extracting Windows installer files for Active Directory sync and NT4 sync, with a .msi extension. The user will have to copy these files to the Windows machine containing the domain controller. Platforms tested: RHEL3 Flag Day: no Doc impact: Yes. The Windows Sync documentation will have to explain where these files reside in the package and how to install them. QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Don't pull net-snmp on Windows.Noriko Hosoi2005-04-201-0/+2
|
* Fixed licensing typoNathan Kinder2005-04-191-1/+3
|
* 155068 - Added license to source filesNathan Kinder2005-04-151-0/+30
|
* Bug(s) fixed: 154431Rich Megginson2005-04-111-1/+2
| | | | | | | | | | | Bug Description: Security package requests from Cert Team Reviewed by: Nathan (Thanks!) Fix Description: Exclude the nssckbi file from shared32/lib; Create the shell script wrappers for shlibsign and shared32 modutil. Platforms tested: RHEL3 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Use axis 1.2rc3David Boreham2005-04-021-1/+1
|
* [152645] revert AXIS version to 1.2betaNoriko Hosoi2005-04-011-1/+1
|
* DOC: Internal version also does not package the guides.Noriko Hosoi2005-04-011-7/+0
| | | | internal_comp_deps.mk branding/rhds/brandver.dat ldap/cm/Makefile
* Pick up new Admin Server componentNathan Kinder2005-03-311-2/+2
|
* Update components and SNMP config changesNathan Kinder2005-03-311-11/+24
|
* Compilation and linking fixes for SNMP subagentNathan Kinder2005-03-291-1/+1
|
* Enable building of SNMP subagentNathan Kinder2005-03-281-25/+14
|
* Pick up new perldap componentNathan Kinder2005-03-261-1/+1
|
* 1) remove fortezza stuffRich Megginson2005-03-251-1/+50
| | | | | 2) make sure the .chk files are there 3) fix secmod.db on 64 bit platforms to have the 32 bit nssckbi in there
* [Bug 146919] Directory Server rebrandingNoriko Hosoi2005-03-251-7/+33
| | | | | | | | | | 1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
* Use v5.15 of ldapsdkRich Megginson2005-03-241-3/+3
|
* Remove un-needed Console SDK dependencyNathan Kinder2005-03-231-36/+0
|
* [149539] Use Cyrus SASL instead of our custom oneNoriko Hosoi2005-03-231-4/+6
| | | | | | Updated Files: component_versions.mk components.mk internal_comp_deps.mk ldap/cm/Makefile ldap/servers/slapd/sasl_io.c ldap/servers/slapd/saslbind.c
* Update location of ldapconsole componentNathan Kinder2005-03-221-1/+1
|
* Pick up new Axis component (1.2rc3)Nathan Kinder2005-03-211-1/+1
|
* Differentiate between internal and external components during brandingNathan Kinder2005-03-211-1/+3
|
* Fix db component pullNathan Kinder2005-03-191-2/+2
|
* add ability to build from open source componentsRich Megginson2005-03-181-0/+703