From owner-freebsd-questions Mon Dec 23 6:59:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E50537B405 for ; Mon, 23 Dec 2002 06:59:47 -0800 (PST) Received: from mcesr.etat.lu (dynamic4.etat.lu [194.154.200.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1AB43ED8 for ; Mon, 23 Dec 2002 06:59:46 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from [148.110.43.149] (HELO lucifer) by mcesr.etat.lu (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 695688 for freebsd-questions@freebsd.org; Mon, 23 Dec 2002 15:52:18 +0100 Reply-To: From: "Didier Wiroth" To: Subject: how to check a revision of a file Date: Mon, 23 Dec 2002 15:59:31 +0100 Organization: MCESR Message-ID: <000201c2aa93$e5f72910$952b6e94@lucifer> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, I was reading this security advisorie: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:43.bind.asc At the end of the file you can read for example this information: src/contrib/bind/CHANGES RELENG_4 1.1.1.7.2.8 RELENG_4_7 1.1.1.7.2.7.2.1 RELENG_4_6 1.1.1.7.2.6.2.2 RELENG_4_5 1.1.1.7.2.4.4.2 RELENG_4_4 1.1.1.7.2.4.2.2 src/contrib/bind/bin/named/db_defs.h RELENG_4 1.1.1.2.2.6 RELENG_4_7 1.1.1.2.2.5.2.1 RELENG_4_6 1.1.1.2.2.4.2.2 RELENG_4_5 1.1.1.2.2.3.4.2 RELENG_4_4 1.1.1.2.2.3.2.2 etc... I'm using 4.7-Release and I was wondering if my sources where uptodate! I looked at my /usr/src/contrib/bind... files but I could not find any kind of "Revision" numbers for example db_defs.h started with: * from db.h 4.16 (Berkeley) 6/1/90 * $Id: db_defs.h,v 8.47 2002/05/18 01:02:53 marka Exp $ */ There were no "revision" annotations anywhere in the file: How do you find out if you have the correct sources of the files before recompiling and installing? Thanks a lot Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message