about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-02 17:44:02 +0200
committerPeter Simons <simons@cryp.to>2014-04-02 17:44:10 +0200
commit4e875dd3ff68d7502db377967044461d01cf08dd (patch)
treebf119079c795cbe706eef5e25dcf18286bafa229 /pkgs
parent80a03f665d14c9dc35ad41300edf562b5a7dda69 (diff)
downloadnixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.gz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.bz2
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.lz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.xz
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.tar.zst
nixlib-4e875dd3ff68d7502db377967044461d01cf08dd.zip
esniper: update to version 2.29.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/esniper/default.nix8
-rw-r--r--pkgs/applications/networking/esniper/fix-ebay-login.patch13
2 files changed, 4 insertions, 17 deletions
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 <http://sourceforge.net/p/esniper/bugs/648/>.
-  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 &&