non port: devel/qca/Makefile |
SVNWeb
|
Number of commits found: 71 |
Thu, 4 May 2023
|
[ 14:42 Adriaan de Groot (adridg) ] 5f0e471
devel/qca: update to 2.3.6, latest upstream
From the release announcement email:
A new bugfix release of QCA, the cross-platform cryptography
API for Qt, is out!
* Support botan 3
* Small improvemens to cmake code
* Tweak to which tests are run
|
Wed, 19 Oct 2022
|
[ 15:50 Dima Panov (fluffy) ] ce2286f
devel/qca: update to 2.3.5 release
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Sat, 10 Sep 2022
|
[ 18:13 Tobias C. Berner (tcberner) ] 17e30f2
devel/qca: update WWW
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 06:30 Tobias C. Berner (tcberner) ] 630a8a1 (Only the first 10 of 27 ports in this commit are shown above. )
devel/qca: add flavors for Qt 5 and Qt 6
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Thu, 16 Sep 2021
|
[ 04:17 Tobias C. Berner (tcberner) ] 713f0c3
devel/qca: update to 2.3.4
|
Thu, 15 Jul 2021
|
[ 05:18 Tobias C. Berner (tcberner) ] 78a7ad6
devel/qca: update to 2.3.3
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Feb 2021
|
[ 10:46 adridg ]
Update devel/qca to latest upstream release
QCA is the Qt Cryptographic Architecture - straightforward cross-
platform crypto API. This release has:
* Add macOS framework major version
* qca-gcrypt: Add support for HKDF
* Minimum Qt updated to 5.9
* Fixed compilation with gcc 11
While updating, I have added the patch for LibreSSL compatibility (and
tried to upsteam it). The patch comes via Gentoo and OpenBSD and has
been adjusted by lbartoletti@ and tjlegg@gmail.com and myself,
so I'm filling in something generic-ish in "Obtained from" since it
is collaborative. The PR: entry is for this patch, not for the update
to the recent release.
PR: 248590
Reported by: portscout, tjlegg@gmail.com
Obtained from: Gentoo/OpenBSD
|
Wed, 19 Aug 2020
|
[ 05:53 fernape ]
security/botan2: update to 2.15.0
ChangeLog: https://botan.randombit.net/news.html#version-2-15-0-2020-07-07
Bumping dependent ports due to library abi version bump.
PR: 248343
Submitted by: tremere@cainites.net (maintainer)
|
Thu, 30 Jul 2020
|
[ 14:47 tcberner ]
devel/Qca: update to 2.3.1
|
Sat, 21 Mar 2020
|
[ 07:24 tcberner ] (Only the first 10 of 31 ports in this commit are shown above. )
devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
the FreeBSD version
Users on FreeBSD11 must therefore change their pkg orign a la:
pkg set -o devel/qca:devel/qca-legacy
PR: 244682
Exp-run by: antoine
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D24042
|
Sat, 12 Oct 2019
|
[ 22:00 dmgk ]
security/botan2: Update to 2.12.0
Changes: https://botan.randombit.net/news.html#version-2-12-0-2019-10-07
Also bump PORTREVISION of dependent ports.
PR: 241217
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D22000
|
Thu, 19 Sep 2019
|
[ 14:48 dmgk ]
Bump PORTREVISION of ports depending on security/botan2
PR: 240557
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21716
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 8 Jul 2019
|
[ 08:55 fluffy ]
- Fix build with LibreSSL
Provide RSA_meth_set_{sign,verify} for LibreSSL.
Do not redefine M_ASN1_IA5STRING_new and RSA_F_RSA_EAY_PRIVATE_DECRYPT.
Disable HKDF.
- Add description for BOTAN option
Obtained from: Gentoo
|
Sun, 28 Apr 2019
|
[ 22:43 adridg ]
Fix devel/qca's BOTAN option.
This was missing all the moving parts to actually get the
botan plugin to build.
|
Sat, 27 Apr 2019
|
[ 18:22 adridg ]
Update devel/qca to latest upstream version 2.2.1
- Mostly for new botan2 support
- Build fixes back-and-forth
The patches are all dropped because they copy what's in git,
or mess around with the test suite to no avail. libressl
is still unsupported (at this point, also because py-cryptography
doesn't build with it).
|
Sun, 17 Mar 2019
|
[ 19:10 rakuco ]
Add a TEST option and set TEST_TARGET.
This also allows us to get rid of the sed hack in post-patch now that
patch-git_e854f357 handles the dependency on qt5-network correctly.
|
Sat, 16 Mar 2019
|
[ 20:16 tcberner ] (Only the first 10 of 28 ports in this commit are shown above. )
devel/qca: remove flavors (Qt4 deprecation)
|
Wed, 27 Feb 2019
|
[ 19:22 rakuco ]
Replace OpenSSL 1.1.0 with upstream ones
The patches from bug 228902 and added in r481850 are not entirely compatible
with older OpenSSL versions, to the point that the qca-ossl plugin refuses to
load at all on FreeBSD 11.2, for example (see bug 232784 and its duplicates).
Fix it by replacing our patches with backports from upstream the same way
OpenSUSE does it (the OpenSSL 1.1.0 upstream patch was authored by SUSE):
* Revert an upstream commit made only to the 2.1 branch disabling a few ciphers
in the unit tests.
* Backport a change to the master branch that never made it to the 2.1 branch
disabling the ciphers mentioned above as well as a few other ones, so that we
can backport the actual change adding support for OpenSSL 1.1.0 more clealy.
* Backport the actual OpenSSL 1.1.0 support commit, with a few conflicts (Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 16 Dec 2018
|
[ 16:49 rene ] (Only the first 10 of 19 ports in this commit are shown above. )
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thu, 11 Oct 2018
|
[ 19:56 adridg ]
Fix devel/qca with OpenSSL 1.1.1.
Contains portions extracted from upstream and portions created by
submitter. Upstream bits are marked with their git hash.
PR: 228902
Submitted by: Nathan <ndowens@yahoo.com>
Reported by: brnrd
|
Thu, 27 Sep 2018
|
[ 22:42 linimon ]
Fix build on gcc-based archs.
Tested on powerpc64, amd64.
PR: 231687
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sat, 14 Apr 2018
|
[ 11:09 tcberner ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651
|
Sun, 18 Feb 2018
|
[ 09:44 rakuco ]
Update devel/qca and devel/qca-qt5 to 2.1.3.
Thanks to antoine for the exp-run.
PR: 225929
|
Mon, 22 Aug 2016
|
[ 20:27 tcberner ]
Fix COMMENT in devel/qca[-qt5]
devel/qca set COMMENT= thereby overriding the value from devel/qca-qt5.
Set it via ?=.
Approved by: rakuco (mentor)
MFH: 2016Q3
|
Tue, 16 Aug 2016
|
[ 20:36 rakuco ]
Adjust the SHA0 removal patch.
The upstream fix was still returning "sha0" in all_hash_types() even when SHA0
support is not present. The fix has also been submitted upstream.
PR: 211833
Submitted by: matthew@reztek.cz
MFH: 2016Q3
|
Sun, 3 Jul 2016
|
[ 12:10 brnrd ]
devel/qca: Fix building without SSLv3 and SHA-0
- Add 2 patches from upstream project
- Fix building when libssl does not have SSLv3
- Fix building when libcrypto does not have SHA-0
- Replace USE_OPENSSL with USES= ssl
- Rework files/patch-libressl with `make makepatch`
Tested with devel/qca and devel/qca-qt5
PR: 210053
Approved by: Maintainer time-out
Obtained from: KDE
Differential Revision: D6885
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 6 Nov 2015
|
[ 12:56 makc ]
devel/qca:
- Update to 2.1.1
- Remove patches integrated upstream
- Amend COMMENT
- tarballs are now hosted by KDE Project
devel/qca-qt5:
- Use build switch to avoid conflict with QCA Qt4 instead of patching library
name and install path for headers
- Make port a slave of devel/qca
- Pass maintainership to kde@
PR: 204305
Approved by: pawel
|
Tue, 18 Aug 2015
|
[ 10:51 rakuco ] (Only the first 10 of 18 ports in this commit are shown above. )
Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.
Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.
This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).
Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
retrieved from the CMAKE_CXX_COMPILER variable in the build
system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
has no effect on the build system.
Reviewed by: makc
Differential Revision: https://reviews.freebsd.org/D3403
|
Thu, 16 Jul 2015
|
[ 05:29 alonso ]
Revert 392050
While 392050 fixed the libressl build, it broke compilation against FreeBSD-8
and FreeBSD-9's base openssl.
PR: 199134
PR: 201584
|
Tue, 14 Jul 2015
|
[ 19:17 alonso ]
Fix build with libressl
Add an upstream patch to address OpenSSL compression handling.
PR: 199134
Approved by: rakuco (mentor)
Obtained from: qca upstream
|
Sat, 17 Jan 2015
|
[ 15:06 rakuco ]
Add upstream patch to remove comma from the last item in an enum.
This fixes the build of at least finance/skrooge on 8.4 and 9.3:
In file included from /usr/local/include/QtCrypto/qca.h:38,
from /usr/local/include/QtCrypto/QtCrypto:1,
from
/wrkdirs/usr/ports/finance/skrooge/work/skrooge-1.10.0/skgbasemodeler/skgservices.cpp:41:
/usr/local/include/QtCrypto/qca_basic.h:598: error: comma at end of enumerator
list
|
Mon, 12 Jan 2015
|
[ 21:12 tijl ]
Add missing build dependency on qmake
Reported by: antoine
|
[ 16:33 tijl ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
support SSLv2
Approved by: kde (rakuco)
|
Tue, 29 Jul 2014
|
[ 21:43 adamw ] (Only the first 10 of 277 ports in this commit are shown above. )
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Thu, 20 Feb 2014
|
[ 13:23 makc ]
devel/qca:
- Add stage support
- Convert WITH_DEBUG to option
- Remove MAINTAINER_MODE
- Remove now needless stripping in post-install
security/qca-*:
- Convert LIB_DEPENDS to new style
- Add stage support
- Convert WITH_DEBUG to option
- Remove now needless stripping in post-install
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Tue, 12 Jun 2012
|
[ 07:18 fluffy ]
- Ouch. Fix mistype, sorry :(
|
[ 07:14 fluffy ]
- Allow to pass QMAKESPEC to make [1]
- Backport patch from upstream to fix c++ code, it fixes build
with clang/gcc46+
Submitted by: avg (via kde-freebsd ml) [1]
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Sun, 13 May 2012
|
[ 15:57 makc ]
Pass maintainership to KDE team
|
Tue, 21 Jun 2011
|
[ 18:04 makc ]
Attempt to fix build with clang
|
[ 17:36 makc ]
Enable verbose output on pointyhat
|
Sun, 28 Nov 2010
|
[ 20:18 makc ]
Update to 2.0.3
|
Fri, 1 May 2009
|
[ 19:35 makc ]
Update to 2.0.2
Changes:
- Bugfix release, forward and backward compatible with 2.0.x
- Fix compatibility with Qt 4.5 when QCA::Initializer appears before QApp
- Don't convert to secure memory when Hash::update(QByteArray) is used
|
Sun, 15 Mar 2009
|
[ 17:33 makc ]
Update to 2.0.1
|
Sat, 14 Mar 2009
|
[ 09:07 makc ]
Take maintainership
|
Fri, 13 Mar 2009
|
[ 23:27 shaun ] (Only the first 10 of 42 ports in this commit are shown above. )
Free most of my ports, since they aren't being maintained to a
reasonable standard.
|
Fri, 6 Feb 2009
|
[ 13:08 makc ]
Clean up Makefile,
remove staled patch,
install qt4 related stuff to appropriate place.
PR: ports/130722
Approved by: shaun (maintainer timeout), miwi (mentor)
|
Thu, 10 Jul 2008
|
[ 23:25 miwi ]
- Update to 2.0.0
- Switch to USE_CMAKE
PR: based on 120323
Submitted by: Dmitry Sivachenko <demon@freebsd.org>
Approved by: shaun (maintainer)
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Tue, 25 Mar 2008
|
[ 22:44 miwi ] (Only the first 10 of 211 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 13 Feb 2007
|
[ 00:16 pav ] (Only the first 10 of 77 ports in this commit are shown above. )
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
|
Wed, 16 Aug 2006
|
[ 15:44 shaun ]
- Fix master site and WWW page. [1]
- Expand pkg-descr.
- Take maintainership.
Reported by: fenner's distfile survey [1]
|
Mon, 14 Aug 2006
|
[ 22:55 clsung ] (Only the first 10 of 102 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Mon, 12 Jun 2006
|
[ 16:32 erwin ]
Remove bogus USE_INSTALL_SCRIPT.
|
Fri, 14 Apr 2006
|
[ 18:14 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr
|
Fri, 22 Jul 2005
|
[ 09:33 vsevolod ] (Only the first 10 of 29 ports in this commit are shown above. )
Update my email address.
Approved by: perky (mentor)
|
Tue, 5 Apr 2005
|
[ 06:32 sem ]
QCA is a straightforward and cross-platform crypto API, using Qt datatypes and
conventions.
PR: ports/79289
Submitted by: Vsevolod A. Stakhov <vsevolod@highsecure.ru>
|
Number of commits found: 71 |