[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2018-02-13 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.2.25

---
apt (1.2.25) xenial; urgency=medium

  * Microrelease covering 1.4.7 (LP: #1702326) and 1.4.8

  [ Robert Luberda ]
  * fix a "critical" typo in old changelog entry (Closes: 866358)

  [ David Kalnischkies ]
  * use port from SRV record instead of initial port
  * don't ask an uninit _system for supported archs (LP: #1613184)

  [ Julian Andres Klode ]
  * Reset failure reason when connection was successful
  * http: A response with Content-Length: 0 has no content
  * apt-daily: Pull in network-online.target in service, not timer
(LP: #1716973)

  [ Balint Reczey ]
  * Gracefully terminate process when stopping apt-daily-upgrade (LP: #1690980)

 -- Julian Andres Klode   Tue, 26 Sep 2017 16:14:54
+0200

** Changed in: apt (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-11-11 Thread Julian Andres Klode
I used 1.4.8 and 1.2.25 now for some time, and there seem to be no
regressions. The autopkgtests for zesty fail in a flaky test case, I
should eventually backport the disablement of that.

Marking as verified-done for both.

** Tags removed: verification-needed verification-needed-xenial 
verification-needed-zesty
** Tags added: verification-done verification-done-xenial 
verification-done-zesty

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-29 Thread Timo Aaltonen
Hello Julian, or anyone else affected,

Accepted apt into zesty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/apt/1.4.8 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-zesty to verification-done-zesty. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-zesty. In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: apt (Ubuntu Zesty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-zesty

** Changed in: apt (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Tags added: verification-needed-xenial

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-26 Thread Julian Andres Klode
** Description changed:

  [Impact]
- This is a new upstream micro release for the first point release of Debian 
stretch.
+ This is a new upstream micro release for the first point release of Debian 
stretch. Some of the changes are in 1.2.25 as well, but 1.2.25 also includes 
changes from 1.4.8 which have their own LP bugs.
  
  apt (1.4.7) stretch; urgency=medium
  
-   [ Robert Luberda ]
-   * fix a "critical" typo in old changelog entry (Closes: 866358)
+   [ Robert Luberda ]
+   * fix a "critical" typo in old changelog entry (Closes: 866358)
  => Remove a letter, and fixes some tool
  
-   [ David Kalnischkies ]
-   * use port from SRV record instead of initial port
+   [ David Kalnischkies ]
+   * use port from SRV record instead of initial port
  => Might have picked the wrong port
  
-   [ Julian Andres Klode ]
-   * Reset failure reason when connection was successful
+   [ Julian Andres Klode ]
+   * Reset failure reason when connection was successful
  => Some failures were only treated as warnings, not errors
  
-   * debian/gbp.conf: Set debian-branch to 1.4.y
+   * debian/gbp.conf: Set debian-branch to 1.4.y
  => Building ...
  
-   * http: A response with Content-Length: 0 has no content
+   * http: A response with Content-Length: 0 has no content
  
  => Downloading failed if server responded with Content-Length: 0, as
-APT was waiting for content to read.
+    APT was waiting for content to read.
  
-  -- Julian Andres Klode   Tue, 04 Jul 2017 17:11:59
+  -- Julian Andres Klode   Tue, 04 Jul 2017 17:11:59
  +0200
  
  [Test case]
  We don't really have any yet, they require DNS servers and http servers, so 
it's not really easy to test.
  
  [Regression potential]
  We basically changed just the code used in the http method, and the changes 
are both very obvious and very small. I reproduced the http change with the tls 
support from 1.5, because launchpad was causing issues with that.
  
  With the failure reason reset, some errors might not be wrongly
  considered as transient connection errors and now cause scripts to fail.
  But that's how it should be, really.

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-26 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Zesty)
   Status: Triaged => In Progress

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-13 Thread Julian Andres Klode
** Changed in: apt (Ubuntu)
   Importance: Undecided => Medium

** Changed in: apt (Ubuntu Xenial)
   Importance: Undecided => Medium

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-13 Thread Julian Andres Klode
Sorry for the status noise, I sometimes keep forgetting that statuses
have a very different meaning for SRUs than for normal uploads.

** Changed in: apt (Ubuntu Zesty)
   Status: Fix Committed => In Progress

** Changed in: apt (Ubuntu Zesty)
   Status: In Progress => Triaged

** Changed in: apt (Ubuntu Xenial)
   Status: In Progress => Triaged

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-13 Thread Julian Andres Klode
** Changed in: apt (Ubuntu Zesty)
   Status: Triaged => In Progress

** Changed in: apt (Ubuntu Zesty)
   Status: In Progress => Fix Committed

** Changed in: apt (Ubuntu Xenial)
   Status: Triaged => In Progress

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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

[Bug 1702326] Re: New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

2017-09-13 Thread Julian Andres Klode
** Summary changed:

- New microrelease 1.4.7 for zesty
+ New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

Title:
  New microrelease 1.4.7+1.48/zesty, 1.2.25/xenial

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

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