Codebase list groonga / d3edc54
Refresh patch files Kentaro Hayashi 3 years ago
3 changed file(s) with 6 addition(s) and 40 deletion(s). Raw diff Collapse all Expand all
66
77 See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826061#10
88 ---
9 vendor/nginx-1.19.2/src/os/unix/ngx_posix_config.h | 5 ++++-
9 vendor/nginx-1.19.4/src/os/unix/ngx_posix_config.h | 5 ++++-
1010 1 file changed, 4 insertions(+), 1 deletion(-)
1111
12 diff --git a/vendor/nginx-1.19.2/src/os/unix/ngx_posix_config.h b/vendor/nginx-1.19.2/src/os/unix/ngx_posix_config.h
12 diff --git a/vendor/nginx-1.19.4/src/os/unix/ngx_posix_config.h b/vendor/nginx-1.19.4/src/os/unix/ngx_posix_config.h
1313 index 2a8c413..03f7e0a 100644
14 --- a/vendor/nginx-1.19.2/src/os/unix/ngx_posix_config.h
15 +++ b/vendor/nginx-1.19.2/src/os/unix/ngx_posix_config.h
14 --- a/vendor/nginx-1.19.4/src/os/unix/ngx_posix_config.h
15 +++ b/vendor/nginx-1.19.4/src/os/unix/ngx_posix_config.h
1616 @@ -21,10 +21,13 @@
1717 #endif
1818
+0
-34
debian/patches/fix-permission-about-tools-scripts.patch less more
0 From: Kentaro Hayashi <kenhys@gmail.com>
1 Date: Mon, 31 Aug 2020 09:38:12 +0900
2 Subject: Fix permission for tools scripts
3
4 ---
5 debian/patches/fix-excutable-permission.patch | 19 +++++++++++++++++++
6 1 file changed, 19 insertions(+)
7 create mode 100644 debian/patches/fix-excutable-permission.patch
8
9 diff --git a/debian/patches/fix-excutable-permission.patch b/debian/patches/fix-excutable-permission.patch
10 new file mode 100644
11 index 0000000..917b176
12 --- /dev/null
13 +++ b/debian/patches/fix-excutable-permission.patch
14 @@ -0,0 +1,19 @@
15 +From: Kentaro Hayashi <kenhys@gmail.com>
16 +Date: Sat, 22 Aug 2020 18:24:03 +0900
17 +Subject: Install with executable permission
18 +
19 +---
20 + tools/Makefile.am | 2 +-
21 + 1 file changed, 1 insertion(+), 1 deletion(-)
22 +
23 +diff --git a/tools/Makefile.am b/tools/Makefile.am
24 +index f159894..9f75a27 100644
25 +--- a/tools/Makefile.am
26 ++++ b/tools/Makefile.am
27 +@@ -1,5 +1,5 @@
28 + toolsdir = $(pkgdatadir)/tools
29 +-dist_tools_DATA = \
30 ++dist_tools_SCRIPTS = \
31 + copy-related-files.rb \
32 + check-index-merge-source-dump.rb \
33 + check-small-index-limit.rb \
66 1 file changed, 1 deletion(-)
77
88 diff --git a/configure.ac b/configure.ac
9 index 0f14384..bced67f 100644
9 index 19f9705..4432e87 100644
1010 --- a/configure.ac
1111 +++ b/configure.ac
12 @@ -1816,7 +1816,6 @@ AC_CONFIG_FILES([
12 @@ -1851,7 +1851,6 @@ AC_CONFIG_FILES([
1313 lib/mrb/scripts/query_logger/Makefile
1414 lib/proc/Makefile
1515 packages/Makefile