Commit graph

8678 commits

Author SHA1 Message Date
tron
cce3bb6605 Do the metadata rebuild as last step of logfile rotation so that programs
waiting don't have to wait very long until they can safely access the
logfiles.

This fixes the third part of PR pkg/8764 by Luke Mewburn.
1999-11-12 22:32:21 +00:00
tron
19e417b14b Add new configuration variables "SQUID_CONFIGURE_ARGS", "SQUID_HTTP_PORT"
and "SQUID_ICP_PORT" to allow easy modifification of the squid build
parameters.

This fixes the second part of PR pkg/8764 by Luke Mewburn.
1999-11-12 22:20:49 +00:00
tron
2a9006273c Update "squid" package to version 2.2STABLE5. Changes since 2.2STABLE4:
- Changed configure to look for IP-Filter header files
  in both /usr/include and /usr/include/netinet.
- Fixed an ACL subdomain comparison bug (aclDomainCompare).
- Fixed an ACL host <=> domain comparison bug
  (aclHostDomainCompare).
- Fixed a "xstrdup: tried to dup a NULL pointer!" bug
  caused by illegal hostname characters when certain
  ACL types are in use.
- Fixed res_init() bug in dnsserver.  We used to call
  res_init(), and then clear the RES_INIT bit in
  _res.options.  This caused res_init() to be
  called again as soon as we use gethostbyname(), and
  this second initialization wipes out our changing
  the nameservers.  The fix is just to NOT set
  _res.options to RES_DEFAULT after calling res_init().
- Changed FTP to close data sockets as soon as the transfer
  ends, rather than waiting for the reply message on the
  control socket (Alexander V. Lukyanov).
- Fixed some buffering problems between Squid and the
  unlinkd process.  By using file_write(), unlink requests
  were being buffered and experiencing long delays under
  heavy load.  Now use use good ol' write() instead.  Also
  added some feedback from unlinkd to squid so we can track
  the unlink request queue.  If the queue becomes too large,
  we block a little and wait for some acks from unlinkd.

This fixes the first part of PR pkg/8764 by Luke Mewburn.
1999-11-12 22:07:10 +00:00
explorer
5b8a0aced4 upgrade to 0.6, which should work on NetBSD-1.4.1/arm32 1999-11-12 21:24:09 +00:00
explorer
e6659b3746 Import unproven-pthreads, the mit-pthreads based cleanup I'm hacking on.
Why am I using MIT-Pthreads?  Because all the alternatives seem to have
very low level problems.  PTL2 has a locking problem of some sort that I
cannot track down, and the author insists that

	lock = PTHREAD_MUTEX_INIT;

is always to be legal, so he uses a pointer for locks.  This means
pthread_lock() can break in out of memory situations, and therefore so
can pthread_once(), and if you're using that to protect logging, and you
need to report a memory depletion, you're screwed.

--Michael
1999-11-12 20:27:16 +00:00
jwise
91ea3762eb Sigh. s,/usr/lib/sendmail,/usr/sbin/sendmail,g in the cgi.tcl compatibility
mail routines.
1999-11-12 20:05:19 +00:00
jwise
89855e9726 Install testdtcl, a deprecated but useful command line dynamic tcl/html
utility which is included with mod_dtcl.  This also means moving the
scripts testdtcl depends on from ${PREFIX}/share/examples/mod_dtcl/*tcl
to ${PREFIX}/libexec/mod_dtcl/
1999-11-12 19:59:56 +00:00
rh
3aaf173785 Add and enable bind8 1999-11-12 18:25:12 +00:00
rh
ac489cf362 regen. 1999-11-12 18:24:46 +00:00
rh
c40274f37f Import of bind8 package as submitted in pkg/8782 by Greg A. Woods (with
some modifications), thanks!

XXX: this package definitely needs some more work, specifically to make it
hier(7) compliant.  However, I don't have the time for that at the moment,
I therefore mainly commit this for the sake of providing a quick security
fix for the affected systems.
1999-11-12 18:23:52 +00:00
agc
fc05b33b4a Add PATCH_FUZZ_FACTOR of 1 to this package. 1999-11-12 17:00:44 +00:00
agc
3adb459850 Make this package compile on Solaris. 1999-11-12 16:55:11 +00:00
abs
5e760986d1 Enable alternate rsh path with SSH_RSHPATH
Patch from NoRM <norm@mono.org>
1999-11-12 16:34:29 +00:00
rh
b9653a3985 defuzz 1999-11-12 16:27:39 +00:00
agc
161f76bc46 This package has been updated on the master site, so upgrade the
package to version 1.26 (14th July 1999)

Changes since previous version:

+ The cl command may now take a hexadecimal string as its (optional)
argument, for example cl x/0d/.

+ updated NetBSD support in base package.
1999-11-12 16:26:32 +00:00
rh
9690735cef defuzz 1999-11-12 16:25:30 +00:00
rh
64e5a3f054 defuzz 1999-11-12 16:07:32 +00:00
agc
7e945011db Make this package work on Solaris. 1999-11-12 16:07:01 +00:00
rh
392040f968 defuzz 1999-11-12 15:54:07 +00:00
jwise
fc7e6020ad Add and enable ap-dtcl 1999-11-12 15:53:46 +00:00
jwise
7f5243766e A package for apache mod_dtcl, server side TCL scripting for apache.
Many details cribbed from the ap-auth-cookie package.
1999-11-12 15:52:54 +00:00
rh
2e8a09bbed defuzz 1999-11-12 15:46:58 +00:00
agc
5921d559f6 Make this package compile on Solaris. 1999-11-12 15:32:48 +00:00
rh
19883a9230 defuzz 1999-11-12 15:29:15 +00:00
rh
48ef784c1a defuzz 1999-11-12 15:17:15 +00:00
rh
931daf0ab2 defuzz. 1999-11-12 15:08:48 +00:00
rh
2fda894ed9 Fix patch to apply without fuzz. 1999-11-12 14:48:20 +00:00
hubertf
bfb8ef9396 Add USB tty stuff: ttyU[123], dtyU[0123]. No idea if one can dial out on
ctyU* too.
1999-11-12 14:40:03 +00:00
sommerfeld
952c898915 fix security problem with using RSAREF with ssh, reported in FreeBSD
PR14749 (missing range checks in rsaglue.c)
see http://www.freebsd.org/cgi/query-pr.cgi?pr=14749
1999-11-12 14:10:52 +00:00
abs
340e896bb1 Handle package names with regex meta characters (eg gtk+ ) 1999-11-12 13:18:02 +00:00
agc
cc0ff64bd3 Clarify the way in which PATCH_FUZZ_FACTOR should be set. 1999-11-12 12:05:02 +00:00
agc
778fd30e2f Use asterisks, which are more visible, when flagging a bad fuzz factor
in a package patch.
1999-11-12 11:58:45 +00:00
agc
670de74661 The pth package is now at 1.2.0 - correct the dependency information. 1999-11-12 11:21:05 +00:00
agc
d2994f79ed Add patch fuzz factor 1 1999-11-12 11:17:02 +00:00
agc
b65d2f82db Add a patch fuzz factor of 2. 1999-11-12 10:41:22 +00:00
agc
02f43d35d1 Introduce a variable called PATCH_FUZZ_FACTOR, default "", and use it
if patch(1) is smart enough (i.e.  not Solaris by default).  Also
introduce a second patch stage (in the package patch phase, not the
distribution patches), whereby a misapplied patch with
${PATCH_FUZZ_FACTOR} will be tried again without a fuzz factor.  This
will fail on package patches which patch many files, but these should
be fixed anyway.
1999-11-12 10:34:47 +00:00
tron
f6b13a2fb2 New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz. 1999-11-12 08:15:56 +00:00
fredb
eff437ed92 Update afterstep-current to 1.7.155. Assorted bug fixes. 1999-11-12 08:13:55 +00:00
hubertf
c9b2d4eba7 defuzz 1999-11-12 05:29:38 +00:00
hubertf
727f084d29 Fix patch fuzz insanity 1999-11-12 05:17:20 +00:00
hubertf
92d6358171 Fix patch fuzz insanity. 1999-11-12 04:50:00 +00:00
dmcmahill
d6c4d4674d add missing xpm DEPENDS 1999-11-12 01:08:24 +00:00
tv
41aa400058 Update Pico to 3.6, Pine to 4.20. Also move pine.conf and pine.conf.fixed
to .../share/examples/pine and copy pine.conf to .../etc only if it doesn't
exist.
1999-11-11 17:40:16 +00:00
dmcmahill
81de35e63f add missing patch-sum 1999-11-11 17:23:24 +00:00
ad
3e66375ec8 Add and enable wmtime. 1999-11-11 16:36:22 +00:00
ad
60cfb568c5 wmtime, a nice clock dockapp. 1999-11-11 16:34:33 +00:00
ad
cf5f1bc3ec Add and enable wmavgload. 1999-11-11 16:27:59 +00:00
ad
9d58bfb45d Regen. 1999-11-11 16:25:47 +00:00
ad
2dc4f4e1d2 A Window Maker load guage. 1999-11-11 16:11:26 +00:00
rh
25c5a12454 Update xsane to 0.43
Notable changes are:
 - Disabled selection of LZW compression for libtiff.
 - PNG problems (not supported, lineart wrong) are solved.
 - Device name is saved in drc file now.
 - Xsane version is saved in drc file now.
 - Warning is printed if device rc file was not created for active device .
 - In GIMP mode there is no empty file created any more.
 - changed calculation of size in info row from unisgned long to float
   because unsigned long / 10 were to small to fit A4 with 1200x1200 dpi
 - removed member device from struct preferences - was never used
 - warning is printed if device rc file was not created for active device
 - bounded contrast to >=-100.0
 - added continuous update to histogram sliders and preview selection
 - moved "show xxx" menu items form menu "Preferences" to menu "View"
 - changed brightness and contrast range maximum from 300 to 400 %
 - added french translation - thanks to Vincent Renardias
 - added german translation table
 - replaced button-texts negative, rgb default, auto, default, store and
   restore by icons
 - setup/jpeg quality selection is enabled
 - implemented real single-bit format for tiff
 - added tiff compression type selection for multi bit and one bit images
 - the preview selection is based on device coordinates instead of
   preview window coordinates now
 - if there are no standard device settings at program startup, xsane
   take the backend predefined resolution (before this was set to 100)
1999-11-11 14:02:04 +00:00