From 9b8685cf16c33b8eda6a116c9a52cbb6664dfb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 23 Sep 2017 09:47:59 +0200 Subject: [PATCH] Limit integer part of version components to 18 digits. Bug: 270108 --- names.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/names.tex b/names.tex index 6767c55..e60c527 100644 --- a/names.tex +++ b/names.tex @@ -55,8 +55,9 @@ hyphen, a dot or a plus sign. \section{Version Specifications} \label{sec:version-spec} -The package manager must not impose fixed limits upon the number of version components. Package -managers should indicate or reject any version that is invalid according to these rules. +The package manager must not impose fixed limits upon the number of version components. No integer +part of a version specification may contain more than 18 digits. Package managers should indicate +or reject any version that is invalid according to the rules below. A version starts with the number part, which is in the form \t{[0-9]+(\textbackslash.[0-9]+)*} (a positive integer, followed by zero or more dot-prefixed positive integers). -- 2.14.1