Changelog for
tog-pegasus-debuginfo-2.4.1-4.4.rhel4.x86_64.rpm :
Wed Sep 21 00:00:00 2005 Jason Vas Dias
- 2.4.1-4.4.rhel4
- fix bug 168836: spec file issues:
o add missing Requires({,pre,post,postun,preun})
o generate SSL certificates in initscript, with genSSLcerts script, not in %post
o use \'cimserver stop\' instead of manual shutdown in %postun
o do not \'mkdir\' or \'rm -rf\' in any scriptlet
o replace potential use of redhat-lsb with chkconfig
- fix upstream bug 4145: Failure on cimserver shutdown
Sun Sep 11 00:00:00 2005 Jason Vas Dias - 2.4.1-4.2.rhel4
- fix bug 167986:
o Add pam_access control
o Distinguish between remote and local users for authentication
o Create default pegasus user
o Only pegasus user is allowed to connect from remote hosts by default
o remove use of separate cimservera PAM authentication process
(plaintext passwords were being sent over its pipe)
- fix bug 167987:
o developed and tested pegasus_t policy in selinux-policy-targeted-1.17.30-2.110+
- make /etc/pam.d/wbem not /lib directory specific (lib64)
Sat Sep 3 00:00:00 2005 Jason Vas Dias - 2.4.1-4.1.rhel4
- .spec file changes to prevent files remaining after rpm erase
Fri Sep 2 00:00:00 2005 Jason Vas Dias - 2.4.1-4.rhel4
- fix bug 167161: put all libraries into /usr/lib64, not /lib
- fix bug 167162: use internal pthread_cleanup_{push,pop} routines
- fix bug 167163: correct pam Requires and pam-devel BuildRequires
- fix bug 167164: remove potential buffer overflows with gethostbyname
- fix bug 167165: remove potential buffer overflow in System::extract_file_path
- Upstream bug patches applied, as agreed with bug committee,
which have been tested by HP and IBM and submitted to 2.4.2 -
see http://cvs.rdg.opengroup.org/bugzilla/buglist.cgi?&keywords=2.4.2_approved :
2207 CIMOMHandle drops InvokeMethod request
2217 Interrupts improperly handled in Unix Semaphore implement...
2499 Initial Provider load/initialize is not thread safe.
2503 IndicationHandlerService::_lookupHandlerForClass() not th...
3416 SDK sample build fails on x86_64 2.4 rpm
3858 _subscriptionClassesTable not threadsafe
3958 cimserver crashs after many indications delivered
4004 cimserver crash in MessageQueueService after running for ...
4009 Double close causes EBADF (\"Bad file descriptor\") failures
4014 host name validation in CIMObjectPathRep::isValidHostname...
4023 Assignment operators should return object references
4025 Thread class uses internal pthread functions
4027 SSLCallbackInfo class does not declare a copy constructor...
4028 CIMInstance::buildPath assumes key properties are specified
4029 Add TestIndicationStressTest to 2.4-branch
4042 TestIndicationStressTest not enabled in 2.4 branch.
4050 Compile warning building SDK packaged consumer.
4072 ThreadPool Test Failure - 2.4 version of Bug 2239
4103 Timing window where in MessageQueue Service - Could cause...
4120 HTTPConnection _handleReadEvent should complete connectio...
4126 On shutdown, cimom::routing_proc loops attempting to send...
Thu Aug 18 00:00:00 2005 Jason Vas Dias - 2.4.1-2.rhel4
- fix bug 165805: change location from /opt root to / root
cimserver not running by default
rename \'sdk\' package \'devel\' package
compile all executables with ExecShield
- fix bug 165880: no logging during post scriptlet
no postun scriptlets do \'rm -rf\'
added Requires(post)
moved symlinks into -devel package
- further fix for bug 165770: cimserver no longer stores socket in subdirectory
Sat Aug 13 00:00:00 2005 Jason Vas Dias - 2.4.1-2
- fix bug 165805: remove \'echo\'s after initscript\'s use of redhat-lsb\'s
log_success_msg / log_failure_msg functions.
- fix bug 165770: make initscript stop do \'rm -rf /var/run/tog-pegasus\'
Fri May 6 00:00:00 2005 Jason Vas Dias - 2.4.1-1
- Import of tog-pegasus-2.4.1.Beta-3 .
- Change .spec file to not build and install test RPM by default.
You need to build and install RPMs with --define \'WITH_TEST 1\'
to get test rpm.
- Add condrestart option to initscript - invoke condrestart on upgrade.
- Re-Enable PPC64 support