Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-11-26 18:59:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2012-11-08 
21:50:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-11-26 
18:59:42.000000000 +0100
@@ -1,0 +2,120 @@
+Fri Nov 16 10:25:25 CET 2012 - [email protected]
+
+- update to version 3.44
+  * New and rewritten pages
+      delete_module.2
+        Rewrite to Linux 2.6+ reality
+        Change license and copyright
+            There is now nothing left of the original FSF-copyrighted
+            page. So, change the copyright and license.
+        Substantial reorganization after comments from Rusty Russell
+            Rusty notes that O_NONBLOCK is almost always used in
+            practice. Therefore, it would be better to reorganize
+            the page to consider that "the default".
+      init_module.2
+        Rewrite to Linux 2.6+ reality
+        Change copyright and license
+            Little of the original page now remains. Change
+            copyright and license
+        Changes after review comments from Rusty Russell
+        Add various pieces describing Linux 2.6+ behavior
+            Pieces take from, or inspired by, a patch sent by Kees.
+      getauxval.3
+        Document getauxval() function added in glibc 2.16
+  * Global changes
+  * Various pages
+        Global fix: Use consistent capitalization in NAME section
+            The line(s) in the NAME section should only use capitals
+            where English usage dictates that. Otherwise, use
+            lowercase throughout.
+  * Various pages
+        Global fix: "userspace" ==> "user space" or "user-space"
+            Existing pages variously use "userspace or "user space".
+            But, "userspace" is not quite an English word.
+            So change "userspace" to "user space" or, when used
+            attributively, "user-space".
+  * Changes to individual pages
+      clock_getres.2
+      clock_nanosleep.2
+        Linking with -lrt is no longer needed from glibc 2.17 onward
+      create_module.2
+        Note that this system call is present only in kernels before 2.6
+        Note that ENOSYS probably indicates kernel 2.6+
+      execve.2
+        Document treatment of PR_SET_PDEATHSIG on execve()
+        Document treatment of SECBIT_KEEP_CAPS securebits flag on execve()
+      fork.2
+        Note treatment of default timer slack value on fork()
+      getdomainname.2
+        Point out that these calls relate to NIS, not DNS
+            See http://bugs.debian.org/295635
+      get_kernel_syms.2
+        Note that this system call is present only in kernels before 2.6
+      ipc.2
+        Update note on architectures that don't have ipc()
+            Replace mention of ia64 with x86-64 and ARM.
+      link.2
+        Add EPERM error triggered by /proc/sys/fs/protected_hardlink
+      prctl.2
+        Mention Documentation/prctl/no_new_privs.txt for PR_SET_NO_NEW_PRIVS
+        update seccomp sections for mode 2 (BPF)
+            This adds a short summary of the arguments used
+            for "mode 2" (BPF) seccomp.
+        Small improvements to PR_SET_SECCOMP discussion
+            Note type of 'arg3' for SECCOMP_MODE_FILTER.
+            Add pointer to Documentation/prctl/seccomp_filter.txt.
+        Note 'seccomp' semantics with respect to fork(), execve(), and prctl()
+        Document PR_SET_TIMERSLACK and PR_GET_TIMERSLACK
+        Reword PR_SET_NAME and PR_GET_NAME in terms of threads
+            Plus tfix
+        document PR_SET_NO_NEW_PRIVS, PR_GET_NO_NEW_PRIVS
+            This adds a short description of the no_new_privs bit,
+            as described in Documentation/prctl/no_new_privs.txt.
+      ptrace.2
+        Clarify that some operations are not present on all architectures
+            PTRACE_GETREGS, PTRACE_SETGREFS, PTRACE_GETFPREGS,
+            and PTRACE_GETSPREGS are not present on all architectures.
+            PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP are present only
+            on x86.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122383
+      query_module.2
+        Add a few words clarifying reference to /sys/module
+        Note that this system call is present only in kernels before 2.6
+        Note that ENOSYS probably indicates kernel 2.6+
+        SEE ALSO: Add modinfo(8) and lsinfo(8)
+        Move some information in NOTES to VERSIONS
+      socketcall.2
+        Update note on architectures that don't have socketcall()
+            Replace mention of ia64 with x86-64 and ARM.
+      times.2
+        Recommend clock_gettime(2) as alternative to times(2)
+      clock_getcpuclockid.3
+        Linking with -lrt is no longer needed from glibc 2.17 onward
+      fts.3
+        Improve description of physical vs. logical tree walking
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633505
+      getenv.3
+        SEE ALSO: add getauxval(3)
+      proc.5
+        Document /proc/meminfo
+            Info mostly taken from Documentation/filesystems/proc.txt
+            and Documentation/vm/hugetlbpage.txt.
+        Default for /proc/sys/fs/protected_{hardlinks,symlinks} is now 0
+            The default setting of 1 in/proc/sys/fs/protected_hardlinks
+            and /proc/sys/fs/protected_symlinks caused one too many
+            breakages for Linus's taste, so commit 561ec64ae67e changed
+            the default for both files to 0.
+        Note system call error yielded by /proc/sys/fs/protected_symlinks
+            Note that violating 'protected_symlinks' restrictions
+            causes system calls to fail with the error EACCES.
+        Since Linux 2.6.27, /proc/sys/kernel/modprobe depends on CONFIG_MODULES
+      ipv6.7
+        Document IPV6_RECVPKTINFO
+      man-pages.7
+        Note rules for capitalization in NAME section
+      time.7
+        Add a subsection on timer slack
+      ld.so.8
+        SEE ALSO: add getauxval(3)
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.43.tar.bz2

New:
----
  man-pages-3.44.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.feVzPn/_old  2012-11-26 18:59:48.000000000 +0100
+++ /var/tmp/diff_new_pack.feVzPn/_new  2012-11-26 18:59:48.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.43
+Version:        3.44
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT

++++++ man-pages-3.43.tar.bz2 -> man-pages-3.44.tar.bz2 ++++++
++++ 14733 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to