File 0708-Schedule-the-vanilla-driver-for-removal-in-OTP-27.patch of Package erlang
From 20c0634f3d1948cd51121f7f1e50b4f46e055b6b Mon Sep 17 00:00:00 2001
From: Rickard Green <rickard@erlang.org>
Date: Wed, 5 Apr 2023 15:08:10 +0200
Subject: [PATCH 3/3] Schedule the vanilla driver for removal in OTP 27
---
.../doc/general_info/scheduled_for_removal_27.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 system/doc/general_info/scheduled_for_removal_27.inc
diff --git a/system/doc/general_info/scheduled_for_removal_27.inc b/system/doc/general_info/scheduled_for_removal_27.inc
new file mode 100644
index 0000000000..e97149d937
--- /dev/null
+++ b/system/doc/general_info/scheduled_for_removal_27.inc
@@ -0,0 +1,14 @@
+ <section>
+ <title>Vanilla Driver</title>
+ <p>
+ The old previously documented support for opening a port to an
+ external resource by passing an atom (or a string) as first
+ argument to
+ <seemfa marker="erts:erlang#open_port/2"><c>open_port()</c></seemfa>,
+ implemented by the vanilla driver, will be removed in OTP 27.
+ This functionality was marked as obsolete about two decades ago
+ and then a few years later the documentation for it was removed.
+ If this functionality is not used with care it might hang or crash
+ the runtime system.
+ </p>
+ </section>
--
2.35.3