Skip to content

Commit ae5f614

Browse files
author
adam
committed
tinyproxy: updated to 1.11.3
1.11.3 tinyproxy/tinyproxy@1.11.2...1.11.3
1 parent 04d73d3 commit ae5f614

4 files changed

Lines changed: 12 additions & 28 deletions

File tree

www/tinyproxy/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.50 2024/05/09 09:58:05 adam Exp $
1+
# $NetBSD: Makefile,v 1.51 2026/03/10 08:27:33 adam Exp $
22

3-
DISTNAME= tinyproxy-1.11.2
3+
DISTNAME= tinyproxy-1.11.3
44
CATEGORIES= www
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=tinyproxy/}
66
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -38,7 +38,7 @@ CONF_FILES= ${EGDIR}/tinyproxy.conf.default ${PKG_SYSCONFDIR}/tinyproxy.conf
3838

3939
SUBST_CLASSES+= docs
4040
SUBST_STAGE.docs= pre-configure
41-
SUBST_FILES.docs= docs/man5/tinyproxy.conf.txt.in docs/man8/tinyproxy.txt.in etc/tinyproxy.conf.in
41+
SUBST_FILES.docs= docs/man5/tinyproxy.conf.txt.in etc/tinyproxy.conf.in
4242
SUBST_VARS.docs= TINYPROXY_USER
4343
SUBST_VARS.docs+= TINYPROXY_GROUP
4444
SUBST_VARS.docs+= PKG_SYSCONFDIR

www/tinyproxy/distinfo

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
$NetBSD: distinfo,v 1.21 2024/05/09 09:58:05 adam Exp $
1+
$NetBSD: distinfo,v 1.22 2026/03/10 08:27:33 adam Exp $
22

3-
BLAKE2s (tinyproxy-1.11.2.tar.xz) = 824c4716c026221ce4305c744e7d4033a207392f7f47e6945651d84538623741
4-
SHA512 (tinyproxy-1.11.2.tar.xz) = 008e43b770f946965d5a3fbad1881859e30b66a3a4a97cf9982e63d81139da7a8f23937601b72f32276166cd170008cafec9231b616fc840f05cae3c1329be35
5-
Size (tinyproxy-1.11.2.tar.xz) = 185864 bytes
3+
BLAKE2s (tinyproxy-1.11.3.tar.xz) = 8ddb518ebc2bffbce165e686725384018f1f2f2e66b2605b9d2e77962e09b9b7
4+
SHA512 (tinyproxy-1.11.3.tar.xz) = 5e687188a4100409c2abb4784e9d21a02012fe7af04049d2c4db74ff52d8e2861cb290460975efd66ff296fbdde4dcf7de3ccdfe7898913a56f5e125357d88f4
5+
Size (tinyproxy-1.11.3.tar.xz) = 185212 bytes
66
SHA1 (patch-docs_man5_tinyproxy.conf.txt.in) = 362e1750c5ee9a114d02b738bfc3ed85fd39d1c7
7-
SHA1 (patch-docs_man8_tinyproxy.txt.in) = 63076c947820380d730cb95004ba1804d31fccdf
87
SHA1 (patch-etc_Makefile.in) = 05586bae07900c24dd418bddcbf0157ba2b302ef
9-
SHA1 (patch-etc_tinyproxy.conf.in) = 19481a177119b266034280d8923ea855021d8663
8+
SHA1 (patch-etc_tinyproxy.conf.in) = 1a3792553e5081c4acd4bc8c1d8f43447204afd2
109
SHA1 (patch-src_Makefile.in) = b7e404c84674c2feab652047f5c386866bb2f67c

www/tinyproxy/patches/patch-docs_man8_tinyproxy.txt.in

Lines changed: 0 additions & 15 deletions
This file was deleted.

www/tinyproxy/patches/patch-etc_tinyproxy.conf.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: patch-etc_tinyproxy.conf.in,v 1.3 2018/10/12 13:57:46 adam Exp $
1+
$NetBSD: patch-etc_tinyproxy.conf.in,v 1.4 2026/03/10 08:27:33 adam Exp $
22

33
Customize settings.
44

5-
--- etc/tinyproxy.conf.in.orig 2018-08-31 23:03:36.000000000 +0000
5+
--- etc/tinyproxy.conf.in.orig 2026-03-07 14:28:44.000000000 +0000
66
+++ etc/tinyproxy.conf.in
77
@@ -12,8 +12,8 @@
88
# as the root user. Either the user or group name or the UID or GID
@@ -19,8 +19,8 @@ Customize settings.
1919
# can be used for signalling purposes.
2020
# If not specified, no pidfile will be written.
2121
#
22-
-#PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid"
23-
+PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid"
22+
-#PidFile "@runstatedir@/tinyproxy/tinyproxy.pid"
23+
+PidFile "@runstatedir@/tinyproxy/tinyproxy.pid"
2424

2525
#
2626
# XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which

0 commit comments

Comments
 (0)