Accepting request 460930 from home:markkp:branches:security
Upgraded to version 3.6.2 (fate#321451) OBS-URL: https://build.opensuse.org/request/show/460930 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=57
This commit is contained in:
parent
e9742235f7
commit
1e158a83bf
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 19:48:33 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
- Upgraded to version 3.6.2 (fate#321451)
|
||||||
|
- Support OpenSSL-1.1.
|
||||||
|
- Add Travis CI support.
|
||||||
|
- Update autotools scripts and documentation.
|
||||||
|
- Fix SegFault when a invalid session handle is passed in
|
||||||
|
SC_EncryptUpdate and SC_DecryptUpdate.
|
||||||
|
- Updated spec file to use libica3-devel instead of libica2-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 17 17:12:30 UTC 2017 - mpost@suse.com
|
Tue Jan 17 17:12:30 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
BuildRequires: libica2-devel
|
BuildRequires: libica3-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
@ -54,9 +54,9 @@ BuildRequires: dos2unix
|
|||||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{oc_cvs_tag}-%{version}.tgz
|
Source: %{oc_cvs_tag}-%{version}.tar.gz
|
||||||
Source1: openCryptoki.pkcsslotd
|
Source1: openCryptoki.pkcsslotd
|
||||||
Source2: openCryptoki-TFAQ.html
|
Source2: openCryptoki-TFAQ.html
|
||||||
Source3: openCryptoki-tmp.conf
|
Source3: openCryptoki-tmp.conf
|
||||||
@ -84,7 +84,7 @@ Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptograp
|
|||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
Requires: libica2-devel
|
Requires: libica3-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: libopenssl-devel
|
Requires: libopenssl-devel
|
||||||
Requires: openldap2-devel
|
Requires: openldap2-devel
|
||||||
@ -141,7 +141,7 @@ Cryptographic Accelerator (FC 4960 on pSeries).
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{oc_cvs_tag}
|
%setup -q -n %{oc_cvs_tag}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:163dd6419963c834e57423168aa92a9f68f867baf523212f66eff428853ef9df
|
|
||||||
size 1068197
|
|
3
opencryptoki-3.6.2.tar.gz
Normal file
3
opencryptoki-3.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:290bac872326c0d45e5134f22fb1b8eb8d096e5bd72560fc295d1574b020a95a
|
||||||
|
size 1060521
|
Loading…
Reference in New Issue
Block a user