Bas van Dijk
8033c19932
Merge pull request #145093 from basvandijk/djbdns-softlimit-fix
...
djbdns: fix crash due to data ulimit
2021-11-09 18:41:14 +01:00
Bas van Dijk
ce0625d981
djbdns: add newline to softlimit.patch
2021-11-09 17:40:12 +00:00
github-actions[bot]
ee8fa3203a
Merge staging-next into staging
2021-11-09 06:01:44 +00:00
github-actions[bot]
5b18be2de0
Merge master into staging-next
2021-11-09 06:01:07 +00:00
Lin Yinfeng
09af1585ca
godns: add missing ldflags
2021-11-09 11:51:43 +08:00
Lin Yinfeng
dac0fabd5e
godns: 2.5 -> 2.5.1
2021-11-09 11:51:22 +08:00
Thibaut Marty
e204d34b94
djbdns: add link to tinydns nixos test
2021-11-08 21:33:39 +00:00
Bas van Dijk
7a8b4907e2
djbdns: fix crash due to data ulimit
...
This fixes: https://github.com/NixOS/nixpkgs/issues/119066 .
When `djbdns` is repeatedly queried it will crash with:
```
mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data.
```
So we increase the softlimit from 300000 to 4500000 as suggested in
the issue.
The `tinydns` NixOS test has been extended with testing for the faulty
behaviour.
2021-11-08 17:28:41 +00:00
Mark Mulder
78f07d0f89
termscp: fix darwin build
...
I was running into Foundation.h errors during compilation on mac/darwin,
adding Foundation fixes that for me.
Error:
```
The following warnings were emitted during compilation:
warning: In file included from objc/notify.m:1:
warning: objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
warning: #import <Foundation/Foundation.h>
warning: ^~~~~~~~~~~~~~~~~~~~~~~~~
warning: 1 error generated.
error: failed to run custom build command for `mac-notification-sys v0.3.0`
Caused by:
process didn't exit successfully: `/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-f414f8995c05e541/build-script-build` (exit status: 1)
--- stdout
TARGET = Some("x86_64-apple-darwin")
OPT_LEVEL = Some("3")
HOST = Some("x86_64-apple-darwin")
CC_x86_64-apple-darwin = None
CC_x86_64_apple_darwin = None
HOST_CC = None
CC = Some("clang")
CFLAGS_x86_64-apple-darwin = None
CFLAGS_x86_64_apple_darwin = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m"
cargo:warning=In file included from objc/notify.m:1:
cargo:warning=objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
cargo:warning=#import <Foundation/Foundation.h>
cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=1 error generated.
exit status: 1
--- stderr
error occurred: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m" with args "clang" did not execute successfully (status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
error: failed to compile `termscp v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installEt3UWW`
Caused by:
build failed
```
2021-11-08 17:21:33 +01:00
Matt McHenry
ccac0475ad
vpnc-scripts: 2021-03-21 -> 2021-09-24
...
git hosting has moved to gitlab
2021-11-08 13:54:02 +00:00
github-actions[bot]
12f47e1100
Merge staging-next into staging
2021-11-08 12:02:03 +00:00
github-actions[bot]
40b71c3159
Merge master into staging-next
2021-11-08 12:01:24 +00:00
Bobby Rong
4b53beaf2d
Merge pull request #140702 from r-k-b/vpn-slice/update
...
vpn-slice: 0.14 -> 0.15, add update-script
2021-11-08 19:16:34 +08:00
Bernardo Meurer
d899956ff7
Merge pull request #143225 from trofi/parallel-dhcp
...
dhcp: enable parallel building
2021-11-07 22:39:54 -08:00
github-actions[bot]
aa164b77b8
Merge staging-next into staging
2021-11-08 00:02:29 +00:00
John Ericson
4f81865aa1
Merge remote-tracking branch 'upstream/master' into staging-next
2021-11-07 20:51:04 +00:00
Janne Heß
17f230461a
Merge pull request #144541 from alyssais/vpnc-makefile-patch
...
vpnc: remove unnecessary patch
2021-11-07 21:48:54 +01:00
Robert Scott
a79a294901
openssh: set enableParallelChecking = false
...
this should hopefully make the tests more reliable
2021-11-07 14:56:03 +00:00
github-actions[bot]
97f12cbba8
Merge staging-next into staging
2021-11-07 12:01:52 +00:00
github-actions[bot]
e0cac44f90
Merge master into staging-next
2021-11-07 12:01:18 +00:00
Fabian Affolter
57b70fe010
Merge pull request #144766 from rb2k/et_update_6.1.9
...
eternal-terminal: 6.1.8 -> 6.1.9
2021-11-07 10:54:20 +01:00
github-actions[bot]
8ddea08a85
Merge staging-next into staging
2021-11-07 00:02:20 +00:00
github-actions[bot]
9166210176
Merge master into staging-next
2021-11-07 00:01:38 +00:00
Fabian Affolter
f43a6c21c1
Merge pull request #144848 from fabaff/bump-amass
...
amass: 3.14.2 -> 3.14.3
2021-11-06 21:56:37 +01:00
Janne Heß
f96b3d468e
Merge pull request #140317 from risicle/ris-openssh-tests
2021-11-06 19:34:53 +01:00
github-actions[bot]
64baf2593d
Merge staging-next into staging
2021-11-06 18:01:35 +00:00
github-actions[bot]
eeb7e66e97
Merge master into staging-next
2021-11-06 18:01:01 +00:00
Janne Heß
45774e92d8
Merge pull request #144542 from alyssais/vpnc-pcf2vpnc
2021-11-06 18:52:49 +01:00
Fabian Affolter
9de65b3837
amass: 3.14.2 -> 3.14.3
2021-11-06 14:01:45 +01:00
github-actions[bot]
e57ae1d6b3
Merge staging-next into staging
2021-11-06 12:01:54 +00:00
github-actions[bot]
89ec09c858
Merge master into staging-next
2021-11-06 12:01:12 +00:00
Ryan Burns
2cd277453d
Merge pull request #144513 from trofi/fix-bwm_ng-for-ncurses-6.3
...
bwm_ng: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:48:56 -07:00
github-actions[bot]
87082f071c
Merge staging-next into staging
2021-11-06 06:01:39 +00:00
github-actions[bot]
a41ea4ced3
Merge master into staging-next
2021-11-06 06:01:07 +00:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Bernardo Meurer
37956a5534
Merge pull request #144762 from lovesegfault/unbound-tests
...
unbound: enable tests
2021-11-05 11:17:50 -07:00
github-actions[bot]
933da575d4
Merge master into staging-next
2021-11-05 18:01:07 +00:00
Marc Seeger
5f6472a107
eternal-terminal: 6.1.8 -> 6.1.9
2021-11-05 10:03:13 -07:00
Bernardo Meurer
3f0160288b
unbound: enable tests
2021-11-05 09:25:57 -07:00
Alyssa Ross
02a01828c5
pkgsMusl.connmanMinimal: fix build with Alpine patch
2021-11-05 14:51:49 +00:00
github-actions[bot]
2663e5b623
Merge master into staging-next
2021-11-05 12:01:17 +00:00
Vladimír Čunát
555a4016a2
Merge branch 'staging-next' into staging
2021-11-05 10:48:58 +01:00
Nikola Knezevic
0278e1e297
ngrep: Make available on darwin
...
ngrep works on macos/Darwin without problems. The official page even
states that:
```
Confirmed Working Platforms
Linux 2.0+ (RH6+, SuSE, TurboLinux, Debian, Gentoo, Ubuntu, Mandrake, Slackware)/x86, RedHat/alpha Cobalt, (Qube2) Linux/MIPS
Solaris 2.5.1, 2.6/SPARC, Solaris 7, Solaris 8/SPARC, Solaris 9/SPARC
FreeBSD 2.2.5, 3.1, 3.2, 3.4-RC, 3.4-RELEASE, 4.0, 5.0
OpenBSD 2.4 (after upgrading pcap from 0.2), 2.9, 3.0, 3.1+
NetBSD 1.5/SPARC
Digital Unix V4.0D (OSF/1), Tru64 5.0, Tru64 5.1A
HPUX 11
IRIX
AIX 4.3.3.0/PowerPC
BeOS R5
Mac OS X 10+
GNU HURD
Windows 95, 98, NT, 2000, XP, 2003/x86, 7, 8, 8.1, 10
```
2021-11-05 10:08:50 +01:00
Ryan Mulligan
914813789d
Merge pull request #144458 from r-ryantm/auto-update/mcrcon
...
mcrcon: 0.7.1 -> 0.7.2
2021-11-04 19:42:05 -07:00
Robert Scott
9eb3c41fbe
Merge pull request #144647 from kurnevsky/tox-node-build-fix
...
tox-node: fix build
2021-11-05 00:56:14 +00:00
github-actions[bot]
ac4cb43546
Merge staging-next into staging
2021-11-05 00:02:01 +00:00
Sandro
6ad1b0940f
Merge pull request #144656 from flokli/telepresence2-bump
2021-11-04 22:43:33 +01:00
Florian Klink
beb78c9468
telepresence2: 2.4.0 -> 2.4.6
2021-11-04 21:43:27 +01:00
Pascal Bach
f98eeeb9bf
Merge pull request #144465 from r-ryantm/auto-update/minio-client
...
minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z
2021-11-04 20:31:41 +01:00
github-actions[bot]
20bee66ec8
Merge staging-next into staging
2021-11-04 18:01:44 +00:00
Evgeny Kurnevsky
55f6d818dd
tox-node: add myself to maintainers
2021-11-04 20:59:18 +03:00
Evgeny Kurnevsky
e2fe1f3fd4
tox-node: fix build
2021-11-04 20:51:47 +03:00
Doron Behar
ae9a94b44a
Merge pull request #144512 from alyssais/connman-cross
2021-11-04 14:29:41 +00:00
Alyssa Ross
e76aa52b2f
connmanMinimal: fix cross compilation
...
Move inputs from `nativeBuildInputs`.
2021-11-04 16:08:10 +02:00
github-actions[bot]
cca97be2f0
Merge staging-next into staging
2021-11-04 12:01:39 +00:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
github-actions[bot]
524db8975e
Merge staging-next into staging
2021-11-04 06:02:01 +00:00
Maciej Krüger
3f3a62465e
Merge pull request #144570 from bbigras/yggdrasil
2021-11-04 04:04:19 +01:00
Bruno Bigras
28bb96399f
yggdrasil: 0.4.0 -> 0.4.2
2021-11-03 22:58:46 -04:00
Bobby Rong
acbc86cc17
Merge pull request #144492 from r-ryantm/auto-update/oapi-codegen
...
oapi-codegen: 1.8.2 -> 1.8.3
2021-11-04 08:47:13 +08:00
Alyssa Ross
212cdd5c39
vpnc: remove unnecessary substitution
...
This will be done automatically in fixupPhase (and that version has
the advantage of being cross-aware).
2021-11-03 21:36:45 +00:00
Alyssa Ross
ab9ecf61c7
vpnc: remove unnecessary patch
...
We can make the same changes much less invasively using normal Nixpkgs
stuff. This would make it easier to switch to the actively maintained
fork[1] in future.
The use of $(out)/etc instead of /etc is a bit questionable, but I
don't want to change any behaviour in this patch so I'm leaving it
alone for now.
[1]: https://davidepucci.it/doc/vpnc/
2021-11-03 21:34:05 +00:00
Sergei Trofimovich
60152c5bef
bwm_ng: pull upstream fix for upcoming ncurses-6.3
2021-11-03 18:50:54 +00:00
github-actions[bot]
3567177949
Merge staging-next into staging
2021-11-03 18:10:58 +00:00
R. Ryantm
d01a1a6ddb
oapi-codegen: 1.8.2 -> 1.8.3
2021-11-03 17:12:44 +00:00
Artturi
e01b7650cc
Merge pull request #144049 from Artturin/ntpseccomp
2021-11-03 18:23:57 +02:00
R. Ryantm
2f94a86706
minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z
2021-11-03 15:02:51 +00:00
R. Ryantm
7d52a5d4fd
mcrcon: 0.7.1 -> 0.7.2
2021-11-03 14:03:48 +00:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Alyssa Ross
703ffa2f5d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
2021-11-03 07:34:33 +00:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
github-actions[bot]
5cac0ef189
Merge staging-next into staging
2021-11-02 06:01:58 +00:00
github-actions[bot]
4b2ca106c9
Merge master into staging-next
2021-11-02 06:01:22 +00:00
Mario Rodas
726da12d8b
Merge pull request #144073 from tdemin/master
...
shadowsocks-rust: 1.10.7 -> 1.11.2
2021-11-01 21:21:54 -05:00
github-actions[bot]
83d6b7a7e0
Merge staging-next into staging
2021-11-01 18:01:40 +00:00
github-actions[bot]
bd0051cd54
Merge master into staging-next
2021-11-01 18:01:02 +00:00
Bobby Rong
9f4c6fd07f
Merge pull request #143710 from wahjava/update-flannel
...
cni-flannel-plugin: 1.1 -> 1.0.0
2021-11-01 22:36:48 +08:00
github-actions[bot]
9e9ee310f8
Merge staging-next into staging
2021-11-01 12:01:37 +00:00
github-actions[bot]
cc41bb5851
Merge master into staging-next
2021-11-01 12:01:00 +00:00
Fabian Affolter
00d06e9f20
Merge pull request #143975 from fabaff/bump-sniffglue
...
sniffglue: 0.13.1 -> 0.14.0
2021-11-01 10:51:42 +01:00
Michael Raskin
ab7c6b8b62
Merge pull request #144080 from trofi/fix-mtr-for-ncurses-6.3
...
mtr: fix build against upcoming ncurses-6.3
2021-11-01 09:16:04 +00:00
Sergei Trofimovich
bb3f1c9c9e
mtr: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
ui/curses.c:765:42:
error: format not a string literal and no format arguments [-Werror=format-security]
765 | mvprintw(rowstat - 1, startstat, msg);
| ^~~
2021-11-01 07:43:13 +00:00
Timur Demin
63b7bb7fbe
shadowsocks-rust: 1.10.7 -> 1.11.2
2021-11-01 10:24:05 +05:00
github-actions[bot]
bef900528f
Merge staging-next into staging
2021-11-01 00:02:05 +00:00
github-actions[bot]
7eaf56d92e
Merge master into staging-next
2021-11-01 00:01:32 +00:00
Artturin
fd86d63e2f
ntp: remove seccomp support
...
it causes issues and most distros dont enable it
see https://github.com/NixOS/nixpkgs/issues/140996
2021-11-01 00:44:20 +02:00
Sandro
30faf91c09
Merge pull request #143625 from r-ryantm/auto-update/dnscrypt-proxy2
2021-10-31 21:00:09 +01:00
github-actions[bot]
e92f6f6da8
Merge staging-next into staging
2021-10-31 18:01:34 +00:00
github-actions[bot]
7ca1d48ff2
Merge master into staging-next
2021-10-31 18:01:01 +00:00
Fabian Affolter
957284c690
sniffglue: 0.13.1 -> 0.14.0
2021-10-31 11:48:35 +01:00
R. Ryantm
7237eb405e
getmail6: 6.18.4 -> 6.18.5
2021-10-31 02:06:17 +00:00
github-actions[bot]
062a1496d6
Merge staging-next into staging
2021-10-30 18:01:37 +00:00
github-actions[bot]
0fa76ebdca
Merge master into staging-next
2021-10-30 18:00:59 +00:00
figsoda
ebc2a1962b
Merge pull request #143775 from r-ryantm/auto-update/hurl
...
hurl: 1.3.1 -> 1.4.0
2021-10-30 10:21:55 -04:00
Artturi
bc943cd318
Merge pull request #143712 from r-ryantm/auto-update/globalprotect-openconnect
...
globalprotect-openconnect: 1.2.6 -> 1.3.4
2021-10-30 17:08:12 +03:00
Artturi
520b7bef17
Merge pull request #143754 from r-ryantm/auto-update/grpcurl
...
grpcurl: 1.8.2 -> 1.8.5
2021-10-30 15:17:28 +03:00
github-actions[bot]
230a785370
Merge staging-next into staging
2021-10-30 12:01:44 +00:00
github-actions[bot]
846f94d984
Merge master into staging-next
2021-10-30 12:01:09 +00:00
Mario Rodas
5e901f0e2f
Merge pull request #143692 from r-ryantm/auto-update/frp
...
frp: 0.37.1 -> 0.38.0
2021-10-30 05:29:58 -05:00
Mario Rodas
beb2e65d23
Merge pull request #143752 from r-ryantm/auto-update/grpcui
...
grpcui: 1.1.0 -> 1.2.0
2021-10-30 04:17:02 -05:00
Mario Rodas
823e4d6a78
Merge pull request #143784 from r-ryantm/auto-update/ytcc
...
ytcc: 2.5.1 -> 2.5.2
2021-10-30 04:09:10 -05:00
R. Ryantm
ad7cdcd214
zerotierone: 1.6.6 -> 1.8.1
2021-10-30 08:51:09 +02:00
github-actions[bot]
1fe8dfabf5
Merge staging-next into staging
2021-10-30 06:02:02 +00:00
github-actions[bot]
227e1c837c
Merge master into staging-next
2021-10-30 06:01:25 +00:00
Mario Rodas
29a10a5e07
ytcc: add marsam to maintainers
2021-10-30 04:20:00 +00:00
Mario Rodas
1840a292ec
ytcc: use yt-dlp
2021-10-30 04:20:00 +00:00
Mario Rodas
1839c17eb5
ytcc: install manpage
2021-10-30 04:20:00 +00:00
Bobby Rong
50f0ced50b
Merge pull request #143734 from r-ryantm/auto-update/gobgp
...
gobgp: 2.31.0 -> 2.32.0
2021-10-30 09:10:24 +08:00
R. Ryantm
b58eda9b91
ytcc: 2.5.1 -> 2.5.2
2021-10-30 00:41:38 +00:00
github-actions[bot]
ba990541d1
Merge staging-next into staging
2021-10-30 00:02:03 +00:00
github-actions[bot]
2d204edb98
Merge master into staging-next
2021-10-30 00:01:30 +00:00
R. Ryantm
3c86dcdb00
hurl: 1.3.1 -> 1.4.0
2021-10-29 23:24:55 +00:00
R. Ryantm
2ff4bea916
grpcurl: 1.8.2 -> 1.8.5
2021-10-29 21:39:47 +00:00
R. Ryantm
e992d58863
grpcui: 1.1.0 -> 1.2.0
2021-10-29 21:34:21 +00:00
R. Ryantm
2aa4abea95
gobgp: 2.31.0 -> 2.32.0
2021-10-29 20:08:50 +00:00
Domen Kožar
71d0e49b24
Merge pull request #143670 from sikmir/ssldump
...
ssldump: enable on darwin
2021-10-29 13:32:23 -05:00
Domen Kožar
0e5facd457
Merge pull request #143676 from sikmir/brook
...
brook: enable on darwin
2021-10-29 13:23:31 -05:00
R. Ryantm
e66cf1256f
globalprotect-openconnect: 1.2.6 -> 1.3.4
2021-10-29 18:10:26 +00:00
Ashish SHUKLA
743c0ec2d8
cni-flannel-plugin: 1.1 -> 1.0.0
...
Update to a properly tagged version. Previously the tag was temporary,
and it was not obvious. See flannel-io/cni-plugin/issues/21
While here, also add some install time checking
2021-10-29 23:37:38 +05:30
github-actions[bot]
9a002bac35
Merge staging-next into staging
2021-10-29 18:01:38 +00:00
github-actions[bot]
6317a19147
Merge master into staging-next
2021-10-29 18:01:00 +00:00
R. Ryantm
bfaa785d8b
frp: 0.37.1 -> 0.38.0
2021-10-29 16:20:59 +00:00
Nikolay Korotkiy
46bbbbb1e8
brook: enable on darwin
2021-10-29 18:01:37 +03:00
Nikolay Korotkiy
f84cf9b4ad
ssldump: enable on darwin
2021-10-29 17:29:55 +03:00
Fabián Heredia Montiel
b96ab960d3
vtun: remove
2021-10-29 09:12:35 -05:00
figsoda
8182f670c5
dnsproxy: fix version output, fix license
2021-10-29 08:15:16 -04:00
figsoda
5885759cdb
Merge pull request #143626 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.39.7 -> 0.39.9
2021-10-29 08:06:15 -04:00
github-actions[bot]
853a47c140
Merge staging-next into staging
2021-10-29 12:01:53 +00:00
github-actions[bot]
97b60b1800
Merge master into staging-next
2021-10-29 12:01:19 +00:00
R. Ryantm
a0e24f7765
dnsproxy: 0.39.7 -> 0.39.9
2021-10-29 10:15:53 +00:00
R. Ryantm
14908b79fb
dnscrypt-proxy2: 2.1.0 -> 2.1.1
2021-10-29 10:09:00 +00:00
Bobby Rong
594e35cc46
Merge pull request #143488 from r-ryantm/auto-update/swagger-codegen
...
swagger-codegen3: 3.0.25 -> 3.0.29
2021-10-29 17:20:35 +08:00
github-actions[bot]
d9aba51052
Merge staging-next into staging
2021-10-29 06:01:42 +00:00
github-actions[bot]
e7fbce41fc
Merge master into staging-next
2021-10-29 06:01:10 +00:00
figsoda
36efb1c256
Merge pull request #143491 from r-ryantm/auto-update/subfinder
...
subfinder: 2.4.8 -> 2.4.9
2021-10-28 22:58:45 -04:00
tomberek
9c8b55e124
Merge pull request #143501 from r-ryantm/auto-update/s5cmd
...
s5cmd: 1.3.0 -> 1.4.0
2021-10-28 21:34:10 -04:00
github-actions[bot]
158ae17beb
Merge staging-next into staging
2021-10-29 00:01:50 +00:00
github-actions[bot]
ffc9895024
Merge master into staging-next
2021-10-29 00:01:18 +00:00
R. Ryantm
8b4d811830
s5cmd: 1.3.0 -> 1.4.0
2021-10-28 23:43:49 +00:00
Ryan Mulligan
3130c88ed6
Merge pull request #143380 from r-ryantm/auto-update/tendermint
...
tendermint: 0.34.13 -> 0.34.14
2021-10-28 16:11:37 -07:00
R. Ryantm
4c62d1e6bd
subfinder: 2.4.8 -> 2.4.9
2021-10-28 22:47:59 +00:00
R. Ryantm
3b1fcb16e6
swagger-codegen3: 3.0.25 -> 3.0.29
2021-10-28 22:35:24 +00:00
R. Ryantm
df26a83f13
sstp: 1.0.15 -> 1.0.16
2021-10-28 22:03:42 +00:00
Alyssa Ross
3f01b576af
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
nixos/doc/manual/release-notes/rl-2111.section.md
2021-10-28 16:07:38 +00:00
R. Ryantm
e478b5310b
tendermint: 0.34.13 -> 0.34.14
2021-10-28 13:24:27 +00:00
R. Ryantm
7da7eb4ffe
zap: 2.10.0 -> 2.11.0
2021-10-28 00:37:40 +00:00
Sergei Trofimovich
508e9a0837
dhcp: enable parallel building
...
The spedup on my machine is from 62 seconds down to 48 seconds.
2021-10-27 22:01:57 +01:00
github-actions[bot]
22401dcc39
Merge master into staging-next
2021-10-27 18:01:02 +00:00
Mrinal
3911dfc40d
gping: 1.2.1 -> 1.2.6 ( #143124 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-27 14:53:43 +02:00
github-actions[bot]
d33a58f89d
Merge master into staging-next
2021-10-27 12:01:20 +00:00
Fabian Affolter
ce12270a07
amass: 3.14.1 -> 3.14.2
2021-10-27 09:15:48 +02:00
NeverBehave
c0cf3d69d0
ocserv: 0.12.6 -> 1.1.2
2021-10-27 00:01:27 -07:00
github-actions[bot]
9d11ed2864
Merge staging-next into staging
2021-10-26 12:02:02 +00:00
github-actions[bot]
6bb6e64046
Merge master into staging-next
2021-10-26 12:01:25 +00:00
Charlotte Van Petegem
56e6fd2bd1
mu: 1.6.8 -> 1.6.9
2021-10-26 15:45:25 +08:00
Charlotte Van Petegem
ffae3209f4
mu: 1.6.7 -> 1.6.8
2021-10-26 15:45:25 +08:00
github-actions[bot]
47ad670e14
Merge staging-next into staging
2021-10-26 00:02:18 +00:00
Martin Weinelt
a47e0a6554
Merge remote-tracking branch 'origin/master' into staging-next
2021-10-25 21:03:48 +02:00
Guillaume Girol
f790fcd0be
Merge pull request #142384 from trofi/sequential-vde2
...
vde2: explicitly disable parallel building
2021-10-25 19:00:49 +00:00
github-actions[bot]
b838d814f0
Merge staging-next into staging
2021-10-25 00:02:07 +00:00
github-actions[bot]
24cfffaa7a
Merge master into staging-next
2021-10-25 00:01:32 +00:00
Jan Tojnar
95c14e3fec
Merge pull request #142724 from jtojnar/gupnp
...
gupnp/dleyna updates
2021-10-24 21:02:14 +02:00
Jan Tojnar
d7ec4b30f7
gupnp-tools: 0.10.0 → 0.10.1
2021-10-24 15:38:19 +02:00
github-actions[bot]
94e4b96dfc
Merge staging-next into staging
2021-10-24 00:02:23 +00:00
github-actions[bot]
6d5b2c70e0
Merge master into staging-next
2021-10-24 00:01:46 +00:00
José Romildo
5aa7601893
vopono: 0.8.6 -> 0.8.7
2021-10-23 16:50:50 -03:00
Sandro
35b01e8b42
Merge pull request #142091 from SuperSandro2000/unbound
2021-10-22 23:08:51 +02:00
github-actions[bot]
f9ab4de694
Merge staging-next into staging
2021-10-22 18:01:54 +00:00
Jonathan Ringer
fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/jupyter-client/default.nix
pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
Vladimír Čunát
d82c73ce17
miniupnpc: fix build on darwin again
...
Broken by ec4a159100
(PR #139638 ); I forgot darwin again.
2021-10-22 11:50:14 +02:00
AndersonTorres
aa2d3c77a5
rakshasa.rtorrent: 0.9.8 -> 0.9.8+date=2021-08-07
2021-10-21 19:31:52 -03:00
AndersonTorres
87cb00aaef
rakshasa.libtorrent: 0.13.8 -> 0.13.8+date=2021-08-07
2021-10-21 19:31:52 -03:00
AndersonTorres
3199dc10b7
rakshasa-rtorrent: create subtree
...
RTorrent uses a companion library, libtorrent, and they should be synchronized
along the releases. They act like a small package set. Therefore it is a good
idea to treat them the same way in Nixpkgs code.
This commit should not change much of the things, because no code besides
rtorrent uses libtorrent.
(Yes, this the same message from jesec-rtorrent commit.)
2021-10-21 19:31:52 -03:00
AndersonTorres
335dbeb95c
jesec-rtorrent.rtorrent: 0.9.8-r14 -> 0.9.8-r15
2021-10-21 19:31:51 -03:00
AndersonTorres
24414aeca8
jesec-rtorrent.libtorrent: 0.13.8-r2 -> 0.13.8-r3
2021-10-21 19:31:51 -03:00
AndersonTorres
07e7d46e0c
jesec-rtorrent: create subtree
...
RTorrent uses a companion library, libtorrent, and they should be synchronized
along the releases. They act like a small package set. Therefore it is a good
idea to treat them the same way in Nixpkgs code.
This commit should not change much of the things, because no code besides
rtorrent uses libtorrent.
(Yes, this the same message from rakshasa-rtorrent commit.)
2021-10-21 19:31:51 -03:00
figsoda
932c6d8861
dogdns: set meta.mainProgram, format
2021-10-21 08:23:42 -04:00
github-actions[bot]
79a336f4e0
Merge staging-next into staging
2021-10-21 06:01:58 +00:00
github-actions[bot]
54a42ab846
Merge master into staging-next
2021-10-21 06:01:21 +00:00
Charlotte Van Petegem
34ad3ffe08
mu: 1.6.6 -> 1.6.7
2021-10-21 10:14:45 +08:00
github-actions[bot]
fb42f8d317
Merge staging-next into staging
2021-10-21 00:02:26 +00:00
github-actions[bot]
872437b0f0
Merge master into staging-next
2021-10-21 00:01:47 +00:00
Fabian Affolter
407f8825b3
Merge pull request #142354 from fabaff/bump-assh
...
assh: 2.11.3 -> 2.12.0
2021-10-20 22:57:03 +02:00
Julien Moutinho
0f9307a684
nethogs: fix cross-compiling
2021-10-20 21:12:22 +02:00
github-actions[bot]
2d89e161b7
Merge staging-next into staging
2021-10-20 18:01:55 +00:00
github-actions[bot]
ba32b28e59
Merge master into staging-next
2021-10-20 18:01:18 +00:00
Sergei Trofimovich
98e3e2fe9e
vde2: explicitly disable parallel building
2021-10-20 17:20:09 +01:00
Fabian Affolter
a97a3078de
assh: 2.11.3 -> 2.12.0
2021-10-20 14:58:29 +02:00
figsoda
d5682916a7
Merge pull request #141994 from fabaff/license-drill
...
drill: specify license
2021-10-20 08:14:20 -04:00
github-actions[bot]
eebbebca41
Merge staging-next into staging
2021-10-20 12:02:09 +00:00
github-actions[bot]
cdc8393c04
Merge master into staging-next
2021-10-20 12:01:31 +00: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
github-actions[bot]
2564b3d967
Merge staging-next into staging
2021-10-19 18:01:48 +00:00
Vladimír Čunát
01df3cd7dd
Merge branch 'master' into staging-next
2021-10-19 19:24:43 +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
github-actions[bot]
6f91c2a673
Merge staging-next into staging
2021-10-18 18:01:48 +00:00
github-actions[bot]
b0a41194a1
Merge master into staging-next
2021-10-18 18:01:14 +00: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
Sandro Jäckel
bf60e5144c
unbound: use lib.optionalString
2021-10-18 16:13:14 +02:00
R. RyanTM
778679d136
ytcc: 2.5.0 -> 2.5.1
2021-10-18 11:55:06 +00:00
github-actions[bot]
b325ca67e7
Merge staging-next into staging
2021-10-18 00:02:18 +00:00
github-actions[bot]
43b1a34ca8
Merge master into staging-next
2021-10-18 00:01:46 +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
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
Ryan Burns
a5a4b0c316
nss-mdns: patch unconditionally
...
the musl patch guards its functionality appropriately, so we can apply it unconditionally
2021-10-14 20:55:10 -07: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
ckie
fd5a074a9b
cnping: init at 2021-04-04
2021-10-14 21:27:34 +03: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
Robert K. Bell
3ff3ec989c
vpn-slice: 0.14 -> 0.15
...
And add an update-script, for automatic updates.
2021-10-11 18:37:42 +11: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
Robert Scott
85c63a515d
openssh: enable tests
2021-10-03 12:37:19 +01: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
Janne Heß
1b41f51b96
openssh: Add myself as maintainer
2021-09-30 21:14:01 +02:00
Janne Heß
fae34f538f
openssh: 8.7p1 -> 8.8p1
2021-09-30 21:11:41 +02:00
Vladimír Čunát
189dabc901
Merge #139638 : transmission: fixes to make one test work again
2021-09-30 21:08:57 +02:00
github-actions[bot]
d8e43e21e2
Merge staging-next into staging
2021-09-30 12:01:48 +00:00
github-actions[bot]
dfe3fb3b01
Merge master into staging-next
2021-09-30 12:01:13 +00:00
Fabian Affolter
b5da25f1c9
dnstake: init at 0.0.2 ( #139869 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-30 13:50:29 +02:00
github-actions[bot]
ce4a8ae240
Merge staging-next into staging
2021-09-29 18:01:44 +00:00
github-actions[bot]
19e8f1b28f
Merge master into staging-next
2021-09-29 18:01:07 +00:00
Ryan Mulligan
338708a50e
Merge pull request #139882 from fabaff/rustcat
...
rustcat: init at 1.3.0
2021-09-29 05:08:20 -07:00
Ryan Mulligan
276bad0d3e
Merge pull request #139819 from r-ryantm/auto-update/boundary
...
boundary: 0.6.1 -> 0.6.2
2021-09-29 05:05:04 -07:00
Fabian Affolter
07ebe7baab
rustcat: init at 1.3.0
2021-09-29 13:17:26 +02:00
github-actions[bot]
1e653a8378
Merge staging-next into staging
2021-09-29 06:01:59 +00:00
github-actions[bot]
d89952163a
Merge master into staging-next
2021-09-29 06:01:24 +00:00
Michele Guerini Rocco
a46a8a13de
Merge pull request #139796 from rnhmjoj/privoxy
...
privoxy: switch to openssl
2021-09-29 07:58:38 +02:00
figsoda
8a587c79f6
Merge pull request #139618 from fabaff/bump-httpie
...
httpie: 2.4.0 -> 2.5.0
2021-09-28 21:52:53 -04:00
figsoda
37b260a02d
Merge pull request #139699 from jojosch/dnsviz-0.9.4
...
dnsviz: 0.9.3 -> 0.9.4
2021-09-28 21:51:34 -04:00
R. RyanTM
95ea33d41d
boundary: 0.6.1 -> 0.6.2
2021-09-29 00:29:33 +00:00
rnhmjoj
b0815e9825
privoxy: switch to openssl
...
mbedtls lacks a number of features (like TLS 1.3 and fragmented
handshakes) that makes everyday browsing a bit unpractical.
2021-09-28 21:25:36 +02:00
Robert Scott
13f8720032
curl: add patch for CVE-2021-22945
...
included as all curl patches need to be in-repo due to
bootstrapping issues
2021-09-28 18:23:01 +01:00
github-actions[bot]
339eeda627
Merge staging-next into staging
2021-09-28 12:01:53 +00:00
github-actions[bot]
5f4614a24e
Merge master into staging-next
2021-09-28 12:01:17 +00:00
misuzu
e0c2ed20c7
ferm: drop ipset for compatibility with iptables-nft
2021-09-28 10:47:49 +03:00
misuzu
4ee79312c1
shorewall: drop ipset for compatibility with iptables-nft
2021-09-28 10:47:49 +03:00
Robert Schütz
80db552f62
Merge pull request #139587 from r-ryantm/auto-update/getmail6
...
getmail6: 6.18.3 -> 6.18.4
2021-09-27 23:33:30 -07:00
Johannes Schleifenbaum
786e36dcd2
dnsviz: 0.9.3 -> 0.9.4
2021-09-28 08:32:44 +02:00
github-actions[bot]
e667988cc3
Merge staging-next into staging
2021-09-27 18:01:42 +00:00
github-actions[bot]
a70629a8e5
Merge master into staging-next
2021-09-27 18:01:07 +00:00
R. RyanTM
453b0f6b6e
s3cmd: 2.1.0 -> 2.2.0
2021-09-27 15:49:51 +00:00
Vladimír Čunát
ec4a159100
transmission: fixes to make one test work again
...
Broken by 37134b607
(PR #134007 ).
2021-09-27 17:28:35 +02:00
Profpatsch
bf33c0e62e
skawarePackages: Fall 2021 release
...
Maintainers Notes below.
~~~
Hello,
New versions of all the skarnet.org packages are available.
skalibs has undergone a major update, with a few APIs having disappeared,
and others having changed. Compatibility with previous versions is *not*
assured.
Consequently, all the rest of the skarnet.org software has undergone
at least a release bump, in order to build with the new skalibs. But
some packages also have new functionality added (hence, a minor bump),
and others also have their own incompatible changes (hence, a major bump).
The new versions are the following:
skalibs-2.11.0.0 (major)
nsss-0.2.0.0 (major)
utmps-0.1.0.3 (release)
execline-2.8.1.0 (minor)
s6-2.11.0.0 (major)
s6-rc-0.5.2.3 (release)
s6-portable-utils-2.2.3.3 (release)
s6-linux-utils-2.5.1.6 (release)
s6-linux-init-1.0.6.4 (release)
s6-dns-2.3.5.2 (release)
s6-networking-2.5.0.0 (major)
mdevd-0.1.5.0 (minor)
bcnm-0.0.1.4 (release)
dnsfunnel-0.0.1.2 (release)
Additionally, a new package has been released:
smtpd-starttls-proxy-0.0.1.0
Dependencies have all been updated to the latest versions. They are,
this time, partially strict: libraries and binaries may build with older
releases of their dependencies, but not across major version bumps. The
safest approach is to upgrade everything at the same time.
You do not need to recompile your s6-rc service databases or recreate
your s6-linux-init run-images.
You should restart your supervision tree after upgrading skalibs and s6,
as soon as is convenient for you.
Details of major and minor package changes follow.
* skalibs-2.11.0.0
----------------
- A lot of obsolete or useless functionality has been removed:
libbiguint, rc4, md5, iobuffer, skasigaction, environ.h and
getpeereid.h headers, various functions that have not proven their
value in a while.
- Some functions changed signatures or changed names, or both.
- All custom types ending in _t have been renamed, to avoid treading on
POSIX namespace. (The same change has not been done yet in other
packages, but skalibs was the biggest offender by far.)
- Signal functions have been deeply reworked.
- cdb has been reworked, the API is now more user-friendly.
- New functions have been added.
The deletion of significant portions of code has made skalibs leaner.
libskarnet.so has dropped under 190 kB on x86_64.
The cdb rewrite on its own has helped reduce an important amount of
boilerplate in cdb-using code.
All in all, code linked against the new skalibs should be slightly
smaller and use a tiny bit less RAM.
https://skarnet.org/software/skalibs/
git://git.skarnet.org/skalibs
* nsss-0.2.0.0
------------
- Bugfixes.
- nsss-switch wire protocol slightly modified, which is enough to
warrant a major version bump.
- _r functions are now entirely thread-safe.
- Spawned nsssd programs are now persistent and only expire after a
timeout on non-enumeration queries. This saves a lot of forking with
applications that can call primitives such as getpwnam() repeatedly, as
e.g. mdevd does when initially parsing its configuration file.
- New nsssd-switch program, implementing real nsswitch functionality
by dispatching queries to various backends according to a script.
It does not dlopen a single library or read a single config file.
https://skarnet.org/software/nsss/
git://git.skarnet.org/nsss
* execline-2.8.1.0
----------------
- Bugfixes.
- New binary: case. It compares a value against a series of regular
expressions, executing into another command line on the first match.
https://skarnet.org/software/execline/
git://git.skarnet.org/execline
* s6-2.11.0.0
-----------
- Bugfixes.
- Some libs6 header names have been simplified.
- s6-svwait now accepts -r and -R options.
- s6-supervise now reads an optional lock-fd file in the service
directory; if it finds one, the first action of the service is to take
a blocking lock. This prevents confusion when a controller process dies
while still leaving workers holding resources; it also prevents log
spamming on user mistakes (autobackgrounding services, notably).
- New binaries: s6-socklog, s6-svlink, s6-svunlink. The former is a
rewrite of smarden.org's socklog program, in order to implement a fully
functional syslogd with only s6 programs. The latter are tools that start
and stop services by symlinking/unlinking service directories from a
scan directory, in order to make it easier to integrate s6-style services
in boot scripts for sequential service managers such as OpenRC.
https://skarnet.org/software/s6/
git://git.skarnet.org/s6
* s6-networking-2.5.0.0
---------------------
- Bugfixes.
- minidentd has been removed. It was an old and somehow still buggy
piece of code that was only hanging around for nostalgia reasons.
- Full support for client certificates. Details of the client
certificate are transmitted to the application via environment
variables (or via an environment string in the case of opportunistic
TLS).
- Full SNI support, including server-side. (That involved a deep dive
into the bearssl internals, which is why it took so long.) The filenames
containing secret keys and certificates for <domain> are read in the
environment variables KEYFILE:<domain> and CERTFILE:<domain>.
Complete client certificate and SNI support now make the TLS part of
s6-networking a fully viable replacement of stunnel and other similar
TLS tunneling tools. This is most interesting when s6-networking is
built against bearssl, which uses about 1/9 of the resources that OpenSSL
needs.
https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking
* mdevd-0.1.5.0
-------------
- A new option to mdevd is available: -O <nlgroups>.
This option makes mdevd rebroadcast uevents to a netlink group (or set
of netlink groups) once they have been handled. This allows applications
to read uevents from a netlink group *after* the device manager is done
with them. This is useful, for instance, when pairing mdevd with
libudev-zero for full udev emulation.
- The * and & directives, which previously were only triggered by
"add" and "remove" actions, are now triggered by *all* action types.
This gives users full scripting access to any event, which can be
used to implement complex rules similar to udev ones.
These two changes make it possible to now build a full-featured desktop
system based on mdevd + libudev-zero, without running systemd-udevd or
eudev.
https://skarnet.org/software/mdevd/
git://git.skarnet.org/mdevd
* smtpd-starttls-proxy-0.0.1.0
----------------------------
This new package, in conjunction with the latest s6-networking,
implements the STARTTLS functionality for inetd-like mail servers that
do not already support it. (Currently only tested with qmail-smtpd.)
If you have noticed that sending mail to skarnet.org supports STARTTLS
now, it is thanks to this little piece of software.
https://skarnet.org/software/smtpd-starttls-proxy/
git://git.skarnet.org/smtpd-starttls-proxy
Enjoy,
Bug-reports welcome.
Laurent
2021-09-27 14:28:43 +02:00
Fabian Affolter
d3a174415c
httpie: 2.4.0 -> 2.5.0
2021-09-27 12:40:29 +02:00
github-actions[bot]
55a6105cd7
Merge staging-next into staging
2021-09-27 06:01:46 +00:00
github-actions[bot]
7bb1bfbf29
Merge master into staging-next
2021-09-27 06:01:12 +00:00
R. RyanTM
db9d0731ba
getmail6: 6.18.3 -> 6.18.4
2021-09-27 01:19:45 +00:00
Artturi
9ce9796bd9
Merge pull request #139531 from r-ryantm/auto-update/ytcc
...
ytcc: 2.3.0 -> 2.4.1
2021-09-27 03:08:11 +03:00
Jan Tojnar
41ab3f9215
Merge pull request #139529 from maxeaubrey/NetworkManager_1.32.12
...
networkmanager: 1.32.10 -> 1.32.12
2021-09-27 00:14:04 +02:00