This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository libx2goclient. from 36728ad src/x2goclient-network-ssh.{c,h}: implement stub classes. new cc6bee8 src/Makefile.am: rename x2goclient-1.0.gir to X2GoClient-1.0.gir. new d97edae .gitignore: add gobject-introspection-generated files. new eafeaf5 configure.ac: use build-aux directory for generated cruft. new 0d68e87 .gitignore: ignore build-aux directory. new 682a0cb src/: new subdirectory test with new file sshtest.c. new c9539a8 src/Makefile.am: add sshtest program. new 40348c5 po/POTFILES.in: add src/test/sshtest.c. new 6a56aa8 src/Makefile.am: pass localedir down as LOCALEDIR. new d80a774 src/Makefile.am: build sshtest with the same CFLAGS also used for libx2goclient. new 61e3514 src/Makefile.am: link to libintl by default. new 9f76d47 src/Makefile.am: whitespace-only change (mostly). new a39b530 src/test: add stub Makefile.am. new 161d628 configure.ac: add src/test/Makefile generation target. new 9eaa4a8 src/Makefile.am: recurse into test subdirectory. new 90a476c src/{,test/}Makefile.am: move sshtest into correct file. new 2d32682 src/test/sshtest.c: fix compile error. new b46c00e .gitignore: ignore generated src/test/sshtest binary. The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 8 ++++++++ configure.ac | 2 ++ po/POTFILES.in | 1 + src/Makefile.am | 21 +++++++++++++++------ src/test/Makefile.am | 19 +++++++++++++++++++ src/{x2goclient-object.c => test/sshtest.c} | 22 ++++++++++++++++++++-- 6 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 src/test/Makefile.am copy src/{x2goclient-object.c => test/sshtest.c} (69%) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit cc6bee83ebd5e5fb85439e85de5f0e23f4c2287d Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 12:24:41 2019 +0200 src/Makefile.am: rename x2goclient-1.0.gir to X2GoClient-1.0.gir. Fixes namespace problems with g-ir-scanner. The (camel-cased) namespace is taken from the filename directly (if not passed otherwise). --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 494794d..037bf59 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig -include $(INTROSPECTION_MAKEFILE) -INTROSPECTION_GIRS = x2goclient-1.0.gir +INTROSPECTION_GIRS = X2GoClient-1.0.gir INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) @@ -59,11 +59,11 @@ introspection_sources = \ $(libx2goclient_la_SOURCES) \ $(NULL) -x2goclient-1.0.gir: libx2goclient.la -x2goclient_1_0_gir_INCLUDES = GObject-2.0 GLib-2.0 -x2goclient_1_0_gir_CFLAGS = $(libx2goclient_la_CFLAGS) -I$(srcdir) -x2goclient_1_0_gir_LIBS = libx2goclient.la -x2goclient_1_0_gir_FILES = $(introspection_sources) +X2GoClient-1.0.gir: libx2goclient.la +X2GoClient_1_0_gir_INCLUDES = GObject-2.0 GLib-2.0 Gio-2.0 +X2GoClient_1_0_gir_CFLAGS = $(libx2goclient_la_CFLAGS) -I$(srcdir) +X2GoClient_1_0_gir_LIBS = libx2goclient.la +X2GoClient_1_0_gir_FILES = $(introspection_sources) girdir = $(datadir)/gir-1.0 gir_DATA = $(INTROSPECTION_GIRS) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit d97edae1c2a0241a50b131f718a21819209ea909 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 12:31:18 2019 +0200 .gitignore: add gobject-introspection-generated files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9ab35ed..5a954ff 100644 --- a/.gitignore +++ b/.gitignore @@ -53,5 +53,9 @@ stamp-h* po/stamp-it po/POTFILES +# GObject introspection stuff. +*.gir +*.typelib + # This file. .gitignore -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit eafeaf5c8993b564b9a82635b0825b10e0499ba2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 12:42:46 2019 +0200 configure.ac: use build-aux directory for generated cruft. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 248af9b..06a7b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([libx2goclient], AC_PREREQ([2.64]) AC_CONFIG_SRCDIR([src]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 0d68e87a1021a77a7e0c567af8dda373c47f18c8 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 12:43:00 2019 +0200 .gitignore: ignore build-aux directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5a954ff..d6b8c6a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # Autotools stuff. autom4te.cache/ +build-aux/ config.log config.status config.guess -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 682a0cbc7b0ac6126aca6e46497ce9dcfd036e91 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:13:14 2019 +0200 src/: new subdirectory test with new file sshtest.c. --- src/test/sshtest.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/src/test/sshtest.c b/src/test/sshtest.c new file mode 100644 index 0000000..94b685a --- /dev/null +++ b/src/test/sshtest.c @@ -0,0 +1,51 @@ +/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ + +/* sshtest.c - Testing application for X2Go Client SSH network handling + + Copyright (C) 2019 Mike Gabriel + Copyright (C) 2019 Mihai Moldovan + All rights reserved. + + The libx2goclient library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The libx2goclient library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the Mate Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + */ + +#include <stdio.h> +#include <stdlib.h> + +#include <libintl.h> + +#include <glib.h> +#include <glib/gi18n.h> +#include <gio/gio.h> + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "x2goclient.h" +#include "x2goclient-network-ssh.h" + +#define _(String) gettext (String) + +int main (int argc, char **argv) { + setlocale (LC_MESSAGES, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + + printf (_("SSH testing utility for ") PACKAGE_NAME); + + return (EXIT_SUCCESS); +} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit c9539a85db849df12b2b5008f3c25063f7aa878c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:13:35 2019 +0200 src/Makefile.am: add sshtest program. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 037bf59..49a59a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,11 @@ libx2goclient_la_LIBADD = \ $(LIBX2GOCLIENT_LIBS) \ $(NULL) +bin_PROGRAMS = sshtest +sshtest_SOURCES = test/sshtest.c +sshtest_CFLAGS = $(AM_CFLAGS) +sshtest_LDADD = libx2goclient.la + pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 40348c5d7b661124a1e845b9d78404c864a87d59 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:13:57 2019 +0200 po/POTFILES.in: add src/test/sshtest.c. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 1d1e55a..07a75c9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,4 @@ +src/test/sshtest.c src/x2goclient-agent-start-kdrive.c src/x2goclient-agent-start-nx.c src/x2goclient-network.c -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 6a56aa86139b6aaa355484af209cabd8c349d8d6 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:23:46 2019 +0200 src/Makefile.am: pass localedir down as LOCALEDIR. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 49a59a0..5142014 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,8 @@ NULL = +localedir = $(datadir)/locale +AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" + lib_LTLIBRARIES = libx2goclient.la CLEANFILES = -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit d80a774b63eb5265a33fa7c47a94c2101fe98899 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:24:24 2019 +0200 src/Makefile.am: build sshtest with the same CFLAGS also used for libx2goclient. --- src/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5142014..a166680 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,8 +49,14 @@ libx2goclient_la_LIBADD = \ $(NULL) bin_PROGRAMS = sshtest + sshtest_SOURCES = test/sshtest.c -sshtest_CFLAGS = $(AM_CFLAGS) + +sshtest_CFLAGS = \ + $(AM_CFLAGS) \ + $(LIBX2GOCLIENT_CFLAGS) \ + $(NULL) + sshtest_LDADD = libx2goclient.la pkgconfig_DATA = x2goclient.pc -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 61e3514eca209c5bb0326a7d761912223efd826b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:26:39 2019 +0200 src/Makefile.am: link to libintl by default. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a166680..3298509 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,10 @@ NULL = localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" +LDADD = \ + @LTLIBINTL@ \ + $(NULL) + lib_LTLIBRARIES = libx2goclient.la CLEANFILES = -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 9f76d473f9f5601f02023dadde474458d2679f41 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:26:51 2019 +0200 src/Makefile.am: whitespace-only change (mostly). --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3298509..0f67a65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,7 +61,9 @@ sshtest_CFLAGS = \ $(LIBX2GOCLIENT_CFLAGS) \ $(NULL) -sshtest_LDADD = libx2goclient.la +sshtest_LDADD = \ + libx2goclient.la \ + $(NULL) pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit a39b530415dcc22f22ae9ad5c46efe223f968bb2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:35:58 2019 +0200 src/test: add stub Makefile.am. --- src/test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/Makefile.am b/src/test/Makefile.am new file mode 100644 index 0000000..9f2e934 --- /dev/null +++ b/src/test/Makefile.am @@ -0,0 +1,6 @@ +NULL = + +AM_CPPFLAGS = -I.. + +localedir = $(datadir)/locale +AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 161d628d8cbf960d1a92d00f5ba37d762e16235d Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:52:35 2019 +0200 configure.ac: add src/test/Makefile generation target. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 06a7b8b..ae79817 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,7 @@ AC_CONFIG_FILES([ Makefile po/Makefile.in src/Makefile +src/test/Makefile src/x2goclient.pc ]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 9eaa4a838e3a0fa659aaecba2ada22c40d3aeb4d Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:53:45 2019 +0200 src/Makefile.am: recurse into test subdirectory. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0f67a65..1b9b9e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ NULL = +SUBDIRS = . test + localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 90a476cbe7f1c93faa275ce6a1612950c1709c25 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:54:29 2019 +0200 src/{,test/}Makefile.am: move sshtest into correct file. --- src/Makefile.am | 13 ------------- src/test/Makefile.am | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b9b9e7..233e528 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,19 +54,6 @@ libx2goclient_la_LIBADD = \ $(LIBX2GOCLIENT_LIBS) \ $(NULL) -bin_PROGRAMS = sshtest - -sshtest_SOURCES = test/sshtest.c - -sshtest_CFLAGS = \ - $(AM_CFLAGS) \ - $(LIBX2GOCLIENT_CFLAGS) \ - $(NULL) - -sshtest_LDADD = \ - libx2goclient.la \ - $(NULL) - pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 9f2e934..8240b15 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -4,3 +4,16 @@ AM_CPPFLAGS = -I.. localedir = $(datadir)/locale AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" + +bin_PROGRAMS = sshtest + +sshtest_SOURCES = sshtest.c + +sshtest_CFLAGS = \ + $(AM_CFLAGS) \ + $(LIBX2GOCLIENT_CFLAGS) \ + $(NULL) + +sshtest_LDADD = \ + ../libx2goclient.la \ + $(NULL) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 2d32682b71f11297bc5de9ccb150099d9d3f5ab7 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:56:19 2019 +0200 src/test/sshtest.c: fix compile error. --- src/test/sshtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/sshtest.c b/src/test/sshtest.c index 94b685a..c26b5cb 100644 --- a/src/test/sshtest.c +++ b/src/test/sshtest.c @@ -45,7 +45,7 @@ int main (int argc, char **argv) { bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - printf (_("SSH testing utility for ") PACKAGE_NAME); + printf (_("SSH testing utility for %s version %s\n\n"), _(PACKAGE_NAME), _(PACKAGE_VERSION)); return (EXIT_SUCCESS); } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit b46c00e92a4605701d41b7b7c620fde5a61d1cf3 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:57:14 2019 +0200 .gitignore: ignore generated src/test/sshtest binary. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d6b8c6a..c0f87f1 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,8 @@ po/POTFILES *.gir *.typelib +# Generated binaries. +src/test/sshtest + # This file. .gitignore -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git