pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/openldap



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 19 08:28:13 UTC 2026

Modified Files:
        pkgsrc/databases/openldap: distinfo
Added Files:
        pkgsrc/databases/openldap/patches: patch-include_ac_unistd.h

Log Message:
openldap: Fix for modern C.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/databases/openldap/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/databases/openldap/patches/patch-include_ac_unistd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/openldap/distinfo
diff -u pkgsrc/databases/openldap/distinfo:1.145 pkgsrc/databases/openldap/distinfo:1.146
--- pkgsrc/databases/openldap/distinfo:1.145    Wed Mar 11 11:21:32 2026
+++ pkgsrc/databases/openldap/distinfo  Tue May 19 08:28:13 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.145 2026/03/11 11:21:32 adam Exp $
+$NetBSD: distinfo,v 1.146 2026/05/19 08:28:13 jperkin Exp $
 
 BLAKE2s (openldap-2.6.13.tgz) = 27e175101e692b3206ce8e689c3669fb76b11f1a34d36dc88aa31f16abc7687d
 SHA512 (openldap-2.6.13.tgz) = a64b222bee2e8693e534f64eeb7afcd1f0c7a4b9ae2288ce2c53be9b532902fac3a1e3318c82545cf30c7f982a68b5167ee8baba1f4be5c1a72abdb7c75ac80b
@@ -10,6 +10,7 @@ SHA1 (patch-contrib_slapd-modules_nops_n
 SHA1 (patch-contrib_slapd-modules_nops_slapo-nops.5) = f32352f19361b7e9aa5b038ae8578def7c08fa47
 SHA1 (patch-contrib_slapd-modules_smbk5pwd_Makefile) = 3070f42f863ee44856fb1aeff03e3385e714bac0
 SHA1 (patch-contrib_slapd-modules_smbk5pwd_smbk5pwd.c) = 3c8c269483678fee34c73d52164c3342f042be24
+SHA1 (patch-include_ac_unistd.h) = 7441d1d46cf91b97462dbe7ba0be351ec57032d1
 SHA1 (patch-libraries_libldap_cyrus.c) = 1e47cdf4b1f1cc4eef36cf40a6beec1bed167f85
 SHA1 (patch-libraries_libldap_init.c) = 884d102d7c02cf85b36635b2ac5d6925ec17420f
 SHA1 (patch-libraries_libldap_ldap-int.h) = 967499db16d31cbf47deff330d97efd0a360ac7f

Added files:

Index: pkgsrc/databases/openldap/patches/patch-include_ac_unistd.h
diff -u /dev/null pkgsrc/databases/openldap/patches/patch-include_ac_unistd.h:1.1
--- /dev/null   Tue May 19 08:28:13 2026
+++ pkgsrc/databases/openldap/patches/patch-include_ac_unistd.h Tue May 19 08:28:13 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_ac_unistd.h,v 1.1 2026/05/19 08:28:13 jperkin Exp $
+
+Fix for modern C.
+
+--- include/ac/unistd.h.orig   2026-05-19 08:26:56.915523060 +0000
++++ include/ac/unistd.h
+@@ -32,7 +32,7 @@
+ /* note: callers of crypt(3) should include <ac/crypt.h> */
+ 
+ #if defined(HAVE_GETPASSPHRASE)
+-LDAP_LIBC_F(char*)(getpassphrase)();
++LDAP_LIBC_F(char*)(getpassphrase)(const char *);
+ 
+ #else
+ #define getpassphrase(p) lutil_getpass(p)



Home | Main Index | Thread Index | Old Index