Subversion Repositories ALCASAR

Rev

Rev 2101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2101 Rev 2110
Line 1... Line 1...
1
Name:		ipt-netflow
1
Name:		ipt-netflow
2
Version:	2.2
2
Version:	2.2
3
Release:	%mkrel 5
3
Release:	%mkrel 6
4
Summary:	Netflow iptables module for Linux kernel
4
Summary:	Netflow iptables module for Linux kernel
5
License:	GPLv2
5
License:	GPLv2
6
Packager:	Richard REY (Rexy)
6
Packager:	Richard REY (Rexy)
7
Group:		Development/Kernel
7
Group:		Development/Kernel
8
URL:		https://github.com/aabc/ipt-netflow
8
URL:		https://github.com/aabc/ipt-netflow
9
Source0:	%name-%version.tgz
9
Source0:	%name-%version.tgz
10
%define kversion 4.4.36-server-2.mga5
10
%define kversion 4.4.39-server-1.mga5
11
 
11
 
12
%description
12
%description
13
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
13
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
14
Created to be useful for highly loaded linux router. It should be used as iptables target.
14
Created to be useful for highly loaded linux router. It should be used as iptables target.
15
 
15
 
Line 46... Line 46...
46
/%{_lib}/iptables/libipt_NETFLOW.so
46
/%{_lib}/iptables/libipt_NETFLOW.so
47
/%{_lib}/iptables/libip6t_NETFLOW.so
47
/%{_lib}/iptables/libip6t_NETFLOW.so
48
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
48
/lib/modules/%kversion/extra/ipt_NETFLOW.ko
49
 
49
 
50
%changelog
50
%changelog
51
* Mon Dec 19 2016 Richard Rey <rexy> 
51
* Sun Jan 8 2017 Richard Rey <rexy> 
52
- Version for the kernel 4.4.36
52
- Version for the kernel 4.4.39 (alcasar 3.1)
53
* Sat Oct 29 2016 Richard Rey <rexy> 
53
* Sat Oct 29 2016 Richard Rey <rexy> 
54
- Version for the kernel 4.4.26
54
- Version for the kernel 4.4.26 (alcasar 3.0)
55
* Sat May 14 2016 Richard Rey <rexy> 
55
* Sat May 14 2016 Richard Rey <rexy> 
56
- Version for the kernel 4.4.13
56
- Version for the kernel 4.4.13
57
* Tue Apr 5 2016 Richard Rey <rexy> 
57
* Tue Apr 5 2016 Richard Rey <rexy> 
58
- Initial version of the package
58
- Initial version of the package