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

Fix zoneinfo parser #2898

Merged
merged 4 commits into from
Sep 10, 2019
Merged

Fix zoneinfo parser #2898

merged 4 commits into from
Sep 10, 2019

Conversation

MrAnno
Copy link
Collaborator

@MrAnno MrAnno commented Aug 30, 2019

This PR removes assumptions from the zoneinfo parser that are no longer true (based on tzcode 2019b).

Fixes #2819

Based on tzcode 2019b.

Signed-off-by: László Várady <laszlo.varady@balabit.com>
Signed-off-by: László Várady <laszlo.varady@balabit.com>
Based on tzcode 2019b.

Signed-off-by: László Várady <laszlo.varady@balabit.com>
Based on tzcode 2019b.

Signed-off-by: László Várady <laszlo.varady@balabit.com>
@MrAnno
Copy link
Collaborator Author

MrAnno commented Aug 30, 2019

zone_info_parser() is huge, I'm going to extract each step to a separate method.

@kira-syslogng
Copy link
Contributor

Build SUCCESS

@bazsi
Copy link
Collaborator

bazsi commented Aug 31, 2019 via email

@furiel furiel self-assigned this Sep 10, 2019
@furiel furiel self-requested a review September 10, 2019 11:22
Copy link
Collaborator

@furiel furiel left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@MrAnno
Copy link
Collaborator Author

MrAnno commented Sep 10, 2019

We have a lot of PRs open, I don't want to keep this open. I'd rather send another PR with the refactor later, but only after I reviewed a few others :)

@furiel furiel merged commit 75ca54e into syslog-ng:master Sep 10, 2019
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.

tzdata 2019b-1 break timezone parser
4 participants