Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNU Libc Maintainers
glibc
Compare revisions
cadd3eb4b20f69259750d0cd5fa5dc142f6c6f3e to 2d604c5e2de77e8cb73cd49fef0e59b400d5fffb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
glibc-team/glibc
Select target project
No results found
2d604c5e2de77e8cb73cd49fef0e59b400d5fffb
Select Git revision
Swap
Target
glibc-team/glibc
Select target project
Maytha8/glibc
vimerbf-guest/glibc
schopin/glibc
yumeyao/glibc
carlespina/po-debconf-manager-glibc
Claudia/glibc-widevine
andrewsh/glibc
jscott/glibc
bluca/glibc
gioele/glibc
rouca/glibc
sven/glibc
josch/glibc
cjwatson/glibc
fw/glibc
rbalint/glibc
bsd-team/glibc-packaging
glibc-team/glibc
bigon/glibc
ahrex-guest/glibc
friki/glibc
21 results
cadd3eb4b20f69259750d0cd5fa5dc142f6c6f3e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
debian/debhelper.in/libc.preinst: only apply NSS workaround when upgrading from glibc < 2.34.
· 0a3766b2
Aurelien Jarno
authored
2 years ago
0a3766b2
debian/patches/git-updates.diff: update from upstream stable branch.
· 2d604c5e
Aurelien Jarno
authored
2 years ago
2d604c5e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+3
-0
3 additions, 0 deletions
debian/changelog
debian/debhelper.in/libc.preinst
+2
-2
2 additions, 2 deletions
debian/debhelper.in/libc.preinst
debian/patches/git-updates.diff
+4073
-194
4073 additions, 194 deletions
debian/patches/git-updates.diff
with
4078 additions
and
196 deletions
debian/changelog
View file @
2d604c5e
...
...
@@ -10,6 +10,9 @@ glibc (2.35-0experimental4) UNRELEASED; urgency=medium
* debian/rules.d/build.mk: fix the pt_chown permissions after installation
when running with Rules-Requires-Root=no (for non-Linux systems).
* debian/control.in/main: set Rules-Requires-Root: no.
* debian/debhelper.in/libc.preinst: only apply NSS workaround when upgrading
from glibc < 2.34.
* debian/patches/git-updates.diff: update from upstream stable branch.
-- Samuel Thibault <sthibault@debian.org> Sun, 11 Sep 2022 14:22:55 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/debhelper.in/libc.preinst
View file @
2d604c5e
...
...
@@ -263,8 +263,8 @@ then
#
# Note that starting with glibc 2.34, the nss_files is builtin. When glibc >= 2.34
# ends-up in a stable release, this workaround can therefore be dropped.
if
[
-d
/run/systemd/system
]
;
then
if
!
grep
-q
-E
'libnss_(compat|db|files)'
/proc/
$(
systemctl show
--property
MainPID
--value
systemd-logind.service
)
/maps
;
then
if
dpkg
--compare-versions
"
$preversion
"
lt 2.34
&&
[
-d
/run/systemd/system
]
;
then
if
!
grep
-q
-E
'libnss_(compat|db|files)'
/proc/
$(
systemctl show
--property
MainPID
--value
systemd-logind.service
)
/maps
>
/dev/null 2>&1
;
then
echo
"Forcing systemd-logind to load NSS modules..."
busctl call
--system
org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager
\
SetUserLinger ubb 4294967294
false false
>
/dev/null 2>&1
||
true
...
...
This diff is collapsed.
Click to expand it.
debian/patches/git-updates.diff
View file @
2d604c5e
This diff is collapsed.
Click to expand it.