[pkg-remote-commits] [xrdp] 01/06: Update upstream source from tag 'upstream/0.9.5'

Dominik George natureshadow-guest at moszumanska.debian.org
Sun Jan 7 16:09:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit da9f52e9d7a5f04f8253b05c08685c819d5cd90a
Merge: bd1f354 685ef4e
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Jan 7 15:53:42 2018 +0100

    Update upstream source from tag 'upstream/0.9.5'
    
    Update to upstream version '0.9.5'
    with Debian dir d57e817979c0d6edcfb9cfb84a0e376b1e6dc7f4

 .gitignore                                         |    3 -
 NEWS.md                                            |   35 +
 README.md                                          |    9 +-
 common/Makefile.am                                 |    1 -
 common/Makefile.in                                 |   11 +-
 common/crc16.h                                     |    0
 common/log.c                                       |   12 +-
 common/log.h                                       |    3 +-
 common/os_calls.c                                  |   90 +-
 common/os_calls.h                                  |    2 +
 common/ssl_calls.c                                 |    9 +
 common/trans.c                                     |   20 +
 common/trans.h                                     |    3 +-
 common/xrdp_constants.h                            | 1023 ++++++++++---------
 config_ac-h.in                                     |    9 +
 configure                                          |   50 +-
 configure.ac                                       |   14 +-
 genkeymap/dump-keymaps.sh                          |    4 +
 instfiles/Makefile.am                              |    3 +-
 instfiles/Makefile.in                              |    3 +-
 instfiles/km-00010409.ini                          | 1055 ++++++++++++++++++++
 librfxcodec/configure                              |   20 +-
 librfxcodec/configure.ac                           |    2 +-
 librfxcodec/include/rfxcodec_encode.h              |   34 +
 librfxcodec/src/Makefile.am                        |    6 +-
 librfxcodec/src/Makefile.in                        |   10 +-
 librfxcodec/src/rfxencode.c                        |   36 +-
 librfxcodec/src/rfxencode.h                        |   10 +
 .../{rfxencode_tile.c => rfxencode_rgb_to_yuv.c}   |  227 +----
 librfxcodec/src/rfxencode_rgb_to_yuv.h             |   33 +
 librfxcodec/src/rfxencode_tile.c                   |  419 +-------
 libxrdp/xrdp_caps.c                                |   72 +-
 libxrdp/xrdp_sec.c                                 |   14 +-
 neutrinordp/xrdp-neutrinordp.c                     |    9 +-
 sesman/chansrv/chansrv.c                           |    3 +-
 sesman/chansrv/pulse/README.md                     |  117 +++
 sesman/chansrv/pulse/README.md~                    |  145 +++
 sesman/chansrv/pulse/pulse-notes.txt               |   79 --
 sesman/chansrv/pulse/pulse-notes.ubuntu.txt        |   77 --
 sesman/chansrv/sound.c                             |    6 +-
 sesman/libscp/libscp_v0.c                          |   32 +-
 sesman/sesman.ini                                  |   34 +-
 xorg/X11R7.6/rdp/rdp.h                             |    2 +-
 xorg/X11R7.6/rdp/{rdp.h => rdp.h~}                 |    0
 xorgxrdp/README.md                                 |    2 +-
 xorgxrdp/configure                                 |   20 +-
 xorgxrdp/configure.ac                              |    2 +-
 xorgxrdp/module/amd64/Makefile.am                  |    2 +
 xorgxrdp/module/amd64/Makefile.in                  |    2 +-
 .../amd64/a8r8g8b8_to_a8b8g8r8_box_amd64_sse2.asm  |   20 +-
 .../amd64/a8r8g8b8_to_nv12_box_amd64_sse2.asm      |  116 +--
 xorgxrdp/module/amd64/cpuid_amd64.asm              |    5 +-
 xorgxrdp/module/amd64/i420_to_rgb32_amd64_sse2.asm |   21 +-
 xorgxrdp/module/amd64/uyvy_to_rgb32_amd64_sse2.asm |   18 +-
 xorgxrdp/module/amd64/yuy2_to_rgb32_amd64_sse2.asm |   18 +-
 xorgxrdp/module/amd64/yv12_to_rgb32_amd64_sse2.asm |   21 +-
 xorgxrdp/module/common.asm                         |   75 ++
 xorgxrdp/module/rdpClientCon.c                     |   11 +-
 xorgxrdp/module/x86/Makefile.am                    |    2 +
 xorgxrdp/module/x86/Makefile.in                    |    2 +-
 .../x86/a8r8g8b8_to_a8b8g8r8_box_x86_sse2.asm      |   58 +-
 .../module/x86/a8r8g8b8_to_nv12_box_x86_sse2.asm   |  124 ++-
 xorgxrdp/module/x86/cpuid_x86.asm                  |    5 +-
 xorgxrdp/module/x86/i420_to_rgb32_x86_sse2.asm     |   62 +-
 xorgxrdp/module/x86/uyvy_to_rgb32_x86_sse2.asm     |   20 +-
 xorgxrdp/module/x86/yuy2_to_rgb32_x86_sse2.asm     |   20 +-
 xorgxrdp/module/x86/yv12_to_rgb32_x86_sse2.asm     |   62 +-
 xrdp/xrdp.ini                                      |    5 +
 xrdp/xrdp_bitmap.c                                 |    1 -
 xrdp/xrdp_cache.c                                  |    1 -
 xrdp/xrdp_keyboard.ini                             |    6 +
 xrdp/xrdp_listen.c                                 |   37 +-
 xrdp/xrdp_mm.c                                     |    6 +-
 xrdp/xrdp_wm.c                                     |   85 +-
 74 files changed, 2858 insertions(+), 1717 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git



More information about the pkg-remote-commits mailing list