Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Nov 2020 02:44:39
2.6.2

|
lwhsu  |
security/keepassxc: Update to 2.6.2
PR: 250582
Approved by: maintainer timeout |
08 Nov 2020 18:57:01
2.6.1_1

|
tcberner  |
archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports |
21 Aug 2020 04:33:42
2.6.1

|
tobik  |
security/keepassxc: Update to 2.6.1
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.1
PR: 248771
Approved by: maintainer |
18 Jul 2020 13:14:29
2.6.0

|
tobik  |
security/keepassxc: Update to 2.6.0
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.0
PR: 248037
Approved by: maintainer |
12 Apr 2020 12:48:48
2.5.4

|
tobik  |
security/keepassxc: Update to 2.5.4
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.4
PR: 245499
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
22 Jan 2020 10:15:03
2.5.3

|
tobik  |
security/keepassxc: Update to 2.5.3
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.3
PR: 243461
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
05 Jan 2020 15:29:29
2.5.2

|
tobik  |
security/keepassxc: Update to 2.5.2
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.2
PR: 243104
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
16 Nov 2019 05:33:44
2.5.1

|
tobik  |
security/keepassxc: Update to 2.5.1
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.1
PR: 241907
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
27 Oct 2019 22:23:28
2.5.0

|
tobik  |
security/keepassxc: Update to 2.5.0
Changes: https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.0
PR: 241520
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
26 Jul 2019 20:46:57
2.4.3_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 |
22 Jun 2019 22:05:12
2.4.3

|
tobik  |
security/keepassxc: Update to 2.4.3
- Drop patch and workarounds and use the fixes I sent upstream
instead
- Remove no longer needed libcurl dependency
- Disable useless update check. Upstream also recommends to do this
for OS packages.
- Enable YUBIKEY option by default
Changes: https://github.com/keepassxreboot/keepassxc/releases
PR: 238756
Submitted by: tobik
Approved by: melanhit@gmail.com (maintainer) |
25 May 2019 16:18:34
2.4.1_1

|
tcberner  |
archivers/quazip: update to 0.8
From the changelog:
* Support for UTF-8 in file names and comments (Denis Zavorotnyy)
* get/setOsCode(), get/setDefaultOsCode()
* Fixed Z_STREAM_END handling in QuaZioDevic |
29 Apr 2019 21:18:33
2.4.1

|
kai  |
security/keepassxc: Update to 2.4.1
* Remove the now obsolete patches for CMakeLists.txt (merged by upstream)
and the one introduced in r496805 that fixed the build when the KEESHARE
option was disabled.
Changelog:
* Fix database deletion when using unsafe saves to a different file system
* Fix opening databases with legacy key files that contain '/'
* Fix opening database files from the command line
* Fix crash when editing master key
* Fix multiple issues with apply button behavior
* Fix issues on application startup (tab order, --pw-stdin, etc.)
* Fix building without WITH_XC_KEESHARE (Only the first 15 lines of the commit message are shown above ) |
25 Mar 2019 09:36:31
2.4.0

|
madpilot  |
Import upstream paatch which fixes build when KEESHARE is disabled.
PR: 236774
Submitted by: myself
Approved by: portmgr (blanket: bugfix, build/run fix)
Obtained
from: https://github.com/keepassxreboot/keepassxc/commit/eb9ff677d0c681a86a9ef296f5a363549b94c42c |
24 Mar 2019 20:53:48
2.4.0

|
pi  |
security/keepassxc: update 2.3.4 -> 2.4.0
- removed deprecated KeePassHTTP option
- added KeeShare option (Sharing integration with KeeShare)
PR: 236726
Submitted by: Andrew Romanenko <melanhit@gmail.com>
Relnotes: https://github.com/keepassxreboot/keepassxc/blob/develop/CHANGELOG |
16 Jan 2019 11:13:45
2.3.4_3

|
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
2.3.4_2

|
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
2.3.4_2

|
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 |
05 Nov 2018 23:39:20
2.3.4_1

|
linimon  |
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures.
PR: 232477
Submitted by: Piotr Kubaj
Approved by: maintainer |
11 Sep 2018 18:34:28
2.3.4_1

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
31 Aug 2018 16:40:05
2.3.4

|
yuri  |
security/keepassxc: Update 2.3.3 -> 2.3.4
PR: 230952
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: melanhit@gmail.com (maintainer) |
31 Aug 2018 04:13:54
2.3.3

|
jhale  |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream (modified to apply cleanly) |
28 Jun 2018 17:39:55
2.3.3

|
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 |
26 Jun 2018 17:20:05
2.3.3

|
tcberner  |
security/keepassxc: update to version 2.3.3
PR: 229312
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
13 May 2018 20:19:28
2.3.1

|
tobik  |
security/keepassxc: Unbreak build without BROWSER
===> Registering installation for keepassxc-2.3.1
pkg-static: Unable to access file
/usr/ports/security/keepassxc/work/stage/usr/local/bin/keepassxc-proxy:No such
file or directory
*** Error code 74
PR: 228224
Submitted by: Dmitri Goutnik <dg@syrec.org> |
21 Apr 2018 10:48:03
2.3.1

|
tobik  |
security/keepassxc: Unbreak build without AUTOTYPE
Ports r467701 broke it
===> Building package for keepassxc-2.3.1
pkg-static: Unable to access file
/wrkdirs/usr/ports/security/keepassxc/work/stage/usr/local/lib/keepassxc/libkeepassx-autotype-xcb.so:No
such file or directory
*** Error code 1
PR: 227159 |
18 Apr 2018 10:35:28
2.3.1

|
krion  |
Update to version 2.3.1
PR: 227159
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by: maintainer |
16 Dec 2017 16:55:18
2.2.4

|
olgeni  |
Update security/keepassxc to version 2.2.4.
PR: 224285
Submitted by: olgeni
Approved by: maintainer |
28 Oct 2017 17:32:44
2.2.2

|
olgeni  |
Update security/keepassxc to version 2.2.2.
PR: 223244
Submitted by: olgeni
Approved by: maintainer |
13 Oct 2017 16:30:46
2.2.1

|
tobik  |
security/keepassxc: Unbreak build without AUTOTYPE
Ports r451345 broke it
PR: 222976
Approved by: Andrew Romanenko <melanhit@gmail.com> (maintainer) |
05 Oct 2017 21:04:58
2.2.1

|
cs  |
Update to 2.2.1
PR: 222763
Submitted by: maintainer |
10 Sep 2017 20:55:39
2.2.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
13 Jul 2017 23:46:34
2.2.0

|
cpm  |
security/keepassxc: update to 2.2.0
- Add YUBIKEY option because keepassxc has added support for YubiKey 2FA
- Update pkg-descr to reflect the new added changes
Changelog: https://github.com/keepassxreboot/keepassxc/blob/develop/CHANGELOG
PR: 220585
Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer)
MFH: 2017Q3 |
09 May 2017 09:26:04
2.1.4

|
tobik  |
Update to 2.1.4
- Add AUTOTYPE and HTTP options (enabled by default) to allow
disabling autotype and KeePassHTTP support
- Make it possible to run KeePassXC's test suite
PR: 218890
Submitted by: melanhit@gmail.com (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10623 |
01 Apr 2017 15:23:32
2.1.3_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
14 Mar 2017 13:21:21
2.1.3

|
lme  |
Add new port security/keepassxc:
KeePassXC is a community fork of KeePassX with the goal to extend and improve
it with new features and bugfixes to provide a feature-rich, fully
cross-platform and modern open-source password manager.
Additional features compared to KeePassX:
* Auto-Type on all three major platforms (Linux, Windows, OS X)
* Stand-alone password generator
* Password strength meter
* Using website favicons as entry icons
* Merging of databases
* Automatic reload when the database changed on disk
* KeePassHTTP support for use with PassIFox in Mozilla Firefox and
chromeIPass in Google Chrome or Chromium.
* Many bug fixes
WWW: https://keepassxc.org/
PR: 217404
Submitted by: Andrew Romanenko <melanhit@gmail.com> (original), Eric Camachat
<eric@camachat.org> (Update to 2.1.3) |