From f27e72730dcc85039dbb0f5024d9d5f1747b76d6 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 8 Sep 2018 01:55:54 +0200 Subject: [PATCH] tinyproxy: Update from 1.8.4 to 1.10.0 --- packages/tinyproxy/build.sh | 4 ++-- packages/tinyproxy/configure.patch | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/tinyproxy/build.sh b/packages/tinyproxy/build.sh index 12cc855f2..80d98c4aa 100644 --- a/packages/tinyproxy/build.sh +++ b/packages/tinyproxy/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://tinyproxy.github.io/ TERMUX_PKG_DESCRIPTION="Light-weight HTTP proxy daemon for POSIX operating systems" -TERMUX_PKG_VERSION=1.8.4 -TERMUX_PKG_SHA256=a41f4ddf0243fc517469cf444c8400e1d2edc909794acda7839f1d644e8a5000 +TERMUX_PKG_VERSION=1.10.0 +TERMUX_PKG_SHA256=59be87689c415ba0d9c9bc6babbdd3df3b372d60b21e526b118d722dbc995682 TERMUX_PKG_SRCURL=https://github.com/tinyproxy/tinyproxy/releases/download/${TERMUX_PKG_VERSION}/tinyproxy-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-regexcheck" diff --git a/packages/tinyproxy/configure.patch b/packages/tinyproxy/configure.patch index 73a0fa72b..c1a391052 100644 --- a/packages/tinyproxy/configure.patch +++ b/packages/tinyproxy/configure.patch @@ -1,11 +1,12 @@ ---- ../tinyproxy-1.8.4/configure 2016-01-01 16:42:38.000000000 +0000 -+++ ./configure 2018-08-21 21:39:57.888597020 +0000 -@@ -6987,7 +6987,7 @@ +diff -u -r ../tinyproxy-1.10.0/configure ./configure +--- ../tinyproxy-1.10.0/configure 2018-09-01 02:11:56.000000000 +0000 ++++ ./configure 2018-09-06 19:43:34.813647036 +0000 +@@ -5991,7 +5991,7 @@ + done - --DESIRED_FLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common" -+DESIRED_FLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=gnu89 -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common" +-DESIRED_FLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -Wno-overlength-strings -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common" ++DESIRED_FLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked -std=gnu99 -Wno-overlength-strings -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common" if test -n "${MAINTAINER_MODE_FALSE}"; then DESIRED_FLAGS="-Werror $DESIRED_FLAGS"