summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-06-06 20:19:08 +0800
committerKhem Raj <raj.khem@gmail.com>2022-06-06 13:58:43 -0700
commit227450e3b024686cd8d59331fc2acfeecafe989f (patch)
tree3b0af7f961c98815f5a8525ee0dc2106fb88304f /meta-networking/recipes-support
parent1d073c8a7bec4ab34f0b4f6b6b584eab0dcded48 (diff)
downloadmeta-openembedded-227450e3b024686cd8d59331fc2acfeecafe989f.tar.gz
tinyproxy: upgrade 1.11.0 -> 1.11.1
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch4
-rw-r--r--meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb (renamed from meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb)3
2 files changed, 3 insertions, 4 deletions
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
23index 3849383..9f3a633 100644 23index 3849383..9f3a633 100644
24--- a/configure.ac 24--- a/configure.ac
25+++ b/configure.ac 25+++ b/configure.ac
26@@ -190,18 +190,6 @@ AC_SUBST(CPPFLAGS) 26@@ -179,18 +179,6 @@ AC_SUBST(CPPFLAGS)
27 AC_SUBST(LIBS) 27 AC_SUBST(LIBS)
28 AC_SUBST(ADDITIONAL_OBJECTS) 28 AC_SUBST(ADDITIONAL_OBJECTS)
29 29
@@ -42,7 +42,7 @@ index 3849383..9f3a633 100644
42 AM_CONDITIONAL(HAVE_POD2MAN, test "x$POD2MAN" != "x" -a "x$POD2MAN" != "xno") 42 AM_CONDITIONAL(HAVE_POD2MAN, test "x$POD2MAN" != "x" -a "x$POD2MAN" != "xno")
43 43
44 AC_PATH_PROG(GPERF, gperf, no) 44 AC_PATH_PROG(GPERF, gperf, no)
45@@ -226,11 +214,6 @@ src/Makefile 45@@ -216,11 +204,6 @@ src/Makefile
46 data/Makefile 46 data/Makefile
47 data/templates/Makefile 47 data/templates/Makefile
48 etc/Makefile 48 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
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
9 file://tinyproxy.conf \ 9 file://tinyproxy.conf \
10 " 10 "
11 11
12SRC_URI[md5sum] = "658db5558ffb849414341b756a546a99" 12SRC_URI[sha256sum] = "1574acf7ba83c703a89e98bb2758a4ed9fda456f092624b33cfcf0ce2d3b2047"
13SRC_URI[sha256sum] = "20f74769e40144e4d251d2977cc4c40d2d428a2bec8c1b8709cd07315454baef"
14 13
15UPSTREAM_CHECK_URI = "https://github.com/tinyproxy/tinyproxy/releases" 14UPSTREAM_CHECK_URI = "https://github.com/tinyproxy/tinyproxy/releases"
16 15