OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Oct-2005 14:05:06
Branch: HEAD Handle: 2005100613050501
Modified files:
openpkg-src/freeradius freeradius.patch freeradius.spec
Log:
upgrading package: freeradius 1.0.4 -> 1.0.5
Summary:
Revision Changes Path
1.7 +5 -5 openpkg-src/freeradius/freeradius.patch
1.15 +5 -4 openpkg-src/freeradius/freeradius.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/freeradius/freeradius.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 freeradius.patch
--- openpkg-src/freeradius/freeradius.patch 25 Jun 2005 18:58:25 -0000
1.6
+++ openpkg-src/freeradius/freeradius.patch 6 Oct 2005 12:05:05 -0000
1.7
@@ -1,6 +1,6 @@
Index: Make.inc.in
--- Make.inc.in.orig 2004-01-23 18:08:43 +0100
-+++ Make.inc.in 2005-06-25 20:53:37 +0200
++++ Make.inc.in 2005-10-05 23:17:12 +0200
@@ -14,7 +14,7 @@
sbindir = @sbindir@
mandir = @mandir@
@@ -21,7 +21,7 @@
Index: raddb/radiusd.conf.in
--- raddb/radiusd.conf.in.orig 2005-06-12 00:20:40 +0200
-+++ raddb/radiusd.conf.in 2005-06-25 20:53:37 +0200
++++ raddb/radiusd.conf.in 2005-10-05 23:17:12 +0200
@@ -31,7 +31,7 @@
# Location of config and logfiles.
@@ -32,8 +32,8 @@
#
# The logging messages for the server are appended to the
Index: src/modules/rlm_ldap/rlm_ldap.c
---- src/modules/rlm_ldap/rlm_ldap.c.orig 2005-02-07 20:51:28 +0100
-+++ src/modules/rlm_ldap/rlm_ldap.c 2005-06-25 20:53:37 +0200
+--- src/modules/rlm_ldap/rlm_ldap.c.orig 2005-08-29 18:09:56 +0200
++++ src/modules/rlm_ldap/rlm_ldap.c 2005-10-05 23:17:12 +0200
@@ -193,6 +193,7 @@
* every use of the pthread functions.
*/
@@ -44,7 +44,7 @@
#define pthread_mutex_destroy(a)
Index: src/modules/rlm_sql/drivers/Makefile.in
--- src/modules/rlm_sql/drivers/Makefile.in.orig 2005-04-11 23:18:28
+0200
-+++ src/modules/rlm_sql/drivers/Makefile.in 2005-06-25 20:53:37 +0200
++++ src/modules/rlm_sql/drivers/Makefile.in 2005-10-05 23:17:12 +0200
@@ -18,10 +18,10 @@
common:
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/freeradius/freeradius.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 freeradius.spec
--- openpkg-src/freeradius/freeradius.spec 25 Jun 2005 18:58:25 -0000
1.14
+++ openpkg-src/freeradius/freeradius.spec 6 Oct 2005 12:05:06 -0000
1.15
@@ -26,8 +26,8 @@
# FIXME: rse: still not run-time tested
# package version
-%define V_real 1.0.4
-%define V_here 1.0.4
+%define V_real 1.0.5
+%define V_here 1.0.5
# package information
Name: freeradius
@@ -40,7 +40,7 @@
Group: Network
License: GPL
Version: %{V_here}
-Release: 20050625
+Release: 20051006
# list of sources
Source0: ftp://ftp.freeradius.org/pub/radius/freeradius-%{V_real}.tar.gz
@@ -81,9 +81,10 @@
%build
# configure package
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O} %{l_cppflags}" \
+ CFLAGS="%{l_cflags -O} -I`pwd`/src/include %{l_cppflags}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-llber" \
./configure \
--prefix=%{l_prefix} \
--libdir=%{l_prefix}/lib/freeradius \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]