Bug 26392 - maintainer patch: linux-netscape47-[communicator|navigator] security update
Summary: maintainer patch: linux-netscape47-[communicator|navigator] security update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-07 02:50 UTC by girgen
Modified: 2001-04-08 23:01 UTC (History)
0 users

See Also:


Attachments
file.diff (1.77 KB, patch)
2001-04-07 02:50 UTC, girgen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description girgen 2001-04-07 02:50:00 UTC
linux-netscape 4.7 is updated to 4.77, due to a security bug where a malicous 
user can read your history file.
Comment 1 Akinori MUSHA 2001-04-08 15:34:34 UTC
At Sat, 7 Apr 2001 03:48:39 +0200 (CEST),
girgen@partitur.se wrote:
> >Description:
> linux-netscape 4.7 is updated to 4.77, due to a security bug where a malicous 
> user can read your history file.

Attached is the patch which includes the update for DEC Alpha.

Would you commit this, Sada-san?  In addition, Keith, Choi and you
might want to update localized linux-netscape ports.

There's no time to lose.  The ports freeze is coming close! :)

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"We're only at home when we're on the run, on the wing, on the fly"

Index: linux-netscape47-communicator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/linux-netscape47-communicator/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- linux-netscape47-communicator/Makefile	2000/07/27 03:41:36	1.24
+++ linux-netscape47-communicator/Makefile	2001/04/08 11:37:08
@@ -7,6 +7,7 @@
 #
 
 PORTNAME=	linux-netscape-${BROWSER}
+PORTVERSION=	4.77
 CATEGORIES=	www linux
 
 MAINTAINER=	girgen@partitur.se
Index: netscape4-communicator/distinfo
===================================================================
RCS file: /home/ncvs/ports/www/netscape4-communicator/distinfo,v
retrieving revision 1.45
diff -u -r1.45 distinfo
--- netscape4-communicator/distinfo	2000/10/29 17:01:20	1.45
+++ netscape4-communicator/distinfo	2001/04/08 14:22:01
@@ -2,11 +2,11 @@
 MD5 (autoadmin-v408.x86-unknown-freebsd.tar.gz) = 0435245b83fc5d9be6844ebfa1a242f0
 MD5 (communicator-v408-export.x86-unknown-freebsd.tar.gz) = dfe7005dd39ac900fe336d6f052acfdb
 MD5 (communicator-v475-us.x86-bsdi-bsd2.tar.gz) = 30280590f4e75bea070ec6e4f902cff0
-MD5 (communicator-v476-us.alpha-dec-osf4.0.tar.gz) = af1e2bcc1f4f6fc8dc50a7547e1e0cd3
+MD5 (communicator-v477-us.alpha-dec-osf4.0.tar.gz) = 69184d20cf0ef5c6655c12ce16ccdeab
 MD5 (communicator-v476-us.x86-unknown-freebsd.tar.gz) = 8d7d338684c5ebc69bc3e6aa80bc9f00
-MD5 (communicator-v476-us.x86-unknown-linux2.2.tar.gz) = 720de067072ff74d1e0c4aaa47eeae5c
+MD5 (communicator-v477-us.x86-unknown-linux2.2.tar.gz) = d38bbc5593c07b1328d542f1f1141ff0
 MD5 (navigator-v408-export.x86-unknown-freebsd.tar.gz) = 63d607f8e861471f4dcd14d048e1f652
 MD5 (navigator-v475-us.x86-bsdi-bsd2.tar.gz) = 35db9c1fc5db01131d99167b6746df9f
-MD5 (navigator-v476-us.alpha-dec-osf4.0.tar.gz) = 71c9dc1a4f0b4cbb0e370272ef7c9636
+MD5 (navigator-v477-us.alpha-dec-osf4.0.tar.gz) = 5be3db1dfb06fc41790c504f2f7e0b0a
 MD5 (navigator-v476-us.x86-unknown-freebsd.tar.gz) = f03852f83fe5f9351d2e86fb86cf82db
-MD5 (navigator-v476-us.x86-unknown-linux2.2.tar.gz) = dc0c4c4cfad4d7c2fc81a2d98f021090
+MD5 (navigator-v477-us.x86-unknown-linux2.2.tar.gz) = 694b3fc127737e8ac8b1d800b68d0282
Index: netscape47-communicator/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/netscape47-communicator/Makefile,v
retrieving revision 1.78
diff -u -r1.78 Makefile
--- netscape47-communicator/Makefile	2000/10/31 15:24:23	1.78
+++ netscape47-communicator/Makefile	2001/04/08 14:23:05
@@ -6,10 +6,16 @@
 #
 
 PORTNAME?=	netscape-${BROWSER_ARC}
-PORTVERSION?=	4.76
+PORTVERSION?=	${DEFAULT_PORTVERSION}
 
 .if !defined(_PREMKINCLUDED)
 .include <bsd.port.pre.mk>
+.endif
+
+.if ${ARCH} == "alpha"
+DEFAULT_PORTVERSION?=	4.77
+.else
+DEFAULT_PORTVERSION?=	4.76
 .endif
 
 MASTER_SITES=	ftp://ftp.netscape.com/pub/${NETSCAPE_DIST_SUBDIR}/
Comment 2 sada freebsd_committer freebsd_triage 2001-04-08 22:55:06 UTC
State Changed
From-To: open->closed

PR itself was done by mharo. 
Knu-san's additional patches for alpha-arch. is done by sada. 
Thanks!