Baptiste Daroussin <[email protected]> writes: > I would like to know what is the status of the gecko team, seems like it is > not > pretty active anymore, what is your opinion? > > from my point of view firefox in ports is vulnerable for a while and noone > patches are getting into the tree about it.
The update was incomplete as SeaMonkey 2.28 still lacks any distfile. So, I've created a branch with vulnerable 2.26.1 in anticipation of 2.26.2. To merge it do something like the following. $ svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/firefox31 $ (cd firefox31; for d in */*/files; do rm -rf /usr/ports/$d; done) $ rsync -aC firefox31/ /usr/ports/ There's also Gecko_ChangeLog to use as a template for commit message. It lists important changes apart from port updates. ------------------------------------------------- VFEmail.net - http://www.vfemail.net ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
