Accepting request 345401 from devel:tools
Update to version 1.1.0 to support shadow files and improve getaddrinfo() multiple address handling. OBS-URL: https://build.opensuse.org/request/show/345401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nss_wrapper?expand=0&rev=2
This commit is contained in:
commit
fc3021870f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:285427ff84020f804b738c1e7154407b4f7017748bce48ce94c0a6b8656cda2f
|
|
||||||
size 42535
|
|
3
nss_wrapper-1.1.0.tar.gz
Normal file
3
nss_wrapper-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c495e3546762a1930ecc23aa852e25b96913ce4beea3059b1b27d7c2ac72fe39
|
||||||
|
size 52804
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 20 11:17:53 UTC 2015 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 1.1.0
|
||||||
|
* Added support for initgroups()
|
||||||
|
* Added support for shadow files (getspnam(), etc.)
|
||||||
|
* Improved support for multi address handling in getaddrinfo()
|
||||||
|
* Improved file parser
|
||||||
|
* Fixed compilation on machines without IPv4 support
|
||||||
|
* Fixed service string sanity check in getaddrinfo() (bso #11501)
|
||||||
|
* Fixed AI_NUMERICHOST handling in getaddrinfo() (bso # 11477)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 3 06:48:22 UTC 2015 - mpluskal@suse.com
|
Wed Jun 3 06:48:22 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
############################# NOTE ##################################
|
############################# NOTE ##################################
|
||||||
#
|
#
|
||||||
# This is a special library. You are not able to link this library.
|
# This is a special library. You are not able to link this library.
|
||||||
@ -23,7 +24,7 @@
|
|||||||
############################# NOTE ##################################
|
############################# NOTE ##################################
|
||||||
|
|
||||||
Name: nss_wrapper
|
Name: nss_wrapper
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: A wrapper for the user, group and hosts NSS API
|
Summary: A wrapper for the user, group and hosts NSS API
|
||||||
@ -38,8 +39,8 @@ BuildRequires: cmake
|
|||||||
BuildRequires: libcmocka-devel
|
BuildRequires: libcmocka-devel
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
|
|
||||||
Requires: pkg-config
|
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
There are projects which provide daemons needing to be able to create, modify
|
There are projects which provide daemons needing to be able to create, modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user