pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Lock to go1.25
Module Name: pkgsrc-wip
Committed By: David Brownlee <abs%absd.org@localhost>
Pushed By: abs
Date: Tue Mar 3 19:16:58 2026 +0000
Changeset: ad339b4fc7288f06f6bae980b16fe4dd2c3b6c7c
Modified Files:
syncthing/Makefile
Log Message:
Lock to go1.25
has the same "panic: crypto/tls bug: where's my session ticket?"
issue as syncthing 1.x when built with go1.26
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad339b4fc7288f06f6bae980b16fe4dd2c3b6c7c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
syncthing/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/syncthing/Makefile b/syncthing/Makefile
index 8ad9707ced..811f8426dc 100644
--- a/syncthing/Makefile
+++ b/syncthing/Makefile
@@ -21,6 +21,10 @@ LICENSE= mpl-2.0
# The 'zillode' dependency calls the compiler on certain archs.
USE_LANGUAGES= c
+# v2.0.14 fail with go1.26 after a few minutes with
+# "panic: crypto/tls bug: where's my session ticket?"
+GO_VERSION_REQD= 125
+
# Otherwise binary fails to start with "Cannot write-enable text segment"
MKPIE_SUPPORTED= no
Home |
Main Index |
Thread Index |
Old Index