[pkg-remote-commits] [xrdp] branch master updated (d8465bd -> bec5a9f)

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 change to branch master
in repository xrdp.

      from  d8465bd   Merge tag 'debian/0.9.4-4'
      adds  c3c674a   Merge remote-tracking branch 'origin/upstream' into upstream
      adds  685ef4e   New upstream version 0.9.5
       new  da9f52e   Update upstream source from tag 'upstream/0.9.5'
       new  c442d41   Update changelog and patches.
       new  a0d4017   Update docs; remove notes on X.org as it is called without the wrapper now.
       new  b4ec914   Update d/copyright.
       new  2683471   Bump Standards-Version.
       new  bec5a9f   Merge branch 'master' of git.debian.org:/git/pkg-remote/xrdp

The 6 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:
 .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 +-
 debian/README.Debian                               |   11 -
 debian/changelog                                   |   11 +
 debian/control                                     |    2 +-
 debian/copyright                                   |    6 +-
 debian/patches/config.diff                         |   44 +-
 debian/patches/cve-2017-16927.patch                |  137 --
 debian/patches/fix-ssl-accept-load.patch           |   23 -
 debian/patches/fix_perms.diff                      |   14 +-
 debian/patches/lfs.diff                            |    2 +-
 debian/patches/series                              |    2 -
 debian/patches/shutup-daemon.diff                  |    2 +-
 debian/xrdp.bug-presubj                            |   31 -
 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 => 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 +-
 86 files changed, 2873 insertions(+), 3027 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 common/crc16.h
 delete mode 100644 debian/patches/cve-2017-16927.patch
 delete mode 100644 debian/patches/fix-ssl-accept-load.patch
 delete mode 100644 debian/xrdp.bug-presubj
 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
 copy xorg/X11R7.6/rdp/{rdp.h => rdp.h~} (100%)

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