On 2024/07/04 16:35, Landry Breuil wrote: > hi, > > small update but minor breaking changes cf > https://www.pgbouncer.org/changelog.html#pgbouncer-123x
afaik we don't have a way to do the rolling reload thing in rc.subr, so seems this change might want rc_stop_signal=QUIT in the rc script? > ok ? otherwise ok. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/pgbouncer/Makefile,v > diff -u -r1.42 Makefile > --- Makefile 15 May 2024 14:30:09 -0000 1.42 > +++ Makefile 4 Jul 2024 14:33:42 -0000 > @@ -1,6 +1,6 @@ > COMMENT = lightweight connection pooler for PostgreSQL > > -V = 1.22.1 > +V = 1.23.0 > DISTNAME = pgbouncer-${V} > > CATEGORIES = databases > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/pgbouncer/distinfo,v > diff -u -r1.19 distinfo > --- distinfo 15 May 2024 14:30:09 -0000 1.19 > +++ distinfo 4 Jul 2024 14:33:42 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (pgbouncer-1.22.1.tar.gz) = > KwGKps5/WSyYkrueD9kCYkhOtzk3/Sr5KXcKRTc7ohU= > -SIZE (pgbouncer-1.22.1.tar.gz) = 677351 > +SHA256 (pgbouncer-1.23.0.tar.gz) = > GAQhnDAe8DXn9B6pr/HlGAtLr4hF1hBh6aEIWTYyMiY= > +SIZE (pgbouncer-1.23.0.tar.gz) = 694845 >