OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 24-Oct-2003 17:39:08
Branch: HEAD Handle: 2003102416390502
Added files:
openpkg-re/vcheck vc.libradius
openpkg-src/libradius libradius.spec libradius.tar.gz radius.conf
Modified files:
openpkg-web news.txt
Log:
new package: libradius 20031024 (RADIUS Client Library)
Summary:
Revision Changes Path
1.1 +11 -0 openpkg-re/vcheck/vc.libradius
1.1 +85 -0 openpkg-src/libradius/libradius.spec
1.1 BLOB openpkg-src/libradius/libradius.tar.gz
1.1 +14 -0 openpkg-src/libradius/radius.conf
1.7158 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.libradius
============================================================================
$ cvs diff -u -r0 -r1.1 vc.libradius
--- /dev/null 2003-10-24 17:39:05.000000000 +0200
+++ vc.libradius 2003-10-24 17:39:05.000000000 +0200
@@ -0,0 +1,11 @@
+config = {
+}
+
+prog libradius = {
+ disabled
+ comment = "rse: tarball created by our own"
+ version = 0
+ url = ftp://ftp.openpkg.org/
+ regex = libradius-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libradius/libradius.spec
============================================================================
$ cvs diff -u -r0 -r1.1 libradius.spec
--- /dev/null 2003-10-24 17:39:07.000000000 +0200
+++ libradius.spec 2003-10-24 17:39:07.000000000 +0200
@@ -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 <[EMAIL PROTECTED]>
+## 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
+
@@ .
(cd openpkg-src/libradius && \
uudecode <<'@@ .' && \
xdelta patch libradius.tar.gz.xdelta /dev/null libradius.tar.gz && \
rm -f libradius.tar.gz.xdelta)
Index: openpkg-src/libradius/libradius.tar.gz
============================================================================
begin 664 libradius.tar.gz.xdelta
M)5A$6C`P-"4````(`!$`$`````````````````````!S:&EE;&$N.38Y,#0N
M;G5L;'-H:65L82XY-CDP-"YA;&[EMAIL PROTECTED]"```
M``````-C8&[EMAIL PROTECTED]@,[EMAIL PROTECTED]&SAEO?CC5`<[EMAIL PROTECTED]<````````
)52581%HP,#0E
`
end
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libradius/radius.conf
============================================================================
$ cvs diff -u -r0 -r1.1 radius.conf
--- /dev/null 2003-10-24 17:39:08.000000000 +0200
+++ radius.conf 2003-10-24 17:39:08.000000000 +0200
@@ -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-+=
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7157 -r1.7158 news.txt
--- openpkg-web/news.txt 24 Oct 2003 15:36:01 -0000 1.7157
+++ openpkg-web/news.txt 24 Oct 2003 15:39:06 -0000 1.7158
@@ -1,3 +1,4 @@
+24-Oct-2003: New package: P<libradius-20031024-20031024>
24-Oct-2003: New package: P<tacacs-4.4b2-20031024>
24-Oct-2003: Upgraded package: P<ecartis-1.0.0.20030814-20031024>
24-Oct-2003: New package: P<nedit-5.3-20031024>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]