aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/esniper/fix-ebay-login.patch
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-23 22:30:48 +0100
committerPeter Simons <simons@cryp.to>2014-03-23 22:30:54 +0100
commit4c5d093ae07324b9daea7a9fb9fbf0b3c77a936a (patch)
treef9757c96c57c488f3078c9704e877a231b95ddc4 /pkgs/applications/networking/esniper/fix-ebay-login.patch
parent13bc37ed3e730ed2e98d60694ccdfc15cbc57447 (diff)
esniper: add patch to fix unrecognized e-bay log-in page
Diffstat (limited to '')
-rw-r--r--pkgs/applications/networking/esniper/fix-ebay-login.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/networking/esniper/fix-ebay-login.patch b/pkgs/applications/networking/esniper/fix-ebay-login.patch
new file mode 100644
index 000000000000..07d0a577a08c
--- /dev/null
+++ b/pkgs/applications/networking/esniper/fix-ebay-login.patch
@@ -0,0 +1,13 @@
+--- esniper-orig/auction.c 2014-03-23 22:28:46.684289574 +0100
++++ esniper/auction.c 2014-03-23 22:24:00.540568653 +0100
+@@ -424,7 +424,9 @@
+ if ((pp->srcId && !strcmp(pp->srcId, "SignInAlertSupressor"))||
+ (pp->pageName &&
+ (!strncasecmp(pp->pageName, "MyeBay", 6) ||
+- !strncasecmp(pp->pageName, "My eBay", 7))
++ !strncasecmp(pp->pageName, "My eBay", 7) ||
++ !strncasecmp(pp->pageName, "Watch list", 10) ||
++ !strncasecmp(pp->pageName, "User Agreement", 10))
+ ))
+ loginTime = time(NULL);
+ else if (pp->pageName &&