Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419171 - dev-db/pgbouncer-1.5.3 version bump
Summary: dev-db/pgbouncer-1.5.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on: 410645 410647
Blocks:
  Show dependency tree
 
Reported: 2012-06-01 23:37 UTC by Johan Bergström
Modified: 2012-11-13 02:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pgbouncer-1.5.3.ebuild (pgbouncer-1.5.3.ebuild,1.62 KB, text/plain)
2012-11-05 02:26 UTC, Johan Bergström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2012-06-01 23:37:50 UTC
Minor changes in this one. A rename worked fine. While at it, we should fix the nit described in bug 410645.
Comment 1 Johan Bergström 2012-06-01 23:39:38 UTC
I'll add a patch to support upgrades too (bug 410647).
Comment 2 Aaron W. Swenson gentoo-dev 2012-06-06 12:36:37 UTC
I'll bump as soon as I get an updated init script from you, Johan.
Comment 3 Johan Bergström 2012-06-06 20:36:51 UTC
Thanks. Sorry for the delay; I've been looking into the init script and see some discrepancies:

1. pid should go into /var/run/pgbouncer , but the ebuild doesn't create that directory any more (or point to it through init script)
2. upstream config now has saner default values (fix sed in ebuild)
3. the /run vs /var/run check needs to be improved; I use mdev over udev and have an empty /run which makes the init script bail
4. add "upgrade" to init script

Status:

1,2 is fixed.
3 I don't know the best solution for.
4 I would just like to skip since I've had more issues with this in production. If the user really really wants it, he/she could call it manually. Thoughts?
Comment 4 Johan Bergström 2012-06-17 09:28:01 UTC
Does anyone have any suggestions on how to proceed with /run,/var/run situation? I use mdev/devtmpfs over udev which probably creates my /run , but its empty. Is there a gentoo pattern for handling this?
Comment 5 Aaron W. Swenson gentoo-dev 2012-08-21 18:07:47 UTC
(In reply to comment #4)
> Does anyone have any suggestions on how to proceed with /run,/var/run
> situation? I use mdev/devtmpfs over udev which probably creates my /run ,
> but its empty. Is there a gentoo pattern for handling this?

Yes, see what I've done in dev-db/pgpool2.
Comment 6 Johan Bergström 2012-11-05 02:26:36 UTC
Created attachment 328408 [details]
pgbouncer-1.5.3.ebuild

Lets update the current ebuild to 1.5.3 to address the security bug 440940. I will (finally) get back to you with an -r1 that addresses all known issues later this week.