clusterlb 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/Gemfile.lock +761 -1
- data/build.sh +4 -0
- data/clusterlb.gemspec +3 -0
- data/exe/clusterlb-stectrl +3 -2
- data/lib/clusterlb/version.rb +1 -1
- data/lib/clusterlb.rb +108 -5
- data/omnibus/.gitignore +10 -0
- data/omnibus/.kitchen.yml +41 -0
- data/omnibus/.ruby-version +1 -0
- data/omnibus/Berksfile +12 -0
- data/omnibus/Gemfile +21 -0
- data/omnibus/Gemfile.lock +284 -0
- data/omnibus/README.md +120 -0
- data/omnibus/build.sh +3 -0
- data/omnibus/config/patches/eventmachine/disable-extensions.patch +11 -0
- data/omnibus/config/patches/libffi/libffi-3.2.1-disable-multi-os-directory.patch +83 -0
- data/omnibus/config/patches/libffi/libffi-3.2.1-makefiles-sparc.patch +24 -0
- data/omnibus/config/patches/libiconv/config.guess_2015-09-14.patch +2390 -0
- data/omnibus/config/patches/libiconv/libiconv-1.14_srclib_stdio.in.h-remove-gets-declarations.patch +29 -0
- data/omnibus/config/patches/libyaml/v0.1.6.windows-configure.patch +26 -0
- data/omnibus/config/patches/ncurses/config_guess_2015-09-24.patch +857 -0
- data/omnibus/config/patches/ncurses/ncurses-5.9-gcc-5.patch +46 -0
- data/omnibus/config/patches/openssl/openssl-1.0.1f-do-not-build-docs.patch +28 -0
- data/omnibus/config/patches/openssl/openssl-1.0.1q-fix-compiler-flags-table-for-msys.patch +20 -0
- data/omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch +17 -0
- data/omnibus/config/patches/openssl/solaris-do-not-define-xopen-source.patch +24 -0
- data/omnibus/config/patches/pkg-config-lite/pkg-config-lite-0.28-1.config.guess.patch +992 -0
- data/omnibus/config/patches/ruby/ruby-2_1_3-no-mkmf.patch +22 -0
- data/omnibus/config/patches/ruby/ruby-aix-atomic.patch +11 -0
- data/omnibus/config/patches/ruby/ruby-aix-configure-all-source.patch +11 -0
- data/omnibus/config/patches/ruby/ruby-aix-configure-use-bash.patch +8 -0
- data/omnibus/config/patches/ruby/ruby-aix-configure.patch +20 -0
- data/omnibus/config/patches/ruby/ruby-aix-vm-core.patch +14 -0
- data/omnibus/config/patches/ruby/ruby-mkmf.patch +29 -0
- data/omnibus/config/patches/ruby/ruby-no-m32-cflag.patch +38 -0
- data/omnibus/config/patches/ruby/ruby-no-stack-protector.patch +13 -0
- data/omnibus/config/patches/ruby/ruby-remove-headc.patch +10 -0
- data/omnibus/config/patches/ruby/ruby-solaris-linux-socket-compat.patch +42 -0
- data/omnibus/config/patches/ruby/ruby-take-windres-rcflags.patch +11 -0
- data/omnibus/config/patches/ruby/ruby_aix_2_1_3_ssl_EAGAIN.patch +19 -0
- data/omnibus/config/patches/ruby/ruby_aix_openssl.patch +10 -0
- data/omnibus/config/patches/ruby/ruby_nano.patch +68 -0
- data/omnibus/config/patches/zlib/zlib-windows-relocate.patch +20 -0
- data/omnibus/config/projects/clusterlb.rb +38 -0
- data/omnibus/config/software/acme.sh.rb +18 -0
- data/omnibus/config/software/cacerts.rb +89 -0
- data/omnibus/config/software/clusterlb-gem.rb +25 -0
- data/omnibus/config/software/clusterlb-zlib.rb +55 -0
- data/omnibus/config/software/config_guess.rb +36 -0
- data/omnibus/config/software/libffi.rb +70 -0
- data/omnibus/config/software/libiconv.rb +62 -0
- data/omnibus/config/software/libtool.rb +55 -0
- data/omnibus/config/software/libyaml.rb +46 -0
- data/omnibus/config/software/makedepend.rb +43 -0
- data/omnibus/config/software/ncurses.rb +154 -0
- data/omnibus/config/software/oggcert-gem.rb +24 -0
- data/omnibus/config/software/openssl.rb +166 -0
- data/omnibus/config/software/pkg-config-lite.rb +45 -0
- data/omnibus/config/software/preparation.rb +30 -0
- data/omnibus/config/software/ruby.rb +238 -0
- data/omnibus/config/software/rubygems.rb +89 -0
- data/omnibus/config/software/util-macros.rb +43 -0
- data/omnibus/config/software/xproto.rb +43 -0
- data/omnibus/config/software/zlib.rb +84 -0
- data/omnibus/omnibus.rb +54 -0
- data/omnibus/package-scripts/clusterlb/postinst +17 -0
- data/omnibus/package-scripts/clusterlb/postrm +9 -0
- data/omnibus/package-scripts/clusterlb/preinst +7 -0
- data/omnibus/package-scripts/clusterlb/prerm +15 -0
- data/omnibus/resources/clusterlb/deb/conffiles.erb +3 -0
- data/omnibus/resources/clusterlb/deb/control.erb +25 -0
- data/omnibus/resources/clusterlb/deb/md5sums.erb +3 -0
- metadata +124 -2
data/omnibus/config/patches/libiconv/libiconv-1.14_srclib_stdio.in.h-remove-gets-declarations.patch
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
--- libiconv-1.14/srclib/stdio.in.h.orig 2014-07-02 01:49:41.484192961 +0000
|
|
2
|
+
+++ libiconv-1.14/srclib/stdio.in.h 2014-07-02 01:51:10.433127793 +0000
|
|
3
|
+
@@ -679,26 +679,6 @@
|
|
4
|
+
# endif
|
|
5
|
+
#endif
|
|
6
|
+
|
|
7
|
+
-#if @GNULIB_GETS@
|
|
8
|
+
-# if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@
|
|
9
|
+
-# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
|
|
10
|
+
-# undef gets
|
|
11
|
+
-# define gets rpl_gets
|
|
12
|
+
-# endif
|
|
13
|
+
-_GL_FUNCDECL_RPL (gets, char *, (char *s) _GL_ARG_NONNULL ((1)));
|
|
14
|
+
-_GL_CXXALIAS_RPL (gets, char *, (char *s));
|
|
15
|
+
-# else
|
|
16
|
+
-_GL_CXXALIAS_SYS (gets, char *, (char *s));
|
|
17
|
+
-# undef gets
|
|
18
|
+
-# endif
|
|
19
|
+
-_GL_CXXALIASWARN (gets);
|
|
20
|
+
-/* It is very rare that the developer ever has full control of stdin,
|
|
21
|
+
- so any use of gets warrants an unconditional warning. Assume it is
|
|
22
|
+
- always declared, since it is required by C89. */
|
|
23
|
+
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
|
|
24
|
+
-#endif
|
|
25
|
+
-
|
|
26
|
+
-
|
|
27
|
+
#if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
|
|
28
|
+
struct obstack;
|
|
29
|
+
/* Grow an obstack with formatted output. Return the number of
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
diff --git a/include/yaml.h b/include/yaml.h
|
|
2
|
+
index 5a04d36..70d839e 100644
|
|
3
|
+
--- a/include/yaml.h
|
|
4
|
+
+++ b/include/yaml.h
|
|
5
|
+
@@ -29,7 +29,7 @@ extern "C" {
|
|
6
|
+
#ifdef _WIN32
|
|
7
|
+
# if defined(YAML_DECLARE_STATIC)
|
|
8
|
+
# define YAML_DECLARE(type) type
|
|
9
|
+
-# elif defined(YAML_DECLARE_EXPORT)
|
|
10
|
+
+# elif defined(YAML_DECLARE_EXPORT) || defined(DLL_EXPORT)
|
|
11
|
+
# define YAML_DECLARE(type) __declspec(dllexport) type
|
|
12
|
+
# else
|
|
13
|
+
# define YAML_DECLARE(type) __declspec(dllimport) type
|
|
14
|
+
diff --git a/src/Makefile b/src/Makefile
|
|
15
|
+
index b72224d..a413ce0 100644
|
|
16
|
+
--- a/src/Makefile
|
|
17
|
+
+++ b/src/Makefile
|
|
18
|
+
@@ -219,7 +219,7 @@ top_srcdir = ..
|
|
19
|
+
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
20
|
+
lib_LTLIBRARIES = libyaml.la
|
|
21
|
+
libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
|
|
22
|
+
-libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
|
|
23
|
+
+libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE) -no-undefined
|
|
24
|
+
all: all-am
|
|
25
|
+
|
|
26
|
+
.SUFFIXES:
|