diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-07 22:54:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-07 22:54:12 +0000 |
commit | 08ff9fc500ae6f7b1484c563b1f536a35b63127e (patch) | |
tree | 662eac8e22590237037474aee908f91f583b03b5 /app-text | |
parent | SLOT, LICENSE, KEYWORDS (diff) | |
download | gentoo-2-08ff9fc500ae6f7b1484c563b1f536a35b63127e.tar.gz gentoo-2-08ff9fc500ae6f7b1484c563b1f536a35b63127e.tar.bz2 gentoo-2-08ff9fc500ae6f7b1484c563b1f536a35b63127e.zip |
conversion to meta-package for security issues -- now installs xpdf instead
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 12 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.05-r3.ebuild | 54 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.05-r4.ebuild | 55 | ||||
-rw-r--r-- | app-text/acroread/acroread-5.05-r5.ebuild | 71 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.05-r3 | 1 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.05-r4 | 1 | ||||
-rw-r--r-- | app-text/acroread/files/digest-acroread-5.05-r5 | 0 |
7 files changed, 82 insertions, 112 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index ccfc36159297..304412281836 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,16 @@ # 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.8 2002/06/04 09:58:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.9 2002/07/07 22:54:12 seemant Exp $ + +*acroread-5.05-r4 (07 Jul 2002) + + 07 Jul 2002; Seemant Kulleen <seemant@gentoo.org> acroread-5.05-r5.ebuild + files/digest-acroread-5.05-r5 : + + This is now a meta-package that installs xpdf instead. Security bug + exists: http://online.securityfocus.com/archive/1/278984 + + Many thanks to: jago@telefragged.com (Dan Naumov) in bug #4657. *acroread-5.05-r4 (4 Jun 2002) diff --git a/app-text/acroread/acroread-5.05-r3.ebuild b/app-text/acroread/acroread-5.05-r3.ebuild deleted file mode 100644 index 24b192bc593d..000000000000 --- a/app-text/acroread/acroread-5.05-r3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: system@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.05-r3.ebuild,v 1.1 2002/06/03 11:53:39 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" -RDEPEND="virtual/x11" - -LICENSE="Adobe" - -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 - insinto ${INSTALLDIR} - doins ${i}/* - done - - exeinto ${INSTALLDIR} - doexe acroread - dodoc README LICREAD.TXT MANIFEST - into /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 && ( \ - dosym \ - ${INSTALLDIR}/Browsers/intellinux/nppdf.so \ - /usr/lib/mozilla/plugins/nppdf.so - ) -} diff --git a/app-text/acroread/acroread-5.05-r4.ebuild b/app-text/acroread/acroread-5.05-r4.ebuild deleted file mode 100644 index 65cc15830ac0..000000000000 --- a/app-text/acroread/acroread-5.05-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: system@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.05-r4.ebuild,v 1.1 2002/06/04 09:58:39 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" -RDEPEND="virtual/x11" - -LICENSE="Adobe" - -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 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.05-r5.ebuild b/app-text/acroread/acroread-5.05-r5.ebuild new file mode 100644 index 000000000000..1805bf43fe69 --- /dev/null +++ b/app-text/acroread/acroread-5.05-r5.ebuild @@ -0,0 +1,71 @@ +# 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.1 2002/07/07 22:54:12 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="" +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/files/digest-acroread-5.05-r3 b/app-text/acroread/files/digest-acroread-5.05-r3 deleted file mode 100644 index 1b87e159ed8a..000000000000 --- a/app-text/acroread/files/digest-acroread-5.05-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c1cef0b5b1eb75ed01fefb3d6a88ce0 linux-505.tar.gz 9280449 diff --git a/app-text/acroread/files/digest-acroread-5.05-r4 b/app-text/acroread/files/digest-acroread-5.05-r4 deleted file mode 100644 index 1b87e159ed8a..000000000000 --- a/app-text/acroread/files/digest-acroread-5.05-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c1cef0b5b1eb75ed01fefb3d6a88ce0 linux-505.tar.gz 9280449 diff --git a/app-text/acroread/files/digest-acroread-5.05-r5 b/app-text/acroread/files/digest-acroread-5.05-r5 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-text/acroread/files/digest-acroread-5.05-r5 |