]> git.pld-linux.org Git - packages/cryptopp.git/blame - cryptopp-autotools.patch
bump autotools package version.
[packages/cryptopp.git] / cryptopp-autotools.patch
CommitLineData
472a31a8
PS
1--- src.orig/GNUmakefile.am 1970-01-01 01:00:00.000000000 +0100
2+++ src/GNUmakefile.am 2012-09-04 21:28:23.000000000 +0200
3@@ -0,0 +1,287 @@
4+lib_LTLIBRARIES = libcryptopp.la
5+libcryptopp_la_LDFLAGS = -version-info 5:6:1
6+libcryptopp_la_LIBADD = -lpthread
7+libcryptopp_la_SOURCES = \
8+ 3way.cpp \
9+ adler32.cpp \
10+ algebra.cpp \
11+ algparam.cpp \
12+ arc4.cpp \
13+ asn.cpp \
14+ authenc.cpp \
15+ base32.cpp \
16+ base64.cpp \
17+ basecode.cpp \
18+ bfinit.cpp \
19+ blowfish.cpp \
20+ blumshub.cpp \
21+ camellia.cpp \
22+ cast.cpp \
23+ casts.cpp \
24+ cbcmac.cpp \
25+ ccm.cpp \
26+ channels.cpp \
27+ cmac.cpp \
28+ cpu.cpp \
29+ crc.cpp \
30+ cryptlib_bds.cpp \
31+ cryptlib.cpp \
32+ default.cpp \
33+ des.cpp \
34+ dessp.cpp \
35+ dh2.cpp \
36+ dh.cpp \
37+ dll.cpp \
38+ dsa.cpp \
39+ eax.cpp \
40+ ec2n.cpp \
41+ eccrypto.cpp \
42+ ecp.cpp \
43+ elgamal.cpp \
44+ emsa2.cpp \
45+ eprecomp.cpp \
46+ esign.cpp \
47+ files.cpp \
48+ filters.cpp \
49+ fips140.cpp \
50+ gcm.cpp \
51+ gf2_32.cpp \
52+ gf256.cpp \
53+ gf2n.cpp \
54+ gfpcrypt.cpp \
55+ gost.cpp \
56+ gzip.cpp \
57+ hex.cpp \
58+ hmac.cpp \
59+ hrtimer.cpp \
60+ ida.cpp \
61+ idea.cpp \
62+ integer.cpp \
63+ iterhash.cpp \
64+ luc.cpp \
65+ mars.cpp \
66+ marss.cpp \
67+ md2.cpp \
68+ md4.cpp \
69+ md5.cpp \
70+ misc.cpp \
71+ modes.cpp \
72+ mqueue.cpp \
73+ mqv.cpp \
74+ nbtheory.cpp \
75+ network.cpp \
76+ oaep.cpp \
77+ osrng.cpp \
78+ panama.cpp \
79+ pch.cpp \
80+ pkcspad.cpp \
81+ polynomi.cpp \
82+ pssr.cpp \
83+ pubkey.cpp \
84+ queue.cpp \
85+ rabin.cpp \
86+ randpool.cpp \
87+ rc2.cpp \
88+ rc5.cpp \
89+ rc6.cpp \
90+ rdtables.cpp \
91+ rijndael.cpp \
92+ ripemd.cpp \
93+ rng.cpp \
94+ rsa.cpp \
95+ rw.cpp \
96+ safer.cpp \
97+ salsa.cpp \
98+ seal.cpp \
99+ seed.cpp \
100+ serpent.cpp \
101+ shacal2.cpp \
102+ sha.cpp \
103+ sharkbox.cpp \
104+ shark.cpp \
105+ simple.cpp \
106+ skipjack.cpp \
107+ socketft.cpp \
108+ sosemanuk.cpp \
109+ square.cpp \
110+ squaretb.cpp \
111+ strciphr.cpp \
112+ tea.cpp \
113+ tftables.cpp \
114+ tiger.cpp \
115+ tigertab.cpp \
116+ trdlocal.cpp \
117+ ttmac.cpp \
118+ twofish.cpp \
119+ vmac.cpp \
120+ wait.cpp \
121+ wake.cpp \
122+ whrlpool.cpp \
123+ winpipes.cpp \
124+ xtr.cpp \
125+ xtrcrypt.cpp \
126+ zdeflate.cpp \
127+ zinflate.cpp \
128+ zlib.cpp
129+
130+pkginclude_HEADERS = \
131+ 3way.h \
132+ adler32.h \
133+ aes.h \
134+ algebra.h \
135+ algparam.h \
136+ arc4.h \
137+ argnames.h \
138+ asn.h \
139+ authenc.h \
140+ base32.h \
141+ base64.h \
142+ basecode.h \
143+ bench.h \
144+ blowfish.h \
145+ blumshub.h \
146+ camellia.h \
147+ cast.h \
148+ cbcmac.h \
149+ ccm.h \
150+ channels.h \
151+ cmac.h \
152+ config.h \
153+ cpu.h \
154+ crc.h \
155+ cryptlib.h \
156+ default.h \
157+ des.h \
158+ dh2.h \
159+ dh.h \
160+ dll.h \
161+ dmac.h \
162+ dsa.h \
163+ eax.h \
164+ ec2n.h \
165+ eccrypto.h \
166+ ecp.h \
167+ elgamal.h \
168+ emsa2.h \
169+ eprecomp.h \
170+ esign.h \
171+ factory.h \
172+ files.h \
173+ filters.h \
174+ fips140.h \
175+ fltrimpl.h \
176+ gcm.h \
177+ gf2_32.h \
178+ gf256.h \
179+ gf2n.h \
180+ gfpcrypt.h \
181+ gost.h \
182+ gzip.h \
183+ hex.h \
184+ hmac.h \
185+ hrtimer.h \
186+ ida.h \
187+ idea.h \
188+ integer.h \
189+ iterhash.h \
190+ local.h \
191+ lubyrack.h \
192+ luc.h \
193+ mars.h \
194+ md2.h \
195+ md4.h \
196+ md5.h \
197+ mdc.h \
198+ misc.h \
199+ modarith.h \
200+ modes.h \
201+ modexppc.h \
202+ mqueue.h \
203+ mqv.h \
204+ nbtheory.h \
205+ network.h \
206+ nr.h \
207+ oaep.h \
208+ oids.h \
209+ osrng.h \
210+ panama.h \
211+ pch.h \
212+ pkcspad.h \
213+ polynomi.h \
214+ pssr.h \
215+ pubkey.h \
216+ pwdbased.h \
217+ queue.h \
218+ rabin.h \
219+ randpool.h \
220+ rc2.h \
221+ rc5.h \
222+ rc6.h \
223+ resource.h \
224+ rijndael.h \
225+ ripemd.h \
226+ rng.h \
227+ rsa.h \
228+ rw.h \
229+ safer.h \
230+ salsa.h \
231+ seal.h \
232+ secblock.h \
233+ seckey.h \
234+ seed.h \
235+ serpent.h \
236+ serpentp.h \
237+ shacal2.h \
238+ sha.h \
239+ shark.h \
240+ simple.h \
241+ skipjack.h \
242+ smartptr.h \
243+ socketft.h \
244+ sosemanuk.h \
245+ square.h \
246+ stdcpp.h \
247+ strciphr.h \
248+ tea.h \
249+ tiger.h \
250+ trdlocal.h \
251+ trunhash.h \
252+ ttmac.h \
253+ twofish.h \
254+ validate.h \
255+ vmac.h \
256+ wait.h \
257+ wake.h \
258+ whrlpool.h \
259+ winpipes.h \
260+ words.h \
261+ xtrcrypt.h \
262+ xtr.h \
263+ zdeflate.h \
264+ zinflate.h \
265+ zlib.h
266+
267+bin_PROGRAMS = cryptest
268+cryptest_SOURCES = \
269+ bench.cpp \
270+ bench2.cpp \
271+ test.cpp \
272+ validat1.cpp \
273+ validat2.cpp \
274+ validat3.cpp \
275+ datatest.cpp \
276+ regtest.cpp \
277+ fipstest.cpp \
278+ fipsalgt.cpp \
279+ dlltest.cpp
280+
281+nodist_cryptest_SOURCES = adhoc.cpp
282+CLEANFILES = adhoc.cpp
283+cryptest_LDADD = -lcryptopp
284+
285+adhoc.cpp: GNUmakefile
286+ if test -f adhoc.cpp; then \
287+ touch adhoc.cpp; \
288+ else \
289+ cp adhoc.cpp.proto adhoc.cpp; \
290+ fi
291*** crypto52.orig/configure.in 1970-01-01 01:00:00.000000000 +0100
292--- crypto52/configure.in 2004-07-14 23:18:44.000000000 +0200
0a8deb70 293***************
294*** 0 ****
295--- 1,13 ----
fa8cb001 296+ AC_INIT([cryptopp], 5.6.1)
0a8deb70 297+ AC_CONFIG_SRCDIR(configure.in)
298+ AM_INIT_AUTOMAKE([no-define])
299+ AM_CONFIG_HEADER([local.h])
300+ AM_MAINTAINER_MODE
301+
302+ AC_PROG_CXX
303+ AC_PROG_LIBTOOL
304+ AC_PROG_INSTALL
305+
306+ AC_C_BIGENDIAN
307+
308+ AC_OUTPUT(GNUmakefile)
This page took 0.083499 seconds and 4 git commands to generate.