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

Timo Aaltonen tjaalton at moszumanska.debian.org
Mon Sep 19 14:13:57 UTC 2016


Tag 'debian/1.0.14-1' created by Timo Aaltonen <tjaalton at debian.org> at 2016-09-19 14:12 +0000

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

iQIcBAABAgAGBQJX3/JrAAoJEMtwMWWoiYTco30P/2r09FqElLV0f9+qCqem8KbU
70fGwBzekhdEmnoQOtU4D+XstttzrhIWmn/Ibuxe9xPs74WsoEJaSeGNSIvl71Yz
ZB7M6zsy4dut8gax8LgbwlHcUzdpoJQs4LRqJ1K4Yfb91tWbVfq/F1Lzjmo/oUrt
JAyiM0ZxKRT1BVdbJntV6Pp07Pp6xn33YBKVfyZvyEaWwE8s6+YnUOtlakwV+U25
Z0flGKk3fhU3edi/Tk8eJJ4DJQLMHQvt8jXGSXj1Z2kL24qEpvBiCWz50MU5G8I5
bjlZbmSenTUMPihGQT7wEXiUH2L5KDJkzUFIcfg4FACDCSV9E4dl/M3dhRKi5GMo
eQkrH9PJ2eYCUdTVTnLsBQsZFmvHwwJMyY4n/Stru3Cc5778tue1DYMcTCelWKXV
Q/p4UKHWK45GG6nrqgjSGInVtqr4BTh2lzHxVD+dNAodiq9uODYgOuXD6L74hb+Q
2wURSkIT2rmcjQob+pEJxVdhrWOet579+hc6lmo89cBg0fca9DWxKV/GEn2r2Mht
+TAVbOu87d+PTllv7S7MxD8lkYyvJYMK1Iue4V6++mx70jRuXdXRGGy0QKFAqCIV
yNW/InsmXGeNlLDRjdX4qEg+qf7HMIeIcGIGoBoIf42mLYRaOkZJt6ip/SG4VyTi
KybhUGG2JF8oCK3UcJXq
=cHxb
-----END PGP SIGNATURE-----

Changes since debian/1.0.12-2:
Christian Heimes (1):
      Add server support for DHE ciphers

Rob Crittenden (47):
      Quote gcm and sha384 config values when comparing them
      Document some python dependencies needed by make check
      Add cipher test for ECDH+aRSA
      Don't send alert on SNI lookup failure to accomodate older clients
      Fail for colons in credentials with FakeBasicAuth
      Add test for colons in FakeBasicAuth user certificate
      Always call SSL_ShutdownServerSessionIDCache() in ModuleKill
      Add basic reverse proxy test case (over Internet)
      Drop the check that NSSProxyNickname be required
      Update CL SIGHUP, NSSProxyNickname, SNI alert, FakeBasicAuth
      Remove -DH from test strings, duplicate test, fix test
      Basic test case for DHE cipher negotiation
      tests: Centralize the openssl ciphers flags when comparing
      Fix test for DH cipher directive
      Use proper shell syntax to avoid creating /0
      Don't ignore NSSProtocol when NSSFIPS is enabled
      Check for host and netstat before trying to use them
      Change argument order in make check so sqlite tests run
      Check filesystem permissions on NSS database at startup
      Update default cipher set to include stronger ciphers
      Add missing contributors to the AUTHORS file
      Add missing variable type, fix compiler warning
      Remove stray comma causing a string wrap to be a vararg
      Include Subject Alternate Names in environment variables
      pyasn1 script to generate a msUPN file for --extGeneric
      Fix memory leak when a connection is renegotiated.
      Use a random rather than a fixed value for MALLOC_PERTURB
      Remove dead assignments discovered by clang analyzer
      Fix potential memory leak and null pointer deref in nss_pcache
      Remove unused PREFIX variable from gencert
      Add missing break in switch when checking cert validity times
      Add missing breaks in nspr_filter_[get|set]socketoption
      Initialize output character array
      Catch allocation failure and return correct error code
      Check the return value of strdup()
      Fix potential NULL dereferences
      Avoid NULL dereference if parg is NULL
      Remove a couple of possible NULL dereferences in SNI init
      Update CL: DHE ciphers, gencert, FIPS, permission, SAN, leaks
      Become 1.0.13
      Handle migrating Fedora-specific policy, cleanup output
      Implement pass phrase dialog SSL_PPTYPE_FILTER type for systemd
      In nss_pcache only get needed parts for each command
      Add valgrind suppression files for mod_nss and nss_pcache
      Properly handle +CIPHER operation in OpenSSL compat
      Update CL: migration, FILTER type, valgrind, ciphers CVE
      Become 1.0.14

Timo Aaltonen (6):
      Merge branch 'upstream'
      update changelog
      mod_nss-gencert.patch: Updated.
      control: Bump policy to 3.9.8, no changes.
      control: Use https vcs urls, and cgit.
      releasing package libapache2-mod-nss version 1.0.14-1

Vitezslav Cizek (1):
      migrate.pl improvements

---
 AUTHORS                              |    6 
 ChangeLog                            |   68 +++++++
 Makefile.am                          |    2 
 README                               |    5 
 configure.ac                         |   15 +
 debian/changelog                     |   10 +
 debian/control                       |    6 
 debian/patches/mod_nss-gencert.patch |   26 --
 docs/mod_nss.html                    |   93 ++++++++++
 gencert.in                           |   76 +++++++-
 mod_nss.c                            |    3 
 mod_nss.h                            |   15 +
 nss.conf.in                          |    9 -
 nss_engine_cipher.c                  |   69 ++++++-
 nss_engine_cipher.h                  |    2 
 nss_engine_config.c                  |   31 +++
 nss_engine_init.c                    |  309 +++++++++++++++++++++++-----------
 nss_engine_io.c                      |    2 
 nss_engine_kernel.c                  |   55 +++++-
 nss_engine_pphrase.c                 |   50 ++++-
 nss_engine_vars.c                    |  215 ++++++++++++++++++++++++
 nss_pcache.c                         |   39 +++-
 nss_util.c                           |  111 ++++++++++++
 test/createinstance.sh               |   17 +
 test/mod_nss.supp                    |  310 +++++++++++++++++++++++++++++++++++
 test/msupn.py                        |   27 +++
 test/nss_pcache.supp                 |   19 ++
 test/setup.sh                        |    5 
 test/suite1.tmpl                     |    7 
 test/test.py                         |   26 ++
 test/test_cipher.py                  |  166 +++++++++++-------
 test_cipher.c                        |    4 
 32 files changed, 1530 insertions(+), 268 deletions(-)
---



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