summary refs log tree commit diff
path: root/pkgs/development/libraries/exiv2
Commit message (Collapse)AuthorAge
* exiv2: fix for darwin by providing libiconvRobert Scott2021-07-17
|
* exiv2: 0.27.3 -> 0.27.4Mica Semrick2021-06-17
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* exiv2: fix build on darwinMario Rodas2020-09-13
|
* exiv2: re-enable split outputsJan Tojnar2020-09-10
| | | | | | Needs an extra patch to fix CMake config. This reverts commit f8f840f6643b6f3e189efce119141ccb9386c45d.
* exiv2: disable output splittingTimo Kaufmann2020-09-09
| | | | This is a temporary workaround. See the linked comment.
* exiv2: clean upJan Tojnar2020-09-07
| | | | | | | | | | | - EXIV2_BUILD_PO has been replaced by EXIV2_ENABLE_NLS https://github.com/Exiv2/exiv2/commit/076585d1476283bc7cffcf08e9006fc64ffbfa10 Confusingly, the former still appears in the flag summary. - Remove enableParallelBuilding since it is on by default with CMake - Reorder the expression - Apply upstream GNUInstallDirs patch - Build stuff in build phase, not in install phase - Add maintainers field (empty at the moment)
* exiv2: 0.27.2 -> 0.27.3Mica Semrick2020-09-04
|
* exiv2: fix CMake export pathsThomas Tuegel2020-07-31
|
* exiv2: fix build on 32-bit armAndrew Childs2020-05-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* exiv2: name the patch as usualVladimír Čunát2020-03-29
| | | | That allows automatic detection of CVEs being fixed (e.g. by vulnix)
* exiv2: fix CVE-2019-20421Symphorien Gibol2020-03-20
|
* exiv2: fix exiv2.pc fileworldofpeace2020-02-25
| | | | This fix comes from #71669.
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: remove redundant recvolth2019-08-28
|
* exiv2: adding DYLD_LIBRARY_PATH= for darwin testsMarek Mahut2019-08-26
|
* exiv2: enabling tests for realMarek Mahut2019-08-26
| | | | Fixes #67453
* exiv2: enable testsMarek Mahut2019-08-26
|
* exiv2: 0.27.1 -> 0.27.2Marek Mahut2019-08-25
| | | | Fixes #67194
* exiv2: enable docs and poworldofpeace2019-06-27
| | | | Also multiout man
* exiv2: 0.26.2018.12.30 -> 0.27.1worldofpeace2019-06-27
| | | | | | | Also run tests and remove additionally installed stuff. Co-authored-by: periklis <periklis.tsirakidis@holidaycheck.com> Co-authored-by: vcunat <vcunat@gmail.com>
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* exiv2: 0.26.2018.06.09 -> 0.26.2018.12.30 (security)Vladimír Čunát2018-12-30
| | | | | | The bump includes all the patches we had and adds some more, e.g. for CVE-2017-1000127. I don't think all CVEs get fixed by that, but 0.27 would currently break too many packages; /cc #50496.
* Merge branch 'master' into add-missing-licensesPascal Wittmann2018-08-06
|\ | | | | | | | | | | Conflicts: pkgs/development/libraries/exiv2/default.nix Set license to gpl2Plus
| * exiv2.meta.license: addVladimír Čunát2018-08-05
| |
| * exiv2: bugfix updatesVladimír Čunát2018-08-04
| | | | | | | | | | - use upstream branch with backports - backport two fixes missing from it yet
* | exiv2: add licensePascal Wittmann2018-08-05
|/ | | | see issue #43716
* exiv2: a batch of security fixesVladimír Čunát2017-12-09
| | | | | /cc #32459. I can't see any other CVE patches that are either backported upstream to the 0.26 branch or applied in some distro.
* exiv2: 0.25 -> 0.26Franz Pletz2017-07-17
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* exiv2: multiple outputsThomas Tuegel2016-04-25
|
* exiv2: update 0.24 -> 0.25Vladimír Čunát2015-12-30
|
* exiv2: fix CVE-2014-9449 by upstream patchVladimír Čunát2015-02-07
| | | | It's just a crash fix, not a "real" vulnerability.
* exiv2: update from 0.23 to 0.24Evgeny Egorochkin2014-02-04
|
* exiv2: update from 0.22 to 0.23Nixpkgs Monitor2013-12-18
|
* exiv2-0.22Yury G. Kudryashov2012-03-05
| | | | svn path=/nixpkgs/trunk/; revision=32796
* exiv2-0.21Yury G. Kudryashov2010-12-13
| | | | svn path=/nixpkgs/trunk/; revision=25102
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* * Updated exiv2, the old one doesn't compile on GCC 4.3.Eelco Dolstra2009-04-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14819
* Added exiv2-0.15 libraryYury G. Kudryashov2007-10-01
svn path=/nixpkgs/trunk/; revision=9389