Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37913087
en ru br
ALT Linux repos
5.0: 0.7.1-alt1
4.1: 0.6.7-alt2.M41
4.0: 0.6.7-alt2.M40
3.0: 0.5-alt1

Group :: Security/Networking
RPM: ipsec-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: IPsec-Tools package use the IPsec functionality in the linux-2.5+ kernels.
Name: ipsec-tools
Version: 0.5
Release: alt1
Packager: Maxim Tyurin <mrkooll at altlinux.ru>
URL: http://ipsec-tools.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
License: BSD
Group: Security/Networking

# Automatically added by buildreq on Thu Jun 10 2004

BuildRequires: flex gcc-c++ gcc-g77 libkrb5-devel libssl-devel libstdc++-devel
BuildRequires: kernel-headers-std26-up

%description
This is the IPsec-Tools package.  You need this package in order to
really use the IPsec functionality in the linux-2.5+ kernels.  This
package builds:

       - libipsec, a PFKeyV2 library
       - setkey, a program to directly manipulate policies and SAs
       - racoon, an IKEv1 keying daemon

%prep
%setup -q

%build
./configure --disable-static --with-kernel-headers=/usr/include --enable-shared \
--sysconfdir=/etc/racoon
%make_build

%install
%makeinstall
%__mkdir %buildroot%_sysconfdir
%__mkdir %buildroot%_sysconfdir/racoon
%__install -p -m600 src/racoon/samples/psk.txt %buildroot%_sysconfdir/racoon/
%__install -p -m644 src/racoon/samples/racoon.conf %buildroot%_sysconfdir/racoon/

%files
%config(noreplace) %_sysconfdir/*
%_includedir/*
%_libdir/*
%_mandir/man?/*
%_sbindir/*
%doc ChangeLog NEWS README src/racoon/doc/* src/racoon/samples/roadwarrior src/racoon/samples/*sample*

##%defattr(-,root,root)



%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin