Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package subnetcalc for openSUSE:Factory 
checked in at 2023-08-07 15:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subnetcalc (Old)
 and      /work/SRC/openSUSE:Factory/.subnetcalc.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subnetcalc"

Mon Aug  7 15:29:30 2023 rev:8 rq:1102666 version:2.4.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/subnetcalc/subnetcalc.changes    2023-02-21 
15:37:05.656649827 +0100
+++ /work/SRC/openSUSE:Factory/.subnetcalc.new.22712/subnetcalc.changes 
2023-08-07 15:29:55.316620061 +0200
@@ -1,0 +2,7 @@
+Mon Aug  7 09:11:47 UTC 2023 - Andrea Manzini <[email protected]>
+
+- Update to 2.4.22:
+  * Bugfix: Fixed wrong handling of 7th block in solicited node multicast 
address
+  * minor cleaup
+
+-------------------------------------------------------------------

Old:
----
  subnetcalc-2.4.21.tar.gz

New:
----
  subnetcalc-2.4.22.tar.gz

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

Other differences:
------------------
++++++ subnetcalc.spec ++++++
--- /var/tmp/diff_new_pack.e61LWD/_old  2023-08-07 15:29:55.824623179 +0200
+++ /var/tmp/diff_new_pack.e61LWD/_new  2023-08-07 15:29:55.828623205 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           subnetcalc
-Version:        2.4.21
+Version:        2.4.22
 Release:        0
 Summary:        IPv4/IPv6 Subnet Calculator
 License:        GPL-3.0-or-later

++++++ subnetcalc-2.4.21.tar.gz -> subnetcalc-2.4.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/CMakeLists.txt 
new/subnetcalc-subnetcalc-2.4.22/CMakeLists.txt
--- old/subnetcalc-subnetcalc-2.4.21/CMakeLists.txt     2023-01-22 
12:34:07.000000000 +0100
+++ new/subnetcalc-subnetcalc-2.4.22/CMakeLists.txt     2023-06-30 
22:59:27.000000000 +0200
@@ -3,7 +3,7 @@
 
 SET(BUILD_MAJOR "2")
 SET(BUILD_MINOR "4")
-SET(BUILD_PATCH "21")
+SET(BUILD_PATCH "22")
 SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/ChangeLog 
new/subnetcalc-subnetcalc-2.4.22/ChangeLog
--- old/subnetcalc-subnetcalc-2.4.21/ChangeLog  2023-01-22 12:34:07.000000000 
+0100
+++ new/subnetcalc-subnetcalc-2.4.22/ChangeLog  2023-06-30 22:59:27.000000000 
+0200
@@ -1,3 +1,27 @@
+commit 614e82c43add9edb59b7ea9fa6fb8571b55f4a55
+Author: Thomas Dreibholz <[email protected]>
+Date:   Fri Jun 30 22:25:44 2023 +0200
+
+    Updated build scripts
+
+commit fd872df30871f94e717aa668844e7adcb49b4d82
+Author: Thomas Dreibholz <[email protected]>
+Date:   Fri Jun 30 22:25:28 2023 +0200
+
+    A small clean-up.
+
+commit d609ed49f611725b39a3b2754e568a2a68920d81
+Author: Thomas Dreibholz <[email protected]>
+Date:   Fri Jun 30 22:18:17 2023 +0200
+
+    Bugfix: Fixed wrong handling of 7th block in solicited node multicast 
address.
+
+commit 61b08c3e2a9a7a80d44b09dab392a5af6d82ec06
+Author: Thomas Dreibholz <[email protected]>
+Date:   Sun Jan 22 22:34:07 2023 +1100
+
+    New release subnetcalc-2.4.21.
+
 commit c39047209b82ea3ccc80b6d83e63ae5e6f4e769f
 Author: Thomas Dreibholz <[email protected]>
 Date:   Sat Jan 21 22:02:47 2023 +1100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/debian/changelog 
new/subnetcalc-subnetcalc-2.4.22/debian/changelog
--- old/subnetcalc-subnetcalc-2.4.21/debian/changelog   2023-01-22 
12:34:07.000000000 +0100
+++ new/subnetcalc-subnetcalc-2.4.22/debian/changelog   2023-06-30 
22:59:27.000000000 +0200
@@ -1,3 +1,9 @@
+subnetcalc (2.4.22-1ubuntu1) jammy; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Dreibholz <[email protected]>  Fri, 30 Jun 2023 22:59:24 
+0200
+
 subnetcalc (2.4.21-1ubuntu1) jammy; urgency=medium
 
   * New upstream release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/subnetcalc-subnetcalc-2.4.21/freebsd/subnetcalc/Makefile 
new/subnetcalc-subnetcalc-2.4.22/freebsd/subnetcalc/Makefile
--- old/subnetcalc-subnetcalc-2.4.21/freebsd/subnetcalc/Makefile        
2023-01-22 12:34:07.000000000 +0100
+++ new/subnetcalc-subnetcalc-2.4.22/freebsd/subnetcalc/Makefile        
2023-06-30 22:59:27.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/net/subnetcalc/Makefile 509302 2019-08-19 19:22:25Z jgh $
 
 PORTNAME=      subnetcalc
-PORTVERSION=   2.4.21
+PORTVERSION=   2.4.22
 CATEGORIES=    net
 MASTER_SITES=  https://www.nntb.no/~dreibh/subnetcalc/download/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/make-ppa 
new/subnetcalc-subnetcalc-2.4.22/make-ppa
--- old/subnetcalc-subnetcalc-2.4.21/make-ppa   2023-01-22 12:34:07.000000000 
+0100
+++ new/subnetcalc-subnetcalc-2.4.22/make-ppa   2023-06-30 22:59:27.000000000 
+0200
@@ -25,7 +25,7 @@
 DPUT=0
 
 # NOTE: These are the supported distributions by Ubuntu Launchpad and Debian:
-DPUT_DISTRIBUTIONS="precise trusty xenial bionic focal jammy kinetic   
unstable"
+DPUT_DISTRIBUTIONS="precise trusty xenial bionic focal jammy kinetic lunar 
mantic   unstable"
 
 while [ $# -gt 0 ] ; do
    if [ "$1" == "dput" ] ; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/rpm/subnetcalc.spec 
new/subnetcalc-subnetcalc-2.4.22/rpm/subnetcalc.spec
--- old/subnetcalc-subnetcalc-2.4.21/rpm/subnetcalc.spec        2023-01-22 
12:34:07.000000000 +0100
+++ new/subnetcalc-subnetcalc-2.4.22/rpm/subnetcalc.spec        2023-06-30 
22:59:27.000000000 +0200
@@ -1,5 +1,5 @@
 Name: subnetcalc
-Version: 2.4.21
+Version: 2.4.22
 Release: 1
 Summary: IPv4/IPv6 Subnet Calculator
 Group: Applications/Internet
@@ -37,6 +37,8 @@
 %doc
 
 %changelog
+* Fri Jun 30 2023 Thomas Dreibholz <[email protected]> - 2.4.22
+- New upstream release.
 * Sun Jan 22 2023 Thomas Dreibholz <[email protected]> - 2.4.21
 - New upstream release.
 * Sun Sep 11 2022 Thomas Dreibholz <[email protected]> - 2.4.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subnetcalc-subnetcalc-2.4.21/src/subnetcalc.cc 
new/subnetcalc-subnetcalc-2.4.22/src/subnetcalc.cc
--- old/subnetcalc-subnetcalc-2.4.21/src/subnetcalc.cc  2023-01-22 
12:34:07.000000000 +0100
+++ new/subnetcalc-subnetcalc-2.4.22/src/subnetcalc.cc  2023-06-30 
22:59:27.000000000 +0200
@@ -524,7 +524,7 @@
          if((a == 172) && ((b >= 16) && (b <= 31))) {
             os << "   - Private" << std::endl;
          }
-         if((a == 169) && (b == 254)) {
+         else if((a == 169) && (b == 254)) {
             os << "   - Link-local address" << std::endl;
          }
       }
@@ -647,7 +647,7 @@
             char nodeAddressString[64];
             snprintf((char*)&nodeAddressString, sizeof(nodeAddressString),
                      "xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx%02x:%04x",
-                     ntohs(ipv6address.s6_addr16[6]) >> 8,
+                     ntohs(ipv6address.s6_addr16[6]) & 0xff,
                      ntohs(ipv6address.s6_addr16[7]));
             os << "      + Address is solicited node multicast address for "
                << nodeAddressString << std::endl;

Reply via email to