Welcome! Log In Create A New Profile

Advanced

Note: Official download links changing

Posted by dreamcat4 
Note: Official download links changing
November 06, 2009 06:16PM
Hi,
The filenames of the official download links are changing. This is
significant if you are a gentoo-ebuild or freebsd-portfile maintainer.
Its part of an improved scheme whereby a history of previously
released files shall be kept available, allowing md5 check, more
stable official download link etc. For these affected ebuild owners we
hope this to be a welcome change (although perhaps rather a long time
coming).

The links to the most recent release (which is overwritten each time)
are also changing:

https://launchpad.net/php-fpm/+download

We just had to replace a dash '-' character with a tilde '~'.

We expect this to be a permanent change. Example:

Before: http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-5.2.11.tar.gz
After: http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~5.2.11.tar.gz

We also apologise if this necessary change has any undesirable effect
on any user's existing build scripts. It simply was not possible to
keep the holding the original link names, due to the complex way that
launchpad will match these filenames on to the project's milestones /
release numbers.

In regards to the accompanying archive / permanent links; these are
just being worked out right at this moment. Expect to hear back about
those in a couple (1-2) days additional.


Best regards,

dreamcat4
dreamcat4@gmail.com
steven.hartland
Re: Note: Official download links changing
November 06, 2009 06:36PM
Thanks for the heads up I'll update my FreeBSD port when the archive /
permanent links
are known.

In addition while, you looking at that if you could please ensure that
the downloads do
NOT include any redirects, that would be most appreciated, as the
FreeBSD ports source
file fetch doesn't support redirects. ( Yes I know that's crap :( )
Re: Note: Official download links changing
November 06, 2009 07:12PM
Hi Steve,
Unfortunately we simply cannot do anything about http redirects for
files hosted on launchpad.net. Heres what i found out:

export PHP_VER=5.3.0
wget --max-redirect=0
"http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
# => fails
wget --max-redirect=1
"http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
# => succeeds

Mike might be continuing to host the php-fpm.org site, with its http
downloads area. (its probably worth just double-checking). We have
rigged it so that we can just upload to php-fpm.org site first of all,
and then launchpad automatically pulls any new files into the
launchpad project downloads area. Effectively launchpad.net acting as
our 1st (and only) mirror site in terms of these .tar.gz source
tarballs. Id generally suggest use both urls if at all possible.

Continueing our example, we also serve the same file from php-fpm.org at:

wget --max-redirect=0
"http://php-fpm.org/downloads/0.6/php-fpm-0.6~5.3.0.tar.gz"
# => succeeds with 0 redirects.

On Fri, Nov 6, 2009 at 11:35 PM, steven.hartland
<steven.hartland@multiplay.co.uk> wrote:
>
> Thanks for the heads up I'll update my FreeBSD port when the archive /
> permanent links
> are known.
>
> In addition while, you looking at that if you could please ensure that
> the downloads do
> NOT include any redirects, that would be most appreciated, as the
> FreeBSD ports source
> file fetch doesn't support redirects. ( Yes I know that's crap :( )
Re: Note: Official download links changing
November 06, 2009 07:20PM
we can keep it at php-fpm.org for primary if it helps (dreamcat: we
could figure out a way to mirror it from launchpad automatically if
needed, if launchpad rolls it for us or something)



On Fri, Nov 6, 2009 at 4:10 PM, dreamcat four <dreamcat4@gmail.com> wrote:
>
> Hi Steve,
> Unfortunately we simply cannot do anything about http redirects for
> files hosted on launchpad.net. Heres what i found out:
>
> export PHP_VER=5.3.0
> wget --max-redirect=0
> "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
> # => fails
> wget --max-redirect=1
> "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
> # => succeeds
>
> Mike might be continuing to host the php-fpm.org site, with its http
> downloads area. (its probably worth just double-checking). We have
> rigged it so that we can just upload to php-fpm.org site first of all,
> and then launchpad automatically pulls any new files into the
> launchpad project downloads area. Effectively launchpad.net acting as
> our 1st (and only) mirror site in terms of these .tar.gz source
> tarballs. Id generally suggest use both urls if at all possible.
>
> Continueing our example, we also serve the same file from php-fpm.org at:
>
> wget --max-redirect=0
> "http://php-fpm.org/downloads/0.6/php-fpm-0.6~5.3.0.tar.gz"
> # => succeeds with 0 redirects.
>
> On Fri, Nov 6, 2009 at 11:35 PM, steven.hartland
> <steven.hartland@multiplay.co.uk> wrote:
>>
>> Thanks for the heads up I'll update my FreeBSD port when the archive /
>> permanent links
>> are known.
>>
>> In addition while, you looking at that if you could please ensure that
>> the downloads do
>> NOT include any redirects, that would be most appreciated, as the
>> FreeBSD ports source
>> file fetch doesn't support redirects. ( Yes I know that's crap :( )
>
Re: Note: Official download links changing
November 11, 2009 12:50PM
Hi,
The permanment links shall be available tomorrow.
Where "103" is the revision number from version control / VCS.

Launchpad: https://launchpad.net/php-fpm/+download
=======================================
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.2.10.tar.gz
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.2.11.tar.gz
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.2.patch
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.3.0.tar.gz
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.3.1.tar.gz
http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-103~5.3.patch

PHP-FPM.org: http://php-fpm.org/downloads/archive/
=======================================
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.2.10.tar.gz
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.2.11.tar.gz
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.2.patch
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.3.0.tar.gz
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.3.1.tar.gz
http://php-fpm.org/downloads/archive/php-fpm-0.6-103~5.3.patch


dreamcat4
dreamcat4@gmail.com
grigori
Re: Note: Official download links changing
November 13, 2009 05:08PM
Hi,
There is some confusion at the launchpad.

On the main page it writes "Latest version is 0.6"
https://launchpad.net/php-fpm

In Archive it writes "Latest version is 0.6-103"
https://launchpad.net/php-fpm/archive

According to "Download" page the 0.6-103 is later
https://launchpad.net/php-fpm/+download

But all are downloading 0.6 cause don't know of 0.6-103.


Also, it shows different
php-fpm-0.6-103~5.3.patch (272.6 Kb)
and
php-fpm-0.6-103~5.3.0.tar.gz (378.8 Kb)

What's the difference?


Grigori

On 11 ноя, 19:47, dreamcat four <dreamc...@gmail.com> wrote:
> Hi,
> The permanment links shall be available tomorrow.
> Where "103" is the revision number from version control / VCS.
>
> Launchpad:https://launchpad.net/php-fpm/+download
> =======================================http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-10...http://launchpad.net/php-fpm
Re: Note: Official download links changing
November 13, 2009 05:26PM
Hi,
It's actually the same. 103 is the revision number. Future versions
will have a higher incremented revision number to show they are newer
(107, 113, etc).

The current version '0.6' files look older because the archive files
were only uploaded recently. This was due to a bug in launchpad, and
not for any other reason. The 103 filename is meant just for Gentoo
Ebuild and Freebsd port maintainers, who need a permanment download
like.

The '0.6' version will always be the newest because that one is just
over-written to the latest each time we upload.

On Fri, Nov 13, 2009 at 10:05 PM, grigori <grigori.kochanov@gmail.com> wrote:
> Hi,
> There is some confusion at the launchpad.
>
> On the main page it writes "Latest version is 0.6"
> https://launchpad.net/php-fpm
>
> In Archive it writes "Latest version is 0.6-103"
> https://launchpad.net/php-fpm/archive
>
> According to "Download" page the 0.6-103 is later
> https://launchpad.net/php-fpm/+download
>
> But all are downloading 0.6 cause don't know of 0.6-103.
>
>
> Also, it shows different
>  php-fpm-0.6-103~5.3.patch (272.6 Kb)
> and
>  php-fpm-0.6-103~5.3.0.tar.gz (378.8 Kb)
>
> What's the difference?
>
>
> Grigori
>
> On 11 ноя, 19:47, dreamcat four <dreamc...@gmail.com> wrote:
>> Hi,
>> The permanment links shall be available tomorrow.
>> Where "103" is the revision number from version control / VCS.
>>
>> Launchpad:https://launchpad.net/php-fpm/+download
>> =======================================http://launchpad.net/php-fpm/archive/0.6-103/+download/php-fpm-0.6-10...http://launchpad.net/php-fpm
>
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 313
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready