| Commit message (Expand) | Author | Age | Files | Lines |
| * | exiv2: 0.28.2 -> 0.28.3 | R. Ryantm | 2024-07-08 | 1 | -2/+2 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | pkgs/development/libraries: remove unused fetchpatch and other arguments (#31... | Yohann Boniface | 2024-05-23 | 1 | -1/+0 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | exiv2: 0.28.1 -> 0.28.2 | Weijia Wang | 2024-02-15 | 1 | -10/+3 |
| * | exiv2: 0.28.0 -> 0.28.1•••https://github.com/Exiv2/exiv2/blob/v0.28.1/doc/ChangeLog
Fixes CVE-2023-44398 (High).
https://github.com/Exiv2/exiv2/issues/2762 is now fixed upstream, so
make `checkPhase` run unconditionally again.
| 6t8k | 2023-11-09 | 1 | -4/+11 |
| * | exiv2: 0.27.6 -> 0.28.0 | Weijia Wang | 2023-09-30 | 1 | -63/+36 |
| * | exiv2: fix build on armv7l-linux•••Remove failing tests for now, they're fixed in 0.28
| misuzu | 2023-09-03 | 1 | -0/+6 |
| * | exiv2: 0.27.6 -> 0.27.7 | R. Ryantm | 2023-05-20 | 1 | -2/+2 |
| * | Merge pull request #211847 from wegank/exiv2-bump | Sandro | 2023-01-22 | 1 | -5/+2 |
| |\ |
|
| | * | exiv2: 0.27.5 -> 0.27.6 | Weijia Wang | 2023-01-21 | 1 | -5/+2 |
| * | | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| |/ |
|
| * | exiv2: drop a test on darwin, really now•••I did this wrong in 9927b2f2c3d. `-f` invites typos.
| Vladimír Čunát | 2022-10-09 | 1 | -1/+1 |
| * | exiv2: drop a test on darwin•••It's often an issue; no idea why:
https://hydra.nixos.org/job/nixpkgs/nixpkgs-22.05-darwin/exiv2.aarch64-darwin
though for x86 it seems to have started after compiling via rosetta:
https://hydra.nixos.org/build/192631598
Note that exiv2 blocks the darwin-tested job.
| Vladimír Čunát | 2022-10-09 | 1 | -0/+2 |
| * | exiv2: update homepage | Weijia Wang | 2022-08-07 | 1 | -1/+1 |
| * | exiv2: fix build on aarch64-darwin | Weijia Wang | 2022-08-02 | 1 | -1/+3 |
| * | treewide: use isAarch where appropriate | Alyssa Ross | 2022-07-30 | 1 | -1/+1 |
| * | Merge pull request #153106 from paperdigits/exiv2-bmff | Artturi | 2022-03-19 | 1 | -0/+1 |
| |\ |
|
| | * | exiv2: enable BMFF support | Mica Semrick | 2022-01-01 | 1 | -0/+1 |
| * | | exiv2: fix paths in *.cmake•••The recent merge #131868 (2c1ce604) broke digikam build through this.
| Vladimír Čunát | 2022-02-20 | 1 | -0/+9 |
| * | | Merge #131868: exiv2: Add lib/static outputs, remove reference to gcc | Vladimír Čunát | 2022-02-18 | 1 | -1/+10 |
| |\ \
| |/
|/| |
|
| | * | exiv2: More outputs, remove reference to gcc | Eelco Dolstra | 2021-07-28 | 1 | -1/+10 |
| * | | exiv2: fix for darwin sandbox | Dmitry Kalinkin | 2021-12-21 | 1 | -0/+4 |
| * | | exiv2: 0.27.4 -> 0.27.5 | R. Ryantm | 2021-10-29 | 1 | -2/+2 |
| |/ |
|
| * | exiv2: fix for darwin by providing libiconv | Robert Scott | 2021-07-17 | 1 | -0/+3 |
| * | exiv2: 0.27.3 -> 0.27.4 | Mica Semrick | 2021-06-17 | 1 | -24/+2 |
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -4/+4 |
| * | exiv2: fix build on darwin | Mario Rodas | 2020-09-13 | 1 | -0/+2 |
| * | exiv2: re-enable split outputs•••Needs an extra patch to fix CMake config.
This reverts commit f8f840f6643b6f3e189efce119141ccb9386c45d.
| Jan Tojnar | 2020-09-10 | 1 | -4/+6 |
| * | exiv2: disable output splitting•••This is a temporary workaround. See the linked comment.
| Timo Kaufmann | 2020-09-09 | 1 | -1/+3 |
| * | exiv2: clean up•••- 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)
| Jan Tojnar | 2020-09-07 | 1 | -22/+16 |
| * | exiv2: 0.27.2 -> 0.27.3 | Mica Semrick | 2020-09-04 | 1 | -14/+8 |
| * | exiv2: fix CMake export paths | Thomas Tuegel | 2020-07-31 | 1 | -1/+9 |
| * | exiv2: fix build on 32-bit arm | Andrew Childs | 2020-05-03 | 1 | -2/+3 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | exiv2: name the patch as usual•••That allows automatic detection of CVEs being fixed (e.g. by vulnix)
| Vladimír Čunát | 2020-03-29 | 1 | -1/+1 |
| * | exiv2: fix CVE-2019-20421 | Symphorien Gibol | 2020-03-20 | 1 | -0/+11 |
| * | exiv2: fix exiv2.pc file•••This fix comes from #71669.
| worldofpeace | 2020-02-25 | 1 | -0/+5 |
| * | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH•••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>
| Anders Kaseorg | 2020-01-15 | 1 | -1/+1 |
| * | treewide: remove redundant rec | volth | 2019-08-28 | 1 | -1/+1 |
| * | exiv2: adding DYLD_LIBRARY_PATH= for darwin tests | Marek Mahut | 2019-08-26 | 1 | -0/+8 |
| * | exiv2: enabling tests for real•••Fixes #67453
| Marek Mahut | 2019-08-26 | 1 | -0/+2 |
| * | exiv2: enable tests | Marek Mahut | 2019-08-26 | 1 | -2/+0 |
| * | exiv2: 0.27.1 -> 0.27.2•••Fixes #67194
| Marek Mahut | 2019-08-25 | 2 | -24/+3 |
| * | exiv2: enable docs and po•••Also multiout man
| worldofpeace | 2019-06-27 | 1 | -1/+16 |
| * | exiv2: 0.26.2018.12.30 -> 0.27.1•••Also run tests and remove additionally installed stuff.
Co-authored-by: periklis <periklis.tsirakidis@holidaycheck.com>
Co-authored-by: vcunat <vcunat@gmail.com>
| worldofpeace | 2019-06-27 | 2 | -11/+78 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables
* making ofborg happy
| volth | 2019-06-16 | 1 | -1/+1 |
| * | treewide: Change URLs to HTTPS•••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
| Daniel Schaefer | 2019-04-22 | 1 | -2/+2 |
| * | exiv2: 0.26.2018.06.09 -> 0.26.2018.12.30 (security)•••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.
| Vladimír Čunát | 2018-12-30 | 1 | -25/+3 |
| * | Merge branch 'master' into add-missing-licenses••• Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
| Pascal Wittmann | 2018-08-06 | 1 | -16/+30 |
| |\ |
|