cvs commit: libh/lib/sysinstall Feature.cc

Alexander Langer <[email protected]> Thu, 26 Sep 2002 07:05:45 -0400 (EDT)
Newsgroups gmane.os.freebsd.devel.libh
Message-ID <[email protected]>
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 [email protected]
with "unsubscribe freebsd-libh" in the body of the message