Re: [new] www/esniper

2019-02-12 Thread Renaud Allard
On 2/12/19 11:44 AM, Stuart Henderson wrote: On 2019/02/05 12:55, Renaud Allard wrote: Any chances of getting it committed? I don't think we should be encouraging its use by having it in ports. Complex string parsing of a frequently updated website, in C, and the above bug isn't a good in

Re: [new] www/esniper

2019-02-12 Thread Stuart Henderson
On 2019/02/05 12:55, Renaud Allard wrote: > > > On 2/1/19 3:38 PM, Renaud Allard wrote: > > > > Hi, > > > > I have made a change, in fact setting CURL_POSTFIELDSIZE to 0 when GET > > needs to be used. This resolves the segfault, but the -m option doesn't > > seem to be working yet, but I will r

Re: [new] www/esniper

2019-02-11 Thread Renaud Allard
On 2/1/19 3:38 PM, Renaud Allard wrote: Hi, I have made a change, in fact setting CURL_POSTFIELDSIZE to 0 when GET needs to be used. This resolves the segfault, but the -m option doesn't seem to be working yet, but I will report that to the dev. I also made patches to initialize curl the

Re: [new] www/esniper

2019-02-05 Thread Renaud Allard
On 2/1/19 3:38 PM, Renaud Allard wrote: Hi, I have made a change, in fact setting CURL_POSTFIELDSIZE to 0 when GET needs to be used. This resolves the segfault, but the -m option doesn't seem to be working yet, but I will report that to the dev. I also made patches to initialize curl the

Re: [new] www/esniper

2019-02-01 Thread Renaud Allard
Hi, I have made a change, in fact setting CURL_POSTFIELDSIZE to 0 when GET needs to be used. This resolves the segfault, but the -m option doesn't seem to be working yet, but I will report that to the dev. I also made patches to initialize curl the right way with LONG, limit the protocols t

Re: [new] www/esniper

2019-02-01 Thread Renaud Allard
On 1/31/19 2:09 PM, Sebastian Reitenbach wrote: You might get some more clues from building curl with debug symbols. I have this in my /etc/.mk.conf: DEBUG=-g -O0 which usually does the ticket. It seems that to get debug symbols in curl, you need to modify the Makefile to add --enable-deb

Re: [new] www/esniper

2019-01-31 Thread Otto Moerbeek
On Thu, Jan 31, 2019 at 03:28:02PM +0100, Otto Moerbeek wrote: > On Thu, Jan 31, 2019 at 03:09:54PM +0100, Renaud Allard wrote: > > > With the attachment, it might be better > > > > On 1/31/19 3:08 PM, Renaud Allard wrote: > > > I have changed the http requests to https ones and cleaned up the >

Re: [new] www/esniper

2019-01-31 Thread Otto Moerbeek
On Thu, Jan 31, 2019 at 03:09:54PM +0100, Renaud Allard wrote: > With the attachment, it might be better > > On 1/31/19 3:08 PM, Renaud Allard wrote: > > I have changed the http requests to https ones and cleaned up the > > Makefile, but this still needs some investigations about that segfault. >

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
With the attachment, it might be better On 1/31/19 3:08 PM, Renaud Allard wrote: I have changed the http requests to https ones and cleaned up the Makefile, but this still needs some investigations about that segfault. It seems that it's easier to reproduce when having a malloc.conf with SURF.

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
I have changed the http requests to https ones and cleaned up the Makefile, but this still needs some investigations about that segfault. It seems that it's easier to reproduce when having a malloc.conf with SURF. I had never tested the -m switch, so I don't know when it broke. smime.p7s Des

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
On 1/31/19 12:34 PM, Sebastian Reitenbach wrote: Hi, #6 0x0378b0d8 in curl_easy_perform () from /usr/local/lib/libcurl.so.25.19 #7 0x1b83a381 in httpRequest (url=0x6de41680 "http://my.ebay.com/ws/eBayISAPI.dll?MyeBay&CurrentPage=MyeBayWatching";, logUrl=0x0, data=0x3b82df06 "", logData=0

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
On 1/31/19 2:16 PM, Renaud Allard wrote: On 1/31/19 1:21 PM, Stuart Henderson wrote: #7  0x1b83a381 in httpRequest (url=0x6de41680 "http://my.ebay.com/ws/eBayISAPI.dll?MyeBay&CurrentPage=MyeBayWatching";, logUrl=0x0, data=0x3b82df06 "", logData=0x0, rt=GET) at http.c:177 #8  0x1b83a0

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
On 1/31/19 1:21 PM, Stuart Henderson wrote: #7 0x1b83a381 in httpRequest (url=0x6de41680 "http://my.ebay.com/ws/eBayISAPI.dll?MyeBay&CurrentPage=MyeBayWatching";, logUrl=0x0, data=0x3b82df06 "", logData=0x0, rt=GET) at http.c:177 #8 0x1b83a058 in httpGet (url=0x6de41680 "http://my.eb

Re: [new] www/esniper

2019-01-31 Thread Sebastian Reitenbach
Am Donnerstag, Januar 31, 2019 13:21 CET, Stuart Henderson schrieb: > On 2019/01/31 12:34, Sebastian Reitenbach wrote: > > Hi, > > > > Am Donnerstag, Januar 31, 2019 11:59 CET, Renaud Allard > > schrieb: > > > > > > > > > > > On 1/31/19 10:51 AM, Renaud Allard wrote: > > > > Hello, > > > > > >

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
On 1/31/19 12:34 PM, Sebastian Reitenbach wrote: Hi, Am Donnerstag, Januar 31, 2019 11:59 CET, Renaud Allard schrieb: On 1/31/19 10:51 AM, Renaud Allard wrote: Hello, Here is a port of esniper 2.35.0. esniper is a simple, lightweight tool for sniping ebay auctions Solene suggested t

Re: [new] www/esniper

2019-01-31 Thread Stuart Henderson
On 2019/01/31 12:34, Sebastian Reitenbach wrote: > Hi, > > Am Donnerstag, Januar 31, 2019 11:59 CET, Renaud Allard > schrieb: > > > > > > > On 1/31/19 10:51 AM, Renaud Allard wrote: > > > Hello, > > > > > > Here is a port of esniper 2.35.0. > > > esniper is a simple, lightweight tool for snipin

Re: [new] www/esniper

2019-01-31 Thread Sebastian Reitenbach
Hi, Am Donnerstag, Januar 31, 2019 11:59 CET, Renaud Allard schrieb: > > > On 1/31/19 10:51 AM, Renaud Allard wrote: > > Hello, > > > > Here is a port of esniper 2.35.0. > > esniper is a simple, lightweight tool for sniping ebay auctions > > > > Solene suggested to add a WANTLIB variable, so he

Re: [new] www/esniper

2019-01-31 Thread Renaud Allard
On 1/31/19 10:51 AM, Renaud Allard wrote: Hello, Here is a port of esniper 2.35.0. esniper is a simple, lightweight tool for sniping ebay auctions Solene suggested to add a WANTLIB variable, so here is the port with that variable added esniper.tar.gz Description: application/gzip sm

[new] www/esniper

2019-01-31 Thread Renaud Allard
Hello, Here is a port of esniper 2.35.0. esniper is a simple, lightweight tool for sniping ebay auctions Any comments welcome. Best Regards esniper.tar.gz Description: application/gzip

NEW: www/esniper

2008-11-01 Thread Aaron Stellman
Hello ports@, attached is the port of esniper. esniper is a simple, lightweight tool for sniping eBay auctions. It runs on all flavors of linux, unix and Windows. esniper can use configuration and auction files to tell it how to bid and what to bid on. I've succesfully used this tool to win two