~ubuntu-branches/ubuntu/natty/exim4/natty-updates

« back to all changes in this revision

Viewing changes to src/pcre/README

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-01 16:28:19 UTC
  • mfrom: (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100101162819-htn71my7yj4v1vkr
Tags: 4.71-3ubuntu1
* Merge with Debian unstable (lp: #501657). Remaining changes:
  + debian/patches/71_exiq_grep_error_on_messages_without_size.dpatch:
    Improve handling of broken messages when "exim4 -bp" (mailq) reports
    lines without size info.
  + Don't declare a Provides: default-mta; in Ubuntu, we want postfix to be
    the default.
  + debian/control: Change build dependencies to MySQL 5.1.
  + debian/{control,rules}: add and enable hardened build for PIE
    (Debian bug 542726).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Cambridge: exim/exim-src/src/pcre/README,v 1.2 2008/01/16 13:44:45 nm4 Exp $
 
2
 
 
3
PCRE for use in Exim
 
4
--------------------
 
5
 
 
6
This directory used to contain a subset of the files from the PCRE distribution.
 
7
 
 
8
However carrying our own subset of PCRE, especially when the vast
 
9
majority of systems now have PCRE as a system library, has become a
 
10
liability, requiring exim to be manually updated whenever changes are
 
11
made in PCRE.
 
12
 
 
13
PCRE can be found at http://www.pcre.org/
 
14
 
 
15
Nigel Metheringham
 
16
January 2008