Browse Source

upgrading package: freeradius 1.0.2 -> 1.0.3

Ralf S. Engelschall 20 years ago
parent
commit
1e491505ed
2 changed files with 22 additions and 10 deletions
  1. 19 7
      freeradius/freeradius.patch
  2. 3 3
      freeradius/freeradius.spec

+ 19 - 7
freeradius/freeradius.patch

@@ -1,6 +1,6 @@
 Index: Make.inc.in
 --- Make.inc.in.orig	2004-01-23 18:08:43 +0100
-+++ Make.inc.in	2005-02-17 19:08:46 +0100
++++ Make.inc.in	2005-06-04 08:54:23 +0200
 @@ -14,7 +14,7 @@
  sbindir		= @sbindir@
  mandir		= @mandir@
@@ -21,7 +21,7 @@ Index: Make.inc.in
  
 Index: raddb/radiusd.conf.in
 --- raddb/radiusd.conf.in.orig	2005-02-07 20:52:05 +0100
-+++ raddb/radiusd.conf.in	2005-02-17 19:08:46 +0100
++++ raddb/radiusd.conf.in	2005-06-04 08:54:23 +0200
 @@ -31,7 +31,7 @@
  
  #  Location of config and logfiles.
@@ -33,7 +33,7 @@ Index: raddb/radiusd.conf.in
  #  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-02-17 19:08:46 +0100
++++ src/modules/rlm_ldap/rlm_ldap.c	2005-06-04 08:54:23 +0200
 @@ -193,6 +193,7 @@
   *      every use of the pthread functions.
   */
@@ -43,8 +43,8 @@ Index: src/modules/rlm_ldap/rlm_ldap.c
  #define pthread_mutex_init(a,b)
  #define pthread_mutex_destroy(a)
 Index: src/modules/rlm_sql/drivers/Makefile.in
---- src/modules/rlm_sql/drivers/Makefile.in.orig	2003-10-09 06:00:26 +0200
-+++ src/modules/rlm_sql/drivers/Makefile.in	2005-02-17 19:08:46 +0100
+--- src/modules/rlm_sql/drivers/Makefile.in.orig	2005-04-11 23:18:28 +0200
++++ src/modules/rlm_sql/drivers/Makefile.in	2005-06-04 08:55:07 +0200
 @@ -18,10 +18,10 @@
  
  common: 
@@ -54,7 +54,19 @@ Index: src/modules/rlm_sql/drivers/Makefile.in
  		what=$(WHAT_TO_MAKE); \
  		[ "$$what" = "all" ] && what="$(TARGET_LIBS)"; \
  		echo "Making $$what in $$mod..."; \
--		(cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit 1;\
-+		[ -d $$mod ] || exit 0; (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit 1;\
+-		(cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit $?;\
++		[ -d $$mod ] || exit 0; (cd $$mod && $(MAKE) $(MFLAGS) $$what) || exit $?;\
  	done
  
+Index: src/main/Makefile.in
+--- src/main/Makefile.in.orig	2005-05-13 00:22:26 +0200
++++ src/main/Makefile.in	2005-06-04 09:02:35 +0200
+@@ -146,7 +146,7 @@
+ install:
+ 	$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radiusd$(EXEEXT)	$(R)$(sbindir)
+ 	$(INSTALL) -m 755 $(INSTALLSTRIP) radwho$(EXEEXT)	$(R)$(bindir)
+-	$(INSTALL) -m 755 $(INSTALLSTRIP) radzap	$(R)$(bindir)
++	$(INSTALL) -m 755    radzap	$(R)$(bindir)
+ 	$(INSTALL) -m 755    radlast			$(R)$(bindir)
+ 	$(INSTALL) -m 755    radclient$(EXEEXT)		$(R)$(bindir)
+ 	$(INSTALL) -m 755    radrelay$(EXEEXT)		$(R)$(bindir)

+ 3 - 3
freeradius/freeradius.spec

@@ -26,8 +26,8 @@
 #   FIXME: rse: still not run-time tested
 
 #   package version
-%define       V_real 1.0.2
-%define       V_here 1.0.2
+%define       V_real 1.0.3
+%define       V_here 1.0.3
 
 #   package information
 Name:         freeradius
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        Network
 License:      GPL
 Version:      %{V_here}
-Release:      20050217
+Release:      20050604
 
 #   list of sources
 Source0:      ftp://ftp.freeradius.org/pub/radius/freeradius-%{V_real}.tar.gz