[meta-networking] tinyproxy: upgrade 1.11.0 -> 1.11.1

Message ID 1654517949-9033-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking] tinyproxy: upgrade 1.11.0 -> 1.11.1 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2022, 12:19 p.m. UTC
Refresh disable-documentation.patch for new version.

Changelog:
Fixes issues detected in 1.11.0, add new fnmatch based filtertype.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../tinyproxy/tinyproxy/disable-documentation.patch           | 4 ++--
 .../tinyproxy/{tinyproxy_1.11.0.bb => tinyproxy_1.11.1.bb}    | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename meta-networking/recipes-support/tinyproxy/{tinyproxy_1.11.0.bb => tinyproxy_1.11.1.bb} (89%)

Patch

diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
index af99edcb5..364baaa00 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch
@@ -23,7 +23,7 @@  diff --git a/configure.ac b/configure.ac
 index 3849383..9f3a633 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -190,18 +190,6 @@ AC_SUBST(CPPFLAGS)
+@@ -179,18 +179,6 @@ AC_SUBST(CPPFLAGS)
  AC_SUBST(LIBS)
  AC_SUBST(ADDITIONAL_OBJECTS)
  
@@ -42,7 +42,7 @@  index 3849383..9f3a633 100644
  AM_CONDITIONAL(HAVE_POD2MAN, test "x$POD2MAN" != "x" -a "x$POD2MAN" != "xno")
  
  AC_PATH_PROG(GPERF, gperf, no)
-@@ -226,11 +214,6 @@ src/Makefile
+@@ -216,11 +204,6 @@ src/Makefile
  data/Makefile
  data/templates/Makefile
  etc/Makefile
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb
similarity index 89%
rename from meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb
rename to meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb
index 388f7aecb..86f57d88f 100644
--- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb
+++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb
@@ -9,8 +9,7 @@  SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz
            file://tinyproxy.conf \
            "
 
-SRC_URI[md5sum] = "658db5558ffb849414341b756a546a99"
-SRC_URI[sha256sum] = "20f74769e40144e4d251d2977cc4c40d2d428a2bec8c1b8709cd07315454baef"
+SRC_URI[sha256sum] = "1574acf7ba83c703a89e98bb2758a4ed9fda456f092624b33cfcf0ce2d3b2047"
 
 UPSTREAM_CHECK_URI = "https://github.com/tinyproxy/tinyproxy/releases"