CVS: cvs.openbsd.org: src

2015-08-10 Thread Landry Breuil
CVSROOT:/cvs
Module name:src
Changes by: lan...@cvs.openbsd.org  2015/08/10 23:01:03

Modified files:
usr.bin/openssl: openssl.1 s_client.c 

Log message:
Improve openssl s_client -starttls xmpp support.

From https://rt.openssl.org/Ticket/Display.html?id=2860user=guestpass=guest
- add a -xmpphost option to specify the xmpp virtual host
- fix an infinite loop when the vhost isnt what the server expects
- fix communication with openfire  prosody servers

with tweaks  ok bcook@ doug@ manpage bits jmc@



CVS: cvs.openbsd.org: www

2015-08-10 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2015/08/10 09:21:51

Modified files:
.  : 58.html 

Log message:
new openssh default is prohibit-password.  But our installer defaults to
no, on top of that.



CVS: cvs.openbsd.org: www

2015-08-10 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/10 13:44:09

Modified files:
.  : 58.html 

Log message:
updates for OpenSSH 6.9 and LibreSSL 2.1.5, 2.1.6, 2.1.7, 2.2.0 and 2.2.1
should be included too.

noticed by bcook@ and deraadt@



CVS: cvs.openbsd.org: src

2015-08-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2015/08/10 14:35:36

Modified files:
sys/conf   : GENERIC 

Log message:
turn POOL_DEBUG back on



CVS: cvs.openbsd.org: src

2015-08-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2015/08/10 14:45:35

Modified files:
usr.sbin/relayd: relayd.conf.5 

Log message:
typo, decl*e*ration; from Larry Hynes



CVS: cvs.openbsd.org: www

2015-08-10 Thread Igor Sobrado
CVSROOT:/cvs
Module name:www
Changes by: sobr...@cvs.openbsd.org 2015/08/10 14:33:29

Modified files:
.  : 58.html 

Log message:
fix typos.



CVS: cvs.openbsd.org: xenocara

2015-08-10 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2015/08/10 15:21:23

Modified files:
.  : MODULES 3RDPARTY 

Log message:
update



CVS: cvs.openbsd.org: www

2015-08-10 Thread Robert Peichaer
CVSROOT:/cvs
Module name:www
Changes by: r...@cvs.openbsd.org2015/08/10 15:07:10

Modified files:
.  : 58.html 

Log message:
more installer stuff



CVS: cvs.openbsd.org: www

2015-08-10 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:www
Changes by: z...@cvs.openbsd.org2015/08/10 16:25:27

Modified files:
.  : 58.html 

Log message:
Mention that KDE4 core components received maintaince updates after 4.14.3.



CVS: cvs.openbsd.org: src

2015-08-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/10 14:31:00

Modified files:
sys/conf   : newvers.sh 

Log message:
Back to -current.



CVS: cvs.openbsd.org: src

2015-08-10 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2015/08/10 06:12:58

Modified files:
sys/arch/i386/i386: mpbios_intr_fixup.c 

Log message:
Explicitly NULL-terminate mpbios_icu_table as required by the code which
uses it.  On ramdisk kernels built with -Os, (accidental termination) did
not occur, leading to heisenbug occurances

Modified files:
sys/arch/amd64/amd64: mpbios_intr_fixup.c 

Log message:
Explicitly NULL-terminate mpbios_icu_table as required by the code which
uses it.  On ramdisk kernels built with -Os, (accidental termination) did
not occur, leading to heisenbug occurances
Found by Mike Larkin, ok kettenis