Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] curl: update to 7.66.0.
@ 2019-09-17 19:27 voidlinux-github
  2019-09-18  7:38 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-17 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages curl
https://github.com/void-linux/void-packages/pull/14527

curl: update to 7.66.0.
Additionally:
* little typo in `$(vopt_with gnutls)`
* use python3 for the testsuite

A patch file from https://github.com/void-linux/void-packages/pull/14527.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-curl-14527.patch --]
[-- Type: text/x-diff, Size: 2063 bytes --]

From f4aff27ace8823a33184e692f0f16321c001fd4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Mon, 16 Sep 2019 02:13:11 +0200
Subject: [PATCH] curl: update to 7.66.0.

---
 srcpkgs/curl/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template
index a3bc8dcf862..7dc0542bc5d 100644
--- a/srcpkgs/curl/template
+++ b/srcpkgs/curl/template
@@ -1,10 +1,10 @@
 # Template file for 'curl'
 pkgname=curl
-version=7.65.3
+version=7.66.0
 revision=1
 build_style=gnu-configure
 configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
- $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnuts)
+ $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
  $(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl)
  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2"
 hostmakedepends="groff perl pkg-config"
@@ -13,14 +13,14 @@ makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
  $(vopt_if rtmp 'librtmp-devel') $(vopt_if ssh 'libssh2-devel')
  $(vopt_if ssl 'libressl-devel')"
 depends="ca-certificates"
-checkdepends="python"
+checkdepends="python3"
 short_desc="Client that groks URLs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://curl.haxx.se"
 changelog="https://curl.haxx.se/changes.html#${version//./_}"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
-checksum=0a855e83be482d7bc9ea00e05bdb1551a44966076762f9650959179c89fce509
+checksum=6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141
 build_options="gnutls gssapi ldap rtmp ssh ssl"
 build_options_default="ssh ssl"
 vopt_conflict ssl gnutls
@@ -40,7 +40,7 @@ libcurl_package() {
 	shlib_provides="libcurl-gnutls.so.4"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
-		ln -sf libcurl.so.4.5.0 ${PKGDESTDIR}/usr/lib/libcurl-gnutls.so.4
+		ln -sf libcurl.so.4.6.0 ${PKGDESTDIR}/usr/lib/libcurl-gnutls.so.4
 	}
 }
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: curl: update to 7.66.0.
  2019-09-17 19:27 [PR PATCH] curl: update to 7.66.0 voidlinux-github
@ 2019-09-18  7:38 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-18  7:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

There's a merged pull request on the void-packages repository

curl: update to 7.66.0.
https://github.com/void-linux/void-packages/pull/14527

Description:
Additionally:
* little typo in `$(vopt_with gnutls)`
* use python3 for the testsuite

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-18  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 19:27 [PR PATCH] curl: update to 7.66.0 voidlinux-github
2019-09-18  7:38 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).