Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
8d2fd5a6
Verified
Commit
8d2fd5a6
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/firefox-esr: add appid migration notice
parent
87c81663
No related branches found
No related tags found
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/firefox-esr/APKBUILD
+2
-1
2 additions, 1 deletion
community/firefox-esr/APKBUILD
community/firefox-esr/firefox-esr.post-upgrade
+18
-0
18 additions, 0 deletions
community/firefox-esr/firefox-esr.post-upgrade
with
20 additions
and
1 deletion
community/firefox-esr/APKBUILD
+
2
−
1
View file @
8d2fd5a6
...
@@ -5,13 +5,14 @@ pkgname=firefox-esr
...
@@ -5,13 +5,14 @@ pkgname=firefox-esr
pkgver
=
102.2.0
pkgver
=
102.2.0
# Date of release, YY-MM-DD for metainfo file (see package())
# Date of release, YY-MM-DD for metainfo file (see package())
_releasedate
=
2022-08-23
_releasedate
=
2022-08-23
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Firefox web browser - Extended Support Release"
pkgdesc
=
"Firefox web browser - Extended Support Release"
url
=
"https://www.mozilla.org/en-US/firefox/organizations/"
url
=
"https://www.mozilla.org/en-US/firefox/organizations/"
# s390x and riscv64: blocked by rust and cargo
# s390x and riscv64: blocked by rust and cargo
# armhf: build failure on armhf due to wasm
# armhf: build failure on armhf due to wasm
arch
=
"x86_64 armv7 aarch64 x86 ppc64le"
arch
=
"x86_64 armv7 aarch64 x86 ppc64le"
license
=
"GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
license
=
"GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
install
=
"
$pkgname
.post-upgrade"
depends
=
"ffmpeg-libs"
depends
=
"ffmpeg-libs"
makedepends
=
"
makedepends
=
"
alsa-lib-dev
alsa-lib-dev
...
...
This diff is collapsed.
Click to expand it.
community/firefox-esr/firefox-esr.post-upgrade
0 → 100644
+
18
−
0
View file @
8d2fd5a6
#!/bin/sh
ver_old
=
$2
if
[
"
$(
apk version
-t
"
$ver_old
"
'102.2.0-r4'
)
"
=
'<'
]
;
then
# renamed appid, needs profile migration
cat
1>&2
<<-
EOF
*
* firefox-esr now has a different appid, so you will see a default new
* profile upon starting it. to use your old profile again, you have to
* first migrate it using 'firefox-esr --ProfileManager'. select the
* previous one (if you didn't rename it, it's probably named
* default-something) to migrate it.
*
EOF
fi
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment