Commit Graph

105 Commits

Author SHA1 Message Date
Dan Horák
b7092d9f3e rebuilt for mysql 5.5.10 (soname bump in libmysqlclient) 2011-03-23 19:13:33 +01:00
Dennis Gilmore
7bec371ab4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 15:40:01 -06:00
John Dennis
c46a6ee6e1 Add LINK_MODE=-pie 2011-01-18 09:45:49 -05:00
John Dennis
2a7bcb1190 bug 666589 - removing freeradius from system does not delete the user "radiusd"
fix scriptlet argument testing, simplify always exiting with zero
2011-01-01 08:32:24 -05:00
John Dennis
06930f2692 rebuild for new MySQL libs 2010-12-30 09:52:32 -05:00
John Dennis
9090233167 Upgrade to latest upstream release (2.1.10). See Changelog. 2010-10-19 15:05:08 -04:00
Orcan Ogetbil
933e584931 * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-31 00:57:04 -04:00
Marcela Mašláňová
9f41d5cde2 - Mass rebuild with perl-5.12.0 2010-06-01 15:07:10 +00:00
John Dennis
794dc72aa5 - update to latest upstream, mainly bug fix release Feature improvements
Add radmin command "stats detail <file>" to see what is going on inside of
    a detail file reader.
Added documentation for CoA. See raddb/sites-available/coa
Add sub-option support for Option 82. See dictionary.dhcp
Add "server" field to default SQL NAS table, and documented it.
Bug fixes
Reset "received ping" counter for Status-Server checks. In some corner
    cases it was not getting reset.
Handle large VMPS attributes.
Count accounting responses from a home server in SNMP / statistics code.
Set EAP-Session-Resumed = Yes, not "No" when session is resumed.
radmin packet counter statistics are now unsigned, for numbers
2^31..2^32. After that they roll over to zero.
Be more careful about expanding data in PAP and MS-CHAP modules. This
    prevents login failures when passwords contain '{'.
Clean up zombie children if there were many "exec" modules being run for
    one packet, all with "wait = no".
re-open log file after HUP. Closes bug #63.
Fix "no response to proxied packet" complaint for Coa / Disconnect packets.
    It shouldn't ignore replies to packets it sent.
Calculate IPv6 netmasks correctly. Closes bug #69.
Fix SQL module to re-open sockets if they unexpectedly close.
Track scope for IPv6 addresses. This lets us use link-local addresses
    properly. Closes bug #70.
Updated Makefiles to no longer use the shell for recursing into subdirs.
    "make -j 2" should now work.
Updated raddb/sql/mysql/ippool.conf to use "= NULL". Closes bug #75.
Updated Makefiles so that "make reconfig" no longer uses the shell for
    recursing into subdirs, and re-builds all "configure" files.
Used above method to regenerate all configure scripts. Closes bug #34.
"". This means the same as it being NULL.
Fixed regex realm example. Create Realm attribute with value of realm from
    User-Name, not from regex. Closes bug #40.
If processing a DHCP Discover returns "fail / reject", ignore the packet
    rather than sending a NAK.
Allow '%' to be escaped in sqlcounter module.
Fix typo internal hash table.
For PEAP and TTLS, the tunneled reply is added to the reply, rather than
    integrated via the operators. This allows multiple VSAs to be added,
    where they would previously be discarded.
Make request number unsigned. This changes nothing other than the debug
    output when the server receives more than 2^31 packets.
Don't block when reading child output in 'exec wait'. This means that
    blocked children get killed, instead of blocking the server.
Enabled building without any proxy functionality
radclient now prefers IPv4, to match the default server config.
Print useful error when a realm regex is invalid
relaxed rules for preprocess module "with_cisco_vsa_hack". The attributes
    can now be integer, ipaddr, etc. (i.e. non-string)
Allow rlm_ldap to build if ldap_set_rebind_proc() has only
2 arguments.
Update configure script for rlm_python to avoid dynamic linking problems on
    some platforms.
Work-around for bug #35
Do suid to "user" when running in debug mode as root
Make "allow_core_dumps" work in more situations.
In detail file reader, treat bad records as EOF. This allows it to continue
    working when the disk is full.
Fix Oracle default accounting queries to work when there are no gigawords
    attributes. Other databases already had the fix.
Fix rlm_sql to show when it opens and closes sockets. It already says when
    it cannot connect, so it should say when it can connect.
"chmod -x" for a few C source files.
Pull update spec files, etc. from RedHat into the redhat/ directory.
Allow spaces when parsing integer values. This helps people who put "too
    much" into an SQL value field.
2010-05-24 14:53:15 +00:00
John Dennis
19b7b49d75 - resolves: bug #526559 initial install should run bootstrap to create
certificates running radiusd in debug mode to generate inital temporary
    certificates is no longer necessary, the /etc/raddb/certs/bootstrap is
    invoked on initial rpm install (not upgrade) if there is no existing
    /etc/raddb/certs/server.pem file
- resolves: bug #528493 use sha1 algorithm instead of md5 during cert
    generation the certificate configuration
    (/etc/raddb/certs/{ca,server,client}.cnf) files were modifed to use
    sha1 instead of md5 and the validity reduced from 1 year to 2 months
2010-01-08 17:55:23 +00:00
John Dennis
dd59821020 upgrade to latest upstream release (2.1.8) 2009-12-30 18:12:37 +00:00
John Dennis
227a51e855 Remove devel subpackage. It doesn't make much sense to have a devel package
since we don't ship libraries and it produces multilib conflicts.
2009-12-30 17:48:12 +00:00
John Dennis
dd81fe142e - since all sub-packages now require main package remove user creation for
sub-packages
- also include the LGPL library license file in addition to the GPL license
    file
- fix BuildRequires for perl so it's compatible with both Fedora, RHEL5 and
    RHEL6
2009-12-21 21:45:37 +00:00
John Dennis
89ceb490cc remove unnecessary use of ldconfig 2009-12-21 18:30:56 +00:00
John Dennis
1edb135030 - more spec file clean up from review comments
- remove freeradius-libs subpackage, move libfreeradius-eap and
    libfreeradius-radius into the main package
- fix subpackage requires, change from freeradius-libs to main package
- fix description of the devel subpackage, remove referene to non-shipped
    libs
- remove execute permissions on src files included in debuginfo
2009-12-21 18:14:56 +00:00
John Dennis
e6360f6da4 clean up as many rpmlint warnings & errors as possible 2009-12-19 20:10:12 +00:00
Štěpán Kasal
531fd1a01a - rebuild against perl 5.10.1 2009-12-06 23:09:08 +00:00
John Dennis
afeabfbd24 resolves: bug #522111 non-conformant initscript also change permission of
/var/run/radiusd from 0700 to 0755 so that "service radiusd status" can
    be run as non-root
2009-12-03 21:44:54 +00:00
Tomáš Mráz
a43716398c - use password-auth common PAM configuration instead of system-auth 2009-09-16 12:21:41 +00:00
John Dennis
5c1a950083 - enable building of the rlm_wimax module
- pcap wire analysis support is enabled and available in utils subpackage
- Resolves bug #523053 radtest manpage in wrong package
- update to latest upstream release: 2.1.7
2009-09-15 14:47:18 +00:00
Tomáš Mráz
9f82cb1fd6 - rebuilt with new openssl 2009-08-21 13:25:25 +00:00
Jesse Keating
4ec9fe294a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 23:11:03 +00:00
John Dennis
e09d002ba2 install COPYRIGHT CREDITS INSTALL LICENSE README into docdir 2009-07-10 20:43:26 +00:00
John Dennis
2ae6b2655b resolves bug #507571 freeradius packages do not check for user/group
existence
2009-06-23 19:39:57 +00:00
John Dennis
06761b8eba /etc/raddb/sites-available changed to be config(noreplace) to preserve site
configuration for these files during an upgrade
2009-06-02 20:55:13 +00:00
John Dennis
0bf50eaf65 upgrade to latest upstream release fix a few packaging bugs, directories
were missing execute perm
2009-05-18 16:03:13 +00:00
John Dennis
68b0ca5e79 fix type usage in unixodbc to match new type usage in unixodbc API 2009-02-24 15:07:46 +00:00
John Dennis
6ace470cfb add pointer to Red Hat documentation in docdir decouple package name in
several places to allow building under another name
2009-02-19 22:56:00 +00:00
Caolan McNamara
1494a8c2e2 rebuild for dependencies 2009-01-24 17:05:53 +00:00
John Dennis
b3b4236a0d upgrade to latest upstream v2.1.3 2008-12-05 21:13:23 +00:00
John Dennis
f6c1bd9063 add --with-system-libtool to configure as a workaround for undefined
reference to lt__PROGRAM__LTX_preloaded_symbols bump revision number
2008-12-04 00:43:05 +00:00
John Dennis
78241dc605 add --with-system-libtool to configure as a workaround for undefined
reference to lt__PROGRAM__LTX_preloaded_symbols
2008-12-02 19:50:11 +00:00
John Dennis
4e15cd93f4 fix changelog ordering 2008-12-01 15:34:30 +00:00
John Dennis
235ae13ca1 add obsoletes tags for removed dialupadmin subpackages add buildrequires
for readline
2008-12-01 15:29:38 +00:00
Ignacio Vazquez-Abrams
3deead4d19 Rebuild for Python 2.6 2008-12-01 05:03:46 +00:00
John Dennis
05871a3e02 - make spec file buildable on RHEL5.2 by making perl-devel a fedora only
dependency.
- remove diaupadmin packages, it's not well supported and there are
    problems with it.
2008-11-21 18:49:58 +00:00
John Dennis
ee7e5da19f Resolves: bug #464119 bootstrap code could not create initial certs in
/etc/raddb/certs because permissions were 750, radiusd running as euid
    radiusd could not write there, permissions now 770
2008-09-26 14:12:45 +00:00
John Dennis
bf06152446 add change log entry 2008-09-25 19:49:10 +00:00
John Dennis
650b46573a upgrade to new upstream 2.1.1 release 2008-09-25 19:36:06 +00:00
John Dennis
c71c5f8476 Resolves: bug #453761: FreeRADIUS %%post should not include chown -R
specify file attributes for /etc/raddb/ldap.attrmap fix consistent use
    of tabs/spaces (rpmlint warning)
2008-07-30 14:38:14 +00:00
John Dennis
8b5c4b5e6c upgrade to latest upstream, see Changelog for details, upstream now has
more complete fix for bug #447545, local patch removed
2008-06-26 15:53:47 +00:00
John Dennis
efcd18febe - remove support for radrelay, it's different now
- turn off default inclusion of SQL config files in radiusd.conf since SQL
    is an optional RPM install
- remove mssql config files
2008-04-18 17:33:55 +00:00
John Dennis
f49343eff5 revert BuildRequires: /usr/bin/perlcc to original BuildRequires: perl-devel 2008-04-17 17:11:10 +00:00
John Dennis
67d3d2c459 - Upgrade to current upstream 2.0.3 release
- Many thanks to Enrico Scholz for his spec file suggestions incorporated
    here
- Resolve: bug #438665: Contains files owned by buildsystem
- Add dialupadmin-mysql, dialupadmin-postgresql, dialupadmin-ldap
    subpackages to further partition external dependencies.
- Clean up some unnecessary requires dependencies
- Add versioned requires between subpackages
- Replace BuildRequires of perl-devel with /usr/bin/perlcc to accomodate
    building on both Fedora and RHEL.
2008-04-17 16:29:01 +00:00
Tom Callaway
c16ca10196 add Requires for versioned perl (libperl.so) 2008-03-18 17:07:27 +00:00
John Dennis
41eda4e9f6 checkpoint dialupadmin subpackage work 2008-03-05 23:44:45 +00:00
John Dennis
32f3d4021d clean up dialupadmin requires rename init scripts add dialupadmin httpd
conf
2008-02-29 18:18:34 +00:00
John Dennis
eb87cfeab1 make our own versions of init scripts, pam.conf, logrotate so we can edit
them rather than copying from src tarball and patching
2008-02-29 04:16:24 +00:00
John Dennis
1312e014f2 add comment 2008-02-29 03:21:36 +00:00
John Dennis
0007482476 add comment 2008-02-29 01:14:08 +00:00