Update to version 1.1.7
This commit is contained in:
parent
ca489e4528
commit
b1886c9dd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/socket_wrapper-1.1.4.tar.gz
|
||||
/socket_wrapper-1.1.5.tar.gz
|
||||
/socket_wrapper-1.1.6.tar.gz
|
||||
/socket_wrapper-1.1.7.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.1.6
|
||||
Version: 1.1.7
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
@ -11,8 +11,8 @@ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel >= 0.4.1
|
||||
|
||||
Requires: cmake
|
||||
Requires: pkgconfig
|
||||
Recommends: cmake
|
||||
Recommends: pkgconfig
|
||||
|
||||
%description
|
||||
socket_wrapper aims to help client/server software development teams willing to
|
||||
@ -68,6 +68,13 @@ popd
|
||||
%{_mandir}/man1/socket_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 02 2016 Andreas Schneider <asn@redhat.com> - 1.1.7-1
|
||||
- Update to version 1.1.7
|
||||
* Added support for accept4()
|
||||
* Added support for OpenBSD
|
||||
* Fixed sendto() with UDP and a connected socket
|
||||
* Fixed AF_RAWLINK sockets
|
||||
|
||||
* Wed Mar 23 2016 Andreas Schneider <asn@redhat.com> - 1.1.6-1
|
||||
- Update to version 1.1.6
|
||||
* Added a wrapper for write()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user