Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 packages/r/rustup/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ld-linux-x86-64.so.2
libc.so.6
libcrypto.so.3
libcurl.so.4
Expand Down
4 changes: 4 additions & 0 deletions packages/r/rustup/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ld-linux-x86-64.so.2:__tls_get_addr
libc.so.6:__assert_fail
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
Expand All @@ -16,13 +17,15 @@ libc.so.6:bind
libc.so.6:calloc
libc.so.6:chdir
libc.so.6:chmod
libc.so.6:chroot
libc.so.6:clock_gettime
libc.so.6:close
libc.so.6:closedir
libc.so.6:connect
libc.so.6:dirfd
libc.so.6:dl_iterate_phdr
libc.so.6:dlsym
libc.so.6:dup
libc.so.6:dup2
libc.so.6:environ
libc.so.6:epoll_create1
Expand Down Expand Up @@ -134,6 +137,7 @@ libc.so.6:sendmsg
libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:setpgid
libc.so.6:setsid
libc.so.6:setsockopt
libc.so.6:setuid
libc.so.6:shutdown
Expand Down
4 changes: 2 additions & 2 deletions packages/r/rustup/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : rustup
version : 1.28.2
release : 29
release : 30
source :
- https://github.com/rust-lang/rustup/archive/1.28.2.tar.gz : 5987dcb828068a4a5e29ba99ab26f2983ac0c6e2e4dc3e5b3a3c0fafb69abbc0
homepage : https://rust-lang.github.io/rustup/
Expand Down Expand Up @@ -30,7 +30,7 @@ build : |
install : |
install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup

binlinks=('cargo' 'cargo-clippy' 'cargo-fmt' 'cargo-miri' 'clippy-driver' 'rustc' 'rustfmt' 'rustdoc' 'rust-gdb' 'rust-lldb')
binlinks=('cargo' 'cargo-clippy' 'cargo-fmt' 'cargo-miri' 'clippy-driver' 'rust-analyzer' 'rustc' 'rustfmt' 'rustdoc' 'rust-gdb' 'rust-lldb')

for link in "${binlinks[@]}"; do
ln -srv $installdir/usr/bin/rustup $installdir/usr/bin/$link
Expand Down
13 changes: 7 additions & 6 deletions packages/r/rustup/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>rustup</Name>
<Homepage>https://rust-lang.github.io/rustup/</Homepage>
<Packager>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>Gavin Zhao</Name>
<Email>me@gzgz.dev</Email>
</Packager>
<License>Apache-2.0</License>
<License>MIT</License>
Expand All @@ -26,6 +26,7 @@
<Path fileType="executable">/usr/bin/cargo-fmt</Path>
<Path fileType="executable">/usr/bin/cargo-miri</Path>
<Path fileType="executable">/usr/bin/clippy-driver</Path>
<Path fileType="executable">/usr/bin/rust-analyzer</Path>
<Path fileType="executable">/usr/bin/rust-gdb</Path>
<Path fileType="executable">/usr/bin/rust-lldb</Path>
<Path fileType="executable">/usr/bin/rustc</Path>
Expand All @@ -44,12 +45,12 @@
</Conflicts>
</Package>
<History>
<Update release="29">
<Date>2025-07-26</Date>
<Update release="30">
<Date>2025-12-24</Date>
<Version>1.28.2</Version>
<Comment>Packaging update</Comment>
<Name>David Harder</Name>
<Email>david@davidjharder.ca</Email>
<Name>Gavin Zhao</Name>
<Email>me@gzgz.dev</Email>
</Update>
</History>
</PISI>