public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
@ 2001-02-02 12:12 ` Gerald Pfeifer
  2001-12-31 19:40 ` Phil Edwards
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2001-02-02 12:12 UTC (permalink / raw)
  To: overseers; +Cc: Phil Edwards

I usually try not to interfere with sources.redhat.com admin issues,
but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
heavily loaded with other stuff and didn't have the time to address this,
so I went ahead and installed the following.

Phil, it should work now, I hope.

Gerald

Generate proper cookies paths.
By Mark Kuchel <mark@kuchel.net>.

Index: gnatsweb.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -p -r1.19 -r1.20
--- gnatsweb.pl	2001/01/11 01:11:36	1.19
+++ gnatsweb.pl	2001/01/19 01:30:42	1.20
@@ -3143,6 +3143,7 @@ sub main
                                -expires => $global_cookie_expires);
     my $expire_old_cookie = $q->cookie(-name => 'gnatsweb',
                                -value => 'does not matter',
+                               -path => $global_cookie_path,
                                #-path was not used for gnatsweb 2.5 cookies
                                -expires => '-1d');
     my $url = $q->param('return_url');


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 ` Christopher Faylor
@ 2001-02-02 12:17   ` Christopher Faylor
  0 siblings, 0 replies; 10+ messages in thread
From: Christopher Faylor @ 2001-02-02 12:17 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers, Phil Edwards

On Fri, Feb 02, 2001 at 09:12:20PM +0100, Gerald Pfeifer wrote:
>I usually try not to interfere with sources.redhat.com admin issues,
>but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
>heavily loaded with other stuff and didn't have the time to address this,
>so I went ahead and installed the following.

Your efforts are appreciated, Gerald.  I don't know about Tom or Jeff, but
I have very little experience with gnatsweb so any help you offer is great.

cgf

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 ` Phil Edwards
@ 2001-02-02 12:22   ` Phil Edwards
  0 siblings, 0 replies; 10+ messages in thread
From: Phil Edwards @ 2001-02-02 12:22 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers

On Fri, Feb 02, 2001 at 09:12:20PM +0100, Gerald Pfeifer wrote:
> I usually try not to interfere with sources.redhat.com admin issues,
> but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
> heavily loaded with other stuff and didn't have the time to address this,
> so I went ahead and installed the following.
> 
> Phil, it should work now, I hope.

I no longer get the error message, so everything should be fine now.
Thanks so much!

Hopefully this weekend I can close out most of the old v3 database,
and maybe run Tom's PR-copying script to get the remaining ones into the
current database.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 ` Tom Tromey
@ 2001-02-02 17:43   ` Tom Tromey
  2001-12-31 19:40   ` Gerald Pfeifer
  1 sibling, 0 replies; 10+ messages in thread
From: Tom Tromey @ 2001-02-02 17:43 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers, Phil Edwards

>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

Gerald> I usually try not to interfere with sources.redhat.com admin
Gerald> issues, but cgi-bin/gnatsweb.pl urgently needed the following
Gerald> patch, and Tom is heavily loaded with other stuff and didn't
Gerald> have the time to address this, so I went ahead and installed
Gerald> the following.

Thanks Gerald.
Actually I was waiting for the final set of patches from you before
hacking the sourceware gnatsweb.  Is gnatsweb ready for a full
re-import into the sourceware cvs?

Tom

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40   ` Gerald Pfeifer
@ 2001-02-03  5:11     ` Gerald Pfeifer
  0 siblings, 0 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2001-02-03  5:11 UTC (permalink / raw)
  To: Tom Tromey; +Cc: overseers, Phil Edwards

On 2 Feb 2001, Tom Tromey wrote:
> Actually I was waiting for the final set of patches from you before
> hacking the sourceware gnatsweb.  Is gnatsweb ready for a full
> re-import into the sourceware cvs?

I wouldn't recommend doing so for the official gnatsweb sources (yet), but
I have now committed a final, important patch, such that I can recommend
synching from what we have at gcc.gnu.org.

(Nearly) all changes peculiar to the gcc.gnu.org site should be marked
properly (similiar to what Redhat does with the internal GCC tree), so
you should be able to just copy gnatsweb.pl and manually review these
local changes in less than 10 minutes.

If you noticed any problems/omissions, please let me know!

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
  2001-02-02 12:12 ` Gerald Pfeifer
@ 2001-12-31 19:40 ` Phil Edwards
  2001-02-02 12:22   ` Phil Edwards
  2001-12-31 19:40 ` Christopher Faylor
  2001-12-31 19:40 ` Tom Tromey
  3 siblings, 1 reply; 10+ messages in thread
From: Phil Edwards @ 2001-12-31 19:40 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers

On Fri, Feb 02, 2001 at 09:12:20PM +0100, Gerald Pfeifer wrote:
> I usually try not to interfere with sources.redhat.com admin issues,
> but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
> heavily loaded with other stuff and didn't have the time to address this,
> so I went ahead and installed the following.
> 
> Phil, it should work now, I hope.

I no longer get the error message, so everything should be fine now.
Thanks so much!

Hopefully this weekend I can close out most of the old v3 database,
and maybe run Tom's PR-copying script to get the remaining ones into the
current database.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
  2001-02-02 12:12 ` Gerald Pfeifer
  2001-12-31 19:40 ` Phil Edwards
@ 2001-12-31 19:40 ` Christopher Faylor
  2001-02-02 12:17   ` Christopher Faylor
  2001-12-31 19:40 ` Tom Tromey
  3 siblings, 1 reply; 10+ messages in thread
From: Christopher Faylor @ 2001-12-31 19:40 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers, Phil Edwards

On Fri, Feb 02, 2001 at 09:12:20PM +0100, Gerald Pfeifer wrote:
>I usually try not to interfere with sources.redhat.com admin issues,
>but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
>heavily loaded with other stuff and didn't have the time to address this,
>so I went ahead and installed the following.

Your efforts are appreciated, Gerald.  I don't know about Tom or Jeff, but
I have very little experience with gnatsweb so any help you offer is great.

cgf

^ permalink raw reply	[flat|nested] 10+ messages in thread

* cgi-bin/gnatsweb.pl patched
@ 2001-12-31 19:40 Gerald Pfeifer
  2001-02-02 12:12 ` Gerald Pfeifer
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2001-12-31 19:40 UTC (permalink / raw)
  To: overseers; +Cc: Phil Edwards

I usually try not to interfere with sources.redhat.com admin issues,
but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is
heavily loaded with other stuff and didn't have the time to address this,
so I went ahead and installed the following.

Phil, it should work now, I hope.

Gerald

Generate proper cookies paths.
By Mark Kuchel <mark@kuchel.net>.

Index: gnatsweb.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -p -r1.19 -r1.20
--- gnatsweb.pl	2001/01/11 01:11:36	1.19
+++ gnatsweb.pl	2001/01/19 01:30:42	1.20
@@ -3143,6 +3143,7 @@ sub main
                                -expires => $global_cookie_expires);
     my $expire_old_cookie = $q->cookie(-name => 'gnatsweb',
                                -value => 'does not matter',
+                               -path => $global_cookie_path,
                                #-path was not used for gnatsweb 2.5 cookies
                                -expires => '-1d');
     my $url = $q->param('return_url');


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
                   ` (2 preceding siblings ...)
  2001-12-31 19:40 ` Christopher Faylor
@ 2001-12-31 19:40 ` Tom Tromey
  2001-02-02 17:43   ` Tom Tromey
  2001-12-31 19:40   ` Gerald Pfeifer
  3 siblings, 2 replies; 10+ messages in thread
From: Tom Tromey @ 2001-12-31 19:40 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers, Phil Edwards

>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

Gerald> I usually try not to interfere with sources.redhat.com admin
Gerald> issues, but cgi-bin/gnatsweb.pl urgently needed the following
Gerald> patch, and Tom is heavily loaded with other stuff and didn't
Gerald> have the time to address this, so I went ahead and installed
Gerald> the following.

Thanks Gerald.
Actually I was waiting for the final set of patches from you before
hacking the sourceware gnatsweb.  Is gnatsweb ready for a full
re-import into the sourceware cvs?

Tom

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cgi-bin/gnatsweb.pl patched
  2001-12-31 19:40 ` Tom Tromey
  2001-02-02 17:43   ` Tom Tromey
@ 2001-12-31 19:40   ` Gerald Pfeifer
  2001-02-03  5:11     ` Gerald Pfeifer
  1 sibling, 1 reply; 10+ messages in thread
From: Gerald Pfeifer @ 2001-12-31 19:40 UTC (permalink / raw)
  To: Tom Tromey; +Cc: overseers, Phil Edwards

On 2 Feb 2001, Tom Tromey wrote:
> Actually I was waiting for the final set of patches from you before
> hacking the sourceware gnatsweb.  Is gnatsweb ready for a full
> re-import into the sourceware cvs?

I wouldn't recommend doing so for the official gnatsweb sources (yet), but
I have now committed a final, important patch, such that I can recommend
synching from what we have at gcc.gnu.org.

(Nearly) all changes peculiar to the gcc.gnu.org site should be marked
properly (similiar to what Redhat does with the internal GCC tree), so
you should be able to just copy gnatsweb.pl and manually review these
local changes in less than 10 minutes.

If you noticed any problems/omissions, please let me know!

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-12-31 19:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
2001-02-02 12:12 ` Gerald Pfeifer
2001-12-31 19:40 ` Phil Edwards
2001-02-02 12:22   ` Phil Edwards
2001-12-31 19:40 ` Christopher Faylor
2001-02-02 12:17   ` Christopher Faylor
2001-12-31 19:40 ` Tom Tromey
2001-02-02 17:43   ` Tom Tromey
2001-12-31 19:40   ` Gerald Pfeifer
2001-02-03  5:11     ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).