summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* zlib: Fix zlib.net URL. (#21753)Sebastian Hagen2017-01-08
| | | | | | | | | Look for primary source file below http://zlib.net/fossils/ as opposed to http://zlib.net/ . zlib-1.2.8.tar.gz is still available at the former location, and will likely remain there. In addition, it's important that the first URL work since zlib is in the bootstrap path, and 16.09 (at least) bootstrap doesn't try to fetch from later ones.
* Merge pull request #21382 from johbo/darwin-pygtk-quartz-backendDaiderd Jordan2017-01-08
|\ | | | | Darwin gtk2/pygtk quartz backend
| * gtk-mac-integration: init at 2.0.8Matthew Bauer2017-01-07
| |
| * cairo: Add ApplicationServices as propagatedBuildInputJohannes Bornhold2017-01-07
| | | | | | | | Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz.
| * gtk2: Use quartz backend on darwinJohannes Bornhold2017-01-07
| |
| * librsvg: Add framework ApplicationServices for darwinJohannes Bornhold2017-01-07
| |
| * pango: Add darwin frameworks for fond renderingJohannes Bornhold2017-01-07
| |
| * cairo: Add CoreText for darwinJohannes Bornhold2017-01-07
| | | | | | | | | | This helps so that fonts are properly rendered in gtk when used with the backend "quartz".
* | libpqxx: use gnused_422Domen Kožar2017-01-07
| |
* | libtermkey: from 0.18 to 0.19Anmol Sethi2017-01-07
|/
* openjpeg2: patch for multiple CVEsGraham Christensen2017-01-07
| | | | | | | | | | | | | | | | | | - Floating Point Exception (aka FPE or divide by zero) in opj_pi_next_cprl function in openjp2/pi.c:523 in OpenJPEG 2.1.2. (CVE-2016-9112) - There is a NULL Pointer Access in function imagetopnm of convert.c:1943(jp2) of OpenJPEG 2.1.2. image->comps[compno].data is not assigned a value after initialization(NULL). Impact is Denial of Service. (CVE-2016-9114) - NULL Pointer Access in function imagetopnm of convert.c:2226(jp2) in OpenJPEG 2.1.2. Impact is Denial of Service. Someone must open a crafted j2k file. (CVE-2016-9116) - Heap Buffer Overflow (WRITE of size 4) in function pnmtoimage of convert.c:1719 in OpenJPEG 2.1.2. (CVE-2016-9118)
* libuv: disable getaddrinfo tests.Shea Levy2017-01-06
| | | | Seem to require network access, at least on darwin
* Merge pull request #21640 from mguentner/cpp_ipfs_api_updateFranz Pletz2017-01-07
|\ | | | | cpp-ipfs-api: 2016-11-09 -> 2017-01-04
| * cpp-ipfs-api: 2016-11-09 -> 2017-01-04Maximilian Güntner2017-01-04
| | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | Merge pull request #21650 from dbalan/ldns-1.7.0Thomas Tuegel2017-01-06
|\ \ | | | | | | ldns 1.6.17 -> 1.7.0
| * | ldns 1.6.17 -> 1.7.0Dhananjay Balan2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://git.nlnetlabs.nl/ldns/tree/Changelog?id=release-1.7.0 Openssl-1.1.0 is used to enable offline DANE verification (Needed for the DANE-TA usage type) ``` configure: error: OpenSSL does not support offline DANE verification (Needed for the DANE-TA usage type). Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage builder /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed with exit code 1 error: build /nix/store/m6n021fbk5h4iywzi3n26j95ksps9mwc-ldns-1.7.0. failed drvof drvfor ```
* | | libpng12: security 1.2.56 -> 1.2.57Vladimír Čunát2017-01-06
| | | | | | | | | | | | CVE-2016-10087
* | | nghttp2: refactor (close #21029)c0bw3b2017-01-06
| | | | | | | | | | | | | | | Turning the dependencies unrelated to the base libnghttp2 into proper options. vcunat modified the commit slightly.
* | | libuv: Tests fail when cross-compilingShea Levy2017-01-06
| | |
* | | Merge branch 'staging'; security /cc #21642Vladimír Čunát2017-01-06
|\ \ \
| * | | treewide: more fixes of phases after bash 4.3 -> 4.4Vladimír Čunát2017-01-05
| | | | | | | | | | | | | | | | I'm surprised that the packages ever worked.
| * | | fontconfig-ultimate: fixup after bash updateVladimír Čunát2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | I've got no idea why it was trying to override the phase list and in such a way. Still, it's slightly discomforting that the expansion semantics was changed in bash.
| * | | Merge branch 'master' into stagingVladimír Čunát2017-01-04
| |\ \ \
| * \ \ \ Merge pull request #21643 from symphorien/python-tixFrederik Rietdijk2017-01-04
| |\ \ \ \ | | |_|_|/ | |/| | | Python tix module
| | * | | tix: init at 8.4.1Symphorien Gibol2017-01-04
| | | | |
| | * | | tk: add private headers to /includeSymphorien Gibol2017-01-04
| | | | | | | | | | | | | | | | | | | | those are necessary to build some extensions like tix
| | * | | Merge #21526: unbound 1.5.10 -> 1.6.0Vladimír Čunát2016-12-30
| | |\ \ \
* | | | | | smack: 3.4.1 -> 4.1.9, fixe CVE-2016-10027Franz Pletz2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | cc #21642
* | | | | | libmemcached: update sha256 hashnzupec2017-01-05
| |_|_|/ / |/| | | |
* | | | | libvncserver: enable libgcryptDomen Kožar2017-01-04
| | | | | | | | | | | | | | | | | | | | This allows encrypted vnc sessions for remmina
* | | | | libbrotli: 20160120 -> 1.0Franz Pletz2017-01-04
| |_|_|/ |/| | |
* | | | glslang, spirv-tools, vulkan-loader: add metainformationNikolay Amiantov2017-01-04
|/ / /
* | | rocksdb: properly fix #21215Domen Kožar2017-01-03
| | |
* | | rocksdb: build without debugDomen Kožar2017-01-03
| | |
* | | Revert "rocksdb-haskell: just compile rocksdb statically to fix #21215"Domen Kožar2017-01-03
| | | | | | | | | | | | This reverts commit 5e5df0fea29323a1a75b8a16911e22955525ed82.
* | | Merge pull request #21617 from mguentner/subsurface_betaPascal Wittmann2017-01-03
|\ \ \ | | | | | | | | subsurface 4.5.6 -> 4.5.97
| * | | Revert "libgit2: reinit at 0.23.2"Maximilian Güntner2017-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2e15a8f2dde53484082d48b14d3557b8009f61ac. libgit2 v0.23.2 is no longer necessary due to edbe73dc13e6090269f0d8b2bb759c7957a83ec1 Signed-off-by: Maximilian Güntner <code@klandest.in>
| * | | libdivecomputer: add subsurface versionMaximilian Güntner2017-01-03
| | | | | | | | | | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | | | Merge pull request #21466 from abbradar/kde-wrapperThomas Tuegel2017-01-03
|\ \ \ \ | |/ / / |/| | | Flatten nested kdeWrappers
| * | | kdeWrapper: allow wrapping several packagesNikolay Amiantov2017-01-03
| | | |
* | | | czmqpp: enable on darwinDaiderd Jordan2017-01-03
| | | |
* | | | libmwaw: 0.3.8 -> 0.3.9Michael Raskin2017-01-02
| | | |
* | | | eigen3_3: init at 3.3.1; not compatible enough with 3.2.5 to switch the ↵Michael Raskin2017-01-02
| | | | | | | | | | | | | | | | default immediately
* | | | libpng: 1.6.26 -> 1.6.27; a security update; @grahamc should this be ported ↵Michael Raskin2017-01-02
| | | | | | | | | | | | | | | | to stable immediately or together with some other mass-rebuild change
* | | | libgphoto2: 2.5.10 -> 2.5.11Michael Raskin2017-01-02
| | | |
* | | | webkitgtk: 2.14.1 -> 2.14.2Herwig Hochleitner2017-01-02
| | | | | | | | | | | | | | | | Add dependencies
* | | | add introspection to gmimeBrandon Dimcheff2017-01-01
| | | | | | | | | | | | | | | | | | | | This was necessary for astroid to work with gmime, and I thought it would be generally useful.
* | | | xylib: 1.4 -> 1.5Pascal Wittmann2017-01-01
| | | |
* | | | Merge pull request #21444 from league/fix/gphoto2-udevJörg Thalheim2017-01-01
|\ \ \ \ | | | | | | | | | | gphoto2: nixos programs module to configure udev
| * | | | gphoto2: nixos programs module to configure udevChristopher League2016-12-27
| |/ / / | | | | | | | | | | | | Closes #21420.