File qca.changes of Package qca
331
1
-------------------------------------------------------------------
2
Fri Jan 19 08:41:49 UTC 2024 - Fabian Vogt <fvogt@suse.com>
3
4
- Update to version 2.3.8+git1:
5
* CI: Enable Android builds
6
- There's a v2.3.8 tag now so the version matches properly again
7
8
-------------------------------------------------------------------
9
Wed Jan 03 07:31:51 UTC 2024 - otto.hollmann@suse.com
10
11
- Update to version 2.3.7+git12:
12
* Increase version number
13
* Update rootcerts.pem
14
* test: add test for EME_PKCS1_OAEP and fix openssl >= 3.2 does not failing anymore when decrypting with the wrong key
15
(bsc#1217722)
16
* plugins/qca-ossl: Announce tripledes unconditionally again
17
18
-------------------------------------------------------------------
19
Sat Dec 23 17:11:10 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
20
21
- Add a _service to pick up fixes from git
22
- Update to version 2.3.7+git8:
23
* CI: Also verify that presence of the ossl legacy provider impacts qca
24
* plugins/qca-ossl: Actually try loading the legacy provider
25
* plugins/qca-ossl: Neither PKCS12 nor 3DES are legacy
26
(boo#1218254)
27
* unittest/keybundle: Regenerate keys and certificates
28
* CI: Use clang-format-16
29
* GIT_SILENT: Port to new gitlab ci template
30
* Replace sys/termios.h include for just termios.h
31
* Sign self-signed certs with SHA256
32
33
-------------------------------------------------------------------
34
Tue Jul 25 08:29:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
35
36
- Update to 2.3.7
37
* OpenSSL3: don't quit if legacy provider is unavailable
38
39
-------------------------------------------------------------------
40
Wed May 3 16:10:27 UTC 2023 - Christophe Marin <christophe@krop.fr>
41
42
- Update to 2.3.6. No changelog.
43
- Drop patches, merged upstream:
44
* 0001-Remove-test-that-openssl-has-decided-it-s-wrong.patch
45
* 0001-hashunittest-run-sha384longtest-only-for-providers-t.patch
46
47
-------------------------------------------------------------------
48
Mon Feb 20 13:34:13 UTC 2023 - Christophe Marin <christophe@krop.fr>
49
50
- Disable the pgp test. It fails randomly.
51
52
-------------------------------------------------------------------
53
Mon Feb 20 09:47:38 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
54
55
- Remove test that openssl has decided it's wrong [boo#1208393]
56
* Add 0001-Remove-test-that-openssl-has-decided-it-s-wrong.patch
57
58
-------------------------------------------------------------------
59
Wed Oct 26 08:54:32 UTC 2022 - Fabian Vogt <fvogt@suse.com>
60
61
- BR ca-certificates-mozilla for the testsuite
62
- Have the devel package require the library
63
- Drop qca-2.3.0-fixDSA.patch, that was fixed in 2014 already by
64
just disabling DSA
65
- Add upstream change:
66
* 0001-hashunittest-run-sha384longtest-only-for-providers-t.patch
67
68
-------------------------------------------------------------------
69
Wed Oct 19 06:15:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
70
71
- Update to 2.3.5
72
* find dependencies of Qca when the cmake package is used by a
73
project
74
* Handle openssl without case5 support
75
* Update rootcerts.pem
76
* SafeSocketNotifier: fix socket FD type and remove signal
77
argument
78
- Drop patch, merged upstream:
79
* 0001-Make-filewatchunittest-much-quicker.patch
80
81
-------------------------------------------------------------------
82
Thu Oct 21 13:00:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
83
84
- Set LD_LIBRARY_PATH before running tests.
85
86
-------------------------------------------------------------------
87
Tue Sep 14 20:24:59 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
88
89
- Run ctest in %check
90
- Add patch to make %check much quicker:
91
* 0001-Make-filewatchunittest-much-quicker.patch
92
93
-------------------------------------------------------------------
94
Tue Sep 14 20:09:30 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
95
96
- Update to 2.3.4:
97
* OpenSSL 3 support
98
* Don't create pkgconfig files for Qt 6 builds
99
* Minor test fix
100
101
-------------------------------------------------------------------
102
Fri Jun 18 07:52:52 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
103
104
- Mention soversion in %files
105
- Require main plugins from the library (for now, boo#1187447)
106
- Recommend optional plugins from the library
107
108
-------------------------------------------------------------------
109
Wed Jun 16 06:27:32 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
110
111
- Recommend the main package in the Qt5 flavor as well
112
113
-------------------------------------------------------------------
114
Fri Jun 4 08:20:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
115
116
- Rename libqca-qt5 to qca and use flavors to build Qt5 and Qt6
117
variants.
118
119
-------------------------------------------------------------------
120
Thu Jun 3 20:15:57 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
121
122
- Update to 2.3.3:
123
* Add Qt6 support. Use -DQT6=ON when running cmake
124
* Minimum Qt5 supported version updated to 5.14
125
* Minor doc fixes
126
- Rebase qca-2.3.0-fixDSA.patch
127
128
-------------------------------------------------------------------
129
Thu Feb 11 10:23:07 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
130
131
- Add a keyring file
132
- Use cmake() syntax for Qt build requirements
133
134
-------------------------------------------------------------------
135
Fri Feb 5 09:00:14 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
136
137
- Update to 2.3.2:
138
* Add macOS framework major version
139
* qca-gcrypt: Add support for HKDF
140
* Minimum Qt updated to 5.9
141
* Fixed compilation with gcc 11
142
- Rebase qca-2.3.0-fixDSA.patch
143
144
-------------------------------------------------------------------
145
Mon Jul 6 16:02:52 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
146
147
- Update to 2.3.1
148
* fixes memleaks and crashes
149
150
-------------------------------------------------------------------
151
Tue Mar 10 16:50:03 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
152
153
- Remove baselibs.conf
154
155
-------------------------------------------------------------------
156
Wed Feb 26 13:08:04 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
157
158
- Update to 2.3.0
159
* Qt5 is the only supported Qt series now
160
* OpenSSL <= 1.1.0 is no longer supported
161
* Various botan bugfixes
162
* More dynamic test coverage of backend capabilities
163
* no longer tries to setuid when the effective uid is not root
164
- Rename qca-2.2.1-fixDSA.patch to qca-2.3.0-fixDSA.patch and
165
rebase it
166
- Update minimum required Qt5 and cmake versions
167
168
-------------------------------------------------------------------
169
Mon Sep 9 12:17:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
170
171
- Drop the obsolete libqca2 package.
172
- Run spec-cleaner
173
174
-------------------------------------------------------------------
175
Fri Apr 26 12:49:36 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
176
177
- Fix source URL
178
179
-------------------------------------------------------------------
180
Fri Apr 26 07:43:43 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
181
182
- Update to 2.2.1
183
* support for openssl 1.1
184
* support for AES GCM and AES CCM modes
185
* new base64 convenience functions
186
* new botan2 support
187
* new hkdf support
188
* various build improvements and (deprecation) cleanups
189
- Drop patches merged upstream:
190
* 0001-Revert-tlsunittest-disable-some-ciphers.patch
191
* 0002-Disable-missed-openssl-cipher-suites.patch
192
* 0003-Add-support-for-OpenSSL-1.1.0.patch
193
* ansi.diff
194
- Rename qca-2.1.3-fixDSA.patch to qca-2.2.1-fixDSA.patch and
195
rebase it
196
- Re-enable pkcs11, there is no openssl conflict anymore
197
- Don't hardcode the certstore path anymore, ca-certificates is
198
BuldRequired so this can be detected automatically
199
200
-------------------------------------------------------------------
201
Thu Oct 25 09:30:30 UTC 2018 - Jason Sikes <jsikes@suse.de>
202
203
- Fix segfault when creating DSA keys
204
* [qca-2.1.3-fixDSA.patch]
205
* bsc#1108634
206
207
-------------------------------------------------------------------
208
Wed Dec 27 10:57:18 UTC 2017 - jengelh@inai.de
209
210
- Diversify subpackage descriptions.
211
212
-------------------------------------------------------------------
213
Wed Dec 20 18:12:13 UTC 2017 - fabian@ritter-vogt.de
214
215
- Add patches to support OpenSSL 1.1.0:
216
* 0001-Revert-tlsunittest-disable-some-ciphers.patch
217
* 0002-Disable-missed-openssl-cipher-suites.patch
218
* 0003-Add-support-for-OpenSSL-1.1.0.patch
219
- Fix provides in main package
220
221
-------------------------------------------------------------------
222
Thu Oct 19 08:53:59 UTC 2017 - meissner@suse.com
223
224
- buildignore openssl-1_0_0 to avoid conflicts during the
225
openssl 1.1 effort.
226
227
-------------------------------------------------------------------
228
Mon Oct 9 11:32:54 UTC 2017 - vcizek@suse.com
229
230
- Hardcode certstore path on Tumbleweed, in order to avoid
231
BuildRequires: ca-certificates, which will create a conflict,
232
because it requires openssl-1_1_0 (bsc#1055310)
233
234
-------------------------------------------------------------------
235
Sun Oct 1 16:25:59 UTC 2017 - wbauer@tmo.at
236
237
- Update to 2.1.3
238
* No changelog provided
239
- Drop libqca-qt5-2.1.1-explicit-signed-char.patch, merged upstream
240
- Update Url
241
242
-------------------------------------------------------------------
243
Fri Sep 29 14:54:39 UTC 2017 - wbauer@tmo.at
244
245
- Remove libbotan-devel build requirement, we explicitly disable
246
building the botan plugin anyway (boo#1055322)
247
248
-------------------------------------------------------------------
249
Fri Aug 25 08:52:31 UTC 2017 - fvogt@suse.com
250
251
- Force building against openSSL 1.0 (boo#1055310)
252
- Disable PKCS11 on TW to avoid openssl conflicts
253
254
-------------------------------------------------------------------
255
Wed May 25 18:17:55 UTC 2016 - antoine.belvire@laposte.net
256
257
- Fix build on PowerPC with GCC 6:
258
* Add libqca-qt5-2.1.1-explicit-signed-char.patch
259
260
-------------------------------------------------------------------
261
Sat Oct 3 09:21:25 UTC 2015 - hrvoje.senjan@gmail.com
262
263
- Update to 2.1.1
264
* No changelog provided
265
- Drop Use-Q_SLOTS-Q_SIGNALS.patch and 0001-Add-missing-QIODevice-include.patch
266
267
-------------------------------------------------------------------
268
Sat Sep 26 14:13:08 UTC 2015 - hrvoje.senjan@gmail.com
269
270
- Added Use-Q_SLOTS-Q_SIGNALS.patch from upstream: allow building
271
without QT_NO_KEYWORDS define
272
273
-------------------------------------------------------------------
274
Sat Jan 10 06:58:34 UTC 2015 - hrvoje.senjan@gmail.com
275
276
- Update to 2.1.0.3
277
* Allow co-installability with Qt4 build
278
- Remove conflict with libqca2-devel
279
- Bump required cmake version to 2.8.12
280
- Added ansi.diff, rh#1182200
281
- Added 0001-Add-missing-QIODevice-include.patch, fixes build with
282
Qt 5.5
283
284
-------------------------------------------------------------------
285
Sat Nov 8 16:01:07 UTC 2014 - hrvoje.senjan@gmail.com
286
287
- Update to 2.1.0
288
* Ported to Qt5 (Qt4 alsa supported)
289
* New building system. CMake instead of qmake
290
* Added CTR symetric cipher support to qca core
291
* Added no padding encryption algorithm to qca core
292
* qcatool2 renamed to qcatool
293
* fixed crash in qcatool when only options provided on command
294
line without any commands
295
* Use plugins installation path as hard-coded runtime plugins
296
search path
297
* Added new functiion pluginPaths
298
* Added functions to get runtime QCA version
299
* Fixed 'no watch file' warnings in FileWatch
300
* Added EME_PKCS1v15_SSL Encryption Algorithm
301
* New implementation of SafeTimer to prevent crashes
302
* Updated certificates for unittests
303
* RSA Keys are permutable, can encrypt with private
304
and decrypt with public
305
* Add unloadProvider() function for symmetry
306
with insertProvider()
307
* Overloaded "makeKey" to derive a password depending
308
on a time factor
309
* Remove pointer to deinit() routine from QCoreApplication
310
at deinitialization
311
* Fix a couple of crashes where all plugins
312
might not be available
313
* Fix operating on keys with unrelated expired subkeys
314
* Fixed timers in Synchronizer class
315
* Dropped randomunittest
316
* Fixed many unittests
317
* qca-gnupg: internal refactoring
318
* qca-gnupg: try both gpg and gpg2 to find gnupg executable
319
* qca-gnupg: fixed some encodings problem
320
* qca-ossl: no DSA_* dl groups in FIPS specification
321
* qca-ossl: added missed signatures to CRLContext
322
* qca-ossl: fixed certs time zone
323
* qca-nss: fixed KeyLenght for Cipher
324
* qca-botan: fixed getting result size for ciphers
325
326
-------------------------------------------------------------------
327
Thu Aug 14 23:19:28 UTC 2014 - hrvoje.senjan@gmail.com
328
329
- Activate libqca-qt5 package
330
331