Markus Kohlhase
40db8b6ffd
nixpkgs: removed sloc duplicate
2015-04-06 11:53:06 +02:00
AndersonTorres
5ff233be6b
Higan: minor update
...
Updating source url
2015-04-06 11:51:33 +02:00
Domen Kožar
7c7f426b3f
Merge pull request #7164 from rzetterberg/master
...
Fixes minetest mesa 10.* incompatibility, adds minetest server service
2015-04-06 10:46:26 +02:00
Vincent Laporte
8553d212c7
ocaml-stringext: update from 1.2.0 to 1.3.0
2015-04-06 10:14:48 +02:00
codyopel
b18cfaf2b8
pyspotify: 0.11 -> 0.12
2015-04-06 03:37:36 -04:00
codyopel
fba10a6654
mopidy-spotify: 1.2.0 -> 1.3.0
2015-04-06 03:31:36 -04:00
codyopel
3165f8fc66
mopidy-mopify: 0.1.6 -> 1.4.1
2015-04-06 03:27:31 -04:00
Franz Pletz
16d25f4fa6
Check if /proc/sys/kernel/hotplug exists before writing
...
If a kernel without CONFIG_UEVENT_HELPER set is used with NixOS, the file
/proc/sys/kernel/hotplug does not exist. Before writing to it to disable
this deprecated mechanism, we have to ensure it actually exists because
otherwise the activation script will fail.
2015-04-06 09:23:58 +02:00
codyopel
4c9de59dfe
mopidy-moped: 0.3.3 -> 0.5.0
2015-04-06 03:21:02 -04:00
codyopel
5e7ddc7e45
mopidy: 0.19.4 -> 1.0.0
2015-04-06 03:18:09 -04:00
William A. Kennington III
05a9e34f8a
dos2unix: 7.0 -> 7.2.1
2015-04-05 23:04:23 -07:00
William A. Kennington III
5275eebad7
asio: 1.10.4 -> 1.10.6
2015-04-05 23:04:23 -07:00
Michael Raskin
3ba3c1f25d
libjpeg needs to be propagated build input of v4l
2015-04-06 08:27:23 +03:00
Siddhanathan Shanmugam
56d533d2c9
opencv: update to 2.4.11
2015-04-05 21:24:37 -04:00
Nikolay Amiantov
7626674ae0
bbswitch: maintain, fix (transient?) hash failure
2015-04-06 02:58:30 +03:00
William A. Kennington III
5c2dbf9827
isync: 1.1.2 -> 1.2.0
2015-04-05 16:17:38 -07:00
obadz
8f7f2feb1d
ecryptfs 104 -> 106
2015-04-05 23:55:01 +01:00
William A. Kennington III
196c39020e
Merge pull request #7185 from arno01/postfix2114
...
postfix: Update from 2.11.3 to 2.11.4
2015-04-05 15:21:40 -07:00
William A. Kennington III
181248b2a2
Merge pull request #7176 from codyopel/v4l
...
v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
2015-04-05 14:58:50 -07:00
Arseniy Seroka
a5d29aaae2
Merge pull request #7179 from AndersonTorres/youtubeDL
...
youtube-dl: update from 2015.03.24 to 2015.04.03
2015-04-06 00:55:35 +03:00
Arseniy Seroka
48679a7064
Merge pull request #7182 from qknight/evopedia_0.4.4-bump
...
evopedia: version bump to 0.4.4
2015-04-06 00:43:15 +03:00
Arseniy Seroka
8bdaf11769
Merge pull request #7183 from AndersonTorres/kid3
...
kid3: update from 3.1.1 to 3.1.2
2015-04-06 00:43:00 +03:00
Arseniy Seroka
56560a9a8e
Merge pull request #7184 from ikervagyok/nilfs
...
nilfs-utils: package hash changed
2015-04-06 00:42:49 +03:00
Arseniy Seroka
6118ba09b8
Merge pull request #7196 from AndersonTorres/grc
...
GRC: 1.7 -> 1.9
2015-04-06 00:42:30 +03:00
Arseniy Seroka
c7a099d4aa
Merge pull request #7192 from KoviRobi/gnu-apl-update
...
Updated GNU APL to 1.5
2015-04-06 00:42:14 +03:00
Arseniy Seroka
e7dc8c3f27
Merge pull request #7195 from KoviRobi/mailcheck
...
Added mailcheck, simple utility to check for mail.
2015-04-06 00:41:53 +03:00
AndersonTorres
835a0e1540
youtube-dl: update from 2015.03.24 to 2015.04.03
2015-04-05 18:22:23 -03:00
AndersonTorres
ba3de5cf9b
GRC: 1.7 -> 1.9
2015-04-05 18:17:07 -03:00
codyopel
466cb22bcd
v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
...
+ added missing dependencies (alsa, libXll & qt5)
+ added fixes to make sure unnecessary features are disabled for libv4l
2015-04-05 16:23:37 -04:00
Александр Цамутали
50855c7e37
Add ability to use pppd to xl2tpd
2015-04-05 23:16:25 +03:00
Andrey Arapov
96063873e2
checksec: use binutils instead of elfutils
...
readelf which makes most of checks should come from binutils package instead of elfutils
E.g. the PIE check from checksec, different readelf gives different result:
(elfutils)
$ /nix/store/rgrji20513g19ci0sa6jydm86gpf4j42-elfutils-0.158/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null |grep -q '(DEBUG)' ; echo $?
1
(binutils)
$ /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null | grep -q '(DEBUG)' ; echo $?
0
2015-04-05 21:13:26 +02:00
Kovacsics Robert (NixOS-SSD2)
9558523821
Added mailcheck, simple utility to check for mail.
2015-04-05 19:50:43 +01:00
Michael Raskin
b783b69326
Merge pull request #6044 from sjmackenzie/erlang-javac-hipe
...
Problem: erlang in nixpkgs doesn't support jinterface + no hipe
2015-04-05 21:07:11 +03:00
Arseniy Seroka
0998212640
impl: teamviewer daemon
2015-04-05 20:47:01 +03:00
Michael Raskin
ee99afe106
Unpin dependency versions for LibreOffice where possible
2015-04-05 20:27:26 +03:00
Michael Raskin
5c5362427a
Let Libreoffice build its orcus on its own
2015-04-05 20:27:26 +03:00
Michael Raskin
07ba92e794
Update LibreOffice to 4.4.2.2
2015-04-05 20:27:26 +03:00
Michael Raskin
7d80aed6e2
Update mdds
2015-04-05 20:27:26 +03:00
Michael Raskin
67e055501f
Update intltool
2015-04-05 20:27:25 +03:00
Michael Raskin
73c6c4ecde
Update sbcl
2015-04-05 20:27:25 +03:00
Michael Raskin
e4ce4e9f5b
Update unstable Botan
2015-04-05 20:27:25 +03:00
Michael Raskin
25317cf30c
Update cl-launch
2015-04-05 20:27:25 +03:00
Michael Raskin
93bf2f8ba9
Update firejail
2015-04-05 20:27:25 +03:00
Michael Raskin
3179728482
Update libre
2015-04-05 20:27:25 +03:00
Michael Raskin
c6eafc4eef
Update lush
2015-04-05 20:27:25 +03:00
Michael Raskin
99b5486db6
Update Wine
2015-04-05 20:27:25 +03:00
Andrey Arapov
0449962869
postfix28 and postfix211: hardening with Canary, PIE, Full RELRO and FORTIFY_SOURCE
2015-04-05 19:26:13 +02:00
Andrey Arapov
34e0ccd84b
php: Update to 5.4.39
2015-04-05 19:06:36 +02:00
Andrey Arapov
0e8b0db2a6
postfix: Update from 2.11.3 to 2.11.4
2015-04-05 18:41:04 +02:00
Lengyel Balázs
9e7d4d881e
nilfs-utils: package hash changed, probably related to: 10528d9d21
2015-04-05 18:01:14 +02:00