<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/conserver/patches, 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-09T19:35:19Z</updated>
<entry>
<title>conserver: update to version 8.3.0</title>
<updated>2026-02-09T19:35:19Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2026-02-08T18:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0e11c771a781cf4f9305bddfbf81ba1f2c695380'/>
<id>urn:sha1:0e11c771a781cf4f9305bddfbf81ba1f2c695380</id>
<content type='text'>
version 8.3.0 (February 2, 2026):
        - Don't use `true` variable (Stanisław Pitucha &lt;stan.pitucha@envato.com&gt;)
        - Add VPATH to Makefile.in (saproj &lt;saproj@gmail.com&gt;)
        - FileUnopen: always return a valid file descriptor (Jeff Moyer &lt;jmoyer@redhat.com&gt;)
        - fix SEGFAULT on early exit with IPv6 enabled (Bjørn Mork &lt;bjorn@mork.no&gt;)
        - In AddrsMatch, keep copies of addrinfos to free. (Darren Tucker &lt;dtucker@dtucker.net&gt;)
        - Increase buffer size for GSSAPI exchanges (Alexander Bokovoy &lt;abokovoy@redhat.com&gt;)
        - Show "(inactive)" rather than an invalid pty device name for ondemand consoles that
          are closed. Show "(inactive)" rather than "(null)" for ondemand consoles that have
          never been opened. (Greg Becker &lt;becker.greg@att.net&gt;)
        - Prevent spy-mode clients from being promoted to the attached/writable state. (Greg Becker &lt;becker.greg@att.net&gt;)
        - autoconf upgrade (Jörg Sommer &lt;joerg@jo-so.de&gt;)
        - reinitcheck allows time units (Jacek Tomasiak &lt;jtomasiak@arista.com&gt;)
        - reduce level of string alloc management debug messages (Greg A. Woods &lt;woods@robohack.ca&gt;)
        - fix bug with parser and "#" lines, fix debug output in ParseFile()
        - Fix clobbering of breaklist and replstring (Anton Lundin &lt;glance@ac2.se&gt;)
        - Use strcmp() rather than strcasecmp() to compare console names when reading the config
          file and creating the list of consoles. (Greg Becker &lt;becker.greg@att.net&gt;)
        - Added passwordfile config option (Jason Ni &lt;jni@hudson-trading.com&gt;)

Drop upstreamed patches:
  002-addrsmatch-freeaddrinfo.patch
  002-fix-SEGFAULT-on-early-exit-with-IPv6-enabled.patch

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>conserver: fix crash on early exit</title>
<updated>2025-03-05T19:17:14Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2024-02-05T20:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=50876c8c499870fefd79d030f87dc100188974ac'/>
<id>urn:sha1:50876c8c499870fefd79d030f87dc100188974ac</id>
<content type='text'>
Add pending patch, fixing a crash when conserver exits
without starting the server.

Link: https://github.com/bstansell/conserver/pull/97
Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>conserver: update to version 8.2.7</title>
<updated>2025-03-05T19:17:14Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2023-09-21T17:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=86a2b342de2bb44259857bae83923117e3c771a4'/>
<id>urn:sha1:86a2b342de2bb44259857bae83923117e3c771a4</id>
<content type='text'>
version 8.2.7 (July 7, 2022):
        - configure.ac: autoconf-2.70 fix (Lars Wendler &lt;polynomial-c@gentoo.org&gt;)
        - Add high baud rates (Peter Chubb &lt;Peter.Chubb@data61.csiro.au&gt;)
        - Make compile --with-ipv6 &amp; setproctitle (Bjoern A. Zeeb &lt;patch@zabbadoz.net&gt;)
        - conserver.cf: devicesubst add 'b' for baud rate (Bjoern A. Zeeb &lt;patch@zabbadoz.net&gt;)
        - Reflect that baud values have increased to 7 digits (Bjoern A. Zeeb &lt;patch@zabbadoz.net&gt;)
        - cirrus-ci: move to freebsd-13-0 (Bryan Stansell &lt;bryan@stansell.org&gt;)
        - configure.ac: support libgssapi_krb5 (Jiri Kastner &lt;cz172638@gmail.com&gt;)

Drop upstreamed patch 000-100-backport-config-macro-fix.patch

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>conserver: free correct addrinfo to prevent crash.</title>
<updated>2024-02-24T20:14:18Z</updated>
<author>
<name>Darren Tucker</name>
</author>
<published>2024-02-15T08:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=69b24ecf6f92feed56ae91cfcf5b56240d90104c'/>
<id>urn:sha1:69b24ecf6f92feed56ae91cfcf5b56240d90104c</id>
<content type='text'>
When looping through addrinfo lists in AddrsMatch, keep a copy of the
original addrinfo pointers to free instead of ending up at the terminating
NULLs and trying to free those.

OpenWRT uses musl in which freeaddrinfo(NULL) is not safe (which is
fine, it's not required by the spec) so this fixes a segfault.

Signed-off-by: Darren Tucker &lt;dtucker@dtucker.net&gt;
</content>
</entry>
<entry>
<title>conserver: fix build with new autotools</title>
<updated>2022-09-09T22:20:58Z</updated>
<author>
<name>Michael Pratt</name>
</author>
<published>2022-08-25T19:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=94f2484ac75fbce52a9d1439b3d7bfad75587fe7'/>
<id>urn:sha1:94f2484ac75fbce52a9d1439b3d7bfad75587fe7</id>
<content type='text'>
Backport a patch that fixes build
with new versions of Autoconf and Automake.

Signed-off-by: Michael Pratt &lt;mcpratt@pm.me&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>conserver: update to version 8.2.4</title>
<updated>2019-03-27T20:00:20Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2019-03-27T14:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0236c9f13528b20c3bdb97af2ca7af1e960a0095'/>
<id>urn:sha1:0236c9f13528b20c3bdb97af2ca7af1e960a0095</id>
<content type='text'>
version 8.2.4 (March 26, 2019):
        - Correct man page typo (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Remove autotools generated files from repo and create with release
        - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
        - Moving README to markdown
        - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console
        - Fix #8 - defaultaccess appears broken
        - Rename configure.in and use autoreconf
        - Better use of version.h and letting configure build things with versions

version 8.2.3 (March 17, 2019):
        - Correct 'impi' typo (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Correct argument type passed to time() (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Fix compilation without deprecated OpenSSL APIs (Rosen Penev &lt;rosenp@gmail.com&gt;)
        - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev &lt;rosenp@gmail.com&gt;)
        - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell &lt;bryan@conserver.com&gt;)
        - configure.in: Add test for closefrom (Ed Maste &lt;emaste@freebsd.org&gt;)
        - regenerate autoconf files (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Use closefrom if available (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Correct typo (Ed Maste &lt;emaste@freebsd.org&gt;)
        - Add Cirrus-CI FreeBSD CI build config (Ed Maste &lt;emaste@freebsd.org&gt;)
        - off by one found by Ed Maste (Bryan Stansell &lt;bryan@conserver.com&gt;)

openwrt packaging:
 - removed upstreamed 010-openssl-deprecated.patch

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs</title>
<updated>2019-01-02T07:42:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-02T07:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8c73cc5b0e7b50fffe3553ce5378ffa391b17300'/>
<id>urn:sha1:8c73cc5b0e7b50fffe3553ce5378ffa391b17300</id>
<content type='text'>
Two headers were missing.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>conserver: add advanced serial console package</title>
<updated>2017-06-04T09:22:43Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2017-04-20T13:32:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f42caaffb804d3e1d089498adea3c4dceb931787'/>
<id>urn:sha1:f42caaffb804d3e1d089498adea3c4dceb931787</id>
<content type='text'>
Conserver is an application that allows multiple users to use
serial consoles at the same time, with logging.  It has a client-
server design which makes it easy to manage a distributed set
of serial consoles.  Logging makes post-crash analyses easier.

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
</feed>
