From 69d3686b84b9360b87f5bea147577e689fa4a7e4979b89555fc4a0706993c3a4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 25 Jun 2012 15:18:51 +0000 Subject: [PATCH] - Update to version 0.8: + Fixed bit-rot in the ioctl() code path. + Fixed a problem with setup.py that might manifest itself if the config.cache file was manually edited. + Fixed the ioctl() code path to cope with systems that have sa_len and return longer than normal struct ifreq results from SIOCG[L]IFCONF; OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=9 --- netifaces-0.6.tar.gz | 3 --- netifaces-0.8.tar.gz | 3 +++ python-netifaces.changes | 10 ++++++++++ python-netifaces.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 netifaces-0.6.tar.gz create mode 100644 netifaces-0.8.tar.gz diff --git a/netifaces-0.6.tar.gz b/netifaces-0.6.tar.gz deleted file mode 100644 index acd26eb..0000000 --- a/netifaces-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6abb5e2d638a72415d730374bfc40fc4b0b9b2130d5a1f8b822e797ffd55a66f -size 14546 diff --git a/netifaces-0.8.tar.gz b/netifaces-0.8.tar.gz new file mode 100644 index 0000000..6aec4ff --- /dev/null +++ b/netifaces-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec +size 15484 diff --git a/python-netifaces.changes b/python-netifaces.changes index 7c1641c..6ac2579 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 25 15:17:42 UTC 2012 - saschpe@suse.de + +- Update to version 0.8: + + Fixed bit-rot in the ioctl() code path. + + Fixed a problem with setup.py that might manifest itself if the + config.cache file was manually edited. + + Fixed the ioctl() code path to cope with systems that have sa_len and + return longer than normal struct ifreq results from SIOCG[L]IFCONF; + ------------------------------------------------------------------- Fri Jun 15 08:55:18 UTC 2012 - saschpe@suse.de diff --git a/python-netifaces.spec b/python-netifaces.spec index 83c76d5..d6f8ee4 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -18,7 +18,7 @@ Name: python-netifaces -Version: 0.6 +Version: 0.8 Release: 0 Summary: Portable network interface information License: MIT