12
0
forked from lua/lua-resty-core

8 Commits
devel ... main

Author SHA256 Message Date
f7b8d6d5b8 Updated to 0.1.32.
* https://github.com/openresty/lua-resty-core/compare/v0.1.31...v0.1.32
2025-11-03 22:25:41 +03:00
4ed8d71f83 Accepting request 1238661 from devel:languages:lua
- Updated to 0.1.31.
  * https://github.com/openresty/lua-resty-core/compare/v0.1.30...v0.1.31
  * Added function ngx.resp.set_status(status, reason).
  * Implemented decode_base64mime.

OBS-URL: https://build.opensuse.org/request/show/1238661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-core?expand=0&rev=4
2025-01-18 12:22:44 +00:00
a9b8855d93 Accepting request 1222036 from devel:languages:lua
- Updated to 0.1.30.
  * Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/request/show/1222036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-core?expand=0&rev=3
2024-11-07 15:28:11 +00:00
Илья Индиго
8584275abd - Updated to 0.1.30.
* Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-core?expand=0&rev=5
2024-11-07 08:19:31 +00:00
eab35f68ac Accepting request 1196398 from devel:languages:lua
- Updated to 0.1.29.
  * Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/request/show/1196398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-core?expand=0&rev=2
2024-08-28 19:30:40 +00:00
Илья Индиго
98c6451dd6 - Updated to 0.1.29.
* Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-core?expand=0&rev=3
2024-08-28 06:17:16 +00:00
6534efc94d Accepting request 1173219 from devel:languages:lua
Need for nginx-module-lua.

OBS-URL: https://build.opensuse.org/request/show/1173219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-core?expand=0&rev=1
2024-05-13 15:57:07 +00:00
96f7594fdc Accepting request 1171861 from home:13ilya
Even after creating the perl-Test-Nginx package, the tests still don't run.
You can run the pm file from the t directory as I did before, but it doesn't run the tests, it just does NOT return errors at the end of initialization.

The make file specifies the following

OPENRESTY_PREFIX=/usr/local/openresty
....
test: all
	PATH=$(OPENRESTY_PREFIX)/nginx/sbin:$$PATH prove -I../test-nginx/lib -r t

That is, I can NOT even override OPENRESTY_PREFIX, which is hardcoded and I have no idea where to get the test-nginx directory from.

Apparently these tests are for internal testing only.
If upstream writes how to run the tests properly, I'll add them, but it's better not to run them at all than to create the appearance of testing!

In any case, tests for noarch with empty %build section are not necessary.
I test them in a real environment with nginx-module-lua and I have lua-resty libraries working.

OBS-URL: https://build.opensuse.org/request/show/1171861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-core?expand=0&rev=1
2024-05-10 15:31:41 +00:00
7 changed files with 11 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62230dee287edcabb2dcb9c3b44ad162a6cc7ad2b8f508bc52e592f0137aa6a1
size 189008

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e416241724ce36ae90dddae8652f8c451e1ad87ebfb3cd62de76985492ef315f
size 226440

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adc7781ddaeab9341b82033a6c06b0d190d4c6d1c2dddd46f6965ce9e57a0310
size 226422

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8af7beadd43dd4758b7dc3c00e027dd3908e73f5bf0e08155a2c8954c5937c0
size 225505

BIN
lua-resty-core-0.1.32.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 3 19:07:49 UTC 2025 - Илья Индиго <ilya@ilya.top>
- Updated to 0.1.32.
* https://github.com/openresty/lua-resty-core/compare/v0.1.31...v0.1.32
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 18 10:27:39 UTC 2025 - Илья Индиго <ilya@ilya.top> Sat Jan 18 10:27:39 UTC 2025 - Илья Индиго <ilya@ilya.top>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package lua-resty-core # spec file for package lua-resty-core
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define lua_version 5.1 %define lua_version 5.1
Name: lua-resty-core Name: lua-resty-core
Version: 0.1.31 Version: 0.1.32
Release: 0 Release: 0
Summary: Lua API for ngx_http_lua_module and/or ngx_stream_lua_module Summary: Lua API for ngx_http_lua_module and/or ngx_stream_lua_module
License: BSD-2-Clause License: BSD-2-Clause