parent
47027a4ed4
commit
e33511b9fd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/man-pages-posix-2003-a.tar.bz2
|
||||
/man-pages-additional-20101006.tar.bz2
|
||||
/man-pages-3.35.tar.gz
|
||||
/man-pages-3.40.tar.gz
|
||||
|
@ -1,13 +1,7 @@
|
||||
diff -up man-pages-3.30/man5/passwd.5.pom man-pages-3.30/man5/passwd.5
|
||||
--- man-pages-3.30/man5/passwd.5.pom 2010-11-01 15:55:41.000000000 +0100
|
||||
+++ man-pages-3.30/man5/passwd.5 2010-11-05 09:33:57.000000000 +0100
|
||||
@@ -45,11 +45,20 @@ hardware was too slow to crack a well-ch
|
||||
basic assumption used to be that of a friendly user-community.
|
||||
These days many people run some version of the shadow password suite, where
|
||||
.I /etc/passwd
|
||||
-has asterisks (*) instead of encrypted passwords,
|
||||
+has "x" instead of encrypted passwords,
|
||||
and the encrypted passwords are in
|
||||
diff -up man-pages-3.40/man5/passwd.5.orig man-pages-3.40/man5/passwd.5
|
||||
--- man-pages-3.40/man5/passwd.5.orig 2012-04-27 00:58:39.000000000 +0200
|
||||
+++ man-pages-3.40/man5/passwd.5 2012-04-27 14:03:10.113106253 +0200
|
||||
@@ -50,6 +50,15 @@ and the encrypted passwords are in
|
||||
.IR /etc/shadow ,
|
||||
which is readable by the superuser only.
|
||||
.PP
|
||||
@ -21,5 +15,5 @@ diff -up man-pages-3.30/man5/passwd.5.pom man-pages-3.30/man5/passwd.5
|
||||
+the shadow record should be obtained from a NIS+ server.
|
||||
+.PP
|
||||
Regardless of whether shadow passwords are used, many system administrators
|
||||
use an asterisk in the encrypted password field to make sure
|
||||
use an asterisk (*) in the encrypted password field to make sure
|
||||
that this user can not authenticate him- or herself using a
|
||||
|
@ -1,15 +1,13 @@
|
||||
diff -up man-pages-3.22/man5/nsswitch.conf.5.pom man-pages-3.22/man5/nsswitch.conf.5
|
||||
--- man-pages-3.22/man5/nsswitch.conf.5.pom 2009-07-25 08:53:42.000000000 +0200
|
||||
+++ man-pages-3.22/man5/nsswitch.conf.5 2009-09-16 09:45:54.000000000 +0200
|
||||
@@ -50,9 +50,11 @@ file.
|
||||
The following databases are available in the NSS:
|
||||
.TP
|
||||
.B aliases
|
||||
-Mail aliases, used by
|
||||
+Mail aliases, provides a system-wide mechanism to redirect mail for local
|
||||
diff -up man-pages-3.40/man5/nsswitch.conf.5.orig man-pages-3.40/man5/nsswitch.conf.5
|
||||
--- man-pages-3.40/man5/nsswitch.conf.5.orig 2012-04-27 00:58:39.000000000 +0200
|
||||
+++ man-pages-3.40/man5/nsswitch.conf.5 2012-04-27 14:25:22.453203872 +0200
|
||||
@@ -46,6 +46,11 @@ The following databases are understood b
|
||||
Mail aliases, used by
|
||||
.BR getaliasent (3)
|
||||
and related functions.
|
||||
+It provides a system-wide mechanism to redirect mail for local
|
||||
+recipients. Used by mail transfer agents such as Postfix or
|
||||
.BR sendmail (8).
|
||||
-Presently ignored.
|
||||
+.BR sendmail (8).
|
||||
+Note: On Linux, not like on other Unices, Sendmail uses its own aliases
|
||||
+resolution system independent on `/etc/nsswitch.conf'.
|
||||
.TP
|
||||
|
@ -1,11 +0,0 @@
|
||||
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 ()
|
@ -1,24 +0,0 @@
|
||||
diff -up man-pages-3.35/man2/fallocate.2.tmp man-pages-3.35/man2/fallocate.2
|
||||
--- man-pages-3.35/man2/fallocate.2.tmp 2011-10-04 08:34:42.000000000 +0200
|
||||
+++ man-pages-3.35/man2/fallocate.2 2011-11-11 16:33:23.627651760 +0100
|
||||
@@ -116,15 +116,15 @@ referred to by
|
||||
.IR fd .
|
||||
.TP
|
||||
.B ENOSYS
|
||||
-The file system containing the file referred to by
|
||||
-.I fd
|
||||
-does not support this operation.
|
||||
+System call is not supported.
|
||||
.TP
|
||||
.B EOPNOTSUPP
|
||||
The
|
||||
.I mode
|
||||
-is not supported by the file system containing the file referred to by
|
||||
-.IR fd .
|
||||
+is not supported by kernel or by the file system containing the file
|
||||
+referred to by
|
||||
+.IR fd
|
||||
+or the file system does not support fallocate at all.
|
||||
.TP
|
||||
.B EPERM
|
||||
The file referred to by
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 3.35
|
||||
Release: 2%{?dist}
|
||||
Version: 3.40
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
|
||||
Group: Documentation
|
||||
URL: http://man7.org/linux/man-pages/
|
||||
@ -25,7 +25,6 @@ Patch59: man-pages-3.23-ld.so.patch
|
||||
Patch60: man-pages-3.22-sched_setaffinity.patch
|
||||
Patch63: man-pages-3.24-getnameinfo.patch
|
||||
Patch67: man-pages-3.24-mmap64.patch
|
||||
Patch68: man-pages-3.26-rcmd.patch
|
||||
Patch69: man-pages-3.27-sd.patch
|
||||
Patch70: man-pages-3.29-uri.patch
|
||||
Patch71: man-pages-posix-2003-awk.patch
|
||||
@ -43,8 +42,6 @@ Patch78: man-pages-2.39-gai.conf.patch
|
||||
Patch79: man-pages-3.32-spellch.patch
|
||||
#resolves: #681781
|
||||
Patch80: man-pages-3.35-printf.patch
|
||||
#resolves: #680214
|
||||
Patch81: man-pages-3.35-fallocate.patch
|
||||
#resolves: #698149
|
||||
Patch82: man-pages-3.32-host.patch
|
||||
#resolves: #705888
|
||||
@ -78,7 +75,6 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
||||
%patch60 -p1
|
||||
%patch63 -p1
|
||||
%patch67 -p1
|
||||
%patch68 -p1
|
||||
%patch69 -p1
|
||||
%patch70 -p1
|
||||
%patch71 -p1
|
||||
@ -90,7 +86,6 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release}
|
||||
%patch78 -p1
|
||||
%patch79 -p1
|
||||
%patch80 -p1
|
||||
%patch81 -p1
|
||||
%patch82 -p1
|
||||
%patch83 -p1
|
||||
%patch84 -p1
|
||||
@ -149,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(en) %{_mandir}/en/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2012 Peter Schiffer <pschiffe@redhat.com> - 3.40-1
|
||||
- resolves: #797857
|
||||
update to 3.40
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.35-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user