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

dovecot: fix size of time_t for 64-bit cross. #24934

Merged
merged 2 commits into from Sep 16, 2020

Conversation

ericonr
Copy link
Member

@ericonr ericonr commented Sep 16, 2020

configure_args hard coded the size of the time_t type, which means
64-bit cross compiled archs, such as aarch64, were using the wrong type.
For little-endian, it would just break 2038-proofness, but BE machines
could have bigger issues.

A comment and commented out code were added to prepare for musl's time64
update.

configure_args hard coded the size of the time_t type, which means
64-bit cross compiled archs, such as aarch64, were using the wrong type.
For little-endian, it would just break 2038-proofness, but BE machines
could have bigger issues.

A comment and commented out code were added to prepare for musl's time64
update.
@ericonr
Copy link
Member Author

ericonr commented Sep 16, 2020

@leahneukirchen I should probably revbump dovecot-plugin-pigeonhole as well, right?

@q66
Copy link
Contributor

q66 commented Sep 16, 2020

lgtm, i'll let leah review merge since i don't use this

@leahneukirchen
Copy link
Member

@ericonr yes, please bump the other package too.

@leahneukirchen leahneukirchen merged commit d347ae4 into void-linux:master Sep 16, 2020
@ericonr ericonr deleted the dove branch September 16, 2020 14:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants