<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/collections/luci-ssl/Makefile, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-02-08T21:41:34Z</updated>
<entry>
<title>luci-app-attendedsysupgrade: activate in buildbot</title>
<updated>2026-02-08T21:41:34Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-02-05T22:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a0bad5ea0a3148b32c8747a4d734821abc571293'/>
<id>urn:sha1:a0bad5ea0a3148b32c8747a4d734821abc571293</id>
<content type='text'>
Instead of making the main LuCI packages depend on
luci-app-attendedsysupgrade, only activate it by default when BUILDBOT
is seletced.

This way it is not selected by default in custom builds, but it will be
automatically selected in builds with CONFIG_BUILDBOT set. Even when
CONFIG_BUILDBOT is set it is possible to deactivate it.

This still depends on LuCI, it will only be activated in OpenWrt release
builds which are build with LuCI and not in OpenWrt main branch builds.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>collections: Add luci-app-attendedsysupgrade as default</title>
<updated>2025-11-09T07:23:40Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-11-08T21:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=dcf699c569cb34f895f9f00432268d83c9d2a206'/>
<id>urn:sha1:dcf699c569cb34f895f9f00432268d83c9d2a206</id>
<content type='text'>
Add the luci-app-attendedsysupgrade package as default package when
luci-app-package-manager is already added.

This should spread the usage of ASU more in the next release.

This adds the following 3 packages to the default LuCi image:
5131 bin/packages/aarch64_cortex-a53/base/rpcd-mod-rpcsys-2025.11.07~91700007-r1.apk
8781 bin/packages/aarch64_cortex-a53/luci/luci-app-attendedsysupgrade-25.302.55139~cf868f4.apk
1322 bin/packages/aarch64_cortex-a53/packages/attendedsysupgrade-common-9.apk

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>collections: select package manager for SSL collections</title>
<updated>2024-11-23T12:06:31Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-11-21T21:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9e70c9aed8b0c87a4c5f03eb0cfbca9f6970192a'/>
<id>urn:sha1:9e70c9aed8b0c87a4c5f03eb0cfbca9f6970192a</id>
<content type='text'>
Currently, the regular and nginx collections include package manager
by default but SSL collections dont, so lets include package manager on
SSL collections as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-ssl: switch to mbedtls</title>
<updated>2023-02-04T07:14:43Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2023-02-04T06:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=7550ad69aff5e57718ee9bc33a2078eccd13fc7c'/>
<id>urn:sha1:7550ad69aff5e57718ee9bc33a2078eccd13fc7c</id>
<content type='text'>
OpenWrt has switched the default SSL library to be mbedtls instead
of WolfSSL. To avoid the need of installing both SSL libraries,
switch luci-ssl to use the mbedtls variant of libustream and px5g.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>luci-light: rework and reenable</title>
<updated>2023-01-24T09:14:04Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2022-10-24T12:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=34dee82f29af74d6dee0616cc52a7b9e4f51d9f6'/>
<id>urn:sha1:34dee82f29af74d6dee0616cc52a7b9e4f51d9f6</id>
<content type='text'>
The `luci` collection contains package management and attended
sysupgrades support, which are not that useful if not even undesired for
self-compiled images.

Rework the `luci-light` collection to exclude the two above mentioned
features, and make `luci` instead depend on the light collection in
additon to those features.

The `luci-ssl` and `luci-ssl-openssl` collections then only need
to depend on `luci-light`.

We now have three variants with won't pull in `luci-app-opkg` or
`luci-app-attendedsysupgrade`, making everybody happy.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-ssl: switch to WolfSSL</title>
<updated>2020-08-31T10:01:55Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-08-30T07:31:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e10f9545c05fad3ad085d702f46cb4374561b3ee'/>
<id>urn:sha1:e10f9545c05fad3ad085d702f46cb4374561b3ee</id>
<content type='text'>
OpenWrt installs WolfSSL per default to offer WPA3. To save some space
switch to a WolfSSL based px5g implementation for self-signed
certificate generation instead of a MbedTLS version.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>luci-ssl: add license tag</title>
<updated>2017-06-13T11:40:35Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2017-06-13T09:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=40aa47f10a819ee0fa9031a11b81ec2b6262e088'/>
<id>urn:sha1:40aa47f10a819ee0fa9031a11b81ec2b6262e088</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-ssl: depend on mbedtTLS</title>
<updated>2016-12-22T15:48:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-12-22T15:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=974194b440572e56d645f148316d53d65fd0a782'/>
<id>urn:sha1:974194b440572e56d645f148316d53d65fd0a782</id>
<content type='text'>
LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the
end of 2016.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-ssl-openssl: Provide OpenSSL-based LuCI collection</title>
<updated>2016-10-03T18:09:08Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2016-10-03T18:09:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=67de9f4bca4b578885970814023a88f128d1ba60'/>
<id>urn:sha1:67de9f4bca4b578885970814023a88f128d1ba60</id>
<content type='text'>
Add a new OpenSSL-based collection that uses libustream-openssl
instead of the default libustream-polarssl.
(Note: px5g still needs libpolarssl, so both libs will be included)

Mention PolarSSL in the title of luci-ssl.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>Rework LuCI build system</title>
<updated>2015-01-08T15:26:20Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2014-12-03T14:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=1bb4822dca6113f73e3bc89e2acf15935e6f8e92'/>
<id>urn:sha1:1bb4822dca6113f73e3bc89e2acf15935e6f8e92</id>
<content type='text'>
 * Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
</feed>
