Bug 119909 - [maintainer update] net/freeradius2 - update to 2.0.1, fix radsqlrelay, update MASTER_SITES
Summary: [maintainer update] net/freeradius2 - update to 2.0.1, fix radsqlrelay, updat...
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: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 03:30 UTC by David Wood
Modified: 2008-01-31 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.83 KB, patch)
2008-01-23 03:30 UTC, David Wood
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wood 2008-01-23 03:30:01 UTC
FreeBSD enhancements
====================

Update MASTER_SITES to allow MASTER_SITE_SUBDIR to work correctly. This should
stop problems with fetching between a new version of FreeRADIUS being released
and the port being updated (as the tarballs for old versions are moved to the
'old' folder on the download sites).

Patch radsqlrelay to work correctly with FreeBSD. [1]

[1] - http://preview.tinyurl.com/2ku5yp


Release notes
=============

FreeRADIUS 2.0.1 has been released. The focus of this release is stability.


Feature Improvements

    * Unlang now permits type-specific checks, and requires using strings less
      often. e.g. if (Framed-IP-Address > 192.168.0.1) { ....

Bug Fixes

    * The acct_unique module has been updated to understand the deprecated
      (but still used) Client-IP-Address attribute.
    * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in packets.
    * Fixed crash in the dbm module.
    * Corrected parsing of syslog entries in radiusd.conf.

Fix: Files added: files/patch-radsqlrelay
Files deleted: <none>

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-23 03:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

jmelo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-31 13:22:31 UTC
jmelo       2008-01-31 13:22:15 UTC

  FreeBSD ports repository

  Modified files:
    net/freeradius2      Makefile distinfo 
  Added files:
    net/freeradius2/files patch-radsqlrelay 
  Log:
  - Update to 2.0.1.
  - Fix radsqlrelay.
  - Update mastersites.
  
  PR:             ports/119909
  Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
  
  Revision  Changes    Path
  1.67      +6 -6      ports/net/freeradius2/Makefile
  1.24      +3 -3      ports/net/freeradius2/distinfo
  1.1       +32 -0     ports/net/freeradius2/files/patch-radsqlrelay (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 3 Jean Milanez Melo freebsd_committer freebsd_triage 2008-01-31 13:22:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!