head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.08.02.14.11.47;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2003.07.21.14.28.03;	author krion;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.4.1

Approved by:	fjoe (mentor) (implicit)
@
text
@--- Makefile.orig	Sun Jul 20 19:17:45 2003
+++ Makefile	Sun Jul 20 19:19:10 2003
@@@@ -12,8 +12,8 @@@@
 
 MANPAGES = ffproxy.8
 
-PREFIX = /usr/local
-CC = gcc
+PREFIX = ${PREFIX}
+CC ?= gcc 
 
 all: proxy
 
@


1.1
log
@ffproxy is a filtering HTTP proxy server. It is able
to filter by host, URL, and header. Custom header entries
can be filtered and added. It can even drop its privileges
and optionally chroot() to some directory. Logging to
syslog() is supported, as is using another auxiliary proxy
server. Contacting IPv6 servers is supported and allows
transparent IPv6 over IPv4 browsing.

PR:		54669
Approved by:	fjoe (mentor)
@
text
@@

