From 35c732a350e93a9a2dbad1977862ec32e127295b Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Tue, 29 Jan 2008 14:19:31 +0000 Subject: [PATCH] - update to 2.76 - add new option to prctl man page --- .cvsignore | 2 +- man-pages-2.76-prctl.patch | 20 ++++++++++++++++++++ man-pages.spec | 10 ++++++++-- sources | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 man-pages-2.76-prctl.patch diff --git a/.cvsignore b/.cvsignore index a7a84f5..82b89de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/man-pages-2.76-prctl.patch b/man-pages-2.76-prctl.patch new file mode 100644 index 0000000..61452bb --- /dev/null +++ b/man-pages-2.76-prctl.patch @@ -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 diff --git a/man-pages.spec b/man-pages.spec index 296f3a5..15a97fe 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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 - 2.76-1 +- update to 2.76 +- add new option to prctl man page + * Fri Jan 11 2008 Ivana Varekova - 2.75-2 - update crypt.3 man page diff --git a/sources b/sources index 711c592..59e0d3a 100644 --- a/sources +++ b/sources @@ -2,4 +2,4 @@ af09d031dcee66929510e078d00066f2 man2.tar.gz fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2 -24659c645f0943e1f574739c0577a984 man-pages-2.75.tar.bz2 +788354eb0ab1fad2eab69ae671c5e68d man-pages-2.76.tar.bz2