OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 11-Mar-2009 20:57:52 Branch: HEAD Handle: 2009031119575200 Modified files: openpkg-src/freeradius freeradius.patch freeradius.spec Log: upgrading package: freeradius 2.1.3 -> 2.1.4 Summary: Revision Changes Path 1.13 +21 -8 openpkg-src/freeradius/freeradius.patch 1.41 +2 -2 openpkg-src/freeradius/freeradius.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/freeradius/freeradius.patch ============================================================================ $ cvs diff -u -r1.12 -r1.13 freeradius.patch --- openpkg-src/freeradius/freeradius.patch 6 Dec 2008 14:51:47 -0000 1.12 +++ openpkg-src/freeradius/freeradius.patch 11 Mar 2009 19:57:52 -0000 1.13 @@ -1,6 +1,6 @@ Index: Make.inc.in ---- Make.inc.in.orig 2008-09-25 10:41:26 +0200 -+++ Make.inc.in 2008-09-25 17:56:09 +0200 +--- Make.inc.in.orig 2009-03-11 03:26:50 +0100 ++++ Make.inc.in 2009-03-11 20:42:51 +0100 @@ -15,7 +15,7 @@ docdir = @docdir@ mandir = @mandir@ @@ -20,21 +20,34 @@ RADIR = ${radacctdir} LIBRADIUS = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la Index: raddb/radiusd.conf.in ---- raddb/radiusd.conf.in.orig 2008-09-25 10:41:26 +0200 -+++ raddb/radiusd.conf.in 2008-09-25 17:56:09 +0200 +--- raddb/radiusd.conf.in.orig 2009-03-11 03:26:50 +0100 ++++ raddb/radiusd.conf.in 2009-03-11 20:42:51 +0100 @@ -66,7 +66,7 @@ # Location of config and logfiles. confdir = ${raddbdir} --run_dir = ${localstatedir}/run/radiusd +-run_dir = ${localstatedir}/run/${name} +run_dir = ${localstatedir} # Should likely be ${localstatedir}/lib/radiusd db_dir = ${raddbdir} +Index: src/main/event.c +--- src/main/event.c.orig 2009-03-11 03:26:50 +0100 ++++ src/main/event.c 2009-03-11 20:50:59 +0100 +@@ -1628,7 +1628,9 @@ + */ + request->num_proxied_requests = 1; + request->num_proxied_responses = 0; ++#if defined(HAVE_PTHREAD_H) + request->child_pid = NO_SUCH_CHILD_PID; ++#endif + + update_event_timestamp(request->proxy, request->proxy_when.tv_sec); + Index: src/modules/rlm_sql/drivers/Makefile.in ---- src/modules/rlm_sql/drivers/Makefile.in.orig 2008-09-25 10:41:26 +0200 -+++ src/modules/rlm_sql/drivers/Makefile.in 2008-09-25 17:56:09 +0200 -@@ -16,7 +16,7 @@ +--- src/modules/rlm_sql/drivers/Makefile.in.orig 2009-03-11 03:26:50 +0100 ++++ src/modules/rlm_sql/drivers/Makefile.in 2009-03-11 20:42:51 +0100 +@@ -15,7 +15,7 @@ common: @[ -d lib/ ] || mkdir lib @@ . patch -p0 <<'@@ .' Index: openpkg-src/freeradius/freeradius.spec ============================================================================ $ cvs diff -u -r1.40 -r1.41 freeradius.spec --- openpkg-src/freeradius/freeradius.spec 6 Dec 2008 14:51:47 -0000 1.40 +++ openpkg-src/freeradius/freeradius.spec 11 Mar 2009 19:57:52 -0000 1.41 @@ -34,8 +34,8 @@ Class: EVAL Group: RADIUS License: GPL -Version: 2.1.3 -Release: 20081206 +Version: 2.1.4 +Release: 20090311 # package options %option with_mysql no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org