~ubuntu-branches/ubuntu/lucid/quagga/lucid-security

« back to all changes in this revision

Viewing changes to ripngd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-05-05 19:21:02 UTC
  • mfrom: (17.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120505192102-vhdjnud7ast901mj
Tags: 0.99.20.1-0ubuntu0.10.04.2
* SECURITY UPDATE: Update to 0.99.20.1 to fix multiple security issues.
  (LP: #994169)
  - Denial of service via short Link State Update packet
  - Denial of service via short network-LSA link-state advertisement
  - Denial of service via malformed Four-octet AS Number Capability
  - CVE-2012-0249
  - CVE-2012-0250
  - CVE-2012-0255
* debian/control, debian/rules: Remove quagga-dbg package for Lucid.
* debian/rules: don't use autotools_dev for Lucid.
* debian/patches/99_bgpd-fix-memory-leak-for-extra-attributes.diff:
  added fix for a bgpd memory leak related to extra attributes. Thanks to
  Debian for the regression fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
49
49
        $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
54
CONFIG_CLEAN_FILES =
55
55
CONFIG_CLEAN_VPATH_FILES =
109
109
am__base_list = \
110
110
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
111
111
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
112
am__uninstall_files_from_dir = { \
 
113
  test -z "$$files" \
 
114
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
115
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
116
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
117
  }
112
118
DATA = $(dist_examples_DATA)
113
119
HEADERS = $(noinst_HEADERS)
114
120
ETAGS = etags
132
138
CYGPATH_W = @CYGPATH_W@
133
139
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
134
140
DEPDIR = @DEPDIR@
 
141
DLLTOOL = @DLLTOOL@
135
142
DOC = @DOC@
136
143
DSYMUTIL = @DSYMUTIL@
137
144
DUMPBIN = @DUMPBIN@
155
162
IOCTL_METHOD = @IOCTL_METHOD@
156
163
IPFORWARD = @IPFORWARD@
157
164
ISISD = @ISISD@
158
 
ISIS_METHOD = @ISIS_METHOD@
159
165
ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
160
166
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
161
167
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
175
181
LN_S = @LN_S@
176
182
LTLIBOBJS = @LTLIBOBJS@
177
183
MAKEINFO = @MAKEINFO@
 
184
MANIFEST_TOOL = @MANIFEST_TOOL@
178
185
MKDIR_P = @MKDIR_P@
179
186
MULTIPATH_NUM = @MULTIPATH_NUM@
180
187
NM = @NM@
193
200
PACKAGE_NAME = @PACKAGE_NAME@
194
201
PACKAGE_STRING = @PACKAGE_STRING@
195
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_URL = @PACKAGE_URL@
196
204
PACKAGE_VERSION = @PACKAGE_VERSION@
197
205
PATH_SEPARATOR = @PATH_SEPARATOR@
198
206
PERL = @PERL@
217
225
abs_srcdir = @abs_srcdir@
218
226
abs_top_builddir = @abs_top_builddir@
219
227
abs_top_srcdir = @abs_top_srcdir@
 
228
ac_ct_AR = @ac_ct_AR@
220
229
ac_ct_CC = @ac_ct_CC@
221
230
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
222
231
am__include = @am__include@
253
262
libexecdir = @libexecdir@
254
263
localedir = @localedir@
255
264
localstatedir = @localstatedir@
256
 
lt_ECHO = @lt_ECHO@
257
265
mandir = @mandir@
258
266
mkdir_p = @mkdir_p@
259
267
oldincludedir = @oldincludedir@
441
449
        @$(NORMAL_UNINSTALL)
442
450
        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
443
451
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
444
 
        test -n "$$files" || exit 0; \
445
 
        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
446
 
        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
 
452
        dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
447
453
 
448
454
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449
455
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
544
550
 
545
551
installcheck: installcheck-am
546
552
install-strip:
547
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549
 
          `test -z '$(STRIP)' || \
550
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
553
        if test -z '$(STRIP)'; then \
 
554
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
555
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
556
              install; \
 
557
        else \
 
558
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
559
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
560
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
561
        fi
551
562
mostlyclean-generic:
552
563
 
553
564
clean-generic: