public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sqlite: Update to 3.34.0
@ 2020-12-16 18:28 Adolf Belka
  2020-12-18  9:44 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2020-12-16 18:28 UTC (permalink / raw)
  To: development

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

-Update sqlite from 3.26.0 to 3.34.0
	See https://sqlite[.]org/chronology[.]html for history between
	these releases.
-Have reviewed all release notes between these two releases and there
	are no deprecations.
-No change to rootfile.
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
---
 lfs/sqlite | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/sqlite b/lfs/sqlite
index 8f02634cd..b2e1b6d3b 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3260000
+VER        = 3340000
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
+$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
 
 install : $(TARGET)
 
-- 
2.29.2


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

* Re: [PATCH] sqlite: Update to 3.34.0
  2020-12-16 18:28 [PATCH] sqlite: Update to 3.34.0 Adolf Belka
@ 2020-12-18  9:44 ` Michael Tremer
  2020-12-18 11:14   ` Adolf Belka
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2020-12-18  9:44 UTC (permalink / raw)
  To: development

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

Him,

> On 16 Dec 2020, at 19:28, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
> 
> -Update sqlite from 3.26.0 to 3.34.0
> 	See https://sqlite[.]org/chronology[.]html for history between

Is there any reason you had to escape this URL like this?

> 	these releases.
> -Have reviewed all release notes between these two releases and there
> 	are no deprecations.
> -No change to rootfile.

Very good. Merged.

-Michael

> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
> ---
> lfs/sqlite | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/sqlite b/lfs/sqlite
> index 8f02634cd..b2e1b6d3b 100644
> --- a/lfs/sqlite
> +++ b/lfs/sqlite
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 3260000
> +VER        = 3340000
> 
> THISAPP    = sqlite-autoconf-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
> +$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
> 
> install : $(TARGET)
> 
> -- 
> 2.29.2
> 


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

* Re: [PATCH] sqlite: Update to 3.34.0
  2020-12-18  9:44 ` Michael Tremer
@ 2020-12-18 11:14   ` Adolf Belka
  2020-12-18 11:47     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2020-12-18 11:14 UTC (permalink / raw)
  To: development

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

Hi Michael,



On 18/12/2020 10:44, Michael Tremer wrote:
> Him,
> 
>> On 16 Dec 2020, at 19:28, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>>
>> -Update sqlite from 3.26.0 to 3.34.0
>> 	See https://sqlite[.]org/chronology[.]html for history between
> 
> Is there any reason you had to escape this URL like this?
>

My first sending of the patch got bounced due to the url showing up as a spam source. I remembered that Erik or Matthias had also had problems in the past like that so hence I escaped the url and it was then successfully sent.

Regards,
Adolf.

  
>> 	these releases.
>> -Have reviewed all release notes between these two releases and there
>> 	are no deprecations.
>> -No change to rootfile.
> 
> Very good. Merged.
> 
> -Michael
> 
>> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
>> ---
>> lfs/sqlite | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/lfs/sqlite b/lfs/sqlite
>> index 8f02634cd..b2e1b6d3b 100644
>> --- a/lfs/sqlite
>> +++ b/lfs/sqlite
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER        = 3260000
>> +VER        = 3340000
>>
>> THISAPP    = sqlite-autoconf-$(VER)
>> DL_FILE    = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
>> +$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
>>
>> install : $(TARGET)
>>
>> -- 
>> 2.29.2
>>
> 

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

* Re: [PATCH] sqlite: Update to 3.34.0
  2020-12-18 11:14   ` Adolf Belka
@ 2020-12-18 11:47     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2020-12-18 11:47 UTC (permalink / raw)
  To: development

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

@Peter: Could you please have a look at this?

This does not seem to be a malicious URL. So why is it blocked?

-Michael

> On 18 Dec 2020, at 12:14, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
> 
> Hi Michael,
> 
> 
> 
> On 18/12/2020 10:44, Michael Tremer wrote:
>> Him,
>>> On 16 Dec 2020, at 19:28, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>>> 
>>> -Update sqlite from 3.26.0 to 3.34.0
>>> 	See https://sqlite[.]org/chronology[.]html for history between
>> Is there any reason you had to escape this URL like this?
>> 
> 
> My first sending of the patch got bounced due to the url showing up as a spam source. I remembered that Erik or Matthias had also had problems in the past like that so hence I escaped the url and it was then successfully sent.
> 
> Regards,
> Adolf.
> 
> 
>>> 	these releases.
>>> -Have reviewed all release notes between these two releases and there
>>> 	are no deprecations.
>>> -No change to rootfile.
>> Very good. Merged.
>> -Michael
>>> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
>>> ---
>>> lfs/sqlite | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>> 
>>> diff --git a/lfs/sqlite b/lfs/sqlite
>>> index 8f02634cd..b2e1b6d3b 100644
>>> --- a/lfs/sqlite
>>> +++ b/lfs/sqlite
>>> @@ -24,7 +24,7 @@
>>> 
>>> include Config
>>> 
>>> -VER        = 3260000
>>> +VER        = 3340000
>>> 
>>> THISAPP    = sqlite-autoconf-$(VER)
>>> DL_FILE    = $(THISAPP).tar.gz
>>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>> 
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>> 
>>> -$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
>>> +$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
>>> 
>>> install : $(TARGET)
>>> 
>>> -- 
>>> 2.29.2
>>> 


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

end of thread, other threads:[~2020-12-18 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 18:28 [PATCH] sqlite: Update to 3.34.0 Adolf Belka
2020-12-18  9:44 ` Michael Tremer
2020-12-18 11:14   ` Adolf Belka
2020-12-18 11:47     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox