From 90ea1224be701b30b6163483256e306815fdf84f Mon Sep 17 00:00:00 2001
From: Benjamin Erhart <berhart@netzarchitekten.com>
Date: Thu, 10 Feb 2022 13:32:09 +0100
Subject: [PATCH] Update Obfs4proxy to release 0.0.13.

---
 build.sh    | 2 +-
 obfs4       | 2 +-
 obfs4.patch | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 15396e4..e6026ad 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ else
     # No .git directory - That's a normal install.
     git clone https://gitlab.com/yawning/obfs4.git
     cd obfs4 || exit 1
-    git checkout --force --quiet cbf3f3cf
+    git checkout --force --quiet 77af0cba
     cd ..
     git clone https://git.torproject.org/pluggable-transports/snowflake.git
     cd snowflake || exit 1
diff --git a/obfs4 b/obfs4
index cbf3f3c..77af0cb 160000
--- a/obfs4
+++ b/obfs4
@@ -1 +1 @@
-Subproject commit cbf3f3cfa09cf48c42aebd1b96fd7952f1ddb25d
+Subproject commit 77af0cba934d73c4baeb709560bcfc9a9fbc661c
diff --git a/obfs4.patch b/obfs4.patch
index 274b5b5..01c6347 100644
--- a/obfs4.patch
+++ b/obfs4.patch
@@ -1,5 +1,5 @@
 diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
-index 628f56b..be2cc55 100644
+index d92f5f5..df2584e 100644
 --- a/obfs4proxy/obfs4proxy.go
 +++ b/obfs4proxy/obfs4proxy.go
 @@ -27,10 +27,9 @@
-- 
GitLab