Commit Graph

7345 Commits

Author SHA1 Message Date
Frederik Rietdijk
ba6f1213f0 libreswan: use python3 2021-04-03 17:06:09 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Sandro
a82f4038d3
Merge pull request #117544 from jraygauthier/jrg/swagger-codegen-update
swagger-codegen: 2.4.17 -> 2.4.19
2021-04-02 21:06:16 +02:00
Robert Scott
6808269554 curl: add patches for CVE-2021-22876, CVE-2021-22890
hand-backported from upstream fixes
2021-04-02 18:13:36 +01:00
github-actions[bot]
b719e2423f
Merge staging-next into staging 2021-04-02 06:05:30 +00:00
Dmytro Shkyra
54c1e44240
dhcpcd: Fix patch url (#118264)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-04-02 02:58:33 +02:00
github-actions[bot]
78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Mario Rodas
d01a9229f8 mailutils: make nettools optional on darwin
Fixes https://github.com/NixOS/nixpkgs/issues/117583
2021-04-01 04:20:00 -05:00
github-actions[bot]
ebc5b12a40
Merge staging-next into staging 2021-04-01 06:05:50 +00:00
Ryan Mulligan
0fd3f82f52
Merge pull request #118058 from r-ryantm/auto-update/gobgp
gobgp: 2.24.0 -> 2.25.0
2021-03-31 20:27:56 -07:00
github-actions[bot]
b152812791
Merge staging-next into staging 2021-04-01 00:15:44 +00:00
Sandro
d544fddd08
Merge pull request #118087 from kmein/feature/moodle-dl
moodle-dl: init at 2.1.2.5
2021-03-31 22:43:10 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging 2021-03-31 18:15:02 +00:00
Fabian Affolter
8cea65315a
Merge pull request #118080 from r-ryantm/auto-update/oneshot
oneshot: 1.3.1 -> 1.4.1
2021-03-31 15:45:11 +02:00
github-actions[bot]
a2ada5b26f
Merge staging-next into staging 2021-03-31 06:05:45 +00:00
github-actions[bot]
e880daefc6
Merge master into staging-next 2021-03-31 06:05:41 +00:00
Kierán Meinhardt
9a65c61b03 moodle-dl: init at 2.1.2.5 2021-03-31 07:37:35 +02:00
Mario Rodas
8632d1f5b1
Merge pull request #117832 from r-ryantm/auto-update/shadowsocks-rust
shadowsocks-rust: 1.9.2 -> 1.10.2
2021-03-30 20:56:26 -05:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next 2021-03-30 18:15:05 +00:00
R. RyanTM
610652c1c8 oneshot: 1.3.1 -> 1.4.1 2021-03-30 15:50:53 +00:00
Vladimír Čunát
4b872b6efd
dnsperf: 2.5.0 -> 2.5.2
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.1
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.5.2
It seems to work OK in my testing.
2021-03-30 17:06:40 +02:00
R. RyanTM
df740331cd gobgp: 2.24.0 -> 2.25.0 2021-03-30 12:24:57 +00:00
Jörg Thalheim
77ca695ff9
tcp-cutter: rename from cutter 2021-03-30 12:20:43 +02:00
github-actions[bot]
884cf463fd
Merge staging-next into staging 2021-03-29 12:06:29 +00:00
github-actions[bot]
b1788736fd
Merge master into staging-next 2021-03-29 12:06:25 +00:00
Sandro
ae46abe7b1
Merge pull request #117893 from raboof/opensnitch-init-at-1.3.6
opensnitch: init at 1.3.6
2021-03-29 13:48:32 +02:00
Arnout Engelen
f46c4f5124
opensnitch: init at 1.3.6
Just the daemon and ui programs. It would of course be nice to also have
it available as a NixOS service, but I'd like to leave that as future
work.
2021-03-29 09:26:28 +02:00
github-actions[bot]
ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next 2021-03-28 06:05:31 +00:00
Ryan Mulligan
ea54290c8d
Merge pull request #111761 from r-ryantm/auto-update/gobgp
gobgp: 2.23.0 -> 2.24.0
2021-03-27 20:33:04 -07:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging 2021-03-28 00:15:43 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next 2021-03-28 00:15:41 +00:00
R. RyanTM
cd7b4b64b1 croc: 8.6.11 -> 8.6.12 2021-03-27 08:23:14 +00:00
Mario Rodas
250e0c36b7 shadowsocks-rust: 1.10.1 -> 1.10.2
https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.10.2
2021-03-27 04:20:00 +00:00
R. RyanTM
1763b9a201 shadowsocks-rust: 1.9.2 -> 1.10.1 2021-03-27 20:20:18 +00:00
github-actions[bot]
33d1f480ac
Merge staging-next into staging 2021-03-26 18:13:57 +00:00
github-actions[bot]
70fb533d57
Merge master into staging-next 2021-03-26 18:13:54 +00:00
Payas Relekar
eafe38db5b xh: 0.9.1 -> 0.9.2 2021-03-26 18:55:32 +05:30
github-actions[bot]
219312a10b
Merge staging-next into staging 2021-03-26 12:06:44 +00:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next 2021-03-26 12:06:41 +00:00
Sandro
0708f10d37
Merge pull request #117579 from dotlambda/ccnet-drop 2021-03-26 11:11:05 +01:00
Robert Schütz
b0de354dcf ccnet: drop
Its only user seafile-share does not depend on it anymore and the
upstream repository has not been updated since 2017.
2021-03-26 09:29:33 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
Ben Siraphob
7d97e284e8 treewide: remove redundant stdenv 2021-03-26 12:18:16 +07:00
github-actions[bot]
b068d2e437
Merge master into staging-next 2021-03-26 00:15:53 +00:00
James Landrein
c516b56942 oapi-codegen: init at 1.5.6 2021-03-26 00:00:38 +01:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Sandro
f4b203985a
Merge pull request #117097 from payasrelekar/master
xh: 0.7.0 -> 0.9.1
2021-03-25 15:56:00 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
github-actions[bot]
4dc869e403
Merge master into staging-next 2021-03-25 12:06:22 +00:00
Frederik Rietdijk
3842c35a2d dd-agent: stay with python2 2021-03-25 12:08:31 +01:00
Frederik Rietdijk
050fa17bd6 ccnet: use python3 2021-03-25 11:25:09 +01:00
Frederik Rietdijk
f19233bea9 carddav-util: use python2 2021-03-25 11:20:36 +01:00
Frederik Rietdijk
4436ac1056 bud: use python2 2021-03-25 11:10:31 +01:00
Fabian Affolter
e597aee0c8
Merge pull request #117521 from r-ryantm/auto-update/sniffglue
sniffglue: 0.11.1 -> 0.12.0
2021-03-25 08:31:46 +01:00
Raymond Gauthier
e84ca7d852 swagger-codegen: 2.4.17 -> 2.4.19 2021-03-24 20:28:00 -04:00
github-actions[bot]
f4abaecf17
Merge staging-next into staging 2021-03-25 00:17:25 +00:00
github-actions[bot]
eb499aa20e
Merge master into staging-next 2021-03-25 00:17:22 +00:00
Fabian Affolter
edcf4d694f
sniffglue: specify license
License is GPLv3+ (https://github.com/kpcyrd/sniffglue#license)
2021-03-24 23:24:21 +01:00
R. RyanTM
082d8316b0 sniffglue: 0.11.1 -> 0.12.0 2021-03-24 21:17:30 +00:00
Pascal Bach
8004df3ba2
Merge pull request #117489 from r-ryantm/auto-update/minio-client
minio-client: 2021-03-12T03-36-59Z -> 2021-03-23T05-46-11Z
2021-03-24 21:34:47 +01:00
Sandro
d68bffb200
Merge pull request #117348 from zseri/unbuild 2021-03-24 19:47:35 +01:00
R. RyanTM
1cb4599c1c minio-client: 2021-03-12T03-36-59Z -> 2021-03-23T05-46-11Z 2021-03-24 16:51:58 +00:00
zseri
dcba35f22b
zs-apc-spdu-ctl: don't put runtime deps into buildInputs 2021-03-23 22:30:44 +01:00
github-actions[bot]
3fe8f858ef
Merge staging-next into staging 2021-03-23 18:20:04 +00:00
github-actions[bot]
ca7fa2ef7b
Merge master into staging-next 2021-03-23 18:20:01 +00:00
Oleksii Filonenko
53552a03bf
Merge pull request #116850 from r-ryantm/auto-update/frp
frp: 0.36.0 -> 0.36.1
2021-03-23 16:25:33 +02:00
zseri
2c93f270cd
zs-wait4host: don't put runtime deps into buildInputs 2021-03-23 13:13:38 +01:00
github-actions[bot]
8ef8f6b43c
Merge staging-next into staging 2021-03-23 06:18:05 +00:00
github-actions[bot]
39e3812215
Merge master into staging-next 2021-03-23 06:18:02 +00:00
Ryan Mulligan
b9f8d6ecdf
Merge pull request #117182 from r-ryantm/auto-update/getmail6
getmail6: 6.14 -> 6.15
2021-03-22 21:11:53 -07:00
Payas Relekar
e46f1a6f65 xh: 0.7.0 -> 0.9.1 2021-03-23 07:56:48 +05:30
Sandro
447fb4c904
Merge pull request #117031 from chvp/fix-mu-scripts
mu: Fix included scripts not finding their dependencies
2021-03-23 02:27:41 +01:00
github-actions[bot]
c0c22dd12d
Merge staging-next into staging 2021-03-22 12:26:59 +00:00
github-actions[bot]
feda7be375
Merge master into staging-next 2021-03-22 12:26:55 +00:00
Profpatsch
841b753e92 s6-networking: default to bearssl
18·27 <Profpatsch> skarnet: would you recommend putting bearssl as the default backend for s6-networking?
18·27 <Profpatsch> uh, bearssl isn’t even packaged
18·27 <Profpatsch> yak shave
18·28 <Profpatsch> skarnet: The current backend uses libressl
18·29 <@skarnet> well at least CAFILE works
18·29 <@skarnet> but yes, I would recommend putting bearssl as the default backend
2021-03-22 10:29:01 +01:00
R. RyanTM
7093e238c7 getmail6: 6.14 -> 6.15 2021-03-22 08:13:54 +00:00
github-actions[bot]
a941c67936
Merge staging-next into staging 2021-03-22 00:45:55 +00:00
github-actions[bot]
226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro
c7b3fb92ae
Merge pull request #116029 from jojosch/dnsviz-0.9.3
dnsviz: 0.9.2 -> 0.9.3
2021-03-22 00:44:04 +01:00
Sandro
a74be91ad3
Merge pull request #116604 from r-ryantm/auto-update/croc
croc: 8.6.10 -> 8.6.11
2021-03-22 00:32:08 +01:00
Sandro
ea3f3e0548
Merge pull request #115587 from r-ryantm/auto-update/spoofer
spoofer: 1.4.5 -> 1.4.6
2021-03-21 23:41:48 +01:00
Sandro
06ab2a5176
Merge pull request #115147 from r-ryantm/auto-update/acme-client
acme-client: 1.1.0 -> 1.2.0
2021-03-21 21:16:46 +01:00
Sandro
7363c4c4c4
Merge pull request #114185 from joachimschmidt557/update-ytcc
ytcc: 2.0.1 -> 2.1.0
2021-03-21 21:08:59 +01:00
Sandro
5bc2358f4b
Merge pull request #115639 from r-ryantm/auto-update/tgt
tgt: 1.0.79 -> 1.0.80
2021-03-21 21:05:52 +01:00
Robert Scott
a6068645e8
Merge pull request #116843 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.35.5 -> 0.36.0
2021-03-21 19:12:16 +00:00
github-actions[bot]
2c40ff9620
Merge staging-next into staging 2021-03-21 06:17:18 +00:00
Martin Weinelt
ec8267c539
Merge branch 'master' into staging-next 2021-03-21 02:22:36 +01:00
Matthew Mazzanti
b1b48e10de
openssh: Fix cross-compile regression from c99c499 (#117053)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-21 01:35:45 +01:00
Jan Tojnar
8a839991ac
Merge pull request #117030 from maxeaubrey/NetworkManager-1.30.2
networkmanager: 1.30.0 -> 1.30.2
2021-03-21 01:00:32 +01:00
Sandro
df4a9849fe
Merge pull request #117067 from fabaff/version-assh
assh: set version
2021-03-21 00:48:33 +01:00
Fabian Affolter
bbcb912666 assh: set version 2021-03-20 23:20:01 +01:00
Fabian Affolter
b3287e8650 findomain: specify license 2021-03-20 23:08:39 +01:00
Sandro
4c817c73ac
Merge pull request #117011 from siraben/darwin-mass-fix-buildInputs=0 2021-03-20 20:50:45 +01:00
Sandro
903df9ccac
Merge pull request #116797 from tuxinaut/master 2021-03-20 19:47:40 +01:00
github-actions[bot]
933682b533
Merge master into staging-next 2021-03-20 18:19:30 +00:00
R. RyanTM
4e0d3868c6 haproxy: 2.3.6 -> 2.3.7 2021-03-20 12:50:34 -04:00
Charlotte Van Petegem
1678916974
mu: Fix included scripts not finding their dependencies 2021-03-20 15:20:24 +01:00
github-actions[bot]
6e614e4dac
Merge master into staging-next 2021-03-20 12:26:41 +00:00
Maxine Aubrey
4b3c66054d
networkmanager: 1.30.0 -> 1.30.2 2021-03-20 12:32:44 +01:00
R. RyanTM
a24b40bd40 unbound: 1.13.0 -> 1.13.1 2021-03-20 09:22:21 +01:00
Fabian Affolter
4e8341e19c
Merge pull request #116848 from r-ryantm/auto-update/findomain
findomain: 3.1.0 -> 4.0.1
2021-03-20 08:30:58 +01:00
github-actions[bot]
11187b30ca
Merge staging-next into staging 2021-03-20 06:21:50 +00:00
Ben Siraphob
eb260e60a6 surfraw: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob
ac568af804 rshijack: expand platforms to unix 2021-03-20 12:40:49 +07:00
Ben Siraphob
73e2aad637 redir: expand platforms to all 2021-03-20 12:40:49 +07:00
R. RyanTM
9a95689c57 wormhole-william: 1.0.4 -> 1.0.5 2021-03-19 22:29:27 -04:00
R. RyanTM
8bf13c7c27 yggdrasil: 0.3.15 -> 0.3.16 2021-03-19 21:40:32 -04:00
Denny Schäfer
f67c929ab2
lychee: init at 0.5.0 2021-03-19 20:15:23 +01:00
github-actions[bot]
6e3a55e059
Merge staging-next into staging 2021-03-19 18:19:40 +00:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
R. RyanTM
aa6ab9c2ee frp: 0.36.0 -> 0.36.1 2021-03-19 14:28:43 +00:00
R. RyanTM
57144e414f findomain: 3.1.0 -> 4.0.1 2021-03-19 14:03:49 +00:00
R. RyanTM
f8f128ca22 dnsproxy: 0.35.5 -> 0.36.0 2021-03-19 13:13:30 +00:00
sternenseemann
00cecf2731 skawarePackages: 2021-02 release
Includes the following version changes:

- skalibs: 2.10.0.1 -> 2.10.0.2
- execline: 2.7.0.0 -> 2.8.0.0
- s6-networking: 2.4.0.0 -> 2.4.1.0
- s6-linux-init: 1.0.6.0 -> 1.0.6.1
- s6: 2.10.0.0 -> 2.10.0.2

Upstream maintainer notes:

------------------------------------------------------------

Mon, 15 Feb 2021 19:50:14 +0000

Hello,

New versions of some of the skarnet.org packages are available.

skalibs-2.10.0.2: bugfixes
execline-2.8.0.0: major version bump, but few and low-impact changes
s6-2.10.0.2: bugfixes
s6-linux-init-1.0.6.1: bugfixes
s6-networking-2.4.1.0: minor version bump

Some details:

* execline-2.8.0.0
  ----------------

- The if program now propagates its child's exit code by default if it
exits.
- The backtick program's -i behaviour (exit on child failure or
presence of a null character in its output) is now the default. Other
behaviours in case of child failure can be obtained via -I, -x or -D
options; -x is the new one.
- These changes are compatible with all the common uses of if and
backtick, but break compatibility in edge cases, which is why a
major version bump is required. This has nothing in common with the
previous major version bump, which had massive changes all over the
place; this one should go smoothly, and will only impact very specific
uses of backtick.

execline now has man pages, thanks to the untiring flexibeast!
The repository can be found here:

https://github.com/flexibeast/execline-man-pages

Please allow some time for the man pages to be updated to reflect
the current HTML documentation. Currently, the man pages document
execline-2.7.0.1; they are accurate for 2.8.0.0 except for the if and
backtick changes.

* s6-linux-init-1.0.6.1
  ---------------------

- Bugfixes.
- When s6-linux-init is built with utmps, the default utmp user for
s6-linux-init-maker was set to "utmp". That was a bug: now, by default,
s6-linux-init-maker does not create the utmp services if the -U option
is not given. If you used s6-linux-init-maker without the -U option
and still need the utmps services, you should explicitly set "-U utmp".

https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init

* s6-networking-2.4.1.0
  ---------------------

- Bugfixes (nothing security-related).
- It is now possible to define a maximum amount of time spent in the
TLS handshake no matter how s6-networking has been built. (The -K
option has been implemented for the libtls backend.)
- When SNI has been required, the TLS-related binaries now export
the SSL TLS SNI SERVERNAME option to their application; the variable
contains the relevant server name.

https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking

s6-networking has man pages as well:
https://github.com/flexibeast/s6-networking-man-pages

Enjoy,
Bug-reports welcome.

--
Laurent

------------------------------------------------------------

Copied from: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:202102:lpehbljhhcpaopbnkkbf
2021-03-19 13:51:47 +01:00
Ben Siraphob
0b0df15ec0 pixiewps: expand platforms to all 2021-03-19 13:19:48 +07:00
Ben Siraphob
f17e07f3f2 pixiecore: expand platforms to unix 2021-03-19 13:19:38 +07:00
Ben Siraphob
452156e173 philter: expand platforms to all 2021-03-19 13:19:25 +07:00
github-actions[bot]
8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Sandro
711ea2b67d
Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0 2021-03-19 00:37:20 +01:00
Sandro
3a71547da6
Merge pull request #116719 from zowoq/kapp
kapp: install completion
2021-03-18 21:05:28 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Fabian Affolter
77f39c54d3
Merge pull request #113551 from r-ryantm/auto-update/assh
assh: 2.11.0 -> 2.11.3
2021-03-18 19:11:00 +01:00
Ben Siraphob
28a16d05aa altermime: fix darwin build 2021-03-18 23:02:07 +07:00
Ben Siraphob
d93c9d4880 httperf: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob
2890ff4309 dhcping: expand platforms to unix 2021-03-18 23:02:06 +07:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27 2021-03-18 13:43:53 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
zowoq
cc563d8432 kapp: install completion 2021-03-18 18:58:03 +10:00
Sandro
33f26ed6d4
Merge pull request #116590 from servalcatty/v2ray
v2ray: 4.35.1 -> 4.36.2
2021-03-18 01:38:29 +01:00
Sandro Jäckel
748c446969
dd-agent_5: only use backports_ssl_match_hostname for python <= 3.7 2021-03-17 22:55:12 +01:00
Sandro Jäckel
a71af661d3
wireguard-tools: remove ? null from inputs, remove with lib; 2021-03-17 22:55:12 +01:00
Sandro Jäckel
ec5be00b37
openvpn: remove ? null 2021-03-17 22:55:11 +01:00
Oleksii Filonenko
13a5b1d331
Merge pull request #116616 from r-ryantm/auto-update/frp
frp: 0.35.1 -> 0.36.0
2021-03-17 18:02:26 +02:00
R. RyanTM
8c2064c7c3 frp: 0.35.1 -> 0.36.0 2021-03-17 12:12:54 +00:00
R. RyanTM
8177519fbe croc: 8.6.10 -> 8.6.11 2021-03-17 10:30:29 +00:00
Vladimír Čunát
eba8103149
dnsperf: 2.4.0 -> 2.5.0
libck closure contains quite a lot of stuff that we don't need,
but that's best left for another time and perhaps closure doesn't
matter that much for a tool like dnsperf.
2021-03-17 08:48:52 +01:00
Serval
c70467faa0
v2ray: 4.35.1 -> 4.36.2 2021-03-17 15:22:10 +08:00
WORLDofPEACE
0ff8bb21be
Merge pull request #115421 from maxeaubrey/network-manager-1.30.0
networkmanager: 1.26.0 -> 1.30.0
2021-03-15 21:00:36 -04:00
github-actions[bot]
1398d44bac
Merge staging-next into staging 2021-03-16 00:39:16 +00:00
github-actions[bot]
d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
Maxine Aubrey
17177b551f
networkmanager: fix path and pname 2021-03-15 20:20:41 +01:00
Maxine Aubrey
b8a4051536
networkmanager: 1.26.0 -> 1.30.0
drops build patch as it's been merged
moves polkit path to meson flags from paths patch
rebases paths patch on upstream
2021-03-15 20:20:38 +01:00
Maximilian Bosch
f6092fe869
wireguard-tools: 1.0.20210223 -> 1.0.20210315
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-March/006493.html
2021-03-15 19:22:48 +01:00
John Ericson
87dfa0433a
Merge pull request #116348 from Mindavi/dnsmasq/cross-compilation-fix
dnsmasq: fix cross-compilation
2021-03-15 11:29:40 -04:00
github-actions[bot]
d529ebd48c
Merge staging-next into staging 2021-03-15 06:18:54 +00:00
github-actions[bot]
e7b44e6f52
Merge master into staging-next 2021-03-15 06:18:46 +00:00
R. RyanTM
6708ee70f5 cassowary: 0.13.0 -> 0.14.0 2021-03-15 02:11:26 -04:00
github-actions[bot]
01ebd9a303
Merge staging-next into staging 2021-03-15 00:40:33 +00:00
github-actions[bot]
8fa4dca9b5
Merge master into staging-next 2021-03-15 00:40:27 +00:00
Rick van Schijndel
b12f16f283 dnsmasq: fix cross-compilation
This is done by specifying pkg-config in the makeFlags, ensuring that
the correct pkg-config is injected.

Depends on changes that are currently only in staging:

- 07ecf87693
- 4f6ec19dbc

See https://github.com/NixOS/nixpkgs/pull/114902 for those changes.
2021-03-14 21:14:50 +00:00
Sarah Brofeldt
17c8c57a56
Merge pull request #115969 from r-ryantm/auto-update/keepalived
keepalived: 2.2.1 -> 2.2.2
2021-03-14 19:54:54 +01:00
github-actions[bot]
cc6e2d60db
Merge staging-next into staging 2021-03-14 18:17:15 +00:00
Martin Weinelt
0241873f7f
Merge branch 'master' into staging-next 2021-03-14 17:35:32 +01:00
Ryan Mulligan
b0af9f3daa
Merge pull request #115950 from r-ryantm/auto-update/go-shadowsocks2
go-shadowsocks2: 0.1.3 -> 0.1.4
2021-03-14 08:18:30 -07:00
Jan Tojnar
e031b21364
Merge pull request #115415 from maxeaubrey/network-manager-applet-1.20.0
networkmanagerapplet: 1.18.0 -> 1.20.0
2021-03-14 15:41:47 +01:00
github-actions[bot]
977005c64f
Merge staging-next into staging 2021-03-14 12:21:14 +00:00
github-actions[bot]
8c04f70ddd
Merge master into staging-next 2021-03-14 12:21:07 +00:00
Maxine Aubrey
151cc36b95
networkmanagerapplet: licence, drop unused args 2021-03-14 12:38:38 +01:00
Maxine Aubrey
4c117adb76
networkmanagerapplet: 1.18.0 -> 1.20.0 2021-03-14 12:38:33 +01:00
06kellyjac
8d301a28ad boundary: 0.1.7 -> 0.1.8
Move fetchsrc function
Add pre and post install hooks
2021-03-14 03:01:50 -04:00
Jan Tojnar
a16ce80193
Merge branch 'staging-next' into staging 2021-03-14 02:09:44 +01:00
github-actions[bot]
c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
Robert Scott
86c7e9297d
Merge pull request #115866 from r-ryantm/auto-update/kapp
kapp: 0.35.0 -> 0.36.0
2021-03-13 22:41:02 +00:00
Jan Tojnar
01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
Frederik Rietdijk
0633ad919c
Merge pull request #115012 from helsinki-systems/upd/openssh
[staging] openssh: 8.4p1 -> 8.5p1 and refactor
2021-03-13 14:48:44 +01:00
R. RyanTM
aee836c655 minio-client: 2021-03-10T05-59-20Z -> 2021-03-12T03-36-59Z 2021-03-13 09:00:28 +00:00
Jan Tojnar
f747bcb868
Merge branch 'master' into staging-next 2021-03-12 19:58:39 +01:00
midchildan
769aa398a5
wget: fix darwin build
Fixes #116035.
2021-03-13 01:11:42 +09:00
dramforever
416adcf85b radvd: Add AR to makeFlags for cross-compiling 2021-03-12 22:05:16 +08:00
Johannes Schleifenbaum
4cf6284371
dnsviz: 0.9.2 -> 0.9.3 2021-03-12 08:56:30 +01:00
github-actions[bot]
d6257d451b
Merge master into staging-next 2021-03-11 18:23:54 +00:00
R. RyanTM
1b3b781ea0 keepalived: 2.2.1 -> 2.2.2 2021-03-11 18:00:46 +00:00
R. RyanTM
07adb96032 go-shadowsocks2: 0.1.3 -> 0.1.4 2021-03-11 15:19:54 +00:00
Ryan Mulligan
f76c6b62af
Merge pull request #115817 from r-ryantm/auto-update/clash
clash: 1.4.1 -> 1.4.2
2021-03-11 07:16:06 -08:00
Janne Heß
a1aa6bd250
openssh: Remove useless .dev 2021-03-11 11:59:16 +01:00
Janne Heß
2b1011d4a3
openssh_hpn/openssh_gssapi: Add CVE-2021-28041 2021-03-11 11:58:00 +01:00
github-actions[bot]
31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
Mario Rodas
a0d12a2669
Merge pull request #115848 from r-ryantm/auto-update/gping
gping: 1.2.0-post -> 1.2.1
2021-03-10 22:01:09 -05:00
Mario Rodas
a6b4413268
Merge pull request #115876 from r-ryantm/auto-update/minio-client
minio-client: 2021-02-19T05-34-40Z -> 2021-03-10T05-59-20Z
2021-03-10 21:55:36 -05:00
Mario Rodas
480c70782c
Merge pull request #115828 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.35.2 -> 0.35.5
2021-03-10 21:49:12 -05:00
R. RyanTM
f3b475c1fa minio-client: 2021-02-19T05-34-40Z -> 2021-03-10T05-59-20Z 2021-03-11 02:23:56 +00:00
R. RyanTM
545a1d6942 kapp: 0.35.0 -> 0.36.0 2021-03-11 00:44:17 +00:00
R. RyanTM
0e36e44b10 gping: 1.2.0-post -> 1.2.1 2021-03-10 23:12:59 +00:00
R. RyanTM
b0ed1fd13c dnsproxy: 0.35.2 -> 0.35.5 2021-03-10 20:29:58 +00:00
R. RyanTM
01521df1ea croc: 8.6.8 -> 8.6.10 2021-03-10 19:56:00 +00:00
R. RyanTM
2989e5e846 clash: 1.4.1 -> 1.4.2 2021-03-10 19:12:25 +00:00
github-actions[bot]
aea4725648
Merge master into staging-next 2021-03-10 12:21:24 +00:00
Maximilian Bosch
49942b81ee
Merge pull request #115698 from r-ryantm/auto-update/wget
wget: 1.20.3 -> 1.21.1
2021-03-10 11:51:24 +01:00
Fabian Affolter
04d7d1c0fa
Merge pull request #115693 from r-ryantm/auto-update/whois
whois: 5.5.6 -> 5.5.8
2021-03-10 08:17:27 +01:00
R. RyanTM
a4e8abb469 wget: 1.20.3 -> 1.21.1 2021-03-10 05:26:10 +00:00
R. RyanTM
4242367019 whois: 5.5.6 -> 5.5.8 2021-03-10 04:40:46 +00:00
github-actions[bot]
149a81c88d
Merge master into staging-next 2021-03-10 00:39:07 +00:00
R. RyanTM
2008cf485b kea: 1.9.3 -> 1.9.5 2021-03-09 15:39:10 -08:00
R. RyanTM
b721ddeec4 tgt: 1.0.79 -> 1.0.80 2021-03-09 22:58:36 +00:00
Sandro
aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0 2021-03-09 21:14:38 +01:00
R. RyanTM
a94ff1c2cc spoofer: 1.4.5 -> 1.4.6 2021-03-09 18:04:58 +00:00