Julien Moutinho
0f9307a684
nethogs: fix cross-compiling
2021-10-20 21:12:22 +02:00
figsoda
d5682916a7
Merge pull request #141994 from fabaff/license-drill
...
drill: specify license
2021-10-20 08:14:20 -04:00
Sandro
8d9aeada6d
Merge pull request #142317 from trofi/parallel-libtorrent
2021-10-20 11:43:14 +02:00
Sergei Trofimovich
7a34492ea4
rtorrent: enable paralell building
...
On 16-core machine build speeds up from 90s to 19s (~4.7x).
2021-10-20 09:14:19 +01:00
Sergei Trofimovich
9e510d0ab1
libtorrent: enable paralell building
...
On 16-core machine build speeds up from 81s to 16s (~5x).
2021-10-20 09:13:03 +01:00
Fabian Affolter
a94e0e4485
drill: specify license
2021-10-20 09:18:09 +02:00
Fabian Affolter
f40d8c92fa
Merge pull request #142018 from fabaff/termscp
...
termscp: init at 0.7.0
2021-10-20 08:40:24 +02:00
Sandro
ab57b395a7
Merge pull request #142188 from fabaff/bump-httpie
2021-10-19 11:57:51 +02:00
Fabian Affolter
7464f78b36
httpie: 2.5.0 -> 2.6.0
2021-10-19 11:21:23 +02:00
José Romildo Malaquias
ef7b59ecc0
Merge pull request #141989 from romildo/upd.vopono
...
vopono: init at 0.8.6
2021-10-18 11:29:30 -03:00
R. RyanTM
778679d136
ytcc: 2.5.0 -> 2.5.1
2021-10-18 11:55:06 +00:00
José Romildo
8930e39c11
vopono: init at 0.8.6
2021-10-17 19:18:54 -03:00
Michele Guerini Rocco
1b5dc4fed1
Merge pull request #141996 from rnhmjoj/pr-tnat64
...
tnat64: 0.05 -> 0.06
2021-10-17 23:47:32 +02:00
Fabian Affolter
145736a0d7
termscp: init at 0.7.0
2021-10-17 19:56:47 +02:00
rnhmjoj
b3d5811308
tnat64: 0.05 -> 0.06
2021-10-17 15:52:48 +02:00
Bernardo Meurer
a1a7badc75
Merge pull request #138641 from poscat0x04/unbound-ecs
2021-10-17 01:00:52 -07:00
Poscat
280e7b93be
unbound: enable more features
2021-10-17 15:15:12 +08:00
figsoda
0b14dd0686
oha: 0.4.6 -> 0.4.7
2021-10-15 07:54:15 -04:00
Bobby Rong
12856f3877
Merge pull request #141614 from Flakebi/swec
...
swec: remove
2021-10-15 08:42:17 +08:00
Neubauer, Sebastian
e36b70ed55
swec: remove
...
The package doesn't run because of missing dependencies. I fixed these
but it still didn't work properly. (It complained that the searched page
was unexpectedly short, although according to strace it didn't even
connect anywhere.)
Upstream (https://gitlab.com/zerodogg/swec ) did not see any commits in
the last 9 years, so I think we should just drop this package.
LinkChecker, which is also packaged seems like a good and working
alternative.
2021-10-14 17:52:56 +02:00
Peter Simons
476635afe1
Drop myself from meta.maintainers for most packages.
...
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Sergei Trofimovich
b91ec507be
packetdrill: pull upstream fix for fno-common toolchains ( #141574 )
...
* packetdrill: pull upstream fix for fno-common toolchains
Example toolchain is clang-12. The patch fixes the following
build failure:
$ nix-build -E 'with import ./. {}; packetdrill.override { stdenv = clang12Stdenv; }'
...
ld: libpacketdrill-lib.a(tcp_options_to_string.c.o):(.bss+0x0):
multiple definition of `tcp_option';
libpacketdrill-lib.a(run.c.o):(.bss+0x18): first defined here
2021-10-13 23:20:23 -07:00
zowoq
6225d8487c
gvproxy: 0.1.0 -> 0.2.0
...
https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.2.0
2021-10-13 18:01:17 +10:00
R. RyanTM
36223baf89
ytcc: 2.4.2 -> 2.5.0
2021-10-12 18:25:15 +00:00
Pavol Rusnak
95194b0dff
yggdrasil: add genkeys utility
2021-10-12 00:04:27 +02:00
Jan Tojnar
e859225ee5
Merge pull request #139144 from NixOS/gnome-41
...
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
Sergei Trofimovich
dc5810ada6
strongswan: fix build against -fno-common toolchain
...
Example toolchain is clang-12:
$ nix-build -E 'with import ./. {}; strongswan.override { stdenv = clang12Stdenv; }'
...
ld: commands/load_authorities.o:/build/source/src/swanctl/./swanctl.h:33:
multiple definition of `swanctl_dir';
commands/load_all.o:/build/source/src/swanctl/./swanctl.h:33: first defined here
Pull upstream fix.
2021-10-11 10:28:49 +01:00
figsoda
f731f82c97
suckit: init at 0.1.2
2021-10-09 20:19:30 -04:00
Jan Tojnar
9819e2dd88
gnome.networkmanager-openvpn: 1.8.12 → 1.8.16
2021-10-09 21:35:54 +02:00
Mario Rodas
05e83ca8e9
Merge pull request #141058 from marsam/update-hurl
...
hurl: install manpages
2021-10-09 08:40:41 -05:00
Luke Granger-Brown
e19b6535d1
keepalived: 2.2.2 -> 2.2.4
...
This also fixes compilation under newer glibc, it seems.
2021-10-09 02:17:59 +00:00
Mario Rodas
42f543b217
hurl: install manpages
2021-10-08 20:53:02 -05:00
Fabian Affolter
481c1c7373
Merge pull request #140933 from fabaff/bump-amass
...
amass: 3.14.0 -> 3.14.1
2021-10-08 17:18:21 +02:00
Jean-Philippe Braun
0a33beadb3
hurl: fix build on darwin
...
Closes #140870
2021-10-08 08:35:54 +02:00
Fabian Affolter
8ebffb174b
amass: 3.14.0 -> 3.14.1
2021-10-08 08:19:26 +02:00
Sandro
a233a376c2
Merge pull request #140726 from ShamrockLee/davix
2021-10-07 23:55:29 +02:00
Fabian Affolter
f1265b7227
ligolo-ng: 0.1 -> 0.2
2021-10-07 22:12:50 +02:00
Lassulus
a93c568521
Merge pull request #140210 from 0x4A6F/master-pmacct
...
pmacct: 1.7.5 -> 1.7.6
2021-10-07 19:15:58 +02:00
Lin Yinfeng
bd47be3c86
godns: init at 2.5
2021-10-07 20:26:34 +08:00
Fabian Affolter
234ca69edd
Merge pull request #138469 from elohmeier/ligolo-ng
...
ligolo-ng: init at 0.1
2021-10-06 12:53:02 +02:00
Shamrock Lee
9e972605a0
davix: add switches for optional features
2021-10-06 06:16:16 +08:00
Shamrock Lee
362cdf2cc6
davix: 0.7.6 -> 0.8.0
2021-10-06 06:00:32 +08:00
0x4A6F
fa3378e9c4
pmacct: 1.7.5 -> 1.7.6
2021-10-05 23:47:52 +02:00
figsoda
2e1e1f0f81
Merge pull request #140581 from fabaff/mole
...
mole: init at 2.0.0
2021-10-05 13:32:56 -04:00
Fabian Affolter
a13747dcac
mole: init at 2.0.0
2021-10-05 19:16:51 +02:00
figsoda
9761c54504
Merge pull request #140530 from figsoda/httplz
...
httplz: 1.9.2 -> 1.12.1
2021-10-05 11:27:02 -04:00
Jan Christoph Ebersbach
88c65e2e69
telepresence: 0.108 -> 0.109 ( #140580 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-05 17:15:13 +02:00
Artturi
61d93e234a
Merge pull request #140394 from r-ryantm/auto-update/ytcc
2021-10-05 16:09:07 +03:00
figsoda
342267b0f0
httplz: 1.9.2 -> 1.12.1
2021-10-04 16:35:38 -04:00
github-actions[bot]
329f56da4b
Merge master into staging-next
2021-10-03 18:01:08 +00:00