summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* s2n-tls: 1.0.0 -> 1.0.1R. RyanTM2021-03-19
|
* Merge pull request #116933 from r-ryantm/auto-update/grypeFabian Affolter2021-03-19
|\ | | | | grype: 0.7.0 -> 0.8.0
| * grype: 0.7.0 -> 0.8.0R. RyanTM2021-03-19
| |
* | Merge pull request #116851 from r-ryantm/auto-update/gduFabian Affolter2021-03-19
|\ \ | | | | | | gdu: 4.8.0 -> 4.8.1
| * | gdu: 4.8.0 -> 4.8.1R. RyanTM2021-03-19
| |/
* | libplctag: init at v2.3.5 (#116552)Petter S. Storvik2021-03-19
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | Merge pull request #114844 from FliegendeWurst/trilium-updateSandro2021-03-19
|\ \
| * | maintainers: add fliegendewurstFliegendeWurst2021-03-03
| | |
| * | trilium: 0.43.4 -> 0.45.10FliegendeWurst2021-03-03
| | |
* | | Merge pull request #115121 from mitchmindtree/ardour-videoSandro2021-03-19
|\ \ \ | | | | | | | | ardour: add a videoSupport option, harvid: init at 0.8.3, xjadeo: init at 0.8.10
| * | | ardour: clarify gpl2 license with gpl2Plusmitchmindtree2021-03-11
| | | |
| * | | ardour: add a `videoSupport` optionmitchmindtree2021-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a `bool` option that, when set to `true`, enables video timeline support for the Ardour DAW. This is commonly useful for soundtrack composition, sound design for film, etc. When enabled, `videoSupport` ensures that both `harvid` and `xjadeo` are available to the `ardour6` exe via the PATH. `harvid` decodes the video stream in real-time to produce still images (I think for thumbnail support for the timeline?). `xjadeo` acts as a video monitoring window that whose playback position is synchronised to the Ardour playhead. `videoSupport` remains disabled by default, preserving the original behaviour. Video support can be added to ardour in your system or home configuration package list with: ``` (ardour.override { videoSupport = true; }) ```
| * | | xjadeo: init at 0.8.10mitchmindtree2021-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xjadeo is the X Jack Video Monitor. Please refer to the meta attribute for more information on xjadeo. This commit is part of a PR aimed at enabling video support in ardour.
| * | | harvid: init at 0.8.3mitchmindtree2021-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | harvid decodes still images from movie files and serves them via HTTP. Please refer to the meta attribute for more information. This commit is part of a PR aimed at enabling video support in ardour.
| * | | maintainers: add mitchmindtreemitchmindtree2021-03-04
| | | | | | | | | | | | | | | | | | | | In preparation for the following commits adding ardour-related video tooling and new `videoSupport` option.
* | | | Merge pull request #116794 from thmzlt/fluxcdSandro2021-03-19
|\ \ \ \ | | | | | | | | | | fluxcd: 0.8.2 -> 0.10.0
| * | | | fluxcd: 0.8.2 -> 0.10.0Thomaz Leite2021-03-19
| | | | |
* | | | | Merge pull request #115435 from NixOS/staging-nextFrederik Rietdijk2021-03-19
|\ \ \ \ \ | | | | | | | | | | | | Staging next
| * \ \ \ \ Merge master into staging-nextFrederik Rietdijk2021-03-19
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #116847 from raboof/pytest-testmon-update-1.0.3-to-1.1.0Sandro2021-03-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | pytest-testmon: update 1.0.3 -> 1.1.0
| * | | | | | pytest-testmon: update 1.0.3 -> 1.1.0Arnout Engelen2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #116845 from plabadens/vim-pluginsSandro2021-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vimPlugins.nnn-vim: init at 2021-02-28
| * | | | | | | vimPlugins.nnn-vim: init at 2021-02-28Pierre Labadens2021-03-19
| | | | | | | |
* | | | | | | | Merge pull request #116844 from manojkarthick/reddsaver-v0.3.2Sandro2021-03-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | reddsaver: 0.3.1 -> 0.3.2
| * | | | | | | | reddsaver: 0.3.1 -> 0.3.2Manoj Karthick2021-03-19
| |/ / / / / / /
* | | | | | | | ocamlPackages.psq: use Dune 2Vincent Laporte2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And enable tests
* | | | | | | | Merge pull request #116807 from cole-h/nixEelco Dolstra2021-03-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata
| * | | | | | | | nixos-rebuild: nix flake info -> nix flake metadataCole Helbling2021-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`.
| * | | | | | | | nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203dCole Helbling2021-03-18
| | | | | | | | |
* | | | | | | | | Merge pull request #116626 from r-ryantm/auto-update/janetVladyslav M2021-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | janet: 1.15.3 -> 1.15.4
| * | | | | | | | | janet: 1.15.3 -> 1.15.4R. RyanTM2021-03-17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #116713 from r-ryantm/auto-update/k6Vladyslav M2021-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | k6: 0.31.0 -> 0.31.1
| * | | | | | | | | k6: 0.31.0 -> 0.31.1R. RyanTM2021-03-18
| |/ / / / / / / /
* | | | | | | | | Merge pull request #116675 from r-ryantm/auto-update/1passwordDaniƫl de Kok2021-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | _1password-gui: 8.0.27 -> 8.0.28
| * | | | | | | | | _1password-gui: 8.0.27 -> 8.0.28R. RyanTM2021-03-17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #116840 from spacekookie/fix-rust-docFlorian Klink2021-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | doc: fix code formatting
| * | | | | | | | | doc: fix code formattingKatharina Fey2021-03-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #116837 from meutraa/update/android-studioMichael Weiss2021-03-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | androidStudioPackages.{stable,beta,canary,dev}: update
| * | | | | | | | | | androidStudioPackages.{canary,dev}: 2020.3.1.7 -> 2020.3.1.10meutraa2021-03-19
| | | | | | | | | | |
| * | | | | | | | | | androidStudioPackages.beta: 4.2.0.21 -> 4.2.0.22meutraa2021-03-19
| | | | | | | | | | |
| * | | | | | | | | | androidStudioPackages.stable: 4.1.2.0 -> 4.1.3.0meutraa2021-03-19
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | omnisharp-roslyn: fix outdated built-in msbuild for unity (#98435)Eric Dallo2021-03-19
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | | | Merge pull request #115381 from rskew/masterSandro2021-03-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | swiProlog: fix and document pack installRowan Skewes2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pack install location to swipl pack path Document using local pack install
* | | | | | | | | | Merge pull request #116786 from MatthewCroughan/freecad-flatmeshAnderson Torres2021-03-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
| * | | | | | | | | | freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'matthewcroughan2021-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's arguable that the FreeCAD flatmesh library should be included by default. The upstream FreeCAD appimages are provided with this library compiled in. See the following: https://github.com/FreeCAD/FreeCAD/commit/77a647010779d261679f6f1f965dacdfbf414c65 https://github.com/FreeCAD/FreeCAD_Conda/commit/5bcddb3b868fb68f4c6c2dd332e593c3ce448cc1 Update pkgs/applications/graphics/freecad/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | | | | | skawarePackages: 2021-02 releasesternenseemann2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | Merge pull request #112822 from deviant/localtime-user-allocationedef2021-03-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/localtime: make localtimed a system user
| * | | | | | | | | | | nixos/localtime: make localtimed a system userV2021-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, a user is created in the 1000-29999 range. This is incorrect, as localtimed is a system service and not a user.
* | | | | | | | | | | | Merge pull request #116820 from deviant/bump-vslsedef2021-03-19
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | vsce/MS-vsliveshare.vsliveshare: 1.0.3912 -> 1.0.3968