-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox/133.0 package update #35153
firefox/133.0 package update #35153
Conversation
octo-sts
bot
commented
Nov 25, 2024
Signed-off-by: wolfi-bot <[email protected]>
Gen AI suggestions to solve the build error: Based on the error output, I'll provide a detailed analysis and solution: • Detected Error:
• Error Category: Version/Configuration • Failure Point: • Root Cause Analysis: • Suggested Fix: RELEASE_TAG=FIREFOX_${{vars.mangled-package-version}}_RELEASE with: RELEASE_TAG=FIREFOX_${package.version}_RELEASE
# Or more specifically:
RELEASE_TAG=FIREFOX_133_0_RELEASE_b1 • Explanation: • Additional Notes:
• References:
|
Package firefox: Click to expand/collapsePackage firefox:
(
"""
# Generated by melange
pkgname = firefox
- pkgver = 132.0.2-r0
+ pkgver = 133.0-r0
arch = x86_64
- size = 264111914
+ size = 265796716
origin = firefox
pkgdesc = Firefox web browser
url =
- commit = 0a7c45840a3b99483e8559a54f5932d27fa5afc5
- builddate = 1732133258
+ commit = f2236f658a174075d1a0189ab4dfc8fd7b787a1d
+ builddate = 1732635918
license = GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0
depend = mesa
... // 49 identical lines
# vendored = so:libssl3.so=0
# vendored = so:libxul.so=0
- datahash = 1aa93d92b0b5edfdab94756bafc13e7c0528769e37e0162fe60f5b1997dea559
+ datahash = f34872be9cc64086077ab69f950f58f286854ca9c86dc66bf920cf4ac775f60b
"""
)
Modified: /usr/lib/firefox/application.ini |