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

packages: add freebsd base mirror #9518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

plowsof
Copy link
Contributor

@plowsof plowsof commented Oct 13, 2024

@@ -1,6 +1,6 @@
package=freebsd_base
$(package)_version=11.3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$(package)_version=11.3
$(package)_version=14.1

11.3 EOL in 2020. Maybe bump? Idk

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump PR here: #9453

@@ -1,6 +1,6 @@
package=freebsd_base
$(package)_version=11.3
$(package)_download_path=https://download.freebsd.org/ftp/releases/amd64/$($(package)_version)-RELEASE/
$(package)_download_path=https://archive.freebsd.org/old-releases/amd64/$($(package)_version)-RELEASE/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$(package)_download_path=https://archive.freebsd.org/old-releases/amd64/$($(package)_version)-RELEASE/
$(package)_download_path=https://download.freebsd.org/releases/amd64/$($(package)_version)-RELEASE/

Same (for 14.1)

note.. no need to change. The archive link has old and current files.. but the download link is keeping the existing link.

Copy link
Contributor Author

@plowsof plowsof Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thankfully, updating to 14.1 breaks everything so we don't have to worry about this in this PR. adding a working mirror for the current version should be fine. (it seems compilers / other important things are bundled in the 'base')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants