3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3326 commits

Author SHA1 Message Date
Samuel Dionne-Riel f3e4fc9491
Merge pull request #94040 from KAction/doas-nopam
doas: add enablePAM option
2020-10-14 20:08:36 -04:00
Austin Seipp 1eb4b2c966
Merge pull request #98059 from sternenseemann/scrypt-1.3.1
scrypt: 1.3.0 → 1.3.1, build library, enable tests
2020-10-14 18:19:35 -05:00
Vladimír Čunát 338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Dmitry Bogatov 99de53b79b doas: add enablePAM option
New option "withPAM" controls whether to build support for pluggable
authetincation modules. Default value is "true", which correspond to
existing behaviour. Futhermore, with default configuration, this change
do not cause rebuild.
2020-10-08 23:20:37 -04:00
Frederik Rietdijk ec28e32c9e Merge master into staging-next 2020-10-08 21:47:26 +02:00
Pierre Bourdon fb1b32adc8
sudo: add myself as secondary maintainer 2020-10-08 12:20:52 +02:00
Pierre Bourdon eb9bcfe300
sudo: add the nixosTest to passthru.tests 2020-10-08 12:20:27 +02:00
Pierre Bourdon 999fcba7ae
sudo: 1.8.31p1 -> 1.9.3p1 2020-10-08 12:19:11 +02:00
Martin Weinelt 75bf9558a4
Merge pull request #98771 from helsinki-systems/init/thc-ipv6
thc-ipv6: init at 3.6
2020-10-08 02:20:06 +02:00
Frederik Rietdijk 692d219a93 Merge staging-next into staging 2020-10-06 10:25:58 +02:00
Daniël de Kok 4e1b68b5aa
Merge pull request #99729 from danieldk/1password-gui-0.8.9
_1password-gui: 0.8.8-1 -> 0.8.9
2020-10-06 20:03:22 +02:00
Daniël de Kok 2674604d4a _1password-gui: 0.8.8-1 -> 0.8.9
Changelog:

https://1password.community/discussion/116148/1password-development-preview-0-8-9
2020-10-06 16:07:22 +02:00
Mario Rodas 19c5a183e5 kbs2: 0.1.4 -> 0.1.5 2020-10-05 20:00:00 -05:00
Martin Weinelt c426ccf116
nmap: 7.80 -> 7.90 2020-10-04 15:42:16 +02:00
Mario Rodas 06e4c82396
Merge pull request #99514 from marsam/fix-rbw-darwin
rbw: fix build on darwin
2020-10-03 22:24:00 -05:00
Pavol Rusnak c1ed88eaee
tor: 0.4.3.6 -> 0.4.4.5 2020-10-03 23:02:53 +02:00
Patrick Hilhorst eb013e679e pcsc-scm-scl: manually correct wrongly automatically changed url 2020-10-02 09:01:35 -07:00
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas 56f9e7571c rbw: fix build on darwin 2020-10-01 04:20:00 +00:00
Mario Rodas d3669570d2 pinentry: fix build on darwin 2020-10-01 04:20:00 +00:00
Daniël de Kok 9f7b7bf7d8 _1password-gui: 0.8.7 -> 0.8.8-1
Changes:

https://1password.community/discussion/116041/1password-development-preview-0-8-8
2020-09-30 10:26:08 +02:00
Jan Tojnar 32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
Mario Rodas ae90a6ea13 vault-bin: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Mario Rodas 8176112c88 vault: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Ryan Mulligan b97fa2ac57
Merge pull request #98727 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.1 -> 6.1.2
2020-09-25 17:36:20 -07:00
ajs124 e81c9b78ff thc-ipv6: init at 3.6 2020-09-25 18:17:36 +02:00
R. RyanTM 74ccbf7c1b hcxdumptool: 6.1.1 -> 6.1.2 2020-09-25 09:23:29 +00:00
R. RyanTM e19d18f04d
bitwarden_rs-vault: 2.15.1 -> 2.16.0b (#98675) 2020-09-24 21:43:51 +00:00
R. RyanTM fd7141afa3
bitwarden: 1.20.1 -> 1.22.1 (#98674) 2020-09-24 21:43:14 +00:00
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
Daniël de Kok cf6075fc89
Merge pull request #98482 from danieldk/1password-0.8.7
_1password-gui: 0.8.6-2 -> 0.8.7
2020-09-24 08:20:01 +02:00
Robert Scott 1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
zowoq 2e30e228b7 bettercap: build on darwin 2020-09-23 07:29:07 +10:00
Daniël de Kok 0dac5a3c6a _1password-gui: 0.8.6-2 -> 0.8.7
Changes:

https://discussions.agilebits.com/discussion/115894/1password-development-preview-0-8-7
2020-09-22 19:31:50 +02:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
zowoq 647be9d0dd age: 1.0.0-beta4 -> 1.0.0-beta5
https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5
2020-09-22 08:03:40 +10:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
sternenseemann ac4d46972d scrypt: fix build of pkgsStatic.scrypt
The getconf input defaults to the glibc one if it is being used and uses
the netbsd version in all other cases. This fixes the build when
building with musl, since it doesn't ship a version of getconf.
2020-09-18 11:17:00 +02:00
Lassulus ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
Robert Helgesson 9dfcba812a
jwt-cli: 3.1.0 -> 3.2.1 2020-09-16 23:25:52 +02:00
Jason Carr db0e901b56 lesspass-cli: 9.0.0 -> 9.1.9 2020-09-16 08:41:36 +02:00
sternenseemann c66aaf1995 scrypt: 1.3.0 → 1.3.1, build library, enable tests
* update scrypt
* enable running of tests
* build development library libscrypt-kdf,
  install to lib output, headers to dev
* default output remains untouched: contains binary plus man pages
2020-09-15 19:48:10 +02:00
Ryan Mulligan d7357d08d5
Merge pull request #98022 from marsam/update-sops
sops: 3.6.0 -> 3.6.1
2020-09-15 07:06:36 -07:00
Daniël de Kok 715790e27f _1password-gui: 0.8.5-1 -> 0.8.6-2
Changelog:
https://discussions.agilebits.com/discussion/115787/1password-development-preview-0-8-6
2020-09-15 08:19:50 +02:00
Mario Rodas b0b730de19 sops: 3.6.0 -> 3.6.1
https://github.com/mozilla/sops/releases/tag/v3.6.1
2020-09-14 23:32:01 -05:00
Daniël de Kok d2098f90e3
Merge pull request #97852 from danieldk/1password-gui-0.8.5
_1password-gui: 0.8.4 -> 0.8.5-1
2020-09-14 15:01:20 +02:00
Vladimír Čunát e78b52ede7
Merge #95089: glibc: 2.31 -> 2.32 (into staging) 2020-09-13 08:26:14 +02:00
Maximilian Bosch 5f5ff55623
super: fix build w/glibc-2.32 2020-09-12 23:04:44 +02:00
Daniël de Kok 28cd74522e _1password-gui: 0.8.4 -> 0.8.5-1
Changes:

https://discussions.agilebits.com/discussion/115658/1password-development-preview-0-8-5
2020-09-12 19:34:43 +02:00