Commit Graph

31013 Commits

Author SHA1 Message Date
Pavol Rusnak
922b041809
Merge pull request #108009 from nima2007/mcrypt1
mcrypt: patch to include stdlib.h instead of malloc.h to build on darwin
2021-01-08 13:19:29 +01:00
zowoq
752fce151b youtube-dl: 2021.01.03 -> 2021.01.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08
2021-01-08 16:34:54 +10:00
Joachim Breitner
a00f391174 coreutils: Do not autoreconfHook on Musl
as suggested by @tobim, fixes #108661
2021-01-08 05:43:28 +00:00
Mario Rodas
c33c9cefe3 sile: mark as broken on Darwin 2021-01-08 04:20:00 +00:00
Mario Rodas
f0b9468613 lxd: 4.9 -> 4.10
https://discuss.linuxcontainers.org/t/lxd-4-10-has-been-released/9894
2021-01-08 04:20:00 +00:00
Mario Rodas
ba410c2647
Merge pull request #108533 from purcell/hdf4-darwin-libtirpc
[hdf4] Fix build on Darwin, which blocked gdal, postgis and more
2021-01-07 22:35:06 -05:00
Sandro
610ec6fe8f
Merge pull request #108704 from acowley/aux2bib
bibtex2html: add perl dependency
2021-01-08 00:30:04 +01:00
Miles Breslin
8ac4b7c7fd evscript: Init at git-47f86f0 2021-01-07 14:13:00 -08:00
Sandro
a72b5fd784
Merge pull request #108684 from Emantor/new/mpris-scrobbler
mpris-scrobbler: init at 0.4.0.1
2021-01-07 22:56:58 +01:00
Sandro
7a2a45cfc0
Merge pull request #108622 from bbigras/tab-rs
tab-rs: init at 0.5.5
2021-01-07 22:56:40 +01:00
Francesco Zanini
50e0de1232 icon-slicer: init at 0.3 2021-01-07 22:46:40 +01:00
Guillaume Girol
d52f984624
Merge pull request #108591 from iblech/patch-24
dsniff: unbreak the build
2021-01-07 21:40:32 +00:00
Sandro
e587f393dd
Merge pull request #108660 from fabaff/subjs
subjs: init at 1.0.1
2021-01-07 21:07:03 +01:00
Daniël de Kok
7b72e86481
Merge pull request #108396 from nagy/ceph-aarch64
ceph: enable aarch64-linux platform
2021-01-07 19:54:51 +01:00
Anthony Cowley
d620de4a69 bibtex2html: add perl dependency
The `aux2bib` tool that is part of the bibtex2html package requires
perl. Without this dependency, the `aux2bib` script is installed with
a shebang pointing to `/usr/bin/perl`.
2021-01-07 12:51:16 -05:00
David Wood
70e7255831
mdcat: 0.22.1 -> 0.22.2 2021-01-07 17:08:11 +00:00
Rouven Czerwinski
cf2c95a19f mpris-scrobbler: init at 0.4.0.1
Minimalistic scrobbler using the the MPRIS specification to scrobble to
libre.fm and last.fm.
2021-01-07 16:45:53 +01:00
Tim Steinbach
10149d6954
awscli: 1.18.209 -> 1.18.210 2021-01-07 09:57:23 -05:00
Fabian Affolter
15da30e04a subjs: init at 1.0.1 2021-01-07 13:55:55 +01:00
Sandro
5796227734
Merge pull request #108633 from tckmn/add-foma 2021-01-07 12:20:28 +01:00
Sandro
e96424dc1e
Merge pull request #108648 from djanatyn/pkg/rdrview
rdrview: init at unstable-2020-12-22
2021-01-07 12:00:06 +01:00
Sandro
4c87452cab
Merge pull request #108605 from fabaff/grype
grype: init at 0.6.1
2021-01-07 11:47:40 +01:00
Bruno Bigras
4d76eb1621 tab-rs: init at 0.5.5
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-07 05:43:09 -05:00
Sandro
fcc81bc974
Merge pull request #108483 from andresilva/mdbook-0.4.5
mdbook: 0.4.4 -> 0.4.5
2021-01-07 11:31:43 +01:00
Sandro
61ecc6e467
Merge pull request #108593 from fabaff/urlhunter
urlhunter: init at 0.1.1
2021-01-07 11:15:08 +01:00
Jonathan Strickland
cddd4fe84a rdrview: init at unstable-2020-12-22 2021-01-07 04:44:47 -05:00
Sandro Jäckel
ffc02499d6
evdevremapkeys: Disable tests, remove name use 2021-01-07 10:43:52 +01:00
Sandro
3f132c79ac
Merge pull request #108536 from SuperSandro2000/small-fixes 2021-01-07 10:38:49 +01:00
Andy Tockman
926854440f foma: init at 0.9.18alpha 2021-01-06 21:13:20 -06:00
Sandro
400ab9c999
Merge pull request #108515 from roosemberth/bump-wtype
wtype: 2020-09-14 -> 0.3
2021-01-07 02:51:44 +01:00
Ingo Blechschmidt
0f15ca239d dsniff: unbreak the build
We revert to using GCC 9 for compilation, in order to work around a GCC 10 bug
resulting in a segfault when compiling.

The alternative would be to restrict to optimization level -O1, but this
disables fortify.
2021-01-07 00:30:10 +01:00
Sandro
de2c770f3e
Merge pull request #108510 from zowoq/fzf
fzf: 0.24.4 -> 0.25.0
2021-01-07 00:14:22 +01:00
Sandro Jäckel
ac391fdc0b
pythonPackages:google*: Noramlize names by replacing _ with - 2021-01-06 23:59:50 +01:00
Steve Purcell
0f4be28af5 hdf4: fix build on darwin
The fix here is to not include libtirc on Darwin, on which platform
the library is unavailable.
2021-01-07 11:51:22 +13:00
Sandro
210b6509ed
Merge pull request #108501 from Ma27/tcpdump-cve-2020-8037
tcpdump: fix CVE-2020-8037
2021-01-06 22:51:42 +01:00
Tim Steinbach
631af2143f
awscli: 1.18.208 -> 1.18.209 2021-01-06 14:28:39 -05:00
Michael Weiss
b9cbe0f8e7
fim: Fix the build by switching back to GCC 9
GCC 10 breaks the build: https://hydra.nixos.org/build/134272249
There are workarounds to fix the build with GCC 10 [0] but since
upstream is inactive it's probably best to deprecate fim soon.

[0]: https://aur.archlinux.org/cgit/aur.git/commit/?h=fim&id=66258387a099da72f7758495fb0e3c93e16068e7
2021-01-06 19:45:39 +01:00
Fabian Affolter
0fcc27a666 grype: init at 0.6.1 2021-01-06 19:11:00 +01:00
Fabian Affolter
90dc95e41e urlhunter: init at 0.1.1 2021-01-06 17:37:10 +01:00
Roosembert Palacios
f782b23bbd
wtype: 2020-09-14 -> 0.3
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2021-01-06 16:40:43 +01:00
Peter Hoeg
8436064b26 clinfo: make it build again 2021-01-06 22:53:39 +08:00
Mario Rodas
dfd0182493
Merge pull request #108552 from marsam/update-nfpm
nfpm: 1.10.2 -> 2.2.2
2021-01-06 09:43:43 -05:00
Doron Behar
41d68e4e13
Merge pull request #94561 from cpcloud/shipyard
shipyard: init at 0.1.17
2021-01-06 16:08:13 +02:00
Sandro
106576b2cd
Merge pull request #108561 from marsam/update-fastlane
fastlane: 2.148.1 -> 2.171.0
2021-01-06 13:44:48 +01:00
Mario Rodas
f936bda720
Merge pull request #108364 from Chili-Man/vault-1.6.1-update
vault: 1.6.0 -> 1.6.1
2021-01-06 06:08:40 -05:00
Phillip Cloud
6780f6c607 shipyard: init at 0.1.17 2021-01-06 05:44:09 -05:00
Sandro
fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Sandro Jäckel
ffced65cee
grab-site: Fix package 2021-01-06 11:05:14 +01:00
Michael Hoang
31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Mario Rodas
4e885b9a7e nfpm: 1.10.2 -> 2.2.2 2021-01-05 23:38:10 -05:00
Mario Rodas
109c2c7e06 fastlane: 2.148.1 -> 2.171.0 2021-01-06 04:20:00 +00:00
Mario Rodas
5ca9b52719 vorbisgain: enable on darwin 2021-01-06 04:20:00 +00:00
Orivej Desh
4e2a4fc133 nixUnstable: 2.4pre20201201_5a6ddb3 -> 2.4pre20201205_a5d85d0
It support newer aws-cpp-sdk since https://github.com/NixOS/nix/pull/4316
2021-01-06 06:05:52 +00:00
Orivej Desh
b07089cd1a nix: patch to support newer aws-sdk-cpp
Upstream PR: https://github.com/NixOS/nix/pull/4404
2021-01-06 06:05:52 +00:00
Orivej Desh
4cb0e9e1c4 nix: update aws-sdk-cpp TransferManager ContentEncoding patch for 1.8.113 2021-01-06 06:05:51 +00:00
Diego Rodriguez
1017399b7a
vault-bin: 1.6.0 -> 1.6.1 2021-01-05 21:00:25 -07:00
Mario Rodas
81754da8c8
Merge pull request #108521 from lovesegfault/vale-2.6.8
vale: 2.6.5 -> 2.6.8
2021-01-05 21:10:27 -05:00
Sandro
cde7613874
Merge pull request #108051 from SuperSandro2000/luxcorerender-build
luxcorerender: Fix build
2021-01-06 01:59:34 +01:00
Sandro
91f3a87b16
Merge pull request #108508 from zowoq/nix-update
nix-update: 0.3 -> 0.3.1
2021-01-06 01:17:08 +01:00
Phillip Cloud
014007ff20 consul-template: 0.19.4 -> 0.25.1 2021-01-05 14:51:10 -08:00
Bernardo Meurer
0c1a71e855
vale: 2.6.5 -> 2.6.8 2021-01-05 13:45:11 -08:00
zowoq
8710256ef4 fzf: 0.24.4 -> 0.25.0
https://github.com/junegunn/fzf/releases/tag/0.25.0
2021-01-06 06:11:26 +10:00
zowoq
4abbfd83d9 nix-update: 0.3 -> 0.3.1
https://github.com/Mic92/nix-update/releases/tag/0.3.1
2021-01-06 05:46:08 +10:00
Maximilian Bosch
08d77caac0
tcpdump: fix CVE-2020-8037
https://nvd.nist.gov/vuln/detail/CVE-2020-8037
2021-01-05 19:39:28 +01:00
Jörg Thalheim
a14ea3aecc
Merge pull request #97740 from ju1m/tor
nixos/tor: improve type-checking and hardening
2021-01-05 16:00:40 +00:00
Tim Steinbach
84df1a4f1b
awscli: 1.18.207 -> 1.18.208 2021-01-05 10:30:28 -05:00
André Silva
397c5a3d08
mdbook: 0.4.4 -> 0.4.5 2021-01-05 14:58:19 +00:00
Anderson Torres
0972bbc12d
Merge pull request #108445 from AndersonTorres/updates
Misc updates
2021-01-05 11:54:15 -03:00
Kevin Cox
e10ef1faec
Merge pull request #108131 from thiagokokada/opentabletdriver-misc-improvements
opentabletdriver: misc improvements to package/module
2021-01-05 08:20:39 -05:00
zowoq
517241f354 gdu: 2.0.0 -> 2.1.0
https://github.com/dundee/gdu/releases/tag/v2.1.0
2021-01-05 18:44:43 +10:00
zowoq
ef5cb37c30 miniserve: 0.10.3 -> 0.10.4
https://github.com/svenstaro/miniserve/releases/tag/v0.10.4
2021-01-05 17:46:36 +10:00
John Ericson
4a6916aba3
Merge pull request #108350 from Ericson2314/no-static-overlay
treewide: Inline more of the static overlay
2021-01-04 22:30:00 -05:00
Sandro
51e2708f58
Merge pull request #108372 from fabaff/gdu
gdu: init at 2.0.0
2021-01-05 03:12:00 +01:00
Sandro
34b66c5ff3
Merge pull request #108298 from fabaff/stegseek
stegseek: init at 0.5
2021-01-05 03:09:45 +01:00
AndersonTorres
c1cb63e2ec ytree: 2.02 -> 2.03 2021-01-04 20:32:02 -03:00
Maximilian Bosch
7cd7ff7acb
Merge pull request #108420 from grahamc/aws-nuke
aws-nuke: init at 2.14.0
2021-01-04 23:53:52 +01:00
Sandro
cb54c233ef
Merge pull request #108397 from afreakk/eksctl-v0-35-0
eksctl: 0.34.0 -> 0.35.0
2021-01-04 22:06:20 +01:00
Graham Christensen
2bb0558d0a aws-nuke: init at 2.14.0 2021-01-04 14:43:00 -05:00
Vladimír Čunát
1a57d96edd
efivar: fixup build on i686-linux
Fixes #108375.  (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
afreakk
afaef8a77a
eksctl: 0.34.0 -> 0.35.0 2021-01-04 15:59:28 +01:00
Daniel Nagy
b374d993ed
ceph: enable aarch64-linux platform 2021-01-04 15:37:23 +01:00
Emery Hemingway
c9839d6129 ipxe: 1.20.1 -> 1.21.1 2021-01-04 12:28:03 +01:00
Peter Simons
4a55ebeca2
Merge pull request #104089 from enolan/fix-duplicity-s3-deps
duplicity: add missing deps for S3
2021-01-04 11:44:41 +01:00
Josef Kemetmüller
311addecb8 hdf4: Fix aarch64 build
The last glibc bump did break the aarch64 build of hdf4. We fix it by
adding the libtirpc dependency, which was previously part of glibc.

Fixes: #108340
2021-01-04 09:32:50 +01:00
Fabian Affolter
d5482c2ad2 gdu: init at 2.0.0 2021-01-04 08:51:06 +01:00
Sandro
00dc9ff545
Merge pull request #108260 from charles-dyfis-net/ttygif-missing-deps
ttygif: add missing dependencies on xwd, imagemagick
2021-01-04 04:43:49 +01:00
Diego Rodriguez
0376f546cb
vault: 1.6.0 -> 1.6.1 2021-01-03 19:01:09 -07:00
Julien Moutinho
0ccdd6f2b0 nixos/tor: improve type-checking and hardening
Fixes #77395.
Fixes #82790.
2021-01-04 01:02:26 +01:00
Bernardo Meurer
77d190f109
Merge pull request #108275 from lovesegfault/beetsUnstable
beets: 1.4.9 -> unstable-2020-12-22
2021-01-03 23:44:03 +00:00
John Ericson
5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson
b3f29f3817
Merge pull request #107238 from Ericson2314/no-static-overlay
treewide: Start to break up static overlay
2021-01-03 15:15:49 -05:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Michael Weiss
16b53ed1e2
html-proofer: 3.18.3 -> 3.18.5 2021-01-03 19:00:26 +01:00
Charles Duffy
0d758e68a2
ttygif: add missing dependencies on xwd, imagemagick 2021-01-03 10:26:30 -06:00
Anderson Torres
efa604c139
Merge pull request #108293 from zowoq/docs-test
megatools: use wrapGAppsNoGuiHook
2021-01-03 11:58:59 -03:00
rnhmjoj
3488d7ba1f
bdf2psf: 1.999 -> 1.200 2021-01-03 14:35:44 +01:00
Fabian Affolter
2b587e67fd badchars: init at 0.4.0 2021-01-03 13:45:20 +01:00
zowoq
907e95015c youtube-dl: 2020.12.31 -> 2021.01.03
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.03
2021-01-03 22:41:47 +10:00
Bernardo Meurer
cea2b9eff4 beets: add doronbehar to maintainers 2021-01-03 14:36:54 +02:00
Bernardo Meurer
264b77f005 beets: add lovesegfault to maintainers 2021-01-03 14:36:54 +02:00