diff --git a/conntrack-tools-1.4.7.tar.bz2 b/conntrack-tools-1.4.7.tar.bz2 deleted file mode 100644 index 99dc089..0000000 --- a/conntrack-tools-1.4.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099debcf57e81690ced57f516b493588a73518f48c14d656f823b29b4fc24b5d -size 539688 diff --git a/conntrack-tools-1.4.7.tar.bz2.sig b/conntrack-tools-1.4.7.tar.bz2.sig deleted file mode 100644 index c513a85..0000000 Binary files a/conntrack-tools-1.4.7.tar.bz2.sig and /dev/null differ diff --git a/conntrack-tools-1.4.8.tar.xz b/conntrack-tools-1.4.8.tar.xz new file mode 100644 index 0000000..9a75f84 --- /dev/null +++ b/conntrack-tools-1.4.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067677f4c5f6564819e78ed3a9d4a8980935ea9273f3abb22a420ea30ab5ded6 +size 452980 diff --git a/conntrack-tools-1.4.8.tar.xz.sig b/conntrack-tools-1.4.8.tar.xz.sig new file mode 100644 index 0000000..c8a31c7 Binary files /dev/null and b/conntrack-tools-1.4.8.tar.xz.sig differ diff --git a/conntrack-tools.changes b/conntrack-tools.changes index 3a6bc5e..206565b 100644 --- a/conntrack-tools.changes +++ b/conntrack-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 29 11:32:56 UTC 2023 - Jan Engelhardt + +- Update to release 1.4.8 + * Fix spurious EOPNOSUPP and ENOBUFS errors with -U/--update + command. + * Fix spurious ENOENT -D/--delete. + ------------------------------------------------------------------- Thu Oct 6 19:02:32 UTC 2022 - Jan Engelhardt diff --git a/conntrack-tools.spec b/conntrack-tools.spec index c5e17c5..130f585 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -1,7 +1,7 @@ # # spec file for package conntrack-tools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: conntrack-tools -Version: 1.4.7 +Version: 1.4.8 Release: 0 Summary: Userspace tools for interacting with the Connection Tracking System License: GPL-2.0-or-later @@ -30,8 +30,8 @@ Group: Productivity/Networking/Security URL: http://conntrack-tools.netfilter.org/ #Git-Clone: git://git.netfilter.org/conntrack-tools -Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.bz2 -Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.bz2.sig +Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz +Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz.sig Source3: %name.keyring Source5: conntrackd.service Source6: conntrackd.README.SUSE @@ -88,7 +88,7 @@ autoreconf -vif # CC read_config_lex.o #read_config_lex.l:24:28: fatal error: read_config_yy.h: No such file or #directory -make %{?_smp_mflags} -j1 V=1 +%make_build -j1 %install %make_install @@ -112,7 +112,7 @@ if [ "$1" -eq 1 -a ! -e "%_sysconfdir/conntrackd/conntrackd.conf" ]; then fi %service_add_post conntrackd.service -%preun -n conntrackd +%preun -n conntrackd %service_del_preun conntrackd.service %postun -n conntrackd @@ -124,7 +124,7 @@ fi %_mandir/man8/conntrack.8* %_mandir/man8/nfct.8* # Shared betweenn nfct and conntrackd: -%_libdir/%name +%_libdir/%name/ %files -n conntrackd %_sysconfdir/logrotate.d/conntrackd*