From owner-svn-ports-head@freebsd.org Sun Jan 3 11:09:23 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 675594CDDD9; Sun, 3 Jan 2021 11:09:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7wxv2bQ4z4mWl; Sun, 3 Jan 2021 11:09:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from beaver (unknown [81.6.39.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ehaupt) by smtp.freebsd.org (Postfix) with ESMTPSA id A0A5720305; Sun, 3 Jan 2021 11:09:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Date: Sun, 3 Jan 2021 12:09:21 +0100 From: Emanuel Haupt To: Alex Samorukov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r559998 - head/devel/acme Message-Id: <20210103120921.581998af084f2ab17d52713d@FreeBSD.org> In-Reply-To: References: <202101030930.1039UYYG089728@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 11:09:23 -0000 Alex Samorukov wrote: > > > Log: > > It turns out that the unambiguous looking "Direct Link" generated > > when clicking on "Download Snapshot" is only available for a > > limited amount of time. When the url has "expired" and the > > "Download Snapshot" is clicked again the same url becomes available > > again. > > For now self-host the tarball until a better solution is found. > It is correct, snapshot is generated by POST request to the > /p/acme-crossass/code-0/HEAD/tarball and returns url to http page > which later shows that "snapshot is generating" and redirecting to > target url when done. Option could be to ask author to release source > code as well on release page. I've asked the author to do that with a hint of moving to github :-)