<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/lua-openssl/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-17T06:46:33Z</updated>
<entry>
<title>lua: move Lua packages under lang/lua sub-folder</title>
<updated>2025-11-17T06:46:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-11-16T10:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7eebedcdfc0d17e610a123fdff4d8edb21e8b098'/>
<id>urn:sha1:7eebedcdfc0d17e610a123fdff4d8edb21e8b098</id>
<content type='text'>
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>lua-openssl: bump to 0.10.0-0</title>
<updated>2025-05-18T18:44:03Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2025-05-18T15:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d5bf5358df3bfbbd7a2b3f56700c15768b39f1a7'/>
<id>urn:sha1:d5bf5358df3bfbbd7a2b3f56700c15768b39f1a7</id>
<content type='text'>
Update lua-openssl to 0.10.0-0 fix compilation.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: Make version apk compatible</title>
<updated>2024-11-17T06:47:30Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-16T19:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c8a46db23df2aa932c2935796d71e804a72e68a5'/>
<id>urn:sha1:c8a46db23df2aa932c2935796d71e804a72e68a5</id>
<content type='text'>
Make version compatible with apk.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: Update to version 0.8.5-1</title>
<updated>2023-10-04T00:17:38Z</updated>
<author>
<name>Amnon Paz</name>
</author>
<published>2023-09-26T20:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a4d2e8c9d950de947d45b39391f316f3a352e37'/>
<id>urn:sha1:2a4d2e8c9d950de947d45b39391f316f3a352e37</id>
<content type='text'>
Signed-off-by: Amnon Paz &lt;pazamnon@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: update to version 0.8.2-1</title>
<updated>2022-05-27T03:39:30Z</updated>
<author>
<name>Maciej Krüger</name>
</author>
<published>2022-05-25T14:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0b5eb86718d1c228cef92d6c370666965fdb441d'/>
<id>urn:sha1:0b5eb86718d1c228cef92d6c370666965fdb441d</id>
<content type='text'>
Signed-off-by: Maciej Krüger &lt;mkg20001@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: update to 0.8.0-6</title>
<updated>2021-10-15T16:13:05Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-15T06:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=369da40c2a99879e2fe8c23cd4d1638bd431826f'/>
<id>urn:sha1:369da40c2a99879e2fe8c23cd4d1638bd431826f</id>
<content type='text'>
Remove upstreamed patches and backport cmake fix.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: update to 0.7.8-0</title>
<updated>2021-04-02T20:46:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-26T03:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=38f01ad2c9738c6c5a5dbda85019bb9cf5bc10f8'/>
<id>urn:sha1:38f01ad2c9738c6c5a5dbda85019bb9cf5bc10f8</id>
<content type='text'>
Swith to building with CMake to avoid huge patching of the stock
Makefile.

Reorganize Makefile for consistency between packages.

Add patch to fix deprecated OpenSSL functions.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
