[openjk] branch debian/master updated (41abc95 -> fee91b3)

Simon McVittie smcv at debian.org
Mon Nov 6 11:42:11 UTC 2017


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

smcv pushed a change to branch debian/master
in repository openjk.

      from  41abc95   Add patch adapted from ioquake3 to avoid a read buffer overflow in MSG_ReadBits (CVE-2017-11721), and check a buffer boundary more accurately in MSG_WriteBits (believed to be merely a bug, not a vulnerability).
       new  89cebbc   Shared: Add CVAR_NODEFAULT and improve cvar sorting algo
       new  dac8819   Merge remote-tracking branch 'origin/master'
       new  561bf29   Shared: Fix Windows compile
       new  28c7273   Shared: Add cvar_usercreated and unset_usercreated commands
       new  a0828f0   Sets OS X target version to 10.9 #935
       new  b5c3f14   Shared: Add DPI awareness manifest
       new  7074cb8   Shared: Update to SDL 2.0.7
       new  d60340b   SP game: Fixed bug introduced in 5c8a2d7
       new  6543521   New upstream version 0~20171104~dfsg
       new  734e075   Update upstream source from tag 'upstream/0_20171104_dfsg'
       new  fddb250   New upstream snapshot
       new  6301917   Standards-Version: 4.1.1 (no changes required)
       new  0f88366   Set Rules-Requires-Root to no
       new  fee91b3   0~20171104~dfsg-1

The 14 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:
 CMakeLists.txt                  |   1 +
 code/CMakeLists.txt             |   8 ++
 code/client/cl_console.cpp      |   4 +-
 code/client/cl_main.cpp         |  36 +++----
 code/client/snd_dma.cpp         |   2 +-
 code/game/g_combat.cpp          |   2 +-
 code/qcommon/cm_load.cpp        |   2 +-
 code/qcommon/common.cpp         |   6 +-
 code/qcommon/cvar.cpp           | 202 +++++++++++++++++++++++++++----------
 code/qcommon/q_shared.h         |   3 +
 code/rd-vanilla/tr_init.cpp     |  86 ++++++++--------
 codemp/CMakeLists.txt           |   8 ++
 codemp/client/FxUtil.cpp        |   4 +-
 codemp/client/cl_console.cpp    |   4 +-
 codemp/client/cl_main.cpp       |  94 +++++++++++------
 codemp/client/snd_dma.cpp       |   4 +-
 codemp/qcommon/cm_load.cpp      |   2 +-
 codemp/qcommon/common.cpp       |   8 +-
 codemp/qcommon/cvar.cpp         | 216 ++++++++++++++++++++++++++++------------
 codemp/qcommon/net_ip.cpp       |  14 +--
 codemp/qcommon/q_shared.h       |   3 +
 codemp/rd-dedicated/tr_init.cpp |  88 ++++++++--------
 codemp/rd-vanilla/tr_init.cpp   |  88 ++++++++--------
 codemp/server/sv_init.cpp       |  28 +++---
 debian/changelog                |   8 ++
 debian/control                  |   3 +-
 debian/rules                    |   6 +-
 debian/watch                    |   2 +-
 shared/sdl/sdl_input.cpp        |  12 +--
 shared/sdl/sdl_sound.cpp        |  28 +++---
 shared/sdl/sdl_window.cpp       |  16 +--
 shared/sys/sys_main.cpp         |   4 +-
 shared/sys/win_manifest.xml     |  37 +++++++
 33 files changed, 656 insertions(+), 373 deletions(-)
 create mode 100644 shared/sys/win_manifest.xml

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



More information about the Pkg-games-commits mailing list