notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/zrepl/files/zrepl.in

Number of commits found: 7

Tuesday, 10 Jan 2023
19:18 Dries Michiels (driesm) search for other commits by this committer
sysutils/zrepl: various improvements

* Drop unneeded FreeBSD check, this was tracked down to a version check
  not being fully removed. Only the version check was removed but the
  FreeBSD check remained unnecessarily.
* Limit the syslog sample to zrepl log messages, other daemons
  use local0 as facility too.
* Switch to uses:ncurses
commit hash: e7682c8251ec3098e6562374c4a43d748e03e8d6 commit hash: e7682c8251ec3098e6562374c4a43d748e03e8d6 commit hash: e7682c8251ec3098e6562374c4a43d748e03e8d6 commit hash: e7682c8251ec3098e6562374c4a43d748e03e8d6 e7682c8
Tuesday, 8 Jun 2021
15:17 Lewis Cook (lcook) search for other commits by this committer
sysutils/zrepl: /var/run/zrepl should not be world-readable

This partially reverts commit 2a866a1, and instead installs
the pidfile to /var/run/zrepl.pid fixing the problem seen in
PR 255981.

As taken from the zrepl documentation[1]:

[....]
The zrepl daemon needs to open various UNIX sockets in a runtime directory:

a control socket that the CLI commands use to interact with the daemon
the ssh+stdinserver Transport listener opens one socket per configured
client, named after client_identity parameter

There is no authentication on these sockets except the UNIX permissions.
The zrepl daemon will refuse to bind any of the above sockets in a
directory that is world-accessible.
[....]

[1]
	https://zrepl.github.io/configuration/misc.html#runtime-directories-unix-sockets

PR:		256472
Reported by:	Raúl <raul.munoz@custos.es>
commit hash: 621d9c9f594a0f7d049cb44dab25efed81c35c91 commit hash: 621d9c9f594a0f7d049cb44dab25efed81c35c91 commit hash: 621d9c9f594a0f7d049cb44dab25efed81c35c91 commit hash: 621d9c9f594a0f7d049cb44dab25efed81c35c91 621d9c9
Friday, 4 Jun 2021
10:21 Lewis Cook (lcook) search for other commits by this committer Author: Alan Somers
sysutils/zrepl: pidfile should be world-readable

PR:	255981
commit hash: 2a866a1b4fd0e2ce6d07904c920f98e7d994bd59 commit hash: 2a866a1b4fd0e2ce6d07904c920f98e7d994bd59 commit hash: 2a866a1b4fd0e2ce6d07904c920f98e7d994bd59 commit hash: 2a866a1b4fd0e2ce6d07904c920f98e7d994bd59 2a866a1
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Tuesday, 4 Jun 2019
14:14 woodsb02 search for other commits by this committer
sysutils/zrepl: Update to 0.1.1

Changes this release:
  https://zrepl.github.io/v0.1.1/changelog.html

WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE:
There are a number of breaking changes this release. To ensure zrepl
continues to function correctly, ensure you read the changelog, and then
perform the following on both sides of the replication:
- Stop the zrepl service:    # service zrepl stop
- Upgrade the zrepl package: # pkg upgrade zrepl
- Modify the zrepl config:   # vi /usr/local/etc/zrepl/zrepl.yml
- Check the configuration:   # service zrepl configtest
- Start the zrepl service:   # service zrepl start
- Monitor the zrepl service: # zrepl status

DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
For any ZFS snapshot that you want to keep, at least one rule must match. This
is different from previous releases where pruning only affected snapshots with
the configured snapshotting prefix. Make sure that snapshots to be kept or
ignored by zrepl are covered, e.g. by using the regex keep rule.
This also applies to snapshots taken by means other than zrepl (e.g. manually).

PR:		237667
Submitted by:	Michael Zhilin (mizhka@gmail.com)
Differential Revision:	https://reviews.freebsd.org/D20095
Original commitRevision:503474 
Friday, 27 Apr 2018
07:35 woodsb02 search for other commits by this committer
sysutils/zrepl: Fix rc.d init script on FreeBSD < 11.1

This change removes the daemon syslog feature on FreeBSD < 11.1.
This has little effect to the usefulness of zrepl logging, as the daemon
itself has inbuilt syslog support which is enabled by default in the
sample config file /usr/local/etc/zrepl/zrepl.yml. The only output to
stdout/stderr from zrepl will be if its inbuilt syslog feature is not
working.

PR:		224844
Reported by:	Bernhard <bernhard.kneip@postadigitale.de>
MFH:		2018Q2
Original commitRevision:468402 
Sunday, 1 Oct 2017
14:44 lifanov search for other commits by this committer
new port: sysutils/zrepl

zrepl is a complete ZFS dataset replication tool written in Go
that supports feature detection, bookmarks, and other new features.

Significant parts of this port were submitted by woodsb02. Thank you!

Submitted by:	woodsb02, me
Reviewed by:	woodsb02
Differential Revision:	https://reviews.freebsd.org/D12462
Original commitRevision:451047 

Number of commits found: 7