- Update to 3.26

- Resolves: 624399 (rresvport man entry misleading)
This commit is contained in:
Ivana Hutarova Varekova 2010-09-08 15:15:00 +02:00
parent feec06d88d
commit 04f31eee3f
4 changed files with 20 additions and 3 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ man-suid-bins.tar.bz2
man-pages-posix-2003-a.tar.bz2
man-pages_add-02.tar.bz2
man-pages_syscalls-03.tar.bz2
man-pages-3.25.tar.bz2
/man-pages-3.26.tar.bz2

11
man-pages-3.26-rcmd.patch Normal file
View File

@ -0,0 +1,11 @@
diff -up man-pages-3.26/man3/rcmd.3.pom man-pages-3.26/man3/rcmd.3
--- man-pages-3.26/man3/rcmd.3.pom 2010-09-05 17:17:43.000000000 +0200
+++ man-pages-3.26/man3/rcmd.3 2010-09-08 15:06:40.000000000 +0200
@@ -146,6 +146,7 @@ This socket is suitable for use by
and several other functions.
Privileged Internet ports are those in the range 0 to 1023.
Only the superuser is allowed to bind an address of this sort to a socket.
+The socket number which is returned is between 512 and 1023.
.PP
The
.BR iruserok ()

View File

@ -3,7 +3,7 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 3.25
Version: 3.26
Release: 1%{?dist}
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
Group: Documentation
@ -37,6 +37,7 @@ Patch62: man-pages-3.23-printf.patch
Patch63: man-pages-3.24-getnameinfo.patch
Patch64: man-pages-3.24-atanh.patch
Patch67: man-pages-3.24-mmap64.patch
Patch68: man-pages-3.26-rcmd.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -72,6 +73,7 @@ cp %{SOURCE6} man2/mmap.2
%patch63 -p1
%patch64 -p1
%patch67 -p1
%patch68 -p1
### And now remove those we are not going to use:
@ -142,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*/*
%changelog
* Wed Sep 8 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.26-1
- Update to 3.26
- Resolves: 624399 (rresvport man entry misleading)
* Thu Jul 1 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.25-1
- Update to 3.25

View File

@ -3,4 +3,4 @@ a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
7c78aff03c0a6767ba483d34f19e4b09 man-pages-posix-2003-a.tar.bz2
4a222811a5589cf6d80cb0b4e1789fe8 man-pages_add-02.tar.bz2
bf80e51c1db4fdf6d0ee21e2f9c49485 man-pages_syscalls-03.tar.bz2
3c1fbd5b8905e471827daa0ad937f6b1 man-pages-3.25.tar.bz2
350fe0c73ef79f65cc977842c221a29c man-pages-3.26.tar.bz2