[Pkg-cyrus-sasl2-commits] [cyrus-sasl2] branch master updated (72ab107 -> b46f2d2)

Ondřej Surý ondrej at debian.org
Fri Apr 15 12:35:56 UTC 2016


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

ondrej pushed a change to branch master
in repository cyrus-sasl2.

      from  72ab107   cyrus-sasl2 2.1.26.dfsg1-13
       new  fde8b7f   [CVE-2013-4122]: Handle NULL returns from glibc 2.17+ crypt()
       new  dbc7919   cyrus-sasl2 2.1.26.dfsg1-14
       new  e0cc18b   Add fix for auth_rimap infinite loop (hang) when IMAP server closes connection (Closes: #815208)
       new  2af3b25   cyrus-sasl2 2.1.26.dfsg1-15
       new  495f5af   Add trailing slash to find command in init script, so people can have /etc/default as symlink (Closes: #791814)
       new  b46f2d2   cyrus-sasl2 2.1.26.dfsg1-16

The 6 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:
 debian/changelog                                   |  21 ++++
 ...0001-Make-the-libsasl2-symbols-versioned.patch} |  42 +++++---
 ...db2-instead-of-.-sasldb-in-the-testsuite.patch} |  20 ++--
 ...saslauthd.conf-location-in-documentation.patch} |  19 +++-
 ...nverter-2-in-sbin_PROGRAMS-and-set-defau.patch} |  27 +++--
 ...s.patch => 0005-Fixes-in-library-mutexes.patch} |  19 +++-
 ...-with-libsasldb.a-instead-of-libsasldb.al.patch |  23 ++++
 .../0007-Enable-autoconf-maintainer-mode.patch     |  22 ++++
 .../0008-Add-libtool-to-saslauthd-autoconf.patch   |  21 ++++
 ...N_SOURCE-in-auth_shadow.c-to-get-proper-.patch} |  20 +++-
 debian/patches/0009_sasldb_al.patch                |  14 ---
 ...erwrite-PIC-objects-with-non-PIC-variant.patch} |  24 +++--
 debian/patches/0010_maintainer_mode.patch          |  13 ---
 .../0011-Look-for-generic-Berkeley-DB-first.patch  |  22 ++++
 .../patches/0011_saslauthd_ac_prog_libtool.patch   |  12 ---
 ...ired-libraries-when-ld-as-needed-is-used.patch} |  26 +++--
 ...atch => 0013-Drop-krb5support-dependency.patch} |  17 ++-
 ...es.patch => 0014-Several-autotools-fixes.patch} | 119 ++++++++++++---------
 debian/patches/0015-LDAP-fixes.patch               |  22 ++++
 ...6-Don-t-use-la-files-for-opening-plugins.patch} |  19 +++-
 ...se-R-when-searching-for-SQLite-libraries.patch} |  15 ++-
 debian/patches/0017_db4.8.patch                    |  13 ---
 ...-Revert-1.103-revision-to-unbreak-GSSAPI.patch} |  17 ++-
 debian/patches/0019-Fix-segfault-in-GSSAPI.patch   |  35 ++++++
 .../patches/0020-Fix-dovecot-authentication.patch  |  34 ++++++
 .../patches/0021-Temporary-multiarch-fixes.patch   |  36 +++++++
 ...e-to-LDAP_SASLAUTHD-file-to-the-saslauth.patch} |  24 ++++-
 ...ap_logout.patch => 0023-Send-IMAP-logout.patch} |  17 ++-
 ...ix-canonuser-ldapdb-garbage-in-out-buffer.patch |  21 ++++
 ... 0025-Fix-keytab-option-for-MIT-Kerberos.patch} |  66 ++++++++----
 ...rver-creds-when-they-are-no-longer-needed.patch |  26 +++++
 .../0027-Include-sys-types.h-in-sasl.h.patch       |  22 ++++
 ...patch => 0028-Fix-typo-in-debugging-logs.patch} |  21 ++--
 ...atch => 0029-Revert-upstream-soname-bump.patch} |  41 ++++---
 debian/patches/0029_ldap_fixes.patch               |  11 --
 ...Fix-return-SASL_FAIL-in-void-sasl_dispose.patch |  22 ++++
 ...atch => 0031-properly-create-libsasl2.pc.patch} |  40 ++++---
 ...-CAPABILITY-lines-in-IMAP-login-reply-v4.patch} |  11 +-
 ...h => 0033-Fix-early-hangup-in-ipc_unix.c.patch} |  19 ++--
 debian/patches/0033_fix_segfault_in_GSSAPI.patch   |  24 -----
 ...Handle-NULL-returns-from-glibc-2.17-crypt.patch | 119 +++++++++++++++++++++
 .../patches/0034_fix_dovecot_authentication.patch  |  23 ----
 ...map-infinite-loop-hang-when-IMAP-server-c.patch |  31 ++++++
 .../patches/0035_temporary_multiarch_fixes.patch   |  22 ----
 ...ix_canonuser_ldapdb_garbage_in_out_buffer.patch |  10 --
 debian/patches/0042_release_server_creds.patch     |  18 ----
 debian/patches/0043_types_h.patch                  |  14 ---
 debian/patches/0046_fix_void_return.patch          |  13 ---
 debian/patches/series                              |  68 ++++++------
 debian/sasl2-bin.saslauthd.init                    |   2 +-
 50 files changed, 949 insertions(+), 408 deletions(-)
 rename debian/patches/{0001_versioned_symbols.patch => 0001-Make-the-libsasl2-symbols-versioned.patch} (55%)
 rename debian/patches/{0002_testsuite.patch => 0002-Use-etc-sasldb2-instead-of-.-sasldb-in-the-testsuite.patch} (62%)
 rename debian/patches/{0003_saslauthd_mdoc.patch => 0003-Update-saslauthd.conf-location-in-documentation.patch} (65%)
 rename debian/patches/{0005_dbconverter.patch => 0004-Include-dbconverter-2-in-sbin_PROGRAMS-and-set-defau.patch} (67%)
 rename debian/patches/{0006_library_mutexes.patch => 0005-Fixes-in-library-mutexes.patch} (60%)
 create mode 100644 debian/patches/0006-Link-with-libsasldb.a-instead-of-libsasldb.al.patch
 create mode 100644 debian/patches/0007-Enable-autoconf-maintainer-mode.patch
 create mode 100644 debian/patches/0008-Add-libtool-to-saslauthd-autoconf.patch
 rename debian/patches/{0012_xopen_crypt_prototype.patch => 0009-Define-_XOPEN_SOURCE-in-auth_shadow.c-to-get-proper-.patch} (51%)
 delete mode 100644 debian/patches/0009_sasldb_al.patch
 rename debian/patches/{0014_avoid_pic_overwrite.patch => 0010-Don-t-overwrite-PIC-objects-with-non-PIC-variant.patch} (61%)
 delete mode 100644 debian/patches/0010_maintainer_mode.patch
 create mode 100644 debian/patches/0011-Look-for-generic-Berkeley-DB-first.patch
 delete mode 100644 debian/patches/0011_saslauthd_ac_prog_libtool.patch
 rename debian/patches/{0025_ld_as_needed.patch => 0012-Update-required-libraries-when-ld-as-needed-is-used.patch} (55%)
 rename debian/patches/{0026_drop_krb5support_dependency.patch => 0013-Drop-krb5support-dependency.patch} (57%)
 rename debian/patches/{0028_autotools_fixes.patch => 0014-Several-autotools-fixes.patch} (77%)
 create mode 100644 debian/patches/0015-LDAP-fixes.patch
 rename debian/patches/{0030_dont_use_la_files_for_opening_plugins.patch => 0016-Don-t-use-la-files-for-opening-plugins.patch} (84%)
 rename debian/patches/{0031_dont_use_-R_when_search_for_sqlite_libraries.patch => 0017-Don-t-use-R-when-searching-for-SQLite-libraries.patch} (69%)
 delete mode 100644 debian/patches/0017_db4.8.patch
 rename debian/patches/{0032_revert_1.103_revision_to_unbreak_GSSAPI.patch => 0018-Revert-1.103-revision-to-unbreak-GSSAPI.patch} (52%)
 create mode 100644 debian/patches/0019-Fix-segfault-in-GSSAPI.patch
 create mode 100644 debian/patches/0020-Fix-dovecot-authentication.patch
 create mode 100644 debian/patches/0021-Temporary-multiarch-fixes.patch
 rename debian/patches/{0036_add_reference_to_LDAP_SASLAUTHD_file.patch => 0022-Add-reference-to-LDAP_SASLAUTHD-file-to-the-saslauth.patch} (59%)
 rename debian/patches/{0038_send_imap_logout.patch => 0023-Send-IMAP-logout.patch} (78%)
 create mode 100644 debian/patches/0024-Fix-canonuser-ldapdb-garbage-in-out-buffer.patch
 rename debian/patches/{0041_fix_keytab_option_for_MIT_kerberos.patch => 0025-Fix-keytab-option-for-MIT-Kerberos.patch} (66%)
 create mode 100644 debian/patches/0026-Release-server-creds-when-they-are-no-longer-needed.patch
 create mode 100644 debian/patches/0027-Include-sys-types.h-in-sasl.h.patch
 rename debian/patches/{0044_debug_log_typo_fix.patch => 0028-Fix-typo-in-debugging-logs.patch} (59%)
 rename debian/patches/{0045_revert_upstream_soname_bump.patch => 0029-Revert-upstream-soname-bump.patch} (64%)
 delete mode 100644 debian/patches/0029_ldap_fixes.patch
 create mode 100644 debian/patches/0030-Fix-return-SASL_FAIL-in-void-sasl_dispose.patch
 rename debian/patches/{properly-create-libsasl2.pc.patch => 0031-properly-create-libsasl2.pc.patch} (54%)
 rename debian/patches/{bug715040.patch => 0032-2.1.26-Allow-CAPABILITY-lines-in-IMAP-login-reply-v4.patch} (94%)
 rename debian/patches/{early-hangup.patch => 0033-Fix-early-hangup-in-ipc_unix.c.patch} (58%)
 delete mode 100644 debian/patches/0033_fix_segfault_in_GSSAPI.patch
 create mode 100644 debian/patches/0034-Handle-NULL-returns-from-glibc-2.17-crypt.patch
 delete mode 100644 debian/patches/0034_fix_dovecot_authentication.patch
 create mode 100644 debian/patches/0035-Fix-auth_rimap-infinite-loop-hang-when-IMAP-server-c.patch
 delete mode 100644 debian/patches/0035_temporary_multiarch_fixes.patch
 delete mode 100644 debian/patches/0039_fix_canonuser_ldapdb_garbage_in_out_buffer.patch
 delete mode 100644 debian/patches/0042_release_server_creds.patch
 delete mode 100644 debian/patches/0043_types_h.patch
 delete mode 100644 debian/patches/0046_fix_void_return.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cyrus-sasl2/cyrus-sasl2.git



More information about the Pkg-cyrus-sasl2-commits mailing list