[Nix-commits] [NixOS/nixpkgs] 2e538a: kde5.yakuake: use kdeWrapper

2016-08-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2e538a0f55e3c40b2b02ee1c750f145eeb1cd27f
  
https://github.com/NixOS/nixpkgs/commit/2e538a0f55e3c40b2b02ee1c750f145eeb1cd27f
  Author: Frederik Rietdijk 
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
M pkgs/applications/misc/yakuake/3.0.nix

  Log Message:
  ---
  kde5.yakuake: use kdeWrapper


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9e2937: afl: 2.10b -> 2.23b

2016-08-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e2937ca657b71ec83ab726aeb3110dfc73be4b0
  
https://github.com/NixOS/nixpkgs/commit/9e2937ca657b71ec83ab726aeb3110dfc73be4b0
  Author: Joachim Fasting 
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
M pkgs/tools/security/afl/default.nix

  Log Message:
  ---
  afl: 2.10b -> 2.23b

Looks like mostly performance enhancements and stability fixes.  The main
user facing changes appear to be:

- The -Z option was removed
- A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when
compiling with afl-gcc

Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0a4178: ponyc: 0.2.1 -> 2016-07-26

2016-08-01 Thread Ricardo M. Correia
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a417845ef00c6964dd2ecf040055bfc3dc7f1f1
  
https://github.com/NixOS/nixpkgs/commit/0a417845ef00c6964dd2ecf040055bfc3dc7f1f1
  Author: Ricardo M. Correia 
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
M pkgs/development/compilers/ponyc/default.nix
A pkgs/development/compilers/ponyc/disable-tests.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ponyc: 0.2.1 -> 2016-07-26


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] grsecurity on Nix

2016-08-01 Thread Matthew Robbetts

> On Aug 1, 2016, at 1:17 PM, Daniel Hlynskyi  wrote:
> 
> Actually, there was a nice addition recently
> 
> https://nixos.org/releases/nixos/unstable/nixos-16.09pre87733.dbd856d/manual/index.html#sec-grsecurity
>  
> 
> 
> Just do
> security.grsecurity.enable = true;
> if you follow unstable

Huh! That was a much easier option.

Thanks guys!


> 2016-08-01 19:51 GMT+00:00 Matthew Robbetts  >:
> Hi Nixers,
> 
> I’m interested in setting up grsecurity/PaX protections on my nix machine. My 
> googling led me quickly to:
> https://nixos.org/wiki/Hardened_NixOS 
> 
> which makes perfect sense. I’m coming from Gentoo anyway, and the Hardened 
> project there is familiar to me. The instructions there (basically add kernel 
> options) have also worked just fine (at least, they have affected the outcome 
> from running paxtest).
> 
> However, I then noticed the existence of 
> nixos/modules/security/grsecurity.nix, which appears to me to automate some 
> of this, but is not mentioned at all on the wiki. Is this module the 
> preferred way to enable grsecurity, and the wiki just needs updating?
> 
> 
> Ta,
> Matt
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl 
> http://lists.science.uu.nl/mailman/listinfo/nix-dev 
> 
> 
> 

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 2ae5db: acct: only build on linux

2016-08-01 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522
  
https://github.com/NixOS/nixpkgs/commit/2ae5dbbf3b39c99e6e4217c5eb22ac49bd2a7522
  Author: Matthew Justin Bauer 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/system/acct/default.nix

  Log Message:
  ---
  acct: only build on linux


  Commit: ef3719716da74a40e68bd4d48a58b4399a24cc5e
  
https://github.com/NixOS/nixpkgs/commit/ef3719716da74a40e68bd4d48a58b4399a24cc5e
  Author: Daniel Peebles 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/system/acct/default.nix

  Log Message:
  ---
  Merge pull request #17434 from matthewbauer/patch-6

acct: only build on linux


Compare: https://github.com/NixOS/nixpkgs/compare/18ba17314b88...ef3719716da7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 3445ab: qt57.poppler: fix build

2016-08-01 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3445ab79a22a0227e78133fbd3262deae911c828
  
https://github.com/NixOS/nixpkgs/commit/3445ab79a22a0227e78133fbd3262deae911c828
  Author: Thomas Tuegel 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/development/libraries/poppler/default.nix

  Log Message:
  ---
  qt57.poppler: fix build

Packages that depend on Qt >= 5.7 must build using the C++11 standard.


  Commit: 18ba17314b88c41a00ac3adbc838bdfe785441e6
  
https://github.com/NixOS/nixpkgs/commit/18ba17314b88c41a00ac3adbc838bdfe785441e6
  Author: Thomas Tuegel 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/development/libraries/poppler/default.nix

  Log Message:
  ---
  Merge pull request #17441 from ttuegel/poppler-qt-5.7

Fix Poppler with Qt >= 5.7


Compare: https://github.com/NixOS/nixpkgs/compare/b5884b069845...18ba17314b88___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b5884b: pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 (#1743...

2016-08-01 Thread Aaron Bull Schaefer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5884b06984500cd2979c804e5dbfa987a9c4ae7
  
https://github.com/NixOS/nixpkgs/commit/b5884b06984500cd2979c804e5dbfa987a9c4ae7
  Author: Aaron Bull Schaefer 
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 (#17437)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] grsecurity on Nix

2016-08-01 Thread Daniel Hlynskyi
Actually, there was a nice addition recently

https://nixos.org/releases/nixos/unstable/nixos-16.09pre87733.dbd856d/manual/index.html#sec-grsecurity

Just do

security.grsecurity.enable = true;

if you follow unstable

2016-08-01 19:51 GMT+00:00 Matthew Robbetts :

> Hi Nixers,
>
> I’m interested in setting up grsecurity/PaX protections on my nix machine.
> My googling led me quickly to:
> https://nixos.org/wiki/Hardened_NixOS
>
> which makes perfect sense. I’m coming from Gentoo anyway, and the Hardened
> project there is familiar to me. The instructions there (basically add
> kernel options) have also worked just fine (at least, they have affected
> the outcome from running paxtest).
>
> However, I then noticed the existence of
> nixos/modules/security/grsecurity.nix, which appears to me to automate
> some of this, but is not mentioned at all on the wiki. Is this module the
> preferred way to enable grsecurity, and the wiki just needs updating?
>
>
> Ta,
> Matt
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] grsecurity on Nix

2016-08-01 Thread joachifm


On Mon, Aug 1, 2016, at 09:51 PM, Matthew Robbetts wrote:
> Hi Nixers,
> 
> [...]
> 
> However, I then noticed the existence of
> nixos/modules/security/grsecurity.nix, which appears to me to automate
> some of this, but is not mentioned at all on the wiki. Is this module the
> preferred way to enable grsecurity, and the wiki just needs updating?

The module is the recommended way to use grsecurity. Please peruse the
chapter about grsecurity/PaX in the manual for details. This feature is
only available on unstable, however, grsecurity support has been dropped
entirely from 16.03.

Please let me know if you encounter any problems or find something
unclear, difficult, or otherwise
lacking.

HTH,
Joachim
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] grsecurity on Nix

2016-08-01 Thread Matthew Robbetts
Hi zimbatm,


> On Aug 1, 2016, at 12:57 PM, zimbatm  wrote:
> 
> Yeah the wiki is definitely outdated, it's been in read-only mode for a while 
> now.

Ah, that’s good to know, thanks. In that case, would you recommend I just use 
the config options detailed in the grsecurity module for configuration? Is that 
module “ready to go”?


> If you like security check out also 
> https://github.com/NixOS/nixpkgs/pull/12895 
> 

I did see that issue on GitHub, yeah. I’ve been trying to work out if I can use 
it (and also how!). Would it be as simple as checking out that branch of 
nixpkgs in my local repo and hitting nixos-rebuild switch? That sounds far too 
easy...


Thanks!
Matt


> Cheers,
> z
> 
> On Mon, 1 Aug 2016 at 20:51 Matthew Robbetts  > wrote:
> Hi Nixers,
> 
> I’m interested in setting up grsecurity/PaX protections on my nix machine. My 
> googling led me quickly to:
> https://nixos.org/wiki/Hardened_NixOS 
> 
> which makes perfect sense. I’m coming from Gentoo anyway, and the Hardened 
> project there is familiar to me. The instructions there (basically add kernel 
> options) have also worked just fine (at least, they have affected the outcome 
> from running paxtest).
> 
> However, I then noticed the existence of 
> nixos/modules/security/grsecurity.nix, which appears to me to automate some 
> of this, but is not mentioned at all on the wiki. Is this module the 
> preferred way to enable grsecurity, and the wiki just needs updating?
> 
> 
> Ta,
> Matt
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl 
> http://lists.science.uu.nl/mailman/listinfo/nix-dev 
> 

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] grsecurity on Nix

2016-08-01 Thread zimbatm
Yeah the wiki is definitely outdated, it's been in read-only mode for a
while now.

If you like security check out also
https://github.com/NixOS/nixpkgs/pull/12895

Cheers,
z

On Mon, 1 Aug 2016 at 20:51 Matthew Robbetts  wrote:

> Hi Nixers,
>
> I’m interested in setting up grsecurity/PaX protections on my nix machine.
> My googling led me quickly to:
> https://nixos.org/wiki/Hardened_NixOS
>
> which makes perfect sense. I’m coming from Gentoo anyway, and the Hardened
> project there is familiar to me. The instructions there (basically add
> kernel options) have also worked just fine (at least, they have affected
> the outcome from running paxtest).
>
> However, I then noticed the existence of
> nixos/modules/security/grsecurity.nix, which appears to me to automate
> some of this, but is not mentioned at all on the wiki. Is this module the
> preferred way to enable grsecurity, and the wiki just needs updating?
>
>
> Ta,
> Matt
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] grsecurity on Nix

2016-08-01 Thread Matthew Robbetts
Hi Nixers,

I’m interested in setting up grsecurity/PaX protections on my nix machine. My 
googling led me quickly to:
https://nixos.org/wiki/Hardened_NixOS 

which makes perfect sense. I’m coming from Gentoo anyway, and the Hardened 
project there is familiar to me. The instructions there (basically add kernel 
options) have also worked just fine (at least, they have affected the outcome 
from running paxtest).

However, I then noticed the existence of nixos/modules/security/grsecurity.nix, 
which appears to me to automate some of this, but is not mentioned at all on 
the wiki. Is this module the preferred way to enable grsecurity, and the wiki 
just needs updating?


Ta,
Matt___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 26a239: qgis: 2.10.0 -> 2.16.1

2016-08-01 Thread Jean-Pierre PRUNARET
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 26a2392594ad432883f9af06951e7b4c5e108eac
  
https://github.com/NixOS/nixpkgs/commit/26a2392594ad432883f9af06951e7b4c5e108eac
  Author: Jean-Pierre PRUNARET 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/applications/gis/qgis/default.nix

  Log Message:
  ---
  qgis: 2.10.0 -> 2.16.1

Upgrade qgis with latest version


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] bd7ce1: broadcom_sta: 6.30.223.248 -> 6.30.223.271

2016-08-01 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd7ce1581daa2a43cad3a73556ed94fc2031b0eb
  
https://github.com/NixOS/nixpkgs/commit/bd7ce1581daa2a43cad3a73556ed94fc2031b0eb
  Author: aszlig 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/os-specific/linux/broadcom-sta/default.nix
A pkgs/os-specific/linux/broadcom-sta/i686-build-failure.patch
R pkgs/os-specific/linux/broadcom-sta/linux-recent.patch

  Log Message:
  ---
  broadcom_sta: 6.30.223.248 -> 6.30.223.271

The patch for kernel version 3.18 is already applied upstream, so we
don't need it any longer.

Without i686-build-failure.patch, the build for i686-linux fails because
it references rdtscl(), which is no longer available in Linux 4.3.0.

Patch for missing rdtscl() is from Arch Linux:

https://aur.archlinux.org/cgit/aur.git/tree/002-rdtscl.patch?h=broadcom-wl-ck

I've tested building against 32 and 64 bit Linux versions 3.18.36,
4.4.16 and 4.7.0.

The hashes were verified using the ones from the AUR (using the 16 bit
hashes of course):

$ nix-hash --type sha256 --to-base16 
1kaqa2dw3nb8k23ffvx46g8jj3wdhz8xa6jp1v3wb35cjfr712sg
4f8b70b293ac8cc5c70e571ad5d1878d0f29d133a46fe7869868d9c19b5058cd
$ nix-hash --type sha256 --to-base16 
1gj485qqr190idilacpxwgqyw21il03zph2rddizgj7fbd6pfyaz
5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be

AUR hashes can be found at:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=broadcom-wl&id=9d6f10b1b7745fbf5d140ac749e2253caf70daa8#n26

Signed-off-by: aszlig 
Cc: @phreedom, @vcunat


  Commit: 4d3545f2a579f9c68ac131794e97e22a312d9422
  
https://github.com/NixOS/nixpkgs/commit/4d3545f2a579f9c68ac131794e97e22a312d9422
  Author: aszlig 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/os-specific/linux/broadcom-sta/default.nix
A pkgs/os-specific/linux/broadcom-sta/linux-4.7.patch

  Log Message:
  ---
  broadcom_sta: Add patch for supporting Linux 4.7

Patch is from Arch Linux at:

https://aur.archlinux.org/cgit/aur.git/tree/?h=broadcom-wl

I've tested building against 3.18.36, 4.4.16 and 4.7.0.

Signed-off-by: aszlig 
Cc: @phreedom, @vcunat


  Commit: 8f08399671911842174056b46aa1cc66c82f2a71
  
https://github.com/NixOS/nixpkgs/commit/8f08399671911842174056b46aa1cc66c82f2a71
  Author: aszlig 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

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

  Log Message:
  ---
  broadcom_sta: Reindent file, no code changes

Let's make sure we indent using two spaces, because the unpackPhase was
indented using four spaces.

Signed-off-by: aszlig 


  Commit: fef4b62657903021f9b60fc6a6cf6fe4bac167ed
  
https://github.com/NixOS/nixpkgs/commit/fef4b62657903021f9b60fc6a6cf6fe4bac167ed
  Author: aszlig 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/os-specific/linux/broadcom-sta/default.nix
A pkgs/os-specific/linux/broadcom-sta/null-pointer-fix.patch

  Log Message:
  ---
  broadcom_sta: Add patch to fix NULL pointer deref

The patch is from the following Gentoo bug:

https://bugs.gentoo.org/show_bug.cgi?id=523326#c24

Built successfully against Linux 3.18.36, 4.4.16 and 4.7.0.

Signed-off-by: aszlig 
Cc: @phreedom, @vcunat


Compare: https://github.com/NixOS/nixpkgs/compare/5c7708e56806...fef4b6265790___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 5c7708: pythonPackages.schedule: init at 0.3.2

2016-08-01 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5c7708e56806246bedf595f9202c67d9a2fc6beb
  
https://github.com/NixOS/nixpkgs/commit/5c7708e56806246bedf595f9202c67d9a2fc6beb
  Author: Bjørn Forsman 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.schedule: init at 0.3.2


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c90a43: nginx module: fix evaluation of root location opti...

2016-08-01 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c90a43f4c53dcc56c556832e5d2d81772f473970
  
https://github.com/NixOS/nixpkgs/commit/c90a43f4c53dcc56c556832e5d2d81772f473970
  Author: Franz Pletz 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/location-options.nix

  Log Message:
  ---
  nginx module: fix evaluation of root location option


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 5341b8: moonlight-embedded: init at 2.2.1 (#17414)

2016-08-01 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5341b8b1f8acb58631330eb04cbc7e15e141b686
  
https://github.com/NixOS/nixpkgs/commit/5341b8b1f8acb58631330eb04cbc7e15e141b686
  Author: Robin Gloster 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/applications/misc/moonlight-embedded/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  moonlight-embedded: init at 2.2.1 (#17414)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9c15bb: Revert "libreoffice: reinstante and use curl 7.48 ...

2016-08-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9c15bb703155d480a70be4f7d202ba20a1e9a6e4
  
https://github.com/NixOS/nixpkgs/commit/9c15bb703155d480a70be4f7d202ba20a1e9a6e4
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
R pkgs/tools/networking/curl/7.48.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Revert "libreoffice: reinstante and use curl 7.48 before the removal of a 
required feature. CVE's not fixed because of that decision: a Windows-specific 
DLL substitution and a mbedSSL/PolarSSL specific insufficient certificate 
validation"

This reverts commit 8fd84fcb870b3d55f6760ede5bb46aa57bbec64e.

While I was testing my solution, @obadz have committed a different and
hopefully a better one.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 93bac0: mopidy: fix zeroconf support (by depending on dbus...

2016-08-01 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 93bac07b38d6d46c599e5440bd05c5bc7cf4c6ab
  
https://github.com/NixOS/nixpkgs/commit/93bac07b38d6d46c599e5440bd05c5bc7cf4c6ab
  Author: Bjørn Forsman 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/applications/audio/mopidy/default.nix

  Log Message:
  ---
  mopidy: fix zeroconf support (by depending on dbus)

Closure size increases by 1 MiB, from 480 to 481.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8fd84f: libreoffice: reinstante and use curl 7.48 before t...

2016-08-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8fd84fcb870b3d55f6760ede5bb46aa57bbec64e
  
https://github.com/NixOS/nixpkgs/commit/8fd84fcb870b3d55f6760ede5bb46aa57bbec64e
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/tools/networking/curl/7.48.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  libreoffice: reinstante and use curl 7.48 before the removal of a required 
feature. CVE's not fixed because of that decision: a Windows-specific DLL 
substitution and a mbedSSL/PolarSSL specific insufficient certificate validation


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7f3ca5: leatherman: disable curl test to fix build

2016-08-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7f3ca5d75b351cebf284aa2ab4d5ac01920b67d0
  
https://github.com/NixOS/nixpkgs/commit/7f3ca5d75b351cebf284aa2ab4d5ac01920b67d0
  Author: Kranium Gikos Mendoza 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/development/libraries/leatherman/default.nix

  Log Message:
  ---
  leatherman: disable curl test to fix build


  Commit: 909249dbe233522e6a2e6f3c056a49f8efb7ad46
  
https://github.com/NixOS/nixpkgs/commit/909249dbe233522e6a2e6f3c056a49f8efb7ad46
  Author: Frederik Rietdijk 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/development/libraries/leatherman/default.nix

  Log Message:
  ---
  Merge pull request #17422 from womfoo/fix/leatherman-disable-curl-test

leatherman: disable curl test to fix build


Compare: https://github.com/NixOS/nixpkgs/compare/d1572d06fe13...909249dbe233___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d1572d: grsecurity module: correct internal note

2016-08-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d1572d06fe13302263e451e91ec6777ecd66e50e
  
https://github.com/NixOS/nixpkgs/commit/d1572d06fe13302263e451e91ec6777ecd66e50e
  Author: Joachim Fasting 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/security/grsecurity.nix

  Log Message:
  ---
  grsecurity module: correct internal note


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] nvidia-x11

2016-08-01 Thread Shea Levy
Applied, thanks!

Karn Kallio  writes:

> The attached patch advances the nvidia-x11 in nixpkgs to the latest
> stable version 365.35, and also patches it to build with kernel 4.7.
> From 4676cdfcb140ae4449a55828c654f0330d3f0a0f Mon Sep 17 00:00:00 2001
> From: Karn Kallio 
> Date: Mon, 1 Aug 2016 09:44:04 -0400
> Subject: [PATCH] nvidia-x11: advance to 365.35 and patch kernel 4.7.
>
> ---
>  .../linux/nvidia-x11/365.35-kernel-4.7.patch   | 40 
> ++
>  pkgs/os-specific/linux/nvidia-x11/default.nix  |  8 +++--
>  2 files changed, 45 insertions(+), 3 deletions(-)
>  create mode 100644 pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
>
> diff --git a/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch 
> b/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
> new file mode 100644
> index 000..8d1436c
> --- /dev/null
> +++ b/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
> @@ -0,0 +1,40 @@
> +diff -Naur 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-fb.c
>  NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-fb.c
> +--- 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-fb.c
> 2016-07-31 19:07:06.595038290 -0400
>  NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-fb.c 
> 2016-07-31 19:09:18.532197060 -0400
> +@@ -114,7 +114,7 @@
> +  * We don't support any planar format, pick up first buffer only.
> +  */
> + 
> +-gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
> ++gem = drm_gem_object_lookup(file, cmd->handles[0]);
> + 
> + if (gem == NULL)
> + {
> +diff -Naur 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-gem.c
>  NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-gem.c
> +--- 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-gem.c
>2016-07-31 19:07:06.595038290 -0400
>  
> NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-gem.c 
>2016-07-31 19:08:56.187492736 -0400
> +@@ -408,7 +408,7 @@
> + 
> + mutex_lock(&dev->struct_mutex);
> + 
> +-gem = drm_gem_object_lookup(dev, file, handle);
> ++gem = drm_gem_object_lookup(file, handle);
> + 
> + if (gem == NULL)
> + {
> +diff -Naur 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-uvm/uvm_linux.h 
> NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-uvm/uvm_linux.h
> +--- 
> NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-uvm/uvm_linux.h 
>2016-07-31 19:07:06.600038448 -0400
>  NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-uvm/uvm_linux.h 
> 2016-07-31 19:08:06.506926763 -0400
> +@@ -554,12 +554,6 @@
> + INIT_RADIX_TREE(tree, GFP_NOWAIT);
> + }
> + 
> +-static bool radix_tree_empty(struct radix_tree_root *tree)
> +-{
> +-void *dummy;
> +-return radix_tree_gang_lookup(tree, &dummy, 0, 1) == 0;
> +-}
> +-
> + 
> + #if !defined(NV_USLEEP_RANGE_PRESENT)
> + static void __sched usleep_range(unsigned long min, unsigned long max)
> diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix 
> b/pkgs/os-specific/linux/nvidia-x11/default.nix
> index e3be760..5edf03b 100644
> --- a/pkgs/os-specific/linux/nvidia-x11/default.nix
> +++ b/pkgs/os-specific/linux/nvidia-x11/default.nix
> @@ -12,7 +12,7 @@ assert (!libsOnly) -> kernel != null;
>  
>  let
>  
> -  versionNumber = "361.45.11";
> +  versionNumber = "367.35";
>  
># Policy: use the highest stable version as the default (on our master).
>inherit (stdenv.lib) makeLibraryPath;
> @@ -28,12 +28,12 @@ stdenv.mkDerivation {
>  if stdenv.system == "i686-linux" then
>fetchurl {
>  url = 
> "http://download.nvidia.com/XFree86/Linux-x86/${versionNumber}/NVIDIA-Linux-x86-${versionNumber}.run";;
> -sha256 = "036v7bzh9zy7zvaz2wf7zsamrynbg1yr1dll7sf1l928w059i6pb";
> +sha256 = "05g36bxcfk21ab8b0ay3zy21k5nd71468p9y1nbflx7ghpx25jrq";
>}
>  else if stdenv.system == "x86_64-linux" then
>fetchurl {
>  url = 
> "http://download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-no-compat32.run";;
> -sha256 = "1f8bxmf8cr3cgzxgap5ccb1yrqyrrdig19dp282y6z9xjq27l074";
> +sha256 = "0m4k8f0212l63h22wk6hgi8fbfsgxqih5mizsw4ixqqmjd75av4a";
>}
>  else throw "nvidia-x11 does not support platform ${stdenv.system}";
>  
> @@ -53,6 +53,8 @@ stdenv.mkDerivation {
>  [ gtk atk pango glib gdk_pixbuf cairo ] );
>programPath = makeLibraryPath [ xorg.libXv ];
>  
> +  patches = if versionAtLeast kernel.version "4.7" then [ 
> ./365.35-kernel-4.7.patch ] else [];
> +
>buildInputs = [ perl nukeReferences ];
>  
>disallowedReferences = if libsOnly then [] else [ kernel.dev ];
> -- 
> 2.9.1
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.u

[Nix-commits] [NixOS/nixpkgs] 5d11da: nvidia-x11: advance to 365.35 and patch kernel 4.7...

2016-08-01 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5d11dac8bb8f10b797467e913d6ebb9ea1eccd29
  
https://github.com/NixOS/nixpkgs/commit/5d11dac8bb8f10b797467e913d6ebb9ea1eccd29
  Author: Karn Kallio 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
M pkgs/os-specific/linux/nvidia-x11/default.nix

  Log Message:
  ---
  nvidia-x11: advance to 365.35 and patch kernel 4.7.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 053df6: pythonPackages.kaptan: init at 0.5.8

2016-08-01 Thread Jascha Geerds
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 053df6076330e3cbcbb87f9a1b3646cab52be638
  
https://github.com/NixOS/nixpkgs/commit/053df6076330e3cbcbb87f9a1b3646cab52be638
  Author: Jascha Geerds 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.kaptan: init at 0.5.8


  Commit: 0fb70dfbb01efa816049b0d821996e0f4d4cf6f6
  
https://github.com/NixOS/nixpkgs/commit/0fb70dfbb01efa816049b0d821996e0f4d4cf6f6
  Author: Jascha Geerds 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.libtmux: init at 0.5.0


  Commit: 9cc42ade37cb4f4e9c0bb294e03c80e51fc07fb7
  
https://github.com/NixOS/nixpkgs/commit/9cc42ade37cb4f4e9c0bb294e03c80e51fc07fb7
  Author: Jascha Geerds 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/tools/misc/tmuxp/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  tmuxp: init at 1.2.0


Compare: https://github.com/NixOS/nixpkgs/compare/53c1722ca663...9cc42ade37cb___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] nvidia-x11

2016-08-01 Thread Karn Kallio

The attached patch advances the nvidia-x11 in nixpkgs to the latest
stable version 365.35, and also patches it to build with kernel 4.7.
>From 4676cdfcb140ae4449a55828c654f0330d3f0a0f Mon Sep 17 00:00:00 2001
From: Karn Kallio 
Date: Mon, 1 Aug 2016 09:44:04 -0400
Subject: [PATCH] nvidia-x11: advance to 365.35 and patch kernel 4.7.

---
 .../linux/nvidia-x11/365.35-kernel-4.7.patch   | 40 ++
 pkgs/os-specific/linux/nvidia-x11/default.nix  |  8 +++--
 2 files changed, 45 insertions(+), 3 deletions(-)
 create mode 100644 pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch

diff --git a/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch b/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
new file mode 100644
index 000..8d1436c
--- /dev/null
+++ b/pkgs/os-specific/linux/nvidia-x11/365.35-kernel-4.7.patch
@@ -0,0 +1,40 @@
+diff -Naur NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-fb.c NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-fb.c
+--- NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-fb.c	2016-07-31 19:07:06.595038290 -0400
 NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-fb.c	2016-07-31 19:09:18.532197060 -0400
+@@ -114,7 +114,7 @@
+  * We don't support any planar format, pick up first buffer only.
+  */
+ 
+-gem = drm_gem_object_lookup(dev, file, cmd->handles[0]);
++gem = drm_gem_object_lookup(file, cmd->handles[0]);
+ 
+ if (gem == NULL)
+ {
+diff -Naur NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-gem.c NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-gem.c
+--- NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-drm/nvidia-drm-gem.c	2016-07-31 19:07:06.595038290 -0400
 NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-drm/nvidia-drm-gem.c	2016-07-31 19:08:56.187492736 -0400
+@@ -408,7 +408,7 @@
+ 
+ mutex_lock(&dev->struct_mutex);
+ 
+-gem = drm_gem_object_lookup(dev, file, handle);
++gem = drm_gem_object_lookup(file, handle);
+ 
+ if (gem == NULL)
+ {
+diff -Naur NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-uvm/uvm_linux.h NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-uvm/uvm_linux.h
+--- NVIDIA-Linux-x86_64-367.35-no-compat32-upstream/kernel/nvidia-uvm/uvm_linux.h	2016-07-31 19:07:06.600038448 -0400
 NVIDIA-Linux-x86_64-367.35-no-compat32/kernel/nvidia-uvm/uvm_linux.h	2016-07-31 19:08:06.506926763 -0400
+@@ -554,12 +554,6 @@
+ INIT_RADIX_TREE(tree, GFP_NOWAIT);
+ }
+ 
+-static bool radix_tree_empty(struct radix_tree_root *tree)
+-{
+-void *dummy;
+-return radix_tree_gang_lookup(tree, &dummy, 0, 1) == 0;
+-}
+-
+ 
+ #if !defined(NV_USLEEP_RANGE_PRESENT)
+ static void __sched usleep_range(unsigned long min, unsigned long max)
diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix
index e3be760..5edf03b 100644
--- a/pkgs/os-specific/linux/nvidia-x11/default.nix
+++ b/pkgs/os-specific/linux/nvidia-x11/default.nix
@@ -12,7 +12,7 @@ assert (!libsOnly) -> kernel != null;
 
 let
 
-  versionNumber = "361.45.11";
+  versionNumber = "367.35";
 
   # Policy: use the highest stable version as the default (on our master).
   inherit (stdenv.lib) makeLibraryPath;
@@ -28,12 +28,12 @@ stdenv.mkDerivation {
 if stdenv.system == "i686-linux" then
   fetchurl {
 url = "http://download.nvidia.com/XFree86/Linux-x86/${versionNumber}/NVIDIA-Linux-x86-${versionNumber}.run";;
-sha256 = "036v7bzh9zy7zvaz2wf7zsamrynbg1yr1dll7sf1l928w059i6pb";
+sha256 = "05g36bxcfk21ab8b0ay3zy21k5nd71468p9y1nbflx7ghpx25jrq";
   }
 else if stdenv.system == "x86_64-linux" then
   fetchurl {
 url = "http://download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-no-compat32.run";;
-sha256 = "1f8bxmf8cr3cgzxgap5ccb1yrqyrrdig19dp282y6z9xjq27l074";
+sha256 = "0m4k8f0212l63h22wk6hgi8fbfsgxqih5mizsw4ixqqmjd75av4a";
   }
 else throw "nvidia-x11 does not support platform ${stdenv.system}";
 
@@ -53,6 +53,8 @@ stdenv.mkDerivation {
 [ gtk atk pango glib gdk_pixbuf cairo ] );
   programPath = makeLibraryPath [ xorg.libXv ];
 
+  patches = if versionAtLeast kernel.version "4.7" then [ ./365.35-kernel-4.7.patch ] else [];
+
   buildInputs = [ perl nukeReferences ];
 
   disallowedReferences = if libsOnly then [] else [ kernel.dev ];
-- 
2.9.1

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 292f2f: vdirsyncer: 0.11.2 -> 0.11.3

2016-08-01 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 292f2f41e97472d4e7ff93ea9edd535fb25fd306
  
https://github.com/NixOS/nixpkgs/commit/292f2f41e97472d4e7ff93ea9edd535fb25fd306
  Author: Damien Cassou 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/misc/vdirsyncer/default.nix

  Log Message:
  ---
  vdirsyncer: 0.11.2 -> 0.11.3


  Commit: 53c1722ca663b35c6f9d5daebcb4bde64e3b3ac7
  
https://github.com/NixOS/nixpkgs/commit/53c1722ca663b35c6f9d5daebcb4bde64e3b3ac7
  Author: Robin Gloster 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/misc/vdirsyncer/default.nix

  Log Message:
  ---
  Merge pull request #17421 from DamienCassou/vdirsyncer-0.11.3

vdirsyncer: 0.11.2 -> 0.11.3


Compare: https://github.com/NixOS/nixpkgs/compare/c74ad2ee2363...53c1722ca663___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 44b1d6: mopidy service: add default value for configuratio...

2016-08-01 Thread Langston Barrett
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 44b1d6bff3ea1b2de2f2d4b01915beb95a087222
  
https://github.com/NixOS/nixpkgs/commit/44b1d6bff3ea1b2de2f2d4b01915beb95a087222
  Author: Langston Barrett 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/services/audio/mopidy.nix

  Log Message:
  ---
  mopidy service: add default value for configuration (#17385)

Mopidy will start if the configuration is empty.

Fixes #17381.
(cherry picked from commit a28273df32b970e29872b29ad87b4131c68f9a06)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 1da677: Python: move interpreters

2016-08-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1da6775775e3695ff206bdcd3fca945bf5331101
  
https://github.com/NixOS/nixpkgs/commit/1da6775775e3695ff206bdcd3fca945bf5331101
  Author: Frederik Rietdijk 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
R pkgs/development/interpreters/pypy/default.nix
R pkgs/development/interpreters/pypy/setup-hook.sh
R pkgs/development/interpreters/python/2.6/default.nix
R pkgs/development/interpreters/python/2.6/nix-store-mtime.patch
R pkgs/development/interpreters/python/2.6/python2.6-fix-parallel-make.patch
R pkgs/development/interpreters/python/2.6/search-path.patch
R pkgs/development/interpreters/python/2.6/setup-hook.sh
R 
pkgs/development/interpreters/python/2.7/2.5.2-ctypes-util-find_library.patch
R pkgs/development/interpreters/python/2.7/2.5.2-tkinter-x11.patch
R pkgs/development/interpreters/python/2.7/2.6.2-ssl-threads.patch
R pkgs/development/interpreters/python/2.7/2.6.5-FD_SETSIZE.patch
R 
pkgs/development/interpreters/python/2.7/2.6.5-export-PySignal_SetWakeupFd.patch
R pkgs/development/interpreters/python/2.7/2.6.5-ncurses-abi6.patch
R pkgs/development/interpreters/python/2.7/2.7.3-dbm.patch
R pkgs/development/interpreters/python/2.7/2.7.3-dylib.patch
R pkgs/development/interpreters/python/2.7/2.7.3-getpath-exe-extension.patch
R pkgs/development/interpreters/python/2.7/2.7.3-no-libm.patch
R pkgs/development/interpreters/python/2.7/default.nix
R pkgs/development/interpreters/python/2.7/deterministic-build.patch
R pkgs/development/interpreters/python/2.7/nix-store-mtime.patch
R pkgs/development/interpreters/python/2.7/no-ldconfig.patch
R pkgs/development/interpreters/python/2.7/properly-detect-curses.patch
R pkgs/development/interpreters/python/2.7/search-path.patch
R pkgs/development/interpreters/python/2.7/setup-hook.sh
R pkgs/development/interpreters/python/3.3/default.nix
R pkgs/development/interpreters/python/3.3/setup-hook.sh
R pkgs/development/interpreters/python/3.4/default.nix
R pkgs/development/interpreters/python/3.4/setup-hook.sh
R pkgs/development/interpreters/python/3.5/default.nix
R pkgs/development/interpreters/python/3.5/setup-hook.sh
R pkgs/development/interpreters/python/3.6/default.nix
R pkgs/development/interpreters/python/3.6/setup-hook.sh
A pkgs/development/interpreters/python/cpython/2.6/default.nix
A pkgs/development/interpreters/python/cpython/2.6/nix-store-mtime.patch
A 
pkgs/development/interpreters/python/cpython/2.6/python2.6-fix-parallel-make.patch
A pkgs/development/interpreters/python/cpython/2.6/search-path.patch
A pkgs/development/interpreters/python/cpython/2.6/setup-hook.sh
A 
pkgs/development/interpreters/python/cpython/2.7/2.5.2-ctypes-util-find_library.patch
A pkgs/development/interpreters/python/cpython/2.7/2.5.2-tkinter-x11.patch
A pkgs/development/interpreters/python/cpython/2.7/2.6.2-ssl-threads.patch
A pkgs/development/interpreters/python/cpython/2.7/2.6.5-FD_SETSIZE.patch
A 
pkgs/development/interpreters/python/cpython/2.7/2.6.5-export-PySignal_SetWakeupFd.patch
A pkgs/development/interpreters/python/cpython/2.7/2.6.5-ncurses-abi6.patch
A pkgs/development/interpreters/python/cpython/2.7/2.7.3-dbm.patch
A pkgs/development/interpreters/python/cpython/2.7/2.7.3-dylib.patch
A 
pkgs/development/interpreters/python/cpython/2.7/2.7.3-getpath-exe-extension.patch
A pkgs/development/interpreters/python/cpython/2.7/2.7.3-no-libm.patch
A pkgs/development/interpreters/python/cpython/2.7/default.nix
A pkgs/development/interpreters/python/cpython/2.7/deterministic-build.patch
A pkgs/development/interpreters/python/cpython/2.7/nix-store-mtime.patch
A pkgs/development/interpreters/python/cpython/2.7/no-ldconfig.patch
A 
pkgs/development/interpreters/python/cpython/2.7/properly-detect-curses.patch
A pkgs/development/interpreters/python/cpython/2.7/search-path.patch
A pkgs/development/interpreters/python/cpython/2.7/setup-hook.sh
A pkgs/development/interpreters/python/cpython/3.3/default.nix
A pkgs/development/interpreters/python/cpython/3.3/setup-hook.sh
A pkgs/development/interpreters/python/cpython/3.4/default.nix
A pkgs/development/interpreters/python/cpython/3.4/setup-hook.sh
A pkgs/development/interpreters/python/cpython/3.5/default.nix
A pkgs/development/interpreters/python/cpython/3.5/setup-hook.sh
A pkgs/development/interpreters/python/cpython/3.6/default.nix
A pkgs/development/interpreters/python/cpython/3.6/setup-hook.sh
A pkgs/development/interpreters/python/cpython/docs/2.6-html.nix
A pkgs/development/interpreters/python/cpython/docs/2.6-pdf-a4.nix
A pkgs/development/interpreters/python/cpython/docs/2.6-pdf-letter.nix
A pkgs/development/interpreters/python/cpython/docs/2.6-text.nix
A pkgs/development/interpreters

[Nix-commits] [NixOS/nixpkgs] be5679: Add dell-530cdn printer driver

2016-08-01 Thread Shea Levy
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be56795a5938c3475c170b83b9e4e34f68f28cf9
  
https://github.com/NixOS/nixpkgs/commit/be56795a5938c3475c170b83b9e4e34f68f28cf9
  Author: Shea Levy 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/misc/drivers/dell-530cdn/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add dell-530cdn printer driver

(cherry picked from commit 52b787b0cd779f1f0da379127fa4e8db0b927551)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 52b787: Add dell-530cdn printer driver

2016-08-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 52b787b0cd779f1f0da379127fa4e8db0b927551
  
https://github.com/NixOS/nixpkgs/commit/52b787b0cd779f1f0da379127fa4e8db0b927551
  Author: Shea Levy 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/misc/drivers/dell-530cdn/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add dell-530cdn printer driver


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8d84e6: libreoffice: add compile flag -fpermissive due to ...

2016-08-01 Thread obadz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d84e6a20fad4bab7d8a75ba7d4f45657ac464a5
  
https://github.com/NixOS/nixpkgs/commit/8d84e6a20fad4bab7d8a75ba7d4f45657ac464a5
  Author: obadz 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/applications/office/libreoffice/default.nix
M pkgs/applications/office/libreoffice/still.nix

  Log Message:
  ---
  libreoffice: add compile flag -fpermissive due to libcurl upgrade

curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and
therefore requires the -fpermissive flag until this package gets updated


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] f298be: nginx module: declarative config

2016-08-01 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f298be9ef44657fdd267f7c296b40d4c97c9c1fc
  
https://github.com/NixOS/nixpkgs/commit/f298be9ef44657fdd267f7c296b40d4c97c9c1fc
  Author: Robin Gloster 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/modules/services/web-servers/nginx/location-options.nix
A nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx module: declarative config


  Commit: 4676983990b1d35676eba19cee9e24a16e0f60d7
  
https://github.com/NixOS/nixpkgs/commit/4676983990b1d35676eba19cee9e24a16e0f60d7
  Author: Tristan Helmich 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx module: Add ACME support for ssl sites


  Commit: 900b311a386b82ab66f209c1b9d4c292af08d6dc
  
https://github.com/NixOS/nixpkgs/commit/900b311a386b82ab66f209c1b9d4c292af08d6dc
  Author: Tristan Helmich 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: Fix ACME extraDomains, fix challenge url to not redirect to 
allow renewals


  Commit: 8bd1f401bbacf7e6537528d3f2dfd9e610e346c8
  
https://github.com/NixOS/nixpkgs/commit/8bd1f401bbacf7e6537528d3f2dfd9e610e346c8
  Author: Tristan Helmich 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: Add sslProtocols option


  Commit: 35d76a72aba69108a369478be6cb21914d5075a5
  
https://github.com/NixOS/nixpkgs/commit/35d76a72aba69108a369478be6cb21914d5075a5
  Author: Tristan Helmich 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: Add sslCiphers option


  Commit: c61157b7e6512036a7abc04a45df334162b3b111
  
https://github.com/NixOS/nixpkgs/commit/c61157b7e6512036a7abc04a45df334162b3b111
  Author: Tristan Helmich 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: Add dhParams option


  Commit: d5a097fdb609ec5ffb09bcab632e4b2a03ae05ca
  
https://github.com/NixOS/nixpkgs/commit/d5a097fdb609ec5ffb09bcab632e4b2a03ae05ca
  Author: Franz Pletz 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: Don't create acme certs if acme is not enabled


  Commit: 811f243ce6f1ce82cf93bc5b45e5879513a2a305
  
https://github.com/NixOS/nixpkgs/commit/811f243ce6f1ce82cf93bc5b45e5879513a2a305
  Author: Franz Pletz 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/location-options.nix

  Log Message:
  ---
  nginx module: Add extraConfig for locations


  Commit: 4e5c7913e9db6906b031bb8310ba811f533854d3
  
https://github.com/NixOS/nixpkgs/commit/4e5c7913e9db6906b031bb8310ba811f533854d3
  Author: Franz Pletz 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx module: Add acmeFallbackHost vhost option


  Commit: e18f8e8b6614499794ef704f0272bf986a906b78
  
https://github.com/NixOS/nixpkgs/commit/e18f8e8b6614499794ef704f0272bf986a906b78
  Author: Robin Gloster 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: turn off basic auth on acme locations


  Commit: ff12ee35b702dca2ed3c3b6671ac232bc850e6d7
  
https://github.com/NixOS/nixpkgs/commit/ff12ee35b702dca2ed3c3b6671ac232bc850e6d7
  Author: Robin Gloster 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: redirect to same protocol


  Commit: 138945500ee71eaac71435a78f627f9c83d035f4
  
https://github.com/NixOS/nixpkgs/commit/138945500ee71eaac71435a78f627f9c83d035f4
  Author: Robin Gloster 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx module: implement basic auth


  Commit: 3830a890ab42b35cd4da9991edef47b3c832cbdc
  
https://github.com/NixOS/nixpkgs/commit/3830a890ab42b35cd4da9991edef47b3c832cbdc
  Author: Robin Gloster 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M nixos/modules/services/web-se

[Nix-commits] [NixOS/nixpkgs] c91d07: dnscrypt-proxy module: types.string should be type...

2016-08-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c91d07b6689c9f7bd90622a0d31530005c02256d
  
https://github.com/NixOS/nixpkgs/commit/c91d07b6689c9f7bd90622a0d31530005c02256d
  Author: Joachim Fasting 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  dnscrypt-proxy module: types.string should be types.str


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 76f2e8: grsecurity: 4.6.5-201607272152 -> 4.6.5-2016073122...

2016-08-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76f2e827a7b65bb486edb16a2210fa8cc4c457bf
  
https://github.com/NixOS/nixpkgs/commit/76f2e827a7b65bb486edb16a2210fa8cc4c457bf
  Author: Joachim Fasting 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/os-specific/linux/kernel/patches.nix

  Log Message:
  ---
  grsecurity: 4.6.5-201607272152 -> 4.6.5-201607312210


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Handling nix-shell shebangs with the new nix command

2016-08-01 Thread Shea Levy
Hi Eelco,

Hmm, I already whipped up a generic solution for long shebangs [1] and
there's the start of a nix build command already. With that already done
it seems likely to be easier to just write a nix shell command rather
than porting nix-shell, why do you think it's preferable to do
otherwise?

~Shea

[1]: https://github.com/shlevy/long-shebang

Eelco Dolstra  writes:

> Hi Shea,
>
> On 07/29/2016 10:48 PM, Shea Levy wrote:
>
>> For the perl->c++ work, how should we handle nix-shell shebangs given
>> that the command is now "nix shell"? Should the nix command itself
>> contain shebang-checking logic, or should we have a separate nix-shell
>> C++ program just for shebangs, or something else?
>
> Well, there is no "nix shell" command yet. Given that the "nix" command is
> experimental at the moment, it's probably best to keep nix-shell a separate
> program for now.
>
> -- 
> Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 56575c: lib: add fileContents function

2016-08-01 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56575cc0ac289d1f50358297cb72d9cd73f24630
  
https://github.com/NixOS/nixpkgs/commit/56575cc0ac289d1f50358297cb72d9cd73f24630
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M lib/strings.nix

  Log Message:
  ---
  lib: add fileContents function


  Commit: 85d8b016600925791cbf970f69873dfac1f781cb
  
https://github.com/NixOS/nixpkgs/commit/85d8b016600925791cbf970f69873dfac1f781cb
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M lib/sources.nix

  Log Message:
  ---
  lib: refactor commitIdFromGitRepo with fileContents


  Commit: e276842f6adef45554f05f2aee8c938c8c651ed1
  
https://github.com/NixOS/nixpkgs/commit/e276842f6adef45554f05f2aee8c938c8c651ed1
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  lib: refactor nixpkgsVersion with fileContents


  Commit: 1114ab41e6622cc4ac59ffb16e3bd291194e3208
  
https://github.com/NixOS/nixpkgs/commit/1114ab41e6622cc4ac59ffb16e3bd291194e3208
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/release.nix

  Log Message:
  ---
  release.nix: refactor with fileContents


  Commit: c7bd26e5376da23e94c49515f0bff60964de4433
  
https://github.com/NixOS/nixpkgs/commit/c7bd26e5376da23e94c49515f0bff60964de4433
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/misc/version.nix

  Log Message:
  ---
  version module: refactor with fileContents


  Commit: 4c97e4fbffd5cba4fb1ae32172b730658972550a
  
https://github.com/NixOS/nixpkgs/commit/4c97e4fbffd5cba4fb1ae32172b730658972550a
  Author: Eric Sagnes 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/top-level/make-tarball.nix

  Log Message:
  ---
  make tarball: refactor with fileContents


  Commit: f8108c1267580dd3ae8077e2e76e77b17aaa99dd
  
https://github.com/NixOS/nixpkgs/commit/f8108c1267580dd3ae8077e2e76e77b17aaa99dd
  Author: zimbatm 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M lib/sources.nix
M lib/strings.nix
M lib/trivial.nix
M nixos/modules/misc/version.nix
M nixos/release.nix
M pkgs/top-level/make-tarball.nix

  Log Message:
  ---
  Merge pull request #17357 from ericsagnes/feat/fileContents

lib: add fileContents function


Compare: https://github.com/NixOS/nixpkgs/compare/6dd27481a2b2...f8108c126758___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] e80966: vmTools.runInLinuxImage: add virtio_rng device

2016-08-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e809667b171da294dc4e9ce98f0901cd33210835
  
https://github.com/NixOS/nixpkgs/commit/e809667b171da294dc4e9ce98f0901cd33210835
  Author: Maarten Hoogendoorn 
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
M pkgs/build-support/vm/default.nix

  Log Message:
  ---
  vmTools.runInLinuxImage: add virtio_rng device

This allows the QEMU VM's to use the /dev/random device, by
getting entropy from the host.


  Commit: 6dd27481a2b28fc8e227cd30f103168b117e4f0f
  
https://github.com/NixOS/nixpkgs/commit/6dd27481a2b28fc8e227cd30f103168b117e4f0f
  Author: Eelco Dolstra 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/build-support/vm/default.nix

  Log Message:
  ---
  Merge pull request #17396 from moretea/vmtools_virtio_rng

vmTools.runInLinuxImage: add virtio_rng device


Compare: https://github.com/NixOS/nixpkgs/compare/0804f67024f2...6dd27481a2b2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Handling nix-shell shebangs with the new nix command

2016-08-01 Thread Eelco Dolstra
Hi Shea,

On 07/29/2016 10:48 PM, Shea Levy wrote:

> For the perl->c++ work, how should we handle nix-shell shebangs given
> that the command is now "nix shell"? Should the nix command itself
> contain shebang-checking logic, or should we have a separate nix-shell
> C++ program just for shebangs, or something else?

Well, there is no "nix shell" command yet. Given that the "nix" command is
experimental at the moment, it's probably best to keep nix-shell a separate
program for now.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 2a0536: Remove $NIXOS_LABEL and $NIXOS_VERSION

2016-08-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2a05368ff3217175cd87105e778e2e70bc7eef1c
  
https://github.com/NixOS/nixpkgs/commit/2a05368ff3217175cd87105e778e2e70bc7eef1c
  Author: Eelco Dolstra 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/misc/version.nix

  Log Message:
  ---
  Remove $NIXOS_LABEL and $NIXOS_VERSION

Relying on environment variables to override configuration options is
ugly, and there is no reason for them.


  Commit: 83eb49220b4a91658b710d7095899d04856875a3
  
https://github.com/NixOS/nixpkgs/commit/83eb49220b4a91658b710d7095899d04856875a3
  Author: Eelco Dolstra 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/modules/misc/version.nix
M nixos/modules/services/misc/nixos-manual.nix

  Log Message:
  ---
  Manual: Only include the release number (e.g. 16.03)

This prevents gratuitous rebuilds of the manual every time the Git
revision changes.

Should help a bit with #17261.


  Commit: d5756cdf0afb066af91b837856867bd8e1bc7fe0
  
https://github.com/NixOS/nixpkgs/commit/d5756cdf0afb066af91b837856867bd8e1bc7fe0
  Author: Eelco Dolstra 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/doc/manual/default.nix
M nixos/release.nix

  Log Message:
  ---
  Remove the PDF manual

PDF is very 20th century and nobody reads technical documentation this
way anymore.


  Commit: 0804f67024f21a75a710e41423561cc0d3472e2f
  
https://github.com/NixOS/nixpkgs/commit/0804f67024f21a75a710e41423561cc0d3472e2f
  Author: Eelco Dolstra 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M nixos/doc/manual/default.nix

  Log Message:
  ---
  Fix epub generation

* Hydra doesn't like spaces in filenames.

* The zip file contained nix/store/.../OEBPS rather than OEBPS at
  top-level, causing some programs (like okular) to barf.

* Remove the redundant $dst/epub directory.


Compare: https://github.com/NixOS/nixpkgs/compare/0a1703ba279b...0804f67024f2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ea6bd8: py-unbound: fix evaluation

2016-08-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ea6bd8fa79f578706667439126adebcfeda93af6
  
https://github.com/NixOS/nixpkgs/commit/ea6bd8fa79f578706667439126adebcfeda93af6
  Author: Frederik Rietdijk 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/networking/unbound/python.nix

  Log Message:
  ---
  py-unbound: fix evaluation


  Commit: 0a1703ba279b186f3dac6dbed2d793c1172866f1
  
https://github.com/NixOS/nixpkgs/commit/0a1703ba279b186f3dac6dbed2d793c1172866f1
  Author: Frederik Rietdijk 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
M pkgs/tools/security/hash-slinger/default.nix

  Log Message:
  ---
  hash-slinger: fix evaluation


Compare: https://github.com/NixOS/nixpkgs/compare/8f9326ffd8a7...0a1703ba279b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 55904a: hash-slinger: init at 2.7.0

2016-08-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55904aa5c402bc5bdc9d34d22a51e7ef0af8a601
  
https://github.com/NixOS/nixpkgs/commit/55904aa5c402bc5bdc9d34d22a51e7ef0af8a601
  Author: Michiel Leenaars 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/tools/security/hash-slinger/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  hash-slinger: init at 2.7.0


  Commit: c8f2d8dae0f3a7511c708e4896502654361f4a67
  
https://github.com/NixOS/nixpkgs/commit/c8f2d8dae0f3a7511c708e4896502654361f4a67
  Author: Michiel Leenaars 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/tools/networking/unbound/python.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  py-unbound: init at 1.5.9


  Commit: 8f9326ffd8a75b0b807d62723f895e38b2e663bd
  
https://github.com/NixOS/nixpkgs/commit/8f9326ffd8a75b0b807d62723f895e38b2e663bd
  Author: Frederik Rietdijk 
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
A pkgs/tools/networking/unbound/python.nix
A pkgs/tools/security/hash-slinger/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #17323 from arpa2/hashslinger

Hash-slinger: init at  2.7.0


Compare: https://github.com/NixOS/nixpkgs/compare/dbd856d7240b...8f9326ffd8a7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits