Port details |
- pam_xdg PAM module to manage XDG Base Directories
- 0.8.4 sysutils =3 0.8.4Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2021-05-04 22:39:06
- Last Update: 2024-05-30 14:00:09
- Commit Hash: 7376066
- People watching this port, also watch:: drm_info, e2fsprogs, sway, endless-sky, xdm
- Also Listed In: wayland
- License: ISCL
- WWW:
- https://www.sdaoden.eu/code.html
- Description:
- XDG Base Directories support via PAM: creation of $XDG_RUNTIME_DIRs,
injection of environment variables into sessions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pam_xdg>0:sysutils/pam_xdg
- To install the port:
- cd /usr/ports/sysutils/pam_xdg/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/pam_xdg
- pkg install pam_xdg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pam_xdg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717025335
SHA256 (pam_xdg-0.8.4.tar.gz) = 1e6382302511765e298c646425665a93371d0f96f8fe7016efd9589a8a448395
SIZE (pam_xdg-0.8.4.tar.gz) = 8073
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_pam_xdg
- USES:
- uidfix
- pkg-message:
- For install:
- Read pam_xdg(8) manpage for instructions how to configure PAM.
On FreeBSD >= 14.1 replace pam_xdg.so in /etc/pam/* with
/usr/local/lib/pam_xdg.so (absolute path).
XDG_RUNTIME_DIR on Wayland maybe used as a fallback for anonymous
shared memory. For better performance and to avoid posix_fallocate(2)
issues on ZFS moving the directory under tmpfs(5) is recommended:
# echo "none /var/run/user tmpfs rw" >>/etc/fstab
# mkdir -p /var/run/user
# mount -a
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.4 30 May 2024 14:00:09 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to 0.8.4
Changes: https://github.com/sdaoden/s-toolbox/commit/b5462c735cad
Changes: https://github.com/sdaoden/s-toolbox/commit/0c35181e1d7e
Reported by: portscout |
0.8.3 02 May 2024 21:09:13 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to 0.8.3
fetch: https://ftp.sdaoden.eu/pam_xdg-0.8.2.tar.gz: Not Found
Changes: https://github.com/sdaoden/s-toolbox/commit/d8f24368d950
Changes: https://github.com/sdaoden/s-toolbox/commit/b5608df1550f
Reported by: upstream (via mail) |
0.8.2_1 01 May 2024 23:46:44 |
Jan Beich (jbeich) |
sysutils/pam_xdg: restore -CURRENT support
Can be useful to skip root or directory cleanup on logout as base
implementation isn't configurable. |
0.8.2 28 Feb 2024 16:36:23 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to 0.8.2
Changes: https://github.com/sdaoden/s-toolbox/commit/d6f3cfe3f03b
Reported by: portscout |
0.8.1 28 Feb 2024 16:36:03 |
Jan Beich (jbeich) |
sysutils/pam_xdg: temporarily hide on -CURRENT due to POLA violation
https://cgit.freebsd.org/src/commit/?id=6e69612d5df1
https://cgit.freebsd.org/src/commit/?id=6b9e6f12e5bb
From a brief look:
- by default base uses /var/run/xdg/<user> while the port uses
/var/run/user/<uid>
- session tracking is unconditional in base but opt-in in the port
- base is limited to XDG_RUNTIME_DIR while the port supports other dirs
per XDG Base Directory Specification
Migrating from the port requires user intervention:
- adjust/remount /etc/fstab if /var/run/user was under tmpfs(5)
- adjust /etc/pam.d/* to remove unused/unsupported options
- re-login to inherit the new XDG_RUNTIME_DIR value
- restart *user* services that survived re-login |
0.8.1 28 Feb 2024 16:29:34 |
Jan Beich (jbeich) |
sysutils/pam_xdg: unbreak URL anchor after fb16dfecae4a |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.1 09 Aug 2022 16:05:49 |
Jan Beich (jbeich) |
sysutils/pam_xdg: switch to upstream release
- Smaller size due to no unrelated tools
- Aligns version with CRUX (on Repology)
- Allows portscout to detect updates
Suggested by: Steffen Nurpmeso (upstream) |
s20220802 09 Aug 2022 16:05:49 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to s20220802
Changes: https://git.sdaoden.eu/browse?p=s-toolbox.git;a=commitdiff;h=b71cce639d3c |
s20210916_1 20 Jul 2022 12:48:14 |
Jan Beich (jbeich) |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
s20210916_1 27 Mar 2022 18:39:29 |
Jan Beich (jbeich) |
sysutils/pam_xdg: switch to upstream GitHub mirror |
s20210916_1 22 Sep 2021 16:45:38 |
Jan Beich (jbeich) Author: Evgeniy Khramtsov |
sysutils/pam_xdg: refer to the installed manpage in pkg-message
PR: 258663 |
s20210916 16 Sep 2021 20:31:28 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to s20210916
Changes: https://git.sdaoden.eu/browse?p=s-toolbox.git;a=commitdiff;h=cdbe3ceedc8c |
s20210901 04 Sep 2021 00:42:16 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to s20210901
Changes: https://git.sdaoden.eu/browse?p=s-toolbox.git;a=commitdiff;h=8691cddccdd6 |
s20210801 07 Aug 2021 00:36:30 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to s20210801
Changes: https://git.sdaoden.eu/browse?p=s-toolbox.git;a=commitdiff;h=43445d6d87d9 |
s20210704 10 Jul 2021 00:04:02 |
Jan Beich (jbeich) |
sysutils/pam_xdg: update to s20210704
Changes: https://git.sdaoden.eu/browse?p=s-toolbox.git;a=commitdiff;h=29f15070dc33 |
s20210329 04 May 2021 22:49:39 |
Jan Beich (jbeich) |
sysutils/pam_xdg: minor rewording in pkg-message |
s20210329 04 May 2021 22:35:50 |
Jan Beich (jbeich) |
sysutils/pam_xdg: add new port
Complete XDG Base Directories support via PAM, including injection of
according environment variables into user sessions, as well as creation
support for per-user $XDG_RUNTIME_DIR.
https://www.sdaoden.eu/code.html#s-toolbox |