rpms/vpnc/devel generic-vpnc.conf, NONE, 1.1 vpnc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Mon Dec 20 20:46:40 UTC 2004


Author: wtogami

Update of /cvs/extras/rpms/vpnc/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv3095/devel

Modified Files:
	.cvsignore sources 
Added Files:
	generic-vpnc.conf vpnc.spec 
Log Message:
auto-import vpnc-0.3.2-1 on branch devel from vpnc-0.3.2-1.src.rpm


--- NEW FILE generic-vpnc.conf ---
#IPSec gateway my.vpn.gateway
#IPSec ID my.ipsec.id
#IPSec secret mysecret
# your username goes here
#Xauth username 


--- NEW FILE vpnc.spec ---
Name:           vpnc
Version:        0.3.2
Release:        1
Summary:        IPSec VPN client compatible with Cisco equipment

Group:          Applications/Internet
License:        GPL
URL:            http://www.unix-ag.uni-kl.de/~massar/vpnc/
Source0:        vpnc-0.3.2.tar.gz
Source1:        generic-vpnc.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libgcrypt-devel > 0:1.1.90
Requires:       kernel >= 0:2.4

%description
A VPN client compatible with Cisco's EasyVPN equipment.

Supports IPSec (ESP) with Mode Configuration and Xauth.  Supports only
shared-secret IPSec authentication, 3DES, MD5, and IP tunneling.

%prep
%setup -q 

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{sbin,etc}

install -m 755 vpnc $RPM_BUILD_ROOT/sbin
install -m 600 %{SOURCE1} $RPM_BUILD_ROOT/etc/vpnc.conf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%dev(c, 10, 200) /dev/tun
%config(noreplace) /etc/vpnc.conf
/sbin/*

%changelog
* Mon Dec 20 2004 Warren Togami <wtogami at redhat.com> 0.3.2-1
- 0.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vpnc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Dec 2004 20:46:04 -0000	1.1
+++ .cvsignore	20 Dec 2004 20:46:38 -0000	1.2
@@ -0,0 +1 @@
+vpnc-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vpnc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2004 20:46:04 -0000	1.1
+++ sources	20 Dec 2004 20:46:38 -0000	1.2
@@ -0,0 +1 @@
+aaccdffc5656095a45dfe87c5bf612cb  vpnc-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list