Accepting request 26986 from network
Copy from network/freeradius-server based on submit request 26986 from user puzel OBS-URL: https://build.opensuse.org/request/show/26986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=21
This commit is contained in:
commit
1ecb720310
@ -1,8 +1,8 @@
|
|||||||
Index: src/modules/rlm_ldap/rlm_ldap.c
|
Index: src/modules/rlm_ldap/rlm_ldap.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/modules/rlm_ldap/rlm_ldap.c.orig 2009-06-02 14:53:31.000000000 +0200
|
--- src/modules/rlm_ldap/rlm_ldap.c.orig 2009-09-14 16:43:29.000000000 +0200
|
||||||
+++ src/modules/rlm_ldap/rlm_ldap.c 2009-06-02 14:53:45.000000000 +0200
|
+++ src/modules/rlm_ldap/rlm_ldap.c 2009-12-17 13:23:44.000000000 +0100
|
||||||
@@ -1862,7 +1862,7 @@ static int ldap_authenticate(void *insta
|
@@ -1875,7 +1875,7 @@ static int ldap_authenticate(void *insta
|
||||||
LDAP_CONN *conn1;
|
LDAP_CONN *conn1;
|
||||||
int auth_state = -1;
|
int auth_state = -1;
|
||||||
char *challenge = NULL;
|
char *challenge = NULL;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: src/main/modules.c
|
Index: src/main/modules.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/main/modules.c.orig 2009-06-02 14:53:31.000000000 +0200
|
--- src/main/modules.c.orig 2009-09-14 16:43:29.000000000 +0200
|
||||||
+++ src/main/modules.c 2009-06-02 14:53:36.000000000 +0200
|
+++ src/main/modules.c 2009-12-17 13:23:09.000000000 +0100
|
||||||
@@ -352,7 +352,11 @@ static module_entry_t *linkto_module(con
|
@@ -411,7 +411,11 @@ static module_entry_t *linkto_module(con
|
||||||
/*
|
/*
|
||||||
* Keep the handle around so we can dlclose() it.
|
* Keep the handle around so we can dlclose() it.
|
||||||
*/
|
*/
|
||||||
@ -17,8 +17,8 @@ Index: src/main/modules.c
|
|||||||
"Failed to link to module '%s': %s\n",
|
"Failed to link to module '%s': %s\n",
|
||||||
Index: src/modules/rlm_eap/eap.c
|
Index: src/modules/rlm_eap/eap.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/modules/rlm_eap/eap.c.orig 2009-06-02 14:53:31.000000000 +0200
|
--- src/modules/rlm_eap/eap.c.orig 2009-09-14 16:43:29.000000000 +0200
|
||||||
+++ src/modules/rlm_eap/eap.c 2009-06-02 14:53:36.000000000 +0200
|
+++ src/modules/rlm_eap/eap.c 2009-12-17 13:23:09.000000000 +0100
|
||||||
@@ -83,7 +83,11 @@ int eaptype_load(EAP_TYPES **type, int e
|
@@ -83,7 +83,11 @@ int eaptype_load(EAP_TYPES **type, int e
|
||||||
snprintf(buffer, sizeof(buffer), "rlm_eap_%s", eaptype_name);
|
snprintf(buffer, sizeof(buffer), "rlm_eap_%s", eaptype_name);
|
||||||
|
|
||||||
@ -34,9 +34,9 @@ Index: src/modules/rlm_eap/eap.c
|
|||||||
eaptype_name, lt_dlerror());
|
eaptype_name, lt_dlerror());
|
||||||
Index: src/modules/rlm_sql/rlm_sql.c
|
Index: src/modules/rlm_sql/rlm_sql.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/modules/rlm_sql/rlm_sql.c.orig 2009-06-02 14:53:31.000000000 +0200
|
--- src/modules/rlm_sql/rlm_sql.c.orig 2009-09-14 16:43:29.000000000 +0200
|
||||||
+++ src/modules/rlm_sql/rlm_sql.c 2009-06-02 14:53:36.000000000 +0200
|
+++ src/modules/rlm_sql/rlm_sql.c 2009-12-17 13:23:09.000000000 +0100
|
||||||
@@ -894,7 +894,11 @@ static int rlm_sql_instantiate(CONF_SECT
|
@@ -904,7 +904,11 @@ static int rlm_sql_instantiate(CONF_SECT
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3bb9ead594a612442a4ce1d7c6930002486055c3be8f20320634c7f2743cb9e
|
|
||||||
size 2512340
|
|
3
freeradius-server-2.1.7.tar.bz2
Normal file
3
freeradius-server-2.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f88cabca8ce320569015198f303119269b59bdce22f41d7937a6becb65418e9
|
||||||
|
size 2544164
|
@ -1,8 +1,8 @@
|
|||||||
Index: freeradius-server-2.1.6/src/modules/rlm_ldap/rlm_ldap.c
|
Index: freeradius-server-2.1.7/src/modules/rlm_ldap/rlm_ldap.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- freeradius-server-2.1.6.orig/src/modules/rlm_ldap/rlm_ldap.c 2009-10-22 10:56:37.000000000 +0200
|
--- freeradius-server-2.1.7.orig/src/modules/rlm_ldap/rlm_ldap.c 2009-12-17 13:23:44.000000000 +0100
|
||||||
+++ freeradius-server-2.1.6/src/modules/rlm_ldap/rlm_ldap.c 2009-10-22 10:56:37.000000000 +0200
|
+++ freeradius-server-2.1.7/src/modules/rlm_ldap/rlm_ldap.c 2009-12-17 13:24:00.000000000 +0100
|
||||||
@@ -1883,7 +1883,7 @@ static int ldap_authenticate(void *insta
|
@@ -1896,7 +1896,7 @@ static int ldap_authenticate(void *insta
|
||||||
RDEBUG("ldap auth option = %s", vp_auth_opt->vp_strvalue);
|
RDEBUG("ldap auth option = %s", vp_auth_opt->vp_strvalue);
|
||||||
strncpy(seq, vp_auth_opt->vp_strvalue, vp_auth_opt->length);
|
strncpy(seq, vp_auth_opt->vp_strvalue, vp_auth_opt->length);
|
||||||
seq[vp_auth_opt->length] = '\0';
|
seq[vp_auth_opt->length] = '\0';
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 15:50:19 UTC 2009 - puzel@novell.com
|
||||||
|
|
||||||
|
- update to 2.1.7
|
||||||
|
- for full list of changes, please see
|
||||||
|
/usr/share/doc/packages/freeradius-server/ChangeLog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 09:05:35 UTC 2009 - puzel@novell.com
|
Thu Oct 22 09:05:35 UTC 2009 - puzel@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeradius-server (Version 2.1.6)
|
# spec file for package freeradius-server (Version 2.1.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: freeradius-server
|
Name: freeradius-server
|
||||||
Version: 2.1.6
|
Version: 2.1.7
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Provides: radiusd
|
Provides: radiusd
|
||||||
Provides: freeradius = %{version}
|
Provides: freeradius = %{version}
|
||||||
@ -29,12 +29,12 @@ Conflicts: radiusd-livingston radiusd-cistron icradius
|
|||||||
Url: http://www.freeradius.org/
|
Url: http://www.freeradius.org/
|
||||||
Summary: Very Highly Configurable Radius Server
|
Summary: Very Highly Configurable Radius Server
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-ltdl.patch
|
Patch0: %{name}-2.1.6-ltdl.patch
|
||||||
Patch1: %{name}-%{version}-dialup_admin.patch
|
Patch1: %{name}-2.1.6-dialup_admin.patch
|
||||||
Patch2: %{name}-%{version}-rcradiusd.patch
|
Patch2: %{name}-2.1.6-rcradiusd.patch
|
||||||
Patch3: %{name}-%{version}-codecleanup.patch
|
Patch3: %{name}-2.1.6-codecleanup.patch
|
||||||
Patch4: %{name}-%{version}-edir-64bit.patch
|
Patch4: %{name}-2.1.6-edir-64bit.patch
|
||||||
Patch5: %{name}-%{version}-overflow.patch
|
Patch5: %{name}-2.1.6-overflow.patch
|
||||||
Patch6: freeradius-server-sha1-default.patch
|
Patch6: freeradius-server-sha1-default.patch
|
||||||
Patch7: freeradius-server-fix-cert-bootstrap.patch
|
Patch7: freeradius-server-fix-cert-bootstrap.patch
|
||||||
Patch8: freeradius-server-no-default-case.patch
|
Patch8: freeradius-server-no-default-case.patch
|
||||||
@ -99,7 +99,7 @@ attributes Selecting a particular configuration Authentication methods
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Summary: FreeRADIUS shared library
|
Summary: FreeRADIUS shared library
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ Authors:
|
|||||||
various other people
|
various other people
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Summary: FreeRADIUS Clients
|
Summary: FreeRADIUS Clients
|
||||||
Requires: %{name}-libs = %{version}
|
Requires: %{name}-libs = %{version}
|
||||||
@ -148,7 +148,7 @@ Authors:
|
|||||||
various other people
|
various other people
|
||||||
|
|
||||||
%package dialupadmin
|
%package dialupadmin
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Summary: Web management for FreeRADIUS
|
Summary: Web management for FreeRADIUS
|
||||||
Requires: http_daemon mod_php_any php
|
Requires: http_daemon mod_php_any php
|
||||||
@ -170,7 +170,7 @@ Authors:
|
|||||||
Thanasis Duitsis <aduitsis at noc.ntua.gr>
|
Thanasis Duitsis <aduitsis at noc.ntua.gr>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: FreeRADIUS Development Files (static libs)
|
Summary: FreeRADIUS Development Files (static libs)
|
||||||
Requires: %{name}-libs = %{version}
|
Requires: %{name}-libs = %{version}
|
||||||
@ -189,7 +189,7 @@ Authors:
|
|||||||
various other people
|
various other people
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPL v2 only ; LGPL v2.1 only
|
License: GPLv2 ; LGPLv2.1
|
||||||
Group: Productivity/Networking/Radius/Servers
|
Group: Productivity/Networking/Radius/Servers
|
||||||
Summary: FreeRADIUS Documentation
|
Summary: FreeRADIUS Documentation
|
||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
@ -364,6 +364,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/mysql
|
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/mysql
|
||||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/oracle
|
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/oracle
|
||||||
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/postgresql
|
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/postgresql
|
||||||
|
%dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sql/ndb
|
||||||
|
%{_sysconfdir}/raddb/sql/ndb/README
|
||||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/sql/*/*.conf
|
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/sql/*/*.conf
|
||||||
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/sql/*/*.sql
|
%attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/sql/*/*.sql
|
||||||
%{_sysconfdir}/raddb/sql/*/*.txt
|
%{_sysconfdir}/raddb/sql/*/*.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user