pkgsrc-Users archive

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

Unbreaking security/heimdal



Hi,

the following patch (via <https://github.com/heimdal/heimdal/issues/106>) unbreaks the security/heimdal package build for me on netbsd-9:

--- lib/roken/version-script.map.orig   2024-09-18 09:39:46.791454770 +0000
+++ lib/roken/version-script.map
@@ -73,6 +73,7 @@ HEIMDAL_ROKEN_1.0 {
                rk_getipnodebyname;
                rk_getnameinfo;
                rk_getprogname;
+               rk_getpwnam_r;
                rk_glob;
                rk_globfree;
                rk_hex_decode;

Okay to commit?

Cheerio,
Hauke

--
     The ASCII Ribbon Campaign                    Hauke Fath
()     No HTML/RTF in email	        Institut für Nachrichtentechnik
/\     No Word docs in email                     TU Darmstadt
     Respect for open standards              Ruf +49-6151-16-21344


Home | Main Index | Thread Index | Old Index