6c6b935 Replace netifaces with ifaddr

8 files Authored by rjeffman 8 months ago, Committed by rcritten 8 months ago,
    Replace netifaces with ifaddr
    
    Python netifaces has been unmaintained and its main repository has been
    archived since June, 2021.
    
    Python ifaddr is an alternative to netifaces, is currently maintained,
    and provides an API which requires little change for FreeIPA current
    usage.
    
    This patch modifies FreeIPA to rely on ifaddr instead of neitfaces, due
    to its current maintainance status.
    
    Fixes: https://pagure.io/freeipa/issue/9555
    
    Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -0
file modified
+2 -2
file modified
+24 -19
file modified
+23 -28
file modified
+1 -1
file modified
+1 -1
file modified
+0 -1