libproxy: update to 0.4.11.
This commit is contained in:
parent
4ae31ba56a
commit
e7580f8dfa
|
@ -1,10 +0,0 @@
|
|||
--- libproxy/url.cpp.orig 2012-05-23 10:02:53.073403074 +0200
|
||||
+++ libproxy/url.cpp 2012-05-23 10:03:28.105566166 +0200
|
||||
@@ -27,6 +27,7 @@
|
||||
#define close _close
|
||||
#endif
|
||||
#include <fcntl.h> // For ::open()
|
||||
+#include <unistd.h> // For read/close
|
||||
#include <cstring> // For memcpy()
|
||||
#include <sstream> // For int/string conversion (using stringstream)
|
||||
#include <cstdio> // For sscanf()
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libproxy'
|
||||
pkgname=libproxy
|
||||
version=0.4.10
|
||||
revision=3
|
||||
version=0.4.11
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
||||
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://libproxy.googlecode.com"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://libproxy.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=023e3c1023c522333ac4c414e9cb6db05bc564d3e5d30570e2db07aac100c635
|
||||
checksum=dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b
|
||||
|
||||
libproxy-devel_package() {
|
||||
depends="libproxy>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue