From owner-freebsd-hackers@FreeBSD.ORG Sun May 4 17:32:15 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94B137B404; Sun, 4 May 2003 17:32:15 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6D043FCB; Sun, 4 May 2003 17:32:14 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a009.otenet.gr [212.205.215.9]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h450W6mX023280; Mon, 5 May 2003 03:32:07 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h450W60X077456; Mon, 5 May 2003 03:32:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h450W6kR077455; Mon, 5 May 2003 03:32:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 May 2003 03:32:06 +0300 From: Giorgos Keramidas To: Don Lewis Message-ID: <20030505003206.GB76968@gothmog.gr> References: <20030504100447.GU12792@freepuppy.bellavista.cz> <200305042336.h44NaoM7023683@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305042336.h44NaoM7023683@gw.catspoiler.org> cc: freebsd-hackers@FreeBSD.org Subject: Re: Periodic email about security notifications X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 00:32:16 -0000 On 2003-05-04 16:36, Don Lewis wrote: >On 4 May, Roman Neuhauser wrote: >> # keramida@ceid.upatras.gr / 2003-05-03 23:49:38 +0300: >>> A friend asked me a while ago on IRC if it was possible to receive >>> periodic email notifications with new security advisories. >>> >>> The following script for /etc/periodic/security implements exactly >>> this idea. >> >> besides being cool, what advantages has this over subscribing to >> the freebsd-announce mlist? :) > > I was going to suggest the same thing. > > Also, this proposal won't scale very well. Think about what happens > when the zillions of machines in each time zone all attempt to contact > the ftp server at the same time. This is true. I've worked with Jacques Vidrine to make a version that downloads the list off the web site [ http://www.FreeBSD.org/security/ ] as the URL of the advisory list, but it's still something that might not scale too well :-/