14
0

Accepting request 482962 from home:1Antoine1:branches:devel:languages:python

- Update to version 0.10.5:
  * Fix setup.py in case there's no print
  * Fix a potential one-byte stack overwrite
  * Fix possible null pointer deference
  * Respect interface priorities when determining default gateway
  * Use CIDR notation for IPv6 netmasks
  * Ignore broadcast addresses in the 169.254.0.0/16 range
- Convert package to python singlespec.

OBS-URL: https://build.opensuse.org/request/show/482962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=16
This commit is contained in:
2017-03-30 11:34:40 +00:00
committed by Git OBS Bridge
parent 7d5f268cee
commit 50744cd552
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 18 19:50:34 UTC 2017 - antoine.belvire@opensuse.org
- Update to version 0.10.5:
* Fix setup.py in case there's no print
* Fix a potential one-byte stack overwrite
* Fix possible null pointer deference
* Respect interface priorities when determining default gateway
* Use CIDR notation for IPv6 netmasks
* Ignore broadcast addresses in the 169.254.0.0/16 range
- Convert package to python singlespec.
-------------------------------------------------------------------
Sat May 24 09:42:16 UTC 2014 - tchvatal@suse.com