Opened 14 months ago

Closed 13 months ago

Last modified 9 months ago

#17789 closed enhancement (fixed)

accountsservice-23.13.9

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Need to check this version. Current version is 22.08.8.

Change History (13)

comment:1 by Bruce Dubbs, 14 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Douglas R. Reno, 13 months ago

23.11.69

Balázs Úr (1):
      Update Hungarian translation

Bastien Nocera (38):
      user: Fix API docs to use neutral gender
      data: Fix possessives
      tests: Pass a correctly-formatted locale in tests
      util: Add XPG locale verification function
      util: Add locale verification function
      tests: Add tests for new locale verification
      user: Return an error when setting invalid language
      user: Throw a warning for invalid locales
      ci: Hide CI_JOB_JWT
      ci: Expose logs for the build too
      ci: Install git so the version script actually works
      build: Fix warning about run_command() usage
      all: Use pragma once
      user-classify: Remove unused password hash argument
      README: Remove outdated INSTALL file
      build: Fix cwd != srcdir in generate-version.sh
      ci: Run tests as a normal user
      ci: Fail tests when some are skipped
      build: Add mocklibc subproject
      user: Add helper to allow overriding the root directory
      main: Use new overridable USERDIR
      main: Use new overridable ICONDIR
      main: Use new overridable sysconfdir
      tests: Add sufficient data to allow the daemon to run
      tests: Add simple daemon test
      tests: Add test for getting user data
      tests: Add test for another invalid locale
      tests: Add polkit support
      tests: Add test for setting invalid language
      user: Add "Languages" user property
      tests: Add library tests for "Languages" property
      tests: Add daemon tests for new Languages property
      daemon: Move uid variable where it's used
      daemon: Add GetUsersLanguages() function
      tests: Add test for GetUsersLanguages() method
      tests: Support multiple users for user data
      tests: Add second user to test data
      tests: Fix tests for 2nd user

Fabio Tomat (1):
      Update friulian translation

Hemish (1):
      Update Hindi (hi) translation

Jordi Mas (1):
      Update Catalan translation

NorwayFun (1):
      po: Update Georgian translation

Peter Hutterer (2):
      tests: fix the signature for the SetLocked call
      tests: fix invocation of AddUser

Piotr Drąg (1):
      Update POTFILES.in

Ray Strode (11):
      daemon: Reload users less aggressively on wtmp changes
      util: Drop spawn_with_login_uid function
      ci: Run test suite under valgrind
      ci: Make sure all locales are installed
      ci: Fail run-tests if something fails
      tests: Set locale from simple daemon test
      src: Run entire tree through uncrustify
      ci: Only run ci stuff on merge requests
      ci: Do a coding style check
      daemon: Track local users outside of fgetpwent generator
      user: Support new LocalAccount property in cache file

Sam James (1):
      meson.build: fix -Wimplicit-function-declaration in configure tests for printf

Simon McVittie (9):
      CI: Install systemd, for /usr/share/pkgconfig/systemd.pc
      CI: Fix build in a fork whose name is not accountsservice
      CI: Pass --gcov-ignore-parse-errors to gcovr
      user: Replace usermod -p with chpasswd -e
      daemon: Clarify use of generator_state->users
      daemon: Define local users as being exactly those present in /etc/shadow
      user: Use correct format strings to print accounts_user_get_uid()
      Annotate varargs functions with G_GNUC_PRINTF
      daemon: Don't crash if /etc/shadow doesn't exist

gogogogi (1):
      Update hr.po

zhuyaliang (1):
      Add lightdm autologin support

comment:3 by Bruce Dubbs, 13 months ago

Summary: accountsservice-23.11.69accountsservice-23.11.69 (Hold for next release)

This release makes it difficult for LFS. It automatically tries to download two files. We can do that manually

wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mocklibc/mocklibc-1.0.tar.gz

wget https://wrapdb.mesonbuild.com/v1/projects/mocklibc/1.0/2/get_zip -O mocklibc-1.0-2-wrap.zip

And then put them in place:

mkdir -p subprojects/packagecache/

But the next version is supposed to include these files. I couldn't see anything critical in this release anyway that can't wait.

Also we need to fix one test if the en_IE.UTF-8 locale is not of the system:

sed -i '/^SIMULATED_SYSTEM_LOCALE/s/en_IE.UTF-8/en_HK.iso88591/' tests/test-daemon.py

comment:4 by Douglas R. Reno, 13 months ago

Milestone: 11.499-Waiting

comment:5 by Bruce Dubbs, 13 months ago

Owner: changed from Bruce Dubbs to blfs-book
Status: assignednew

comment:6 by pierre, 13 months ago

Milestone: 99-Waiting11.4

Now 23.13.91. The tarball contains the above two files.

comment:7 by pierre, 13 months ago

Summary: accountsservice-23.11.69 (Hold for next release)accountsservice-23.13.91

comment:8 by pierre, 13 months ago

Summary: accountsservice-23.13.91accountsservice-23.13.9

Now 23.13.9 actually (it's 23.13.91 on gitlab).

comment:9 by pierre, 13 months ago

The test still has to be fixed... The above sed allows all 19 tests to pass.

comment:10 by pierre, 13 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:11 by pierre, 13 months ago

Version 23.13.9

  • subprojects: Add mocklibc to package cache
  • daemon: Fix boot delay
  • tests: Fix dbusmock accountservice template user parameterization
  • tests: Add test for multiple in-flight get_user calls
  • user-manager: Don't prematurely free duplicate ActUser objects
  • user-manager: Add cancellable to fetch user requests
  • user-manager: Cope with buggy callers better
  • user-manager: Deduplicate ActUser objects when possible
  • user-manager: Track non-existent users

comment:12 by pierre, 13 months ago

Resolution: fixed
Status: assignedclosed

Fixed at b751256749

comment:13 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.