aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac2
-rwxr-xr-xcontrib/fix_private-bin.py2
-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
-rw-r--r--src/firecfg/main.c2
-rw-r--r--src/firejail/appimage.c2
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/firemon/usage.c2
-rw-r--r--src/fnet/veth.c4
-rw-r--r--src/fsec-print/print.c2
-rw-r--r--src/include/libnetlink.h4
-rw-r--r--src/lib/libnetlink.c4
-rw-r--r--src/man/firemon.txt2
17 files changed, 22 insertions, 22 deletions
diff --git a/configure b/configure
index b57720fd1..7c573f382 100755
--- a/configure
+++ b/configure
@@ -583,7 +583,7 @@ PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.55' 583PACKAGE_VERSION='0.9.55'
584PACKAGE_STRING='firejail 0.9.55' 584PACKAGE_STRING='firejail 0.9.55'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
588ac_unique_file="src/firejail/main.c" 588ac_unique_file="src/firejail/main.c"
589# Factoring default headers for most tests. 589# Factoring default headers for most tests.
@@ -1382,7 +1382,7 @@ Use these variables to override the choices made by `configure' or to help
1382it to find libraries and programs with nonstandard names/locations. 1382it to find libraries and programs with nonstandard names/locations.
1383 1383
1384Report bugs to <netblue30@yahoo.com>. 1384Report bugs to <netblue30@yahoo.com>.
1385firejail home page: <http://firejail.wordpress.com>. 1385firejail home page: <https://firejail.wordpress.com>.
1386_ACEOF 1386_ACEOF
1387ac_status=$? 1387ac_status=$?
1388fi 1388fi
@@ -4443,7 +4443,7 @@ Configuration files:
4443$config_files 4443$config_files
4444 4444
4445Report bugs to <netblue30@yahoo.com>. 4445Report bugs to <netblue30@yahoo.com>.
4446firejail home page: <http://firejail.wordpress.com>." 4446firejail home page: <https://firejail.wordpress.com>."
4447 4447
4448_ACEOF 4448_ACEOF
4449cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4449cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index 253749cd5..1b1b48ce2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.55, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.55, netblue30@yahoo.com, , https://firejail.wordpress.com)
3AC_CONFIG_SRCDIR([src/firejail/main.c]) 3AC_CONFIG_SRCDIR([src/firejail/main.c])
4#AC_CONFIG_HEADERS([config.h]) 4#AC_CONFIG_HEADERS([config.h])
5 5
diff --git a/contrib/fix_private-bin.py b/contrib/fix_private-bin.py
index 86fd3d16b..613a945a8 100755
--- a/contrib/fix_private-bin.py
+++ b/contrib/fix_private-bin.py
@@ -24,7 +24,7 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 24ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25OTHER DEALINGS IN THE SOFTWARE. 25OTHER DEALINGS IN THE SOFTWARE.
26 26
27For more information, please refer to <http://unlicense.org/>""" 27For more information, please refer to <https://unlicense.org/>"""
28__license__ = "Unlicense" 28__license__ = "Unlicense"
29 29
30import sys, os, glob, re 30import sys, os, glob, re
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
diff --git a/src/firecfg/main.c b/src/firecfg/main.c
index b79053d3e..6fe220d35 100644
--- a/src/firecfg/main.c
+++ b/src/firecfg/main.c
@@ -53,7 +53,7 @@ static char *usage_str =
53 " [...]\n" 53 " [...]\n"
54 "\n" 54 "\n"
55 "License GPL version 2 or later\n" 55 "License GPL version 2 or later\n"
56 "Homepage: http://firejail.wordpress.com\n\n"; 56 "Homepage: https://firejail.wordpress.com\n\n";
57 57
58static void usage(void) { 58static void usage(void) {
59 printf("firecfg - version %s\n\n", VERSION); 59 printf("firecfg - version %s\n\n", VERSION);
diff --git a/src/firejail/appimage.c b/src/firejail/appimage.c
index 631276c0b..e8db91958 100644
--- a/src/firejail/appimage.c
+++ b/src/firejail/appimage.c
@@ -17,7 +17,7 @@
17 * with this program; if not, write to the Free Software Foundation, Inc., 17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19*/ 19*/
20// http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=770fe30a46a12b6fb6b63fbe1737654d28e84844 20// https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=770fe30a46a12b6fb6b63fbe1737654d28e84844
21// sudo mount -o loop krita-3.0-x86_64.appimage mnt 21// sudo mount -o loop krita-3.0-x86_64.appimage mnt
22 22
23#include "firejail.h" 23#include "firejail.h"
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 804bfb179..78cd30926 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -255,7 +255,7 @@ static char *usage_str =
255 "\tlist all running sandboxes\n" 255 "\tlist all running sandboxes\n"
256 "\n" 256 "\n"
257 "License GPL version 2 or later\n" 257 "License GPL version 2 or later\n"
258 "Homepage: http://firejail.wordpress.com\n" 258 "Homepage: https://firejail.wordpress.com\n"
259 "\n"; 259 "\n";
260 260
261 261
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index a4d642d66..5714643cc 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -75,7 +75,7 @@ static char *help_str =
75 "\tUser - The owner of the sandbox.\n" 75 "\tUser - The owner of the sandbox.\n"
76 "\n" 76 "\n"
77 "License GPL version 2 or later\n" 77 "License GPL version 2 or later\n"
78 "Homepage: http://firejail.wordpress.com\n" 78 "Homepage: https://firejail.wordpress.com\n"
79 "\n"; 79 "\n";
80 80
81void usage(void) { 81void usage(void) {
diff --git a/src/fnet/veth.c b/src/fnet/veth.c
index 39a4f35d8..e4d3db21a 100644
--- a/src/fnet/veth.c
+++ b/src/fnet/veth.c
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/fsec-print/print.c b/src/fsec-print/print.c
index faf59aa35..1042f0c3e 100644
--- a/src/fsec-print/print.c
+++ b/src/fsec-print/print.c
@@ -39,7 +39,7 @@
39 * for more details. 39 * for more details.
40 * 40 *
41 * You should have received a copy of the GNU Lesser General Public License 41 * You should have received a copy of the GNU Lesser General Public License
42 * along with this library; if not, see <http://www.gnu.org/licenses>. 42 * along with this library; if not, see <https://www.gnu.org/licenses>.
43 */ 43 */
44 44
45#include "fsec_print.h" 45#include "fsec_print.h"
diff --git a/src/include/libnetlink.h b/src/include/libnetlink.h
index 01fd2675d..0310ecad3 100644
--- a/src/include/libnetlink.h
+++ b/src/include/libnetlink.h
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/lib/libnetlink.c b/src/lib/libnetlink.c
index d2975bd57..5f6ecd95c 100644
--- a/src/lib/libnetlink.c
+++ b/src/lib/libnetlink.c
@@ -3,10 +3,10 @@
3 * Original source code: 3 * Original source code:
4 * 4 *
5 * Information: 5 * Information:
6 * http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 6 * https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
7 * 7 *
8 * Download: 8 * Download:
9 * http://www.kernel.org/pub/linux/utils/net/iproute2/ 9 * https://www.kernel.org/pub/linux/utils/net/iproute2/
10 * 10 *
11 * Repository: 11 * Repository:
12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git 12 * git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 9cae72b54..214fcac44 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -105,7 +105,7 @@ The owner of the sandbox.
105.SH LICENSE 105.SH LICENSE
106This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 106This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
107.PP 107.PP
108Homepage: http://firejail.wordpress.com 108Homepage: https://firejail.wordpress.com
109.SH SEE ALSO 109.SH SEE ALSO
110\&\flfirejail\fR\|(1), 110\&\flfirejail\fR\|(1),
111\&\flfirecfg\fR\|(1), 111\&\flfirecfg\fR\|(1),