Hello community, here is the log from the commit of package xtables-addons for openSUSE:Factory checked in at 2019-12-09 21:34:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old) and /work/SRC/openSUSE:Factory/.xtables-addons.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtables-addons" Mon Dec 9 21:34:44 2019 rev:65 rq:755054 version:3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes 2019-11-22 10:27:29.549236958 +0100 +++ /work/SRC/openSUSE:Factory/.xtables-addons.new.4691/xtables-addons.changes 2019-12-09 21:34:47.978108165 +0100 @@ -1,0 +2,6 @@ +Sun Dec 1 10:31:51 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to release 3.7 + * xt_geoip: fix in6_addr little-endian byte swapping + +------------------------------------------------------------------- Old: ---- xtables-addons-3.6.tar.asc xtables-addons-3.6.tar.xz New: ---- xtables-addons-3.7.tar.asc xtables-addons-3.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtables-addons.spec ++++++ --- /var/tmp/diff_new_pack.hTDBcY/_old 2019-12-09 21:34:48.442107982 +0100 +++ /var/tmp/diff_new_pack.hTDBcY/_new 2019-12-09 21:34:48.446107981 +0100 @@ -1,7 +1,7 @@ # # spec file for package xtables-addons # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xtables-addons -Version: 3.6 +Version: 3.7 Release: 0 Summary: IP Packet Filter Administration Extensions License: GPL-2.0-only AND GPL-2.0-or-later ++++++ xtables-addons-3.6.tar.xz -> xtables-addons-3.7.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtables-addons-3.6/configure new/xtables-addons-3.7/configure --- old/xtables-addons-3.6/configure 2019-11-20 22:50:25.838473556 +0100 +++ new/xtables-addons-3.7/configure 2019-12-01 11:31:19.187547731 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xtables-addons 3.6. +# Generated by GNU Autoconf 2.69 for xtables-addons 3.7. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='xtables-addons' PACKAGE_TARNAME='xtables-addons' -PACKAGE_VERSION='3.6' -PACKAGE_STRING='xtables-addons 3.6' +PACKAGE_VERSION='3.7' +PACKAGE_STRING='xtables-addons 3.7' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1325,7 +1325,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 xtables-addons 3.6 to adapt to many kinds of systems. +\`configure' configures xtables-addons 3.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1395,7 +1395,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xtables-addons 3.6:";; + short | recursive ) echo "Configuration of xtables-addons 3.7:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xtables-addons configure 3.6 +xtables-addons configure 3.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1884,7 +1884,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xtables-addons $as_me 3.6, which was +It was created by xtables-addons $as_me 3.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2750,7 +2750,7 @@ # Define the identity of the package. PACKAGE='xtables-addons' - VERSION='3.6' + VERSION='3.7' cat >>confdefs.h <<_ACEOF @@ -12439,7 +12439,7 @@ echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 3; then + if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 4; then echo "WARNING: That kernel version is not officially supported yet. Continue at own luck."; elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then : @@ -12987,7 +12987,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xtables-addons $as_me 3.6, which was +This file was extended by xtables-addons $as_me 3.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13053,7 +13053,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xtables-addons config.status 3.6 +xtables-addons config.status 3.7 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/xtables-addons-3.6/configure.ac new/xtables-addons-3.7/configure.ac --- old/xtables-addons-3.6/configure.ac 2019-11-20 22:50:04.000000000 +0100 +++ new/xtables-addons-3.7/configure.ac 2019-12-01 11:30:53.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [3.6]) +AC_INIT([xtables-addons], [3.7]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -57,7 +57,7 @@ echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 3; then + if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 4; then echo "WARNING: That kernel version is not officially supported yet. Continue at own luck."; elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then : diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtables-addons-3.6/doc/changelog.txt new/xtables-addons-3.7/doc/changelog.txt --- old/xtables-addons-3.6/doc/changelog.txt 2019-11-20 22:50:04.000000000 +0100 +++ new/xtables-addons-3.7/doc/changelog.txt 2019-12-01 11:30:53.000000000 +0100 @@ -1,6 +1,8 @@ -HEAD -==== +v3.7 (2019-12-01) +================= +Fixes: +- xt_geoip: fix in6_addr little-endian byte swapping v3.6 (2019-11-20) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtables-addons-3.6/extensions/libxt_geoip.c new/xtables-addons-3.7/extensions/libxt_geoip.c --- old/xtables-addons-3.6/extensions/libxt_geoip.c 2019-11-20 22:50:04.000000000 +0100 +++ new/xtables-addons-3.7/extensions/libxt_geoip.c 2019-12-01 11:30:53.000000000 +0100 @@ -50,26 +50,6 @@ }; #if __BYTE_ORDER == __LITTLE_ENDIAN -static void geoip_swap_le16(uint16_t *buf) -{ - unsigned char *p = (void *)buf; - uint16_t n= p[0] + (p[1] << 8); - p[0] = (n >> 8) & 0xff; - p[1] = n & 0xff; -} - -static void geoip_swap_in6(struct in6_addr *in6) -{ - geoip_swap_le16(&in6->s6_addr16[0]); - geoip_swap_le16(&in6->s6_addr16[1]); - geoip_swap_le16(&in6->s6_addr16[2]); - geoip_swap_le16(&in6->s6_addr16[3]); - geoip_swap_le16(&in6->s6_addr16[4]); - geoip_swap_le16(&in6->s6_addr16[5]); - geoip_swap_le16(&in6->s6_addr16[6]); - geoip_swap_le16(&in6->s6_addr16[7]); -} - static void geoip_swap_le32(uint32_t *buf) { unsigned char *p = (void *)buf; @@ -79,6 +59,14 @@ p[2] = (n >> 8) & 0xff; p[3] = n & 0xff; } + +static void geoip_swap_in6(struct in6_addr *in6) +{ + geoip_swap_le32(&in6->s6_addr32[0]); + geoip_swap_le32(&in6->s6_addr32[1]); + geoip_swap_le32(&in6->s6_addr32[2]); + geoip_swap_le32(&in6->s6_addr32[3]); +} #endif static void * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xtables-addons-3.6/xtables-addons.8.in new/xtables-addons-3.7/xtables-addons.8.in --- old/xtables-addons-3.6/xtables-addons.8.in 2019-11-20 22:50:04.000000000 +0100 +++ new/xtables-addons-3.7/xtables-addons.8.in 2019-12-01 11:30:53.000000000 +0100 @@ -1,4 +1,4 @@ -.TH xtables-addons 8 "" "" "v3.6 (2019-11-20)" +.TH xtables-addons 8 "" "" "v3.7 (2019-12-01)" .SH Name Xtables-addons \(em additional extensions for iptables, ip6tables, etc. .SH Targets
