Bug 54067 - www/mod_auth_mysql_another fails to build with mysql-4.1
Summary: www/mod_auth_mysql_another fails to build with mysql-4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Blapp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 18:20 UTC by Frank Altpeter
Modified: 2004-01-12 23:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Altpeter 2003-07-03 18:20:14 UTC
	Port fails to build, possibly due to missing check on changed
	make_scrambled_password() arguments between mysql-3 and mysql-4.

How-To-Repeat: 	
root@murphy:/usr/ports/www/mod_auth_mysql_another # make
===>  Extracting for mod_auth_mysql_another-2.0
Comment 1 Martin Blapp freebsd_committer freebsd_triage 2003-07-03 22:55:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mbr

I'll fix this.
Comment 2 Frank Altpeter 2003-07-22 15:11:37 UTC
Hello FreeBSD-gnats-submit@FreeBSD.org!

You wrote on 2003-07-03 10:20:14 -0700:
> Audit-Trail
> 
> Responsible-Changed-From-To: freebsd-ports-bugs->mbr 
> Responsible-Changed-By: mbr 
> Responsible-Changed-When: Thu Jul 3 14:55:08 PDT 2003 
> Responsible-Changed-Why:  
> I'll fix this. 

Any idea when it will be fixed?


With kind regards,

	Frank Altpeter

-- 
Intelligenzbestien des Fussballs, heute: Rudi Völler
(über Rainer Calmund) 
Ja gut, der arbeitet von morgens bis abends. Ja gut, sowas nennt man im
Volksmund glaube ich Alcoholic.
Comment 3 Frank Altpeter 2003-08-21 14:40:50 UTC
Hi!

GNATS wrote:

| Responsible-Changed-From-To: freebsd-ports-bugs->mbr 
| Responsible-Changed-By: mbr 
| Responsible-Changed-When: Thu Jul 3 14:55:08 PDT 2003 
| Responsible-Changed-Why:  
| I'll fix this. 

Well, it's about 7 weeks now, and there seems still nothing fixed in
there... usually i don't mind and use something else, but there are
only two ports available for mysql authorization, where this one is
b0rked and the other one doesn't support mysql-4 ...

So, would you mind doing like you said and fix it?

I can't imagine that i'm the only one relying on this module...

If you don't have the time to fix but seem to be unable to say so,
it would be nice if someone else could do his job... I don't have
any clue of C, otherwise i would have patched it myself... but it
doesn't look like more than an #IFDEF(mysql-4) and a modified
make_scrambled_password() function.


With kind regards,

	Frank Altpeter

-- 
 "Why would a robot need to drink?" -Fry 
 "I don't need to drink, I can quit anytime I want." -Bender
Comment 4 mb 2003-08-21 14:49:01 UTC
Hi,

> Well, it's about 7 weeks now, and there seems still nothing fixed in
> there... usually i don't mind and use something else, but there are
> only two ports available for mysql authorization, where this one is
> b0rked and the other one doesn't support mysql-4 ...
>
> So, would you mind doing like you said and fix it?
>
> I can't imagine that i'm the only one relying on this module...
>
> If you don't have the time to fix but seem to be unable to say so,
> it would be nice if someone else could do his job... I don't have
> any clue of C, otherwise i would have patched it myself... but it
> doesn't look like more than an #IFDEF(mysql-4) and a modified
> make_scrambled_password() function.

Yeah it seems that we have to implement the old make_scrambled_password()
password again. I'll look at this this weekend.

Martin
Comment 5 Frank Altpeter 2003-09-18 11:51:15 UTC
Hello!

Martin Blapp wrote on 2003-08-21 15:49:01 +0200:
> Yeah it seems that we have to implement the old make_scrambled_password()
> password again. I'll look at this this weekend.
> 
> Martin

Any news on this item?

With kind regards,

	Frank Altpeter
Comment 6 Frank Altpeter 2003-11-24 17:02:13 UTC
Hello!

Martin Blapp wrote on 2003-08-21 15:49:01 +0200:
> > If you don't have the time to fix but seem to be unable to say so,
> > it would be nice if someone else could do his job... I don't have
> > any clue of C, otherwise i would have patched it myself... but it
> > doesn't look like more than an #IFDEF(mysql-4) and a modified
> > make_scrambled_password() function.
> 
> Yeah it seems that we have to implement the old make_scrambled_password()
> password again. I'll look at this this weekend.

That's right. Any idea when you will take the responsibility of your
maintainership to fix it?

Your last "i'll look at this this weekend" was about 3 months ago.


With kind regards,

	Frank Altpeter

-- 
It is impossible for an optimist to be pleasantly suprised.
Comment 7 Martin Blapp freebsd_committer freebsd_triage 2004-01-11 18:53:02 UTC
State Changed
From-To: open->analyzed

Fixed in CVS. Can you please confirm that this solution 
works ? It has passed all my tests.
Comment 8 Martin Blapp freebsd_committer freebsd_triage 2004-01-12 23:03:33 UTC
State Changed
From-To: analyzed->closed

Closed after positive feedback.