Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605908 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +11 lines)
Line  Link Here
0
-- ipsec-tools-0.8.2/src/setkey/token.l
0
++ ipsec-tools-0.8.2/src/setkey/token.l
Lines 111-117 Link Here
111
111
112
%s S_PL S_AUTHALG S_ENCALG
112
%s S_PL S_AUTHALG S_ENCALG
113
113
114
%option noinput nounput
114
%option noinput nounput noyywrap
115
%%
115
%%
116
116
117
117
118
-- ipsec-tools-0.8.2/src/racoon/prsa_tok.l
118
++ ipsec-tools-0.8.2/src/racoon/prsa_tok.l
Lines 45-50 Link Here
45
45
46
%}
46
%}
47
47
48
%option noyywrap
49
48
comment		\#.*
50
comment		\#.*
49
digit		[0-9]
51
digit		[0-9]
50
octet		(([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
52
octet		(([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
51
-- ipsec-tools-0.8.2/src/racoon/cftoken.l
53
++ ipsec-tools-0.8.2/src/racoon/cftoken.l
Lines 138-143 Link Here
138
%s S_RMT S_RMTS S_RMTP
138
%s S_RMT S_RMTS S_RMTP
139
%s S_SA
139
%s S_SA
140
%s S_GSSENC
140
%s S_GSSENC
141
%option noyywrap
141
142
142
%%
143
%%
143
%{
144
%{
144
-- ipsec-tools-0.8.2/src/libipsec/Makefile.am
145
++ ipsec-tools-0.8.2/src/libipsec/Makefile.am
Lines 26-32 Link Here
26
# version is current:revision:age.
26
# version is current:revision:age.
27
# See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
27
# See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
28
libipsec_la_LDFLAGS = -version-info 0:1:0
28
libipsec_la_LDFLAGS = -version-info 0:1:0
29
libipsec_la_LIBADD = $(LEXLIB)
30
29
31
noinst_HEADERS = ipsec_strerror.h
30
noinst_HEADERS = ipsec_strerror.h
32
31
33
-- ipsec-tools-0.8.2/src/racoon/Makefile.am
32
++ ipsec-tools-0.8.2/src/racoon/Makefile.am
Lines 38-44 Link Here
38
	cftoken.l cfparse.y prsa_tok.l prsa_par.y 
38
	cftoken.l cfparse.y prsa_tok.l prsa_par.y 
39
EXTRA_racoon_SOURCES = isakmp_xauth.c isakmp_cfg.c isakmp_unity.c throttle.c \
39
EXTRA_racoon_SOURCES = isakmp_xauth.c isakmp_cfg.c isakmp_unity.c throttle.c \
40
	isakmp_frag.c nattraversal.c security.c $(MISSING_ALGOS)
40
	isakmp_frag.c nattraversal.c security.c $(MISSING_ALGOS)
41
racoon_LDADD = $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(LEXLIB) \
41
racoon_LDADD = $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) \
42
	 $(SECCTX_OBJS) vmbuf.o sockmisc.o misc.o ../libipsec/libipsec.la
42
	 $(SECCTX_OBJS) vmbuf.o sockmisc.o misc.o ../libipsec/libipsec.la
43
racoon_DEPENDENCIES = \
43
racoon_DEPENDENCIES = \
44
	$(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(SECCTX_OBJS) \
44
	$(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(SECCTX_OBJS) \
45
-- ipsec-tools-0.8.2/src/setkey/Makefile.am
45
++ ipsec-tools-0.8.2/src/setkey/Makefile.am
Lines 13-19 Link Here
13
13
14
setkey_LDFLAGS = ../libipsec/libipsec.la
14
setkey_LDFLAGS = ../libipsec/libipsec.la
15
setkey_DEPENDENCIES = ../libipsec/libipsec.la
15
setkey_DEPENDENCIES = ../libipsec/libipsec.la
16
setkey_LDADD = $(LEXLIB)
17
16
18
noinst_HEADERS = vchar.h extern.h
17
noinst_HEADERS = vchar.h extern.h
19
man8_MANS = setkey.8
18
man8_MANS = setkey.8

Return to bug 605908