3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

6610 commits

Author SHA1 Message Date
Sandro e7fe0bbc91
Merge pull request #108805 from servalcatty/v2ray
v2ray: 4.33.0 -> 4.34.0
2021-01-11 01:40:33 +01:00
Serval 0f34b4c439
v2ray: 4.33.0 -> 4.34.0 2021-01-10 22:06:46 +08:00
Sandro Jäckel 511c7203b0
urlwatch: Disable tests, name -> pname 2021-01-10 13:18:37 +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 e96424dc1e
Merge pull request #108648 from djanatyn/pkg/rdrview
rdrview: init at unstable-2020-12-22
2021-01-07 12:00:06 +01:00
Jonathan Strickland cddd4fe84a rdrview: init at unstable-2020-12-22 2021-01-07 04:44:47 -05: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
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
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 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
Anderson Torres efa604c139
Merge pull request #108293 from zowoq/docs-test
megatools: use wrapGAppsNoGuiHook
2021-01-03 11:58:59 -03:00
Pavol Rusnak 712830d101
Merge pull request #108310 from mdlayher/mdl-bump-corerad
corerad: 0.2.8 -> 0.3.0
2021-01-03 13:26:14 +01:00
Pavol Rusnak 9ce2291c2c
Merge pull request #108290 from dywedir/wavemon
wavemon: 0.9.2 -> 0.9.3
2021-01-03 13:12:22 +01:00
Matt Layher 680a8e7cd8
corerad: 0.2.8 -> 0.3.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-01-03 07:02:30 -05:00
zowoq 244503020c megatools: use wrapGAppsNoGuiHook
The gui packages pulled in by wrapGAppsHook aren't needed as it's a cli tool.
2021-01-03 19:16:48 +10:00
Vladyslav M 8a80f395b0
wavemon: 0.9.2 -> 0.9.3 2021-01-03 10:44:14 +02:00
github-actions[bot] e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
Pontus Stenetorp a4e95b70f2
fdm: modernised syntax 2020-12-30 13:17:35 +00:00
Pontus Stenetorp 3fa4f4718f
fdm: 1.9.0.20170124 -> 2.0 2020-12-30 13:17:35 +00:00
Pontus Stenetorp 326f94c059
fdm: add ninjin as a maintainer 2020-12-30 13:17:34 +00:00
github-actions[bot] c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Francesco Gazzetta 9e5b6480c5 qrcp: 0.6.4 -> 0.7.0 2020-12-28 17:21:26 +01:00
github-actions[bot] d5506c4c59
Merge master into staging-next 2020-12-28 12:24:08 +00:00
freezeboy ad13f0e569 cjdns: 21 -> 21.1 2020-12-28 12:17:39 +01:00
luc65r f6fceb321b Remove trailing whitespaces and fix indentation 2020-12-28 08:43:32 +01:00
luc65r 5a25e3e7e9 dhcp: fix build with gcc10 2020-12-28 08:43:31 +01:00
github-actions[bot] 2d9193f9f0
Merge staging-next into staging 2020-12-28 06:21:16 +00:00
zowoq 8c2b85597d kapp: 0.34.0 -> 0.35.0 2020-12-28 11:36:52 +10:00
Billy J Rhoades II 8d214984a6 kapp: init at 0.34.0
Added kapp at 0.34.0 which is currently missing in nixpkgs
2020-12-28 11:36:52 +10:00
github-actions[bot] c60825a5d9
Merge staging-next into staging 2020-12-27 18:30:33 +00:00
Fabian Affolter fe6879bb78 proxify: init at 0.0.3 2020-12-27 14:00:18 +01:00
github-actions[bot] d4a33d75f2
Merge staging-next into staging 2020-12-26 18:28:57 +00:00
John Ericson d6eebc0cc3
Merge pull request #107606 from lopsided98/openssh-cross
openssh: fix cross-compilation
2020-12-26 10:31:36 -05:00
Ben Wolsieffer c0681ac66a openssh: fix cross-compilation after #100906
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906, krb5-config was not used, so we didn't run into
this problem.
2020-12-25 18:36:21 -05:00
github-actions[bot] 7659201d58
Merge staging-next into staging 2020-12-25 18:28:52 +00:00
Tim Steinbach f03f386f45
httpstat: 1.3.0 -> 1.3.1 2020-12-25 11:00:21 -05:00
github-actions[bot] 09a970dcd2
Merge staging-next into staging 2020-12-25 12:23:40 +00:00
Sandro 6180ee5243
Merge pull request #101543 from iblech/patch-21 2020-12-25 13:02:17 +01:00
github-actions[bot] e1c2ee0555
Merge staging-next into staging 2020-12-21 18:23:33 +00:00
github-actions[bot] 85b7955180
Merge master into staging-next 2020-12-21 18:23:29 +00:00
Sandro ff234e95a5
Merge pull request #98494 from fgaz/qrcp/0.6.4
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21 18:41:58 +01:00
Janne Heß 0e7903738a
saldl: Add Python3 for wafHook 2020-12-17 19:01:33 +01:00
Francesco Gazzetta a32af20cdf qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4 2020-12-14 18:09:33 +01:00
github-actions[bot] df91ae1ac0
Merge staging-next into staging 2020-12-13 12:20:05 +00:00
Vladimír Čunát 0e18a48042
dnsperf: 2.3.4 -> 2.4.0
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
github-actions[bot] 1ab054fa5d
Merge staging-next into staging 2020-12-12 18:15:40 +00:00
Jörg Thalheim 5f0d38f05b
Merge pull request #106715 from Mic92/tinc 2020-12-12 16:35:59 +00:00
Jörg Thalheim f341fd2fe0
tinc: add myself as maintainer 2020-12-12 07:38:39 +01:00
github-actions[bot] ad994db6cd
Merge staging-next into staging 2020-12-11 18:15:37 +00:00
Martin Weinelt 4c5d46c1f2
Merge pull request #106452 from mweinelt/curl
curl: 7.73.0 -> 7.74.0
2020-12-11 18:30:58 +01:00