<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ser2net, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-04-30T20:45:27Z</updated>
<entry>
<title>ser2net: update to 4.6.2</title>
<updated>2024-04-30T20:45:27Z</updated>
<author>
<name>Yegor Yefremov</name>
</author>
<published>2024-04-30T07:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=55ddb6e1ff0aa853208e71e63cee3189c7b74a57'/>
<id>urn:sha1:55ddb6e1ff0aa853208e71e63cee3189c7b74a57</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ser2net: update to 4.5.0 (closes #21409)</title>
<updated>2023-11-05T09:41:23Z</updated>
<author>
<name>Morgan Christiansson</name>
</author>
<published>2023-06-19T17:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e718abc23fe095d6c6f687086b1e0f0f532c23d1'/>
<id>urn:sha1:e718abc23fe095d6c6f687086b1e0f0f532c23d1</id>
<content type='text'>
This major update not only updates the ser2net daemon version,
but also migrates the UCI configuration handling to the newer
YAML configuration file format.

If you only configured ser2net using UCI, then there should
be no noticable difference and your configuration should
still work as before.

If you modified /etc/ser2net.conf before, or used custom adaptions
etc., then you must migrate to newer /etc/ser2net.yaml on your
own and/or double-check your installation - there is no automatic
migration logic during package upgrade path.

Signed-off-by: Morgan Christiansson &lt;git@mog.se&gt;
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>ser2net: schedule start later during boot (fixes #18872)</title>
<updated>2022-07-09T19:46:41Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2022-07-09T19:46:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=02faa202e5355a8db70e7b2868f2a6a62e5f4a82'/>
<id>urn:sha1:02faa202e5355a8db70e7b2868f2a6a62e5f4a82</id>
<content type='text'>
Usually, no other local service depends on the start of ser2net, so
let's start it later in the boot process.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>ser2net: update to 4.3.6</title>
<updated>2022-06-11T10:17:51Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2022-06-10T20:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c10b700bcc0e42d267bbc0faa8f7cc4a88305d13'/>
<id>urn:sha1:c10b700bcc0e42d267bbc0faa8f7cc4a88305d13</id>
<content type='text'>
We need to add an upstream patch as well, which fixes disabling
the newly introduced PAM support.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>ser2net: Update to version 4.3.5</title>
<updated>2022-03-31T02:41:18Z</updated>
<author>
<name>Nita Vesa</name>
</author>
<published>2022-02-19T09:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7da45225f415cb4988b5a6a788c55a0774358575'/>
<id>urn:sha1:7da45225f415cb4988b5a6a788c55a0774358575</id>
<content type='text'>
The updated version requires libgensio, libyaml and libpthread,
so those have been added accordingly to dependencies.

Also added arguments for the configure-script to always attempt
to build ser2net with the same settings, instead of leaving it
to guess, for consistency.

Signed-off-by: Nita Vesa &lt;werecatf@outlook.com&gt;
</content>
</entry>
<entry>
<title>treewide: add conffiles</title>
<updated>2020-05-08T22:06:43Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-05-08T21:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0ec746ccb6e87696a7a4986d87d55cda205031f0'/>
<id>urn:sha1:0ec746ccb6e87696a7a4986d87d55cda205031f0</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>ser2net: fix rpcd reload</title>
<updated>2020-01-27T07:16:29Z</updated>
<author>
<name>Michele Primavera</name>
</author>
<published>2020-01-21T11:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8299fac7ab0a54b09631edc44d6ef8cf0ea78167'/>
<id>urn:sha1:8299fac7ab0a54b09631edc44d6ef8cf0ea78167</id>
<content type='text'>
ser2net did not get restarted after saving in uci or luci

Signed-off-by: Michele Primavera &lt;primavera@elmod.it&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>set2net: Remove false depends</title>
<updated>2019-05-05T23:06:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-05T21:30:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4942dd12851634d12d143d2ea826f8402e4d5d57'/>
<id>urn:sha1:4942dd12851634d12d143d2ea826f8402e4d5d57</id>
<content type='text'>
These depends actually have the effect of disabling ser2net when uClibc-ng
is selected. Remove them.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ser2net: update to 3.5.1</title>
<updated>2019-01-08T22:13:08Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2019-01-08T22:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8cfbcfd7570a023dfac81f6678256dd8968b5c67'/>
<id>urn:sha1:8cfbcfd7570a023dfac81f6678256dd8968b5c67</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
