Re: [exim] Exim maintenance release 4.93.0.3 | branch exim-…

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [exim] Exim maintenance release 4.93.0.3 | branch exim-4.93+fixes
On 2019-12-13 Heiko Schlittermann via Exim-announce <exim-announce@???> wrote:
> Hi,


> today we published a maintenance release 4.93.0.3.
> A short list of changes since 4.93 please is attached.

[...]

Thank you.

When I tried regenerating the docs from GIT website/script/gen did not
like[1] the 4-part version number and I needed to patch it.

cu Andreas


[1]
/tmp/EXIMDOC4/eximdoc4-4.93.0.3/website/script/gen.pl --verbose \
        --spec /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/spec.xml \
        --filter /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/filter.xml \
        --latest 4.93.0.3 --tmpl /tmp/EXIMDOC4/eximdoc4-4.93.0.3/website/templates \
        --docroot /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/html
Unable to get version number

Description: accept 4 part version number
Author: Andreas Metzler <ametzler@???>
Origin: vendor
Forwarded: no
Last-Update: 2019-12-14

--- a/website/script/gen
+++ b/website/script/gen
@@ -140,7 +140,7 @@ sub do_doc {
         unless defined $version and $version =~ /^
         (?<version>
             \d+                # major
-            (?:\.\d+(?:\.\d+)?)?    # (minor(.patch))
+            (?:\.\d+(?:\.\d+(?:\.\d+)?)?)?    # (minor(.patch.(fixes)))
         )
         (?:-RC\d+)?$/x;            # -RCX
     $+{version};