blob: 4383ee8da43f3695b3daf2b9ea2990c18b0cffc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
pbuilder (0.216) experimental; urgency=medium
The default build directory has been moved from /tmp/buildd to /build.
This both prevents tempering with /tmp (which is normally world-writable, and
as such a user could create the directory before pbuilder and thus owning it,
and then it could temper with the build process). See #789404 for more info.
Also this align pbuilder's behaviour to sbuild's making produced builds more
similar (and thus helping the reproducible builds effort).
Please update your hook scripts to use the new directory or change it back
(discouraged) by setting the BUILDDIR configure option.
-- Mattia Rizzolo <mattia@mapreri.org> Wed, 26 Aug 2015 12:56:57 +0000
pbuilder (0.207) unstable; urgency=low
The default configuration will now only install trusted packages. This
prevents building packages with manipulated sources or a system compromise
due to a man-in-the-middle attack.
However this also prevents installing packages from unsigned repositories by
default.
If you really want to continue using unsigned repositories, you have to set
ALLOWUNTRUSTED=yes in your .pbuilderrc or use the --allow-untrusted option.
But if possible use a signed repository and set the used keys with the new
--keyring option (can be passed multiple times).
Due to this change the PBUILDERSATISFYDEPENDSOPT option --check-key is no
longer necessary and thus deprecated.
-- Simon Ruderich <simon@ruderich.org> Tue, 06 Mar 2012 02:02:38 +0100
pbuilder (0.197) unstable; urgency=low
The default configuration will now enable ccache. To disable installation
and usage of ccache in pbuilder, unset CCACHEDIR in your pbuilderrc.
-- Loïc Minier <lool@dooz.org> Sat, 02 Jan 2010 17:11:23 +0100
pbuilder (0.195) unstable; urgency=low
--debbuildopts is now additive and will append to pbuilderrc's
DEBBUILDOPTS. To reset the list of options, pass --debbuildopts "".
The default debootstrap command is now "debootstrap" instead of
"cdebootstrap"; cdebootstrap is still supported, but you might have to set
DEBOOTSTRAP="cdebootstrap" in your pbuilderrc or pass
--debootstrap=cdebootstrap to use it. Custom cdebootstrap options set via
DEBOOTSTRAPOPTS or --debootstrapopts might not be compatible with
debootstrap.
The default PBUILDERROOTCMD is now "sudo -E" instead of "sudo"; this allows
passing env vars for pbuilderrc expansion or to the build process such as
DEB_BUILD_OPTIONS.
-- Loïc Minier <lool@dooz.org> Sat, 12 Dec 2009 16:03:21 +0100
|