Skip to content
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

Bump the world for the abi move #268

Merged
merged 46 commits into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8bd41b8
host-cargo: Update to version 0.73.1
Dennisbonke Oct 7, 2023
08d4114
host-bootstrap-cargo: Update to version 1.70.0
Dennisbonke Oct 7, 2023
3316488
rust: Update to version 1.72.1
Dennisbonke Oct 7, 2023
9bce341
rust-num-cpus: Update to 1.15.0
Dennisbonke Oct 7, 2023
34638d9
rust-backtrace: Update to 0.3.69
Dennisbonke Oct 7, 2023
fa07f65
rust-getrandom: Add Managarm support
Dennisbonke Oct 7, 2023
80f1869
rust-libc: Update to version 0.2.148
Dennisbonke Oct 7, 2023
9d69f22
bootstrap.yml: Bump revisions
Dennisbonke Oct 7, 2023
886e178
at-spi2-core: Bump revision
Dennisbonke Oct 7, 2023
ce6b9af
app-arch: Bump revision
Dennisbonke Oct 7, 2023
eb517e5
p11-kit: Bump revision
Dennisbonke Oct 7, 2023
ffbc746
app-editors: Bump revision
Dennisbonke Oct 7, 2023
f389cb0
qemu: Bump revision
Dennisbonke Oct 7, 2023
e3b7777
app-misc: Bump revision
Dennisbonke Oct 7, 2023
313ba1b
bash: Bump revision
Dennisbonke Oct 7, 2023
0c27e2a
sqlite: Bump revision
Dennisbonke Oct 7, 2023
6cfc6b0
dev-lang: Bump revision
Dennisbonke Oct 7, 2023
90f2307
dev-libs: Bump revision
Dennisbonke Oct 7, 2023
7ae15cb
dev-qt: Bump revision
Dennisbonke Oct 7, 2023
bcdb4c6
dev-util: Bump revision
Dennisbonke Oct 7, 2023
7d64fbb
games-board: Bump revision
Dennisbonke Oct 7, 2023
e665e0c
games-fps: Bump revision
Dennisbonke Oct 7, 2023
f281b07
games-misc: Bump revision
Dennisbonke Oct 7, 2023
e35b8cd
gsettings-desktop-schemas: Bump revision
Dennisbonke Oct 7, 2023
2cb0291
gui-apps: Bump revision
Dennisbonke Oct 7, 2023
3642bd6
gui-libs: Bump revision
Dennisbonke Oct 7, 2023
9268564
sway: Bump revision
Dennisbonke Oct 7, 2023
b1c214e
xorg-font-util: Bump revision
Dennisbonke Oct 7, 2023
59a694b
graphite2: Bump revision
Dennisbonke Oct 7, 2023
c946ec0
media-libs: Bump revision
Dennisbonke Oct 7, 2023
543734c
libidn2: Bump revision
Dennisbonke Oct 7, 2023
5bb24d1
net-libs: Bump revision
Dennisbonke Oct 7, 2023
7399d87
net-misc: Bump revision
Dennisbonke Oct 7, 2023
0abe926
cups: Bump revision
Dennisbonke Oct 7, 2023
6932417
sys-apps: Bump revision
Dennisbonke Oct 7, 2023
7ca39ef
seatd: Bump revision
Dennisbonke Oct 7, 2023
d3bf24c
sys-devel: Bump revision
Dennisbonke Oct 7, 2023
3f307a2
sys-libs: Bump revision
Dennisbonke Oct 7, 2023
7305763
htop: Bump revision
Dennisbonke Oct 7, 2023
d70ba88
links: Bump revision
Dennisbonke Oct 7, 2023
3f83932
x11-apps: Bump revision
Dennisbonke Oct 7, 2023
00dfca9
x11-base: Bump revision
Dennisbonke Oct 7, 2023
5d9cdbd
x11-libs: Bump revision
Dennisbonke Oct 7, 2023
694fcdd
x11-misc: Bump revision
Dennisbonke Oct 7, 2023
855ad40
alacritty: Bump revision
Dennisbonke Oct 7, 2023
8279fba
x11-themes: Bump revision
Dennisbonke Oct 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bootstrap.d/app-accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ packages:
- dbus
- glib
- libxml
revision: 2
configure:
- args:
- 'meson'
Expand Down
16 changes: 11 additions & 5 deletions bootstrap.d/app-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages:
- host-cmake
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -54,7 +54,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
# Remove the test directory from the Makefile, as it tries to run (and fail on) the tests
Expand Down Expand Up @@ -92,6 +92,7 @@ packages:
- mlibc
- libiconv
- libintl
revision: 2
configure:
# Fix a build issue when building with gcc 10 and higher
- args: ['sed', '-i', '/The name/,+2 d', '@THIS_SOURCE_DIR@/src/global.c']
Expand Down Expand Up @@ -135,7 +136,7 @@ packages:
- host-automake-v1.15
pkgs_required:
- mlibc
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -175,6 +176,7 @@ packages:
- libexpat
- libxml
- zstd
revision: 2
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -208,6 +210,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- 'cmake'
Expand Down Expand Up @@ -248,6 +251,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -286,7 +290,7 @@ packages:
- mlibc
- bzip2
- libiconv
revision: 4
revision: 5
configure:
# Fixup their makefile, thanks gentoo!
- args: |
Expand Down Expand Up @@ -339,6 +343,7 @@ packages:
pkgs_required:
- mlibc
- zlib
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -373,7 +378,7 @@ packages:
pkgs_required:
- mlibc
- bzip2
revision: 4
revision: 5
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down Expand Up @@ -410,6 +415,7 @@ packages:
- mlibc
- zlib
- xz-utils
revision: 2
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down
1 change: 1 addition & 0 deletions bootstrap.d/app-crypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
- mlibc
- libffi
- libtasn
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
3 changes: 2 additions & 1 deletion bootstrap.d/app-editors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ packages:
- ncurses
- libintl
- zlib
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -79,7 +80,7 @@ packages:
- mlibc
- ncurses
- libiconv
revision: 4
revision: 5
configure:
# vim does not seem to support out-of-tree builds, so we just copy
# the source tree into the build directory instead
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/app-emulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
- pixman
- ncurses
- nettle
revision: 7
revision: 8
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.d/app-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ packages:
pkgs_required:
- mlibc
- ncurses
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -96,7 +96,7 @@ packages:
pkgs_required:
- mlibc
- ncurses
revision: 6
revision: 7
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
build:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/app-shells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages:
- ncurses
- readline
- libiconv
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.d/dev-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
- mlibc
- readline
- zlib
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
25 changes: 13 additions & 12 deletions bootstrap.d/dev-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ sources:
- name: rust
subdir: 'ports'
git: 'https://github.com/rust-lang/rust.git'
tag: '1.67.1'
version: '1.67.1'
tag: '1.72.1'
version: '1.72.1'

- name: host-bootstrap-cargo
subdir: 'ports'
url: 'https://static.rust-lang.org/dist/2022-04-07/cargo-1.60.0-x86_64-unknown-linux-gnu.tar.xz'
url: 'https://static.rust-lang.org/dist/2023-06-01/cargo-1.70.0-x86_64-unknown-linux-gnu.tar.xz'
format: 'tar.xz'
checksum: blake2b:d60239d5977bfcf1c6f2d973d9d27e93d6d138ae6e929deb016afde8cd8e0ff0bba8396f8fa62d5e738be7bde7b91e9aa406ec2440e1ab50451c5b9ad2d8fdfb
extract_path: 'cargo-1.60.0-x86_64-unknown-linux-gnu'
version: '0.60.0'
checksum: blake2b:1c08994d28af4db6f69ce74a9cd90bbd9f66f011742d4f04f669ef5b8bf3942cc400d596e4698276fb9ef33b2bdbca5e006590ae49633f518c70ad54122e0e30
extract_path: 'cargo-1.70.0-x86_64-unknown-linux-gnu'
version: '1.70.0'

tools:
- name: host-python
Expand Down Expand Up @@ -93,8 +93,8 @@ tools:
source:
subdir: 'ports'
git: 'https://github.com/rust-lang/cargo.git'
tag: '0.68.0'
version: '0.68.0'
tag: '0.73.1'
version: '0.73.1'
tools_required:
- tool: host-rust
recursive: true
Expand Down Expand Up @@ -134,7 +134,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -163,7 +163,7 @@ packages:
- bzip2
- libxcrypt
- zlib
revision: 5
revision: 6
configure:
- args: ['cp', '-rf', '@THIS_SOURCE_DIR@/../perl-cross/.', '@THIS_SOURCE_DIR@/']
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
Expand Down Expand Up @@ -217,7 +217,7 @@ packages:
- util-linux-libs
- xz-utils
- zlib
revision: 2
revision: 3
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down Expand Up @@ -263,6 +263,7 @@ packages:
- mlibc
- sqlite
- zlib
revision: 2
configure:
- args: ['cp', '-r', '@THIS_SOURCE_DIR@/.', '@THIS_BUILD_DIR@']
- args:
Expand Down Expand Up @@ -321,7 +322,7 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 4
revision: 5
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down
Loading
Loading