Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8353063B966 for ; Fri, 24 Oct 2008 13:25:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2A80D63B18D; Fri, 24 Oct 2008 13:25:51 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 4A99163B18A for ; Fri, 24 Oct 2008 13:25:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3B30F175D0; Fri, 24 Oct 2008 13:25:50 +0000 (UTC) From: Greg Troxel Subject: CVS commit: pkgsrc/geography/gpsd To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org Message-Id: <20081024132550.3B30F175D0@cvs.netbsd.org> Date: Fri, 24 Oct 2008 13:25:50 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: gdt Date: Fri Oct 24 13:25:50 UTC 2008 Modified Files: pkgsrc/geography/gpsd: Makefile distinfo Added Files: pkgsrc/geography/gpsd/patches: patch-ac patch-ad Log Message: Security fix: by default, only listen on INADDR_LOOPBACK, so that position is only provided on on-machine clients. Previously, gpsd listened on INADDR_ANY, providing position of the computer to any host that asked. (The fix is in upstream bugzilla, with link in patches/patch-ac.) To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pkgsrc/geography/gpsd/Makefile cvs rdiff -r1.10 -r1.11 pkgsrc/geography/gpsd/distinfo cvs rdiff -r0 -r1.3 pkgsrc/geography/gpsd/patches/patch-ac \ pkgsrc/geography/gpsd/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.