aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
diff options
context:
space:
mode:
authorJohn Soo <jsoo1@asu.edu>2020-01-15 09:56:41 -0800
committerEfraim Flashner <efraim@flashner.co.il>2020-01-21 16:23:52 +0200
commitec438ab295703c83029d3d7e760d375c55e4b384 (patch)
treea9d4218a38a1927cbfa3445d9717d9369e4323b0 /build-aux/update-guix-package.scm
parent27f158ef23fd708a2c31f9f2f2a4e6c6f45761ec (diff)
downloadguix-ec438ab295703c83029d3d7e760d375c55e4b384.tar.gz
guix-ec438ab295703c83029d3d7e760d375c55e4b384.zip
gnu: rust-serde-cbor-0.10: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-serde-cbor-0.10): Update 0.10.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'build-aux/update-guix-package.scm')
0 files changed, 0 insertions, 0 deletions
fixes CVE-2018-18443, CVE-2018-18444]....* gnu/packages/patches/ilmbase-fix-tests.patch: Adjust for new origin. * gnu/packages/patches/ilmbase-openexr-pkg-config.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (ilmbase): Update to 2.4.0. [source]: Change to GIT-FETCH, as tarballs are no longer provided. Add new patch. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Add phase to enter the correct source directory. * gnu/packages/graphics.scm (openexr): Update to 2.4.0. [source]: Inherit from ILMBASE, which comes from the same repository. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Add phase to enter the correct source directory. * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Enable C++11. * gnu/packages/image-processing.scm (opencv)[arguments]: Likewise. Marius Bakke