Date: Tue, 23 Mar 2004 21:33:41 -0800 (PST) From: Alan Batie <alan@agora.rdrop.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64642: security/gnupg port: compress-bz2.c missing include of stdio.h Message-ID: <200403240533.i2O5XfSj001118@agora.rdrop.com> Resent-Message-ID: <200403240540.i2O5eKUp024241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64642 >Category: ports >Synopsis: security/gnupg port: compress-bz2.c missing include of stdio.h >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 23 21:40:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Alan Batie >Release: FreeBSD 4.7-STABLE i386 >Organization: RainDrop Laboratories >Environment: System: FreeBSD agora.rdrop.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 3 00:57:16 PST 2003 root@agora.rdrop.com:/usr/src/freebsd/src/sys/compile/AGORA i386 >Description: compress-bz2.c is missing include of stdio.h, which causes build to fail when bzlib.h tries to use FILE type. >How-To-Repeat: cd /usr/ports/security/gnupg make >Fix: *** work/gnupg-1.2.4/g10/compress-bz2.c.org Tue Mar 23 21:28:14 2004 --- work/gnupg-1.2.4/g10/compress-bz2.c Tue Mar 23 21:28:16 2004 *************** *** 18,23 **** --- 18,24 ---- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ + #include <stdio.h> #include <config.h> #include <string.h> #include <bzlib.h> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403240533.i2O5XfSj001118>