Vladimír Čunát
49ad8ce561
Merge branch 'master' into staging
2016-07-26 20:52:54 +02:00
obadz
4aadb9beb3
gupnp: fix headers that were broken by libsoup upgrade in #17142
2016-07-26 00:06:59 +01:00
Alexey Shmalko
b1e4ed38dd
iconv: fix build for mips-linux
2016-07-26 01:36:12 +03:00
Ram Kromberg
6afb7b9a1a
libsoup: 2.52.2 -> 2.54.1 & valaSupport ( #16897 )
2016-07-25 20:43:51 +01:00
Scott Olson
3b77214ab5
sfml: 2.2 -> 2.3 ( #17121 )
2016-07-25 20:30:34 +01:00
Rok Garbas
720d917f4c
Merge pull request #17220 from proglodyte/v8-5-4
...
v8: 4.5.107 -> 5.4.232
2016-07-25 06:01:47 +02:00
Bjørn Forsman
7a096fad7f
gst-python: 1.8.1 -> 1.8.2
...
Aligns version numbers with the rest of GStreamer in nixpkgs.
2016-07-25 00:07:52 +02:00
Daiderd Jordan
4796ae23c9
Merge pull request #17197 from j-hao/harfbuzz-icu
...
harfbuzz-icu: symlink dylibs from harfbuzz on OSX
2016-07-24 15:30:41 +02:00
Jun Hao
245db68732
harfbuzz-icu: symlink dylibs from harfbuzz on OSX
2016-07-24 21:11:01 +08:00
Joachim Fasting
bbae43a7a9
gd: remove left-over cruft from 9b658d51cb
2016-07-24 12:54:07 +02:00
Proglodyte
986f12ec89
v8: 4.5.107 -> 5.4.232
...
Upgraded to latest v8. Updated v8 version and deps, also created a new
patch similar to what existed for v4.5
2016-07-24 02:38:15 -04:00
Proglodyte
781ed961eb
v8: use 4.5.107 by default
...
Default v8 was fixed at 3.30.33, so running nix-build nixpkgs -A v8
would give us version 3.30.33, whereas nix-env -i v8 would install
version 4.5.107. Now, both commands build 4.5.107, and there is still an
option to install version 3.30.33
2016-07-24 02:36:30 -04:00
Proglodyte
16bd51fc0d
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
2016-07-24 02:34:32 -04:00
obadz
a7e50112c6
gdcm: add vtk dependency to get gdcmviewer
2016-07-23 17:10:49 +01:00
Nikolay Amiantov
79ad32fd17
Merge pull request #17200 from knedlsepp/openmpi-for-darwin
...
openmpi: Remove libibverbs on unsupported platforms
2016-07-23 15:18:52 +04:00
Josef Kemetmueller
be3a42a294
openmpi: Remove libibverbs on unsupported platforms
...
The libibverbs package is only available on Linux and FreeBSD, but
openmpi can be used without it on platforms that don't support it.
2016-07-23 11:29:20 +02:00
Richard Zetterberg
5c56c906e3
Adds pkg-config file and headers ( #17173 )
2016-07-23 00:41:02 +02:00
Joachim F
32a31353c4
Merge pull request #17155 from KoviRobi/libixp-hg-update
...
libixp-hg: refactor to fetchurl as fetchg broke
2016-07-23 00:16:17 +02:00
Michael Stone
19f074a5c3
gd: 2.2.2 -> 2.2.3
2016-07-22 15:30:30 -04:00
Kovacsics Robert (NixOS)
cb6fd6eaed
libixp-hg: refactor to fetchurl as fetchg broke
2016-07-21 19:26:01 +01:00
Lancelot SIX
e7c8c09fc7
libidn: 1.32 -> 1.33
...
See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00011.html
for announcement.
2016-07-21 09:01:54 +02:00
Rok Garbas
cd25b04dbb
Merge pull request #16600 from artuuge/cpp_ethereum
...
cpp_ethereum: init at 1.2.9
2016-07-21 01:39:04 +02:00
Daiderd Jordan
267606eeba
Merge pull request #17021 from KoviRobi/tclx-add-at-8.4
...
tclx: init at 8.4.1
2016-07-20 23:41:54 +02:00
Eelco Dolstra
024cb9eecd
gnutls: Disable parallel building
...
This can fail randomly with
CC systemkey.o
In file included from systemkey.c:47:0:
systemkey-args.h:1:1: error: unterminated comment
/* -*- buffer-read-only: t -*- vi: set ro:
which is presumably caused by a race with the generation step above:
autogen systemkey-args.def
http://hydra.nixos.org/build/37878764#tabs-buildsteps
2016-07-20 11:55:46 +02:00
Frederik Rietdijk
1f04202a5c
Merge pull request #17103 from lancelotsix/update_gtkspell3
...
Update gtkspell3 and gtkspellmm
2016-07-19 20:13:11 +02:00
Bart Brouns
26d1390049
fftw: 3.3.4 -> 05-06-2016
...
There has not been a release since 2014, but at least one important bug
has been fixed:
https://github.com/FFTW/fftw3/issues/16
The submitter of the bug, @x-42, has advised me to upgrade our distro,
as the fftw devs are very conservative so this is not bleeding edge code.
2016-07-19 19:41:05 +02:00
Thomas Tuegel
6ef6c5a6f6
qt55: add missing module setup hook
2016-07-19 12:36:09 -05:00
Daiderd Jordan
a71054c1aa
Merge pull request #17083 from acowley/libgd-darwin
...
gd: cherry-pick a temporary patch for darwin
2016-07-19 19:32:49 +02:00
Anthony Cowley
9b658d51cb
gd: cherry-pick a temporary patch for darwin
2016-07-19 12:57:42 -04:00
Josef Kemetmueller
93dfdf0a0c
armadillo: correct dependencies
...
- Remove unused dependencies atlas/blas
- Add hdf5/superlu dependency (As superlu needs openblasCompat, we also use it here.)
- Add support for darwin
- Make use of OpenBLAS-LAPACK in armadillo
OpenBLAS (confusingly) contains LAPACK already by default, so we simply use OpenBLAS when searching for LAPACK.
The better solution would be for armadillo to use cmake built in FindBLAS/FindLAPACK which both would find OpenBLAS.
2016-07-19 12:37:08 +00:00
Josef Kemetmueller
f3dc4d9ec3
superlu: init at 5.2.1
2016-07-19 12:37:08 +00:00
Frederik Rietdijk
47e66f08e1
netcdf: remove zlib
...
since its propagated now by hdf5
2016-07-19 14:12:13 +02:00
Lancelot SIX
3b61bfe4cc
gtkspellmm: 3.0.3 -> 3.0.4
2016-07-19 13:39:57 +02:00
Lancelot SIX
4a1ffadcdb
gtkspell3: 3.0.7 -> 3.0.8
2016-07-19 13:39:19 +02:00
Joachim F
c1e07d9337
Merge pull request #17036 from romildo/upd.cup
...
java-cup: 10k -> 11b-20160615
2016-07-19 13:29:18 +02:00
Franz Pletz
ddf59093ee
Merge pull request #16051 from hrdinka/add/osm-gps-map
...
darktable: readd map/geotagging feature
2016-07-19 13:03:16 +02:00
Ram Kromberg
2e8c21e4dd
libjpeg-drop: init at 9b ( #16671 )
2016-07-19 11:27:17 +02:00
Miguel Madrid
e2199205c7
libmsgpack: 1.1.0 -> 2.0.0 ( #16722 )
2016-07-19 08:10:13 +02:00
Frederik Rietdijk
e558561c3e
Merge pull request #16358 from timbertson/tk
...
tk: propagate dependency on tcl & libXft
2016-07-18 23:11:53 +02:00
Daiderd Jordan
a7202bf47d
Merge pull request #16965 from acowley/qrupdate2
...
qrupdate: fix installation (darwin)
2016-07-18 21:01:21 +02:00
Anthony Cowley
028e3d82df
qrupdate: fix installation (darwin)
...
The issue is that the library files were not copied to $out with the
existing `installTargets` definition.
I noticed this problem on darwin, but I do not know if it is a
darwin-only problem.
2016-07-18 13:48:31 -04:00
Marcus Brinkmann
e90ab768ce
libinput: Use absolute paths in udev rules.
...
Closes #17054
2016-07-18 17:14:19 +03:00
Wayne Scott
a05e51d17a
nixpkgs: libtommath 0.39 -> 1.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 05:22:18 -05:00
Wayne Scott
01753f2470
nixpkgs: update libtomcrypt url
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 05:22:18 -05:00
Vladimír Čunát
d167bedb67
Merge #16970 : webkitgtk24x: 2.4.9 -> 2.4.11
2016-07-17 20:23:45 +02:00
Tomas Hlavaty
800a379cb3
unittest-cpp: init at 1.6.1
2016-07-17 18:58:58 +02:00
José Romildo Malaquias
65881a7338
java-cup: 10k -> 11b-20160615
2016-07-17 09:32:26 -03:00
Thomas Tuegel
6dc6ae0ebe
qt55.qtlocation: don't try to wrap missing module
2016-07-17 06:58:15 -05:00
Vladimír Čunát
bf6759839a
Merge #17023 : bring back ncurses5 to fix GHC bootstrapping
2016-07-17 13:41:19 +02:00
Vladimír Čunát
15cd7af522
Merge #16968 : fltk: darwin compatibility
2016-07-17 10:43:50 +02:00
Vladimír Čunát
33476f3303
Merge #17014 : qt3: fix build with multiple outputs
2016-07-17 10:36:26 +02:00
Kovacsics Robert (NixOS)
f4c34a8345
tclx: init at 8.4.1
2016-07-16 21:49:58 +01:00
Tuomas Tynkkynen
b0cc1cd729
ncurses: Add explicit 'ncurses5' and 'ncurses6' attrs
...
Also reinstate the gcc5 patch to make it build on Linux.
2016-07-16 23:47:28 +03:00
Thomas Tuegel
343415e02e
qt55.qtbase: fix setup hook and QMake hook
2016-07-16 15:02:19 -05:00
Frederik Rietdijk
097d75d502
Merge pull request #17005 from rzetterberg/libui
...
libui: init at 3.1a
2016-07-16 18:23:22 +02:00
Kranium Gikos Mendoza
5d8005b1ef
qt3: fix build after multiple-outputs change
...
also updated source tarball path
2016-07-16 23:39:03 +08:00
Thomas Tuegel
78e7f44488
qt5.makeQtWrapper: do not inherit Qt search paths
2016-07-16 10:14:50 -05:00
Thomas Tuegel
766ea7c4ca
qt55.qtbase: update setup hook
2016-07-16 10:14:45 -05:00
Thomas Tuegel
d19dc420d2
qt56.qtbase: don't use propagatedUserEnvPkgs
...
Fixes #15498 .
2016-07-16 10:14:44 -05:00
Joachim F
ed50ef318b
Merge pull request #15848 from matthewbauer/packagekit
...
Add in PackageKit
2016-07-16 13:29:08 +02:00
Frederik Rietdijk
fe17c7a002
Merge pull request #16643 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
2016-07-16 12:55:54 +02:00
Nikolay Amiantov
d936272b79
Merge branch 'master' into staging
2016-07-16 13:36:27 +03:00
Lancelot SIX
b360982b50
libgpg-error: 1.23 -> 1.24
2016-07-16 11:53:50 +02:00
Lancelot SIX
02949b4880
libassuan: 2.4.2 -> 2.4.3
2016-07-16 11:53:50 +02:00
Lancelot SIX
d75c43e15c
libgcrypt: 1.7.1 -> 1.7.2
...
See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00006.html
for release announcement
2016-07-16 11:53:50 +02:00
Richard Zetterberg
6c0cfd3be3
libui: init at 3.1a
2016-07-16 11:06:21 +02:00
obadz
cfc0a5415b
Revert "fontconfig: fix etc priority"
...
This reverts commit 1e53d4a777
.
Closes #16983
cc @vcunat @ericsagnes @dezgeg
2016-07-15 20:44:21 +02:00
Christian Richter
a4c965ef1b
webkitgtk24x: 2.4.9 -> 2.4.11
2016-07-15 14:15:13 +02:00
Alexei Robyn
c30d4e07c5
libvirt: revert to full systemd dependency
...
Fixes issue with virt-manager failing to list 'USB Host Devices' and
'PCI Host Devices' with the error "Connection does not support host
device enumeration".
2016-07-15 12:47:26 +02:00
Anthony Cowley
fbf41c6c7f
fltk: darwin compatibility
2016-07-14 16:14:09 -04:00
Arseniy Seroka
c1a600e8df
Merge pull request #16936 from andrewrk/glfw
...
glfw: 3.1.2 -> 3.2
2016-07-14 22:20:41 +04:00
Vladimír Čunát
1b5ac05845
Merge branch 'staging'
...
Includes security fixes in gd and libarchive.
2016-07-14 15:51:28 +02:00
Andrew Kelley
37fc141da3
glfw: 3.1.2 -> 3.2
2016-07-13 17:47:20 -07:00
Vladimír Čunát
19a4935c55
gnutls: fix up yet again
...
Noticed on: https://github.com/NixOS/nixpkgs/commit/7d94f57309a4#commitcomment-18221038
Hopefully OK finally, evaluation tested on x86_64-{linux,darwin}.
Apparently I'm trying to contribute in situations I'd better be relaxing
already.
2016-07-13 22:39:30 +02:00
Vladimír Čunát
f56a319e3e
ncurses: revert to 5.9 on Darwin (only)
...
I don't want to investigate why it won't compile.
http://hydra.nixos.org/build/37537876/nixlog/1/raw
2016-07-12 22:00:11 +02:00
Vladimír Čunát
40785f0dac
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1282763
2016-07-12 22:00:10 +02:00
joachifm
03a7fa9104
Merge pull request #16840 from womfoo/bump/leatherman-0.7.5-facter-3.1.8
...
Bump leatherman: 0.7.0 -> 0.7.5 and sole dependency facter 3.1.6 -> 3.1.8
2016-07-12 16:20:51 +02:00
Renzo Carbonara
103ae01173
zoom-us: init at 2.0.52458.0531 ( #15607 )
2016-07-12 13:37:11 +02:00
Nikolay Amiantov
36725623f9
liboauth: propagate inputs wanted by pkgconfig
2016-07-12 00:56:10 +03:00
Adolfo E. García
b25d21955e
libqrencode: init at 3.4.4
...
* libqrencode: init at 3.4.4
* libqrencode: add maintainer
#16861
2016-07-11 17:46:30 +02:00
Ram Kromberg
ec5ec31411
pngpp: init at 0.2.9 ( #16782 )
2016-07-10 23:20:03 +02:00
Kranium Gikos Mendoza
00f35e6653
leatherman: 0.7.0 -> 0.7.5
2016-07-10 23:36:03 +08:00
Franz Pletz
ba2eec97b5
sqlite: 3.12.2 -> 3.13.0
2016-07-10 10:50:38 +02:00
Franz Pletz
844748a9c9
libarchive: 3.1.2 -> 3.2.1 (security)
...
Fixes at least:
* CVE-2016-4300
* CVE-2016-4302
* CVE-2016-4809
* CVE-2016-5844
2016-07-10 10:50:38 +02:00
Franz Pletz
9c9abc4c94
plib: add patch to fix CVE-2011-4620
2016-07-10 10:47:12 +02:00
Franz Pletz
77f2fff41d
libusbmuxd, libimobiledevice: Fix CVE-2016-5104
2016-07-10 10:46:22 +02:00
Franz Pletz
69db5f5ad7
mbedtls: 1.3.16 -> 2.3.0
2016-07-10 10:26:14 +02:00
Tuomas Tynkkynen
2ed3f7a020
webrtc-audio-processing: Fix ARM breakage
2016-07-10 01:35:00 +03:00
Franz Pletz
7e9c1a30b3
xercesc: 3.1.3 -> 3.1.4 (security)
...
Fixes CVE-2016-4463.
2016-07-09 23:28:58 +02:00
Vladimír Čunát
9f629280c6
gst-*: maintenance 1.8.1 -> 1.8.2
...
For now I left *-vaapi out, as the jump would be larger,
simple update isn't enough, and it's unreferenced in nixpkgs.
2016-07-09 19:19:41 +02:00
Vladimír Čunát
310bdf6ecf
libgphoto2: fix build with updated libjpeg(-turbo)
...
... via a patch from Debian.
2016-07-09 19:18:05 +02:00
Vladimír Čunát
b1a07467d2
gd: security 2.2.1 -> 2.2.2
...
CVE-2015-8874, CVE-2016-5767
2016-07-09 17:17:38 +02:00
Vladimír Čunát
b7c59b7e16
at-spi2-core: bugfix 2.20.1 -> 2.20.2
2016-07-09 16:50:14 +02:00
Vladimír Čunát
d2dab39bfa
ncurses: 5.9 -> 6.0
...
Upstream claims it's API-compatible with 5.*
It no longer installed *.pc until I passed pkgconfig executable;
without those things were breaking, even our library symlinking.
2016-07-09 16:50:14 +02:00
Vladimír Čunát
ae154ae8ef
libpng: improve multi-output handling
2016-07-09 16:50:14 +02:00
Vladimír Čunát
b993903ce8
libpng: 1.6.21 -> 1.6.23
2016-07-09 16:50:13 +02:00
Eric Sagnes
1e53d4a777
fontconfig: fix etc priority
2016-07-09 16:50:13 +02:00
Vladimír Čunát
95a9fa0ba0
Merge branch 'master' into staging
2016-07-09 16:49:48 +02:00
Rahul Gopinath
70ef8a10eb
gmp: 6.1.0 -> 6.1.1
2016-07-09 16:47:54 +02:00
Rahul Gopinath
2dca0444fa
gettext: 0.19.7 -> 0.19.8
2016-07-09 16:47:53 +02:00
Tobias Geerinckx-Rice
03f4690acb
Merge pull request #16813 from RamKromberg/fix/libxcomp
...
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 15:36:50 +02:00
Vladimír Čunát
7d94f57309
gnutls: fixup evaluation after 5148c6c5c0
...
Noticed on: https://github.com/NixOS/nixpkgs/commit/5148c6c5c0#commitcomment-18184261
2016-07-09 15:15:42 +02:00
Ram Kromberg
66500f64db
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 16:15:30 +03:00
Vladimír Čunát
cd04b83605
ffmpeg_3: 3.0.2 -> 3.1.1
2016-07-09 11:43:25 +02:00
Vladimír Čunát
4e09623b6f
libjpeg(-turbo): 1.4.2 -> 1.5.0
2016-07-09 11:42:35 +02:00
Vladimír Čunát
5148c6c5c0
gnutls: fix on Darwin
...
nettools is only used during checkPhase, and we don't do that on Darwin
anyway. Close #16783 ; we don't change hashes on Linux contrary to the PR.
2016-07-09 11:34:02 +02:00
Ram Kromberg
56791034f6
libpng: 1.2.55 > 1.2.56 CVE-2015-8540 ( #16793 )
2016-07-08 10:55:00 +02:00
Joachim Fasting
09e1b26c79
mps: 1.114.0 -> 1.115.0, fix build
...
See https://hydra.nixos.org/build/37204553/log/raw
2016-07-06 15:18:23 +02:00
Carles Pagès
48385c38fb
Merge pull request #16698 from womfoo/bump/libyamlcpp-0.5.3
...
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-06 12:50:19 +02:00
Matthew Bauer
dedfc00204
appstream-glib: 0.3.6 -> 0.5.11
...
- needed for gnome-software to build
2016-07-05 20:26:59 +00:00
Rahul Gopinath
881ba7309c
wxsqliteplus: init at 0.3.6
2016-07-05 13:15:04 -07:00
Arseniy Seroka
aea9c778be
Merge pull request #16678 from womfoo/bump/aspellDicts-en-2016.06.26-0
...
aspellDicts.en: 7.1-0 -> 2016.06.26-0
2016-07-05 13:05:13 +03:00
Rahul Gopinath
86e2cd9066
wxsqlite3: init at 3.3.1
2016-07-05 00:55:22 -07:00
Simon Vandel Sillesen
ac74268012
pulseaudio: 8.0 -> 9.0
...
This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].
Release notes can be seen in [1].
[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
2016-07-05 08:30:00 +02:00
James Cook
c51ac275b8
Merge pull request #16715 from vrthra/gnurl
...
gnurl: 7.35 -> 7.48
2016-07-05 02:59:04 +00:00
Rahul Gopinath
01d9081cc3
gnurl: enable additional functionalities
2016-07-04 19:30:04 -07:00
Tuomas Tynkkynen
a08cc3287d
Merge pull request #16693 from vrthra/gdbm
...
gdbm: 1.11 -> 1.12
2016-07-05 04:04:26 +03:00
Rahul Gopinath
3919afbc62
gnurl: 7.35 -> 7.48
2016-07-04 17:51:33 -07:00
Joachim Fasting
3f5d7c7e04
geis: refactor & fix build
...
- Pass -Wno-error=pedantic to work around ISO C violations
- Build with X11 unconditionally (also rely on pkgconfig for
detection, --enable-x11 does not work)
- Build against evemu
2016-07-05 00:54:12 +02:00
Rahul Gopinath
a30ecd619a
libisoburn: init at 1.4.4
2016-07-04 17:31:17 +02:00
Rahul Gopinath
a5373d46c1
libisofs: 1.4.2 -> 1.4.4
2016-07-04 17:31:17 +02:00
Rahul Gopinath
60d00ce1e4
libburn: 1.4.2.p101 -> 1.4.4
2016-07-04 17:31:17 +02:00
Bjørn Forsman
79ed40cd69
avahi: 0.6.31 -> 0.6.32
...
Bugfix release, backwards compatible:
https://github.com/lathiat/avahi/releases/tag/v0.6.32
* Update src URL to github (the latest release is only available there).
* Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working
(apply'able).
2016-07-04 14:10:09 +02:00
Rahul Gopinath
0d602ce7f5
gdbm: 1.11 -> 1.12
2016-07-04 02:26:36 -07:00
Kranium Gikos Mendoza
58c00c35bc
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-04 10:09:51 +08:00
Kranium Gikos Mendoza
56cb0f763e
aspellDicts.en: 7.1-0 -> 2016.06.26-0
2016-07-03 22:45:22 +08:00
Rickard Nilsson
5356154366
libvirt and pythonPackages.libvirt: 1.3.5 -> 2.0.0
2016-07-02 00:24:36 +02:00
Rickard Nilsson
8404d626ad
libvirt: Fix libsystemd dependency
2016-07-01 20:12:33 +02:00
artuuge
83fd63995a
cpp_ethereum: init at 1.2.9
...
jsoncpp: 1.6.5 -> 1.7.2
libjson_rpc_cpp: 0.2.1 -> 0.6.0
argtable: init at 3.0.1
libcpuid: init at 0.2.2
2016-07-01 19:14:00 +02:00
devhell
031b32104c
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
...
From the changelog:
```
Version 0.7.87, 2016-06-30
+ Spanish and catalan languages updated, thanks to Sergi Medina
+ Refactoring of the trace feature, for better performance and some bug fixes
- Visual C++ 2012 project files removed
x Review of symbols display, now using standard display (e.g. "k" instead of "K", " min" instead of "mn"...)
x XML output: revert to old versioning method (version is MediaInfo software version)
x I63, EBUCore/FIMS outputs: typo correction about WritingLibrary and WritingApplication
x Matroska: files with CodecPrivate element before CodecID element where not always correctly parsed
x OGG: crash/incoherent behavior with some buggy OGG streams having invalid chunk sizes
```
2016-07-01 13:39:27 +01:00
Vladimír Čunát
a441a7c257
Merge branch 'staging'
2016-07-01 12:42:05 +02:00
zimbatm
08939189e1
Merge pull request #16621 from solson/drumstick
...
drumstick: init at 1.0.2
2016-07-01 09:30:23 +01:00
Michele Guerini Rocco
d75c7d0dcd
btfs: 2.9 -> 2.10 ( #16603 )
2016-06-30 23:39:15 +02:00
Scott Olson
73ee19f0e1
drumstick: init at 1.0.2
2016-06-30 14:39:03 -06:00
Tobias Geerinckx-Rice
dccac25d5f
libpsl: list 2016-06-10 -> 2016-06-30
2016-06-30 17:17:55 +02:00
Vladimír Čunát
dcb950718a
Merge #16617 : gtk3: re-enable wayland support on Linux
2016-06-30 11:13:53 +02:00
Vladimír Čunát
547092d827
Merge branch 'master' into staging
2016-06-30 11:12:46 +02:00
Vladimír Čunát
17faf910b7
gnutls: fixup various problems
...
- disable a test that started failing due to date expiration, see #16610
- bash doesn't need adding
- defining patchPhase was overriding passed postPatch and patches
2016-06-30 11:06:34 +02:00
Théophane Hufschmitt
d756aee6f6
Gtk : Enable wayland support on Linux
2016-06-30 10:06:20 +02:00
Christoph Hrdinka
0630771674
libcommuni: 2016-01-02 -> 2016-03-23
2016-06-30 09:58:01 +02:00
Meyer S. Jacobs
42f52792bc
libcommuni: enabled doCheck
...
Closes #16612 .
2016-06-30 09:56:26 +02:00
Meyer S. Jacobs
bc0a7e7d44
Fixed libcommuni build.
2016-06-30 09:56:09 +02:00
Kranium Gikos Mendoza
86e2b0e52b
gtk3: 3.20.5 -> 3.20.6
2016-06-30 09:10:44 +02:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Matthew Bauer
994c845405
json-glib: add libintl for darwin
2016-06-27 17:22:09 +00:00
Thomas Tuegel
c78f9ad2f9
Merge pull request #16530 from vandenoever/qt56
...
add qtwebchannel and qtwebengine
2016-06-26 17:34:42 -05:00
Franz Pletz
8ace098f43
libressl_2_4: init at 2.4.1
2016-06-27 00:30:24 +02:00
Franz Pletz
4157f53bf1
libressl: 2.2.7 -> 2.2.9, 2.3.5 -> 2.3.6
2016-06-27 00:29:43 +02:00
Franz Pletz
0236661ceb
libtorrentRasterbar: 1.0.9 -> 1.1
2016-06-27 00:11:17 +02:00
Jos van den Oever
3d0e582b38
qtwebengine init at 5.6.1-1
2016-06-26 23:02:54 +02:00