Sync from SUSE:ALP:Source:Standard:1.0 qca revision c15293ba29cdb9af104b923121781a85
This commit is contained in:
parent
b6edeb47b6
commit
a9719eceba
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="disabled" name="obs_scm">
|
||||||
|
<param name="url">https://invent.kde.org/libraries/qca.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="set_version" />
|
||||||
|
<service mode="buildtime" name="tar" />
|
||||||
|
<service mode="buildtime" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://invent.kde.org/libraries/qca.git</param>
|
||||||
|
<param name="changesrevision">c3deedaaba48c34e599c9bdf9061e0a97ebf77f7</param></service></servicedata>
|
BIN
qca-2.3.7.tar.xz
(Stored with Git LFS)
BIN
qca-2.3.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCgAdFiEEmUvOVl9TGc6jhe6fuSpfBOyUkSEFAmS+mnwACgkQuSpfBOyU
|
|
||||||
kSH7hQ//bxgmGoQVbYPr2JzMK9xHoQhikO2gmAqlbVinPts/a7lkw83jnQ78u/qM
|
|
||||||
PyktQbRAUl46g+LWVsYGcmdt3FcF66sbe0RMk63HJuSew1g8e8qjI2p9xCNkkCHT
|
|
||||||
oeuojQSaXILaG/tkAe0PshDM6Qh9kTJUmYnzb2ekRYF0u3+EqmbFOmGBbtXFYMfi
|
|
||||||
18OtcriDucCv0Q59DxHX4VPhFxnJmnbsC58CDSPps3YxYS/EJGtGgnQn2c5fatCy
|
|
||||||
kCDnKpqwM0hIabCpbozTV7vf/KxEq4Le4NGr8uLS6UbbTtSqIWSzifs4ZTVtboaV
|
|
||||||
Ub3pBmWsKH180BirSb20n1d54TBB6ZMylDlynbaW+SoziwIM/PaLLpUnqXv+8QLO
|
|
||||||
QPR3f3jjBhYu70PuHFBrNCbfWeiWRaVcSATYsD0/Q0izDU8WQ+QMHALyxXLpXTsE
|
|
||||||
ic4YxlLvZk4wiYmiK19Rk+GSTJZ7UvRmUCiilb/YjIZX/Yev9N7/1F4Da4WKH7sn
|
|
||||||
Wl3HbF64w6mPEdCOZzhcPmBgrHcccxCrWW9FEF5aWakdQn7yEjicKC/7ezFTmVuH
|
|
||||||
YnOCN17RD29cl1iyYOeSIXJH17UamornyjePi76zYOB+Tp60UWxdGSbYji3u20f0
|
|
||||||
cN4qXXg475o/B9snjt0+Q3udxcQ35gRZk5fUi8q/4ckB3DXjfh0=
|
|
||||||
=qAzz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
qca-2.3.8+git1.obscpio
(Stored with Git LFS)
Normal file
BIN
qca-2.3.8+git1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
32
qca.changes
32
qca.changes
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 08:41:49 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.3.8+git1:
|
||||||
|
* CI: Enable Android builds
|
||||||
|
- There's a v2.3.8 tag now so the version matches properly again
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 03 07:31:51 UTC 2024 - otto.hollmann@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.3.7+git12:
|
||||||
|
* Increase version number
|
||||||
|
* Update rootcerts.pem
|
||||||
|
* test: add test for EME_PKCS1_OAEP and fix openssl >= 3.2 does not failing anymore when decrypting with the wrong key
|
||||||
|
(bsc#1217722)
|
||||||
|
* plugins/qca-ossl: Announce tripledes unconditionally again
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 23 17:11:10 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Add a _service to pick up fixes from git
|
||||||
|
- Update to version 2.3.7+git8:
|
||||||
|
* CI: Also verify that presence of the ossl legacy provider impacts qca
|
||||||
|
* plugins/qca-ossl: Actually try loading the legacy provider
|
||||||
|
* plugins/qca-ossl: Neither PKCS12 nor 3DES are legacy
|
||||||
|
(boo#1218254)
|
||||||
|
* unittest/keybundle: Regenerate keys and certificates
|
||||||
|
* CI: Use clang-format-16
|
||||||
|
* GIT_SILENT: Port to new gitlab ci template
|
||||||
|
* Replace sys/termios.h include for just termios.h
|
||||||
|
* Sign self-signed certs with SHA256
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 25 08:29:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Tue Jul 25 08:29:57 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
4
qca.obsinfo
Normal file
4
qca.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: qca
|
||||||
|
version: 2.3.8+git1
|
||||||
|
mtime: 1705299769
|
||||||
|
commit: c3deedaaba48c34e599c9bdf9061e0a97ebf77f7
|
15
qca.spec
15
qca.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qca
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,15 +36,18 @@ ExclusiveArch: do_not_build
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%define _soversion 2
|
%define _soversion 2
|
||||||
|
%define realversion 2.3.8
|
||||||
%bcond_without pkcs11
|
%bcond_without pkcs11
|
||||||
Name: qca%{pkgname_suffix}
|
Name: qca%{pkgname_suffix}
|
||||||
Version: 2.3.7
|
Version: 2.3.8+git1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt Cryptographic Architecture 2
|
Summary: Qt Cryptographic Architecture 2
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://userbase.kde.org/QCA
|
URL: https://userbase.kde.org/QCA
|
||||||
Source0: https://download.kde.org/stable/qca/%{version}/qca-%{version}.tar.xz
|
# Using git for now
|
||||||
Source1: https://download.kde.org/stable/qca/%{version}/qca-%{version}.tar.xz.sig
|
Source0: qca-%{version}.tar.xz
|
||||||
|
#Source0: https://download.kde.org/stable/qca/%%{version}/qca-%%{version}.tar.xz
|
||||||
|
#Source1: https://download.kde.org/stable/qca/%%{version}/qca-%%{version}.tar.xz.sig
|
||||||
Source2: qca.keyring
|
Source2: qca.keyring
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -192,7 +195,7 @@ export QT_PLUGIN_PATH=%{buildroot}%{_qt6_pluginsdir}:%{_qt6_pluginsdir}
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README
|
||||||
%{_libdir}/libqca-%{flavor}.so.%{_soversion}
|
%{_libdir}/libqca-%{flavor}.so.%{_soversion}
|
||||||
%{_libdir}/libqca-%{flavor}.so.%{version}
|
%{_libdir}/libqca-%{flavor}.so.%{realversion}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/mozcerts-%{flavor}
|
%{_bindir}/mozcerts-%{flavor}
|
||||||
|
Loading…
Reference in New Issue
Block a user