- 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.tar.gz
|
||||||
man2_sys2.1.tar.gz
|
man2_sys2.1.tar.gz
|
||||||
man-suid-bins.tar.bz2
|
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
|
Summary: Man (manual) pages from the Linux Documentation Project
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.75
|
Version: 2.76
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
URL: http://www.kernel.org/pub/linux/docs/manpages/
|
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
|
Patch49: man-pages-2.63-getent.patch
|
||||||
Patch50: man-pages-2.63-iconv.patch
|
Patch50: man-pages-2.63-iconv.patch
|
||||||
Patch51: man-pages-2.75-crypt.patch
|
Patch51: man-pages-2.75-crypt.patch
|
||||||
|
Patch52: man-pages-2.76-prctl.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -67,6 +68,7 @@ done
|
|||||||
%patch49 -p1
|
%patch49 -p1
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
%patch51 -p1
|
%patch51 -p1
|
||||||
|
%patch52 -p1
|
||||||
|
|
||||||
### And now remove those we are not going to use:
|
### And now remove those we are not going to use:
|
||||||
|
|
||||||
@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %{_mandir}/en/man*
|
%lang(en) %{_mandir}/en/man*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 11 2008 Ivana Varekova <varekova@redhat.com> - 2.75-2
|
||||||
- update crypt.3 man page
|
- update crypt.3 man page
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -2,4 +2,4 @@
|
|||||||
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
af09d031dcee66929510e078d00066f2 man2.tar.gz
|
||||||
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
|
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
|
||||||
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
|
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
|
||||||
24659c645f0943e1f574739c0577a984 man-pages-2.75.tar.bz2
|
788354eb0ab1fad2eab69ae671c5e68d man-pages-2.76.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user