notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
Port details
pgbackrest Reliable PostgreSQL Backup & Restore
2.35_2 databases on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Maintainer: schoutm@gmail.com search for ports maintained by this maintainer
Port Added: 2021-06-03 11:54:06
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: json-c, sysinfo, python, miller
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/pgbackrest-2.35_2/catalog.mk
  2. /usr/local/share/licenses/pgbackrest-2.35_2/LICENSE
  3. /usr/local/share/licenses/pgbackrest-2.35_2/MIT
  4. bin/pgbackrest
  5. @dir etc/pgbackrest
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • pgbackrest>0:databases/pgbackrest
To install the port:
cd /usr/ports/databases/pgbackrest/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pgbackrest
  • pkg install pgbackrest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pgbackrest
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
pgbackrest
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd642.332.33
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i3862.332.33
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout2.35_2
FreeBSD:12:amd642.35_22.35_2
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i3862.35_22.35_2
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch642.35_22.35_2
FreeBSD:13:amd642.35_22.35_2
FreeBSD:13:armv6pkg-fallout2.35_2
FreeBSD:13:armv72.35_22.35_2
FreeBSD:13:i3862.35_22.35_2
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout2.35_2
FreeBSD:13:riscv64pkg-fallout2.35_2
FreeBSD:14:aarch642.35_2pkg-fallout
FreeBSD:14:amd642.35_2pkg-fallout
FreeBSD:14:armv62.35_2pkg-fallout
FreeBSD:14:armv72.35_2pkg-fallout
FreeBSD:14:i3862.35_2pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc642.35_2pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libyaml.so : textproc/libyaml
  3. libxml2.so : textproc/libxml2
  4. libpq.so.5 : databases/postgresql13-client
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pgbackrest/pgbackrest/tar.gz/release/2.35?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.35_2
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.35_2
10 Apr 2022 19:11:41
commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744commit hash:d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2.35_1
26 Mar 2022 08:27:27
commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52commit hash:247c7db7513f1264922428278678da641c5a3f52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
2.35
17 Oct 2021 10:47:25
commit hash:f58482e86a47ad0370bfc2e3c25b9e5ef266ce14commit hash:f58482e86a47ad0370bfc2e3c25b9e5ef266ce14commit hash:f58482e86a47ad0370bfc2e3c25b9e5ef266ce14commit hash:f58482e86a47ad0370bfc2e3c25b9e5ef266ce14 files touched by this commit
Michael Zhilin (mizhka) search for other commits by this committer
databases/pgbackrest: Update to version 2.35

Submitted by: Michael Schout (schoutm@gmail.com)
PR: 258545
2.33
03 Jun 2021 11:49:39
commit hash:c49969ef4f68de362c260f7822e212c8045f7e6acommit hash:c49969ef4f68de362c260f7822e212c8045f7e6acommit hash:c49969ef4f68de362c260f7822e212c8045f7e6acommit hash:c49969ef4f68de362c260f7822e212c8045f7e6a files touched by this commit
Michael Zhilin (mizhka) search for other commits by this committer
databases/pgbackrest: new port, backup tool for PostgreSQL

Number of commits found: 6