Commit graph

92227 commits

Author SHA1 Message Date
wiz
9c25a106eb pkglint: REPLACE_PERL+= instead of = 2006-01-31 19:55:03 +00:00
wiz
ee8cfb14e4 regen patches, in the hope it helps on Darwin. 2006-01-31 19:54:43 +00:00
xtraeme
bd0cb283c8 Use LDFLAGS to link against librt correctly. 2006-01-31 19:26:32 +00:00
wiz
ac09561810 - libtool-1.5.22 (thanks, tv), prelude-manager (thanks, shannonjr). 2006-01-31 19:19:59 +00:00
xtraeme
197ea72eda Looks like growisofs core dumped because it couldn't run the
pthread_attr_setscope() function (which is not implemented on NetBSD).

Also now it uses sem_* functions for semaphores, so link it to librt on
NetBSD.

This closes PR pkg/32675 by hira@.

Bump PKGREVISION.
2006-01-31 19:01:28 +00:00
jschauma
bd93881c27 Note addition of www/p5-Kwiki-Edit-RequireUserName 2006-01-31 18:56:00 +00:00
jschauma
eeeaa8eab0 add p5-Kwiki-Edit-RequireUserName 2006-01-31 18:53:12 +00:00
jschauma
93b8b4e652 Initial import of p5-Kwiki-Edit-RequireUserName
This Kwiki  plugin helps reduce WikiSpam by requiring that the user have a
user name before editing. The idea is that SpamBots won't take the trouble
to do this. Of course this won't prevent spam created manually.
2006-01-31 18:52:16 +00:00
shannonjr
d635401ddf Added entries for updating several Prelude packages. 2006-01-31 18:30:02 +00:00
shannonjr
a1e02088fa Corrected problem in rc.subr script preventing PID referencing commands
from working.
2006-01-31 18:25:43 +00:00
wiz
be8aa81dfb Note fxtv-capture update to 1.1. 2006-01-31 17:57:12 +00:00
wiz
e20ec1cfa9 Depend on mjpegtools, now that the mplex package is gone. Welcome to 1.1! 2006-01-31 17:56:36 +00:00
shannonjr
9a8296d666 Update to 0.9.2. Changes:
- prelude-manager has been updated to check the loaded revocation
  list, if available. This was needed since the recent prelude-adduser
  addition allowing to create analyzer revocation list.
- Remove line size limitation on specified IDMEF-criteria.
- Remove all ancillary groups as well as setgid-ing.
- Fix idmef-criteria-filter option conflict.
- Fix a possible crash if no listen address is specified, but a
  reverse relay is used.
- Much better error reporting.
Prelude-Manager is a high availability server that accepts secured
connections from distributed sensors or other managers and saves
received events to a media specified by the user (database, logfile,
mail, etc).
2006-01-31 17:54:10 +00:00
shannonjr
b46d18bf32 Update to 0.9.3. Changes:
- More accurate error reporting in preludedb-admin.
- Fix NULL error in case the buffer is too small, truncate.
- Fix license notice, stating clearly that linking from a program
  using a GPL compatible license is allowed. Required for Debian package
  inclusion.
The PreludeDB Library provides an abstraction layer upon the type and
the format of the database used to store IDMEF alerts.
2006-01-31 17:51:36 +00:00
wiz
330ca54b4e + blender-2.41, cgdb-6.0, defendguin-0.0.11, evilwm-0.99.22,
mp3blaster-3.2.2, mrtg-2.13.1, prelude-manager-0.9.2, scummvm-0.8.1,
  spamprobe-1.4a, sweep-0.9.1, sylpheed-claws-2.0.0.
2006-01-31 17:25:29 +00:00
abs
496ed398b0 Updated www/ap-jk to 1.2.15 from 1.2.8
may changes
2006-01-31 16:28:11 +00:00
abs
742729af92 update www/ap-jk to 1.2.15
Changes from the released JK 1.2.14
    Native
        fix Fix lb for worker mpm's with cachesize set to lower
            number then ThreadsPerChild is. If retries is set to
            value larger then 3 sleep for 100 ms on each attempt.
            This enables to tune the connection cache, and
            serialize incoming connections instead returning busy
            if connection count is larger then cachesize. (mturk)
        fix 36525: Solaris core dump. (mturk)
        fix 36102: Worker actions do not persist. (mturk)
        fix 35864: Status worker doesn't list workers. Patch
            provided by Martin Goldhahn. (mturk)
        fix 35809: JkMountCopy don't work for Apache 2.0 Patch
            provided by Christophe Dubach. (mturk)
        fix 35298: Multiple JK/ISAPI redirectors on a single IIS
            site are not supported Patch provided by Tim
            Whittington. (mturk)

Changes from the released JK 1.2.13
    Native
        fix    34397: Emergency was handled as Error. (jfclere)
        fix    34474: // in URL were not handled correctly with
               Apache-1.3. (jfclere)
        fix    Use 64 bits int for transferred/read bytes.
        update Added JkOptions +FlushPackets used to optimize
               memory usage when sending large data. (mturk)
        update Added lock directive for load balancer that allows
               more acurate load balancing in case of burst load.
               (mturk)
        update Added worker.maintain directive to allow
               customizing default 10 second timeout. On busy
               servers this value needs to be set on higher value.
               (mturk)
        fix    Fix for NetWare compiler to deal with different
               types between AP13 and AP2 SDKs. (fuankg)
        update Emit much more legible user.dmp crash analysis
               output for WIN32. (wrowe)
        fix    34558: Fix first failover request. (mturk)

Changes from the released JK 1.2.12
    Native
        update Added ForwardLocallAddres JkOptions flag for
               passing local instead remote address. Useful for
               remote addr valve. (mturk)
        fix    Fix that worker not used, when stopped flag is
               true. (pero)
        update Add loadbalance default worker secret attribute to
               the documentation (pero)

Changes from the released JK 1.2.11
    Native
        fix    Backport SC_M_JK_STORED from JK2 for passing
               arbitrary methods instead failing the request.
               (mturk)
        fix    Added missing SEARCH and ACL http methods. (mturk)
        update Add worker secret attribute to the documentation
               (pero)
        update Add a stopped flag to worker configuration. Set
               flag True and complete traffic to worker is
               stopped. Also update the Ant JkStatusUpdateTask at
               Tomcat 5.5.10 release. Only usefull in a replicated
               session cluster.(pero)
        update Added worker maintain function that will maintain
               all the workers instead just the current one. This
               enables to recycle the connections on all workers.
               (mturk)
        update Use shutdown when recycling connections instead
               hard breaking the socket. (mturk)
        update Add unique directives checking. The directives if
               unique are now overwritten instead concatenated.
               (mturk)
        update Allow multiple worker.list directives. (mturk)
        fix    34577: For IIS log original request instead loging
               the request for ISAPI extension. (mturk)
        fix    34558: Make sure the returned status codes are the
               same for ajp and lb workers. (mturk)
        fix    34423: Use APR_USE_FLOCK_SERIALIZE for setting log
               lock on platforms like FreeBSD. Patch provided by
               Allan Saddi. (mturk)
        fix    33843: Fix obtaining LDFLAGS that were used for
               building Apache HTTPD. Patch provided by Beat
               Kneubuehl. (mturk)
        fix    34358: Enable load balancer method configuration.
               (glenn)
        fix    34357: In some situations Apache 2 mod_jk could
               segfault when the JkAutoAlias directive is used.
               (glenn)
        update Add --enable-prefork to the documentation (pero)

Changes from the released JK 1.2.10
    Native
        update Set default shared memory to 64K instead 1M.
               (mturk)
        fix    Do not mark the worker in error state if headers
               are larger then AJP13 limit. (mturk)
        update On Series you should use the latest PTF for Apache
               2.0 (which is now 2.0.52) and ad minima SI17402/
               SI17061 or cumulative including them. (hgomez)
        update Change the xml status format to xml attribute
               syntax (pero)
        fix    33248: Fix builds where apxs defines multiple
               directories for APR includes. (mturk)
        fix    32696: Return 404 instead 403 when WEB-INF is
               requested to comply with Servlet spec. (mturk)
        update Added ANT task for managing jkstatus. (pero)
        update If socket_timeout is set, check if socket is alive
               before sending any request to Tomcat. (mturk)
        update Added JkMountFile for Apache web servers. This file
               can contain uri mappings in the form (/url=worker),
               and is checked for updates at regular 60 second
               interval. (mturk)
        update Added status worker for managing worker runtime
               data using web page. (mturk)
        update Added load balancer method directive that is used
               for setting the algorithm used for balancing
               workers. Method can be either Request (default) or
               Traffic. (mturk)
        update Added shared memory to allow dynamic configuration.
               Shared memory is needed only for unix platform and
               web servers having multiple child processes. For
               Apache web server two new directives has been added
               (JkShmFile and JkShmSize). (mturk)
        update Added textupdate mode to status worker to handle
               remote updates from ant tasks.(pero)
        fix    33562: Fix Reply_timeout when recovery_options is
               larger than 1. Patch provided by Takashi Satou.
               (mturk)
        fix    33308: Fix segfaults when ForwardDirectories is
               enabled with Apache 1.3

Changes from the released JK 1.2.8
    Native
        update Allow anyone to debug and diagnose stack dumps
               using windbg or any other debugging tool, and (if
               they add the .pdb files to their installation) to
               make sense of dr watson logs. Patch provided by
               William A. Rowe (wrowe)
        fix    Fix in_addr_t usage by using the real struct
               ignoring typedef. Patch provided by William A. Rowe
               (wrowe)
        fix    Fix url rewriting by restoring the in place uri
               from which the jsessionid was removed. (mturk)
        update Make load balancer algorithm thread safe by
               introducing mutex to the load balancer worker.
               (mturk)
        fix    Fix sending error pages for IIS to client by adding
               Content-Type header using correct api function
               call. (mturk)
        fix    32696: Prevent IIS from crushing when web-inf url
               was requested. (mturk)
        update Use default cachesize for servers that support
               discovering the number of threads per child
               process. (mturk).
        fix    Fix Apache content-length header parsing using case
               insensitive compare. (billbarker)
        fix    Fix parsing AJP headers using case insensitive
               compare. (mturk)
        fix    Use infinite socket timeout if socket_timeout is
               set to zero or less then zero. (mturk)
        update Change balanced_workers to balance_workers but keep
               backward compatibility preserving the old
               directive. (mturk).
        fix    Fix ajp initialization for workers with cache_size
               set to zero. (mturk)
        update 32317: Making mod_jk replication aware (Clustering
               Support). Patch provided by Rainer Jung. (mturk).
        fix    31132: Core dump when JkLogFile is missing from
               conf. (mturk)
2006-01-31 16:26:22 +00:00
tv
2883547a97 Fix socket outbound connections; vanessa_socket_client_open_src_sockaddr_in()
was always zeroing out the "from", causing sin.sin_family to be zero.
(Move the memset to where it should have been, in the
vanessa_socket_client_open_sockaddr_in() function.)

Bump PKGREVISION.
2006-01-31 14:55:26 +00:00
rxg
2542301c13 Removed rox-wrappers - it's no need after rox-2.*. 2006-01-31 13:20:13 +00:00
rxg
7c21566b39 Added BUILD_USES_MSGFMT definition. 2006-01-31 11:59:02 +00:00
joerg
2baf11fc86 xterm is now setuid root on DragonFly. 2006-01-31 11:45:35 +00:00
joerg
5427921468 Option freetype needs Xft2, not freetype. Fix buildlink reference.
Install xterm setuid root on DragonFly, needed for tty permission change
and utmp. Bump revision.
2006-01-31 11:44:53 +00:00
shannonjr
68ec7443f1 Update to 0.9.2. Changes:
- Get rid of the 1024 characters per line limitation (defined as per
  the syslog RFC), since LML is not limited to parsing input from syslog
  anymore.
- Handle events in Clamav logging format as well as syslog.
- Abstracted Squid chain regex to allow parsing of data directly
  from Squid log files.
- Introduced support for openhostapd.
- Began expanding rulesets with additional_data and vendor-specific
  classification data.
- Various ruleset updates and bug fixes.

Prelude-LML is a signature based log analyzer monitoring logfile and
received syslog messages for suspicious activity. It handle events
generated by a large set of components, including but not limited to:
BigIP, Grsecurity, Honeyd, ipchains, Netfilter, ipfw, Nokia ipso,
Nagios, Norton Antivirus Corporate Edition, NTsyslog, PAM, Portsentry,
Postfix, Proftpd, ssh, etc.
2006-01-31 10:46:31 +00:00
shannonjr
aa2cd422bc Update to 0.9.4. Changes:
- Some useful API addition.
- Much improved, verbose error reporting.
- Cleaned up TLS handling, various bugfix.
- In case an error occur when verifying the peer certificate,
  notify the peer about the failure.

The Prelude Library is the glue that binds all aspects of Prelude
together. It is a library which enables Prelude components to
communicate with the Prelude Manager. It also makes it easy for third
party software to be made 'Prelude Aware' (able to communicate with
Prelude components). It provide common, useful features used by every
sensor.
2006-01-31 10:44:45 +00:00
joerg
6993145e20 OpenSSL 0.9.7 doesn't work with unsigned char in this parts, so try
to conditionalize it for OpenSSL 0.9.8 and newer.
2006-01-31 09:47:04 +00:00
epg
f1515b5309 Instead of disabling gssapi, make it optional. Patch by Mark Davies
<mark@mcs.vuw.ac.nz> in PR 32642.
2006-01-31 04:15:29 +00:00
rxg
9d3a2cfdca Fixed DEPENDS - don't block the version of ${PYPKGPREFIX}-expat. 2006-01-31 04:15:13 +00:00
minskim
04e9e3ee55 Add skf. 2006-01-31 03:37:17 +00:00
rillig
71f4defe64 Updated pkgtools/createbuildlink to 3.10. 2006-01-31 03:36:08 +00:00
rillig
619bb5ab6e Updated createbuildlink to 3.10.
The last line is now indented with <tab> instead of six spaces. This
prevents many pkglint warnings and also looks better.
2006-01-31 03:35:35 +00:00
minskim
867244ab81 Import skf from pkgsrc-wip. Packaged by OBATA Akio.
skf is an i18n-capable kanji filter.  It works like i18n enhanced
nkf-1.6.  More specifically, skf is intended to read documents in
various languages and codes using kanji or unicode capable display
devices.  skf provides basic kanji code conversion features, include
to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes.  skf
also includes decoder for various code appears in the Net.  Unlike
nkf, it does not provide broken jis recovery nor mime encoding, but it
has support for ISO-8859's, European domestic set, JIS X-0212/X-0213
code, has IBM/MS vendor specific code support and can add other code
support easily.
2006-01-31 03:35:25 +00:00
xtraeme
ccdf2ea9c5 * Add missing files.
* Add missing netpbm dependency.
* Add new autoconf flags:

	--enable-kde (to install kde data files)
	--enable-gnome (to install gnome data files)
	--enable-libgnomeui (to use it for rendering of thumbnails)

  These flags are disabled to make this package smaller than in the
  normal distribution (which installs kde/gnome data files and uses
  libgnomeui if present). I've sent the patch to the developers.

Bump PKGREVISION.
2006-01-31 02:57:18 +00:00
rillig
be22188997 Added billardgl. 2006-01-31 02:48:33 +00:00
rillig
6a8d24fdaa Imported games/billardgl-1.75 from pkgsrc-wip 2006-01-31 02:47:34 +00:00
rillig
03b71b40c1 Imported billardgl from pkgsrc-wip.
BillardGL is an OpenGL pool billiard simulation by Stefan Disch, Tobias
Nopper and Martina Welte.

BillardGL is published under the GPL.

Packaged by wojtek@3miasto.net.
2006-01-31 02:47:25 +00:00
epg
791971c3e7 Pass --without-gssapi to configure, resolving PR 32642. 2006-01-30 23:20:31 +00:00
wiz
967b62772d This uses libtool, so add USE_LIBTOOL=yes. 2006-01-30 22:36:01 +00:00
tv
9a332a353c libtool-base, libtool-info, libtool, libltdl -> 1.5.22 2006-01-30 22:20:19 +00:00
tv
f6b0d765bb Update libtool to 1.5.22. Too many changes for CVS commit logs; here's
some highlighted changes:

* Fixes minor /tmp race condition bug.
* Integrated Interix support; no longer requires pkgsrc hackery.
* shlibtool is a wrapper using the (now working) "--tag=disable-static".
* Several other bugs fixed, removing some pkgsrc-local changes.
2006-01-30 22:19:56 +00:00
rillig
601b0e77c9 Added some patches for ISO C90 compatibility. 2006-01-30 21:20:42 +00:00
wiz
c8cccfa7f5 goffice updated to 0.2.0. 2006-01-30 21:03:14 +00:00
wiz
b0b10dd0de Bump PKGREVISION for goffice shlib major bump. 2006-01-30 21:02:52 +00:00
wiz
d3e31f7e6d Update to 0.2.0:
2006-01-30  Jody Goldberg

	* Release 0.2.0

2006-01-23  Jean Brefort

	* goffice/gtk/go-action-combo-color.c: (make_icon),
	(go_action_combo_color_connect_proxy): fixed warnings when using a
	combo action in a menu.
	* goffice/gtk/go-action-combo-pixmaps.c: (make_icon),
	(go_action_combo_pixmaps_connect_proxy): ditto.

2006-01-05  Jean Brefort

	* goffice/utils/go-libxml-extras.c:
	(e_xml_get_child_by_name_by_lang): fix an internaitonalization bug.

2006-01-01  Jean Brefort

	* plugins/plot_barcol/gog-minmax.c: fixed a marker display problem.

2005-11-17  Emmanuel Pacaud

	* pixmap/chart_dropbar_1_[12].[svg,png]: fix rendering and bitmap.
	[#321675]

2005-11-14  Jody Goldberg

	* configure.in : post release bump
	  and disable the deprecated flags.
2006-01-30 21:02:26 +00:00
rillig
22cc75614f Added a patch for ISO C90 compatibility. 2006-01-30 20:32:21 +00:00
rillig
0cca385f2a Added the bulk build ID to the subject line of the report mail. It had been
${BUILDDATE} before, which has disappeared with the REPORTS_* change.
2006-01-30 20:06:51 +00:00
joerg
0da23ac682 Fix errno. Fix mismatch between header's prototype and implementation
in favour of the header.
2006-01-30 19:21:41 +00:00
joerg
d6009e62dd Don't use unportable ulong if unsigned long works as well. 2006-01-30 19:04:12 +00:00
joerg
32fc36752c Has BROKEN_GETTEXT_DETECTION. 2006-01-30 18:50:08 +00:00
joerg
7938c09cd4 Include sys/time.h for struct timeval on DragonFly. 2006-01-30 18:36:20 +00:00
wiz
fc5cc29006 bochs-2.2.6 out. 2006-01-30 18:12:17 +00:00