Commit Graph

29889 Commits

Author SHA1 Message Date
Aaron Andersen d99925aad9 simgear: 2018.2.2 -> 2018.3.1 2019-04-09 17:56:46 -04:00
Jan Tojnar 9002989bf0
Merge pull request #59180 from jtojnar/gimp-2.10.10
gimp: 2.10.8 → 2.10.10
2019-04-09 22:18:31 +02:00
dnaq 7303aad985 libsodium: 1.0.16 -> 1.0.17 2019-04-09 22:01:38 +02:00
R. RyanTM 325fa0d51b libnfs: 3.0.0 -> 4.0.0 (#57285)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libnfs/versions
2019-04-09 21:57:04 +02:00
Frederik Rietdijk d108b49168 Merge master into staging-next 2019-04-09 16:38:35 +02:00
Jan Tojnar 1fffbf8ae7
gegl_0_4: 0.4.12 → 0.4.14
Upgrade, clean up and remove intltool, which is not used since 0.3.22.
2019-04-09 16:04:57 +02:00
R. RyanTM df1dbc6327 aws-c-common: 0.3.2 -> 0.3.3 (#56596)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-c-common/versions
2019-04-09 00:36:07 +02:00
R. RyanTM 436b925156 mbedtls: 2.15.1 -> 2.16.0 (#53278)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbedtls/versions
2019-04-09 00:34:00 +02:00
R. RyanTM f8376f17a7 libsForQt5.mlt: 6.12.0 -> 6.14.0 (#58724)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mlt/versions
2019-04-08 23:53:18 +02:00
R. RyanTM 42bad1bf03 libbluray: 1.0.2 -> 1.1.0 (#57270)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbluray/versions
2019-04-08 22:50:48 +02:00
R. RyanTM e0d8d72a9f aws-sdk-cpp: 1.7.53 -> 1.7.56 (#56595)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-08 22:44:22 +02:00
R. RyanTM 759e54888c gtksourceview: 3.24.9 -> 3.24.10 (#58175)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtksourceview/versions
2019-04-08 22:34:31 +02:00
R. RyanTM 875c891ee4 qwt6_qt4: 6.1.3 -> 6.1.4 (#58863)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qwt/versions
2019-04-08 22:16:17 +02:00
R. RyanTM 9ca5a58e9e libsolv: 0.7.3 -> 0.7.4 (#58712)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2019-04-08 20:51:48 +02:00
R. RyanTM 8123d6236b spice-protocol: 0.12.14 -> 0.12.15 (#58889)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spice-protocol/versions
2019-04-08 20:19:32 +02:00
Ryan Mulligan debd42753f
Merge pull request #58299 from r-ryantm/auto-update/liblo
liblo: 0.29 -> 0.30
2019-04-08 09:34:49 -07:00
R. RyanTM ec2df9895f folly: 2019.01.28.00 -> 2019.03.18.00 (#58673)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-04-08 15:37:30 +00:00
Ryan Mulligan 4135ad69a1
Merge pull request #58316 from r-ryantm/auto-update/libwpg
libwpg: 0.3.2 -> 0.3.3
2019-04-08 07:19:33 -07:00
R. RyanTM 4538f9ee3f flatpak: 1.2.3 -> 1.2.4 (#58671)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak/versions
2019-04-08 12:39:13 +02:00
Austin Seipp 8ace9e6a44 pmdk: init at 1.6
Intel is finally shipping real persistent memory, now that Optane DCPMMs
are available with Cascade Lake processors. Therefore, programmers need
a persistent memory programming API!

In particular, pmdk is needed for QEMU features relating to persistent
memory: by enabling pmdk as a dependency of QEMU, you can proxy NVDIMMs
from the host system to virtual machines with the exact same consistency
guarantees. (In the normal case, these host NVDIMMs can be used as a
backend device for DAX-enabled filesystems, and the persistent memory
given to the virtual machine can be represeted as objects in the
filesystem, allowing granular distribution of non-volatile memory to
clients.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
Austin Seipp 7fd1250b80 libndctl: 63 -> 64.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-08 01:42:26 -05:00
Ryan Mulligan c2a27c27c0
Merge pull request #58008 from r-ryantm/auto-update/babl
babl: 0.1.60 -> 0.1.62
2019-04-07 17:36:55 -07:00
Ryan Mulligan 12bb60fc18
Merge pull request #58643 from andrewchambers/fix-license
vo-amrwbenc: Fix an incorrect license.
2019-04-07 17:22:10 -07:00
Ryan Mulligan 096603c68a
Merge pull request #58703 from r-ryantm/auto-update/leatherman
leatherman: 1.5.4 -> 1.6.0
2019-04-07 16:40:41 -07:00
Ryan Mulligan 11645d307b
Merge pull request #58681 from r-ryantm/auto-update/glog
glog: 0.3.5 -> 0.4.0
2019-04-07 15:37:59 -07:00
Ryan Mulligan 0d6c98647e
Merge pull request #57234 from r-ryantm/auto-update/fltk
fltk: 1.3.4 -> 1.3.5
2019-04-07 14:54:18 -07:00
R. RyanTM 4cbf06a96f libx86emu: 2.1 -> 2.2 (#58716)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libx86emu/versions
2019-04-07 23:37:30 +02:00
Will Dietz d36e8e7115 libpqxx: 6.4.2 -> 6.4.3 (#59035)
https://github.com/jtv/libpqxx/releases/tag/6.4.3
2019-04-07 22:53:27 +02:00
Vladimír Čunát e1f55599cc
Merge #58589: openblas: fix aarch64 build 2019-04-07 16:58:42 +02:00
R. RyanTM 7118af7a88 sqlcipher: 4.0.1 -> 4.1.0 (#58890)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sqlcipher/versions
2019-04-07 16:35:38 +02:00
R. RyanTM 39d0895092 socket_wrapper: 1.2.1 -> 1.2.3 (#58884)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/socket_wrapper/versions
2019-04-07 16:33:33 +02:00
R. RyanTM b7302ddbea liblouis: 3.5.0 -> 3.9.0 (#58302)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblouis/versions
2019-04-07 16:07:31 +02:00
Frederik Rietdijk 7f7da0a16f Merge master into staging-next 2019-04-07 15:14:52 +02:00
Gabriel Ebner 34cd3ac020
Merge pull request #59101 from gebner/lib3mf
lib3mf: init at 1.8.1
2019-04-07 12:09:39 +02:00
Gabriel Ebner 8eee84f0eb lib3mf: init at 1.8.1 2019-04-07 11:38:07 +02:00
R. RyanTM 64bf8ff4b4 grpc: 1.18.0 -> 1.19.0 (#56693)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-04-07 09:37:55 +00:00
Frederik Rietdijk 4a125f6b20 Merge master into staging-next 2019-04-07 08:33:41 +02:00
worldofpeace a4ca883c5d
Merge pull request #52209 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.08.1 -> 18.12
2019-04-06 18:56:06 -04:00
worldofpeace 6b60fe2831
Merge pull request #59087 from worldofpeace/vala-fixes
gnome3.gitg, vte-ng: fix build
2019-04-06 18:37:54 -04:00
worldofpeace f3ac8d3dca vte-ng: fix build 2019-04-06 17:41:01 -04:00
Vladyslav M 7ea8027446
hunspellDicts.uk-ua: init at 4.2.5 2019-04-06 17:09:12 +03:00
Vladimír Čunát 526c4292ae
Merge branch 'staging-next'
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
Vladimír Čunát 1279016787
Re-Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
This reverts commit 742416addb.
Moved to staging.
2019-04-05 21:03:59 +02:00
Vladimír Čunát 81a6df8f88
Merge branch 'staging-next' into staging 2019-04-05 21:03:37 +02:00
Vladimír Čunát 742416addb
Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
This reverts commit f93e176475, reversing
changes made to 2771375d6e.
The MR was meant for staging, not staging-next, so let's move it.
2019-04-05 20:59:44 +02:00
Robin Gloster 058f9fa78a
Merge pull request #58992 from veprbl/pr/herwig_7_1_5
herwig: 7.1.4 -> 7.1.5
2019-04-05 16:09:55 +00:00
R. RyanTM 75abd6475b wolfssl: 3.15.7 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wolfssl/versions
2019-04-05 15:44:30 +00:00
Ryan Mulligan c27f57cf25
Merge pull request #58910 from r-ryantm/auto-update/vapoursynth-mvtools
vapoursynth-mvtools: 20 -> 21
2019-04-05 06:37:13 -07:00
Tor Hedin Brønner 469c3d7ec3
pango: disable docs on darwin for now
see https://github.com/mesonbuild/meson/issues/5202
2019-04-05 12:14:10 +02:00
Jan Tojnar 59739bd928
ntrack: try to fix build 2019-04-05 12:14:08 +02:00
Tor Hedin Brønner 5cc6b9b474
gtksourceview: disable failing tests 2019-04-05 12:14:07 +02:00
Will Dietz d0841f2884
gtkmm3: 3.24.0 -> 3.24.1 2019-04-05 12:14:01 +02:00
worldofpeace 88837700be
gtksourceview4: use latest vala 2019-04-05 12:13:59 +02:00
worldofpeace 873528026f
gtksourceview3: use latest vala 2019-04-05 12:13:59 +02:00
Jan Tojnar 51d80c2404
gtksourceview4: 4.0.3 → 4.2.0
https://gitlab.gnome.org/GNOME/gtksourceview/blob/4.2.0/NEWS
2019-04-05 12:13:57 +02:00
Jan Tojnar ef9bb8dc4b
geocode-glib: 3.26.0 → 3.26.1 2019-04-05 12:13:56 +02:00
Tor Hedin Brønner cd9aaebb78
gobject-introspection: disable tests on aarch64 2019-04-05 12:13:53 +02:00
worldofpeace 24da401898
gnome3.gnome-menus: 3.31.4 -> 3.32.0 2019-04-05 12:13:47 +02:00
Tor Hedin Brønner 72424f0f22
libmanette: 0.2.1 -> 0.2.2 2019-04-05 12:13:44 +02:00
Tor Hedin Brønner 0f2a2b3258
libgdata: remove obsolete cflags fix 2019-04-05 12:13:36 +02:00
Tor Hedin Brønner 902d38e9b3
pango: 1.42.4 -> 1.43.0
New meson build didn't specify gobject as a required dependency, pull in
upstream patch to fix.

Also move harfbuzz and fribid to buildInputs as those are actually private deps.
2019-04-05 12:13:33 +02:00
Tor Hedin Brønner c85d2489cf
template-glib: 3.30.0 -> 3.32.0
https://gitlab.gnome.org/GNOME/template-glib/blob/3.32.0/NEWS
2019-04-05 12:13:32 +02:00
Tor Hedin Brønner 93c0842af2
jsonrpc-glib: 3.30.1 -> 3.32.0
https://gitlab.gnome.org/GNOME/jsonrpc-glib/blob/3.32.0/NEWS
2019-04-05 12:13:31 +02:00
Christian Theune 3d9e28e96d gettext: apply patch for CVE 2018-18751
Re-include an older automake (1.15) because that's explicitly depended upon.
2019-04-05 11:43:56 +02:00
Tor Hedin Brønner 43d0b425b8
at-spi-core: 2.30.1 -> 2.32.0
https://gitlab.gnome.org/GNOME/at-spi2-core/blob/AT_SPI2_CORE_2_32_0/NEWS
2019-04-05 11:40:35 +02:00
Tor Hedin Brønner 850555edfb
at-spi2-atk: 2.30.1 -> 2.32.0
https://gitlab.gnome.org/GNOME/at-spi2-atk/blob/AT_SPI2_ATK_2_32_0/NEWS
2019-04-05 11:40:34 +02:00
Tor Hedin Brønner 36e34b2126
folks: cleanup 2019-04-05 11:40:33 +02:00
Tor Hedin Brønner 43c905acd1
gexiv2: 0.10.10 -> 0.12.0 2019-04-05 11:40:03 +02:00
Tor Hedin Brønner f6e018a3ed
gvfs: 1.38.1 -> 1.40.0
`codegen.py` no longer exists
2019-04-05 11:40:02 +02:00
Tor Hedin Brønner 491e27a0df
libdazzle: 3.30.2 -> 3.32.0 2019-04-05 11:40:02 +02:00
Tor Hedin Brønner ea541eec9a
libgtop: 2.38.0 -> 2.40.0 2019-04-05 11:40:02 +02:00
Tor Hedin Brønner f2cb37162b
libgweather: 3.28.2 -> 3.32.0 2019-04-05 11:40:01 +02:00
Tor Hedin Brønner 43f21c58ea
librsvg: 2.44.12 -> 2.45.5 2019-04-05 11:40:01 +02:00
Tor Hedin Brønner 7b7b4f37c1
libsoup: 2.64.2 -> 2.66.0 2019-04-05 11:40:00 +02:00
Tor Hedin Brønner 3335779cc0
vte: 0.54.3 -> 0.56.0 2019-04-05 11:40:00 +02:00
Tor Hedin Brønner f95d5f08cf
glib-networking: 2.58.0 -> 2.60.1
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.1/NEWS

* fixes the telepathy-idle CPU load issue
2019-04-05 11:40:00 +02:00
Tor Hedin Brønner f3911d3ff2
gobject-introspection: 1.58.3 -> 1.60.0 2019-04-05 11:39:59 +02:00
Tor Hedin Brønner e7bc21bacd
glib: 2.58.3 -> 2.60.0
- `install_dir : bin` fix is now upstream
- We now need to pass `nls=enabled` to install po/Makefile.in.in
2019-04-05 11:39:58 +02:00
Jan Tojnar cb1a20499a
Merge branch 'master' into staging 2019-04-05 11:37:15 +02:00
Jan Tojnar 79b3d1b33d
Merge pull request #56805 from dtzWill/update/cracklib-2.9.7
cracklib: 2.9.6 -> 2.9.7, generate dictionary from wordlists
2019-04-05 11:28:13 +02:00
Dmitry Kalinkin b154937027
herwig: 7.1.4 -> 7.1.5
thepeg: 2.1.4 -> 2.1.5
2019-04-05 00:21:17 -04:00
Carles Pagès c07783f37d pcl: 1.8.1 -> 1.9.1
Rework of #58825, closes #51573.
2019-04-04 23:15:40 +02:00
markuskowa e03966a60f
Merge pull request #58904 from r-ryantm/auto-update/tpm2-tss
tpm2-tss: 2.2.1 -> 2.2.2
2019-04-03 21:17:44 +02:00
Markus Kowalewski 60cdd32c40 tbb: 2018_U5 -> 2019_U5 2019-04-03 13:42:49 -05:00
Timo Kaufmann e4d2143802
Revert "libtermkey: 0.20 -> 0.22 (#58308)" (#58938)
This reverts commit 80aaa752f5.
2019-04-03 14:46:46 +00:00
markuskowa 30c081eb59
Merge pull request #56891 from markuskowa/upd-arpack
arpack: 3.6.3 -> 3.7.0
2019-04-03 15:47:43 +02:00
Markus Kowalewski 70867a92f6
arpack: fix tests on darwin 2019-04-03 10:48:52 +02:00
Markus Kowalewski 9a60a65249
arpack: 3.6.3 -> 3.7.0
* switch to FetchFromGitHub
* switch from autotools to cmake
* add eigen to input (is now required)
2019-04-03 10:48:52 +02:00
R. RyanTM 55537ba1eb vapoursynth-mvtools: 20 -> 21
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vapoursynth-mvtools/versions
2019-04-03 00:58:20 -07:00
R. RyanTM 9efb27e878 tpm2-tss: 2.2.1 -> 2.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tpm2-tss/versions
2019-04-02 23:38:31 -07:00
Michael Raskin ccd84e93bc
Merge pull request #58737 from r-ryantm/auto-update/libosip2
libosip: 5.0.0 -> 5.1.0
2019-04-03 04:33:12 +00:00
Vladimír Čunát 2771375d6e
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
Timo Kaufmann 69555825f8
eclib: 20180815 -> 20190226 (#58801)
Needs a sage patch, see
https://trac.sagemath.org/ticket/27360.
2019-04-02 15:39:20 +00:00
Franz Pletz 7c0e94c5d0
nuspell: 2.1.0 -> 2.2.0 2019-04-02 12:02:40 +02:00
markuskowa 7464e6d6ef
Merge pull request #58689 from markuskowa/upd-mkl
mkl: 2019.0.117 -> 2019.3.199
2019-04-02 10:13:24 +02:00
Franz Pletz a2f5d643b5
Merge pull request #58278 from rnhmjoj/fix-nheko
mtxclient: patch to workaround matrix synapse bug
2019-04-02 08:10:17 +00:00
Elis Hirwing cf72f74b88
Merge pull request #58652 from r-ryantm/auto-update/cimg
cimg: 1.7.9 -> 2.5.5
2019-04-02 09:24:47 +02:00
R. RyanTM 1b512528ce libosip: 5.0.0 -> 5.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libosip2/versions
2019-04-01 22:51:37 -07:00
Markus Kowalewski 734c6c21cb
mkl: 2019.0.117 -> 2019.3.199 2019-04-01 21:50:23 +02:00
R. RyanTM 3bde94991d leatherman: 1.5.4 -> 1.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-04-01 12:33:52 -07:00