<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openvpn.git, branch debian/2.4.4-2</title>
<subtitle>Debian repo for openvpn</subtitle>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/'/>
<entry>
<title>Changelog for 2.4.4-2</title>
<updated>2017-12-10T23:22:24+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-12-10T23:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=75286879ecd00a15e21cb9126643fef0316bd47f'/>
<id>75286879ecd00a15e21cb9126643fef0316bd47f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Standards-Version to 4.1.2, no changes necessary</title>
<updated>2017-12-10T23:21:40+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-12-10T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=969554523b1dddd11dfefba47bec745cfd0eea31'/>
<id>969554523b1dddd11dfefba47bec745cfd0eea31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build against OpenSSL 1.1.0</title>
<updated>2017-12-10T23:20:54+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-12-10T23:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=36397b0f6ec08f0ae0155b57302a0dafd63fd940'/>
<id>36397b0f6ec08f0ae0155b57302a0dafd63fd940</id>
<content type='text'>
Closes: #828447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #828447
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for release</title>
<updated>2017-10-25T06:14:33+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-10-25T06:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=6455036094426dd68277aa025b58704b6d8e31aa'/>
<id>6455036094426dd68277aa025b58704b6d8e31aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in changelog</title>
<updated>2017-10-09T19:30:19+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-10-09T19:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=f212a9a8061882b73f6b6902757031bcd596aef2'/>
<id>f212a9a8061882b73f6b6902757031bcd596aef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Amend changelog</title>
<updated>2017-10-09T19:29:06+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-10-09T19:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=8e8859fac3c914c52b0c197409e4e506926df327'/>
<id>8e8859fac3c914c52b0c197409e4e506926df327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openvpn@.service: Use KillMode=process</title>
<updated>2017-10-09T19:26:31+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-10-09T19:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=1a0cdf35d6f7e3a80eaf3989e415baf23f879488'/>
<id>1a0cdf35d6f7e3a80eaf3989e415baf23f879488</id>
<content type='text'>
This copies a change in the upstream systemd unit into the Debian-specific
one

===
systemd: Ensure systemd shuts down OpenVPN in a proper way
By default, when systemd is stopping OpenVPN it will send the SIGTERM
to all processes within the same process control-group.  This can come
as a surprise to plug-ins which may have fork()ed out child processes.

So we tell systemd to only send the SIGTERM signal to the main OpenVPN
process and let OpenVPN take care of the shutdown process on its own.

If the main OpenVPN process does not stop within 90 seconds (unless
changed), it will send SIGKILL to all remaining processes within
the same process control-group.

This issue have been reported in both Debian and Fedora.

Trac: 581
Message-Id: &lt;20170906234705.26202-1-davids@openvpn.net&gt;
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15369.html
Signed-off-by: David Sommerseth &lt;davids@openvpn.net&gt;
[DS: Applied lazy-ack policy]
===
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This copies a change in the upstream systemd unit into the Debian-specific
one

===
systemd: Ensure systemd shuts down OpenVPN in a proper way
By default, when systemd is stopping OpenVPN it will send the SIGTERM
to all processes within the same process control-group.  This can come
as a surprise to plug-ins which may have fork()ed out child processes.

So we tell systemd to only send the SIGTERM signal to the main OpenVPN
process and let OpenVPN take care of the shutdown process on its own.

If the main OpenVPN process does not stop within 90 seconds (unless
changed), it will send SIGKILL to all remaining processes within
the same process control-group.

This issue have been reported in both Debian and Fedora.

Trac: 581
Message-Id: &lt;20170906234705.26202-1-davids@openvpn.net&gt;
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15369.html
Signed-off-by: David Sommerseth &lt;davids@openvpn.net&gt;
[DS: Applied lazy-ack policy]
===
</pre>
</div>
</content>
</entry>
<entry>
<title>openvpn@.service: Copy Restart=on-failure from upstream systemd unit</title>
<updated>2017-10-09T19:25:52+00:00</updated>
<author>
<name>Bernhard Schmidt</name>
<email>berni@debian.org</email>
</author>
<published>2017-10-09T19:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=8b66a35385f4350db57d6a9d4f40ad732267e6b9'/>
<id>8b66a35385f4350db57d6a9d4f40ad732267e6b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New directory /var/log/openvpn for log and status files</title>
<updated>2017-10-03T22:07:15+00:00</updated>
<author>
<name>Jörg Frings-Fürst</name>
<email>debian@jff-webhosting.net</email>
</author>
<published>2017-10-03T22:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=abb6ab3918792141a92a8e5b91074b66153b2eb3'/>
<id>abb6ab3918792141a92a8e5b91074b66153b2eb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Catalan translation</title>
<updated>2017-10-03T17:54:36+00:00</updated>
<author>
<name>Jörg Frings-Fürst</name>
<email>debian@jff-webhosting.net</email>
</author>
<published>2017-10-03T17:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jff.email/cgit/openvpn.git/commit/?id=5cdfd749325d2633506635e6e994a9a36f0d918b'/>
<id>5cdfd749325d2633506635e6e994a9a36f0d918b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
