[X2Go-Commits] [vcxsrv] branch release/1.17.0.0-x updated (d0219dc -> 701edad)

git-admin at x2go.org git-admin at x2go.org
Mon Jun 22 07:59:49 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch release/1.17.0.0-x
in repository vcxsrv.

      from  d0219dc   Update README.md for 1.17.0.0-1
       new  23cd5e5   Various corrections to building.txt
       new  df30d2b   Bump version string to 1.17.0.0-2
       new  76d3cb6   Update to openssl-1.0.2c
       new  701edad   Update releasenote about OpenSSL 1.0.1c

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 building.txt                                       |    7 +-
 openssl/CHANGES                                    |   90 ++
 openssl/Configure                                  |   45 +-
 openssl/Makefile.org                               |   26 +-
 openssl/NEWS                                       |   12 +
 openssl/README                                     |    2 +-
 openssl/apps/Makefile                              |   19 +-
 openssl/apps/apps.c                                |    6 +-
 openssl/apps/asn1pars.c                            |    2 +-
 openssl/apps/ca.c                                  |   10 +-
 openssl/apps/cms.c                                 |    4 +-
 openssl/apps/enc.c                                 |   13 +-
 openssl/apps/ocsp.c                                |    2 +
 openssl/apps/s_cb.c                                |    5 +-
 openssl/apps/s_client.c                            |   15 +-
 openssl/apps/s_server.c                            |   79 +-
 openssl/apps/s_time.c                              |    2 +-
 openssl/apps/smime.c                               |    2 +
 openssl/apps/speed.c                               |   11 +-
 openssl/apps/srp.c                                 |    4 +-
 openssl/apps/verify.c                              |    2 +-
 openssl/crypto/Makefile                            |   11 +-
 openssl/crypto/aes/Makefile                        |    2 +
 openssl/crypto/aes/asm/aesni-sha256-x86_64.pl      |    6 +-
 openssl/crypto/aes/asm/aesni-x86.pl                |  319 ++++++-
 openssl/crypto/aes/asm/aesni-x86_64.pl             |  945 +++++++++++++++-----
 openssl/crypto/aes/asm/aesv8-armx.pl               |  209 +++--
 openssl/crypto/asn1/Makefile                       |    2 +
 openssl/crypto/asn1/a_int.c                        |    6 +-
 openssl/crypto/asn1/ameth_lib.c                    |   18 +
 openssl/crypto/asn1/asn1_gen.c                     |   40 +-
 openssl/crypto/asn1/asn_mime.c                     |    3 +-
 openssl/crypto/asn1/bio_ndef.c                     |    4 +-
 openssl/crypto/asn1/tasn_new.c                     |    3 -
 openssl/crypto/asn1/tasn_prn.c                     |    2 +-
 openssl/crypto/asn1/x_x509.c                       |    4 +-
 openssl/crypto/bf/Makefile                         |    2 +
 openssl/crypto/bio/Makefile                        |    2 +
 openssl/crypto/bio/b_print.c                       |   45 +-
 openssl/crypto/bio/bf_nbio.c                       |    6 +-
 openssl/crypto/bio/bio_lib.c                       |    8 +-
 openssl/crypto/bio/bss_dgram.c                     |   23 +-
 openssl/crypto/bn/Makefile                         |    2 +
 openssl/crypto/bn/asm/vis3-mont.pl                 |   10 +-
 openssl/crypto/bn/asm/x86_64-mont5.pl              |   13 +-
 openssl/crypto/bn/bn.h                             |    5 +
 openssl/crypto/bn/bn_err.c                         |    6 +-
 openssl/crypto/bn/bn_gf2m.c                        |   18 +-
 openssl/crypto/bn/bn_lcl.h                         |    2 +-
 openssl/crypto/bn/bn_print.c                       |    7 +-
 openssl/crypto/bn/bn_rand.c                        |   10 +-
 openssl/crypto/bn/bn_shift.c                       |   10 +
 openssl/crypto/buffer/Makefile                     |    2 +
 openssl/crypto/buffer/buffer.c                     |    2 +-
 openssl/crypto/camellia/Makefile                   |    2 +
 openssl/crypto/cast/Makefile                       |    2 +
 openssl/crypto/cmac/Makefile                       |    2 +
 openssl/crypto/cmac/cmac.c                         |    2 +
 openssl/crypto/cms/Makefile                        |    2 +
 openssl/crypto/cms/cms_kari.c                      |    4 +
 openssl/crypto/cms/cms_pwri.c                      |    7 +-
 openssl/crypto/cms/cms_smime.c                     |    2 +-
 openssl/crypto/comp/Makefile                       |    2 +
 openssl/crypto/conf/Makefile                       |    2 +
 openssl/crypto/cryptlib.c                          |    2 -
 openssl/crypto/des/Makefile                        |    2 +
 openssl/crypto/des/des.c                           |    6 +-
 openssl/crypto/des/enc_writ.c                      |    7 +-
 openssl/crypto/dh/Makefile                         |    2 +
 openssl/crypto/dh/dh_ameth.c                       |    2 +-
 openssl/crypto/dh/dh_pmeth.c                       |    2 +-
 openssl/crypto/dsa/Makefile                        |    2 +
 openssl/crypto/dsa/dsa_gen.c                       |    3 +-
 openssl/crypto/dsa/dsa_ossl.c                      |    8 +-
 openssl/crypto/dso/Makefile                        |    2 +
 openssl/crypto/dso/dso_lib.c                       |    2 +-
 openssl/crypto/dso/dso_vms.c                       |    2 +-
 openssl/crypto/ebcdic.c                            |    2 +-
 openssl/crypto/ec/Makefile                         |    2 +
 openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl       |   28 +-
 openssl/crypto/ec/ec.h                             |   11 +-
 openssl/crypto/ec/ec2_oct.c                        |    2 +-
 openssl/crypto/ec/ec_asn1.c                        |   20 +-
 openssl/crypto/ec/ec_check.c                       |    2 +-
 openssl/crypto/ec/ec_err.c                         |   15 +-
 openssl/crypto/ec/ec_key.c                         |    2 +-
 openssl/crypto/ec/ec_lcl.h                         |    8 -
 openssl/crypto/ec/ec_lib.c                         |    7 +
 openssl/crypto/ec/eck_prn.c                        |    4 +-
 openssl/crypto/ec/ecp_nistz256.c                   |  135 +--
 openssl/crypto/ec/ecp_oct.c                        |    2 +-
 openssl/crypto/ec/ectest.c                         |   24 +-
 openssl/crypto/ecdh/Makefile                       |    2 +
 openssl/crypto/ecdsa/Makefile                      |    2 +
 openssl/crypto/ecdsa/ecdsatest.c                   |    4 +-
 openssl/crypto/engine/Makefile                     |    2 +
 openssl/crypto/err/Makefile                        |    2 +
 openssl/crypto/evp/Makefile                        |    2 +
 openssl/crypto/evp/bio_ok.c                        |    3 +-
 openssl/crypto/evp/e_aes.c                         |    7 +-
 openssl/crypto/evp/e_aes_cbc_hmac_sha1.c           |   11 +-
 openssl/crypto/evp/e_aes_cbc_hmac_sha256.c         |    9 +-
 openssl/crypto/evp/e_des3.c                        |    3 +-
 openssl/crypto/evp/e_rc4_hmac_md5.c                |   10 +-
 openssl/crypto/evp/encode.c                        |    4 +-
 openssl/crypto/evp/evp.h                           |   17 +-
 openssl/crypto/evp/p_seal.c                        |    5 +-
 openssl/crypto/hmac/Makefile                       |    2 +
 openssl/crypto/hmac/hmac.c                         |   19 +-
 openssl/crypto/hmac/hmactest.c                     |  179 +++-
 openssl/crypto/idea/Makefile                       |    2 +
 openssl/crypto/jpake/Makefile                      |    2 +
 openssl/crypto/krb5/Makefile                       |    2 +
 openssl/crypto/lhash/Makefile                      |    2 +
 openssl/crypto/md2/Makefile                        |    2 +
 openssl/crypto/md4/Makefile                        |    2 +
 openssl/crypto/md5/Makefile                        |    2 +
 openssl/crypto/mdc2/Makefile                       |    2 +
 openssl/crypto/mem.c                               |    3 +
 openssl/crypto/modes/Makefile                      |    2 +
 openssl/crypto/modes/asm/ghashv8-armx.pl           |  276 ++++--
 openssl/crypto/modes/gcm128.c                      |    4 +-
 openssl/crypto/modes/modes_lcl.h                   |   38 +-
 openssl/crypto/objects/Makefile                    |    2 +
 openssl/crypto/objects/o_names.c                   |    2 +-
 openssl/crypto/objects/obj_dat.c                   |    5 +
 openssl/crypto/objects/objects.README              |    8 +-
 openssl/crypto/objects/objects.pl                  |    2 +-
 openssl/crypto/ocsp/Makefile                       |    2 +
 openssl/crypto/ocsp/ocsp_ext.c                     |    4 +-
 openssl/crypto/ocsp/ocsp_vfy.c                     |   21 +-
 openssl/crypto/opensslv.h                          |    6 +-
 openssl/crypto/pem/Makefile                        |    2 +
 openssl/crypto/pem/pem_pk8.c                       |    2 +
 openssl/crypto/pkcs12/Makefile                     |    2 +
 openssl/crypto/pkcs12/p12_mutl.c                   |    3 +-
 openssl/crypto/pkcs7/Makefile                      |    2 +
 openssl/crypto/pkcs7/pk7_doit.c                    |   16 +-
 openssl/crypto/pqueue/Makefile                     |    2 +
 openssl/crypto/rand/Makefile                       |    2 +
 openssl/crypto/rand/rand_os2.c                     |    2 +-
 openssl/crypto/rc2/Makefile                        |    2 +
 openssl/crypto/rc4/Makefile                        |    2 +
 openssl/crypto/rc5/Makefile                        |    2 +
 openssl/crypto/ripemd/Makefile                     |    2 +
 openssl/crypto/rsa/Makefile                        |    2 +
 openssl/crypto/rsa/rsa_pmeth.c                     |    8 +-
 openssl/crypto/seed/Makefile                       |    2 +
 openssl/crypto/sha/Makefile                        |    2 +
 openssl/crypto/sha/asm/sha1-armv8.pl               |    6 +-
 openssl/crypto/sha/asm/sha256-armv4.pl             |   74 +-
 openssl/crypto/sha/asm/sha512-armv8.pl             |    6 +-
 openssl/crypto/srp/Makefile                        |    2 +
 openssl/crypto/srp/srp_vfy.c                       |    9 +-
 openssl/crypto/stack/Makefile                      |    2 +
 openssl/crypto/store/Makefile                      |    2 +
 openssl/crypto/threads/th-lock.c                   |   12 +-
 openssl/crypto/ts/Makefile                         |    2 +
 openssl/crypto/txt_db/Makefile                     |    2 +
 openssl/crypto/ui/Makefile                         |    2 +
 openssl/crypto/whrlpool/Makefile                   |    2 +
 openssl/crypto/x509/Makefile                       |    2 +
 openssl/crypto/x509/x509_lu.c                      |    2 +
 openssl/crypto/x509/x509_vfy.c                     |  236 +++--
 openssl/crypto/x509/x509_vfy.h                     |    6 +
 openssl/crypto/x509/x509_vpm.c                     |   11 +-
 openssl/crypto/x509/x509type.c                     |    3 -
 openssl/crypto/x509v3/Makefile                     |   34 +-
 openssl/crypto/x509v3/v3_alt.c                     |   18 +-
 openssl/crypto/x509v3/v3_cpols.c                   |    8 +-
 openssl/crypto/x509v3/v3_scts.c                    |   11 +-
 openssl/crypto/x509v3/v3_utl.c                     |    6 +-
 openssl/demos/easy_tls/easy-tls.c                  |    3 +-
 openssl/doc/apps/ciphers.pod                       |    2 -
 openssl/doc/apps/cms.pod                           |    5 +-
 openssl/doc/apps/config.pod                        |   53 ++
 openssl/doc/apps/dhparam.pod                       |   13 +-
 openssl/doc/apps/ocsp.pod                          |   11 +
 openssl/doc/apps/s_client.pod                      |    7 +-
 openssl/doc/apps/s_server.pod                      |    9 +
 openssl/doc/apps/smime.pod                         |    4 +-
 openssl/doc/apps/verify.pod                        |   13 +
 openssl/doc/crypto/BN_rand.pod                     |    3 +-
 openssl/doc/crypto/BN_set_bit.pod                  |    8 +-
 openssl/doc/crypto/EVP_BytesToKey.pod              |    4 +-
 openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod |    8 +-
 openssl/doc/crypto/pem.pod                         |   27 +-
 .../doc/ssl/SSL_COMP_add_compression_method.pod    |   12 +-
 openssl/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod    |  106 +--
 openssl/e_os2.h                                    |    8 +-
 openssl/engines/Makefile                           |   13 +-
 openssl/engines/ccgost/Makefile                    |   18 +-
 openssl/engines/ccgost/e_gost_err.c                |    3 +-
 openssl/engines/ccgost/e_gost_err.h                |    1 +
 openssl/engines/ccgost/gost2001.c                  |  229 +++--
 openssl/engines/ccgost/gost94_keyx.c               |    6 +-
 openssl/engines/ccgost/gost_ameth.c                |   36 +-
 openssl/engines/ccgost/gost_pmeth.c                |    2 +-
 openssl/engines/ccgost/gost_sign.c                 |   87 +-
 openssl/engines/e_sureware.c                       |   27 +-
 openssl/openssl.spec                               |    2 +-
 openssl/ssl/Makefile                               |   54 +-
 openssl/ssl/d1_both.c                              |   46 +-
 openssl/ssl/d1_clnt.c                              |   10 +
 openssl/ssl/d1_pkt.c                               |    2 +-
 openssl/ssl/d1_srvr.c                              |   33 +-
 openssl/ssl/s2_pkt.c                               |   14 +
 openssl/ssl/s2_srvr.c                              |  104 ++-
 openssl/ssl/s3_both.c                              |    2 +-
 openssl/ssl/s3_cbc.c                               |   16 +-
 openssl/ssl/s3_clnt.c                              |  327 +++++--
 openssl/ssl/s3_lib.c                               |    4 +-
 openssl/ssl/s3_pkt.c                               |   15 +-
 openssl/ssl/s3_srvr.c                              |  232 +++--
 openssl/ssl/ssl.h                                  |    5 +
 openssl/ssl/ssl_err.c                              |    6 +-
 openssl/ssl/ssl_lib.c                              |   16 +-
 openssl/ssl/ssl_locl.h                             |    2 +-
 openssl/ssl/ssl_sess.c                             |  131 ++-
 openssl/ssl/ssl_stat.c                             |    6 +
 openssl/ssl/ssltest.c                              |   58 +-
 openssl/ssl/t1_enc.c                               |   17 +-
 openssl/ssl/t1_lib.c                               |  268 +++---
 openssl/ssl/tls_srp.c                              |    3 +-
 openssl/test/Makefile                              |   17 +-
 openssl/test/cms-test.pl                           |   10 +-
 openssl/test/testssl                               |   62 +-
 openssl/test/tocsp                                 |    2 +-
 openssl/tools/Makefile                             |    2 +
 openssl/tools/c_rehash                             |    6 +-
 openssl/tools/c_rehash.in                          |    6 +-
 openssl/util/libeay.num                            |    1 +
 openssl/util/mk1mf.pl                              |    2 +-
 openssl/util/mkerr.pl                              |   21 +-
 openssl/util/pl/BC-32.pl                           |    2 +-
 openssl/util/pl/VC-32.pl                           |    2 +-
 packages.txt                                       |    2 +-
 ...txt => releasenote_1.17.0.0-2.x2go+arctica.txt} |    5 +
 xorg-server/hw/xwin/XWin.rc                        |    6 +-
 xorg-server/installer/vcxsrv-64-debug.nsi          |    2 +-
 xorg-server/installer/vcxsrv-64.nsi                |    2 +-
 xorg-server/installer/vcxsrv-debug.nsi             |    2 +-
 xorg-server/installer/vcxsrv.nsi                   |    2 +-
 243 files changed, 4337 insertions(+), 1533 deletions(-)
 mode change 100644 => 120000 openssl/test/evp_extra_test.c
 copy releasenotes/{releasenote_1.17.0.0-1.x2go+arctica.txt => releasenote_1.17.0.0-2.x2go+arctica.txt} (96%)

--
Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git


More information about the x2go-commits mailing list