Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wol for openSUSE:Factory checked in 
at 2026-04-10 17:49:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wol (Old)
 and      /work/SRC/openSUSE:Factory/.wol.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wol"

Fri Apr 10 17:49:27 2026 rev:23 rq:1345496 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wol/wol.changes  2025-02-18 19:08:53.739969753 
+0100
+++ /work/SRC/openSUSE:Factory/.wol.new.21863/wol.changes       2026-04-10 
17:51:41.046524888 +0200
@@ -1,0 +2,10 @@
+Thu Apr  9 09:10:07 UTC 2026 - Hans-Peter Jansen <[email protected]>
+
+- Added wol-use-port-9.patch to apply wol-use-port-9.patch to change
+  the default to UDP Port 9, which give better results with todays
+  WOL Magic Packets(tm) implementations.
+- Added wol.info-fix.patch to apply wol.info-fix.patch: removes
+  obsolete @setcontentsaftertitlepage command from wol.texi
+  in order to allow successful doc regeneration.
+
+-------------------------------------------------------------------

New:
----
  wol-use-port-9.patch
  wol.info-fix.patch

----------(New B)----------
  New:
- Added wol-use-port-9.patch to apply wol-use-port-9.patch to change
  the default to UDP Port 9, which give better results with todays
  New:  WOL Magic Packets(tm) implementations.
- Added wol.info-fix.patch to apply wol.info-fix.patch: removes
  obsolete @setcontentsaftertitlepage command from wol.texi
----------(New E)----------

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

Other differences:
------------------
++++++ wol.spec ++++++
--- /var/tmp/diff_new_pack.Jt7XTH/_old  2026-04-10 17:51:41.622548967 +0200
+++ /var/tmp/diff_new_pack.Jt7XTH/_new  2026-04-10 17:51:41.622548967 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wol
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,18 @@
 URL:            https://sourceforge.net/projects/wake-on-lan
 Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}.rules
-Patch0:         wol-0.7.1-Fix-config.h-test-consumption.patch
-Patch1:         wol-0.7.1-Fix-malloc-detection.patch
-Patch2:         wol-0.7.1-linux-headers.patch
+Patch0:         %{name}-0.7.1-Fix-config.h-test-consumption.patch
+Patch1:         %{name}-0.7.1-Fix-malloc-detection.patch
+Patch2:         %{name}-0.7.1-linux-headers.patch
 # fix build with gcc15
-Patch3:         wol-gcc15.patch
+Patch3:         %{name}-gcc15.patch
+# use port 9 by default to improve compliance to current magic packet 
implementation
+Patch4:         %{name}-use-port-9.patch
+# remove obsolete texinfo command: @setcontentsaftertitlepage
+Patch5:         %{name}.info-fix.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  makeinfo
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 

++++++ wol-use-port-9.patch ++++++
Index: b/demo/nic-fake.py
===================================================================
--- a/demo/nic-fake.py
+++ b/demo/nic-fake.py
@@ -5,7 +5,7 @@ from struct import *
 
 while 1:
        s = socket (AF_INET, SOCK_DGRAM)
-       s.bind (("localhost", 40000))
+       s.bind (("localhost", 9))
        r = s.recv (1024)
        l = len (r)
        data = unpack (`l` + 'B', r)
Index: b/doc/wol.1
===================================================================
--- a/doc/wol.1
+++ b/doc/wol.1
@@ -176,7 +176,7 @@ client is a multihomed host and you want
 .IX Item "--port=NUM"
 .PD
 Send packet with this destination port \fI\s-1NUM\s0\fR. This option is 
important if
-your packet filter would block the default destination port \f(CW40000\fR.
+your packet filter would block the default destination port \f(CW9\fR.
 .IP "\fB\-f \s-1FILE\s0\fR" 4
 .IX Item "-f FILE"
 .PD 0
Index: b/doc/wol.info
===================================================================
--- a/doc/wol.info
+++ b/doc/wol.info
@@ -185,7 +185,7 @@ This is a list of `wol's' command line o
 `--port=NUM'
      Send packet with this destination port NUM. This option is
      important if your packet filter would block the default
-     destination port `40000'.
+     destination port `9'.
 
 `-f FILE'
 `--file=FILE'
@@ -225,8 +225,8 @@ Examples
 ********
 
 `wol 00:4F:49:07:0B:5F 00:4F:50:06:12:4F'
-     Sends packets addressed to 255.255.255.255:40000 and is intended
-     to wake up the machines with hardware addresses 00:4F:49:07:0B:5F
+     Sends packets addressed to 255.255.255.255:9 and is intended to
+     wake up the machines with hardware addresses 00:4F:49:07:0B:5F
      and 00:4F:50:06:12:4F.
 
 `wol --host=192.168.3.255 -p 69 00:4F:49:07:0B:5F'
@@ -234,7 +234,7 @@ Examples
      up the NIC with hardware address 00:4F:49:07:0B:5F.
 
 `wol --passwd=09-e6-f5-f3-dc-4e 00:4F:49:07:0B:5F'
-     Sends packet addressed to 255.255.255.255:40000 with SecureON
+     Sends packet addressed to 255.255.255.255:9 with SecureON
      password 09-e6-f5-f3-dc-4e.
 
 `wol --passwd beblebroox'
@@ -307,6 +307,6 @@ Node: Wake On LAN requirements3107
 Node: Magic Packet3990
 Node: Description4972
 Node: Options6199
-Node: Examples7849
+Node: Examples7845
 
 End Tag Table
Index: b/doc/wol.texi
===================================================================
--- a/doc/wol.texi
+++ b/doc/wol.texi
@@ -239,7 +239,7 @@ client is a multihomed host and you want
 @itemx --port=NUM
 
 Send packet with this destination port @var{NUM}. This option is important if
-your packet filter would block the default destination port @code{40000}.
+your packet filter would block the default destination port @code{9}.
 
 
 @item -f FILE
@@ -292,7 +292,7 @@ To set the password of your SecureON cap
 @table @samp
 @item wol 00:4F:49:07:0B:5F 00:4F:50:06:12:4F
 
-Sends packets addressed to 255.255.255.255:40000 and is intended to wake up
+Sends packets addressed to 255.255.255.255:9 and is intended to wake up
 the machines with hardware addresses 00:4F:49:07:0B:5F and 00:4F:50:06:12:4F.
 
 
@@ -304,7 +304,7 @@ NIC with hardware address 00:4F:49:07:0B
 
 @item wol --passwd=09-e6-f5-f3-dc-4e 00:4F:49:07:0B:5F
 
-Sends packet addressed to 255.255.255.255:40000 with SecureON password
+Sends packet addressed to 255.255.255.255:9 with SecureON password
 09-e6-f5-f3-dc-4e.
 
 
Index: b/include/wol.h
===================================================================
--- a/include/wol.h
+++ b/include/wol.h
@@ -44,7 +44,7 @@
 #endif /* ENABLE_NLS */
 
 
-#define DEFAULT_PORT 40000
+#define DEFAULT_PORT 9
 #define DEFAULT_IPADDR "255.255.255.255"
 
 

++++++ wol.info-fix.patch ++++++
Index: b/doc/wol.texi
===================================================================
--- a/doc/wol.texi
+++ b/doc/wol.texi
@@ -3,7 +3,6 @@
 @settitle Wake On LAN client
 @afourpaper
 @finalout
-@setcontentsaftertitlepage
 
 
 @set UPDATED 18 April 2004

Reply via email to