From ce988f4946676b01b6e0d7b37deaf6d7545fb643 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 16 Oct 2008 12:46:57 +0200 Subject: [PATCH] socat: update to 1.7.0.0 --- socat/.md5sum | 2 +- socat/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/socat/.md5sum b/socat/.md5sum index 476c0601a..6ab6e5efd 100644 --- a/socat/.md5sum +++ b/socat/.md5sum @@ -1 +1 @@ -5a6a1d1e398d5c4d32fa6515baf477af socat-1.6.0.1.tar.gz +82967132b5a8ca4d07e54370fdcb2662 socat-1.7.0.0.tar.gz diff --git a/socat/Pkgfile b/socat/Pkgfile index ada775495..4463fd2df 100644 --- a/socat/Pkgfile +++ b/socat/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses, openssl, readline name=socat -version=1.6.0.1 +version=1.7.0.0 release=1 source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install }