diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1177240 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.xz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000..f3dadf4 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artifacts.openeuler.openatom.cn/src-openEuler/firefox diff --git a/cbindgen-vendor.tar.xz b/cbindgen-vendor.tar.xz index 72da8a1..ed7577a 100644 Binary files a/cbindgen-vendor.tar.xz and b/cbindgen-vendor.tar.xz differ diff --git a/firefox-128.4.0esr.source.tar.xz b/firefox-128.4.0esr.source.tar.xz index e69de29..e10c68b 100644 --- a/firefox-128.4.0esr.source.tar.xz +++ b/firefox-128.4.0esr.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074014e1c26144e10707b12a271176a4b6b67021e91444b613edae38d188febc +size 558619512 diff --git a/firefox-langpacks-128.4.0esr.tar.xz b/firefox-langpacks-128.4.0esr.tar.xz index 5689a5c..ac86abd 100644 Binary files a/firefox-langpacks-128.4.0esr.tar.xz and b/firefox-langpacks-128.4.0esr.tar.xz differ diff --git a/firefox.spec b/firefox.spec index edfbbfa..072fe17 100644 --- a/firefox.spec +++ b/firefox.spec @@ -45,7 +45,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 128.4.0 -Release: 1 +Release: 2 URL: https://www.mozilla.org/firefox/ License: MPL-1.1 or GPL-2.0-or-later or LGPL-2.0-or-later Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz @@ -358,7 +358,7 @@ to run Firefox explicitly on X11. %prep # download source0 and gpg check -wget -qO %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/firefox/firefox-%{version}esr.source.tar.xz +# wget -qO %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/firefox/firefox-%{version}esr.source.tar.xz gpg --import %{SOURCE6} gpg --verify %{SOURCE5} %{SOURCE0} @@ -925,6 +925,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Nov 14 2024 zhouyi - 128.4.0-2 +- Add lfs config +- Edit firefox.spec + * Mon Nov 04 2024 wangkai <13474090681@163.com> - 128.4.0-1 - Update to 128.4.0 - Fix CVE-2024-10458 CVE-2024-10459 CVE-2024-10460 CVE-2024-10461 CVE-2024-10462