pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unison-snapshot: Update to 2.53.0 release



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Nov 7 19:49:10 2022 -0500
Changeset:	6b433cb2739b9d58c74a47b7eb35ba3ca7826d38

Modified Files:
	unison-snapshot/COMMIT_MESSAGE
	unison-snapshot/Makefile
	unison-snapshot/distinfo

Log Message:
unison-snapshot: Update to 2.53.0 release

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b433cb2739b9d58c74a47b7eb35ba3ca7826d38

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unison-snapshot/COMMIT_MESSAGE | 33 ++++++++++++++++++++++++++++++++-
 unison-snapshot/Makefile       |  3 +--
 unison-snapshot/distinfo       |  6 +++---
 3 files changed, 36 insertions(+), 6 deletions(-)

diffs:
diff --git a/unison-snapshot/COMMIT_MESSAGE b/unison-snapshot/COMMIT_MESSAGE
index 70dabd4b5c..01f1016ce7 100644
--- a/unison-snapshot/COMMIT_MESSAGE
+++ b/unison-snapshot/COMMIT_MESSAGE
@@ -2,4 +2,35 @@ net/unison: Update to 2.53.0
 
 Change to lablgkt3.
 
-[Insert upstream NEWS.]
+## 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.
+
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index ab47de5478..c307159010 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.32 2022/03/08 22:32:15 gdt Exp $
 
-# development version towards 2.53.0
-DISTNAME=	unison-2.52.91
+DISTNAME=	unison-2.53.0
 #PKGREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bcpierce00/}
diff --git a/unison-snapshot/distinfo b/unison-snapshot/distinfo
index 88f7b2d180..0ecd2f6f7b 100644
--- a/unison-snapshot/distinfo
+++ b/unison-snapshot/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.24 2022/03/08 22:32:15 gdt Exp $
 
-BLAKE2s (unison-2.52.91-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = a4382db835200c420f09ad1a71f39bf8976ba68317856c9d61595028ef7bde4f
-SHA512 (unison-2.52.91-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 4389655f25fdb4ed5536bb85a3bfc301ebbbc7a88cf39d68d0922f2f1d963f5efd3a0a982da9725c43a637f854be54f30c0bd219b7f8e04e682505dd2db91812
-Size (unison-2.52.91-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 1387993 bytes
+BLAKE2s (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = a4382db835200c420f09ad1a71f39bf8976ba68317856c9d61595028ef7bde4f
+SHA512 (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 4389655f25fdb4ed5536bb85a3bfc301ebbbc7a88cf39d68d0922f2f1d963f5efd3a0a982da9725c43a637f854be54f30c0bd219b7f8e04e682505dd2db91812
+Size (unison-2.53.0-f3f7972bdab2770ea3085fad06c7939c2233ff7c.tar.gz) = 1387993 bytes


Home | Main Index | Thread Index | Old Index