Bjørn Forsman
4e385fcda7
stdenv/patchShebangs: fix shebang check
...
patchShebangs has a bug that shows itself on files that have the
executable bit set but have no shebang (i.e. a blank/empty first line).
The shell would then evaluate this:
if [ != '#!' ]; then
# not evaluated
fi
With proper quoting we get the correct behaviour:
if [ "" != '#!' ]; then
# this will be evaluated
fi
2013-12-07 21:13:06 +01:00
Peter Simons
c32bf83301
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/interpreters/perl/5.16/default.nix
pkgs/tools/networking/curl/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-python.nix
pkgs/top-level/release-small.nix
pkgs/top-level/release.nix
2013-12-04 18:33:52 +01:00
Evgeny Egorochkin
41f0e6ad92
KDE-4.11: update to 4.11.4
2013-12-04 16:57:36 +02:00
Evgeny Egorochkin
92dc41142a
phonon: update to 4.7.0
2013-12-04 16:56:39 +02:00
Evgeny Egorochkin
7d6fec63c6
giflib: fix documentation
2013-12-04 16:56:18 +02:00
Evgeny Egorochkin
389bdaec02
KDE411.Akonadi: update to 1.11.0
2013-12-04 16:55:08 +02:00
Nixpkgs Monitor
ed616385cf
heimdal: update from 1.5.2 to 1.5.3
2013-12-04 15:17:42 +02:00
Nixpkgs Monitor
3ac7543bc8
eigen2: update from 2.0.16 to 2.0.17
2013-12-04 15:17:42 +02:00
Nixpkgs Monitor
ecfb89101c
eigen: update from 3.1.2 to 3.2.0
2013-12-04 15:17:42 +02:00
Nixpkgs Monitor
3f1c26b825
gpsd: update from 2.95 to 3.10
2013-12-04 15:17:41 +02:00
Nixpkgs Monitor
883022f625
libusb1: update from 1.0.16 to 1.0.17
2013-12-04 15:17:41 +02:00
Nixpkgs Monitor
abc2a6950a
gpgme: update from 1.4.1 to 1.4.3
2013-12-04 15:17:41 +02:00
Nixpkgs Monitor
054516a0a7
phonon_backend_gstreamer: update from 4.6.3 to 4.7.0
2013-12-04 09:37:22 +02:00
Nixpkgs Monitor
86f7aec950
phonon_backend_vlc: update from 0.5.0 to 0.7.0, potentially fixes CVE-2012-1775, CVE-2012-1776, CVE-2012-3377
2013-12-04 09:37:22 +02:00
Nixpkgs Monitor
83496b02b4
grantlee: update from 0.3.0 to 0.4.0
2013-12-04 06:58:25 +02:00
Nixpkgs Monitor
ad14c262f2
avahi: update from 0.6.30 to 0.6.31
2013-12-04 06:56:57 +02:00
Nixpkgs Monitor
56aa0d9e68
giflib: update from 4.1.6 to 4.2.3
2013-12-04 06:56:04 +02:00
Nixpkgs Monitor
8298e450a7
shared_mime_info: update from 1.1 to 1.2
2013-12-04 06:53:44 +02:00
Nixpkgs Monitor
7c19a2213f
virtuoso: update from 6.1.6 to 6.1.7
2013-12-04 06:52:22 +02:00
Nixpkgs Monitor
0a4855a337
soprano: update from 2.9.3 to 2.9.4
2013-12-04 06:51:56 +02:00
Evgeny Egorochkin
cd16faa257
fluidsynth: switch to cmake build system
2013-12-04 06:48:29 +02:00
Nixpkgs Monitor
3f5e010117
fluidsynth: update from 1.1.5 to 1.1.6
2013-12-04 06:46:32 +02:00
Nixpkgs Monitor
9a1643ff47
drumkv1: update from 0.3.2 to 0.3.5
2013-12-04 06:45:22 +02:00
Nixpkgs Monitor
67f41be3dd
keymon: update from 1.13 to 1.16
2013-12-04 06:44:19 +02:00
Nixpkgs Monitor
c80d5a9f11
lv2: update from 1.4.0 to 1.6.0
2013-12-04 06:42:55 +02:00
Nixpkgs Monitor
465c863fb2
jalv: update from 1.4.0 to 1.4.2
2013-12-04 06:40:44 +02:00
Nixpkgs Monitor
5378fd5948
uni2ascii: update from 4.15 to 4.18
2013-12-04 06:39:34 +02:00
Nixpkgs Monitor
7c5e25ab1a
openbabel: update from 2.3.1 to 2.3.2
2013-12-04 06:36:16 +02:00
Nixpkgs Monitor
3a1225f8a1
libsecret: update from 0.15 to 0.16
2013-12-04 06:34:34 +02:00
Nixpkgs Monitor
bec4483d27
libofx: update from 0.9.4 to 0.9.9
2013-12-04 06:33:25 +02:00
Nixpkgs Monitor
db20b093ea
libgpod: update from 0.8.2 to 0.8.3
2013-12-04 06:32:32 +02:00
Nixpkgs Monitor
4566b55dae
lensfun: update from 0.2.5 to 0.2.7
2013-12-04 06:31:25 +02:00
Nixpkgs Monitor
1b20cadd1d
ebook_tools: update from 0.2.1 to 0.2.2
2013-12-04 06:30:16 +02:00
Nixpkgs Monitor
ded642275f
cln: update from 1.3.1 to 1.3.3
2013-12-04 06:28:54 +02:00
Nixpkgs Monitor
8a875f54a4
cantarell_fonts: update from 0.0.7 to 0.0.15
2013-12-04 06:27:36 +02:00
Nixpkgs Monitor
5a131711fe
caps: update from 0.9.7 to 0.9.16
2013-12-04 06:25:58 +02:00
Nixpkgs Monitor
027003079b
libcue: update from 1.3.0 to 1.4.0
2013-12-04 06:25:05 +02:00
Nixpkgs Monitor
03d64a9041
slock: update from 1.0 to 1.1
2013-12-04 06:23:35 +02:00
Nixpkgs Monitor
3c51255820
mpd: update from 0.18.3 to 0.18.5
2013-12-04 06:19:08 +02:00
Nixpkgs Monitor
090d51cb37
bogofilter: update from 1.1.6 to 1.1.7, potentially fixes CVE-2012-5468
2013-12-04 06:12:46 +02:00
Evgeny Egorochkin
41333e1344
chrony; fix installation
2013-12-04 06:11:41 +02:00
Nixpkgs Monitor
1db5dd4ffb
chrony: update from 1.27 to 1.29, potentially fixes CVE-2012-4502, CVE-2012-4503
2013-12-04 05:56:17 +02:00
Nixpkgs Monitor
92de25cb55
dropbear: update from 2013.58 to 2013.60, potentially fixes CVE-2013-4421, CVE-2013-4434
2013-12-04 05:55:20 +02:00
Nixpkgs Monitor
99bf1945d1
graphicsmagick: update from 1.3.13 to 1.3.18, potentially fixes CVE-2013-4589
2013-12-04 05:44:15 +02:00
Nixpkgs Monitor
d1fc8ec866
libnetfilter_conntrack: update from 1.0.2 to 1.0.4, potentially fixes CVE-2012-2671
2013-12-04 05:39:21 +02:00
Nixpkgs Monitor
03b15f9409
mongodb: update from 2.4.5 to 2.4.8, potentially fixes CVE-2013-2132
2013-12-04 05:30:48 +02:00
Nixpkgs Monitor
a830c0eb9d
pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314
2013-12-04 05:26:34 +02:00
Nixpkgs Monitor
e3f69c5dcc
python33Packages.pycrypto: update from 2.6 to 2.6.1, potentially fixes CVE-2013-1445
2013-12-04 05:25:38 +02:00
Evgeny Egorochkin
7b68782e8f
spring: add some of the missing dependencies
2013-12-04 05:24:22 +02:00
Nixpkgs Monitor
56c9ae9b1d
rubygems: update from 1.8.17 to 1.8.25, potentially fixes CVE-2012-2125, CVE-2012-2126, CVE-2013-4287, CVE-2013-4363
2013-12-04 05:10:30 +02:00