[Pkg-fedora-ds-maintainers] libapache2-mod-nss: Changes to 'refs/tags/debian/1.0.12-1'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu Oct 22 09:11:50 UTC 2015


Tag 'debian/1.0.12-1' created by Timo Aaltonen <tjaalton at debian.org> at 2015-10-22 09:11 +0000

tagging package libapache2-mod-nss version debian/1.0.12-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWKKhEAAoJEMtwMWWoiYTcYyIQAIRCT39cXREhilYUUI/a05ez
kOJaZPlAW8TxiU0XfBev7t+wgEijBj/I7ICHQp+Mr9kFhf6HI6tWk6zedJzBbaE6
7i+ywMgU2Kqx3rVm+mw1eAC1mpdlONQ+wyUG2Bhdfeb09f3UG3Wk5jqf7Wq7QEdY
M6SY0H/+szQ9zY9Tho1CPfxvq+2dYGcMgmMqOCpG0j8dJ9RFgp6rNZ4bJiY2NSda
X01/h40VmMZ4CvC2z53Arrgh0XyVLqtsAS15yHmDJIAte781G/KgZd6GeX6yP5WF
je9z49WrVFAAKnc5ESVR1cWjyi8/inHEEr/cCzc7VKa5WPMoQwkridsU1BEDE7we
hD+GbED9W1NeLzU4UsBEqd7osqpEPf2IeEBbOpYBh+0ib3/EWU2sJKgVVvyLycCB
pMjg6UgIpwfsDfv7Telhc3WeY8wJ1USZot5v+fKQIzMrOyeEmPuT5AegwXZTk0DY
TyY8JDaqwxsLbpmTD85wAzRvU9tbShtBMDOcV8K7C6MYw4HpMIUDDFhK0fGs/H3H
xaf5QYt6uXvIBR3coq09F7lSVbSp3QrRiyCJeFz5fs+N7NsnqQJT4aJRdd0gM1Xv
0fjMYiLJqoos/bd+gCGsMHYfloXcJ10UyWOt6NRFrOZ/DierHhixZWJq9azVpHyT
qR8w5CLM5JiP/FQFbH+b
=8gvp
-----END PGP SIGNATURE-----

Changes since debian/1.0.11-1:
Fedora Cloud User (1):
      Initialize session_tickets as FALSE instead of UNSET

Matthew Harmsen (1):
      Add 'v' to refererences of protocols (e.g. SSLv3)

Rob Crittenden (39):
      Change way test_cipher is built to avoid parallel build problems
      Fix test failure due to line number change in test_cipher.py
      Add RenegBufferSize option
      Add support for TLS Session Tickets (RFC 5077)
      Fix logical AND support in OpenSSL cipher compatibility
      Update ChangeLog with some recent updates
      Fix usage of sizeof() within strncat to not overflow buffer
      Switch set_cipher_value() to void since there is no return value
      Use %ld instead of %d for potentially long integer values
      Add cast to suppress compiler warning
      Correctly handle disabled ciphers
      Update ChangeLog with doc, compiler warning and cipher fixes
      The OpenSSL DEFAULT cipher macro shouldn't enable NULL ciphers
      Implement EECDH, kECDH, AECDH, ECDSA and aECDSA cipher macros
      Fix invalid read when retrieving PEM certificate
      Fix cipher memory leak and use PORT_Free instead of PR_Free
      NSS added support for some SHA384 ciphers, add them
      Update changelog with memory, SHA384 and OpenSSL ciphers
      Add support for Server Name Indication (SNI)
      Add test suite for SNI
      Always enable the glibc memory checking routines
      Enable the core dump directory
      Add the SECURE_RENEG environment variable
      Add some hints when NSS database cannot be initialized
      Update changelog with SNI, SECURE_RENEG, hints
      Add -DH as another exclusion in the SSLv3 cipher test
      Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)
      Fix some compiler warnings (and one real bug)
      Modernize autotools configuration slightly, add config.h
      Update ChangeLog, fix frees, build Apache 2.2, autoconf
      Update README with SNI information and other useful bits
      Don't run live webserver tests as the root user
      Rework SNI client reverse proxy
      Add a test for reverse proxy SNI
      Cleanup to remove a slew of trailing whitespace
      Update changelog with reverse proxy SNI and whitespace cleanup
      Fix typo in valgrind in start script, create separate logs
      Fix memory leaks, uninit var, invalid read
      Become 1.0.12

Timo Aaltonen (4):
      Merge branch 'upstream'
      mod_nss-gencert.patch: Refreshed.
      control: Update my email.
      releasing package libapache2-mod-nss version 1.0.12-1

standa (2):
      Replace PR_Free with PORT_Free
      Send SNI extension mod_nss acts as a reverse proxy

---
 .gitignore                           |    1 
 ChangeLog                            |   44 +++++
 Makefile.am                          |   23 +-
 README                               |   14 +
 acinclude.m4                         |   92 ++++++++++
 configure.ac                         |   24 ++
 debian/changelog                     |    8 
 debian/control                       |    2 
 debian/patches/mod_nss-gencert.patch |   12 -
 docs/mod_nss.html                    |   67 ++++++-
 gencert.in                           |   71 +++++++-
 mod_nss.c                            |   37 +++-
 mod_nss.h                            |   53 +++++-
 nss_engine_cipher.c                  |  255 +++++++++++++++++++++++++---
 nss_engine_cipher.h                  |   89 ++++++----
 nss_engine_config.c                  |   96 ++++++++--
 nss_engine_init.c                    |  308 +++++++++++++++++++++++++++++------
 nss_engine_io.c                      |  134 ++++++++++++---
 nss_engine_kernel.c                  |  150 ++++++++++++++---
 nss_engine_log.c                     |   16 +
 nss_engine_pphrase.c                 |   20 +-
 nss_engine_rand.c                    |    4 
 nss_engine_vars.c                    |   52 +++--
 nss_expr_eval.c                      |    2 
 nss_pcache.c                         |   14 -
 nss_util.c                           |   57 ++++++
 test/README.sni                      |   30 +++
 test/createinstance.sh               |   77 +++++---
 test/httpd.conf.tmpl                 |    2 
 test/printenv.pl                     |   11 +
 test/setup.sh                        |   20 ++
 test/sni.tmpl                        |   28 +++
 test/suite1.tmpl                     |  184 +++++++++++++-------
 test/test.py                         |   53 +++++-
 test/test_cipher.py                  |  291 +++++++++++++++++++++++----------
 test/test_config.py                  |   41 +++-
 test/test_request.py                 |   35 +++
 test/testsni.py                      |  109 ++++++++++++
 test_cipher.c                        |   40 +++-
 39 files changed, 2079 insertions(+), 487 deletions(-)
---



More information about the Pkg-fedora-ds-maintainers mailing list