Browse Source

new package: libradius 20031024 (RADIUS Client Library)

master
parent
commit
e3a6a493f5
  1. 85
      libradius/libradius.spec
  2. BIN
      libradius/libradius.tar.gz
  3. 14
      libradius/radius.conf

85
libradius/libradius.spec

@ -0,0 +1,85 @@
##
## libradius.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2003 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package information
Name: libradius
Summary: RADIUS Client Library
URL: -
Vendor: John Polstra
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Network
License: BSD
Version: 20031024
Release: 20031024
# list of sources
Source0: libradius.tar.gz
Source1: radius.conf
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103
PreReq: OpenPKG, openpkg >= 20030103
AutoReq: no
AutoReqProv: no
%description
The libradius library implements the client side of the Remote
Authentication Dial-In User Service (RADIUS). RADIUS, defined in
RFCs 2138 and 2139, allows clients to perform authentication and
accounting by means of network requests to remote servers. This
implementation was originally written by John Polstra, and donated
to the FreeBSD project by Juniper Networks, Inc.
%prep
%setup -q -n libradius
%build
%{l_shtool} subst \
-e 's;/etc/radius.conf;%{l_prefix}/etc/libradius/radius.conf;' \
radlib_private.h
%{l_make} %{l_mflags} \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}"
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install \
DESTDIR=$RPM_BUILD_ROOT PREFIX=%{l_prefix}
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/libradius
%{l_shtool} install -c -m 644 \
%{SOURCE radius.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/libradius/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/libradius/*'
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT

BIN
libradius/libradius.tar.gz

Binary file not shown.

14
libradius/radius.conf

@ -0,0 +1,14 @@
##
## radius.conf -- RADIUS client library configuration
##
# A simple entry using all the defaults:
#acct radius1.domain.com OurLittleSecret
# A server still using the obsolete RADIUS port, with increased
# timeout and maximum tries:
#auth auth.domain.com:1645 "I can't see you" 5 4
# A server specified by its IP address:
#auth 192.168.27.81 $X*#..38947ax-+=
Loading…
Cancel
Save