summaryrefslogtreecommitdiffstats
path: root/modules/http/.packaging
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http/.packaging')
-rw-r--r--modules/http/.packaging/centos/7/rundeps1
-rw-r--r--modules/http/.packaging/centos/8/rundeps1
-rw-r--r--modules/http/.packaging/debian/10/rundeps1
-rw-r--r--modules/http/.packaging/debian/9/rundeps1
-rw-r--r--modules/http/.packaging/fedora/31/rundeps1
-rw-r--r--modules/http/.packaging/fedora/32/rundeps1
-rw-r--r--modules/http/.packaging/leap/15.2/NOTSUPPORTED5
-rwxr-xr-xmodules/http/.packaging/leap/15.2/pre-test.sh1
-rw-r--r--modules/http/.packaging/leap/15.2/rundeps7
-rw-r--r--modules/http/.packaging/test.config4
-rw-r--r--modules/http/.packaging/ubuntu/16.04/NOTSUPPORTED0
-rw-r--r--modules/http/.packaging/ubuntu/18.04/rundeps1
-rw-r--r--modules/http/.packaging/ubuntu/20.04/rundeps1
13 files changed, 25 insertions, 0 deletions
diff --git a/modules/http/.packaging/centos/7/rundeps b/modules/http/.packaging/centos/7/rundeps
new file mode 100644
index 0000000..c557cb2
--- /dev/null
+++ b/modules/http/.packaging/centos/7/rundeps
@@ -0,0 +1 @@
+lua-http
diff --git a/modules/http/.packaging/centos/8/rundeps b/modules/http/.packaging/centos/8/rundeps
new file mode 100644
index 0000000..ed5aee1
--- /dev/null
+++ b/modules/http/.packaging/centos/8/rundeps
@@ -0,0 +1 @@
+lua5.1-http
diff --git a/modules/http/.packaging/debian/10/rundeps b/modules/http/.packaging/debian/10/rundeps
new file mode 100644
index 0000000..c557cb2
--- /dev/null
+++ b/modules/http/.packaging/debian/10/rundeps
@@ -0,0 +1 @@
+lua-http
diff --git a/modules/http/.packaging/debian/9/rundeps b/modules/http/.packaging/debian/9/rundeps
new file mode 100644
index 0000000..c557cb2
--- /dev/null
+++ b/modules/http/.packaging/debian/9/rundeps
@@ -0,0 +1 @@
+lua-http
diff --git a/modules/http/.packaging/fedora/31/rundeps b/modules/http/.packaging/fedora/31/rundeps
new file mode 100644
index 0000000..ed5aee1
--- /dev/null
+++ b/modules/http/.packaging/fedora/31/rundeps
@@ -0,0 +1 @@
+lua5.1-http
diff --git a/modules/http/.packaging/fedora/32/rundeps b/modules/http/.packaging/fedora/32/rundeps
new file mode 100644
index 0000000..ed5aee1
--- /dev/null
+++ b/modules/http/.packaging/fedora/32/rundeps
@@ -0,0 +1 @@
+lua5.1-http
diff --git a/modules/http/.packaging/leap/15.2/NOTSUPPORTED b/modules/http/.packaging/leap/15.2/NOTSUPPORTED
new file mode 100644
index 0000000..bb50260
--- /dev/null
+++ b/modules/http/.packaging/leap/15.2/NOTSUPPORTED
@@ -0,0 +1,5 @@
+
+https://github.com/wahern/luaossl/issues/175
+
+
+Doesn't work with libopenssl-devel 1.1.0i-lp151.1.1
diff --git a/modules/http/.packaging/leap/15.2/pre-test.sh b/modules/http/.packaging/leap/15.2/pre-test.sh
new file mode 100755
index 0000000..bb1e131
--- /dev/null
+++ b/modules/http/.packaging/leap/15.2/pre-test.sh
@@ -0,0 +1 @@
+luarocks --lua-version 5.1 install http --from=https://mah0x211.github.io/rocks/
diff --git a/modules/http/.packaging/leap/15.2/rundeps b/modules/http/.packaging/leap/15.2/rundeps
new file mode 100644
index 0000000..ab05188
--- /dev/null
+++ b/modules/http/.packaging/leap/15.2/rundeps
@@ -0,0 +1,7 @@
+libopenssl-devel
+lua51-devel
+lua51-luarocks
+git
+tar
+gzip
+m4
diff --git a/modules/http/.packaging/test.config b/modules/http/.packaging/test.config
new file mode 100644
index 0000000..cb5e5dd
--- /dev/null
+++ b/modules/http/.packaging/test.config
@@ -0,0 +1,4 @@
+-- SPDX-License-Identifier: GPL-3.0-or-later
+modules.load('http')
+assert(http)
+quit()
diff --git a/modules/http/.packaging/ubuntu/16.04/NOTSUPPORTED b/modules/http/.packaging/ubuntu/16.04/NOTSUPPORTED
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/modules/http/.packaging/ubuntu/16.04/NOTSUPPORTED
diff --git a/modules/http/.packaging/ubuntu/18.04/rundeps b/modules/http/.packaging/ubuntu/18.04/rundeps
new file mode 100644
index 0000000..c557cb2
--- /dev/null
+++ b/modules/http/.packaging/ubuntu/18.04/rundeps
@@ -0,0 +1 @@
+lua-http
diff --git a/modules/http/.packaging/ubuntu/20.04/rundeps b/modules/http/.packaging/ubuntu/20.04/rundeps
new file mode 100644
index 0000000..c557cb2
--- /dev/null
+++ b/modules/http/.packaging/ubuntu/20.04/rundeps
@@ -0,0 +1 @@
+lua-http