Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37766875
en ru br
ALT Linux repositórios
S:3.24-alt1

Group :: Sistema/Kernel e hardware
RPM: xtables-addons

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xtables-addons-2.14-alt1.patch
Download


 .gear/rules                                        |   3 +
 .../tags/1e1089c10e677402c29eeede4e55e3779f186ca1  |  23 ++++
 .gear/tags/list                                    |   1 +
 xtables-addons.spec                                | 133 +++++++++++++++++++++
 xtables-addons.watch                               |   2 +
 5 files changed, 162 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..9efdfae
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: v@version@:.
+diff: v@version@:. .
+copy: xtables-addons.watch
diff --git a/.gear/tags/1e1089c10e677402c29eeede4e55e3779f186ca1 b/.gear/tags/1e1089c10e677402c29eeede4e55e3779f186ca1
new file mode 100644
index 0000000..f3ac7df
--- /dev/null
+++ b/.gear/tags/1e1089c10e677402c29eeede4e55e3779f186ca1
@@ -0,0 +1,23 @@
+object 0e9037b0007eaaf0ae612a1481bd03b15ecb8cb8
+type commit
+tag v2.14
+tagger Jan Engelhardt <jengelh@inai.de> 1511371772 +0100
+
+Xtables-addons 2.14
+-----BEGIN PGP SIGNATURE-----
+
+iQJEBAABCgAuFiEEZ6M9qwrMkjBQqThHajkz2il9+30FAloVs/wQHGplbmdlbGhA
+aW5haS5kZQAKCRBqOTPaKX37fdo9D/9w87wiGzOjCqFG/2KyOOjhG0U70TLRFaeL
+zH8UVMCAWRdv+Cz7ID/P6XGrc3oCzxMXRVElqh1m02GgI0YjlCisUU0AzEkwhLgQ
+U6GaHJzyuqqVMBPB8xsz3ghJ3NzEZvS/M+eQxioHTR6UYzaJbYAbxetR7QOSpuvk
+Lx1jaov3PipTIM2y9hsxOvV9/edyRpl37BgnsEE8wzmiRvXLoG+D3jtPsNhe8oFE
+EHo8XWc9wg1Z8ZEkfAZMLvsOCREOPM1S9beDsIMI/txBMBCazYX/dRafloyjeGhV
+I8aH2jskZW2oHQXWbQ/0gO6Rq/PSGPdZloW8LoW10HtC1RV09b8hMfbJZqm1RgnS
+Bo60nePzPYQg3XlR1J+tFr+O1YrmNlTVh6J98USiBmqrqERFF3RYJ65KRBAcZ/vg
+FPZfy0ps1yC0OQq2W6vEWK/Mjgp7UCnaZy0Vqzjkqh2l/spqIVDYCCsC+wTkuAlO
+2afUSTQ98zAY/F/8sIpXbGn5y8Gn38v334JOV4F1LVJkQSis1PN3HsL/E5UhpdHY
+u8s7qKMOjuZDkQWqA+xmIGk48JKhAw+Ol+8p6y+/rSaKph/FlgkSbddXm10m9913
+TCpHkv/PSeijQK9QfDS3WrLKV/MkrvLlUBVq7ai/AgeaV+sTxvCkdeL+ItFrBdoG
+xXFIIKlGTw==
+=H201
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..68fa70a
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+1e1089c10e677402c29eeede4e55e3779f186ca1 v2.14
diff --git a/xtables-addons.spec b/xtables-addons.spec
new file mode 100644
index 0000000..8f078a7
--- /dev/null
+++ b/xtables-addons.spec
@@ -0,0 +1,133 @@
+Name: xtables-addons
+Version: 2.14
+Release: alt1
+Summary: IP tables addons
+Group: System/Kernel and hardware
+
+URL: http://xtables-addons.sourceforge.net/
+License: GPLv2
+
+# git://xtables-addons.git.sf.net/gitroot/xtables-addons/xtables-addons.git
+# git://git.altlinux.org/gears/x/xtables-addons.git
+Source: %name-%version.tar
+Source1: %name.watch
+Patch: %name-%version-%release.patch
+
+%define _libexecdir /usr/libexec
+
+BuildRequires: libiptables-devel libmnl-devel perl-Text-CSV_XS
+Requires: iptables
+ExclusiveArch: %ix86 x86_32 x86_64
+
+%description
+Xtables-addons is the proclaimed successor to patch-o-matic(-ng).
+It contains extensions that were not accepted in the main Xtables
+
+%package geoip-utils
+Summary: Tools for build and update geoip data
+License: GPLv2
+Group: System/Kernel and hardware
+BuildArch: noarch
+
+%description geoip-utils
+Tools for build and update geoip data
+
+%package -n kernel-source-%name
+Summary: xtables module sources
+Group: Development/Kernel
+BuildArch: noarch
+BuildPreReq: rpm-build-kernel
+
+%description -n kernel-source-%name
+XTable addons module sources for Linux kernel.
+
+%prep
+%setup
+%patch -p1
+%autoreconf
+%configure --libdir=/%_lib --with-kbuild=no --with-xtlibdir=/%_lib/iptables
+
+%build
+%make_build
+
+%install
+%makeinstall_std
+tar -xf %SOURCE0
+mv %name-%version/extensions kernel-source-%name-%version
+cp mconfig kernel-source-%name-%version/mconfig
+cp kernel-source-%name-%version/Mbuild kernel-source-%name-%version/Makefile
+mkdir -p %kernel_srcdir
+tar -cjf %kernel_srcdir/kernel-source-%name-%version.tar.bz2 kernel-source-%name-%version
+
+%files
+%doc README
+%_sbindir/*
+%attr(0755,root,root) /%_lib/lib*.so*
+/%_lib/iptables/*.so*
+%_man8dir/*
+
+%files geoip-utils
+%_man1dir/*
+%_libexecdir/xtables-addons
+
+%files -n kernel-source-%name
+%kernel_src/*
+
+%changelog
+* Thu Dec 07 2017 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.14-alt1
+- new version
+
+* Wed Jul 12 2017 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.13-alt1
+- new version
+
+* Wed Mar 22 2017 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.12-alt1
+- new version
+
+* Wed Jun 22 2016 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.11-alt1
+- new version
+
+* Tue Jan 12 2016 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.10-alt1
+- new version
+
+* Tue Nov 10 2015 Anton V. Boyarshinov <boyarsh@altlinux.org> 2.9-alt1
+- new version
+
+* Thu Oct 08 2015 Anton V. Boyarshinov <boyarsh@altlinux.ru> 2.8-alt1
+- new version
+
+* Fri Oct 17 2014 Anton Farygin <rider@altlinux.ru> 2.6-alt1
+- new version
+
+* Tue Jun 17 2014 Anton Farygin <rider@altlinux.ru> 2.5-alt1
+- new version
+- added watch file
+
+* Thu Mar 27 2014 Anton Farygin <rider@altlinux.ru> 2.4-alt1
+- New version
+
+* Wed Mar 06 2013 Dmitry V. Levin <ldv@altlinux.org> 1.47.1-alt1
+- Updated to v1.47.1-2-gdf9d3c9.
+- Built with libxtables.so.10.
+
+* Thu Oct 11 2012 Dmitry V. Levin <ldv@altlinux.org> 1.46-alt1
+- Update to v1.46.
+- Built with libxtables.so.9.
+
+* Fri May 25 2012 Dmitry V. Levin <ldv@altlinux.org> 1.42-alt1
+- Fixed build.
+- Built with libxtables.so.7.
+- Blind update to v1.42-3-g1e8da7c.
+- No more ipset-related subpackages, the feature was removed in v1.42~1.
+
+* Mon Oct 10 2011 Anton Farygin <rider@altlinux.ru> 1.39-alt1
+- new version
+
+* Sun Mar 06 2011 Slava Dubrovskiy <dubrsl@altlinux.org> 1.33-alt1
+- Update new version
+
+* Sun Jan 16 2011 Slava Dubrovskiy <dubrsl@altlinux.org> 1.32-alt1
+- Update new version
+- Add ipset subpackage and libipset
+
+* Wed Oct 13 2010 Anton Farygin <rider@altlinux.ru> 1.30-alt1
+- Initial build for Sisyphus, thanls to Sergei Epiphanov for specfile
diff --git a/xtables-addons.watch b/xtables-addons.watch
new file mode 100644
index 0000000..12435b5
--- /dev/null
+++ b/xtables-addons.watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/xtables-addons/xtables-addons-(.*)\.tar\.xz
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009