SHA256
1
0
forked from pool/xca

Accepting request 645604 from home:computersalat:devel:security

update to 1.4.1

OBS-URL: https://build.opensuse.org/request/show/645604
OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=8
This commit is contained in:
Christian Wittmer 2018-10-30 22:43:58 +00:00 committed by Git OBS Bridge
parent 40e1bf46d2
commit 1b71600e92
8 changed files with 83 additions and 2676 deletions

File diff suppressed because it is too large Load Diff

View File

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

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

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

1
xca-1.4.1.tar.gz.md5 Normal file
View File

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

26
xca-configure.patch Normal file
View File

@ -0,0 +1,26 @@
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -228,7 +228,7 @@ if test "${enable_doc}"; then
case "$DOCTOOL" in
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
- sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";;
+ sgml2html) DOCTOOL="sgml2html -s 1";;
:)
if test "${srcdir}" != "."; then
mkdir -p doc
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -4057,7 +4057,7 @@ test -n "$DOCTOOL" || DOCTOOL="":""
case "$DOCTOOL" in
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
- sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";;
+ sgml2html) DOCTOOL="sgml2html -s 1";;
:)
if test "${srcdir}" != "."; then
mkdir -p doc

View File

@ -1,13 +0,0 @@
Index: doc/Makefile
===================================================================
--- doc/Makefile.orig
+++ doc/Makefile
@@ -23,7 +23,7 @@ install: $(doc)
install -m 755 -d $(destdir)$(htmldir) \
$(destdir)$(mandir)/man1
install -m 644 xca*.html $(destdir)$(htmldir)
- install *.1.gz $(destdir)/$(mandir)/man1
+ install -m 644 *.1.gz $(destdir)/$(mandir)/man1
app: xca.html
mkdir -p $(APPDIR)/Resources

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Oct 30 22:34:27 UTC 2018 - Christian Wittmer <chris@computersalat.de>
- update to 1.4.1
* Replace links to XCA on Sourceforge in the software and
* documentation by links to my Site.
* SF Bug #122 isValid() tried to convert the serial to 64 bit
* Beautify mandatory distinguished name entry errors
* Support dragging certificates and other items as PEM text
* Show User settings and installation path in the about dialog
* Remove SPKAC support. Netscape is not of this world anymore.
* SF bug #124 Wrong assumptions about slots returned by PKCS11 library
* Cleanup and improve the OID text files, remove senseless aia.txt
* Update HTML documentation
* Refine and document Entropy gathering
* Indicate development and release version by git commit hash
* Fix dumping private keys during "Dump database"
* Fix Null pointer exception when importing PKCS#12 with OpenSSL 1.1.0
* SF Bug #110 Exported private key from 4096 bit SSH key is wrong
* SF Bug #109 Revoked.png isn't a valid image
* SF Bug #121 CA serial number is ignored in hierarchical view
* Improve speed of Bulk import.
* Fix starting xca with a database as first arg
- xca 1.4.0
* Update OpenSSL version for MacOSX and W32 to 1.1.0g
* Change default hash to SHA-256 and
* add a warning if the default hash algorithm is SHA1 or less
* Switch to Qt5 for Windows build and installation
* Do not apply the default template when creating a similar cert
* Close SF #120 Crash when importing CA certificate
* Close SF #116 db_x509.cpp:521: Mismatching allocation and deallocation
* Add support for OpenSSL 1.1 (by Patrick Monnerat)
* Support generating an OpenSSL "index.txt" (by Adam Dawidowski)
* Thales nCipher key generation changes for EC and DSA keys
* Add Slovak translation
- remove obsolete
* xca-1.3.2-openssl11.patch
* xca-doc_Makefile.patch
- add xca-configure.patch
* fix sgml2html command
- cleanup spec, fix deps
-------------------------------------------------------------------
Tue Dec 5 15:08:16 CET 2017 - ro@suse.de

View File

@ -19,36 +19,31 @@
Name: xca
Summary: An RSA key and certificate management tool
Summary(de): Ein RSA Schlüssel- und Zertifikat-Managmentprogramm
Version: 1.3.2
Version: 1.4.1
Release: 0
License: BSD-3-Clause
Group: Productivity/Networking/Security
Url: http://sourceforge.net/projects/xca/
Autoreqprov: on
Source: %{name}-%{version}.tar.gz
Patch0: %{name}-doc_Makefile.patch
Patch1: %{name}-desktop.patch
Patch2: xca-1.3.2-openssl11.patch
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-%{version}.tar.gz.md5
Patch0: %{name}-desktop.patch
Patch100: %{name}-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ >= 3.1.0
%if 0%{?sles_version} == 10
BuildRequires: qt-devel >= 4.6.0
%else
BuildRequires: libqt4-devel >= 4.6.0
%endif
#
%if 0%{?suse_version}
BuildRequires: libtool
BuildRequires: update-desktop-files
%else
BuildRequires: libtool-ltdl-devel
%endif
#
BuildRequires: libqt4-devel >= 4.7.0
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: sgmltool
%if 0%{?sles_version} == 10
Requires: qt >= 4.6.0
%else
Requires: libqt4 >= 4.6.0
%endif
#
Requires: libqt4 >= 4.7.0
Requires: openssl >= 0.9.8
Requires: db
@ -61,10 +56,7 @@ Graphical certification authority is an interface for managing RSA keys and cert
%prep
%setup -n %{name}-%{version}
%patch0
%patch1
%if 0%{?suse_version} >= 1330
%patch2 -p1
%endif
%patch100
%build
#bootstrap