···11+commit 36db00ecdce06709d7590f338eda7e2e7d96839a
22+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33+Date: Sat Oct 15 09:40:43 2022 -0700
44+55+ smproxy 1.0.7
66+77+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88+99+commit f92f80fbb8926d980a6a46c488f7f60a35c9bf9c
1010+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1111+Date: Sun Aug 14 10:41:39 2022 -0700
1212+1313+ CheckFullyQuantifiedName: improve gethostname() handling
1414+1515+ Handle errors and use HOST_NAME_MAX for the buffer size if it is
1616+ defined by <limits.h>
1717+1818+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1919+2020+commit 5bf2e626a25f0ac1503effbf89c01573392ea658
2121+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
2222+Date: Sun Aug 14 10:15:06 2022 -0700
2323+2424+ CheckFullyQuantifiedName: return unqualified name if alloc fails
2525+2626+ Makes a failure to allocate by asprintf() match other failure
2727+ cases and return the unqualified name instead of NULL.
2828+2929+ Fixes gcc warning:
3030+ smproxy.c: In function ‘FinishSaveYourself’:
3131+ smproxy.c:269:31: warning: ‘%s’ directive argument is null [-Wformat-truncation=]
3232+ "rstart-rsh/%s", fullyQuantifiedName);
3333+ ^~
3434+3535+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3636+3737+commit 88262a274bdd850e14cc27dd3d421182bbc157d5
3838+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3939+Date: Sun Aug 14 10:10:23 2022 -0700
4040+4141+ Use calloc instead of malloc to allocate arrays
4242+4343+ Most important in ReadProxyFileEntry, if we goto give_up before we
4444+ finish initializing the array, makes sure we don't try to free
4545+ uninitialized pointers during cleanup pass.
4646+4747+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4848+4949+commit 0c55e2eabe6755b88de9835da8185a52b7712847
5050+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
5151+Date: Sun Aug 14 10:04:12 2022 -0700
5252+5353+ Remove or correct obsolete casts
5454+5555+ Bring code up to C89 levels
5656+5757+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5858+5959+commit 5fdd590f9b9a9f5aa3a60e44fe8f010c43f8c54e
6060+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
6161+Date: Sun Aug 14 09:49:22 2022 -0700
6262+6363+ NullIceErrorHandler: make arg names match between definition & declaration
6464+6565+ Solves cppcheck warning:
6666+ [smproxy.c:73] -> [smproxy.c:448]: (style, inconclusive)
6767+ Function 'NullIceErrorHandler' argument 3 names different:
6868+ declaration 'offendingMinorOpCode' definition 'offendingMinorOpcode'.
6969+7070+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7171+7272+commit f4800d0cfbadf9fc50dddbe2b1eb8d62548d7fe5
7373+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
7474+Date: Sun Aug 14 09:47:41 2022 -0700
7575+7676+ Reduce variable scopes as suggested by cppcheck
7777+7878+ [save.c:203]: (style) The scope of the variable 'i' can be reduced.
7979+ [save.c:457]: (style) The scope of the variable 'i' can be reduced.
8080+ [smproxy.c:101]: (style) The scope of the variable 'i' can be reduced.
8181+ [smproxy.c:1114]: (style) The scope of the variable 'client_window' can be reduced.
8282+8383+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8484+8585+commit 8f72bea9644450a3492349236a2d57610c7c78bc
8686+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
8787+Date: Sat Dec 4 10:05:43 2021 -0800
8888+8989+ Build xz tarballs instead of bzip2
9090+9191+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9292+9393+commit ef7d5344e9d96f4a6632f5a6f353ee809bef1001
9494+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
9595+Date: Sat Dec 4 10:05:39 2021 -0800
9696+9797+ gitlab CI: add a basic build test
9898+9999+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100100+101101+commit 2c60568de14fb3953b3cfe42ee32352298572fd8
102102+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
103103+Date: Wed Nov 21 16:57:31 2018 -0800
104104+105105+ Update configure.ac bug URL for gitlab migration
106106+107107+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
108108+109109+commit b9c0047416eff09519bfe6a8088817c270f91d0a
110110+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
111111+Date: Fri Nov 16 20:49:33 2018 -0800
112112+113113+ Update README for gitlab migration
114114+115115+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
116116+117117+commit 94d925a449d5ea22c14ed0261389787a76c026ef
118118+Author: Mihail Konev <k.mvc@ya.ru>
119119+Date: Thu Jan 26 14:00:20 2017 +1000
120120+121121+ autogen: add default patch prefix
122122+123123+ Signed-off-by: Mihail Konev <k.mvc@ya.ru>
124124+125125+commit d914bd6488ba53f648df442af9e182236cf63983
126126+Author: Emil Velikov <emil.l.velikov@gmail.com>
127127+Date: Mon Mar 9 12:00:52 2015 +0000
128128+129129+ autogen.sh: use quoted string variables
130130+131131+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
132132+ fall-outs, when they contain space.
133133+134134+ Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
135135+ Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
136136+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
137137+138138+commit eb3eabf9d910270026a2705afca1a8ceb385ea3f
139139+Author: Peter Hutterer <peter.hutterer@who-t.net>
140140+Date: Tue Jan 24 10:32:07 2017 +1000
141141+142142+ autogen.sh: use exec instead of waiting for configure to finish
143143+144144+ Syncs the invocation of configure with the one from the server.
145145+146146+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
147147+ Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
148148+1149commit 31b7fe5cc4e3f39f7265800a78a397935163990b
2150Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3151Date: Thu Apr 16 22:32:22 2015 -0700
···491639 against tempfile race conditions in many places)
492640493641commit 05ef9ba24d0b1b5c17e04036d03770a44efd6b78
494494-Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
642642+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
495643Date: Wed Jul 6 17:25:57 2005 +0000
496644497645 Build system for smproxy
···11-smproxy allows X applications that do not support X11R6 session
22-management to participate in an X11R6 session.
33-44-All questions regarding this software should be directed at the
55-Xorg mailing list:
66-77- http://lists.freedesktop.org/mailman/listinfo/xorg
88-99-Please submit bug reports to the Xorg bugzilla:
1010-1111- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
1212-1313-The master development code repository can be found at:
1414-1515- git://anongit.freedesktop.org/git/xorg/app/smproxy
1616-1717- http://cgit.freedesktop.org/xorg/app/smproxy
1818-1919-For patch submission instructions, see:
2020-2121- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
2222-2323-For more information on the git code manager, see:
2424-2525- http://wiki.x.org/wiki/GitPage
2626-
+18
app/smproxy/README.md
···11+smproxy allows X applications that do not support X11R6 session
22+management to participate in an X11R6 session.
33+44+All questions regarding this software should be directed at the
55+Xorg mailing list:
66+77+ https://lists.x.org/mailman/listinfo/xorg
88+99+The master development code repository can be found at:
1010+1111+ https://gitlab.freedesktop.org/xorg/app/smproxy
1212+1313+Please submit bug reports and requests to merge patches there.
1414+1515+For patch submission instructions, see:
1616+1717+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
1818+
···11#! /bin/sh
22# Wrapper for compilers which do not understand '-c -o'.
3344-scriptversion=2012-10-14.11; # UTC
44+scriptversion=2018-03-07.03; # UTC
5566-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
66+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77# Written by Tom Tromey <tromey@cygnus.com>.
88#
99# This program is free software; you can redistribute it and/or modify
···1717# GNU General Public License for more details.
1818#
1919# You should have received a copy of the GNU General Public License
2020-# along with this program. If not, see <http://www.gnu.org/licenses/>.
2020+# along with this program. If not, see <https://www.gnu.org/licenses/>.
21212222# As a special exception to the GNU General Public License, if you
2323# distribute this file as part of a program that contains a
···5353 MINGW*)
5454 file_conv=mingw
5555 ;;
5656- CYGWIN*)
5656+ CYGWIN* | MSYS*)
5757 file_conv=cygwin
5858 ;;
5959 *)
···6767 mingw/*)
6868 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969 ;;
7070- cygwin/*)
7070+ cygwin/* | msys/*)
7171 file=`cygpath -m "$file" || echo "$file"`
7272 ;;
7373 wine/*)
···255255 echo "compile $scriptversion"
256256 exit $?
257257 ;;
258258- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258258+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259259+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
259260 func_cl_wrapper "$@" # Doesn't return...
260261 ;;
261262esac
···339340# Local Variables:
340341# mode: shell-script
341342# sh-indentation: 2
342342-# eval: (add-hook 'write-file-hooks 'time-stamp)
343343+# eval: (add-hook 'before-save-hook 'time-stamp)
343344# time-stamp-start: "scriptversion="
344345# time-stamp-format: "%:y-%02m-%02d.%02H"
345345-# time-stamp-time-zone: "UTC"
346346+# time-stamp-time-zone: "UTC0"
346347# time-stamp-end: "; # UTC"
347348# End:
+84-40
app/smproxy/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for smproxy 1.0.6.
33+# Generated by GNU Autoconf 2.69 for smproxy 1.0.7.
44#
55-# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/app/smproxy/issues>.
66#
77#
88# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
···267267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268268 else
269269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270270-$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
270270+$0: https://gitlab.freedesktop.org/xorg/app/smproxy/issues
271271$0: about your system, including any error possibly output
272272$0: before this message. Then install a modern shell, or
273273$0: manually run the script under such a shell if you do
···581581# Identity of this package.
582582PACKAGE_NAME='smproxy'
583583PACKAGE_TARNAME='smproxy'
584584-PACKAGE_VERSION='1.0.6'
585585-PACKAGE_STRING='smproxy 1.0.6'
586586-PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
584584+PACKAGE_VERSION='1.0.7'
585585+PACKAGE_STRING='smproxy 1.0.7'
586586+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/smproxy/issues'
587587PACKAGE_URL=''
588588589589ac_unique_file="Makefile.am"
···729729docdir
730730oldincludedir
731731includedir
732732+runstatedir
732733localstatedir
733734sharedstatedir
734735sysconfdir
···809810sysconfdir='${prefix}/etc'
810811sharedstatedir='${prefix}/com'
811812localstatedir='${prefix}/var'
813813+runstatedir='${localstatedir}/run'
812814includedir='${prefix}/include'
813815oldincludedir='/usr/include'
814816docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
···10611063 | -silent | --silent | --silen | --sile | --sil)
10621064 silent=yes ;;
1063106510661066+ -runstatedir | --runstatedir | --runstatedi | --runstated \
10671067+ | --runstate | --runstat | --runsta | --runst | --runs \
10681068+ | --run | --ru | --r)
10691069+ ac_prev=runstatedir ;;
10701070+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
10711071+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
10721072+ | --run=* | --ru=* | --r=*)
10731073+ runstatedir=$ac_optarg ;;
10741074+10641075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10651076 ac_prev=sbindir ;;
10661077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
···11981209for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11991210 datadir sysconfdir sharedstatedir localstatedir includedir \
12001211 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12011201- libdir localedir mandir
12121212+ libdir localedir mandir runstatedir
12021213do
12031214 eval ac_val=\$$ac_var
12041215 # Remove trailing slashes.
···13111322 # Omit some internal or obsolete options to make the list less imposing.
13121323 # This message is too long to be a string in the A/UX 3.1 sh.
13131324 cat <<_ACEOF
13141314-\`configure' configures smproxy 1.0.6 to adapt to many kinds of systems.
13251325+\`configure' configures smproxy 1.0.7 to adapt to many kinds of systems.
1315132613161327Usage: $0 [OPTION]... [VAR=VALUE]...
13171328···13511362 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13521363 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13531364 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
13651365+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13541366 --libdir=DIR object code libraries [EPREFIX/lib]
13551367 --includedir=DIR C header files [PREFIX/include]
13561368 --oldincludedir=DIR C header files for non-gcc [/usr/include]
···1381139313821394if test -n "$ac_init_help"; then
13831395 case $ac_init_help in
13841384- short | recursive ) echo "Configuration of smproxy 1.0.6:";;
13961396+ short | recursive ) echo "Configuration of smproxy 1.0.7:";;
13851397 esac
13861398 cat <<\_ACEOF
13871399···14271439Use these variables to override the choices made by `configure' or to help
14281440it to find libraries and programs with nonstandard names/locations.
1429144114301430-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
14421442+Report bugs to <https://gitlab.freedesktop.org/xorg/app/smproxy/issues>.
14311443_ACEOF
14321444ac_status=$?
14331445fi
···14901502test -n "$ac_init_help" && exit $ac_status
14911503if $ac_init_version; then
14921504 cat <<\_ACEOF
14931493-smproxy configure 1.0.6
15051505+smproxy configure 1.0.7
14941506generated by GNU Autoconf 2.69
1495150714961508Copyright (C) 2012 Free Software Foundation, Inc.
···16491661$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
16501662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
16511663$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
16521652-( $as_echo "## ---------------------------------------------------------------------- ##
16531653-## Report this to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg ##
16541654-## ---------------------------------------------------------------------- ##"
16641664+( $as_echo "## --------------------------------------------------------------------- ##
16651665+## Report this to https://gitlab.freedesktop.org/xorg/app/smproxy/issues ##
16661666+## --------------------------------------------------------------------- ##"
16551667 ) | sed "s/^/$as_me: WARNING: /" >&2
16561668 ;;
16571669esac
···19051917This file contains any messages produced by compilers while
19061918running configure, to aid debugging if configure makes a mistake.
1907191919081908-It was created by smproxy $as_me 1.0.6, which was
19201920+It was created by smproxy $as_me 1.0.7, which was
19091921generated by GNU Autoconf 2.69. Invocation command line was
1910192219111923 $ $0 $@
···2734274627352747# Define the identity of the package.
27362748 PACKAGE='smproxy'
27372737- VERSION='1.0.6'
27492749+ VERSION='1.0.7'
273827502739275127402752cat >>confdefs.h <<_ACEOF
···1044310455104441045610445104571044610446-CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \
1045810458+CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
1044710459mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
1044810448-|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \
1044910449-echo 'git directory not found: installing possibly empty changelog.' >&2)"
1046010460+|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
1046110461+touch \$(top_srcdir)/ChangeLog; \
1046210462+echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
104501046310451104641045210465···1045410467macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
1045510468INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
1045610469mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
1045710457-|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \
1045810458-echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)"
1047010470+|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
1047110471+touch \$(top_srcdir)/INSTALL; \
1047210472+echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
1045910473104601047410461104751046210476104631047710464104781047910479+case $host_os in
1048010480+ solaris*)
1048110481+ # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1048210482+ # check for a man page file found in later versions that use
1048310483+ # traditional section numbers instead
1048410484+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1048510485+$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1048610486+if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1048710487+ $as_echo_n "(cached) " >&6
1048810488+else
1048910489+ test "$cross_compiling" = yes &&
1049010490+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1049110491+if test -r "/usr/share/man/man7/attributes.7"; then
1049210492+ ac_cv_file__usr_share_man_man7_attributes_7=yes
1049310493+else
1049410494+ ac_cv_file__usr_share_man_man7_attributes_7=no
1049510495+fi
1049610496+fi
1049710497+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1049810498+$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1049910499+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1050010500+ SYSV_MAN_SECTIONS=false
1050110501+else
1050210502+ SYSV_MAN_SECTIONS=true
1050310503+fi
1050410504+1050510505+ ;;
1050610506+ *) SYSV_MAN_SECTIONS=false ;;
1050710507+esac
1050810508+1046510509if test x$APP_MAN_SUFFIX = x ; then
1046610510 APP_MAN_SUFFIX=1
1046710511fi
···1047710521fi
10478105221047910523if test x$FILE_MAN_SUFFIX = x ; then
1048010480- case $host_os in
1048110481- solaris*) FILE_MAN_SUFFIX=4 ;;
1048210482- *) FILE_MAN_SUFFIX=5 ;;
1052410524+ case $SYSV_MAN_SECTIONS in
1052510525+ true) FILE_MAN_SUFFIX=4 ;;
1052610526+ *) FILE_MAN_SUFFIX=5 ;;
1048310527 esac
1048410528fi
1048510529if test x$FILE_MAN_DIR = x ; then
···1048710531fi
10488105321048910533if test x$MISC_MAN_SUFFIX = x ; then
1049010490- case $host_os in
1049110491- solaris*) MISC_MAN_SUFFIX=5 ;;
1049210492- *) MISC_MAN_SUFFIX=7 ;;
1053410534+ case $SYSV_MAN_SECTIONS in
1053510535+ true) MISC_MAN_SUFFIX=5 ;;
1053610536+ *) MISC_MAN_SUFFIX=7 ;;
1049310537 esac
1049410538fi
1049510539if test x$MISC_MAN_DIR = x ; then
···1049710541fi
10498105421049910543if test x$DRIVER_MAN_SUFFIX = x ; then
1050010500- case $host_os in
1050110501- solaris*) DRIVER_MAN_SUFFIX=7 ;;
1050210502- *) DRIVER_MAN_SUFFIX=4 ;;
1054410544+ case $SYSV_MAN_SECTIONS in
1054510545+ true) DRIVER_MAN_SUFFIX=7 ;;
1054610546+ *) DRIVER_MAN_SUFFIX=4 ;;
1050310547 esac
1050410548fi
1050510549if test x$DRIVER_MAN_DIR = x ; then
···1050710551fi
10508105521050910553if test x$ADMIN_MAN_SUFFIX = x ; then
1051010510- case $host_os in
1051110511- solaris*) ADMIN_MAN_SUFFIX=1m ;;
1051210512- *) ADMIN_MAN_SUFFIX=8 ;;
1055410554+ case $SYSV_MAN_SECTIONS in
1055510555+ true) ADMIN_MAN_SUFFIX=1m ;;
1055610556+ *) ADMIN_MAN_SUFFIX=8 ;;
1051310557 esac
1051410558fi
1051510559if test x$ADMIN_MAN_DIR = x ; then
···1060510649# Checks for pkg-config packages
10606106501060710651pkg_failed=no
1060810608-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SMPROXY" >&5
1060910609-$as_echo_n "checking for SMPROXY... " >&6; }
1065210652+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sm ice xt xmuu" >&5
1065310653+$as_echo_n "checking for sm ice xt xmuu... " >&6; }
10610106541061110655if test -n "$SMPROXY_CFLAGS"; then
1061210656 pkg_cv_SMPROXY_CFLAGS="$SMPROXY_CFLAGS"
···106461069010647106911064810692if test $pkg_failed = yes; then
1064910649- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1069310693+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1065010694$as_echo "no" >&6; }
10651106951065210696if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
···1067310717and SMPROXY_LIBS to avoid the need to call pkg-config.
1067410718See the pkg-config man page for more details." "$LINENO" 5
1067510719elif test $pkg_failed = untried; then
1067610676- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1072010720+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1067710721$as_echo "no" >&6; }
1067810722 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1067910723$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
···1123111275# report actual input values of CONFIG_FILES etc. instead of their
1123211276# values after options handling.
1123311277ac_log="
1123411234-This file was extended by smproxy $as_me 1.0.6, which was
1127811278+This file was extended by smproxy $as_me 1.0.7, which was
1123511279generated by GNU Autoconf 2.69. Invocation command line was
11236112801123711281 CONFIG_FILES = $CONFIG_FILES
···1129111335Configuration commands:
1129211336$config_commands
11293113371129411294-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
1133811338+Report bugs to <https://gitlab.freedesktop.org/xorg/app/smproxy/issues>."
11295113391129611340_ACEOF
1129711341cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1129811342ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1129911343ac_cs_version="\\
1130011300-smproxy config.status 1.0.6
1134411344+smproxy config.status 1.0.7
1130111345configured by $0, generated by GNU Autoconf 2.69,
1130211346 with options \\"\$ac_cs_config\\"
1130311347
+3-3
app/smproxy/configure.ac
···22222323# Initialize Autoconf
2424AC_PREREQ([2.60])
2525-AC_INIT([smproxy], [1.0.6],
2626- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [smproxy])
2525+AC_INIT([smproxy], [1.0.7],
2626+ [https://gitlab.freedesktop.org/xorg/app/smproxy/issues], [smproxy])
2727AC_CONFIG_SRCDIR([Makefile.am])
2828AC_CONFIG_HEADERS([config.h])
29293030# Initialize Automake
3131-AM_INIT_AUTOMAKE([foreign dist-bzip2])
3131+AM_INIT_AUTOMAKE([foreign dist-xz])
32323333# Set common system defines for POSIX extensions, such as _GNU_SOURCE
3434# Must be called before any macros that run the compiler (like