python 2.7.9

2014-12-11 Thread Stuart Henderson
This update turns on SSL certificate checking by default in http libraries. (There will be a 3.4 release for this soon too). "When Python's standard library HTTP clients (httplib, urllib, urllib2, xmlrpclib) are used to access resources with HTTPS, by default the certificate is not checked a

Re: Squid configure option

2014-12-11 Thread Stuart Henderson
On 2014/12/11 15:40, sven falempin wrote: > is this the kind of libressl incompatibility you are talking about ? Nope, that problem is with 3.5.x versions and seen at build time.

Re: rcctl ansible service support

2014-12-11 Thread Stuart Henderson
On 2014/12/11 23:14, Patrik Lundin wrote: > On Thu, Dec 11, 2014 at 09:11:27PM +0100, Patrik Lundin wrote: > > > > To my knowledge the support should be pretty solid by now. > > > > Ugh, I spoke too soon. I found a bug in the handling of special services > like pf just now. A PR against armanis

Re: graphics/inkscape (was: update print/poppler)

2014-12-11 Thread Matthias Kilian
On Mon, Dec 08, 2014 at 11:50:39PM +0100, Matthias Kilian wrote: > The only failure is graphics/inkscape. Anyone using it and want to > investigate? But be aware that there's already a more than insane > #ifdef maze using POPPLER_NEW_COLOR_SPACE_API and > POPPLER_EVEN_NEWER_COLOR_SPACE_API, so what

Re: rcctl ansible service support

2014-12-11 Thread Patrik Lundin
On Thu, Dec 11, 2014 at 09:11:27PM +0100, Patrik Lundin wrote: > > To my knowledge the support should be pretty solid by now. > Ugh, I spoke too soon. I found a bug in the handling of special services like pf just now. A PR against armanis fork is available here (this will of course be added to

Re: Squid configure option

2014-12-11 Thread sven falempin
On Tue, Dec 9, 2014 at 6:53 AM, Stuart Henderson wrote: > On 2014/12/09 03:48, Jiri B wrote: >> > > Index: Makefile.inc >> > > === >> > > RCS file: /cvs/ports/www/squid/Makefile.inc,v >> > > retrieving revision 1.9 >> > > diff -u -p -

Re: rcctl ansible service support

2014-12-11 Thread Patrik Lundin
On Thu, Dec 11, 2014 at 06:24:43PM +, Stuart Henderson wrote: > Hi, does anyone know the current status of the rcctl support for Ansible > (http://marc.info/?l=openbsd-misc&m=141326537311927&w=2) ? Is anyone pushing > it upstream? > You can find the upstream PR created by armani here: https:/

Re: security/logsentry - problem with missing /var/tmp/logsentry/ dir

2014-12-11 Thread Markus Lude
ping On Sat, Nov 29, 2014 at 09:00:58PM +0100, Markus Lude wrote: > On Wed, Nov 26, 2014 at 11:06:10PM +, Christian Weisgerber wrote: > > On 2014-11-26, Stuart Henderson wrote: > > > > >> since the move to /var/tmp/ no being a symlink to /tmp logwatch throws > > >> errors after updating to n

Re: Squid configure option

2014-12-11 Thread sven falempin
I found out why the squid didnt start with sslBump, it is related to the TODO here : https://github.com/squid-cache/squid/blob/master/src/anyp/PortCfg.cc#L123 // TODO: AYJ: 2009-07-18: for now SSL does not clone. Configure separate ports with IPs and SSL settings More precisely put an ip in front

Re: rcctl ansible service support

2014-12-11 Thread Stuart Henderson
Hi, does anyone know the current status of the rcctl support for Ansible (http://marc.info/?l=openbsd-misc&m=141326537311927&w=2) ? Is anyone pushing it upstream? Thanks.

Re: Valgrind

2014-12-11 Thread David Coppa
> https://bitbucket.org/uebayasi/valgrind-openbsd/downloads/ > PATCH_DIST_STRIP = -p1 > -PATCHFILES = valgrind-${V}-openbsd-20141203.patch:0 > +PATCHFILES = valgrind-${V}-openbsd-20141211.patch:0 > > HOMEPAGE = http://www.valgrind.org/ > &g

UPDATE: QEMU 2.2.0

2014-12-11 Thread Brad Smith
Here is an update to QEMU 2.2.0. OK? Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.120 diff -u -p -u -p -r1.120 Makefile --- Makefile28 Sep 2014 21:36:45 - 1.120 +++ Makef

greyscanner: no MX or A

2014-12-11 Thread Jan Stary
greyscanner trapped some senders "with no MX or A" for me, which, in fact, do have both MX and A: # zgrep calgary /var/log/maillog.?.gz /var/log/maillog.1.gz:Dec 09 16:22:30 www greyscanner[29493]: Trapped 207.46.100.90: Mailed from sender ucalgary.ca with no MX or A /var/log/maillog.1.gz:Dec 0

Re: Valgrind

2014-12-11 Thread Masao Uebayashi
STER_SITES = ${HOMEPAGE:=downloads/} MASTER_SITES0 = https://bitbucket.org/uebayasi/valgrind-openbsd/downloads/ PATCH_DIST_STRIP = -p1 -PATCHFILES = valgrind-${V}-openbsd-20141203.patch:0 +PATCHFILES = valgrind-${V}-openbsd-20141211.patch:0

Re: user.list and removed ports

2014-12-11 Thread Jasper Lievisse Adriaanse
On Wed, Dec 10, 2014 at 11:54:12PM +0100, Marc Espie wrote: > On Wed, Dec 10, 2014 at 12:52:47PM +0100, Jasper Lievisse Adriaanse wrote: > > +524 sep 19 2013 > > +534 dec 15 2011 > > +552 mar 17 2007 > > +564 jul 9 2012 > > +567 nov 19 2007 > > +589 oct 5 2011 > > +596 jul 11 2012 > > +597 aug 16

Re: Valgrind

2014-12-11 Thread Stuart Henderson
On 2014/12/11 16:24, Masao Uebayashi wrote: > Here is the first attempt to port Valgrind to OpenBSD/amd64. Heavily based > on that of FreeBSD. > > https://wiki.freebsd.org/Valgrind > https://bitbucket.org/stass/valgrind-freebsd I have a few minor tweaks, >COMMENT = Ins