From 4e875dd3ff68d7502db377967044461d01cf08dd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 2 Apr 2014 17:44:02 +0200 Subject: esniper: update to version 2.29.0 --- pkgs/applications/networking/esniper/default.nix | 8 ++++---- pkgs/applications/networking/esniper/fix-ebay-login.patch | 13 ------------- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 pkgs/applications/networking/esniper/fix-ebay-login.patch (limited to 'pkgs/applications/networking/esniper') diff --git a/pkgs/applications/networking/esniper/default.nix b/pkgs/applications/networking/esniper/default.nix index ee263245218f..0a9703d5e34a 100644 --- a/pkgs/applications/networking/esniper/default.nix +++ b/pkgs/applications/networking/esniper/default.nix @@ -1,18 +1,18 @@ { stdenv, fetchurl, openssl, curl, coreutils, gawk, bash, which }: stdenv.mkDerivation { - name = "esniper-2.28.0"; + name = "esniper-2.29.0"; src = fetchurl { - url = "mirror://sourceforge/esniper/esniper-2-28-0.tgz"; - sha256 = "c2b0ccb757616b32f2d6cf54a4a5e367405fa7bcd6e6ed11835fe4f8a06a016b"; + url = "mirror://sourceforge/esniper/esniper-2-29-0.tgz"; + sha256 = "052jfbzm0a88h3hss2vg1vfdrhibjwhbcdnwsbkk5i1z0jj16xxc"; }; buildInputs = [ openssl curl ]; # Add support for CURL_CA_BUNDLE variable. # Fix . - patches = [ ./find-ca-bundle.patch ./fix-ebay-login.patch ]; + patches = [ ./find-ca-bundle.patch ]; postInstall = '' sed <"frontends/snipe" >"$out/bin/snipe" \ diff --git a/pkgs/applications/networking/esniper/fix-ebay-login.patch b/pkgs/applications/networking/esniper/fix-ebay-login.patch deleted file mode 100644 index 07d0a577a08c..000000000000 --- a/pkgs/applications/networking/esniper/fix-ebay-login.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 && -- cgit v1.2.3