This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The tag, v2.27-core165 has been created at c55f5c8eaaa5b91a63765b1ac5fec4da8ce028fb (commit)
- Log ----------------------------------------------------------------- commit c55f5c8eaaa5b91a63765b1ac5fec4da8ce028fb Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Mar 23 18:08:52 2022 +0100
rules.pl: Fix creating rules for location based groups.
The former used hash value only contains the country code when a rule for a single country should be created.
In case a location group is used the hash value refers to the group name, which does not work here.
The required country code is part of the processed string and can be omitted from here. This works well for single codes and location groups, because those are processed in a loop.
Fixes #12809.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Acked-by: Peter Müller peter.mueller@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org -----------------------------------------------------------------------
hooks/post-receive -- IPFire 2.x development tree