~nacc/ubuntu/+source/memcached:debian/wheezy

Last commit made on 2014-02-08
Get this branch:
git clone -b debian/wheezy https://git.launchpad.net/~nacc/ubuntu/+source/memcached
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
debian/wheezy
Repository:
lp:~nacc/ubuntu/+source/memcached

Recent commits

823e276... by Salvatore Bonaccorso

Import version 1.4.13-0.2+deb7u1 to debian/wheezy

Imported using usd-importer.

New changelog entries:
  * Non-maintainer upload by the Security Team.
  * Add 06_CVE-2011-4971.patch patch.
    CVE-2011-4971: Fix remote denial of service. Sending a specially
    crafted packet cause memcached to segfault. (Closes: #706426)
  * Add 07_CVE-2013-7239.patch patch.
    CVE-2013-7239: SASL authentication allows wrong credentials to access
    memcache. (Closes: #733643)

7ce4381... by Salvatore Bonaccorso

Import version 1.4.13-0.2 to debian/wheezy

Imported using usd-importer.

0b61779... by Salvatore Bonaccorso

Import version 1.4.13-0.2 to debian/sid

Imported using usd-importer.

New changelog entries:
  * Non-maintainer upload.
  * Add 05_fix-buffer-overrun_when_logging_keys.patch patch
    [SECURITY] CVE-2013-0179: DoS due to buffer overrun when printing out keys
    to be deleted in verbose mode. (Closes: #698231).

3362543... by =?utf-8?q?Arno_T=C3=B6ll?= <email address hidden>

Import version 1.4.13-0.1 to debian/wheezy

Imported using usd-importer.

ee9a19c... by =?utf-8?q?Arno_T=C3=B6ll?= <email address hidden>

Import version 1.4.13-0.1 to debian/sid

Imported using usd-importer.

New changelog entries:
   * Non-maintainer upload.
     + Include changes of my previous NMU (filed as #641770 back then)
   * Package new upstream release
     + this fixes "Please package upstream version 1.4.13" (Closes: #667746)
     + enable support for SASL authentication in debian/rules and add
       build-dependencies accordingly (Closes: #616148)
     + Include support for "-o maxconns_fast" which causes clients not to block
       for a long time on busy servers
   * Build package with hardened build flags. Thanks to Moritz Muehlenhoff for
     providing a patch. Moreover, add a build-dependency for dpkg-dev (>=
     1.15.7) for people considering to make a backport on very old systems
     (Closes: #655134)
   * Update patches:
     + 03_fix_ftbfs4hurd.patch: Refresh hunk offsets, leave changes untouched
     + Drop 04_fix_double_fork_in_start-memcached.patch: applied upstream
     + Apply patch supplied by Clint Byrum as 04_add_init_retry.patch which
       causes start-stop-daemon to wait up to 5 seconds upon termination of
       memached (Closes: #659300)

ff44262... by =?utf-8?q?Arno_T=C3=B6ll?= <email address hidden>

Import version 1.4.7-0.1 to debian/wheezy

Imported using usd-importer.

80d8456... by =?utf-8?q?Arno_T=C3=B6ll?= <email address hidden>

Import version 1.4.7-0.1 to debian/sid

Imported using usd-importer.

New changelog entries:
  * Non-maintainer upload.
  * Refresh patches, keep all changed hunks except some changes in
    `01_init_script_additions.patch' untouched.
  * New upstream release. Closes:
    - "FTBFS: memcached.c:1023:16: error: dereferencing type-punned
      pointer will break strict-aliasing rules" (Closes: #618096)
    - "ftbfs with gcc-4.6 -Werror" (Closes: #625397)
    - "FTBFS with libevent 2.0 in experimental" This is actually a duplicate
      of #625397 above (Closes: #632764)
    - Fix "please package new upstream release" (Closes: #641059)
  * Fix "Fix FTBFS on hurd-i386" add proposed patch as
    `03_fix_ftbfs4hurd.patch'. Thanks Svante Signell (Closes: #637695)
  * Fix "initscript on restart ignore $ENABLE_MEMCACHED" Add a sanity check
    to the init script (Closes: #636496)
  * Fix "debian/watch doesn't work" Replace the watch file to match the new
    Google Code layout (taken from the sinntp package) (Closes: #641520)
  * Add `04_fix_double_fork_in_start-memcached.patch'. This patch causes the
    start-memcached script to correctly write its PIDFILE, which, in turn,
    allows the init script correct operations. This also fixes "status
    operation on init.d not working correctly (needs to pass $PIDFILE to
    status_of_proc)", however add the $PIDFILE argument additionally none-
    theless as suggested (Closes: #622281)

2be035a... by David Martínez Moreno

Import version 1.4.5-1 to debian/wheezy

Imported using usd-importer.

8688d6f... by David Martínez Moreno

Import version 1.4.5-1 to debian/sid

Imported using usd-importer.

0b60a8d... by David Martínez Moreno

Import version 1.4.5-1 to debian/squeeze

Imported using usd-importer.

New changelog entries:
  * New upstream release. Main changes since 1.4.2 are:
    New features:
    - Support for SASL authentication.
    - New script damemtop - a memcached top.
    - Slab optimizations.
    - New stats, for reclaimed memory and SASL events.
    Bugs fixed:
    - Malicious input can crash server (CVE-2010-1152). Closes: #579913.
    - Fixed several problems with slab handling and growth.
    - Provide better error reporting.
    - Fix get stats accounting.
    - Fixed backwards compatibility with delete 0.
    - Documentation fixes.
    - Various build fixes, among others, fixed FTBFS with gcc-4.5 (closes:
      #565033).
  * Refreshed and renamed 01_init_script_compliant_with_LSB.patch.
  * Fixed lintian warnings by adding $remote_fs to init.d script.
  * Removed non-existent document (doc/memory_management.txt).
  * debian/control: Bumped Standards-Version to 3.8.4 (no changes).
  *