Please sync apt-listbugs (universe) from unstable (main)

Bug #74883 reported by Soren Hansen
4
Affects Status Importance Assigned to Milestone
apt-listbugs (Ubuntu)
Fix Released
Undecided
Tollef Fog Heen

Bug Description

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 affects distros/ubuntu/apt-listbugs
 status confirmed
 subscribe ubuntu-archive

Please sync apt-listbugs (universe) from Debian unstable (main).

Changelog since current feisty version 0.0.49ubuntu1:

apt-listbugs (0.0.69) unstable; urgency=low

  * Bug fix: "apt-listbugs: minor correction in wording", thanks to
    <email address hidden> (Closes: #399504).
  * README.Debian: Document bug 399706.

 -- Junichi Uekawa <email address hidden> Thu, 23 Nov 2006 00:10:10 +0900

apt-listbugs (0.0.68) unstable; urgency=low

  * Bug fix: "apt-listbugs: French translation update", thanks to Frederic
    Bothamy (Closes: #398722).
  * README.Debian: document source version / binary version problem

 -- Junichi Uekawa <email address hidden> Wed, 15 Nov 2006 21:38:24 +0900

apt-listbugs (0.0.67) unstable; urgency=low

  * make http_proxy/HTTP_PROXY/soap_use_proxy sanity check a warning
    rather than an error. This is in response to 396304.
  * update-po
  * Bug fix: "breaks when unrelated per-host proxy setting exists in
    apt.conf", thanks to Zoran Dzelajlija (Closes: #396697).
    Work around a corner case in apt-config dump, which gives a broken
    proxy value of '' when there is unrelated proxy configuration.

 -- Junichi Uekawa <email address hidden> Fri, 3 Nov 2006 11:23:54 +0900

apt-listbugs (0.0.66) unstable; urgency=low

  * Depend on recent enough libruby, and http-access. Sarge versions lack
    critical features required by this version of apt-listbugs
    (Closes: #395562).

 -- Junichi Uekawa <email address hidden> Sat, 28 Oct 2006 21:30:06 +0900

apt-listbugs (0.0.65) unstable; urgency=low

  * README.Debian: add a note about 378868, apt-setup setting proxy to 'false'
  * Fixed a bug introduced by optimization in 0.0.64 for web interface.

 -- Junichi Uekawa <email address hidden> Wed, 25 Oct 2006 06:26:44 +0900

apt-listbugs (0.0.64) unstable; urgency=low

  * Error-check on www-browser invocation. (closes: #367622)
  * Support -H and -p options for SOAP access. Uses the same values as for
    initial HTTP.
  * i18n: "apt-listbugs: French translation update", thanks to Fre'de'ric
    Bothamy (Closes: #393298).
  * Merge bug-processing speed improvement patch from Kouhei Sutou
    <email address hidden>

 -- Junichi Uekawa <email address hidden> Tue, 24 Oct 2006 07:25:35 +0900

apt-listbugs (0.0.63) unstable; urgency=low

  * try to avoid 'no block given' bug in error-handling for bug-fetching.
  * update testsuite to test for handling 378868 case.

 -- Junichi Uekawa <email address hidden> Wed, 11 Oct 2006 07:25:52 +0900

apt-listbugs (0.0.62) unstable; urgency=low

  * try to get a better message than 'no block given' for network errors.
  * On SOAP failure, ask and retry 10 times before bailing out. This was
    the behavior before SOAP re-implementation.
  * add sanity-check for http_proxy, and soap_use_proxy=on variables.

 -- Junichi Uekawa <email address hidden> Mon, 9 Oct 2006 16:30:13 +0900

apt-listbugs (0.0.61) unstable; urgency=low

  * handle error message when ignore file cannot be written to.
  * deprecate and remove CGI backend code
  - deprecate -I, --index option, since CGI isn't used and index is always
    used, it does not mean anything.
  * apply "support http user auth" patch from James Westby (partially
    address #207754). still waiting for fix on
    http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/202603
  * i18n
  - "apt-listbugs: [INTL:sv] Swedish translation updated", thanks
    to Daniel Nylander (Closes: #391537).

 -- Junichi Uekawa <email address hidden> Sun, 8 Oct 2006 19:31:45 +0900

apt-listbugs (0.0.60) unstable; urgency=low

  * really support apt.conf proxy configuration for SOAP (closes: #389681)
  - delay 'require' of btssoap module until it's really required, and
    allow initialisation of env-vars to happen before it.
  - support acquire::http::proxy::bugs.debian.org, for specifying proxy
    used for apt-listbugs only. Also support DIRECT as a keyword for no
    HTTP Proxy (closes: #193524, 332768)
  - add testsuite 008_test_proxy to test proxy configuration.
  * update-po
  * update documentation to note down that latest apt-listbugs is
    available in git.debian.org repository.

 -- Junichi Uekawa <email address hidden> Sat, 7 Oct 2006 11:03:32 +0900

apt-listbugs (0.0.59) unstable; urgency=low

  * README.Debian: add notes on filing bugs on apt-listbugs, and running
    apt-listbugs with debugging mode.
  * set timeout time to 999 seconds instead of 30 seconds.
  - Bug fix: "apt-listbugs times out while doing SOAP.", reported by David
    Baron (Closes: #391180).

 -- Junichi Uekawa <email address hidden> Fri, 6 Oct 2006 08:18:17 +0900

apt-listbugs (0.0.58) unstable; urgency=low

  * users need to set SOAP_USE_PROXY=on to use HTTP_PROXY for SOAP.
    Document it. A pretty stupid way to handle security hole, but that's
    life.
    SOAP_USE_PROXY is set if apt.conf has the proxy configuration.
  - Bug fix: "apt-listbugs: Reports undefined variable and fails"
    (Closes: #389681).

 -- Junichi Uekawa <email address hidden> Tue, 3 Oct 2006 23:30:11 +0900

apt-listbugs (0.0.57) unstable; urgency=low

  * do not use Regexp.quote to pass package names to Debian::Packages.new
    It's already doubly escaped over there.
  - Bug fix: "apt-listbugs: Fails to pin packages that contain the '-'
    character in the name.", thanks to Stuart Freeman (Closes: #389588).
  * update po files.
  * quote $tmp in cron script.
  * update README.Debian
  * update manpage AUTHORS to list myself.
  * add testsuite, and fix things as they are broken.
  * examples:
  - remove listbugs.rb, and add listbugs-soap.rb
  - update deblistbugs
  - update rc2rss
  * hard-coded rate-limit to obtain 200 bugs per SOAP request; 200 bugs
    takes around 100 MB on SOAP4R.
  * Make 'apt-listbugs list' use current package versions as comparison
    target for Fixed/Found.

 -- Junichi Uekawa <email address hidden> Sun, 1 Oct 2006 20:24:40 +0900

apt-listbugs (0.0.56) unstable; urgency=low

  * change default severity to RC: critical, grave, serious
  * change stats to: "forwarded", "done", "pending", instead of original
    [outstanding,pending upload,resolved,done,open,]
    (where did it come from?)
  * output wiredump of XML SOAP data if given -d option, for easier
    debugging.
  * remove --showless, --showgreater options that are deprecated due to
    disabled CGI access. (closes: #344397) we already have access to
    Fixed_Version information through SOAP interface, we don't need CGI
    access anymore.
  * Use Fixed_Version information to find relevant bugs.
    (closes: #323626, #334697, #342513, #370400)
  - show progress when parsing fixed version info.
  - TODO: bugs need to be checked against source, not binary package,
    since bugs are closed by source packages
  * remove parsing of changelog for finding closed bugs.
  * update po files, please update translations.
  * Bug fix: "should check whether connected to terminal, fall back to
    other output", thanks to martin f krafft (Closes: #383752).
    Will assume '-n' if stdout is not a terminal.
  * fix manpage, remove reference to ~dancer/apt-listbugs, it's now
    /indices/ on bugs.debian.org.
  * make apt-listbugs version useful, by embedding the real package
    version to apt-listbugs source instead of old stale CVS tag.

 -- Junichi Uekawa <email address hidden> Sat, 30 Sep 2006 20:08:05 +0900

apt-listbugs (0.0.55) unstable; urgency=low

  * Update README.Debian, remove transition text.
  * Fix handling the case of when package has no bug
  - Bug fix: "apt-listbugs: Reports undefined variable and fails", thanks
    to Jean-Luc Coulon (f5ibh) (Closes: #389681).

 -- Junichi Uekawa <email address hidden> Thu, 28 Sep 2006 22:02:57 +0900

apt-listbugs (0.0.54) unstable; urgency=low

  * use SOAP interface from http://bugs.debian.org/cgi-bin/soap.cgi
  * use indices from http://bugs.debian.org instead of
    http://merkel.debian.org
  * remove unsupported and unmaintained reference to release-critical
  * remove unsupported and unmaintained reference to LDIF
  * update po files, please update translations.
  * handle HTTP redirect in Debian::BTS::HTTP.
  * Depend on libhttp-access2-ruby1.8 for SOAP redirect

 -- Junichi Uekawa <email address hidden> Tue, 26 Sep 2006 23:57:12 +0900

apt-listbugs (0.0.53) unstable; urgency=low

  * point to merkel.debian.org, instead of osdn.debian.org
    (closes: #349402, #307263)
  - continue service from merkel.debian.org/~dancer/ instead of osdn.debian.or.jp/~taru/.
  * Updated update-index.db source taken from merkel.debian.org:~dancer/bin
  * removed support for security bugs, since it's been broken since 2004.
  * removed support for LDAP backend, which has been broken forever.
  * updated README.Debian, noting down the current plans and roadmaps.
  * update ja.po

 -- Junichi Uekawa <email address hidden> Sun, 24 Sep 2006 10:32:36 +0900

apt-listbugs (0.0.52) unstable; urgency=low

  * Bug fix: "apt-listbugs: translation error in french version", thanks
    to Guillaume Allegre (Closes: #356094).
  * Assume --quiet if stdout is not a terminal. (Closes: #355700)
  * Bug fix: "please allow disabling apt-listbugs from the environment",
    thanks to Marc Haber (Closes: #355420).

 -- Junichi Uekawa <email address hidden> Fri, 22 Sep 2006 08:17:30 +0900

apt-listbugs (0.0.51) unstable; urgency=low

  * New maintainer. (closes: #374104)
  - README.Debian, copyright: update.

  * Standards-Version: 3.7.2
  * Bug fix: "apt-listbugs: bad control file parsing; sends the long
    description to dpkg --compare-versions", thanks to James Westby
    (Closes: #362671).
  * Bug fix: "apt-listbugs: fails with not in gzip format errors", thanks
    to James Westby (Closes: #245232).

    tested with
    echo ../apt-listbugs_0.0.50_all.deb | /usr/sbin/apt-listbugs apt

  * Remove absolute paths of programs from maintainer scripts.
    (Closes: #341148)
  * Bug fix: "[PATCH] grammar error in apt-listbugs", thanks to Thierry
    Moisan (Closes: #341844).
  * Bug fix: "apt-listbugs: suggests reportbug but silently does nothing
    if it is not installed", thanks to Ian Campbell (Closes: #253812).
  * Pass -q to savelog in the cron script to prevent mails being sent to
    system administrator if all goes well. (Closes: #284434)
  * Bug fix: "apt-listbugs: Correction for HTML output: &gt ->
    &gt;", thanks to Frederic Bothamy (Closes: #304471).
  * Adjust Description in debian/control to have consistent line lengths.
    (Closes: #341150)
  * Remove empty debian/docs.
  * Bug fix: "apt-listbugs: [manual page] list all severities in options
    -t (bug type)", thanks to Jari Aalto (Closes: #349469).
  * Bump Build-Depends on debhelper to 5.0.0
  * fix copyright file to have the new FSF address

 -- Junichi Uekawa <email address hidden> Mon, 18 Sep 2006 13:20:04 +0900

apt-listbugs (0.0.50) unstable; urgency=low

  * QA upload.
  * Set maintainer to Debian QA Group.
  * Updated French translation (Closes: #279579).
  * Don't keep a static list of translations.
  * New Italian translation, thanks to Luca Monducci (Closes: #289924).
  * Updated Norwegian Bokmal translation (Closes: #323931).
  * New Swedish translation, thanks to Daniel Nylander (Closes: #332570).
  * New Czech translation, thanks to Miroslav Kure (Closes: #361606).

 -- Luk Claes <email address hidden> Sat, 16 Sep 2006 17:04:48 +0200

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFFeI8GonjfXui9pOMRAgvUAJ99YgqM7IUtOjde1sNFzoAv22bYFgCgp2a3
x67r/pU/77QddCHzGtxwQfY=
=oMKk
-----END PGP SIGNATURE-----

Revision history for this message
Soren Hansen (soren) wrote :

Previous Ubuntu version consisted of grammar fixes to strings what are no longer in the code. Hence, all Ubuntu changes can be dropped.

Revision history for this message
Tollef Fog Heen (tfheen) wrote :

[Updating] apt-listbugs (0.0.49ubuntu1 [Ubuntu] < 0.0.69 [Debian])
 * Trying to add apt-listbugs...
  - <apt-listbugs_0.0.69.tar.gz: downloading from http://ftp.debian.org/debian/>
  - <apt-listbugs_0.0.69.dsc: downloading from http://ftp.debian.org/debian/>
I: apt-listbugs [universe] -> apt-listbugs_0.0.49ubuntu1 [universe].

Changed in apt-listbugs:
assignee: nobody → tfheen
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.