patch to smtpd/filter_api.c

2015-08-15 Thread Geoff Steckel
The included patch allows smtpd/filter_api.c to compile. I know it's not hooked in yet. I am working on adding dnsbl. I have a patch under test which is integrated into the body of smtpd. It would be cleaner if it could be an external filter. Is anybody working on the filter code? Would it be poss

Re: merging usb_video_header_desc and usb_video_header_desc_all

2015-08-15 Thread Ludovic Coues
On 13/08/15(Thu) 19:41, ludovic coues wrote: > 2015-08-13 15:11 GMT+02:00 Martin Pieuchot : > > > > With this diff I get the following error on my x220: > > > > uvideo_vs_negotiation: uvideo0: no frame descriptors found! > > > > I have this camera: > > > > uvideo0 at uhub3 port 6 configuration 1 in

Re: patch to smtpd/filter_api.c

2015-08-15 Thread Gilles Chehade
Hi, On Sat, Aug 15, 2015 at 05:54:55AM -0400, Geoff Steckel wrote: > The included patch allows smtpd/filter_api.c to compile. I know it's This is not ok, this file is not meant to be linked in the daemon. It is meant to be linked against filters which will communicate with the daemon through the

Re: [Patch] smtpd.conf - change 'priorly' to 'beforehand'

2015-08-15 Thread Gilles Chehade
On Fri, Aug 14, 2015 at 09:40:32PM +, Larry Hynes wrote: > On 2015-08-14, Gilles Chehade wrote: > > On Thu, Aug 13, 2015 at 09:06:00AM +0100, Jason McIntyre wrote: > >> On Thu, Aug 13, 2015 at 03:21:56AM +0100, Larry Hynes wrote: > >> > This is a minor quibble, and possibly a purely personal o

It's '(U)pgrade' these days, no?

2015-08-15 Thread Michael McConville
ndex: faq/ports/guide.html === RCS file: /cvs/www/faq/ports/guide.html,v retrieving revision 1.37 diff -u -p -r1.37 guide.html --- faq/ports/guide.html2 Jul 2015 05:49:05 - 1.37 +++ faq/ports/guide.html15 Aug

Re: It's '(U)pgrade' these days, no?

2015-08-15 Thread Ted Unangst
Michael McConville wrote: > ndex: faq/ports/guide.html > === > RCS file: /cvs/www/faq/ports/guide.html,v > retrieving revision 1.37 > diff -u -p -r1.37 guide.html > --- faq/ports/guide.html 2 Jul 2015 05:49:05 - 1.37 > +

pkg_add: Adjust problem detection

2015-08-15 Thread Sunil Nimmagadda
Hi, 213 is a valid return code from an FTP server for SIZE command and should not be treated as a problem. Alternate implementations of FETCH_CMD could provide a slightly different "Requesting " log lines. Would it be okay to relax the format a bit and ignore any line starting with "Requesting" i