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 Date: 20-Sep-2004 15:03:57
Branch: HEAD Handle: 2004092014035600
Modified files:
openpkg-src/libradius libradius.spec radius.conf
Removed files:
openpkg-src/libradius libradius.tar.gz
Log:
switch to versioned tarball (created today from FreeBSD 5-STABLE) and
cleanup config a little bit
Summary:
Revision Changes Path
1.4 +6 -8 openpkg-src/libradius/libradius.spec
1.2 BLOB openpkg-src/libradius/libradius.tar.gz
1.2 +3 -3 openpkg-src/libradius/radius.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libradius/libradius.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 libradius.spec
--- openpkg-src/libradius/libradius.spec 3 Feb 2004 20:03:19 -0000 1.3
+++ openpkg-src/libradius/libradius.spec 20 Sep 2004 13:03:56 -0000 1.4
@@ -26,18 +26,18 @@
# package information
Name: libradius
Summary: RADIUS Client Library
-URL: -
+URL: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/libradius/
Vendor: John Polstra
Packager: The OpenPKG Project
Distribution: OpenPKG
Class: EVAL
Group: Network
License: BSD
-Version: 20040203
-Release: 20040203
+Version: 20040920
+Release: 20040920
# list of sources
-Source0: libradius.tar.gz
+Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/libradius/libradius-%{version}.tar.gz
Source1: radius.conf
# build information
@@ -58,10 +58,8 @@
%track
prog libradius = {
- disabled
- comment = "rse: tarball created by our own"
- version = 0
- url = ftp://ftp.openpkg.org/
+ version = %{version}
+ url = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/libradius/
regex = libradius-(__VER__)\.tar\.gz
}
@@ .
rm -f openpkg-src/libradius/libradius.tar.gz <<'@@ .'
Index: openpkg-src/libradius/libradius.tar.gz
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libradius/radius.conf
============================================================================
$ cvs diff -u -r1.1 -r1.2 radius.conf
--- openpkg-src/libradius/radius.conf 24 Oct 2003 15:39:07 -0000 1.1
+++ openpkg-src/libradius/radius.conf 20 Sep 2004 13:03:56 -0000 1.2
@@ -3,12 +3,12 @@
##
# A simple entry using all the defaults:
-#acct radius1.domain.com OurLittleSecret
+#acct radius.example.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
+#auth auth.example.com:1645 "I can't see you" 5 4
# A server specified by its IP address:
-#auth 192.168.27.81 $X*#..38947ax-+=
+#auth 192.168.0.1 $X*#..38947ax-+=
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]