From 4a202b68fa5b0218af7ee57aa2bbe4c8d5c3264d Mon Sep 17 00:00:00 2001 From: Matthew Gyurgyik Date: Sat, 10 Oct 2015 20:39:12 -0400 Subject: switch project url to github --- configure | 6 +++--- configure.ac | 2 +- platform/debian/control | 2 +- platform/debian/copyright | 2 +- platform/rpm/mkrpm.sh | 2 +- src/firejail/usage.c | 2 +- src/firemon/usage.c | 2 +- src/man/firejail-login.txt | 2 +- src/man/firejail-profile.txt | 2 +- src/man/firejail.txt | 2 +- src/man/firemon.txt | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 56a08d0e7..0665a46ed 100755 --- a/configure +++ b/configure @@ -583,7 +583,7 @@ PACKAGE_TARNAME='firejail' PACKAGE_VERSION='0.9.31' PACKAGE_STRING='firejail 0.9.31' PACKAGE_BUGREPORT='netblue30@yahoo.com' -PACKAGE_URL='http://firejail.sourceforge.net' +PACKAGE_URL='http://github.com/netblue30/firejail' ac_unique_file="src/firejail/main.c" # Factoring default headers for most tests. @@ -1326,7 +1326,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -firejail home page: . +firejail home page: . _ACEOF ac_status=$? fi @@ -4150,7 +4150,7 @@ Configuration files: $config_files Report bugs to . -firejail home page: ." +firejail home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 0ccba0a13..997e159e8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT(firejail, 0.9.31, netblue30@yahoo.com, , http://firejail.sourceforge.net) +AC_INIT(firejail, 0.9.31, netblue30@yahoo.com, , http://github.com/netblue30/firejail) AC_CONFIG_SRCDIR([src/firejail/main.c]) #AC_CONFIG_HEADERS([config.h]) diff --git a/platform/debian/control b/platform/debian/control index 18d857c36..991abb656 100644 --- a/platform/debian/control +++ b/platform/debian/control @@ -6,7 +6,7 @@ Installed-Size: 272 Depends: libc6 Section: admin Priority: extra -Homepage: http://firejail.sourceforge.net +Homepage: http://github.com/netblue30/firejail Description: Linux namepaces sandbox program. Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications diff --git a/platform/debian/copyright b/platform/debian/copyright index 7d8d0a2c7..4fd3a15d1 100644 --- a/platform/debian/copyright +++ b/platform/debian/copyright @@ -26,5 +26,5 @@ This is the Debian/Ubuntu prepackaged version of firejail. The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. -Homepage: http://firejail.sourceforge.net. +Homepage: http://github.com/netblue30/firejail. diff --git a/platform/rpm/mkrpm.sh b/platform/rpm/mkrpm.sh index 4413b2fcb..2e17fdfc1 100755 --- a/platform/rpm/mkrpm.sh +++ b/platform/rpm/mkrpm.sh @@ -93,7 +93,7 @@ Release: 1 License: GPL+ Group: Development/Tools SOURCE0 : %{name}-%{version}.tar.gz -URL: http://firejail.sourceforege.net +URL: http://github.com/netblue30/firejail BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root diff --git a/src/firejail/usage.c b/src/firejail/usage.c index b4024ff6f..dec8c5349 100644 --- a/src/firejail/usage.c +++ b/src/firejail/usage.c @@ -342,6 +342,6 @@ void usage(void) { printf(" list all running sandboxes\n"); printf("\n"); printf("License GPL version 2 or later\n"); - printf("Homepage: http://firejail.sourceforge.net\n"); + printf("Homepage: http://github.com/netblue30/firejail\n"); printf("\n"); } diff --git a/src/firemon/usage.c b/src/firemon/usage.c index 52788807a..92aac1b88 100644 --- a/src/firemon/usage.c +++ b/src/firemon/usage.c @@ -72,6 +72,6 @@ void usage(void) { printf("\tUser - The owner of the sandbox.\n"); printf("\n"); printf("License GPL version 2 or later\n"); - printf("Homepage: http://firejail.sourceforge.net\n"); + printf("Homepage: http://github.com/netblue30/firejail\n"); printf("\n"); } diff --git a/src/man/firejail-login.txt b/src/man/firejail-login.txt index c3ee50ecf..0064013c9 100644 --- a/src/man/firejail-login.txt +++ b/src/man/firejail-login.txt @@ -28,7 +28,7 @@ usermod \-\-shell /usr/bin/firejail username .SH LICENSE Firejail 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. .PP -Homepage: http://firejail.sourceforge.net +Homepage: http://github.com/netblue30/firejail .SH SEE ALSO \&\flfirejail\fR\|(1), \&\flfiremon\fR\|(1), diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 470cade7e..e470cab36 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -277,7 +277,7 @@ Set a DNS server for the sandbox. Up to three DNS servers can be defined. .SH LICENSE Firejail 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. .PP -Homepage: http://firejail.sourceforge.net +Homepage: http://github.com/netblue30/firejail .SH SEE ALSO \&\flfirejail\fR\|(1), \&\flfiremon\fR\|(1), diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 6984c559b..af3a18746 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -1361,7 +1361,7 @@ List all sandboxed processes. .SH LICENSE This 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. .PP -Homepage: http://firejail.sourceforge.net +Homepage: http://github.com/netblue30/firejail .SH SEE ALSO \&\flfiremon\fR\|(1), \&\flfirejail-profile\fR\|(5), diff --git a/src/man/firemon.txt b/src/man/firemon.txt index 293547a3b..9c14086e0 100644 --- a/src/man/firemon.txt +++ b/src/man/firemon.txt @@ -98,7 +98,7 @@ The owner of the sandbox. .SH LICENSE This 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. .PP -Homepage: http://firejail.sourceforge.net +Homepage: http://github.com/netblue30/firejail .SH SEE ALSO \&\flfirejail\fR\|(1), \&\flfirejail-profile\fR\|(5), -- cgit v1.2.3-70-g09d2