[Pkg-tigervnc-devel] pkg-tigervnc.git - upstream (branch) updated: upstream/1.4.90

Yaroslav Halchenko yoh at moszumanska.debian.org
Fri Jul 3 16:01:16 UTC 2015


The branch, upstream has been updated
       via  38e3d6beb90501218fae84b005a5a929e0828bd9 (commit)
      from  8ca1f026edb890ce4cc8ed2880f62a7b034dfacb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 BUILDING.txt                                       |   74 +-
 CMakeLists.txt                                     |  107 +-
 cmake/Modules/CMakeMacroLibtoolFile.cmake          |    2 +-
 cmake/StaticBuild.cmake                            |   14 +-
 common/CMakeLists.txt                              |   10 -
 common/network/TcpSocket.cxx                       |  662 +++++--
 common/network/TcpSocket.h                         |   39 +-
 common/os/CMakeLists.txt                           |    3 +-
 common/os/tls.cxx                                  |  198 ---
 common/os/tls.h                                    |   59 -
 common/os/winerrno.h                               |   89 +
 common/rdr/CMakeLists.txt                          |    1 +
 common/rdr/Exception.h                             |   14 +-
 common/rdr/FdInStream.cxx                          |    5 +-
 common/rdr/FdOutStream.cxx                         |    6 +-
 common/rdr/FileInStream.cxx                        |   87 +
 common/rdr/{TLSErrno.h => FileInStream.h}          |   50 +-
 common/rdr/RandomStream.cxx                        |    2 +-
 common/rdr/TLSException.cxx                        |    9 +-
 common/rdr/TLSInStream.cxx                         |   13 +-
 common/rdr/TLSInStream.h                           |    6 +-
 common/rdr/TLSOutStream.cxx                        |    9 +-
 common/rdr/TLSOutStream.h                          |    6 +-
 common/rfb/CConnection.cxx                         |    9 +-
 common/rfb/CConnection.h                           |    3 +
 common/rfb/CMakeLists.txt                          |    6 +-
 common/rfb/CMsgHandler.cxx                         |   12 +-
 common/rfb/CMsgHandler.h                           |    6 +-
 common/rfb/CSecurityTLS.cxx                        |   40 +-
 common/rfb/CSecurityTLS.h                          |    6 +-
 common/rfb/Configuration.cxx                       |   14 +-
 common/rfb/Configuration.h                         |    3 -
 common/rfb/Cursor.cxx                              |    4 +-
 common/rfb/EncodeManager.cxx                       |  166 +-
 common/rfb/EncodeManager.h                         |   18 +
 common/rfb/EncodeManagerBPP.cxx                    |    3 -
 common/rfb/Encoder.cxx                             |    8 +-
 common/rfb/Exception.h                             |    7 +-
 common/rfb/JpegCompressor.cxx                      |    4 +-
 common/rfb/JpegDecompressor.cxx                    |    4 +-
 common/rfb/KeyRemapper.cxx                         |    2 +-
 common/rfb/LogWriter.h                             |   17 +-
 common/rfb/Logger_syslog.cxx                       |   65 +
 common/rfb/{Logger_stdio.h => Logger_syslog.h}     |   29 +-
 common/rfb/PixelBuffer.cxx                         |   16 +-
 common/rfb/PixelBuffer.h                           |    4 +-
 common/rfb/Rect.h                                  |    2 +-
 common/rfb/SConnection.cxx                         |   27 +-
 common/rfb/SConnection.h                           |   27 +-
 common/rfb/SDesktop.h                              |    8 +-
 common/rfb/SMsgHandler.cxx                         |    2 +-
 common/rfb/SMsgHandler.h                           |    2 +-
 common/rfb/SMsgWriter.cxx                          |   31 +-
 common/rfb/SMsgWriter.h                            |   13 -
 common/rfb/SSecurity.h                             |    5 +-
 common/rfb/SSecurityStack.cxx                      |   17 +
 common/rfb/SSecurityStack.h                        |    1 +
 common/rfb/SSecurityTLS.cxx                        |   33 +-
 common/rfb/SSecurityTLS.h                          |   10 +-
 common/rfb/SSecurityVeNCrypt.cxx                   |   13 +
 common/rfb/SSecurityVeNCrypt.h                     |    5 +-
 common/rfb/SSecurityVncAuth.cxx                    |   64 +-
 common/rfb/SSecurityVncAuth.h                      |   12 +-
 common/rfb/ScreenSet.h                             |   20 +-
 common/rfb/Security.cxx                            |    6 +
 common/rfb/Security.h                              |    5 +-
 common/rfb/SecurityServer.h                        |    3 +-
 common/rfb/ServerCore.cxx                          |   10 +-
 common/rfb/ServerCore.h                            |    2 +
 common/rfb/TightEncoder.cxx                        |    4 +-
 common/rfb/Timer.cxx                               |    1 -
 common/rfb/VNCSConnectionST.cxx                    |   72 +-
 common/rfb/VNCSConnectionST.h                      |    9 +-
 common/rfb/VNCServerST.cxx                         |    2 +-
 common/rfb/WinPasswdValidator.cxx                  |    2 -
 common/rfb/pam.c                                   |    7 +-
 common/rfb/rreDecode.h                             |    4 +-
 common/rfb/tightDecode.h                           |    2 +-
 common/rfb/util.cxx                                |   65 +
 common/rfb/util.h                                  |   12 +
 common/rfb/zrleDecode.h                            |    2 +-
 common/zlib/CMakeLists.txt                         |   22 -
 common/zlib/README                                 |    2 -
 common/zlib/adler32.c                              |  169 --
 common/zlib/compress.c                             |   80 -
 common/zlib/crc32.c                                |  442 -----
 common/zlib/crc32.h                                |  441 -----
 common/zlib/deflate.c                              | 1834 --------------------
 common/zlib/deflate.h                              |  342 ----
 common/zlib/gzclose.c                              |   25 -
 common/zlib/gzguts.h                               |  132 --
 common/zlib/gzlib.c                                |  537 ------
 common/zlib/gzread.c                               |  653 -------
 common/zlib/gzwrite.c                              |  531 ------
 common/zlib/infback.c                              |  632 -------
 common/zlib/inffast.c                              |  340 ----
 common/zlib/inffast.h                              |   11 -
 common/zlib/inffixed.h                             |   94 -
 common/zlib/inflate.c                              | 1480 ----------------
 common/zlib/inflate.h                              |  122 --
 common/zlib/inftrees.c                             |  330 ----
 common/zlib/inftrees.h                             |   62 -
 common/zlib/trees.c                                | 1244 -------------
 common/zlib/trees.h                                |  128 --
 common/zlib/uncompr.c                              |   59 -
 common/zlib/zconf.h                                |  428 -----
 common/zlib/zlib.h                                 | 1613 -----------------
 common/zlib/zutil.c                                |  318 ----
 common/zlib/zutil.h                                |  274 ---
 config.h.in                                        |   18 -
 contrib/fltk/fltk-1.3.x-osx-clip.patch             |   77 +
 contrib/packages/deb/ubuntu-precise/debian/control |    6 +-
 .../debian/patches/100_rethrow_signals.patch       |    4 +-
 .../debian/patches/510_tigervnc11-ldnow.patch      |   11 -
 .../debian/patches/511_tigervnc11-gethomedir.patch |   19 -
 .../deb/ubuntu-precise/debian/patches/series       |    2 -
 contrib/packages/deb/ubuntu-precise/debian/rules   |    6 +-
 contrib/packages/deb/ubuntu-trusty/debian/control  |    4 +-
 .../debian/patches/100_rethrow_signals.patch       |    4 +-
 .../debian/patches/510_tigervnc11-ldnow.patch      |   11 -
 .../debian/patches/511_tigervnc11-gethomedir.patch |   19 -
 .../patches/517_tigervnc-format-security.patch     |   12 -
 .../deb/ubuntu-trusty/debian/patches/series        |    3 -
 contrib/packages/deb/ubuntu-trusty/debian/rules    |    6 +-
 .../packages/rpm/el5/SOURCES/CVE-2015-0255.patch   |  240 ---
 .../rpm/el5/SOURCES/fltk-1.3.2-libdl.patch         |  100 --
 .../rpm/el5/SOURCES/fltk-1.3.2-static-libs.patch   |   74 -
 .../rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch   |   29 +
 .../rpm/el5/SOURCES/tigervnc11-gethomedir.patch    |   20 -
 .../rpm/el5/SOURCES/tigervnc11-ldnow.patch         |   12 -
 .../SOURCES/tigervnc14-static-build-fixes.patch    |  104 --
 contrib/packages/rpm/el5/SPECS/tigervnc.spec       |  150 +-
 .../rpm/el6/SOURCES/tigervnc11-gethomedir.patch    |   20 -
 .../rpm/el6/SOURCES/tigervnc11-ldnow.patch         |   12 -
 contrib/packages/rpm/el6/SPECS/tigervnc.spec       |  153 +-
 {unix => contrib/xorg}/build-xorg                  |   22 +-
 {unix => contrib/xorg}/download-xorg-7.5           |    0
 .../xorg-7.5-patches/0001-Add-dridir-param.patch   |    0
 .../0001-Add-xkbcompdir-param.patch                |    0
 java/CMakeLists.txt                                |    2 +-
 java/com/tigervnc/rfb/CMsgReader.java              |   13 +-
 po/CMakeLists.txt                                  |   13 +-
 po/{nl.po => el.po}                                |  361 ++--
 po/{nl.po => eo.po}                                |  363 ++--
 po/{nl.po => fi.po}                                |  390 +++--
 po/fr.po                                           |  431 +++--
 tests/CMakeLists.txt                               |    6 +
 tests/conv.cxx                                     |    2 +-
 tests/convperf.cxx                                 |    8 +-
 tests/decperf.cxx                                  |  222 +++
 tests/encperf.cxx                                  |  468 +++++
 tests/util.cxx                                     |   81 +-
 tests/util.h                                       |   10 +
 unix/download-xorg-7.4                             |   84 -
 unix/tx/TXWindow.cxx                               |    8 +-
 unix/vncconfig/vncExt.c                            |    9 +-
 unix/vncconfig/vncExt.h                            |    2 +-
 unix/vncpasswd/vncpasswd.cxx                       |   68 +-
 unix/x0vncserver/x0vncserver.cxx                   |   33 +-
 unix/xorg-7.4-patches/0001-Add-dridir-param.patch  |   97 --
 .../0001-Add-xkbcompdir-param.patch                |   33 -
 unix/xserver/hw/vnc/{Input.cc => Input.c}          |  421 ++---
 unix/xserver/hw/vnc/Input.h                        |  113 +-
 unix/xserver/hw/vnc/InputCore.cc                   |  594 -------
 unix/xserver/hw/vnc/{InputXKB.cc => InputXKB.c}    |  202 +--
 unix/xserver/hw/vnc/Makefile.am                    |   49 +-
 unix/xserver/hw/vnc/RFBGlue.cc                     |  200 +++
 unix/xserver/hw/vnc/RFBGlue.h                      |   56 +
 unix/xserver/hw/vnc/RegionHelper.h                 |   84 -
 unix/xserver/hw/vnc/XorgGlue.c                     |  358 ++++
 unix/xserver/hw/vnc/XorgGlue.h                     |   69 +
 unix/xserver/hw/vnc/XserverDesktop.cc              |  596 ++-----
 unix/xserver/hw/vnc/XserverDesktop.h               |   68 +-
 unix/xserver/hw/vnc/Xvnc.man                       |   10 +-
 unix/xserver/hw/vnc/vncBlockHandler.c              |  143 ++
 .../hw/vnc/{vncHooks.h => vncBlockHandler.h}       |   17 +-
 unix/xserver/hw/vnc/vncExt.c                       |  771 ++++++++
 unix/xserver/hw/vnc/vncExtInit.cc                  | 1126 ++----------
 unix/xserver/hw/vnc/vncExtInit.h                   |   78 +-
 unix/xserver/hw/vnc/{vncHooks.cc => vncHooks.c}    | 1101 +++++++-----
 unix/xserver/hw/vnc/vncHooks.h                     |   15 +-
 .../hw/vnc/{xf86vncModule.cc => vncModule.c}       |   73 +-
 unix/xserver/hw/vnc/xorg-version.h                 |   10 +-
 unix/xserver/hw/vnc/{xvnc.cc => xvnc.c}            |  336 ++--
 unix/{xserver116.patch => xserver117.patch}        |   32 +-
 unix/xserver15.patch                               |  158 --
 unix/xserver16.patch                               |   99 --
 vncviewer/CConn.cxx                                |   20 +-
 vncviewer/CConn.h                                  |    4 +-
 vncviewer/DesktopWindow.cxx                        |   77 +-
 vncviewer/OptionsDialog.cxx                        |   26 +-
 vncviewer/Viewport.cxx                             |  349 +---
 vncviewer/Viewport.h                               |    3 -
 vncviewer/X11PixelBuffer.cxx                       |    9 +-
 vncviewer/cocoa.mm                                 |   12 +-
 vncviewer/fltk_layout.h                            |   52 +-
 vncviewer/keysym2ucs.c                             |    1 -
 vncviewer/parameters.cxx                           |  191 +-
 vncviewer/parameters.h                             |    4 -
 vncviewer/vncviewer.cxx                            |  162 +-
 win/resdefs.h.in                                   |    1 -
 win/rfb_win32/CleanDesktop.cxx                     |   16 +-
 win/rfb_win32/Clipboard.cxx                        |    9 +-
 win/rfb_win32/DeviceContext.cxx                    |    6 +-
 win/rfb_win32/Dialog.cxx                           |   11 +-
 win/rfb_win32/DynamicFn.cxx                        |    4 +-
 win/rfb_win32/ListViewControl.cxx                  |    6 +-
 win/rfb_win32/MonitorInfo.cxx                      |    6 +-
 win/rfb_win32/MsgWindow.cxx                        |   13 +-
 win/rfb_win32/Registry.cxx                         |   14 +-
 win/rfb_win32/SInput.cxx                           |    6 +-
 win/rfb_win32/Security.cxx                         |    6 +-
 win/rfb_win32/Service.cxx                          |   22 +-
 win/rfb_win32/SocketManager.cxx                    |    2 +-
 win/rfb_win32/SocketManager.h                      |    2 +-
 win/rfb_win32/Threading.cxx                        |    4 +-
 win/rfb_win32/TsSessions.cxx                       |    6 +-
 win/rfb_win32/WMCursor.cxx                         |    3 +-
 win/rfb_win32/WMShatter.cxx                        |    3 +-
 win/vncconfig/Authentication.h                     |    3 +-
 win/vncconfig/Connections.h                        |    6 +-
 win/vncconfig/vncconfig.cxx                        |    3 +-
 win/winvnc/ControlPanel.cxx                        |    5 +-
 win/winvnc/ManagedListener.cxx                     |   53 +-
 win/winvnc/ManagedListener.h                       |    6 +-
 win/winvnc/STrayIcon.cxx                           |   13 +-
 win/winvnc/VNCServerService.cxx                    |    7 +-
 win/winvnc/VNCServerWin32.cxx                      |   22 +-
 win/winvnc/VNCServerWin32.h                        |    2 +-
 win/winvnc/winvnc.cxx                              |   16 +-
 win/wm_hooks/wm_hooks.cxx                          |    4 +-
 231 files changed, 7228 insertions(+), 19339 deletions(-)
 delete mode 100644 common/os/tls.cxx
 delete mode 100644 common/os/tls.h
 create mode 100644 common/os/winerrno.h
 create mode 100644 common/rdr/FileInStream.cxx
 rename common/rdr/{TLSErrno.h => FileInStream.h} (58%)
 create mode 100644 common/rfb/Logger_syslog.cxx
 copy common/rfb/{Logger_stdio.h => Logger_syslog.h} (65%)
 delete mode 100644 common/zlib/CMakeLists.txt
 delete mode 100644 common/zlib/README
 delete mode 100644 common/zlib/adler32.c
 delete mode 100644 common/zlib/compress.c
 delete mode 100644 common/zlib/crc32.c
 delete mode 100644 common/zlib/crc32.h
 delete mode 100644 common/zlib/deflate.c
 delete mode 100644 common/zlib/deflate.h
 delete mode 100644 common/zlib/gzclose.c
 delete mode 100644 common/zlib/gzguts.h
 delete mode 100644 common/zlib/gzlib.c
 delete mode 100644 common/zlib/gzread.c
 delete mode 100644 common/zlib/gzwrite.c
 delete mode 100644 common/zlib/infback.c
 delete mode 100644 common/zlib/inffast.c
 delete mode 100644 common/zlib/inffast.h
 delete mode 100644 common/zlib/inffixed.h
 delete mode 100644 common/zlib/inflate.c
 delete mode 100644 common/zlib/inflate.h
 delete mode 100644 common/zlib/inftrees.c
 delete mode 100644 common/zlib/inftrees.h
 delete mode 100644 common/zlib/trees.c
 delete mode 100644 common/zlib/trees.h
 delete mode 100644 common/zlib/uncompr.c
 delete mode 100644 common/zlib/zconf.h
 delete mode 100644 common/zlib/zlib.h
 delete mode 100644 common/zlib/zutil.c
 delete mode 100644 common/zlib/zutil.h
 create mode 100644 contrib/fltk/fltk-1.3.x-osx-clip.patch
 delete mode 100644 contrib/packages/deb/ubuntu-precise/debian/patches/510_tigervnc11-ldnow.patch
 delete mode 100644 contrib/packages/deb/ubuntu-precise/debian/patches/511_tigervnc11-gethomedir.patch
 delete mode 100644 contrib/packages/deb/ubuntu-trusty/debian/patches/510_tigervnc11-ldnow.patch
 delete mode 100644 contrib/packages/deb/ubuntu-trusty/debian/patches/511_tigervnc11-gethomedir.patch
 delete mode 100644 contrib/packages/deb/ubuntu-trusty/debian/patches/517_tigervnc-format-security.patch
 delete mode 100644 contrib/packages/rpm/el5/SOURCES/CVE-2015-0255.patch
 delete mode 100644 contrib/packages/rpm/el5/SOURCES/fltk-1.3.2-libdl.patch
 delete mode 100644 contrib/packages/rpm/el5/SOURCES/fltk-1.3.2-static-libs.patch
 create mode 100644 contrib/packages/rpm/el5/SOURCES/fltk-1.3.3-static-libs.patch
 delete mode 100644 contrib/packages/rpm/el5/SOURCES/tigervnc11-gethomedir.patch
 delete mode 100644 contrib/packages/rpm/el5/SOURCES/tigervnc11-ldnow.patch
 delete mode 100644 contrib/packages/rpm/el6/SOURCES/tigervnc11-gethomedir.patch
 delete mode 100644 contrib/packages/rpm/el6/SOURCES/tigervnc11-ldnow.patch
 rename {unix => contrib/xorg}/build-xorg (93%)
 rename {unix => contrib/xorg}/download-xorg-7.5 (100%)
 rename {unix => contrib/xorg}/xorg-7.5-patches/0001-Add-dridir-param.patch (100%)
 rename {unix => contrib/xorg}/xorg-7.5-patches/0001-Add-xkbcompdir-param.patch (100%)
 copy po/{nl.po => el.po} (60%)
 copy po/{nl.po => eo.po} (71%)
 copy po/{nl.po => fi.po} (64%)
 create mode 100644 tests/decperf.cxx
 create mode 100644 tests/encperf.cxx
 delete mode 100755 unix/download-xorg-7.4
 delete mode 100644 unix/xorg-7.4-patches/0001-Add-dridir-param.patch
 delete mode 100644 unix/xorg-7.4-patches/0001-Add-xkbcompdir-param.patch
 rename unix/xserver/hw/vnc/{Input.cc => Input.c} (59%)
 delete mode 100644 unix/xserver/hw/vnc/InputCore.cc
 rename unix/xserver/hw/vnc/{InputXKB.cc => InputXKB.c} (77%)
 create mode 100644 unix/xserver/hw/vnc/RFBGlue.cc
 create mode 100644 unix/xserver/hw/vnc/RFBGlue.h
 delete mode 100644 unix/xserver/hw/vnc/RegionHelper.h
 create mode 100644 unix/xserver/hw/vnc/XorgGlue.c
 create mode 100644 unix/xserver/hw/vnc/XorgGlue.h
 create mode 100644 unix/xserver/hw/vnc/vncBlockHandler.c
 copy unix/xserver/hw/vnc/{vncHooks.h => vncBlockHandler.h} (81%)
 create mode 100644 unix/xserver/hw/vnc/vncExt.c
 rename unix/xserver/hw/vnc/{vncHooks.cc => vncHooks.c} (72%)
 rename unix/xserver/hw/vnc/{xf86vncModule.cc => vncModule.c} (63%)
 rename unix/xserver/hw/vnc/{xvnc.cc => xvnc.c} (88%)
 copy unix/{xserver116.patch => xserver117.patch} (80%)
 delete mode 100644 unix/xserver15.patch
 delete mode 100644 unix/xserver16.patch


hooks/post-receive
-- 
pkg-tigervnc.git (Git repository for pkg-tigervnc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pkg-tigervnc.git" (Git repository for pkg-tigervnc).




More information about the Pkg-tigervnc-devel mailing list