Subject: CVS commit: pkgsrc/misc/bidwatcher
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 07:43:10
Module Name:	pkgsrc
Committed By:	tron
Date:		Tue Sep 21 07:43:10 UTC 2004

Modified Files:
	pkgsrc/misc/bidwatcher: Makefile distinfo
	pkgsrc/misc/bidwatcher/patches: patch-ac

Log Message:
Update "bidwatcher" to version 1.3.16. Changes since version 1.3.15:
- Parse eBay pages properly again
- A parsing error leading to a segmentation fault is fixed (patch
  from Klaus Singvogel)
- Get the snipe key 60 seconds before sniping because this key becomes
  stale.
- Snipes do not try to get a snipe key at startup or setup.
- Set the proxy during startup.  Otherwise a "Network error" is issued
  at startup behind a proxy.
- Workaround a bug with german umlauts and other ascii > 127 in the
  details windows. They are simply removed.
- Recognize shifting end times of auctions.
- User listings:
  - The auction-id was read as "unsigned long" (4 Byte) instead of
    "unsigned long long" (8 Byte). Due to that truncation some
     auction-ids were not handled correctly.
  - Ebay places linebreaks at the worst places in its pages: the
    parser did not remove them all. So the auction id was not
    found.
- Obtain snipe-key just when necessary, not earlier.
- New feature: Snipe groups


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/misc/bidwatcher/Makefile
cvs rdiff -r1.31 -r1.32 pkgsrc/misc/bidwatcher/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/misc/bidwatcher/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.