| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-01 | rust 2024 editions | Masato TOYOSHIMA | |
| 2026-01-31 | fix: checkver of pacman-static | Masato TOYOSHIMA | |
| 2026-01-31 | fix: checkver of pacman-static | Masato TOYOSHIMA | |
| 2026-01-29 | openssl-3.6.1 | Masato TOYOSHIMA | |
| 2026-01-15 | raur v8.0.0 | Masato TOYOSHIMA | |
| Move some of the CFLAGS and CXXFLAGS flags to CPPFLAGS. Confirmed that the build completes using the pkgctl command. | |||
| 2026-01-15 | bump pkgrel | Masato TOYOSHIMA | |
| 2026-01-15 | raur 7.1.0 | Masato TOYOSHIMA | |
| 2026-01-15 | patch update | Masato TOYOSHIMA | |
| 2026-01-14 | updpkgsums | Masato TOYOSHIMA | |
| 2026-01-14 | .SRCINFO | Masato TOYOSHIMA | |
| 2026-01-14 | rust 2024 edition | Masato TOYOSHIMA | |
| 2026-01-10 | disable git feature | Masato TOYOSHIMA | |
| 2026-01-10 | Bump paru version | Masato TOYOSHIMA | |
| 2026-01-10 | Update SRCINFO | Masato TOYOSHIMA | |
| 2026-01-10 | Update commit 789beadf85ca4a3eac13259aa393d359ac62208d | Masato TOYOSHIMA | |
| alpm v5.0.2 alpm-sys v5.0.1 alpm-utils v5.0.0 aur-depends v5.0.0 | |||
| 2026-01-10 | Remove libalpm16.patch | Masato TOYOSHIMA | |
| 2026-01-10 | Remove 1461.patch | Masato TOYOSHIMA | |
| 2025-12-22 | update patch URL | Masato TOYOSHIMA | |
| 2025-12-22 | git source | Masato TOYOSHIMA | |
| 2025-12-18 | update .SRCINFO | Masato TOYOSHIMA | |
| 2025-12-18 | add dependency: gtk-doc libxslt | Masato TOYOSHIMA | |
| 2025-12-18 | fix workflow | Masato TOYOSHIMA | |
| 2025-12-18 | modified workflow | Masato TOYOSHIMA | |
| 2025-12-17 | remove attr.patch | Masato TOYOSHIMA | |
| 2025-12-17 | added attr.patch | Masato TOYOSHIMA | |
| 2025-12-17 | preparing libalpm16 | Masato TOYOSHIMA | |
| depends on pacman-static 7.1.0 another library: building of using musl-gcc curl(disable: gssapi and krb5) etc. | |||
| 2025-11-07 | Update SRCINFO | Masato TOYOSHIMA | |
| 2025-11-07 | makedepends: git | Masato TOYOSHIMA | |
| 2025-10-18 | Implement TARGET selection to prioritize musl targets | Masato TOYOSHIMA | |
| Add logic to select the first musl-based target (e.g., *-musl) from the rustup target list for the TARGET variable, falling back to non-musl targets (e.g., *-gnu) if no musl targets are found. Use POSIX-compliant parameter expansion (: "${TARGET:=...}") for a concise and maintainable implementation, avoiding Bash-specific constructs. Extract the base architecture from `rustc -vV` output once and reuse it to improve efficiency. | |||
| 2025-10-18 | when CC is empty | Masato TOYOSHIMA | |
| 2025-07-11 | v2.1.0 | Masato TOYOSHIMA | |
| 2024-06-20 | unset LD | Masato TOYOSHIMA | |
| 2024-05-22 | Explicitly specify RUSTFLAGS to use lld in linker | Masato TOYOSHIMA | |
| 2024-05-22 | .SRCINFO | Masato TOYOSHIMA | |
| 2024-05-22 | added arch riscv64 | Masato TOYOSHIMA | |
| remove cargo from depends rustup package has cargo | |||
| 2024-05-20 | git features enabled | Masato TOYOSHIMA | |
| 2024-04-03 | echo -> printf | Masato TOYOSHIMA | |
| 2024-04-02 | LTO-related flag adjustments. | Masato TOYOSHIMA | |
| If lto is specified in the PKGBUILD options, or if lto is specified in makepkg.conf and !lto is not specified in the PKGBUILD options, turn on LTO for Rust. export CARGO_PROFILE_RELEASE_LTO=on | |||
| 2024-04-01 | Rebuild | Masato TOYOSHIMA | |
| 2024-03-31 | SRCINFO | Masato TOYOSHIMA | |
| 2024-03-31 | Rebuild just in case to counter xz backdoor issues. | Masato TOYOSHIMA | |
| 2024-03-31 | unset RUSTC | Masato TOYOSHIMA | |
| 2024-03-28 | -ffat-lto-objects only gcc | Masato TOYOSHIMA | |
| 2024-03-28 | add comment | Masato TOYOSHIMA | |
| 2024-03-24 | pacman-static: for pgpcheck | Masato TOYOSHIMA | |
| 2024-03-24 | awk to cut | Masato TOYOSHIMA | |
| 2024-03-24 | rustup target | Masato TOYOSHIMA | |
| riscv64 don't have musl yet. | |||
| 2024-03-24 | added LTOFLAGS "-ffat-lto-objects". | Masato TOYOSHIMA | |
| prevent static lib mangling. | |||
| 2024-03-23 | added CFLAGS "-ffat-lto-objects" when lto is enbaled(pacman-static) | Masato TOYOSHIMA | |
| 2024-03-23 | Addition of -ffat-lto-objects to CFLAGS to ensure that symbols and headers ↵ | Masato TOYOSHIMA | |
| are included in libalpm.a when lto is enabled. pacman-static | |||