pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/polkit
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 5 22:16:44 UTC 2026
Modified Files:
pkgsrc/security/polkit: distinfo
pkgsrc/security/polkit/patches:
patch-src_polkitbackend_polkitbackendinteractiveauthority.c
Log Message:
polkit: remove unnecessary define
(upstream feedback)
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/polkit/distinfo
cvs rdiff -u -r1.5 -r1.6 \
pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/polkit/distinfo
diff -u pkgsrc/security/polkit/distinfo:1.21 pkgsrc/security/polkit/distinfo:1.22
--- pkgsrc/security/polkit/distinfo:1.21 Sun Dec 21 15:44:05 2025
+++ pkgsrc/security/polkit/distinfo Fri Jun 5 22:16:43 2026
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.21 2025/12/21 15:44:05 wiz Exp $
+$NetBSD: distinfo,v 1.22 2026/06/05 22:16:43 wiz Exp $
BLAKE2s (polkit-127.tar.gz) = 42e8bb751fc99d41b4ab296e7eeed826d14be0b13709399f2821aa12302f279f
SHA512 (polkit-127.tar.gz) = 54b315f2ca05e957e7b9aafda16c1cddcc2266d6018c77dbf4cfe73b7d5b1569e6e07570884b9c5ecc4bdb3a29966169006aa727b089019d959208f2b53067e6
Size (polkit-127.tar.gz) = 472872 bytes
SHA1 (patch-src_polkit_polkitunixprocess.c) = b95f8e5d7c1dd0ab9b084e3bd5b1fc6d05744b57
SHA1 (patch-src_polkitagent_polkitagenthelper-pam.c) = 74e3a9d1b3f4c4e28a2353f4f824c83c0032b97d
-SHA1 (patch-src_polkitbackend_polkitbackendinteractiveauthority.c) = b10371e6d3e5b4771fbe3dd8a77240b415f80018
+SHA1 (patch-src_polkitbackend_polkitbackendinteractiveauthority.c) = cb98359fb6327d2e5b4f7f229f6cbe6679250a8c
SHA1 (patch-src_polkitbackend_polkitd.c) = e587e99017128477522050391c5410024a1e25c7
SHA1 (patch-src_programs_pkttyagent.c) = d9044bcc2ebd79a885c7bbc8327bdebab5680748
Index: pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c
diff -u pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c:1.5 pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c:1.6
--- pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c:1.5 Sun Dec 21 15:44:05 2025
+++ pkgsrc/security/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority.c Fri Jun 5 22:16:44 2026
@@ -1,17 +1,16 @@
-$NetBSD: patch-src_polkitbackend_polkitbackendinteractiveauthority.c,v 1.5 2025/12/21 15:44:05 wiz Exp $
+$NetBSD: patch-src_polkitbackend_polkitbackendinteractiveauthority.c,v 1.6 2026/06/05 22:16:44 wiz Exp $
* for *BSD netgroup functions
https://github.com/polkit-org/polkit/pull/624
--- src/polkitbackend/polkitbackendinteractiveauthority.c.orig 2025-12-17 16:14:53.000000000 +0000
+++ src/polkitbackend/polkitbackendinteractiveauthority.c
-@@ -25,8 +25,13 @@
+@@ -25,8 +25,12 @@
#ifdef HAVE_NETGROUP_H
#include <netgroup.h>
#else
+#if defined(__NetBSD__)
+#include <netgroup.h>
-+#define BSD_NETGROUP
+#else
#include <netdb.h>
#endif
@@ -19,7 +18,7 @@ https://github.com/polkit-org/polkit/pul
#include <string.h>
#include <glib/gstdio.h>
#include <locale.h>
-@@ -2383,7 +2388,7 @@ get_users_in_net_group (PolkitIdentity
+@@ -2383,7 +2387,7 @@ get_users_in_net_group (PolkitIdentity
name = polkit_unix_netgroup_get_name (POLKIT_UNIX_NETGROUP (group));
Home |
Main Index |
Thread Index |
Old Index