Skip to content

Conversation

plowsof
Copy link
Contributor

@plowsof plowsof commented Oct 13, 2024

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

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
Collaborator

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
Contributor

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')

@luigi1111 luigi1111 merged commit 518d42b into monero-project:master Dec 23, 2024
17 of 18 checks passed
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.

5 participants