aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
commit5c19c4239949fe5c1ecddbdc207b0c40bcde1064 (patch)
tree667fb6d5989c7d2b610428bca778e872f8569ca8 /platform
parentMinor private-etc cleanup (diff)
downloadfirejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.gz
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.zst
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.zip
Replace all possible HTTP links with HTTPS
Diffstat (limited to 'platform')
-rw-r--r--platform/debian/control.amd642
-rw-r--r--platform/debian/control.i3862
-rw-r--r--platform/debian/copyright2
-rw-r--r--platform/rpm/firejail.spec2
-rwxr-xr-xplatform/rpm/old-mkrpm.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/platform/debian/control.amd64 b/platform/debian/control.amd64
index b8ea455f0..3d654acd0 100644
--- a/platform/debian/control.amd64
+++ b/platform/debian/control.amd64
@@ -7,7 +7,7 @@ Depends: libc6
7Suggests: python, python3 7Suggests: python, python3
8Section: admin 8Section: admin
9Priority: optional 9Priority: optional
10Homepage: http://github.com/netblue30/firejail 10Homepage: https://github.com/netblue30/firejail
11Description: Linux namepaces sandbox program. 11Description: Linux namepaces sandbox program.
12 Firejail is a SUID sandbox program that reduces the risk of security 12 Firejail is a SUID sandbox program that reduces the risk of security
13 breaches by restricting the running environment of untrusted applications 13 breaches by restricting the running environment of untrusted applications
diff --git a/platform/debian/control.i386 b/platform/debian/control.i386
index db6cb9b53..300c20db9 100644
--- a/platform/debian/control.i386
+++ b/platform/debian/control.i386
@@ -7,7 +7,7 @@ Depends: libc6
7Suggests: python, python3 7Suggests: python, python3
8Section: admin 8Section: admin
9Priority: optional 9Priority: optional
10Homepage: http://github.com/netblue30/firejail 10Homepage: https://github.com/netblue30/firejail
11Description: Linux namepaces sandbox program. 11Description: Linux namepaces sandbox program.
12 Firejail is a SUID sandbox program that reduces the risk of security 12 Firejail is a SUID sandbox program that reduces the risk of security
13 breaches by restricting the running environment of untrusted applications 13 breaches by restricting the running environment of untrusted applications
diff --git a/platform/debian/copyright b/platform/debian/copyright
index 83952080f..e144ccd8b 100644
--- a/platform/debian/copyright
+++ b/platform/debian/copyright
@@ -26,4 +26,4 @@ This is the Debian/Ubuntu prepackaged version of firejail.
26The complete text of the GNU General Public License can be found 26The complete text of the GNU General Public License can be found
27in /usr/share/common-licenses/GPL-2. 27in /usr/share/common-licenses/GPL-2.
28 28
29Homepage: http://github.com/netblue30/firejail. 29Homepage: https://github.com/netblue30/firejail.
diff --git a/platform/rpm/firejail.spec b/platform/rpm/firejail.spec
index 76d19ba17..166882f62 100644
--- a/platform/rpm/firejail.spec
+++ b/platform/rpm/firejail.spec
@@ -6,7 +6,7 @@ Summary: Linux namepaces sandbox program
6License: GPLv2+ 6License: GPLv2+
7Group: Development/Tools 7Group: Development/Tools
8Source0: https://github.com/netblue30/firejail/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz 8Source0: https://github.com/netblue30/firejail/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
9URL: http://github.com/netblue30/firejail 9URL: https://github.com/netblue30/firejail
10 10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 12
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index bb321c4fe..af60bfc91 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -84,7 +84,7 @@ Release: 1
84License: GPL+ 84License: GPL+
85Group: Development/Tools 85Group: Development/Tools
86SOURCE0 : %{name}-%{version}.tar.gz 86SOURCE0 : %{name}-%{version}.tar.gz
87URL: http://firejail.wordpress.com 87URL: https://firejail.wordpress.com
88 88
89BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 89BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
90 90