Commit graph

14 commits

Author SHA1 Message Date
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
reed
2d4122dd45 Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.

PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.

Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
2004-04-23 22:43:20 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
snj
6f58341616 Convert to buildlink3. 2004-04-19 04:39:45 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
77f79ec042 Fix build with gcc2 on sparc64. 2004-03-23 07:41:07 +00:00
xtraeme
d5e8232690 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.
2003-12-05 22:28:03 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
xtraeme
ac76eb7ec6 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.
2003-08-29 15:31:30 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
salo
3a08a4e4de 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.
2003-05-09 16:30:12 +00:00
salo
3809e30ad8 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)
2003-03-09 00:55:06 +00:00
salo
00619c7d9e 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.
2003-03-07 23:46:01 +00:00