Commit graph

57 commits

Author SHA1 Message Date
YI 06decf0432 keepassxc: add additional cmake options 2019-11-09 12:33:51 +08:00
Jon Banafato bfa71df71a keepassxc: 2.4.3 -> 2.5.0 2019-10-26 17:54:02 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Francesco Gazzetta 452128816f keepassxc: 2.4.1 -> 2.4.3 2019-08-13 18:58:47 +02:00
Pierre Bourdon de927db59d
keepassxc: partial revert of #54525
Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
2019-07-20 14:08:27 +02:00
Markus Bockhacker e1f2fec929 remove myself since I don't use this anymore, and cannot maintain it. #65009 2019-07-18 10:24:12 +02:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Nikolay Amiantov a13920dea0 keepassxc: drop quazip patch
Not needed after quazip update.
2019-06-01 17:31:50 +03:00
Jon Banafato a3b39e2d56 keepassxc: 2.4.0 -> 2.4.1
KeePassXC has a new release. Changelog at
https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.1.

Additionally, some cleanup:

- Alphabetize inputs for better future diffs
- Drop a no-longer-relevant patch
- Fixup removed and missing cmake flags
- Update description to reference correct browser extension
2019-04-14 16:55:39 -04:00
Bob van der Linden 77ce9098c0 keepassxc: run test with offscreen qt plugin
Co-Authored-By: Quiark <me@rplasil.name>
2019-04-11 15:36:21 +08:00
Roman Plášil 96fec4214d fix test running 2019-04-11 13:56:35 +08:00
Roman Plášil 44225ebaf6 WIP: keepassxc: 2.3.4 -> 2.4.0
running test doesn't work currently because of finding qt plugins
2019-04-11 11:20:49 +08:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Valentin Heidelberger 69512da185 keepassxc 2.3.3 -> 2.3.4 (#45482) 2018-08-22 23:51:56 +02:00
averelld 32b2f28e60 keepassxc: fix build with qt 5.11 (#42381) 2018-06-24 20:38:51 +02:00
Valentin Heidelberger 32d8a7d249 keepassxc: 2.3.2 -> 2.3.3 2018-05-09 20:50:06 +02:00
Valentin Heidelberger a365b59deb keepassxc: 2.3.1 -> 2.3.2 2018-05-08 19:19:49 +02:00
Josef Kemetmüller 3f1a03b20e keepassxc: 2.3.0 -> 2.3.1 2018-03-25 21:55:47 +02:00
Josef Kemetmüller 2a80448fed keepassxc: fix darwin build 2018-03-25 21:50:25 +02:00
Jörg Thalheim 5bb9c36998 keepassxc: hopefully fix darwin 2018-03-04 20:50:50 +00:00
Jörg Thalheim 674c8cacbc keepassxc: enable ssh agent sockets 2018-03-04 19:56:02 +00:00
Jon Banafato e0ba76c228 keepassxc: 2.2.4 -> 2.3.0
See the [changelog](a06e85f6ce/CHANGELOG (L1-L51)).

Changes to options:

- `withKeePassBrowser`: New in version 2.3.0 and replaces the
  functionality provided by the KeePassHTTP plugin. Users should
  install the
  [KeePassXC-Browser extension](https://github.com/keepassxreboot/keepassxc-browser).
  Defaults to `true` to remain consistent with the old default for
  `withKeePassHTTP`.

- `withKeePassHTTP`: This feature is deprecated and disabled by default
  in the source repository. Default changed from `true` to `false`.

- `withKeePassNetworking`: Controls all network access code within
  KeePassXC. Defaults to `false` to match the source repository.

- `withKeePassSSHAgent`: Enables the SSH Agent plugin for use with
  [KeeAgent](https://lechnology.com/software/keeagent/). Defaults to
  `false` to match the source repository.
2018-03-04 01:47:55 -05:00
Orivej Desh b693f989f6 keepassxc: support macOS
Closes #32879, taking the new description from the PR
2017-12-20 08:10:05 +00:00
Jon Banafato 616fa05306 keepassxc: 2.2.2 -> 2.2.4
KeepassXC has a new bugfix release. The changelog is available at
https://github.com/keepassxreboot/keepassxc/releases/tag/2.2.4.
2017-12-14 11:32:20 -05:00
Bjørn Forsman 6c7c3beea3 keepassxc: rename from keepassx-community
I think the new name is more appropriate, see https://keepassxc.org/.
2017-11-08 08:48:54 +01:00
Jon Banafato c1105ad9b4 keepassx-community: 2.2.1 -> 2.2.2 2017-10-22 11:46:33 -04:00
Jon Banafato 98cb45ece3 Update keepassx-community to 2.2.1 2017-10-02 19:06:29 -04:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Bill Sun b4387e7c2f Add cmakeFlags for auto-type and yubikey (#27321)
* Add cmakeFlags for auto-type and yubikey

* Add libyubikey dependency

* Add auto-type dependencies

* Add new dependencies to buildInputs

* Fix duplication and capitalization in dependencies

* Add yubikey-personalization to dependency and build

* Add release build flag

* Revert "Add release build flag"

This reverts commit afabd63db0ad68348909c67b488787501b7991bb.
2017-07-18 00:09:50 +01:00
Jörg Thalheim 7df83abe85 keepassx-community: 2.1.4 -> 2.2.0 2017-06-26 07:31:44 +01:00
Jörg Thalheim f319442b77 keepassxc: fix 4.9 compatibility 2017-06-25 09:36:06 +01:00
Jon Banafato 4a4719c6ec keepassx-community: 2.1.3 -> 2.1.4
KeePassXC has a new bugfix release available: https://github.com/keepassxreboot/keepassxc/releases/tag/2.1.4
2017-04-10 20:54:23 -04:00
Jörg Thalheim 5e0cbbbdb6
keepassx-community: 2.1.2 -> 2.1.3
fixes https://github.com/NixOS/security/issues/105
2017-03-25 21:39:22 +01:00
Jörg Thalheim 61785c5531 keepassxc: 2.1.0 -> 2.1.2
also enable http plugin again. Readme mention using the protocol be a
security risk because it is unencrypted, but the connections stays local
(127.0.0.1) and the plugins has to explicitly enabled in settings
(disabled by default).
2017-02-28 21:44:15 +01:00
Nikolay Amiantov 2c7e3f276d keepassx-community: don't use qt.full 2017-02-03 18:21:15 +03:00
Drakonis 15bc80f3b9
keepassx-community: init at 2.1.0
- deprecating keepassx-reboot (was at 2.0.3)
2017-02-01 21:21:34 -05:00
Jascha Geerds 2273849a85 keepassx2: 2.0.2 -> 2.0.3 2016-10-26 12:35:58 +02:00
Jon Banafato 0bc186510a Rename keepassx2-http to keepassx-reboot
The `keepassx2-http` fork has been moved to a new organization and
renamed to `keepassx-reboot`. For more details on the change, see the
discussions in GitHub issues [1][2].

Included changes:
- Rename the `keepassx2-http` package to `keepassx-reboot`
- Fetch source from correct (moved) GitHub repository
- Update the version to the latest release
- Change the `homepage`, as these projects are likely to diverge over
  time
- Add `keepassx2-http` to `aliases.nix

[1] https://github.com/keepassx/keepassx/pull/111#issuecomment-250639109
[2] https://github.com/keepassxreboot/keepassx/issues/40
2016-10-18 20:59:24 -04:00
s1lvester 0b22104c1d keepassx2-http: init at 2.0.2 (#18039) 2016-08-29 00:02:19 +00:00
Nikolay Amiantov 7a57ce0fbb keepassx: move to qmake4Hook 2016-04-20 18:55:43 +03:00
Jascha Geerds ace76b5bdb keepassx2: 2.0 -> 2.0.2 2016-02-03 11:36:53 +01:00
Jascha Geerds 9684726ba6 Merge pull request #11850 from rycee/bump/keepassx
keepassx: 0.4.3 -> 0.4.4
2015-12-21 08:05:35 +01:00
Robert Helgesson 6742104cbe keepassx2: 2.0beta2 -> 2.0
Also switch to official download URL.
2015-12-20 22:51:09 +01:00
Robert Helgesson 1253cd926c keepassx: 0.4.3 -> 0.4.4
Fixes CVE-2015-8359 and CVE-2015-8378. Also switch URL to new download
location.
2015-12-20 22:26:10 +01:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Simon Vandel Sillesen 5dd30c6c4d keepassx2: 2.0-beta1 -> 2.0-beta2 2015-09-07 22:00:58 +02:00
Simon Vandel Sillesen 65ad1a27a4 keepassx: 2.0alpha6 -> 2.0beta1
Builds and tested on my machine.
2015-08-12 01:01:47 +02:00