From owner-cvs-all@FreeBSD.ORG Sat Jun 3 14:53:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D254916A49C; Sat, 3 Jun 2006 14:53:28 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35AE43D6E; Sat, 3 Jun 2006 14:53:22 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k53EplLQ043019; Sat, 3 Jun 2006 14:51:47 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k53Eplni043018; Sat, 3 Jun 2006 14:51:47 GMT (envelope-from alepulver) Message-Id: <200606031451.k53Eplni043018@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 3 Jun 2006 14:51:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 14:53:29 -0000 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 (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