|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: IT Resource Center (support_feedback_at_us-support-mail.external.hp.com)
Date: Sun Aug 18 2002 - 07:33:30 CDT
HP Support Information Digests
===============================================================================
o IT Resource Center World Wide Web Service
---------------------------------------------------
If you subscribed through the IT Resource Center and would
like to be REMOVED from this mailing list, access the
IT Resource Center on the World Wide Web at:
http://www.itresourcecenter.hp.com/
Login using your IT Resource Center User ID and Password.
Then select Support Information Digests (located under
Maintenance and Support). You may then unsubscribe from the
appropriate digest.
To download a patch referenced below, access the
IT Resource Center on the World Wide Web at:
http://www.itresourcecenter.hp.com/
Login using your IT Resource Center User ID and Password.
Then select Individual Patches (under Maintenance and Support)
to access the patch. You may also download a patch via anonymous
ftp(1) from ftp.itrc.hp.com.
===============================================================================
Digest Name: weekly HP-UX series 800 10.X patch digest
Created: Sun Aug 18 3:05:03 PDT 2002
Table of Contents:
Document ID Title
--------------- -----------
PHCO_27135 s700_800 10.01 lpspool subsystem cumulative patch
PHSS_27643 s700_800 10.20 OV NNM6.2 Reports fail if ifAlias has quotes
PHSS_27229 s700_800 10.20 X/Motif Runtime Periodic Patch
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: PHCO_27135
Date Loaded: 20020815
Title: s700_800 10.01 lpspool subsystem cumulative patch
Patch Name: PHCO_27135
Patch Description: s700_800 10.01 lpspool subsystem cumulative patch
Creation Date: 02/08/13
Post Date: 02/08/15
Hardware Platforms - OS Releases:
s700: 10.01
s800: 10.01
Products: N/A
Filesets:
PrinterMgmt.LP-SPOOL
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHCO_27135
Symptoms:
PHCO_27135:
1. lpadmin(1m) dumps core in certain conditions.
2. rlpdaemon(1m) is not behaving properly in certain
conditions.
3. lp spooler commands dumps core in certain conditions.
PHCO_25107:
1. rlpdaemon(1M) is mis-behaving in certain conditions.
2. rlpdaemon(1M) is not functioning as expected in
certain cases.
PHCO_24697:
1.rlpdaemon is not functioning as expected in certain cases.
PHCO_22410:
1. rlpdaemon, lpstat, lp, cancel, disable, enable, rlpstat
and rcancel have memory overflow.
2. rlpdaemon does not handle control characters correctly.
3. rlpdaemon does not work as expected and dumps core in
certain cases.
PHCO_14527:
1. If you submit more than 52 files lp does not
remove those above 52.
2. lpsched -v writes strange strings in log file
if LANG is set.
3. lpsched -v intermittently stops by SIGSEGV in
catgets if LANG is set.
4. 'lpstat' and 'cancel' memory fault with PHCO_11439
and LANG=Japanese.
PHCO_11439:
1. Cancelling a lp job with empty control file
clears the whole queue.
2. Printer gets disabled on canceling a printing
job.
PHCO_10411:
1. LP-spool hang or qstatus corrupt when /var full
log says:Bogus request
2. Parent lpsched hangs when lpalt is used to move
a request.
3. Model scripts does not handle SIGTERM any more.
4. lpsched introduced 5 sec delay between prints at 10.20
PHCO_8486:
1. lpsched hangs under FIFO full condition
2. Printers go idle even when requests are present
in the queue
3. Jobs not printed when remote host(IBM) immediately
snaps connection.
4. If a BSD system spooler sends a '\001' to rlp(1)
after the control file has been sent, rlp(1) simply
ignores the '\001' and removes the entry.
PHCO_7102:
1. When request comes from IBM, to a printer which is
in turn configured as a remote printer to another
system ( BSD or Non-BSD ) , the printer queue in
question will be shut down( disabled ).
PHCO_6631:
1. Permission denied from rcancel if NIS uppercase and
hostname lowercase.
2. rcancel (1M) fails with "Permission denied" if
hostname is fully qualified.
3. rlpdaemon and spooler subsytem not working with
WINDOWS NT.
PHCO_6473:
1. lp spooler hangs if printers with active requests
are disbled.
2. lpsched(1M) deadlocks when its total "MORE" message
length exceeds 8192 bytes.
3. Divpage was treating the character '0xff' as EOF. When
it gets this character it stops processing the input
file.
PHCO_6310:
If disk space is not available on the remote server to
receive a print job the remote server responds with a
return code of 02. The rlp process continues to run
for approximately 5 minutes before it dies.
PHCO_5998:
When large number of files are sent to a remote spooler
the first couple of files are printed at the expected
speed but rest of the following files are printed very
slowly. The problem is seen on any machine running
10.01 and remote spooling to the any other HP machine
running 10.01, 9.04 or 9.05.
Defect Description:
PHCO_27135:
1. lpadmin dumps core and does not display proper
messages.
Resolution:
Changes are done in the code such that core dump
does not occur and messages are printed properly.
2. rlpdaemon (1m) is not behaving properly in certain
conditions.
Resolution:
Code is modified such that rlpdaemon (1m) behaves
properly.
3. lp spooler commands dumps core in certain conditions
and does not display proper messages.
Resolution:
Changes are done in the code such that core dump
does not occur and messages are printed properly.
PHCO_25107:
1. rlpdaemon(1M) is mis-behaving in certain conditions.
Resolution:
Code is modified so that rlpdaemon(1M) would behave
correctly.
2. rlpdaemon(1M) is not functioning as expected in
certain cases because of improper file handling.
Resolution:
Code is modified to handle the files properly.
PHCO_24697:
1.rlpdaemon is not functioning as expected in certain
cases because of improper memory handling.
Resolution:
A new condition is added to the code to handle the
problem.
PHCO_22410:
1. Memory fault in the commands is because of the
incorrect handling of buffer for error message.
Resolution:
The buffer size is increased for the error message.
If the argument is longer than the allocated buffer
size, it is truncated before printing the error
message.
2. rlpdaemon does not filter control characters.
Because of this, some control characters may
turn the user's terminal insane.
Resolution:
Control characters are replaced with blanks in
rlpdaemon.
3. rlpdaemon dumps core due to improper memory handling.
Resolution:
Code has been modified to handle the memory
appropriately.
PHCO_14527:
1. Spooler was only deleting the data files whose
names start with "d".
2. with LANG set, lpsched was improperly handling
repeated calls to catgets().
3. Due to sharing of same fd's of catalogue message
files between parent and child processes in lpsched,
a SIGSEGV used to cause coredumps intermittently.
4. The memory fault was due to buffer overflow with
LANG set.
PHCO_11439:
1. Cancelling a lp job with empty control file
clears the whole queue.
2. Printer gets disabled on canceling a printing
job.
PHCO_10411:
1. LP-spool hang or qstatus corrupt when /var full
log says:Bogus request
2. Parent lpsched hangs when lpalt is used to move
a request.
3. Model scripts does not handle SIGTERM any more.
4. lpsched introduced 5 sec delay between prints at 10.20
PHCO_8486:
1. lpsched hangs under FIFO full condition
2. Printers go idle even when requests are present
in the queue
3. Jobs not printed when remote host(IBM) immediately
snaps connection.
4. If a BSD system spooler sends a '\001' to rlp(1)
after the control file has been sent, rlp(1) simply
ignores the '\001' and removes the entry.
PHCO_7102:
1. When request comes from IBM, to a printer which is
in turn configured as a remote printer to another
system ( BSD or Non-BSD ) , the printer queue in
question will be shut down( disabled ).
PHCO_6631:
1. Permission denied from rcancel if NIS uppercase and
hostname lowercase.
2. rcancel (1M) fails with "Permission denied" if
hostname is fully qualified.
3. rlpdaemon and spooler subsytem not working with
WINDOWS NT.
PHCO_6473:
1. lp spooler hangs if printers with active requests
are disbled.
2. lpsched(1M) deadlocks when its total "MORE" message
length exceeds 8192 bytes.
3. Divpage was treating the character '0xff' as EOF. When
it gets this character it stops processing the input
file.
PHCO_6310:
If disk space is not available on the remote server to
receive a print job the remote server responds with a
return code of 02. The rlp process continues to run
for approximately 5 minutes before it dies.
PHCO_5998:
When large number of files are sent to a remote spooler the
first couple of files are printed at the expected speed but
rest of the following files are printed very slowly. The
problem is seen on any machine running 10.01 and remote
spooling to the any other HP machine running 10.01, 9.04 or
9.05.
SR:
8606227217 8606233628 8606262488 8606221482 8606215197
8606201567 8606155796 8606155795 8606154599 1653298620
1653240010 5003347351 4701356097 5003359760 1653198119
1653203109 1653208504 1653142588 5003279463 5003245241
5003242776 1653141861 5003253245 5003240705 5003297796
1653161091 1653162487 5003330688 1653172023 4701323964
5003318188 5003284919 1653167213
Patch Files:
/usr/lbin/divpage
/usr/bin/cancel
/usr/bin/disable
/usr/bin/enable
/usr/bin/lpstat
/usr/sbin/accept
/usr/sbin/lpfence
/usr/sbin/lpmove
/usr/sbin/reject
/usr/bin/lp
/usr/sbin/lpsched
/usr/sbin/rlpdaemon
/usr/bin/lpalt
/usr/lbin/rwrite
/usr/sbin/rcancel
/usr/sbin/rlp
/usr/sbin/lpadmin
/usr/sbin/rlpstat
/usr/lib/nls/msg/C/lp.cat
what(1) Output:
/usr/lbin/divpage:
PATCH_10_01: divpage.o 02/08/13
/usr/bin/cancel:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o cancel.o 02/08/13
/usr/bin/disable:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o disable.o 02/08/13
/usr/bin/enable:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o enable.o 02/08/13
/usr/bin/lpstat:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpstat.o 02/08/13
/usr/sbin/accept:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o accept.o 02/08/13
/usr/sbin/lpfence:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpfence.o 02/08/13
/usr/sbin/lpmove:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpmove.o 02/08/13
/usr/sbin/reject:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o reject.o 02/08/13
/usr/bin/lp:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lp.o 02/08/13
/usr/sbin/lpsched:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpsched.o 02/08/13
/usr/sbin/rlpdaemon:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o rlpdaemon.o 02/08/13
/usr/bin/lpalt:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpalt.o 02/08/13
/usr/lbin/rwrite:
PATCH_10_01: rwrite.o 02/08/13
/usr/sbin/rcancel:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o rcancel.o 02/08/13
/usr/sbin/rlp:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o rlp.o 02/08/13
/usr/sbin/lpadmin:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o lpadmin.o 02/08/13
/usr/sbin/rlpstat:
$Revision: 74.7.3.54 $
PATCH_10_01: hpux_rel.o rlpstat.o 02/08/13
/usr/lib/nls/msg/C/lp.cat:
None
cksum(1) Output:
3008391054 20544 /usr/lbin/divpage
2644701951 41139 /usr/bin/cancel
3410813345 24717 /usr/bin/disable
1922860386 16480 /usr/bin/enable
3281782264 45257 /usr/bin/lpstat
621344957 16473 /usr/sbin/accept
3536335938 20603 /usr/sbin/lpfence
3064373179 24702 /usr/sbin/lpmove
3551438806 16477 /usr/sbin/reject
1585940253 41132 /usr/bin/lp
3877984571 53499 /usr/sbin/lpsched
3899716679 61724 /usr/sbin/rlpdaemon
895037341 37052 /usr/bin/lpalt
2799544332 16453 /usr/lbin/rwrite
4168191404 32958 /usr/sbin/rcancel
2579031784 24703 /usr/sbin/rlp
2655732849 41149 /usr/sbin/lpadmin
1171484819 37054 /usr/sbin/rlpstat
3028427426 14712 /usr/lib/nls/msg/C/lp.cat
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHCO_5998 PHCO_6310 PHCO_6473 PHCO_6631 PHCO_7102 PHCO_8486
PHCO_10411 PHCO_11439 PHCO_14527 PHCO_22410 PHCO_24697 PHCO_25107
Equivalent Patches:
PHCO_27133:
s700: 10.20
s800: 10.20
PHCO_27132:
s700: 11.00
s800: 11.00
PHCO_27020:
s700: 11.11
s800: 11.11
Patch Package Size: 650 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_27135
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHCO_27135.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHCO_27135. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHCO_27135.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_27135.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
Run /usr/sbin/lpshut before the installation of this
patch and run /usr/sbin/lpsched after installing the
patch.
-----End of Document ID: PHCO_27135------------------------------------------
Document ID: PHSS_27643
Date Loaded: 20020813
Title: s700_800 10.20 OV NNM6.2 Reports fail if ifAlias has quotes
Patch Name: PHSS_27643
Patch Description: s700_800 10.20 OV NNM6.2 Reports fail if ifAlias has quotes
Creation Date: 02/08/09
Post Date: 02/08/13
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products:
OpenView Network Node Manager 6.2
Filesets:
OVNNMgr.OVNNM-RUN,B.06.20.00 OVNNMgr.OVRPT-RUN,B.06.20.00
OVPlatform.OVEVENT-MIN,B.06.20.00
OVPlatform.OVMIN,B.06.20.00 OVPlatform.OVWIN,B.06.20.00
OVPlatformMan.OVEVENTMIN-MAN,B.06.20.00
OVPlatformMan.OVWIN-MAN,B.06.20.00
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27643
Symptoms:
PHSS_27643:
Reports do not get generated, if double quotes exist in
ifAlias value, for interfaces.
PHSS_27640:
The map database may contain invalid symbols and submaps.
A symbol becomes invalid if its map object and
corresponding object in the object database are not
present. A submap becomes invalid if its parent map object
and the associated object in the object database do not
exist. Invalid symbols and submaps are not represented in
maps by ovw, but they lie unused in the map database.
PHSS_27625:
1.nodeView.ovpl is not displaying the created graphics if
an interface label has the special and/or non-printable
characters that must be escaped in XML. These characters
include: & ' " < >. These special characters can come
from the interface alias, name or description.
2.On the content pane of 'View Scheduled Reports', there
is a table consisting of 'Report', 'Status',
and 'Schedule'. Contents of the table look good when the
window is opened. However, once the Reload,Stop or
Pause button is clicked, the contents of 'Schedule'
column('daily' or 'month-to-date') is garbled.
PHSS_27623:
A router is dragged and placed on a location symbol.
Selecting an event in xnmevents corresponding to the same
router leads to ovw core dump.
PHSS_27616:
Memory leak in xnmevents when it runs with filterByMap and
filterByMapManaged options.
PHSS_27614:
ovactiond man page not clear.
PHSS_27571:
Incorrect behaviour of xnmloadmib when MIBs were loaded
with the -trapType option , under the Japanese locale.
Defect Description:
PHSS_27643:
Double quotes in the ifAlias value for interfaces were not
handled in the report generation code.
Resolution:
The code has been modified to handle double quotes in the
ifAlias value.
PHSS_27640:
The deletion of a symbol (or a submap) involves removing
the symbol (or submap) information, the map object and the
object in the object database. These three operations do
not happen as one single atomic operation. Invalid symbols
and submaps are left behind if ovw aborts after the
deletion of the map object and the object in the object
database, but before the removal of the symbol (or submap)
information.
Resolution:
The verbose option of ovw -mapcount is enhanced to do a
listing of invalid symbols and submaps. A new option '-c'
is provided with ovw -mapcount to clean such invalid
symbols and submaps.
PHSS_27625:
1.OVdrawNodes.pm was failing to encode XML-special
characters: <>'&". This was causing XML parsing errors.
2.This problem occurs when the server and the browser
are running in different locales.
Resolution:
1.Code has been changed in OVdrawNodes.pm to encode XML
special and non-printable characters.
2.Code is implemented for the server and the browser to
communicate with the UTF8 codeset.
PHSS_27623:
submap is not removed from the router symbol's submap
list. Selecting an event in xnmevents corresponding to the
same router causes NULL pointer access when previous
submap is dereferenced for the router symbol.
Resolution:
ovw is modified to check for NULL pointer dereferencing
before accessing any submap for the symbol's submap list.
PHSS_27616:
Memory allocated to a particular pointer was not freed
properly.
Resolution:
The allocated memory is now freed properly, at appropriate
position.
PHSS_27614:
ovactiond man page does not clearly explain what happens
in the case of multiple events occuring simultaneously.
Resolution:
The man page is updated with the information about
ovactiond behaviour in the case of multiple events
occuring simultaneously.
PHSS_27571:
Loading of MIBs with the -trapType option was incorrectly
handled by xnmloadmib under the Japanese locale.
Resolution:
Modified xnmloadmib to load the MIBs with the -trapType
option under the Japanese locale.
SR:
8606235169 8606261776 8606237706 8606224612 8606255233
8606258006 8606265952 8606264678
Patch Files:
/opt/OV/man/man1m.Z/ovactiond.1m
/opt/OV/man/man1.Z/ovw.1
/opt/OV/lib/libovsnmp.2
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar
/opt/OV/www/cgi-bin/nnmRptConfig.exe
/opt/OV/bin/xnmcollect
/opt/OV/bin/ovreppublish
/opt/OV/bin/ovw
/opt/OV/bin/ovmapcount
/opt/OV/bin/xnmevents
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm
what(1) Output:
/opt/OV/man/man1m.Z/ovactiond.1m:
None
/opt/OV/man/man1.Z/ovw.1:
None
/opt/OV/lib/libovsnmp.2:
libovsnmp
rnetstat
HP OpenView SNMP Dev Kit NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar:
None
/opt/OV/www/htdocs/classes/nnmReporting/nnmReporting.jar:
None
/opt/OV/www/cgi-bin/nnmRptConfig.exe:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/xnmcollect:
xnmcollect
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovreppublish:
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/ovw:
HP OpenView Windows NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
HP IL EFS v 2.1 bl03; Image EFS Library for HP-UX 8
.07+ & MPower 'libilefs.sl'
ovw
/opt/OV/bin/ovmapcount:
None
/opt/OV/bin/xnmevents:
xnmevents
HP OpenView Network Node Manager NNM Release B.06.20
PATCH PHSS_27643, 08092002
HP Precision Architecture HP-UX 10.x
Copyright (c) 1990-2002 Hewlett-Packard Co., All Ri
ghts Reserved.
/opt/OV/bin/Perl/lib/perl5/5.6.0/ovreporting.pm:
ovreporting.pm
HP OpenView NNM Release B.06.20 Aug 09 2002
Copyright (c) 1990-2002 Hewlett-Packard Company
/opt/OV/bin/Perl/lib/perl5/5.6.0/OVdrawNodes.pm:
OVdrawNodes.pm
cksum(1) Output:
515797789 99009 /opt/OV/bin/Perl/lib/perl5/5.6.0/
ovreporting.pm
2867043551 39791 /opt/OV/bin/Perl/lib/perl5/5.6.0/
OVdrawNodes.pm
1207530274 168411 /opt/OV/bin/xnmcollect
2651502273 98761 /opt/OV/bin/ovreppublish
1722550242 2737353 /opt/OV/bin/ovw
3450592760 158 /opt/OV/bin/ovmapcount
629626593 226007 /opt/OV/bin/xnmevents
864498303 131676 /opt/OV/www/cgi-bin/nnmRptConfig.exe
3340539645 233031 /opt/OV/www/htdocs/classes/nnmReporting/
debug.nnmReporting.jar
2829014879 142286 /opt/OV/www/htdocs/classes/nnmReporting/
nnmReporting.jar
4084867584 2576776 /opt/OV/lib/libovsnmp.2
3136156000 11842 /opt/OV/man/man1.Z/ovw.1
185190156 3208 /opt/OV/man/man1m.Z/ovactiond.1m
Patch Conflicts: None
Patch Dependencies:
s700: 10.20: PHSS_27332
s800: 10.20: PHSS_27332
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_27571 PHSS_27614 PHSS_27616 PHSS_27623 PHSS_27625 PHSS_27640
Equivalent Patches:
PHSS_27644:
s700: 11.00 11.11
s800: 11.00 11.11
PSOV_03201:
sparcSOL: 2.6 2.7 2.8
NNM_00944:
intelNT: 4.00 4.01
intelWIN2000: 1.00
Patch Package Size: 6400 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_27643
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_27643.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_27643. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_27643.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27643.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
WARNING: This patch should not be loaded unless the last
consolidated patch PHSS_27332 has been loaded.
To check if this patch is on your system use the
following command:
swlist -l product -l fileset PHSS_27332
If swlist cannot find the patch, then you will
need to obtain the PHSS_27332 patch and load it
before loading this patch.
========================================================
BEFORE LOADING THIS PATCH...
If there are any ovw sessions running on either the
Management Station or on any Management Consoles, these
sessions need to be closed. The "ovstop" command
should then be executed.
WARNING : the patch will not install if any
Network Node Manager processes are
detected.
BACKUP ALL OpenView DIRECTORIES TO TAPE. This
pre-caution ensures that if you have problems after
installing the patch, you will be able to restore your
current state from tape.
NOTE : ovstart is NOT executed after the patch is loaded
You will need to manually run ovstart.
Also, in order to keep a history of the patches
installed on your system the post-install script
will attempt to copy this <patch_name>.text file
to /usr/OV/ReleaseNotes/patches
(or /opt/OV/ReleaseNotes/patches). Please make
sure this file is in /tmp before installation.
========================================================
-----End of Document ID: PHSS_27643------------------------------------------
Document ID: PHSS_27229
Date Loaded: 20020813
Title: s700_800 10.20 X/Motif Runtime Periodic Patch
Patch Name: PHSS_27229
Patch Description: s700_800 10.20 X/Motif Runtime Periodic Patch
Creation Date: 02/06/24
Post Date: 02/08/13
Hardware Platforms - OS Releases:
s700: 10.20
s800: 10.20
Products: N/A
Filesets:
X11.X11R5-SHLIBS X11.X11R6-SHLIBS X11.MOTIF12-SHLIB
X11.MKFONTDIR X11.X11-FONT-AUX
Automatic Reboot?: No
Status: General Release
Critical:
No (superseded patches were critical)
PHSS_19592: ABORT
refer to symptoms and associated defect reports.
PHSS_18012: ABORT
refer to symptoms and associated defect reports.
PHSS_17323: ABORT
refer to symptoms and associated defect reports.
PHSS_17331: ABORT
refer to symptoms and associated defect reports.
PHSS_16617: ABORT
refer to symptoms and associated defect reports.
PHSS_16120: ABORT
refer to symptoms and associated defect reports.
PHSS_15008: ABORT
refer to symptoms and associated defect reports.
PHSS_14534: ABORT
refer to symptoms and associated defect reports.
PHSS_14040: ABORT
refer to symptoms and associated defect reports.
PHSS_13743: ABORT
refer to symptoms and associated defect reports.
PHSS_13113: ABORT
refer to symptoms and associated defect reports.
PHSS_12374: ABORT
refer to symptoms and associated defect reports.
PHSS_11628: ABORT
refer to symptoms and associated defect reports.
PHSS_11048: ABORT
refer to symptoms and associated defect reports.
PHSS_11046: ABORT
refer to symptoms and associated defect reports.
PHSS_10789: ABORT
refer to symptoms and associated defect reports.
PHSS_10688: CORRUPTION
refer to symptoms and associated defect reports.
PHSS_10480: ABORT
refer to symptoms and associated defect reports.
PHSS_9814: ABORT
refer to symptoms and associated defect reports.
PHSS_9812: ABORT
refer to symptoms and associated defect reports.
PHSS_9778: ABORT
refer to symptoms and associated defect reports.
PHSS_9356: ABORT
refer to symptoms and associated defect reports.
PHSS_9193: ABORT
refer to symptoms and associated defect reports.
PHSS_8971: ABORT
refer to symptoms and associated defect reports.
PHSS_7745: ABORT
refer to symptoms and associated defect reports
PHSS_7743: ABORT
refer to symptoms and associated defect reports.
Path Name: /hp-ux_patches/s700_800/10.X/PHSS_27229
Symptoms:
PHSS_27229:
1. /opt/dce/bin/tclobam aborts after refresh
with > 3000 principals.
2. C++ compiler warnings 740 and 749.
3. C++ compiler warning 600 when +w enabled.
4. C++ compiler errors due to reserved C++
words.
5. XwcTextListToTextProperty() can return incorrect
results when operating on strings with JISX0212
characters. XmbTextListToTextProperty() works
correctly on the same string. This affects
applications using XwcTextListToTextProperty()
for data interchange, and it also affects
inputting of JISX0212 characters.
6. Calling XmbTextPropertyToTextList() on the
string returned by XmbTextListToTextProperty()
does not always generate the original string.
PHSS_25446:
1. After logging into a CDE user session,
the $DISPLAY environment variable would
appear as local:0.0 instead of <hostname>:0.0.
Clients that were displaying to a remote
system are not affected.
2. The window height of some Java application
pop-up windows may be too large.
PHSS_23518:
1. XmRepTypeGetId() returns XmREP_TYPE_INVALID
for XmNinputPolicy
2. X11R6 libXt calls poll(2) incorrectly
3. Toggle button select color is not used when
enableEtchedInMenu is true.
4. user application dumped a core at _XmGetWidgetExtData.
5. Any application on multiple display produces
BadDrawable error when both attributes.
colormap and the display parameter passed
to XCreatePixmap() are set incorrectly.
6. Memory leak in XmRegisterSegmentEncoding.
7. XmList fails to refresh all items.
8. XtDestroy of half posted popup can corrupt memory
9. __DtOSGetHomeDirName() has problem with
processing $HOME
10.Text not displayed.
11.Memory leak when using XFreeFontSet.
12.Client program hangs.
13.Problem in X11/OpenDis.c.
14.Poor performance.
15.Poor performance.
16.Problem in _XAsyncReply().
17.Buffer overflows in libICE.
18.Threads applications calling this
routine might not flush properly
if this routine reaches an error
condition.
19.Memory checking utilities will detect
error.
PHSS_22944:
1. Applications using the motif XmFileSelectionBox
widget fail to show any large files(>2GB).
2. Motif 1.2 does not position cascading menus
well at right edge of screen.
3. The s/z carons will appear dissimilar to their
capital counterparts in ISO-885915 fonts.
4. 10.20 HP-UX: AudioCP aborts with BadFont error.
5. Applications with toggle (button or button gadget)
fails when the resource "*enableEtchedInMenu: True"
is set.
6. AWT Choice object frees already freed memory during
instantiation.
7. Timeout callback sometimes never gets called although
it has been registered by XtAppAddTimeOut().
PHSS_21956:
1. XmTextCopy cannot copy control characters to
xclipboard.
2. Cascade button in OptionMenu has incorrect color.
3. Recent X/Motif patch cause a gui hang.
4. File path problem in Motif2.1 and Motif1.2.
5. Java 1.2 application dumps core in FinishDrag().
PHSS_20861:
1. Some of the fonts in iso885915 had double
quotes for Y-diaresis instead of two dots.
2. Warning message "No action proc named secondary-drag
is registered for widget text Drag fails with
button1 in CDE environment" is displayed.
3. ExtractLocaleName() writes to freed memory on
successive calls.
4. Toggle Label in Menu disappears when select
color is equal to foreground color.
5. XGetDefault() default does not malloc() enough
memory.
PHSS_19963:
1. Application core dumps when drag source shell
is destroyed during a drag.
2. Drag icon undestroyed when source shell is
destroyed during a drag.
3. Drag app core dumps when drop shell is
destroyed before releasing mouse.
4. Applications core dump during a drag and drop
operation.
5. Memory leak in DragIconInitialize during a
drag operation.
6. Application is aborted by XSendEvent during
a drag and drop.
7. Source icon hangs when drop site gets destroyed
during data conversion.
8. Drop site coredumps.
9. Xt Selection timeout causes core dump in drop site.
10. Drop site core dumps when drag source gets
destroyed during conversion.
11. XmDropSiteUpdate() fails to change
XmNimportTargets, XmNnumImportTargets.
12. XmTextField widget sets incorrect width based
on XmNcolumns and XmNwidth.
13. Draw Button resize callback runs in a loop.
14. Unable to input Y-diaeresis in ISO8859-15 locale.
15. Missing charsets should be charset names, not
fontset names.
16. R6: XwcTextListToTextProperty fails for
buffer >1024 in ja_JP.SJIS.
17. XGetDefault() doesn't return resources with
multi-segment names.
18. XCreateIC() does not clean up correctly if
creation fails.
19. XCreateFontSet() is slower in X11R6.
20. XOpenDisplay() returns NULL if more than
56 file descriptors in use.
PHSS_19592:
1. Redisplay of a new toggle button with
old one destroyed causes coredump when
the foreground color and select color
are same.
2. X Server memory growth.
3. Error: Object "" does not have windowed
ancestor.
4. XmClipboardRetrieve() hangs when CopyByName
method is used.
PHSS_18012:
1. Java application dumps core.
PHSS_17323:
1. Xserver memory grows.
2. Bookmarks icon overlaps string in Netscape.
3. Java application hangs.
4. Java application coredumps.
5. Java application coredumps.
6. File Xcms.txt is left open across exec calls,
results in lost FD's.
7. All CDE components abort when trying to copy
in zh_eucTW locale.
8. _XlcResolveLocaleName allocates too little
memory, corrupts malloc.
9. Netscape is very slow to load after
PHSS_16617/PHSS_16620.
10. Application aborts in Multidisplay setup.
11. Motif application coredumps when toplevel
widget is destroyed.
12. Keyboard grab is not released.
13. Traversal order is affected.
14. TextField aborts when font is unavailable.
15. Buffer overflow in Xt.
16. Leaks memory with creation of a new widget.
17. Performance degradation and core dump.
PHSS_17331:
1. Introducing iso885915 related changes and new fonts.
PHSS_16617:
1.SetValues on a CascadeButton after destroying the
most recently created cascade button, crashes the
application.
2.Pulldown menu will not stay posted from a cascade
button when its background color is set.
3.I-Beam cusrsor is visible on the frame border on
text widget when the margin width is set to 0.
4.When the mouse double click time is increased, option
menu remains posted if the options are selected
quickly.
5.Cut/paste doesn't work properly under LANG=ja_JP.SJIS
on XmText widget in X11R5.
6.PHSS_11628 Missing charsets in String to FontSet
conversion.
7.XmbTextListToTextProperty has a 1024 item limit in
chinese_s locale.
8.Applications that use XmListDeletePos to update the
list elements in the list widget run slowly due to
server roundtrip in ResetHeight.
9.PHSS_14081 and PHSS_14082 does not create symlinks
.sl files
10./usr/dt/bin/uil is linked again libMrm.1 which is not
shipped.
PHSS_16120:
1. Fixes the defect that caused nonechoing of characters
in XmTextField widget area.
2. Fixes potential problem if a child of XmMainWindow
is destroyed.
3. Fixes the defect in Dtmail of not showing hidden
folders even if the option is selected.
4. Fixes the defect of large timeout from XtAppAddTimeout
which causes infinite select fail loop.
5. Fixes the potential buffer overflow in Xt.
6. This patch includes a number of fixes from
The Open Group which are intended to remove a variety
of potential cases for buffer overflow.
7. Fixes the defect in XOpenDisplay() of not opening
display with server > 99.
8. Fixes the defect that was occured because the
XCreateFontSet(), does not read fontset description
properly with PHSS_11628.
9. Fixes the defect in X/Open Networking of not functioning
correctly in Xlib.
PHSS_15008:
1. PHSS_13871 breaks the automatic resize of the
XmLabel Pixmap.
2. The XmScale can leave dust in the value display area.
3. The background color is not set correctly, if it is set
after creating cascade button and option menu.
4. Motif1.2 code can die if enableetchedInmenu = True.
5. Setting of XBMLANGPATH fails under some conditions.
6. In DDE Rowcolumn with labels is not resizing properly
and is breaking Widget/popup.
PHSS_14534:
1. Fixes the defect that was occured because the
XCreateFontSet() does not read fontset description
properly with PHSS_11628.
2. Fixes the XOpenDisplay() XIO: fatal IO error 19 with
libxnet.sl (X/Open socket).
PHSS_14040:
1. Fixes buffer overflow in hpterm which could be used to
overwrite the stack.
2. Fixes the defect that causes foreground color of the
ToggleButton widgets to set unexpectedly when
XmNindicatorON is FALSE.
3. Fixes core dump resulting from uninitialized keycode.
PHSS_13743:
1. Fixes core dump resulting from invalid pointer in
Cascade Button widget in R5 motif library.
PHSS_13113:
1. Fix defect in Sept. patch that breaks XtGetSelectionValue
for clipboard targets.
2. Fix defect that can cause core dump in X11R5 when display
variable is not correctly set (instead of error message)
3. Fix defect that cause input method to hang in Asian
locales when event type is zero (associated with use of
XSendEvent in X11R6)
4. Fix defect in Sept. patch that can cause core dumps with
use of CascadeButtons.
5. Added and updated files to support Unicode
PHSS_12824:
1. Fixes defect with buttons in CDE apps not being
displayed correctly (introduced by PHSS_12374)
PHSS_12374:
1. Fix problem in XmLabel that results in loss of
justification after text has been updated.
2. Fix defect causing Xserver swap requirements to grow
without bound.
3. Fix defect in XtInitializeWidgetClass() which results in
a NULL reference on MessageBox widget class.
4. Fix defect causing xclients to core dump with bus error
when DISPLAY variable is not set.
PHSS_11628:
1. Fix failure in drag-n-drop within single program that
results from both sending and receiving code trying
to free the same block of memory
2. Fix defect causing application (dthelpview) to hang in
Japanese locale. (R6 only)
3. Fix thread lock defect when obtaining events from a
linked event list (in XtOnGrabList). (R6 only)
PHSS_11048:
1. Fix condition whereby a string copy of an environment
variable could overflow a stack buffer.
2. Fix memory leak in XmScrollBar resulting from
mismatched Get/Install pixmap calls.
3. Fix for incorrect length value being returned by
XmTextFieldGetMaxLength().
4. Fix defect in drag and drop resulting in segmentation
violation when incremental transfer is enabled.
5. Supply error checking for unrecognized characters in
localization converters which otherwise could result
in infinite looping in applications (i.e. dtmail)
6. Fix defect causing application (dtpad) to hang or fail
to start after opening and closing several times (in
ja_JP.SJIS locale).
PHSS_11046:
1. Fix condition whereby a string copy of an environment
variable could overflow a stack buffer.
2. Fix memory leak in XmScrollBar resulting from
mismatched Get/Install pixmap calls.
3. Fix for incorrect length value being returned by
XmTextFieldGetMaxLength().
4. Fix defect in drag and drop resulting in segmentation
violation when incremental transfer is enabled.
PHSS_10789:
1. Fix problem that causes application to dump core when
manipulating popup menus and destroying a menu element
2. Fix core dump created by setting up a TextWidget,
setting highlights, and backspacing twice.
3. TextFieldWidget (but not TextWidget) loses data after
32 characters in Japanese locale and input method.
PHSS_10688:
1. TextFieldWidget (but not TextWidget) loses data after
32 characters in Japanese locale and input method.
PHSS_10480:
1. Fix problem that causes application to dump core when
manipulating popup menus and destroying a menu element.
2. Fix core dump created by setting up a TextWidget,
setting hightlights, and backspacing twice.
PHSS_9814:
1. Fix defect that prevents tearing off a menu more than
once.
2. Fix defect that causes the background of a Toggle
ButtonGadget not to be painted with the appropriate
background color when pushed.
3. Fix defect where launching many X/Motif programs in
rapid succession would cause the Xserver to fail.
4. Fix defect where XmClipboard modifies the event-mask on
the root-window.
5. Fix defect where Motif program dumps core when using
XmListReplaceItemPos and XtSetValues.
6. Fix defect where creating a pixmap button with all bits
set to 0 causes a BadValue error from Motif.
7. Fix defect where the TextField widgets do not resize
properly when a RowColumn parent widget is resized.
8. Fix memory leak where highlighting text continuously
causes the Text widget to consume more and more memory
until the program aborts.
9. Fix defect where a toggle button's background color may
be incorrectly set to indicate "armed" when it is not.
10. Fix defect where parts of a pixmap label may not get
repainted after window resize which can cause visual
errors such as loss of underscore characters.
11. Fix defect where the list widget ignores the specified
fontList resource and uses the (default) fixed font
instead.
12. Fix defect where Motif dumps core if XmTextField is
destroyed while Button2 is being pressed.
13. Fix defect where XmTextField doesn't paste cut buffer
under japanese environment.
14. Fix defect causing Xlib fatal IO error when application
opens more than 64 files.
15. Fix defect causing a core dump when bringing up an index
box with dtHelp.
16. Fix defect preventing paste into text field widget.
PHSS_9812:
1. Fix memory leak where highlighting text continuously
causes the Text widget to consume more and more memory
until the program aborts.
2. Fix defect where a toggle button's background color may
be incorrectly set to indicate "armed" when it is not.
3. Fix defect where parts of a pixmap label may not get
repainted after window resize which can cause visual
errors such as loss of underscore characters.
4. Fix defect where the list widget ignores the specified
fontList resource and uses the (default) fixed font
instead.
5. Fix defect where Motif dumps core if XmTextField is
destroyed while Button2 is being pressed.
6. Fix defect where XmTextField doesn't paste cut buffer
under japanese environment.
7. Fix defect causing Xlib fatal IO error when application
opens more than 64 files.
8. Fix defect preventing paste into text field widget.
PHSS_9778:
1. Fixes core dump due to input context being accessed after
being destroyed.
PHSS_9356:
1. Fixes a defect that only allows menu to be torn off once.
2. Fixes a core dump with the index box in DtHelp.
3. Fixes a core dump when using XmListReplaceItemPos and
XtSetValues.
4. Fixes a defect wherein XmClipboard modifies the event
mask of the root window.
5. Fixes a bug in Motif that causes the X Server to generate
a BadValue error when the client specifies a pixmap
button with all bits 0.
6. Fixes a color problem in the ToggleButtonGadget.
7. Fixes miscolored menus in private colormap apps.
8. Fixes a defect in resizing TexField widgets managed by a
Rowcolumn widget.
PHSS_9194:
1. Attempts to simultaneously open Xserver connections from
many processes may result in "can't open display" error.
2. Fixes problem with string comparisons in making X server
connections when the name for the local host is a subset of
the name for a remote host.
PHSS_9193:
1. Attempts to simultaneously open Xserver connections from
many processes may result in "can't open display" error.
PHSS_8971:
1. Fix problem with infinite recursion in subclassed
list widgets.
PHSS_8710:
1. Applys an X consortium fix to libXt for a potentially
serious problem.
2. Fixes a libX11 R6 problem where DISPLAY was being being
interpreted as :0.0 even when a local hostname was given.
PHSS_8708:
1. Applys an X consortium fix to libXt for a potentially
serious problem.
PHSS_7745:
1. Fix problem with preedit string overwriting
status string.
2. Fix core dumps when IM server dies.
3. Fix for pershell core dump and badwindow problem.
4. Motif menu behavior was broken due to a previous
fix on F10 Key.
5. Remove fprintf from Async I/O error.
6. Fix for "AVS" bug: unexpected interrupt causes
SMT to die.
7. String length is incorrect when status draw
callback.
8. Xlib core dumps when dong STATUS & PREEDIT
callback style.
9. Core dump when the IM returns XIM_ERROR.
PHSS_7743:
1. Fix problem with preedit string overwriting
status string.
2. Fix core dumps when IM server dies.
3. Fix for pershell core dump and badwindow problem.
4. Motif menu behavior was broken due to a previous
fix on F10 Key.
5. Remove fprintf from Async I/O error.
Defect Description:
PHSS_27229:
1. /opt/dce/bin/tclobam aborts after refresh
with > 3000 principals.
Resolution:
The tclobam does not abort when more than
3000 principals are created.
2. aC++ warnings 740 & 749 on X11 headers on casts,
600 with +w.
Resolution:
Added a macro to do a <reinterpret_cast>
when compiling C++.
3. aCC +w "warning 600".
Resolution:
Added function types (or corrected erroneous
ones) where needed.
4. aCC reserved words used in Xlib source
code.
Resolution:
When compiling C++, #ifdef reserved words
to c_"reserved word".
5. XwcTextListToTextProperty() does not handle JISX0212
characters.
Resolution:
One of the conversion routines used in the
eucJP locale had a defect when processing
JISX0212 characters. It properly converted
the characters, but it placed them in a
buffer which did not get returned to the
calling routine. This was modified to
move the converted characters to the
correct buffer.
6. Compound text may be incorrect in zh_HK.big5,
zh_TW.big5 and zh_TW.ccdc.
Resolution:
The routine used to determine the character
length based on the character data was incorrect.
This routine has been fixed to correctly
determine character lengths based on the big5
ranges.
PHSS_25446:
1. $DISPLAY variable set to local:0.0 under
CDE with current libX11.3.
Resolution:
The default transport mechanism for local
clients was restored to the transport used
prior to the July 2001 X/Motif patches.
As a result, the $DISPLAY environment
variable (which is retrieved by XDisplayString())
is no longer modified to local:0.0.
2. VMSA app window is too large to be usable
on Linux display.
Resolution:
GetICValues() was fixed to correctly retrieve
the data located in the XNStatusAttributes
component of the input context.
PHSS_23518:
1. XmRepTypeGetId() returns XmREP_TYPE_INVALID
for XmNinputPolicy
Resolution:
The fix has been made to return the correct id
of a representation type by XmRepTypeGetId()
for XmNinputPolicy.
2. X11R6 libXt calls poll(2) incorrectly
Resolution:
select() is used instead of poll().
3. Toggle button select color is not used
when enableEtchedInMenu is true.
Resolution:
Toggle button select color is used
when enableEtchedInMenu is true.
4. user application dumped a core at _XmGetWidgetExtData.
Resolution:
Validity of widget is passed to _XmGetWidgetExtData
to avoid core dump.
5. Any application on multiple display produces
BadDrawable error.
Resolution:
Any application on multiple display does
not produce BadDrawable error.
6. Memory leak in XmRegisterSegmentEncoding.
Resolution:
Memory leak is fixed.
7. XmList fails to refresh all items
Resolution:
XmList refreshes all items correctly.
8. XtDestroy of half posted popup can corrupt memory
Resolution:
The memory corruption of half posted popup is
corrected during XtDestroy.
9. __DtOSGetHomeDirName() has problem
with processing $HOME
Resolution:
Processing of $HOME in __DtOSGetHomeDirName()
is corrected.
10.Customer cannot input kanji in
text-field on Netscape 4.03.
Resolution:
Defect repaired. Two behaviours are
controlled by an environment variable:
if you want the behaviour of this patch
then do nothing, but if you want the
behavior from before this patch then
define the environment variable
HP_XIMP_NO_SYNC before running the
client program.
11.XFreeFontSet leaks.
Resolution:
The XFreeFontSet leak has been plugged.
12.XmbTextEscapement() can hang in a
Japanese locale.
Resolution:
Clients will no longer hang when they
process characters created in a
different multi-byte character set.
13.Problem in X11/OpenDis.c
Resolution:
Problem in X11/OpenDis.c is resolved.
14.XCreateFontSet() very slow in Japanese
locales with fonts like kanji16.
Resolution:
Performance improved.
15.Slow line drawing in X11R6.
Resolution:
Performance improved.
16.Problem in _XAsyncReply().
Resolution:
Problem in _XAsyncReply() is resolved.
17.Buffer overflows in libICE.
Resolution:
Problem of buffer overflows in libICE
is solved.
18.XHPSendDdxDriverMsg() needs extra
SyncHandle()
Resolution:
Call to SyncHandle() added.
19.XCreateFontSet() with invalid
base_font_name can incorrectly free()
memory.
Resolution:
XCreateFontSet() has additional
information to detect invalid
base_font_name and avoid the unnecessary
free().
PHSS_22944:
1. Motif uses stat() where it should use stat64().
Resolution:
stat64 is used in motif to support large files
more than 2GB in 32-bit.
2. Motif 1.2 does not position cascading menus
well at right edge of screen.
Resolution:
Positioning of cascade menus is corrected at the right
edge of the screen in Motif1.2.
3. EUDelta: ISO-885915: s/z-carons upper/lower case
appear dissimilar.
Resolution:
This fix will display the s/z carons similar in
appearance to their capital counterparts in ISO-885915
fonts.
4. 10.20 HP-UX: AudioCP aborts with BadFont error.
Resolution:
Font is set in the GC so that Bad Font error doesn't
occur.
5. ToggleButton, ToggleButtonGadget failure with
*enableEtchedInMenu: True
Resolution:
The appropriate valueMask has been set so that
Bad Font error does not occur.
6. AWT Choice object frees already freed memory
during instantiation.
Resolution:
Old pointer value is retained using a temporary
variable so that proper memory is freed.
7. XtAppAddTimeOut() callback eventually fails
to get called.
Resolution:
Problem is rectified by avoiding the removal of
wrong timer.
PHSS_21956:
1. dtpad cut&paste; cannot copy control characters.
Resolution:
XmTextCopy has been changed to copy control characters
also.
2. Cascade button in OptionMenu has incorrect color.
Resolution:
GC value for Cascade button gadget is updated to get
the correct color.
3. Recent X/Motif patch cause a gui hang.
Resolution:
Pull down menu hang is corrected.
4. File path problem in Motif2.1 & Motif1.2.
Resolution:
Absolute paths are used.
5. Java 1.2 application dumps core in FinishDrag().
Resolution:
NULL pointer check is implemented in drag context to
avoid core dump.
PHSS_20861:
1. EUDelta: 885915: Y-diaresis has dbl-quote
instead of 2 dots above Y.
Resolution:
The fix was made by making changes to the iso885915
fonts where Y-diaresis had double-quotes instead of
two dots.
2. Incorrect XmTextField Drag and Drop behavior.
Resolution:
secondary-drag is defined in the action table.
3. ExtractLocaleName() writes to freed memory on
successive calls.
Resolution:
Memory check is modified to avoid freed memory
handling.
4. Menu items in audio control may be blank.
Resolution:
Redundant condition check for forground and select
color has been avoided to display correct toggle label
color.
5. XGetDefault() default does not malloc() enough memory.
Resolution:
Fixed memory allocation to account for proper
memory length.
PHSS_19963:
1. Application core dumps when drag source shell is
destroyed during a drag.
Resolution:
This defect is fixed by adding destroy callback with
drag source shell to cancel drag operation.
2. Drag icon undestroyed when source shell is destroyed
during a drag.
Resolution:
Fix has been made to destroy the source icon even if
current receiver shell is null in drag finish action.
3. Drag app core dumps when drop shell is destroyed
before releasing mouse.
Resolution:
A check has been provided to cancel drag if destination
shell is being destroyed.
4. Applications core dump during a drag and drop
operation.
Resolution:
The solution for the defect is to remove the reference
to the bad drag context from source shell during a
successive drag operation.
5. Memory leak in DragIconInitialize during a
drag operation.
Resolution:
Size allocation for image is removed to avoid memory
leak.
6. Application is aborted by XSendEvent during a
drag and drop.
Resolution:
Local error message handler is implemented to avoid
aborts. No warning message is printed.
7. Source icon hangs when drop site gets destroyed
during data conversion.
Resolution:
To avoid this defect, destroy callback is added to
drop shell to terminate the transfer when the shell
is destroyed. Shell being destroyed is also checked at
few places.
8. Remove timeout before drop site destroy.
Resolution:
Time out removed in destroy shell callback.
9. Xt Selection timeout causes core dump in drop site.
Resolution:
Destroy callback is added in Xt to remove the time out
when the application shell gets destroyed. Application
shell being destroyed is also checked.
10. Drop site core dumps when drag source gets
destroyed during conversion.
Resolution:
The core dump is protected by adding being destroyed
check on drag context and a destroy callback to
terminate transfer.
11. XmDropSiteUpdate() fails to change
XmNimportTargets, XmNnumImportTargets
Resolution:
Fix has been made to update targets in target
table while using XmDropSiteUpdate().
12. XmTextField widget incorrect width based on
XmNcolumns and XmNwidth
Resolution:
A new variable initial_width is added to hold the
width of the widget. This is used in geometry
management when the columns are unspecified.
If both width and columns are specified, width
takes preference.
13. A function that is called by XtAddCallback() keeps
calling.
Resolution:
Redundant calls to Draw button resize callbacks
have been arrested.
14. Unable to input Y-diaeresis in ISO8859-15 locale.
Resolution:
Fixed character Compose routine to work for this
symbol in ISO8859-15 locale.
15. Missing charsets should be charset names, not
fontset names.
Resolution:
Fixed code in XCreateFontSet() to use charset name
(if it exists) before using fontset name.
16. R6: XwcTextListToTextProperty fails for
buffer >1024 in ja_JP.SJIS.
Resolution:
Fix auto-decrement to perform length
calculations correctly.
17. XGetDefault() doesn't return resources
with multi-segment names.
Resolution:
Modify XGetDefault() to correctly parse
out "tight" bindings of multi-segment
resource names.
18. XCreateIC() does not clean up correctly
if creation fails.
Resolution:
Unregister the input method filter if creation
fails.
19. XCreateFontSet() is slower in X11R6.
Resolution:
Modified XCreateFontSet() to prevent it
from going through a block of code unnecessarily
under certain circumstances.
20. XOpenDisplay() returns NULL if more
than 56 file descriptors in use.
Resolution:
Removed restriction on OPEN_MAX (60) file
descriptors.
PHSS_19592:
1. HP-RT ADMrt failed coredump after
PHSS_16120 X/Motif patch is installed.
Resolution:
Extension GC is updated to new using
GetExtension.
2. Motif causing Xserver memory to
grow when creating/destroying widgets.
Resolution:
X Server memory growth arrested with
correct use of pixmap caching call.
3. Error: Object "" does not have windowed
ancestor.
Resolution:
dsm checked for null before destroy.
No error message.
4. XmClipboardRetrive() sometimes goes hang
when by CopyByName method
Resolution:
XmClipboardEndCopy had been modified to
avoid a bad loop during clean up.
PHSS_18012:
1. Asynchronous destroy of MenuShell in a cascading
popup causes coredumps.
Resolution:
Changes done in Xm library to avoid application
crash when asynchronous destroy of MenuShell widgets.
PHSS_17323:
1. Motif application causes Xserver memory to grow cont-
inuously.
Resolution:
This fix ensures that the pixmap created for stipple
operations in XmScrollBar is cached. Hence multiple
create/destroy of ScrollBar ensures that Xserver memory
is not consumed.
2. Bookmarks icon overlaps string in Netscape.
Resolution:
Netscape bookmarks won't have the pixmaps overlapping
the text portion.
3. Destroy of cascade buttons before submenu popdowns
could cause application hang.
Resolution:
The fix is specific to Java Popup Menus. With this
fix there is a reduced risk of Popup Menus causing
application hangs when the cascade buttons are
destroyed in multiple threads.
4. Java popup menus using multiple cascade coredumps.
Resolution:
The fix is specific to Java Popup Menus. With this
fix there is a reduced risk of Popup Menus causing
application core dumps using multiple cascades.
5. Java application coredumps when submenu of
Popupmenu is destroyed.
Resolution:
The fix is specific to Java Popup Menus. With this
fix there is a reduced risk of Popup Menus causing
application core dumps when submenus get destroyed
in a multithreaded environment.
6. File Xcms.txt is left open across exec calls,
results in lost FD's.
Resolution:
libX11.1 now closes the file descriptor for this
file.
7. All CDE components abort when trying to copy in
zh_eucTW locale.
Resolution:
conversion routine for eucTW fixed in libX11.2.
8. _XlcResolveLocaleName allocates too little
memory, corrupts malloc.
Resolution:
memory allocation corrected in libX11.2.
9. Netscape is very slow to load after
PHSS_16617/PHSS_16620.
Resolution:
XCreateFontSet() now uses XListFonts() in libX11.1.
10. Multidisplay application with togglebutton
generated badmatch when the indicator visual
is 'check' and the toggle buttons on all the
screens are selected.
Resolution:
This defect is fixed by creating different
pixmaps of check mark for different screens
in the Initialize procedure of cascade
button.
11. Motif application coredumps when the toplevel
widget with text widget as child is destroyed
before the event loop is encountered.
Resolution:
The defect is fixed by adding a destroy callback
on dsm(drop site manager) which removes the
timeout procedure before destroying dsm. This
prevents referencing of the dsm after it is
destroyed in the timeout procedure.
12. XmText grabs the keyboard if both button 1 and
button 2 are pressed.
Resolution:
The fix was to disable a flag if button1 is
released while button2 is pressed. If the flag
is unset, keyboard grab is released.
13. Keyboard traversal does not work correctly after
resizing the window.
Resolution:
The fix ensures correct traversal behaviour for
children inside a ScrollWindow. The traversal
behaviour was influenced by the position of the
scrollbar. When the focus leaves and comes back
to the application, traversal hierarchy is
recreated and was influenced by the position of
the scrollbar. The fix was to handle negative
values for the children.
14. Motif applications aborts when displaying to a
Sun running CDE.
Resolution:
Font list in Text Field had an invalid memory
address when specified font was unavailable. The
default value is set to null and converter set
to XmRImmediate.
15. Buffer overflow in Xt.
Resolution:
Buffer overflow has been prevented by structure
fields initialization. Changes from the TOG.
16. Memory leak in Motif1.2 libXm.1 and libXm.2.
Resolution:
The fix was to enable font list caching. In its
absence applications leak memory if they create
and destroy widgets continuously. Also this fix
improves performance.
17. Event handlers in Popups cause performance
degradation and coredump in Java Popup Menus.
Resolution:
The fix is specific to Java Popup Menus. With this
fix Popup Menus show an improved performance and
don't core dump under stressed conditions.
PHSS_17331:
1. Introducing iso885915 related changes and new fonts.
Resolution:
Introducing euro related changes in X/Motif - new fonts
are delivered in this patch.
PHSS_16617:
1.SetValues on a CascadeButton after destroying the
most recently created cascade button, crashes the
application.
2.Pulldown menu will not stay posted from a cascade
button when its background color is set.
3.I-Beam cusrsor is visible on the frame border on
text widget when the margin width is set to 0.
4.When the mouse double click time is increased, option
menu remains posted if the options are selected
quickly.
5.Cut/paste doesn't work properly under LANG=ja_JP.SJIS
on XmText widget in X11R5.
6.PHSS_11628 Missing charsets in String to FontSet
conversion.
7.XmbTextListToTextProperty has a 1024 item limit in
chinese_s locale.
8.Applications that use XmListDeletePos to update the
list elements in the list widget run slowly due to
server roundtrip in ResetHeight.
9.PHSS_14081 and PHSS_14082 does not create symlinks
.sl files
10./usr/dt/bin/uil is linked again libMrm.1 which is not
shipped.
PHSS_16120:
See associated defect reports for explanation.
PHSS_15008:
See associated defect reports for explanation.
PHSS_14534:
See associated defect reports for explanation.
PHSS_14040:
See associated defect reports for explanation.
PHSS_13743:
See associated defect reports for explanation.
PHSS_13113:
See associated defect reports for explanation.
PHSS_12824:
See associated defect reports for explanation.
PHSS_12374:
See associated defect reports for explanation.
PHSS_11628:
See associated defect reports for explanation.
PHSS_11048:
See associated defect reports for explanation.
PHSS_11046:
See associated defect reports for explanation.
PHSS_10789:
See associated defect reports for explanation.
PHSS_10688:
See associated defect reports for explanation.
PHSS_10480:
See associated defect reports for explanation.
PHSS_9814:
See associated defect reports for explanation.
PHSS_9812:
See associated defect reports for explanation.
PHSS_9778:
See associated defect reports for explanation.
PHSS_9356:
See associated defect reports for explanation.
PHSS_9194:
See associated defect reports for explanation.
PHSS_9193:
See associated defect reports for explanation.
PHSS_8971:
See associated defect reports for explanation.
PHSS_8710:
See associated defect reports for explanation.
PHSS_8708:
See associated defect reports for explanation.
PHSS_7745:
See associated defect reports for explanation.
PHSS_7743:
See associated defect reports for explanation.
SR:
8606228281 8606195208 8606223082 8606223083 8606218982
8606250225 8606217384 8606206153 1653199067 1653305649
8606109954 8606189804 8606165143 8606178335 8606181392
8606181931 8606184211 8606125034 8606136372 8606135039
8606145270 8606178070 8606127523 8606145273 8606188614
8606188843 8606201477 8606147293 8606156789 5003371278
8606124667 8606144972 8606166941 5003340836 5003441501
8606133112 8606137752 8606144589 8606103851 8606124975
5003320218 8606126015 1653106443 5003450940 5003454470
5003452326 5003459289 5003459495 5003466342 8606106085
1653303917 1653303719 5003452490 1653300525 5003454462
1653277608 5003448381 5003444000 5003445783 1653278473
1653285460 5003378281 1653264515 5003439984 5003379560
1653198150 5003366054 1653251488 1653230441 5003398248
1653258061 5003432005 1653261891 1653219345 5003410654
5003426346 4701392571 4701394452 4701394478 4701392506
4701392514 4701392563 4701392605 4701392530 4701392548
4701392555 4701394197 4701394981 4701394965 4701394973
4701395723 5003413237 1653227686 1653242164 5003410951
1653253625 4701384677 1653250662 1653227686 1653242164
1653227991 1653229641 1653237479 4701374397 5003390476
5003388009 1653215095 1653220525 1653226076 5003366336
5003375428 1653215996 4701349183 1653210955 1653208918
1653211193 1653204339 1653210344 1653163568 1653182675
1653186494 1653186890 1653188151 1653189878 1653190744
1653194167 1653197129 1653198051 1653201855 4701335323
4701341487 4701346460 5003312652 5003314005 5003337147
5003344531 5003347922 5003334987 5003351882 5003360776
Patch Files:
/usr/lib/X11R5/libX11.1
/usr/lib/X11R5/libXhp11.1
/usr/lib/X11R5/libXt.1
/usr/lib/Motif1.2/libXm.1
/usr/lib/Motif1.2/libMrm.1
/usr/lib/X11/fs/libfont.1
/usr/lib/X11R6/libICE.1
/usr/lib/X11R6/libX11.2
/usr/lib/X11R6/libXIE.1
/usr/lib/X11R6/libXhp11.2
/usr/lib/X11R6/libXext.2
/usr/lib/X11R6/libXi.2
/usr/lib/X11R6/libXtst.1
/usr/lib/X11R6/libXt.2
/usr/lib/Motif1.2_R6/libXm.2
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_5x7.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x14.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x14B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_8x13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_9x15.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_9x15B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys14.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys17.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys23.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys26.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user12x23.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user12x23B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14x26B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user16.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user16B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user17.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user17B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user19B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user23.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user23B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user26.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user26B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x14B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x16.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user7x17.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x16.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x16B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user9x17.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/fonts.alias
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14x26.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_10x20.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x10.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_8x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys16.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x14.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user9x17B.pcf.Z
what(1) Output:
/usr/lib/Motif1.2/libXm.1:
OSF/Motif Version 1.2.6
X Window System, Version 11 R5+ HP-UX B.10.10.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 20:25:51 IST 2002)
/usr/lib/Motif1.2/libMrm.1:
X Window System, Version 11 R5+ HP-UX B.10.10.00 Oct
1999 Patch Release
(build date: Mon Oct 4 08:54:48 MDT 1999)
/usr/lib/Motif1.2_R6/libXm.2:
OSF/Motif Version 1.2.6
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 21:52:13 IST 2002)
/usr/lib/X11/fs/libfont.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Sep
1998 X/Motif Periodic Patch Release
(build date: Tue Aug 4 03:52:24 MDT 1998)
/usr/lib/X11/fonts/iso_8859.15/75dpi/fonts.alias:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_10x20.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_5x7.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x13B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x13B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x14.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_8x13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_8x13B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_9x15.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_9x15B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys14.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys23.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_sys26.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user12x23.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user12x23B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user13B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14x26B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user16B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user17B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user19B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user23.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user23B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user26.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user26B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x14.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x14B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user7x17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x16B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user8x19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user9x17B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user9x17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x14B.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14x26.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x10.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19.pcf.Z:
None
/usr/lib/X11R5/libX11.1:
X Window System, Version 11 R5+ HP-UX B.10.10.00 Jul
y 2001 Patch Release
(build date: Tue Jun 19 15:21:12 IST 2001)
/usr/lib/X11R5/libXhp11.1:
$Revision: 1.4 $
Built for: 10.10 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R5
(build date: Mon Dec 7 11:43:35 MST 1998)
/usr/lib/X11R5/libXt.1:
X Window System, Version 11 R5+ HP-UX B.10.10.00 Aug
ust 2000 Patch Release
(build date: Wed Aug 16 01:19:00 IST 2000)
/usr/lib/X11R6/libX11.2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 19:03:25 IST 2002)
/usr/lib/X11R6/libXext.2:
Built for: 10.20 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 19:27:38 MDT 1999)
/usr/lib/X11R6/libXhp11.2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 2001 Patch Release
(build date: Wed Jun 13 15:29:24 IST 2001)
/usr/lib/X11R6/libXi.2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 19:39:17 IST 2002)
/usr/lib/X11R6/libICE.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 19:08:57 IST 2002)
/usr/lib/X11R6/libXIE.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 19:34:54 IST 2002)
/usr/lib/X11R6/libXtst.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 X/M
otif Periodic Patch Release
(build date: Fri Jun 7 19:39:47 IST 2002)
/usr/lib/X11R6/libXt.2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 15:25:58 IST 2001)
cksum(1) Output:
1055931025 2301952 /usr/lib/Motif1.2/libXm.1
162322526 196608 /usr/lib/Motif1.2/libMrm.1
3603736095 2326528 /usr/lib/Motif1.2_R6/libXm.2
388764708 290816 /usr/lib/X11/fs/libfont.1
3181463229 5821 /usr/lib/X11/fonts/iso_8859.15/75dpi/
fonts.alias
3531204846 5732 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_10x20.pcf.Z
3063936058 4217 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_5x7.pcf.Z
598480739 4994 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_6x13.pcf.Z
3608134708 4796 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_6x13B.pcf.Z
2485681351 5441 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_7x13.pcf.Z
397843369 5342 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_7x13B.pcf.Z
1038713884 5336 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_7x14.pcf.Z
3263708130 5411 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_8x13.pcf.Z
1742845688 5442 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_8x13B.pcf.Z
2558542047 6045 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_9x15.pcf.Z
440238363 6125 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_9x15B.pcf.Z
2627227868 5515 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys13.pcf.Z
215480103 5684 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys14.pcf.Z
3662157065 5821 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys16.pcf.Z
108254264 6074 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys17.pcf.Z
3904508416 6551 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys19.pcf.Z
106645826 7001 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys23.pcf.Z
3911309062 7630 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys26.pcf.Z
1101689143 8239 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user11x19B.pcf.Z
200771172 8666 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user12x23.pcf.Z
35066654 8845 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user12x23B.pcf.Z
3344276470 6435 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user13.pcf.Z
1470944805 6547 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user13B.pcf.Z
2681842233 6629 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user14.pcf.Z
3515697480 6718 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user14B.pcf.Z
2526607718 9424 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user14x26B.pcf.Z
4177205777 7085 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user16.pcf.Z
1208602168 7215 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user16B.pcf.Z
1392628183 7457 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user17.pcf.Z
795430099 7457 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user17B.pcf.Z
1274678912 7972 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user19.pcf.Z
1413494322 8137 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user19B.pcf.Z
2052972203 8582 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user23.pcf.Z
2319093276 8826 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user23B.pcf.Z
2173200294 9105 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user26.pcf.Z
3824253094 9298 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user26B.pcf.Z
333432968 6146 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user6x13.pcf.Z
2655188882 6265 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user6x13B.pcf.Z
2828306365 6245 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user6x14.pcf.Z
1718455574 6383 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user6x14B.pcf.Z
2978441319 6785 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user6x16.pcf.Z
3781754572 7085 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user7x17.pcf.Z
646909812 7201 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user8x16.pcf.Z
2450127494 7287 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user8x16B.pcf.Z
700757385 7462 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user8x19.pcf.Z
711215460 7004 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user9x17B.pcf.Z
645884797 7435 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user9x17.pcf.Z
2619890835 5234 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_7x14B.pcf.Z
513519885 9233 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user14x26.pcf.Z
3162639883 4829 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_6x10.pcf.Z
2002498103 8205 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user11x19.pcf.Z
1941724096 851968 /usr/lib/X11R5/libX11.1
3442655101 81920 /usr/lib/X11R5/libXhp11.1
1325092991 421888 /usr/lib/X11R5/libXt.1
3786247925 1359872 /usr/lib/X11R6/libX11.2
3975407604 110592 /usr/lib/X11R6/libXext.2
4270718079 69632 /usr/lib/X11R6/libXhp11.2
3425397343 61440 /usr/lib/X11R6/libXi.2
58759231 122880 /usr/lib/X11R6/libICE.1
550799879 94208 /usr/lib/X11R6/libXIE.1
3856470140 32768 /usr/lib/X11R6/libXtst.1
4222131366 483328 /usr/lib/X11R6/libXt.2
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_7743 PHSS_7745 PHSS_8708 PHSS_8710 PHSS_8971 PHSS_9193
PHSS_9194 PHSS_9356 PHSS_9778 PHSS_9812 PHSS_9814 PHSS_10480
PHSS_10688 PHSS_10789 PHSS_11046 PHSS_11048 PHSS_11628 PHSS_12374
PHSS_12824 PHSS_13113 PHSS_13743 PHSS_14040 PHSS_14534 PHSS_15008
PHSS_16120 PHSS_16617 PHSS_17331 PHSS_17323 PHSS_18012 PHSS_19592
PHSS_19963 PHSS_20861 PHSS_21956 PHSS_22944 PHSS_23518 PHSS_25446
Equivalent Patches:
PHSS_27230:
s700: 11.00
s800: 11.00
PHSS_27234:
s700: 11.11
s800: 11.11
Patch Package Size: 9090 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHSS_27229
5a. For a standalone system, run swinstall to install the
patch:
swinstall -x autoreboot=true -x match_target=true \
-s /tmp/PHSS_27229.depot
By default swinstall will archive the original software in
/var/adm/sw/patch/PHSS_27229. If you do not wish to retain a
copy of the original software, you can create an empty file
named /var/adm/sw/patch/PATCH_NOSAVE.
WARNING: If this file exists when a patch is installed, the
patch cannot be deinstalled. Please be careful
when using this feature.
It is recommended that you move the PHSS_27229.text file to
/var/adm/sw/patch for future reference.
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_27229.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions:
1. On installation of this patch the libraries, libICE.2,
libXIE.2, libXtst.2, libXp.2 will be permanently
removed from the system, if they exist.
2. This patch lifts the restriction which requires the
DISPLAY value (or -display parameter) be less than or
equal to 99 (i.e. hostname:99). Users are strongly
cautioned that they may collide with other well-defined
services if they try to connect to any random display
value.
3. The memory leaks reported in Xt against SR 1653243915
have been partially fixed.
-----End of Document ID: PHSS_27229------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]