1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 03:25:02 +00:00
Commit graph

19178 commits

Author SHA1 Message Date
Joachim Fasting a0e8d542c7 Merge pull request #15377 from womfoo/sniproxy
sniproxy: init at 0.4.0 with dependency udns: init at 0.4
2016-05-11 15:14:33 +02:00
Kranium Gikos Mendoza f7e3f177d1 udns: init at 0.4 2016-05-11 13:27:28 +08:00
Thomas Tuegel 05bbe4fa55 phonon: remove qtquick1 input 2016-05-10 20:09:15 -05:00
Tobias Geerinckx-Rice 47d2dd4f31
libpsl: list 2016-04-16 -> 2016-05-10 2016-05-10 23:45:23 +02:00
Alexander Ried aab1522287 libinput: 1.2.3 -> 1.3.0 2016-05-10 12:48:18 +02:00
Tobias Geerinckx-Rice 89384a0056
SDL2_ttf: 2.0.12 -> 2.0.14 2016-05-10 01:51:05 +02:00
Tobias Geerinckx-Rice 5dc7093e56
SDL2_mixer: 2.0.0 -> 2.0.1 2016-05-10 01:51:05 +02:00
Tobias Geerinckx-Rice 06d8903374
SDL2_image: 2.0.0 -> 2.0.1 2016-05-10 01:51:05 +02:00
Eelco Dolstra cb37ab146b Add mirror://mozilla scheme 2016-05-09 19:37:22 +02:00
Eelco Dolstra 7ce5d43c63 Fix some URLs that lacked a URI scheme 2016-05-09 19:35:05 +02:00
Thomas Tuegel 198e8d6561 gstreamer: add ttuegel to maintainers 2016-05-09 10:01:58 -05:00
Thomas Tuegel a5e1a0ae11 openbr: mark broken 2016-05-09 10:01:07 -05:00
Thomas Tuegel b63899c42f qt55.qmakeHook: fix static library relocation 2016-05-09 10:01:07 -05:00
Thomas Tuegel 62d07ae7d4 qt56.qttools: add qtdeclarative dependency 2016-05-09 10:01:07 -05:00
Thomas Tuegel 0903faa3fb qt56.qmakeHook: fix static library relocation 2016-05-09 10:01:06 -05:00
Thomas Tuegel 93369da039 signon: remove
The library does not build with Qt 5.6 and no packages depend on
it. (Why are we building unused packages?)
2016-05-09 10:01:05 -05:00
Thomas Tuegel 7c77230224 Remove Qt 5.4.2 2016-05-09 10:01:04 -05:00
Thomas Tuegel ea90e3e6ca qt56: init at 5.6.0 2016-05-09 10:01:03 -05:00
Thomas Tuegel 099c59ea4e qt55.qmakeHook: fix error when package builds no libraries 2016-05-09 10:01:03 -05:00
zimbatm 99b1af9dc0 libu2f-host: fix udev rules
It was shipping two competing rules. Only use the modern-one.
2016-05-09 14:16:31 +02:00
Vladimír Čunát 65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
Lluís Batlle i Rossell f0c503593f Fixing stunt-rally 2.6 (adding newer bullet) 2016-05-08 16:22:18 +02:00
Michiel Leenaars 440ea1b893 p11-kit: 0.23.1 -> 0.23.2 2016-05-07 23:06:56 +02:00
Joachim Fasting 3249d87b37 Merge pull request #15251 from acowley/libsndfile
libsndfile: pass AudioToolbox framework on darwin
2016-05-07 22:26:13 +02:00
Joachim Fasting 3772de4961
libgcrypt: fix libcap lib output reference
After 7382afac40
2016-05-07 21:49:16 +02:00
Sven Keidel 98bef7e0bd
brogue: init at 1.7.4
with fixups by joachifm:
- Correct license (AGPL-3)
- Removed redundant build input
- Cleanup description

Closes #15244
2016-05-07 19:00:30 +02:00
Vladimír Čunát 372d367b37 mediastreamer: 2.11.2 -> 2.12.1
This fixes the build broken by ortp update d4d6d9d3d.
http://hydra.nixos.org/build/35224682
2016-05-07 09:32:18 +02:00
Nikolay Amiantov c99b050af0 Merge commit 'refs/pull/14568/head' of git://github.com/NixOS/nixpkgs into staging 2016-05-07 03:44:06 +03:00
Tobias Geerinckx-Rice cd76b71431
cegui: 0.8.4 -> 0.8.7 2016-05-07 00:32:56 +02:00
Tobias Geerinckx-Rice 5ac997b875
appstream: 0.8.0 -> 0.9.5 2016-05-06 19:17:07 +02:00
Anthony Cowley d87e3b2a55 libsndfile: pass AudioToolbox framework on darwin
The libsndfile build system wants this framework when building on
darwin.
2016-05-05 18:39:58 -04:00
Bart Brouns ebba6571fe
i-score: init at 1.0.0-a67
Closes #15137
2016-05-05 18:45:49 +02:00
Vladimír Čunát 1dc36904d8 Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
Vladimír Čunát 7a005601d4 Merge branch 'master' to resolve conflicts 2016-05-05 08:25:38 +02:00
Tuomas Tynkkynen 367b2aa1e4 dbus-glibc: Set --exec-prefix to fix pkgconfig file
Without this notify-osd fails to find dbus-binding-tool, since the
pkgconfig file would contain e.g.:

````
prefix=/nix/store/hxsbjbjn7g1j1cf60n228yi9wnzrl4yk-dbus-glib-0.104
exec_prefix=${prefix}
````

... and notify-osd is using `exec_prefix` to locate the binaries.
Set it to $dev to match the location of installed binaries (we have
`outputBin = "dev";`).

Issue #15074.
2016-05-05 05:37:38 +03:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
José Romildo Malaquias 3e401a8d01 imlib2: 1.4.8 -> 1.4.9 2016-05-03 22:34:47 -03:00
Tobias Geerinckx-Rice 63a63c53d6
poppler: 0.36.0 -> 0.43.0 2016-05-04 00:40:03 +02:00
obadz b1bf11881a spdlog: init at 292bdc5 2016-05-03 23:05:37 +01:00
Tuomas Tynkkynen aadaa91379 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/networking/browsers/vivaldi/default.nix
	pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Tobias Geerinckx-Rice d4d6d9d3d2
ortp: 0.24.2 -> 0.25.0 2016-05-03 20:41:19 +02:00
Franz Pletz 6d55b2e9c0 libressl: 2.2.6 -> 2.2.7, 2.3.3 -> 2.3.4
Fix multiple vulnerabilities in libcrypto relating to ASN.1 and encoding.

http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.7-relnotes.txt
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.4-relnotes.txt
2016-05-03 17:22:35 +02:00
Nathan Zadoks bdafc6df04 openssl: 1.0.1s -> 1.0.1t, 1.0.2g -> 1.0.2h
CVE-2016-2108, high severity: Memory corruption in the ASN.1 encoder
CVE-2016-2107, high severity: Padding oracle in AES-NI CBC MAC check
CVE-2016-2105, low severity: EVP_EncodeUpdate overflow
CVE-2016-2106, low severity: EVP_EncryptUpdate overflow
CVE-2016-2109, low severity: ASN.1 BIO excessive memory allocation
CVE-2016-2176, low severity: EBCDIC overread
2016-05-03 10:54:15 -04:00
Franz Pletz 1ec3e71971 libdvdread: 5.0.2 -> 5.0.3 2016-05-03 16:15:20 +02:00
Franz Pletz dd3c18fe22 openh264: 1.4.0 -> 1.5.0 2016-05-03 16:15:20 +02:00
Franz Pletz dc576f9403 libxmp: 4.3.11 -> 4.3.12 2016-05-03 16:15:20 +02:00
Franz Pletz 57b5c22feb libsecret: 0.18 -> 0.18.5 2016-05-03 16:15:20 +02:00
Franz Pletz 7386619538 libseccomp: 2.2.3 -> 2.3.0 2016-05-03 16:15:20 +02:00
Franz Pletz 9f99116772 libnatspec: 0.2.6 -> 0.3.0 2016-05-03 16:15:20 +02:00
Franz Pletz b4a5bb3d4b libev: 4.20 -> 4.22 2016-05-03 16:15:20 +02:00
Franz Pletz 7ac522ad83 libevdev: 1.4.5 -> 1.4.6 2016-05-03 16:15:20 +02:00
Franz Pletz 0ab30ecf06 libopus: 1.1 -> 1.1.2 2016-05-03 16:15:20 +02:00
Franz Pletz 13b9d32917 libu2f-host: 1.0.0 -> 1.1.1 2016-05-03 16:15:20 +02:00
Franz Pletz ed64199876 libdwg: 0.3 -> 0.6 2016-05-03 16:15:20 +02:00
Franz Pletz d8230abeed libass: 0.12.2 -> 0.13.2 2016-05-03 16:15:20 +02:00
Franz Pletz a6fdcea877 cimg: 1.5.9 -> 1.7.0 2016-05-03 16:15:20 +02:00
rardiol 0ba62f7150 spring, springlobby update (#15182)
* alure: init at 1.2

* spring: 96.0 -> 101.0

* springlobby: 0.195 -> 0.247
2016-05-03 10:19:19 +01:00
Alexander Ried 6ca5c3667b kde: cleanup from closure-size merge (#15179)
part of 98d8e1a160 and
7049bde4d5 got lost
2016-05-03 08:59:18 +02:00
Tobias Geerinckx-Rice 7a595cdfc3
libpwquality: 1.2.3 -> 1.3.0 2016-05-03 04:11:44 +02:00
Shea Levy edb0b7e36f krb5: 1.14 -> 1.14.2 (security updates) 2016-05-02 14:19:37 -04:00
Thomas Tuegel f04e0e70e8 Revert "Revert "dbus: 1.8.20 -> 1.10.8""
This reverts commit 9eb107dc52.
2016-05-02 13:01:59 -05:00
Kamil Chmielewski 43e617b487 matchbox: update source urls + libmatchbox: 1.9 -> 1.11 (#15160) 2016-05-02 12:26:32 +02:00
Joachim Fasting 9560a9b767 Merge pull request #15072 from rimmington/v8-arm
v8: Build 3.16.14 on ARM
2016-05-02 04:30:54 +02:00
Joachim Fasting 3e750abb0c Merge pull request #15057 from vbgl/gobject-introspection-on-dawin
gobject-introspection: fix on darwin
2016-05-02 03:52:54 +02:00
Franz Pletz 02760890f3 Merge pull request #14992 from avnik/rspamd
Rspamd/Rmilter update
2016-05-01 12:49:56 +02:00
Nikolay Amiantov 28bd8ba1fa enet: add platforms 2016-05-01 12:37:47 +03:00
Nikolay Amiantov 87ebab128a replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
Thomas Tuegel f79ace2728 qt55.poppler: compile with -DQT_NO_DEBUG
Qt's debugging messages cause the qtbase.dev output to be retained by
poppler.out.
2016-04-30 12:20:35 -05:00
Thomas Tuegel 1051cfa181 libgnome-keyring: multiple outputs 2016-04-30 12:20:11 -05:00
Thomas Tuegel 3f6a2b9441 qt55.qtbase: build QGtkStyle by default 2016-04-30 12:20:09 -05:00
Thomas Tuegel 008b3d5d84 qt55.qtbase: move moveToOutput hooks 2016-04-30 12:20:09 -05:00
Thomas Tuegel 97d9368471 qmakeHook: move libtool archives and qmake project files to $dev/lib 2016-04-30 12:20:09 -05:00
Evgeny Egorochkin 1573bde049 sqlite_analyzer: fix typo 2016-04-30 15:50:19 +03:00
Dan Peebles ce946f2451 libsolv: add meta attrset and add myself as a maintainer 2016-04-30 02:12:54 +00:00
Nikolay Amiantov d0630da09e libiberty: derive from gcc 2016-04-30 03:12:33 +03:00
Nikolay Amiantov a589b7bd5f ijs: derive from ghostscript 2016-04-30 03:12:32 +03:00
Nikolay Amiantov 6fef00260a folly: 0.57.0 -> 2016-04-29 2016-04-30 03:12:32 +03:00
Nikolay Amiantov 938d64f1f3 quote URLs in my packages to ease opening them from urxvt 2016-04-30 03:12:32 +03:00
José Romildo Malaquias 0e3cd9851c menu-cache: 0.7.0 -> 1.0.1 2016-04-29 09:47:27 -03:00
Dan Peebles 42f46936bb libarchive: add propagatedBuildInputs for attr and acl to appease pkgconfig dependencies 2016-04-29 03:29:30 +00:00
Dan Peebles 7dd3a92c19 libsolv: init at 0.6.20 2016-04-29 02:33:14 +00:00
Rhys 934a460fd2 v8: Build 3.16.14 on ARM 2016-04-29 12:16:26 +10:00
Vincent Laporte 0452b58f0f gobject-introspection: fix on darwin 2016-04-28 18:36:09 +02:00
Eelco Dolstra 8cc9e6da8a sqlite: 3.11.1 -> 3.12.2 2016-04-28 13:45:44 +02:00
Alexander V. Nikolaev a817d5b543 libmemcached: move cyrus_sasl to propagatedBuildInputs
Reason: struct/sasl.h from libmemcached include stuff from there
/nix/store/d3f91zvai71dyhs83ybzsnjfhxnv7mmh-libmemcached-1.0.18/include/libmemcached-1.0/struct/sasl.h:39:23:
fatal error: sasl/sasl.h: No such file or directory
2016-04-28 14:21:19 +03:00
Arseniy Seroka 52b64cedec Merge pull request #15016 from jagajaga/eid
open-eid
2016-04-28 13:56:09 +03:00
Rob Vermaas 66a224c99d Fix nlopt build.
(cherry picked from commit 6c8fbed541)
2016-04-28 09:16:01 +00:00
Sander van der Burg d76982e181 Merge pull request #14973 from holidaycheck/update-libuv
libuv: 1.7.5 -> 1.9.0
2016-04-28 08:56:31 +00:00
Tuomas Tynkkynen b465dc202f boost: Kill unnecessary 'lib' output
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Tuomas Tynkkynen 4ff8f377af Merge remote-tracking branch 'upstream/master' into staging 2016-04-28 00:13:53 +03:00
Tobias Geerinckx-Rice 3329b75a14
bobcat: 4.01.04 -> 4.02.00 2016-04-27 18:20:24 +02:00
Edward Tjörnhammar 2b384d401d
tsocks: switch back to regular stdenv libc, remove saveme compilation 2016-04-27 18:02:06 +02:00
knedlsepp 6c0404730f catch: 1.2.1 -> 1.5.0 2016-04-27 13:37:15 +00:00
Tobias Pflug 7dcf75bdd4 libuv: 1.7.5 -> 1.9.0 2016-04-27 11:06:47 +02:00
Arseniy Seroka 9765e5835f
libdigidocpp: init at 3.12.0.1317 2016-04-27 11:38:09 +03:00
Arseniy Seroka 5b7ed1f00c
xsd: init at 4.0.0 2016-04-27 11:38:09 +03:00
Arseniy Seroka 12944261c2
xml-security-c: init at 1.7.3 2016-04-27 11:38:09 +03:00
Arseniy Seroka 6f90f44734
libdigidoc: init at 3.10.1.1212 2016-04-27 11:38:08 +03:00
Arseniy Seroka f223e114da
xalanc: init at 1.11 2016-04-27 11:38:05 +03:00
Tuomas Tynkkynen 584d884bd7 gstreamer: Fix multiple outputs split
- Explicitly moving the files breaks them, because the wrappers
  reference the files by absolute path.  Also this automatically
  moves the manpages to $dev as well.
- Need to explicitly set --exec-prefix since the pkgconfig file has
  `toolsdir=${exec_prefix}/bin`, breaking totem:

http://hydra.nixos.org/build/34980617/nixlog/1/raw

````
checking for BACKEND_TEST... yes
checking GStreamer 1.0 inspection tool... no
configure: error:
		Cannot find required GStreamer-1.0 tool 'gst-inspect-1.0'.
		It should be part of gstreamer-1_0-utils. Please install it.

builder for ‘/nix/store/npq2ihlsdniv4j3wbyparq9byjxqdi15-totem-3.18.1.drv’ failed with exit code 1
````

While at it, enable parallel build.
2016-04-27 05:01:03 +03:00