diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -2,5 +2,6 @@
libcrypto.so.1.0.0
libnghttp2.so.14
libpthread.so.0
+libssh2.so.1
libssl.so.1.0.0
libz.so.1
diff --git a/abi_used_libs32 b/abi_used_libs32
--- a/abi_used_libs32
+++ b/abi_used_libs32
@@ -1,5 +1,6 @@
libc.so.6
libcrypto.so.1.0.0
libpthread.so.0
+libssh2.so.1
libssl.so.1.0.0
libz.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : curl
version : 7.54.0
-release : 28
+release : 29
source :
- https://curl.haxx.se/download/curl-7.54.0.tar.gz : a84b635941c74e26cce69dd817489bec687eb1f230e7d1897fc5b5f108b59adf
homepage : http://curl.haxx.se
@@ -13,16 +13,19 @@
- /usr/share/man
- devel : /usr/share/aclocal/libcurl.m4
builddeps :
+ - pkgconfig32(libssh2)
- pkgconfig32(libssl)
- pkgconfig32(zlib)
- pkgconfig(libnghttp2)
+ - pkgconfig(libssh2)
emul32 : yes
setup : |
%configure --disable-static \
--enable-threaded-resolver \
--without-gnutls \
--enable-libcurl-option \
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+ --with-libssh2
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
curl
http://curl.haxx.se
- Peter O'Connor
- peter@solus-project.com
+ Stefan Ric
+ stfric369@gmail.com
GPL-3.0
system.base
@@ -32,7 +32,7 @@
emul32
- curl
+ curl
/usr/lib32/lib*.so.*
@@ -45,8 +45,8 @@
programming.devel
- curl-32bit
- curl-devel
+ curl-32bit
+ curl-devel
/usr/lib32/lib*.so
@@ -60,7 +60,7 @@
programming.devel
- curl
+ curl
/usr/include/
@@ -70,12 +70,12 @@
-
- 2017-04-19
+
+ 2017-05-10
7.54.0
Packaging update
- Peter O'Connor
- peter@solus-project.com
+ Stefan Ric
+ stfric369@gmail.com
\ No newline at end of file