about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* paper-icon-theme: 2016-05-21 -> 2016-05-25José Romildo Malaquias2016-05-26
|
* numix-icon-theme-circle: 2016-05-18 -> 2016-05-25José Romildo Malaquias2016-05-26
|
* numix-gtk-theme: fix installation directoryJosé Romildo Malaquias2016-05-26
|
* purple-telegram: fix hashArseniy Seroka2016-05-26
|
* kmscon: Fix build against systemd 230aszlig2016-05-26
| | | | | | | | | | | | | | | | From the changelog: The compatibility libraries libsystemd-daemon.so, libsystemd-journal.so, libsystemd-id128.so, and libsystemd-login.so which have been deprecated since systemd-209 have been removed along with the corresponding pkg-config files. All symbols provided by those libraries are provided by libsystemd.so. So let's just replace the use of libsystemd-daemon and libsystemd-login with libsystemd in the configure script until a new version of kmscon comes along. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* syncthing: 0.12.23 -> 0.12.25 (#15723)David Tulig2016-05-26
| | | fixes #15633
* acbuild: 0.2.2 -> 0.3.0 (#15711)Derek Gonyeo2016-05-26
|
* openvpn: --enable-password-save was removedFranz Pletz2016-05-26
|
* openvpn: Fix build for systemd 230Franz Pletz2016-05-26
|
* php: 5.5.35 -> 5.5.36, 7.0.6 -> 7.0.7 (security)Franz Pletz2016-05-26
| | | | | | | See: * https://secure.php.net/ChangeLog-5.php#5.5.36 * https://secure.php.net/ChangeLog-7.php#7.0.7
* libndp: 1.5 -> 1.6 (security)Franz Pletz2016-05-26
| | | | | | Fix CVE-2016-3698. See https://lwn.net/Articles/688591/.
* Merge pull request #15715 from ChrisJefferson/fix-darwin-p7zipDaniel Peebles2016-05-26
|\ | | | | p7zip: Fix darwin build
| * p7zip: Fix darwin buildChris Jefferson2016-05-26
| |
* | Merge pull request #15700 from DamienCassou/gpaste-3.18.4Damien Cassou2016-05-26
|\ \ | | | | | | gpaste: 3.18.3 -> 3.18.4
| * | gpaste: 3.18.3 -> 3.18.4Damien Cassou2016-05-25
| | |
* | | nixos/tests/vbox: Fix invocation of dbusaszlig2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VBoxService needs dbus in order to work properly, which failed to start up so far, because it was searching in /run/current-system/sw for its configuration files. We now no longer run with the --system flag but specify the configuration file directly instead. This fixes at least the "simple-gui" test and probably the others as well, which I haven't tested yet. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos/tests/vbox: Replace waitForWindow with xpropaszlig2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can't use waitForWindow here because it runs xwininfo as user root, who in turn is not authorized to connect to the X server running as alice. So instead, we use xprop from user alice which should fix waiting for the VirtualBox manager window. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | grsecurity_base_linux_4_5: get all patchesVladimír Čunát2016-05-26
| | | | | | | | | | | | This in particular includes qat_common_Makefile to fix parallel make.
* | | Revert "root: enable parallel building"Vladimír Čunát2016-05-26
| | | | | | | | | | | | | | | This reverts commit 2991fdca52ce43218f166c706114ab294dd21b3c. Hydra builds often report missing various files.
* | | services.*ntp*: Add time-sync.target to ntp clients (#15714)Alexander Ried2016-05-26
| | | | | | | | | See: https://www.freedesktop.org/software/systemd/man/systemd.special.html#time-sync.target
* | | systemd: 229 -> 230Eelco Dolstra2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/systemd/systemd/blob/v230/NEWS for details. The main incompatible change is that processes are now killed by default when you exit a session. Thus, for example, using nohup in an SSH session no longer works. You have to use "loginctl enable-linger" and "systemd-run --user" to create a process that survives logout.
* | | Fix failure to start old containersEelco Dolstra2016-05-26
| | | | | | | | | | | | | | | | | | | | | The existence of $root/var/lib/private/host-notify as a socket prevented a bind mount: container foo[8083]: Failed to create mount point /var/lib/containers/foo/var/lib/private/host-notify: No such device or address
* | | nixos/tests/vbox: Start X server with user "alice"aszlig2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The VirtualBox tests so far ran the X server as root instead of user "alice" and it did work, because we had access control turned off by default. Fortunately, it was changed in 1541fa351b4d664c51dddaeaa67ee0652892f405. As a side effect, it caused all the VirtualBox tests to fail because they now can't connect to the X server, which is a good thing because it's a bug of the VirtualBox tests. So to fix it, let's just start the X server as user alice. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos/test-driver/Logger: Replace invalid UTF-8aszlig2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by d84741a4bfb6ed2531ec7154479c147d2c9a737c. The mentioned commit actually is a good thing, because we now get the output from the X session. Unfortunately, for the i3wm test, the i3-config-wizard prints out the raw keyboard symbols directly coming from xcb, so the output isn't necessarily proper UTF-8. As the XML::Writer already expects valid UTF-8 input, we assume that everything that comes into sanitise() will be UTF-8 from the start. So we just decode() it using FB_DEFAULT as the check argument so that every invalid character is replaced by the unicode replacement character: https://en.wikipedia.org/wiki/Specials_(Unicode_block)#Replacement_character We simply re-oncode it again afterwards and return it, so we should always get out valid UTF-8 in the log XML. For more information about FB_DEFAULT and FB_CROAK, have a look at: http://search.cpan.org/~dankogai/Encode-2.84/Encode.pm#Handling_Malformed_Data Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | mp3splt: 2.6.1 -> 2.6.2Joachim Fasting2016-05-26
| | | | | | | | | | | | | | | | | | | | | Do some refactoring while we're at it: - multiple outputs - also install oggsplt and flacsplt symlinks - meta cleanups
* | | libmp3splt: 0.9.1 -> 0.9.2Joachim Fasting2016-05-26
| | | | | | | | | | | | | | | | | | | | | While we're at it, also do some light refactorings - multiple outputs - use sourceforge mirror - meta cleanup
* | | steam-run: refactor, remove unneeded files and dependenciesNikolay Amiantov2016-05-26
| | |
* | | lib.lists: fix fold exampleDomen Kožar2016-05-26
| | |
* | | Make i3wm test a release blockerDomen Kožar2016-05-26
| | | | | | | | | | | | | | | Catch issues like https://github.com/NixOS/nixpkgs/commit/331fa2feff8cbdca5cc831d1fae36d9505618124
* | | Merge #15622: remove fltk-2, improve fltk13Vladimír Čunát2016-05-26
|\ \ \
| * | | fltk13: `xftSupport = true` by defaultVladimír Čunát2016-05-26
| | | | | | | | | | | | | | | | It seems often desired.
| * | | fltk13: various fixupsVladimír Čunát2016-05-26
| | | |
| * | | fltk: 2-alpha -> 1.3.3Julien Dehos2016-05-23
| | | |
* | | | shutter: init at 0.93.1Bjørn Forsman2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Screenshot and annotation tool. The application may complain about missing GConf dbus service[1], but it still works (and remembers its settings, AFAICT). [1]: The error message is (line wrapped): GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.GConf was not provided by any .service files)
* | | | perlPackages: add dependencies needed by 'shutter' applicationBjørn Forsman2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shutter is a screenshot and annotation GUI tool, coming to Nix soon. This commit adds its needed perl dependencies: Gnome2, Gnome2Canvas, Gnome2VFS, Gnome2Wnck, GooCanvas, Gtk2AppIndicator, Gtk2ImageView, Gtk2Unique, ProcSimple All expressions are created with nix-generate-from-cpan and manual tweaks to (propagated)buildInputs and meta.license.
* | | | goocanvas: 0.10 -> 1.0 (fixes build)Bjørn Forsman2016-05-26
| |_|/ |/| | | | | | | | | | | | | | I'm not updating to the 2.x version yet, because the only dependee of this package is 'shutter' (which I'm about to package) and it doesn't support 2.x.
* | | Merge pull request #15695 from mbakke/oh-20160523Joachim Fasting2016-05-26
|\ \ \ | | | | | | | | oh: 2016-03-28 -> 2016-05-23
| * | | goPackages.oh: 2016-03-28 -> 2016-05-23Marius Bakke2016-05-25
| | | |
| * | | goPackages.adapted: 2015-06-03 -> 2016-04-10Marius Bakke2016-05-25
| | | |
* | | | Merge pull request #15705 from vrthra/redoJoachim Fasting2016-05-26
|\ \ \ \ | | | | | | | | | | redo: Init at 1.2
| * | | | redo: Init at 1.2Rahul Gopinath2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | Redo is an alternative for Make. This package is a C++ implementation of redo.
* | | | | Merge pull request #15701 from DamienCassou/vdirsyncer-0.11Frederik Rietdijk2016-05-26
|\ \ \ \ \ | | | | | | | | | | | | vdirsyncer: 0.10.0 -> 0.11.0
| * | | | | vdirsyncer: 0.10.0 -> 0.11.0Damien Cassou2016-05-26
| | |_|_|/ | |/| | |
* | | | | ninja: 1.6.0 -> 1.7.1Bjørn Forsman2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://groups.google.com/forum/#!topic/ninja-build/bkDE7auQwiI/discussion The current github src URL redirects to the "ninja-build" github user, so use that directly.
* | | | | hipchat: 4.0.1637 -> 4.0.1641Jascha Geerds2016-05-26
| | | | |
* | | | | nixos/tests/installer.nix: nixos-generate-config detects LUKS since a7baec7obadz2016-05-26
| | | | | | | | | | | | | | | | | | | | Fixes nix-build '<nixos/release.nix>' -A tests.installer.luksroot.x86_64-linux
* | | | | Merge pull request #15654 from wavewave/magmaArseniy Seroka2016-05-26
|\ \ \ \ \ | | | | | | | | | | | | magma: init at 2.0.2
| * | | | | magma: init at 2.0.2Ian-Woo Kim2016-05-25
| | | | | |
* | | | | | Merge pull request #15664 from wavewave/cudnnArseniy Seroka2016-05-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | cudnn: init at 4.0
| * | | | | | cudnn: init at 4.0Ian-Woo Kim2016-05-25
| | | | | | |