summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-09-24 20:14:55 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-09-24 22:32:28 +0200
commiteff9c6b2e873cdfd54216cef9de14763c92d1c7d (patch)
tree15b0f6934ffe874975cc94e2c3ddad65c64a83d9
parent13a28d8549015d2b55fadef450bc56327b4ca7a2 (diff)
releasing package apt version 1.1~exp31.1.exp3
-rw-r--r--debian/changelog19
-rw-r--r--methods/http_main.cc1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 32447d5e1..10fb693b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+apt (1.1~exp3) experimental; urgency=medium
+
+ [ Michael Vogt ]
+ * merged changes from debian/sid up to 1.0.9.1
+ * Make /var/lib/apt/lists and /var/cache/apt/archives owned
+ by the new _apt user
+ * Drop Privileges in the following acquire methods:
+ http, https, ftp, gpgv, gzip/bzip2/lzma/xz
+ * DropPrivs: Improvements based on feedback from error@debian.org
+
+ [ Julian Andres Klode ]
+ * DropPriv: Really call seteuid and not setuid, and add more checks
+ * Use _apt as our unprivileged user name
+ * DropPrivs: Also check for saved set-user-ID and set-group-ID
+ * methods: Fail if we cannot drop privileges
+ * DropPrivs: Also check for saved set-user-ID and set-group-ID
+
+ -- Michael Vogt <mvo@debian.org> Wed, 24 Sep 2014 22:30:09 +0200
+
apt (1.1~exp2) experimental; urgency=medium
[ Guillem Jover ]
diff --git a/methods/http_main.cc b/methods/http_main.cc
index d7724701a..f21a5709c 100644
--- a/methods/http_main.cc
+++ b/methods/http_main.cc
@@ -1,5 +1,6 @@
#include <config.h>
#include <apt-pkg/fileutl.h>
+#include <apt-pkg/error.h>
#include <signal.h>
#include "http.h"