Commit Graph
14664 Commits
Author SHA1 Message Date
Michal Sojka 136ae024c0 trace-cmd: 2.9-dev -> 2.9.1, kernelshark: 1.1.0 -> 1.2
Besides updating the version, this commit decouples trace-cmd and
kernelshark source revisions. These two programs are developed in the
same repository but are released independently. Nixpkgs built the
previous versions of these programs from the same source commit, which
meant that at least one of the programs were not built from the
officially released version. Now we use the release tags of the
corresponding programs.
2021-03-22 11:00:26 +01:00
luc65r f7ec4a8d37 tuigreet: init at 0.2.0 2021-03-22 10:20:15 +01:00
luc65r 687b0d0622 wlgreet: init at 2020-10-20 2021-03-22 10:17:59 +01:00
luc65r e55f0b5f02 dlm: init at 2020-01-07 2021-03-22 10:17:20 +01:00
luc65r fdcb6d18dc gtkgreet: init at 0.7 2021-03-22 10:16:31 +01:00
luc65r 90813f399b greetd: init at 0.7.0 2021-03-22 10:15:14 +01:00
Robert Schütz 613b85bb1d linuxPackages.acpi_call: set meta.license and meta.homepage 2021-03-22 10:01:44 +01:00
github-actions[bot] 226884645e Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro 9a778bb2fb Merge pull request #114885 from r-ryantm/auto-update/conky
conky: 1.11.6 -> 1.12.1
2021-03-22 01:00:06 +01:00
Sandro c537eda195 Merge pull request #110741 from austinbutler/akvcam-120
akvcam: 1.1.1 -> 1.2.0
2021-03-21 23:39:51 +01:00
Sandro b1526be944 Merge pull request #107824 from mroi/patch-kmod
kmod: fix depmod crash on darwin
2021-03-21 23:04:46 +01:00
github-actions[bot] 6f6e1d46b4 Merge master into staging-next 2021-03-21 12:26:00 +00:00
Atemu b8d9d14be4 zen-kernels: 5.11.5 -> 5.11.8 2021-03-21 09:19:17 +01:00
Jörg Thalheim 78a31c1d1d Merge pull request #113093 from hlolli/mbp2018-bridge-drv
mbp2018-bridge-drv: init at 0.01
2021-03-21 07:02:40 +00:00
Martin Weinelt ec8267c539 Merge branch 'master' into staging-next 2021-03-21 02:22:36 +01:00
Sandro 48db3653ca Merge pull request #117043 from Mic92/bcc
linuxPackages.bcc: 0.18.0 -> 0.19.0
2021-03-21 01:36:18 +01:00
Atemu efb1815d1b zen-kernels: 5.11.1 -> 5.11.5 (#115920) 2021-03-21 00:50:02 +01:00
github-actions[bot] 933682b533 Merge master into staging-next 2021-03-20 18:19:30 +00:00
Jörg Thalheim 95c922ed64 linuxPackages.bcc: 0.18.0 -> 0.19.0 2021-03-20 17:49:34 +01:00
Jörg Thalheim 39ecc2eb70 Merge pull request #117029 from maxeaubrey/iwd_ell_bump 2021-03-20 16:44:42 +00:00
Maxine Aubrey 74095112e5 iwd: 1.11 -> 1.12 2021-03-20 15:32:04 +01:00
Maxine Aubrey 87fbee6a7d ell: 0.36 -> 0.38 2021-03-20 15:02:59 +01:00
R. RyanTM b4bbe8d1f3 sysstat: 12.3.2 -> 12.4.3 2021-03-20 09:37:31 +01:00
R. RyanTM 4cbfcb3945 libcap: 2.47 -> 2.48 2021-03-20 09:22:42 +01:00
R. RyanTM b98fb48c38 cryptsetup: 2.3.4 -> 2.3.5 2021-03-20 09:19:11 +01:00
github-actions[bot] 1620a4d1e1 Merge staging-next into staging 2021-03-20 00:40:14 +00:00
David Reiss 7244e1c23d pam_mount: 2.16 -> 2.17 2021-03-19 14:30:43 -07: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
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
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] 29278dcf45 Merge staging-next into staging 2021-03-19 12:26:59 +00:00
github-actions[bot] c804f22a81 Merge master into staging-next 2021-03-19 12:26:52 +00:00
Doron Behar 1c34f37070 Merge pull request #110166 from r-ryantm/auto-update/pax-utils
pax-utils: 1.2.6 -> 1.2.8
2021-03-19 09:21:20 +00:00
Timothy Klim dbb4c63de6 nvidia-x11: 460.56 -> 460.67 2021-03-19 09:45:57 +07:00
github-actions[bot] 8c03075f07 Merge staging-next into staging 2021-03-19 00:41:08 +00:00
Cole Helbling 85f5d9a6ed nixos-rebuild: nix flake info -> nix flake metadata
As of
https://github.com/NixOS/nix/commit/66fa1c7375e4b3073a16df4678cf1d37446ed20b,
the `nix flake info` and `nix flake list-inputs` commands were merged into
`nix flake metadata`.
2021-03-18 17:26:51 -07:00
Jan Tojnar 2445e9a681 Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Tim Steinbach fcab19deb7 linux/hardened/patches/5.4: 5.4.105-hardened1 -> 5.4.106-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach ed933906b5 linux/hardened/patches/5.11: 5.11.6-hardened1 -> 5.11.7-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d013e2e97b linux/hardened/patches/5.10: 5.10.23-hardened1 -> 5.10.24-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 89de81439d linux/hardened/patches/4.19: 4.19.180-hardened1 -> 4.19.181-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach 06a9710282 linux/hardened/patches/4.14: 4.14.225-hardened1 -> 4.14.226-hardened1 2021-03-18 12:25:26 -04:00
Tim Steinbach d401f1ed14 linux: 5.4.105 -> 5.4.106 2021-03-18 12:25:26 -04:00
Tim Steinbach db12849a93 linux: 5.11.6 -> 5.11.7 2021-03-18 12:25:26 -04:00
Tim Steinbach 76d908f148 linux: 5.10.23 -> 5.10.24 2021-03-18 12:25:26 -04:00
Tim Steinbach 6dc3abd325 linux: 4.9.261 -> 4.9.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 52e4fd9bbb linux: 4.4.261 -> 4.4.262 2021-03-18 12:25:26 -04:00
Tim Steinbach 176eaa21b4 linux: 4.19.180 -> 4.19.181 2021-03-18 12:25:26 -04:00
Jan Tojnar ca4e26d1e6 Merge pull request #116435 from jtojnar/fwupd-1.5.7
fwupd: 1.5.5 → 1.5.7
2021-03-18 14:23:23 +01:00