Path to this page:
./
net/unison,
File-synchronization tool
Branch: CURRENT,
Version: 2.53.3,
Package name: unison-2.53.3,
Maintainer: gdtUnison is a file-synchronization tool for Unix and Windows. It
allows two replicas of a collection of files and directories to be
stored on different hosts (or different disks on the same host),
modified separately, and then brought up to date by propagating
the changes in each replica to the other.
Required to run:[
lang/ocaml]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1382.314 KB
Version history: (Expand)
- (2023-04-28) Updated to version: unison-2.53.3
- (2023-04-19) Updated to version: unison-2.53.2nb1
- (2023-03-20) Updated to version: unison-2.53.2
- (2023-03-19) Updated to version: unison-2.53.1
- (2023-01-30) Updated to version: unison-2.53.0nb3
- (2023-01-03) Updated to version: unison-2.53.0nb2
CVS history: (Expand)
2023-04-28 13:39:41 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/unison: Update to 2.53.3
## Changes in 2.53.3
Released 2023-04-28
* On Linux, allow syncing the xattrs where POSIX draft ACLS are
stored, which enables syncing the ACL info. (Note that this does
not enable syncing ACLs with the `-acl` switch, and does not
enable syncing ACLs between other systems and Linux. See the
manual.)
* Improved ETA calculation and sync speed display in text UI.
* Fix CI Windows builds (again).
* Drop unmaintained "make install" target.
* Bugfixes, minor improvements, cleanups.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) |  |
Log message:
revbump after textproc/icu update
|
2023-03-20 18:44:00 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/unison: Update to 2.53.2
Upstream changes are fixing the reported version number.
|
2023-03-19 13:43:17 by Greg Troxel | Files touched by this commit (2) |  |
Log message:
net/unison: Update to 2.53.1
## Changes in 2.53.1
Released 2023-03-19
* Repeat mode is more fault tolerant, recovering after temporary
errors.
* Preferences "force", "prefer" and related no longer require
specifying the full root.
* Improve stopping of update propagation.
* Enable VT input escape codes in Windows.
* Respect user-provided CFLAGS, CPPFLAGS, LDFLAGS, LDLIBS.
* Add build instructions in INSTALL.md (and drop from manual).
* Add graceful stop in repeat mode - SIGUSR2.
* Add watch+seconds to 'repeat' preference.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) |  |
Log message:
massive revision bump after textproc/icu update
|
2022-11-08 02:07:09 by Greg Troxel | Files touched by this commit (5) |
Log message:
net/unison: Update to 2.53.0
Change to lablgkt3.
Drop MAKE_JOBS_SAFE because the issue was fixed upstream.
## Changes in 2.53.0
Released 2022-11-07
* OCaml >= 4.08 is required to build unison.
* unison can be built with (unreleased) OCaml 5.
* Change GUI to use GTK3 (via lablgtk3) instead of GTK2 (via lablgtk2)
* Add support for syncing extended attributes.
* Add support for syncing ACLs.
* On Windows, add the ability to build unison as a hybrid
application (GUI application attached to a text console) by
defining UI_WINOS=hybrid (see src/Makefile). Add this to CI.
(Doing this for non-Windows is unnecessary as all applications,
both GUI and non-GUI, are always executed with a connection to
stdout/stderr. GUI-only applications (ie, no stdout/stderr) is a
Windows-only concept.)
* Notable bugfixes
- Merge results are stored in archive more accurately.
- Windows `\\?\` paths now work correctly (including `\\?\Volume{GUID}\` paths).
* CI changes
- The macOS binaries are properly signed.
- Add workaround for bugs in the github CI Windows builds, one of
which resulted in the 2.52.1 GUI version failing, in the Windows
CI build artifacts. (This does not affect platforms other than
Windows, and may not affect other Windows builds.)
* Changes that should not affect behavior
- Clean up a variety of unmaintained and unused bits, mainly
build-related.
- OCaml's Unix library is now extensively used also on
Windows. This allowed removal of large amount of
Windows-specific OCaml and mainly C code.
|