Commit Graph

233 Commits

Author SHA1 Message Date
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
Dan Church
223ba3f5e7
Use DESTDIR instead of destdir when installing
Follows autotools convention.
2020-03-22 12:59:46 -05:00
Dan Church
2b822131db
Fix missing gitignore entries 2020-03-22 12:54:46 -05:00
iddq
ed71d32dac remove makensis, rename build-w32 to build-w64 2020-02-19 21:40:36 +01:00
Christian Hohnstaedt
91fe56d06c Release XCA 2.2.1 done 2020-01-30 21:23:50 +01:00
Christian Hohnstaedt
bd35c66b6f Prepare release 2.2.1 2020-01-30 20:54:12 +01:00
Christian Hohnstaedt
9af5282632 Release XCA 2.2.0 done 2020-01-29 22:20:51 +01:00
Christian Hohnstaedt
1d84604ae1 Improve windows build targets and release script 2020-01-29 21:35:36 +01:00
Christian Hohnstaedt
d20fc8da50 Prepare documentation for next release 2020-01-29 20:45:56 +01:00
Christian Hohnstaedt
84dc701b75 Improve configure script
Fix AC_OUTPUT in configure
Create variables.wxi for version and package name
Also replace package name and version in the Info.plist
2020-01-29 20:29:13 +01:00
Christian Hohnstaedt
33038d8093 Certum Code Signing certificate received 2020-01-24 05:57:25 +01:00