Skip to content

Comments

libwebp: 1.2.2 -> 1.2.3#184343

Merged
ajs124 merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/libwebp
Aug 1, 2022
Merged

libwebp: 1.2.2 -> 1.2.3#184343
ajs124 merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/libwebp

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebp/versions.

meta.description for libwebp is: "Tools and library for the WebP image format"

meta.homepage for libwebp is: "https://developers.google.com/speed/webp/"

meta.changelog for libwebp is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.2.3 with grep in /nix/store/d0xzpbvc6lzarqy7islrdk6ga72b4c2p-libwebp-1.2.3
  • found 1.2.3 in filename of file in /nix/store/d0xzpbvc6lzarqy7islrdk6ga72b4c2p-libwebp-1.2.3

Rebuild report (if merged into master) (click to expand)
11234 total rebuild path(s)

11234 package rebuild(s)

First fifty rebuilds by attrpath

AusweisApp2
CHOWTapeModel
ChowCentaur
ChowKick
ChowPhaser
CuboCore.coreaction
CuboCore.corearchiver
CuboCore.corefm
CuboCore.coregarage
CuboCore.corehunt
CuboCore.coreimage
CuboCore.coreinfo
CuboCore.corekeyboard
CuboCore.corepad
CuboCore.corepaint
CuboCore.corepdf
CuboCore.corepins
CuboCore.corerenamer
CuboCore.coreshot
CuboCore.corestats
CuboCore.corestuff
CuboCore.coreterminal
CuboCore.coretime
CuboCore.coretoppings
CuboCore.coreuniverse
CuboCore.libcprime
CuboCore.libcsys
DisnixWebService
EmptyEpsilon
HentaiAtHome
LibreArp
LibreArp-lv2
MIDIVisualizer
OSCAR
OVMF
OVMFFull
PageEdit
R
SDL2
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_sound
SDL2_ttf
SDL2_ttf_2_0_15
SDL_audiolib
SDL_compat
SDL_gpu
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/d0xzpbvc6lzarqy7islrdk6ga72b4c2p-libwebp-1.2.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A libwebp https://github.com/r-ryantm/nixpkgs/archive/964ee6f55f23058eead4bbfd3c3c037213a251f0.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/d0xzpbvc6lzarqy7islrdk6ga72b4c2p-libwebp-1.2.3
ls -la /nix/store/d0xzpbvc6lzarqy7islrdk6ga72b4c2p-libwebp-1.2.3/bin


Pre-merge build results

NixPkgs review skipped


Maintainer pings

cc @ajs124 for testing.

@ajs124 ajs124 added 1.severity: security Issues which raise a security issue, or PRs that fix one backport release-22.05 and removed backport release-22.05 labels Jul 31, 2022
@ajs124
Copy link
Member

ajs124 commented Jul 31, 2022

NEWS mentions security fix for lossless encoder (#565, chromium:1313709), but I can't seem to find any details on that

@ofborg ofborg bot requested a review from ajs124 July 31, 2022 21:33
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Jul 31, 2022
@risicle
Copy link
Contributor

risicle commented Aug 1, 2022

Cherry-picked to master for testing, freeimage gd graphicsmagick imagemagick imlib2 libjxl opencv vips python3Packages.pillow python3Packages.imread haskellPackages.webp build on macos 10.15 & nixos x86_64. pkgsMusl and pkgsCross.aarch64-multiplatform variants build. libwebp builds on nixos aarch64.

@ajs124 ajs124 merged commit 61b550c into NixOS:staging Aug 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2022

Backport failed for staging-22.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.05
git worktree add -d .worktree/backport-184343-to-staging-22.05 origin/staging-22.05
cd .worktree/backport-184343-to-staging-22.05
git checkout -b backport-184343-to-staging-22.05
ancref=$(git merge-base b8dff84931b4192eb93c10c6bc06752e9c93f88e 964ee6f55f23058eead4bbfd3c3c037213a251f0)
git cherry-pick -x $ancref..964ee6f55f23058eead4bbfd3c3c037213a251f0

@ajs124 ajs124 mentioned this pull request Aug 1, 2022
13 tasks
@ajs124
Copy link
Member

ajs124 commented Aug 1, 2022

backport in #184558

@r-ryantm r-ryantm deleted the auto-update/libwebp branch August 2, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants