2005-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2005-02-18 11:10:06 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Update "bidwatcher" package to version 1.3.17.
Changes since version 1.3.16:
- Fix eBay parser.
- Add libcurl support. libcurl is now a dependency.
- Tons of little fixes.
- Fix potential security bug in versions <= 1.3.16 (CAN-2005-0158).
- Added Seller id to the Log.
- Fixed BUY Only items that expire but bidwather don't think so.
- Should compile on cygwin now.
- Be more compatible with BSD.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-21 09:43:10 by Matthias Scheler | Files touched by this commit (3) |
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
|
2004-07-20 15:59:12 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add a patch from the bidwatcher home page which avoid segfaults while
bidwatcher is parsing auction data. Bump package revision.
|
2004-05-09 11:29:32 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 1.3.15. Closes PR pkg/25505.
Changes since 1.3.13:
4/23/04
* TimeSync logic improved. If we can't hit eBay, rely on local time,
but, for real this time.
* Version 1.3.15
4/22/04
* Fix time synchronization
4/20/04
* Allow configurable X font string
* Fix item location parsing
* Fix currency parsing
* Version 1.3.14
4/11/04
* Show seller in main window (RFE #902344)
* Use unsigned long longs for auction numbers.
* Applied add by URL patch (#820963)
3/30/04
* Changed default fonts
* Added some missing HTML entites
|
2004-04-24 20:04:07 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-03-10 23:24:48 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Update "bidwatcher" package to version 1.3.13. A list of changes since
version 1.3.11 is not available. But according to PR pkg/24677 by
Dick Davies it adapts "bidwatcher" to eBay's latest changes.
|
2004-02-03 14:51:27 by David Brownlee | Files touched by this commit (1) |
Log message:
We use/need c++
|
2003-12-26 16:25:42 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Update "bidwatcher" package to version 1.3.11. Changes sinc 1.3.11rc1:
- Added appropriate pre-approval error message
- Made failed parse messages a little less ambiguous
- Fixed uppercase password problem: eBay uses all lowercase
- Fixed password error message
- Update so we get feedback on auctions as they are added
- Add a bunch of encoding checking from Klaus Singvogel
|