Date: Tue, 21 Apr 2026 12:09:00 +0000 Message-ID: <69e768dc.4580a.7674d975@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ccc05f91f615c208fa3021dea9d75cbf2df30c9 commit 9ccc05f91f615c208fa3021dea9d75cbf2df30c9 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-04-21 12:07:41 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-04-21 12:08:52 +0000 x11/hyprlock: Update to 0.9.5 Changelog: - https://github.com/hyprwm/hyprlock/releases/tag/v0.9.4 - https://github.com/hyprwm/hyprlock/releases/tag/v0.9.5 Reported by: GitHub (watch releases) --- x11/hyprlock/Makefile | 3 +-- x11/hyprlock/distinfo | 6 +++--- x11/hyprlock/files/patch-pam_hyprlock | 10 +++++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile index 3e72adb2fd2b..419705342c48 100644 --- a/x11/hyprlock/Makefile +++ b/x11/hyprlock/Makefile @@ -1,7 +1,6 @@ PORTNAME= hyprlock DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 -PORTREVISION= 1 +DISTVERSION= 0.9.5 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprlock/distinfo b/x11/hyprlock/distinfo index f5b7d4da4eb8..5dbda4e9208e 100644 --- a/x11/hyprlock/distinfo +++ b/x11/hyprlock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1774612891 -SHA256 (hyprwm-hyprlock-v0.9.3_GH0.tar.gz) = 22e7346486d0f6a1ab46d9917ae5354de4d3d32350f6947bc7028a9c42859ce8 -SIZE (hyprwm-hyprlock-v0.9.3_GH0.tar.gz) = 83905 +TIMESTAMP = 1776771319 +SHA256 (hyprwm-hyprlock-v0.9.5_GH0.tar.gz) = cbc49fc5553c550131e1a15089847501de42579944814229bfa9f8ea18519f89 +SIZE (hyprwm-hyprlock-v0.9.5_GH0.tar.gz) = 84533 diff --git a/x11/hyprlock/files/patch-pam_hyprlock b/x11/hyprlock/files/patch-pam_hyprlock index a9f6e9b4e605..85d1b92666ac 100644 --- a/x11/hyprlock/files/patch-pam_hyprlock +++ b/x11/hyprlock/files/patch-pam_hyprlock @@ -4,7 +4,7 @@ locker is supposed to ask for password regardless. pam_unix(8) requires root priveleges to access master.passwd(5), so try authenticating via setuid helper first. ---- pam/hyprlock.orig 2024-03-01 23:49:44 UTC +--- pam/hyprlock.orig 2026-04-18 09:44:05 UTC +++ pam/hyprlock @@ -1,5 +1,4 @@ -# PAM configuration file for hyprlock @@ -14,17 +14,17 @@ so try authenticating via setuid helper first. -auth include login +auth include unix-selfauth ---- src/auth/Pam.cpp.orig 2025-02-22 22:56:54 UTC +--- src/auth/Pam.cpp.orig 2026-04-21 11:41:16 UTC +++ src/auth/Pam.cpp @@ -64,11 +64,6 @@ CPam::CPam() { static const auto PAMMODULE = g_pConfigManager->getValue<Hyprlang::STRING>("auth:pam:module"); m_sPamModule = *PAMMODULE; - if (!std::filesystem::exists(std::filesystem::path("/etc/pam.d/") / m_sPamModule)) { -- Debug::log(ERR, R"(Pam module "/etc/pam.d/{}" does not exist! Falling back to "/etc/pam.d/su")", m_sPamModule); +- Log::logger->log(Log::ERR, R"(Pam module "/etc/pam.d/{}" does not exist! Falling back to "/etc/pam.d/su")", m_sPamModule); - m_sPamModule = "su"; - } - - m_sConversationState.waitForInput = [this]() { this->waitForInput(); }; - } + m_username = getUsernameForCurrentUid(); + m_sConversationState.waitForInput = [this]() { this->waitForInput(); };home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e768dc.4580a.7674d975>
