ports/59577: Maintainer update: www/linux-opera 7.22 -> 7.23, security fixes.

Jeremy Messenger mezz7 at cox.net
Sat Nov 22 09:20:21 UTC 2003


>Number:         59577
>Category:       ports
>Synopsis:       Maintainer update: www/linux-opera 7.22 -> 7.23, security fixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 22 01:20:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mezz
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13
22:39:47 CDT 2003 mezz at mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386

>Description:
This release is only security fixes.

Addressing two issues reported by Jouko Pynnonen.
	- Forced placement of downloaded skin-files in undesirable locations
	- Buffer overflow when processing skins

Additionally, added an OpenSSL ASN.1 patch. (http://www.openssl.org/news/secadv_20031104.txt)

Also, I have added a new define called WITH_XFT2 for anyone who want to use
Xft2/fontconfig instead plain Xft1, submitted by Trevor Johnson
<trevor at jpj.net> and modified by me. The Xft2 requires linux_base-8.

>How-To-Repeat:
n/a

>Fix:

--- linux-opera.diff begins here ---
diff -ur linux-opera.orig/Makefile linux-opera/Makefile
--- linux-opera.orig/Makefile	Wed Nov 12 16:09:34 2003
+++ linux-opera/Makefile	Fri Nov 21 13:20:53 2003
@@ -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 @@
 
 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
@@ -59,6 +66,13 @@
 PLIST_SUB+=	GNOMELNK:=""
 .else
 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:
diff -ur linux-opera.orig/distinfo linux-opera/distinfo
--- linux-opera.orig/distinfo	Wed Nov 12 15:44:04 2003
+++ linux-opera/distinfo	Fri Nov 21 13:00:34 2003
@@ -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
diff -ur linux-opera.orig/pkg-message linux-opera/pkg-message
--- linux-opera.orig/pkg-message	Wed Nov 12 15:44:04 2003
+++ linux-opera/pkg-message	Fri Nov 21 13:28:11 2003
@@ -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
diff -ur linux-opera.orig/pkg-plist linux-opera/pkg-plist
--- linux-opera.orig/pkg-plist	Wed Nov 12 15:44:04 2003
+++ linux-opera/pkg-plist	Fri Nov 21 13:04:49 2003
@@ -78,6 +78,7 @@
 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
--- linux-opera.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list