Bug 280409 - databases/pgbackrest: Update to 2.53
Summary: databases/pgbackrest: Update to 2.53
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/pgbackrest/pgbackr...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-22 14:20 UTC by Michael Schout
Modified: 2024-07-22 20:20 UTC (History)
1 user (show)

See Also:


Attachments
Update to v2.53 (4.08 KB, patch)
2024-07-22 14:20 UTC, Michael Schout
schoutm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schout 2024-07-22 14:20:40 UTC
Created attachment 252225 [details]
Update to v2.53

Update pgBackrest to v2.53
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-22 17:32:08 UTC
What happened to lz4?
Comment 2 Michael Schout 2024-07-22 19:03:20 UTC
Per upstream release notes, LZ4 is no longer optional.  Its required.

Its also already listed in LIB_DEPENDS
Comment 3 Michael Schout 2024-07-22 19:06:18 UTC
Here is the commit where liblz4 was changed to required: 

https://github.com/pgbackrest/pgbackrest/commit/0c32757fd9269a18b827fa33230d2997c98571a0
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-07-22 20:17:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc49da638ed9dcf6d0e9acf44989e53367e79c2

commit 1fc49da638ed9dcf6d0e9acf44989e53367e79c2
Author:     Michael Schout <schoutm@gmail.com>
AuthorDate: 2024-07-22 20:05:58 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-22 20:05:58 +0000

    databases/pgbackrest: update 2.51 → 2.53

    Changelogs:
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52.1
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.53

    PR:     280409
    MFH:    2024Q3

 databases/pgbackrest/Makefile                      | 11 +++------
 databases/pgbackrest/distinfo                      |  6 ++---
 .../pgbackrest/files/patch-meson.build (gone)      | 28 ----------------------
 .../files/patch-meson__options.txt (gone)          |  8 -------
 .../pgbackrest/files/patch-src_meson.build (gone)  | 10 --------
 5 files changed, 6 insertions(+), 57 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-07-22 20:19:38 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b59eb3010f81c6f50e760c38379e7d3e2e1a9f4

commit 5b59eb3010f81c6f50e760c38379e7d3e2e1a9f4
Author:     Michael Schout <schoutm@gmail.com>
AuthorDate: 2024-07-22 20:05:58 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-22 20:19:27 +0000

    databases/pgbackrest: update 2.51 → 2.53

    Changelogs:
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.52.1
    https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.53

    PR:     280409
    MFH:    2024Q3
    (cherry picked from commit 1fc49da638ed9dcf6d0e9acf44989e53367e79c2)

 databases/pgbackrest/Makefile                      | 11 +++------
 databases/pgbackrest/distinfo                      |  6 ++---
 .../pgbackrest/files/patch-meson.build (gone)      | 28 ----------------------
 .../files/patch-meson__options.txt (gone)          |  8 -------
 .../pgbackrest/files/patch-src_meson.build (gone)  | 10 --------
 5 files changed, 6 insertions(+), 57 deletions(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-22 20:20:41 UTC
Thanks.