6a043af7c6
* nbd-server: fix unsafe signal handling * define error values as part of the protocol * docs/proto: clarify NBD_CMD_FLUSH - Drop nbd_signaling_CVE-2015-0847.patch as fix is included in upstream OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=33
23 lines
943 B
Diff
23 lines
943 B
Diff
Index: nbd-3.11/doc/Doxyfile.in
|
|
===================================================================
|
|
--- nbd-3.11.orig/doc/Doxyfile.in
|
|
+++ nbd-3.11/doc/Doxyfile.in
|
|
@@ -30,7 +30,7 @@ PROJECT_NUMBER = @PACKAGE_VERSIO
|
|
# If a relative path is entered, it will be relative to the location
|
|
# where doxygen was started. If left blank the current directory will be used.
|
|
|
|
-OUTPUT_DIRECTORY = doxygen-output
|
|
+OUTPUT_DIRECTORY = doc
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
|
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
|
@@ -459,7 +459,7 @@ WARN_LOGFILE =
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
# with spaces.
|
|
|
|
-INPUT = ..
|
|
+INPUT =
|
|
|
|
# If the value of the INPUT tag contains directories, you can use the
|
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|