Flash Plugin ver 6

Hajimu UMEMOTO ume at FreeBSD.org
Sat Mar 18 19:18:49 UTC 2006


Hi,

>>>>> On Sat, 18 Mar 2006 09:32:57 -0800
>>>>> Chris Maness <chris at chrismaness.com> said:

chris> Simon L. Nielsen wrote:
> On 2006.03.18 08:33:28 -0800, Chris Maness wrote:
>   
>> Are they going to fix flash player version 6?  I see that version 7 has 
>> been unforbidden in ports, but not 6.
>>     
>
> It depends on Adobe releasing a fixed version, and from the security
> advisory it doesn't look like they intend to fix anything but Flash 7
> and 8.
>
>   
chris> Why do FreeBSD users usually recommended installing version 6 instead of 7?

Because, we need additional patch to rtld(1) to run Flash 7 with
linuxpluginwrapper, I think.  It is required only for Flash 7 and
linuxpluginwrapper.
But, we cannot expect Adobe, and we should move to Flash 7.  It is
better to commit following change into RELENG_6 and RELENG_5 to be in
time for our next releases, IMHO.
Unfortunately, linuxpluginwrapper doesn't support symbol versioning,
yet.  So, the change is meaningless on HEAD.
How do you think about this issue? > re@

Index: libexec/rtld-elf/rtld.c
diff -u -p libexec/rtld-elf/rtld.c.orig libexec/rtld-elf/rtld.c
--- libexec/rtld-elf/rtld.c.orig	Sat Dec 31 07:13:56 2005
+++ libexec/rtld-elf/rtld.c	Tue Feb 14 02:05:54 2006
@@ -2840,3 +2840,5 @@ _rtld_free_tls(void *tcb, size_t tcbsize
     free_tls(tcb, tcbsize, tcbalign);
     wlock_release(rtld_bind_lock, lockstate);
 }
+
+__weak_reference(dlsym, _dlsym);


Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the freebsd-ports mailing list