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: 05-Feb-2007 17:19:37
Branch: HEAD Handle: 2007020516193600
Modified files:
openpkg-src/radiusclient
radiusclient.patch radiusclient.spec
Log:
upgrading package: radiusclient 0.5.3 -> 0.5.5
Summary:
Revision Changes Path
1.2 +16 -32 openpkg-src/radiusclient/radiusclient.patch
1.3 +2 -2 openpkg-src/radiusclient/radiusclient.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/radiusclient/radiusclient.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 radiusclient.patch
--- openpkg-src/radiusclient/radiusclient.patch 20 Jan 2007 23:18:57
-0000 1.1
+++ openpkg-src/radiusclient/radiusclient.patch 5 Feb 2007 16:19:36
-0000 1.2
@@ -1,7 +1,7 @@
Index: configure
---- configure.orig 2005-11-07 22:18:59 +0100
-+++ configure 2007-01-21 00:15:04 +0100
-@@ -2058,7 +2058,7 @@
+--- configure.orig 2007-02-05 13:53:08 +0100
++++ configure 2007-02-05 17:15:19 +0100
+@@ -2580,7 +2580,7 @@
LIBVERSION=2:0:0
@@ -9,27 +9,11 @@
+pkgsysconfdir=${sysconfdir}
- # Check whether --enable-shared or --disable-shared was given.
-Index: etc/Makefile.in
---- etc/Makefile.in.orig 2005-11-08 00:15:35 +0100
-+++ etc/Makefile.in 2007-01-21 00:15:04 +0100
-@@ -376,9 +376,9 @@
- <$(srcdir)/radiusclient.conf.in >radiusclient.conf
-
- install-data-local: servers
-- $(mkinstalldirs) $(pkgsysconfdir); \
-- echo " $(INSTALL) -m 600 $(srcdir)/servers
$(pkgsysconfdir)/servers"; \
-- $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
-+ $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \
-+ echo " $(INSTALL) -m 600 $(srcdir)/servers
$(DESTDIR)$(pkgsysconfdir)/servers"; \
-+ $(INSTALL) -m 600 $(srcdir)/servers
$(DESTDIR)$(pkgsysconfdir)/servers
-
- uninstall-local:
- rm -f $(pkgsysconfdir)/servers
+ # Check whether --enable-shared was given.
Index: lib/Makefile.in
---- lib/Makefile.in.orig 2005-11-08 00:15:35 +0100
-+++ lib/Makefile.in 2007-01-21 00:15:04 +0100
-@@ -197,7 +197,7 @@
+--- lib/Makefile.in.orig 2007-02-05 14:02:08 +0100
++++ lib/Makefile.in 2007-02-05 17:17:41 +0100
+@@ -204,7 +204,7 @@
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
CLEANFILES = *~
@@ -37,20 +21,20 @@
+lib_LTLIBRARIES = libradiusclient.la
libradiusclient_ng_la_SOURCES = buildreq.c clientid.c env.c sendserver.c \
avpair.c config.c dict.c ip_util.c log.c md5.c util.c lock.c \
- options.h
-@@ -263,7 +263,7 @@
+ options.h md5.h
+@@ -270,7 +270,7 @@
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-libradiusclient-ng.la: $(libradiusclient_ng_la_OBJECTS)
$(libradiusclient_ng_la_DEPENDENCIES)
+libradiusclient.la: $(libradiusclient_ng_la_OBJECTS)
$(libradiusclient_ng_la_DEPENDENCIES)
- $(LINK) -rpath $(libdir) $(libradiusclient_ng_la_LDFLAGS)
$(libradiusclient_ng_la_OBJECTS) $(libradiusclient_ng_la_LIBADD) $(LIBS)
+ $(libradiusclient_ng_la_LINK) -rpath $(libdir)
$(libradiusclient_ng_la_OBJECTS) $(libradiusclient_ng_la_LIBADD) $(LIBS)
mostlyclean-compile:
Index: src/Makefile.in
---- src/Makefile.in.orig 2005-11-08 00:15:35 +0100
-+++ src/Makefile.in 2007-01-21 00:15:18 +0100
-@@ -66,24 +66,24 @@
+--- src/Makefile.in.orig 2007-02-05 14:02:08 +0100
++++ src/Makefile.in 2007-02-05 17:18:08 +0100
+@@ -62,24 +62,24 @@
am_radacct_OBJECTS = radacct.$(OBJEXT)
radacct_OBJECTS = $(am_radacct_OBJECTS)
radacct_LDADD = $(LDADD)
@@ -77,11 +61,11 @@
radstatus_LDADD = $(LDADD)
-radstatus_DEPENDENCIES = ../lib/libradiusclient-ng.la
+radstatus_DEPENDENCIES = ../lib/libradiusclient.la
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-@@ -217,7 +217,7 @@
- target_vendor = @target_vendor@
+@@ -221,7 +221,7 @@
+ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
-LDADD = ../lib/libradiusclient-ng.la
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/radiusclient/radiusclient.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 radiusclient.spec
--- openpkg-src/radiusclient/radiusclient.spec 21 Jan 2007 18:15:16
-0000 1.2
+++ openpkg-src/radiusclient/radiusclient.spec 5 Feb 2007 16:19:36
-0000 1.3
@@ -32,8 +32,8 @@
Class: EVAL
Group: RADIUS
License: BSD-style
-Version: 0.5.3
-Release: 20070121
+Version: 0.5.5
+Release: 20070205
# list of sources
Source0:
ftp://ftp.iptel.org/pub/radiusclient-ng/radiusclient-ng-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]