Date: Sat, 3 Jun 2006 14:51:47 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 ... Message-ID: <200606031451.k53Eplni043018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606031451.k53Eplni043018>