diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-26 10:08:15 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-26 10:08:15 +0000 |
commit | ab7e8ebbd35199b5bd537e1dd6cfb1e50303628a (patch) | |
tree | c4d5a592357a2052ce1f70fd53b472b2d98e013d /misc | |
parent | c8fec64df6d8c116b274aa81ca14872c19165884 (diff) | |
download | pkgsrc-ab7e8ebbd35199b5bd537e1dd6cfb1e50303628a.tar.gz |
Update to esniper-2.31.0, provided by goekesmi in joyent/pkgsrc#251.
Changes since 2.23.0:
* Fix for bugs #666 and #667: handle "Reset your password" page
* Fix for bugs #660 .. #665: handle new welcome pages after login.
* Fix for bugs #649 .. #656
with error message 'Error encountered in function parseBid...
pagename = "Review and confirm your bid"...'
* Fix for bugs #647, #648
with error message 'Error encountered in function ebayLogin...
pagename = "Watch list"'
* Fix for bugs 3579101, 3577899, 3577438, 3559746 and maybe 3564978
with error message "Auction <number>: Unknown item" caused by
ebay's modification of the bid history page.
* Partial fix for various automated bug reports for pages with
titles "Bid confirmation", "Place bid", "eBay Alerts" and
"Buyer Requirements"
* Fix for another new variant of the pre-bid page
* Partial fix for 3314884: adaptation to changes on pre-bid page.
* Fixed memory leaks.
* Fixed bug 3303419: bidpass not found
* Fixed bug 3069696: Add bad password page name
* Fixed bug 3059872: recognize captcha request, print error message, exit.
* Fixed bug 3051220: segfault when using -h or -H command line option.
* Fixed bug 3035541: -lcurl must be added to LIBS instead of LDFLAGS
* Fixed bug 2938576: Does not recognize a won auction
* Added more info in automated bug reports
* Added ~ support for log directory (thanks, deadolus!)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/esniper/Makefile | 7 | ||||
-rw-r--r-- | misc/esniper/distinfo | 9 | ||||
-rw-r--r-- | misc/esniper/patches/patch-http_c | 14 |
3 files changed, 7 insertions, 23 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 16bba67f40f..9555f280136 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:42 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/03/26 10:08:15 jperkin Exp $ # -DISTNAME= esniper-2-23-0 -PKGNAME= esniper-2.23.0 -PKGREVISION= 4 +DISTNAME= esniper-2-31-0 +PKGNAME= esniper-2.31.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/} EXTRACT_SUFX= .tgz diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo index 7f828f15722..4c9f65bcba1 100644 --- a/misc/esniper/distinfo +++ b/misc/esniper/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.16 2011/10/03 02:56:53 dholland Exp $ +$NetBSD: distinfo,v 1.17 2015/03/26 10:08:15 jperkin Exp $ -SHA1 (esniper-2-23-0.tgz) = 8ef64a0966de4084f24f5471d19afbf11c9054f3 -RMD160 (esniper-2-23-0.tgz) = 116295e60ec29a01d5bb1e24dc4762ad70d71bac -Size (esniper-2-23-0.tgz) = 127287 bytes -SHA1 (patch-http_c) = 2ee4fead9650e5fcd325d2779632cc386c3eb1bc +SHA1 (esniper-2-31-0.tgz) = 0360604d003ace99e8abf7e4d1fb00a8f1129760 +RMD160 (esniper-2-31-0.tgz) = 1297ffa0e5e905016b00a0ca4806ba2b95716fd1 +Size (esniper-2-31-0.tgz) = 131583 bytes diff --git a/misc/esniper/patches/patch-http_c b/misc/esniper/patches/patch-http_c deleted file mode 100644 index b1c45245562..00000000000 --- a/misc/esniper/patches/patch-http_c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-http_c,v 1.1 2011/10/03 02:56:53 dholland Exp $ - -Fix build with recent curl. - ---- http.c~ 2010-05-16 04:58:18.000000000 +0000 -+++ http.c -@@ -27,7 +27,6 @@ - #include "http.h" - #include "esniper.h" - #include <curl/curl.h> --#include <curl/types.h> - #include <curl/easy.h> - #include <stdlib.h> - #include <string.h> |