* [PATCH] squid: Update 5.2 => 5.4
@ 2022-02-11 8:30 Matthias Fischer
2022-02-11 8:52 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2022-02-11 8:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]
For details see:
http://www.squid-cache.org/Versions/v5/changesets/
P.S.: For a better overview the 'squid-gcc11'-patch has been renamed and moved
to an own squid-patch-directory.
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/squid | 7 ++++---
.../{squid-gcc11.patch => squid/01_squid-gcc11.patch} | 0
2 files changed, 4 insertions(+), 3 deletions(-)
rename src/patches/{squid-gcc11.patch => squid/01_squid-gcc11.patch} (100%)
diff --git a/lfs/squid b/lfs/squid
index b25f594a9..034f4a3e9 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
include Config
-VER = 5.2
+VER = 5.4
THISAPP = squid-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 102984f3ea382a1fa5bd917c2ee155ec
+$(DL_FILE)_MD5 = ea256e86fac6251f71ba4da529a1fd87
install : $(TARGET)
@@ -77,7 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/squid-gcc11.patch
+ cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/squid/01_squid-gcc11.patch
+
cd $(DIR_APP) && autoreconf -vfi
cd $(DIR_APP)/libltdl && autoreconf -vfi
diff --git a/src/patches/squid-gcc11.patch b/src/patches/squid/01_squid-gcc11.patch
similarity index 100%
rename from src/patches/squid-gcc11.patch
rename to src/patches/squid/01_squid-gcc11.patch
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] squid: Update 5.2 => 5.4
2022-02-11 8:30 [PATCH] squid: Update 5.2 => 5.4 Matthias Fischer
@ 2022-02-11 8:52 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-11 8:52 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1862 bytes --]
Looks good to me, thank you very much for this.
@Arne: Could you pick this up for Core Update 164 please?
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> For details see:
> http://www.squid-cache.org/Versions/v5/changesets/
>
> P.S.: For a better overview the 'squid-gcc11'-patch has been renamed and moved
> to an own squid-patch-directory.
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/squid | 7 ++++---
> .../{squid-gcc11.patch => squid/01_squid-gcc11.patch} | 0
> 2 files changed, 4 insertions(+), 3 deletions(-)
> rename src/patches/{squid-gcc11.patch => squid/01_squid-gcc11.patch} (100%)
>
> diff --git a/lfs/squid b/lfs/squid
> index b25f594a9..034f4a3e9 100644
> --- a/lfs/squid
> +++ b/lfs/squid
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 5.2
> +VER = 5.4
>
> THISAPP = squid-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -46,7 +46,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 102984f3ea382a1fa5bd917c2ee155ec
> +$(DL_FILE)_MD5 = ea256e86fac6251f71ba4da529a1fd87
>
> install : $(TARGET)
>
> @@ -77,7 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE)
>
> - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/squid-gcc11.patch
> + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/squid/01_squid-gcc11.patch
> +
> cd $(DIR_APP) && autoreconf -vfi
> cd $(DIR_APP)/libltdl && autoreconf -vfi
>
> diff --git a/src/patches/squid-gcc11.patch b/src/patches/squid/01_squid-gcc11.patch
> similarity index 100%
> rename from src/patches/squid-gcc11.patch
> rename to src/patches/squid/01_squid-gcc11.patch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-11 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 8:30 [PATCH] squid: Update 5.2 => 5.4 Matthias Fischer
2022-02-11 8:52 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox