Commit graph

5590 commits

Author SHA1 Message Date
jschauma
a58a128b64 add p5-Kwiki-Weather and p5-Kwiki-Zipcode 2006-01-31 21:39:53 +00:00
jschauma
dc081d362f Initial import of p5-Kwiki-Weather:
This adds as weather button in your Kwiki toolbar. Users must specify
a zip code in their preferences first.

Additionally, this plugin adds a WAFL phrase you can use to generate
a weather report from KwikiText.
2006-01-31 21:39:20 +00:00
jschauma
bfd370a5b0 Initial import of p5-Kwiki-Zipcode 2006-01-31 21:35:55 +00:00
jschauma
51d0a64ea0 add p5-Kwiki-Users-Remote 2006-01-31 20:13:10 +00:00
jschauma
414b5148c7 Initial import of p5-Kwiki-Users-Remote:
When using HTTP authentication for your Kwiki, use this module to
automatically set the user's name from the username they logged in
with. This name will appear in any Recent Changes listing.
2006-01-31 20:12:41 +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
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
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
epg
791971c3e7 Pass --without-gssapi to configure, resolving PR 32642. 2006-01-30 23:20:31 +00:00
kleink
92ccb6cf11 Add and enable p5-LWP-Authen-Wsse. 2006-01-30 13:16:47 +00:00
kleink
0a558c8b59 Use the right distinfo file, d'oh. 2006-01-30 13:15:33 +00:00
kleink
010aee0137 Initial import of p5-LWP-Authen-Wsse 0.05, a library for enabling X-WSSE
authentication in LWP, into the Packages Collection.
2006-01-30 13:13:44 +00:00
schwarz
f139fd3176 IRIX 5 does not have libregex 2006-01-29 16:57:31 +00:00
xtraeme
2f3e3a6a23 s/wip/devel/ 2006-01-29 02:38:50 +00:00
wiz
102afff866 Remove some superfluous entries. 2006-01-27 22:35:13 +00:00
xtraeme
8107bfa877 + raggle 2006-01-26 23:03:03 +00:00
xtraeme
55dce278a6 Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-26 23:02:32 +00:00
joerg
cf821dc57c Follow up with revision changes.
XXX Use DIST_SUBDIR in a more intelligent way?
2006-01-26 21:38:15 +00:00
epg
a7cf4800cd USE_TOOLS+=pkg-config (PR 32634) 2006-01-25 20:14:27 +00:00
tron
4ac27580c5 Add "pkg-config" to the list of tools required for building the
apache2" package. This should fix PR pkg/32622.
2006-01-25 18:08:33 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
xtraeme
84f70a4c1a Depend on mysql5-server by default, so that it match default dependency
specified in the mysql.buildlink3.mk file.

Bump PKGREVISION.
2006-01-23 15:13:08 +00:00
epg
142a620268 Update provided by wiz.
Changes in release 0.25.5:
* ne_ssl_clicert_decrypt(): catch and fail to load a client cert
  with mismatched key/cert pair.
* Fix build issue on AIX 5.1.
* Fix warnings if built against OpenSSL >= 0.9.8.
* Win32: fix issues in SSPI implementation (Stefan Küng).
2006-01-23 03:19:42 +00:00
wiz
2171e2b610 Update to 1.0.1:
2006-01-17  Lars Lindner

	Version 1.0.1

	* Fixes a compatibility issue with Firefox 1.5
	  that might cause crashes when running with both
	  the Mozilla Suite and Firefox are installed.
	  (Gentoo bug #118700 reported by Ed Katmur)
	* Removes vfolder nodes when exporting the feed list.
	  (SF #1407742 reported by Duilio J. Protti)
2006-01-22 11:18:30 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
rillig
23bb977507 Renamed the package from mod-auth-pgsql to ap2-auth-pgsql, which is more
likely to be meant.
2006-01-21 13:27:21 +00:00
rillig
9124372bb5 Updated mod_auth_pgsql to 2.0.3.
- Security fix for [IDEF1245]:
  http://www.seguridad.unam.mx/vulnerabilidadesDB/?vulne=4981
- Many bug fixes.
2006-01-21 13:08:37 +00:00
tron
deaf868e81 Add fix for CVE-2005-3357 from Apache bug report 37791.
Bump package revision because of this fix.
2006-01-21 13:02:21 +00:00
rxg
1cc6b4c312 Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
jmmv
71ff6a7521 Update to 1.8.3:
Changes

	* Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
	* Use gtk stock icons for fullscreen
	* Add more mime types to the list of known types
	* Use the history window as parent for the new-bookmark dialogue [#320329]
	* Scroll the view so the selected cert is visible [#320758]
	* Allow compilation against xulrunner
	* Don't put the prefs/pdm dialogue over all windows
	* Vastly improve PDM dialogue opening time
	* Delay reloads when we get many change notifications in a short time [#319993]
	* Fix HTML forms and scrollbars in lockdown mode [#316498]

Contributors to this release:
Robert O'Callahan.

Updated translations:

	* Ivar Smolin (et)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)
2006-01-20 13:33:42 +00:00
jmmv
28624ead01 Fix build under Mac OS X: link directly against the generated libtidy.a
instead of using -ltidy, which picked up the (incompatible) libtidy.dylib
from /usr/lib.  I'm wondering if buildlink3 could help here in some way...
2006-01-20 12:09:21 +00:00
joerg
f847442f06 Fix errno. 2006-01-19 22:44:27 +00:00
joerg
d1b9bd1a6f Use SUBST framework for patching configure. Replace config.guess
and config.sub. Add DragonFly. In configure, adjust the check for
libssl, since it can't be linked without -lcrypto on DragonFly.
2006-01-19 22:15:58 +00:00
joerg
3cd0e4673d Rename gz_header, it conflicts with zlib.h on DragonFly. 2006-01-19 21:11:25 +00:00
kleink
bd83b0eae2 Update to ap-auth-ldap to 1.6.1; changes since 1.6.0 include:
* Fixed security bug that could allow attacker to execute arbitrary
       commands as the apache user. [Digital Armaments, seregon at bughunter
       dot net]

     * Fixed bug that sometimes resulted in segfaults during periodic cache
       cleanup. [Stefan Gaffga]
     * Add AuthLDAPVersion option to specify which LDAP version to use on
       LDAP server. [Hans Petter Selasky]
     * Support ldaps:// urls automatically under OpenLDAP. No need to compile
       with --with-ssl; this is just to enable SSL with the Netscape SDK.
       [Andrew McAllister, Malcolm Locke]
     * Fixed bug where auth_ldap didn't always rebind as the AuthLDAPBindDN
       after doing an authorization. [Stephen Lombardo, Brent Putnam, Ace
       Suares, Ted Cabeen, others].
     * Fixed bug where we forgot to note a failed auth attempt which would
       result in the browser never giving the user a second chance to enter a
       password. [Thanks to many other people]
2006-01-15 16:25:41 +00:00
adrianp
4bd7c101dc Update distinfo for xtraeme@ mySQL changes. 2006-01-13 17:54:27 +00:00
rillig
1c571c8500 - Removed CVS files from the PLIST.
- Fixed all pkglint warnings.
- Bumped PKGREVISION.
2006-01-13 00:36:29 +00:00
rillig
34a9a45fe3 - Fixed the "single field input line" file, which had wrong indentation.
- Removed all CVS files from the PLIST.
- Bumped PKGREVISION.
2006-01-12 23:53:19 +00:00
rillig
6fc71473d3 Added the target zope-std-copyproduct-long-nogarbage that works like
zope-std-copyproduct-long, except that it doesn't copy CVS files and
*.orig.
2006-01-12 23:50:14 +00:00
wiz
273d8ebca1 Update to 0.9.3, provided by OBATA Akio in PR 32507.
Trac 0.9.3 (Jan 8, 2006)
	http://svn.edgewall.com/repos/trac/tags/trac-0.9.3

	 * Fixed XSS vulnerabilities.
	 * Timeline RSS feed validity issue resolved.
	 * "trac-admin initenv" now handles empty repositories.
	 * Textile unicode support.
	 * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484,
	   #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558
2006-01-12 22:42:58 +00:00
salo
f9c9cd979e The license dialog is case-sensitive.. and the file included is all lowercase.
Duh.
2006-01-12 18:17:19 +00:00
rillig
0b966a542d Moved the misplaced definition of PKGREVISION from Makefile.common to
Makefile. No other package seems to use this Makefile.common.
2006-01-12 18:16:34 +00:00
rillig
8c2be9db36 Fixed the pkglint warnings about quoting. 2006-01-12 17:41:35 +00:00
rillig
6453c1f90d Converted this package to using the PKGINSTALL framework.
Bumped PKGREVISION.
2006-01-12 17:37:17 +00:00
salo
fcd9d74215 Add paros. 2006-01-11 19:01:08 +00:00
salo
9082e1f9c0 Initial import of paros-3.2.8: HTTP/HTTPS proxy for assessing web application
vulnerabilities.

A Java based HTTP/HTTPS proxy for assessing web application vulnerabilities.
It supports editing/viewing HTTP messages on-the-fly. Other features include
spiders, client certificate, proxy-chaining, intelligent scanning for XSS
and SQL injections and more.
2006-01-11 18:59:36 +00:00
wiz
8d13ccf950 Update to 1.0:
2005-12-23  Lars Lindner

	Version 1.0

	* Notifications are now always kept on top.
	  (patch from Scott Harmon)
	* HTML view cleared when subscription is removed.
	* Added <Del> as accelerator for deleting items.
	* Now double clicking an item behaves according
	  to the open-link-in-Liferea preference.
	  (SF 1362228, reported by jphendrix)

	Bugfixes:

	* Fixes crash on "Next Unread" when no feed list
	  selection is available.
	* Fixes a memory corruption caused by a bug in
	  the Atom 1.0 parsing code. (SF #1366369,
	  reported by Stephane Bortzmeyer)
	* Fixes crash when removing items from the "Unread"
	  vfolder. (reported by Liberty Young)
	* Fixes missing dates for RSS feeds that specify
	  RFC822 date definitions without seconds.
	  (reported by Aristotle Pagaltzis)
	* Right clicking the enclosure download arrow
	  now opens the enclosures menu and not the
	  standard hyperlink context menu.
	* Lockfiles are correctly checked for hostnames containing
	  periods.

	Translations:

	* Update of Japanese translation (Takeshi AIHANA)
	* Update of Bulgarian translation (Vladimir Petkov)
	* Update of Italian translation (Dario Coniglario)
	* Update of Spanish translation (Calos Fenollosa Bielsa)
	* Update of Brazilian Portugese translation
	  (Fernando Ike de Oliveira)
	* Update of Slovakian translation (Tibor Pittich)
	* Update of Korean translation (Park Ji-In)
	* Update of Swedish translation (Sigge Kotliar)


2005-11-18  Lars Lindner

	Version 1.0 RC4

	* SF feed removed from all default feed lists.
	* Updated some default feed lists to include the
	  standard vfolders.
	* Adds a lot of missing accelerator keys to
	  the different dialogs.
	* An offline FAQ was added to the program.
	  There is a new FAQ option in the help menu.
	* Help contents index extended with links to
	  online support sites.

	Bugfixes:

	* Fixes a minor problem when downloading favicons
	  that were at least once downloaded in the past
	  and are not available online anymore.
	* Fixes a bug that prevented using hotkeys with
	  Mozilla and hidden menu bar.
	* Fixes a bug about using Ctrl-F with GtkHTML2
	  (SF #1358949, reported by noltec)
	* Repaired some broken translation strings.
	* Fixes several typos.


	Translations:

	* Update of Italian translation (Dario Coniglario)
	* Update of Bulgarian translation (Vladimir Petkov)
	* Update of Swedish translation (Sigge Kotliar)
	* Update of French translation (Vincent Levefre)


2005-11-04  Lars Lindner

	Version 1.0 RC3

	* Display vfolder properties when a vfolder is created.
	* New preference to hide all read items when viewing
	  a folder. (Patch from Bjorn Monnens)
	* Improved GNOME HIG compliance, better dialog padding
	  and spacing. (Patch from Christian Persch)
	* Added Ctrl-F hotkey to open the search dialog.

	Bugfixes:

	* Prevents next unread jumping into a vfolder.
	  (reported by Sigge Kotliar)
	* Prevents deferred item removal in the wrong
	  feed when changing from a "unread" vfolder
	  to any other feed.
	* Fixes the bug that all items of a feed were
	  dropped as soon as "disable cache" was enabled.
	  (SF #1318391 reported by Matt Brubeck)
	* Certain favicons are no longer downloaded in an
	  endless loop.
	* Fixes a RFC822 date parsing problem on MacOS.
	  (Patch from Vincent Lefevre)

	Translations:

	* Update of Spanish translation (Carlos Fennelosa)
	* Update of Japanese translation (Takeshi AIHANA)
2006-01-10 22:44:07 +00:00