svn commit: r562542 - in head/irc/bitlbee-facebook: . files

Pietro Cerutti gahr at FreeBSD.org
Mon Jan 25 07:20:51 UTC 2021


Author: gahr
Date: Mon Jan 25 07:20:50 2021
New Revision: 562542
URL: https://svnweb.freebsd.org/changeset/ports/562542

Log:
  irc/bitlbee-facebook: fix ERROR_QUEUE_UNDERFLOW error, bump PORTREVISION
  
  Obtained from:	https://github.com/bitlbee/bitlbee-facebook/pull/208

Added:
  head/irc/bitlbee-facebook/files/
  head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h   (contents, props changed)
Modified:
  head/irc/bitlbee-facebook/Makefile

Modified: head/irc/bitlbee-facebook/Makefile
==============================================================================
--- head/irc/bitlbee-facebook/Makefile	Mon Jan 25 07:16:00 2021	(r562541)
+++ head/irc/bitlbee-facebook/Makefile	Mon Jan 25 07:20:50 2021	(r562542)
@@ -4,6 +4,7 @@
 PORTNAME=	bitlbee-facebook
 PORTVERSION=	1.2.1
 DISTVERSIONPREFIX=v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc
 

Added: head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/bitlbee-facebook/files/patch-facebook_facebook-api.h	Mon Jan 25 07:20:50 2021	(r562542)
@@ -0,0 +1,26 @@
+From 49ea312d98b0578b9b2c1ff759e2cfa820a41f4d Mon Sep 17 00:00:00 2001
+From: Frantisek Sumsal <frantisek at 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:


More information about the svn-ports-head mailing list