~nacc/ubuntu/+source/memcached:ubuntu/oneiric

Last commit made on 2011-10-05
Get this branch:
git clone -b ubuntu/oneiric 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:
ubuntu/oneiric
Repository:
lp:~nacc/ubuntu/+source/memcached

Recent commits

4bf79f5... by Scott Kitterman

Import version 1.4.7-0.1ubuntu1 to ubuntu/oneiric

Imported using usd-importer.

New changelog entries:
  * Merge from debian unstable. Remaining changes:
    - Run as 'memcache' user instead of nobody (LP #599461)
    - Depend on adduser for preinst/postrm
    - Create user in postinst

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)

56129f8... by Colin Watson

Import version 1.4.5-1ubuntu3 to ubuntu/oneiric

Imported using usd-importer.

New changelog entries:
  * Fix build failure with GCC 4.6 (LP: #829468).

fb8a146... by Felix Geyer

Import version 1.4.5-1ubuntu2 to ubuntu/oneiric

Imported using usd-importer.

cc65e88... by Felix Geyer

Import version 1.4.5-1ubuntu2 to ubuntu/natty

Imported using usd-importer.

New changelog entries:
  * Cherry-pick patch from upstream to fix FTBFS with gcc 4.5 (LP: #687984)
    - Add 03_fix_ftbfs_gcc_45.patch

e614571... by Clint Byrum

Import version 1.4.5-1ubuntu1 to ubuntu/natty

Imported using usd-importer.

8a499cd... by Clint Byrum

Import version 1.4.5-1ubuntu1 to ubuntu/maverick

Imported using usd-importer.

New changelog entries:
  * Run as 'memcache' user instead of nobody (LP: #599461)
  * depend on adduser for preinst/postrm
  * create user in postinst

b397243... by David Martínez Moreno

Import version 1.4.5-1 to ubuntu/maverick

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).
  *