[openjk] branch debian/master updated (ebabfc0 -> 3f73e59)

Simon McVittie smcv at debian.org
Sat Jan 21 21:44:00 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  ebabfc0   0~20161025+dfsg1-1
       new  fb6fe99   Avoid compiler warning when sscanf writes qboolean through %i
       new  3db8c60   Merge pull request #872 from smcv/sscanf-qboolean
       new  9aea795   savegames: bounds-check some string lengths to prevent buffer overflow
       new  0808ae8   Merge pull request #881 from smcv/bounds-check
       new  00d7761   Use conventional formatting to avoid -Wmisleading-indentation
       new  55b4d83   Merge pull request #882 from smcv/wmisleading-indentation
       new  d956ce3   g_svcmds: fix typo in avoiding non-C++11-compliant string syntax
       new  c706b98   Merge pull request #883 from smcv/cxx11-strings
       new  e5b98fa   Consistently use "static QINLINE" for inline C code
       new  ecd38e2   Merge pull request #884 from smcv/static-qinline
       new  947dc64   Remove unused variable in JK2 mode
       new  d3f5b3b   Merge pull request #885 from smcv/unused
       new  9ca249c   Run install target after building in appveyor
       new  39baf07   Fix after_build target in appveyor script
       new  6161dac   Shared: Probable fix for Sys_QueEvent overflow spam
       new  7613c10   Revert "Shared: Probable fix for Sys_QueEvent overflow spam"
       new  82d8209   Shared: Fix range of r_subdivisions
       new  d433c09   New upstream version 0~20170112+dfsg1
       new  e74be6d   Merge tag 'upstream/0_20170112+dfsg1' into debian/master
       new  60ae4b8   New upstream snapshot
       new  bf7ea5a   Drop patches that were applied upstream
       new  836b708   Add patches to fix bounds-checking in savegames, so valid saves are not rejected
       new  a84fd3e   debian/apparmor.d/usr.games.openjk: Allow more device enumeration
       new  3f73e59   0~20170112+dfsg1-1

The 24 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:
 appveyor.yml                                       |  10 +-
 code/client/cl_cin.cpp                             |  28 ++-
 code/game/G_Timer.cpp                              |  17 +-
 code/game/Q3_Interface.cpp                         |  15 ++
 code/game/g_client.cpp                             |  36 ++--
 code/game/g_roff.cpp                               |   3 +
 code/game/g_session.cpp                            |   4 +-
 code/game/g_svcmds.cpp                             |   2 +-
 code/icarus/IcarusImplementation.cpp               |  34 +++-
 code/rd-vanilla/tr_init.cpp                        |   5 +-
 code/server/sv_snapshot.cpp                        |   2 +
 codeJK2/game/Q3_Registers.cpp                      |  15 ++
 codeJK2/game/g_client.cpp                          |   4 +-
 codeJK2/game/g_roff.cpp                            |   5 +
 codemp/client/cl_cin.cpp                           |  28 ++-
 codemp/game/NPC_move.c                             |   4 +-
 codemp/game/bg_pmove.c                             |   2 +-
 codemp/rd-vanilla/tr_init.cpp                      |   5 +-
 debian/apparmor.d/usr.games.openjk                 |   2 +
 debian/changelog                                   |  10 +
 ...arning-when-sscanf-writes-qboolean-throug.patch | 131 -------------
 ...ntly-use-static-QINLINE-for-inline-C-code.patch |  83 --------
 ...-bounds-check-when-loading-from-savegames.patch |  41 ++++
 ...m-SOURCE_DATE_EPOCH-for-reproducible-buil.patch |  18 +-
 ...o-in-avoiding-non-C-11-compliant-string-s.patch |  22 ---
 ...arm-debug-code-that-writes-to-c-nofreeent.patch |   2 +-
 ...are-too-long-raise-error-instead-of-assum.patch | 131 +++++++++++++
 ...oad-if-buffer-would-be-overflowed-don-t-j.patch |  67 +++++++
 ...-check-some-string-lengths-to-prevent-buf.patch | 208 ---------------------
 debian/patches/series                              |   7 +-
 debian/rules                                       |   4 +-
 shared/qcommon/q_platform.h                        |   6 +-
 32 files changed, 430 insertions(+), 521 deletions(-)
 delete mode 100644 debian/patches/Avoid-compiler-warning-when-sscanf-writes-qboolean-throug.patch
 delete mode 100644 debian/patches/Consistently-use-static-QINLINE-for-inline-C-code.patch
 create mode 100644 debian/patches/Icarus-fix-bounds-check-when-loading-from-savegames.patch
 delete mode 100644 debian/patches/g_svcmds-fix-typo-in-avoiding-non-C-11-compliant-string-s.patch
 create mode 100644 debian/patches/game-If-strings-are-too-long-raise-error-instead-of-assum.patch
 create mode 100644 debian/patches/icarus-Fail-to-load-if-buffer-would-be-overflowed-don-t-j.patch
 delete mode 100644 debian/patches/savegames-bounds-check-some-string-lengths-to-prevent-buf.patch

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