Commit Graph

98136 Commits

Author SHA1 Message Date
Ruslan Babayev
f3e2feb057 ofp: init at 2.0.0 2017-01-03 10:28:46 -08:00
Daiderd Jordan
3ac20e92e8 Merge pull request #21598 from danielfullmer/rclone-1.35
rclone: 1.33 -> 1.35
2017-01-03 01:51:11 +01:00
Daiderd Jordan
0a5ccc170d Merge pull request #21594 from chris-martin/pr/libbitcoin
libbitcoin
2017-01-03 01:40:04 +01:00
Daiderd Jordan
ade7cc16eb
czmqpp: enable on darwin 2017-01-03 01:37:16 +01:00
Chris Martin
1d278febd0 libbitcoin-explorer: init at 2.2.0 2017-01-02 19:28:26 -05:00
Chris Martin
cb7c3d9712 libbitcoin-client: init at 2.2.0 2017-01-02 19:28:15 -05:00
Chris Martin
1f896f4bdd libbitcoin: init at 2.11.0 2017-01-02 19:28:02 -05:00
Daniel Fullmer
76d37ce3b7 rclone: 1.33 -> 1.35 2017-01-02 19:27:42 -05:00
Frederik Rietdijk
93cabca3bd Merge pull request #21587 from peterhoeg/f/puddletag
puddletag: get rid of pypkgs variable
2017-01-02 23:02:26 +01:00
Michael Raskin
7c5784d1f0 maxima: 5.38.1 -> 5.39.0 2017-01-02 21:53:21 +01:00
Michael Raskin
50e20b566f libmwaw: 0.3.8 -> 0.3.9 2017-01-02 20:18:53 +01:00
Michael Raskin
29dfbca634 eigen3_3: init at 3.3.1; not compatible enough with 3.2.5 to switch the default immediately 2017-01-02 20:18:53 +01:00
Michael Raskin
38e50a3d77 sbcl: 1.3.12 -> 1.3.13 2017-01-02 20:18:52 +01:00
Michael Raskin
e8584294f1 slimerjs: 0.10.1 -> 0.10.2 2017-01-02 20:18:52 +01:00
Michael Raskin
31106095e1 scons: 2.5.0 -> 2.5.1 2017-01-02 20:18:52 +01:00
Michael Raskin
16ea6c7439 luarocks: 2.4.0 -> 2.4.2 2017-01-02 20:18:51 +01:00
Michael Raskin
9fb0d83c83 compiz: 0.9.13.0 -> 0.9.13.1 2017-01-02 20:18:51 +01:00
Michael Raskin
6565d7f12e angelscript: 2.31.1 -> 2.31.2 2017-01-02 20:18:51 +01:00
Michael Raskin
d01cd11e59 lrzip: 0.630 -> 0.631 2017-01-02 20:18:50 +01:00
Michael Raskin
5ce78bdd03 dd_rescue: 1.99 -> 1.99.5 2017-01-02 20:18:50 +01:00
Michael Raskin
ca8d3de1d2 nginx: 1.11.7 -> 1.11.8 2017-01-02 20:18:50 +01:00
Michael Raskin
37b8e22c72 glusterfs: 3.8.4 -> 3.9.0 2017-01-02 20:18:49 +01:00
Michael Raskin
237629a090 eudev: 3.2 -> 3.2.1 2017-01-02 20:18:49 +01:00
Michael Raskin
99e4bd8627 sgtpuzzles: 20160429.b31155b -> 20161228.7cae89f 2017-01-02 20:18:49 +01:00
Michael Raskin
f38f46ee41 graphviz: 2.38.0 -> 2.40.1 2017-01-02 20:18:48 +01:00
Michael Raskin
a36c7deb04 apache-jena-fuseki: 2.4.0 -> 2.4.1 2017-01-02 20:18:48 +01:00
Michael Raskin
8dc53b17ea ipmiutil: 3.0.0 -> 3.0.1 2017-01-02 20:18:48 +01:00
Michael Raskin
0af8ddb2f8 libpng: 1.6.26 -> 1.6.27; a security update; @grahamc should this be ported to stable immediately or together with some other mass-rebuild change 2017-01-02 20:18:47 +01:00
Michael Raskin
11bfe01846 firejail: 0.9.42 -> 0.9.44.2 2017-01-02 20:18:47 +01:00
Michael Raskin
41dc1e5237 ecl: 16.1.2 -> 16.1.3 2017-01-02 20:18:47 +01:00
Michael Raskin
d94706ed66 baresip: 0.4.20 -> 0.5.0 2017-01-02 20:18:46 +01:00
Michael Raskin
f2abc2d4a0 imagemagick7: fix references in the lighter versions 2017-01-02 20:18:46 +01:00
Michael Raskin
a541999d77 libgphoto2: 2.5.10 -> 2.5.11 2017-01-02 20:18:45 +01:00
Balletie
e5f5aa52e5
pommed service: use pommed-light
The pommed package was marked as broken. It is also severely
unmaintained. I therefore chose to replace it entirely with
`pommed-light`, for now.
2017-01-02 19:40:50 +01:00
Balletie
66c745e30d
pommed-light: init at 1.50lw 2017-01-02 19:40:43 +01:00
Jörg Thalheim
1cc8b83079 Merge pull request #21566 from bjornfor/hostname
nixos: provide /etc/hostname
2017-01-02 19:27:06 +01:00
Bjørn Forsman
cb9195b7bc nixos: provide /etc/hostname
/etc/hostname is the file used by hostnamectl(1) and the
org.freedesktop.hostname1 dbus service (both provided by systemd) to get
the "static hostname". Better provide it so that users of those
tools/services get a proper hostname.

An example of an issue created by the lack of /etc/hostname is that the
bluetooth stack on NixOS identifies itself to peers as "BlueZ $VERSION"
instead of the hostname.

References:
https://www.freedesktop.org/software/systemd/man/hostname.html

Changes v1 -> v2:
  * ensure /etc/hostname ends with a newline
2017-01-02 19:14:06 +01:00
Karn Kallio
f16eda3fb1
eclipse-platform: add Neon 2 Platform 2017-01-02 17:57:32 +01:00
Karn Kallio
2c31127edc
eclipse-sdk-46: 4.6.1 -> 4.6.2 2017-01-02 17:55:13 +01:00
gnidorah
90deca3a0c nixos-generate-config: detect CPU governor
* cpu-freq: Try powersave if ondemand is not available

* Revert "cpu-freq: Try powersave if ondemand is not available"

This reverts commit 4dc56db37e32dcfecd667ebbf88263e47b296097.
Consult available scaling governors; for freshly generated configs, this provides a better experience than relying on a default that might not work everywhere.
2017-01-02 17:20:28 +01:00
Nikolay Amiantov
3c1ade7d15 qutebrowser: 0.8.4 -> 0.9.0 2017-01-02 19:05:12 +03:00
Peter Hoeg
c049463520 puddletag: get rid of pypkgs variable 2017-01-02 23:19:59 +08:00
Michael Raskin
277e7119be openvpn: 2.3.13 -> 2.4.0 2017-01-02 15:38:46 +01:00
Michael Raskin
6151982f58 Merge pull request #21581 from bendlas/update-i2p
i2p: 0.9.26 -> 0.9.28
2017-01-02 14:15:10 +00:00
Michael Raskin
aa2f2d2667 Merge pull request #21580 from rasendubi/lgi
luaPackages.lgi: 0.7.2 -> 0.9.1
2017-01-02 14:13:29 +00:00
Michael Raskin
32197ea80b Merge pull request #21567 from peterhoeg/p/xca
xca: qt4 -> qt5
2017-01-02 14:10:51 +00:00
Michael Raskin
c882915351 Merge pull request #21548 from FPtje/patch-2
Strongswan: enable rdrand and aes-ni only on X86
2017-01-02 14:07:16 +00:00
Michael Raskin
8b03a76e61 Merge pull request #21583 from bendlas/update-webkitgtk
webkitgtk: make 2.14 the default
2017-01-02 14:02:05 +00:00
Michael Raskin
78299dfbae Merge pull request #21585 from bendlas/update-chromium
chromium: 55.0.2883.75 -> 55.0.2883.87
2017-01-02 14:01:13 +00:00
Frederik Rietdijk
0341ae88b1 Merge pull request #21584 from bendlas/update-pypy
pypy: 5.4.1 -> 5.6.0
2017-01-02 14:05:37 +01:00