https://bugzilla.redhat.com/show_bug.cgi?id=820488 --- Comment #27 from Simone Caronni <negativo17@xxxxxxxxx> --- I did include the nss patch; I need some help on a couple of points (or a link to some good docs) as I'm no programmer. Spec URL: http://slaanesh.fedorapeople.org/mod_auth_xradius.spec SRPM URL: http://slaanesh.fedorapeople.org/mod_auth_xradius-0.4.6-12.fc17.src.rpm After adapting the previous patch [1] to libxradius there are a few calls to the MD5 library left: $ cat mod_auth_xradius-0.4.6/libradius/radlib.c | egrep "MD5Init|MD5Update|MD5Final" MD5Init(&Context); MD5Update(&Context, S, strlen(S)); MD5Update(&Context, R, LEN_AUTH); MD5Final(b, &Context); MD5Init(&Context); MD5Update(&Context, S, strlen(S)); MD5Update(&Context, C, 16); MD5Final(b, &Context); MD5Init(&Context); MD5Update(&Context, S, Slen); MD5Update(&Context, R, LEN_AUTH); MD5Update(&Context, A, SALT_LEN); MD5Final(b, &Context); MD5Init(&Context); MD5Update(&Context, S, Slen); MD5Update(&Context, C, 16); MD5Final(b, &Context); [1] http://slaanesh.fedorapeople.org/libradius-libnss.patch -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review