Commit graph

277498 commits

Author SHA1 Message Date
Petter S. Storvik 733b33a07e
libplctag: init at v2.3.5 (#116552)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-19 18:37:14 +01:00
Sandro 5c6b845e38
Merge pull request #114844 from FliegendeWurst/trilium-update 2021-03-19 18:29:18 +01: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
Sandro 83a19ff899
Merge pull request #116794 from thmzlt/fluxcd
fluxcd: 0.8.2 -> 0.10.0
2021-03-19 18:23:01 +01:00
Frederik Rietdijk f5e8bdd07d
Merge pull request #115435 from NixOS/staging-next
Staging next
2021-03-19 18:17:44 +01:00
Frederik Rietdijk 1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Sandro fe7df3f3ff
Merge pull request #116847 from raboof/pytest-testmon-update-1.0.3-to-1.1.0
pytest-testmon: update 1.0.3 -> 1.1.0
2021-03-19 18:12:44 +01:00
Sandro 8ff0b15fd8
Merge pull request #116845 from plabadens/vim-plugins
vimPlugins.nnn-vim: init at 2021-02-28
2021-03-19 18:12:19 +01:00
Sandro d40f5813c7
Merge pull request #116844 from manojkarthick/reddsaver-v0.3.2
reddsaver: 0.3.1 -> 0.3.2
2021-03-19 18:11:35 +01:00
Vincent Laporte 14edfb4cd7
ocamlPackages.psq: use Dune 2
And enable tests
2021-03-19 17:26:04 +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
Vladyslav M 537732b5a5
Merge pull request #116626 from r-ryantm/auto-update/janet
janet: 1.15.3 -> 1.15.4
2021-03-19 18:08:15 +02:00
Vladyslav M 6b92b911cf
Merge pull request #116713 from r-ryantm/auto-update/k6
k6: 0.31.0 -> 0.31.1
2021-03-19 17:46:09 +02:00
Daniël de Kok 9e04298eff
Merge pull request #116675 from r-ryantm/auto-update/1password
_1password-gui: 8.0.27 -> 8.0.28
2021-03-19 16:41:45 +01:00
Florian Klink e30d87f222
Merge pull request #116840 from spacekookie/fix-rust-doc
doc: fix code formatting
2021-03-19 16:11:05 +01:00
Arnout Engelen 83d35749ff
pytest-testmon: update 1.0.3 -> 1.1.0
This at least makes the package build again...

`nix-build -A python3Packages.pytest-testmon` failed before because of
https://github.com/tarpas/pytest-testmon/issues/158
2021-03-19 14:54:11 +01:00
Michael Weiss c1b57d6873
Merge pull request #116837 from meutraa/update/android-studio
androidStudioPackages.{stable,beta,canary,dev}: update
2021-03-19 14:48:02 +01:00
Eric Dallo a48b87fda4
omnisharp-roslyn: fix outdated built-in msbuild for unity (#98435)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-19 14:31:03 +01:00
Pierre Labadens a49bfd1368
vimPlugins.nnn-vim: init at 2021-02-28 2021-03-19 14:26:54 +01:00
Manoj Karthick f2c5391c41 reddsaver: 0.3.1 -> 0.3.2 2021-03-19 06:22:40 -07:00
Sandro d00e4cd1fe
Merge pull request #115381 from rskew/master 2021-03-19 14:00:01 +01:00
Anderson Torres af20ac46a8
Merge pull request #116786 from MatthewCroughan/freecad-flatmesh
freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
2021-03-19 09:59:38 -03:00
Thomaz Leite 4173963818 fluxcd: 0.8.2 -> 0.10.0 2021-03-19 09:57:47 -03: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
edef 7ea4ee71c9
Merge pull request #112822 from deviant/localtime-user-allocation
nixos/localtime: make localtimed a system user
2021-03-19 12:45:58 +00:00
edef 65f9b13d1f
Merge pull request #116820 from deviant/bump-vsls
vsce/MS-vsliveshare.vsliveshare: 1.0.3912 -> 1.0.3968
2021-03-19 12:42:39 +00:00
Katharina Fey 29df3bc24c
doc: fix code formatting 2021-03-19 13:37:27 +01:00
github-actions[bot] c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
meutraa 148758e4ff
androidStudioPackages.{canary,dev}: 2020.3.1.7 -> 2020.3.1.10 2021-03-19 12:08:04 +00:00
Sandro 24d3016208
Merge pull request #114016 from oxalica/fix/partition-manager 2021-03-19 13:02:40 +01:00
meutraa ac0c6a920f
androidStudioPackages.beta: 4.2.0.21 -> 4.2.0.22 2021-03-19 11:59:54 +00:00
meutraa 90cf9e3c20
androidStudioPackages.stable: 4.1.2.0 -> 4.1.3.0 2021-03-19 11:53:11 +00:00
WilliButz 9fb26cf0c8
Merge pull request #116829 from andir/grafana
grafana: 7.4.3 -> 7.4.5
2021-03-19 12:31:39 +01:00
Florian Klink ec27c69c36
Merge pull request #116823 from aforemny/unbreak-containers
Revert "nixos/systemd: Handle template overrides"
2021-03-19 12:30:58 +01:00
Doron Behar 22710a0bc5
Merge pull request #99304 from woffs/nncp-5.4.0
nncp: 5.3.3 -> 6.2.0
2021-03-19 11:22:51 +00:00
Jörg Thalheim a99b2f4274 deltachat-electron: 1.15.2 -> 1.15.3 2021-03-19 12:09:04 +01:00
R. RyanTM 9ed9e5f8c3 cbonsai: 1.0.1 -> 1.0.4 2021-03-19 12:03:27 +01: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
Vincent Laporte b68839485d ocamlPackages.bitstring: 4.0.1 → 4.1.0 2021-03-19 11:47:03 +01:00
Andreas Rammhold 9a3f2457f1
grafana: 7.4.3 -> 7.4.5
This fixes a few CVEs around authentication bypass with Grafana. Details
are available in the [annoucement].

CVE-2021-27962, CVE-2021-28146, CVE-2021-28147, CVE-2021-28148

[annoucement]: https://grafana.com/blog/2021/03/18/grafana-6.7.6-7.3.10-and-7.4.5-released-with-important-security-fixes-for-grafana-enterprise/
2021-03-19 11:29:01 +01:00
Michael Weiss 33bd43d2ea
chromiumDev: 91.0.4442.4 -> 91.0.4449.6 2021-03-19 11:26:49 +01:00
Doron Behar 23ef497c17
Merge pull request #111237 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.107 -> 3.3.108
2021-03-19 10:24:36 +00:00
Doron Behar f7b6ac73dc
Merge pull request #111775 from r-ryantm/auto-update/matterbridge
matterbridge: 1.21.0 -> 1.22.0
2021-03-19 10:14:29 +00:00
Doron Behar 1ae5e50d80
Merge pull request #115557 from r-ryantm/auto-update/samplv1
samplv1: 0.9.18 -> 0.9.20
2021-03-19 09:48:18 +00:00
Sandro dac047cef4
Merge pull request #116814 from bobrik/ivan/pylint-darwin-fix
pythonPackages.pylint: fix build on darwin
2021-03-19 10:22:49 +01: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
Sandro 8f1b0373f9
Merge pull request #116750 from freezeboy/update-mattermost
mattermost: 5.25.3 -> 5.32.1
2021-03-19 09:48:32 +01:00
Christian Kauhaus 260f5970d0
Merge pull request #116459 from Pamplemousse/document_vulnerability_roundup
documentation: Add content about Vulnerability roundups
2021-03-19 09:12:04 +01:00
Doron Behar e6af44ab42
Merge pull request #110345 from r-ryantm/auto-update/cutelyst
cutelyst: 2.14.0 -> 2.14.2
2021-03-19 08:09:01 +00:00
Doron Behar 979de853c3
Merge pull request #110532 from r-ryantm/auto-update/pidgin-carbons
pidgin-carbons: 0.2.2 -> 0.2.3
2021-03-19 08:08:24 +00:00