]> git.saurik.com Git - apt.git/commitdiff
merge disable apt-key net-update
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 22 Sep 2011 15:30:33 +0000 (17:30 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 22 Sep 2011 15:30:33 +0000 (17:30 +0200)
cmdline/apt-key
debian/changelog

index e807416270734b4db625b949b775e35fe20b55cd..4d2b7c49f802b3c758fbe58f822fce3b604f6fc7 100755 (executable)
@@ -68,6 +68,9 @@ add_keys_with_verify_against_master_keyring() {
 # the archive-keyring keys needs to be signed with the master key
 # (otherwise it does not make sense from a security POV)
 net_update() {
 # the archive-keyring keys needs to be signed with the master key
 # (otherwise it does not make sense from a security POV)
 net_update() {
+    # Disabled for now as code is insecure
+    exit 1
+
     if [ -z "$ARCHIVE_KEYRING_URI" ]; then
        echo >&2 "ERROR: Your distribution is not supported in net-update as no uri for the archive-keyring is set"
        exit 1
     if [ -z "$ARCHIVE_KEYRING_URI" ]; then
        echo >&2 "ERROR: Your distribution is not supported in net-update as no uri for the archive-keyring is set"
        exit 1
index cac4ea36141a84f1e23f0a03a8c2a17c8450895c..f910ddb4f8bf1eea60c8d65f2873ecc38d826a3e 100644 (file)
@@ -1,3 +1,17 @@
+apt (0.8.16~exp5ubuntu11) UNRELEASED; urgency=low
+
+  [ Colin Watson ]
+  * ftparchive/cachedb.cc:
+    - fix buffersize in bytes2hex
+  
+  [ Marc Deslauriers ]
+  * SECURITY UPDATE: Disable apt-key net-update for now, as validation
+    code is insecure.
+    - cmdline/apt-key: exit immediately out of net_update().
+    - CVE number pending
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 22 Sep 2011 17:28:49 +0200
+
 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
 
   * methods/https.cc:
 apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
 
   * methods/https.cc:
@@ -120,10 +134,6 @@ apt (0.8.16~exp5) UNRELEASED; urgency=low
       libapt does not segfault if the cache is remapped in between
       (LP: #812862)
   
       libapt does not segfault if the cache is remapped in between
       (LP: #812862)
   
-  [ Colin Watson ]
-  * ftparchive/cachedb.cc:
-    - fix buffersize in bytes2hex
-
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 13:44:01 +0200
 
 apt (0.8.16~exp4) experimental; urgency=low
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 13:44:01 +0200
 
 apt (0.8.16~exp4) experimental; urgency=low