From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] sqlcipher: fix download url
Date: Wed, 06 Nov 2013 00:21:01 +0100 [thread overview]
Message-ID: <87li12mo4i.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1383692357-1519-1-git-send-email-romain.naour@openwide.fr> (Romain Naour's message of "Tue, 5 Nov 2013 23:59:17 +0100")
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Fix in what way?
wget http://github.com/sqlcipher/sqlcipher/tarball/v1.1.9/sqlcipher-v1.1.9.tar.gz
--2013-11-06 00:17:11-- http://github.com/sqlcipher/sqlcipher/tarball/v1.1.9/sqlcipher-v1.1.9.tar.gz
Resolving github.com (github.com)... 192.30.252.128
Connecting to github.com (github.com)|192.30.252.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/sqlcipher/sqlcipher/tarball/v1.1.9/sqlcipher-v1.1.9.tar.gz [following]
--2013-11-06 00:17:11-- https://github.com/sqlcipher/sqlcipher/tarball/v1.1.9/sqlcipher-v1.1.9.tar.gz
Connecting to github.com (github.com)|192.30.252.128|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/sqlcipher/sqlcipher/legacy.tar.gz/v1.1.9 [following]
--2013-11-06 00:17:12-- https://codeload.github.com/sqlcipher/sqlcipher/legacy.tar.gz/v1.1.9
Resolving codeload.github.com (codeload.github.com)... 192.30.252.145
Connecting to codeload.github.com (codeload.github.com)|192.30.252.145|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: `sqlcipher-v1.1.9.tar.gz'
wget http://github.com/sqlcipher/sqlcipher/archive/v1.1.9/sqlcipher-v1.1.9.tar.gz /tmp
--2013-11-06 00:18:32-- http://github.com/sqlcipher/sqlcipher/archive/v1.1.9/sqlcipher-v1.1.9.tar.gz
Resolving github.com (github.com)... 192.30.252.128
Connecting to github.com (github.com)|192.30.252.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/sqlcipher/sqlcipher/archive/v1.1.9/sqlcipher-v1.1.9.tar.gz [following]
--2013-11-06 00:18:32-- https://github.com/sqlcipher/sqlcipher/archive/v1.1.9/sqlcipher-v1.1.9.tar.gz
Connecting to github.com (github.com)|192.30.252.128|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/sqlcipher/sqlcipher/tar.gz/v1.1.9 [following]
--2013-11-06 00:18:33-- https://codeload.github.com/sqlcipher/sqlcipher/tar.gz/v1.1.9
Resolving codeload.github.com (codeload.github.com)... 192.30.252.146
Connecting to codeload.github.com (codeload.github.com)|192.30.252.146|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4032588 (3.8M) [application/x-gzip]
Saving to: `sqlcipher-v1.1.9.tar.gz.1'
So both works. We seem to mainly use the tarball version:
git grep 'github.*tarball' package | wc -l
44
git grep 'github.*archive' package | wc -l
4
> ---
> package/sqlcipher/sqlcipher.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
> index 3ade403..e93d24d 100644
> --- a/package/sqlcipher/sqlcipher.mk
> +++ b/package/sqlcipher/sqlcipher.mk
> @@ -5,7 +5,7 @@
> ################################################################################
> SQLCIPHER_VERSION = v1.1.9
> -SQLCIPHER_SITE = http://github.com/sjlombardo/sqlcipher/tarball/$(SQLCIPHER_VERSION)
> +SQLCIPHER_SITE = http://github.com/sqlcipher/sqlcipher/archive/$(SQLCIPHER_VERSION)
> SQLCIPHER_DEPENDENCIES = openssl host-tcl
> SQLCIPHER_INSTALL_STAGING = YES
> --
> 1.8.4
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-11-05 23:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-05 22:59 [Buildroot] [PATCH 1/1] sqlcipher: fix download url Romain Naour
2013-11-05 23:21 ` Peter Korsgaard [this message]
2013-11-05 23:31 ` Romain Naour
2013-11-05 23:34 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87li12mo4i.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox