Обсуждение: PgBouncer 1.5.1

Поиск
Список
Период
Сортировка

PgBouncer 1.5.1

От
Marko Kreen
Дата:
Fix various portability and correctness bugs:

  http://pgfoundry.org/frs/shownotes.php?release_id=1863


About
----

PgBouncer is lightweight connection pooler for PostgreSQL.

Download: http://pgfoundry.org/projects/pgbouncer/
Homepage: http://wiki.postgresql.org/wiki/PgBouncer


PgBouncer 1.5.1

От
Marko Kreen
Дата:
[Re-send with correct url]


Fix various portability and correctness bugs:

  http://pgfoundry.org/frs/shownotes.php?release_id=1936


About
----

PgBouncer is lightweight connection pooler for PostgreSQL.

Download: http://pgfoundry.org/projects/pgbouncer/
Homepage: http://wiki.postgresql.org/wiki/PgBouncer

Re: PgBouncer 1.5.1

От
Mark Felder
Дата:
I just realized that PgBouncer 1.5 and 1.5.1 have identical checksums,
which I noticed after I already reported to the maintainer the issue with
the extracted folder being named pgbouncer-1.5 instead of having the
proper version.

I guess the real issue is that pgbouncer 1.5.1 is vaporware right now :-)

Re: PgBouncer 1.5.1

От
Mark Felder
Дата:
On Wed, 18 Apr 2012 09:07:34 -0500, Marko Kreen <markokr@gmail.com> wrote:
>
>
> The .tar.gz on pgfoundry.org looks OK, so this must be some local
> problem.
>

It appears the URL lets you specify what you want the downloaded filename
to be. During this process I didn't download it myself; I updated the
FreeBSD port's Makefile so I could send a patch to the port maintainer. As
part of that process you update the version number in the Makefile, and
then run "make makesum" which downloads the version specified and
automatically updates the checksum and name of the tarball in the
"distinfo" file. That was done automatically without human intervention.
It added pgbouncer-1.5.1.tar.gz and the same checksum as the previous
release. I just tested this again:

[/usr/ports/databases/pgbouncer]# make makesum
===>  License BSD accepted by the user
=> pgbouncer-1.5.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch
http://pgfoundry.org/frs/download.php/3197/pgbouncer-1.5.1.tar.gz
pgbouncer-1.5.1.tar.gz                        100% of  401 kB  500 kBps

distinfo:

SHA256 (pgbouncer-1.5.1.tar.gz) =
408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee
SIZE (pgbouncer-1.5.1.tar.gz) = 411488


Now I will try with 1.5:


[/usr/ports/databases/pgbouncer]# make makesum
===>  License BSD accepted by the user
=> pgbouncer-1.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch
http://pgfoundry.org/frs/download.php/3197/pgbouncer-1.5.tar.gz
pgbouncer-1.5.tar.gz                          100% of  401 kB  470 kBps


and the distinfo:

SHA256 (pgbouncer-1.5.tar.gz) =
408924d54794fcd63cd31284fa13a21266b2fc33c6b5e6be1eb1d91512261fee
SIZE (pgbouncer-1.5.tar.gz) = 411488


See, it's the same checksum and size both times. The culprit appears to be
that download.php/3197 isn't a project number or anything of the sort,
it's the actual file. Confusing! I should have used
download.php/3240/pgbouncer-1.5.1.tar.gz


This is clearly an issue with myself being unfamiliar with how pgfoundry's
website works. I sincerely apologize for the noise, everyone!

Re: PgBouncer 1.5.1

От
Marko Kreen
Дата:
[Re-reply to keep -announce in the loop..]

On Wed, Apr 18, 2012 at 12:42 AM, Mark Felder <feld@feld.me> wrote:
> I just realized that PgBouncer 1.5 and 1.5.1 have identical checksums, which
> I noticed after I already reported to the maintainer the issue with the
> extracted folder being named pgbouncer-1.5 instead of having the proper
> version.
>
> I guess the real issue is that pgbouncer 1.5.1 is vaporware right now :-)

The .tar.gz on pgfoundry.org looks OK, so this must be some local problem.

--
marko