~jadedctrl/gem-xwx-moe

Showing details for patch 000728167433d3aaf49bb19ad7af7ba4caa5f52a.
2024-08-01 (Thu), 4:03 AM - - 000728167433d3aaf49bb19ad7af7ba4caa5f52a

Flikriparas IRC-bibliotekon de irc-modifaĵo

Summary of changes
1 files added
  • gemujo_ludo/flikaĵoj/lua-irc/0001-Don-t-specify-protocol-version-so-that-highest-avail.patch
2 files modified with 5 lines added and 0 lines removed
  • gemujo_ludo/minetest.publike.conf with 1 added and 0 removed lines
  • gemujo_ludo/pretigi.sh with 4 added and 0 removed lines
diff -rN -u "old-gem-xwx-moe/gemujo_ludo/flika\304\265oj/lua-irc/0001-Don-t-specify-protocol-version-so-that-highest-avail.patch" "new-gem-xwx-moe/gemujo_ludo/flika\304\265oj/lua-irc/0001-Don-t-specify-protocol-version-so-that-highest-avail.patch"
--- "old-gem-xwx-moe/gemujo_ludo/flika\304\265oj/lua-irc/0001-Don-t-specify-protocol-version-so-that-highest-avail.patch"	1970-01-01 00:00:00.000000000 +0000
+++ "new-gem-xwx-moe/gemujo_ludo/flika\304\265oj/lua-irc/0001-Don-t-specify-protocol-version-so-that-highest-avail.patch"	2024-11-21 22:10:00.806699752 +0000
@@ -0,0 +1,30 @@
+From 5d50aa37d82d4208a37739e79edb5c43bfad122f Mon Sep 17 00:00:00 2001
+From: D Tim Cummings <tim@triptera.com.au>
+Date: Sun, 3 Jan 2021 19:50:55 +1000
+Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20specify=20protocol=20version=20?=
+ =?UTF-8?q?so=20that=20highest=20available=20protocol=20will=20be=20used?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+tlsv1 and tlsv1_1 are insecure, deprecated and no longer available on Ubuntu as of 20.04
+---
+ init.lua | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/init.lua b/init.lua
+index 99ae7f5..3434cc9 100644
+--- a/init.lua
++++ b/init.lua
+@@ -106,7 +106,7 @@ function meta_preconnect:connect(_host, _port)
+ 		if type(secure) == "table" then
+ 			params = secure
+ 		else
+-			params = {mode = "client", protocol = "tlsv1"}
++			params = {mode = "client", protocol = "any"}
+ 		end
+ 
+ 		s = ssl.wrap(s, params)
+-- 
+2.45.2
+
diff -rN -u old-gem-xwx-moe/gemujo_ludo/minetest.publike.conf new-gem-xwx-moe/gemujo_ludo/minetest.publike.conf
--- old-gem-xwx-moe/gemujo_ludo/minetest.publike.conf	2024-11-21 22:10:00.806699752 +0000
+++ new-gem-xwx-moe/gemujo_ludo/minetest.publike.conf	2024-11-21 22:10:00.806699752 +0000
@@ -2,4 +2,4 @@
 stamina.exhaust_sprint = 5
 everness_feature_sneak_pickup = false
 everness_feature_skybox = false
-i4_inventory_size = 32
\ No newline at end of file
+i4_inventory_size = 32
diff -rN -u old-gem-xwx-moe/gemujo_ludo/pretigi.sh new-gem-xwx-moe/gemujo_ludo/pretigi.sh
--- old-gem-xwx-moe/gemujo_ludo/pretigi.sh	2024-11-21 22:10:00.806699752 +0000
+++ new-gem-xwx-moe/gemujo_ludo/pretigi.sh	2024-11-21 22:10:00.806699752 +0000
@@ -130,6 +130,10 @@
 	cd mods.retaj/bestoj/mobs_redo/
 	git apply ../../../flikaĵoj/mobs_redo/*.patch
 	cd ../../../
+
+	cd mods.retaj/servilo/irc/irc/
+	git apply ../../../../flikaĵoj/lua-irc/*.patch
+	cd ../../../../
 }