diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-07-25 11:27:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 07:19:11 -0700 |
commit | d4610b9d971abf35fdc25c03f65c557a3b487d42 (patch) | |
tree | e1805607a5bdae71716a292c15f2bbe4f92bf5a8 /meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch | |
parent | d4f05ee52ec3a09b54ccdd7d3c9176d574b52267 (diff) | |
download | meta-openembedded-d4610b9d971abf35fdc25c03f65c557a3b487d42.tar.gz |
freeradius: upgrade 3.0.15 -> 3.0.17
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch | 106 |
1 files changed, 28 insertions, 78 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch b/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch index d29b2ac39d..638d950765 100644 --- a/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch +++ b/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch | |||
@@ -1,32 +1,33 @@ | |||
1 | From d8e251ef97869ab2c1c82bd374016f402083997c Mon Sep 17 00:00:00 2001 | 1 | From 69cb6d4bb5dd56a48695c0581a7d853e427b0ea3 Mon Sep 17 00:00:00 2001 |
2 | From: Jorge Pereira <jpereiran@gmail.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Mon, 7 Dec 2015 16:51:07 -0200 | 3 | Date: Tue, 24 Jul 2018 14:54:41 +0800 |
4 | Subject: [PATCH] Fixing issues related to m4 include path | 4 | Subject: [PATCH] freeradius: Fixing issues related to m4 include path |
5 | 5 | ||
6 | Upstream-Status: Submitted [1] | 6 | Upstream-Status: Submitted [1] |
7 | 7 | ||
8 | [1]: https://github.com/FreeRADIUS/freeradius-server/pull/1428 | 8 | [1]: https://github.com/FreeRADIUS/freeradius-server/pull/1428 |
9 | 9 | ||
10 | Submmited by: Jorge Pereira <jpereiran@gmail.com> | 10 | Submmited by: Jorge Pereira <jpereiran@gmail.com> |
11 | |||
12 | Update to version 3.0.17 | ||
13 | |||
14 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
11 | --- | 15 | --- |
12 | src/modules/rlm_example/config.h.in | 39 ++-------------------- | 16 | src/modules/rlm_example/config.h.in | 35 +++-------------------------------- |
13 | src/modules/rlm_ldap/configure | 2 +- | 17 | src/modules/rlm_pam/config.h.in | 3 +++ |
14 | src/modules/rlm_pam/config.h.in | 3 ++ | 18 | src/modules/rlm_perl/config.h.in | 3 +++ |
15 | src/modules/rlm_perl/config.h.in | 3 ++ | 19 | src/modules/rlm_perl/configure.ac | 2 +- |
16 | src/modules/rlm_perl/configure.ac | 2 +- | 20 | src/modules/rlm_radutmp/config.h.in | 3 +++ |
17 | src/modules/rlm_radutmp/config.h.in | 3 ++ | 21 | src/modules/rlm_ruby/configure.ac | 8 ++++---- |
18 | src/modules/rlm_ruby/configure | 1 + | 22 | src/modules/rlm_smsotp/config.h.in | 3 +++ |
19 | src/modules/rlm_ruby/configure.ac | 9 ++--- | 23 | src/modules/rlm_unix/config.h.in | 3 +++ |
20 | src/modules/rlm_smsotp/config.h.in | 3 ++ | 24 | 8 files changed, 23 insertions(+), 37 deletions(-) |
21 | .../rlm_sql/drivers/rlm_sql_mysql/config.h.in | 3 ++ | ||
22 | src/modules/rlm_unix/config.h.in | 6 ++++ | ||
23 | 11 files changed, 32 insertions(+), 42 deletions(-) | ||
24 | 25 | ||
25 | diff --git a/src/modules/rlm_example/config.h.in b/src/modules/rlm_example/config.h.in | 26 | diff --git a/src/modules/rlm_example/config.h.in b/src/modules/rlm_example/config.h.in |
26 | index 2a81ef5..f80de9c 100644 | 27 | index 2a81ef5..4dbb8f4 100644 |
27 | --- a/src/modules/rlm_example/config.h.in | 28 | --- a/src/modules/rlm_example/config.h.in |
28 | +++ b/src/modules/rlm_example/config.h.in | 29 | +++ b/src/modules/rlm_example/config.h.in |
29 | @@ -1,38 +1,5 @@ | 30 | @@ -1,37 +1,5 @@ |
30 | /* config.h.in. Generated from configure.ac by autoheader. */ | 31 | /* config.h.in. Generated from configure.ac by autoheader. */ |
31 | 32 | ||
32 | -/* Define to 1 if you have the <inttypes.h> header file. */ | 33 | -/* Define to 1 if you have the <inttypes.h> header file. */ |
@@ -61,11 +62,10 @@ index 2a81ef5..f80de9c 100644 | |||
61 | - | 62 | - |
62 | -/* Define to 1 if you have the <unistd.h> header file. */ | 63 | -/* Define to 1 if you have the <unistd.h> header file. */ |
63 | -#undef HAVE_UNISTD_H | 64 | -#undef HAVE_UNISTD_H |
64 | - | 65 | |
65 | /* Define to the address where bug reports for this package should be sent. */ | 66 | /* Define to the address where bug reports for this package should be sent. */ |
66 | #undef PACKAGE_BUGREPORT | 67 | #undef PACKAGE_BUGREPORT |
67 | 68 | @@ -45,6 +13,9 @@ | |
68 | @@ -45,8 +12,8 @@ | ||
69 | /* Define to the one symbol short name of this package. */ | 69 | /* Define to the one symbol short name of this package. */ |
70 | #undef PACKAGE_TARNAME | 70 | #undef PACKAGE_TARNAME |
71 | 71 | ||
@@ -74,22 +74,7 @@ index 2a81ef5..f80de9c 100644 | |||
74 | + | 74 | + |
75 | /* Define to the version of this package. */ | 75 | /* Define to the version of this package. */ |
76 | #undef PACKAGE_VERSION | 76 | #undef PACKAGE_VERSION |
77 | - | 77 | |
78 | -/* Define to 1 if you have the ANSI C header files. */ | ||
79 | -#undef STDC_HEADERS | ||
80 | diff --git a/src/modules/rlm_ldap/configure b/src/modules/rlm_ldap/configure | ||
81 | index e0c15d9..cdf96d5 100755 | ||
82 | --- a/src/modules/rlm_ldap/configure | ||
83 | +++ b/src/modules/rlm_ldap/configure | ||
84 | @@ -3992,7 +3992,7 @@ smart_prefix= | ||
85 | $as_echo "#define WITH_SASL 1" >>confdefs.h | ||
86 | |||
87 | SASL=sasl.c | ||
88 | - fi | ||
89 | + fi | ||
90 | fi | ||
91 | |||
92 | targetname=rlm_ldap | ||
93 | diff --git a/src/modules/rlm_pam/config.h.in b/src/modules/rlm_pam/config.h.in | 78 | diff --git a/src/modules/rlm_pam/config.h.in b/src/modules/rlm_pam/config.h.in |
94 | index 32ef6ff..1ad20c5 100644 | 79 | index 32ef6ff..1ad20c5 100644 |
95 | --- a/src/modules/rlm_pam/config.h.in | 80 | --- a/src/modules/rlm_pam/config.h.in |
@@ -118,7 +103,7 @@ index 989ed53..f80de9c 100644 | |||
118 | /* Define to the version of this package. */ | 103 | /* Define to the version of this package. */ |
119 | #undef PACKAGE_VERSION | 104 | #undef PACKAGE_VERSION |
120 | diff --git a/src/modules/rlm_perl/configure.ac b/src/modules/rlm_perl/configure.ac | 105 | diff --git a/src/modules/rlm_perl/configure.ac b/src/modules/rlm_perl/configure.ac |
121 | index 44c5fc9..6b2a043 100644 | 106 | index 4b3ff42..69c79cb 100644 |
122 | --- a/src/modules/rlm_perl/configure.ac | 107 | --- a/src/modules/rlm_perl/configure.ac |
123 | +++ b/src/modules/rlm_perl/configure.ac | 108 | +++ b/src/modules/rlm_perl/configure.ac |
124 | @@ -3,7 +3,7 @@ AC_INIT(rlm_perl.c) | 109 | @@ -3,7 +3,7 @@ AC_INIT(rlm_perl.c) |
@@ -144,23 +129,11 @@ index 9a883cc..750b434 100644 | |||
144 | /* Define to the version of this package. */ | 129 | /* Define to the version of this package. */ |
145 | #undef PACKAGE_VERSION | 130 | #undef PACKAGE_VERSION |
146 | 131 | ||
147 | diff --git a/src/modules/rlm_ruby/configure b/src/modules/rlm_ruby/configure | ||
148 | index 15868ab..c728af2 100755 | ||
149 | --- a/src/modules/rlm_ruby/configure | ||
150 | +++ b/src/modules/rlm_ruby/configure | ||
151 | @@ -1875,6 +1875,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
152 | |||
153 | |||
154 | |||
155 | + | ||
156 | # =========================================================================== | ||
157 | # http://www.gnu.org/software/autoconf-archive/ax_compare_version.html | ||
158 | # =========================================================================== | ||
159 | diff --git a/src/modules/rlm_ruby/configure.ac b/src/modules/rlm_ruby/configure.ac | 132 | diff --git a/src/modules/rlm_ruby/configure.ac b/src/modules/rlm_ruby/configure.ac |
160 | index 9306382..f1c8118 100644 | 133 | index 9306382..ae86a14 100644 |
161 | --- a/src/modules/rlm_ruby/configure.ac | 134 | --- a/src/modules/rlm_ruby/configure.ac |
162 | +++ b/src/modules/rlm_ruby/configure.ac | 135 | +++ b/src/modules/rlm_ruby/configure.ac |
163 | @@ -3,15 +3,16 @@ AC_INIT(rlm_ruby.c) | 136 | @@ -3,15 +3,15 @@ AC_INIT(rlm_ruby.c) |
164 | AC_REVISION($Revision: 1.9 $) | 137 | AC_REVISION($Revision: 1.9 $) |
165 | AC_DEFUN(modname,[rlm_ruby]) | 138 | AC_DEFUN(modname,[rlm_ruby]) |
166 | 139 | ||
@@ -174,7 +147,6 @@ index 9306382..f1c8118 100644 | |||
174 | -m4_include([ax_compare_version.m4]) | 147 | -m4_include([ax_compare_version.m4]) |
175 | -m4_include([ax_prog_ruby_version.m4]) | 148 | -m4_include([ax_prog_ruby_version.m4]) |
176 | -m4_include([ax_ruby_devel.m4]) | 149 | -m4_include([ax_ruby_devel.m4]) |
177 | + | ||
178 | +m4_include([m4/ax_compare_version.m4]) | 150 | +m4_include([m4/ax_compare_version.m4]) |
179 | +m4_include([m4/ax_prog_ruby_version.m4]) | 151 | +m4_include([m4/ax_prog_ruby_version.m4]) |
180 | +m4_include([m4/ax_ruby_devel.m4]) | 152 | +m4_include([m4/ax_ruby_devel.m4]) |
@@ -195,33 +167,11 @@ index 5feaf91..9e69f85 100644 | |||
195 | /* Define to the version of this package. */ | 167 | /* Define to the version of this package. */ |
196 | #undef PACKAGE_VERSION | 168 | #undef PACKAGE_VERSION |
197 | 169 | ||
198 | diff --git a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in | ||
199 | index e03d1a9..6262c48 100644 | ||
200 | --- a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in | ||
201 | +++ b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in | ||
202 | @@ -18,5 +18,8 @@ | ||
203 | /* Define to the one symbol short name of this package. */ | ||
204 | #undef PACKAGE_TARNAME | ||
205 | |||
206 | +/* Define to the home page for this package. */ | ||
207 | +#undef PACKAGE_URL | ||
208 | + | ||
209 | /* Define to the version of this package. */ | ||
210 | #undef PACKAGE_VERSION | ||
211 | diff --git a/src/modules/rlm_unix/config.h.in b/src/modules/rlm_unix/config.h.in | 170 | diff --git a/src/modules/rlm_unix/config.h.in b/src/modules/rlm_unix/config.h.in |
212 | index dcb9aa2..70b4680 100644 | 171 | index dcb9aa2..16107b8 100644 |
213 | --- a/src/modules/rlm_unix/config.h.in | 172 | --- a/src/modules/rlm_unix/config.h.in |
214 | +++ b/src/modules/rlm_unix/config.h.in | 173 | +++ b/src/modules/rlm_unix/config.h.in |
215 | @@ -1,5 +1,8 @@ | 174 | @@ -54,6 +54,9 @@ |
216 | /* config.h.in. Generated from configure.ac by autoheader. */ | ||
217 | |||
218 | +/* Define to 1 if you have the `getpwnam' function. */ | ||
219 | +#undef HAVE_GETPWNAM | ||
220 | + | ||
221 | /* Define to 1 if you have the `getspnam' function. */ | ||
222 | #undef HAVE_GETSPNAM | ||
223 | |||
224 | @@ -54,6 +57,9 @@ | ||
225 | /* Define to the one symbol short name of this package. */ | 175 | /* Define to the one symbol short name of this package. */ |
226 | #undef PACKAGE_TARNAME | 176 | #undef PACKAGE_TARNAME |
227 | 177 | ||
@@ -232,5 +182,5 @@ index dcb9aa2..70b4680 100644 | |||
232 | #undef PACKAGE_VERSION | 182 | #undef PACKAGE_VERSION |
233 | 183 | ||
234 | -- | 184 | -- |
235 | 2.3.5 | 185 | 2.7.4 |
236 | 186 | ||