Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5424a1dd0ef533bb65a8968fa4553f40757d413b
      
https://github.com/NixOS/nixpkgs/commit/5424a1dd0ef533bb65a8968fa4553f40757d413b
  Author: Rastus Vernon <rastus.ver...@protonmail.ch>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/os-specific/linux/cryptsetup/default.nix

  Log Message:
  -----------
  cryptsetup: update project homepage

The project was moved from code.google.com to gitlab.com.

(cherry picked from commit 77d9966d931a0b74616f7d782060bdf33713bcda)


  Commit: ff2c69e1fd591709eba6cfc4985734815a227186
      
https://github.com/NixOS/nixpkgs/commit/ff2c69e1fd591709eba6cfc4985734815a227186
  Author: mimadrid <mimad...@ucm.es>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/development/tools/misc/strace/default.nix

  Log Message:
  -----------
  strace: 4.11 -> 4.12

(cherry picked from commit a3581f802e276da17ad1c9ee553beec56c89b05b)


  Commit: 3480e79657a128e4fdb2b773762625120e7dd33c
      
https://github.com/NixOS/nixpkgs/commit/3480e79657a128e4fdb2b773762625120e7dd33c
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/development/libraries/avahi/default.nix
    M pkgs/development/libraries/avahi/no-mkdir-localstatedir.patch

  Log Message:
  -----------
  avahi: 0.6.31 -> 0.6.32

Bugfix release, backwards compatible:

  https://github.com/lathiat/avahi/releases/tag/v0.6.32

* Update src URL to github (the latest release is only available there).
* Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working
  (apply'able).

(cherry picked from commit 79ed40cd698a9f61cfbc0322f70177784edb2df2)


  Commit: 08f4bc4c34b2d48612f9ae5c8842ab9e062324d4
      
https://github.com/NixOS/nixpkgs/commit/08f4bc4c34b2d48612f9ae5c8842ab9e062324d4
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  -----------
  nixos/grub: change state file device separator from ':' to ','

':' is currently used as separator in /boot/grub/state for the list of
devices GRUB should be installed to. The problem is that ':' itself may
appear in a device path:

  /dev/disk/by-id/usb-SanDisk_Cruzer_20043512300546C0B317-0:0

With such a path, NixOS will install GRUB *every* time, because it
thinks the configuration differs from the state file (due to the wrong
list split). Fix it by using ',' as separator.

For existing systems with GRUB installed on multiple devices, this
change means that GRUB will be installed one extra time.

(cherry picked from commit aeb516c741a1156a66acafa14322b47c63cfd709)


  Commit: bd1d9ffa91bd21148e7480f343712ec96f7037c3
      
https://github.com/NixOS/nixpkgs/commit/bd1d9ffa91bd21148e7480f343712ec96f7037c3
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M nixos/modules/config/swap.nix

  Log Message:
  -----------
  nixos/swap: support for resizing swapfile

Currently NixOS creates the swapfile (with the specified size) only if
it doesn't already exist. Changing the swapfile size afterwards will not
have any effect.

This commit changes that so the swapfile will be recreated whenever
swapDevices.*.size is changed (or more precisely, whenever the actual
file size differs from the configured one), allowing both growing and
shrinking the swapfile.

The service unit has "restartIfChanged = false", so we don't have to
worry about the swapfile being in use at the time this code is run (you
have to reboot for swapfile changes).

fallocate doesn't shrink files, use truncate for that. truncate can also
be used to grow files, but it creates "holes" in the file which doesn't
work with swapfiles.

(cherry picked from commit b30852ed41f7e6729de9a75a71a671ce7d03dff9)


  Commit: 00dfa5b4e5c4d1f1e8a06a490ff237fa7ae84665
      
https://github.com/NixOS/nixpkgs/commit/00dfa5b4e5c4d1f1e8a06a490ff237fa7ae84665
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M nixos/modules/system/boot/systemd.nix

  Log Message:
  -----------
  nixos/systemd: disable timer units with service

A disabled systemd service with a "startAt" attribute, like this:

  systemd.services.foo-service = {
    enable = false;
    startAt = "*-*-* 05:15:00";
    ...
  };

will cause the following errors in the system journal:

  systemd[1]: foo-service.timer: Refusing to start, unit to trigger not loaded.
  systemd[1]: Failed to start foo-service.timer.

Fix it by not generating the corresponding timer unit when the service
is disabled.

(cherry picked from commit 2eb8aab42cf8623704904b41f4ffe9783bad7b07)


  Commit: 1e70aaaffe0d0849cc7ffbd38f5b5f32dbe4eec4
      
https://github.com/NixOS/nixpkgs/commit/1e70aaaffe0d0849cc7ffbd38f5b5f32dbe4eec4
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.02.13 -> 2016.04.06

(cherry picked from commit 6111d5b48089d63ffb34ba6aa5547f39bc361b0c)


  Commit: e040c01aab01042f3cb2c7b753faa067aa21cf7b
      
https://github.com/NixOS/nixpkgs/commit/e040c01aab01042f3cb2c7b753faa067aa21cf7b
  Author: Joachim Schiele <j...@lastlog.de>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: version bump to 2016.04.19

(cherry picked from commit a021b6a61734f43e14e4c3d76099c36333d3287e)


  Commit: 0e98bd31efcfa4e042df97d0679f40ed8c298ff8
      
https://github.com/NixOS/nixpkgs/commit/0e98bd31efcfa4e042df97d0679f40ed8c298ff8
  Author: wrb <w...@autistici.org>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.04.19 -> 2016.05.21.2

(cherry picked from commit c27eec296a0639ecbc75c8026b224b0cf76a1297)


  Commit: c561fe49a6266890acb80268dba4ad274c05af37
      
https://github.com/NixOS/nixpkgs/commit/c561fe49a6266890acb80268dba4ad274c05af37
  Author: wrb <w...@autistici.org>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.05.21.2 -> 2016.06.19.1 (#16338)

(cherry picked from commit 22a7f3a849c8f2e2a3fbdeea5d6e0505171ae5fd)


  Commit: 9ae9de9b56d340ca84f0abd18219cf406412a698
      
https://github.com/NixOS/nixpkgs/commit/9ae9de9b56d340ca84f0abd18219cf406412a698
  Author: mimadrid <mimad...@ucm.es>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.06.19.1 -> 2016.06.27

(cherry picked from commit 654b978fa3f1ac79c08110ec5a224287ebd4aa8f)


  Commit: 1513e65b66f9523502f7717d86362c75b0fa4e13
      
https://github.com/NixOS/nixpkgs/commit/1513e65b66f9523502f7717d86362c75b0fa4e13
  Author: mimadrid <mimad...@ucm.es>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.06.27 -> 2016.07.03.1

(cherry picked from commit aaa023c858d8f9d7397ac92c39d03c7e47805d95)


  Commit: a0c4a3a714c8d93d5936294dac6e91018b649da3
      
https://github.com/NixOS/nixpkgs/commit/a0c4a3a714c8d93d5936294dac6e91018b649da3
  Author: Márton Boros <martonbo...@gmail.com>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  -----------
  youtube-dl: 2016.07.03.1 -> 2016.07.09.2

(cherry picked from commit 129c17b222725c1ab37c0c21fda57ddf8a4d186a)


Compare: https://github.com/NixOS/nixpkgs/compare/368214c63669...a0c4a3a714c8
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to