Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
bb20243469 | |||
0ea1f0f44f |
BIN
libnetfilter_conntrack-1.0.9.tar.bz2
(Stored with Git LFS)
BIN
libnetfilter_conntrack-1.0.9.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libnetfilter_conntrack-1.1.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libnetfilter_conntrack-1.1.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libnetfilter_conntrack-1.1.0.tar.xz.sig
Normal file
BIN
libnetfilter_conntrack-1.1.0.tar.xz.sig
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user