]> git.pld-linux.org Git - packages/strace.git/commitdiff
- updated to 4.2 strace-4_2-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 19 Feb 2000 15:09:47 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-linux.patch -> 1.2
    strace.spec -> 1.21

strace-linux.patch
strace.spec

index 06b5186bd08ff2b5a4f4efeb9969c7a55605d3d4..9c811fc677a7be40aefaa9a299313469846eb92b 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN strace-4.0.orig/system.c strace-4.0/system.c
---- strace-4.0.orig/system.c   Mon Aug 16 16:10:53 1999
-+++ strace-4.0/system.c        Mon Aug 16 16:23:37 1999
-@@ -70,6 +70,8 @@
+diff -ur strace-4.2.orig/system.c strace-4.2/system.c
+--- strace-4.2.orig/system.c   Thu Dec 23 15:20:15 1999
++++ strace-4.2/system.c        Sat Feb 12 19:46:51 2000
+@@ -72,6 +72,8 @@
  #include <linux/sysctl.h>
  #endif
  
@@ -10,15 +10,13 @@ diff -urN strace-4.0.orig/system.c strace-4.0/system.c
  static struct xlat mount_flags[] = {
        { MS_RDONLY,    "MS_RDONLY"     },
        { MS_NOSUID,    "MS_NOSUID"     },
-@@ -1278,7 +1280,11 @@
+@@ -1435,6 +1437,9 @@
        { KERN_PROF, "KERN_PROF" },
        { KERN_NODENAME, "KERN_NODENAME" },
        { KERN_DOMAINNAME, "KERN_DOMAINNAME" },
 +#if LINUX_VERSION_CODE >= 131595
 +      { KERN_CAP_BSET, "KERN_CAP_BSET" },
-+#else
-       { KERN_SECURELVL, "KERN_SECURELVL" },
 +#endif
-       { KERN_PANIC, "KERN_PANIC" },
-       { KERN_REALROOTDEV, "KERN_REALROOTDEV" },
-       { KERN_JAVA_INTERPRETER, "KERN_JAVA_INTERPRETER" },
+ #ifdef KERN_SECURELVL
+       { KERN_SECURELVL, "KERN_SECURELVL" },
+ #endif
index 190018209607409b918c4b8443ffc43b589e553e..bb335f1de0a74e98119d5a44ba3e71962add9f6d 100644 (file)
@@ -4,7 +4,7 @@ Summary(fr):    affiche l'appel syst
 Summary(pl):   strace wy¶wietla funkcje systemowe wywo³ywane przez uruchomiony proces
 Summary(tr):   Çalýþan bir sürecin yaptýðý sistem çaðrýlarýný listeler
 Name:          strace
-Version:       4.1
+Version:       4.2
 Release:       1
 Copyright:     distributable
 Group:         Development/Debuggers
@@ -42,7 +42,7 @@ g
 %setup  -q 
 %patch0 -p1 
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 
 %build
 autoconf && autoheader
This page took 0.279139 seconds and 4 git commands to generate.