From 26290fd6950f42d0c2ac0d62275900249b540308 Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Wed, 13 Jul 2016 16:55:11 +0200 Subject: [PATCH] redhat: Use a secure URL to retrieve CellServDB By default, makesrpm.pl will use wget to retrieve the CellServDB as specified in the spec file. Even though the script need not and thus should not be run by a privileged UID, make this a bit more secure by specifying an https URL. Reviewed-on: https://gerrit.openafs.org/12329 Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk (cherry picked from commit 16463b602a210768f80bec9ef7c6896ea8a9909d) Change-Id: I13d924d6a8e3b5ac31359a85b9a07ee041570b61 Reviewed-on: https://gerrit.openafs.org/12330 Reviewed-by: Michael Meffie Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- src/packaging/RedHat/openafs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index 6225fc6ab..c9f560b59 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -266,7 +266,7 @@ Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar Source10: http://www.openafs.org/dl/openafs/%{afsvers}/RELNOTES-%{afsvers} Source11: http://www.openafs.org/dl/openafs/%{afsvers}/ChangeLog -Source20: http://dl.central.org/dl/cellservdb/CellServDB.2016-01-01 +Source20: https://www.central.org/dl/cellservdb/CellServDB.2016-01-01 Source30: openafs-kernel-version.sh Source996: openafs-kvers-is.sh -- 2.39.5