]> git.pld-linux.org Git - packages/cdcat.git/commitdiff
- enhanced cryptopp patch to cover cryptopp 8; release 3 master auto/th/cdcat-2.3.1-3
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 Dec 2018 13:28:29 +0000 (14:28 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 Dec 2018 13:28:29 +0000 (14:28 +0100)
cdcat.spec
cryptopp.patch

index 7c86759ced8693b98d8304d7090a93f538a251a8..f81b002a85f414bc37de312b790cff986a83ca35 100644 (file)
@@ -3,7 +3,7 @@ Summary(hu.UTF-8):      Hyper CD Katalógusa
 Summary(pl.UTF-8):     Katalog CDków Hypera
 Name:          cdcat
 Version:       2.3.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2
 Group:         X11/Applications
@@ -12,18 +12,18 @@ Source0:    http://downloads.sourceforge.net/cdcat/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Patch0:                cryptopp.patch
 URL:           http://cdcat.sourceforge.net/
-BuildRequires: Qt3Support-devel
-BuildRequires: QtGui-devel
-BuildRequires: QtXml-devel
+BuildRequires: Qt3Support-devel >= 4
+BuildRequires: QtGui-devel >= 4
+BuildRequires: QtXml-devel >= 4
 BuildRequires: expat-devel >= 1.95.2
 BuildRequires: cryptopp-devel
 BuildRequires: libmediainfo-devel
 BuildRequires: libtar-devel
 BuildRequires: lib7zip-devel >= 1.6.5-2
 BuildRequires: pcre-devel >= 1.1.4
-BuildRequires: qt4-build
-BuildRequires: qt4-linguist
-BuildRequires: qt4-qmake
+BuildRequires: qt4-build >= 4
+BuildRequires: qt4-linguist >= 4
+BuildRequires: qt4-qmake >= 4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
index 41e66516dd33f0a8295981f6f84cfb400ecc23ff..4249b2558a4c37030f06d13136b667c08068141a 100644 (file)
  #endif
  
  #ifdef CATALOG_ENCRYPTION
+@@ -31,7 +31,7 @@
+ static CryptoPP::SecByteBlock crypto_key(CryptoPP::Blowfish::BLOCKSIZE);
+-static byte iv[CryptoPP::Blowfish::BLOCKSIZE];
++static CryptoPP::byte iv[CryptoPP::Blowfish::BLOCKSIZE];
+ int generate_cryptokey(QString password);
 --- cdcat-2.3.1/src/cdcat.pro~ 2013-09-29 10:44:34.000000000 +0200
 +++ cdcat-2.3.1/src/cdcat.pro  2013-12-08 17:13:09.755273206 +0100
 @@ -226,7 +226,7 @@
This page took 0.044815 seconds and 4 git commands to generate.