<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/cmake, 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>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>cmake: Fix release version for 1.13.0</title>
<updated>2024-03-30T17:29:46+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-03-30T17:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=dbffa39b4304f1be5e099f056a9e5001c3100393'/>
<id>urn:sha1:dbffa39b4304f1be5e099f056a9e5001c3100393</id>
<content type='text'>
We need to set certain fields before release.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&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>
<entry>
<title>build: add deb packaging support for Debian 13</title>
<updated>2023-07-17T20:01:39+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2023-07-17T20:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=e6f5023e2ab85fa6bba442527cc6312d95cc1412'/>
<id>urn:sha1:e6f5023e2ab85fa6bba442527cc6312d95cc1412</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>Update cpack.cmake</title>
<updated>2023-06-09T16:56:00+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-06-09T16:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=efb533508b9caf6e2e389103a96a1ce3ef6b7c89'/>
<id>urn:sha1:efb533508b9caf6e2e389103a96a1ce3ef6b7c89</id>
<content type='text'>
Use real version instad of "gitgitgit"</content>
</entry>
<entry>
<title>Fix compile failure with cmake failing on forks, fixes issue #80</title>
<updated>2023-06-09T16:56:00+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2023-04-30T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=6df439595309bdffdc0dd4c1d2b4dc7bc2968bce'/>
<id>urn:sha1:6df439595309bdffdc0dd4c1d2b4dc7bc2968bce</id>
<content type='text'>
We set fake variables so recipe doesn't fail.
It is a bit of hack for such situation, but makes development easier.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>Add support for building RPMs on RHEL 9 clones</title>
<updated>2022-10-28T21:25:20+00:00</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2022-10-28T21:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=4c9d11d8f68f688ed02ade1204ac838639fa0855'/>
<id>urn:sha1:4c9d11d8f68f688ed02ade1204ac838639fa0855</id>
<content type='text'>
This includes CentOS Stream, AlmaLinux, and RockyLinux.</content>
</entry>
<entry>
<title>Add liblua dependency for DEB packages</title>
<updated>2022-10-11T11:11:35+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2022-10-11T11:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=802b4960b77dd3999ce29429c13aa03a61646b41'/>
<id>urn:sha1:802b4960b77dd3999ce29429c13aa03a61646b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: add deb packaging support for Ubuntu 22.04 and Debian 12</title>
<updated>2022-09-01T00:53:39+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2022-09-01T00:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=8d6dec931641b57541f7346f4f8824e2044b4941'/>
<id>urn:sha1:8d6dec931641b57541f7346f4f8824e2044b4941</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
</feed>
