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,7 +3,7 @@ curl http://curl.haxx.se - Peter O'Connor + Peter O?Connor peter@solus-project.com GPL-3.0 @@ -70,12 +70,98 @@ - + 2017-04-19 7.54.0 - Packaging update - Peter O'Connor + Update to 7.54.0 + +Address CVE: + - CVE-2017-7468 + Peter O?Connor peter@solus-project.com + + 2017-04-05 + 7.53.1 + Address CVE-2017-7407 and add check + +Tests take awhile but this package is important! + Peter O?Connor + peter@solus-project.com + + + 2017-02-24 + 7.53.1 + Update to 7.53.1 + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-12-24 + 7.52.1 + Update to 7.52.1 + Joshua Strobl + joshua@stroblindustries.com + + + 2016-11-23 + 7.51.0 + Enable nghttp2 + Bryan T. Meyers + bmeyers@datadrake.com + + + 2016-11-02 + 7.51.0 + Update to 7.51.0 + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-10-13 + 7.50.3 + Rebuild for openssl + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-09-17 + 7.50.3 + Update to 7.50.3 + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-08-08 + 7.50.1 + Address multiple CVEs in update to 7.50.1 + +This update addresses the following CVEs: + + * CVE-2016-5419 + * CVE-2016-5420 + * CVE-2016-5421 + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + + + 2016-06-29 + 7.49.1 + Address CVE-2016-4802 through 7.49.1 update + +Signed-off-by: Ikey Doherty <ikey@solus-project.com> + Ikey Doherty + ikey@solus-project.com + \ No newline at end of file