Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
c68ad098
Commit
c68ad098
authored
Apr 21, 2016
by
Adam Lewenberg
Browse files
update NEWS file a bit
parent
e79d25df
Changes
1
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c68ad098
release
/
004.061
(
2016
-
04
-
21
)
release
/
004.061
(
2016
-
04
-
21
)
[
os
]
Add
some
parameters
to
the
base
::
os
::
debian
class
to
make
apt
use
[
os
]
Add
some
parameters
to
the
base
::
os
::
debian
class
to
make
apt
use
a
directory
other
than
/
tmp
for
its
cache
.
This
is
to
get
around
a
directory
other
than
/
tmp
for
its
cache
.
setting
/
tmp
to
noexec
.
Note
that
the
default
is
to
continue
using
/
tmp
as
apt
's cache directory, so upgrading to this version is
Reason
:
The
apt
utility
when
installing
or
uninstalling
a
package
puts
safe. (adamhl)
its
temporary
files
,
including
scripts
it
needs
to
execute
,
in
/
tmp
.
If
the
/
tmp
partition
is
set
to
noexec
(
as
recommended
by
security
advisors
),
then
one
cannot
run
any
executable
out
of
the
/
tmp
directory
.
The
result
is
that
the
package
install
will
not
finish
properly
.
The
new
parameters
in
the
base
::
os
::
debian
class
tell
apt
to
use
/
var
/
cache
/
apt
/
tmp
as
its
temporary
cache
directory
getting
around
the
/
tmp
noexec
problem
.
Note
that
the
default
is
to
continue
using
/
tmp
as
apt
's cache
directory, so upgrading to this version is safe. (adamhl)
release/004.060 (2016-04-04)
release/004.060 (2016-04-04)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment