Commit Graph

24541 Commits

Author SHA1 Message Date
Guillaume Bouchard
4f031c061b partio: 1.1.0 -> 2018-03-01
- The version 1.1.0 is 6 years old and was not compiling anymore with GCC 7.0
- Fixed buildInputs / nativeBuildInputs
- Set platform to linux, it does not work on OSX
2018-03-03 12:12:21 +01:00
Ryan Mulligan
6eecefbfbe petsc: 3.7.6 -> 3.8.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/saws/getSAWs.bash -h` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/saws/getSAWs.bash --help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/saws/getSAWs.bash help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py -h` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py --help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py -V` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py -v` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py --version` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py version` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py -h` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py --help` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/update.py help` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscnagupgrade.py -h` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscnagupgrade.py --help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscnagupgrade.py help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/sendToJenkins -h` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/sendToJenkins --help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/sendToJenkins -h` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/sendToJenkins --help` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscdiff -h` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscdiff --help` got 0 exit code
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscdiff -h` and found version 3.8.3
- ran `/nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3/bin/petscdiff --help` and found version 3.8.3
- found 3.8.3 with grep in /nix/store/fgr3yvhrnvfhr0czc4ygx1mnjsrv4f4i-petsc-3.8.3
2018-03-03 11:03:57 +00:00
Austin Seipp
0339dc5fae libftdi: enable async mode
Apparently, async mode for libftdi 0.20 is allegedly disabled when using
libusb-compat wrappers, as libftdi does not really support libftdi 1.x. Because
we only ship libusb-compat, this would normally make async mode completely
unavailable.

Except distributions like Ubuntu just disable this check completely! See this
patch from Launchpad:

https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libftdi/trusty/view/head:/debian/patches/04_async_mode.diff

In the spirit of good competition (and feature parity for software that
*doesn't* support the synchronous mode, thanks to Ubuntu silently ensuring
their async-only paths work) we enable this just the same.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-02 21:20:54 -06:00
Jörg Thalheim
063669901a
Merge pull request #36211 from Mic92/mlt
mlt: 6.4.1 -> 6.6.0
2018-03-02 23:25:27 +00:00
lewo
ab8cddbc07
Merge pull request #35663 from dywedir/gphoto2
gphoto2: 2.5.11 -> 2.5.15
2018-03-02 22:11:28 +01:00
Jörg Thalheim
d2850489f7
Merge pull request #36194 from maurer/bap-1.4
BAP update to 1.4
2018-03-02 15:45:24 +00:00
Jörg Thalheim
e044db3974 mlt: 6.4.1 -> 6.6.0
fix opencv incompatibility reported in #36170
2018-03-02 14:05:23 +00:00
adisbladis
195f1725eb
Merge pull request #35991 from ryantm/auto-update/rdkafka-0.9.5-to-0.11.3
rdkafka: 0.9.5 -> 0.11.3
2018-03-02 18:41:35 +08:00
adisbladis
0fc2ddbc29
Merge pull request #35907 from ryantm/auto-update/msilbc-2.0.3-to-2.1.2
msilbc: 2.0.3 -> 2.1.2
2018-03-02 11:43:10 +08:00
adisbladis
30e40cd656
Merge pull request #35758 from ryantm/auto-update/libbson-1.8.0-to-1.9.2
libbson: 1.8.0 -> 1.9.2
2018-03-02 11:40:57 +08:00
adisbladis
6977dc07f8
Merge pull request #35761 from ryantm/auto-update/libebur128-1.0.2-to-1.2.4
libebur128: 1.0.2 -> 1.2.4
2018-03-02 11:26:44 +08:00
adisbladis
acdbd12f17
Merge pull request #35935 from ryantm/auto-update/opendht-1.3.4-to-1.5.0
opendht: 1.3.4 -> 1.5.0
2018-03-02 10:51:36 +08:00
timor
76a01ad9d1 hunspell-dicts: add support for german dictionary
Note that this relies on ispell as a dependency.  Also, perl and hunspell itself
are used during building the dictionary.
2018-03-01 23:54:04 +01:00
Will Dietz
d545bb649a
Merge pull request #36192 from dtzWill/update/range-v3-0.3.5
rangev3: 2017-01-30 -> 0.3.5, build and run tests
2018-03-01 16:37:56 -06:00
Matthew Maurer
a9409104a0 bap: 1.2 -> 1.4 2018-03-01 17:22:43 -05:00
Will Dietz
2e59e03d17 range-v3: tests 2018-03-01 15:47:48 -06:00
Will Dietz
17af21d231 range-v3: 2017-01-30 -> 0.3.5 2018-03-01 15:35:15 -06:00
Daiderd Jordan
0feffd2232
Merge pull request #35419 from Kaali/master
Support mopidy on Darwin
2018-03-01 22:07:28 +01:00
Ryan Mulligan
f82d282c0a readosm: 1.0.0b -> 1.1.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.1.0 with grep in /nix/store/fxmc6jijyscbyhiyjdflbpmbf7hn9v41-readosm-1.1.0
- found 1.1.0 in filename of file in /nix/store/fxmc6jijyscbyhiyjdflbpmbf7hn9v41-readosm-1.1.0
2018-03-01 16:23:40 +01:00
Ryan Mulligan
7620b00481 stfl: 0.22 -> 0.24
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.24 with grep in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24
- found 0.24 in filename of file in /nix/store/9xdm9pfw8ckr8n58f2n2pz7vpz54wj72-stfl-0.24

cc "@lovek323"
2018-03-01 15:27:03 +01:00
Jörg Thalheim
1cb726b937
Merge pull request #36135 from romildo/upd.catch
catch: 1.11.0 -> 1.12.0
2018-03-01 09:08:18 +00:00
Sam Parkinson
de650d4766 elementary-cmake-modules: init at 319ec5336... 2018-03-01 06:46:31 +02:00
Ryan Mulligan
b568a7c673 liburcu: 0.9.5 -> 0.10.1
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.10.1 with grep in /nix/store/hfqs5amwgnhsmp0jbyw5fbg5vvx7n60w-liburcu-0.10.1
- found 0.10.1 in filename of file in /nix/store/hfqs5amwgnhsmp0jbyw5fbg5vvx7n60w-liburcu-0.10.1
2018-03-01 00:42:38 +01:00
Ryan Mulligan
df06864cdf soundtouch: 1.9.2 -> 2.0.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.0.0 with grep in /nix/store/mccg5fjzlk40fic8crh6mj0nknwmr774-soundtouch-2.0.0
- found 2.0.0 in filename of file in /nix/store/mccg5fjzlk40fic8crh6mj0nknwmr774-soundtouch-2.0.0
2018-02-28 20:49:28 +00:00
Ryan Mulligan
c0dca07e92 unixODBC: 2.3.4 -> 2.3.5
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/isql --help` got 0 exit code
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/isql --version` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/isql --help` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/odbcinst --help` got 0 exit code
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/odbcinst --version` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/odbcinst --help` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/iusql --help` got 0 exit code
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/iusql --version` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/iusql --help` and found version 2.3.5
- ran `/nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5/bin/odbc_config --version` and found version 2.3.5
- found 2.3.5 with grep in /nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5
- found 2.3.5 in filename of file in /nix/store/vs2i1mz87r31icar1kp880wq81bk2wy5-unixODBC-2.3.5
2018-02-28 20:32:41 +00:00
Shea Levy
edf0a76211
glibc_2_27: LOCAL_ARCHIVE -> LOCALE_ARCHIVE 2018-02-28 14:09:22 -05:00
José Romildo Malaquias
87f8676229 catch: 1.11.0 -> 1.12.0 2018-02-28 15:16:27 -03:00
Thomas Tuegel
e7a573a85a
Merge pull request #35735 from ryantm/auto-update/jsoncpp-1.8.0-to-1.8.4
jsoncpp: 1.8.0 -> 1.8.4
2018-02-28 10:04:09 -06:00
Thomas Tuegel
6302143397
Merge pull request #35942 from ryantm/auto-update/openspecfun-0.4-to-0.5.3
openspecfun: 0.4 -> 0.5.3
2018-02-28 10:03:39 -06:00
Jan Tojnar
150ead93e4
libgee_0_{6,8}: get rid of legacy libgee
It was never needed anyway. [1]

[1]: https://github.com/NixOS/nixpkgs/pull/19421
2018-02-28 16:08:44 +01:00
Ryan Mulligan
901576e846 pythia: 8.219 -> 8.226
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config -h` got 0 exit code
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config --help` got 0 exit code
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config help` got 0 exit code
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config -V` and found version 8.226
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config -v` and found version 8.226
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config --version` and found version 8.226
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config version` and found version 8.226
- ran `/nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226/bin/pythia8-config help` and found version 8.226
- found 8.226 with grep in /nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226
- found 8.226 in filename of file in /nix/store/whxh0pc4qfz97dhxsn8ya9pwy1w9msz1-pythia-8.226

cc "@veprbl"
2018-02-28 15:02:21 +00:00
Ryan Mulligan
abec360b76 qca-qt5: 2.1.1 -> 2.1.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 -h` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 --help` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/mozcerts-qt5 help` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 -h` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 --help` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 help` got 0 exit code
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 -v` and found version 2.1.3
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 --version` and found version 2.1.3
- ran `/nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3/bin/qcatool-qt5 version` and found version 2.1.3
- found 2.1.3 with grep in /nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3
- found 2.1.3 in filename of file in /nix/store/m57l1rvkq2yb9yk1hsjs5bnj0g0ylhsx-qca-qt5-2.1.3

cc "@ttuegel"
2018-02-28 15:01:59 +00:00
Ryan Mulligan
69285b5f13 tcllib: 1.18 -> 1.19
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.19 with grep in /nix/store/6125kc5ryhd9vxwf6j7bbdv57ajsi2hs-tcllib-1.19
2018-02-28 14:30:27 +00:00
Ryan Mulligan
ffdfd50fec opencollada: 1.6.59 -> 1.6.62
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.6.62 with grep in /nix/store/4ss521i0480p31fgmlqkv4rcrrfv8zw2-opencollada-1.6.62
- found 1.6.62 in filename of file in /nix/store/4ss521i0480p31fgmlqkv4rcrrfv8zw2-opencollada-1.6.62

cc "@eelco"
2018-02-28 14:28:46 +00:00
Ryan Mulligan
908cf0784f resolv_wrapper: 1.1.3 -> 1.1.5
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.1.5 with grep in /nix/store/wfbq0x34zgwrazsib5pv5wbv1zb1yrpk-resolv_wrapper-1.1.5
- found 1.1.5 in filename of file in /nix/store/wfbq0x34zgwrazsib5pv5wbv1zb1yrpk-resolv_wrapper-1.1.5

cc "@wkennington"
2018-02-28 14:21:17 +00:00
Ryan Mulligan
8faeaadade rocksdb: 5.10.2 -> 5.10.3
Semi-automatic update. These checks were performed:

- built on NixOS
- found 5.10.3 in filename of file in /nix/store/4db33wajzz0lsdms0bnpqizl280l3kwc-rocksdb-5.10.3

cc "@adev @wkennington"
2018-02-28 14:21:03 +00:00
Frederik Rietdijk
d374fca31d
Merge pull request #36019 from ryantm/auto-update/shapelib-1.4.0-to-1.4.1
shapelib: 1.4.0 -> 1.4.1
2018-02-28 14:14:39 +00:00
Frederik Rietdijk
e2b58ac6e6
Merge pull request #36027 from ryantm/auto-update/socket_wrapper-1.1.5-to-1.1.9
socket_wrapper: 1.1.5 -> 1.1.9
2018-02-28 14:14:07 +00:00
Alexander V. Nikolaev
539efba194 glm: remove 0.9.5.4, as it not used anymore.
was used only in libreoffice-still, where was commented out 2 years ago.
I feel it time for farewell 0.9.5.4.
2018-02-28 15:20:43 +02:00
Ryan Mulligan
539ede7650 tclap: 1.2.1 -> 1.2.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.2.2 with grep in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2
- found 1.2.2 in filename of file in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2
2018-02-28 12:25:07 +01:00
Ryan Mulligan
05f2b05d72 unittest-cpp: 1.6.1 -> 2.0.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.0.0 with grep in /nix/store/llszhnm3pshnbmp7cra1bkal6njag3nn-unittest-cpp-2.0.0
- found 2.0.0 in filename of file in /nix/store/llszhnm3pshnbmp7cra1bkal6njag3nn-unittest-cpp-2.0.0

cc ""
2018-02-28 12:18:49 +01:00
Ryan Mulligan
8fe5c2b8c7 tevent: 0.9.30 -> 0.9.35
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.9.35 with grep in /nix/store/i0wf9rm4gv5l2sd6rfssr7nql1dkpdx4-tevent-0.9.35
- found 0.9.35 in filename of file in /nix/store/i0wf9rm4gv5l2sd6rfssr7nql1dkpdx4-tevent-0.9.35

cc "@wkennington"
2018-02-28 11:55:03 +01:00
Ryan Mulligan
8cf7bfce1d tdb: 1.3.11 -> 1.3.15
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbdump -h` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup -h` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup --help` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup --help` and found version 1.3.15
- found 1.3.15 with grep in /nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15
- found 1.3.15 in filename of file in /nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15

cc "@wkennington"
2018-02-28 11:54:16 +01:00
Ryan Mulligan
2af5567cd2 thepeg: 2.1.1 -> 2.1.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2/bin/setupThePEG help` got 0 exit code
- ran `/nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2/bin/setupThePEG -v` and found version 2.1.2
- ran `/nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2/bin/setupThePEG --version` and found version 2.1.2
- ran `/nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2/bin/runThePEG -v` and found version 2.1.2
- ran `/nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2/bin/runThePEG --version` and found version 2.1.2
- found 2.1.2 with grep in /nix/store/s8bdx22ycxz8j072244q8sng0jxh3sjc-thepeg-2.1.2

cc "@veprbl"
2018-02-28 11:53:49 +01:00
Ryan Mulligan
f696dda953 uid_wrapper: 1.2.0 -> 1.2.4
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.2.4 with grep in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4
- found 1.2.4 in filename of file in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4

cc "@wkennington"
2018-02-28 11:50:56 +01:00
Orivej Desh
3e0b9d6cae
Merge pull request #35970 from ryantm/auto-update/poco-1.7.8-to-1.8.1
poco: 1.7.8 -> 1.8.1
2018-02-28 10:32:29 +00:00
Ryan Mulligan
49a7813a68 opencsg: 1.4.0 -> 1.4.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.4.2 with grep in /nix/store/g48a1pwdycdlx5q4ayxgdyhw1jqp6mn7-opencsg-1.4.2
- found 1.4.2 in filename of file in /nix/store/g48a1pwdycdlx5q4ayxgdyhw1jqp6mn7-opencsg-1.4.2

cc "@raskin"
2018-02-28 11:30:16 +01:00
adisbladis
6632fd23a7
Merge pull request #36105 from ryantm/auto-update/zimg-2.7-to-2.7.4
zimg: 2.7 -> 2.7.4
2018-02-28 18:29:10 +08:00
Jörg Thalheim
bb230d0e22
Merge pull request #36031 from ryantm/auto-update/sqlcipher-3.4.0-to-3.4.2
sqlcipher: 3.4.0 -> 3.4.2
2018-02-28 09:07:22 +00:00
Ryan Mulligan
29fc3496d8 wolfssl: 3.12.0 -> 3.13.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.13.0 in filename of file in /nix/store/pcakgwgq8k7ad2x10ji9z054z87z1pca-wolfssl-3.13.0

cc "@mcmtroffaes"
2018-02-28 07:10:41 +00:00