Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-website
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docs
apertis-website
Merge requests
!268
v2021.1: Mention enabling PIE by default in release notes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
v2021.1: Mention enabling PIE by default in release notes
wip/em/v2021.1-relnotes-pie
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Emanuele Aina
requested to merge
wip/em/v2021.1-relnotes-pie
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1c9c1470
1 commit,
3 years ago
1 file
+
21
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/release/v2021.1/releasenotes.md
+
21
−
3
Options
@@ -78,10 +78,28 @@ small changes are appropriate for this release stream.
This release includes the security updates from Debian Buster and the latest
LTS Linux kernel on the 5.10.x series.
## Deprecations
and ABI/API breaks
## Deprecations
Being a point release, no new deprecations or ABI breaks are part of
this release
No new deprecations or ABI breaks are part of this release.
## ABI/API breaks
### Position Independent Executables are now the default in GCC
During a security audit it was found that due to a limitation in the upstream
Debian packaging rules in the
`gcc`
package the default was not to produce
Position Independent Executables (PIE).
With this release the default has been tweaked to ensure
that the address space layout randomization (ASLR) technique can be effective
in mitigating attacks.
This is a pretty safe change, but may still cause unintended effects: affected
packages can opt-out using
`export DEB_BUILD_MAINT_OPTIONS=hardening=-pie`
in
their
`debian/rules`
.
The archive has not been re-built yet to apply new default to all the binary
packages, with the rebuild being scheduled for the v2021.2 release.
## Infrastructure
Loading