Codebase list nfstrace / be81c31
Refresh patches. Debian Janitor 3 years ago
6 changed file(s) with 35 addition(s) and 35 deletion(s). Raw diff Collapse all Expand all
66 src/protocols/nfs/nfs_procedure.h | 4 ++--
77 1 file changed, 2 insertions(+), 2 deletions(-)
88
9 diff --git a/src/protocols/nfs/nfs_procedure.h b/src/protocols/nfs/nfs_procedure.h
10 index f7a2028..e3da4f2 100644
11 --- a/src/protocols/nfs/nfs_procedure.h
12 +++ b/src/protocols/nfs/nfs_procedure.h
9 Index: nfstrace/src/protocols/nfs/nfs_procedure.h
10 ===================================================================
11 --- nfstrace.orig/src/protocols/nfs/nfs_procedure.h
12 +++ nfstrace/src/protocols/nfs/nfs_procedure.h
1313 @@ -48,11 +48,11 @@ public:
1414 inline NFSProcedure(xdr::XDRDecoder& c, xdr::XDRDecoder& r, const Session* s)
1515 : parg{&arg} // set pointer to argument
2424
2525 // fill call
2626 if(!xdr_callmsg(c.xdr(), &call))
27 --
28 2.20.1
29
88 src/protocols/cifs/cifs.cpp | 2 +-
99 3 files changed, 8 insertions(+), 8 deletions(-)
1010
11 diff --git a/src/filtration/filtration_processor.h b/src/filtration/filtration_processor.h
12 index 8f71b53..f08c360 100644
13 --- a/src/filtration/filtration_processor.h
14 +++ b/src/filtration/filtration_processor.h
11 Index: nfstrace/src/filtration/filtration_processor.h
12 ===================================================================
13 --- nfstrace.orig/src/filtration/filtration_processor.h
14 +++ nfstrace/src/filtration/filtration_processor.h
1515 @@ -76,12 +76,12 @@ public:
1616 {
1717 // TODO: this code must be generalized with RPCFiltrator class
3636 if(RPCValidator::check(reply))
3737 {
3838 // Truncate NFSv3 READ reply message to NFSv3-RW-limit
39 diff --git a/src/filtration/rpc_filtrator.h b/src/filtration/rpc_filtrator.h
40 index 24b494b..602ff07 100644
41 --- a/src/filtration/rpc_filtrator.h
42 +++ b/src/filtration/rpc_filtrator.h
39 Index: nfstrace/src/filtration/rpc_filtrator.h
40 ===================================================================
41 --- nfstrace.orig/src/filtration/rpc_filtrator.h
42 +++ nfstrace/src/filtration/rpc_filtrator.h
4343 @@ -80,11 +80,11 @@ public:
4444 const MessageHeader* const msg = rm->fragment();
4545 if(msg->type() == MsgType::REPLY)
7272 if(RPCValidator::check(reply))
7373 {
7474 BaseImpl::setMsgLen(len); // length of current RPC message
75 diff --git a/src/protocols/cifs/cifs.cpp b/src/protocols/cifs/cifs.cpp
76 index 78e02a9..52a7ebf 100644
77 --- a/src/protocols/cifs/cifs.cpp
78 +++ b/src/protocols/cifs/cifs.cpp
79 @@ -57,7 +57,7 @@ const NST::protocols::CIFSv1::MessageHeader* NST::protocols::CIFSv1::get_header(
75 Index: nfstrace/src/protocols/cifs/cifs.cpp
76 ===================================================================
77 --- nfstrace.orig/src/protocols/cifs/cifs.cpp
78 +++ nfstrace/src/protocols/cifs/cifs.cpp
79 @@ -57,7 +57,7 @@ const NST::protocols::CIFSv1::MessageHea
8080
8181 bool MessageHeader::isFlag(const Flags flag) const
8282 {
8585 }
8686
8787 extern "C" NST_PUBLIC const char* print_cifs1_procedures(SMBv1Commands cmd_code)
88 --
89 2.20.1
90
00 Remove unrecognised -Wno-braced-scalar-init, add -Wno-error=address-of-packed-member until a proper fix is written
11
2 --- a/CMakeLists.txt
3 +++ b/CMakeLists.txt
4 @@ -30,7 +30,7 @@
2 Index: nfstrace/CMakeLists.txt
3 ===================================================================
4 --- nfstrace.orig/CMakeLists.txt
5 +++ nfstrace/CMakeLists.txt
6 @@ -30,7 +30,7 @@ if ("${PCAP_LIBRARY}" STREQUAL "PCAP_LIB
57 endif ()
68
79 # build application ============================================================
22 Subject: Fix FTBFS with TeX Live 2018
33 Bug-Debian: https://bugs.debian.org/896467
44
5 diff --git a/docs/nfstrace_manual.tex b/docs/nfstrace_manual.tex
6 index 11a3b58..77cc12a 100644
7 --- a/docs/nfstrace_manual.tex
8 +++ b/docs/nfstrace_manual.tex
5 Index: nfstrace/docs/nfstrace_manual.tex
6 ===================================================================
7 --- nfstrace.orig/docs/nfstrace_manual.tex
8 +++ nfstrace/docs/nfstrace_manual.tex
99 @@ -7,6 +7,7 @@
1010 \usepackage{fancyhdr}
1111 \usepackage{verbatim}
11 Date: 2016-07-17 13:48:59.441176704 +0200
22 Subject: Build reproducibly.
33
4 --- a/src/controller/build_info.h.in
5 +++ b/src/controller/build_info.h.in
6 @@ -29,9 +29,7 @@
4 Index: nfstrace/src/controller/build_info.h.in
5 ===================================================================
6 --- nfstrace.orig/src/controller/build_info.h.in
7 +++ nfstrace/src/controller/build_info.h.in
8 @@ -29,9 +29,7 @@ constexpr unsigned int NST_VERSION =
79 @NST_V_MAJOR@ * 1000 + @NST_V_MINOR@ * 100 + @NST_V_PATCH@;
810
911 constexpr char PROGRAM_BUILD_INFO[]=
11 Date: 2017-06-24 14:27:26.476641008 +0100
22 Subject: Make the build reproducible
33
4 --- nfstrace-0.4.3.1.orig/docs/nfstrace_manual.tex
5 +++ nfstrace-0.4.3.1/docs/nfstrace_manual.tex
4 Index: nfstrace/docs/nfstrace_manual.tex
5 ===================================================================
6 --- nfstrace.orig/docs/nfstrace_manual.tex
7 +++ nfstrace/docs/nfstrace_manual.tex
68 @@ -54,7 +54,8 @@
79 \fancyfoot[L]{Nfstrace User and Developer Manual}% \fancyfoot[R]{\thepage}
810 \renewcommand{\headrulewidth}{0.4pt}% Default \headrulewidth is 0.4pt