Re: www/weboob SSLv3 fallout

2015-09-27 Thread Doug Hogan
On Sun, Sep 27, 2015 at 09:11:22PM +0200, Landry Breuil wrote: > On Sat, Sep 26, 2015 at 03:34:53PM +0200, Jona Joachim wrote: > > Hi, > > weboob has a runtime dependency for SSLv3. The attached diff replaces > > SSLv3 usage with SSLv23. > > > > 2015-09-26 15:02:52,557:ERROR:weboob:1.0:ouiboube.py

Re: patch-devel-flex

2015-09-27 Thread Stuart Henderson
On 2015/09/28 04:12, Yozo TODA wrote: > Stuart Henderson writes: > > On 2015/09/27 13:20, Yozo TODA wrote: > > > gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' > > > Updating ./version.texi > > > > I see what the problem is. Please try adding "MAKE_ENV= TZ=UTC" to the p

Re: patch-devel-flex

2015-09-27 Thread Yozo TODA
Stuart Henderson writes: > On 2015/09/27 13:20, Yozo TODA wrote: > > gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' > > Updating ./version.texi > > I see what the problem is. Please try adding "MAKE_ENV= TZ=UTC" to the port > Makefile and let me know if you still see th

Re: www/weboob SSLv3 fallout

2015-09-27 Thread Landry Breuil
On Sat, Sep 26, 2015 at 03:34:53PM +0200, Jona Joachim wrote: > Hi, > weboob has a runtime dependency for SSLv3. The attached diff replaces > SSLv3 usage with SSLv23. > > 2015-09-26 15:02:52,557:ERROR:weboob:1.0:ouiboube.py:450:load_backends > Unable to load module "cic": 'module' object has no at

FIX: mail/isync

2015-09-27 Thread Edd Barrett
Currently the mbsync program will crash if you don't have a network connection. This fixes this. OK? Index: Makefile === RCS file: /home/edd/cvsync/ports/mail/isync/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- M

Re: patch-devel-flex

2015-09-27 Thread Stuart Henderson
On 2015/09/27 13:20, Yozo TODA wrote: > gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' > Updating ./version.texi I see what the problem is. Please try adding "MAKE_ENV= TZ=UTC" to the port Makefile and let me know if you still see this 'Updating ./version.texi' line.

Re: fix alpn support on python 3.5

2015-09-27 Thread Stuart Henderson
On 2015/09/27 10:29, Remi Pointel wrote: > Hi, > > this is the diff to be in adequation with upstream. > > Ok? OK, but I think this should be mentioned in CHANGES.OpenBSD as well.

Re: duplicity backup to hubic - bunch of new deps

2015-09-27 Thread viq
On Sat, Sep 19, 2015 at 11:23 PM, viq wrote: > On pon, 2015-06-29 at 12:10 +0200, viq wrote: > Updated ports. Made duplicity not depend explicitly on py-pyrax, also > made duplicity and duply use and depend on gpg1. There's a new > dependency, py-monotonic, and I have the duply port finished. From

Re: lang/ghc update preview

2015-09-27 Thread Matthias Kilian
Hi, On Mon, Aug 17, 2015 at 10:17:21PM +0200, Karel Gardas wrote: > seeing this, I'd like to note that I've got some of your patches to > GHC HEAD which will become 7.12 once released probably so this may > easy your job a little bit. Thanks! > I've also done some testing and switched > on dynam

Re: [UPDATE] mail/p5-MIME-Types 1.28 -> 2.11

2015-09-27 Thread Giovanni Bechis
On 09/23/15 14:52, Vincent Gross wrote: > ok ? > ok giovanni@ Cheers Giovanni

fix alpn support on python 3.5

2015-09-27 Thread Remi Pointel
Hi, this is the diff to be in adequation with upstream. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/python/3.5/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile24 Sep 2015 19:1