OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 20-Jan-2003 12:49:53
Branch: HEAD Handle: 2003012011495002
Modified files:
openpkg-re/vcheck vc.strace
openpkg-src/strace strace.patch strace.spec
openpkg-web news.txt
Log:
upgrading package: strace 4.4 -> 4.4.92
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-re/vcheck/vc.strace
1.2 +33 -13 openpkg-src/strace/strace.patch
1.27 +2 -2 openpkg-src/strace/strace.spec
1.2953 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.strace
============================================================================
$ cvs diff -u -r1.1 -r1.2 vc.strace
--- openpkg-re/vcheck/vc.strace 15 Mar 2002 15:16:19 -0000 1.1
+++ openpkg-re/vcheck/vc.strace 20 Jan 2003 11:49:50 -0000 1.2
@@ -2,7 +2,7 @@
}
prog strace = {
- version = 4.4-1
+ version = 4.4.92-1
url = http://prdownloads.sourceforge.net/strace/
regex = strace_(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/strace/strace.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 strace.patch
--- openpkg-src/strace/strace.patch 29 May 2002 19:56:16 -0000 1.1
+++ openpkg-src/strace/strace.patch 20 Jan 2003 11:49:52 -0000 1.2
@@ -1,13 +1,33 @@
---- process.c.orig Fri Aug 3 13:51:28 2001
-+++ process.c Sat Nov 24 19:40:05 2001
-@@ -1771,7 +1771,9 @@
- { PT_READ_D, "PT_READ_D" },
- { PT_WRITE_I, "PT_WRITE_I" },
- { PT_WRITE_D, "PT_WRITE_D" },
-- { PT_READ_U, "PT_WRITE_U" },
-+#ifdef PT_READ_U
-+ { PT_READ_U, "PT_READ_U" },
-+#endif
- { PT_CONTINUE, "PT_CONTINUE" },
- { PT_KILL, "PT_KILL" },
- { PT_STEP, "PT_STEP" },
+--- net.c.orig Mon Jan 20 12:42:42 2003
++++ net.c Mon Jan 20 12:45:46 2003
+@@ -43,12 +43,8 @@
+ #endif
+
+ #include <netinet/in.h>
+-#ifdef HAVE_NETINET_TCP_H
+ #include <netinet/tcp.h>
+-#endif
+-#ifdef HAVE_NETINET_UDP_H
+ #include <netinet/udp.h>
+-#endif
+ #include <arpa/inet.h>
+ #include <net/if.h>
+ #if defined(LINUX)
+@@ -860,17 +856,12 @@
+ tprintf(", msg_iov(%lu)=", (unsigned long)msg.msg_iovlen);
+ tprint_iov(tcp, msg.msg_iovlen, (long) msg.msg_iov);
+
+-#ifdef HAVE_STRUCT_MSGHDR_MSG_CONTROL
+ tprintf(", msg_controllen=%lu", (unsigned long)msg.msg_controllen);
+ if (msg.msg_controllen)
+ tprintf(", msg_control=%#lx, ", (unsigned long) msg.msg_control);
+ tprintf(", msg_flags=");
+ if (printflags(msg_flags, msg.msg_flags)==0)
+ tprintf("0");
+-#else /* !HAVE_STRUCT_MSGHDR_MSG_CONTROL */
+- tprintf("msg_accrights=%#lx, msg_accrightslen=%u",
+- (unsigned long) msg.msg_accrights, msg.msg_accrightslen);
+-#endif /* !HAVE_STRUCT_MSGHDR_MSG_CONTROL */
+ tprintf("}");
+ }
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/strace/strace.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 strace.spec
--- openpkg-src/strace/strace.spec 3 Jan 2003 10:55:05 -0000 1.26
+++ openpkg-src/strace/strace.spec 20 Jan 2003 11:49:52 -0000 1.27
@@ -23,7 +23,7 @@
## SUCH DAMAGE.
##
-%define V_major 4.4
+%define V_major 4.4.92
%define V_minor 1
# package information
@@ -36,7 +36,7 @@
Group: Development
License: GPL
Version: %{V_major}
-Release: 20020820
+Release: 20030120
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/strace/strace_%{V_major}-%{V_minor}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2952 -r1.2953 news.txt
--- openpkg-web/news.txt 20 Jan 2003 11:42:14 -0000 1.2952
+++ openpkg-web/news.txt 20 Jan 2003 11:49:51 -0000 1.2953
@@ -1,3 +1,4 @@
+20-Jan-2003: Upgraded package: P<strace-4.4.92-20030120>
20-Jan-2003: Upgraded package: P<vim-6.1.300-20030120>
20-Jan-2003: Upgraded package: P<smtpfeed-1.18-20030120>
20-Jan-2003: Upgraded package: P<proftpd-1.2.7-20030120>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]