The NetBSD Project

CVS log for pkgsrc/www/tinyproxy/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / tinyproxy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.47 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:35 2023 UTC (5 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

*: bump for openssl 3

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:51 2023 UTC (5 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.45 / (download) - annotate - [select for diffs], Sat May 28 06:01:30 2022 UTC (18 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

tinyproxy: updated to 1.11.1

1.11.1

Fixes issues detected in 1.11.0, add new fnmatch based filtertype.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jul 21 10:05:26 2021 UTC (2 years, 4 months ago) by yhardy
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.43: +5 -6 lines
Diff to previous 1.43 (colored)

www/tinyproxy: update to tinyproxy-1.11.0

Changelog not provided. A list of commits is available here:

  https://github.com/tinyproxy/tinyproxy/compare/1.10.0...1.11.0

Revision 1.43 / (download) - annotate - [select for diffs], Sun May 31 17:35:39 2020 UTC (3 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.42: +1 -3 lines
Diff to previous 1.42 (colored)

www/tinyproxy: remove unknown configure options

Revision 1.42 / (download) - annotate - [select for diffs], Fri Mar 13 21:03:41 2020 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

tinyproxy: look for config file in correct directory

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:12 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 23 19:23:21 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.39: +5 -5 lines
Diff to previous 1.39 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Oct 12 13:57:46 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

tinyproxy: updated to 1.10.0

Tinyproxy version 1.10.0

Major changes in this release
-----------------------------
Add support for basic HTTP authentication
Add socks upstream support
Log to stdout if no logfile is specified
Activate reverse proxy by default
Support bind with transparent mode
Install tinyproxy to bin/ instead of sbin/
Ship manpages as part of distribution tarball
Allow multiple listen statements in the configuration
Coverity fixes
Simplified configure and build
Improved selftest environment

Included security fixes
-----------------------
Fix CVE-2017-11747: Create PID file before dropping privileges.
Fix CVE-2012-3505: algorithmic complexity DoS in hashmap

Bugfixes
--------
fix algorithmic complexity DoS in hashmap
fix CONNECT requests with IPv6 literal addresses as host
fix invalid free for GET requests to ipv6 literal address
conf: Allow multiple Listen statements in the config
allow listening on multiple families when no Listen is provided in config
Drop supplementary groups
build: fix build with autoconf >= 2.69
Move files installed in /etc/ to /etc/tinyproxy/
Fix crash (infinite loop) when writing to log file fails
Fix bug in ACL netmask generation
Fix FilterURLs with transparent proxy support
Fix upstream proxy support
Create log and pid files after we drop privs
Don't recompile regular expressions
Use output of id instead of $USER
keep track of error codes in return codes in tests

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jun 21 11:31:33 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.37: +15 -18 lines
Diff to previous 1.37 (colored)

tinyproxy: updated to 1.8.4

Tinyproxy version 1.8.4

Most notably, this release removes the limitation of a single Listen address of not listening on the wildcard address and a DoS (CVE-2012-3505).
Among several other bug fixes, this release fixes a bunch of issues found by coverity (scan.coverity.com).

Bugs resolved since version 1.8.3
fix algorithmic complexity DoS in hashmap
fix failing CONNECT requests with IPv6 literal addresses
fix invalid free for GET requests to IPv6 literal addresses
support multiple Listen statements in configuration
support listening on ipv4 and ipv6 wildcard if no Listen specified
fix crash when writing to log file fails
fix build with autoconf >= 2.69

Revision 1.37 / (download) - annotate - [select for diffs], Sat Feb 18 05:59:23 2017 UTC (6 years, 9 months ago) by nonaka
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.36: +8 -1 lines
Diff to previous 1.36 (colored)

fixup tinyproxy.conf

Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:40 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Oct 1 07:02:29 2015 UTC (8 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored)

Remove bogus socks option. Hasn't existed in the software since 2009.

https://git.banu.com/tinyproxy/commit/?id=6f9fa5287f169cd86277d2c41d20dbaa18e9cf19

Revision 1.34 / (download) - annotate - [select for diffs], Thu Aug 13 20:32:30 2015 UTC (8 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Do not enable the socks5 option by default, the net/socsk5 package is
not redistributable, which prevents this package from being so too.

Bump PKGREVISION.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:47 2014 UTC (9 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jul 12 10:45:05 2013 UTC (10 years, 4 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Feb 6 23:24:04 2013 UTC (10 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Dec 13 09:01:26 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Fix CVE-2012-3505 using Debian patch.
Bump PKGREVISION.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 12 13:01:23 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.28: +8 -7 lines
Diff to previous 1.28 (colored)

Update to 1.8.3, provided by Antonio Huete in PR 47034.

Version 1.8.3
-------------

This release mostly fixes support for IPv6, and also some security
bugs. Fixes to messages, etc. were also made.

Bugs resolved since version 1.8.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#91: Fix upstream proxy support
 * BB#95: Fix FilterURLs with transparent proxy support
 * BB#90: Fix bug in ACL netmask generation

Contributors
~~~~~~~~~~~~

Daniel Egger, John Horne, Michael Adam, Mukund Sivaraman.


Version 1.8.2
-------------

 * Minor formatting changes and typo fixes were made.

Bugs resolved since version 1.8.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#69: INET6 not available when configured to Listen and Bind in v4,
   and vice versa
 * BB#74: tinyproxy unable to reopen log files after receiving HUP
 * BB#78: Warn if configuration results in an open proxy
 * BB#82: https access not working
 * BB#83: run_tests.sh relies on $USER
 * BB#84: Unaligned access error on ia64 and alpha
 * BB#87: Unable to listen on ports less than 1024 (regression in 1.8.1)
 * BB#88: Crashes when reloading configuration
 * BB#89: tinyproxy leaks memory over time

Contributors
~~~~~~~~~~~~

Dmitry Semyonov, John van der Kamp, Jordi Mallach, Michael Adam,
Mukund Sivaraman.


Version 1.8.1
-------------

 * Tinyproxy now drops `root` user privileges more quickly.
 * The log and pid files are now stored in a sub-directory in `/var/`.
 * A format string vulnerability was fixed.
 * Minor formatting changes and typo fixes were made.

Bugs fixed since version 1.8.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#74: tinyproxy unable to reopen log files after receiving HUP
 * BB#79: Make the testsuite uninteractive
 * BB#80: Handle errors in testsuite
 * BB#81: Listen directive doesn't work as expected
 * BB#72: upstream support is not reported with tinyproxy -h
 * BB#73: generated tinyproxy.conf has the wrong location for the html
   file installation

Contributors
~~~~~~~~~~~~

Michael Adam, Mukund Sivaraman.


Version 1.8.0
-------------

 * Tinyproxy now reloads its configuration upon SIGHUP signal.
 * Tinyproxy reopens its log file (instead of truncation) upon SIGHUP
   signal. This is to play more nicely with logrotate.
 * File logging is now the default.
   Syslog is chosen if and only if "SysLog Yes" is in the config,
   i.e., a present "SysLog Yes" in the config file now overrides
   any LogFile setting.
 * The XTinyProxy option is now documented as a global boolean.
   Before it was documented to build a list of sites to add a
   X-Tinyproxy header for, but it was implemented as global boolean.
 * A new config option AddHeader allows the user to configure a list of
   custom headers to send in outgoing HTTP requests.
 * A new config option DisableViaHeader allows the user to disable
   sending of the "Via:" header.
 * Tinyproxy is now IPv6 capable.
 * The config option PidFile now has a compiled in default.

Bugs fixed since version 1.7.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#9: Add support for the IPv6 protocol
 * BB#17: Add support for custom headers
 * BB#55: Error message response omits body when request has a body
 * BB#60: Add config option to disable Via header
 * BB#61: SIGHUP does not refresh filter list
 * BB#62: Make tinyproxy reload the config upon SIGHUP
 * BB#64: Config parsing error with reverse proxy option
 * BB#65: Format string compile warnings
 * BB#67: ACL processing error with multiple Allow statements

Contributors
~~~~~~~~~~~~

David Shanks, Mathew Mrosko, Michael Adam, Mukund Sivaraman.


Version 1.7.1
-------------

 * Fixed all warnings reported by GCC.
 * The tinyproxy manpage has been extended and converted to asciidoc.
 * There is a new tinyproxy.conf manpage that describes all the options.
 * The build system has been considerably cleaned up.
 * Various other bugs have been fixed.

Bugs fixed since version 1.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#2: Fix Tinyproxy for requests like www.site.com:8001
 * BB#5: Move templates from the doc directory to its own directory
 * BB#8: Update README, INSTALL, NEWS and the manpage
 * BB#10: Do not filter out transfer-encoding header
 * BB#18: Fix pointer aliasing issues
 * BB#53: Add a GPLv2 COPYING file

Contributors
~~~~~~~~~~~~

Andrew Stribblehill, Jeremy Hinegardner, Matthew Dempsky, Michael Adam,
Mukund Sivaraman, Robert James Kaes.


Version 1.7.0
-------------

 * There is now support for reverse proxying.
 * Tinyproxy does not bundle a vendor regular expressions library
   anymore. It uses the system installed regular expressions library.
 * The documentation has been updated.
 * Tinyproxy now contains some code optimizations such as the use of a
   hashmap internally for looking up error pages.
 * Various other bugs have been fixed.

Contributors
~~~~~~~~~~~~

Kim Holviala, Marc Silver, Robert James Kaes, Steven Young.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 28 06:31:06 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:50 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 16 17:57:38 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.25: +1 -4 lines
Diff to previous 1.25 (colored)

Remove workaround for compiler bug in gcc2 on sparc64.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 7 18:50:54 2009 UTC (14 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.24: +7 -5 lines
Diff to previous 1.24 (colored)

user-destdir support

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:54 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 4 20:55:06 2007 UTC (16 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 19 08:31:18 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.21: +9 -3 lines
Diff to previous 1.21 (colored)

Fixed the hard-coded paths in the configuration file. Populated
BUILD_DEFS. Bumped PKGREVISION.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:42 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 4 21:31:04 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 5 21:57:36 2006 UTC (17 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.18: +7 -7 lines
Diff to previous 1.18 (colored)

Use SUBST framework.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:24 2005 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 2 17:06:03 2005 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.16: +5 -8 lines
Diff to previous 1.16 (colored)

Convert to options framework.
Fix socks option (USE_SOCKS previously could not have worked for various
reasons).
Fix a few pkglint quoting warnings.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 23 11:48:52 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:48:02 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:51 2004 UTC (18 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:27 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 7 01:14:50 2004 UTC (19 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 19 04:43:18 2004 UTC (19 years, 7 months ago) by snj
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Convert to buildlink3.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:58 2004 UTC (19 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 23 07:41:07 2004 UTC (19 years, 8 months ago) by snj
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

Fix build with gcc2 on sparc64.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 5 22:28:03 2003 UTC (20 years ago) by xtraeme
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Updated to 1.6.2

Summary of changes since 1.6.1:

 * Fixed a bug in the filter code when handling comments in the filter
   configuration file.
 * When installing the HTML documentation, the wrong directory was
   being created.

Summary of changes since 1.6.0:

 * Fixed an off-by-one error with respect to the MaxRequestsPerChild
   test. [Fix proposed by Yannick Koehler]
 * Remove the assert on the pointer being NULL since a NULL pointer is
   allowed by the realloc() spec.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 12 03:39:44 2003 UTC (20 years ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

PKGREVISION++ after openssl update.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 29 15:31:30 2003 UTC (20 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Updated tinyproxy to 1.6.1

Changes:

        Released tinyproxy 1.6.1 (2003-08-06)

        * heap.c (debugging_realloc):
        Remove the assert on the ptr being NULL since a NULL pointer is
        allowed by the realloc() spec.

        * child.c (child_main):
        Fixed an off-by-one error with the maxrequestsperchild
        variable.  [Fix proposed by Yannick Koehler]

        Released tinyproxy 1.6.0 (2003-07-14)

        * src/htmlerror.c (indicate_http_error):
        Added calls to va_end() before leaving the function.

Closes my own PR pkg/22161.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 28 20:05:23 2003 UTC (20 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Change my email address to the NetBSD one, ok'ed by wiz@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 22 04:14:37 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

COMMENT should start with a capital letter.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 9 16:30:12 2003 UTC (20 years, 7 months ago) by salo
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Updated to version 1.5.3.

Based on a patch provided by Juan RP via PR pkg/21512.

Changes:

- GNU make is not really needed

- Fixed inverted anonymous header logic.  As it should have been, any
  header not explicitly allowed will not be sent by tinyproxy.
- The filtering engine can now conditionally use case sensitive
  filtering or case insensitive filtering.  The option is controlled
  by the FilterCaseSensitive directive in the configuration file.
- Removed a duplicate call to filter_destroy() in main().
- Basic code clean ups.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 9 00:55:06 2003 UTC (20 years, 9 months ago) by salo
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Use --with-config instead of --sysconfdir.  make it fully PKG_SYSCONFDIR
compatible (otherwise it adds tinyproxy/ to --sysconfdir which was set to
PKG_SYSCONFBASE and expressions like PKG_SYSCONFDIR.tinyproxy are invalid)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Mar 7 23:46:01 2003 UTC (20 years, 9 months ago) by salo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of tinyproxy-1.5.2: lightweight HTTP/SSL proxy.

tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be
fast and yet small, it is an ideal solution for sites where a full-featured
HTTP proxy is required, but the system resources required to run a more
demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all
existing web browsers.

Package submitted by Juan RP via PR pkg/20595 with modifications by me.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 7 23:46:01 2003 UTC (20 years, 9 months ago) by salo
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>