firefox/129.0.2 package update
Open AI suggestions to solve the build error:
The error message is: "NotImplementedError: Bootstrap support for this Linux distro not yet available: wolfi"
To fix this error:
1. Open `python/mozboot/mozboot/bootstrap.py`.
2. Locate the `__init__` method.
3. Add a new condition to handle the "wolfi" Linux distro.
4. Implement the necessary bootstrap steps for "wolfi".
5. Save the changes and re-run the bootstrap process.
Open AI suggestions to solve the build error:
The error message is: "NotImplementedError: Bootstrap support for this Linux distro not yet available: wolfi
mozbuild.configure.options.InvalidOptionError: CPPFLAGS takes 1 value"
1. Check if the Linux distro 'wolfi' is supported by the Firefox bootstrap script.
2. If not, consider using a supported distro or manually setting up the environment.
3. Ensure CPPFLAGS is correctly set with a single value in the configuration.
4. Review the mozbuild documentation for proper CPPFLAGS usage.
Open AI suggestions to solve the build error:
The error message is: "NotImplementedError: Bootstrap support for this Linux distro not yet available: wolfi
mozbuild.configure.options.InvalidOptionError: CPPFLAGS takes 1 value"
1. Check if the Linux distro 'wolfi' is supported by Firefox's bootstrap script.
2. If not, consider using a supported distro or contribute to adding support for 'wolfi'.
3. Ensure CPPFLAGS is correctly set with a single value in your configuration.
4. Review and correct the mozconfig file for any misconfigurations.
Package firefox: Click to expand/collapse
Package firefox:
.PKGINFO metadata:
(
"""
# Generated by melange
pkgname = firefox
- pkgver = 128.0.3-r0
+ pkgver = 129.0.2-r0
arch = x86_64
- size = 250020068
+ size = 250771917
origin = firefox
pkgdesc = Firefox web browser
url =
- commit = b0b7aefcdea0da1022cfeaa644401ef7c62e495b
- builddate = 1722468779
+ commit = 70454d5c9c4f0e3f6b148a2e69c6249e6200abef
license = GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0
depend = mesa-gl
... // 48 identical lines
# vendored = so:libssl3.so=0
# vendored = so:libxul.so=0
- datahash = 7fdd3d5b32b61a67261a895823bf555b720d6afb86eb46b6da46d5603480aa3f
+ datahash = 71e6c559ee7a5d91f3161391c90a1971210bb0e1160397f6bbf7c0ca82d5ccd7
"""
)
Modified: /usr/lib/firefox/application.ini Modified: /usr/lib/firefox/browser/features/[email protected] Modified: /usr/lib/firefox/browser/features/[email protected] Modified: /usr/lib/firefox/browser/omni.ja Modified: /usr/lib/firefox/crashreporter Modified: /usr/lib/firefox/firefox Modified: /usr/lib/firefox/firefox-bin Modified: /usr/lib/firefox/glxtest Modified: /usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so Modified: /usr/lib/firefox/libfreeblpriv3.so Modified: /usr/lib/firefox/libgkcodecs.so Modified: /usr/lib/firefox/libipcclientcerts.so Modified: /usr/lib/firefox/liblgpllibs.so Modified: /usr/lib/firefox/libmozavcodec.so Modified: /usr/lib/firefox/libmozavutil.so Modified: /usr/lib/firefox/libmozgtk.so Modified: /usr/lib/firefox/libmozsandbox.so Modified: /usr/lib/firefox/libmozsqlite3.so Modified: /usr/lib/firefox/libmozwayland.so Modified: /usr/lib/firefox/libnspr4.so Modified: /usr/lib/firefox/libnss3.so Modified: /usr/lib/firefox/libnssckbi.so Modified: /usr/lib/firefox/libnssutil3.so Modified: /usr/lib/firefox/libplc4.so Modified: /usr/lib/firefox/libplds4.so Modified: /usr/lib/firefox/libsmime3.so Modified: /usr/lib/firefox/libsoftokn3.so Modified: /usr/lib/firefox/libssl3.so Modified: /usr/lib/firefox/libxul.so Modified: /usr/lib/firefox/minidump-analyzer Modified: /usr/lib/firefox/omni.ja Modified: /usr/lib/firefox/pingsender Modified: /usr/lib/firefox/platform.ini Modified: /usr/lib/firefox/updater Modified: /usr/lib/firefox/vaapitest
bincapz found differences: Click to expand/collapse
Deleted: firefox/var/lib/db/sbom/firefox-128.0.3-r0.spdx.json [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | net/download | download files | downloadLocation |
| -LOW | ref/site/url | contains embedded HTTPS URLs | https://spdx.org/spdxdocs/chainguard/melange/b9629c081c3df0f9c8fad32e058c |
Added: firefox/var/lib/db/sbom/firefox-129.0.2-r0.spdx.json [⚠️ MEDIUM]
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +MEDIUM | net/download | download files | downloadLocation |
| +LOW | ref/site/url | contains embedded HTTPS URLs | https://spdx.org/spdxdocs/chainguard/melange/f8fc0c731e8e4c4fabb91cec7874 |
Changed: /tmp/wolfictl-apk-186623218/firefox/usr/lib/firefox/libxul.so
1 new behaviors
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| +LOW | fs/lock/update | apply or remove an advisory lock on a file | flock |
1 removed behaviors
| RISK | KEY | DESCRIPTION | EVIDENCE |
|---|---|---|---|
| -MEDIUM | exec/shell_echo | program generates text with echo command | echo configuration |
Open AI suggestions to solve the build error:
The error message is: "ERRO request failed error=\"Get \\\"./packages/apk-configuration\\\": unsupported protocol scheme \\\"\\\"\" method=GET url=./packages/apk-configuration"
1. Ensure the URL is complete and includes a valid protocol (e.g., http:// or https://).
2. Update the URL in the request to include the protocol scheme.
3. Verify the URL is correct and accessible.
4. Test the request again to confirm the issue is resolved.