From owner-freebsd-hubs@FreeBSD.ORG Thu Apr 11 18:15:57 2013 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 937A0974; Thu, 11 Apr 2013 18:15:57 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6181019; Thu, 11 Apr 2013 18:15:57 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id hf12so1523115vcb.21 for ; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=PhcNL6LKv9ggVpKn9ArqIk8udwz8NTloXjcmPJTBwRw=; b=W5SNIzet6Z7no8cls0gbf4UaKVt2Bz0SSH7ks5qAZr0p7qrNqAKT/UQrFfUO2gAS1y AVKVdKDNm/SJlVcYAPcbN4h+a072k1Nnuu1/3OaAeeFuK6r9H3rcfC63rVKXvUDIbgDa bQUxv4H77n4wtZeQBP22kIOMUJj+4W20ggvdRWncBJ9LNQQ9Q0qAoOPEHD76j9MzO/ly XwYWzBoTsuZDGkMR0IEnijY20ePxR1imq7GRhTUK1lo0MfM1jCYiNQdT+hRzUMqL1jeM g9sKj0OAHJQo9KvYgxLU58dzaJ0aI76c9B94O8VeDEGxC2PFvHJw0HivN/PhFpyifQWK ShAQ== MIME-Version: 1.0 X-Received: by 10.59.11.199 with SMTP id ek7mr5912480ved.19.1365704150903; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) Received: by 10.220.115.7 with HTTP; Thu, 11 Apr 2013 11:15:50 -0700 (PDT) Date: Thu, 11 Apr 2013 14:15:50 -0400 Message-ID: Subject: FTP packages missing CHECKSUM.MD5 From: grarpamp To: freebsd-hubs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 18:15:57 -0000 Noticed that at least ports/i386/packages-9-stable is missing its CHECKSUM.MD5 file. Of course people shouldn't use it for what they think it's for, because it's not signed and uses a broken hash function. Hopefully that will be updated to signed sha1/256/3 before long. However it does make for a good 'TIMESTAMP' file to detect when new packages appear. Ftp's internal or external 'ls -tT' can't be counted on for this across mirrors because such options to ls are mirror dependant. And there's no simple way to locally sort the ftp list output by date without rigging in perl, etc. And an overwrite of the same file may not stamp the parent directory, which also doesn't appear reliably '.' while in the current directory. In short, I'd suggest making a formal TIMESTAMP file for when package updates are pushed out so people can key off that instead. From owner-freebsd-hubs@FreeBSD.ORG Fri Apr 12 04:20:15 2013 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB3FDCD6; Fri, 12 Apr 2013 04:20:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from bsdhash.org (bsdhash.org [94.23.250.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA48E95; Fri, 12 Apr 2013 04:20:15 +0000 (UTC) Received: from [192.168.2.64] (unknown [124.13.206.82]) by bsdhash.org (Postfix) with ESMTPA id 0138450F51; Fri, 12 Apr 2013 12:20:09 +0800 (MYT) Subject: Re: FTP packages missing CHECKSUM.MD5 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Martin Wilke In-Reply-To: Date: Fri, 12 Apr 2013 12:20:07 +0800 Message-Id: References: To: grarpamp X-Mailer: Apple Mail (2.1499) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hubs@freebsd.org, freebsd-ports@freebsd.org, Martin Wilke X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 04:20:15 -0000 Hey, Thanks for your report I will take care of that. On Apr 12, 2013, at 2:15 AM, grarpamp wrote: > Noticed that at least ports/i386/packages-9-stable is missing > its CHECKSUM.MD5 file. > > Of course people shouldn't use it for what they think it's for, > because it's not signed and uses a broken hash function. > Hopefully that will be updated to signed sha1/256/3 before long. > > However it does make for a good 'TIMESTAMP' file to detect when > new packages appear. Ftp's internal or external 'ls -tT' can't be counted > on for this across mirrors because such options to ls are mirror dependant. > And there's no simple way to locally sort the ftp list output by date > without rigging in perl, etc. And an overwrite of the same file may not > stamp the parent directory, which also doesn't appear reliably '.' while > in the current directory. > > In short, I'd suggest making a formal TIMESTAMP file for when package > updates are pushed out so people can key off that instead. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest From owner-freebsd-hubs@FreeBSD.ORG Fri Apr 12 14:14:21 2013 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C4BFA68 for ; Fri, 12 Apr 2013 14:14:21 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id EB6F69EF for ; Fri, 12 Apr 2013 14:14:20 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 169254282C; Fri, 12 Apr 2013 10:14:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HhQuMNCYvjjU; Fri, 12 Apr 2013 10:14:13 -0400 (EDT) Received: from daemon.localdomain (daemon.egr.msu.edu [35.9.44.65]) by mail.egr.msu.edu (Postfix) with ESMTP id DB8FB4281D; Fri, 12 Apr 2013 10:14:13 -0400 (EDT) Received: by daemon.localdomain (Postfix, from userid 21281) id D6A3C130407; Fri, 12 Apr 2013 10:14:13 -0400 (EDT) Date: Fri, 12 Apr 2013 10:14:13 -0400 From: Adam McDougall To: freebsd-hubs@freebsd.org Subject: Need to retire mirror behind cvsup15.freebsd.org Message-ID: <20130412141413.GV90959@egr.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: hostmaster@us.FreeBSD.org X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 14:14:21 -0000 Hello, Our site will be ceasing to host software for external projects so I am requesting that cvsup15.freebsd.org be pointed to a different server to keep it working. I was pleased to help the FreeBSD project with mirrors while I could and appreciate the opportunity to help. Our access to mirroring can be removed as we'll be wiping the server it was on and repurposing it. I plan to try to give a few days to wind things down but it will be shut down at an indeterminate point in the near future. Thanks. From owner-freebsd-hubs@FreeBSD.ORG Fri Apr 12 14:48:59 2013 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6955D964 for ; Fri, 12 Apr 2013 14:48:59 +0000 (UTC) (envelope-from so14k@valentine.liquidneon.com) Received: from valentine.liquidneon.com (cl-1479.chi-02.us.sixxs.net [IPv6:2001:4978:f:5c6::2]) by mx1.freebsd.org (Postfix) with ESMTP id 46360B5C for ; Fri, 12 Apr 2013 14:48:59 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 3AD4A8FF5A; Fri, 12 Apr 2013 08:48:58 -0600 (MDT) Date: Fri, 12 Apr 2013 08:48:58 -0600 From: Brad Davis To: Adam McDougall Subject: Re: Need to retire mirror behind cvsup15.freebsd.org Message-ID: <20130412144858.GB11547@valentine.liquidneon.com> References: <20130412141413.GV90959@egr.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130412141413.GV90959@egr.msu.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-hubs@freebsd.org X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 14:48:59 -0000 On Fri, Apr 12, 2013 at 10:14:13AM -0400, Adam McDougall wrote: > Hello, > > Our site will be ceasing to host software for external projects so > I am requesting that cvsup15.freebsd.org be pointed to a different > server to keep it working. I was pleased to help the FreeBSD project > with mirrors while I could and appreciate the opportunity to help. > Our access to mirroring can be removed as we'll be wiping the server > it was on and repurposing it. I plan to try to give a few days to > wind things down but it will be shut down at an indeterminate point > in the near future. Thanks. Repointed to a different server. Thank you for you dedication, we very much appreciate it! Regards, Brad Davis