Commit Graph

8677 Commits

Author SHA1 Message Date
Vladimír Čunát
9a0723cc3f
unbound-full: fix the build again
... by not avoiding openssl dependency in .lib.
dnstap part of code ran into issues with this during checkPhase.

The benefit of withSlimLib is mainly for `unbound`;
for the fuller builds it doesn't seem important.
2021-11-28 15:41:19 +01:00
Sandro
5620395e75
Merge pull request #145944 from trofi/fix-httping-for-ncurses-6.3 2021-11-28 03:04:53 +01:00
Sandro
9dc12546ab
Merge pull request #147030 from jtojnar/linkchecker 2021-11-26 17:52:16 +01:00
Sandro
320c5dc593
Merge pull request #146500 from SuperSandro2000/croc 2021-11-26 13:37:13 +01:00
Lin Yinfeng
1432f5c30d
godns: 2.5.1 -> 2.5.2 2021-11-25 23:17:49 +08:00
Sandro
9a58394bad
Merge pull request #146954 from DeeUnderscore/xh-0.14.0 2021-11-25 00:35:07 +01:00
Jan Tojnar
2767ab90d4
Merge pull request #147037 from jtojnar/gnome-update
gnome update
2021-11-23 16:09:58 +01:00
Jan Tojnar
c87458e002 gupnp-tools: 0.10.1 → 0.10.2
https://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.10/gupnp-tools-0.10.2.news
2021-11-23 15:34:15 +01:00
Jörg Thalheim
469d7d5013 wireguard-tools: remove myself as maintainer 2021-11-23 13:48:23 +01:00
Fabian Affolter
5115825c85
Merge pull request #147047 from fabaff/slowlorust
slowlorust: init at 0.1.1
2021-11-23 09:16:48 +01:00
Jason A. Donenfeld
7727ce7c3b
Revert "wireguard-tools: allow system resolvconf implementation if available" 2021-11-23 00:24:48 +01:00
Fabian Affolter
3987f21582 slowlorust: init at 0.1.1 2021-11-22 21:55:36 +01:00
Jan Tojnar
a7861c2669 linkchecker: 10.0.0 → 10.0.1
https://github.com/linkchecker/linkchecker/releases/tag/v10.0.1
2021-11-22 19:18:14 +01:00
github-actions[bot]
28641f51dc
Merge master into staging-next 2021-11-22 18:01:08 +00:00
Sandro
0778565a0d
Merge pull request #139530 from Mic92/wireguard-tools 2021-11-22 16:23:24 +01:00
Sandro
ff8f08c372
Merge pull request #145885 from trofi/fix-jnettop-for-ncurses-6.3 2021-11-22 15:43:33 +01:00
Sandro
2de4d2ce89
Merge pull request #143255 from r-ryantm/auto-update/zap 2021-11-22 15:18:42 +01:00
D Anzorge
b05a202159 xh: 0.13.0 -> 0.14.0
Added `withNativeTls` arg to enable building xh with native TLS support,
which makes `xh --native-tls` usable. With or without native TLS
support, xh uses rustls by default.
2021-11-22 01:47:16 +01:00
Jonathan Ringer
09e494f4c2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/window-managers/sway/default.nix
2021-11-21 14:40:40 -08:00
Sergei Trofimovich
0935cb7ed7 httping: pull upstream fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    nc.c:238:17: error: format not a string literal and no format arguments [-Werror=format-security]
      238 |                 wprintw(w, what);
          |                 ^~~~~~~
2021-11-21 21:09:53 +00:00
Fabian Affolter
fdd6f7cc53
Merge pull request #145184 from vdot0x23/submit/netdiscover-init
netdiscover: init at 0.8.1
2021-11-21 20:05:40 +01:00
github-actions[bot]
18ad263272
Merge master into staging-next 2021-11-21 18:01:07 +00:00
Sandro
07f29d2db2
Merge pull request #146829 from r-burns/isx86 2021-11-21 14:20:12 +01:00
github-actions[bot]
6ad93ecdbb
Merge master into staging-next 2021-11-21 06:01:18 +00:00
Artturi
67a50ee79f
Merge pull request #146827 from flurie/fix-cdpr-darwin
cdpr: fix build on darwin
2021-11-21 05:59:21 +02:00
Ryan Burns
2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
github-actions[bot]
43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
flurie
31b38fd938
cdpr: fix build on darwin 2021-11-20 18:24:38 -05:00
Sandro
82bc9a725d
Merge pull request #146602 from vdemeester/kail-015 2021-11-20 19:39:20 +01:00
Sandro Jäckel
eef64da3db
ookla-speedtest: fix syntax error when evaling on unsupported platforms 2021-11-19 23:49:26 +01:00
Victor Buttner
4aea8b21ed netdiscover: init at 0.8.1 2021-11-19 20:08:09 +01:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Sandro
f0eaaeb774
Merge pull request #144567 from mkg20001/wgf 2021-11-19 17:03:39 +01:00
Sandro
32f91d79e9
Merge pull request #143073 from NeverBehave/pkg/ocserv 2021-11-19 13:24:02 +01:00
Vincent Demeester
17c12a8cd2
kail: 0.8.0 -> 0.15.0 switch to buildGoModule
Updating to the latest release and switching to go modules.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2021-11-19 11:06:05 +01:00
github-actions[bot]
c83cfc58e5
Merge master into staging-next 2021-11-19 00:01:26 +00:00
Sandro Jäckel
2376862609
croc: 9.4.2 -> 9.5.0 2021-11-18 17:52:00 +01:00
Harsh Shandilya
dee196abef
lychee: 0.7.0 -> 0.8.1 2021-11-18 20:27:58 +05:30
github-actions[bot]
c20c52d15c
Merge master into staging-next 2021-11-18 12:01:15 +00:00
Maciej Krüger
a54392efda
wg-friendly-peer-names: init at unstable-2021-11-08 2021-11-17 18:15:29 +01:00
Ilan Joselevich
5ffd52d09f ookla-speedtest: 1.0.0 -> 1.1.0 2021-11-17 17:04:54 +02:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
Anderson Torres
12b0fcffab
Merge pull request #146334 from flurie/fix-cbftp-darwin
cbftp: fix build on darwin
2021-11-16 23:38:13 -03:00
figsoda
6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
flurie
2b46936e9c
cbftp: fix build on darwin 2021-11-16 20:42:55 -05:00
github-actions[bot]
90829d83e5
Merge master into staging-next 2021-11-17 00:01:49 +00:00
misuzu
75b6455294
zerotierone: 1.8.2 -> 1.8.3 (#146293) 2021-11-16 20:50:30 +00:00
Fabian Affolter
d74b9bab02
Merge pull request #146066 from amfl/gemget-1.8.0
gemget: init at 1.8.0
2021-11-16 19:53:13 +01:00
Martin Weinelt
37fa1e7c1d treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
figsoda
84361e0a98 bore: use checkFeatures 2021-11-16 08:11:55 -05:00