Commit Graph

8391 Commits

Author SHA1 Message Date
rnhmjoj
b3d5811308
tnat64: 0.05 -> 0.06 2021-10-17 15:52:48 +02:00
github-actions[bot]
49b132183a
Merge staging-next into staging 2021-10-17 12:01:42 +00:00
github-actions[bot]
4454997349
Merge master into staging-next 2021-10-17 12:01:09 +00: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
Martin Weinelt
ab1945331e
Merge pull request #141829 from risicle/ris-curl-7.79.1 2021-10-17 02:24:12 +02:00
Ryan Burns
3220fbe696 Merge branch 'master' into staging-next 2021-10-16 16:07:38 -07:00
Martin Weinelt
f651d617a6 curl: use --with/without-openssl instead of --with/without-ssl
This also migrates sslSupport to opensslSupport, which affects packages
overriding the curl package in that regard.
2021-10-16 11:35:18 +01:00
Robert Scott
106e944e19 curl: 7.76.1 -> 7.79.1
patching out SystemConfiguration requirement on darwin as we
can't use it from within the curl bootstrap loop
2021-10-16 11:35:18 +01:00
Martin Weinelt
a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02: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
Martin Weinelt
adf4e67dd4 Merge remote-tracking branch 'origin/staging' into staging-next 2021-10-15 01:34:36 +02: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
Luke Granger-Brown
1beae6c524
Merge pull request #139669 from risicle/ris-curl-CVE-2021-22945
curl: add patch for CVE-2021-22945
2021-10-14 15:09:35 +01: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
github-actions[bot]
0bb8cb9c7a
Merge staging-next into staging 2021-10-13 06:01:52 +00:00
R. RyanTM
36223baf89 ytcc: 2.4.2 -> 2.5.0 2021-10-12 18:25:15 +00:00
github-actions[bot]
7af387291c
Merge staging-next into staging 2021-10-12 12:02:08 +00:00
Florian Klink
b112f366fb
Merge pull request #81172 from misuzu/iptables-switch
iptables: switch from iptables-legacy to iptables-nftables-compat
2021-10-12 12:38:56 +02:00
github-actions[bot]
5065827878
Merge staging-next into staging 2021-10-12 00:02:05 +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
Sandro
0367a18c28
Merge pull request #141185 from Mindavi/ppp/cross 2021-10-11 21:10:30 +02:00
github-actions[bot]
92a15c8929
Merge staging-next into staging 2021-10-11 18:01:55 +00:00
Rick van Schijndel
5bb850a5b9 ppp: support cross-compilation, cleanup old code 2021-10-11 19:36:18 +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
github-actions[bot]
335de1a880
Merge staging-next into staging 2021-10-10 12:02:03 +00: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
github-actions[bot]
81e9eafb15
Merge staging-next into staging 2021-10-09 18:01:47 +00:00
Mario Rodas
05e83ca8e9
Merge pull request #141058 from marsam/update-hurl
hurl: install manpages
2021-10-09 08:40:41 -05:00
github-actions[bot]
8077f060f3
Merge staging-next into staging 2021-10-09 06:01:46 +00: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
github-actions[bot]
605eb4e1e0
Merge staging-next into staging 2021-10-08 18:01:58 +00: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
github-actions[bot]
b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00: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
github-actions[bot]
c081bc394c
Merge staging-next into staging 2021-10-07 18:01:44 +00: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
github-actions[bot]
ffeeefedb8
Merge staging-next into staging 2021-10-06 12:02:08 +00: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
github-actions[bot]
f4ec0a418f
Merge staging-next into staging 2021-10-05 18:01:58 +00: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]
23fbe4eb93
Merge staging-next into staging 2021-10-03 18:01:40 +00:00
github-actions[bot]
329f56da4b
Merge master into staging-next 2021-10-03 18:01:08 +00:00
ajs124
cb71590084
Merge pull request #140371 from helsinki-systems/cve/openssh
openssh_hpn/openssh_gssapi: Add CVE-2021-41617
2021-10-03 18:21:28 +02:00
R. RyanTM
7e98a25a99 ytcc: 2.4.1 -> 2.4.2 2021-10-03 16:09:16 +00:00
maxine [they]
d1a18a3dbe
Merge pull request #137233 from maxeaubrey/modemmanager_1.18.0 2021-10-03 16:48:07 +02:00
Sandro
dbae9f773f
Merge pull request #140366 from VergeDX/v2ray 2021-10-03 16:04:28 +02:00
Janne Heß
bc56346bcd
openssh_hpn/openssh_gssapi: Add CVE-2021-41617 2021-10-03 15:05:35 +02:00
Sandro
d7fde9116c
Merge pull request #135804 from alarsyo/bandwhich-dep-bump 2021-10-03 14:35:18 +02:00
Vanilla
0f0ffc5e86
v2ray: 4.42.1 -> 4.43.0 2021-10-03 20:26:08 +08:00
github-actions[bot]
4bf484102e
Merge staging-next into staging 2021-10-03 12:01:55 +00:00
github-actions[bot]
db9657cccd
Merge master into staging-next 2021-10-03 12:01:21 +00:00
Fabian Affolter
08de880a0e
Merge pull request #140244 from fabaff/bump-amass
amass: 3.13.4 -> 3.14.0
2021-10-03 08:51:35 +02:00
github-actions[bot]
8aab9796f3
Merge staging-next into staging 2021-10-03 06:01:55 +00:00
github-actions[bot]
a484ea4131
Merge master into staging-next 2021-10-03 06:01:22 +00:00
Sandro
6efbddf3b9
Merge pull request #140333 from SuperSandro2000/croc 2021-10-03 02:17:11 +02:00
Sandro
5ecc999aa9
Merge pull request #140307 from LeSuisse/stevenblack-blocklist-3.9.7 2021-10-03 02:13:33 +02:00
Sandro
3c37b06f28
Merge pull request #140308 from fabaff/bump-rustcat 2021-10-03 02:09:26 +02:00
github-actions[bot]
91e467c213
Merge staging-next into staging 2021-10-03 00:02:41 +00:00
github-actions[bot]
a0d8ed46f8
Merge master into staging-next 2021-10-03 00:01:59 +00:00
Sandro Jäckel
175dbdb076
croc: 9.3.0 -> 9.4.2 2021-10-03 01:24:29 +02:00
Sandro
09b09bc67e
Merge pull request #140324 from wahjava/update-flannel-plugin 2021-10-03 00:39:34 +02:00
Ashish SHUKLA
4766e365d3
cni-plugin-flannel: 1.0 -> 1.1
https://github.com/flannel-io/cni-plugin/releases/tag/v1.1
2021-10-03 03:39:52 +05:30
Fabian Affolter
98088c76a8 rustcat: 1.3.0 -> 2.0.0 2021-10-02 20:39:50 +02:00
Thomas Gerbet
99fb649fbc stevenblack-blocklist: 3.8.2 -> 3.9.7 2021-10-02 20:12:36 +02:00
github-actions[bot]
9960091b16
Merge staging-next into staging 2021-10-02 18:01:48 +00:00
github-actions[bot]
8da8988e14
Merge master into staging-next 2021-10-02 18:01:17 +00:00
figsoda
18cb7eb974
Merge pull request #139228 from oxzi/ssh-key-confirmer-init
ssh-key-confirmer: init at 0.1
2021-10-02 10:26:08 -04:00
Alvar Penning
c48c82533b ssh-key-confirmer: init at 0.1 2021-10-02 14:08:38 +02:00
Fabian Affolter
f086392b50 amass: 3.13.4 -> 3.14.0 2021-10-02 09:26:17 +02:00
github-actions[bot]
b38a46cddd
Merge staging-next into staging 2021-10-02 00:06:56 +00:00
github-actions[bot]
90a3ecee8f
Merge master into staging-next 2021-10-02 00:04:43 +00:00
Sandro
807b31899f
Merge pull request #140090 from SuperSandro2000/wget2 2021-10-01 20:49:42 +02:00
github-actions[bot]
162d2d4cdb
Merge staging-next into staging 2021-10-01 18:02:03 +00:00
github-actions[bot]
1256bc4623
Merge master into staging-next 2021-10-01 18:01:22 +00:00
Martin Weinelt
b2bdfd67eb
kea: 1.9.11 -> 2.0.0 2021-10-01 11:04:05 +02:00
github-actions[bot]
6baf6700f7
Merge staging-next into staging 2021-10-01 06:01:38 +00:00
github-actions[bot]
b1431ff2ab
Merge master into staging-next 2021-10-01 06:01:06 +00:00
Mario Rodas
adb5c70cd3
Merge pull request #139640 from r-ryantm/auto-update/s3cmd
s3cmd: 2.1.0 -> 2.2.0
2021-09-30 21:39:39 -05:00
github-actions[bot]
29cadb4162
Merge staging-next into staging 2021-10-01 00:02:08 +00:00
github-actions[bot]
bba461b209
Merge master into staging-next 2021-10-01 00:01:31 +00:00
Sandro Jäckel
6ff40871c0
wget2: 1.99.2 -> 2.0.0 2021-10-01 00:03:58 +02:00