CVS: herc.mirbsd.org: X11

2015-05-25 Thread Thorsten Glaser
Commit ID:  10055631B881BE74DBD
CVSROOT:/cvs
Module name:X11
Changes by: t...@herc.mirbsd.org2015/05/25 12:54:13 UTC

Modified files:
xc/nls/Compose : Tag: xwindow en_US.UTF-8

Log message:
update to r1.14 from XFree86 CVS

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.103.1 -r1.1.103.2 X11/xc/nls/Compose/en_US.UTF-8


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563335259250303
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 14:36:56 UTC

Modified files:
gnu/usr.bin/lynx/WWW/Library/Implementation: HTTP.c

Log message:
revert commitid 10054A9BD974311EA62, as upstream correctly pointed out
SSLv32_{client,server}_method() are correct to use and I re-added them
in commitid 10054C52A9E42384AA8 anyway (the new names TLS_method() and
TLS_{client,server}_method() still to be done) so this was stupid

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.27 -r1.28 
src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTP.c


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563305B00591253
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 14:23:02 UTC

Modified files:
lib/libssl/src/ssl: s3_clnt.c

Log message:
…oops

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.15 -r1.16 src/lib/libssl/src/ssl/s3_clnt.c


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563385962E5FCD6
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 14:58:42 UTC

Modified files:
gnu/usr.sbin/sendmail/cf/cf: openbsd-localhost.mc openbsd-proto.mc

Log message:
add (commented out) DHParameters; we need to generate them from rc.once
first… or possibly ship them, generation of 2048-bit ones takes over 40
minutes (!) on a Celeron 2G4Hz…

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.12 -r1.13 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
cvs -R rdiff -kk -upr1.13 -r1.14 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  100556337E30F67C961
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 14:56:03 UTC

Modified files:
gnu/usr.sbin/sendmail/cf/cf: openbsd-localhost.mc openbsd-proto.mc

Log message:
add the same cipher list we use in httpd, except without the comment
about dropping RC4 as it’s probably ok for SMTP

XXX add some randomness to the ESMTP greeting to counteract it more?

From MirOS: src/usr.sbin/httpd/conf/httpd.conf,v 1.24 2014/10/16 19:50:36 tg 
Exp $

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.11 -r1.12 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
cvs -R rdiff -kk -upr1.12 -r1.13 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  10055633A8C2719746E
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 15:06:43 UTC

Modified files:
gnu/usr.sbin/sendmail/cf/cf: openbsd-localhost.mc openbsd-proto.mc
usr.sbin/httpd/conf: httpd.conf

Log message:
add a few more !foo here, no change in current openssl but good practice

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.13 -r1.14 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc
cvs -R rdiff -kk -upr1.14 -r1.15 
src/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc
cvs -R rdiff -kk -upr1.24 -r1.25 src/usr.sbin/httpd/conf/httpd.conf


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  10055633F48177D981F
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 15:26:40 UTC

Modified files:
lib/libssl/src/ssl: t1_meth.c

Log message:
add back SSLv23_method

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libssl/src/ssl/t1_meth.c


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  10055633EED32A10A8C
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 15:25:20 UTC

Modified files:
lib/libssl/src/ssl: s23_srvr.c ssl.h t1_clnt.c t1_meth.c

Log message:
add TLS_{,client_,server_}method()

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 src/lib/libssl/src/ssl/s23_srvr.c
cvs -R rdiff -kk -upr1.10 -r1.11 src/lib/libssl/src/ssl/ssl.h
cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/ssl/t1_clnt.c
cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/ssl/t1_meth.c


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  100556342081BA523C1
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 15:38:25 UTC

Modified files:
lib/libssl/src/crypto: opensslv.h

Log message:
bump

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.9 -r1.10 src/lib/libssl/src/crypto/opensslv.h


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563409954BB59D8
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 15:32:48 UTC

Modified files:
lib/libssl/src/apps: ocsp.c
lib/libssl/src/ssl: ssl_lib.c

Log message:
use TLS_method() and TLS_client_method(), respectively, as version fallback

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libssl/src/apps/ocsp.c
cvs -R rdiff -kk -upr1.8 -r1.9 src/lib/libssl/src/ssl/ssl_lib.c


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563353034BDC653
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 14:43:45 UTC

Modified files:
gnu/usr.sbin/sendmail/cf/m4: proto.m4

Log message:
add confCIPHER_LIST, no change to generated files yet

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.8 -r1.9 src/gnu/usr.sbin/sendmail/cf/m4/proto.m4


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  100556368AA0D0B54C0
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 18:23:25 UTC

Modified files:
lib/libssl : Makefile
Added files:
lib/libssl : dhparams.pem

Log message:
ship pregenerated dhparams; add code to update it

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.7 -r1.8 src/lib/libssl/Makefile
cvs -R rdiff -kk -upr0 -r1.1 src/lib/libssl/dhparams.pem


CVS: herc.mirbsd.org: src

2015-05-25 Thread Thorsten Glaser
Commit ID:  1005563679F07334914
CVSROOT:/cvs
Module name:src
Changes by: t...@herc.mirbsd.org2015/05/25 18:19:01 UTC

Modified files:
etc: Makefile

Log message:
we haven’t been using 2Kibit moduli for a while

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.53 -r1.54 src/etc/Makefile