Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
17759f74
Commit
17759f74
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/accountsservice: upgrade to 23.13.9
parent
2c85550b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/accountsservice/APKBUILD
+4
-3
4 additions, 3 deletions
community/accountsservice/APKBUILD
community/accountsservice/musl-wtmp.patch
+6
-3
6 additions, 3 deletions
community/accountsservice/musl-wtmp.patch
with
10 additions
and
6 deletions
community/accountsservice/APKBUILD
+
4
−
3
View file @
17759f74
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
accountsservice
pkgname
=
accountsservice
pkgver
=
2
2.08.8
pkgver
=
2
3.13.9
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"D-Bus interface for user account query and manipulation"
pkgdesc
=
"D-Bus interface for user account query and manipulation"
url
=
"https://www.freedesktop.org/software/accountsservice/"
url
=
"https://www.freedesktop.org/software/accountsservice/"
...
@@ -25,6 +25,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk
...
@@ -25,6 +25,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk
build
()
{
build
()
{
abuild-meson
\
abuild-meson
\
-Db_lto
=
true
\
-Dsystemdsystemunitdir
=
no
\
-Dsystemdsystemunitdir
=
no
\
-Delogind
=
true
\
-Delogind
=
true
\
-Dintrospection
=
true
\
-Dintrospection
=
true
\
...
@@ -44,7 +45,7 @@ package() {
...
@@ -44,7 +45,7 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
2ca3ceb1b44338d9924b86788256d4eef7ec10e0c2197bfb8cc6c31ae224fab3051f03cb406a526f90057684965bef4ba0f2cc01b26198ec1fc6baec36ad3f
f8 accountsservice-2
2.08.8
.tar.xz
c6eb543ce2e07b61bbdfa454e388949bc688517be0536b14f30c66383ed105b15d3fab8b6c62b1eaa08f67d9bdc29b928729d9f7c704f47de4decf0de8e12
f8
9
accountsservice-2
3.13.9
.tar.xz
469392beca8f5941eafaa193c4fcb0472770ee4183ce520416a1b5d6abafe0e201990eb74d06bfbd9e20af08e55aff5f0031f267083f6c6879f0fe4e5028103c musl-fgetspent_r.patch
469392beca8f5941eafaa193c4fcb0472770ee4183ce520416a1b5d6abafe0e201990eb74d06bfbd9e20af08e55aff5f0031f267083f6c6879f0fe4e5028103c musl-fgetspent_r.patch
054dc551808cfdb98a9876f1f24fee38c5aaf9686267cd7e871066caa8ec3029822e65549165a23222581319672c1ccb29213159c3b00804cf4119b89a7256ac
musl-wtmp.patch
6d81caed730473d5c94d575c580a236b4267b374bf50588860922a7ecbeef0b2a1d50124fa3ae195c4f26abe8c3bd6df2aea6d27a0ce23e99acef9fff3eb9652
musl-wtmp.patch
"
"
This diff is collapsed.
Click to expand it.
community/accountsservice/musl-wtmp.patch
+
6
−
3
View file @
17759f74
the assert expects a working /var/log/wtmp at build time
the assert expects a working /var/log/wtmp at build time
diff --git a/meson.build b/meson.build
index 4a509e7..f995d28 100644
--- a/meson.build
--- a/meson.build
+++
a
/meson.build
+++
b
/meson.build
@@ -10
1,7
+10
1,6 @@
@@ -10
3,8
+10
3,7 @@
elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
config_h.set('PATH_WTMP', '_PATH_WTMPX')
config_h.set('PATH_WTMP', '_PATH_WTMPX')
else
else
- path_wtmp = '/var/log/utx.log'
- path_wtmp = '/var/log/utx.log'
- assert(run_command('test', '-e', path_wtmp).returncode() == 0, 'Do not know which filename to watch for wtmp changes')
- assert(run_command('test', '-e', path_wtmp
, check: false
).returncode() == 0, 'Do not know which filename to watch for wtmp changes')
+ path_wtmp = '/var/log/wtmp'
+ path_wtmp = '/var/log/wtmp'
config_h.set_quoted('PATH_WTMP', path_wtmp)
config_h.set_quoted('PATH_WTMP', path_wtmp)
endif
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment