OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   06-Dec-2008 15:51:47
  Branch: HEAD                             Handle: 2008120614514700

  Modified files:
    openpkg-src/freeradius  freeradius.patch freeradius.spec

  Log:
    upgrading package: freeradius 2.0.5 -> 2.1.3

  Summary:
    Revision    Changes     Path
    1.12        +8  -30     openpkg-src/freeradius/freeradius.patch
    1.40        +5  -5      openpkg-src/freeradius/freeradius.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/freeradius/freeradius.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 freeradius.patch
  --- openpkg-src/freeradius/freeradius.patch   8 Jun 2008 08:08:09 -0000       
1.11
  +++ openpkg-src/freeradius/freeradius.patch   6 Dec 2008 14:51:47 -0000       
1.12
  @@ -1,6 +1,6 @@
   Index: Make.inc.in
  ---- Make.inc.in.orig 2008-06-05 14:38:12 +0200
  -+++ Make.inc.in      2008-06-08 09:59:39 +0200
  +--- Make.inc.in.orig 2008-09-25 10:41:26 +0200
  ++++ Make.inc.in      2008-09-25 17:56:09 +0200
   @@ -15,7 +15,7 @@
    docdir              = @docdir@
    mandir              = @mandir@
  @@ -20,9 +20,9 @@
    RADIR               = ${radacctdir}
    LIBRADIUS   = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la
   Index: raddb/radiusd.conf.in
  ---- raddb/radiusd.conf.in.orig       2008-05-30 11:18:43 +0200
  -+++ raddb/radiusd.conf.in    2008-06-08 09:59:39 +0200
  -@@ -62,7 +62,7 @@
  +--- raddb/radiusd.conf.in.orig       2008-09-25 10:41:26 +0200
  ++++ raddb/radiusd.conf.in    2008-09-25 17:56:09 +0200
  +@@ -66,7 +66,7 @@
    
    #  Location of config and logfiles.
    confdir = ${raddbdir}
  @@ -30,32 +30,10 @@
   +run_dir = ${localstatedir}
    
    # Should likely be ${localstatedir}/lib/radiusd
  - db_dir = $(raddbdir)
  -Index: src/main/event.c
  ---- src/main/event.c.orig    2008-06-06 15:10:27 +0200
  -+++ src/main/event.c 2008-06-08 10:04:40 +0200
  -@@ -982,7 +982,7 @@
  -                     break;
  -             }
  - 
  --#if defined(HAVE_PTHREAD_H) || defined(WITH_PROXY)
  -+#if defined(HAVE_PTHREAD_H)
  -             /*
  -              *      A child thread MAY still be running on the
  -              *      request.  Ask the thread to stop working on
  -@@ -2532,6 +2532,9 @@
  -     rad_listen_t *listener = ctx;
  -     RAD_REQUEST_FUNP fun;
  -     REQUEST *request;
  -+#if !defined(HAVE_PTHREAD_H) && defined(WNOHANG)
  -+    int argval;
  -+#endif
  - 
  -     rad_assert(xel == el);
  - 
  + db_dir = ${raddbdir}
   Index: src/modules/rlm_sql/drivers/Makefile.in
  ---- src/modules/rlm_sql/drivers/Makefile.in.orig     2006-07-06 18:54:27 
+0200
  -+++ src/modules/rlm_sql/drivers/Makefile.in  2008-06-08 09:59:39 +0200
  +--- 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 @@
    
    common:
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/freeradius/freeradius.spec
  ============================================================================
  $ cvs diff -u -r1.39 -r1.40 freeradius.spec
  --- openpkg-src/freeradius/freeradius.spec    31 Jul 2008 22:12:40 -0000      
1.39
  +++ openpkg-src/freeradius/freeradius.spec    6 Dec 2008 14:51:47 -0000       
1.40
  @@ -34,8 +34,8 @@
   Class:        EVAL
   Group:        RADIUS
   License:      GPL
  -Version:      2.0.5
  -Release:      20080801
  +Version:      2.1.3
  +Release:      20081206
   
   #   package options
   %option       with_mysql     no
  @@ -53,8 +53,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20060823, make, gcc, libtool
   PreReq:       OpenPKG, openpkg >= 20060823
  -BuildPreReq:  perl, openssl, gdbm
  -PreReq:       perl, openssl, gdbm
  +BuildPreReq:  perl, openssl, gdbm, readline
  +PreReq:       perl, openssl, gdbm, readline
   %if "%{with_mysql}" == "yes"
   BuildPreReq:  mysql, zlib
   PreReq:       mysql, zlib
  @@ -104,7 +104,7 @@
       CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_ldflags}" \
   %if "%{with_openldap}" == "yes"
  -    LIBS="-llber -lssl -lcrypto" \
  +    LIBS="-llber -lssl -lcrypto -lreadline" \
   %endif
       ./configure \
           --prefix=%{l_prefix} \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to