Date: Fri, 15 Jan 2010 23:31:17 +0200 (EET) From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/142871: [PATCH] utmpx breaks security/gnupg Message-ID: <201001152131.o0FLVHYT010853@kobe.laptop> Resent-Message-ID: <201001152140.o0FLe1Yn029021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142871 >Category: ports >Synopsis: [PATCH] utmpx breaks security/gnupg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 15 21:40:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD kobe 9.0-CURRENT FreeBSD 9.0-CURRENT #0 hg@b23f5d55c68e: Thu Jan 14 18:26:57 EET 2010 build@kobe:/usr/obj/usr/src/sys/KOBE i386 >Description: security/gnupg/ includes utmp.h but doesn't really use it. As a result, the recent utmpx code breaks gnupg on 9.0-CURRENT. >How-To-Repeat: >Fix: The following patch file in security/gnupg/files/patch-tools::symcryptrun.c fixes the build on CURRENT (but I've only tested on CURRENT, older branches may want an exception). --- patch-tools::symcryptrun.c begins here --- --- tools/symcryptrun.c.orig 2010-01-15 21:42:34.381623536 +0200 +++ tools/symcryptrun.c 2010-01-15 21:42:41.887307155 +0200 @@ -74,7 +74,6 @@ #ifdef HAVE_PTY_H #include <pty.h> #endif -#include <utmp.h> #include <ctype.h> #ifdef HAVE_LOCALE_H #include <locale.h> --- patch-tools::symcryptrun.c ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001152131.o0FLVHYT010853>