Hello community,

here is the log from the commit of package ser2net for openSUSE:Factory checked 
in at 2020-10-21 14:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ser2net (Old)
 and      /work/SRC/openSUSE:Factory/.ser2net.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ser2net"

Wed Oct 21 14:38:02 2020 rev:15 rq:840773 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ser2net/ser2net.changes  2020-08-29 
20:44:20.377515003 +0200
+++ /work/SRC/openSUSE:Factory/.ser2net.new.3486/ser2net.changes        
2020-10-21 14:38:12.821599525 +0200
@@ -1,0 +2,7 @@
+Tue Oct  6 20:56:07 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 4.2.3
+  * bugfix release only
+  * No user visible changes
+
+-------------------------------------------------------------------

Old:
----
  ser2net-4.2.2.tar.gz

New:
----
  ser2net-4.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ser2net.spec ++++++
--- /var/tmp/diff_new_pack.KCp9hC/_old  2020-10-21 14:38:13.873600120 +0200
+++ /var/tmp/diff_new_pack.KCp9hC/_new  2020-10-21 14:38:13.877600122 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ser2net
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Summary:        Serial port to network proxy
 License:        GPL-2.0-or-later

++++++ ser2net-4.2.2.tar.gz -> ser2net-4.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/absout.h new/ser2net-4.2.3/absout.h
--- old/ser2net-4.2.2/absout.h  2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/absout.h  2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef ABSOUT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/auth.c new/ser2net-4.2.3/auth.c
--- old/ser2net-4.2.2/auth.c    2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/auth.c    2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001=2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdio.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/configure.ac 
new/ser2net-4.2.3/configure.ac
--- old/ser2net-4.2.2/configure.ac      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/configure.ac      2020-10-06 14:24:49.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([ser2net], [4.2.2], [miny...@acm.org])
+AC_INIT([ser2net], [4.2.3], [miny...@acm.org])
 AM_INIT_AUTOMAKE([-Wall])
 AC_PROG_CC
 AM_PROG_AR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/controller.c 
new/ser2net-4.2.3/controller.c
--- old/ser2net-4.2.2/controller.c      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/controller.c      2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001=2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
@@ -1143,7 +1161,7 @@
     len = 0;
     rv = gensio_acc_control(controller_accepter, GENSIO_CONTROL_DEPTH_FIRST,
                            true, GENSIO_ACC_CONTROL_TCPDNAME, progname, &len);
-    if (rv == ENOTSUP) {
+    if (rv == GE_NOTSUP) {
        /* No TCP in the stack, doesn't matter. */
        rv = 0;
     } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/controller.h 
new/ser2net-4.2.3/controller.h
--- old/ser2net-4.2.2/controller.h      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/controller.h      2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef CONTROLLER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/dataxfer.c new/ser2net-4.2.3/dataxfer.c
--- old/ser2net-4.2.2/dataxfer.c        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/dataxfer.c        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 /* This code handles the actual transfer of data between the serial
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/dataxfer.h new/ser2net-4.2.3/dataxfer.h
--- old/ser2net-4.2.2/dataxfer.h        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/dataxfer.h        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef DATAXFER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/defaults.c new/ser2net-4.2.3/defaults.c
--- old/ser2net-4.2.2/defaults.c        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/defaults.c        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <string.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/defaults.h new/ser2net-4.2.3/defaults.h
--- old/ser2net-4.2.2/defaults.h        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/defaults.h        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef DEFAULTS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/gbuf.c new/ser2net-4.2.3/gbuf.c
--- old/ser2net-4.2.2/gbuf.c    2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/gbuf.c    2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/gbuf.h new/ser2net-4.2.3/gbuf.h
--- old/ser2net-4.2.2/gbuf.h    2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/gbuf.h    2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef GBUF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/led.c new/ser2net-4.2.3/led.c
--- old/ser2net-4.2.2/led.c     2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/led.c     2020-10-06 14:24:49.000000000 +0200
@@ -4,6 +4,24 @@
  *  Copyright (C) 2016 Michael Heimpold <m...@heimpold.de>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/led.h new/ser2net-4.2.3/led.h
--- old/ser2net-4.2.2/led.h     2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/led.h     2020-10-06 14:24:49.000000000 +0200
@@ -4,6 +4,24 @@
  *  Copyright (C) 2016 Michael Heimpold <m...@heimpold.de>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef LED_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/led_sysfs.c 
new/ser2net-4.2.3/led_sysfs.c
--- old/ser2net-4.2.2/led_sysfs.c       2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/led_sysfs.c       2020-10-06 14:24:49.000000000 +0200
@@ -5,6 +5,24 @@
  *  Copyright (C) 2016 Michael Heimpold <m...@heimpold.de>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 /* This file contains a LED driver for Linux's sysfs based LEDs. */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/led_sysfs.h 
new/ser2net-4.2.3/led_sysfs.h
--- old/ser2net-4.2.2/led_sysfs.h       2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/led_sysfs.h       2020-10-06 14:24:49.000000000 +0200
@@ -5,6 +5,24 @@
  *  Copyright (C) 2016 Michael Heimpold <m...@heimpold.de>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef LED_SYSFS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/port.c new/ser2net-4.2.3/port.c
--- old/ser2net-4.2.2/port.c    2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/port.c    2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/port.h new/ser2net-4.2.3/port.h
--- old/ser2net-4.2.2/port.h    2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/port.h    2020-10-06 14:24:49.000000000 +0200
@@ -3,12 +3,31 @@
  *  Copyright (C) 2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef PORT
 #define PORT
 
 #include <netdb.h>
+#include <sys/time.h>
 #include "gbuf.h"
 #include "absout.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/portconfig.c 
new/ser2net-4.2.3/portconfig.c
--- old/ser2net-4.2.2/portconfig.c      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/portconfig.c      2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/portinfo.c new/ser2net-4.2.3/portinfo.c
--- old/ser2net-4.2.2/portinfo.c        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/portinfo.c        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <string.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/readconfig.c 
new/ser2net-4.2.3/readconfig.c
--- old/ser2net-4.2.2/readconfig.c      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/readconfig.c      2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 /* This file holds the code that reads the configuration file and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/readconfig.h 
new/ser2net-4.2.3/readconfig.h
--- old/ser2net-4.2.2/readconfig.h      2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/readconfig.h      2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef READCONFIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/rotator.c new/ser2net-4.2.3/rotator.c
--- old/ser2net-4.2.2/rotator.c 2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/rotator.c 2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/ser2net.c new/ser2net-4.2.3/ser2net.c
--- old/ser2net-4.2.2/ser2net.c 2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/ser2net.c 2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 /* This is the entry point for the ser2net program.  It reads
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/ser2net.h new/ser2net-4.2.3/ser2net.h
--- old/ser2net-4.2.2/ser2net.h 2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/ser2net.h 2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #ifndef SER2NET_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/ser2net_str.c 
new/ser2net-4.2.3/ser2net_str.c
--- old/ser2net-4.2.2/ser2net_str.c     2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/ser2net_str.c     2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <time.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/tests/Makefile.am 
new/ser2net-4.2.3/tests/Makefile.am
--- old/ser2net-4.2.2/tests/Makefile.am 2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/tests/Makefile.am 2020-10-06 14:24:49.000000000 +0200
@@ -5,7 +5,7 @@
 utst_srcdir = $(shell readlink -f $(top_srcdir))
 
 AM_TESTS_ENVIRONMENT = \
-    LD_LIBRARY_PATH=$(prefix)/lib; export LD_LIBRARY_PATH; \
+    LD_LIBRARY_PATH=$(prefix)/lib:$(LD_LIBRARY_PATH); export LD_LIBRARY_PATH; \
     TESTPATH=$(utst_srcdir)/tests; export TESTPATH; \
     SER2NET_EXEC=$(utst_builddir)/ser2net; export SER2NET_EXEC; \
     if [ ! -e ca ]; then \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/trace.c new/ser2net-4.2.3/trace.c
--- old/ser2net-4.2.2/trace.c   2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/trace.c   2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdlib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ser2net-4.2.2/yamlconf.c new/ser2net-4.2.3/yamlconf.c
--- old/ser2net-4.2.2/yamlconf.c        2020-08-24 20:08:57.000000000 +0200
+++ new/ser2net-4.2.3/yamlconf.c        2020-10-06 14:24:49.000000000 +0200
@@ -3,6 +3,24 @@
  *  Copyright (C) 2001-2020  Corey Minyard <miny...@acm.org>
  *
  *  SPDX-License-Identifier: GPL-2.0-only
+ *
+ *  In addition, as a special exception, the copyright holders of
+ *  ser2net give you permission to combine ser2net with free software
+ *  programs or libraries that are released under the GNU LGPL and
+ *  with code included in the standard release of OpenSSL under the
+ *  OpenSSL license (or modified versions of such code, with unchanged
+ *  license). You may copy and distribute such a system following the
+ *  terms of the GNU GPL for ser2net and the licenses of the other code
+ *  concerned, provided that you include the source code of that
+ *  other code when and as the GNU GPL requires distribution of source
+ *  code.
+ *
+ *  Note that people who make modified versions of ser2net are not
+ *  obligated to grant this special exception for their modified
+ *  versions; it is their choice whether to do so. The GNU General
+ *  Public License gives permission to release a modified version
+ *  without this exception; this exception also makes it possible to
+ *  release a modified version which carries forward this exception.
  */
 
 #include <stdio.h>


Reply via email to