Updated to 3.67
This commit is contained in:
parent
559e42fc08
commit
5eed0e798c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/man-pages-posix-2013-a.tar.xz
|
/man-pages-posix-2013-a.tar.xz
|
||||||
/man-pages-additional-20140218.tar.xz
|
/man-pages-additional-20140218.tar.xz
|
||||||
/man-pages-3.66.tar.xz
|
/man-pages-3.66.tar.xz
|
||||||
|
/man-pages-3.67.tar.xz
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
diff -up man-pages-3.59/man2/connect.2.orig man-pages-3.59/man2/connect.2
|
|
||||||
--- man-pages-3.59/man2/connect.2.orig 2014-02-16 08:33:52.000000000 +0100
|
|
||||||
+++ man-pages-3.59/man2/connect.2 2014-02-18 13:50:19.414605142 +0100
|
|
||||||
@@ -154,14 +154,8 @@ The passed address didn't have the corre
|
|
||||||
.I sa_family
|
|
||||||
field.
|
|
||||||
.TP
|
|
||||||
-.B EAGAIN
|
|
||||||
-No more free local ports or insufficient entries in the routing cache.
|
|
||||||
-For
|
|
||||||
-.B AF_INET
|
|
||||||
-see the description of
|
|
||||||
-.I /proc/sys/net/ipv4/ip_local_port_range
|
|
||||||
-.BR ip (7)
|
|
||||||
-for information on how to increase the number of local ports.
|
|
||||||
+.B EADDRNOTAVAIL
|
|
||||||
+Non-existent interface was requested or the requested address was not local.
|
|
||||||
.TP
|
|
||||||
.B EALREADY
|
|
||||||
The socket is nonblocking and a previous connection attempt has not yet
|
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Linux kernel and C library user-space interface documentation
|
Summary: Linux kernel and C library user-space interface documentation
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 3.66
|
Version: 3.67
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -32,8 +32,6 @@ Patch20: man-pages-3.32-host.patch
|
|||||||
# resolves: #650985
|
# resolves: #650985
|
||||||
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
|
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
|
||||||
Patch21: man-pages-3.42-close.patch
|
Patch21: man-pages-3.42-close.patch
|
||||||
# resolves: #392431
|
|
||||||
Patch22: man-pages-3.42-connect.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A large collection of manual pages from the Linux Documentation Project (LDP).
|
A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||||
@ -43,7 +41,6 @@ A large collection of manual pages from the Linux Documentation Project (LDP).
|
|||||||
|
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
%patch22 -p1
|
|
||||||
|
|
||||||
# rename posix README so we don't have conflict
|
# rename posix README so we don't have conflict
|
||||||
%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
|
%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
|
||||||
@ -80,6 +77,10 @@ popd
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 27 2014 jchaloup <jchaloup@redhat.com> - 3.67-1
|
||||||
|
- resolves: #1100444
|
||||||
|
updated to 3.67
|
||||||
|
|
||||||
* Fri May 09 2014 Peter Schiffer <pschiffe@redhat.com> - 3.66-1
|
* Fri May 09 2014 Peter Schiffer <pschiffe@redhat.com> - 3.66-1
|
||||||
- resolves: #1095840
|
- resolves: #1095840
|
||||||
updated to 3.66
|
updated to 3.66
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz
|
825fde78e6fddd02426ecdd50e2cbe0d man-pages-posix-2013-a.tar.xz
|
||||||
dbd7fac6b9f9d39f0667138ad841c4b9 man-pages-additional-20140218.tar.xz
|
dbd7fac6b9f9d39f0667138ad841c4b9 man-pages-additional-20140218.tar.xz
|
||||||
4400766c63a28e58bb899a2d3a0191d8 man-pages-3.66.tar.xz
|
5629dae00ef93658ada9226aa33b51b6 man-pages-3.67.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user