Bug 105549 - ports/www/squid_radius_auth doesn't work on sparc64
Summary: ports/www/squid_radius_auth doesn't work on sparc64
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 06:20 UTC by Toshio Hiraga
Modified: 2007-08-04 11:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toshio Hiraga 2006-11-15 06:20:01 UTC
RADIUS authentication doesn't work if I use squid_radius_auth module on squid-2.5-STABLE14 on sparc64 system.

Fix: 

fix squid_radius_auth/md5.h:

- typedef unsigned long int UINT4;
+ typedef unsigned int UINT4;
How-To-Repeat: use squid_radius_auth module on squid-2.5-STABLE14 which is installed from ports on sparc64 system.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 06:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

shaun@ wants to have sparc64 and 4.x PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-15 06:20:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Shaun Amott freebsd_committer freebsd_triage 2007-01-19 15:54:27 UTC
State Changed
From-To: feedback->open

Feedback timeout.
Comment 4 Shaun Amott freebsd_committer freebsd_triage 2007-03-25 21:42:02 UTC
Responsible Changed
From-To: shaun->freebsd-ports-bugs

Return to pool.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-08-04 10:54:21 UTC
sem         2007-08-04 09:54:16 UTC

  FreeBSD ports repository

  Added files:
    www/squid_radius_auth/files patch-md5.h 
  Log:
  - Use uint32_t for four byte integer. It fixes working on 64-bit platforms.
  
  PR:             ports/105549
  Reported by:    Toshio Hiraga <toshio.hiraga@gmail.com>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.1       +18 -0     ports/www/squid_radius_auth/files/patch-md5.h (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-04 10:54:53 UTC
State Changed
From-To: open->closed

Fixed. Thanks!