Merge pull request #5574 from MikeMcQuaid/legacy-homebrew-commits
docs: update some legacy-homebrew commit URLs.
This commit is contained in:
commit
b93dc7e84b
@ -11,4 +11,4 @@ This is a page for maintainers to diagnose certain build errors.
|
|||||||
The exact atom may be different.
|
The exact atom may be different.
|
||||||
|
|
||||||
This can be caused by passing the obsolete `-s` flag to the linker and can be
|
This can be caused by passing the obsolete `-s` flag to the linker and can be
|
||||||
fixed like [this](https://github.com/Homebrew/legacy-homebrew/commit/7c9a9334631dc84d59131ca57419e8c828b1574b).
|
fixed like [this](https://github.com/Homebrew/homebrew-core/commit/c4ad981d788b21a406a6efe7748f2922986919a8).
|
||||||
|
|||||||
@ -187,7 +187,7 @@ Occasionally, these updates require a forced-recompile of the formula itself or
|
|||||||
|
|
||||||
When a dependent of a formula fails against a new version of that dependency it must receive a [`revision`](https://www.rubydoc.info/github/Homebrew/brew/master/Formula#revision%3D-class_method). An example of such failure can be seen [here](https://github.com/Homebrew/legacy-homebrew/issues/31195) and the fix [here](https://github.com/Homebrew/legacy-homebrew/pull/31207).
|
When a dependent of a formula fails against a new version of that dependency it must receive a [`revision`](https://www.rubydoc.info/github/Homebrew/brew/master/Formula#revision%3D-class_method). An example of such failure can be seen [here](https://github.com/Homebrew/legacy-homebrew/issues/31195) and the fix [here](https://github.com/Homebrew/legacy-homebrew/pull/31207).
|
||||||
|
|
||||||
[`revision`](https://www.rubydoc.info/github/Homebrew/brew/master/Formula#revision%3D-class_method)s are also used for formulae that move from the system OpenSSL to the Homebrew-shipped OpenSSL without any other changes to that formula. This ensures users aren’t left exposed to the potential security issues of the outdated OpenSSL. An example of this can be seen in [this commit](https://github.com/Homebrew/legacy-homebrew/commit/6b9d60d474d72b1848304297d91adc6120ea6f96).
|
[`revision`](https://www.rubydoc.info/github/Homebrew/brew/master/Formula#revision%3D-class_method)s are also used for formulae that move from the system OpenSSL to the Homebrew-shipped OpenSSL without any other changes to that formula. This ensures users aren’t left exposed to the potential security issues of the outdated OpenSSL. An example of this can be seen in [this commit](https://github.com/Homebrew/homebrew-core/commit/0d4453a91923e6118983961e18d0609e9828a1a4).
|
||||||
|
|
||||||
### Version scheme changes
|
### Version scheme changes
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user