Commit Graph

33819 Commits

Author SHA1 Message Date
Ben Siraphob f0d4a1ce7d tz: init at 0.4 2021-03-24 00:17:58 +07:00
midchildan c595604bed
fuse: use macfuse-stubs instead on Darwin 2021-03-23 23:42:16 +09:00
Sandro 70b387da70
Merge pull request #117340 from fabaff/bump-metasploit
metasploit: 6.0.34 -> 6.0.36
2021-03-23 15:42:04 +01: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
Ryan Mulligan 2525aa43a0
Merge pull request #116949 from r-ryantm/auto-update/lokalise2-cli
lokalise2-cli: 2.6.3 -> 2.6.4
2021-03-23 07:07:01 -07:00
Robert Hensing 9011d59758 logstash-*-oss: Add passthru.tests 2021-03-23 14:42:40 +01:00
zseri bfa344e273
zstxtns-utils: don't put runtime deps into buildInputs 2021-03-23 13:16:19 +01:00
zseri 2c93f270cd
zs-wait4host: don't put runtime deps into buildInputs 2021-03-23 13:13:38 +01:00
zseri 75499c628b
rpm2targz: don't put runtime deps into buildInputs 2021-03-23 13:07:53 +01:00
Robert Schütz 05bf5d726d borgbackup: move setuptools-scm to nativeBuildInputs 2021-03-23 12:16:03 +01:00
Robert Schütz 966e0302d5 borgbackup: add passthru.tests 2021-03-23 12:08:12 +01:00
Robert Schütz 6761a8ebf6 borgbackup: use correct output for zstd headers 2021-03-23 12:05:31 +01:00
Peter Hoeg d527d1d528 home-manager: 2021-01-16 -> 2021-03-21 2021-03-23 18:38:25 +08:00
Fabian Affolter 5ec1f89c23 metasploit: 6.0.34 -> 6.0.36 2021-03-23 11:32:40 +01:00
zseri a9ec3f7b66 digitemp: init at 3.7.2
This does not include digitemp_DS2490, as that seems to require libusb0.1,
which isn't in nixpkgs.
2021-03-23 18:29:35 +08:00
R. RyanTM e1e35e2f51 ibm-sw-tpm2: 1637 -> 1661 2021-03-23 10:19:00 +00:00
Jörg Thalheim d280e1f78c
Merge pull request #116788 from veprbl/pr/texlive_find_tarballs_fix
texlive.combine: export `packages` attribute to help find-tarballs.nix
2021-03-23 09:28:32 +00:00
Emery Hemingway ee80707159 Trim ehmry from some package maintainers
I prefer not to be associated with anything blockchain related.
2021-03-23 10:24:00 +01:00
R. RyanTM 90a9906637 libcpuid: 0.5.0 -> 0.5.1 2021-03-23 10:11:42 +01:00
David Birks ee7a7ffc30 microplane: 0.0.26 -> 0.0.28
Also switching from deps to go mod, since they made the change upstream.
2021-03-23 01:20:14 -04:00
Mario Rodas 245fe8f93d starship: 0.50.0 -> 0.51.0
https://github.com/starship/starship/releases/tag/v0.51.0
2021-03-23 04:20:00 +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
Ryan Mulligan 444ca81faf
Merge pull request #117189 from r-ryantm/auto-update/goreleaser
goreleaser: 0.159.0 -> 0.160.0
2021-03-22 21:06:33 -07:00
Ryan Mulligan c1721401e3
Merge pull request #117294 from r-ryantm/auto-update/eksctl
eksctl: 0.40.0 -> 0.41.0
2021-03-22 21:03:27 -07:00
Graham Christensen 7eda163eac
Merge pull request #115310 from mweinelt/grub2
grub: 2.0.4 -> 2.0.6-rc1
2021-03-22 22:34:14 -04:00
Payas Relekar e46f1a6f65 xh: 0.7.0 -> 0.9.1 2021-03-23 07:56:48 +05:30
Martin Weinelt 97c52d5782
grub: 2.0.4 -> 2.0.6-rc1
Quoting from
https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00007.html:

*******************************************************************************

CVE-2020-14372 grub2: The acpi command allows privileged user to load crafted
               ACPI tables when Secure Boot is enabled
CWE-184
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

GRUB2 enables the use of the command acpi even when Secure Boot is signaled by
the firmware. An attacker with local root privileges to can drop a small SSDT
in /boot/efi and modify grub.cfg to instruct grub to load said SSDT. The SSDT
then gets run by the kernel and it overwrites the kernel lock down configuration
enabling the attacker to load unsigned kernel modules and kexec unsigned code.

Reported-by: Máté Kukri

*******************************************************************************

CVE-2020-25632 grub2: Use-after-free in rmmod command
CWE-416
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

The rmmod implementation for GRUB2 is flawed, allowing an attacker to unload
a module used as dependency without checking if any other dependent module is
still loaded. This leads to an use-after-free scenario possibly allowing an
attacker to execute arbitrary code and by-pass Secure Boot protections.

Reported-by: Chris Coulson (Canonical)

*******************************************************************************

CVE-2020-25647 grub2: Out-of-bound write in grub_usb_device_initialize()
CWE-787
6.9/CVSS:3.1/AV:P/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

grub_usb_device_initialize() is called to handle USB device initialization. It
reads out the descriptors it needs from the USB device and uses that data to
fill in some USB data structures. grub_usb_device_initialize() performs very
little bounds checking and simply assumes the USB device provides sane values.
This behavior can trigger memory corruption. If properly exploited, this would
lead to arbitrary code execution allowing the attacker to by-pass Secure Boot
mechanism.

Reported-by: Joseph Tartaro (IOActive) and Ilja van Sprundel (IOActive)

*******************************************************************************

CVE-2020-27749 grub2: Stack buffer overflow in grub_parser_split_cmdline
CWE-121
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

grub_parser_split_cmdline() expands variable names present in the supplied
command line in to their corresponding variable contents and uses a 1kB stack
buffer for temporary storage without sufficient bounds checking. If the
function is called with a command line that references a variable with a
sufficiently large payload, it is possible to overflow the stack buffer,
corrupt the stack frame and control execution. An attacker may use this to
circumvent Secure Boot protections.

Reported-by: Chris Coulson (Canonical)

*******************************************************************************

CVE-2020-27779 grub2: The cutmem command allows privileged user to remove
               memory regions when Secure Boot is enabled
CWE-285
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

The GRUB2's cutmem command does not honor Secure Boot locking. This allows an
privileged attacker to remove address ranges from memory creating an
opportunity to circumvent Secure Boot protections after proper triage about
grub's memory layout.

Reported-by: Teddy Reed

*******************************************************************************

CVE-2021-3418 - grub2: GRUB 2.05 reintroduced CVE-2020-15705
CWE-281
6.4/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H

The GRUB2 upstream reintroduced the CVE-2020-15705. This refers to a distro
specific flaw which made upstream in the mentioned version.

If certificates that signed GRUB2 are installed into db, GRUB2 can be booted
directly. It will then boot any kernel without signature validation. The booted
kernel will think it was booted in Secure Boot mode and will implement lock
down, yet it could have been tampered.

This flaw only affects upstream and distributions using the shim_lock verifier.

Reported-by: Dimitri John Ledkov (Canonical)

*******************************************************************************

CVE-2021-20225 grub2: Heap out-of-bounds write in short form option parser
CWE-787
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

The option parser in GRUB2 allows an attacker to write past the end of
a heap-allocated buffer by calling certain commands with a large number
of specific short forms of options.

Reported-by: Daniel Axtens (IBM)

*******************************************************************************

CVE-2021-20233 grub2: Heap out-of-bound write due to mis-calculation of
               space required for quoting
CWE-787
7.5/CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

There's a flaw on GRUB2 menu rendering code setparam_prefix() in the menu
rendering code performs a length calculation on the assumption that expressing
a quoted single quote will require 3 characters, while it actually requires
4 characters. This allow an attacker to corrupt memory by one byte for each
quote in the input.

Reported-by: Daniel Axtens (IBM)
2021-03-23 02:48:30 +01:00
Sandro fd45ac69d3
Merge pull request #117251 from jhillyerd/chezmoi
chezmoi: 1.8.11 -> 2.0.3
2021-03-23 02:41:56 +01:00
Sandro 09fb0da465
Merge pull request #117241 from NeQuissimus/awscli 2021-03-23 02:28:14 +01:00
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
Martin Weinelt f146d46156
borgbackup: 1.1.15 -> 1.1.16
https://github.com/borgbackup/borg/blob/1.1.16/docs/changes.rst\#version-1116-2021-03-23
2021-03-23 01:01:08 +01:00
R. RyanTM 67493c1ad4 eksctl: 0.40.0 -> 0.41.0 2021-03-22 22:43:42 +00:00
Michele Guerini Rocco e0c05e18ae
Merge pull request #117267 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.201 -> 1.202
2021-03-22 23:40:52 +01:00
Matthieu Coudron 11779b6bb1 aws-lambda-rie: init at 1.0
The AWS Runtime Interface Emulator is used to test lambda functions
embedded in containers.
2021-03-22 22:13:35 +01:00
Sandro 2bb10a1617
Merge pull request #116776 from sternenseemann/fdtools-fix-gcc-clang
fdtools: set platforms to linux only
2021-03-22 21:39:40 +01:00
Aaron Andersen 32b9f73065 logrotate: compile with acl support 2021-03-22 15:57:57 -04:00
R. RyanTM a3fec5f8cd
aws-vault: 6.2.0 -> 6.3.0 (#117006) 2021-03-22 19:47:04 +00:00
R. RyanTM 96b7afb496 bdf2psf: 1.201 -> 1.202 2021-03-22 19:10:36 +00:00
Ryan Mulligan d70781f103
Merge pull request #117255 from ckauhaus/116923-remove-steghide
steghide-0.5.1: remove package
2021-03-22 11:53:41 -07:00
Christian Kauhaus 16302209c2 steghide-0.5.1: remove package
This package is considered insecure (week RNG seeding). As it has seen
no upstream activity for 18 years, a bug fix is unlikely.

See also:
* CVE-2021-27211
* https://discourse.nixos.org/t/removal-of-insecure-steghide-package/12071

Fixes #116923
2021-03-22 18:35:23 +01:00
James Hillyerd b9bb7add79 chezmoi: 1.8.11 -> 2.0.3 2021-03-22 10:02:15 -07:00
R. RyanTM c4da20ce29 stripe-cli: 1.5.10 -> 1.5.11 2021-03-22 16:42:43 +00:00
Tim Steinbach 84dcedc075
awscli: 1.19.30 -> 1.19.33 2021-03-22 11:24:50 -04:00
Pamplemousse bf1beb93c5 ipmitool: fix security vulnerability
Relates to #90825 .

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:10:30 -07:00
Fabian Affolter f2b936edf5
Merge pull request #117173 from r-ryantm/auto-update/disfetch
disfetch: 1.20 -> 1.21
2021-03-22 13:13:51 +01:00
R. RyanTM 126e8843f2 miller: 5.10.0 -> 5.10.1 2021-03-22 11:59:05 +00:00
Sandro 6f9ac9eb8a
Merge pull request #117184 from siraben/fet-sh-update
fet-sh: 1.8 -> 1.9
2021-03-22 12:23:17 +01:00
Sandro e905e228ef
Merge pull request #117190 from siraben/darwin-mass-fix-buildInputs=0 2021-03-22 12:04:15 +01: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
Ben Siraphob 9398fc3c27 profile-cleaner: expand platforms to all 2021-03-22 15:56:00 +07:00
Ben Siraphob 4eda69a8ec kargo: expand platforms to all 2021-03-22 15:55:48 +07:00
Ben Siraphob 8e86eec6de pdf-parser: expand platforms to all 2021-03-22 15:55:34 +07:00
Ben Siraphob 55ce4c9b03 rmtrash: use stdenvNoCC 2021-03-22 15:47:11 +07:00
R. RyanTM c7766c5733 goreleaser: 0.159.0 -> 0.160.0 2021-03-22 08:46:13 +00:00
Ben Siraphob b773fd7e2a fet-sh: 1.8 -> 1.9 2021-03-22 15:20:59 +07:00
R. RyanTM 7093e238c7 getmail6: 6.14 -> 6.15 2021-03-22 08:13:54 +00:00
Ben Siraphob d3c2b7f276 gopro: expand platforms to unix 2021-03-22 14:22:32 +07:00
Ben Siraphob 062e1ffa1b bento4: expand platforms to unix 2021-03-22 14:22:10 +07:00
R. RyanTM c1f24ffe09 disfetch: 1.20 -> 1.21 2021-03-22 06:40:35 +00:00
Sandro 70b3fa8c12
Merge pull request #115905 from r-ryantm/auto-update/cargo-audit
cargo-audit: 0.13.1 -> 0.14.0
2021-03-22 01:26:56 +01:00
Sandro 777a93a76b
Merge pull request #115547 from r-ryantm/auto-update/screen-message
screen-message: 0.25 -> 0.26
2021-03-22 01:08:27 +01:00
Sandro dc67e73544
Merge pull request #116650 from r-ryantm/auto-update/rpi-imager
rpi-imager: 1.5 -> 1.6
2021-03-22 00:57:13 +01: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 a36820e437
Merge pull request #116226 from r-ryantm/auto-update/upterm
upterm: 0.5.2 -> 0.6.5
2021-03-22 00:43:40 +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 64fefe03d5
Merge pull request #116790 from mredaelli/handlr
handlr: init at 0.5.0
2021-03-22 00:24:31 +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 209de77f55
Merge pull request #116199 from r-ryantm/auto-update/stripe-cli
stripe-cli: 1.5.9 -> 1.5.10
2021-03-21 23:34:35 +01:00
Sandro f864434064
Merge pull request #117141 from dduan/tre-0.3.5
tre-command: 0.3.4 -> 0.3.5
2021-03-21 23:11:20 +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 7348f88444
Merge pull request #115566 from r-ryantm/auto-update/smbnetfs
smbnetfs: 0.6.2 -> 0.6.3
2021-03-21 21:10:18 +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
Daniel Duan 5427f2a847 tre-command: 0.3.4 -> 0.3.5
0.3.5 is a minor release with a bug fix for tre-command.

[Release notes](https://github.com/dduan/tre/releases/tag/v0.3.5)
2021-03-21 12:54:25 -07:00
Sandro 07509da1f1
Merge pull request #117137 from fabaff/version-teler
teler: set version
2021-03-21 20:46:06 +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
Fabian Affolter fc0f84cfe1 teler: set version 2021-03-21 20:11:00 +01:00
Jörg Thalheim d9d6f7934c
Merge pull request #116640 from r-ryantm/auto-update/nixos-shell
nixos-shell: 0.2 -> 0.2.1
2021-03-21 15:33:57 +00:00
Bernardo Meurer 1d1089dbf4
Merge pull request #116958 from midchildan/package/macfuse
macfuse-stubs: replace osxfuse 3.8.3
2021-03-21 07:28:48 +00:00
midchildan fa6c8b656b
macfuse-stubs: init at 4.0.4
replaces osxfuse 3.8.3
2021-03-21 15:50:13 +09:00
zowoq 9832a6fa5f miniserve: 0.11.0 -> 0.12.0
https://github.com/svenstaro/miniserve/releases/tag/v0.12.0
2021-03-21 16:06:49 +10:00
WORLDofPEACE 0b48bc19d0
Merge pull request #117063 from marsam/update-gopass
gopass: 1.12.2 -> 1.12.4
2021-03-21 01:24:22 -04:00
Luflosi b3172906a7
apfs-fuse: 2019-07-23 -> 2020-09-28 (#112937) 2021-03-21 06:20:18 +01:00
Sandro f27c35e1f2
Merge pull request #112247 from jb55/l2md
l2md: init at unstable-2020-07-31
2021-03-21 05:23:01 +01:00
Sandro 2a78603f4c
Merge pull request #108869 from jakobrs/libstrangle
libstrangle: 2017-02-22 -> 0.1.1
2021-03-21 05:18:02 +01:00
Oleksii Filonenko 01b739f3c4
Merge pull request #116846 from r-ryantm/auto-update/emplace
emplace: 1.3.0 -> 1.4.0
2021-03-21 05:10:33 +02:00
Ryan Mulligan 42ad5a6636
Merge pull request #115618 from r-ryantm/auto-update/silicon
silicon: 0.4.0 -> 0.4.1
2021-03-20 19:56:12 -07:00
Ryan Mulligan 770f01c278
Merge pull request #116398 from r-ryantm/auto-update/code-minimap
code-minimap: 0.5.0 -> 0.5.1
2021-03-20 19:41:55 -07:00
Sandro b17eb69cac
Merge pull request #117078 from fabaff/past-time
past-time: init at 0.2.1
2021-03-21 01:32:07 +01:00
Fabian Affolter ef5d88f081 past-time: init at 0.2.1 2021-03-21 01:04:23 +01:00
Sandro df4a9849fe
Merge pull request #117067 from fabaff/version-assh
assh: set version
2021-03-21 00:48:33 +01:00
Sandro f9f8b50c88
Merge pull request #117058 from erikarvstedt/rsbep-0.2.0
rsbep: 0.1.0 -> 0.2.0
2021-03-20 23:50:09 +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
Erik Arvstedt 3fc0f7abcd
rsbep: 0.1.0 -> 0.2.0 2021-03-20 22:23:57 +01:00
Sandro 4c817c73ac
Merge pull request #117011 from siraben/darwin-mass-fix-buildInputs=0 2021-03-20 20:50:45 +01:00
Sandro 2001995d2c
Merge pull request #117018 from cyplo/update-genpass
genpass: 0.4.9 -> 0.4.12
2021-03-20 20:35:05 +01:00
Sandro 530f854ba2
Merge pull request #116986 from fabaff/speedtest-cli
librespeed-cli: init at 1.0.7
2021-03-20 19:57:51 +01:00
Sandro 903df9ccac
Merge pull request #116797 from tuxinaut/master 2021-03-20 19:47:40 +01:00
R. RyanTM 4e0d3868c6 haproxy: 2.3.6 -> 2.3.7 2021-03-20 12:50:34 -04:00
Sandro afd0feb887
Merge pull request #114657 from siraben/noweb-xcompile 2021-03-20 17:02:18 +01:00
Sandro b9000499b7
Merge pull request #116314 from pacien/hidrd-init
hidrd: init at unstable-2019-06-03
2021-03-20 16:28:07 +01:00
R. RyanTM b9f90c8896 nq: 0.3.1 -> 0.4 2021-03-20 11:24:03 -04:00
Charlotte Van Petegem 1678916974
mu: Fix included scripts not finding their dependencies 2021-03-20 15:20:24 +01:00
Cyryl Płotnicki b80db9fa2e genpass: 0.4.9 -> 0.4.12 2021-03-20 13:40:58 +00:00
Fabian Affolter 8e32d8739d
Merge pull request #116832 from r-ryantm/auto-update/bettercap
bettercap: 2.30 -> 2.30.2
2021-03-20 08:31:27 +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
Ben Siraphob 32b366fd69 bash-supergenpass: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob eb260e60a6 surfraw: expand platforms to all 2021-03-20 12:40:49 +07:00
Ben Siraphob 6bdd008914 shc: 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
Mario Rodas f3228cce6d fcitx5-mozc: use nixpkgs abseil 2021-03-20 04:20:00 +00:00
Mario Rodas cefa27d244 gopass: 1.12.2 -> 1.12.4
https://github.com/gopasspw/gopass/releases/tag/v1.12.3
https://github.com/gopasspw/gopass/releases/tag/v1.12.4
2021-03-20 04:20:00 +00:00
Sandro 0f53fe275e
Merge pull request #116972 from fabaff/boltbrowser
boltbrowser: init at 2.0
2021-03-20 03:33:47 +01: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
Fabian Affolter 12ebccaf38 librespeed-cli: init at 1.0.7 2021-03-19 23:40:37 +01:00
Anna Kudriavtsev 3bfce611c3 7zz: init at 21.01 2021-03-19 15:01:49 -07:00
R. RyanTM 1582e58678 shipyard: 0.2.15 -> 0.3.1 2021-03-19 21:55:15 +00:00
Fabian Affolter 86c2d1bf05 boltbrowser: init at 2.0 2021-03-19 22:18:41 +01:00
Maximilian Bosch 8c43e77498
Merge pull request #116836 from r-ryantm/auto-update/cargo-about
cargo-about: 0.2.3 -> 0.3.0
2021-03-19 22:02:30 +01:00
Denny Schäfer f67c929ab2
lychee: init at 0.5.0 2021-03-19 20:15:23 +01:00
Fabian Affolter a9e8aa4dd4
Merge pull request #116933 from r-ryantm/auto-update/grype
grype: 0.7.0 -> 0.8.0
2021-03-19 19:15:17 +01:00
Fabian Affolter a9ab5fa6dc
Merge pull request #116851 from r-ryantm/auto-update/gdu
gdu: 4.8.0 -> 4.8.1
2021-03-19 19:05:18 +01:00
R. RyanTM d09c94d212 lokalise2-cli: 2.6.3 -> 2.6.4 2021-03-19 17:40:25 +00:00
Sandro 8fe245607d
Merge pull request #115121 from mitchmindtree/ardour-video
ardour: add a videoSupport option, harvid: init at 0.8.3, xjadeo: init at 0.8.10
2021-03-19 18:28:12 +01:00
Frederik Rietdijk 1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Eelco Dolstra 883c55748f
Merge pull request #116807 from cole-h/nix
nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata
2021-03-19 17:24:21 +01:00
R. RyanTM 4d57eb17c5 grype: 0.7.0 -> 0.8.0 2021-03-19 15:30:54 +00:00
R. RyanTM df412f6927 gdu: 4.8.0 -> 4.8.1 2021-03-19 14:39:07 +00: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 10644b3ba2 emplace: 1.3.0 -> 1.4.0 2021-03-19 13:33:04 +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
github-actions[bot] c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
R. RyanTM e394b88a9b cargo-about: 0.2.3 -> 0.3.0 2021-03-19 12:08:15 +00:00
Sandro 24d3016208
Merge pull request #114016 from oxalica/fix/partition-manager 2021-03-19 13:02:40 +01:00
R. RyanTM 835349c167 bettercap: 2.30 -> 2.30.2 2021-03-19 11:21:35 +00:00
Frank Doepper 2b16ff3457 nncp: 5.3.3 -> 6.2.0
- change build system from makefile to redo
- license gpl3Only
2021-03-19 12:01:35 +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
Ben Siraphob 4ab35bcda6 pdfcrack: expand platforms to all 2021-03-19 13:18:54 +07:00
Ben Siraphob a3cce97946 gt5: expand platforms to all 2021-03-19 13:18:32 +07:00
github-actions[bot] 6ffd2fe000
Merge master into staging-next 2021-03-19 06:17:55 +00:00
Ben Siraphob bf5a6680e4 asc-key-to-qr-code-gif: expand platforms to unix 2021-03-19 12:24:59 +07:00
Dmitry Kalinkin 6869845ff1
Merge pull request #116808 from veprbl/pr/texlive_dvipng_set_gs
texlive.bin.dvipng: refactor gs hardcoding, add a test for it
2021-03-18 21:46:12 -04:00
Cole Helbling c5383d6046 dfmt: init at 1.2.0
A smarter version of fmt, and simpler than par.

The best part (IMO) is that it autodetects beginning-of-line / comment
characters.
2021-03-18 18:37:06 -07:00
Dmitry Kalinkin 6829f9e141
texlive.bin.dvipng: refactor gs hardcoding, add a test for it 2021-03-18 20:55:35 -04:00
github-actions[bot] d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Cole Helbling 370a401ee0
nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d 2021-03-18 17:26:23 -07:00
Niklas Hambüchen 296c47d7b2
Merge pull request #116282 from nh2/programs-turbovnc
turbovnc: Add programs.turbovnc, add test for headless software OpenGL
2021-03-19 01:12:33 +01:00
Sandro 711ea2b67d
Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0 2021-03-19 00:37:20 +01:00
Sandro 1c762e1915
Merge pull request #116772 from benley/gcloud-completion
google-cloud-sdk: Fix bash completion for gcloud, gsutil
2021-03-18 23:59:30 +01:00
Sandro 8ce21fbec2
Merge pull request #116760 from rnhmjoj/abduco
abduco: 2018-05-16 -> 2020-04-30
2021-03-18 23:58:29 +01:00
Massimo Redaelli 272e287c7e handlr: init at 0.5.0 2021-03-18 23:45:49 +01:00
SCOTT-HAMILTON e53281a59b
usbview: init at 2.0 (#116450) 2021-03-18 23:24:20 +01:00
Robert Schütz 03eb6426af
Merge pull request #116405 from sgraf812/alttab
alttab: `doCheck`+`gpl3Plus`
2021-03-18 23:19:11 +01:00
Dmitry Kalinkin 9adbfba80f
texlive.combine: export `packages` attribute to help find-tarballs.nix
Can be verified using:

  nix-instantiate --eval --json --strict ./maintainers/scripts/find-tarballs.nix --arg expr '(import ./. {}).texlive.combined.scheme-small' 2>/dev/null | jq '.[].name' | grep -E "r[0-9]+\.tar\.xz"
2021-03-18 17:50:57 -04:00
sternenseemann 4b0741093d fdtools: set platforms to linux only
Seems like there is portability trouble preventing it from working on
darwin and likely also BSDs. The website says:

>  On some systems (currently only Linux, as far as I know) they can
> also allocate, lock, and switch virtual consoles.
2021-03-18 21:27:42 +01:00
Profpatsch 82b3b20d72 fdtools: fix missing gcc -> $CC replacement
clang compilation would fail because the author likes to hardcode
`gcc` in the build files.
2021-03-18 21:14:03 +01:00
Sandro 3a71547da6
Merge pull request #116719 from zowoq/kapp
kapp: install completion
2021-03-18 21:05:28 +01:00
Benjamin Staffin ef2083cb7a google-cloud-sdk: Fix bash completion for gcloud, gsutil
bash-completion expects the files in
share/bash-completion/completions/ to be named identically to the
applicable commands (I think. This does make it work at least.)
2021-03-18 15:06:08 -04:00
Sebastian Graf 532ba32490 alttab: Enable doCheck
Consequently I had to add a few dependencies for the testsuite.
2021-03-18 19:58:05 +01:00
Sandro e235883275
Merge pull request #116703 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 328.0.0 -> 332.0.0
2021-03-18 19:56:18 +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
Sebastian Graf a8fe53907d alttab: Clarify license to GPLv3-or-later 2021-03-18 18:57:44 +01:00
superherointj 642412d0ab tfk8s: 0.1.0 -> 0.1.2 2021-03-18 14:41:33 -03:00
Maximilian Bosch 29ad1e7737
Merge pull request #116658 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.1 -> 9.2
2021-03-18 17:53:14 +01:00
Tim Steinbach 293057140b awscli: 1.19.29 -> 1.19.30 2021-03-18 12:25:09 -04:00
rnhmjoj 7453cb20b1
abduco: 2018-05-16 -> 2020-04-30 2021-03-18 17:20:20 +01:00
Ben Siraphob 28a16d05aa altermime: fix darwin build 2021-03-18 23:02:07 +07:00
Ben Siraphob bfde7b6b8d vimer: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob 65e9dd0348 spirv-cross: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob 2da233a186 sfeed: expand platforms to all 2021-03-18 23:02:07 +07:00
Ben Siraphob cc097672b9 imgurbash2: expand platforms to all 2021-03-18 23:02:06 +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
Ben Siraphob 84c06d2717 bash_unit: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob be473683ea ministat: expand platforms to all 2021-03-18 23:02:06 +07:00
Ben Siraphob dc3138d9b0 epstool: fix darwin build 2021-03-18 23:02:06 +07:00
Ben Siraphob e3e7090459 dejsonlz4: fix build on darwin 2021-03-18 23:02:06 +07:00
Ben Siraphob 3bced99816 zdelta: expand platforms to all and refactor 2021-03-18 23:02:05 +07:00
Sandro af6d8c71d5
Merge pull request #116469 from zseri/rpm2targz
rpm2targz: init at 2021.03.16
2021-03-18 16:55:24 +01:00
Sandro c86907f324
Merge pull request #116239 from j4m3s-s/add-tea 2021-03-18 16:54:27 +01: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
Michael Weiss b210f45e47
inxi: 3.3.02-1 -> 3.3.03-1 2021-03-18 13:13:28 +01:00
Oleksii Filonenko 800a3dd909
Merge pull request #116613 from r-ryantm/auto-update/emplace
emplace: 1.2.2 -> 1.3.0
2021-03-18 12:08:11 +02:00
zowoq f7393191e7 youtube-dl: 2021.03.03 -> 2021.03.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.14
2021-03-18 19:20:59 +10:00
zowoq cc563d8432 kapp: install completion 2021-03-18 18:58:03 +10:00
Linus Heckemann 84b23a91bd
Merge pull request #116231 from r-ryantm/auto-update/xva-img
xva-img: 1.4.1 -> 1.4.2
2021-03-18 08:34:49 +01:00
Fabian Affolter 90a90b15a3
Merge pull request #116655 from r-ryantm/auto-update/teler
teler: 1.1.0 -> 1.1.1
2021-03-18 08:27:08 +01:00
Mrinal Purohit 3f7a86cf65 google-cloud-sdk: 328.0.0 -> 332.0.0 2021-03-18 11:01:37 +05:30
Anderson Torres 390e587696
Merge pull request #116283 from AndersonTorres/new-tools
New tools
2021-03-17 21:51:44 -03: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 92b94d13c3
Merge pull request #116551 from fabaff/bump-nuclei
nuclei: 2.2.0 -> 2.3.1
2021-03-18 01:16:22 +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
Sandro Jäckel 23ee6b34fa
graphviz: remove ? null from ApplicationServices 2021-03-17 22:55:10 +01:00
Sandro Jäckel 51bf96259e
pcsclite: format, remove ? null from inputs 2021-03-17 22:55:05 +01:00
Sandro Jäckel ca55365711
essentia-extractor: format 2021-03-17 21:08:05 +01:00
viq 3f8f80375b
salt: update meta (#116557)
Salt rebranded itself from https://saltstack.com to https://saltproject.io - reflect the changes in the URLs
2021-03-17 20:38:16 +01:00
R. RyanTM 7e066ad25a thc-hydra: 9.1 -> 9.2 2021-03-17 19:02:02 +00:00
R. RyanTM 1aab2f5773 teler: 1.1.0 -> 1.1.1 2021-03-17 18:52:00 +00:00
Maximilian Bosch c2e781ef27
Merge pull request #116397 from r-ryantm/auto-update/cicero-tui
cicero-tui: 0.1.4 -> 0.2.0
2021-03-17 19:20:19 +01:00
R. RyanTM 84858b3a76 rpi-imager: 1.5 -> 1.6 2021-03-17 17:51:27 +00:00
R. RyanTM 2dcef1adf8
mark: 5.2.2 -> 5.4 (#116634) 2021-03-17 09:48:59 -07: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 006f6651c6 nixos-shell: 0.2 -> 0.2.1 2021-03-17 15:52:30 +00:00
Tim Steinbach f137bcd5c9 awscli: 1.19.27 -> 1.19.29 2021-03-17 10:33:51 -04:00
Tim Steinbach ad0be5fd96 sudo: 1.9.6 -> 1.9.6p1 2021-03-17 10:27:50 -04:00
R. RyanTM 8c2064c7c3 frp: 0.35.1 -> 0.36.0 2021-03-17 12:12:54 +00:00
R. RyanTM 202b18123c emplace: 1.2.2 -> 1.3.0 2021-03-17 11:15:37 +00:00
R. RyanTM 8177519fbe croc: 8.6.10 -> 8.6.11 2021-03-17 10:30:29 +00:00
Ben Siraphob 3a05aac836 cdi2iso: expand platforms to all and refactor 2021-03-17 16:35:33 +07:00
Ben Siraphob 2dcf1351e9 mpd-mpris: expand platforms to unix 2021-03-17 16:28:09 +07:00
Ben Siraphob 9d60d860b5 idsk: expand platforms to all 2021-03-17 16:27:06 +07:00
Ben Siraphob 3458083b8a git-fire: expand platforms to all 2021-03-17 16:26:38 +07:00
Ben Siraphob e562843729 cpcfs: expand platforms to all 2021-03-17 16:26:22 +07:00
Ben Siraphob 1d4f05da4d catcli: expand platforms to all 2021-03-17 16:26:05 +07:00
Ben Siraphob b2c57112d8 bcunit: expand platforms to all 2021-03-17 16:25:35 +07:00
Ben Siraphob cacacac717 bbe: expand platforms to all 2021-03-17 16:25:16 +07:00
Ben Siraphob d4e2b08b79 apparix: expand platforms to all 2021-03-17 16:25:00 +07:00
Fabian Affolter 177614aa0b
Merge pull request #116127 from r-ryantm/auto-update/bettercap
bettercap: 2.29 -> 2.30
2021-03-17 09:54:09 +01:00
Fabian Affolter 150cf47db7
Merge pull request #116198 from r-ryantm/auto-update/sn0int
sn0int: 0.20.0 -> 0.20.1
2021-03-17 09:53:12 +01:00
Sandro 8bd2cea10b
Merge pull request #116564 from samuelgrf/fix-allowAliases-false 2021-03-17 09:40:53 +01: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
Benjamin Hipple c18baa9b8f
Merge pull request #116571 from sternenseemann/lowdown-0.8.3
lowdown: 0.8.2 -> 0.8.3
2021-03-16 22:41:47 -04:00
zseri 98f353c405
rpm2targz: init at 9.0.0.5g 2021-03-17 03:00:58 +01:00
sternenseemann a646e5d827 lowdown: 0.8.2 -> 0.8.3
Bug fixes: 29cdf7b75e/versions.xml (L1068-L1082)
2021-03-17 01:41:03 +01:00
Samuel Gräfenstein 817f0fd741
perlPackages: NetLDAP -> perlldap
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:19 +01:00
Samuel Gräfenstein 0b9377822c
treewide: gnome3.libgee -> libgee
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
Samuel Gräfenstein b72ee5775c
treewide: gnome2.gtk -> gtk2
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
Fabian Affolter f31aa02cfc nuclei: 2.2.0 -> 2.3.1 2021-03-16 22:45:29 +01:00
github-actions[bot] e0a6159fc6
Merge master into staging-next 2021-03-16 18:18:29 +00:00
matthewcroughan 5c6f1d416f fioctl: init at v0.14.1
Update pkgs/tools/admin/fioctl/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/admin/fioctl/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/tools/admin/fioctl/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-16 18:00:03 +00:00
Oleksii Filonenko ad82f47bd7
Merge pull request #116406 from r-ryantm/auto-update/emplace
emplace: 1.2.1 -> 1.2.2
2021-03-16 18:11:29 +02:00
ajs124 45a014f479
Merge pull request #115224 from helsinki-systems/upd/lrzip
lrzip: 0.640 -> 0.641
2021-03-16 16:32:41 +01:00
Tim Steinbach 77297a7519 awscli: 1.19.25 -> 1.19.27 2021-03-16 08:49:40 -04:00
Tim Steinbach ee0e9fc0e1 sudo: 1.9.5p2 -> 1.9.6 2021-03-16 08:49:19 -04:00
github-actions[bot] 974e83db9a
Merge master into staging-next 2021-03-16 12:25:48 +00:00
Sandro 5fa9e2808f
Merge pull request #116441 from yanganto/czkawka-3
czkawka: init at 3.0.0
2021-03-16 12:56:01 +01:00
Sandro 9996cb48d0
Merge pull request #116510 from dotlambda/prs-0.2.4
prs: 0.2.3 -> 0.2.4
2021-03-16 12:44:55 +01:00
Sandro bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0 2021-03-16 12:42:46 +01:00