Browse Source

releasing package apt version 1.1~exp3

Michael Vogt 11 years ago
parent
commit
47d278dc71
2 changed files with 20 additions and 0 deletions
  1. 19 0
      debian/changelog
  2. 1 0
      methods/http_main.cc

+ 19 - 0
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:
+     copy, 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
 apt (1.1~exp2) experimental; urgency=medium
 
 
   [ Guillem Jover ]
   [ Guillem Jover ]

+ 1 - 0
methods/http_main.cc

@@ -1,5 +1,6 @@
 #include <config.h>
 #include <config.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/fileutl.h>
+#include <apt-pkg/error.h>
 #include <signal.h>
 #include <signal.h>
 
 
 #include "http.h"
 #include "http.h"