Public bug reported:

Please sync nsscache 0.21.17-2 (universe) from Debian testing (main)

Explanation of FeatureFreeze exception:

Package nsscache got uploaded in Ubuntu for the first time in precise.
For some reason (probably a mistake), the version that was synced from
Debian is completely out-of-date (0.8.8-1 is from 2009).

Also, syncing the latest 0.21.17-2 would fix LP: #901701.


Changelog entries since current precise version 0.8.8-1:

nsscache (0.21.17-2) unstable; urgency=low

  * Delete debugging print.

 -- Jamie Wilkinson <j...@debian.org>  Fri, 10 Feb 2012 10:45:42 +1100

nsscache (0.21.17-1) unstable; urgency=low

  * New upstream release.
   * Clean up temp directories on error.
   * Port unit tests to use python-mox instead of pmock.

 -- Jamie Wilkinson <j...@debian.org>  Fri, 10 Feb 2012 10:10:42 +1100

nsscache (0.21.16-0gg2) lucid; urgency=low

  * Fix subprocess communication with getent so that nsscache -v verify
    works again.

 -- Joel Sing <js...@google.com>  Wed, 05 Oct 2011 18:21:06 +1100

nsscache (0.21.16-0gg1) unstable; urgency=low

  * If a zsync fetch fails against the local cache, fall back to a full
    fetch via zsync.

 -- Joel Sing <js...@google.com>  Wed, 08 Jun 2011 17:04:17 +1000

nsscache (0.21.15-0gg1) unstable; urgency=low

  * Create indexes for the latest libnss-cache.
  * Add python-mox to the build dependencies.

 -- Jamie Wilkinson <j...@google.com>  Mon, 16 May 2011 16:44:51 +1000

nsscache (0.21.14-0gg2) unstable; urgency=low

  * Add a postinst that will clear out accidental nsscache turds from
/etc.

 -- Jamie Wilkinson <j...@google.com>  Mon, 09 May 2011 16:24:44 +1000

nsscache (0.21.14-0gg1) unstable; urgency=low

  * New upstream release.
   * Raise InvalidMap if the zsync decompress fails.
   * Handle EmptyMap before trying to gpg decrypt the result.
   * Handle missing and multiple signatures from pyme without crashing.
   * Catch InvalidMap in the command object.

 -- Jamie Wilkinson <j...@google.com>  Thu, 05 May 2011 14:46:23 +1000

nsscache (0.21.13-0gg1) unstable; urgency=low

  * New upstream release.
   * No longer falls back to pycurl to retrieve a full file if zsync
    fetches fail.

 -- Jamie Wilkinson <j...@google.com>  Mon, 02 May 2011 14:35:13 +1000

nsscache (0.21.12-0gg2) unstable; urgency=low

  * Fix package dependencies on pycurl and python-ldap.

 -- Jamie Wilkinson <j...@google.com>  Thu, 28 Apr 2011 10:11:19 +1000

nsscache (0.21.12-0gg1) unstable; urgency=low

  * If a timestamp stored locally is more than an hour in the future,
    ignore it and use 'now'.

 -- Jamie Wilkinson <j...@google.com>  Thu, 10 Mar 2011 10:21:32 -0800

nsscache (0.21.11-0gg1) unstable; urgency=low

  * Fix the unit tests for full updates, and make the handling of the
    --force-write flag act as documented.
  * Update the test runner to show log output if --verbosity is enabled.

 -- Jamie Wilkinson <j...@google.com>  Tue, 08 Mar 2011 17:25:43 -0800

nsscache (0.21.10-0gg1) unstable; urgency=low

  * New upstream release.
   * Handle relative paths in the config when creating temporary directories.

 -- Jamie Wilkinson <j...@google.com>  Wed, 09 Feb 2011 20:34:36 -0800

nsscache (0.21.9-0gg1) unstable; urgency=low

  * New upstream release.
   * Fix bugs in the ldapsource module introduced by changing the
    timestamp type from an int to a time.struct_time.

 -- Jamie Wilkinson <j...@google.com>  Mon, 07 Feb 2011 21:24:41 -0800

nsscache (0.21.8-0gg1) unstable; urgency=low

  * New upstream release.
   * Update the status output to be flexible, adding --template and
    --automount-template options.

 -- Jamie Wilkinson <j...@google.com>  Tue, 01 Feb 2011 23:52:08 -0800

nsscache (0.21.7-0gg1) unstable; urgency=low

  * New upstream release.
   * Improve logging around adding to an automount map.
   * Ignore elements of automount master that we can't parse, instead of
    crashing.
   * Rename automount_info to automount_mountpoint for clarity.
   * Work around a bug in bdb-4.8 that doesn't like writing to a
    zero-length file, instead we create a security hole race condition on
    the tempfile we want it to write to. Oh well, if you use bdb for nss
    caching then you are going to suffer many more problems than just this
    one.
   * Drop python2.3 and lower support by insisting on the set() type, and
    using subprocess instead of popen*.

 -- Jamie Wilkinson <j...@google.com>  Mon, 31 Jan 2011 13:57:19 -0800

nsscache (0.21.6-0gg1) unstable; urgency=low

  * New upstream release.
   * Don't retrieve the auto.master file from the zsync source if
     zsync_local_automount_master is set to yes.
   * Fix a crash caused by bad code clagging between update/files.py and
     update/maps.py.

 -- Jamie Wilkinson <j...@google.com>  Fri, 28 Jan 2011 17:58:07 -0800

nsscache (0.21.5-0gg1) unstable; urgency=low

  * New upstream release.
    * Change the log message formatting depending on where the logs go,
      adding timestamp, level, and source location when on the console, and
      removing everything but the level and message when going to syslog.
    * Actually sort netgroup membership.
    * Create temp files in the same directory as the destination, as
      cross-filesystem renames aren't atomic.
    * Create a temporary directory in the target directory, and chdir into
      it, in case a zsync source is used; zsync's librcksum creates its
      temporary files in the cwd, and sometimes doesn't clean up after
      itself.
    * Fix printing of timestamps in nsscache status output.
    * Don't abort on EmptyMap errors, continue onto the next map.

 -- Jamie Wilkinson <j...@google.com>  Fri, 28 Jan 2011 14:04:01 -0800

nsscache (0.21.4-0gg2) unstable; urgency=low

  * Put nsscache back in /usr/bin

 -- Michael Haro <mh...@google.com>  Fri, 28 Jan 2011 04:44:34 -0800

nsscache (0.21.4-0gg1) unstable; urgency=low

  * New upstream release.
    * Sort netgroup membership.
    * Log the time it takes to perform a whole run.
    * Factor out the updater factory method from app.py.
    * Don't quit the updater if one map fails, wait for all maps to finish
      processing before exiting.
    * Add the pid, module, and function name to the syslog format string.

 -- Jamie Wilkinson <j...@google.com>  Wed, 26 Jan 2011 15:57:50 -0800

nsscache (0.21.3-0gg1) unstable; urgency=low

  * New upstream release.

 -- Jamie Wilkinson <j...@google.com>  Tue, 25 Jan 2011 23:32:39 -0800

nsscache (0.21.2-0gg2) unstable; urgency=low

  * Reduce the size of netgroup files by half for ldap servers that use
    memberNisNetgroup attributes like they use nisNetgroupTriple; they're
    both just text fields so easy to do it incorrectly; use a set instead
    of a list to remove duplicates.
  * Convert timestamp handling to use time.struct_time instead of epoch
    timestamps, the former lets us control the timezone of the timestamp
    correctly.

 -- Jamie Wilkinson <j...@google.com>  Tue, 25 Jan 2011 23:11:22 -0800

nsscache (0.21.2-0gg1) unstable; urgency=low

  * New upstream version.

 -- Jamie Wilkinson <j...@google.com>  Tue, 25 Jan 2011 16:45:15 -0800

nsscache (0.21.1-0gg1) unstable; urgency=low

  * Bump version number in nss_cache/__init__.py so that the code knows
    what version it's running.

 -- Jamie Wilkinson <j...@google.com>  Tue, 25 Jan 2011 15:01:09 -0800

nsscache (0.21-1) unstable; urgency=low

  * Include exit code in Exiting message

 -- Michael Haro <mh...@google.com>  Mon, 17 Jan 2011 22:07:46 -0800

nsscache (0.20-1) unstable; urgency=low

  * Do all work in a tempdir that we clean up on a normal exit.

 -- David MacKinnon <bla...@google.com>  Fri, 14 Jan 2011 12:24:55 +1100

nsscache (0.19-2) unstable; urgency=low

  * Initial upload to Debian.  (Closes: #609625)

 -- Jamie Wilkinson <j...@debian.org>  Tue, 11 Jan 2011 00:24:54 +0000

nsscache (0.19-1) unstable; urgency=low

  * Allow a 206 response code when fetching the GPG signature.

 -- David MacKinnon <bla...@google.com>  Fri, 19 Nov 2010 11:32:13 +1100

nsscache (0.18-1) unstable; urgency=low

  * Remove the norange_conn. A range of 0- rather than blank will do
    the job.

 -- David MacKinnon <bla...@google.com>  Thu, 18 Nov 2010 13:22:27 +1100

nsscache (0.17-2) unstable; urgency=low

  * Bugfix for zsyncsource.Verify()

 -- David MacKinnon <bla...@google.com>  Mon, 08 Nov 2010 10:31:49 +1100

nsscache (0.16-1) unstable; urgency=low

  * Change behaviour when fetching full files. Use a separate connection
    that doesn't have the range header set at all.

 -- David MacKinnon <bla...@google.com>  Wed, 03 Nov 2010 17:29:30 +1100

nsscache (0.15-1) unstable; urgency=low

  * Add Verify() to the zsync source.

 -- David MacKinnon <bla...@google.com>  Thu, 26 Aug 2010 16:01:25 +1000

nsscache (0.14-1) unstable; urgency=low

  * Treat non-existent file maps as empty.

 -- David MacKinnon <bla...@google.com>  Thu, 15 Jul 2010 14:32:51 +1000

nsscache (0.13-1) unstable; urgency=low

  * Fix some errors in the GPG handling in zsyncsource.py

 -- David MacKinnon <bla...@google.com>  Mon, 12 Jul 2010 16:29:02 +1000

nsscache (0.12-3) unstable; urgency=low

  * Create /var/lib/nsscache

 -- David MacKinnon <bla...@google.com>  Tue, 11 May 2010 12:17:21 +1000

nsscache (0.12-2) unstable; urgency=low

  * Remove unit tests and test runner from package

 -- David MacKinnon <bla...@google.com>  Fri, 23 Apr 2010 13:19:36 +1000

nsscache (0.12-1) unstable; urgency=low

  * Add support for GPG signed files to the zsyncsource

 -- David MacKinnon <bla...@google.com>  Tue, 30 Mar 2010 15:21:03 +1100

nsscache (0.11-1) unstable; urgency=low

  * Add the zsync source
  * Added file based Updater classes

 -- David MacKinnon <bla...@google.com>  Thu, 25 Mar 2010 15:51:44 +1100

nsscache (0.10-1) unstable; urgency=low

  * Add support for netgroups and automounts to the HTTP file source.

 -- David MacKinnon <bla...@google.com>  Thu, 18 Feb 2010 12:51:07 +1100

nsscache (0.9-4) unstable; urgency=low

  * Install into /usr/bin instead of /usr/local/bin

 -- Andrew Pollock <apoll...@google.com>  Fri, 19 Mar 2010 15:18:39
-0700

nsscache (0.9-3) unstable; urgency=low

  * Minor packaging changes for lucid

 -- David MacKinnon <bla...@google.com>  Mon, 15 Mar 2010 16:32:38 +1100

nsscache (0.9-2) unstable; urgency=low

  * Fix setup.py to include the new util package.

 -- David MacKinnon <bla...@google.com>  Wed, 17 Feb 2010 14:44:19 +1100

nsscache (0.9-1) unstable; urgency=low

  * Add a HTTPSource. This only supports the passwd/shadow/group maps for now,
    and adds a pycurl dependency. The long term plan is to support zsync.

 -- David MacKinnon <bla...@google.com>  Mon, 14 Dec 2009 12:52:16 +1100

** Affects: nsscache (Ubuntu)
     Importance: Wishlist
         Status: New


** Tags: css-sponsored-p

** Changed in: nsscache (Ubuntu)
   Importance: Undecided => Wishlist

** Tags added: css-sponsored-p

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975373

Title:
  FFe: Sync nsscache 0.21.17-2 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nsscache/+bug/975373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to