~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/fakeauth/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-05-13 16:03:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513160316-2h6kn6h1z0q1fvyo
Tags: 3.0.PRE6-1
* New upstream release
  - Removed patches integrated upsteam:
    + 04-m68k-ftbfs

* debian/rules
  - Enable delay pools (Closes: #410785)
  - Enable cache digests (Closes: #416631)
  - Enable ICAP client
  - Raised Max Filedescriptor limit to 65536

* debian/control
  - Added real package dependency for httpd in squid3-cgi

* debian/patches/02-makefile-defaults
  - Fix default configuration file for cachemgr.cgi (Closes: #416630)

* debian/squid3.postinst
  - Fixed bashish in postinst (Closes: #411797)

* debian/patches/05-helpers-typo
  - Added upstream patch fixing compilation error in src/helpers.cc

* debian/patches/06-mem-obj-reference
  - Added upstream patch fixing a mem_obj reference in src/store.cc

* debian/patches/07-close-icap-connections
  - Added upstream patch fixing icap connection starvation

* debian/squid3.rc
  - Added LSB-compliant description to rc script

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#
18
18
#  Makefile for the Squid Object Cache server
19
19
#
20
 
#  $Id: Makefile.in,v 1.69 2006/11/06 05:15:25 adrian Exp $
 
20
#  $Id: Makefile.in,v 1.72 2007/04/17 00:44:33 hno Exp $
21
21
#
22
22
#  Uncomment and customize the following to suit your needs:
23
23
#
52
52
        $(top_srcdir)/configure.in
53
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
54
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 
55
mkinstalldirs = $(install_sh) -d
56
56
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
57
57
CONFIG_CLEAN_FILES =
58
58
am__installdirs = "$(DESTDIR)$(libexecdir)"
204
204
SHELL = @SHELL@
205
205
SNMPLIB = @SNMPLIB@
206
206
SQUID_CFLAGS = @SQUID_CFLAGS@
207
 
SQUID_CPPUNIT_DIR = @SQUID_CPPUNIT_DIR@
208
207
SQUID_CPPUNIT_INC = @SQUID_CPPUNIT_INC@
209
208
SQUID_CPPUNIT_LA = @SQUID_CPPUNIT_LA@
210
209
SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@