Commit Graph

79084 Commits

Author SHA1 Message Date
Georges Dupéron
5e450ae1b6 Updated racket hash for 20160823-471f371 2016-08-23 16:37:20 +02:00
Georges Dupéron
cc9cf632eb Updated racket hash for 20160803-b3b16b3 2016-08-03 12:18:55 +02:00
Georges Dupéron
4f7d942c06 Updated racket hash for 20160712-e76df3b 2016-08-03 12:11:50 +02:00
Georges Dupéron
fbc350c527 Updated racket hash for 20160616-b097865 2016-08-03 12:11:50 +02:00
Georges Dupéron
769a98c0d3 Updated racket to 20160524-42e27fb 2016-08-03 12:11:50 +02:00
Georges Dupéron
c1364d62df New racket version. 2016-08-03 12:11:49 +02:00
Georges Dupéron
a6c766663e Newer version of racket. 2016-08-03 12:11:49 +02:00
Georges Dupéron
71cb9b5ad6 My changes (Georges Dupéron) 2016-08-03 12:11:49 +02:00
Langston Barrett
44b1d6bff3 mopidy service: add default value for configuration (#17385)
Mopidy will start if the configuration is empty.

Fixes #17381.
(cherry picked from commit a28273df32)
2016-08-01 14:54:32 +02:00
Shea Levy
be56795a59 Add dell-530cdn printer driver
(cherry picked from commit 52b787b0cd)
2016-08-01 08:33:14 -04:00
Shea Levy
36bc5257e3 Add long-shebang tool
(cherry picked from commit 03a8f723bd)
2016-07-31 13:12:04 -04:00
artuuge
f5bcd93ea7 epson-escpr: 1.6.4 -> 1.6.5
(cherry picked from commit 03912a2761)
2016-07-29 17:07:37 -04:00
artuuge
392c19f281 update epson-escpr meta
(cherry picked from commit edfb2e7ccb)
2016-07-29 17:07:29 -04:00
artuuge
8ab4500ab4 epson-escpr: 1.6.3 -> 1.6.4
(cherry picked from commit 7ddd6fc1c3)
2016-07-29 17:07:20 -04:00
Rob Vermaas
1425a1f964 dd-agent: support jmx, needs a separate daemon nowadays. 2016-07-29 12:41:35 +00:00
Kranium Gikos Mendoza
b062b52729
pwsafe: 0.95 -> 0.99
(cherry picked from commit cf08d94d18)

pwsafe never built successfully on 16.03; this patch fixes that.
2016-07-28 14:19:05 +02:00
Franz Pletz
f2d4ee1674 php: 5.5.37 -> 5.5.38, 5.6.23 -> 5.6.24 (security)
https://secure.php.net/ChangeLog-5.php#5.5.38
https://secure.php.net/ChangeLog-5.php#5.6.24

(cherry picked from commit 63784b8021)
2016-07-28 06:24:20 +02:00
Teo Klestrup Röijezon
2fb54132c0
oidentd: Set C dialect to gnu89 (broken by GCC 5)
(cherry picked from commit 2d4af4b979)
2016-07-27 15:14:50 +02:00
Robert Helgesson
41c016ee7c
autorandr: avoid use of xxd
Use the Python fallback instead of bringing in a dependency on Vim.

(cherry picked from commit 8a82798f97)
2016-07-27 13:27:17 +02:00
Graham Christensen
5deb702e96
autorandr: 4f5e2401ef -> 20150127
wertarbyte has allowed his project to languish, and phillipberdt
has taken it over and is merging pull requests

(cherry picked from commit 7bd2052436)
2016-07-27 13:26:40 +02:00
Lluís Batlle i Rossell
ccd1f37ffe Fix psutils licence.
(cherry picked from commit e412f2199a)
2016-07-27 10:30:42 +02:00
Lluís Batlle i Rossell
d7dca678a9 Adding psutils.
Have we lived without psnup so many years? Incredible.

(cherry picked from commit 03f368ca93)
2016-07-27 10:30:42 +02:00
Kranium Gikos Mendoza
8541088132
vtun: add debian gcc5 fix
(cherry picked from commit 16cc4dd3a3)

See https://hydra.nixos.org/build/35637382/log/raw
2016-07-26 21:58:45 +02:00
Rahul Gopinath
81154eeb07
zandronum: fix build
Fixes #15994

(cherry picked from commit 97dd3b3e62)

See https://hydra.nixos.org/build/37882372/log/raw
2016-07-26 21:47:36 +02:00
Proglodyte
c267320219
v8: fix 4.5.107 build
Similar to #14272, but fixes 4.5 build rather than generic.
- Ignores errors due to strict-overflow warnings
- Strips clang-only '-Wno-format-pedantic' flag out since this build
  uses gcc

(cherry picked from commit 16bd51fc0d)

Fixes https://hydra.nixos.org/build/37879354/nixlog/1/raw
2016-07-26 21:44:47 +02:00
Joachim Fasting
e8395ec41d
grsecurity: also disable build of 4.1 packages (16.03)
I failed to realize that 4.1 had not been disabled already
and so this was not included in efb897f221
2016-07-26 21:07:10 +02:00
Vladimír Čunát
ced94a57fb Merge #17141: libidn: security 1.32 -> 1.33
(cherry picked from commit fa1012a294)
2016-07-26 21:00:30 +02:00
Bjørn Forsman
5109827b50 git: fix gitweb.cgi breakage due to missing CGI.pm
CGI.pm was removed from Perl core in v5.22, breaking the gitweb.cgi
script and thus NixOS' services.lighttpd.gitweb. Nixpkgs switched to
Perl 5.22 with a85ba820a4 ("perl: Make 5.22 the default").

Fix it by bringing in the Perl CGI module (and dependency HTMLParser).
The closure size of "nix-build -A git" increase by 1 MiB, to 201 MiB.

(cherry picked from commit e7ef33c50a)
2016-07-26 15:21:13 +02:00
Joachim F
c78f7c4874 Merge pull request #17255 from joachifm/release-16.03-drop-grsec
grsecurity: drop support on 16.03
2016-07-26 10:35:53 +02:00
Vladimír Čunát
f19ce017e6 tiptop: init at 2.3
(cherry picked from commit 375ae11a34)
2016-07-26 11:57:07 +02:00
Joachim Fasting
efb897f221
grsecurity: drop support on 16.03
I'm unable to provide reasonable support for grsecurity on the 16.03 release
branch.  Mark as broken to more accurately reflect the current state of
affairs.  Also disable the grsecurity test.

If sombody wishes to maintain grsecurity on 16.03, please revert this commit.

Closes https://github.com/NixOS/nixpkgs/issues/17061
2016-07-25 19:33:24 +02:00
obadz
ba40b32de2 ecryptfs: fix kernel bug introduced in 4.4.14
Introduced by mainline commit 2f36db7
Patch is from http://www.spinics.net/lists/stable/msg137350.html
Fixes #16766

(cherry picked from commit fad9a8841b)
2016-07-25 14:05:55 +01:00
obadz
932eeb7c0e ecryptfs: cherry-pick test from 4 commits
ecryptfs: add nixos/tests/ecryptfs.nix
(cherry picked from commit ab6fc29719)

ecryptfs: test bug from #16766
(cherry picked from commit d781bf94c1)

ecryptfs: add test to release (#16910)
Would have caught regression #16766
(cherry picked from commit f76a8fbbac)

ecryptfs: add test to release-combined.nix
(cherry picked from commit de80d0544c)
2016-07-25 14:05:55 +01:00
Shea Levy
6d520cec5c Linux 4.7
(cherry picked from commit ac93e9f2c8)
2016-07-24 18:35:08 -04:00
Robert Helgesson
20a83abdcf stellarium: 0.14.2 -> 0.14.3
(cherry picked from commit 1012508356)
2016-07-24 17:40:38 +02:00
Robert Helgesson
31a1303387 stellarium: wrap binary using wrapQtProgram
Fixes #13582 where Stellarium segfaults when starting.

(cherry picked from commit 1bedecb4f9)
2016-07-24 17:40:37 +02:00
Peter Simons
faba44816e stellarium: update to 0.14.2
This patch also fixes https://github.com/NixOS/nixpkgs/issues/13582.

(cherry picked from commit 288d01fe2b)
2016-07-24 17:40:36 +02:00
Michael Raskin
c9be718b43 cvc4: fix the build by skipping line markers in cpp expansions during configure, helps the configure script to find Boost version
(cherry picked from commit 016d523d82)
2016-07-24 16:56:49 +02:00
Ronny Pfannschmidt
3811a6b8a8 gnome-disk-utility: wrapGAppsHook
(cherry picked from commit be7043e01a)
2016-07-24 12:52:34 +02:00
Ronny Pfannschmidt
01328d4a32 gnome-keyring: wrapGAppsHook
(cherry picked from commit ebda96638a)
2016-07-24 12:52:33 +02:00
Ronny Pfannschmidt
58ad6b9236 gnome-online-accounts: use wrapGAppsHook
(cherry picked from commit e6ba55dcf5)
2016-07-24 12:52:33 +02:00
Tobias Geerinckx-Rice
502de3d6e3
dropbear: 2016.73 -> 2016.74
Security fixes:
- Message printout was vulnerable to format string injection
- dropbearconvert import of OpenSSH keys could run arbitrary code
  as the local dropbearconvert user when parsing malicious key
  files
- dbclient could run arbitrary code as the local dbclient user if
  particular -m or -c arguments are provided
- dbclient or dropbear server could expose process memory to the
  running user if compiled with DEBUG_TRACE and running with -v

Fixes:
- Fix port forwarding failure when connecting to domains that have
  both IPv4 and IPv6 addresses. The bug was introduced in 2015.68
- Fix 100% CPU use while waiting for rekey to complete

(cherry picked from commit 7c84bd121a)
2016-07-23 21:35:13 +02:00
Tobias Geerinckx-Rice
c326a1975a
dropbear: 2016.72 -> 2016.73
Changes: https://matt.ucc.asn.au/dropbear/CHANGES.
(cherry picked from commit a685456213)
2016-07-23 21:35:00 +02:00
Tobias Geerinckx-Rice
425c5124b5
dropbear: 2015.71 -> 2016.72
Bugfix release:
- Validate X11 forwarding input. Could allow bypass of
  authorized_keys command= restrictions.

(cherry picked from commit e834a7c05b)
2016-07-23 21:34:52 +02:00
Rok Garbas
7c435c925a
mysql: 5.5.49 -> 5.5.50 for CVEs (#17160)
Problems include buffer overflows, null pointer dereferences, and
other bugfixes.

 - CVE-2016-3477
 - CVE-2016-3521
 - CVE-2016-3615
 - CVE-2016-5440

Details:
https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html

backporting @grahamc's work to release-16.03
2016-07-23 18:00:04 +02:00
Tim Steinbach
63f78d9bf3 kernel: 4.6.3 -> 4.6.4 (#16875)
(cherry picked from commit 47da65923b)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-07-23 15:00:18 +02:00
Tobias Geerinckx-Rice
2568ee3d73 lrzip: 0.621 -> 0.630
Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
(cherry picked from commit 1212d921c1)
2016-07-22 10:06:22 +02:00
Lluís Batlle i Rossell
757901bc6d perf: depend on libiberty to get c++ demangling.
(cherry picked from commit dd02b6f118)
2016-07-21 17:28:07 +02:00
Franz Pletz
349a2a1b01 php: 7.0.8 -> 7.0.9 (security)
https://secure.php.net/ChangeLog-7.php#7.0.9

(cherry picked from commit 77a9ab33a6)
2016-07-21 14:13:12 +02:00
Eelco Dolstra
5a687613c2 Remove nixos.tests.boot.biosUsb.* as release blockers
These have a high random failure rate, blocking channel updates. Issue

(cherry picked from commit a78ecb0d33)
2016-07-21 11:46:03 +02:00