<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/.github/workflows, branch revert-145-dkms</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=revert-145-dkms</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=revert-145-dkms'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2024-08-18T12:36:13+00:00</updated>
<entry>
<title>Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations"</title>
<updated>2024-08-18T12:36:13+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>nuclearcat@nuclearcat.com</email>
</author>
<published>2024-08-18T12:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=34155624d86be9a49a39bac6e775526c510f4487'/>
<id>urn:sha1:34155624d86be9a49a39bac6e775526c510f4487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #145 from svlobanov/dkms</title>
<updated>2024-08-18T12:35:54+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-08-18T12:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1'/>
<id>urn:sha1:2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1</id>
<content type='text'>
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations</content>
</entry>
<entry>
<title>ci: remove debian10 support</title>
<updated>2024-07-02T19:57:15+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-07-02T19:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=2a0aec6c8fc868ab141ae1371147556e7373ccf8'/>
<id>urn:sha1:2a0aec6c8fc868ab141ae1371147556e7373ccf8</id>
<content type='text'>
Debian10 LTS is EoL (ref: https://wiki.debian.org/LTS) so it is removed
from CI.
Debian10 ELTS is maintained by third-party organization, only some packages
are maintained so there is no reason to support Debian10 in CI
</content>
</entry>
<entry>
<title>build: add dkms support for ipoe and vlan_mon drivers, ci optimizations</title>
<updated>2024-06-02T12:30:48+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-05-28T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=d9fc4be48641bc7116e4dacbdb5e3115c3181a89'/>
<id>urn:sha1:d9fc4be48641bc7116e4dacbdb5e3115c3181a89</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>ci: use ubuntu 24.04 as default runner in github</title>
<updated>2024-05-25T14:33:39+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-05-24T23:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=bf00b2eb73e8411360292337fa2f889b38788acb'/>
<id>urn:sha1:bf00b2eb73e8411360292337fa2f889b38788acb</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>Merge pull request #130 from nuclearcat/add-musl-compatibility</title>
<updated>2024-04-14T15:24:50+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2024-04-14T15:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=fc78e082352168a2051928d25eaf0c0b09d20873'/>
<id>urn:sha1:fc78e082352168a2051928d25eaf0c0b09d20873</id>
<content type='text'>
musl: Add musl compatibility</content>
</entry>
<entry>
<title>ci: remove unnecessary gcovr python package where it's not required</title>
<updated>2024-04-11T23:05:08+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-04-11T23:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=c18172781703ce4da2445943efc0b459b7c20414'/>
<id>urn:sha1:c18172781703ce4da2445943efc0b459b7c20414</id>
<content type='text'>
This patch fixes debian10 build

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>workflows: Add CI build in Alpine</title>
<updated>2024-04-09T22:34:05+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-04-09T21:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=ce3ee7595c1239a20de589c95dd8ccce38ae49e7'/>
<id>urn:sha1:ce3ee7595c1239a20de589c95dd8ccce38ae49e7</id>
<content type='text'>
As we fixed musl compatibility, we can add also basic check
if accel keep working in Alpine Linux

Also update default config, enable connlimit and place it
before pptp, otherwise Alpine generate error:

```
[2024-04-09 22:30:09.911]loader: failed to load 'pptp': Error relocating /usr/local/lib64/accel-ppp/libpptp.so: connlimit_check: symbol not found
```

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>ci: fix pytest issue on Debian 10</title>
<updated>2024-03-20T20:58:35+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-03-20T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=4b04b0b98d2308d5863bd3f6dab295dd8cd85f52'/>
<id>urn:sha1:4b04b0b98d2308d5863bd3f6dab295dd8cd85f52</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>ci: add ubuntu 24.04 support, disable mainline kernel build</title>
<updated>2023-12-28T23:25:52+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2023-12-28T23:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=a77daef0c1b695b19f1989530d804262298e4d2d'/>
<id>urn:sha1:a77daef0c1b695b19f1989530d804262298e4d2d</id>
<content type='text'>
third-party mainline ubuntu kernel package is broken so disable it
</content>
</entry>
</feed>
