On Fri, Mar 12, 2004 at 11:29:44PM +0100, Josip Rodin wrote: > On Thu, Mar 11, 2004 at 04:34:21PM +0100, Jens Seidel wrote: > > I noticed that all URLs to the debian-security-announce-99 mailing list > > are wrong in News/weekly/1999/32/index and others. The following patch fixes > > this: > > > > A fix was released for a serious root exploit in > > -<a > > href="http://lists.debian.org/debian-security-announce-99/msg00000.html"> > > +<a > > href="http://lists.debian.org/debian-security-announce-99/msg00019.html"> > > cfingerd</a>, plus fixes for > > > > It's necessary to add 19 to the mail indexes. > > Why?
Ah, now I see: joeyh (=Joey Hess?) patched News/weekly/1999/32/index.wml 1.4 ==> 1.5 (1999/09/08 17:18:33) and changed debian-security-announce-9908/msg00000.html to debian-security-announce-99/msg00000.html. That's wrong since he droped the month without adapting the message ID (where ID 0 refers to the first issue of the year, not the month). OK, this explains the behaviour. The next time when I notice similar stuff I will not be so lazy and check the CVS history more carefully! I will also check similar commits from him to ensure that this didn't happen multiple times. Jens