~ubuntu-branches/ubuntu/raring/findutils/raring

« back to all changes in this revision

Viewing changes to import-gnulib.config

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-06-02 09:55:27 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070602095527-2lkz5t7wsm0yd2xy
Tags: 4.2.31-1
* Undo workaround for savannah #19550, since it is a glibc bug.
* New upstream bugfix release:
  - Fixes locate heap buffer overflow when using databases in old format.
    (CVE-2007-2452) Closes: #426862
  - make clean does not delete regexprops.texi if cross-building.
    (Closes: #420190)
  - [-version] instead of [--version] in locate --help. (Closes: #412459)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# What version of gnulib to use?
 
2
# To late: gnulib_version="2005-07-30"
 
3
# ?Too early gnulib_version="2005-07-10"
 
4
 
 
5
gnulib_version="2007-02-24"
 
6
# 4.2.29: At or after 2005-07-11 12:21:55 +0100 (lib/getcwd.h)
 
7
# 4.2.29: At or after 2005-07-11 12:21:55 +0100 (lib/time_r.h)
 
8
# 4.2.29: At or after 2005-07-15 22:01:41 +0100 (lib/quotearg.c)
 
9
# 4.2.29: At or after 2005-07-26 22:55:31 +0100 (m4/getopt.m4)
 
10
 
 
11
 
 
12
# 4.2.29: Before 2005-09-19 18:28:14 +0100      (lib/quotearg.c)
 
13
# 4.2.29: Before 2006-03-12 07:58:12 +0000      (lib/time_r.h)
 
14
 
 
15
 
 
16
destdir="gnulib"
 
17
 
 
18
# Random extra gnulib files needed for findutils.
 
19
extra_files='
 
20
build-aux/config.guess
 
21
build-aux/config.rpath
 
22
build-aux/config.sub
 
23
build-aux/depcomp
 
24
build-aux/install-sh
 
25
build-aux/mdate-sh
 
26
build-aux/missing
 
27
build-aux/texinfo.tex
 
28
'
 
29
 
 
30
# Modules needed for findutils.
 
31
# We need regex to ensure that we can build on platforms like
 
32
# Solaris which lack those functions.
 
33
modules="\
 
34
alloca  argmatch  dirname error fileblocks fnmatch-gnu fopen-safer \
 
35
getline getopt human idcache lstat malloc memcmp memset mktime  \
 
36
modechange pathmax quotearg realloc regex rpmatch savedir \
 
37
stpcpy strdup strftime  strstr strtol strtoul strtoull strtoumax  \
 
38
xalloc xalloc-die xgetcwd  xstrtol  xstrtoumax yesno human filemode \
 
39
getline stpcpy canonicalize mountlist closeout gettext stat-macros"
 
40