]> git.pld-linux.org Git - packages/vtun.git/commitdiff
- upgrade to vtun-2.5;
authorrrw <rrw@hell.pl>
Sun, 17 Feb 2002 21:38:19 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete iproute patch;
- added patch to bison source file allowing it to compile;
- sslauth option patch on hold for now since it changes default behaviour
  of vtund (would cause problems after upgrade);
- epoch: 2 (for rpm 2.5b1 is higher than 2.5);
- release: 1;

Changed files:
    vtun.spec -> 1.37

vtun.spec

index ad0b7f04e0b5c4c164dc76936994b03637f826e5..b83d6a58aa5b8f4cbc1aa5703ab15c116071f815 100644 (file)
--- a/vtun.spec
+++ b/vtun.spec
@@ -4,21 +4,22 @@
 Summary:       Virtual tunnel over TCP/IP networks
 Summary(pl):   Wirtualne tunele poprzez sieci TCP/IP
 Name:          vtun
-Version:       2.5b1
-Release:       6
-Epoch:         1
+Version:       2.5
+Release:       1
+Epoch:         2
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 Vendor:                Maxim Krasnyansky <max_mk@yahoo.com>
-Source0:       http://vtun.sourceforge.net/%{name}-%{version}.tar.gz
+Source0:       http://prdownloads.sourceforge.net/vtun/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-iproute.patch
+Patch1:                %{name}-expect.patch
 Patch2:                %{name}-autoheader.patch
 Patch3:                %{name}-getpt.patch
+#Patch4:               %{name}-sslauth.patch
 URL:           http://vtun.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -51,11 +52,12 @@ Wspierane typy tuneli to: PPP, IP, Ethernet i wi
 protoko³ów szeregowych.
 
 %prep
-%setup -q
+%setup -q -n vtun
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+#%patch4 -p1
 
 %build
 aclocal
This page took 0.076557 seconds and 4 git commands to generate.