- update to 2.76
- add new option to prctl man page
This commit is contained in:
parent
f6504afbf0
commit
35c732a350
@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
|
||||
man2.tar.gz
|
||||
man2_sys2.1.tar.gz
|
||||
man-suid-bins.tar.bz2
|
||||
man-pages-2.75.tar.bz2
|
||||
man-pages-2.76.tar.bz2
|
||||
|
20
man-pages-2.76-prctl.patch
Normal file
20
man-pages-2.76-prctl.patch
Normal file
@ -0,0 +1,20 @@
|
||||
diff -up man-pages-2.76/man2/prctl.2.pom man-pages-2.76/man2/prctl.2
|
||||
--- man-pages-2.76/man2/prctl.2.pom 2008-01-12 14:44:04.000000000 +0100
|
||||
+++ man-pages-2.76/man2/prctl.2 2008-01-29 15:12:54.000000000 +0100
|
||||
@@ -192,6 +192,16 @@ Pass \fBPR_FP_EXC_SW_ENABLE\fP to use FP
|
||||
.B PR_GET_FPEXC
|
||||
(Since Linux 2.4.21, 2.5.32, only on PowerPC)
|
||||
Get floating-point exception mode from \fIarg2\fP.
|
||||
+.TP
|
||||
+.B PR_GET_SECCOMP
|
||||
+(Since Linux 2.6.23)
|
||||
+Return process secure computing mode.
|
||||
+.TP
|
||||
+.B PR_SET_SECCOMP
|
||||
+(Since Linux 2.6.23)
|
||||
+Set process secure computing mode to \fIarg2\fP,
|
||||
+which should be either 0 or 1.
|
||||
+It is possible to set the mode to even more secure (value 1) and only once.
|
||||
.SH "RETURN VALUE"
|
||||
.B PR_GET_DUMPABLE
|
||||
and
|
@ -1,7 +1,7 @@
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 2.75
|
||||
Release: 2%{?dist}
|
||||
Version: 2.76
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||
Group: Documentation
|
||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
||||
@ -32,6 +32,7 @@ Patch48: man-pages-2.51-sched_setaffinity.patch
|
||||
Patch49: man-pages-2.63-getent.patch
|
||||
Patch50: man-pages-2.63-iconv.patch
|
||||
Patch51: man-pages-2.75-crypt.patch
|
||||
Patch52: man-pages-2.76-prctl.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Autoreq: false
|
||||
@ -67,6 +68,7 @@ done
|
||||
%patch49 -p1
|
||||
%patch50 -p1
|
||||
%patch51 -p1
|
||||
%patch52 -p1
|
||||
|
||||
### And now remove those we are not going to use:
|
||||
|
||||
@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(en) %{_mandir}/en/man*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 2.76-1
|
||||
- update to 2.76
|
||||
- add new option to prctl man page
|
||||
|
||||
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-2
|
||||
- update crypt.3 man page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user