xbps{,-static}: updated patch from master to fix https://github.com/voidlinux/xbps/issues/172

This commit is contained in:
Enno Boland 2016-04-27 11:06:16 +02:00
parent ab04e869c7
commit 734ac21884
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# NOTE: keep this package synchronized with "srcpkgs/xbps".
pkgname=xbps-static
version=0.51
revision=7
revision=8
build_style=configure
short_desc="The XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"

View File

@ -17,7 +17,7 @@ index a027c39..433bd11 100644
return (NULL);
if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) {
- http_cmd(conn, "CONNECT %s:%d HTTP/1.1",
+ http_cmd(conn, "CONNECT %s:%d HTTP/1.1\r\n",
+ http_cmd(conn, "CONNECT %s:%d HTTP/1.1\r\n\r\n",
URL->host, URL->port);
if (http_get_reply(conn) != HTTP_OK) {
fetch_close(conn);

View File

@ -1,7 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.51
revision=7
revision=8
bootstrap=yes
build_style=configure
short_desc="The XBPS package system utilities"