Commit Graph

243 Commits

Author SHA1 Message Date
Christian Hohnstädt
ba6ba20a45 dynamic.wxs: Improve OpenSSL DLL path
in my msi installation of openssl, the DLL were also installed
in the toplevel directory, which is unusual.
However, they are always also found in bin/
2022-01-03 20:04:34 +01:00
Christian Hohnstädt
5aec491dd5 More improvements on Windows installer
Install Database drivers if available
2021-11-18 23:38:27 +01:00
Christian Hohnstaedt
d73d4ccd51 Windows MSI: Improve WXS file creation with cmake
The long list of translations and html documentation
pages is now auto-generated by the cmake files,
which know the translations and html files. (DRY)

TODO: Windows SQL drivers for mysql and psql
2021-11-13 23:51:04 +01:00
Christian Hohnstaedt
7ee80dc1e3 Install xca.completion in bash-completion/completions as xca
and not as "bash-completion/completions/xca/xca.completion"
2021-11-13 14:49:02 +01:00
Christian Hohnstädt
76763ea98c cmake: include() the CMakeLists.txt file
instead of add_subdirectory() them.

in all subdirectories set ${S} and ${D}
as shortcuts for CMAKE_CURRENT_SOURCE_DIR
and CMAKE_CURRENT_BINARY_DIR
2021-06-01 17:48:38 +02:00
Christian Hohnstaedt
6de3816a4a cmake: Improve creating the .txt files
Use the preamble file
2021-06-01 17:48:37 +02:00
Christian Hohnstaedt
915a920de8 cmake: Split CMakeLists.txt into the different sub directories
mv cmake/sphinx-documentation.cmake -> doc/CMakeLists.txt
2021-06-01 17:48:37 +02:00
Christian Hohnstaedt
00926e3efd Get rid of libltdl. QLibrary provides the same functionality 2021-06-01 17:48:37 +02:00
Christian Hohnstaedt
9c49c9949f Consolidate and document used environment variables
Rename XCA_SPECIAL to XCA_ARGUMENTS, which is less generic.

and change %1_OPTIONS to XCA_%1_OPTIONS to prefix all
XCA related environment variables with "XCA_".
2021-06-01 17:48:37 +02:00
Christian Hohnstädt
68273d0a30 Switch from autotools/qmake to cmake
Why?
 - QT will switch from qmake to cmake sooner or later.
 - autotools are good for unix-ish systems, cmake also for
   macOS and Xcode as well as Windows and VS-code
 - Cross compiling the windows-binaries on linux
   is not very helpful to attract windows-centric
   developers.

Also drop qmake's xca.pro
Generate man-page and sphinx sources of commandline arguments
during build by executing xca (xcadoc.cpp).
Generating Version-patchlevel and git hash is now also
OS independent.
2021-06-01 17:48:37 +02:00
Christian Hohnstädt
1500e636c8 Drop OpenSSL backward compatibility hacks < 1.1.0
OpenSSL < 1.1.1 is out of support anyway
2021-05-09 12:25:32 +02:00
Christian Hohnstaedt
957bdbaa72 Put release related files into an own sub-directory
git.release.something ->
   Create any git release with a tag to test package (debian/rpm) build

git.release -> Create required changes and tags for the next release
git.publish -> Finalize the release (github release)
gen-binary-hash / binary-hashes.json -> keep track of release hashes
2021-05-09 12:22:53 +02:00
Christian Hohnstaedt
144cdee4c0 Release XCA 2.4.0 done 2021-05-07 23:46:53 +02:00
Christian Hohnstaedt
f7e144ba98 Bash completion: include files in the completion list
Put matching files and directories into the completion list,
not only the valid arguments.
2021-05-07 21:31:10 +02:00
Christian Hohnstädt
5fbd35ab68 xca.app: don't copy misc/*.txt to xca.app/Contents
It must only be placed into Contents/Resources
2021-05-05 19:39:28 +02:00
Christian Hohnstädt
469728c8d2
Merge pull request #272 from WRW001/patch-2
Support Microsoft Bitlocker (Update 2of2-eku.text)
2021-05-03 22:05:59 +02:00
Christian Hohnstädt
bb425faf10
Merge pull request #273 from WRW001/patch-1
Support Microsoft Bitlocker (Update 1of2-oids.text)
2021-05-03 22:05:44 +02:00
Christian Hohnstaedt
fe13942158 Add 48x48 sized icon and icons for *.xdb and *.xca files 2021-04-30 23:57:13 +02:00
Christian Hohnstaedt
fe7e9fe36c Improve Help installation on windows
xca.qhcp and xca.qhp are not needed to be installed
2021-04-30 16:27:19 +02:00
Christian Hohnstädt
d7cc443ce8 Synchronize divergated icons on several platforms
The certificate has the greatest recognition value.
Even though it is not ideal on very small scale.
2021-04-30 16:27:19 +02:00
WRW001
40ebeae5d6
Update oids.text 2021-04-30 19:54:07 +08:00
Ulisses Guedes
72ec14d738 Update brasilian portuguese translation 2021-04-30 10:09:38 +02:00
WRW001
7e414ab306
Update eku.text
Support Microsoft Bitlocker
2021-04-29 20:39:30 +08:00
WRW001
4cc9168b3f
Update oids.text
Support Microsoft BitLocker
2021-04-29 20:38:06 +08:00
Slavko
f04f43f4fd Updated slovak translation 2021-04-29 14:17:46 +02:00
Christian Hohnstaedt
b907103975 Update documentation 2021-04-28 22:27:04 +02:00
Christian Hohnstaedt
f17811b59a Improve make dependencies 2021-04-28 22:27:04 +02:00
Christian Hohnstaedt
95f277f113 Always set reasonable LSMinimumSystemVersion
... even if --with-macos-version is not given.
Use the current version (sw_vers -productVersion)
in that case.
2021-04-28 22:27:04 +02:00
Christian Hohnstädt
8c04bc2b27 Rename PACKAGE_VERSION to XCA_VERSION
For an official release XCA_VERSION == PACKAGE_VERSION.
For any additional commit, XCA_VERSION's path-level is increased.

PACKAGE_VERSION cannot be modified after initially set.
Change any occurance of PACKAGE_VERSION by XCA_VERSION
2021-04-26 10:10:23 +02:00
Christian Hohnstädt
38a16da2f7 XCA does not compile against OpenSSL 0.9.8 anymore
Tell Travis about it, and confgure.
This will also be the last release with QT4 and OpenSSL < 1.1.1 support.
2021-04-25 16:11:05 +02:00
Christian Hohnstädt
3d03f7d804 Declare ITSAppUsesNonExemptEncryption:No for AppStore 2021-04-24 23:16:36 +02:00
Christian Hohnstädt
7af3ffee25 Make the macOS SDK release a configure option
Write the Release to LSMinimumSystemVersion
Pick the macos animal-name and add it as extra version

Re-add building OpenSSL and libtool with the correct macos SDK version.

Now after having called build-mac.sh script, building with "make"
in the xca-macbuild dir works as expected.
2021-04-24 23:16:36 +02:00
Christian Hohnstädt
7a05d5623d Change versioning schema: drop iteration counter
The patchlevel will be increased by the iteration counter,
which is the number of commits since the most recent annotated tag.

Tagged version 1.2.3 in VERSION will be called "1.2.3"
3 commits later it will be 1.2.6
2021-04-24 23:16:36 +02:00
Christian Hohnstädt
05db6b5b77 Adapt build methods for Apple developer account
Use Apple developer certificates for code signing and
prepare DMG for notarization.

Tweak the app to match the App Store requirements
Add an entitlements.plist
  com.apple.security.app-sandbox: true
  com.apple.security.network.client: true
  com.apple.security.files.user-selected.read-write: true
2021-04-24 23:16:36 +02:00
Christian Hohnstaedt
5578e67830 Fix build and installation for Windows
- The documentation file names changed
- QtHelp.dll must be installed
2021-04-24 23:16:36 +02:00
Christian Hohnstädt
ca0fdcd5c9 Bash completion 2021-04-23 15:57:32 +02:00
Christian Hohnstädt
a12266dfa8 Merge branch 'master' of https://github.com/rlinfati/xca 2020-11-19 13:47:20 +01:00
Christian Hohnstädt
ebfbbcb5f1 Extend commit f03ea67bdd by adding the OIDs to OIDS.txt
This commit supports OpenSSL < 1.1.0, since the OIDs
have only been added for OpenSSL 1.1.0 and later
2020-11-19 13:44:49 +01:00
Rodrigo Linfati
6dd7894b1c add document signing 2020-11-02 00:10:22 -03:00
Rodrigo Linfati
f03ea67bdd
update EKU
add kerberos and ssh EKU
2020-11-02 00:04:08 -03:00
Christian Hohnstaedt
31d173d2bd Release XCA 2.3.0 done 2020-04-29 15:59:14 +02:00
Christian Hohnstaedt
efe283ad73 Fix typo in xca.desktop 2020-04-28 07:09:15 +02:00
Christian Hohnstaedt
76e3f86783 Close #191: OID LN differs warning popups at startup
OpenSSL fixed the 2 LN with commit:
  648b53b88e

in OpenSSL 1.1.1e.

Follow my own advice and delete them from the oids.txt
together with all other OIDs present in OpenSSL
since at least version 0.9.8

Also do the initOIDs after creating the QApplication to
avoid qAbort() when creating the warning (introduced after 2.2.1)
2020-04-27 15:03:36 +02:00
Christian Hohnstaedt
0ac3b2daca Improve and fix VERSION_ITERATION 2020-04-27 15:03:36 +02:00
Guido P
bfd757179a Dutch translation for 2.3.0. 2020-04-09 21:08:42 +02:00
Christian Hohnstaedt
58ede4915b Don't install debugging DLL qwindowsvistastyled.dll 2020-04-04 22:45:09 +02:00
Christian Hohnstaedt
66a85497b7 Improve development version calculation as 4th digit
The plus sign was not compatible with the WIX toolset.
The 4th digist is the number of commits since the last release.

For a tagged release it is not 00, but empty.
2020-04-01 22:56:53 +02:00
Christian Hohnstaedt
7f122488ea Close #182: UI not using Windows native theme in 2.2.1 portable
Also install "qwindowsvistastyle.dll" and "qwindowsvistastyled.dll"
on windows.
2020-04-01 17:23:54 +02:00
Christian Hohnstädt
37dc93136e
Merge pull request #179 from h3xx/add-icons
Add set of icons installed in /usr/share/icons
2020-03-23 06:23:30 +01:00
Dan Church
e151bbed3b
Add set of icons installed in /usr/share/icons
Also update the application shortcut to automatically select an icon.
2020-03-22 13:05:40 -05:00