From owner-cvs-all Fri Jul 13 10:24: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E9237B401; Fri, 13 Jul 2001 10:23:57 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6DHNvo37295; Fri, 13 Jul 2001 10:23:57 -0700 (PDT) (envelope-from mi) Message-Id: <200107131723.f6DHNvo37295@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 13 Jul 2001 10:23:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/knews/files patch-file.c patch-resource.c patch-png.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/07/13 10:23:57 PDT Modified files: news/knews/files patch-png.c Added files: news/knews/files patch-file.c patch-resource.c Log: Re-do the patch-png.c "by the book" -- following the examples in libpng(3) to be able to use the new libpng, which disabled some deprecated interfaces. Modify file.c to use mkstemp instead of tmpnam. Fix an old bug -- when the new server's configuration is created from scratch, we write a file and then read it -- use O_RDWR instead of O_WRONLY. I could not reproduce Andreas' complaint regarding compface related crashes and plan to re-enable them in the Makefile. Too bad this program is no longer in development :( Revision Changes Path 1.2 +121 -20 ports/news/knews/files/patch-png.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message