Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
client changes (from 0.8.1 to 0.8.2):
653545: client: rename connect_unsecure to connect_to_peer #653545
674532: client: fix for redundant shift+f11 RHBZ #674532
710461: [client] x11: don't return freed memory from get_clipboard #710461
712938: client: don't crash when agent is missing WAN support
712941: client: improve WAN option description
667689: client: fix flipped video in Linux guest on windows client, RHBZ #667689
696964: client: fix return code when missing host
no bz: Fix windows spicec --version
- client/windows: init PACKAGE_VERSION
Cleanup [server + client]:
client: fix return code when missing host
server/smartcard: fix use after free
server/red_channel: error channel if alloc_msg_buf fails
server/red_channel: fix segfault on red_channel_destroy if peer already removed
[server + client] common/gl: remove unused variable
[client] gl: remove unused variables
[client] gl: use correct pixman accessor for image data
[server + client] common/pixman: remove dead assignments
server/tests remove useless assignment
client: s/reqired/required in CmdLineParser
[server + client] spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti)
[server + client] common: add extern "C" guards to headers
[server + client] add missing "LGPLv2.1 or later" header to source files
[server + client] common: spice_memdup could accept NULL
server: Unset executable bit of red_tunnel_worker.h
client: match delete[] with new[]
[server] s/__visible__/SPICE_GNUC_VISIBLE
[server + client] use foo(void) instead of foo() in prototypes
server: replace redundant code with red_cursor_reset
server/red_worker: handle_dev_input: reuse write_ready introduced for async
Additional Cleanup [server + client]
[client] Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled
[client] build: s/HUGE/INFINITY/
server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGS
[server + client] build: alsa is needed on linux only.
[server + client] build: only check for x11 extensions when building for x11
[server + client] build: make it silent
[client] opengl: fix compilation
client: use silent generation rules in Makefile.am
[server + client] configure.ac: fix use of AC_ARG_ENABLE
[server + client] configure.ac: remove unused dynamic linkage flag
[server + client] configure.ac: replace tab with spaces
non rhel required changes (windows client or python code generation scripts):
python_modules/codegen.py: fix indent error in an unused function
client/windows: use SPICE_PROTOCOL_DIR in project include dirs
client/windows: undef SIZE_MAX in stdint.h
client/windows: enable image randomization (ASLR) rhbz#701111
add check for pyparsing
client changes (from 0.8.0 to 0.8.1):
client: skip spaces in --host-subject (freedesktop.org #32896)
client: add --version cmdline option to spicec (freedesktop.org #33907)
client: s/AVAILIBLE/AVAILABLE in CmdLineParser
spicec-x11: Work around a bug in xsel
spicec-x11: Don't crash on apps sending bad atoms as TARGETS (fedora #690214)
723567: client/smartcard: handle the --smartcard-db option #723567
Already released spice-client-0.8.0-2.el6:
675767: client: Don't handle hotkeys while sticky alt is active #675767
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2011-1518.html
Description of problem: client changes (from 0.8.1 to 0.8.2): 653545: client: rename connect_unsecure to connect_to_peer #653545 674532: client: fix for redundant shift+f11 RHBZ #674532 710461: [client] x11: don't return freed memory from get_clipboard #710461 712938: client: don't crash when agent is missing WAN support 712941: client: improve WAN option description 667689: client: fix flipped video in Linux guest on windows client, RHBZ #667689 696964: client: fix return code when missing host no bz: Fix windows spicec --version - client/windows: init PACKAGE_VERSION Cleanup [server + client]: client: fix return code when missing host server/smartcard: fix use after free server/red_channel: error channel if alloc_msg_buf fails server/red_channel: fix segfault on red_channel_destroy if peer already removed [server + client] common/gl: remove unused variable [client] gl: remove unused variables [client] gl: use correct pixman accessor for image data [server + client] common/pixman: remove dead assignments server/tests remove useless assignment client: s/reqired/required in CmdLineParser [server + client] spice.proto: Fill.rop_descriptor type s/uint16/ropd (10x atiti) [server + client] common: add extern "C" guards to headers [server + client] add missing "LGPLv2.1 or later" header to source files [server + client] common: spice_memdup could accept NULL server: Unset executable bit of red_tunnel_worker.h client: match delete[] with new[] [server] s/__visible__/SPICE_GNUC_VISIBLE [server + client] use foo(void) instead of foo() in prototypes server: replace redundant code with red_cursor_reset server/red_worker: handle_dev_input: reuse write_ready introduced for async Additional Cleanup [server + client] [client] Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled [client] build: s/HUGE/INFINITY/ server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGS [server + client] build: alsa is needed on linux only. [server + client] build: only check for x11 extensions when building for x11 [server + client] build: make it silent [client] opengl: fix compilation client: use silent generation rules in Makefile.am [server + client] configure.ac: fix use of AC_ARG_ENABLE [server + client] configure.ac: remove unused dynamic linkage flag [server + client] configure.ac: replace tab with spaces non rhel required changes (windows client or python code generation scripts): python_modules/codegen.py: fix indent error in an unused function client/windows: use SPICE_PROTOCOL_DIR in project include dirs client/windows: undef SIZE_MAX in stdint.h client/windows: enable image randomization (ASLR) rhbz#701111 add check for pyparsing client changes (from 0.8.0 to 0.8.1): client: skip spaces in --host-subject (freedesktop.org #32896) client: add --version cmdline option to spicec (freedesktop.org #33907) client: s/AVAILIBLE/AVAILABLE in CmdLineParser spicec-x11: Work around a bug in xsel spicec-x11: Don't crash on apps sending bad atoms as TARGETS (fedora #690214) 723567: client/smartcard: handle the --smartcard-db option #723567 Already released spice-client-0.8.0-2.el6: 675767: client: Don't handle hotkeys while sticky alt is active #675767