Update to 7.23.

* Addresses two security issues:
  - Forced placement of downloaded skin-files in undesirable locations
  - Buffer overflow when processing skins
* Adds an OpenSSL ASN.1 patch (http://www.openssl.org/news/secadv_20031104.txt)
* Allow for Xft support with WITH_XFT2 [1]

PR:		59577
Submitted by:	maintainer
Obtained from:	trevor [1]
This commit is contained in:
Joe Marcus Clarke 2003-11-22 09:24:45 +00:00
parent 6ed433cea3
commit 1f9f8fa79c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94699
8 changed files with 40 additions and 10 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= opera
PORTVERSION= 7.22.20031103
PORTVERSION= 7.23.20031119
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/722/final/en/i386/static/
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2003/-2003/}.1-static-qt.i386-en
@ -20,8 +20,15 @@ RESTRICTED= "not redistributable; commercial software"
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
USE_BZIP2= yes
.if defined(WITH_XFT2)
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \
${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
.else
USE_LINUX= yes
.endif
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
@ -61,6 +68,13 @@ PLIST_SUB+= GNOMELNK:=""
PLIST_SUB+= GNOMELNK:="@comment "
.endif
pre-everything::
.if !defined(WITH_XFT2)
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} " "
@${ECHO_MSG} "WITH_XFT2=yes for use Xft2 (requires linux_base-8) with nicer anti-aliased fonts."
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \

View File

@ -1 +1 @@
MD5 (opera-7.22-20031103.1-static-qt.i386-en.tar.bz2) = 86efbee18a13596977874377ccf3cb01
MD5 (opera-7.23-20031119.1-static-qt.i386-en.tar.bz2) = f3d22181a3016896b9bcc2c71afb28f7

View File

@ -1,5 +1,5 @@
##
Changelogs for 7.22 Final: http://www.opera.com/linux/changelogs/722/
Changelogs for 7.23 Final: http://www.opera.com/linux/changelogs/723/
If you are upgrade from version 6 final, 7 development or 7.11, it might be a
good idea to backup your personal "~/.opera" directory and remove it. This can

View File

@ -78,6 +78,7 @@ share/opera/locale/english.lng
share/opera/opera6.adr
share/opera/plugins/libnpp.so
share/opera/plugins/operamotifwrapper
share/opera/plugins/operamotifwrapper-3
share/opera/plugins/operaplugincleaner
share/opera/search.ini
share/opera/skin/standard_skin.zip

View File

@ -6,9 +6,9 @@
#
PORTNAME= opera
PORTVERSION= 7.22.20031103
PORTVERSION= 7.23.20031119
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/722/final/en/i386/static/
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2003/-2003/}.1-static-qt.i386-en
@ -20,8 +20,15 @@ RESTRICTED= "not redistributable; commercial software"
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif
USE_BZIP2= yes
.if defined(WITH_XFT2)
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \
${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
.else
USE_LINUX= yes
.endif
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
@ -61,6 +68,13 @@ PLIST_SUB+= GNOMELNK:=""
PLIST_SUB+= GNOMELNK:="@comment "
.endif
pre-everything::
.if !defined(WITH_XFT2)
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} " "
@${ECHO_MSG} "WITH_XFT2=yes for use Xft2 (requires linux_base-8) with nicer anti-aliased fonts."
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \

View File

@ -1 +1 @@
MD5 (opera-7.22-20031103.1-static-qt.i386-en.tar.bz2) = 86efbee18a13596977874377ccf3cb01
MD5 (opera-7.23-20031119.1-static-qt.i386-en.tar.bz2) = f3d22181a3016896b9bcc2c71afb28f7

View File

@ -1,5 +1,5 @@
##
Changelogs for 7.22 Final: http://www.opera.com/linux/changelogs/722/
Changelogs for 7.23 Final: http://www.opera.com/linux/changelogs/723/
If you are upgrade from version 6 final, 7 development or 7.11, it might be a
good idea to backup your personal "~/.opera" directory and remove it. This can

View File

@ -78,6 +78,7 @@ share/opera/locale/english.lng
share/opera/opera6.adr
share/opera/plugins/libnpp.so
share/opera/plugins/operamotifwrapper
share/opera/plugins/operamotifwrapper-3
share/opera/plugins/operaplugincleaner
share/opera/search.ini
share/opera/skin/standard_skin.zip