SHA256
1
0
forked from pool/vpnc

Accepting request 137563 from network

Update to rev 517. Also fixes bnc#773379 (/var/run/vpnc directory)

OBS-URL: https://build.opensuse.org/request/show/137563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vpnc?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2012-10-10 07:35:08 +00:00 committed by Git OBS Bridge
commit e69dd2f195
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb78dcc651402c7575a92cd2b8bac4a1d806730c10f24bffffe38565f68a98dc
size 111506

3
vpnc-0.5.3r517.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad36c9508fdca73948ba2c7a09c466f372361b447991fbc7cef9cd603365e7b9
size 112872

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 9 08:56:14 UTC 2012 - tittiatcoke@gmail.com
- Update to rev 517 of nortel branch
- Check Vendor vs nat traversal mode
- Fix compatibility with Solaris 10 /bin/sh
- Package now owns the /var/run/vpnc directory (bnc#773379)
-------------------------------------------------------------------
Sat Jan 14 23:35:02 UTC 2012 - seife+obs@b1-systems.com

View File

@ -21,13 +21,14 @@ BuildRequires: gnutls
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: pkg-config
Version: 0.5.3r512
Version: 0.5.3r517
Release: 0
Summary: A Client for Cisco VPN concentrator
License: GPL-2.0+
Group: Productivity/Networking/Security
Url: http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
Requires: /usr/bin/sed /sbin/ip
Requires: /sbin/ip
Requires: /usr/bin/sed
Source: %{name}-%{version}.tar.bz2
# only for checkin warnings...
Source1: checkout_svn.sh
@ -73,8 +74,7 @@ export CFLAGS="%optflags"
make PREFIX=/usr
%install
mkdir -p \
${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
%{__make} install \
DESTDIR=${RPM_BUILD_ROOT} \
PREFIX=/usr
@ -86,6 +86,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%attr(0600,root,root) %config(noreplace) %ghost %{_sysconfdir}/vpnc/default.conf
%ghost %{_localstatedir}/run/vpnc
%dir %{_sysconfdir}/vpnc
%{_sysconfdir}/vpnc/vpnc-script
%{_sbindir}/vpnc