summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-26 02:43:36 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-26 02:43:36 +0000
commitfa1aa4b262a6c823327f14ce44ec5363185219f9 (patch)
tree412845ad180b791e0480aaa597040e512b88e670 /app-text/acroread
parentsandbox fix (diff)
downloadhistorical-fa1aa4b262a6c823327f14ce44ec5363185219f9.tar.gz
historical-fa1aa4b262a6c823327f14ce44ec5363185219f9.tar.bz2
historical-fa1aa4b262a6c823327f14ce44ec5363185219f9.zip
version bump
Diffstat (limited to 'app-text/acroread')
-rw-r--r--app-text/acroread/ChangeLog10
-rw-r--r--app-text/acroread/acroread-5.05-r5.ebuild71
-rw-r--r--app-text/acroread/acroread-5.06.ebuild55
-rw-r--r--app-text/acroread/files/digest-acroread-5.05-r50
-rw-r--r--app-text/acroread/files/digest-acroread-5.061
5 files changed, 65 insertions, 72 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog
index 91dfd1709db6..69289f4ecf1c 100644
--- a/app-text/acroread/ChangeLog
+++ b/app-text/acroread/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-text/acroread
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.10 2002/07/12 17:04:52 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.11 2002/07/26 02:43:36 seemant Exp $
+
+*acroread-5.06 (25 Jul 2002)
+
+ 25 Jul 2002; Seemant Kulleen <seemant@gentoo.org> acroread-5.06.ebuild
+ files/digest-acroread-5.06 :
+
+ Version bump which sorts the security vulnerability. Thanks to:
+ marko@seul.org (Marko Mikulicic) in bug #5571 for the update.
*acroread-5.05-r6 (12 Jul 2002)
diff --git a/app-text/acroread/acroread-5.05-r5.ebuild b/app-text/acroread/acroread-5.05-r5.ebuild
deleted file mode 100644
index 46a093084671..000000000000
--- a/app-text/acroread/acroread-5.05-r5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.05-r5.ebuild,v 1.2 2002/07/12 17:04:52 seemant Exp $
-
-MY_P=linux-${PV/./}
-S=${WORKDIR}
-DESCRIPTION="Adobe's PDF reader"
-SRC_URI=""
-HOMEPAGE="http://www.adobe.com/products/acrobat/"
-
-DEPEND="virtual/glibc"
-RDEPEND=">=app-text/xpdf-1.01"
-
-LICENSE="Adobe"
-
-SLOT="0"
-KEYWORDS="x86"
-
-INSTALLDIR=/opt/Acrobat5
-
-pkg_setup() {
-
- ewarn "Acroread has a MAJOR security flaw, and will thus not be"
- ewarn "installed. Rather, xpdf is the recommended application"
- ewarn "to read pdf documents."
- ewarn "If you are attempting to upgrade, please unmerge"
- ewarn "this package immediately. For further details, please consult"
- ewarn "http://online.securityfocus.com/archive/1/278984"
-}
-
-# This package will be disabled until Adobe sorts out its security issues
-# with it. Please see ChangeLog for a link to the securityfocus analysis of
-# the security hazards.
-
-#src_compile () {
-#
-# tar xvf LINUXRDR.TAR
-# tar xvf COMMON.TAR
-#
-# sed -e "s:REPLACE_ME:${INSTALLDIR}/Reader:" \
-# bin/acroread.sh > acroread
-#}
-#
-#src_install () {
-#
-# dodir ${INSTALLDIR}
-# for i in Browsers Reader Resource
-# do
-# chown -R root.root ${i}
-# cp -a ${i} ${D}${INSTALLDIR}
-# done
-#
-# exeinto ${INSTALLDIR}
-# doexe acroread
-# dodoc README LICREAD.TXT MANIFEST
-# dodir /opt/netscape/plugins
-# dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins
-#
-# #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson)
-# dodir /etc/env.d
-# echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \
-# ${D}/etc/env.d/10acroread5
-#
-# #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe)
-# use mozilla && ( \
-# dodir /usr/lib/mozilla/plugins
-# dosym \
-# ${INSTALLDIR}/Browsers/intellinux/nppdf.so \
-# /usr/lib/mozilla/plugins/nppdf.so
-# )
-#}
diff --git a/app-text/acroread/acroread-5.06.ebuild b/app-text/acroread/acroread-5.06.ebuild
new file mode 100644
index 000000000000..ee9eae9687c8
--- /dev/null
+++ b/app-text/acroread/acroread-5.06.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06.ebuild,v 1.1 2002/07/26 02:43:36 seemant Exp $
+
+MY_P=linux-${PV/./}
+S=${WORKDIR}
+DESCRIPTION="Adobe's PDF reader"
+SRC_URI="ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/${MY_P}.tar.gz"
+HOMEPAGE="http://www.adobe.com/products/acrobat/"
+
+DEPEND="virtual/glibc"
+
+SLOT="0"
+LICENSE="Adobe"
+KEYWORDS="x86"
+
+INSTALLDIR=/opt/Acrobat5
+
+src_compile () {
+
+ tar xvf LINUXRDR.TAR
+ tar xvf COMMON.TAR
+
+ sed -e "s:REPLACE_ME:${INSTALLDIR}/Reader:" \
+ bin/acroread.sh > acroread
+}
+
+src_install () {
+
+ dodir ${INSTALLDIR}
+ for i in Browsers Reader Resource
+ do
+ chown -R root.root ${i}
+ cp -a ${i} ${D}${INSTALLDIR}
+ done
+
+ exeinto ${INSTALLDIR}
+ doexe acroread
+ dodoc README LICREAD.TXT
+ dodir /opt/netscape/plugins
+ dosym ${INSTALLDIR}/Browsers/intellinux/nppdf.so /opt/netscape/plugins
+
+ #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson)
+ dodir /etc/env.d
+ echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \
+ ${D}/etc/env.d/10acroread5
+
+ #mozilla compatibility contributed by m3thos@netcabo.pt(Miguel Sousa Filipe)
+ use mozilla && ( \
+ dodir /usr/lib/mozilla/plugins
+ dosym \
+ ${INSTALLDIR}/Browsers/intellinux/nppdf.so \
+ /usr/lib/mozilla/plugins/nppdf.so
+ )
+}
diff --git a/app-text/acroread/files/digest-acroread-5.05-r5 b/app-text/acroread/files/digest-acroread-5.05-r5
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-text/acroread/files/digest-acroread-5.05-r5
+++ /dev/null
diff --git a/app-text/acroread/files/digest-acroread-5.06 b/app-text/acroread/files/digest-acroread-5.06
new file mode 100644
index 000000000000..0d5fb1bbd8c3
--- /dev/null
+++ b/app-text/acroread/files/digest-acroread-5.06
@@ -0,0 +1 @@
+MD5 c5ca1f2fac7f2530d85de18ee6fffc26 linux-506.tar.gz 9281557