public inbox for [email protected]
help / color / mirror / Atom feedPgBouncer 1.5.1
7+ messages / 4 participants
[nested] [flat]
* PgBouncer 1.5.1
@ 2012-04-17 14:56 Marko Kreen <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Marko Kreen @ 2012-04-17 14:56 UTC (permalink / raw)
To: Postgres Announce <[email protected]>
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
^ permalink raw reply [nested|flat] 7+ messages in thread
* PgBouncer 1.5.1
@ 2012-04-17 15:00 Marko Kreen <[email protected]>
parent: Marko Kreen <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Marko Kreen @ 2012-04-17 15:00 UTC (permalink / raw)
To: Postgres Announce <[email protected]>
[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
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: PgBouncer 1.5.1
@ 2012-04-17 21:42 Mark Felder <[email protected]>
parent: Marko Kreen <[email protected]>
0 siblings, 2 replies; 7+ messages in thread
From: Mark Felder @ 2012-04-17 21:42 UTC (permalink / raw)
To: Postgres Announce <[email protected]>; Marko Kreen <[email protected]>
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 :-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: PgBouncer 1.5.1
@ 2012-04-18 14:07 Marko Kreen <[email protected]>
parent: Mark Felder <[email protected]>
1 sibling, 1 reply; 7+ messages in thread
From: Marko Kreen @ 2012-04-18 14:07 UTC (permalink / raw)
To: Mark Felder <[email protected]>; +Cc: Postgres Announce <[email protected]>
[Re-reply to keep -announce in the loop..]
On Wed, Apr 18, 2012 at 12:42 AM, Mark Felder <[email protected]> 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
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: PgBouncer 1.5.1
@ 2012-04-18 16:36 Mark Felder <[email protected]>
parent: Marko Kreen <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Mark Felder @ 2012-04-18 16:36 UTC (permalink / raw)
To: Marko Kreen <[email protected]>; +Cc: Postgres Announce <[email protected]>
On Wed, 18 Apr 2012 09:07:34 -0500, Marko Kreen <[email protected]> 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!
^ permalink raw reply [nested|flat] 7+ messages in thread
* Fwd: Re: [ANNOUNCE] PgBouncer 1.5.1
@ 2012-04-18 16:44 Joshua D. Drake <[email protected]>
parent: Mark Felder <[email protected]>
1 sibling, 1 reply; 7+ messages in thread
From: Joshua D. Drake @ 2012-04-18 16:44 UTC (permalink / raw)
To: pgsql-www
Who approved this for announce?
-------- Original Message --------
Subject: Re: [ANNOUNCE] PgBouncer 1.5.1
Date: Tue, 17 Apr 2012 16:42:38 -0500
From: Mark Felder <[email protected]>
To: Postgres Announce <[email protected]>, Marko Kreen
<[email protected]>
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 :-)
---------------------------(end of broadcast)---------------------------
-To unsubscribe from this list, send an email to:
[email protected]
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Fwd: Re: [ANNOUNCE] PgBouncer 1.5.1
@ 2012-04-18 19:11 David Fetter <[email protected]>
parent: Joshua D. Drake <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: David Fetter @ 2012-04-18 19:11 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Joshua D. Drake <[email protected]>; pgsql-www
Sorry about that, folks :/
Cheers,
David.
On Wed, Apr 18, 2012 at 04:03:26PM -0300, Alvaro Herrera wrote:
>
> Excerpts from Joshua D. Drake's message of mié abr 18 13:44:20 -0300 2012:
> >
> > Who approved this for announce?
>
> Someone called Moderation Bot email address <[email protected]>.
>
>
> > -------- Original Message --------
> > Subject: Re: [ANNOUNCE] PgBouncer 1.5.1
> > Date: Tue, 17 Apr 2012 16:42:38 -0500
> > From: Mark Felder <[email protected]>
> > To: Postgres Announce <[email protected]>, Marko Kreen
> > <[email protected]>
> >
> >
> > 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 :-)
> >
> > ---------------------------(end of broadcast)---------------------------
> > -To unsubscribe from this list, send an email to:
> >
> > [email protected]
> >
>
> --
> Álvaro Herrera <[email protected]>
> The PostgreSQL Company - Command Prompt, Inc.
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
--
David Fetter <[email protected]> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: [email protected]
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2012-04-18 19:11 UTC | newest]
Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17 14:56 PgBouncer 1.5.1 Marko Kreen <[email protected]>
2012-04-17 15:00 ` Marko Kreen <[email protected]>
2012-04-17 21:42 ` Mark Felder <[email protected]>
2012-04-18 14:07 ` Marko Kreen <[email protected]>
2012-04-18 16:36 ` Mark Felder <[email protected]>
2012-04-18 16:44 ` Joshua D. Drake <[email protected]>
2012-04-18 19:11 ` David Fetter <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox