]> git.pld-linux.org Git - packages/cdcat.git/blob - cryptopp.patch
- enhanced cryptopp patch to cover cryptopp 8; release 3
[packages/cdcat.git] / cryptopp.patch
1 --- cdcat-2.3.1/src/newdbdialog.cpp~    2013-08-08 09:25:39.000000000 +0200
2 +++ cdcat-2.3.1/src/newdbdialog.cpp     2013-12-08 16:56:36.138613733 +0100
3 @@ -27,7 +27,7 @@
4  #include <string.h>
5  
6  #ifdef CATALOG_ENCRYPTION
7 -#include <crypto++/blowfish.h>
8 +#include <cryptopp/blowfish.h>
9  #endif
10  
11  #include "icons.h"
12 --- cdcat-2.3.1/src/wdbfile.h~  2013-08-26 09:37:10.000000000 +0200
13 +++ cdcat-2.3.1/src/wdbfile.h   2013-12-08 16:56:59.665280229 +0100
14 @@ -18,12 +18,12 @@
15  
16  #ifdef CATALOG_ENCRYPTION
17  // libcrypto++
18 -#include <crypto++/osrng.h>
19 -#include <crypto++/secblock.h>
20 -#include <crypto++/blowfish.h>
21 -#include <crypto++/filters.h>
22 -#include <crypto++/modes.h>
23 -#include <crypto++/hex.h>
24 +#include <cryptopp/osrng.h>
25 +#include <cryptopp/secblock.h>
26 +#include <cryptopp/blowfish.h>
27 +#include <cryptopp/filters.h>
28 +#include <cryptopp/modes.h>
29 +#include <cryptopp/hex.h>
30  #endif
31  
32  #ifdef CATALOG_ENCRYPTION
33 --- cdcat-2.3.1/src/cdcat.pro~  2013-09-29 10:44:34.000000000 +0200
34 +++ cdcat-2.3.1/src/cdcat.pro   2013-12-08 17:13:09.755273206 +0100
35 @@ -226,7 +226,7 @@
36         
37         ###### encryption
38         DEFINES += CATALOG_ENCRYPTION
39 -       LIBS+= -lcrypto++ -lpthread
40 +       LIBS+= -lcryptopp -lpthread
41         ###### end encryption
42  
43         LIBS       += -lz -lbz2 -ldl
This page took 0.058173 seconds and 3 git commands to generate.