 |
» |
|
|
 |
 |
 |
|
|
 |
|
Patch Name: PHSS_25881
Patch Description: s700_800 11.11 X/Motif Runtime JAN2002 Periodic Patch
Creation Date: 02/01/15
Post Date: 02/02/01
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
X11.X11R5-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
X11.MOTIF-SHLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
X11.X11R6-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
X11.X11-FONT-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
X11.X11-FONT-AUX,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
X11.X11-TCH-B-MSG,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: No
Status: General Superseded
Critical: No
Category Tags:
defect_repair enhancement general_release
Path Name: /hp-ux_patches/s700_800/11.X/PHSS_25881
Symptoms:
PHSS_25881:
1. Text/TextF Destroy method should cancel
timeout id in BrowseScroll().
2. Motif Text widget and TextField widget have
inconsistent behaviour after losingFocus event.
3. Motif 2.1 applications abort when displaying
to a Sun dual screen system.
4. XmToggleButton in PopupMenu does not call
XmNvalueChangedCallback.
5. Motif2.1 scrolled window problems
(for example, in dtfile).
6. Copy-paste of multibyte characters in Text/TextField
adds a junk character.
7. "*fontList" and "*defaultFontList" resources cause
core dump.
8. Motif 2.1: XmStringConcat does not function
correctly.
9. DtTerm does not output the correct escape sequence
of F1 & F10 on Non HP Xserver.
10.Frame does not allow to set the
XmNheight/XmNwidth for its children.
11.Motif Libs & using keyboard navigation cores at
X11/R6 1.2 & 2.1.
12.Focus goes on parent frame when modal
child dialog is active.
13.aCC - Compiler warning in Motif header files
BulletinBP.h, XmP.h and IntrinsicP.h.
14.New Greek chars support in iso88597 fonts.
15.Using XSelectExtensionEvent() within a 64-bit application
does not actually select any XInput extension events.The
same application compiled in 32-bit mode, however, will
properly select the desired events.
16.A user is not able to input the Euro
symbol in Greek locales.
17.C++ compiler warnings 740 and 749.
18.C++ compiler warning 600 when +w enabled.
19.C++ compiler errors due to reserved C++
words.
20.Some of the message catalog files for XClients
are missing in zh_HK.big5 locale.
PHSS_25449:
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.
3. Without an Xlib that supports the GB18030 locale,
attempts to run X-based applications in a GB18030
locale will generate an error message denoting
that GB18030 is not supported, and Xlib will default
to the C locale.
4. Overlap text string after installed PHSS_23520 .
5. Text not displayed.
6. Client program hangs.
7. Memory leak when using XFreeFontSet.
8. Problem in X11/OpenDis.c.
9. Poor performance.
10.Poor performance.
11.Problem in _XAsyncReply().
12.Incorrect image data.
13.Memory checking utilities will detect
error.
PHSS_24386:
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. Parsing problem for tab character in XmString.
5. user application dumped a core at _XmGetWidgetExtData.
6. Any application on multiple display produces
BadDrawable error when both attributes.
colormap and the display parameter passed
to XCreatePixmap() are set incorrectly.
7. Motif traits should be inherited by subclasses.
8. Memory leak in XmRegisterSegmentEncoding.
9. XmList fails to refresh all items.
10.XtDestroy of half posted popup can corrupt memory
11.Motif application can crash when there is
a tear off and parent widget is NULL.
12.Missing vertical scroll bar in a scrolled text
widget when created using XmCreateScrolledText
13.Toggle button in Motif2.1 is small in size when
its label string is NULL.
14.PHSS_21959 causes Oracle Forms application to fail
XmClipboardUnlock().
15.Motif2.1 CascadeB/BG double caches arrow pixmaps,
fails on XFreePixmap.
16.__DtOSGetHomeDirName() has problem with
processing $HOME
17.Application Core dumps when clicked
on a MenuShell with zero item
18.When using motif 64 bit libraries on
HP-UX 11.0, the scrolled list top item
increments by one each time it is set.
19.Applications using the motif XmFileSelectionBox
widget fail to show any large files(>2GB).
20. Resize of dialog causes segmentation fault
in XtIsSubClass (Motif 2.1)
21.Motif 1.2 does not position cascading menus
well at right edge of screen
22.The s/z carons will appear dissimilar to their
capital counterparts in ISO-885915 fonts
23.Motif2.1 XmToggleButton unselectColor not properly
updated by background
24.10.20 HP-UX: AudioCP aborts with BadFont error.
25.Applications with toggle (button or button gadget)
fails when the resource "*enableEtchedInMenu: True"
is set.
26.DtSpinBox aborts with the error "Object "" does
not have windowed ancestor"when a drag is initiated
with both left and middle button.
27.Timeout callback sometimes never gets called although
it has been registered by XtAppAddTimeOut()
28.LookupSpringLoaded fails to unlock the process,
causes threaded applications to hang
29.libMrm.1 missing in 11.11
30.Buffer overflows in libICE.
31.Threads applications calling this
routine might not flush properly
if this routine reaches an error
condition.
Defect Description:
PHSS_25881:
1. TextF Destroy method should cancel text.select_id
timeout.
Resolution:
Text/TextF Destroy method removes
timeout id in BrowseScroll().
2. Motif Text widget has inconsistent behaviour
after losingFocus event.
Resolution:
For Motif Text widget and TextField widget
to have consistent behaviour after losing
Focus event, losing focus callback event
is invoked only when activate callback
is called.
3. Motif 2.1 applications abort when displaying
to a Sun dual screen system.
Resolution:
Motif 2.1 applications correctly display to a Sun dual
screen system by calling XtGetSelectionValue() only
with realized widget.
4. XmToggleButton in PopupMenu does not call
XmNvalueChangedCallback.
Resolution:
By testing visibility of Toggle button before invoking
menuSTrait->buttonPopdown, XmNvalueChangeCallback is called.
5. Motif2.1 scrolled window problems
(for example, in dtfile).
Resolution:
Motif2.1 scrolled window problem is
rectified.
6. Copy-paste of Japanese characters in Java,
awt.TextField pastes.
Resolution:
The problem with Copy-paste of multibyte characters
in Text/TextField is rectified.
7. "*fontList" and "*defaultFontList" resources cause
core dump.
Resolution:
Application having both "*fontList" and "*defaultFontList"
resources works fine.
8. Motif 2.1: XmStringConcat does not function
correctly.
Resolution:
The XmStringConcat function works correctly.
9. DtTerm does not output the correct escape sequence
of F1 & F10 on Non HP Xserver.
Resolution:
DtTerm outputs the escape sequence F1 & F10 correctly
on Non HP Xserver.
10.Frame does not allow to set the XmNheight/XmNwidth
for its children.
Resolution:
Compute Frame's width and height according
to the width and height values of the title
object (child of Frame) set within the
application.
11.Motif Libs & using keyboard navigation cores
at X11/R6 1.2 & 2.1.
Resolution:
Motif Libs & using keyboard navigation
works fine with X11/R6 2.1.
12.Focus goes on parent frame when modal
child dialog is active.
Resolution:
Focus does not go on parent frame when
modal child dialog is active.
13.aCC - Compiler warning in Motif header files -
BulletinBP.h, XmP.h and IntrinsicP.h.
Resolution:
Reinterpretcasting is applied for Motif header files
BulletinBP.h, XmP.h and IntrinsicP.h.
14.New Greek chars support in iso88597 fonts.
Resolution:
Added new characters in all font files
for Greek.
15.XSelectExtensionEvent() does not work properly in 64-bit
applications.
Resolution:
Fixed the code in XSelectExtensionEvent() to use the
proper data decoding macro when placing data on the
request buffer that is sent to the Xserver. The new
macro properly decodes the XEventClass data as 64-bit
data when the application is compiled in 64-bit mode.
As a result, the XEventClass data appears in the correct
location in the data stream that is sent to the Xserver.
16.ER: Please add input support to Xlib for
the Euro symbol in Greek locales.
Resolution:
The input-processing code for the Greek
locale was modified to accept the Euro
symbol.
17.aC++ warnings 740 & 749 on X11 headers on casts,
600 with +w.
Resolution:
Added a macro to do a <reinterpret_cast>
when compiling C++.
18.aCC +w "warning 600".
Resolution:
Added function types (or corrected erroneous
ones) where needed.
19.aCC reserved words used in Xlib source
code.
Resolution:
When compiling C++, #ifdef reserved words
to c_"reserved word".
20.The xinit cmd is missing zh_HK.big5 message
catalog file.
Resolution:
Required links are provided in zh_HK.big5
locale.
PHSS_25449:
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.
3. ER: Please add internal support for
GB18030 character set.
Resolution:
Internal support for the zh_CN.gb18030
locale was added to Xlib.
4. Overlap text string after installed PHSS_23520.
Resolution:
Overlap of text string after installing PHSS_23520
is rectified.
5. 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.
6. 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.
7. XFreeFontSet leaks.
Resolution:
The XFreeFontSet leak has been plugged.
8. Problem in X11/OpenDis.c
Resolution:
Problem in X11/OpenDis.c is resolved.
9. XCreateFontSet() very slow in Japanese
locales with fonts like kanji16.
Resolution:
Performance improved.
10.Slow line drawing in X11R6.
Resolution:
Performance improved.
11.Problem in _XAsyncReply().
Resolution:
Problem in _XAsyncReply() is resolved.
12.XGetPixel() - wrong values on 64bit OS
when using 24bit image data from LSB
Xserver.
Resolution:
Method of retrieving image data
corrected.
13.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_24386:
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. Missing space in error message.
Resolution:
Parsing of tab characters in XmString
is corrected.
5. user application dumped a core at _XmGetWidgetExtData.
Resolution:
Validity of widget is passed to _XmGetWidgetExtData
to avoid core dump.
6. Any application on multiple display produces
BadDrawable error.
Resolution:
Any application on multiple display does
not produce BadDrawable error.
7. Motif traits should be inherited by subclasses.
Resolution:
Motif traits are inherited by subclassses.
8. Memory leak in XmRegisterSegmentEncoding.
Resolution:
Memory leak is fixed.
9. XmList fails to refresh all items
Resolution:
XmList refreshes all items correctly.
10.XtDestroy of half posted popup can corrupt memory
Resolution:
The memory corruption of half posted popup is
corrected during XtDestroy.
11. Motif application crashes when there is
a tear off.
Resolution:
The Motif tear off problem is corrected.
12.Automatic setting of XmNeditMode by
XmCreateScrolledText on 11.0 OS
Resolution:
XmNeditMode resource of the text widget is
automatically set to avoid the unwanted
behaviour
13.dtfile permissions dialog displays small
togglebuttons.
Resolution:
The problem with the size of the toggle button
is corrected when its label string is NULL.
14.PHSS_21959 causes Oracle Forms application to
fail XmClipboardUnlock()
Resolution:
The problem with XmClipboardStartRetrieve() is
corrected by avoiding XmClipboardUnlock() call.
15.Motif2.1 CascadeB/BG double caches arrow pixmaps,
fails on XFreePixmap
Resolution:
The problem with XFreePixmap in CascadeB/BG
is corrected.
16.__DtOSGetHomeDirName() has problem
with processing $HOME
Resolution:
Processing of $HOME in __DtOSGetHomeDirName()
is corrected.
17.Application Core dumps when clicked
on a MenuShell with zero item
Resolution:
The problem in MenuShell with zero item
is corrected.
18.scrolled list increments when using 64-bit
libraries
Resolution:
scrolled list increment problem is solved
in 64-bit by avoiding truncation of the
pointer.
19.Motif uses stat() where it should
use stat64()
Resolution:
stat64 is used in motif to support
large files more than 2GB in 32-bit.
20.Resize of dialog causes segmentation fault
in XtIsSubClass (Motif 2.1)
Resolution:
The problem with resizing of dialog is corrected.
21.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.
22.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.
23.Motif2.1 XmToggleButton unselectColor not properly
updated by background
Resolution:
unselectColor is properly updated after the fix in toggle
button widget and toggle button gadget.
24.10.20 HP-UX: AudioCP aborts with BadFont error.
Resolution:
Font is set in the GC so that Bad Font error doesn't occur
25.ToggleButton, ToggleButtonGadget failure with
*enableEtchedInMenu: True
Resolution:
The appropriate valueMask has been set so that
Bad Font error does not occur
26.DtSpinBox
Resolution:
The error is eliminated by checking for
drag_context not to be NULL.
27.XtAppAddTimeOut() callback eventually fails
to get called
Resolution:
Problem is rectified by avoiding the removal
of wrong timer.
28.libXt.3: process_lock not always released
in LookupSpringLoaded
Resolution:
Threaded application hang is avoided by
unlocking the process.
29.libMrm.1 missing in 11.11
Resolution:
libMrm.1 is delivered in 11.11
30.Buffer overflows in libICE.
Resolution:
Problem of buffer overflows in libICE
is solved.
31.XHPSendDdxDriverMsg() needs extra
SyncHandle()
Resolution:
Call to SyncHandle() added.
SR:
8606185743 8606181215 8606185790 8606217378 8606135563
8606208244 8606217972 8606201469 8606198865 8606212385
8606167018 8606207874 8606228696 8606226560 8606223919
8606228687 8606195208 8606223082 8606223083 8606197897
8606217384 8606206153 8606221763 8606221764 8606125034
8606135039 8606136372 8606145270 8606178070 8606127523
8606145273 8606157420 8606201477 1653199067 1653305649
8606109954 8606135223 8606189804 8606165143 8606174369
8606178335 8606181392 8606181931 8606182415 8606147643
8606184153 8606184720 8606185347 8606184211 8606187333
8606107967 8606147293 8606167359 8606156789 1653288472
5003371278 8606124667 8606169890 8606166941 8606172972
8606201599 8606188614 8606188843
Patch Files:
X11.X11R5-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11R5/libX11.1
X11.MOTIF-SHLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/Motif1.2_R6/libXm.2
/usr/lib/Motif2.1/libXm.4
/usr/lib/Motif2.1/pa20_64/libXm.4
/usr/lib/Motif1.2/libXm.1
/usr/lib/Motif1.2/libMrm.1
X11.X11R6-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11R6/libXi.3
/usr/lib/X11R6/pa20_64/libXi.3
/usr/lib/X11R6/libXtst.2
/usr/lib/X11R6/pa20_64/libXtst.2
/usr/lib/X11R6/libXIE.2
/usr/lib/X11R6/pa20_64/libXIE.2
/usr/lib/X11R6/libX11.2
/usr/lib/X11R6/libX11.3
/usr/lib/X11R6/pa20_64/libX11.3
/usr/lib/X11R6/libXt.2
/usr/lib/X11R6/libXt.3
/usr/lib/X11R6/pa20_64/libXt.3
/usr/lib/X11R6/libICE.1
/usr/lib/X11R6/libICE.2
/usr/lib/X11R6/pa20_64/libICE.2
/usr/lib/X11R6/libXhp11.2
/usr/lib/X11R6/libXhp11.3
/usr/lib/X11R6/pa20_64/libXhp11.3
X11.X11-FONT-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk11x19.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk12x23.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk6x16.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk7x17.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk8x16.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk8x19.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk9x17.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk14x26.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks13.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks14.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks16.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks17.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks19.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks23.pcf.Z
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks26.pcf.Z
X11.X11-FONT-AUX,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x10.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_7x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_8x13.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_sys19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user14x26.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user17B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x13B.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user6x14.pcf.Z
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user9x17.pcf.Z
X11.X11-TCH-B-MSG,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/nls/msg/zh_HK.big5/xinit.cat
/usr/lib/nls/msg/zh_HK.big5/xpr.cat
/usr/lib/nls/msg/zh_HK.big5/xwd.cat
/usr/lib/nls/msg/zh_HK.big5/recserv.cat
/usr/lib/nls/msg/zh_HK.big5/xclock.cat
/usr/lib/nls/msg/zh_HK.big5/xload.cat
/usr/lib/nls/msg/zh_HK.big5/xrdb.cat
what(1) Output:
X11.X11R5-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/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)
X11.MOTIF-SHLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/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 Jul
y 2001 Patch Release
(build date: Mon Jun 18 17:16:04 IST 2001)
/usr/lib/Motif2.1/libXm.4:
View: /view/x_r6jan02_1111, Build Type: r6jan02_1111
motif2.1
(build date: Tue Jan 15 16:26:15 IST 2002)
Motif Version 2.1.0
/usr/lib/Motif2.1/pa20_64/libXm.4:
View: /view/x_r6jan02_1111, Build Type: r6jan02_1111
motif2.1
(build date: Tue Jan 15 16:26:37 IST 2002)
Motif Version 2.1.0
/usr/lib/Motif1.2/libXm.1:
OSF/Motif Version 1.2.6
X Window System, Version 11 R5+ HP-UX B.10.10.00 Jul
y 2001 Patch Release
(build date: Tue Jun 19 16:03:41 IST 2001)
/usr/lib/Motif1.2/libMrm.1:
X Window System, Version 11 R5+ HP-UX B.10.10.00 Jul
y 2001 Patch Release
(build date: Wed Jun 13 15:45:10 IST 2001)
X11.X11R6-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11R6/libXi.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Tue Dec 18 10:46:49 IST 2001)
/usr/lib/X11R6/pa20_64/libXi.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Tue Dec 18 10:46:54 IST 2001)
/usr/lib/X11R6/libXtst.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:57:43 IST 2001)
/usr/lib/X11R6/pa20_64/libXtst.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:57:47 IST 2001)
/usr/lib/X11R6/libXIE.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:48:43 IST 2001)
/usr/lib/X11R6/pa20_64/libXIE.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:48:48 IST 2001)
/usr/lib/X11R6/libX11.2:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Oct
ober 2001 Patch Release
(build date: Mon Oct 8 08:05:05 IST 2001)
/usr/lib/X11R6/libX11.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Tue Dec 18 16:05:56 IST 2001)
/usr/lib/X11R6/pa20_64/libX11.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Tue Dec 18 16:06:03 IST 2001)
/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)
/usr/lib/X11R6/libXt.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jan
uary 2002 Patch Release
(build date: Mon Dec 10 21:28:21 IST 2001)
/usr/lib/X11R6/pa20_64/libXt.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jan
uary 2002 Patch Release
(build date: Mon Dec 10 21:28:29 IST 2001)
/usr/lib/X11R6/libICE.1:
X Window System, Version 11 R6+ HP-UX B.10.20.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 15:06:31 IST 2001)
/usr/lib/X11R6/libICE.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:11:43 IST 2001)
/usr/lib/X11R6/pa20_64/libICE.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jan
uary 2002 patch release
(build date: Mon Dec 10 21:11:47 IST 2001)
/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/libXhp11.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jul
y 2001 patch release
(build date: Thu Jun 14 13:54:38 IST 2001)
/usr/lib/X11R6/pa20_64/libXhp11.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jul
y 2001 patch release
(build date: Thu Jun 14 13:54:42 IST 2001)
X11.X11-FONT-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk11x19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk12x23.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk6x16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk7x17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk8x16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk8x19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk9x17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grk14x26.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks13.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks14.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks16.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks17.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks23.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.7/75dpi/grks26.pcf.Z:
None
X11.X11-FONT-AUX,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_6x10.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_7x13.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_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_sys19.pcf.Z:
None
/usr/lib/X11/fonts/iso_8859.15/75dpi/iso15_user11x19.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_user17B.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_user9x17.pcf.Z:
None
X11.X11-TCH-B-MSG,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/usr/lib/nls/msg/zh_HK.big5/xinit.cat:
Message catalog source $Revision: 1.2 $
/usr/lib/nls/msg/zh_HK.big5/xpr.cat:
Message catalog source $Revision: 1.3 $
/usr/lib/nls/msg/zh_HK.big5/xwd.cat:
Message catalog source $Revision: 1.2 $
/usr/lib/nls/msg/zh_HK.big5/recserv.cat:
None
/usr/lib/nls/msg/zh_HK.big5/xclock.cat:
Message catalog source $Revision: 1.5 $
/usr/lib/nls/msg/zh_HK.big5/xload.cat:
Message catalog source $Revision: 1.2 $
/usr/lib/nls/msg/zh_HK.big5/xrdb.cat:
Message catalog source $Revision: 1.2 $
cksum(1) Output:
X11.X11R5-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
1941724096 851968 /usr/lib/X11R5/libX11.1
X11.MOTIF-SHLIB,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
1277086533 2326528 /usr/lib/Motif1.2_R6/libXm.2
701059488 3055616 /usr/lib/Motif2.1/libXm.4
371550470 2997488 /usr/lib/Motif2.1/pa20_64/libXm.4
787874871 2301952 /usr/lib/Motif1.2/libXm.1
4211004478 196608 /usr/lib/Motif1.2/libMrm.1
X11.X11R6-SHLIBS,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
3710364212 61440 /usr/lib/X11R6/libXi.3
1613608341 77384 /usr/lib/X11R6/pa20_64/libXi.3
2401487547 36864 /usr/lib/X11R6/libXtst.2
1662966448 35360 /usr/lib/X11R6/pa20_64/libXtst.2
3432271878 98304 /usr/lib/X11R6/libXIE.2
1745503079 97616 /usr/lib/X11R6/pa20_64/libXIE.2
3937671525 1359872 /usr/lib/X11R6/libX11.2
2317657722 1503232 /usr/lib/X11R6/libX11.3
1139034351 1580224 /usr/lib/X11R6/pa20_64/libX11.3
4222131366 483328 /usr/lib/X11R6/libXt.2
1861351374 512000 /usr/lib/X11R6/libXt.3
2765443451 540808 /usr/lib/X11R6/pa20_64/libXt.3
2770917414 122880 /usr/lib/X11R6/libICE.1
2033694603 126976 /usr/lib/X11R6/libICE.2
4293219723 132680 /usr/lib/X11R6/pa20_64/libICE.2
4270718079 69632 /usr/lib/X11R6/libXhp11.2
1439631570 69632 /usr/lib/X11R6/libXhp11.3
525146023 81976 /usr/lib/X11R6/pa20_64/libXhp11.3
X11.X11-FONT-MIN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
4011726502 7189 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk11x19.pcf.Z
2498427744 7659 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk12x23.pcf.Z
3969920881 5844 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk6x16.pcf.Z
633110408 6094 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk7x17.pcf.Z
3332760757 6188 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk8x16.pcf.Z
2928242506 6560 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk8x19.pcf.Z
1139671760 6042 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk9x17.pcf.Z
1797830678 7756 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grk14x26.pcf.Z
2256962026 5107 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks13.pcf.Z
3703921494 5215 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks14.pcf.Z
4039685471 5357 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks16.pcf.Z
2471015310 5619 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks17.pcf.Z
260801873 6066 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks19.pcf.Z
2601234122 6427 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks23.pcf.Z
576659291 6996 /usr/lib/X11/fonts/iso_8859.7/75dpi/
grks26.pcf.Z
X11.X11-FONT-AUX,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
3162639883 4829 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_6x10.pcf.Z
598480739 4994 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_6x13.pcf.Z
2485681351 5441 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_7x13.pcf.Z
3263708130 5411 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_8x13.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
3904508416 6551 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_sys19.pcf.Z
2002498103 8205 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user11x19.pcf.Z
513519885 9233 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user14x26.pcf.Z
795430099 7457 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user17B.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
645884797 7435 /usr/lib/X11/fonts/iso_8859.15/75dpi/
iso15_user9x17.pcf.Z
X11.X11-TCH-B-MSG,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
1261306455 1150 /usr/lib/nls/msg/zh_HK.big5/xinit.cat
3197129845 2573 /usr/lib/nls/msg/zh_HK.big5/xpr.cat
2465391786 1048 /usr/lib/nls/msg/zh_HK.big5/xwd.cat
1849557709 584 /usr/lib/nls/msg/zh_HK.big5/recserv.cat
3858509112 428 /usr/lib/nls/msg/zh_HK.big5/xclock.cat
4190129204 912 /usr/lib/nls/msg/zh_HK.big5/xload.cat
3704744365 1478 /usr/lib/nls/msg/zh_HK.big5/xrdb.cat
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_24386 PHSS_25449
Equivalent Patches:
PHSS_25877:
s700: 11.00
s800: 11.00
PHSS_25879:
s700: 11.00
s800: 11.00
Patch Package Size: 18570 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_25881
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_25881.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_25881. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHSS_25881.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHSS_25881.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25881.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|