Update of www/tinyproxy from 1.11.0 to 1.11.1.Dropped version requirement with textproc/asciidoc>=8.6.8 since both -current and 7.1 -stable ports are at 9.0.4.
Tests pass fine. Tested fine with backport to 7.1 stable since I'm only running on -stable. Release page just says: "Fixes issues detected in 1.11.0, add new fnmatch based filtertype." But full list of diffs between 1.11.0 and 1.11.1 is here: https://github.com/tinyproxy/tinyproxy/compare/1.11.0...1.11.1#files_bucket thanks g
Index: tinyproxy//Makefile =================================================================== RCS file: /cvs/ports/www/tinyproxy/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- tinyproxy//Makefile 11 Mar 2022 20:11:03 -0000 1.35 +++ tinyproxy//Makefile 1 Jun 2022 20:03:14 -0000 @@ -1,6 +1,6 @@ COMMENT = lightweight HTTP/SSL proxy -V = 1.11.0 +V = 1.11.1 DISTNAME = tinyproxy-$V CATEGORIES = www net @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c pthread -BUILD_DEPENDS = textproc/asciidoc>=8.6.8 +BUILD_DEPENDS = textproc/asciidoc SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu Index: tinyproxy//distinfo =================================================================== RCS file: /cvs/ports/www/tinyproxy/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- tinyproxy//distinfo 15 Jul 2021 16:51:22 -0000 1.13 +++ tinyproxy//distinfo 1 Jun 2022 20:03:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (tinyproxy-1.11.0.tar.gz) = IPdHaeQBROTSUdKXfMTEDS1CiivsjBuHCc0HMVRUuu8= -SIZE (tinyproxy-1.11.0.tar.gz) = 269412 +SHA256 (tinyproxy-1.11.1.tar.gz) = FXSs97qDxwOonpi7J1ik7Z/aRW8JJiSzPPzwzi07IEc= +SIZE (tinyproxy-1.11.1.tar.gz) = 277375
