* [PATCH] wget: Update to 1.20
@ 2018-12-08 17:25 Matthias Fischer
2018-12-11 19:44 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2018-12-08 17:25 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]
For details see:
https://savannah.gnu.org/forum/forum.php?forum_id=9310
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/wget | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/lfs/wget b/lfs/wget
index baa70a476..5ccb0029f 100644
--- a/lfs/wget
+++ b/lfs/wget
@@ -24,7 +24,7 @@
include Config
-VER = 1.19.5
+VER = 1.20
THISAPP = wget-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2db6f03d655041f82eb64b8c8a1fa7da
+$(DL_FILE)_MD5 = 9f1515d083b769e9ff7642ce6016518e
install : $(TARGET)
@@ -71,19 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/01-src_hosts_c_remove_void_assignment.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/02-src_version_h_add_header_guard.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/03-src_hsts_h_fix_header_guard.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/04-fix_unrecognized_command_line_option.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/05-Fix-RESOURCE-LEAK-in-ftp.c-found-by-Coverity.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/06-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/07-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/08-Fix-RESOURCE-LEAK-found-by-Coverity.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/09-Fix-potential-RESOURCE-LEAK-in-warc.c.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/10-Fix-RESOURCE-LEAK-found-by-Coverity.patch
-
- cd $(DIR_APP) && autoreconf -fi
-
cd $(DIR_APP) && ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--
2.18.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wget: Update to 1.20
2018-12-08 17:25 [PATCH] wget: Update to 1.20 Matthias Fischer
@ 2018-12-11 19:44 ` Michael Tremer
2018-12-11 20:04 ` Matthias Fischer
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2018-12-11 19:44 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2405 bytes --]
Hey,
This does not apply. Those patches at the end have never been in the repository.
Did I miss a patch?
-Michael
> On 8 Dec 2018, at 17:25, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://savannah.gnu.org/forum/forum.php?forum_id=9310
>
> Best,
> Matthias
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/wget | 17 ++---------------
> 1 file changed, 2 insertions(+), 15 deletions(-)
>
> diff --git a/lfs/wget b/lfs/wget
> index baa70a476..5ccb0029f 100644
> --- a/lfs/wget
> +++ b/lfs/wget
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 1.19.5
> +VER = 1.20
>
> THISAPP = wget-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 2db6f03d655041f82eb64b8c8a1fa7da
> +$(DL_FILE)_MD5 = 9f1515d083b769e9ff7642ce6016518e
>
> install : $(TARGET)
>
> @@ -71,19 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
>
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/01-src_hosts_c_remove_void_assignment.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/02-src_version_h_add_header_guard.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/03-src_hsts_h_fix_header_guard.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/04-fix_unrecognized_command_line_option.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/05-Fix-RESOURCE-LEAK-in-ftp.c-found-by-Coverity.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/06-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/07-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/08-Fix-RESOURCE-LEAK-found-by-Coverity.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/09-Fix-potential-RESOURCE-LEAK-in-warc.c.patch
> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/10-Fix-RESOURCE-LEAK-found-by-Coverity.patch
> -
> - cd $(DIR_APP) && autoreconf -fi
> -
> cd $(DIR_APP) && ./configure \
> --prefix=/usr \
> --sysconfdir=/etc \
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wget: Update to 1.20
2018-12-11 19:44 ` Michael Tremer
@ 2018-12-11 20:04 ` Matthias Fischer
0 siblings, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2018-12-11 20:04 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2768 bytes --]
On 11.12.2018 20:44, Michael Tremer wrote:
> Hey,
>
> This does not apply. Those patches at the end have never been in the repository.
>
> Did I miss a patch?
No.
But I must confess, I didn't notice this and I'm really puzzled - I
don't know where these came from. I even can't find them here.
Perhaps they came from an older test branch of mine. Please ignore this
one, I will resend it.
> -Michael
>
>> On 8 Dec 2018, at 17:25, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>
>> For details see:
>> https://savannah.gnu.org/forum/forum.php?forum_id=9310
>>
>> Best,
>> Matthias
>>
>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>> ---
>> lfs/wget | 17 ++---------------
>> 1 file changed, 2 insertions(+), 15 deletions(-)
>>
>> diff --git a/lfs/wget b/lfs/wget
>> index baa70a476..5ccb0029f 100644
>> --- a/lfs/wget
>> +++ b/lfs/wget
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER = 1.19.5
>> +VER = 1.20
>>
>> THISAPP = wget-$(VER)
>> DL_FILE = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 2db6f03d655041f82eb64b8c8a1fa7da
>> +$(DL_FILE)_MD5 = 9f1515d083b769e9ff7642ce6016518e
>>
>> install : $(TARGET)
>>
>> @@ -71,19 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>> @$(PREBUILD)
>> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
>>
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/01-src_hosts_c_remove_void_assignment.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/02-src_version_h_add_header_guard.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/03-src_hsts_h_fix_header_guard.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/04-fix_unrecognized_command_line_option.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/05-Fix-RESOURCE-LEAK-in-ftp.c-found-by-Coverity.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/06-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/07-Fix-RESOURCE-LEAK-in-http.c-found-by-Coverity.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/08-Fix-RESOURCE-LEAK-found-by-Coverity.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/09-Fix-potential-RESOURCE-LEAK-in-warc.c.patch
>> - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/wget/10-Fix-RESOURCE-LEAK-found-by-Coverity.patch
>> -
>> - cd $(DIR_APP) && autoreconf -fi
>> -
>> cd $(DIR_APP) && ./configure \
>> --prefix=/usr \
>> --sysconfdir=/etc \
>> --
>> 2.18.0
>>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-11 20:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-08 17:25 [PATCH] wget: Update to 1.20 Matthias Fischer
2018-12-11 19:44 ` Michael Tremer
2018-12-11 20:04 ` Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox