mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11/hyprlock: update to 0.7.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.7.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
540c871a40
commit
21481233f5
3 changed files with 8 additions and 14 deletions
|
@ -1,12 +1,8 @@
|
|||
PORTNAME= hyprlock
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.7.0
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 8495a20a6a78.patch:-p1 # https://github.com/hyprwm/hyprlock/pull/659
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Hyprland's GPU-accelerated screen locking utility #'
|
||||
WWW= https://github.com/hyprwm/hyprlock
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
TIMESTAMP = 1737652318
|
||||
SHA256 (hyprwm-hyprlock-v0.6.2_GH0.tar.gz) = d62f692d09a990f5e1aea756792942cfd91e9ab72af4ce97fcb93e8f0b2b9c01
|
||||
SIZE (hyprwm-hyprlock-v0.6.2_GH0.tar.gz) = 72716
|
||||
SHA256 (8495a20a6a78.patch) = fb456ad32770f11e3f6fe45d4e2d54f7bd462456a8c3d7bc31fb353f00c872c2
|
||||
SIZE (8495a20a6a78.patch) = 1307
|
||||
TIMESTAMP = 1740265014
|
||||
SHA256 (hyprwm-hyprlock-v0.7.0_GH0.tar.gz) = 0ee8d363cfe84bbca9b32062e34926aa713b9505927117593cc595d6e1e67cbe
|
||||
SIZE (hyprwm-hyprlock-v0.7.0_GH0.tar.gz) = 79446
|
||||
|
|
|
@ -14,14 +14,14 @@ so try authenticating via setuid helper first.
|
|||
-auth include login
|
||||
+auth include unix-selfauth
|
||||
|
||||
--- src/auth/Pam.cpp.orig 2024-12-18 15:03:04 UTC
|
||||
--- src/auth/Pam.cpp.orig 2025-02-22 22:56:54 UTC
|
||||
+++ src/auth/Pam.cpp
|
||||
@@ -64,11 +64,6 @@ CPam::CPam() {
|
||||
static auto* const PPAMMODULE = (Hyprlang::STRING*)(g_pConfigManager->getValuePtr("auth:pam:module"));
|
||||
m_sPamModule = *PPAMMODULE;
|
||||
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, "Pam module \"/etc/pam.d/{}\" does not exist! Falling back to \"/etc/pam.d/su\"", m_sPamModule);
|
||||
- Debug::log(ERR, R"(Pam module "/etc/pam.d/{}" does not exist! Falling back to "/etc/pam.d/su")", m_sPamModule);
|
||||
- m_sPamModule = "su";
|
||||
- }
|
||||
-
|
||||
|
|
Loading…
Add table
Reference in a new issue