Compare commits

...

2 Commits

Author SHA256 Message Date
bb20243469 Specfile modernization 2024-11-25 17:23:29 +01:00
0ea1f0f44f libnetfilter_conntrack 1.1.0 2024-09-26 23:19:52 +02:00
6 changed files with 23 additions and 10 deletions

BIN
libnetfilter_conntrack-1.0.9.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
libnetfilter_conntrack-1.1.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 25 16:22:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Specfile modernization
-------------------------------------------------------------------
Thu Sep 26 21:19:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.1.0
* Enhancements for filtering dump and flush commands, see
struct nfct_filter_dump and nfct_nlmsg_build_filter().
* ctnetlink event BPF fixes (endianness issue, IPv6 matching)
and enhancements (zone matching).
-------------------------------------------------------------------
Mon Feb 14 11:58:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libnetfilter_conntrack
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libnetfilter_conntrack
%define lname libnetfilter_conntrack3
Version: 1.0.9
Version: 1.1.0
Release: 0
Summary: Userspace library for the in-kernel connection tracking state table
License: GPL-2.0-or-later
@ -26,8 +26,8 @@ Group: Productivity/Networking/Security
URL: https://netfilter.org/projects/libnetfilter_conntrack/
#Git-Clone: https://git.netfilter.org/libnetfilter_conntrack/
Source: https://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2
Source2: https://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2.sig
Source: https://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.xz
Source2: https://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.xz.sig
Source3: baselibs.conf
Source4: %name.keyring
BuildRequires: pkgconfig >= 0.21
@ -70,14 +70,13 @@ used by conntrack-tools among many other applications.
%build
# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --disable-static --includedir="%_includedir/%name"
make %{?_smp_mflags}
%make_build
%install
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libnetfilter_conntrack.so.3*