Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 07:05:45 -0400 (EDT)
From:      Alexander Langer <alex@rtp1.SlowBlink.Com>
To:        freebsd-libh@FreeBSD.org
Subject:   cvs commit: libh/lib/sysinstall Feature.cc
Message-ID:  <200209261105.g8QB5jYs048922@rtp1.SlowBlink.Com>

next in thread | raw e-mail | index | archive | help
alex        2002/09/26 07:05:45 EDT

  Modified files:
    lib/sysinstall       Feature.cc 
  Log:
  Allow feature versions of the type
  	[0-9][0-9A-Za-z]*([._][0-9A-Za-z]+)*
  
  - at least one digit at the beginning
  - then digits or letters are allowed (some packages use them
    for versioning *sigh*)
  - dots or underscores are allowed, but not at the end
    of the version string
  
  Note that we probably want to check compare serials of
  packages to find out if a package is newer/older/equal.
  
  Revision  Changes    Path
  1.24      +15 -6     libh/lib/sysinstall/Feature.cc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209261105.g8QB5jYs048922>