From a9edea94bf719d980af9866487a548ed53ee202a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 00:28:53 +0200 Subject: [PATCH] curl: updated to 7.19.0 and enabled ldaps now. --- templates/curl.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/curl.tmpl b/templates/curl.tmpl index 02540f1..4a98d90 100755 --- a/templates/curl.tmpl +++ b/templates/curl.tmpl @@ -1,13 +1,14 @@ # Template file for 'curl' pkgname=curl -version=7.18.0 +version=7.19.0 extract_sufx=".tar.bz2" url=http://curl.haxx.se/download/ build_style=gnu_configure +configure_args="--enable-ldaps" pkgconfig_override="libcurl.pc" short_desc="Client that groks URLs" maintainer="Juan RP " -checksum=f25ec844e7ef6221719439b3214fd3c3a42f5604 +checksum=2849e82496eb19bd75792d64f42eaa196e1ebac3 long_desc=" Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports -- 2.11.4.GIT