This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 437366e346bce2cc4c95b8cafbffdbd716295543 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 19 22:49:25 2018 +0100 misc: switch to HTTPS-based URLs where possible. --- bin/x2gocaja | 2 +- bin/x2gosuspend-session-mate | 2 +- bin/x2goumount-session-mate | 2 +- configure.ac | 2 +- debian/changelog | 1 + debian/control | 4 ++-- debian/copyright | 4 ++-- debian/x2gomatebindings.postinst | 2 +- debian/x2gomatebindings.postrm | 2 +- debian/x2gomatebindings.prerm | 2 +- extension/caja-x2goumount-module.c | 2 +- extension/caja-x2goumount.c | 2 +- extension/caja-x2goumount.h | 2 +- lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore | 2 +- man/man1/x2gocaja.1 | 2 +- man/man1/x2gosuspend-session-mate.1 | 2 +- man/man1/x2goumount-session-mate.1 | 2 +- sbin/update-mate-menu-x2go | 2 +- share/x2go/x2gofeature.d/x2goserver-matebindings.features | 2 +- x2gomatebindings.spec | 4 ++-- 20 files changed, 23 insertions(+), 22 deletions(-) diff --git a/bin/x2gocaja b/bin/x2gocaja index 7555bd0..2e30ae5 100755 --- a/bin/x2gocaja +++ b/bin/x2gocaja @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/bin/x2gosuspend-session-mate b/bin/x2gosuspend-session-mate index dc18fa4..3d101dc 100755 --- a/bin/x2gosuspend-session-mate +++ b/bin/x2gosuspend-session-mate @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/bin/x2goumount-session-mate b/bin/x2goumount-session-mate index 3cd74b1..20caefd 100755 --- a/bin/x2goumount-session-mate +++ b/bin/x2goumount-session-mate @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/configure.ac b/configure.ac index 2570b24..6a5b574 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(caja-x2goumount, 0.0.1.6, http://www.x2go.org) +AC_INIT(caja-x2goumount, 0.0.1.6, https://www.x2go.org) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) diff --git a/debian/changelog b/debian/changelog index 7ecbbba..f097992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2gomatebindings (0.0.1.6-0~x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream version (0.0.1.6): - misc: update copyright notices, but for Mike Gabriel. + - misc: switch to HTTPS-based URLs where possible. * x2gomatebindings.spec: - x2goagent is dead, long live x2goserver-x2goagent. - Pull in redhat-rpm-confi, and, as a side-effect, annobin. diff --git a/debian/control b/debian/control index 664a954..a2a7790 100644 --- a/debian/control +++ b/debian/control @@ -21,9 +21,9 @@ Build-Depends: lsb-release, bash, Standards-Version: 3.9.5 -Homepage: http://code.x2go.org/releases/source/x2gomatebindings +Homepage: https://code.x2go.org/releases/source/x2gomatebindings Vcs-Git: git://code.x2go.org/x2gomatebindings.git -Vcs-Browser: http://code.x2go.org/gitweb?p=x2gomatebindings.git;a=summary +Vcs-Browser: https://code.x2go.org/gitweb?p=x2gomatebindings.git;a=summary Package: x2gomatebindings Architecture: any diff --git a/debian/copyright b/debian/copyright index 268cac3..fcb020a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: X2Go MATE Bindings Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Source: http://wiki.x2go.org +Source: https://wiki.x2go.org Files: * Copyright: diff --git a/debian/x2gomatebindings.postinst b/debian/x2gomatebindings.postinst index 386a887..b23a6f7 100755 --- a/debian/x2gomatebindings.postinst +++ b/debian/x2gomatebindings.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/debian/x2gomatebindings.postrm b/debian/x2gomatebindings.postrm index 3334c70..59d7ff7 100755 --- a/debian/x2gomatebindings.postrm +++ b/debian/x2gomatebindings.postrm @@ -15,7 +15,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/debian/x2gomatebindings.prerm b/debian/x2gomatebindings.prerm index 4d72c1a..bfda00c 100755 --- a/debian/x2gomatebindings.prerm +++ b/debian/x2gomatebindings.prerm @@ -13,7 +13,7 @@ set -e # * <deconfigured's-prerm> `deconfigure' `in-favour' # <package-being-installed> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/extension/caja-x2goumount-module.c b/extension/caja-x2goumount-module.c index 240027f..9b31584 100644 --- a/extension/caja-x2goumount-module.c +++ b/extension/caja-x2goumount-module.c @@ -1,6 +1,6 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/extension/caja-x2goumount.c b/extension/caja-x2goumount.c index c994f25..714cda6 100644 --- a/extension/caja-x2goumount.c +++ b/extension/caja-x2goumount.c @@ -1,6 +1,6 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/extension/caja-x2goumount.h b/extension/caja-x2goumount.h index 92edeac..ce81c38 100644 --- a/extension/caja-x2goumount.h +++ b/extension/caja-x2goumount.h @@ -1,6 +1,6 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore b/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore index bcb8e11..2643515 100755 --- a/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore +++ b/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2012-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2012-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/man/man1/x2gocaja.1 b/man/man1/x2gocaja.1 index 7481498..fcd628f 100644 --- a/man/man1/x2gocaja.1 +++ b/man/man1/x2gocaja.1 @@ -19,4 +19,4 @@ x2gocaja \- X2Go MATE Wrapper for Browsing X2Go Shared Folders with Caja file manager Caja when browsing X2Go client-side shared folders. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/man/man1/x2gosuspend-session-mate.1 b/man/man1/x2gosuspend-session-mate.1 index fe2f738..3e03bd6 100644 --- a/man/man1/x2gosuspend-session-mate.1 +++ b/man/man1/x2gosuspend-session-mate.1 @@ -20,4 +20,4 @@ script ,,x2gosuspend-session'' for suspending the current X2Go session. .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/man/man1/x2goumount-session-mate.1 b/man/man1/x2goumount-session-mate.1 index e6559ea..cd3d401 100644 --- a/man/man1/x2goumount-session-mate.1 +++ b/man/man1/x2goumount-session-mate.1 @@ -20,4 +20,4 @@ action in the right-click context menu of X2Go shared folder icons on the MATE d .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/sbin/update-mate-menu-x2go b/sbin/update-mate-menu-x2go index ebd1426..0fc3b4d 100755 --- a/sbin/update-mate-menu-x2go +++ b/sbin/update-mate-menu-x2go @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/share/x2go/x2gofeature.d/x2goserver-matebindings.features b/share/x2go/x2gofeature.d/x2goserver-matebindings.features index 1446aff..90e5b8a 100755 --- a/share/x2go/x2gofeature.d/x2goserver-matebindings.features +++ b/share/x2go/x2gofeature.d/x2goserver-matebindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # # 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 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 8c7484d..9a3f0a3 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -9,8 +9,8 @@ Group: Productivity/Networking/Remote Desktop Group: Applications/Communications License: GPLv2+ %endif -URL: http://www.x2go.org/ -Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz +URL: https://www.x2go.org/ +Source0: https://code.x2go.org/releases/source/%name/%name-%version.tar.gz Source1: %{name}-rpmlintrc BuildRequires: autoconf >= 2.57, automake >= 1.7.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git