summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-08-14Merge staging-next into stagingFrederik Rietdijk
2019-08-14Merge master into staging-nextFrederik Rietdijk
2019-08-14Merge pull request #66608 from saschagrunert/cri-toolsMarek Mahut
cri-tools: 1.14.0 -> 1.15.0
2019-08-14Merge pull request #66590 from jonringer/bump-bdsyncMarek Mahut
bdsync: 0.10.1 -> 0.11.1
2019-08-14Merge pull request #66609 from prusnak/runwaymlMarek Mahut
runwayml: 0.8.1 -> 0.9.0
2019-08-14Merge pull request #66612 from fadenb/oxidized_permission_issueWilliButz
nixos/oxidized: Use symlinks for config files
2019-08-14nixos/oxidized: Use symlinks for config filesTristan Helmich (omniIT)
The old `cp` suffers from a permission issue on the 2nd start of the service. The files were copied from the read-only nix store. On the 2nd start of the service the `cp` failed. The new version force creates a symlink which does not suffer from this.
2019-08-14utsushi: init at 3.57.0 (#65223)symphorien
2019-08-14cri-tools: 1.14.0 -> 1.15.0Sascha Grunert
- Fix go build process to include critest as well. - Fix GitHub repo location to be `kubernetes-sigs` - Add me as maintainer Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-14Merge pull request #66602 from jonringer/bump-axelMarek Mahut
axel: 2.17.3 -> 2.17.5
2019-08-14Merge pull request #66385 from volth/patch-355Linus Heckemann
perl: 5.28.2 -> 5.30.0
2019-08-14Merge pull request #66420 from peterhoeg/p/maestralPeter Hoeg
maestral: init at 0.2.6
2019-08-14youtube-dl: 2019.08.02 -> 2019.08.13 (#66603)Jörg Thalheim
youtube-dl: 2019.08.02 -> 2019.08.13
2019-08-14Merge pull request #66538 from singron/config-whitespaceJörg Thalheim
kernel generate-config.pl: Allow whitespace in values
2019-08-14ptex: 2.3.0 -> 2.3.2Marek Mahut
2019-08-14zsh/pth/zsync: cross fixes (#65780)Jörg Thalheim
zsh/pth/zsync: cross fixes
2019-08-14qMasterPassword: use qt mkDerivationTadeo Kondrak
2019-08-14maestral: init at 0.2.6Peter Hoeg
2019-08-14youtube-dl: 2019.08.02 -> 2019.08.13xrelkd
2019-08-13axel: 2.17.3 -> 2.17.5Jonathan Ringer
2019-08-13Merge pull request #65490 from lopsided98/zfs-crossMatthew Bauer
zfs: fix kernel module cross-compile
2019-08-13Merge pull request #66386 from typetetris/bacula-crosscompile-fixMatthew Bauer
bacula: fix cross compiling for armv7l
2019-08-13Merge pull request #66469 from emilazy/update-blackmagicworldofpeace
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13blackmagic: 1.6.1 -> unstable-2019-08-13Emily
2019-08-13Merge pull request #66594 from aaronjanse/remove-keysworldofpeace
maintainers list: remove my gpg keys (super quick PR)
2019-08-13Merge pull request #66593 from aaronjanse/crashdump-poll-fixworldofpeace
fix crashDump overheating
2019-08-13maintainers: remove my gpg keysAaron Janse
2019-08-13nixos/modules/misc/crashdump: remove idle=poll (fix #66464)Aaron Janse
Previously, "idle=poll" would severely overheat some CPUs
2019-08-13Merge pull request #66422 from stefano-m/icedtea_web-1.8.3worldofpeace
icedtea_web: 1.7.1 -> 1.8.3 (fixes CVE-2019-10185, CVE-2019-10181, CVE-2019-10182)
2019-08-14libwnck3: 3.30.0 → 3.32.0 (#66586)Jan Tojnar
libwnck3: 3.30.0 → 3.32.0
2019-08-13bdsync: 0.10.1 -> 0.11.1Jonathan Ringer
2019-08-13icedtea_web: use glib rather than gtk2 in buildInputsStefano Mazzucco
The dependency on GTK was removed in https://github.com/AdoptOpenJDK/IcedTea-Web/commit/c7aae0e400daf2939338963159038c9d07b5037b Also, remove that pesky commented-out line from `preConfigure` too!
2019-08-13libwnck3: 3.30.0 → 3.32.0Jan Tojnar
https://gitlab.gnome.org/GNOME/libwnck/blob/3.32.0/NEWS#L1-33
2019-08-13runwayml: 0.8.1 -> 0.9.0Pavol Rusnak
2019-08-13Merge pull request #65403 from dtzWill/update/dhcpcd-8.0.1Marek Mahut
dhcpcd: 7.2.3 -> 8.0.2
2019-08-13mysql80: init at 8.0.17 (#65221)Tim Otten
MySQL 8.0 is a significant iteration after MySQL 5.7. This patch adds it as a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)Wael Nasreddine
Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
2019-08-13Merge pull request #66425 from Gerschtli/fix/path-orderMatthew Bauer
environment.profiles: fix order of profiles and PATH
2019-08-13Merge pull request #65724 from doronbehar/improve-sequoiaworldofpeace
Improve sequoia package expression
2019-08-13sequoia: improve expression, rename from sequoia-toolDoron Behar
- Add the package to the pythonPackages' attribute set. - Make the python support overrideable We use the pythonSupport argument. - Rename sequoia-tool -> sequoia We provide the whole ecosystem which includes: * ffi bindings to Python and C * zsh and bash completion for `sq` and `sqv` executables. - Meta: * Use a string as the homepage URL (plain URLs are deprecated). * Change description of package to fit upstream and the files we actually install. * Add @doronbehar as maintainer.
2019-08-13Merge pull request #65853 from wahjava/add/sagittarius-schemeMichael Raskin
sagittarius-scheme: init at 0.9.6
2019-08-13Merge pull request #66570 from jtojnar/libgudev-233Jan Tojnar
libgudev: 232 → 233
2019-08-13darcs: fix buildPeter Simons
2019-08-13git: 2.22.0 -> 2.22.1Tim Steinbach
2019-08-13Merge pull request #64492 from dtzWill/update/evdi-1.6.2Marek Mahut
evdi: 1.6.1 -> 1.6.2
2019-08-13libgudev: 232 → 233Jan Tojnar
https://ftp.gnome.org/pub/gnome/sources/folks/0.13/folks-0.13.1.news
2019-08-13Merge pull request #65783 from Mic92/drmMatthew Bauer
libdrm: cross-compile fix
2019-08-13Merge pull request #65439 from aanderse/httpd-extra-modulesMarek Mahut
nixos/httpd: remove duplicate module entries from httpd.conf
2019-08-13Merge pull request #66395 from catern/simpfixworldofpeace
pythonPackages.simplefix: init at 1.0.12
2019-08-13Merge pull request #65537 from Holo-Host/201907/extend-staticMatthew Bauer
pkgsStatic: override libunwind