summary refs log tree commit diff
path: root/pkgs/os-specific/linux/usbguard
Commit message (Collapse)AuthorAge
* nixos/tests/usbguard: initPhilipp Bartsch2021-01-23
|
* usbguard: install shell completionPhilipp Bartsch2021-01-22
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* usbguard: 0.7.8 -> 1.0.0 (#109296)Jack Kelly2021-01-15
|
* usbguard: fix ambiguous GPL license indicatorPhilipp Bartsch2020-12-29
|
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* usbguard: 0.7.7 -> 0.7.8Philipp Bartsch2020-05-24
|
* usbguard: 0.7.6 -> 0.7.7Philipp Bartsch2020-05-24
|
* usbguard: 0.7.5 -> 0.7.6R. RyanTM2019-11-29
|
* usbguard: 0.7.4 -> 0.7.5Will Dietz2019-09-03
| | | | | | | | | | https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.7.5 * no longer needs/uses qt as of 0.7.5 * asciidoctor -> asciidoc, drop pandoc (pandoc only seems to be used as part of doc spell-check which we don't enable anyway) * docbook bits
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | 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
| * usbguard-nox: init at 0.7.4Ivan Kozik2019-06-20
| | | | | | | | | | | | | | | | | | | | | | This is just usbguard without the Qt GUI that brings in Qt dependencies. Remove pandoc to reduce closure size. The usbguard build appears to use it only for spell checking. Remove asciidoctor because 0.7.1 switched to asciidoc. But don't add a dependency on asciidoc, because that causes the build fails on external DTDs.
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* usbguard: 0.7.2 -> 0.7.4R. RyanTM2018-07-12
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/usbguard/versions.
* usbguard: 0.7.0 -> 0.7.2Nadrieril2018-02-27
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* nixos/usbguard: create package and module (#28363)Phil2017-08-25
* nixos/usbguard: create package and module No usbguard module or package existed for NixOS previously. USBGuard will protect you from BadUSB attacks. (assuming configuration is done correctly) * nixos/usbguard: remove extra packages Users can override this by themselves. * nixos/usbguard: add maintainer and fix style