]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.cron.daily:
authorKees Cook <kees@outflux.net>
Wed, 14 Oct 2009 22:31:05 +0000 (15:31 -0700)
committerKees Cook <kees@outflux.net>
Wed, 14 Oct 2009 22:31:05 +0000 (15:31 -0700)
  - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).

debian/apt.cron.daily
debian/changelog

index 328282a41cae9c92e71feb1129fdbae0b5723982..9afc553ae31a145e253828eff671bfd2a6ffc549 100644 (file)
@@ -454,7 +454,7 @@ if check_stamp $UPDATE_STAMP $UpdateInterval; then
     else
        debug_echo "apt-key net-update (failure)"
     fi
-    if eval apt-get $XAPTOPT -y update -o APT::Update::Auth-Failure::="cp /usr/share/apt/apt-auth-failure.note /var/lib/update-notifier/user.d/" $XSTDERR; then
+    if eval apt-get $XAPTOPT -y update -o APT::Update::Auth-Failure::=\"cp /usr/share/apt/apt-auth-failure.note /var/lib/update-notifier/user.d/\" $XSTDERR; then
        debug_echo "download updated metadata (success)."
        if which dbus-send >/dev/null && pidof dbus-daemon >/dev/null; then
            if dbus-send --system / app.apt.dbus.updated boolean:true ; then
index 822c7142e4ad6b454e7abdaaf141d2ab3ac738f7..20bcf9bb976cd381be9c9afb76c12d0d35798bbd 100644 (file)
@@ -21,7 +21,11 @@ apt (0.7.24ubuntu1) UNRELEASED; urgency=low
     - Emit a warning if removed keys keyring is missing and skip associated
       checks (LP: #218971)
 
- -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Sep 2009 17:24:20 +0200
+  [ Kees Cook ]
+  * debian/apt.cron.daily:
+    - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535).
+
+ -- Kees Cook <kees@ubuntu.com>  Wed, 14 Oct 2009 15:27:56 -0700
 
 apt (0.7.24) UNRELEASED; urgency=low