head	1.2;
access;
symbols
	pkgsrc-2014Q4:1.1.0.28
	pkgsrc-2014Q4-base:1.1
	pkgsrc-2014Q3:1.1.0.26
	pkgsrc-2014Q3-base:1.1
	pkgsrc-2014Q2:1.1.0.24
	pkgsrc-2014Q2-base:1.1
	pkgsrc-2014Q1:1.1.0.22
	pkgsrc-2014Q1-base:1.1
	pkgsrc-2013Q4:1.1.0.20
	pkgsrc-2013Q4-base:1.1
	pkgsrc-2013Q3:1.1.0.18
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.16
	pkgsrc-2013Q2-base:1.1
	pkgsrc-2013Q1:1.1.0.14
	pkgsrc-2013Q1-base:1.1
	pkgsrc-2012Q4:1.1.0.12
	pkgsrc-2012Q4-base:1.1
	pkgsrc-2012Q3:1.1.0.10
	pkgsrc-2012Q3-base:1.1
	pkgsrc-2012Q2:1.1.0.8
	pkgsrc-2012Q2-base:1.1
	pkgsrc-2012Q1:1.1.0.6
	pkgsrc-2012Q1-base:1.1
	pkgsrc-2011Q4:1.1.0.4
	pkgsrc-2011Q4-base:1.1
	pkgsrc-2011Q3:1.1.0.2
	pkgsrc-2011Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2015.03.26.10.08.15;	author jperkin;	state dead;
branches;
next	1.1;
commitid	2S5tBFHEltn7l6fy;

1.1
date	2011.10.03.02.56.53;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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!)
@
text
@$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>
@


1.1
log
@Remove curl/types.h; fixes build with recent curl.
@
text
@d1 1
a1 1
$NetBSD$
@

