I dont normally top post ;^) but this time it makes sense to. This (replied to) email is not archived in the Piper Mail archive correctly although it looks fine here. In the pipermail archive there is only a pgp signature. This is not the first time I have seen this, it seems that Piper Mail grabs the pgp signature and does not archive the patch which makes the archive less usefull. If you ask me this is what I would call a bug in pipermail.
http://www.winehq.org/pipermail/wine-patches/2006-January/023490.html
Between this bug and the lack of dates in the archive I really getting to despise pipermail. So... I went looking at the alternative and thought of GMANE and it turns out that this patch is not archived there at all. In fact the last patch by Jonathan Ernst that was archived by GMANE is 2005-12-19 16:28:02 GMT and I know that there are more after that date.
http://search.gmane.org/?query=&email=Jonathan+Ernst&group=gmane.com...
So now I'm really starting to get upset because we have no reliable archive and that just sucks. Has anyone got any ideas on how to fix this.
--
Tony Lambregts
Jonathan Ernst wrote:
Le dimanche 15 janvier 2006 à 07:40 -0800, Dan Kegel a écrit :
On 1/15/06, Ge van Geldorp gvg@reactos.org wrote:
The Mozilla ActiveX control download feature is cool and all, but until we repackage the sucker to include MSVCP60.DLL to fix http://bugs.winehq.org/show_bug.cgi?id=4064 ... I could have sworn I saw somebody post a note saying they had done said repackaging, but I can't find it now...
http://www.winehq.org/pipermail/wine-patches/2005-December/022795.html Instructions on how to repackage can be found at svn://svn.reactos.org/trunk/tools/MozillaControl/
Thanks! I've updated bug 4064. Now can somebody update winehq.org's copy of the control so we can close that bug?
- Dan
-- Wine for Windows ISVs: http://kegel.com/wine/isv
Le lundi 16 janvier 2006 à 14:30 +0100, Filip Navara a écrit :
Jonathan Ernst wrote:
// Exact size of the file: $iFileSize = 4771240;
Shouldn't you change the file size too?
- Filip
Sure, thanks for spotting it ;-)
Changelog:
- use repackaged Mozilla ActiveX control from ReactOS
Index: mozactivex.php
RCS file: /home/wine/tools/mozactivex.php,v retrieving revision 1.1 diff -u -p -r1.1 mozactivex.php --- mozactivex.php 19 Oct 2005 16:17:09 -0000 1.1 +++ mozactivex.php 16 Jan 2006 14:02:33 -0000 @@ -14,31 +14,27 @@
// Name of the file -$sFileName = "MozillaControl1712.exe"; +$sFileName = "MozillaControl1712-ReactOS.exe";
// Exact size of the file: -$iFileSize = 4771240; +$iFileSize = 4735160;
// List of locations -$aList = array("http://www.iol.ie/~locka/mozilla/",
"http://osdn.dl.sourceforge.net/sourceforge/wine/",
"http://nchc.dl.sourceforge.net/sourceforge/wine/",
"http://easynews.dl.sourceforge.net/sourceforge/wine/",
"http://mesh.dl.sourceforge.net/sourceforge/wine/",
"http://puzzle.dl.sourceforge.net/sourceforge/wine/",
"http://citkit.dl.sourceforge.net/sourceforge/wine/",
"http://umn.dl.sourceforge.net/sourceforge/wine/",
"http://cogent.dl.sourceforge.net/sourceforge/wine/",
"http://jaist.dl.sourceforge.net/sourceforge/wine/",
"http://surfnet.dl.sourceforge.net/sourceforge/wine/",
"http://peterhost.dl.sourceforge.net/sourceforge/wine/",
"http://ufpr.dl.sourceforge.net/sourceforge/wine/",
"http://optusnet.dl.sourceforge.net/sourceforge/wine/",
"http://keihanna.dl.sourceforge.net/sourceforge/wine/",
"http://heanet.dl.sourceforge.net/sourceforge/wine/",
"http://switch.dl.sourceforge.net/sourceforge/wine/",
"http://internap.dl.sourceforge.net/sourceforge/wine/",
"http://ovh.dl.sourceforge.net/sourceforge/wine/"
+$aList = array("http://switch.dl.sourceforge.net/sourceforge/reactos/",
"http://surfnet.dl.sourceforge.net/sourceforge/reactos/",
"http://citkit.dl.sourceforge.net/sourceforge/reactos/",
"http://keihanna.dl.sourceforge.net/sourceforge/reactos/",
"http://heanet.dl.sourceforge.net/sourceforge/reactos/",
"http://easynews.dl.sourceforge.net/sourceforge/reactos/",
"http://ovh.dl.sourceforge.net/sourceforge/reactos/",
"http://jaist.dl.sourceforge.net/sourceforge/reactos/",
"http://puzzle.dl.sourceforge.net/sourceforge/reactos/",
"http://nchc.dl.sourceforge.net/sourceforge/reactos/",
"http://switch.dl.sourceforge.net/sourceforge/reactos/",
"http://kent.dl.sourceforge.net/sourceforge/reactos/",
"http://optusnet.dl.sourceforge.net/sourceforge/reactos/",
"http://mesh.dl.sourceforge.net/sourceforge/reactos/",
"http://internap.dl.sourceforge.net/sourceforge/reactos/" );