diff --git a/LICENSE-APACHE b/LICENSE-APACHE index c5494b9fd..3fdcaa308 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -187,6 +187,7 @@ APPENDIX: How to apply the Apache License to your work. identification within third-party archives. Copyright 2022-2024 Axo Developer Co. +Copyright 2025 Oxide Computer Company Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 3851928e5..9d50fb343 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,5 @@ Copyright (c) 2022-2024 Axo Developer Co. +Copyright (c) 2025 Oxide Computer Company Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/README.md b/README.md index 1bcd83c0d..9ddd80a00 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ -[![crates.io](https://img.shields.io/crates/v/cargo-dist.svg)](https://crates.io/crates/cargo-dist) -[![docs](https://docs.rs/cargo-dist/badge.svg)](https://docs.rs/cargo-dist) -[![Rust CI](https://github.com/axodotdev/cargo-dist/workflows/Rust%20CI/badge.svg?branch=main)](https://github.com/axodotdev/cargo-dist/actions/workflows/ci.yml) +[![Rust CI](https://github.com/oxidecomputer/cargo-dist/workflows/Rust%20CI/badge.svg?branch=main)](https://github.com/oxidecomputer/cargo-dist/actions/workflows/ci.yml) + +## Fork Status + +This is a fork of `dist` intended for Oxide's internal use. + +Contributions may be accepted, but we do not intend to add any new features or fix any issues that do not directly impact our workflows. + +## Dist *dist distributes your binaries* diff --git a/cargo-dist/src/platform.rs b/cargo-dist/src/platform.rs index d6ff39614..9e59482c9 100644 --- a/cargo-dist/src/platform.rs +++ b/cargo-dist/src/platform.rs @@ -319,7 +319,7 @@ impl LibcVersion { pub fn default_glibc() -> Self { Self { major: 2, - series: 31, + series: 35, } } @@ -940,7 +940,7 @@ fn native_glibc_version(system: &SystemInfo, linkage: &Linkage) -> Option