See 
<https://jenkins.x2go.org:8443/job/nx-libs+nightly+opensuse-42.2/77/display/redirect?page=changes>

Changes:

[uli42] README.md: Add a "Binary Builds" section

[mike.gabriel] Extend some manpage entries

[mike.gabriel] manpage and usage output: add -irlimit

[mike.gabriel] manpage: document copysize parameter

[mike.gabriel] Args.c: adapt message to use same format as similar messages

[mike.gabriel] nxagent: clarify sleep time units

[mike.gabriel] Extend sleep documentation

[mike.gabriel] travis-ci: add PVS Studio

[noreply] Create SECURITY.md

[noreply] Update SECURITY.md

[noreply] Update SECURITY.md

[uli42] randr: fix broken macros / memory corruption

[mike.gabriel] travisci: Fix PVS job

[mike.gabriel] nx-libs.spec: create nxdialog rpm

[mike.gabriel] libNX_X11: reintroduce HASXDMAUTH

[mike.gabriel] libNX_X11: reintroduce SECURE_RPC

[mike.gabriel] nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT

[mike.gabriel] libNX_X11: set FAIL_HARD

[mike.gabriel] libNX_X11: set XTRANS_SEND_FDS=0

[mike.gabriel] Keyboard.c: fix indentation of ifdef

[mike.gabriel] Keyboard.c: improve capslock and numlock handling

[mike.gabriel] nxagent: fix stack smashing

[mike.gabriel] Screen.c: fix resizing bug with mutter window manager

[mike.gabriel] Display.c: factor out confinement window creation

[mike.gabriel] nxagent: Prevent resize loop

[mike.gabriel] Events.c: add more DEBUG output

[mike.gabriel] Events.c: add some comments/FIXMEs

[mike.gabriel] Events.c: store parent window from event to meaningful variable

[mike.gabriel] Display.c: disable confine window

[mike.gabriel] nxagent: add names to some windows in DEBUG mode

[mike.gabriel] Screen.c: improve debug output

[mike.gabriel] Screen.c: improve output of nxagentPrintAgentGeometry

[mike.gabriel] Screen.c: simplify nxagentResizeScreen

[mike.gabriel] Window.c: -reportprivatewids reports root window as such

[mike.gabriel] Window.c: simplify setting of isMapped private var

[mike.gabriel] NXwindow.c: fix some format specifiers

[mike.gabriel] Init.c: small simplification

[mike.gabriel] Screen.c: cleanup auto dpi handling

[mike.gabriel] Screen.c: scope improvement

[mike.gabriel] Screen.c: remove code that will have no effect

[mike.gabriel] Screen.c: remove another pointless code block

[mike.gabriel] Screen.c: drop unneccessary mask variable

[mike.gabriel] Screen.c: move attributes/valuemask to inner scopes

[mike.gabriel] Screen.c: scope improvements

[mike.gabriel] Screen.c: some more (cosmetic) changes

[mike.gabriel] Window.c: some more TEST and DEBUG output

[mike.gabriel] Events.c: More cosmetics

[uli42] fix spec file

[mike.gabriel] yConnDis.c: fix memory leak

[mike.gabriel] NXdixfonts.c: fix memory leak

[mike.gabriel] NXdixfonts.c: Rename BREAK_XFONT_LOOP to 
NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (better macro name).

[mike.gabriel] NXdixfonts.c: Hard-code the enablement of 
NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.

[uli42] Clipboard.c: fix missing )

[uli42] Compext.c: use SAFE_free macro

[uli42] Atoms.c: drop double include

[uli42] GCs.h: fix typo

[uli42] Compext.c: scope improvements

[uli42] Clipboard.c: add missing ifdefs

[uli42] Xext/panoramiX.c: rename shadowing variables

[uli42] nx-libs.spec: Set python shebang to python3 on fedora and rhel8

[uli42] Channel.h: rename variable to prevent shadowing

[uli42] Log.h: fix some shadow warnings

[uli42] Events.c: scope improvement

[uli42] Atoms.c: improve debug output

[uli42] Atoms.c: fix FIXME comment

[uli42] Screen.c: fix indentation in nxagentMaximizeToFullScreen

[uli42] compext/Png.c: fix shadowing

[uli42] Clipboard.c: fix bug in special optimization for nested settings

[mike.gabriel] NXdixfonts.c: Rename BREAK_XFONT_LOOP to 
NXAGENT_DANGEROUS_XFONT_LOOP_EXIT (better macro name).

[mike.gabriel] NXdixfonts.c: Hard-code the enablement of 
NXAGENT_DANGEROUS_XFONT_LOOP_EXIT.

[mike.gabriel] release 3.5.99.25

[mike.gabriel] NXdixfonts.c: Regression fix for db45683a. Fix typo in libXfont1 
function call (FreeFontName -> FreeFontNames). Fixes FTBFS on Ubuntu 14.04 and 
16.04.

[uli42] Events.c: fix leftover DEBUG and TEST definitions

[mike.gabriel] CVE-2020-14360: Check SetMap request length carefully.

[uli42] Handlers.c: ensure regular yields if suspended

[uli42] Init.c: Initialize nxagentGrabServerInfo

[mike.gabriel] nxagent: make Fullscreen and AllScreens Booleans

[mike.gabriel] nxagent: treat DesktopResize and nxagentResizeDesktopAtStartup 
as Booleans

[mike.gabriel] nxagent: treat several nxagentOptions as real Booleans

[mike.gabriel] nxagent: make nxagentOption Shadow a Boolean

[mike.gabriel] Options.h: mark Booleans

[mike.gabriel] nxagent: make Desktop, Rootless and Binder options Booleans 
(again)

[mike.gabriel] nxagent: make nxagentVerbose a Boolean

[mike.gabriel] nxagent: treat all Traps as Booleans everywhere

[mike.gabriel] nxagent: treat nxagentLastWindowDestroyed as Boolean

[mike.gabriel] nxagent: some more Boolean improvements

[mike.gabriel] nxagent: make nxagentDoFullgeneration a Boolean

[mike.gabriel] nxagent: make nxagentShadowResize a Boolean

[mike.gabriel] nxagent: make nxagentUserDefinedFontPath a Boolean

[mike.gabriel] nxagent: rework some Boolean checks

[mike.gabriel] Split.c, Image.c: make some internal variables Booleans

[mike.gabriel] nxagent: handle RegionNil macro as Boolean

[mike.gabriel] Drawable.c: make some variables Booleans

[mike.gabriel] GCOps.c: handle some internal variables as Booleans

[mike.gabriel] GCOps.c: make internal function Boolean

[mike.gabriel] nxagent: make XDMCP variables Booleans

[mike.gabriel] nxagent: improve Boolean handling for Reconnect functions

[mike.gabriel] Render.c: improve Boolean handling of 
nxagentCheckPictureRemoteValue

[mike.gabriel] nxagent: make nxagentBlocking an Boolean

[mike.gabriel] GCOps.c: make internal variable an function Booleans

[mike.gabriel] GC.c: make internal variable and function Boolean

[mike.gabriel] Client.c: cleanup Boolean handling for nxagentNeedWakeup*() 
macros

[mike.gabriel] Drawable.c: make abort flag a Boolean

[mike.gabriel] nxagent: make nxagentForceSynchronization a Boolean

[mike.gabriel] nxagent: make nxagentSkipImage a Boolean

[mike.gabriel] Handlers.c: make synchronize a Boolean variable

[mike.gabriel] Drawable.c: make doRoundRobin a Boolean

[mike.gabriel] nxagent: make nxagentXFixesInfo.Initialized a Boolean

[mike.gabriel] Events.h: fix wrong prototype

[mike.gabriel] nxagent: make nxagentXkbState.Initialized a Boolean

[mike.gabriel] Font.c: Use Booleans where appropriate

[mike.gabriel] Keyboard.c: noXkbExtension is a Boolean

[mike.gabriel] nxagent: nxagent(Default)WindowIsVisible() are Booleans

[mike.gabriel] CVE-2020-14360: Check SetMap request length carefully.

[mike.gabriel] Handlers.c: ensure regular yields if suspended

[mike.gabriel] nxagent: make Fullscreen and AllScreens Booleans

[mike.gabriel] nxagent: treat DesktopResize and nxagentResizeDesktopAtStartup 
as Booleans

[mike.gabriel] nxagent: treat several nxagentOptions as real Booleans

[mike.gabriel] nxagent: make nxagentOption Shadow a Boolean

[mike.gabriel] Options.h: mark Booleans

[mike.gabriel] nxagent: make Desktop, Rootless and Binder options Booleans 
(again)

[mike.gabriel] nxagent: make nxagentVerbose a Boolean

[mike.gabriel] nxagent: treat all Traps as Booleans everywhere

[mike.gabriel] nxagent: treat nxagentLastWindowDestroyed as Boolean

[mike.gabriel] nxagent: some more Boolean improvements

[mike.gabriel] nxagent: make nxagentDoFullgeneration a Boolean

[mike.gabriel] nxagent: make nxagentShadowResize a Boolean

[mike.gabriel] nxagent: make nxagentUserDefinedFontPath a Boolean

[mike.gabriel] nxagent: rework some Boolean checks

[mike.gabriel] Split.c, Image.c: make some internal variables Booleans

[mike.gabriel] nxagent: handle RegionNil macro as Boolean

[mike.gabriel] Drawable.c: make some variables Booleans

[mike.gabriel] GCOps.c: handle some internal variables as Booleans

[mike.gabriel] GCOps.c: make internal function Boolean

[mike.gabriel] nxagent: make XDMCP variables Booleans

[mike.gabriel] nxagent: improve Boolean handling for Reconnect functions

[mike.gabriel] Render.c: improve Boolean handling of 
nxagentCheckPictureRemoteValue

[mike.gabriel] nxagent: make nxagentBlocking an Boolean

[mike.gabriel] GCOps.c: make internal variable an function Booleans

[mike.gabriel] GC.c: make internal variable and function Boolean

[mike.gabriel] Client.c: cleanup Boolean handling for nxagentNeedWakeup*() 
macros

[mike.gabriel] Drawable.c: make abort flag a Boolean

[mike.gabriel] nxagent: make nxagentForceSynchronization a Boolean

[mike.gabriel] nxagent: make nxagentSkipImage a Boolean

[mike.gabriel] Handlers.c: make synchronize a Boolean variable

[mike.gabriel] Drawable.c: make doRoundRobin a Boolean

[mike.gabriel] nxagent: make nxagentXFixesInfo.Initialized a Boolean

[mike.gabriel] Events.h: fix wrong prototype

[mike.gabriel] nxagent: make nxagentXkbState.Initialized a Boolean

[mike.gabriel] Font.c: Use Booleans where appropriate

[mike.gabriel] Keyboard.c: noXkbExtension is a Boolean

[mike.gabriel] nxagent: nxagent(Default)WindowIsVisible() are Booleans

[mike.gabriel] Revert "CVE-2020-14360: Check SetMap request length carefully."

[mike.gabriel] nxagent: make full screen mode selectable at startup

[uli42] NXDispatch.c: remove double nxagentFreeAtomMap()

[uli42] manpage: document defaults for options -defer and -tile

[uli42] Handlers.c: use the same boolean values as in NXdispatch.c

[uli42] Client.h: conditionally add unused field

[uli42] Screen.c: clarify that characters are compared

[uli42] Handlers.c: add FIXME

[uli42] nxagent: Drop unused nxagentRootTileWindow

[uli42] fix formatting and spelling in various files

[uli42] Window.c: suppress warning

[uli42] Display.c: fix and reformat broken comment

[uli42] Atoms.c: fix strlen(NULL)

[uli42] Atoms.c: cosmetics in nxagentWriteAtom()

[uli42] Atoms.c: silence PVS Studio warning

[uli42] Colormap.c: fix parentheses

[uli42] Colormap.c: remove unneccessary check

[uli42] Keyboard.c: simplify code

[uli42] NXpicture.c: remove unneccessary check

[uli42] Atoms.c: add explanation for PVS Studio warning

[uli42] Display.c: prevent PVS Studio realloc warning

[uli42] Drawable.c: Prevent PVS Studio warning

[uli42] Keyboard.c: fix possible NULL pointer dereference

[uli42] NXglyph.c: check for malloc error

[uli42] Reconnect.c: fix possible realloc() memory loss

[uli42] Render.c: Init BoxRec

[uli42] Rootless.c: prevent PVS error

[uli42] Splash.c: remove unneccessary check

[uli42] Screen.c: check for malloc failures

[uli42] Window.c: check for malloc failure

[uli42] Window.c: check for malloc failure

[mike.gabriel] NXDispatch.c: remove double nxagentFreeAtomMap()

[mike.gabriel] manpage: document defaults for options -defer and -tile

[mike.gabriel] Handlers.c: use the same boolean values as in NXdispatch.c

[mike.gabriel] Client.h: conditionally add unused field

[mike.gabriel] Screen.c: clarify that characters are compared

[mike.gabriel] Handlers.c: add FIXME

[mike.gabriel] nxagent: Drop unused nxagentRootTileWindow

[mike.gabriel] fix formatting and spelling in various files

[mike.gabriel] Window.c: suppress warning

[mike.gabriel] Display.c: fix and reformat broken comment

[mike.gabriel] Mesa: make compilation with work with musl

[mike.gabriel] Xext: include limits.h

[uli42] Screen.c: remove superflous code that produces a crash

[uli42] Args.c: improve usage string for -geometry

[mike.gabriel] Xext: use $USRDATADIR/SecurityPolicy

[mike.gabriel] Xext: drop NX_ALTERNATIVEPOLICYFILE

[mike.gabriel] debian/patches: Drop 
2002_xserver-xext_set-securitypolicy-path.debian.patch. Not required anymore 
since 689f811b.

[uli42] nxagent: drop unused nxagentVisibility variables

[uli42] Window.c: Fix 32bit code path

[uli42] NXproperty.c: clean returns

[uli42] NXproperty.c: simplify and reformat GetWindowProperty()

[uli42] NXproperty.c: GetWindowProperty(): add more comments, restruct prototype

[uli42] NXproperty.c, dix.c: simplify ProcDeleteProperty()

[mjtrangoni] shellcheck: Fix SC2006 issue

[mjtrangoni] shellcheck: Fix SC2162 issue

[mjtrangoni] shellcheck: Fix SC2148 issues

[mjtrangoni] shellcheck: Fix SC2059 issue

[mjtrangoni] shellcheck: Fix some SC2086 issues

[mjtrangoni] shellcheck: Fix SC2045 issue

[mjtrangoni] shellcheck: Fix SC2002 issue

[mjtrangoni] shellcheck: Fix SC2034 issue

[mjtrangoni] shellcheck: Fix SC2196 issues

[mjtrangoni] shellcheck: Fix SC2048 issue

[mjtrangoni] shellcheck: Fix SC2061 issue

[uli42] NXproperty.c: reorder functions

[uli42] Window.c: add another FIXME

[mike.gabriel] Screen.c: Fix fullscreen (onescreen) at startup

[mike.gabriel] Screen.c: rephrase comment

[mike.gabriel] nxagent: drop unused nxagentVisibility variables

[mike.gabriel] Window.c: Fix 32bit code path

[mike.gabriel] NXproperty.c: clean returns

[mike.gabriel] NXproperty.c: simplify and reformat GetWindowProperty()

[mike.gabriel] NXproperty.c: GetWindowProperty(): add more comments, restruct 
prototype

[mike.gabriel] NXproperty.c, dix.c: simplify ProcDeleteProperty()

[mike.gabriel] NXproperty.c: reorder functions

[mike.gabriel] Window.c: add another FIXME

[mike.gabriel] Screen.c: Fix fullscreen (onescreen) at startup

[mike.gabriel] Screen.c: rephrase comment

[mike.gabriel] release 3.5.99.26

[mjtrangoni] Implement github actions basics

[mjtrangoni] Add build jobs on containers

[mjtrangoni] Add shellcheck and cppcheck linters

[mjtrangoni] Replace TravisCI with GitHub Actions

[mjtrangoni] Move PVS run to GitHub Actions

[mjtrangoni] linters: Enable shellcheck

[mjtrangoni] Build nx-libs on different architectures

[mjtrangoni] Fix missing quilt on CentOS7

[mjtrangoni] Add linter references

[mjtrangoni] Install build-essentials on clang

[mjtrangoni] Add pylint to GitHub Actions

[mike.gabriel] shellcheck: Fix SC2164 issues

[mike.gabriel] shellcheck: Fix SC2064 issues

[mike.gabriel] shellcheck: Fix SC2022 issue

[mike.gabriel] shellcheck: Fix SC2230 issue

[mike.gabriel] nxdialog: fix/suppress some pylint findings

[mike.gabriel] .github/workflows/nx-libs.yml: In Fedora 34 and beyond, files 
from xorg-x11-xkb-utils-devel have been moved into bin:pkg xkbcomp-devel.

[mike.gabriel] nx-libs.spec: In Fedora 34 and beyond, files from 
xorg-x11-xkb-utils-devel have been moved into bin:pkg xkbcomp-devel.

[mike.gabriel] Forward ClientMessages to nxproxy side

[mike.gabriel] nxcomp/Children.cpp: display dialog text in output

[mike.gabriel] nxcomp/Children.cpp: add macro checks around some log/stderr 
prints

[mike.gabriel] nxcomp/Children.cpp: also try searching nxdialog, not only 
nxclient

[mike.gabriel] nxcomp/Children.cpp: reformat code

[mike.gabriel] nxcomp/Children.cpp: print a message if the dialog could not be 
displayed

[mike.gabriel] nxagent: fix RESIZE dialog text to not end with a linefeed

[mike.gabriel] nxcomp: Support Cygwin64.

[mike.gabriel] nxcomp/src/BlockCacheSet.cpp: Amend comment behind if-clause 
closure.

[mike.gabriel] Compext.c: fix comparisons of 16bit sequence numbers

[mike.gabriel] randr: Do not update ConnectionInfo if NULL

[mike.gabriel] fix building with binutils >= 2.36.

[mike.gabriel] Compext.c: some scope improvements

[mike.gabriel] Compext.c: add specific DEBUG and TEST macros

[mike.gabriel] Use NXAGENT_ONSTART define at more locations

[mike.gabriel] nxagent: make X2GO support optional

[mike.gabriel] nxagent: drop NXAGENT_SHAPE define

[mike.gabriel] nxagent: drop NXAGENT_SHAPE2 define

[mike.gabriel] Error.c: untabify

[mike.gabriel] document additional options only nxagent knows about

[mike.gabriel] Compext.c: document function return codes

[mike.gabriel] Compext.c: print received vs expected sequence number

[mike.gabriel] Compext.c: fix misleading error message

[mike.gabriel] Compext.c: fix comparisons of 16bit sequence numbers

[mike.gabriel] nxagent: add command line switch to enable composite

[mike.gabriel] Composite.c: fix comment

[mike.gabriel] nxagent: make nxagentCompositeEnable a Boolean

[mike.gabriel] nxagent: treat enableBackingStore as Boolean

[mike.gabriel] nxagent: make nxagentAlpha* Booleans

[mike.gabriel] nxagent: make nxagentX2go a Boolean everywhere

[mike.gabriel] nxagent: fix some variable types in Init

[mike.gabriel] Trap.h: fix type of traps

[mike.gabriel] nxagent: add missing command line switches to usage text

[uli42] Clipboard.c: add/fix comments

[uli42] Clipboard.c: improve error message

[uli42] Clipboard.c: improve debugging output

[uli42] Clipboard.c: improve explanations/FIXMEs

[uli42] Clipboard.c: print times unsigned

[uli42] Clipboard.c: do not set stage to new value if already set to that value

[uli42] Clipboard.c: catch selection failure from real X server

[uli42] Clipboard.c: rework LastClient stuff to work _per selection_

[uli42] Clipboard.c: improve function names once more

[uli42] Clipboard.c: reformat for better readability

[uli42] Clipboard.c: rename selection fields to {int,rem}Selection

[uli42] Clipboard.c: introduce translateLocalToRemote* helpers

[uli42] Clipboard.c: use index everywhere

[uli42] Clipboard.c: simplify nxagentHandleSelectionRequestFromXServer

[uli42] Clipboard.c: improve debug/test messages

[uli42] Clipboard.c: fix nxagentConvertSelection

[uli42] Clipboard.c: have lastServer* per selection

[uli42] Clipboard.c: rename function to better reflect meaning

[uli42] Clipboard.c: mark self-initiated event

[uli42] Clipboard.c: always print SelectionCallBackKind in debug output

[uli42] Clipboard.c: remove superflous index determination

[uli42] Clipboard.c: split if clause

[uli42] Clipboard.c: fix memleaks in DEBUG mode

[uli42] Clipboard.c: use for loops everywhere.

[uli42] Clipboard.c: restructure request accumulation code

[uli42] Clipboard.c: rephrase FIXME

[uli42] Clipboard.c: move selection Atoms into separate arrays

[uli42] Clipboard.c: drop clientCLIPBOARD

[uli42] Clipboard.c: fix comment position and init array pointer

[uli42] Clipboard.c: compact clipboard status output

[uli42] Atoms.c: add helper to easily print Atom names in debugging

[uli42] Clipboard.c: make use of the new helpers from Atoms.c

[uli42] Atoms.c: ensure to always return a valid string...

[uli42] Clipboard.c: avoid superflous atom conversion

[uli42] Clipboard.c: fix type in status output

[uli42] Clipboard.c: fix: use XlibWindow instead of Window

[uli42] Clipboard.c: target forwarding (Part 1/2)

[uli42] Clipboard.c: target forwarding (Part 2/2)

[uli42] Clipboard.c: add some more selection atoms

[uli42] Clipboard.c: add FIXMEs

[uli42] Clipboard.c: add TARGET_SIZES

[uli42] Clipboard.c: extend comments

[uli42] nxagent: add option -textclipboard

[uli42] Clipboard.c: disable TEXT and COMPOUND_TEXT

[uli42] Clipboard.c: replace loop by helper

[uli42] Clipboard.c: another round of debug improvements

[uli42] Clipboard.c: print separator when receiving events/requests in debug 
mode

[uli42] Clipboard: init variable

[uli42] Clipboard.c: fix some whitepace, comments and FIXMEs

[uli42] Clipboard.c: fix transfer from agent to X server

[uli42] Events.c: use index instead of i

[uli42] Clipboard.c: use NullClient instead of NULL where appropriate

[uli42] Clipboard.c: fix: remove wrong optimization

[uli42] Clipboard.c: once again improved DEBUG output

[uli42] Clipboard.c: remove obsolete FIXME comment

[uli42] Clipboard.c: fix: return after denying request

[uli42] Clipboard.c: correctly pass back failure to real X server

[uli42] Clipboard.c: fix indentation

[uli42] Clipboard.c: implement target caching

[uli42] Clipboard.c: improve some comments

[uli42] Clipboard.c: reset lastServer[].requestor on reconnect

[uli42] Events.c: use already available variable instead of repeating conversion

[uli42] Clipboard.c: move some (currently commented) code to inner scope

[uli42] Clipboard.c: introduce replyPendingRequestSelectionToXServer helper

[uli42] Clipboard.c: cancel pending requests in certain situations

[uli42] Clipboard.c: add another FIXME

[uli42] Clipboard.c: extend target caching for the other direction

[uli42] Clipboard.c: move property transfer to separate function

[uli42] Clipboard.c: make index the first argument everywhere

[uli42] Clipboard.c: rework nxagentFind*SelectionIndex() helpers

[uli42] Clipboard.c: limit selection nxagentFindCurrentSelectionIndex can return

[uli42] Clipboard.c: do not handle unknown selections in Callback handler

[uli42] Clipboard.c: improve debugging output once more

[uli42] Clipboard.c: delete property before/after certain operations

[uli42] Clipboard.c: move comment to correct location

[uli42] Clipboard.c: fix some comments, add FIXME

[uli42] Clipboard.c: check target cache for valid targets

[uli42] Clipboard.c: fix wrong debug message

[uli42] Clipboard.c: print clipboard content only on explicit request

[uli42] Clipboard.c: print more debug details for reply

[uli42] Clipboard.c: sanity check for invalid resource

[uli42] Clipboard.c: always flush after XConvertSelection() call

[uli42] Clipboard.c: improve comments

[uli42] Clipboard.c: improve debug output in special case

[uli42] Clipboard.c: add FIXMEs

[uli42] NXEvents.c: improve debugging

[uli42] Clipboard.c: improve some comments as requested by reviewer

[uli42] Clipboard.c: use NXAGENT_ONSTART macro on one more location

[uli42] Clipboard.c: harmonize naming regarding internal/local

[uli42] Clipboard.c: remove old code

[uli42] Clipboard.c: remove superfluous brackets

[uli42] Clipboard.c: add helper variable

[uli42] Clipboard.c: extend comment

[uli42] Clipboard.c: improve output for PRINT_CLIPBOARD_CONTENT_ON_DEBUG

[uli42] Clipboard.c: Fix: forward the correct type and format

[uli42] Clipboard.c: fix typos in comment

[uli42] Clipboard.c: fix format specifier

[uli42] Clipboard.c: rename intermediate variable

[uli42] Clipboard.c: rename nxagentFindLastSelectionOwnerIndex()

[uli42] Events.c: fix unused variable

[uli42] Clipboard.c: add missing target cache invalidation to some (currently 
unused) code

[uli42] Clipboard.c: remove obsolete (disabled) code

[uli42] Clipboard.c: extend setSelectionOwnerOnXServer()

[uli42] Clipboard.c: do not process requests if we do not have a local owner

[uli42] Clipboard.c: restruct setSelectionOwnerOnXServer

[uli42] Clipboard.c: remove superflous check

[uli42] Clipboard.c: improve some comments

[uli42] Clipboard.c: Only take full clipboard clearing action if non-empty

[uli42] Clipboard.c: print debug message if selection is already cleared

[uli42] NXdispatch.c: add an explaining comment

[uli42] Fix Xfixes event handling

[uli42] Events.c: add another comment

[uli42] Clipboard.c: check for invalid index

[uli42] Clipboard.c: Add debug output when selection is already cleared

[mike.gabriel] debian/control: Add B-D: libtirpc-dev.

[mike.gabriel] debian/rules: Define -DUseTIRPC=1 for nx-X11 build on Debian and 
Ubuntu versions that already have libtirpc.

[mike.gabriel] debian/control: Add B-D: libtirpc-dev.

[mike.gabriel] debian/rules: Define -DUseTIRPC=1 for nx-X11 build on Debian and 
Ubuntu versions that already have libtirpc.

[mike.gabriel] nx-X11: Add support for riscv64 architecture

[mike.gabriel] github actions: Use TIRPC for debian:sid

[mike.gabriel] .github/workflows/nx-libs.ym: Always build with -DUseTIRPC=YES.

[mike.gabriel] nxagent: extend x2go check

[mike.gabriel] nxdialog: rework comments

[mike.gabriel] nxdialog: use os.linesep to make it work on other systems

[mike.gabriel] Args.c: remove some empty lines

[mike.gabriel] Args.c: fix wrong comment

[mike.gabriel] Args.c: remove superfluous SAFE_free() call

[mike.gabriel] Imakefiles: whitespace fixes

[mike.gabriel] Screen.c: Fix wrong format specifier

[mike.gabriel] Screen.c, Window.c: use "None" everywhere for FullscreenWindow

[mike.gabriel] Clipboard.c: fix/reformat some comments

[uli42] Clipboard.c: re-add callbacks

[uli42] Clipboard.c: fix typo in array name

[uli42] Clipboard.c: use a TimeStamp datatype for lastTimeChanged as dix does

[uli42] Events.c: fix typo in comment

[uli42] Clipboard.c: fix some comments

[uli42] NXdispatch.c: use defined value CurrentTime instead of 0

[uli42] Screen.c: fix handling of AllScreens without a running window manager

[noreply] Add Ubuntu 22.04


------------------------------------------
[...truncated 33.57 KB...]
[   63s] perl-base-5.18.2-5.6                  
########################################
[   63s] libgmp10-5.1.3-5.46                   
########################################
[   63s] libgcc_s1-5.3.1+r233831-7.1           
########################################
[   63s] libstdc++6-5.3.1+r233831-7.1          
########################################
[   63s] libncurses5-5.9-54.48                 
########################################
[   63s] liblzma5-5.2.2-1.11                   
########################################
[   63s] libisl10-0.12.2-4.54                  
########################################
[   63s] libmpfr4-3.1.2-11.53                  
########################################
[   63s] fillup-1.42-273.4                     
########################################
[   63s] libmpc3-1.0.2-4.55                    
########################################
[   63s] libcloog-isl4-0.18.1-4.57             
########################################
[   63s] libreadline6-6.3-79.15                
########################################
[   63s] bash-4.3-79.15                        
########################################
[   63s] xextproto-devel-7.3.0-4.2             
########################################
[   63s] libattr1-2.4.47-6.57                  
########################################
[   63s] libacl1-2.2.52-8.55                   
########################################
[   63s] libaudit1-2.3.6-4.52                  
########################################
[   63s] libcap2-2.22-16.55                    
########################################
[   63s] libuuid1-2.28-5.10                    
########################################
[   63s] libblkid1-2.28-5.10                   
########################################
[   64s] cpp48-4.8.5-22.1                      
########################################
[   64s] libxml2-2-2.9.4-1.4                   
########################################
[   64s] libfontenc1-1.1.3-2.3                 
########################################
[   64s] libpng16-16-1.6.8-8.1                 
########################################
[   64s] libfreetype6-2.6.3-1.2                
########################################
[   64s] kbproto-devel-1.0.7-4.2               
########################################
[   64s] libXau6-1.0.8-7.4                     
########################################
[   64s] libxcb1-1.11.1-2.25                   
########################################
[   64s] libX11-6-1.6.3-7.1                    
########################################
[   64s] libXext6-1.3.3-4.19                   
########################################
[   64s] libXrender1-0.9.9-4.1                 
########################################
[   64s] libxkbfile1-1.0.9-2.3                 
########################################
[   64s] libgomp1-5.3.1+r233831-7.1            
########################################
[   64s] libpcre1-8.33-4.51                    
########################################
[   64s] libselinux1-2.5-2.12                  
########################################
[   64s] libpopt0-1.16-29.53                   
########################################
[   64s] libmount1-2.28-5.10                   
########################################
[   64s] xkbcomp-1.3.0-2.4                     
########################################
[   64s] libXrandr2-1.5.0-3.4                  
########################################
[   64s] libXi6-1.7.5-4.1                      
########################################
[   64s] libXinerama1-1.1.3-6.3                
########################################
[   64s] libXtst6-1.2.2-8.1                    
########################################
[   64s] libXcomposite1-0.4.4-11.3             
########################################
[   64s] libXdamage1-1.1.4-10.3                
########################################
[   64s] libXfixes3-5.0.1-8.1                  
########################################
[   64s] libXpm4-3.5.11-6.4                    
########################################
[   64s] libxcb-composite0-1.11.1-2.25         
########################################
[   64s] libxcb-damage0-1.11.1-2.25            
########################################
[   64s] libxcb-dpms0-1.11.1-2.25              
########################################
[   65s] libxcb-dri2-0-1.11.1-2.25             
########################################
[   65s] libxcb-dri3-0-1.11.1-2.25             
########################################
[   65s] libxcb-glx0-1.11.1-2.25               
########################################
[   65s] libxcb-present0-1.11.1-2.25           
########################################
[   65s] libxcb-randr0-1.11.1-2.25             
########################################
[   65s] libxcb-record0-1.11.1-2.25            
########################################
[   65s] libxcb-render0-1.11.1-2.25            
########################################
[   65s] libxcb-res0-1.11.1-2.25               
########################################
[   65s] libxcb-screensaver0-1.11.1-2.25       
########################################
[   65s] libxcb-shape0-1.11.1-2.25             
########################################
[   65s] libxcb-shm0-1.11.1-2.25               
########################################
[   65s] libxcb-sync1-1.11.1-2.25              
########################################
[   65s] libxcb-xevie0-1.11.1-2.25             
########################################
[   65s] libxcb-xf86dri0-1.11.1-2.25           
########################################
[   65s] libxcb-xfixes0-1.11.1-2.25            
########################################
[   65s] libxcb-xinerama0-1.11.1-2.25          
########################################
[   65s] libxcb-xkb1-1.11.1-2.25               
########################################
[   65s] libxcb-xprint0-1.11.1-2.25            
########################################
[   65s] libxcb-xtest0-1.11.1-2.25             
########################################
[   65s] libxcb-xv0-1.11.1-2.25                
########################################
[   65s] libxcb-xvmc0-1.11.1-2.25              
########################################
[   65s] libXau-devel-1.0.8-7.4                
########################################
[   65s] libXfont1-1.5.1-8.4                   
########################################
[   65s] libfontenc-devel-1.1.3-2.3            
########################################
[   65s] libxml2-tools-2.9.4-1.4               
########################################
[   65s] cpp-4.8-9.61                          
########################################
[   65s] libfdisk1-2.28-5.10                   
########################################
[   65s] fixesproto-devel-5.0-9.2              
########################################
[   65s] gccmakedep-1.0.3-4.2                  
########################################
[   65s] bzip2-1.0.6-32.53                     
########################################
[   65s] xz-5.2.2-1.11                         
########################################
[   65s] libcrack2-2.9.0-7.8                   
########################################
[   65s] cracklib-2.9.0-7.8                    
########################################
[   65s] xz-devel-5.2.2-1.11                   
########################################
[   65s] libzio1-1.00-12.57                    
########################################
[   65s] info-4.13a-40.52                      
########################################
[   66s] coreutils-8.25-1.4                    
########################################
[   66s] diffutils-3.3-8.4                     
########################################
[   66s] grep-2.16-5.5                         
########################################
[   66s] permissions-2015.09.28.1626-12.1      
########################################
[   66s] Updating /etc/sysconfig/security...
[   66s] Warning: running kernel does not support fscaps
[   66s] Checking permissions and ownerships - using the permissions files
[   66s]        /etc/permissions
[   66s]        /etc/permissions.easy
[   66s]        /etc/permissions.local
[   66s] setting /dev/full to root:root 0666. (wrong permissions 0622)
[   66s] setting /sbin/unix_chkpwd to root:shadow 4755. (wrong owner/group 
root:root)
[   66s] setting /sbin/unix2_chkpwd to root:shadow 4755. (wrong owner/group 
root:root)
[   66s] sed-4.2.2-7.4                         
########################################
[   66s] cpio-2.11-31.51                       
########################################
[   66s] update-alternatives-1.18.4-2.17       
########################################
[   66s] update-alternatives: error: no alternatives for *
[   67s] binutils-2.26.1-8.1                   
########################################
[   67s] update-alternatives: using /usr/bin/ld.bfd to provide /usr/bin/ld (ld) 
in auto mode
[   67s] gawk-4.1.3-5.55                       
########################################
[   67s] update-alternatives: using /usr/bin/gawk to provide /bin/awk (awk) in 
auto mode
[   67s] findutils-4.5.12-11.1                 
########################################
[   67s] tar-1.27.1-6.4                        
########################################
[   67s] libutempter0-1.1.6-7.55               
########################################
[   67s] Warning: running kernel does not support fscaps
[   67s] pam-1.3.0-1.9                         
########################################
[   67s] Warning: running kernel does not support fscaps
[   67s] Warning: running kernel does not support fscaps
[   67s] systemd-rpm-macros-3-2.16             
########################################
[   68s] linux-glibc-devel-4.4-2.15            
########################################
[   68s] glibc-devel-2.22-3.7                  
########################################
[   68s] zlib-devel-1.2.8-8.5                  
########################################
[   68s] libpng16-devel-1.6.8-8.1              
########################################
[   68s] libstdc++48-devel-4.8.5-22.1          
########################################
[   68s] libbz2-devel-1.0.6-32.53              
########################################
[   68s] freetype2-devel-2.6.3-1.2             
########################################
[   70s] glibc-locale-2.22-3.7                 
########################################
[   70s] gzip-1.6-10.53                        
########################################
[   70s] m4-1.4.16-4.5                         
########################################
[   70s] make-4.0-5.54                         
########################################
[   70s] which-2.20-6.54                       
########################################
[   70s] gettext-runtime-mini-0.19.2-4.48      
########################################
[   70s] gettext-tools-mini-0.19.2-4.48        
########################################
[   70s] ncurses-utils-5.9-54.48               
########################################
[   70s] libdb-4_8-4.8.30-31.51                
########################################
[   70s] libncurses6-5.9-54.48                 
########################################
[   70s] libasan0-4.8.5-22.1                   
########################################
[   70s] libtsan0-5.3.1+r233831-7.1            
########################################
[   70s] compositeproto-devel-0.4.2-9.2        
########################################
[   70s] damageproto-devel-1.2.1-9.2           
########################################
[   70s] fontsproto-devel-2.1.3-9.2            
########################################
[   70s] inputproto-devel-2.3.1-9.2            
########################################
[   70s] pthread-stubs-devel-0.3-4.2           
########################################
[   70s] libxcb-devel-1.11.1-2.25              
########################################
[   70s] randrproto-devel-1.5.0-4.2            
########################################
[   70s] recordproto-devel-1.14.2-9.2          
########################################
[   70s] renderproto-devel-0.11.1-9.2          
########################################
[   70s] xineramaproto-devel-1.2.1-9.2         
########################################
[   70s] libXdmcp6-1.1.2-2.3                   
########################################
[   70s] libatomic1-5.3.1+r233831-7.1          
########################################
[   70s] libcap-ng0-0.7.3-4.55                 
########################################
[   70s] libelf1-0.158-10.50                   
########################################
[   70s] libexpat1-2.1.0-17.9                  
########################################
[   70s] libgdbm4-1.10-4.52                    
########################################
[   71s] perl-5.18.2-5.6                       
########################################
[   71s] autoconf-2.69-12.49                   
########################################
[   71s] automake-1.13.4-8.9                   
########################################
[   71s] libitm1-5.3.1+r233831-7.1             
########################################
[   72s] gcc48-4.8.5-22.1                      
########################################
[   72s] gcc-4.8-9.61                          
########################################
[   73s] gcc48-c++-4.8.5-22.1                  
########################################
[   73s] libjpeg8-8.0.2-32.18                  
########################################
[   73s] libltdl7-2.4.2-17.54                  
########################################
[   73s] liblua5_1-5.1.5-12.21                 
########################################
[   73s] libpixman-1-0-0.34.0-2.2              
########################################
[   73s] libpython2_7-1_0-2.7.12-24.1          
########################################
[   73s] python-base-2.7.12-24.1               
########################################
[   73s] python-xcb-proto-devel-7.6_1.11-4.22  
########################################
[   73s] libsepol1-2.5-1.14                    
########################################
[   73s] libsmartcols1-2.28-5.10               
########################################
[   73s] libturbojpeg0-8.0.2-32.18             
########################################
[   73s] libustr-1_0-1-1.0.4-35.50             
########################################
[   74s] libsemanage1-2.5-1.12                 
########################################
[   74s] makedepend-1.0.5-6.4                  
########################################
[   74s] xorg-cf-files-1.0.5-6.2               
########################################
[   74s] imake-1.0.7-4.4                       
########################################
[   74s] net-tools-1.60-767.55                 
########################################
[   74s] patch-2.7.5-6.54                      
########################################
[   74s] libX11-xcb1-1.6.3-7.1                 
########################################
[   74s] libX11-devel-1.6.3-7.1                
########################################
[   74s] libXext-devel-1.3.3-4.19              
########################################
[   74s] libXfixes-devel-5.0.1-8.1             
########################################
[   74s] libXi-devel-1.7.5-4.1                 
########################################
[   74s] libxkbfile-devel-1.0.9-2.3            
########################################
[   74s] libXrender-devel-0.9.9-4.1            
########################################
[   74s] insserv-compat-0.1-15.55              
########################################
[   74s] util-linux-2.28-5.10                  
########################################
[   74s] Warning: running kernel does not support fscaps
[   74s] setting /usr/bin/wall to root:tty 2755. (wrong permissions 0755)
[   74s] setting /usr/bin/write to root:tty 2755. (wrong permissions 0755)
[   74s] Warning: running kernel does not support fscaps
[   74s] 
aaa_base-13.2+git20140911.61c1681-23.1########################################
[   74s] Updating /etc/sysconfig/language...
[   75s] Updating /etc/sysconfig/backup...
[   75s] Updating /etc/sysconfig/proxy...
[   75s] Updating /etc/sysconfig/windowmanager...
[   75s] Updating /etc/sysconfig/news...
[   75s] Updating etc/passwd...unchanged
[   75s] Updating etc/group...unchanged
[   75s] Updating etc/shadow...unchanged
[   75s] 
aaa_base-malloccheck-13.2+git20140911.########################################
[   75s] file-magic-5.19-6.53                  
########################################
[   75s] libmagic1-5.19-6.53                   
########################################
[   76s] rpm-4.11.2-10.1                       
########################################
[   76s] Updating /etc/sysconfig/services...
[   76s] rpmlint-mini-1.8-1.22                 
########################################
[   76s] file-5.19-6.53                        
########################################
[   76s] rpm-build-4.11.2-10.1                 
########################################
[   76s] rpmlint-Factory-1.0-90.2              
########################################
[   76s] 
post-build-checks-13.2+git20160512.be9########################################
[   76s] libXrandr-devel-1.5.0-3.4             
########################################
[   76s] xkbcomp-devel-1.3.0-2.4               
########################################
[   76s] libXtst-devel-1.2.2-8.1               
########################################
[   76s] libXcomposite-devel-0.4.4-11.3        
########################################
[   76s] libXdamage-devel-1.1.4-10.3           
########################################
[   76s] libXinerama-devel-1.1.3-6.3           
########################################
[   76s] libXpm-devel-3.5.11-6.4               
########################################
[   76s] libjpeg8-devel-8.0.2-32.18            
########################################
[   76s] xcb-proto-devel-7.6_1.11-4.22         
########################################
[   76s] libpixman-1-0-devel-0.34.0-2.2        
########################################
[   76s] libtool-2.4.2-17.54                   
########################################
[   76s] gcc-c++-4.8-9.61                      
########################################
[   76s] 
brp-check-suse-13.2+git20150217.031533########################################
[   76s] libexpat-devel-2.1.0-17.9             
########################################
[   76s] libXdmcp-devel-1.1.2-2.3              
########################################
[   76s] libXfont-devel-1.5.1-8.4              
########################################
[   76s] libpng16-compat-devel-1.6.8-8.1       
########################################
[   76s] libxml2-devel-2.9.4-1.4               
########################################
[   76s] attr-2.4.47-6.57                      
########################################
[   76s] build-mkbaselibs-20160809-1.2         
########################################
[   76s] fdupes-1.50-8.57                      
########################################
[   77s] now finalizing build dir...
[   77s] -----------------------------------------------------------------
[   77s] ----- building nx-libs.spec (user abuild)
[   77s] -----------------------------------------------------------------
[   77s] -----------------------------------------------------------------
[   77s] + exec rpmbuild --define '%vendor X2Go' -bs --define '_srcdefattr 
(-,root,root)' --nosignature /home/abuild/rpmbuild/SOURCES/nx-libs.spec
[   77s] error: parse error in expression
[   77s] error: /home/abuild/rpmbuild/SOURCES/nx-libs.spec:481: bad %if 
condition
[   77s] 
[   77s] japsand failed "build nx-libs.spec" at Mon May 16 22:45:32 UTC 2022.
[   77s] 
+ exit 1
+ cleanup
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo 'Warning: mock temporary config directory not defined. Skipping cleanup.'
Warning: mock temporary config directory not defined. Skipping cleanup.
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.UlIn5Xv6HjEM6ZEgxi4YKiXR ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.UlIn5Xv6HjEM6ZEgxi4YKiXR ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.UlIn5Xv6HjEM6ZEgxi4YKiXR
Build step 'Execute shell' marked build as failure
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to