diff --git a/.gitignore b/.gitignore index a178e76..779754b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /freeradius-server-3.0.12.tar.bz2 /freeradius-server-3.0.13.tar.bz2 /freeradius-server-3.0.14.tar.bz2 +/freeradius-server-3.0.15.tar.bz2 diff --git a/freeradius-redhat-config.patch b/freeradius-Adjust-configuration-to-fit-Red-Hat-specifics.patch similarity index 88% rename from freeradius-redhat-config.patch rename to freeradius-Adjust-configuration-to-fit-Red-Hat-specifics.patch index a78425f..ad51053 100644 --- a/freeradius-redhat-config.patch +++ b/freeradius-Adjust-configuration-to-fit-Red-Hat-specifics.patch @@ -1,4 +1,4 @@ -From f703a845b46ea8fc4af5938038abedb4ac78004c Mon Sep 17 00:00:00 2001 +From 958f470cda2ba8943f02f13d1b46f357f92d9639 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 8 Sep 2014 12:32:13 +0300 Subject: [PATCH] Adjust configuration to fit Red Hat specifics @@ -9,10 +9,10 @@ Subject: [PATCH] Adjust configuration to fit Red Hat specifics 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap -index 427016c66..9659db1cd 100644 +index 2621e183c..94494b2c6 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap -@@ -470,7 +470,7 @@ eap { +@@ -472,7 +472,7 @@ eap { # # You should also delete all of the files # in the directory when the server starts. @@ -21,7 +21,7 @@ index 427016c66..9659db1cd 100644 # The command used to verify the client cert. # We recommend using the OpenSSL command-line -@@ -484,7 +484,7 @@ eap { +@@ -486,7 +486,7 @@ eap { # in PEM format. This file is automatically # deleted by the server when the command # returns. @@ -31,7 +31,7 @@ index 427016c66..9659db1cd 100644 # diff --git a/raddb/radiusd.conf.in b/raddb/radiusd.conf.in -index c62f4ffed..625f43447 100644 +index a83c1f687..e500cf97b 100644 --- a/raddb/radiusd.conf.in +++ b/raddb/radiusd.conf.in @@ -70,8 +70,7 @@ certdir = ${confdir}/certs @@ -44,7 +44,7 @@ index c62f4ffed..625f43447 100644 # # libdir: Where to find the rlm_* modules. -@@ -436,8 +435,8 @@ security { +@@ -398,8 +397,8 @@ security { # member. This can allow for some finer-grained access # controls. # @@ -56,5 +56,5 @@ index c62f4ffed..625f43447 100644 # Core dumps are a bad thing. This should only be set to # 'yes' if you're debugging a problem with the server. -- -2.11.0 +2.13.2 diff --git a/freeradius-Use-system-crypto-policy-by-default.patch b/freeradius-Use-system-crypto-policy-by-default.patch index 4ea279c..1664186 100644 --- a/freeradius-Use-system-crypto-policy-by-default.patch +++ b/freeradius-Use-system-crypto-policy-by-default.patch @@ -1,4 +1,4 @@ -From 20779164a67f77bd9530a9c5ac9cfbe249977db9 Mon Sep 17 00:00:00 2001 +From d78bf5ab1f5c8102b2b6051cfb1198488be9597d Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 26 Sep 2016 19:48:36 +0300 Subject: [PATCH] Use system crypto policy by default @@ -11,7 +11,7 @@ Subject: [PATCH] Use system crypto policy by default 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap -index 9659db1cd..b1ece3ad0 100644 +index 94494b2c6..9a8dc9327 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -323,7 +323,7 @@ eap { @@ -37,7 +37,7 @@ index 2b4df6267..af9aa88cd 100644 # You may want to set a very small fragment size. # The TLS data here needs to go inside of the diff --git a/raddb/sites-available/abfab-tls b/raddb/sites-available/abfab-tls -index 79d74e6fc..d04d6be89 100644 +index 5dbe143da..46b5fea78 100644 --- a/raddb/sites-available/abfab-tls +++ b/raddb/sites-available/abfab-tls @@ -19,7 +19,7 @@ listen { @@ -50,7 +50,7 @@ index 79d74e6fc..d04d6be89 100644 cache { enable = no diff --git a/raddb/sites-available/tls b/raddb/sites-available/tls -index c9555e1c7..a34d009a7 100644 +index cf1cd7a8a..7dd59cb6f 100644 --- a/raddb/sites-available/tls +++ b/raddb/sites-available/tls @@ -197,7 +197,7 @@ listen { @@ -62,7 +62,7 @@ index c9555e1c7..a34d009a7 100644 # If enabled, OpenSSL will use server cipher list # (possibly defined by cipher_list option above) -@@ -501,7 +501,7 @@ home_server tls { +@@ -499,7 +499,7 @@ home_server tls { # Set this option to specify the allowed # TLS cipher suites. The format is listed # in "man 1 ciphers". @@ -72,5 +72,5 @@ index c9555e1c7..a34d009a7 100644 } -- -2.11.0 +2.13.2 diff --git a/freeradius.spec b/freeradius.spec index 7c8e3a2..8fe2fa8 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable free RADIUS server Name: freeradius -Version: 3.0.14 -Release: 3%{?dist} +Version: 3.0.15 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Daemons URL: http://www.freeradius.org/ @@ -21,7 +21,7 @@ Source102: freeradius-logrotate Source103: freeradius-pam-conf Source104: freeradius-tmpfiles.conf -Patch1: freeradius-redhat-config.patch +Patch1: freeradius-Adjust-configuration-to-fit-Red-Hat-specifics.patch Patch2: freeradius-Use-system-crypto-policy-by-default.patch %global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} @@ -796,6 +796,10 @@ exit 0 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest %changelog +* Tue Jul 18 2017 Nikolai Kondrashov - 3.0.15-1 +- Upgrade to upstream v3.0.15 release. + See upstream ChangeLog for details (in freeradius-doc subpackage). + * Thu Jul 13 2017 Nikolai Kondrashov - 3.0.14-3 - Rebuild with updated MySQL client library diff --git a/sources b/sources index c7d7642..1e5a2c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (freeradius-server-3.0.14.tar.bz2) = 8d42b7a5fd7ed0491c01ed9ed5f9994598c9ff2fd45eb3960abdfffffdf8084fe59bfc6eda84c3ef22bb045206b5f8f3dc7de47310d0582961796440ef4a1301 +SHA512 (freeradius-server-3.0.15.tar.bz2) = a2808f0b70b73f11c4c7d00edcb4a56a2ab8f73ce0ff74a9834c8b613ce5ed75ece372f852b0891f68c6a33f50c1bababb76d2eff9326a7fc29fe6b45ec9af88