Re: git: 34197c5c60d3 - main - Mk/bsd.sites.mk: Update APACHE site list
- In reply to: Matthias Fechner : "Re: git: 34197c5c60d3 - main - Mk/bsd.sites.mk: Update APACHE site list"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Oct 2022 18:31:51 UTC
On 2022-10-18 17:42, Matthias Fechner wrote: > Dear Daniel, > > On 24.10.21 22:24, Daniel Engberg wrote: >> MASTER_SITE_APACHE+= \ >> - https://downloads.apache.org/%SUBDIR%/ \ >> - https://archive.apache.org/dist/%SUBDIR%/ \ >> - http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ > > > Removing archive.apache.org makes it impossible to download older > versions as the current release one. > One example is this: > Downloading thrift version 0.16.0: > https://thrift.apache.org/download > http://archive.apache.org/dist/thrift/0.16.0/ > > Could you please re-add: > > https://archive.apache.org/dist/%SUBDIR%/ \ > > > Thanks a lot > Matthias (mfechner@) Hi, The issue is that archive.apache.org isn't a mirror unlike all the other sites listed which makes it inconsistent with both the alias and what entries in bsd.sites.mk are intended for. Since no other sites carries the legacy version you should use archive.apache.org directly instead of APACHE. Best regards, Daniel