<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/haproxy/files, 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>2026-02-15T09:56:46Z</updated>
<entry>
<title>haproxy: update config (maxconn, nbthread, ssl)</title>
<updated>2026-02-15T09:56:46Z</updated>
<author>
<name>Andrey Zotikov</name>
</author>
<published>2026-02-06T06:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4fa6e1225f9920286c761fbb3c570bb40d5cc46c'/>
<id>urn:sha1:4fa6e1225f9920286c761fbb3c570bb40d5cc46c</id>
<content type='text'>
Configuration changes:

- max connections adjusted
- ulimit-n disabled
- nbprocs removed
- nbthread added
- ssl params added

Signed-off-by: Andrey Zotikov &lt;andrey.zotikov@gmail.com&gt;
</content>
</entry>
<entry>
<title>haproxy: implement force_reload init option</title>
<updated>2026-01-25T05:03:57Z</updated>
<author>
<name>Christian Lachner</name>
</author>
<published>2026-01-16T06:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df9b7923dbc8ed1766848550ff0313a223b90e85'/>
<id>urn:sha1:df9b7923dbc8ed1766848550ff0313a223b90e85</id>
<content type='text'>
- It will be used for acme-renew events
- Fixes issue #28038

Signed-off-by: Christian Lachner &lt;gladiac@gmail.com&gt;
</content>
</entry>
<entry>
<title>haproxy: update to v3.2.4</title>
<updated>2025-08-23T12:28:09Z</updated>
<author>
<name>Christian Lachner</name>
</author>
<published>2025-08-23T10:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eb333d1bee35b67ef836ddb3231f2e99f4c5e2db'/>
<id>urn:sha1:eb333d1bee35b67ef836ddb3231f2e99f4c5e2db</id>
<content type='text'>
- Major version bump to the latest HAProxy v3.2 LTS release.
- Updated haproxy PKG_VERSION and PKG_HASH
- Updated build-parameters:
  - Removed USE_QUIC_OPENSSL_COMPAT as OpenSSL v3.5.1+ ships with
    good enough Quic support. HAProxy does not need the compat code
    with these newer versions of OpenSSL anymore.
  - Removed obsolete build parameters.
- Updated example configuration so it works with the new version.
- See changes: http://git.haproxy.org/?p=haproxy-3.2.git;a=shortlog

Signed-off-by: Christian Lachner &lt;gladiac@gmail.com&gt;
</content>
</entry>
<entry>
<title>acme-acmesh: Provide a 'combined' certificate bundle as well</title>
<updated>2022-12-14T15:43:45Z</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
</author>
<published>2022-12-14T14:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17691a5a52833511ef3fcd31ae835c3c4a230542'/>
<id>urn:sha1:17691a5a52833511ef3fcd31ae835c3c4a230542</id>
<content type='text'>
The haproxy hotplug script creates a 'combined' certificate bundle that
contains both the certificate chain and the private key. However, having a
daemon hotplug script write into CERT_DIR is not great; so let's provide
the bundle as part of the main acme framework, keeping it in $domain_dir
and just linking it into CERT_DIR. That way we can keep CERT_DIR as just a
collection of links for everything, that no consumers should need to write
into.

Also make sure to set the umask correctly so the combined file is not
world-readable (since it contains the private key).

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@toke.dk&gt;
</content>
</entry>
<entry>
<title>haproxy: use .crt as extension for certificates</title>
<updated>2022-11-28T14:50:46Z</updated>
<author>
<name>Glen Huang</name>
</author>
<published>2022-11-19T02:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1890f35cfd4127fb533eaa56b3370a88bd62f703'/>
<id>urn:sha1:1890f35cfd4127fb533eaa56b3370a88bd62f703</id>
<content type='text'>
Signed-off-by: Glen Huang &lt;i@glenhuang.com&gt;
</content>
</entry>
<entry>
<title>amce: use procd to restart services</title>
<updated>2022-10-24T02:07:06Z</updated>
<author>
<name>Glen Huang</name>
</author>
<published>2022-10-22T14:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7f04710579ef9466bc429403624fed71f112d6c9'/>
<id>urn:sha1:7f04710579ef9466bc429403624fed71f112d6c9</id>
<content type='text'>
Directly calling `/etc/init.d/&lt;service&gt; reload` in a hotplug script can
inadvertently start a stopped service.

Signed-off-by: Glen Huang &lt;i@glenhuang.com&gt;
</content>
</entry>
<entry>
<title>acme: use the hotplug system</title>
<updated>2022-08-15T22:32:04Z</updated>
<author>
<name>Glen Huang</name>
</author>
<published>2022-01-29T12:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e84f6514538f0638507ce8066f801374db6f4150'/>
<id>urn:sha1:e84f6514538f0638507ce8066f801374db6f4150</id>
<content type='text'>
Signed-off-by: Glen Huang &lt;heyhgl@gmail.com&gt;
</content>
</entry>
<entry>
<title>haproxy: use new extra_command function definition</title>
<updated>2020-11-04T07:50:34Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2020-10-28T14:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f2820aa3281cf1a1a4f1798f3d66191faa53efb2'/>
<id>urn:sha1:f2820aa3281cf1a1a4f1798f3d66191faa53efb2</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>haproxy: Rework hotplug script for HAProxy</title>
<updated>2019-11-08T13:38:31Z</updated>
<author>
<name>Christian Lachner</name>
</author>
<published>2019-11-08T13:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9630b044331ff70b7b5783362cdd026056281c1b'/>
<id>urn:sha1:9630b044331ff70b7b5783362cdd026056281c1b</id>
<content type='text'>
- Migrated init-script to procd.
- Removed the old hotplug script as it is unnecessary and
  caused long boot-times for r7800 and possibly others.

Signed-off-by: Christian Lachner &lt;gladiac@gmail.com&gt;
</content>
</entry>
<entry>
<title>haproxy: Update HAProxy to v2.0.0 (LTS)</title>
<updated>2019-06-21T07:09:11Z</updated>
<author>
<name>Christian Lachner</name>
</author>
<published>2019-06-21T07:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6cc24a477f1d7d1fd6be7704889dcb514c1f5e75'/>
<id>urn:sha1:6cc24a477f1d7d1fd6be7704889dcb514c1f5e75</id>
<content type='text'>
- Update haproxy download URL and hash
- Add new patches
- Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+
- Update default configuration
- Add check-command (for config) to init-script
- Add prometheus-service from contribs by default

Signed-off-by: Christian Lachner &lt;gladiac@gmail.com&gt;
</content>
</entry>
</feed>
