English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/freewrt_1_0/package/freeradius/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2951 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 26 19:20:08 2007 UTC (6 years, 8 months ago) by tha
File length: 9778 byte(s)
Diff to previous 1826
Madwifi (fixing bug: #155):
 - downgraded to 0.9.2.1, because in 0.9.3.x the madwifi kernel module
   oopses in monitor mode.
 - applied debian's security fixed for 0.9.2.1, because every 
   unpatched version before 0.9.3.1 is vulnerable to three knows security
   issues (see madwifi.org).
 - converted four manual patches to the freewrt patch format
 - thx to shorty for sending a one-liner fix in the Makefile for 0.9.2.1

Aiccu (fixing a bug reported via the xen-users ml by Frank Matthiess):
 - merged fix from trunk rev #2881 for fixing a bug regarding a broken
   IP Header in the aiccu packets.

Broadcom-wl-util (fixing bug: #334):
 - qouted the wpa password in the if-<pre>up.d scripts.
   hopefully this fixes this bug. Until now I only checked that it 
   doesn't brake something that was already working before.

Freeradius (fixing bug: #321):
 - the init.d script now exports the correct library path before radiusd
   is started. otherwise the daemon fails in certain setups because some
   libraries cannot be found. thx to tg for this fix.

License:
 - updated the license file to refelect the current developer team.
   the names and the alphabetic order has been "stolen" by me from
   http://www.freewrt.org/trac/wiki/Development/Developers



Revision 1826 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 19:12:27 2007 UTC (7 years ago) by wbx
File length: 9778 byte(s)
Diff to previous 1029
install library to the correct path

Revision 1029 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 19:36:25 2006 UTC (7 years, 3 months ago) by wbx
File length: 9792 byte(s)
Diff to previous 975
fix all remaining init scripts, normalize

Revision 975 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 20 16:19:28 2006 UTC (7 years, 4 months ago) by dnehring
File length: 9809 byte(s)
Diff to previous 744
drop --enable-largefile from makefiles. 2GB should be enough in most cases

Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File length: 9833 byte(s)
Diff to previous 600
create stable branch, feature freeze, please send svn diff patches to wbx

Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 16 16:21:37 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9833 byte(s)
Diff to previous 394
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Revision 394 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 24 16:43:34 2006 UTC (7 years, 7 months ago) by markus
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9672 byte(s)
Diff to previous 360
updated to 1.1.2 mainstream version, please test it...

Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 15:48:30 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9672 byte(s)
Diff to previous 303
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)



Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 20 23:56:32 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9669 byte(s)
Diff to previous 152
* whitespace cleanup, while here
* move WRKDIR and DISTFILES definition into PKG_template
* define WRKDIR via parent BUILD_DIR instead of going up from WRKSRC
* use a sub-directory as WRKDIR, like BSD
* rename PKG_BUILD_DIR into WRKBUILD
* define WRKBUILD relative via WRKDIR
* rename PKG_INSTALL_DIR into WRKINST
* fix a few dependencies
* make use of common cases in the definition of WRKBUILD and
  WRKINST, removing many redundant lines
* use WRKDIR instead of BUILD_DIR in places where the latter
  was used previously
* while here, remove PKG_CAT stuff

this only affects packages, for now



Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 19 13:13:39 2006 UTC (7 years, 8 months ago) by tg
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9909 byte(s)
Diff to previous 5
nuke DISABLE_NLS, DISABLE_LARGEFILE, replace globally
with --disable-nls and --enable-largefile, because it
doesn't make sense otherwise and/or breaks.

Requested by wbx@ in Message-ID: <20060618220406.GL6291@openbsd-geek.de>
Done using find and ed(1)



Revision 5 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 30 06:10:49 2006 UTC (7 years, 8 months ago) by wbx
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9912 byte(s)
Diff to previous 1
fix url

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/package/freeradius/Makefile
File length: 9906 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20