Bug 126454 - [UPDATE] databases/pgbouncer to 1.2.3
Summary: [UPDATE] databases/pgbouncer to 1.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 14:30 UTC by Martin Matuska
Modified: 2008-08-15 08:33 UTC (History)
0 users

See Also:


Attachments
file.diff (12.43 KB, patch)
2008-08-11 14:30 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2008-08-11 14:30:01 UTC
- Update pgbouncer from 1.1.2 to 1.2.3
- Pgbouncer cannot run as root, so add a new pgbouncer user to UIDs/GIDs (543)
- Introduce pgbouncer.ini.sample and pgbouncer.users.sample 
  instead of ${EXAMPLESDIR}
- Modify startup and configuration files to use PGBOUNCER_USER,
  PGBOUNCER_RUNDIR and PGBOUNCER_LOGDIR
- Add support for the reload rc command
- Adjust pkg-message to changes

Removed files: files/patch-etc...pgbouncer.ini
Added files: files/pkg-install.in files/pkg-deinstall.in

Very well tested (tinderbox and real world).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-11 14:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-11 21:09:24 UTC
mm          2008-08-11 20:09:15 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs UPDATING 
    databases/pgbouncer  Makefile distinfo pkg-plist 
    databases/pgbouncer/files pgbouncer.sh.in pkg-message.in 
  Added files:
    databases/pgbouncer/files pkg-deinstall.in pkg-install.in 
  Removed files:
    databases/pgbouncer/files patch-etc...pgbouncer.ini 
  Log:
  - Update pgbouncer to 1.2.3
  - Add new UID and GID for pgbouncer
  - Improve handling of example configuration files
  - Add support for the reload rc command
  - Other minor enhancements
  
  PR:             ports/126454
  Submitted by:   mm
  Approved by:    skv (maintainer)
  
  Revision  Changes    Path
  1.62      +2 -1      ports/GIDs
  1.73      +2 -1      ports/UIDs
  1.696     +13 -1     ports/UPDATING
  1.5       +54 -7     ports/databases/pgbouncer/Makefile
  1.3       +3 -3      ports/databases/pgbouncer/distinfo
  1.2       +0 -13     ports/databases/pgbouncer/files/patch-etc...pgbouncer.ini (dead)
  1.2       +5 -2      ports/databases/pgbouncer/files/pgbouncer.sh.in
  1.1       +30 -0     ports/databases/pgbouncer/files/pkg-deinstall.in (new)
  1.1       +98 -0     ports/databases/pgbouncer/files/pkg-install.in (new)
  1.3       +4 -5      ports/databases/pgbouncer/files/pkg-message.in
  1.2       +4 -2      ports/databases/pgbouncer/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2008-08-15 08:33:07 UTC
Responsible Changed
From-To: skv->mm

Approved takeover.
Comment 4 Martin Matuska freebsd_committer freebsd_triage 2008-08-15 08:33:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!