From owner-freebsd-libh Thu Sep 26 4: 5:45 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B289D37B401 for ; Thu, 26 Sep 2002 04:05:44 -0700 (PDT) Received: from defiant.rheuma-online.de (s217-115-138-52.colo.hosteurope.de [217.115.138.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AE643E3B for ; Thu, 26 Sep 2002 04:05:44 -0700 (PDT) (envelope-from libh-spooler@rheuma-online.de) Received: by defiant.rheuma-online.de (Postfix, from userid 65534) id 206F354CA; Thu, 26 Sep 2002 13:05:26 +0200 (CEST) Delivered-To: libh@localhost.rheuma-online.de Received: from rtp1.SlowBlink.Com (rtp1.slowblink.bsdwins.com [192.58.184.34]) by defiant.rheuma-online.de (Postfix) with ESMTP id 97DA054AF for ; Thu, 26 Sep 2002 13:05:25 +0200 (CEST) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g8QB5j0j048923 for ; Thu, 26 Sep 2002 07:05:45 -0400 (EDT) (envelope-from alex@rtp1.SlowBlink.Com) Received: (from alex@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g8QB5jYs048922 for libh@rheuma-online.de; Thu, 26 Sep 2002 07:05:45 -0400 (EDT) Date: Thu, 26 Sep 2002 07:05:45 -0400 (EDT) From: Alexander Langer Message-Id: <200209261105.g8QB5jYs048922@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/sysinstall Feature.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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