Skip to content

autogen.sh: make building from release tags work#133

Open
botovq wants to merge 1 commit intorpki-client:masterfrom
botovq:old-releases
Open

autogen.sh: make building from release tags work#133
botovq wants to merge 1 commit intorpki-client:masterfrom
botovq:old-releases

Conversation

@botovq
Copy link
Member

@botovq botovq commented Nov 10, 2025

This adapts Brent's commit libressl/portable@c95574b to rpki-client. OPENBSD_BRANCH can contain a branch, a tag, or a commit hash from the rpki-client-openbsd repo, and git will do the right thing.

To make this actually work, we will need to create a release commit where OPENBSD_BRANCH contains 'rpki-client-9.7'. This commit could happen on master if we want to insist on a linear history or it could live on a dedicated branch. I don't have a particular preference here except that extra branches could be backported to earlier releases if we care to do so.

Fixes #120 (starting with release 9.7)

This adapts Brent's commit
libressl/portable@c95574b
to rpki-client. OPENBSD_BRANCH can contain a branch, a tag, or a commit
hash from the rpki-client-openbsd repo, and git will do the right thing.

To make this actually work, we will need to create a release commit
where OPENBSD_BRANCH contains 'rpki-client-9.7'. This commit could
happen on master if we want to insist on a linear history or it could
live on a dedicated branch. I don't have a particular preference here
except that extra branches could be backported to earlier releases if
we care to do so.

Fixes rpki-client#120 (starting with release 9.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

./autogen.sh fails on 9.4 tag (works on master)

1 participant