diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2021-01-25 07:20:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2021-01-25 07:20:50 +0000 |
commit | ed80a063ea75f4e5ed2c8b032a550ed1b47148ab (patch) | |
tree | 91e964cd7b5fa7c77dcf5be19e61b97abefab693 /irc | |
parent | d2e5aa7f3ad92358991f6fa47745f5f8e02f3bfe (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee-facebook/Makefile | 1 | ||||
-rw-r--r-- | irc/bitlbee-facebook/files/patch-facebook_facebook-api.h | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/irc/bitlbee-facebook/Makefile b/irc/bitlbee-facebook/Makefile index b0ed9eac28bd..243b8a660e2f 100644 --- a/irc/bitlbee-facebook/Makefile +++ b/irc/bitlbee-facebook/Makefile @@ -4,6 +4,7 @@ PORTNAME= bitlbee-facebook PORTVERSION= 1.2.1 DISTVERSIONPREFIX=v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= irc diff --git a/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h b/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h new file mode 100644 index 000000000000..c6168d37fc42 --- /dev/null +++ b/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h @@ -0,0 +1,26 @@ +From 49ea312d98b0578b9b2c1ff759e2cfa820a41f4d Mon Sep 17 00:00:00 2001 +From: Frantisek Sumsal <frantisek@sumsal.cz> +Date: Wed, 20 Jan 2021 13:19:45 +0100 +Subject: [PATCH] Bump the FB_ORCA_AGENT version once again (#208) + +* Bump the FB_ORCA_AGENT version once again + +Recently FB started returning ERROR_QUEUE_UNDERFLOW upon login (again). +Given the similarity to #180, the fix seemed quite straightforward, and +it indeed is - bumping the client version fixes the login issue. + +Fixes: #207 + +diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h +index 988dbf5..cecfa05 100644 +--- facebook/facebook-api.h.orig ++++ facebook/facebook-api.h +@@ -117,7 +117,7 @@ + * + */ + +-#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/192.0.0.31.101;FBBV/14477681]" ++#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/537.0.0.31.101;FBBV/14477681]" + + /** + * FB_API_AGENT: |