Merge lp:update-notifier/ubuntu into lp:~dennis/update-notifier/apt-proxies

Proposed by Dennis Kaarsemaker
Status: Superseded
Proposed branch: lp:update-notifier/ubuntu
Merge into: lp:~dennis/update-notifier/apt-proxies
Diff against target: 0 lines
To merge this branch: bzr merge lp:update-notifier/ubuntu
Reviewer Review Type Date Requested Status
Dennis Kaarsemaker Pending
Review via email: mp+218179@code.launchpad.net

Description of the change

Respect Acquire::http::proxy and friends

It's really annoying when apt-get works just fine, but the package-data-downloader fails because they look at different proxy settings.

To post a comment you must log in.
lp:update-notifier/ubuntu updated
847. By Martin Pitt

Bump version to become higher than the wrongly added transitional package
from gnome-packagekit.

848. By Martin Pitt

releasing package update-notifier version 3.155

849. By Michael Vogt

* lp:~mvo/update-notifier/use-apt-helper:
  - use the apt-helper binary to download external data. This ensures
    that the apt proxy settings are used and that the apt auto proxy
    discovery works. Thanks to Dennis Kaarsemaker!

850. By Brian Murray

debian/update-notifier-crash.conf: avoid race condition where the crash
report may not yet be writable when the inotify create event happens.

851. By Brian Murray

releasing package update-notifier version 3.157

852. By Brian Murray

debian/update-notifier-cds.conf: use the correct comparison operator for
checking the type of CD. (LP: #1400357)

853. By Brian Murray

releasing package update-notifier version 3.158

854. By Martin Pitt

Prepare for udev-bridge on the session bus. (LP: #1409129)

855. By Martin Pitt

releasing package update-notifier version 3.159

856. By Martin Pitt

./debian/update-notifier-cds.conf: Stop asking udisks 1 for the
mountpoint, just awk /proc/mounts for the mount point. (LP: #1411987)

857. By Martin Pitt

releasing package update-notifier version 3.160

858. By Steve Langasek

Migrate fully from python2 to python3 now that python3-debian is
available in the archive. In the process, we drop most of the
python-related dependencies from the update-notifier package, since it
contains no python code; these are included only to support
backend_helper.py, which is shipped in update-notifier-common, not in
update-notifier for reasons that are not clear. For now keep the
package split unchanged pending further investigation. LP: #1440683.

859. By Steve Langasek

More python3 compat fixes

860. By Steve Langasek

releasing package update-notifier version 3.161

861. By Brian Murray

Initialize l10n for the distro-cd-updater binary. Thanks to Gabor Kelemen
for the patch. (LP: #1478249)

862. By Brian Murray

Merge branch fixing translation for system crash notifier.

863. By Brian Murray

Switch from using PACKAGE to GETTEXT_PACKAGE in avahi and update-notifier binaries.

864. By Brian Murray

releasing package update-notifier version 3.162

865. By Iain Lane

Merge lp:~kelemeng/update-notifier/bug1493208 to get translated messages in 'avahi' too

866. By Iain Lane

releasing package update-notifier version 3.163

867. By Martin Pitt

* debian/90-updates-available
  - Now directly prints the cached info if available
    => avoid login stalls due to motd updates (LP: #525674)
  - Also fixes a former potential issue of existing but not readable cached
    info by changing the test from -e to -r
* debian/99update-notifier:
  - Now additionally triggers the an asynchronous background update of the
    cached info via update-motd-updates-available hooking into
    APT::Update::Post-Invoke-Success.
* data/update-motd-updates-available:
  - This now only contains the slow part of actually 'updating the cached
    info'.
  - It executes asynchronously to avoid stalling apt-get update.
  - The file is no more called by pam to avoid login stalls.
  - It also fixes an issue with concurrent updates clobbering the
    cached file via mv being atomic

868. By Martin Pitt

releasing package update-notifier version 3.164

869. By Brian Murray

merge smoser's xenial upload

870. By Brian Murray

data/apt_check.py: resolve crash when running apt-check with
--package-names, thanks to Launchpad user Woody for the fix.
(LP: #1512326)

871. By Brian Murray

releasing package update-notifier version 3.166

872. By Adam Conrad

* Use mktemp -p in the target directory to avoid a cross-filesystem move.
* Also update motd if the dpkg status database has changed (LP: #1563854)

873. By Dimitri John Ledkov

Also update motd, at the end of Dpkg-Post run, properly counting how
many things are left to update, rather than assuming that all updates
were applied, as was done in previous release series. LP: #1558270

874. By Sebastien Bacher

don't use the logs ctime information to decide if update-manager
needs to be started, the log rotation updates that one which means it's
never getting older than a week and the updater not started

875. By Sebastien Bacher

src/update.c:
don't use the logs ctime information to decide if update-manager needs
to be started, the log rotation updates that one which means it's
never getting older than a week and the updater not started
(lp: #356152)

876. By Sebastien Bacher

releasing package update-notifier version 3.169

877. By Brian Murray

data/apt_check.py: use pkg.get_fullname() instead of pkg.name so that
architectures appear in package names, thanks to Bill Scales for the
patch. (LP: #1597537)

878. By Brian Murray

releasing package update-notifier version 3.170

879. By Sebastien Bacher

* debian/update-notifier-cds.conf:
  - use a valid variable to get the device name

880. By Sebastien Bacher

* debian/systemd, debian/update-notifier.install,links,crash:
  - convert the crash, unicast and release jobs to systemd

881. By Sebastien Bacher

* debian/systemd/update-notifier-cds.override,
  debian/systemd/update-notifier-hp-firmware.override,
  debian/update-notifier.install:
  - disable the cd-upgrade and hp-firware jobs under systemd,
    they are not important and need more work

882. By Sebastien Bacher

releasing package update-notifier version 3.171

883. By Brian Murray

add support for the HWE End-of-Life notification via
motd.

884. By Brian Murray

releasing package update-notifier version 3.172

885. By Brian Murray

make hwe files executable

886. By Brian Murray

resolve failure with test_wrong_template_translations

887. By Brian Murray

* data/package-data-downloader:
  - handle different failure modes better thanks to Launchpad user AtesComp
    for the detective work and patch. (LP: #1621629)
* tests/test_pacakge-data-downloader.py:
  - add tests for process_download_requests function
  - add test for a hook file aging out
  - resolve test failure with test_wrong_template_translation

888. By Brian Murray

releasing package update-notifier version 3.173

889. By Brian Murray

* debian/tests/control:
  - Allow stderr output as apt-helper even uses it for success.

890. By Brian Murray

releasing package update-notifier version 3.174

891. By Brian Murray

* data/package-data-downloader:
  - a stampfile is an indication of success, so don't try to process it
    again.
* tests/test_package-data-downloader.py:
  - add a test for the case where there are multiple hook files and only one
    of them has failed.

892. By Brian Murray

releasing package update-notifier version 3.175

893. By Brian Murray

data/package-data-downloader: Be resilient and do not crash when we can
not print information about what is happening. (LP: #1640318)

894. By Brian Murray

releasing package update-notifier version 3.176

895. By Marco Trevisan (Treviño)

test_pyflakes: fix pep8 style failure

E305 expected 2 blank lines after class or function definition, found 1.

896. By Iain Lane

releasing package update-notifier version 3.177

897. By Brian Murray

HOOKS: fix some typos

898. By Brian Murray

clean up the fix for bug 1640318 by passing on any OSError

899. By Brian Murray

there is no need to save the OSError

900. By Brian Murray

Switch to using a 64 bit integer for launch-time as update-manager also
did. (LP: #1654008)

901. By Brian Murray

releasing package update-notifier version 3.178

902. By Brian Murray

debian/control: bump the depends on update-manager one more version as
17.04.2 doesn't have the change for the 64 bit integer.

903. By Brian Murray

releasing package update-notifier version 3.179

904. By Didier Roche-Tolomelli

* Fix autopkgtest pep8 new error in artful:
  - E722 do not use bare except

905. By Didier Roche-Tolomelli

releasing package update-notifier version 3.180

906. By Sebastien Bacher

releasing package update-notifier version 3.181

907. By Sebastien Bacher

releasing package update-notifier version 3.181.1

908. By Sebastien Bacher

Clear out the autotools changes from the previous upload which were
due to a miss-uses of the vcs, fixes the buid.

909. By Sebastien Bacher

releasing package update-notifier version 3.183

910. By Brian Murray

Merge Andrea Azzarone's Canonical Livepatch support

911. By Brian Murray

Add support to update-notifier to notify about the status of Canonical's
Livepatch service, thanks to Andrea Azzarone. (LP: #1712331)

912. By Brian Murray

releasing package update-notifier version 3.184

913. By Brian Murray

src/livepatch.c: Use ngettext to correctly handle the plural form, thanks
to Andrea Azzarone for the patch.

914. By Brian Murray

releasing package update-notifier version 3.185

915. By Sebastien Bacher

* src/clipboard.c, src/update-notifier.c, src/Makefile.am:
  - don't use the xorg clipboard to do single instance, that doesn't work
    under wayland, replace it with a file lock (lp: #1697381)

916. By Sebastien Bacher

src/crash.c: don't prompt about system reports under wayland, pkexec
doesn't work there

917. By Sebastien Bacher

releasing package update-notifier version 3.186

918. By Brian Murray

Merge seb128's branch fixing gsettings-data-convert crash.

919. By Steve Langasek

Depend on the new python3-debconf package instead of debconf.
LP: #1731334.

920. By Steve Langasek

releasing package update-notifier version 3.187

921. By Steve Langasek

Also add python3-debconf as a build-dependency.

922. By Steve Langasek

releasing package update-notifier version 3.188

923. By Julian Andres Klode

releasing package update-notifier version 3.189

924. By Julian Andres Klode

Add missing build-dependency on dh-python

925. By Julian Andres Klode

releasing package update-notifier version 3.190

926. By Andrea Azzarone

Manually monitor the livepatch status file using GFileMonitor.

927. By Iain Lane

releasing package update-notifier version 3.191

928. By Brian Murray

restore update-notifier code to check for whether or not a release upgrade
is available. (LP: #1765485)

929. By Brian Murray

releasing package update-notifier version 3.192

930. By Brian Murray

releasing package update-notifier version 3.192.1

931. By Gianfranco Costamagna

Switch to debhelper and compat 11, switch to libayatana-appindicator

932. By Gianfranco Costamagna

Fix build failure due to autoreconfing, force no multiarch

933. By Julian Andres Klode

package-data-downloader: Only print processing messages if we
should download stuff, or if an expected exception occured
(LP: #1641671)

934. By Julian Andres Klode

releasing package update-notifier version 3.192.4

935. By Julian Andres Klode

Fix PEP8 errors

936. By Julian Andres Klode

releasing package update-notifier version 3.192.5

937. By Didier Roche-Tolomelli

Only show apport UI if whoopsie is not in auto or never reporting mode.
(LP: #1778697)

938. By Didier Roche-Tolomelli

Ensure that when we move to systemd user session, we don't regress
as well, taking into account the case where whoopsie isn't installed
either.

939. By Didier Roche-Tolomelli

releasing package update-notifier version 3.192.6

940. By Didier Roche-Tolomelli

* Use absolute patch when testing if whoopsie service is enabled.
* Add some debug messages

941. By Didier Roche-Tolomelli

releasing package update-notifier version 3.192.7

942. By Didier Roche-Tolomelli

Merge typo fix

943. By Andrea Azzarone

Check if a Livepatch patch has been applied during boot or before
update-notifier has started. (LP: #1800862)

944. By Sebastien Bacher

releasing package update-notifier version 3.192.8

945. By Brian Murray

Resolve pep8 and pyflakes test failures.

946. By Brian Murray

releasing package update-notifier version 3.192.9

947. By Andrea Azzarone

* data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
  - update the code formating to be not hit W504 warnings,
    change to ignore W503 and be consistent with update-manager.

948. By Sebastien Bacher

releasing package update-notifier version 3.192.10

949. By Andrea Azzarone

src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
to avoid zombie processes. (LP: #1809505)

950. By Sebastien Bacher

releasing package update-notifier version 3.192.11

951. By Jeremy Bícha

Try adding gnome-shell as alternate dependency of notification-daemon

as part of an effort to drop notification-daemon to universe

952. By Jeremy Bícha

Don't require gnome-shell or its alternate dependency notification-daemon
on s390x since gnome-shell isn't built there and we're trying to
demote notification-daemon to universe.

953. By Sebastien Bacher

releasing package update-notifier version 3.192.14

954. By Sebastien Bacher

* debian/control:
  - revert the use libayatana-appindicator, that was buggy and lead to have
    the indicator support disabled, also that libary is still in universe

955. By Sebastien Bacher

* debian/control, autogen.sh:
  - don't build-depends on gnome-common, that is deprecated and was
    comment out in the autogen.sh already anyway

956. By Andrea Azzarone

Add a livepatch indicator in the system tray. (ffe bug #1820259)

957. By Sebastien Bacher

releasing package update-notifier version 3.192.15

958. By Julian Andres Klode

* Rewrite and extend motd messaging (LP: #1822340)
* Count ESM security updates as security updates

959. By Julian Andres Klode

releasing package update-notifier version 3.192.16

960. By Julian Andres Klode

Add missing build-dependency on lsb-release

961. By Julian Andres Klode

releasing package update-notifier version 3.192.17

962. By Adam Conrad

data/apt_check.py: Fix dep8 line length issues.

963. By Julian Andres Klode

We told people ESM is not enabled, but not how to enable it.

LP: #1822340

964. By Julian Andres Klode

Fix multiple disabled ESM repositories being counted as enabled ones.

965. By Julian Andres Klode

test_motd.py: Remove unused imports

966. By Julian Andres Klode

releasing package update-notifier version 3.192.19

967. By Julian Andres Klode

data/package-data-downloader: Do not resume partial files, and especially
skip download attempts if they match the expected SHA256 (LP: #1713615)

968. By Julian Andres Klode

releasing package update-notifier version 3.192.20

969. By Andrea Azzarone

Livepatch, Handle "applying" Livepatch state.

970. By Sebastien Bacher

* Don't show the Livepatch indicator if livepatch is disabled.
* Remove livepatch-off.svg as no longer needed.

971. By Sebastien Bacher

releasing package update-notifier version 3.192.23

972. By Gianfranco Costamagna

Fix E117 over-indented pep issues.

973. By Iain Lane

Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
'gssize', which will allow us to use the '%zd' format string to print its
value. That in turn allows the string to be extracted into the .pot file
for translation.

974. By Iain Lane

Finalise changelog

975. By Brian Murray

data/apt_check.py: modify wording and output regarding ESM support.
(LP: #1842508)

976. By Balint Reczey

Merge lp:~rbalint/update-notifier/updates-available-world-readable

977. By Balint Reczey

data/update-motd-hwe-eol: Run as a regular user without printing errors

LP: #185527

978. By Balint Reczey

data/update-motd-hwe-eol: Shortcut script when running in a container

There is no point in checking the HWE stack in a container since upgrading
it would not affect the host system.

LP: #1855290

979. By Balint Reczey

data/update-motd-fsck-at-reboot: Shortcut script when running it as a regular user

LP: #185527

980. By Balint Reczey

Update changelog

981. By Julian Andres Klode

Replace pep8 with pycodestyle

982. By Julian Andres Klode

releasing package update-notifier version 3.192.28

983. By dann frazier

Search and replace pep8 w/ pycodestyle after rename.

984. By dann frazier

tests/test_motd.py: Fix cut & paste error in comment.

985. By dann frazier

releasing package update-notifier version 3.192.29

986. By Balint Reczey

Add .keep files to preserve empty directories

987. By Balint Reczey

Moved to git at https://git.launchpad.net/update-notifier

Unmerged revisions

987. By Balint Reczey

Moved to git at https://git.launchpad.net/update-notifier

986. By Balint Reczey

Add .keep files to preserve empty directories

985. By dann frazier

releasing package update-notifier version 3.192.29

984. By dann frazier

tests/test_motd.py: Fix cut & paste error in comment.

983. By dann frazier

Search and replace pep8 w/ pycodestyle after rename.

982. By Julian Andres Klode

releasing package update-notifier version 3.192.28

981. By Julian Andres Klode

Replace pep8 with pycodestyle

980. By Balint Reczey

Update changelog

979. By Balint Reczey

data/update-motd-fsck-at-reboot: Shortcut script when running it as a regular user

LP: #185527

978. By Balint Reczey

data/update-motd-hwe-eol: Shortcut script when running in a container

There is no point in checking the HWE stack in a container since upgrading
it would not affect the host system.

LP: #1855290

Preview Diff

Empty

Subscribers

People subscribed via source and target branches

to all changes: