SHA256
1
0
forked from pool/xca

Accepting request 667940 from home:dliedke:branches:security

Update to 2.1.2

OBS-URL: https://build.opensuse.org/request/show/667940
OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=10
This commit is contained in:
Lars Vogdt 2019-01-23 15:10:35 +00:00 committed by Git OBS Bridge
parent 13306dbe2c
commit 86113a7d8b
5 changed files with 92 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7898ff900d7e1b9b176edc2ce0d16b7bbe593e29b06518ce9d5c7b52c58cd186
size 959107

View File

@ -1 +0,0 @@
9b36661b60c8c19291419012fbe5dd2f xca-1.4.1.tar.gz

3
xca-2.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc845470a02b0b4534b46590be307f784662071fc412fdcad605c3bce901fe05
size 1086563

View File

@ -1,3 +1,90 @@
-------------------------------------------------------------------
Tue Jan 22 14:26:00 UTC 2019 - liedke@rz.uni-mannheim.de
-Update to 2.1.2
* Close #40 macOS: Crash after xca v2.0.1 quit
* Close #37: XCA 2: EVP_DecryptFinal_ex:bad decrypt
* Close #74: Exiting XCA 2.1.1 corrupts database
* Make PKCS11 libs, working dir and main-window size host-dependent
* Support for XCA as portable App
* Close #69 Library not loaded: @rpath/ contains local directory
* Close #60: Fix MacOSX 2.1.1 binary
* Add new maintained languages: Polish, Spanish, Portuguese
-Update to 2.1.1
* Allow manual override of the CSR signed flag
* Close #56: Duplicate Serials after Upgrade 2.1.0
* Close #57: SAN IP not working in 2.1.0
* Close #55: Calculate "CSR signed" information from legacy database
* Close #55: Add Certificate counter column for CSR
* Fix slovak translation
* Close #50: Hang while importing 1.4.1 database into 2.1.0
-Update to 2.1.0
* Close #48: The SKI tickbox isn't generating an SKI extension for CSRs
* Fix translation of dates
* Add private key icon to the key name
* Inspired by #42: display dates relative (seconds ago, yesterday, ...)
while column ordering is still strict by age. The ToolTip shows date
and time.
* Related to #39: Dynamically adjust explicit DN entries
* Close #39: Subject entries shuffled
* Close #36: Support adding CN to X509v3 SAN automatically
* Close #35: Configurable size of serial number.
* Close #34: Improve Mac OSX installation
* Close #27: Configurable certificate expiry warning threshold
* Generate calender (.ics) files for certificate and CRL expiries
-Update to 2.0.1
* Close #32: Version field contains "Created by Qt/QMake" on MacOSX
* Review and update russian ltranslation
* Close #31: Closing certificate details window toggles tree folding
* Close #25: Certificates are no longer coloured
* Close #24: Add LibreSSL support. Tested with LibreSSL 2.7.2
* Close #23: Improve limiting to pattern in certificate tree view
* Close #20: Unable to chose remote database type (dropdown empty)
* Close #19: Replace 3DES encryption by AES-256 during key export
-Update to 2.0.0
* Open database before starting a transaction
* Fix default hash during startup
* Fix Importing PKCS#12 and PKCS#7 files
* Improve automatic setting of the certificate internal name
* Don't use remote DB descriptor as local database filename proposal
* Usability: Preset remote database input values with previous ones
* Add another missing windows postgres library
* xca 2.0.0-pre04 Thu Mar 22 2018
* Accept drivers that don't support transactions
* Install MySQL and PostgreSQL drivers on windows
* Closes #10: Warn if certificate without any extension is created
* Add table prefix to be prepended to each table for remote SQL DB
* Update translations
* xca 2.0.0-pre03 Thu Mar 15 2018
* Fix installation of sql plugins in the Windows installer
* Fix opening, importing and dropping databases
* xca 2.0.0-pre02 Tue Mar 13 2018
* Fix crash during PKCS#12 export
* Update HTTPS_server template and add example SAN
* Acceppt empty password for private key decryption
* Fix legacy database-without-password import
* xca 2.0.0-pre01 Sun Mar 11 2018
* Close GitHub Bug #5: Exporting a private key results in too-permissive
permissions
* Close GitHub Bug #4: Workaround QT bug of editing in QDateTimeEdit
* Fix display of dates in the Certificate details (local time displayed a GMT)
* The internal name is not neccessarily unique anymore and can be edited
in the details dialog as well as the comment.
* CSR signing is now statically stored in the database and the comment of the
issued certificate.
* Private keys in the database are PKCS#8 encrypted and can be exported and
decrypted without XCA.
* No more incrementing serials. Only unique random serial numbers.
* "xca_db_stat" application removed. Use the SQLite3 browser "sqlitebrowser".
* "xca extract" functionality removed. SQL views may be used instead.
* Each item may be commented. XCA itself comments important events in the item.
* Each item knows its time and origin of appearance.
* Change database format to SQL(ite) and support MySQL and PostgreSQL.
-------------------------------------------------------------------
Wed Oct 31 11:39:19 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,14 +19,13 @@
Name: xca
Summary: An RSA key and certificate management tool
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
Version: 1.4.1
Version: 2.1.2
Release: 0
License: BSD-3-Clause
Group: Productivity/Networking/Security
Url: http://sourceforge.net/projects/xca/
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
Autoreqprov: on
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-%{version}.tar.gz.md5
Patch0: %{name}-desktop.patch
Patch100: %{name}-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -84,12 +83,10 @@ make destdir="%{buildroot}" prefix=%{_prefix} %{?_smp_mflags}
%defattr(-,root,root)
%doc AUTHORS changelog COPYRIGHT VERSION
%{_bindir}/%{name}
%{_bindir}/%{name}_db_stat
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime/packages/%{name}.xml
%{_datadir}/pixmaps/%{name}*
%{_datadir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%{_mandir}/man1/%{name}_db_stat.1.gz
%changelog