278738 Commits

Author SHA1 Message Date
Fabian Affolter
561fa02f12 python3Packages.iaqualink: init at 0.4.0 2021-03-20 09:53:47 +01:00
R. RyanTM
b4bbe8d1f3 sysstat: 12.3.2 -> 12.4.3 2021-03-20 09:37:31 +01:00
R. RyanTM
8d1f91da13 unixODBC: 2.3.7 -> 2.3.9 2021-03-20 09:37:05 +01:00
R. RyanTM
63e9c2fbf2 gnutar: 1.32 -> 1.34 2021-03-20 09:36:47 +01:00
R. RyanTM
6a11144123 xapian: 1.4.17 -> 1.4.18 2021-03-20 09:35:00 +01:00
R. RyanTM
8bd6c3b297 btrfs-progs: 5.10.1 -> 5.11 2021-03-20 09:34:24 +01:00
R. RyanTM
8a0acc8d56 acl: 2.2.53 -> 2.3.0 2021-03-20 09:33:52 +01:00
R. RyanTM
2e4e20f4f6 popt: 1.16 -> 1.18 2021-03-20 09:32:10 +01:00
R. RyanTM
137bf20875 libmpc: 1.2.0 -> 1.2.1 2021-03-20 09:29:11 +01:00
R. RyanTM
505383074c help2man: 1.47.17 -> 1.48.1 2021-03-20 09:27:45 +01:00
Dylan Baker
eb5cd6e4d8 asciidoctor: 2.0.10 -> 2.0.12 2021-03-20 09:27:20 +01:00
Thomas Tuegel
54c7a0f422 cc-wrapper: -nostdlib does not imply -nostdinc++
The check for including the C++ standard library headers was nested inside the
check for linking with the C++ standard library. As a result, the `-nostdlib`
flag incorrectly implied `-nostdinc++`, which made it virtually impossible to
partially link C++ objects.
2021-03-20 09:26:04 +01:00
Arthur Gautier
ad6e13fcfb elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
2021-03-20 09:24:51 +01:00
Arthur Gautier
c600d5232d elfutils: add support for debuginfod
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-20 09:24:51 +01:00
R. RyanTM
4cbfcb3945 libcap: 2.47 -> 2.48 2021-03-20 09:22:42 +01:00
Daniël de Kok
d6fc82e877 makemkv: 1.15.4 -> 1.16.3
Changelog:

https://www.makemkv.com/download/
2021-03-20 09:22:21 +01:00
R. RyanTM
a24b40bd40 unbound: 1.13.0 -> 1.13.1 2021-03-20 09:22:21 +01:00
R. RyanTM
7bfd49ecdb waf: 2.0.20 -> 2.0.22 2021-03-20 09:22:04 +01:00
R. RyanTM
1a9d746de5 vim: 8.2.1522 -> 8.2.2567 2021-03-20 09:21:45 +01:00
Robert Schütz
b06174986c python3Packages.dateparser: run tests 2021-03-20 09:21:02 +01:00
Robert Schütz
d6c9bf042f pythonPackages.dateparser: dropped support for Python 2.7 2021-03-20 09:21:02 +01:00
Drew Risinger
fb93908782 python3Packages.more-itertools: 8.6.0 -> 8.7.0
Add changelog.
2021-03-20 09:20:05 +01:00
R. RyanTM
f2a6ca89f3 bison: 3.7.5 -> 3.7.6 2021-03-20 09:19:34 +01:00
R. RyanTM
b98fb48c38 cryptsetup: 2.3.4 -> 2.3.5 2021-03-20 09:19:11 +01:00
R. RyanTM
f0768ece9a libipt: 2.0.3 -> 2.0.4 2021-03-20 09:18:50 +01:00
R. RyanTM
2b409213c0 harfbuzz: 2.7.4 -> 2.8.0 2021-03-20 09:18:21 +01:00
R. RyanTM
37e7ad02d3 openldap: 2.4.57 -> 2.4.58 2021-03-20 09:17:46 +01:00
Frederik Rietdijk
69bf48cc3d
Merge pull request #116793 from veprbl/pr/urllib3_drop_obsolete
python3Packages.urllib3: remove obsolete SSL dependencies
2021-03-20 09:17:24 +01:00
Dmitry Kalinkin
11ae139333 cacert.certdata2pem: add a download mirror from ubuntu 2021-03-20 09:11:48 +01:00
Dmitry Kalinkin
62d332feaf cacert: refactor to put certdata2pem on tarballs.nixos.org
nix-instantiate --eval --json --strict ./maintainers/scripts/find-tarballs.nix --arg expr '(import ./. {}).cacert' 2>/dev/null | jq '.[].name' | grep cert
"certdata2pem.py"
2021-03-20 09:11:48 +01:00
Frederik Rietdijk
72aa2d1f78
Merge pull request #115678 from veprbl/pr/coreutils_tests
coreutils: enable tests for non-standard store path
2021-03-20 09:06:40 +01:00
Daniël de Kok
cf66c08b84 python3Packages.setuptools-rust: do no mix Python versions in tests
The passthru test used python3Packages, mixing different Python
version when testing on a Python version different that the python3
alias.
2021-03-20 08:50:28 +01:00
Daniël de Kok
313177129b python3Packages.setuptools-rust: fix passthru test
The build wanted to create a Cargo.lock in the top-level source
directory (presumably because it is also a Cargo project), since we
were crating the lock file in sourceRoot (which was set to the example
project). This failed because the sources are read-only. Change the
test to create the lock file in the top-level crate directory, which
is Cargo's default behavior.
2021-03-20 08:38:28 +01:00
Fabian Affolter
8e32d8739d
Merge pull request #116832 from r-ryantm/auto-update/bettercap
bettercap: 2.30 -> 2.30.2
2021-03-20 08:31:27 +01:00
Fabian Affolter
4e8341e19c
Merge pull request #116848 from r-ryantm/auto-update/findomain
findomain: 3.1.0 -> 4.0.1
2021-03-20 08:30:58 +01:00
Ben Siraphob
ca4e35218e trealla: init at 1.7.65 2021-03-20 14:20:19 +07:00
Jörg Thalheim
fa488cd9bf
Merge pull request #117008 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15108 -> 0.1.15149
2021-03-20 06:58:48 +00:00
Daniël de Kok
807f70aff6 python3Packages.setuptools-rust: 0.11.6 -> 0.12.1
Changelog:

https://github.com/PyO3/setuptools-rust/releases/tag/v0.12.1
https://github.com/PyO3/setuptools-rust/releases/tag/v0.12.0
2021-03-20 07:50:43 +01:00
github-actions[bot]
11187b30ca
Merge staging-next into staging 2021-03-20 06:21:50 +00:00
github-actions[bot]
4eb136c046
Merge master into staging-next 2021-03-20 06:21:47 +00:00
Peter Hoeg
f17621f688 shards: 0.14.0 -> 0.14.1 2021-03-20 14:07:40 +08:00
Ben Siraphob
32b366fd69 bash-supergenpass: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob
eb260e60a6 surfraw: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob
6bdd008914 shc: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob
ac568af804 rshijack: expand platforms to unix 2021-03-20 12:40:49 +07:00
Ben Siraphob
73e2aad637 redir: expand platforms to all 2021-03-20 12:40:49 +07:00
R. RyanTM
20d0a01fe1 crow-translate: 2.8.0 -> 2.8.1 2021-03-20 04:57:50 +00:00
Mario Rodas
05212df6b4 grpc: 1.36.1 -> 1.36.4 2021-03-20 04:20:00 +00:00
Mario Rodas
9e76601be0 mpd: fix build on darwin 2021-03-20 04:20:00 +00:00
Mario Rodas
cefa27d244 gopass: 1.12.2 -> 1.12.4
https://github.com/gopasspw/gopass/releases/tag/v1.12.3
https://github.com/gopasspw/gopass/releases/tag/v1.12.4
2021-03-20 04:20:00 +00:00