Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.0 16 Feb 2025 18:14:17
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.15.0 |
0.14.3 09 May 2024 14:38:00
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.14.3
Reported by: portscout! |
0.14.2 29 Dec 2023 20:56:40
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.14.2 |
0.14.1 04 Jun 2023 15:59:05
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.14.1
Reported by: portscout! |
0.13.2_1 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
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 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.13.2_1 27 Aug 2022 09:53:23
    |
Tobias C. Berner (tcberner)  |
security/qtkeychain: add flavors for Qt 5 and Qt 6
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D36375 |
0.13.2 22 Nov 2021 15:08:54
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.13.2
Reported by: portscout! |
0.13.1 08 Nov 2021 10:39:10
    |
Gleb Popov (arrowd)  |
security/qtkeychain: Update to 0.13.1
Add NLS option.
Changelog: https://github.com/frankosterfeld/qtkeychain/blob/master/ChangeLog |
0.12.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.12.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.12.0 20 Dec 2020 13:01:05
  |
arrowd  |
security/qtkeychain: Update to 0.12.0
Reported by: portscout! |
0.11.1 19 Sep 2020 09:30:31
  |
arrowd  |
security/qtkeychain: Update to 0.11.1
Reported by: portscout! |
0.10.0 21 Dec 2019 18:15:27
  |
arrowd  |
security/qtkeychain: Update to 0.10.0
Reported by: portscout |
0.9.1_3 26 Jul 2019 20:46:57
  |
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 |
0.9.1_2 16 Mar 2019 18:54:18
  |
tcberner  |
security/qtkeychain: add CONFLICTS_INSTALL
- follow up on the flavor removal: mark conflicting with flavored pkgs
Approved by: portmgr (implicit) |
0.9.1_2 16 Mar 2019 18:46:13
  |
tcberner  |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.9.1_1 16 Jan 2019 11:13:45
  |
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 ) |
0.9.1 02 Jan 2019 19:57:05
  |
mmokhi  |
security/qtkeychain: Upgrade the port to latest release 0.9.1
This update contains:
Bugfix on libcecret: Don't match the schema name (Issue#114)
This makes libsecret not attempt to match on the schema name
and allows the libsecret backend to work with what was stored
by the gnome-keyring backend.
Approved by: arrowd (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18722 |
0.9.0_3 16 Dec 2018 16:49:17
  |
rene  |
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 |
0.9.0_3 12 Dec 2018 01:35:36
  |
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 |
0.9.0_2 02 Dec 2018 15:41:48
  |
rene  |
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 |
0.9.0_1 09 Oct 2018 11:04:06
  |
arrowd  |
security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor.
PR: 232090
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: tcberner (mentor) |
0.9.0_1 18 Jul 2018 19:17:29
  |
arrowd  |
security/qtkeychain: Add dependency to libsecret and link to it correctly.
PR: 229837
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: tcberner (mentor) |
0.9.0 16 Jul 2018 07:45:23
  |
arrowd  |
security/qtkeychain: Update to latest 0.9.0.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16271 |
0.8.0_1 28 Jun 2018 17:39:55
  |
tcberner  |
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 |
0.8.0_1 12 Mar 2018 18:21:09
  |
tcberner  |
Move security/qtkeychain-qt[45] to security/qtkeychain and create flavors
Reviewed by: Gleb Popov <6yearold_gmail.com>
Approved by: portmgr (mat) |
0.1.0_1 24 May 2015 21:03:19
  |
madpilot  |
- Rename security/qtkeychain to qtkeychain-qt5, update to 0.5.0 and make it use
Qt5
- Add slave port qtkeychain-qt4
- Make deskutils/owncloudclient link against qtkeychain-qt5
- Update owncloudclient comment and pkg-descr
PR: 198785
Submitted by: 6yearold at gmail.com (security/qtkeychain maintainer) |
0.1.0_1 19 May 2015 22:49:20
  |
madpilot  |
Add patch to force port to link against qt4, as the port Makefile
clearly states.
Otherwise this software unconditionally checks for the presence of
qt5 and link against that breaking a depending port and linking
against unregistered dependencies.
This is just a quick fix, to avoid core dumps in deskutils/owncloud.
I'll post a more proper update to this port later.
Reported by: Tobias Berner <tcberner at gmail.com>,
Marko Cupac <marko.cupac at mimar.rs>
Approved by: "Just Fix It" blanket |
0.1.0 07 May 2015 20:24:16
  |
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.1.0 10 Dec 2014 14:04:24
  |
feld  |
Update "BSD" license in security category |
0.1.0 09 Mar 2014 15:02:17
  |
miwi  |
- Stage support |
0.1.0 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
14 Aug 2013 22:35:54

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.1.0 18 Apr 2013 22:20:09
  |
jgh  |
- define CMAKE_BUILD_TYPE
Spotted by: makc
Approved by: 6yearold@gmail.com, maintainer (implicit)
Feature safe: yes |
0.1.0 17 Apr 2013 06:06:25
  |
jgh  |
- add new port: security/qtkeychain
QtKeychain is a Qt API to store passwords and other secret data securely.How
the data is stored depends on the platform.
For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring
via freedesktop.org's Secret Storage D-Bus specification is planned
but not yet implemented.
WWW: https://github.com/frankosterfeld/qtkeychain
PR: 177634
Submitted by: 6yearold@gmail.com
Feature safe: yes |