Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnftnl for openSUSE:Factory 
checked in at 2023-07-14 15:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnftnl (Old)
 and      /work/SRC/openSUSE:Factory/.libnftnl.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnftnl"

Fri Jul 14 15:35:34 2023 rev:27 rq:1098266 version:1.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnftnl/libnftnl.changes        2023-03-11 
18:23:14.710632074 +0100
+++ /work/SRC/openSUSE:Factory/.libnftnl.new.3193/libnftnl.changes      
2023-07-14 15:35:35.765920381 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 20:15:50 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.2.6
+  * expr: meta: introduce broute meta expression
+
+-------------------------------------------------------------------

Old:
----
  libnftnl-1.2.5.tar.xz
  libnftnl-1.2.5.tar.xz.sig

New:
----
  libnftnl-1.2.6.tar.xz
  libnftnl-1.2.6.tar.xz.sig

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

Other differences:
------------------
++++++ libnftnl.spec ++++++
--- /var/tmp/diff_new_pack.qpV9Ba/_old  2023-07-14 15:35:36.465924452 +0200
+++ /var/tmp/diff_new_pack.qpV9Ba/_new  2023-07-14 15:35:36.473924499 +0200
@@ -18,7 +18,7 @@
 
 Name:           libnftnl
 %define lname  libnftnl11
-Version:        1.2.5
+Version:        1.2.6
 Release:        0
 Summary:        Userspace library to access the nftables Netlink interface
 License:        GPL-2.0-or-later

++++++ libnftnl-1.2.5.tar.xz -> libnftnl-1.2.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/configure new/libnftnl-1.2.6/configure
--- old/libnftnl-1.2.5/configure        2023-03-09 20:40:39.874108137 +0100
+++ new/libnftnl-1.2.6/configure        2023-07-11 18:31:06.103137003 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libnftnl 1.2.5.
+# Generated by GNU Autoconf 2.69 for libnftnl 1.2.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libnftnl'
 PACKAGE_TARNAME='libnftnl'
-PACKAGE_VERSION='1.2.5'
-PACKAGE_STRING='libnftnl 1.2.5'
+PACKAGE_VERSION='1.2.6'
+PACKAGE_STRING='libnftnl 1.2.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libnftnl 1.2.5 to adapt to many kinds of systems.
+\`configure' configures libnftnl 1.2.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1404,7 +1404,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libnftnl 1.2.5:";;
+     short | recursive ) echo "Configuration of libnftnl 1.2.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1522,7 +1522,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libnftnl configure 1.2.5
+libnftnl configure 1.2.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1800,7 +1800,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libnftnl $as_me 1.2.5, which was
+It was created by libnftnl $as_me 1.2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3816,7 +3816,7 @@
 
 # Define the identity of the package.
  PACKAGE='libnftnl'
- VERSION='1.2.5'
+ VERSION='1.2.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13578,7 +13578,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libnftnl $as_me 1.2.5, which was
+This file was extended by libnftnl $as_me 1.2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13644,7 +13644,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libnftnl config.status 1.2.5
+libnftnl config.status 1.2.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/configure.ac 
new/libnftnl-1.2.6/configure.ac
--- old/libnftnl-1.2.5/configure.ac     2023-03-09 20:40:33.998979378 +0100
+++ new/libnftnl-1.2.6/configure.ac     2023-07-11 18:27:53.627752448 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 
-AC_INIT([libnftnl], [1.2.5])
+AC_INIT([libnftnl], [1.2.6])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/include/linux/netfilter/nf_tables.h 
new/libnftnl-1.2.6/include/linux/netfilter/nf_tables.h
--- old/libnftnl-1.2.5/include/linux/netfilter/nf_tables.h      2023-03-09 
20:40:34.002979465 +0100
+++ new/libnftnl-1.2.6/include/linux/netfilter/nf_tables.h      2023-06-01 
20:54:53.007119126 +0200
@@ -914,6 +914,7 @@
  * @NFT_META_TIME_HOUR: hour of day (in seconds)
  * @NFT_META_SDIF: slave device interface index
  * @NFT_META_SDIFNAME: slave device interface name
+ * @NFT_META_BRI_BROUTE: packet br_netfilter_broute bit
  */
 enum nft_meta_keys {
        NFT_META_LEN,
@@ -952,6 +953,7 @@
        NFT_META_TIME_HOUR,
        NFT_META_SDIF,
        NFT_META_SDIFNAME,
+       NFT_META_BRI_BROUTE,
        __NFT_META_IIFTYPE,
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/src/expr/meta.c 
new/libnftnl-1.2.6/src/expr/meta.c
--- old/libnftnl-1.2.5/src/expr/meta.c  2023-03-09 20:40:34.005979531 +0100
+++ new/libnftnl-1.2.6/src/expr/meta.c  2023-03-15 12:38:17.348340473 +0100
@@ -22,7 +22,7 @@
 #include <libnftnl/rule.h>
 
 #ifndef NFT_META_MAX
-#define NFT_META_MAX (NFT_META_SDIFNAME + 1)
+#define NFT_META_MAX (NFT_META_BRI_BROUTE + 1)
 #endif
 
 struct nftnl_expr_meta {
@@ -168,6 +168,7 @@
        [NFT_META_TIME_HOUR]    = "hour",
        [NFT_META_SDIF]         = "sdif",
        [NFT_META_SDIFNAME]     = "sdifname",
+       [NFT_META_BRI_BROUTE]   = "broute",
 };
 
 static const char *meta_key2str(uint8_t key)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/tests/nft-rule-test.c 
new/libnftnl-1.2.6/tests/nft-rule-test.c
--- old/libnftnl-1.2.5/tests/nft-rule-test.c    2023-03-09 20:40:34.011979663 
+0100
+++ new/libnftnl-1.2.6/tests/nft-rule-test.c    2023-06-02 08:09:20.873873771 
+0200
@@ -48,6 +48,12 @@
        if (nftnl_rule_get_u32(a, NFTNL_RULE_COMPAT_FLAGS) !=
            nftnl_rule_get_u32(b, NFTNL_RULE_COMPAT_FLAGS))
                print_err("Rule compat_flags mismatches");
+       if (nftnl_rule_get_u32(a, NFTNL_RULE_ID) !=
+            nftnl_rule_get_u32(b, NFTNL_RULE_ID))
+                print_err("Rule id mismatches");
+       if (nftnl_rule_get_u32(a, NFTNL_RULE_POSITION_ID) !=
+            nftnl_rule_get_u32(b, NFTNL_RULE_POSITION_ID))
+                print_err("Rule position_id mismatches");
        if (nftnl_rule_get_u64(a, NFTNL_RULE_POSITION) !=
            nftnl_rule_get_u64(b, NFTNL_RULE_POSITION))
                print_err("Rule compat_position mismatches");
@@ -84,6 +90,8 @@
        nftnl_rule_set_u64(a, NFTNL_RULE_HANDLE, 0x1234567812345678);
        nftnl_rule_set_u32(a, NFTNL_RULE_COMPAT_PROTO, 0x12345678);
        nftnl_rule_set_u32(a, NFTNL_RULE_COMPAT_FLAGS, 0x12345678);
+       nftnl_rule_set_u32(a, NFTNL_RULE_ID, 0x12345678);
+       nftnl_rule_set_u32(a, NFTNL_RULE_POSITION_ID, 0x12345678);
        nftnl_rule_set_u64(a, NFTNL_RULE_POSITION, 0x1234567812345678);
        nftnl_rule_set_data(a, NFTNL_RULE_USERDATA,
                            nftnl_udata_buf_data(udata),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnftnl-1.2.5/tests/nft-table-test.c 
new/libnftnl-1.2.6/tests/nft-table-test.c
--- old/libnftnl-1.2.5/tests/nft-table-test.c   2023-03-09 20:40:34.011979663 
+0100
+++ new/libnftnl-1.2.6/tests/nft-table-test.c   2023-06-02 08:09:05.273547728 
+0200
@@ -34,7 +34,7 @@
                print_err("table flags mismatches");
        if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
            nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
-               print_err("tabke family mismatches");
+               print_err("table family mismatches");
 }
 
 int main(int argc, char *argv[])

Reply via email to