pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/esniper Update to esniper-2.31.0, provided by goe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7f32000281c
branches:  trunk
changeset: 648973:c7f32000281c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 26 10:08:15 2015 +0000

description:
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:

 misc/esniper/Makefile             |   7 +++----
 misc/esniper/distinfo             |   9 ++++-----
 misc/esniper/patches/patch-http_c |  14 --------------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (48 lines):

diff -r 63140425d211 -r c7f32000281c misc/esniper/Makefile
--- a/misc/esniper/Makefile     Thu Mar 26 09:30:10 2015 +0000
+++ b/misc/esniper/Makefile     Thu Mar 26 10:08:15 2015 +0000
@@ -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 -r 63140425d211 -r c7f32000281c misc/esniper/distinfo
--- a/misc/esniper/distinfo     Thu Mar 26 09:30:10 2015 +0000
+++ b/misc/esniper/distinfo     Thu Mar 26 10:08:15 2015 +0000
@@ -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 -r 63140425d211 -r c7f32000281c misc/esniper/patches/patch-http_c
--- a/misc/esniper/patches/patch-http_c Thu Mar 26 09:30:10 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index