sturm f10e13f8c4 SECURITY
Update to AcroRead 7.0.1 in order to fix a buffer overflow in one of
the core modules. Not really much more information at
http://www.adobe.com/support/techdocs/321644.html

ok pval
2005-08-20 09:02:16 +00:00

39 lines
1.1 KiB
Plaintext

$OpenBSD: patch-INSTALL,v 1.3 2005/08/20 09:02:16 sturm Exp $
--- INSTALL.orig Thu Jul 28 21:02:57 2005
+++ INSTALL Sat Aug 20 01:32:59 2005
@@ -160,6 +160,8 @@ PrintRequiredFree()
if [ `uname -s` = "Linux" ] ; then
size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )`
+ elif [ `uname -s` = "OpenBSD" ] ; then
+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )`
else
size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )`
fi
@@ -379,7 +381,7 @@ InstallReader()
CustomPlatformTar="$4"
- OutputLicense "$ReadLicense"
+ # OutputLicense "$ReadLicense"
ReadLicense=""
PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
@@ -425,7 +427,6 @@ eval ScriptDirectory=\"${ScriptDirectory
AcroSerNum=""
AcroCompName=""
-ReadInstallDir=""
case "${ScriptDirectory}" in
/*) ;;
.) ScriptDirectory="$CurrentDirectory" ;;
@@ -571,7 +572,7 @@ case "$OSname" in
;;
esac
;;
- Linux)
+ OpenBSD|Linux)
ReadDefaultNum="$ReadIntelLinuxNum"
DefaultName="Intel/Linux"
;;