Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Feb 2021 10:34:52
1.2.0

|
adridg  |
Update sysutils/plasma-pass to latest upstream release
This release now requires the OATH toolkit, for OTP (One Time Password)
handling. There are no release notes or announcement. |
06 Jun 2020 14:13:24
1.1.0

|
tcberner  |
sysutils/plasma-pass: prepare for Qt5-5.15 |
07 Dec 2019 01:29:49
1.1.0

|
tcberner  |
sysutils/plasma-pass: update to 1.1.0 |
26 Jul 2019 20:46:57
1.0.0_1

|
gerald  |
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 |
20 Feb 2019 19:31:48
1.0.0

|
tcberner  |
sysutils/plasma-pass: update to 1.0.0
Announcement:
https://www.dvratil.cz/2019/02/plasma-pass-1-0-0/ |
16 Jan 2019 11:13:45
0.1.a.20181210_2

|
tijl  |
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 ) |
25 Dec 2018 20:25:40
0.1.a.20181210_1

|
tcberner  |
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 |
12 Dec 2018 01:35:36
0.1.a.20181210_1

|
gerald  |
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 |
11 Dec 2018 22:14:17
0.1.a.20181210

|
tcberner  |
New port: sysutils/plasma-pass -- Plasma widget for pass
- https://www.dvratil.cz/2018/05/plasma-pass/
- https://github.com/kde/plasma-pass |