Commit graph

9742 commits

Author SHA1 Message Date
Bernardo Meurer 2817885f01
mosh: fix build on x86_64-linux 2022-04-04 17:23:56 -07:00
github-actions[bot] 120925b5cb
Merge master into staging-next 2022-04-05 00:02:06 +00:00
Fabian Affolter e89b5ca5c0
Merge pull request #167171 from r-ryantm/auto-update/findomain
findomain: 7.0.1 -> 7.2.0
2022-04-04 23:17:40 +02:00
Guillaume Girol 924d6ff34d
Merge pull request #167062 from squalus/mosh-cross
mosh: support cross compile
2022-04-04 19:39:09 +00:00
Martin Weinelt c6476294e1 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 18:40:34 +02:00
Martin Weinelt ce226177df
Merge pull request #166726 from mweinelt/babeld 2022-04-04 16:26:03 +02:00
R. Ryantm 9957c18098 findomain: 7.0.1 -> 7.2.0 2022-04-04 12:19:54 +00:00
squalus 93dd7a21ae mosh: support cross compile 2022-04-03 23:24:22 -07:00
R. Ryantm daaeb8af9c smartdns: 35 -> 36 2022-04-04 08:17:18 +03:00
Lin Yinfeng 1755bbc4c6
godns: 2.7.1 -> 2.7.3 2022-04-04 11:07:51 +08:00
github-actions[bot] c46200d454
Merge master into staging-next 2022-04-03 18:01:07 +00:00
Lassulus ea97f88d44
Merge pull request #164132 from papojari/ipfetch
ipfetch: init at unstable-2022-03-24
2022-04-03 16:57:15 +01:00
github-actions[bot] fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +00:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
superherointj 2fa8441274 gost: enable tests 2022-03-31 20:36:38 -03:00
Martin Weinelt 14960141d2
babeld: 1.10 -> 1.11
30 March 2022: babeld-1.11

  * Implemented MAC authentication (RFC 8967).  Thanks to Clara Dô,
    Weronika Kołodziejak and Antonin Décimo.
  * Changed the interface of the add_filter function in order to simplify
    integration in OpenWRT.  Thanks to Nick Hainke.

f82a10e97a/CHANGES
2022-04-01 00:48:22 +02:00
Alyssa Ross ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Fabian Affolter 1ca3c08589
Merge pull request #166463 from fabaff/amass-bump
amass: 3.18.3 -> 3.19.0
2022-03-31 09:21:14 +02:00
Fabian Affolter efe50758da ipinfo: 2.7.0 -> 2.8.0 2022-03-30 22:24:11 +02:00
Fabian Affolter 1af265bde1 amass: 3.18.3 -> 3.19.0 2022-03-30 22:20:35 +02:00
Martin Weinelt a31f123c1c
networkmanager: remove dhcp and pass dhcpcd instead
The ISC DHCP client has reached its end of life.
2022-03-30 21:05:10 +02:00
Martin Weinelt a2c379d4b6
dhcp: make client and relay component optional
and mark the package with knownVulnerabilities when they are enabled.

Closes: #163472
2022-03-30 20:39:55 +02:00
Martin Weinelt 0881f01c5b
dhcp: 4.4.2-P1 -> 4.4.3
https://downloads.isc.org/isc/dhcp/4.4.3/dhcp-4.4.3-RELNOTES
2022-03-30 20:39:03 +02:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Sandro Jäckel 7579d10e76
openntpd: patch in correct phase, update homepage 2022-03-30 12:07:55 +02:00
Martin Weinelt 630d5e1d0d Merge remote-tracking branch 'origin/master' into staging-next 2022-03-29 18:17:36 +02:00
papojari 6bb8b59f57
ipfetch: init at unstable-2022-03-24 2022-03-29 17:32:34 +02:00
Felix Buehler b4c72db178 carddav-util: switch to fetchFromGitHub 2022-03-29 13:04:13 +02:00
Jan Tojnar 997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Sandro 584734ee64
Merge pull request #162820 from r-ryantm/auto-update/xrootd 2022-03-28 14:49:51 +02:00
Sandro 2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
github-actions[bot] e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
Martin Weinelt d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Sandro 00a74b870c
Merge pull request #164044 from armeenm/remove-bud 2022-03-27 15:45:59 +02:00
Fabian Affolter b02ce4bdfe
Merge pull request #165889 from r-ryantm/auto-update/hurl
hurl: 1.6.0 -> 1.6.1
2022-03-27 10:33:46 +02:00
Martin Weinelt 7be28200e2 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 01:45:13 +01:00
Artturi 6de161729c
Merge pull request #165696 from DeeUnderscore/misc/xh-man 2022-03-27 01:27:47 +02:00
R. Ryantm b99582d163 hurl: 1.6.0 -> 1.6.1 2022-03-26 22:58:13 +00:00
github-actions[bot] 3b6f03e497
Merge master into staging-next 2022-03-26 18:01:22 +00:00
Fabián Heredia Montiel 9d080d0a77 networkmanager: 1.36.2 → 1.36.4
https://github.com/NetworkManager/NetworkManager/blob/1.36.4/NEWS
2022-03-26 09:59:34 -06:00
D Anzorge eb7d3b1ddd xh: install manpages, docs
This corresponds to what the upstream's deb package contains
2022-03-26 16:14:32 +01:00
Bobby Rong d6bc4f2a9c
Merge pull request #165615 from r-ryantm/auto-update/frp
frp: 0.40.0 -> 0.41.0
2022-03-26 22:26:30 +08:00
github-actions[bot] 811b90f085
Merge master into staging-next 2022-03-26 12:01:14 +00:00
Fabian Affolter 6191ceb7a0
Merge pull request #165816 from r-ryantm/auto-update/amass
amass: 3.18.2 -> 3.18.3
2022-03-26 09:56:50 +01:00
Vladimír Čunát a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Vladimír Čunát b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
R. Ryantm 6816989022 amass: 3.18.2 -> 3.18.3 2022-03-26 07:57:48 +00:00
github-actions[bot] 880c50a133
Merge master into staging-next 2022-03-26 00:02:23 +00:00
Armeen Mahdian 386baadbc7 bud: remove
Motivated by #148779 and an unmaintained upstream.
2022-03-25 18:28:20 +01:00
Lin Yinfeng 13f70082dc
godns: 2.7 -> 2.7.1 2022-03-25 22:49:54 +08:00
Jan Tojnar 5ad177b59c libnma: 1.8.34 → 1.8.36
https://gitlab.gnome.org/GNOME/libnma/-/compare/1.8.34...1.8.36
2022-03-25 15:02:50 +01:00
Jan Tojnar 6cc62a8bc0 networkmanagerapplet: 1.24.0 → 1.26.0
https://gitlab.gnome.org/GNOME/network-manager-applet/-/compare/1.24.0...1.26.0
2022-03-25 15:02:49 +01:00
Jan Tojnar 957a88ced6 gnome.networkmanager-vpnc: 1.2.6 → 1.2.8
https://gitlab.gnome.org/GNOME/NetworkManager-vpnc/-/compare/1.2.6...1.2.8
2022-03-25 15:02:37 +01:00
Jan Tojnar a8df2da06e gnome.networkmanager-openvpn: 1.8.16 → 1.8.18
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/compare/1.8.16...1.8.18
2022-03-25 15:02:37 +01:00
Jan Tojnar 1947aeb168 gnome.networkmanager-openconnect: 1.2.6 → 1.2.8
https://gitlab.gnome.org/GNOME/NetworkManager-openconnect/-/compare/1.2.6...1.2.8
2022-03-25 15:02:36 +01:00
Jan Tojnar 6699fb04e9 gnome.networkmanager-fortisslvpn: 1.2.10 → 1.4.0
https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/-/compare/1.2.10...1.4.0
2022-03-25 15:02:36 +01:00
Lucas Hoffmann 47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Vladimír Čunát 0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
R. Ryantm 0fa1c64e32 frp: 0.40.0 -> 0.41.0 2022-03-24 13:30:32 +00:00
Fabian Affolter 1f9be94e7a
Merge pull request #165497 from fabaff/bump-gitleaks
mqttui: 0.16.0 -> 0.16.1
2022-03-24 08:36:56 +01:00
zowoq 5f7799415a netavark: 1.0.1 -> 1.0.2
https://github.com/containers/netavark/releases/tag/v1.0.2
2022-03-24 17:32:44 +10:00
zowoq a628dcf9c3 aardvark-dns: 1.0.1 -> 1.0.2
https://github.com/containers/aardvark-dns/releases/tag/v1.0.2
2022-03-24 17:32:44 +10:00
happysalada 6b1b445634 drill: fix aarch64 darwin build 2022-03-23 22:01:21 -04:00
Ryan Mulligan 218fad1f57
Merge pull request #165493 from r-ryantm/auto-update/lychee
lychee: 0.8.2 -> 0.9.0
2022-03-23 15:54:15 -07:00
Robert Scott 34bd6156cd
Merge pull request #165007 from alexbakker/libtoxcore-update
libtoxcore: 0.2.13 -> 0.2.17
2022-03-23 22:00:49 +00:00
Fabian Affolter 8398d9fe8b mqttui: 0.16.0 -> 0.16.1 2022-03-23 20:56:49 +01:00
R. Ryantm f9e4a45f5d lychee: 0.8.2 -> 0.9.0 2022-03-23 19:24:48 +00:00
Alexander Bakker 395a39c551 libtoxcore: 0.2.13 -> 0.2.17 2022-03-23 11:33:46 +01:00
github-actions[bot] c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Sandro cd035f3621
Merge pull request #164004 from aaronjheng/clash 2022-03-23 04:18:45 +01:00
zowoq be98149597 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/servers/isso/default.nix
2022-03-23 10:04:17 +10:00
R. Ryantm d3a855b9b0 stunnel: 5.62 -> 5.63 2022-03-22 17:27:01 +00:00
github-actions[bot] e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00:00
Bobby Rong 65d4e12636
Merge pull request #165127 from xrelkd/update/brook
brook: 20220404 -> 20220406
2022-03-22 19:29:34 +08:00
Bobby Rong 5ed03969b2
Merge pull request #165205 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.41.4 -> 0.42.0
2022-03-22 19:16:12 +08:00
Fabian Affolter f2e408048f
Merge pull request #165155 from fabaff/bump-siege
siege: 4.1.1 -> 4.1.2
2022-03-22 08:47:35 +01:00
Fabian Affolter 15b0fb26bd
Merge pull request #165191 from r-ryantm/auto-update/amass
amass: 3.17.1 -> 3.18.2
2022-03-22 08:47:22 +01:00
Sandro 5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
R. Ryantm d766699779 dnsproxy: 0.41.4 -> 0.42.0 2022-03-22 04:03:20 +00:00
R. Ryantm 50c32e1806 amass: 3.17.1 -> 3.18.2 2022-03-22 00:53:21 +00:00
Fabian Affolter 17eff63ea4 siege: 4.1.1 -> 4.1.2 2022-03-21 20:29:59 +01:00
xrelkd 1c078c4da0 brook: 20220404 -> 20220406 2022-03-21 23:49:07 +08:00
Vladimír Čunát a519740b4c
Merge branch 'staging-next' into staging 2022-03-21 11:57:43 +01:00
Aaron Jheng fbc9c00e4f
clash: 1.6.0 -> 1.10.0 2022-03-21 07:23:35 +00:00
Matt Layher c0a4d8e714
corerad: 1.1.0 -> 1.1.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-20 13:06:17 -04:00
Robert Hensing 3d41c59011
Merge pull request #164750 from MMesch/mmesch/update-openapi-generator-cli-unstable
openapi-generator-cli-unstable: 6.0.0-2021-01-18 -> 6.0.0-2022-03-18
2022-03-20 16:17:40 +01:00
Mario Rodas a833589274
Merge pull request #163934 from r-ryantm/auto-update/tinyssh
tinyssh: 20220305 -> 20220311
2022-03-20 09:13:41 -05:00
github-actions[bot] 3df8e35539
Merge staging-next into staging 2022-03-20 00:02:45 +00:00
Martin Weinelt f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Matt Layher ec0f4c9069
corerad: 1.0.0 -> 1.1.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-19 14:44:24 -04:00
Robert Scott 075dcccf59
Merge pull request #164595 from wamserma/openvpn-256
openvpn: 2.5.5 -> 2.5.6 (security, CVE-2022-0547)
2022-03-19 13:15:48 +00:00
Pascal Bach 635e1c77da
Merge pull request #164797 from r-ryantm/auto-update/minio-client
minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z
2022-03-19 10:15:55 +01:00
R. Ryantm 63c02306cf minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z 2022-03-18 23:59:21 +00:00
Matthias Meschede 2aa66e4e53 openapi-generator-cli-unstable: 6.0.0-2021-01-18 -> 6.0.0-2022-03-18 2022-03-18 19:15:36 +01:00
Robert Scott e4795ec1d7
Merge pull request #153476 from vlaci/unbound-full
unbound: optionally build the Python module
2022-03-18 17:55:16 +00:00
P. R. d. O d70a22ecf6
cloudflare-warp: init at 2022.02.24 2022-03-18 11:03:47 -06:00
Sandro d247fdf888
Merge pull request #164366 from azuwis/netproc 2022-03-18 15:42:41 +01:00
github-actions[bot] 07e0324dff
Merge staging-next into staging 2022-03-18 06:01:55 +00:00
Ivv 38169c6ab0
Merge pull request #164519 from techknowlogick/bump-boundary
boundary: 0.7.5 -> 0.7.6
2022-03-18 03:35:45 +01:00
github-actions[bot] 691557fc47
Merge staging-next into staging 2022-03-18 00:03:09 +00:00
Ryan Mulligan 65800211ae
Merge pull request #164583 from r-ryantm/auto-update/innernet
innernet: 1.5.3 -> 1.5.4
2022-03-17 15:43:24 -07:00
Markus S. Wamser 448d02ec22 openvpn: 2.4.11 -> 2.4.12 (security, CVE-2022-0547)
Release Notes:
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-2412https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst

Fixes: CVE-2022-0547
2022-03-17 22:47:40 +01:00
piegames 51d5d05d27
Merge pull request #164476: magic-wormhole-rs: init at 0.3.0 2022-03-17 22:38:33 +01:00
zeri42 dc39d05a53 magic-wormhole-rs: init at 0.3.0 2022-03-17 22:27:19 +01:00
Markus S. Wamser 1098fc9221 openvpn: 2.5.5 -> 2.5.6 (security, CVE-2022-0547)
Release Notes:
https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst

Fixes: CVE-2022-0547
2022-03-17 15:07:23 +01:00
R. Ryantm 7ff0080e8d innernet: 1.5.3 -> 1.5.4 2022-03-17 12:00:25 +00:00
Jan Tojnar d2efc3ef70 nixos/networkmanager: Allow overriding installed plug-ins
Now, one can just use `networking.networkmanager.plugins = lib.mkForce [];`
if they want to get rid of the plug-ins.

Co-authored-by: lassulus <lassulus@lassul.us>
2022-03-17 04:50:53 +01:00
techknowlogick fff16ecd62 boundary: 0.7.5 -> 0.7.6 2022-03-16 20:15:37 -04:00
github-actions[bot] 2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Sandro 70ec72a290
Merge pull request #164391 from fabaff/bump-httpie 2022-03-16 21:27:06 +01:00
github-actions[bot] 177bd4ed53
Merge staging-next into staging 2022-03-16 18:01:43 +00:00
László Vaskó 66ea96f942 unbound: optionally build the Python module
It works both with Python2 and 3

Example usage: https://github.com/NLnetLabs/pythonunbound
2022-03-16 16:59:57 +01:00
R. Ryantm 92b9d84350 haproxy: 2.5.4 -> 2.5.5 2022-03-16 14:19:25 +00:00
superherointj d882394a6f hey: enable tests 2022-03-16 11:02:32 -03:00
Bobby Rong 2fd074051c
Merge pull request #163795 from r-ryantm/auto-update/frp
frp: 0.39.1 -> 0.40.0
2022-03-16 21:10:50 +08:00
github-actions[bot] 0cd23d8f14
Merge staging-next into staging 2022-03-16 12:01:48 +00:00
R. Ryantm a4bb1d210d curl: 7.81.0 -> 7.82.0 2022-03-16 20:00:30 +10:00
Fabian Affolter e961579cb7 httpie: 3.0.2 -> 3.1.0 2022-03-16 10:12:26 +01:00
Michele Guerini Rocco b8683514ea
Merge pull request #164368 from r-ryantm/auto-update/pirate-get
pirate-get: 0.4.1 -> 0.4.2
2022-03-16 08:49:41 +01:00
zowoq 6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
R. Ryantm e04ef19ff1 pirate-get: 0.4.1 -> 0.4.2 2022-03-16 05:58:48 +00:00
Zhong Jianxin a2903463c9 netproc: init at unstable-2022-02-11 2022-03-16 13:21:19 +08:00
toonn d3834704ab Revert "tcpdump: Filter Darwin from supported platforms (#163888)"
This reverts commit dab246af15.
2022-03-16 08:58:49 +10:00
Pascal Bach d1b993abaa
Merge pull request #164264 from r-ryantm/auto-update/minio-client
minio-client: 2022-03-09T02-08-36Z -> 2022-03-13T22-34-00Z
2022-03-15 17:41:51 +01:00
R. Ryantm 345640a6f3 minio-client: 2022-03-09T02-08-36Z -> 2022-03-13T22-34-00Z 2022-03-15 13:13:04 +00:00
Franz Pletz a32d2caaaf
Merge pull request #163979 from yl3dy/iperf 2022-03-15 14:01:40 +01:00
Anderson Torres c484c5788e
Merge pull request #164131 from AndersonTorres/new-fingerd
Refactor bsd-fingerd
2022-03-14 19:32:14 -03:00
José Romildo Malaquias c7d97d658e
Merge pull request #164071 from r-ryantm/auto-update/cmst
cmst: 2022.01.05 -> 2022.03.13
2022-03-14 17:03:16 -03:00
Sandro 988ecb4089
Merge pull request #164146 from SuperSandro2000/qrcp 2022-03-14 19:35:33 +01:00
Felix Buehler c3d260d8d8 bud: switch to fetchFromGitHub 2022-03-14 19:32:48 +01:00
Felix Buehler 7b4607f83f s3gof3r: switch to fetchFromGitHub 2022-03-14 19:32:47 +01:00
Felix Buehler e822bf4e6b ua: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
Felix Buehler b60ee6e462 waitron: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
Sandro Jäckel 4eec80710a
qrcp: 0.9.0 -> 0.9.1 2022-03-14 19:10:42 +01:00
toonn dab246af15
tcpdump: Filter Darwin from supported platforms (#163888)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-14 19:00:58 +01:00
AndersonTorres bf2d8ef550 fingerd_bsd: "merge" with finger_bsd
In order to reduce duplicated code
2022-03-14 12:56:17 -03:00
Renaud 2b45304003
Merge pull request #163143 from alyssais/wget-1.12.3
wget: 1.21.2 -> 1.21.3
2022-03-14 16:09:29 +01:00
Alyssa Ross d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
R. Ryantm 1a268c42c8 flannel: 0.16.3 -> 0.17.0 2022-03-14 21:58:53 +10:00
R. Ryantm 5c4e343b4f cmst: 2022.01.05 -> 2022.03.13 2022-03-14 04:35:33 +00:00
AndersonTorres 638efbf778 wakelan: ibiblioPubLinux mirror 2022-03-13 21:20:49 -03:00
AndersonTorres de6c0f0ff7 bsd-finger: ibiblioPubLinux mirror 2022-03-13 21:20:49 -03:00
Mario Rodas 2a72d02169
Merge pull request #163909 from r-ryantm/auto-update/ytcc
ytcc: 2.5.4 -> 2.5.5
2022-03-13 12:58:06 -05:00
Pascal Bach eab9b46012
Merge pull request #163856 from r-ryantm/auto-update/minio-client
minio-client: 2022-03-03T21-12-24Z -> 2022-03-09T02-08-36Z
2022-03-13 18:42:29 +01:00
Alexander Kiselyov 70465ede40 iperf: 3.10.1 -> 3.11 2022-03-13 12:31:33 +03:00
Ryan Mulligan 05fa1079a0
Merge pull request #163911 from r-ryantm/auto-update/sockperf
sockperf: 3.7 -> 3.8
2022-03-12 22:37:24 -06:00
R. Ryantm e40ae5169f tinyssh: 20220305 -> 20220311 2022-03-13 00:34:47 +00:00
R. Ryantm 9506646f14 sockperf: 3.7 -> 3.8 2022-03-12 22:38:45 +00:00
Sandro f6b1bea00c
Merge pull request #163736 from xrelkd/update/boringtun 2022-03-12 23:32:38 +01:00
R. Ryantm c2fba64b20 ytcc: 2.5.4 -> 2.5.5 2022-03-12 22:22:20 +00:00
Sandro Jäckel 9ec5ffb464
qrcp: 0.8.5 -> 0.9.0 2022-03-12 22:18:13 +01:00
Ryan Mulligan c8051534da
Merge pull request #163769 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.41.3 -> 0.41.4
2022-03-12 14:53:36 -06:00
R. Ryantm a521e116c4 minio-client: 2022-03-03T21-12-24Z -> 2022-03-09T02-08-36Z 2022-03-12 15:09:57 +00:00
Fabian Affolter a76a806fb2
Merge pull request #163713 from SuperSandro2000/qrcp-maintainer
qrcp: add SuperSandro2000 as maintainer
2022-03-12 10:12:25 +01:00
R. Ryantm a6bbbcbbbe frp: 0.39.1 -> 0.40.0 2022-03-12 08:47:34 +00:00
xrelkd 11dc860072 boringtun: 0.3.0 -> 0.4.0 2022-03-12 15:02:03 +08:00
R. Ryantm 5bfba52a15 dnsproxy: 0.41.3 -> 0.41.4 2022-03-12 06:30:41 +00:00
R. Ryantm 78efd33e15 checkip: 0.18.1 -> 0.19.0 2022-03-12 03:59:32 +00:00
github-actions[bot] 918a92940f
Merge staging-next into staging 2022-03-12 00:04:25 +00:00
Sandro 43203840aa
qrcp: add SuperSandro2000 as maintainer 2022-03-12 00:12:11 +01:00
Sandro Jäckel 1e31980639
qrcp: 0.8.5 -> 0.8.6 2022-03-11 23:25:45 +01:00
github-actions[bot] a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
Sandro 5e3ca94dc3
shadowsocks-rust: fix build (#163552)
Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
2022-03-11 17:06:31 +01:00
github-actions[bot] ed2c56a3c5
Merge staging-next into staging 2022-03-11 12:01:55 +00:00
Fabian Affolter d2bec45276
Merge pull request #163618 from fabaff/bump-mqttui
mqttui: 0.15.0 -> 0.16.0
2022-03-11 08:46:27 +01:00
github-actions[bot] 7a0501594d
Merge staging-next into staging 2022-03-11 06:02:02 +00:00
pennae af0f3944bd
Merge pull request #163009 from scvalex/nbd-service
nbd: add nbd service and test
2022-03-11 01:02:10 +00:00
github-actions[bot] eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
Fabian Affolter 8b7a028801 mqttui: 0.15.0 -> 0.16.0 2022-03-10 22:52:28 +01:00
Martin Weinelt 44c88e44c9
Merge pull request #162992 from mweinelt/minidlna 2022-03-10 22:34:42 +01:00
github-actions[bot] d41fcfc34e
Merge staging-next into staging 2022-03-10 12:01:50 +00:00
Sandro d747802b23
Merge pull request #163168 from azuwis/shadowsocks-rust 2022-03-10 11:41:38 +01:00
Zhong Jianxin 90124307e7 shadowsocks-rust: Enable optional features
This features will make it possible to setup transparent proxy on Linux
and macOS.
2022-03-10 14:49:01 +08:00
github-actions[bot] b4fed0cbba
Merge staging-next into staging 2022-03-09 18:05:08 +00:00
Alyssa Ross 80b32bfad8 networkmanager: 1.34.0 -> 1.36.2 2022-03-09 17:04:39 +00:00
Sandro 5d6103f3c6
Merge pull request #163166 from azuwis/snet 2022-03-09 16:08:04 +01:00
github-actions[bot] f6b4a4048a
Merge staging-next into staging 2022-03-09 12:01:59 +00:00
Alexandru Scvortov 252f20aaa2 nbd: add programs.nbd, services.nbd, and test
Changes:

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/tests/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: generalize options in nbd service

nbd: harden service

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: Update nixos/modules/services/networking/nbd.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>

nbd: refactor code a bit and BindPaths automatically
2022-03-09 12:00:47 +00:00
Alyssa Ross 43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
Bobby Rong 5a5b7cbced
Merge pull request #162806 from r-ryantm/auto-update/tendermint
tendermint: 0.35.1 -> 0.35.2
2022-03-09 15:06:14 +08:00
Martin Weinelt 88fa6dc00f
Merge pull request #162746 from heph2/submit/goflow 2022-03-08 19:50:28 +01:00
Heph 9084490631 goflow: init at 3.4.3 2022-03-08 18:59:06 +01:00
Fabian Affolter 5ed9194b08
Merge pull request #163239 from r-ryantm/auto-update/arping
arping: 2.22 -> 2.23
2022-03-08 13:14:30 +01:00
Fabian Affolter b6a0403737
Merge pull request #163186 from r-ryantm/auto-update/subfinder
subfinder: 2.4.9 -> 2.5.0
2022-03-08 11:07:23 +01:00
Fabian Affolter c553c7b8fa
arping: clarify license 2022-03-08 10:55:15 +01:00
R. Ryantm 263163634b arping: 2.22 -> 2.23 2022-03-08 02:19:31 +00:00
github-actions[bot] 4ec6244865
Merge staging-next into staging 2022-03-07 18:01:46 +00:00
R. Ryantm a74714e62a subfinder: 2.4.9 -> 2.5.0 2022-03-07 17:31:56 +00:00
Zhong Jianxin 0b1a9e9f9b snet: Init at unstable-2021-11-26 2022-03-07 23:40:07 +08:00
R. RyanTM 81482dc674
haproxy: 2.5.3 -> 2.5.4
* haproxy: 2.5.3 -> 2.5.4 (#162666)

* haproxy: update meta attributes
add meta.changelog URL
update meta.license using non-legacy identifiers (GPL-2.0-or-later with some files being LGPL-2.1-only)

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-03-07 13:39:08 +01:00
Alyssa Ross 1d76c5b669
wget: 1.21.2 -> 1.21.3 2022-03-07 12:33:04 +00:00
K900 8d820a4daa openconnect: enable p11kit on linux 2022-03-07 15:05:15 +03:00
github-actions[bot] f9ccded90d
Merge staging-next into staging 2022-03-07 06:01:59 +00:00
Artturi 6e5f155421
Merge pull request #160974 from a-m-joseph/dnsmasq-honor-dbusSupport 2022-03-07 07:08:59 +02:00
github-actions[bot] 137a689db1
Merge staging-next into staging 2022-03-07 00:02:59 +00:00
Renaud 1affd6a254
Merge pull request #162638 from fgaz/qrcp/0.8.5
qrcp: 0.8.4 -> 0.8.5
2022-03-06 23:08:24 +01:00
Adam Joseph f9a2402ab0 dnsmasq: honor dbusSupport
This commit exposes support for compilation without dbus, controlled
by the global dbusSupport argument.  This argument is understood by
many other nixpkgs expressions and can be set globally in
~/.config/nixpkgs/config.nix.
2022-03-06 21:24:28 +02:00
R. Ryantm 0e16ba47b7 tinyssh: 20220222 -> 20220305 2022-03-06 19:01:55 +00:00
github-actions[bot] 69e1d85d54
Merge staging-next into staging 2022-03-06 18:01:46 +00:00