Commit Graph

76488 Commits

Author SHA1 Message Date
Aaron Bull Schaefer b5884b0698 pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 (#17437) 2016-08-02 00:40:13 +02:00
Thomas Tuegel 39aff85b0e kde5.kile: add konsole kpart 2016-08-01 15:42:17 -05:00
Thomas Tuegel ff7a659567 kde5.kate: add konsole kpart 2016-08-01 15:33:31 -05:00
Chris Martin ade00b3c42 truecrypt: change checksum from sha1 to sha256 2016-08-01 13:32:11 -07:00
Chris Martin 9c4b23ba11 truecrypt: update source url 2016-08-01 13:31:44 -07:00
Thomas Tuegel 248972b86a kde5.dolphin: include konsole kpart 2016-08-01 15:31:14 -05:00
Matthew Justin Bauer 2ae5dbbf3b acct: only build on linux 2016-08-01 15:12:31 -05:00
Lancelot SIX ab1fdce285
python35Packages.django_colorful: enable at 1.2
python35Packages.django_colorful was erroneously disabled for python35.
2016-08-01 21:32:35 +02:00
Lancelot SIX 20a94d9b40
pythonPackages.django_raster: init at 0.2 2016-08-01 21:32:22 +02:00
Lancelot SIX abc85a9601
python35Packages.celery: disable
Few tests fail with python35 (related to OrderedDict changes).

setup.py file do not report this release as supporting python35 [1]

[1] f6aa74a0b5/setup.py (L73-L75)
2016-08-01 21:31:16 +02:00
Lancelot SIX 853209dde9
pythonPackages.kombu: Enable for python > 2.7
Only tests cannot run on python3* because dependencies are unavailable
(qpid-python). Kombu is announced to work fine for python3[1]

[1] a4edc670f4/setup.py (L168-L170)
2016-08-01 21:30:58 +02:00
Jean-Pierre PRUNARET 26a2392594 qgis: 2.10.0 -> 2.16.1
Upgrade qgis with latest version
2016-08-01 21:26:01 +02:00
aszlig fef4b62657
broadcom_sta: Add patch to fix NULL pointer deref
The patch is from the following Gentoo bug:

https://bugs.gentoo.org/show_bug.cgi?id=523326#c24

Built successfully against Linux 3.18.36, 4.4.16 and 4.7.0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @phreedom, @vcunat
2016-08-01 21:05:15 +02:00
aszlig 8f08399671
broadcom_sta: Reindent file, no code changes
Let's make sure we indent using two spaces, because the unpackPhase was
indented using four spaces.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-01 21:05:15 +02:00
aszlig 4d3545f2a5
broadcom_sta: Add patch for supporting Linux 4.7
Patch is from Arch Linux at:

https://aur.archlinux.org/cgit/aur.git/tree/?h=broadcom-wl

I've tested building against 3.18.36, 4.4.16 and 4.7.0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @phreedom, @vcunat
2016-08-01 21:05:15 +02:00
aszlig bd7ce1581d
broadcom_sta: 6.30.223.248 -> 6.30.223.271
The patch for kernel version 3.18 is already applied upstream, so we
don't need it any longer.

Without i686-build-failure.patch, the build for i686-linux fails because
it references rdtscl(), which is no longer available in Linux 4.3.0.

Patch for missing rdtscl() is from Arch Linux:

https://aur.archlinux.org/cgit/aur.git/tree/002-rdtscl.patch?h=broadcom-wl-ck

I've tested building against 32 and 64 bit Linux versions 3.18.36,
4.4.16 and 4.7.0.

The hashes were verified using the ones from the AUR (using the 16 bit
hashes of course):

$ nix-hash --type sha256 --to-base16 1kaqa2dw3nb8k23ffvx46g8jj3wdhz8xa6jp1v3wb35cjfr712sg
4f8b70b293ac8cc5c70e571ad5d1878d0f29d133a46fe7869868d9c19b5058cd
$ nix-hash --type sha256 --to-base16 1gj485qqr190idilacpxwgqyw21il03zph2rddizgj7fbd6pfyaz
5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be

AUR hashes can be found at:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=broadcom-wl&id=9d6f10b1b7745fbf5d140ac749e2253caf70daa8#n26

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @phreedom, @vcunat
2016-08-01 21:05:15 +02:00
Bjørn Forsman 5c7708e568 pythonPackages.schedule: init at 0.3.2 2016-08-01 19:51:52 +02:00
lukasepple bd14e4242e rdup: init at 1.1.15 2016-08-01 19:43:05 +02:00
Robin Gloster 5341b8b1f8 moonlight-embedded: init at 2.2.1 (#17414) 2016-08-01 18:46:13 +02:00
Michael Raskin 9c15bb7031 Revert "libreoffice: reinstante and use curl 7.48 before the removal of a required feature. CVE's not fixed because of that decision: a Windows-specific DLL substitution and a mbedSSL/PolarSSL specific insufficient certificate validation"
This reverts commit 8fd84fcb87.

While I was testing my solution, @obadz have committed a different and
hopefully a better one.
2016-08-01 17:32:10 +02:00
Bjørn Forsman 93bac07b38 mopidy: fix zeroconf support (by depending on dbus)
Closure size increases by 1 MiB, from 480 to 481.
2016-08-01 17:23:16 +02:00
Michael Raskin 8fd84fcb87 libreoffice: reinstante and use curl 7.48 before the removal of a required feature. CVE's not fixed because of that decision: a Windows-specific DLL substitution and a mbedSSL/PolarSSL specific insufficient certificate validation 2016-08-01 17:22:41 +02:00
Frederik Rietdijk 909249dbe2 Merge pull request #17422 from womfoo/fix/leatherman-disable-curl-test
leatherman: disable curl test to fix build
2016-08-01 17:00:55 +02:00
Karn Kallio 5d11dac8bb nvidia-x11: advance to 365.35 and patch kernel 4.7. 2016-08-01 10:19:57 -04:00
Jascha Geerds 9cc42ade37 tmuxp: init at 1.2.0 2016-08-01 16:02:50 +02:00
Jascha Geerds 0fb70dfbb0 pythonPackages.libtmux: init at 0.5.0 2016-08-01 16:02:45 +02:00
Jascha Geerds 053df60763 pythonPackages.kaptan: init at 0.5.8 2016-08-01 16:02:39 +02:00
Robin Gloster 53c1722ca6 Merge pull request #17421 from DamienCassou/vdirsyncer-0.11.3
vdirsyncer: 0.11.2 -> 0.11.3
2016-08-01 15:32:05 +02:00
Frederik Rietdijk c74ad2ee23 Merge pull request #17339 from FRidh/rename
Python: move interpreters
2016-08-01 15:08:20 +02:00
Shea Levy 52b787b0cd Add dell-530cdn printer driver 2016-08-01 08:32:38 -04:00
obadz 8d84e6a20f libreoffice: add compile flag -fpermissive due to libcurl upgrade
curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and
therefore requires the -fpermissive flag until this package gets updated
2016-08-01 13:23:30 +01:00
Kranium Gikos Mendoza 7f3ca5d75b leatherman: disable curl test to fix build 2016-08-01 19:20:45 +08:00
Joachim Fasting 76f2e827a7
grsecurity: 4.6.5-201607272152 -> 4.6.5-201607312210 2016-08-01 12:46:48 +02:00
Damien Cassou 292f2f41e9 vdirsyncer: 0.11.2 -> 0.11.3 2016-08-01 12:40:33 +02:00
zimbatm f8108c1267 Merge pull request #17357 from ericsagnes/feat/fileContents
lib: add fileContents function
2016-08-01 10:52:10 +01:00
Eelco Dolstra 6dd27481a2 Merge pull request #17396 from moretea/vmtools_virtio_rng
vmTools.runInLinuxImage: add virtio_rng device
2016-08-01 11:48:20 +02:00
Eric Sagnes 4c97e4fbff make tarball: refactor with fileContents 2016-08-01 18:40:50 +09:00
Frederik Rietdijk 0a1703ba27 hash-slinger: fix evaluation 2016-08-01 10:19:55 +02:00
Frederik Rietdijk ea6bd8fa79 py-unbound: fix evaluation 2016-08-01 10:19:48 +02:00
Frederik Rietdijk 8f9326ffd8 Merge pull request #17323 from arpa2/hashslinger
Hash-slinger: init at  2.7.0
2016-08-01 09:57:12 +02:00
Michiel Leenaars c8f2d8dae0 py-unbound: init at 1.5.9 2016-08-01 09:51:33 +02:00
Michiel Leenaars 55904aa5c4 hash-slinger: init at 2.7.0 2016-08-01 09:51:33 +02:00
Gabriel Ebner dbd856d724 Merge pull request #17387 from cko/redis
redis: 3.0.7 -> 3.2.2
2016-08-01 08:13:08 +02:00
obadz bafc296e53 holdingnuts: init at 0.0.5 2016-08-01 01:44:32 +01:00
Robin Gloster 8c735c3aee Merge pull request #17388 from magnetophon/zam-plugins
zam-plugins: 3.6 -> 3.7
2016-07-31 23:50:54 +02:00
Robin Gloster 022c888a5f Merge pull request #17403 from womfoo/bump/cpuminer-multi-20160316
cpuminer-multi: 20140723 -> 20160316, limit builds to linux
2016-07-31 23:24:14 +02:00
Robin Gloster fa831496ef Merge pull request #17415 from rycee/build-defs/construo
Build defs/construo
2016-07-31 23:22:11 +02:00
Robert Helgesson 677add2822
construo: 0.2.2 -> 0.2.3 2016-07-31 23:13:39 +02:00
Robert Helgesson 845317e5d6
construo: remove use of `builderDefsPackage` 2016-07-31 22:54:11 +02:00
Dan Peebles 7a799b94a3 awscli: 1.10.46 -> 1.10.51
This also required a bump of botocore from 1.4.36 to 1.4.41. I tested
boto3 with the new version and it seemed to work fine.
2016-07-31 16:42:14 -04:00
Frederik Rietdijk a629cd3f02 Merge pull request #17412 from Ralith/matrix-synapse-curses
matrix-synapse: fix missing curses dependency
2016-07-31 22:34:20 +02:00
Benjamin Saunders 96e5533cfa matrix-synapse: fix missing curses dependency 2016-07-31 12:33:27 -07:00
Josef Kemetmueller 3a910eed61 nedit: Add darwin support 2016-07-31 20:57:14 +02:00
Josef Kemetmueller 3d3d607408 catclock: Add darwin support 2016-07-31 20:57:06 +02:00
Josef Kemetmueller ee16dba630 motif: Add darwin support 2016-07-31 20:21:24 +02:00
Shea Levy 03a8f723bd Add long-shebang tool 2016-07-31 13:11:50 -04:00
Thomas Tuegel ac98cc4d94 Merge pull request #17402 from ttuegel/plasma-closure-size
Plasma closure size
2016-07-31 10:29:07 -05:00
Kranium Gikos Mendoza 8db2b2e2cd cpuminer-multi: 20140723 -> 20160316 2016-07-31 23:10:41 +08:00
Thomas Tuegel 551f26fc71 spectacle: use kdeWrapper 2016-07-31 09:44:34 -05:00
Thomas Tuegel 4e5dfd0d2a konsole: use kdeWrapper 2016-07-31 09:44:33 -05:00
Thomas Tuegel 4805d008e4 kompare: use kdeWrapper 2016-07-31 09:44:33 -05:00
Thomas Tuegel b93b617f18 khelpcenter: use kdeWrapper 2016-07-31 09:44:32 -05:00
Thomas Tuegel ee88a01dd5 kcolorchooser: use kdeWrapper 2016-07-31 09:44:32 -05:00
Thomas Tuegel 6db7ef73b6 kcalc: use kdeWrapper 2016-07-31 09:44:32 -05:00
Thomas Tuegel f66b4ca61d kate: use kdeWrapper 2016-07-31 09:44:31 -05:00
Thomas Tuegel e824741a2d gwenview: use kdeWrapper 2016-07-31 09:44:30 -05:00
Thomas Tuegel 0206373fb2 filelight: use kdeWrapper 2016-07-31 09:44:29 -05:00
obadz 0d259f841b aws-sdk-cpp: add compile flag -fpermissive due to libcurl upgrade
curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and
therefore requires the followin flag until this package gets updated
2016-07-31 15:03:50 +01:00
Eric Sagnes d6452987fb wireguard: 20160708 -> 2016-07-22 (#17362) 2016-07-31 13:57:37 +02:00
Robert Helgesson 8878e8ec05 leo2: remove use of `builderDefsPackage` (#17398) 2016-07-31 13:57:29 +02:00
Langston Barrett d3d0bab56e mopidy-musicbox-webclient: 2.2.0 -> 2.3.0 (#17391) 2016-07-31 13:51:27 +02:00
Maarten Hoogendoorn e809667b17 vmTools.runInLinuxImage: add virtio_rng device
This allows the QEMU VM's to use the /dev/random device, by
getting entropy from the host.
2016-07-31 12:39:19 +02:00
Frederik Rietdijk 5088f24ded Merge pull request #15751 from peterhoeg/git-up
git-up: init at 1.4.0
2016-07-31 10:42:24 +02:00
Gabriel Ebner b714fdb574 khard: 0.9.0 -> 0.11.1 2016-07-31 10:14:13 +02:00
Gabriel Ebner 4db39e8d0f pythonPackages.vobject: 0.8.1d -> 0.9.2 2016-07-31 10:13:43 +02:00
AndersonTorres 9b1b3aa2ff higan: 099 -> 100 2016-07-30 19:36:01 -03:00
Thomas Tuegel 425f9be1c8 ark: use kdeWrapper 2016-07-30 17:26:59 -05:00
Thomas Tuegel ab58794838 kdeWrapper: assume empty path list by default 2016-07-30 17:25:29 -05:00
Thomas Tuegel f7d98785d5 breeze-icons: don't propagate qtsvg build input
breeze-icons does not have a separate dev output, so this pulls
qtsvg.dev into the closure.
2016-07-30 17:22:04 -05:00
Thomas Tuegel d1d38f2888 kdeWrapper: include wrappers in path 2016-07-30 17:07:19 -05:00
Thomas Tuegel 22bc6f01cf kdeEnv: use package version, not ecm version 2016-07-30 17:07:06 -05:00
Thomas Tuegel aaf612e833 kdeDerivation: don't fail by default on library-only packages 2016-07-30 16:26:05 -05:00
Thomas Tuegel c122f791c9 Add kdeEnv and kdeWrapper 2016-07-30 16:16:36 -05:00
Miguel Madrid fa03b541b2 curl: 7.47.1 -> 7.50.0 (#17152) 2016-07-30 21:38:06 +01:00
Bart Brouns 86cf45338a zam-plugins: 3.6 -> 3.7 2016-07-30 22:27:08 +02:00
Joachim F 255227780e Merge pull request #17383 from jokogr/new/syncthing-inotify
syncthing-inotify: init at 0.8.3
2016-07-30 21:59:19 +02:00
Christine Koppelt 83a2d74a7c redis: 3.0.7 -> 3.2.2 2016-07-30 21:50:34 +02:00
Thomas Tuegel 795cfd578a kde5.plasma: unwrap everything 2016-07-30 14:16:46 -05:00
Thomas Tuegel e362442562 kde5: avoid propagating dev outputs to reduce closure size 2016-07-30 14:16:46 -05:00
Thomas Tuegel d5bec1a145 kde5: rename extra-cmake-modules variants
Instead of one package `extra-cmake-modules`, there is now `ecm` and
`ecmNoHooks`. The latter is used when one does not want to incur a Qt 5
dependency; it is also available as a top-level package
`extra-cmake-modules`.
2016-07-30 14:06:43 -05:00
Joachim F a5302f3c79 Merge pull request #17313 from vrthra/kakoune
kakoune: init at 2016-07-26
2016-07-30 19:31:11 +02:00
Ioannis Koutras 631edf7de8 syncthing-inotify: init at 0.8.3 2016-07-30 20:19:16 +03:00
Gabriel Ebner 1e43d54695 Merge pull request #17378 from gebner/xorg-glamor
xorg: switch to current glamor driver
2016-07-30 17:10:51 +02:00
Thomas Tuegel 6ff942aea4 Merge pull request #17380 from ttuegel/ecm-hooks
kde5: fix extra-cmake-modules hooks
2016-07-30 09:56:35 -05:00
Thomas Tuegel b390eb39ae kde5: fix extra-cmake-modules hooks 2016-07-30 09:36:52 -05:00
Ram Kromberg 78d82f33ac alliance: 5.0 -> 5.1.1 (#17353) 2016-07-30 15:35:51 +01:00
Joachim F 29739ece1f Merge pull request #17376 from mimadrid/update/meld-3.16.2
meld: 3.16.1 -> 3.16.2
2016-07-30 14:00:29 +02:00
Gabriel Ebner 5c9309c231 xorg.xorgserver: enable glamor support 2016-07-30 13:37:51 +02:00
Peter Simons aa69c4a5df hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-18-g8001337 using the following inputs:

  - Hackage: 0be8ef7fab
  - LTS Haskell: d085132b77
  - Stackage Nightly: 84fc6fbee7
2016-07-30 13:34:53 +02:00
Peter Simons 008e8258c0 Merge pull request #17367 from Profpatsch/haskellPackages-cereal-override
haskellPackages.cereal: fix for pre-GHC8
2016-07-30 13:32:54 +02:00
Profpatsch 4741e9e051 haskellPackages.Glob: remove superfluous override
The override is already in the 7.10.x file, and we’d like to explicitely
override for every version that needs it.
2016-07-30 12:45:23 +02:00
Profpatsch 95528bfdcb haskellPackages.cereal: fix for pre-GHC 8.0 2016-07-30 12:44:57 +02:00
Vladimír Čunát 46134cbca5 gnutls-3.3: make it build again
At least without tests. We only have two packages using it ATM.
2016-07-30 12:30:23 +02:00
Joachim F 5915716f13 Merge pull request #17373 from peterhoeg/st_0143
syncthing: 0.14.2 -> 0.14.3
2016-07-30 12:26:30 +02:00
Peter Hoeg a6984a3965 git-up: init at 1.4.0
Thanks again to @fridh for feedback!
2016-07-30 18:00:54 +08:00
Bart Brouns dc6ec6a4c8 faust: remove double quotes around NIX_CFLAGS_COMPILE and NIX_LDFLAGS
fixes https://travis-ci.org/NixOS/nixpkgs/jobs/147556297#L2705
2016-07-30 11:21:02 +02:00
mimadrid 83251cdd60
meld: 3.16.1 -> 3.16.2 2016-07-30 11:06:22 +02:00
Vladimír Čunát dfa2f8040e Merge #17354: tcl/tk: 8.6.4 -> 8.6.6 2016-07-30 08:32:47 +02:00
Peter Hoeg 10deae8a57 syncthing: 0.14.2 -> 0.14.3 2016-07-30 11:32:43 +08:00
Thomas Tuegel 40b838b94d kde5: fix all the Qt version dependencies 2016-07-29 21:13:00 -05:00
Thomas Tuegel 0925700688 okular: avoid accidental Qt 5 dependency 2016-07-29 20:00:07 -05:00
Dmitry Kalinkin 4449ecb617 root: 6.04.16 -> 6.04.18 (#17265)
root: compile against external gsl

Revert "Revert "root: enable parallel building""

This reverts commit ee1a10ee6b.

ROOT has no problems with parallel build. The problems that caused the
original commit were not related to parallel building.
2016-07-30 01:41:37 +01:00
Tristan Helmich ad470d59fd emby: 3.0.6000 -> 3.0.6020 (#17368) 2016-07-30 01:39:09 +01:00
Kranium Gikos Mendoza c9e5ddde0a monero: 0.8.8.4 -> 0.9.4 (#17371) 2016-07-30 01:37:49 +01:00
Jinjing Wang c8f535b452 shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366) 2016-07-30 01:20:56 +01:00
Miguel Madrid aa2629cedf unrar: 5.4.2 -> 5.4.4 (#17361) 2016-07-30 01:19:45 +01:00
Thomas Tuegel 307847e6fa Merge pull request #17369 from ttuegel/qt-5.7
qt57: init at 5.7.0
2016-07-29 18:12:38 -05:00
Thomas Tuegel 839a543d41 qt57: init at 5.7.0 2016-07-29 17:46:13 -05:00
michael bishop dd3e27f2e7 qt56: purge all refrences to gtk, solves all of the theme problems 2016-07-29 18:50:06 -03:00
Thomas Tuegel 06536879e7 kde5.plasma: 5.7.1 -> 5.7.2 2016-07-29 13:52:17 -05:00
Thomas Tuegel 9ac568fc92 breeze-qt4: avoid accidental Qt 5 dependency 2016-07-29 13:52:17 -05:00
Frederik Rietdijk 4ab5728ec9 pythonPackages.datashape: 0.5.1 -> 0.5.2 2016-07-29 20:02:44 +02:00
Frederik Rietdijk 06f6c1426b pythonPackages.pystache: disable tests on Python 3 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 3673454e53 pythonPackages.bokeh: 0.10.0 -> 0.12.1 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 5e663301d4 pythonPackages.tornado: 4.2.1 -> 4.4.1 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 7cdd900cb7 pythonPackages.certifi: 2015.11.20.1 -> 2016.2.28 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 250d78ca23 pythonPackages.awscli: use colorama_3_3 2016-07-29 19:48:11 +02:00
Frederik Rietdijk bf06024b9f pythonPackages.colorama: 0.3.3 -> 0.3.7 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 778712e0a7 pythonPackages.colorama_3_3: init at 0.3.3 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 0868a918a3 pythonPackages.backports_abc: init at 0.4 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 67b8bd0b20 pythonPackages.numba: 0.26.0 -> 0.27.0 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 3979648fb1 pythonPackages.llvmlite: 0.11.0 -> 0.12.1 2016-07-29 19:48:11 +02:00
Frederik Rietdijk 60503897af pythonPackages.cython: 0.24 -> 0.24.1 2016-07-29 19:02:18 +02:00
Thomas Tuegel b26fbfd85f kdelibs: fix typo 2016-07-29 11:41:31 -05:00
Thomas Tuegel 1d575e4ba8 kdelibs: avoid accidental Qt 5 dependency 2016-07-29 11:29:23 -05:00
Thomas Tuegel 2f32588a8f phonon: explicitly select Qt 4 vs. Qt 5 2016-07-29 10:29:41 -05:00
Thomas Tuegel 2056f56f77 fcitx: drop patches, use extra-cmake-modules directly
Fixes #17252. (Really, this time.)

Now that extra-cmake-modules does not depend on Qt 5, it is possible to
depend on it directly.
2016-07-29 10:23:27 -05:00
Thomas Tuegel e15f259f9b extra-cmake-modules: add top-level package
This package no longer depends on Qt 5, but it is part of the KDE
Frameworks collection that do (so it is exported from there).
2016-07-29 10:23:18 -05:00
Thomas Tuegel 6c79045964 extra-cmake-modules: separate setup hook from package 2016-07-29 10:23:18 -05:00
Frederik Rietdijk 6628c55986 pythonPackages.scipy: 0.17.1 -> 0.18.0 2016-07-29 17:22:20 +02:00
Frederik Rietdijk 3e5db479b7 pythonPackages.pyfftw: 0.10.1 -> 0.10.4 2016-07-29 16:57:15 +02:00
Rob Vermaas 9494b764d2 dd-agent: support jmx, needs a separate daemon nowadays.
(cherry picked from commit 1425a1f964adc2e2eb668810f3f158089035cd3d)
2016-07-29 12:42:07 +00:00
mimadrid 5fbe282abd
wireshark: 2.0.4 -> 2.0.5 2016-07-29 12:11:09 +02:00
Franz Pletz 2fa9bd5059 hostapd: add patch to fix build with libressl
Fixes #17315.
2016-07-29 12:03:08 +02:00
Franz Pletz 7e8b3adb04 fetchpatch: add addPrefixes argument
Sometimes patches start without a leading prefix. We default to strip
one prefix or path component from patches (-p1) in the patchPhase in
stdenv.

As all patches should therefore be in this format, fetchpatch should
have an option to normalize patch paths. This commit introduces a new
argument to fetchpatch called addPrefixes that adds one patch prefix to
the old and new paths in a patch before putting it into the store.
2016-07-29 12:03:08 +02:00
Robin Gloster 1e806458dc linux_4_6: fix by removing upstreamed patch 2016-07-29 09:50:10 +00:00
Peter Simons c73816b640 Merge pull request #17358 from mimadrid/update/git-2.9.2
git: 2.9.1 -> 2.9.2
2016-07-29 11:38:41 +02:00
Ricardo M. Correia 24d1d19bd2 menhir: 20160303 -> 20160526 (#17343) 2016-07-29 11:30:42 +02:00
mimadrid 59caf069a4
git: 2.9.1 -> 2.9.2 2016-07-29 11:28:31 +02:00
Gabriel Ebner 06dafa1b4f Merge pull request #17355 from vrthra/pash
pash: 2015-11-06 -> 2016-07-06
2016-07-29 07:12:59 +02:00
Thomas Tuegel 8de89b079a fcitx-qt5: remove patch... again 2016-07-28 19:25:52 -05:00
Thomas Tuegel e35358cc16 fcitx: remove the correct obsolete patch 2016-07-28 19:21:13 -05:00
Rahul Gopinath fbf85ce15a pash: 2015-11-06 -> 2016-07-06 2016-07-28 17:16:37 -07:00
Thomas Tuegel 173d668456 Merge branch 'kde-frameworks-qt55' 2016-07-28 19:14:37 -05:00
Thomas Tuegel 1db8808b2d kcalc: add missing makeQtWrapper dependency 2016-07-28 19:13:29 -05:00
Thomas Tuegel dd8c97a2c3 fcitx: depend on extra-cmake-module from Qt 5
Fixes #17252.
2016-07-28 18:48:06 -05:00
Thomas Tuegel 4856a2a1ea build KDE Frameworks with each Qt version 2016-07-28 18:27:13 -05:00
Thomas Tuegel add332c424 qt55: fix CMake module paths 2016-07-28 18:26:54 -05:00
Rahul Gopinath 0ba631d5bb tcl/tk: 8.6.4 -> 8.6.6 2016-07-28 16:19:08 -07:00
Joachim Fasting 83f783c00f
grsecurity: 4.6.4-201607242014 -> 4.6.5-201607272152 2016-07-29 00:24:00 +02:00
Miguel Madrid 2a4ba66d6c clamav: 0.99.1 -> 0.99.2 (#17351) 2016-07-28 23:36:38 +02:00
Franz Pletz 263fff0ab8 linux: fix build, remove upstreamed patches 2016-07-28 23:05:27 +02:00
Franz Pletz 9aee2a17af linux: 4.6.4 -> 4.6.5
Removed patch was applied upstream.
2016-07-28 23:05:27 +02:00
Franz Pletz b68fe1a572 linux: 4.5.6 -> 4.5.7 2016-07-28 23:05:27 +02:00
Joachim F d472a823aa Merge pull request #17348 from igsha/fix-libgxps
libgxps: fix building
2016-07-28 22:34:31 +02:00
Franz Pletz 8605d76f17 Revert "mariadb: 10.1.9 -> 10.1.16 (security)"
This reverts commit 55bd6da9fb.

Fixes #17340.
2016-07-28 22:31:43 +02:00
Vladimír Čunát 3a402e248f Merge branch 'staging'
It includes a security update of libidn.
2016-07-28 20:36:17 +02:00
Igor Sharonov b11b3dfa2d libgxps: fix building 2016-07-28 21:06:39 +03:00
Frederik Rietdijk 1da6775775 Python: move interpreters
Move Python interpreters (CPython, PyPy) to same folder and share
layout.
2016-07-28 17:10:15 +02:00
Eelco Dolstra 42f8df10a2 linux: 4.4.16 -> 4.4.16 2016-07-28 17:03:55 +02:00
Eelco Dolstra 51871dfb37 systemd: 230 -> 231 2016-07-28 17:03:55 +02:00
Eelco Dolstra 09115245d9 Merge pull request #17341 from mimadrid/update/nano-2.6.2
nano: 2.6.1 -> 2.6.2
2016-07-28 16:58:20 +02:00
Frederik Rietdijk 9a9294d0c6 Merge pull request #17332 from lancelotsix/update_sqlalchemy
Update sqlalchemy and related
2016-07-28 16:47:35 +02:00
mimadrid ca780df195
nano: 2.6.1 -> 2.6.2 2016-07-28 16:46:25 +02:00
Robin Gloster 154af9e67d Merge pull request #9499 from khumba/scilab-bin-5
scilab-bin: init at 5.5.2
2016-07-28 16:43:08 +02:00
Robin Gloster bddec681fb Merge pull request #17334 from RamKromberg/init/catclock
catclock: init at 2015-10-04
2016-07-28 16:31:12 +02:00
Marco Maggesi c28eb6c2ba Update HOL Light to version 2016-07-23. 2016-07-28 15:56:20 +02:00
Frederik Rietdijk ace13888c7 Merge pull request #17282 from magnetophon/faust1git
faust1git: 2016-04-27 -> 2016-07-19
2016-07-28 15:11:07 +02:00
Frederik Rietdijk e40f5e6658 Merge pull request #17338 from matthiasbeyer/update-rtv
Update rtv
2016-07-28 15:01:31 +02:00
Thomas Tuegel 399f8ab48f Merge pull request #17336 from DamienCassou/melpa-stable-generated
melpa-stable-packages: 2016-07-28
2016-07-28 07:43:38 -05:00
Peter Hoeg d0a177411d kde5.systemsettings: include missing qtquickcontrols dependency 2016-07-28 07:38:30 -05:00
Matthias Beyer 39cd6895c1 rtv: 1.9.0 -> 1.10.0 2016-07-28 14:00:37 +02:00
Matthias Beyer 4954ac202a pythonPackages: praw: 3.3.0 -> 3.5.0 2016-07-28 14:00:20 +02:00
Damien Cassou b9f7a65179 melpa-stable-packages: 2016-07-28 2016-07-28 13:44:44 +02:00
Langston Barrett f457c74ab3 yapf: init at 0.11.0 2016-07-28 13:00:13 +02:00
Ram Kromberg 4f94e026f4 catclock: init at 2015-10-04 2016-07-28 12:09:31 +03:00
Matthias Beyer af5e45cf2e timewarrior: 0.9.5.alpha -> 1.0.0.beta1 2016-07-28 10:57:19 +02:00
Lancelot SIX c6a0d680d8
pythonPackages.sqlalchemy_1_0: 1.0.12 -> 1.0.14 2016-07-28 10:08:48 +02:00
Lancelot SIX 771a0aae49
pythonPackages.geoalchemy2: 0.3.0.dev1 -> 0.3.0 2016-07-28 10:08:35 +02:00
Lancelot SIX 4a91da6321
pythonPackages.shapely: 1.5.13 -> 1.5.15
Fix tests
2016-07-28 10:08:13 +02:00
wmapp 62ba6b07f2 sct: Updated sha256 in default.nix (#17163) 2016-07-28 09:21:21 +02:00
Pascal Wittmann cf114708fe Merge pull request #17153 from rasendubi/rhythmbox
rhythmbox: init at 3.2.1
2016-07-28 08:56:07 +02:00
Franz Pletz 55bd6da9fb mariadb: 10.1.9 -> 10.1.16 (security) 2016-07-28 06:56:14 +02:00
Franz Pletz 975d33e640 mysql51: remove, not maintained anymore 2016-07-28 06:56:13 +02:00
Bryan Gardiner ed071594e5
scilab-bin: init at 5.5.2
A built-from-source Scilab 5 package looks to be a lot more work, and some
dependencies are missing from Nixpkgs, but the binary version with bundled
dependencies works.
2016-07-27 21:30:12 -07:00
Franz Pletz 63784b8021 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
2016-07-28 06:22:23 +02:00
Jun Hao 5bf4a9ff73 webkitgtk24x: fix libwebp missing library path, add libobjc as dependency on OSX (#17198) 2016-07-28 04:45:54 +02:00
Robin Lambertz b65e9d87e2 matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216) 2016-07-28 04:13:21 +02:00
Matthias Beyer c31cbe8f9c xterm: Make dec-locator support optional (#17238)
Enable it by default but allow disabling, which solves some issues one
might have with vim/nvim as reported and documented in

    #17158
    #17170
    #17234
    neovim/neovim#5015
2016-07-28 04:08:54 +02:00
leenaars ad87385b0e simpleTpmPk11: git-20140925 -> git-20160712 (#17317) 2016-07-28 04:01:08 +02:00
Michele Guerini Rocco cf8c16e3aa mkvtoolnix: 9.2.0 -> 9.3.1 (#17321) 2016-07-28 04:00:04 +02:00
Franz Pletz 996c9837fa Merge pull request #17322 from RamKromberg/init/motif
motif: init at 2.3.6 & nedit: 5.6 -> 5.6a
2016-07-28 03:53:38 +02:00
Thomas Tuegel ea3e067106 Merge pull request #17324 from mdorman/emacs-updates
Emacs package updates
2016-07-27 20:53:08 -05:00
Franz Pletz ecb4fb0046 ddd: use motif instead of lesstif
See #17322.
2016-07-28 03:52:14 +02:00
Franz Pletz ec9b02243b xpdf: use motif instead of lesstif
See #17322.
2016-07-28 03:52:14 +02:00
Thomas Tuegel 8940d740b5 emacsPackagesNg: remove old version of `seq`
Fixes #17299.
2016-07-27 20:50:28 -05:00
Thomas Tuegel 44211b10b2 kde5.breeze-icons: propagate Qt SVG plugin
Necessary to render icons in applications that don't already depend on
this Qt module.
2016-07-27 20:50:24 -05:00
Profpatsch 632411c2b6 openjdk7: replace vulnerable cups version (#17214)
Fixes #7407.
Also uses the nixpkgs version of cups, not a static one that is never
maintained.
2016-07-28 03:23:21 +02:00
Michael Alan Dorman 475a8e0568 org-packages: 2016-07-27 2016-07-27 19:52:51 -04:00
Michael Alan Dorman d5dfd4b82e melpa-stable-packages: 2016-07-27 2016-07-27 19:52:48 -04:00
Michael Alan Dorman 9237931cf0 melpa-packages: 2016-07-27
Also, the last time the version numbers should change capriciously.
2016-07-27 19:52:42 -04:00
Michael Alan Dorman b391a3d47a elpa-packages: 2016-07-27 2016-07-27 19:52:37 -04:00
Michele Guerini Rocco 2ef1c6bbbb libmatroska: 1.4.4 -> 1.4.5 (#17310) 2016-07-28 01:08:54 +02:00
Ram Kromberg 9e899e4451 nedit: switch from lessfit to motif 2016-07-28 01:33:52 +03:00
Ram Kromberg c764437946 nedit: 5.6 -> 5.6a 2016-07-28 01:33:52 +03:00
Ram Kromberg 3800bb5017 motif: init at 2.3.6 2016-07-28 01:33:45 +03:00
Rahul Gopinath 1db375ebd9 kakoune: init at 2016-07-26 2016-07-27 15:14:06 -07:00
mimadrid 2ea77889ad filezilla: 3.19.0 -> 3.20.0 2016-07-27 22:48:43 +02:00
mimadrid 7bed99a34b libfilezilla: 0.5.3 -> 0.6.1 2016-07-27 22:48:43 +02:00
Ryan Trinkle 92d21f1115 Merge pull request #17314 from ryantrinkle/ghcjs-cabal-3494
ghcjs: work around haskell/cabal#3494
2016-07-27 16:35:39 -04:00
Peter Simons 48829c7828 Merge pull request #17312 from ryantrinkle/ghcjs-separate-stage1-list
ghcjs: move list of stage 1 packages into ghcjs derivation
2016-07-27 21:15:12 +02:00
Kranium Gikos Mendoza 7a88636e69 chessx: 1.3.2 -> 1.4.0 (#17270) 2016-07-27 21:02:45 +02:00
Ryan Trinkle bf6fdae0f2 ghcjs: work around haskell/cabal#3494
See also NixOS/nixpkgs#16144
2016-07-27 14:34:12 -04:00
Ryan Trinkle 5a622db103 ghcjs: move list of stage 1 packages into ghcjs derivation
This makes it easier to ensure that the list of stage 1 packages accurately matches the given version of ghcjs, and makes it possible for this list to be overridden
2016-07-27 14:28:31 -04:00
Peter Simons 68de205c5b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-18-g8001337 using the following inputs:

  - Hackage: 690eda62e2
  - LTS Haskell: d085132b77
  - Stackage Nightly: 494d6bf80b
2016-07-27 20:04:41 +02:00
Peter Simons 63ea36c49d Merge pull request #17309 from ryantrinkle/ghcjs-holdbacks-for-ghc-7.10
ghcjs: fix build
2016-07-27 19:56:38 +02:00
Rok Garbas cd1dadf860 Merge pull request #17242 from rasendubi/mips-linux
Fixes for mips-linux
2016-07-27 19:01:11 +02:00
Christian L f51169366b neomutt: 20160611 -> 20160723 (#17268)
For information about what has changes, please refer to
http://www.neomutt.org/2016/07/23/release.
2016-07-27 18:55:48 +02:00
Bart Brouns ef570f29b9 plugin-torture: 5 -> 2016-07-25 (#17272) 2016-07-27 18:50:36 +02:00
jokogr 54e870e3b1 syncthing: 0.14.0 -> 0.14.2 (#17274)
* Update syncthing from 0.14.0 to 0.14.2
* Use fetchFromGitHub instead of fetchgit
* Add joko to package maintainers
2016-07-27 18:49:43 +02:00
Nathan Moore 251a1ccf55 solarus-quest-editor: init at 1.4.5 (#17286) 2016-07-27 18:49:02 +02:00
Michele Guerini Rocco 1a24de7c16 libebml: 1.3.3 -> 1.3.4 (#17287) 2016-07-27 18:48:22 +02:00
Shawn Warren 7234275cd5 bump gocd-server version to 16.6.0-3590 (#17304)
Update gocd-server package version to 16.6.0-3590 including new sha.  Modify heapSize
and maxMemory mkOption to accurately reflect their intended purpose of configuring
initial java heap sizes.
2016-07-27 18:44:28 +02:00
Rok Garbas 14e8071921 Merge pull request #17305 from hiberno/update-elk-stack
Update elk stack
2016-07-27 18:42:08 +02:00
Rok Garbas 2726593d2c Merge pull request #17307 from grahamc/upgrade-phpcs
phpcs: 2.3.4 -> 2.6.0
2016-07-27 18:41:41 +02:00
Rok Garbas ff7bc9c5e7 Merge pull request #17292 from proglodyte/wasm
wasm: init at 0.0.1
2016-07-27 18:41:14 +02:00
Ryan Trinkle 676a7b698f ghcjs: fix build
We need to hold back some packages, now that ghc 8 is out
2016-07-27 12:27:13 -04:00
Ryan Trinkle 0905aea14e Merge pull request #17276 from ryantrinkle/ghcjs-8.0-support
ghcjs: refactor stage2 handling
2016-07-27 12:26:45 -04:00
Graham Christensen e26e252146 phpcs: 2.3.4 -> 2.6.0 2016-07-27 16:13:52 +00:00
Christian Lask b2d989779d elasticsearch2: 2.3.1 -> 2.3.4 2016-07-27 17:47:16 +02:00
Christian Lask 87b93d2ff7 Kibana: 4.5.1 -> 4.5.2 2016-07-27 17:47:03 +02:00
Christian Lask 6d68a1fbf3 logstash: 1.5.3 -> 2.3.4
Note: the option to configure the watchdog timeout seems to be gone
in the 2.3 series of Logstash. It complains about an unknown option
and it is not in the source anymore. I am thus removing this
configuration option to adjust the service to these changes, too.
2016-07-27 17:45:38 +02:00
Damien Cassou 86393cfc20 Merge pull request #17301 from DamienCassou/offlineimap-7.0.1
offlineimap: 7.0.0 -> 7.0.2
2016-07-27 16:51:32 +02:00
Damien Cassou b43df7a225 offlineimap: 7.0.0 -> 7.0.2 2016-07-27 16:50:37 +02:00
Miguel Madrid 94549d4fab qutebrowser: 0.8.0 -> 0.8.1 (#17302) 2016-07-27 15:50:29 +01:00
Robin Gloster 54c46d18ea Merge pull request #17223 from proglodyte/v8-static
v8: add static config option
2016-07-27 16:36:37 +02:00
Michel Kuhlmann 6cf020fc29 gdal: 2.0.2 -> 2.1.1 2016-07-27 16:04:03 +02:00
Robert Helgesson 893d0830ea
eclipse-plugin-jdt: 4.5.2 -> 4.6 2016-07-27 15:59:07 +02:00
Robert Helgesson b36802d24e
eclipse-plugin-checkstyle: 6.19.0 -> 6.19.1 2016-07-27 15:59:07 +02:00
Damien Cassou 8a887fa1ba Merge pull request #17297 from DamienCassou/emacs25.1-rc1
emacs25pre: 25.0.95 -> 25.1-rc1
2016-07-27 15:37:39 +02:00