cvs commit: ports/games/quake3 Makefile ports/games/quake3/files patch-code-cgame-cg_weapons.c patch-code-client-cl_ui.c patch-code-game-q_shared.c patch-code-game-q_shared.h patch-code-q3_ui-ui_playermodel.c patch-code-q3_ui-ui_players.c patch-code-q3_ui-ui_saveconfig.c patch-code-qcommon-common.c patch-code-qcommon-files.c ...

Alejandro Pulver alepulver at FreeBSD.org
Sat Jun 3 07:53:29 PDT 2006


alepulver    2006-06-03 14:51:47 UTC

  FreeBSD ports repository

  Modified files:
    games/quake3         Makefile 
    games/quake3/files   patch-code-client-cl_ui.c 
                         patch-code-game-q_shared.c 
                         patch-code-game-q_shared.h 
                         patch-code-qcommon-common.c 
                         patch-code-qcommon-files.c 
                         patch-code-qcommon-vm.c 
                         patch-code-unix-Makefile 
                         patch-code-unix-unix_main.c 
                         patch-code-unix-unix_shared.c 
  Added files:
    games/quake3/files   patch-code-cgame-cg_weapons.c 
                         patch-code-q3_ui-ui_playermodel.c 
                         patch-code-q3_ui-ui_players.c 
                         patch-code-q3_ui-ui_saveconfig.c 
                         patch-code-renderer-tr_bsp.c 
                         patch-code-renderer-tr_shader.c 
                         patch-code-server-sv_client.c 
                         patch-code-ui-ui_main.c 
                         patch-code-ui-ui_players.c 
  Removed files:
    games/quake3/files   patch-code-unix-linux_common.c 
                         patch-code-unix-linux_glimp.c 
  Log:
  - Update to version 1.32c (security patch, see below).
  - Make portlint happy.
  - Allow building the VM on PowerPC.
  - Fix a typo in option detection code (&& -> ||).
  - Fix 2 security vulnerabilities [1].
  
  PR:             ports/98296
  Submitted by:   alepulver (myself)
  Approved by:    Linas Valiukas <shirshegsm at gmail.com> (maintainer)
  Obtained from:  q3icculus (http://icculus.org/quake3/) [1]
  Security:       CVE-2006-2082
  
  Revision  Changes    Path
  1.14      +9 -9      ports/games/quake3/Makefile
  1.1       +23 -0     ports/games/quake3/files/patch-code-cgame-cg_weapons.c (new)
  1.2       +2 -2      ports/games/quake3/files/patch-code-client-cl_ui.c
  1.2       +34 -7     ports/games/quake3/files/patch-code-game-q_shared.c
  1.3       +11 -2     ports/games/quake3/files/patch-code-game-q_shared.h
  1.1       +11 -0     ports/games/quake3/files/patch-code-q3_ui-ui_playermodel.c (new)
  1.1       +18 -0     ports/games/quake3/files/patch-code-q3_ui-ui_players.c (new)
  1.1       +11 -0     ports/games/quake3/files/patch-code-q3_ui-ui_saveconfig.c (new)
  1.3       +14 -5     ports/games/quake3/files/patch-code-qcommon-common.c
  1.2       +2 -2      ports/games/quake3/files/patch-code-qcommon-files.c
  1.3       +11 -2     ports/games/quake3/files/patch-code-qcommon-vm.c
  1.1       +11 -0     ports/games/quake3/files/patch-code-renderer-tr_bsp.c (new)
  1.1       +29 -0     ports/games/quake3/files/patch-code-renderer-tr_shader.c (new)
  1.1       +80 -0     ports/games/quake3/files/patch-code-server-sv_client.c (new)
  1.1       +11 -0     ports/games/quake3/files/patch-code-ui-ui_main.c (new)
  1.1       +18 -0     ports/games/quake3/files/patch-code-ui-ui_players.c (new)
  1.5       +41 -33    ports/games/quake3/files/patch-code-unix-Makefile
  1.2       +0 -18     ports/games/quake3/files/patch-code-unix-linux_common.c (dead)
  1.2       +0 -11     ports/games/quake3/files/patch-code-unix-linux_glimp.c (dead)
  1.2       +2 -2      ports/games/quake3/files/patch-code-unix-unix_main.c
  1.4       +2 -2      ports/games/quake3/files/patch-code-unix-unix_shared.c


More information about the cvs-ports mailing list