diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /media/libopus | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libopus')
-rw-r--r-- | media/libopus/moz.build | 2 | ||||
-rw-r--r-- | media/libopus/moz.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media/libopus/moz.build b/media/libopus/moz.build index c5b2021ba7..68e2267ee5 100644 --- a/media/libopus/moz.build +++ b/media/libopus/moz.build @@ -21,7 +21,7 @@ FINAL_LIBRARY = "gkcodecs" NoVisibilityFlags() DEFINES["OPUS_BUILD"] = True -DEFINES["OPUS_VERSION"] = "fdb198e88660721e289df94c29e91f70caff787e" +DEFINES["OPUS_VERSION"] = "20568812ae92bb148fe3fb0190b7629f1c4d0b96" DEFINES["USE_ALLOCA"] = True DEFINES["ENABLE_HARDENING"] = True diff --git a/media/libopus/moz.yaml b/media/libopus/moz.yaml index 7728a66c41..e5a8d5e03f 100644 --- a/media/libopus/moz.yaml +++ b/media/libopus/moz.yaml @@ -20,11 +20,11 @@ origin: # Human-readable identifier for this version/release # Generally "version NNN", "tag SSS", "bookmark SSS" - release: fdb198e88660721e289df94c29e91f70caff787e (2024-04-09T14:29:12.000-04:00). + release: 20568812ae92bb148fe3fb0190b7629f1c4d0b96 (2024-04-29T17:13:45.000+02:00). # Revision to pull in # Must be a long or short commit SHA (long preferred) - revision: fdb198e88660721e289df94c29e91f70caff787e + revision: 20568812ae92bb148fe3fb0190b7629f1c4d0b96 # The package's license, where possible using the mnemonic from # https://spdx.org/licenses/ |