-
Notifications
You must be signed in to change notification settings - Fork 70
V3 mass upgrade #951
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
Merged
Merged
V3 mass upgrade #951
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
08acce8
Mass upgrade to v3 images
palfrey d8a5cf2
Upgrade examples as well
palfrey 6b47707
Fix some known wrong versions
palfrey eca2af8
Fix rmkit build
palfrey ec69e6d
3.1 -> 3.2
palfrey ce6f433
Upgrade all the relevant pkgver's
palfrey 65e7f70
Fix openssl build for netsurf
palfrey 76beef8
toltecmk 0.3.5
palfrey 73f4d99
Downgrade plato as it's broken
palfrey 7cb62b2
Log what we're building
palfrey 4a0bce1
Upgrade folly clang versions
palfrey 2c52a5d
Upgrade chessmarkable for rustc-serialize fix
palfrey 52fd450
Upgrade doomarkable for rustc-serialize fix
palfrey 1bdd8f7
Downgrade retris
palfrey f3bbf47
Reset folly due to build issues
palfrey e637a7f
Remove break-system-packages
palfrey c81b050
Upgrade chessmarkable, retris, folly and plato
palfrey e7bc9ec
toltecmk 0.3.7 for add-bind-mount fix
palfrey c5faabc
Fix netsurf timestamp
palfrey 76d8da4
Reset folly version
palfrey 650a7d1
Merge branch 'testing' into v3-mass-upgrade
Eeems 1b12d11
Merge branch 'testing' into v3-mass-upgrade
Eeems File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ maintainer="Linus K. <[email protected]>" | |
| license=GPL-2.0-only | ||
| makedepends=(build:automake) | ||
|
|
||
| image=base:v2.1 | ||
| image=base:v3.2 | ||
| source=("https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-${pkgver%-*}/evtest-evtest-${pkgver%-*}.zip") | ||
| sha256sums=(62f7e34c5bab91b5015de5b056d79051c677c5bd5702facb2885f8e4ba0df84c) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ maintainer="plan5 <[email protected]>" | |
| license=MIT | ||
| installdepends=(fuse fuse-utils) | ||
|
|
||
| image=golang:v2.1 | ||
| image=golang:v3.2 | ||
| source=(https://github.com/rfjakob/gocryptfs/archive/v"$_srcver".zip) | ||
| sha256sums=(3d66368cfc79a300de5a22fe01788d0c702f9107731db63fcd8850157d105cc0) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ section="devel" | |
| maintainer="Mattéo Delabre <[email protected]>" | ||
| license=BSL-1.0 | ||
|
|
||
| image=base:v2.1 | ||
| image=base:v3.2 | ||
| source=("https://github.com/davisking/dlib/archive/v${pkgver%-*}.tar.gz") | ||
| sha256sums=(116f52e58be04b47dab52057eaad4b5c4d5c3032d927fe23d55b0741fc4107a0) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ section="devel" | |
| maintainer="Mattéo Delabre <[email protected]>" | ||
| license=GPL-2.0-or-later | ||
|
|
||
| image=base:v2.1 | ||
| image=base:v3.2 | ||
| source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver%-*}.zip") | ||
| sha256sums=(d209d70998a9b98f9120eeb82df7a17767796c477eaa8297e0a55856a977c54f) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ section="devel" | |
| maintainer="Alistair Francis <[email protected]>" | ||
| license=GPL-2.0-only | ||
|
|
||
| image=base:v2.2 | ||
| image=base:v3.2 | ||
| source=( | ||
| 0001-Makefile-Remove-Werror.patch | ||
| ) | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ section=utils | |
| maintainer="Salvatore Stella <[email protected]>" | ||
| license=GPL-2.0-only | ||
|
|
||
| image=base:v2.2 | ||
| image=base:v3.2 | ||
| source=( | ||
| "https://github.com/Blub/netevent/archive/refs/tags/${pkgver%-*}.tar.gz" | ||
| ) | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,10 +11,10 @@ section="readers" | |
| maintainer="Linus K. <[email protected]>" | ||
| license=AGPL-3.0-or-later | ||
| installdepends=(display jq) | ||
| makedepends=(build:jq build:unzip build:wget build:patchelf) | ||
| makedepends=(build:jq build:unzip build:wget build:patchelf build:git) | ||
| flags=(patch_rm2fb) | ||
|
|
||
| image=rust:v2.3.1 | ||
| image=rust:v3.2 | ||
| source=("https://github.com/LinusCDE/plato/archive/${pkgver%-*}-rm-release-13.zip") | ||
| sha256sums=(82ef5786704ecdb4fe11ce16e7e4ae10b518a592965c292977bb33962c891d48) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ section="screensharing" | |
| maintainer="Dan Shick <[email protected]>" | ||
| license=MIT | ||
|
|
||
| image=rust:v2.1 | ||
| image=rust:v3.2 | ||
| source=("https://github.com/rien/reStream/archive/refs/tags/${pkgver%-*}.tar.gz") | ||
| sha256sums=(4166142b15e1e7363dac302aa92aad5b44e0514cab233abecb51414952c1d5a1) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ maintainer="Mattéo Delabre <[email protected]>" | |
| license=MIT | ||
| installdepends=(procps-ng-pgrep findutils) | ||
|
|
||
| image=golang:v2.2 | ||
| image=golang:v3.2 | ||
| source=( | ||
| "https://github.com/ddvk/rmfakecloud-proxy/archive/v$_upver.zip" | ||
| rmfakecloudctl | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ maintainer="Linus K. <[email protected]>" | |
| license=MIT | ||
| installdepends=(appmarkable) | ||
|
|
||
| image=base:v2.1 | ||
| image=base:v3.2 | ||
| source=( | ||
| https://github.com/LinusCDE/rmWacomToMouse/archive/fd1c5454b65f456f6e890b99109e50a8f576dad1.zip | ||
| rmservewacominput.draft | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ section="templates" | |
| maintainer="Peter Grace <[email protected]>" | ||
| license=MIT | ||
|
|
||
| image=rust:v2.1 | ||
| image=rust:v3.2 | ||
| source=("https://github.com/PeterGrace/templatectl/archive/v${pkgver%-*}.zip") | ||
| sha256sums=(1ac1049c7db4f87c113dbc96372f8f4e2b8bd4c60252e3c4f7c1fafb5ee61ae4) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.