[pkg-remote-commits] [xrdp] branch upstream updated (c3c674a -> 685ef4e)

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


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

natureshadow-guest pushed a change to branch upstream
in repository xrdp.

      from  c3c674a   Merge remote-tracking branch 'origin/upstream' into upstream
       new  685ef4e   New upstream version 0.9.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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-00000412.ini => km-00010409.ini}     | 2112 ++++++++++----------
 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 +--
 ...xencode_diff_rlgr3.h => rfxencode_rgb_to_yuv.h} |   16 +-
 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~                            |    2 +-
 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 +-
 73 files changed, 2836 insertions(+), 2778 deletions(-)
 delete mode 100644 common/crc16.h
 copy instfiles/{km-00000412.ini => km-00010409.ini} (67%)
 copy librfxcodec/src/{rfxencode_tile.c => rfxencode_rgb_to_yuv.c} (64%)
 copy librfxcodec/src/{rfxencode_diff_rlgr3.h => rfxencode_rgb_to_yuv.h} (61%)
 create mode 100644 sesman/chansrv/pulse/README.md
 create mode 100644 sesman/chansrv/pulse/README.md~
 delete mode 100644 sesman/chansrv/pulse/pulse-notes.txt
 delete mode 100644 sesman/chansrv/pulse/pulse-notes.ubuntu.txt

-- 
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