Skip to content

Commit

Permalink
Updated to libwebp 1.3.2, which addresses CVE-2023-5129
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Sep 27, 2023
1 parent 4617236 commit f826023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Formula/webp-full.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WebpFull < Formula
desc "Image format providing lossless and lossy compression for web images"
homepage "https://developers.google.com/speed/webp/"
url "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.0.tar.gz"
sha256 "64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c"
url "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz"
sha256 "2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4"

head do
url "https://chromium.googlesource.com/webm/libwebp.git"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A complete build of [libwebp](https://developers.google.com/speed/webp/docs/using), including all CLI tools.

Last built/tested on macOS 13.3 ”Ventura” with Xcode 14.2.0 on both Intel and Apple Silicon CPUs.
Last built/tested on macOS 14.0 ”Sonoma” with Xcode 15.0.0 on both Intel and Apple Silicon CPUs.

## Why not the formula from homebrew-core?

Expand All @@ -12,7 +12,7 @@ The formula from homebrew-core disables many of the CLI tools that libwebp provi

```bash
brew unlink webp
brew install skyzyx/ffmpeg/webp-full
brew install skyzyx/webp/webp-full
```

Or, if you’re debugging with a local clone (or you’re _Future Ryan_ and you’re trying to remember how to do this):
Expand Down

0 comments on commit f826023

Please sign in to comment.