 |
» |
|
|
 |
 |
 |
|
|
 |
|
Patch Name: PHSS_25449
Patch Description: s700_800 11.11 X/Motif Runtime OCT2001 Periodic Patch
Creation Date: 01/10/10
Post Date: 01/11/05
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-AUX,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_25449
Symptoms:
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_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:
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/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-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
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_r6octxm01_1111, Build Type: r6octxm01_
1111
motif2.1
(build date: Mon Oct 8 09:09:05 IST 2001)
Motif Version 2.1.0
/usr/lib/Motif2.1/pa20_64/libXm.4:
View: /view/x_r6octxm01_1111, Build Type: r6octxm01_
1111
motif2.1
(build date: Mon Oct 8 09:09:10 IST 2001)
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/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 Oct
ober 2001 patch release
(build date: Sat Oct 6 22:09:48 IST 2001)
/usr/lib/X11R6/pa20_64/libX11.3:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Oct
ober 2001 patch release
(build date: Sat Oct 6 22:09:54 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 Jul
y 2001 Patch Release
(build date: Wed Jun 27 11:48:13 IST 2001)
/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/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 Jul
y 2001 patch release
(build date: Wed Jun 27 11:14:36 IST 2001)
/usr/lib/X11R6/pa20_64/libICE.2:
X Window System, Version 11 R6+ HP-UX B.11.11.00 Jul
y 2001 patch release
(build date: Wed Jun 27 11:14:43 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-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
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
1831656075 3051520 /usr/lib/Motif2.1/libXm.4
49895991 2997360 /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:
3937671525 1359872 /usr/lib/X11R6/libX11.2
2594893106 1503232 /usr/lib/X11R6/libX11.3
255806815 1580504 /usr/lib/X11R6/pa20_64/libX11.3
4222131366 483328 /usr/lib/X11R6/libXt.2
2358679893 512000 /usr/lib/X11R6/libXt.3
1743460907 540808 /usr/lib/X11R6/pa20_64/libXt.3
2770917414 122880 /usr/lib/X11R6/libICE.1
3454713644 126976 /usr/lib/X11R6/libICE.2
1449069307 132664 /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-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
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes:
PHSS_24386
Equivalent Patches:
PHSS_25447:
s700: 11.00
s800: 11.00
PHSS_25448:
s700: 11.00
s800: 11.00
PHSS_25446:
s700: 10.20
s800: 10.20
Patch Package Size: 18040 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_25449
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_25449.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHSS_25449. 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_25449.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_25449.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHSS_25449.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHSS_25449.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|