<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/os-specific/linux, branch staging.patchShebangs</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>Introduce patchShebangsPhase ran in preConfigurePhases</title>
<updated>2015-01-02T01:58:32+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2015-01-02T01:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=512fbb280f72980e84230b72b631258df1755919'/>
<id>512fbb280f72980e84230b72b631258df1755919</id>
<content type='text'>
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar &lt;domen@dev.si&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar &lt;domen@dev.si&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>determinism: change some fixed timestamp to != (time_t)0</title>
<updated>2014-12-30T16:03:39+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2014-09-21T06:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d8c5d95330d9806b3ee30569de76660f3931d5ee'/>
<id>d8c5d95330d9806b3ee30569de76660f3931d5ee</id>
<content type='text'>
vcunat removed the unrelated glib change.
Conflicts:
	pkgs/development/libraries/glib/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/os-specific/linux/kernel/manual-config.nix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vcunat removed the unrelated glib change.
Conflicts:
	pkgs/development/libraries/glib/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/os-specific/linux/kernel/manual-config.nix
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-Revert merge #5505: util-linux: use /run/current-system/sw/bin/*</title>
<updated>2014-12-30T09:53:41+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2014-12-30T09:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=88fd7f452703f3280a3747e97b938c8e50ae962c'/>
<id>88fd7f452703f3280a3747e97b938c8e50ae962c</id>
<content type='text'>
This reverts commit 6222093eecf1f314f82deafa3162c2ad923e66d3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6222093eecf1f314f82deafa3162c2ad923e66d3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "merge #5505: use /run/current-system/sw/bin/*"</title>
<updated>2014-12-30T09:51:36+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>vcunat@gmail.com</email>
</author>
<published>2014-12-30T09:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6222093eecf1f314f82deafa3162c2ad923e66d3'/>
<id>6222093eecf1f314f82deafa3162c2ad923e66d3</id>
<content type='text'>
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab747b3e3d0b1319de538257281355b33.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab747b3e3d0b1319de538257281355b33.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge #5505: use /run/current-system/sw/bin/*</title>
<updated>2014-12-30T09:31:20+00:00</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>tobias.geerinckx.rice@gmail.com</email>
</author>
<published>2014-12-30T03:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8cf4ef7ab747b3e3d0b1319de538257281355b33'/>
<id>8cf4ef7ab747b3e3d0b1319de538257281355b33</id>
<content type='text'>
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
</pre>
</div>
</content>
</entry>
<entry>
<title>kerberos: Use default kerberos instead of krb5</title>
<updated>2014-12-30T08:05:12+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>william@wkennington.com</email>
</author>
<published>2014-12-30T08:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=afeef240dce28f1de4c6d5a29ce5c23e562c53a4'/>
<id>afeef240dce28f1de4c6d5a29ce5c23e562c53a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_krb5: Keep kerberos instead of krb5</title>
<updated>2014-12-30T07:25:35+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>william@wkennington.com</email>
</author>
<published>2014-12-30T07:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=18892629c2109fa96d6fd0192b2809d710262260'/>
<id>18892629c2109fa96d6fd0192b2809d710262260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_krb5: 2.3.11 -&gt; 2.4.9</title>
<updated>2014-12-30T06:32:23+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>william@wkennington.com</email>
</author>
<published>2014-12-30T06:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=315c53bbd3e598484b26173a3098f07ebb9eb555'/>
<id>315c53bbd3e598484b26173a3098f07ebb9eb555</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>grsecurity: Update stable and test patches</title>
<updated>2014-12-29T02:00:47+00:00</updated>
<author>
<name>Ricardo M. Correia</name>
<email>rcorreia@wizy.org</email>
</author>
<published>2014-12-28T23:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1d44322d53b9ea1937ec11ff41983a387947539e'/>
<id>1d44322d53b9ea1937ec11ff41983a387947539e</id>
<content type='text'>
stable: 3.0-3.14.27-201412211908 -&gt; 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -&gt; 3.0-3.18.1-201412281149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stable: 3.0-3.14.27-201412211908 -&gt; 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -&gt; 3.0-3.18.1-201412281149
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2014-12-28T18:41:06+00:00</updated>
<author>
<name>Eelco Dolstra</name>
<email>eelco.dolstra@logicblox.com</email>
</author>
<published>2014-12-28T18:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=a30869a525bd05cefb73bd731db6b9ed12e56c6c'/>
<id>a30869a525bd05cefb73bd731db6b9ed12e56c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
