Commit Graph

131085 Commits

Author SHA1 Message Date
Daniel Kolesa 6440d7b619 gnome-settings-daemon: update to 3.38.0 2020-09-18 18:46:26 +02:00
Daniel Kolesa fcfda50860 gnome-desktop: update to 3.38.0 2020-09-18 18:46:26 +02:00
Daniel Kolesa 9abc421cc9 gnome-menus: update to 3.36.0 2020-09-18 18:46:26 +02:00
Daniel Kolesa f6dc7edef0 libgweather: update to 3.36.1 2020-09-18 18:46:26 +02:00
Daniel Kolesa e1b4c54e2f at-spi2-atk: update to 2.38.0 2020-09-18 18:46:25 +02:00
Daniel Kolesa 78e3e81362 at-spi2-core: update to 2.38.0 2020-09-18 18:46:25 +02:00
Daniel Kolesa 06d8d596fc glib-networking: update to 2.66.0 2020-09-18 18:46:25 +02:00
Daniel Kolesa 09e7096acc gsettings-desktop-schemas: update to 3.38.0 2020-09-18 18:46:25 +02:00
Daniel Kolesa c3a09cefda phodav: update to 2.5 2020-09-18 18:46:25 +02:00
Daniel Kolesa 320062c2df io.elementary.code: rebuild for vala-0.50 2020-09-18 18:46:25 +02:00
Daniel Kolesa 6232951daa amtk: update to 5.2.0 2020-09-18 18:46:25 +02:00
Daniel Kolesa 14e498d7b2 graphene: update to 1.10.2 2020-09-18 18:46:24 +02:00
Đoàn Trần Công Danh ac097d845f bijiben: update to 3.36.3 2020-09-18 18:46:24 +02:00
Daniel Kolesa 4eaf90c37b New package: tracker3-miners-3.0.0 2020-09-18 18:46:24 +02:00
Daniel Kolesa 46c9eda8f9 New package: tracker3-3.0.0 2020-09-18 18:46:24 +02:00
Daniel Kolesa 80745a1ca1 tracker-miners: update to 2.3.5 2020-09-18 18:46:24 +02:00
Daniel Kolesa 9b01fd5c43 tracker: update to 2.3.6 2020-09-18 18:46:24 +02:00
Daniel Kolesa c8ec9138e2 sysprof: update to 3.38.0 2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh 3c26fea611 anjuta: rebuild for glade3-3.38.0, vala-0.50 2020-09-18 18:46:23 +02:00
Daniel Kolesa 2f1410d100 libdazzle: update to 3.38.0 2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh e9b0ac37ea libxfce4ui: rebuild for glade3-3.38.0 2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh b11dd40935 libhandy1: update to 1.0.0 2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh 6ef272ba7b libhandy: rebuild for glade3-3.38.0, moved to GNOME 2020-09-18 18:46:23 +02:00
Đoàn Trần Công Danh 131b168496 glade3: update to 3.38.0. 2020-09-18 18:46:23 +02:00
Daniel Kolesa 68708516f3 tepl: update to 5.0.0 2020-09-18 18:46:22 +02:00
Daniel Kolesa 4547a35f99 gtksourceview4: update to 4.8.0 2020-09-18 18:46:22 +02:00
Daniel Kolesa 2eb73dbed3 grilo-plugins: update to 0.3.12 2020-09-18 18:46:22 +02:00
Daniel Kolesa 2b91c3dfa8 grilo: update to 0.3.13, drop vala option 2020-09-18 18:46:22 +02:00
Daniel Kolesa 5d15166de0 libsoup: update to 2.72.0 2020-09-18 18:46:22 +02:00
Đoàn Trần Công Danh cd2cf3ddf3 gdl: update to 3.34.0. 2020-09-18 18:46:22 +02:00
Daniel Kolesa 39948f38c7 devhelp: update to 3.38.0 2020-09-18 18:46:21 +02:00
Daniel Kolesa 58dd8cfe85 valabind: rebuild for vala-0.50 2020-09-18 18:46:21 +02:00
Daniel Kolesa 93169b7c51 valadoc: update to 0.50.0 2020-09-18 18:46:21 +02:00
Daniel Kolesa 9e1393af76 vala: update to 0.50.0 2020-09-18 18:46:21 +02:00
Daniel Kolesa cf9bd0e4e8 yelp: update to 3.38.0 2020-09-18 18:46:21 +02:00
Daniel Kolesa e463195825 yelp-tools: update to 3.38.0 2020-09-18 18:46:21 +02:00
Daniel Kolesa be62686c2b yelp-xsl: update to 3.38.0 2020-09-18 18:46:21 +02:00
Leah Neukirchen b4e534bd62 linux5.8: enable NVME_HWMON, POWER_SUPPLY_HWMON, THERMAL_HWMON.
Closes #24940.
2020-09-18 18:32:58 +02:00
Đoàn Trần Công Danh b1a6baed7f vopt_bool: use option as default property
Keep it in-line with vopt_with and vopt_enable.
2020-09-18 16:15:19 +02:00
Andrew J. Hesford 63283d403c xbps-triggers: make system-accounts behave in altroots
The system-accounts XBPS trigger originally used getent(1) to check for
existing users or groups before attempting to create those entities
defined by package templates. When invoked on an alternate root (for
example, with `xbps-install -r /path/to/root`), this is incorrect
because getent always looks for entries in host databases.

There is no need to check for existing accounts before attempting to
invoke useradd(8) or groupadd(8) because these programs will fail with a
specific error code when the creation conflicts with an existing entity.
The modified hook just attempts to create users and groups from the
start, detecting the "already exists" return code and doing the right
thing in that case (nothing further for groups, but modifying existing
user entities).

When the trigger acts on the system root, the useradd/groupadd/usermod
invocations are aware of remote NIS or LDAP directories and should
behave in these environments. In particular, the tools will not attempt
to create entities defined in remote directories.

In an alternate root, it isn't really appropriate to consider remote
directories, because there is no guarantee that the alternate root will
be using those directories. When the trigger acts on an alternate root,
it uses the `--prefix|-P` argument to useradd/groupadd/usermod, which
disregards NIS and LDAP and acts only on local files in the given
prefix. Most importantly, this ensures that the hook will not attempt to
create users or groups on the host when acting on an alternate root.

Closes: #24812
2020-09-18 09:48:41 -04:00
Jürgen Buchmüller 8b22c9e453 qtcreator: update to 4.13.1 2020-09-18 13:46:19 +02:00
Lorem 93da558388 qt5dxcb-plugin: revbump for qt5.15.1 2020-09-18 03:40:09 -07:00
Leah Neukirchen ce0eda1023 perl-Log-Log4perl: update to 1.53. 2020-09-18 11:39:06 +02:00
Leah Neukirchen 77d675cb99 mcelog: update to 172. 2020-09-18 11:37:15 +02:00
Leah Neukirchen cf0fb375c0 linux5.8: update to 5.8.10. 2020-09-18 11:36:21 +02:00
q66 b5d2bc5216 mozjs78: fix build on jit-less 32-bit platforms (mainly ppc32) 2020-09-18 05:48:31 +02:00
Daniel Kolesa c771e772b1 libportal: fix cross 2020-09-18 03:11:19 +02:00
Gitea 5ebe4527c4 bind: update to 9.16.7
Closes: #24712 [via git-merge-pr]
2020-09-17 19:44:30 -04:00
Daniel Kolesa eca739669e mozjs78: fix cross 2020-09-18 00:13:09 +02:00
Daniel Kolesa 71a8fec0db mozjs78: nocross until i figure it out 2020-09-17 23:37:11 +02:00