diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2018-09-18 16:30:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-24 11:49:45 -0700 |
commit | fa1156b91a96103bb3f6b2d0943b81044d9ef1ee (patch) | |
tree | f22845a5acbe1ef17014333d69f3798f57a88ea2 | |
parent | a5718b30328c2bf208723514e934f71890fabcb3 (diff) | |
download | meta-openembedded-fa1156b91a96103bb3f6b2d0943b81044d9ef1ee.tar.gz |
tinyproxy: upgrade to version 1.10.0
Highlights of this upgrade:
* tinyproxy binary is not installed to /usr/sbin now.
* removed a deprecated configure parameter.
* reworked disable-documentation.patch.
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch | 44 | ||||
-rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb (renamed from meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb) | 5 |
3 files changed, 26 insertions, 25 deletions
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch index 01d0236be5..563fde3b48 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch | |||
@@ -1,19 +1,31 @@ | |||
1 | --- a/configure.ac 2016-01-01 17:42:27.000000000 +0100 | 1 | diff --git a/Makefile.am b/Makefile.am |
2 | +++ b/configure.ac 2017-04-20 14:03:37.238254471 +0200 | 2 | index 4a3ead6..a12cb98 100644 |
3 | @@ -284,24 +284,12 @@ | 3 | --- a/Makefile.am |
4 | AC_SUBST(LIBS) | 4 | +++ b/Makefile.am |
5 | AC_SUBST(ADDITIONAL_OBJECTS) | 5 | @@ -2,7 +2,6 @@ SUBDIRS = \ |
6 | src \ | ||
7 | data \ | ||
8 | etc \ | ||
9 | - docs \ | ||
10 | m4macros \ | ||
11 | tests \ | ||
12 | scripts | ||
13 | diff --git a/configure.ac b/configure.ac | ||
14 | index 6ddbcc0..f993711 100644 | ||
15 | --- a/configure.ac | ||
16 | +++ b/configure.ac | ||
17 | @@ -177,10 +177,6 @@ AC_SUBST(ADDITIONAL_OBJECTS) | ||
18 | AC_PATH_PROG(XSLTPROC, xsltproc, no) | ||
19 | AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno") | ||
6 | 20 | ||
7 | -# Check for asciidoc | 21 | -# Check for asciidoc |
8 | -AC_PATH_PROG(A2X, a2x, no) | 22 | -AC_PATH_PROG(A2X, a2x, no) |
9 | -AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno") | 23 | -AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno") |
10 | -if test x"$A2X" = x"no"; then | ||
11 | - AC_MSG_ERROR([Test for asciidoc failed. See the file 'INSTALL' for help.]) | ||
12 | -fi | ||
13 | - | 24 | - |
14 | AC_CONFIG_FILES([ | 25 | # checking xmllint |
15 | Makefile | 26 | AC_PATH_PROG(XMLLINT, xmllint, no) |
16 | src/Makefile | 27 | if test "x$XMLLINT" != "xno"; then |
28 | @@ -202,11 +198,6 @@ src/Makefile | ||
17 | data/Makefile | 29 | data/Makefile |
18 | data/templates/Makefile | 30 | data/templates/Makefile |
19 | etc/Makefile | 31 | etc/Makefile |
@@ -25,13 +37,3 @@ | |||
25 | m4macros/Makefile | 37 | m4macros/Makefile |
26 | tests/Makefile | 38 | tests/Makefile |
27 | tests/scripts/Makefile | 39 | tests/scripts/Makefile |
28 | --- a/Makefile.am 2016-01-01 17:42:27.000000000 +0100 | ||
29 | +++ b/Makefile.am 2017-04-20 14:03:53.842822997 +0200 | ||
30 | @@ -2,7 +2,6 @@ | ||
31 | src \ | ||
32 | data \ | ||
33 | etc \ | ||
34 | - docs \ | ||
35 | m4macros \ | ||
36 | tests | ||
37 | |||
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service index ea079f9556..df42745731 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service | |||
@@ -8,7 +8,7 @@ ExecStartPre=/bin/mkdir -p /var/log/tinyproxy | |||
8 | ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy | 8 | ExecStartPre=/bin/chown -R nobody.tinyproxy /var/log/tinyproxy |
9 | ExecStartPre=/bin/mkdir -p /var/run/tinyproxy | 9 | ExecStartPre=/bin/mkdir -p /var/run/tinyproxy |
10 | ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy | 10 | ExecStartPre=/bin/chown -R nobody.tinyproxy /var/run/tinyproxy |
11 | ExecStart=/usr/sbin/tinyproxy -d | 11 | ExecStart=/usr/bin/tinyproxy -d |
12 | 12 | ||
13 | [Install] | 13 | [Install] |
14 | WantedBy=multi-user.target | 14 | WantedBy=multi-user.target |
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb index 98192dc99f..144dcf33ac 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.8.4.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb | |||
@@ -7,13 +7,12 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz | |||
7 | file://disable-documentation.patch \ | 7 | file://disable-documentation.patch \ |
8 | file://tinyproxy.service" | 8 | file://tinyproxy.service" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "3b60f7d08e0821ed1a3e2cf1e5778cac" | 10 | SRC_URI[md5sum] = "423047c8dc53a15e19f78e238198549c" |
11 | SRC_URI[sha256sum] = "8234c879a129feee61efa98bac14a1a3e46e5cf08f01696a216940872aa70faf" | 11 | SRC_URI[sha256sum] = "6020955e6a0ef0ef898ad5bb17a448c47f9e4c003c464b4ae7c4dba063272055" |
12 | 12 | ||
13 | EXTRA_OECONF += " \ | 13 | EXTRA_OECONF += " \ |
14 | --enable-filter \ | 14 | --enable-filter \ |
15 | --enable-transparent \ | 15 | --enable-transparent \ |
16 | --disable-regexcheck \ | ||
17 | --enable-reverse \ | 16 | --enable-reverse \ |
18 | --enable-upstream \ | 17 | --enable-upstream \ |
19 | --enable-xtinyproxy \ | 18 | --enable-xtinyproxy \ |