fix: Allow Ubuntu version numbers to be valid#2
Open
hidden-primary-net wants to merge 1 commit intonigelm:masterfrom
Open
fix: Allow Ubuntu version numbers to be valid#2hidden-primary-net wants to merge 1 commit intonigelm:masterfrom
hidden-primary-net wants to merge 1 commit intonigelm:masterfrom
Conversation
Ubuntus exim adds some kind of subversion number making tests fail on
those machines:
$ /usr/sbin/exim4 -bV
Exim version 4.90_1 nigelm#2 built 04-Sep-2019 11:44:01
Copyright (c) University of Cambridge, 1995 - 2017
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2017
Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS move_frozen_messages Content_Scanning DKIM DNSSEC Event OCSP PRDR PROXY SOCKS TCP_Fast_Open
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa tls
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
2020-01-05 10:51:58.882 [15064] cwd=/home/marco/DEVEL/test-exim-mx 2 args: /usr/sbin/exim4 -bV
Configuration file is /var/lib/exim4/config.autogenerated
This patch accepts the optional subversion number.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ubuntus exim adds some kind of subversion number making tests fail on
those machines:
This patch accepts the optional subversion number.