 |
» |
|
|
 |
 |
 |
|
|
 |
|
Patch Name: PHSS_25448
Patch Description: s700_800 11.00 X/Motif 64bit Runtime OCT2001 Periodic Patch
Creation Date: 01/10/10
Post Date: 01/11/05
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
Products: N/A
Filesets:
X11.MOTIF-SHLIB,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP
X11.X11R6-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_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_25448
Symptoms:
PHSS_25448:
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 .
PHSS_23522:
1. X11R6 libXt calls poll(2) incorrectly
2. Parsing problem for tab character in XmString.
3. Motif traits should be inherited by subclasses.
4. Memory leak in XmRegisterSegmentEncoding.
5. XtDestroy of half posted popup can corrupt memory
6. Motif application can crash when there is
a tear off and parent widget is NULL.
7. Toggle button in Motif2.1 is small in size when
its label string is NULL.
8. PHSS_21959 causes Oracle Forms application to fail
XmClipboardUnlock().
9. Motif2.1 CascadeB/BG double caches arrow pixmaps,
fails on XFreePixmap.
10.Application Core dumps when clicked
on a MenuShell with zero item
11.DtSpinBox aborts with the error "Object "" does
not have windowed ancestor"when a drag is initiated
with both left and middle button.
12.Memory leak when using XFreeFontSet.
13.Client program hangs.
14.Problem in X11/OpenDis.c.
15.Poor performance.
16.Poor performance.
17.Problem in _XAsyncReply().
18.Buffer overflows in libICE.
19.Threads applications calling this
routine might not flush properly
if this routine reaches an error
condition.
20.Incorrect image data.
21.Memory checking utilities will detect
error.
PHSS_22948:
1. When using motif 64 bit libraries on HP-UX 11.0, the
scrolled list top item increments by one each time it
is set.
2. Resize of dialog causes segmentation fault in
XtIsSubClass (Motif 2.1).
3. Motif2.1 XmToggleButton unselectColor not properly
updated by background.
4. Missing vertical scroll bar in a scrolled text widget
when created using XmCreateScrolledText.
5. Timeout callback sometimes never gets called although
it has been registered by XtAppAddTimeOut().
6. 64 bit libXp dumps core.
7. LookupSpringLoaded fails to unlock the process, causes
threaded applications to hang.
PHSS_21961:
1. Cascade button in OptionMenu has incorrect color.
2. Can't get MousePress when we add XmNinputCallback to
DrawAreaWidget.
3. XmOptionMenu sizes differently Motif2.1 vs Motif 1.2.
4. Recent X/Motif patch cause a gui hang.
5. Pointer ungrab fails after double click on menubar.
6. Default background color changed from motif1.2 to
motif2.1.
7. Xwindows Error while using insensitive sliders in
Motif 2.1.
8. dtfile dumps core in Motif 2.1 when accessing broken
link.
9. File path problem in Motif2.1 & Motif1.2.
10. Cannot convert string ":Alt Ctrl<Key>Insert" to type
VirtualBinding.
11. Java 1.2 application dumps core in FinishDrag().
12. Buffer Overflows.
13. Buffer Overflows.
14. Buffer Overflows.
15. 64-bit clients using big requests can generate
unaligned access errors.
16. Threaded clients will hang when they call
XFillPolygon().
17. PA-64 version of libXm.4 core dumps displaying
to little-endian X-Server.
18. Motif2.1 menu and dialog can hang, if timing is
right.
19. _XtOnGrabList fails to unlock the process, causes
threaded app to hang.
PHSS_21283:
1. MrmFetchLiteral returns incorrect values.
2. 64-bit Motif and Xt patches have old libraries
and defects.
3. Customer needs patch for 64 bit uil and libMrm.3.
4. Textfield widget aborts with error in Japanese locale.
5. 64 bit Xmu dumps core.
6. Default background is black in 64 bit Xaw.
7. XGetDefault() default does not malloc() enough memory.
8. Threaded applications may hang in XCloseDisplay()
if previous calls to XHPSetErrorHandler() and
XSetErrorHandler() have been made in the application.
9. Multi-threaded app on multi-cpu system jumps through
Display locks.
10. 64-bit app w/toggle buttons core dumps when remotely
displayed on 10.20.
PHSS_20144:
1. Included 64-bit Xmu and Xaw libraries.
2. Unable to input Y-diaeresis in ISO8859-15 locale.
3. XCreateFontSet() in Japanese locale with fontname
of jpn8x18 fails.
4. R6: XwcTextListToTextProperty fails for buffer >1024
in ja_JP.SJIS.
5. XGetDefault() doesn't return resources with multi-segment
names.
6. XCreateIC() does not clean up correctly if creation
fails.
7. XCreateFontSet() is slower in X11R6.
8. XOpenDisplay() returns NULL if more than 56 file
descriptors in use.
PHSS_15840:
- See defect description.
PHSS_14935:
- See defect description.
PHSS_13906:
- See defect description.
Defect Description:
PHSS_25448:
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.
PHSS_23522:
1. X11R6 libXt calls poll(2) incorrectly
Resolution:
select() is used instead of poll().
2. Missing space in error message.
Resolution:
Parsing of tab characters in XmString
is corrected.
3. Motif traits should be inherited by subclasses.
Resolution:
Motif traits are inherited by subclassses.
4. Memory leak in XmRegisterSegmentEncoding.
Resolution:
Memory leak is fixed.
5. XtDestroy of half posted popup can corrupt memory
Resolution:
The memory corruption of half posted popup is
corrected during XtDestroy.
6. Motif application crashes when there is
a tear off.
Resolution:
The Motif tear off problem is corrected.
7. dtfile permissions dialog displays small
togglebuttons.
Resolution:
The problem with the size of the toggle button
is corrected when its label string is NULL.
8. PHSS_21959 causes Oracle Forms application to
fail XmClipboardUnlock()
Resolution:
The problem with XmClipboardStartRetrieve() is
corrected by avoiding XmClipboardUnlock() call.
9. Motif2.1 CascadeB/BG double caches arrow pixmaps,
fails on XFreePixmap
Resolution:
The problem with XFreePixmap in CascadeB/BG
is corrected.
10.Application Core dumps when clicked
on a MenuShell with zero item
Resolution:
The problem in MenuShell with zero item
is corrected.
11.DtSpinBox
Resolution:
The error is eliminated by checking for
drag_context not to be NULL.
12.XFreeFontSet leaks.
Resolution:
The XFreeFontSet leak has been plugged.
13.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.
14.Problem in X11/OpenDis.c
Resolution:
Problem in X11/OpenDis.c is resolved.
15.XCreateFontSet() very slow in Japanese
locales with fonts like kanji16.
Resolution:
Performance improved.
16.Slow line drawing in X11R6.
Resolution:
Performance improved.
17.Problem in _XAsyncReply().
Resolution:
Problem in _XAsyncReply() is resolved.
18.Buffer overflows in libICE.
Resolution:
Problem of buffer overflows in libICE
is solved.
19.XHPSendDdxDriverMsg() needs extra
SyncHandle()
Resolution:
Call to SyncHandle() added.
20.XGetPixel() - wrong values on 64bit OS
when using 24bit image data from LSB
Xserver.
Resolution:
Method of retrieving image data
corrected.
21.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_22948:
1. scrolled list increments when using 64-bit libraries.
Resolution:
scrolled list increment problem is solved in 64-bit by
avoiding truncation of the pointer.
2. Resize of dialog causes segmentation fault in
XtIsSubClass (Motif 2.1).
Resolution:
The problem with resizing of dialog is corrected.
3. 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.
4. 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.
5. XtAppAddTimeOut() callback eventually fails to get
called.
Resolution:
Problem is rectified by avoiding the removal of wrong
timer.
6. 64 bit libXp dumps core.
Resolution:
The code has been modified to solve the core dump and to
enable Xp calls to work in 32 as well as 64 bit versions.
7. libXt.3: process_lock not always released in
LookupSpringLoaded.
Resolution:
Threaded application hang is avoided by unlocking the
process.
PHSS_21961:
1. Cascade button in OptionMenu has incorrect color.
Resolution:
GC value for Cascade button gadget is updated to get the
correct color.
2. Can't get MousePress when we add XmNinputCallback to
DrawAreaWidget.
Resolution:
DrawingAreaInput call back function is added to the
Translation table for the event which occurs when
Ctrl + MB1 is pressed.
3. XmOptionMenu sizes differently Motif2.1 vs Motif 1.2.
Resolution:
Fix has been made in XmOptionMenu to have the correct
size.
4. Recent X/Motif patch cause a gui hang.
Resolution:
Pull down menu hang is corrected.
5. ButtonRelease missing after double menubar selection
on Motif2.1.
Resolution:
Pointer ungrab is done successfully after double menubar
selection.
6. Background color changed from hpux 10.20 to hpux 11.0.
Resolution:
Default background color has been changed in Motif2.1.
7. Xwindows Error while using insensitive sliders in
Motif 2.1.
Resolution:
Widget's window reference has been avoided before its
realization.
8. dtfile dumps core in Motif 2.1 when accessing broken
link.
Resolution:
NULL pointer check is implemented to avoid core dump.
9. File path problem in Motif2.1 & Motif1.2.
Resolution:
Absolute paths are used.
10. Cannot convert string ":Alt Ctrl<Key>Insert" to type
VirtualBinding.
Resolution:
Syntax error is corrected to ensure the proper
VirtualBinding.
11. Java 1.2 application dumps core in FinishDrag().
Resolution:
NULL pointer check is implemented in drag context to
avoid core dump.
12. Buffer Overflows.
Resolution:
Buffer overflow problem fixed.
13. Buffer Overflows.
Resolution:
Buffer overflow problem fixed.
14. Buffer Overflows.
Resolution:
Buffer overflow problem fixed.
15. Incorrect data alignment in _XData32() for big
requests.
Resolution:
The MakeBigReq() macro for 64-bit applications was
fixed.
16. Multithreaded Xlib application hangs in
XFillPolygon().
Resolution:
Fixed XFillPolygon() to properly handle threaded
applications.
17. PA-64 version of libXm.4 core dumps displaying
to little-endian X-Server.
Resolution:
64 bit macro is defined to avoid core dumps on
little-endian X-Server.
18. Motif2.1 menu and dialog can hang, if timing is
right.
Resolution:
Motif2.1 menu and dialog hang is avoided by successful
Ungrab.
19. _XtOnGrabList fails to unlock the process, causes
threaded app to hang.
Resolution:
Threaded application hang is avoided by unlocking the
process.
PHSS_21283:
1. 64 bit Mrm fails when int pointer is passed
in MrmFetchLiteral.
Resolution:
MrmFetchLiteral is fixed to accept int pointers.
2. 64-bit Motif and Xt patches have old libraries
and defects.
Resolution:
Latest Xt and Motif libraries are being delivered
with Apr2000 64 bit patch.
3. Customer needs patch for 64 bit uil and libMrm.3.
Resolution:
64 bit uil and libMrm.3 are being delivered with
Apr2000 64 bit X/Motif patch.
4. "X Error of failed request: BadValue" on 11.0.
Resolution:
A variable is initialized in input method to avoid
aborts in Japanese locale.
5. 64 bit Xmu dumps core.
Resolution:
64 bit changes have been made to avoid core dumps.
6. Default background is black in 64 bit Xaw.
Resolution:
64 bit changes have been made to avoid background
appearing black as default.
7. XGetDefault() default does not malloc() enough memory.
Resolution:
Fixed memory allocation to account for proper
memory length.
8. Threaded application can hang in XCloseDisplay().
Resolution:
Unlock global mutex before returning in
XHPSetErrorHandler().
9. Multi-threaded app on multi-cpu system jumps through
Display locks.
Resolution:
Changed initialization of per-display mutex type.
10. 64-bit app w/toggle buttons core dumps when remotely
displayed on 10.20.
Resolution:
Modified XFillPolygon() to be 64-bit clean.
PHSS_20144:
1. Included 64-bit Xmu and Xaw libraries.
Resolution:
Included 64-bit Xmu and Xaw libraries.
2. Unable to input Y-diaeresis in ISO8859-15 locale.
Resolution:
Fixed character Compose routine to work for this
symbol in ISO8859-15 locale.
3. XCreateFontSet() in Japanese locale with fontname
of jpn8x18 fails.
Resolution:
Fixed case in XCreateFontSet() for this font.
4. R6: XwcTextListToTextProperty fails for buffer >1024
in ja_JP.SJIS.
Resolution:
Fix auto-decrement to perform length calculations correctly.
5. XGetDefault() doesn't return resources with multi-segment
names.
Resolution:
Modify XGetDefault() to correctly parse out "tight" bindings
of multi-segment resource names.
6. XCreateIC() does not clean up correctly if creation
fails.
Resolution:
Unregister the input method filter if creation fails.
7. XCreateFontSet() is slower in X11R6.
Resolution:
Modified XCreateFontSet() to prevent it from going through
a block of code unnecessarily under certain circumstances.
8. XOpenDisplay() returns NULL if more than 56 file
descriptors in use.
Resolution:
Removed restriction on OPEN_MAX (60) file descriptors.
PHSS_15840:
1. This patch fixes miscellaneous problems
in Chinese locales. Previously, various
X/Motif/CDE applications did not properly
receive text from xsim - the Input
Method Server for Simplified Chinese.
In addition, titlebars on various
applications did not properly
display Chinese text, and two-byte
characters would not always
cut and paste correctly. These problems
are now fixed with this patch.
Additionally, this patch fixes another
problem with XCreateFontSet() with
partially-specified XLFD names.
PHSS_14935:
1. Erroneous handling of Japanese fonts.
PHSS_13906:
1. Add support for 64 bit X11 runtime.
SR:
8606217384 8606206153 8606221763 8606221764 1653305649
8606135223 8606174369 8606178335 8606181931 8606182415
8606184153 8606184720 8606185347 8606187333 8606169890
8606136372 8606135039 8606145270 8606178070 8606127523
8606145273 8606188614 8606188843 8606157420 8606201477
8606107967 8606167359 1653288472 8606147643 8606166941
8606163001 8606172972 5003441501 8606127115 8606132406
8606133112 8606134013 8606134816 8606136366 8606137245
8606137752 8606143928 8606144589 8606129475 8606137086
8606146387 8606152889 8606154956 8606112244 8606112245
8606126015 8606125865 8606112241 8606126890 8606128113
8606126828 5003454470 5003452326 5003459289 5003459495
5003466342
Patch Files:
X11.MOTIF-SHLIB,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/Motif2.1/pa20_64/libMrm.3
/usr/lib/Motif2.1/pa20_64/libXm.4
/usr/lib/pa20_64/libXm.4
/usr/lib/pa20_64/libMrm.3
X11.X11R6-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/X11R6/pa20_64/libICE.2
/usr/lib/X11R6/pa20_64/libSM.2
/usr/lib/X11R6/pa20_64/libX11.3
/usr/lib/X11R6/pa20_64/libXIE.2
/usr/lib/X11R6/pa20_64/libXext.3
/usr/lib/X11R6/pa20_64/libXhp11.3
/usr/lib/X11R6/pa20_64/libXi.3
/usr/lib/X11R6/pa20_64/libXp.2
/usr/lib/X11R6/pa20_64/libXt.3
/usr/lib/X11R6/pa20_64/libXtst.2
/usr/lib/nls/iconv/pa20_64/methods.2/libjishsjis.sl
/usr/lib/pa20_64/libICE.2
/usr/lib/pa20_64/libSM.2
/usr/lib/pa20_64/libX11.3
/usr/lib/pa20_64/libXIE.2
/usr/lib/pa20_64/libXext.3
/usr/lib/pa20_64/libXhp11.3
/usr/lib/pa20_64/libXi.3
/usr/lib/pa20_64/libXp.2
/usr/lib/pa20_64/libXt.3
/usr/lib/pa20_64/libXtst.2
/usr/newconfig/usr/lib/nls/iconv/pa20_64/methods.2/
libjishsjis.sl
/usr/contrib/X11R6/lib/pa20_64/libXmu.2
/usr/contrib/X11R6/lib/pa20_64/libXaw.2
/usr/lib/pa20_64/libXmu.2
/usr/lib/pa20_64/libXaw.2
what(1) Output:
X11.MOTIF-SHLIB,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/Motif2.1/pa20_64/libMrm.3:
View: /view/x_r6apr0064_1100, Build Type: r6apr0064_
1100
motif2.1
(build date: Tue Mar 28 20:18:01 IST 2000)
/usr/lib/Motif2.1/pa20_64/libXm.4:
View: /view/x_r6octxm01_1100, Build Type: r6octxm01_
1100
motif2.1
(build date: Mon Oct 8 08:49:21 IST 2001)
Motif Version 2.1.0
/usr/lib/pa20_64/libXm.4:
View: /view/x_r6octxm01_1100, Build Type: r6octxm01_
1100
motif2.1
(build date: Mon Oct 8 08:49:21 IST 2001)
Motif Version 2.1.0
/usr/lib/pa20_64/libMrm.3:
View: /view/x_r6apr0064_1100, Build Type: r6apr0064_
1100
motif2.1
(build date: Tue Mar 28 20:18:01 IST 2000)
X11.X11R6-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
/usr/lib/X11R6/pa20_64/libICE.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 11:12:14 IST 2001)
/usr/lib/X11R6/pa20_64/libSM.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Apr
il 2000 64bit Patch Release
(build date: Tue Mar 21 19:17:06 IST 2000)
/usr/lib/X11R6/pa20_64/libX11.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Oct
ober 2001 Patch Release
(build date: Sat Oct 6 22:04:53 IST 2001)
/usr/lib/X11R6/pa20_64/libXIE.2:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:36:33 MDT 1999)
/usr/lib/X11R6/pa20_64/libXext.3:
Built for: 11.EP9910 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R6
(build date: Thu Feb 17 10:36:48 MST 2000)
/usr/lib/X11R6/pa20_64/libXhp11.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Thu Jun 14 15:00:07 IST 2001)
/usr/lib/X11R6/pa20_64/libXi.3:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:43:23 MDT 1999)
/usr/lib/X11R6/pa20_64/libXp.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jan
uary 2001 Patch Release
(build date: Thu Dec 21 00:06:01 IST 2000)
/usr/lib/X11R6/pa20_64/libXt.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 11:48:26 IST 2001)
/usr/lib/X11R6/pa20_64/libXtst.2:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:44:05 MDT 1999)
/usr/lib/nls/iconv/pa20_64/methods.2/libjishsjis.sl:
Built for: 11.00 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R6
(build date: Wed Jun 24 17:47:08 MDT 1998)
/usr/lib/pa20_64/libICE.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 11:12:14 IST 2001)
/usr/lib/pa20_64/libSM.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Apr
il 2000 64bit Patch Release
(build date: Tue Mar 21 19:17:06 IST 2000)
/usr/lib/pa20_64/libX11.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Oct
ober 2001 Patch Release
(build date: Sat Oct 6 22:04:53 IST 2001)
/usr/lib/pa20_64/libXIE.2:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:36:33 MDT 1999)
/usr/lib/pa20_64/libXext.3:
Built for: 11.EP9910 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R6
(build date: Thu Feb 17 10:36:48 MST 2000)
/usr/lib/pa20_64/libXhp11.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Thu Jun 14 15:00:07 IST 2001)
/usr/lib/pa20_64/libXi.3:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:43:23 MDT 1999)
/usr/lib/pa20_64/libXp.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jan
uary 2001 Patch Release
(build date: Thu Dec 21 00:06:01 IST 2000)
/usr/lib/pa20_64/libXt.3:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Jul
y 2001 Patch Release
(build date: Wed Jun 27 11:48:26 IST 2001)
/usr/lib/pa20_64/libXtst.2:
Built for: HP-UX 11.00 ACE 9911 on HP-UX Daily, -O +
Onolimit
X Window System, Version 11 R6
(build date: Sun Sep 12 23:44:05 MDT 1999)
/usr/newconfig/usr/lib/nls/iconv/pa20_64/methods.2/
libjishsjis.sl:
Built for: 11.00 on HP-UX Daily, -O +Onolimit
X Window System, Version 11 R6
(build date: Wed Jun 24 17:47:08 MDT 1998)
/usr/contrib/X11R6/lib/pa20_64/libXmu.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Aug
ust 2000 Patch Release
(build date: Fri Aug 11 23:26:16 IST 2000)
/usr/contrib/X11R6/lib/pa20_64/libXaw.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Aug
ust 2000 Patch Release
(build date: Fri Aug 11 23:12:22 IST 2000)
/usr/lib/pa20_64/libXmu.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Aug
ust 2000 Patch Release
(build date: Fri Aug 11 23:26:16 IST 2000)
/usr/lib/pa20_64/libXaw.2:
X Window System, Version 11 R6+ HP-UX B.11.00.00 Aug
ust 2000 Patch Release
(build date: Fri Aug 11 23:12:22 IST 2000)
cksum(1) Output:
X11.MOTIF-SHLIB,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
1092590947 222056 /usr/lib/Motif2.1/pa20_64/libMrm.3
3811009273 2983784 /usr/lib/Motif2.1/pa20_64/libXm.4
3811009273 2983784 /usr/lib/pa20_64/libXm.4
1092590947 222056 /usr/lib/pa20_64/libMrm.3
X11.X11R6-SHLIBS,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP:
3656157526 120544 /usr/lib/X11R6/pa20_64/libICE.2
1397375224 62552 /usr/lib/X11R6/pa20_64/libSM.2
444188050 1368664 /usr/lib/X11R6/pa20_64/libX11.3
3565678867 93576 /usr/lib/X11R6/pa20_64/libXIE.2
1054183692 128832 /usr/lib/X11R6/pa20_64/libXext.3
4200732537 55136 /usr/lib/X11R6/pa20_64/libXhp11.3
2234892850 68648 /usr/lib/X11R6/pa20_64/libXi.3
4229353594 50512 /usr/lib/X11R6/pa20_64/libXp.2
1743460907 540808 /usr/lib/X11R6/pa20_64/libXt.3
3218894329 35168 /usr/lib/X11R6/pa20_64/libXtst.2
2557753357 8368 /usr/lib/nls/iconv/pa20_64/methods.2/
libjishsjis.sl
3656157526 120544 /usr/lib/pa20_64/libICE.2
1397375224 62552 /usr/lib/pa20_64/libSM.2
444188050 1368664 /usr/lib/pa20_64/libX11.3
3565678867 93576 /usr/lib/pa20_64/libXIE.2
1054183692 128832 /usr/lib/pa20_64/libXext.3
4200732537 55136 /usr/lib/pa20_64/libXhp11.3
2234892850 68648 /usr/lib/pa20_64/libXi.3
4229353594 50512 /usr/lib/pa20_64/libXp.2
1743460907 540808 /usr/lib/pa20_64/libXt.3
3218894329 35168 /usr/lib/pa20_64/libXtst.2
2557753357 8368 /usr/newconfig/usr/lib/nls/iconv/pa20_64/
methods.2/libjishsjis.sl
122785612 125784 /usr/contrib/X11R6/lib/pa20_64/libXmu.2
166400114 419000 /usr/contrib/X11R6/lib/pa20_64/libXaw.2
122785612 125784 /usr/lib/pa20_64/libXmu.2
166400114 419000 /usr/lib/pa20_64/libXaw.2
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_13906 PHSS_14935 PHSS_15840 PHSS_20144 PHSS_21283 PHSS_21961
PHSS_22948 PHSS_23522
Equivalent Patches:
PHSS_25449:
s700: 11.11
s800: 11.11
Patch Package Size: 6210 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_25448
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_25448.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_25448. If you do not wish to retain a
copy of the original software, use the patch_save_files option:
swinstall -x autoreboot=true -x patch_match_target=true \
-x patch_save_files=false -s /tmp/PHSS_25448.depot
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_25448.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHSS_25448.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25448.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|