]> git.pld-linux.org Git - packages/antinat.git/commitdiff
- almost raw import
authormisi3k <misi3k@pld-linux.org>
Mon, 15 Sep 2003 07:28:08 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antinat.spec -> 1.1

antinat.spec [new file with mode: 0644]

diff --git a/antinat.spec b/antinat.spec
new file mode 100644 (file)
index 0000000..ee2da2c
--- /dev/null
@@ -0,0 +1,135 @@
+Summary:       A SOCKS server for SOCKS4 and SOCKS5
+Summary(pl):   Serwer SOCKS dla SOCKS4 SOCKS5
+Name:          antinat
+Version:       0.64
+Release:       0.1
+License:       GPL
+Group:         Daemons
+Source0:       http://yallara.cs.rmit.edu.au/~malsmith/products/antinat/%{name}-%{version}.tar.bz2
+URL:           http://yallara.cs.rmit.edu.au/~malsmith/products/antinat/
+BuildRequires: libds-devel >= 1.2.0
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A SOCKS server for SOCKS4 and SOCKS5
+
+%description -l pl
+Serwer SOCKS dla SOCKS4 SOCKS5
+
+%package socks4
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for SOCKS4 in antinat
+
+%description socks4
+Support for older style SOCKS4 connections in antinat. SOCKS4 is
+limited to anonymous only connections, and if authentication is
+required, do not install this package.
+
+%package logging
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for logging in antinat
+
+%description logging
+Support for connection and summary logging in antinat.
+
+%package filtering
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for filtering in antinat
+
+%description filtering
+Support for allowing and disallowing connections on the basis of some
+criteria in antinat. Included are filters for IPv4 source and
+destination addresses, as well as ports.
+
+%package anonymous
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for anonymous SOCKS5 connections in antinat
+
+%description anonymous
+Support for anonymous (non-authenticated) connections in antinat. If
+this package is not installed, clients must give the username and
+password credentials of a user on the server to proceed. Note that
+socks4 will also provide anonymous connections, in effect.
+
+%package ipv6
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for IPv6 connections in antinat
+
+%description ipv6
+Support for IPv6 connections, to allow the server to connect to v6
+hosts and be connected to from v6 hosts.
+
+%package udp
+Group:         Daemons
+Requires:      antinat = %{version}
+Summary:       Support for UDP Association in antinat
+
+%description udp
+Support for UDP association over SOCKSv5. This allows hosts to send
+and receive UDP packets through the SOCKS server.
+
+%prep
+%setup -q
+
+%build
+export CXXFLAGS="-O2"
+%configure --datadir=%{_libdir} --with-ipv6
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       datadir=$RPM_BUILD_ROOT%{_libdir}
+
+%clean
+rm -fR $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README TODO
+%config(noreplace) %{_sysconfdir}/antinat.conf
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
+%{_libdir}/antinat-%{version}/address/libipv4.so
+%{_libdir}/antinat-%{version}/version5/authenticators/libunpw.so
+%{_libdir}/antinat-%{version}/version5/authenticators/unpwsources
+%{_libdir}/antinat-%{version}/version5/commands/libconn.so
+%{_libdir}/antinat-%{version}/version5/commands/libbind.so
+%{_libdir}/antinat-%{version}/version5/commands/libident.so
+%{_libdir}/antinat-%{version}/resolvers/libipv4.so
+%{_libdir}/antinat-%{version}/resolvers/libname.so
+%{_libdir}/antinat-%{version}/revres/libipv4.so
+%{_libdir}/antinat-%{version}/versions/libv5.so
+
+%files socks4
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/version4/*
+%{_libdir}/antinat-%{version}/versions/libv4.so
+
+%files logging
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/loggers/*
+%{_localstatedir}
+
+%files filtering
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/filters/*
+
+%files anonymous
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/version5/authenticators/libanon.so
+
+%files ipv6
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/address/libipv6.so
+%{_libdir}/antinat-%{version}/resolvers/libipv6.so
+%{_libdir}/antinat-%{version}/revres/libipv6.so
+
+%files udp
+%defattr(644,root,root,755)
+%{_libdir}/antinat-%{version}/version5/commands/libudp.so
This page took 0.102097 seconds and 4 git commands to generate.