[arch-commits] Commit in vtun/trunk (PKGBUILD)

Kevin Piche kevin at archlinux.org
Mon Aug 4 18:23:28 UTC 2008


    Date: Monday, August 4, 2008 @ 14:23:28
  Author: kevin
Revision: 7840

upgpkg: vtun 3.0.2-2
    Fixed FS#10618: depends on old openssl package

Modified:
  vtun/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-04 17:43:37 UTC (rev 7839)
+++ PKGBUILD	2008-08-04 18:23:28 UTC (rev 7840)
@@ -4,12 +4,12 @@
 
 pkgname=vtun
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Create virtual tunnels over TCP/IP networks with traffic shaping"
 arch=('i686' 'x86_64')
 url="http://vtun.sourceforge.net/"
 license=('GPL')
-depends=('openssl<=0.9.8g' 'zlib')
+depends=('openssl' 'zlib')
 makedepends=('bison' 'flex' 'm4')
 backup=('etc/vtun/vtund.conf')
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)




More information about the arch-commits mailing list