[libvirt PATCH 0/2] Be more accepting of variations in dnsmasq version string

Laine Stump posted 2 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210108040913.172642-1-laine@redhat.com
src/libvirt_private.syms |  1 +
src/util/virdnsmasq.c    |  4 +++-
src/util/virstring.c     | 18 ++++++++++++++++++
src/util/virstring.h     |  1 +
4 files changed, 23 insertions(+), 1 deletion(-)
[libvirt PATCH 0/2] Be more accepting of variations in dnsmasq version string
Posted by Laine Stump 3 years, 2 months ago
pihole thought it would be cute to include "pihole-" at the beginning
of the version of the dnsmasq build they include...

  https://gitlab.com/libvirt/libvirt/-/issues/29

Laine Stump (2):
  util: virSkipToDigit()
  util: Skip over any extra verbiage preceding version in dnsmasq
    version string

 src/libvirt_private.syms |  1 +
 src/util/virdnsmasq.c    |  4 +++-
 src/util/virstring.c     | 18 ++++++++++++++++++
 src/util/virstring.h     |  1 +
 4 files changed, 23 insertions(+), 1 deletion(-)

-- 
2.29.2

Re: [libvirt PATCH 0/2] Be more accepting of variations in dnsmasq version string
Posted by Ján Tomko 3 years, 2 months ago
On a Thursday in 2021, Laine Stump wrote:
>pihole thought it would be cute to include "pihole-" at the beginning
>of the version of the dnsmasq build they include...
>
>  https://gitlab.com/libvirt/libvirt/-/issues/29
>
>Laine Stump (2):
>  util: virSkipToDigit()
>  util: Skip over any extra verbiage preceding version in dnsmasq
>    version string
>
> src/libvirt_private.syms |  1 +
> src/util/virdnsmasq.c    |  4 +++-
> src/util/virstring.c     | 18 ++++++++++++++++++
> src/util/virstring.h     |  1 +
> 4 files changed, 23 insertions(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano