Commit graph

5460 commits

Author SHA1 Message Date
taca
a1537c1dec This change should be fix build problem on NetBSD 1.6 noted
by Krister Walfridsson.
2005-10-28 04:38:05 +00:00
tonio
6b5ff3183f Use the configure script
Fix perl path for configure and scripts, and add dependency for opml2snow over
p5-XML-LibXML

Bump PKGREVISION
2005-10-26 12:44:21 +00:00
taca
2787a2cbc1 Add a patch to compile on SunOS from squid's bugzilla.
Bump PKGREVISION.
2005-10-25 14:05:22 +00:00
wiz
2b8550401e Update to 2.06:
2.06  Tue Oct 18 13:13:52 EDT 2005
        - Tightened up element interactions in TREE() mode when examing
          rows, columns, cells, etc. Was running into trouble with
          dereferencing scalars vs objects.
        - Documented space() H::TE::T method, added tests
        - Added POD tests
        - Documentation updates and fixes

2.05  Tue Oct  4 16:00:02 EDT 2005
        - Fixed a TREE() definition bug and class method assignments
        - Fixed a 'row above header' bug, added tests

2.04  Wed Aug  3 14:42:23 EDT 2005
        - Fixed some conditional optional dependency tests in order to
          avoid falure assertions on some test boxes.

2.03  Wed Jul 20 12:45:56 EDT 2005
        - Fixed greedy attribute bug (non qualifying tables were being
          selected under certain circumstances)
        - Moved more completely to File::Spec operations in testload.pm
          in order to make windows boxes happy.

2.02  Thu Jun 23 12:42:44 EDT 2005
        - squelched TREE() creation warnings for subclasses
        - fixed a rows() bug involving keep_headers

2.01  Tue Jun 21 22:05:53 EDT 2005
        - fixed some test changes

2.00  Fri Jun 17 17:28:10 EDT 2005
        - Can now return parsed tables as HTML::TableElement objects
          within an HTML::Element tree structure (via HTML::TreeBuilder)
          for such purposes as in-line editing of table content within
          documents. Invoked via 'use HTML::TableExtract qw(tree);'.
        - Added columns(), row(), column(), and cell() methods.
        - Added some handy reporting methods: tables_report() and
          tables_dump(). These are almost always handy while first
          analyzing a new HTML document for table content.
        - Debugging and error output can now be assigned to arbitrary
          file handles.
        ! Old 'table_state' methods are now merely 'table' methods,
          though the old table_state style is still supported.
        ! Chains have been dropped. Though interesting (think xpath),
          they needlessly complicated matters as they were nearly
          universally unused.
2005-10-25 13:40:24 +00:00
wiz
22d21836f1 + p5-HTML-Element-Extended 2005-10-25 13:34:35 +00:00
wiz
64c86bffde Initial import of p5-HTML-Element-Extended-1.13:
HTML-Element-Extended is a package of several enhanced HTML::Element
classes, most of which arose during the effort to implement an
HTML::Element based table class.
2005-10-25 13:33:57 +00:00
taca
52cba22436 Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
2005-10-25 04:15:48 +00:00
minskim
9a78f10f81 Add zope3. 2005-10-24 02:27:47 +00:00
minskim
b42a47591b Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu and
modified by me.

Zope is an open source application server for building content
management systems, intranets, portals, and custom applications.
2005-10-24 02:25:20 +00:00
rillig
3afcc73507 Use "+=" instead of "=" for CONFIGURE_ARGS. 2005-10-23 23:18:49 +00:00
taca
81c518753b Update squid package to 2.5.12 (squid-2.5.STABLE12).
Changes to squid-2.5.STABLE12 (22 Oct 2005)

	- [Major] Error introduced in 2.5.STABLE11 causing truncated responses
	  when using delay pools (Bug #1405)
	- [Cosmetic] Document that tcp_outgoing_* works badly in combination
	  with server_persistent_connections (Bug #454)
	- [Cosmetic] Add additinal tracing to squid_ldap_auth making
	  diagnostics easier on squid_ldap_auth configuration errors
	  (Bug #1395)
	- [Minor] $HOME not set when started as root (Bug #1401)
	- [Minor] httpd_accel_single_host breaks in combination with
	  server_persistent_connections (Bug #1402)
	- [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
	  implemented, effectively ignored. (Bug #1403)
	- [Minor] CNAME based DNS addresses could get cached for longer
	  than intended (Bug #1404)
	- [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
	  in transparently intercepting proxies (Bug #1410).
	- [Minor] Cache revalidations on HEAD requests causing poor cache
	  hit ratio (Bug #1411).
	- [Minor] Not possible to send 302 redirects via a redirector in
	  response to CONNECT requests (bug #1412)
	- [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
	  #1419)
	- [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
	- [Minor] Delay pools class 3 fails on clients in network 255
	  (Bug #1431)
2005-10-23 22:32:32 +00:00
jlam
813025b441 Add missing manpage to PLIST. Bump PKGREVISION for binary package change. 2005-10-23 20:14:43 +00:00
heinz
a62bd3992d Updated to version 2.1.10nb4.
Pkgsrc changes:
  - Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR
    (option geoip).
  - Converted the post-build target to the "subst" framework.
  - Removed an unnecessary CONFIGURE_ENV (setting a variable internal to
    autoconf).
  - We install now some documentation files.

Description of GeoIP patch:
===========================
By default, Webalizer uses DNS suffix to guess country and produce geographic
stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled,
so there's no DNS, and consequently no geographic stats. Well, Webalizer *has*
internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even
running 100 threads. So, is there any other way? Sure! It's GeoIP library!

GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.  It uses a file based database
that is accurate as of March 2002.  This database simply contains IP blocks
as keys, and countries as values.  This database should be more complete and
accurate than using reverse DNS lookups.
2005-10-23 19:50:55 +00:00
jdolecek
fd04002a2a remove NO_CONFIGURE - REPLACE_PERL is handled in pre-configure stage,
without that /usr/bin/perl in the scripts doesn't get replaced with
/usr/pkg/bin/perl

reported in private e-mail by Pavel Trubl
2005-10-23 18:27:45 +00:00
wiz
bc2c6268b0 Use ${RM} instead of /rescue/rm. 2005-10-23 17:04:28 +00:00
jdolecek
c3aaebde98 php regex is also necessary on Linux; pointed out by Ondrej Tuma
in private e-mail
2005-10-23 16:59:49 +00:00
wiz
5e5f5cc285 Use ${RMDIR} instead of rmdir. 2005-10-23 16:51:00 +00:00
tonio
8ebb857d2f Fix .mo generation when using the msg-plural hack 2005-10-22 22:06:21 +00:00
tonio
5d8d89ab8d bump PKGREVISION, as USE_MSGFMT_PLURALS ads a build dependency over perl 2005-10-22 09:46:44 +00:00
tonio
f4a523e840 add USE_MSGFMT_PLURALS= YES, as it is used (PR 31886) 2005-10-22 09:40:06 +00:00
tron
8aed019681 Require at least version 0.9.7.2.0.55 of the "apr" package because
Apache 2.0.55 won't work with older versions. Bump package revision
because of this dependence change.

This fixes PR pkg/31872 by Carl Brewer.
2005-10-21 10:31:18 +00:00
drochner
b39162b693 update to 1.0rc2
changes:
-speedup
-bugfixes
-new swedish translation
2005-10-20 17:40:43 +00:00
abs
387091ce18 Update www/p5-CGI to 3.11:
Version 3.11
1. Killed warning in CGI::Cookie about MOD_PERL_API_VERSION
2. Fixed append() so that it works in function mode.
3. Workaround for a bug that appears in Apache2 versions through 2.0.54 in
   which SCRIPT_NAME and PATH_INFO are incorrect if the additional path_info
   contains a double slash. This workaround will handle the common case of
   http://mysite.com/cgi-bin/log.cgi/http://www.some.other.site/args, but
   will not handle the uncommon case of a ScriptAlias directive that adds
   additional path information to the end of the translated URI.
2005-10-20 17:33:04 +00:00
minskim
dba8939f37 Make "curl-config --vernum" work again. It was broken in 7.15.0.
Bump PKGREVISION.
2005-10-20 16:25:15 +00:00
tonio
10591b3f88 Update www/snownews to 1.5.7
This release contains:
 - new translations to Traditional Chinese, Japanese, Polish
 - Optimisation for use with screenreader
 - 'E' displays throwed error log

removed patch-aa, it is included upstream
2005-10-20 15:31:20 +00:00
wiz
f738d1d6bd Update to 2.1pre19:
Fri Sep  9 00:37:42 CEST 2005 mikulas:

	Fix crash when directory disappeared while opening it

Tue Sep  6 16:14:26 MET 2005 user:

	HTTP 307 redirect (as equivalent of 302)

Sun Aug 21 19:18:34 MET 2005 user:

	(sponsored by Knapp Systems)
	Keyboard handlers in javascript
	Inverted text

Tue Aug  9 16:06:38 MET DST 2005 Jakub Bogusz

	Updated Polish translation

Tue Aug  9 16:05:04 MET DST 2005 Jakub Bogusz

	Fixed memory corruption when passing parameters to framebuffer driver

Thu Aug  4 18:11:37 CEST 2005 mikulas:

	Fixed compilation problem without javascript
2005-10-20 00:23:05 +00:00
bouyer
68f666d50c Add missing entry for a new file. Pointed out by Lubomir Sedlacik.
Close enouth to the package update to not bump pkgrevision.
2005-10-19 21:42:59 +00:00
bouyer
99270c823c Update to mod_ssl 2.8.25. The only change is support for apache 1.3.34. 2005-10-19 20:33:44 +00:00
bouyer
98d93c2013 Update to 1.3.34. This is a security fix release, fix pkg/31868 by
Zafer Aydogan. Changes from 1.3.33:
  *) hsregex: fix potential core dumping on 64 bit machines, such as
     AMD64. PR 31858. [Glenn Strauss < gs-apache-dev gluelogic.com>]

  *) SECURITY: core: If a request contains both Transfer-Encoding and
     Content-Length headers, remove the Content-Length, mitigating some
     HTTP Request Splitting/Spoofing attacks.  This has no impact on
     mod_proxy_http, yet affects any module which supports chunked
     encoding yet fails to prefer T-E: chunked over the Content-Length
     purported value.  [Paul Querna, Joe Orton]

  *) Added TraceEnable [on|off|extended] per-server directive to alter
     the behavior of the TRACE method.  This addresses a flaw in proxy
     conformance to RFC 2616 - previously the proxy server would accept
     a TRACE request body although the RFC prohibited it.  The default
     remains 'TraceEnable on'.
     [William Rowe]

  *) mod_digest: Fix another nonce string calculation issue.
     [Eric Covener]
2005-10-19 20:30:20 +00:00
tv
a0109ad7f7 Bring back the "ssl" option so that the builder may have the *option* to
turn it off.  It's still on by default (in PKG_SUGGESTED_OPTIONS), so
no PKGREVISION bump required.
2005-10-19 18:05:06 +00:00
fredb
c0ab1c269f Update to 2.8.5 patchlevel 3 for a security issue. From the ChangeLog:
2004-10-17 (2.8.5rel.3 fixes from 2.8.6dev.14)
* eliminate fixed-size buffers in LYExpandHostForURL() to guard against
  buffer overflow resulting from too-long domain prefix/suffix data from
  lynx.cfg (report by Ulf Harnhammar, CAN-2005-3120) -TD
2005-10-18 15:59:20 +00:00
tron
2a12e2c14d Update "apache2" package to version 2.0.55.
Patches supplied by Ben Collver. Addresses PR pkg/31817 by Zafer Aydogan.
2005-10-17 10:37:11 +00:00
tron
2563f528ef Update "apr" package to version 0.9.7. Changes since version 0.9.6:
- Fix crash in apr_dir_make_recursive() for relative path
  when the working directory has been deleted.  [Joe Orton]
- Win32: fix apr_proc_mutex_trylock() to handle WAIT_TIMEOUT,
  returning APR_EBUSY.  [Ronen Mizrahi <ronen@tversity.com>]
- Fix apr_file_read() to catch write failures when flushing pending
  writes for a buffered file.  [Joe Orton]
- Fix apr_file_write() infinite loop on write failure for buffered
  files.  [Erik Huelsmann <ehuels gmail.com>]
- Fix error handling where apr_uid_* and apr_gid_* could segfault
  or return APR_SUCCESS in failure cases.  PR 34053.  [Joe Orton,
  Paul Querna]
- Refactor Win32 condition variables code to address bugs 27654, 34336.
  [Henry Jen <henryjen ztune.net>, E Holyat <eholyat yahoo.com>]
- Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.  PR 32177.
  [Sim <sgobbi datamanagement.it>, Jeff Trawick]
- Fix detection of rwlocks on Mac OS X. [Aaron Bannert]
- Fix issue with poll() followed by net I/O yielding EAGAIN on
  Mac OS 10.4 (Darwin 8). [Wilfredo Sanchez]

Update based on patches supplied by Ben Collver. Addresses first part
of PR pkg/31817 by Zafer Aydogan.
2005-10-17 10:28:46 +00:00
taca
15ebe34602 Remove a trivial hack with DIST_SUBDIR. 2005-10-17 04:15:23 +00:00
taca
fd7d3acb02 Set USE_RUBY_DIST_SUBDIR to no. 2005-10-16 15:14:27 +00:00
taca
c4170b472c Reset distfiles to previous (without DIST_SUBDIR). 2005-10-16 15:13:49 +00:00
jmmv
ea3669a666 Update to 1.8.1:
=========================
Epiphany Extensions 1.8.1
=========================

Changes

	* Fix some extensions for changed APIs
	* Move Page Information to View menu

Contributors to this release: Tommi Komulainen and Christian Persch.

Updated translations:

	* Rostislav "zbrox" Raykov (bg)


=========================
Epiphany Extensions 1.8.0
=========================

New extensions:

        * Favicon.ico extension


Contributors to this release: Crispin Flowerday and Christian Persch.

Updated translations:

	* Young-Ho Cha (ko)


=========================
Epiphany Extensions 1.7.5
=========================

New extensions:

        * Auto-Scroll extension

Changes

        * Fix possible pointer grab lockup with gestures
	* Fix configure check to not use AM_CONDITIONAL conditionally
	* Updated AUTHORS and README files

Contributors to this release: Crispin Flowerday, Christian Persch.

Updated translations:

	* Frank Arnold (de)
	* Ignacio Casal Quinteiro (gl)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Maxim Dziumanenko (uk)


=========================
Epiphany Extensions 1.7.4
=========================

Changes

        * Page info extension now allows saving multiple selections
        * Page info extension now lists external scripts [#310398]

Contributors to this release:
Jean-François Rameau.

Translation updates:

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)


=========================
Epiphany Extensions 1.7.3
=========================

Changes

	* Detect seamonkey trunk
	* Updated for Epiphany changes

Translation updates:

	* Francisco Javier F. Serrador (es)
	* Gabor Kelemen (hu)
	* Ganesh Ghimire (ne)


=========================
Epiphany Extensions 1.7.2
=========================

Changes

	* Support DBUS 0.34 [#306565]
	* Improved Greasemonkey extension
	* Work around bug #169116 [#172872]

Contributors to this release are Adam Hooper, Jean-François Rameau and
Raphaël Slinckx.

Updated translations:

	* Miloslav Trmac (cs)
	* Frank Arnold (de)
	* Adam Weinberger (en_CA)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Marcel Telka (sk)
	* Christian Rose (sv)
	* Abel Cheung (zh_TW)


=========================
Epiphany Extensions 1.7.1
=========================

New extensions

	* Newsfeed extractor extension, written by Raphaël Slinckx
	* Greasemonkey extension, written by Adam Hooper
	* Python console
	* Sample Python extensions


Removed extensions

	* Find toolbar (moved to Epiphany core)


Changes

	* Numerous enhancements
	* Numerous bug fixed: #301001, #302326, #300637, #171908, #172390,
	  #170786, #170322, #290309.


Contributors: Adam Hooper, Jordi Mallach, Christian Persch,
Jean-François Rameau and Raphaël Slinckx.

New and updated translations by Rostislav "zbrox" Raykov (bg),
Miloslav Trmac (cs), Frank Arnold (de), Adam Weinberger (en_CA),
Francisco Javier F. Serrador (es), Pauli Virtanen (fi), Gabor Kelemen (hu),
Takeshi AIHANA (ja), Reinout van Schouwen (nl), Steve Murphy (rw),
Marcel Telka (sk), Christian Rose (sv), Maxim Dziumanenko (uk) and
Pablo Saratxaga (wa).


=========================
Epiphany Extensions 1.6.6
=========================

New extensions:

	* Auto-Scroll extension

Changes
	* Fix possible pointer grab lockup with gestures


=========================
Epiphany Extensions 1.6.5
=========================

Updated translations:

	* Takeshi AIHANA (ja)
	* Christian Rose (sv)
2005-10-16 14:14:57 +00:00
jmmv
605b2e435c Raise version to 1.8.2 (new epiphany-extensions requires 1.8.1). 2005-10-16 14:13:48 +00:00
jdolecek
ebc5ce969d Fix bug in mbstring extension function mb_encode_mimeheader(), which
misinterpreted some Japanese characters as ASCII.

PR: 31223 by Takahiro Kambe
2005-10-16 12:17:47 +00:00
jmmv
fadc4d89e9 This needs gail. 2005-10-16 12:16:25 +00:00
jdolecek
6b9fd02500 use PHP-provided regex on Solaris, PHP doesn't build with system regex
there

PR: 31047 by Gilles Dauphin
2005-10-16 12:06:05 +00:00
minskim
580bc265dc Add and enable p5-HTTP-GHTTP. 2005-10-16 05:03:30 +00:00
minskim
a4912542a8 Import p5-HTTP-GHTTP from pkgsrc-wip. Packaged by xtraeme@ and
improved by hiramatsu@.

This is a fairly low level interface to the Gnome project's libghttp,
which allows you to process HTTP requests to HTTP servers.  There also
exists a slightly higher level interface - a simple get() function which
takes a URI as a parameter.

It allows you to make very simple HTTP requests, without the weight of
something like LWP.  This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl.

It has full support for proxy requests and authenticated requests.
2005-10-16 05:01:06 +00:00
reed
5ca632de6b Change BUILDLINK_RECOMMENDED.curl from 7.15
to real 7.15.0.
2005-10-15 15:39:51 +00:00
reed
2dfe2ecfe1 Update to version 7.15.0.
This is a security issue.

http://curl.haxx.se/mail/lib-2005-10/0061.html

Also update BUILDLINK_RECOMMENDED.curl.
2005-10-15 15:37:16 +00:00
jmmv
96266a1644 Update to 1.8.2:
==============
Epiphany 1.8.2
==============

Changes

	* Fix crash on shutdown when only the bookmarks editor
	* Fix a mem leak
	* Don't grow the left pane of the bookmarks editor with each opening


==============
Epiphany 1.8.1
==============

Changes

        * Make Mozilla paper sizes work with gnome-print [#163255].
        * Require pygtk 2.8. Fixes [#314557].
        * Manually emit the "profile-change-net-teardown" notification; works
          around mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=292699
        * Don't focus the checkbox initially. Fixes [#163371].
        * If the search term is empty for a smart bookmark use the normal URL
          instead of the smart url with the %s replaced by ""
        * Don't use "cat >" as output command, it fails inpredicably.
          If not using gecko 1.9, translate the paper name to the one
          mozilla expects (https://bugzilla.mozilla.org/show_bug.cgi?id=307404).
        * Use the tab label's outer hbox for the size calculation instead of
          the label itself. Fixes size oscillations with the Tab States
          extension.
        * Back out the fix for [#158486] by re-enabling keyword: searches.
          Fixes [#314974].
        * Don't spin unmapped spinners. Slightly decrease the frequency.
          Might help with [#315232].
        * Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction
          to an idle handler, to avoid crashes when tabs are closed from signal
          handlers (blur, mousedown, keydown etc).
          Fixes [#172878], [#172879], [#172882], [#303254], [#313425].
        * Schedule a GC in finalize of EphyTab and EphyWindow, to work around
          [#317242].

Contributors to this release: Christian Persch, Jean-François Rameau,
Reinout van Schouwen and Raphaël Slinckx.

New and updated translations:

	* Progga (bn)
	* Hendrik Richter (de)
	* Ivar Smolin (et)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ignacio Casal Quinteiro (gl)
	* Francesco Marletta (it)
	* Young-Ho Cha (ko)
	* Erdal Ronahi (ku)
	* Данило Шеган (sr, sr@Latn)
	* Christian Rose (sv)
	* Erçin EKER (tr)
	* Clytie Siddall (vi)


==============
Epiphany 1.8.0
==============

Updated translations:

	* Miloslav Trmac (cs)
	* Hendrik Richter (de)
	* Roozbeh Pournader (fa)
	* Young-Ho Cha (ko)
	* Žygimantas Beručka (lt)
	* Nickolay V. Shmyrev (ru)
	* Erçin EKER (tr)


==============
Epiphany 1.7.6
==============

Changes

	* Don't empty find entry on Ctrl-F
	* Fix local file monitoring when loaded after a blank page
	* Remove check for redirected URL [#313756]
	* Fix configure check for gecko >= 1.8
	* Disable keyword searches by default [#158486]
	* Fix some compile warnings
	* Configure and makefile fixes for broken gecko header layouts
	* Define out the focus fix for gecko >= 1.8
	* Fix pointer grab lockup when gecko pops up a dialogue while
	  reordering tabs with DND
	* Don't create host node in ephy_history_get_host if not already existing
	* Add an "add-page" signal to the EphyHistory object
	* Set default prefs for warn-on-mixed-security pages [#309088]

Contributors to this release: Crispin Flowerday, Christian Persch.

Updated translations:

	* Jordi Mallach (ca)
	* Rhys Jones (cy)
	* Ivar Smolin (et)
	* Xavier Claessens (fr)
	* Ankit Patel (gu)
	* tunggul arif siswoyo (id)
	* Reinout van Schouwen (nl)
	* GNOME PL Team (pl)
	* Afonso Celso Medina (pt_BR)
	* Mugurel Tudor (ro)
	* Clytie Siddall (vi)


==============
Epiphany 1.7.5
==============

Changes

	* Find bar fixes [#307216, #311985, #312419, #312367, #311929]
	* Fix tab properties
	* Fix downloading on gecko 1.8
	* Open new tabs with blank url bar when loading the homepage [#313012]
	* Gcc 4 fixes
	* Fix download display of unknown sizes [#313215]
	* Reject favicons that are < 12x12 pixel
	* Add sanity check when opening in external handler [#310023]
	* Improve menu positioning on toolbar buttons
	* Fix some mem leaks
	* Try to save images from cache [#168554]

Contributors to this release: Crispin Flowerday, Christian Persch,
Jean-François Rameau.

Updated translations:

	* Rostislav \"zbrox\" Raykov (bg)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Ivar Smolin (et)
	* Ilkka Tuohela (fi)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Terance Edward Sola (nb)
	* Ganesh Ghimire (ne)
	* Reinout van Schouwen (nl)
	* Sigurd Gartmann (nn)
	* Terance Edward Sola (no)
	* GNOME PL Team (pl)
	* Duarte Loreto (pt)
	* Mugurel Tudor (ro)
	* Leonid Kanter (ru)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)
	* Woodman Tuen (zh_TW)

Updated documentation translations:

	* Nikos Charonitakis (el)
	* Maxim Dziumanenko (uk)
	* Francisco Javier F. Serrador (es)


==============
Epiphany 1.7.4
==============

Changes
	* Only show the leaf name on bookmarksbar for hierarchical topics
	* Don't put the archive links on the unknownSocketType error message
	* Fix google search URL to include www prefix
	* Fix proxy server settings string
	* Work around gtkmozembed focus bug [#105153]
	* For empty pages, put focus in address bar
	* Be careful not to leave a GC scheduled when terminating python
	* Realise the embed first before grabbing focus on it
	* Implement ::grab-focus and remove ephy_embed_activate
	* Update the python bindings
	* String fixes [#172230, #167448]
	* Fix setting homepage to current page [#311962]
	* Allow EPHY_DEBUG_BREAK even in non-debug builds
	* Disable favicons from non-http URLs [#312291]
	* Fix location entry favicon updating
	* Fix crash on "window.get_toolbar()" [#170105]
	* Fix gcc 4.0 warnings
	* Fix crash when getting context event, [#310910]
	* Fix session saving on recovery with offline network [#147840]
	* Fix drawing of location entry with new default GNOME theme (Clearlooks)
	* Change the text on the 'unknown issuer' dialog [#151519]
	* Also clear favicon cache when clearing the cache
	* Make download dialog wording clearer

Contributors to this release: Crispin Flowerday, Christian Persch,
Jean-François Rameau and Raphael Slinckx.

Updated translations:

	* Rostislav \"zbrox\" Raykov (bg)
	* Miloslav Trmac (cs)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Priit Laes (et)
	* Ilkka Tuohela (fi)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Takeshi AIHANA (ja)
	* Terance Edward Sola (nb)
	* Reinout van Schouwen (nl)
	* Terance Edward Sola (no)
	* GNOME PL Team (pl)
	* Afonso Celso Medina (pt_BR)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Prajasakti Localisation Team (te)
	* Theppitak Karoonboonyanan (th)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)


==============
Epiphany 1.7.3
==============

Changes

	* Detect seamonkey trunk
	* Remove the reload workaround, mozilla bug is fixed on all supported versions
	* Fix a couple of strings [#310196]
	* More known mime types
	* Fix URL dragging to other tabs
	* Fix smart bookmark options parsing [#116709, #132761]
	* Yet another mozilla API change
	* Use gnome-doc-utils, and move existing translations over
	* Updated python bindings
	* Use libgnomeprintui for printing [Jürg Billeter; #141241, #163255, #301730]
	* Set title of loading page to the address, iff the page was blank [#115337, #171622]
	* Also ellipsise the menu entries in the toolbar overflow menu
	* Don't crash in case the backgrounds applet desktop file is not found
	* Print a less techy message if	someone tries to print to PDF [Martin Kretzschmar
	* Preserve the selection when switching tabs [#155824]
	* Maybe fix crash with gtk 2.7 [#309918]

Contributors to this release were Jürg Billeter, Martin Kretzschmar
and Christian Persch.

Updated translations:

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* <unknown> (es)
	* Ivar Smolin (et)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Žygimantas Beručka (lt)
	* Terance Edward Sola (nb)
	* Reinout van Schouwen (nl)
	* Terance Edward Sola (no)
	* Marcel Telka (sk)
	* Clytie Siddall (vi)
	* Liu Songhe (zh_CN)

Updated document translations:

	* Francisco Javier F. Serrador (es)


==============
Epiphany 1.7.2
==============

Changes

	* Implement zeroconf-discovered bookmarks [#144969]
	* Reload local files on change [#300040]
	* Error pages! Requires Gecko 1.8 to work
	* Find: if the string includes uppercase letters, search case-sensitively.
	* Work with DBUS 0.34 [#306626, #306565]

Bug fixes

	* Uppercase letters shouldn't break history autocompletion [#308236]
	* Fix gcc4 warnings
	* Show URI in status bar when selecting Back/Forward/Up menu items [#161710]
	* Fix link activation while finding
	* Miscellaneous fixes: #307675, #306110, #307831, #307818, #151037.

Contributors to this release: Piers Cornwell, Crispin Flowerday, Adam Hooper,
Bastien Nocera, Jean-François Rameau, Reinout van Schouwen, Raphaël Slinckx,
and Matthew P. Thomas.

Updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
Martin Willemoes Hansen (da), Hendrik Richter (de), Nikos Charonitakis (el),
<unknown> (es), Ivar Smolin (et), Ignacio Casal Quinteiro (gl),
Takeshi AIHANA (ja), Terance Edward Sola (nb), Reinout van Schouwen (nl),
Terance Edward Sola (no), Marcel Telka (sk), Данило Шеган (sr, sr@Latn),
Clytie Siddall (vi), Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW)


==============
Epiphany 1.7.1
==============

Highlights:

	* Integrated Python bindings
	* Find toolbar

Other changes:

	* Numerous improvements and UI enhancements
	* Numerous bugs fixed: #152482, #306169, #303922, #168295, #305788,
	  #124236, #305767, #301153, #304992, #173000, #301044, #159767,
	  #152490, #167319, #301093, #301065, #301048, #136288, #155395,
	  #300452, #171179, #171657, #170493, #170493, #171197, #167657,
	  #162748, #169833, #170353, #118107, #169956, #169956, #169039.


Contributors: Paolo Borelli, Colin Gibbs, James Henstridge,
Martin Kretzschmar, Thom May, Christian Persch, Jean-François Rameau,
Sjoerd Simons and Raphaël Slinckx.

New and updated translations by Vladimir Petkov (bg), Miloslav Trmac (cs),
Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA),
David Lodge (en_GB), <unknown> (es), <unknown> (eu), Pauli Virtanen (fi),
Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Gabor Kelemen (hu),
tunggul arif siswoyo (id), Francesco Marletta (it), Takeshi AIHANA (ja),
Changwoo Ryu (ko), Terance Edward Sola (nb), <unknown> (ne),
Reinout van Schouwen (nl), Terance Edward Sola (no), GNOME PL Team (pl),
Afonso Celso Medina (pt_BR), Steve Murphy (rw), Laurent Dhima (sq),
Данило Шеган (sr), Christian Rose (sv), Baris Cicek (tr), Clytie Siddall (vi),
Liu Songhe (zh_CN) and Ching-Hung Lin (zh_TW).
2005-10-14 21:47:59 +00:00
adrianp
879e1703a3 It looks like the version numbering of this package has undergone some
changes.  The previous version was 3.3 and this "new" version is 3.05.
Although it may appear that we are going backwards it looks like 3.05 is
the latest version and the tarball for 3.3 has actually been removed from
the homepage along with any reference to it.  Unfortunately I'm unable to
find any documentation of this change but the author does state that 3.05
is the latest version and is also the only version that he will fix bugs for.

There is no changelog to show the differences between 3.3 and 3.05 but 3.05
seems to:
- add support for more LDAP servers (Novell)
- better integration of support for both apache 1.x and 2.x
- incorporate some other small changes and bugfixes.
2005-10-14 10:47:43 +00:00
adam
ce2dc1bf79 Changes 1.0.4:
- Translation updates: es.po, ja.po
- Highlighting fixes to HTML, PHP highlighting patterns.
- Fix a compile issue when compiling without GnomeVFS support.
- Update bluefish.desktop to current standards.
- Fix a bug in the highlighting engine that incorrectly matched
   multi byte characters.

Changes 1.0.3:
- Translation updates: da.po, de.po, it.po, ja.po, zh_TW.po, zh_CN.po.
- Add an option to disable the Quickbar Tip dialog.
- After inserting a text block from the custom menu, Bluefish should
   scroll the editor window to make cursor visible.
- Formatstring before/after in custom menu editor does not follow cursor.
- Highlighting fixes to C, Python highlighting patterns.
- Fix a bug where the user was not prompted to overwrite an existing file
   on a remote file sytem.
- Misc custom menu fixes.
- GUI improvements to the custom menu dialogs
- Extend e-mail dialog: Add CC and BCC fields. Subject and body are now
   automatically URL-encoded.
- Extend time insert dialog: Add possibility to insert ISO8601 date/time
   as recommended by the W3C for the date meta tag. Rewrite a part of the
   auto-update of meta tags. User can now choose, which meta tags should be
   updated. Add possibility to auto-update the date meta tag.
- Clean up translatable strings. Fix a few menu entries.
- Set an empty title in message dialogs as described in the GNOME HIG.
- Add an option to the QuickStart dialog that allows the user to specifiy
   whether a new document should be opened.
2005-10-14 09:57:54 +00:00
adrianp
136675cf0d Update to horde 3.0.5
From the CHANGELOG:
>  	------
>   	v3.0.5
>   	------
>
>   	[mms] Fix VFS's autocreatePath() for directory paths containing the root
>   	      directory.
>   	[jan] Fix cyrsql authentication driver with unixhierarchysep enabled
>   	      (sgrondin@csbf.qc.ca, Bug 2367).
>   	[mms] Fix nested IMAP AND searches.
>   	[mms] In sql VFS driver, allow the use of '/' at the beginning of a path to
>   	      indicate the base directory.
>   	[jan] Fix returning to last page after sending problem report (Bug 2350).
>   	[mms] Fix a bug that caused hook code to be run unnecessarily after a user
>   	      is already logged in.
>
>
>   	----------
>   	v3.0.5-RC2
>   	----------
>
>   	[cjh] Fix a far-reaching DataTree bug in loading parent ids (Bug 2203).
>
>
>   	----------
>   	v3.0.5-RC1
>   	----------
>
>   	[jan] Add Bosnian translation (Vedran Ljubovic <vljubovic@smartnet.ba>).
>   	[cjh] Let Horde_Tree handle all indent calculation based on parent/child
>   	      relationships (Bug 2198).
>   	[cjh] Add initial LDAP SessionHandler driver.
>   	[cjh] Use row-level locking or transactions where possible to avoid
>   	      session corruption in SessionHandler (Bug 1580).
>   	[mms] Add the memcached SessionHandler:: driver (Rong-En Fan <rafan@csie.org>).
>   	[mms] Fix verification of MIME strings with escaped quotes (Bug 2168).
>   	[jan] Fix generation of free periods in free/busy code with overlapping events.
>   	[jan] Don't show Options button in problem reporting page.
>   	[jan] Add Util::realPath() method.
>   	[mas] Include version numbers for applications on Admin Setup screen. (Bug
>   	      1420)
>   	[mas] Change IMAP Auth driver to use imap/notls by default in non-DSN mode to
>   	      match DSN mode.
>   	[mas] Add tls and self-signed certificate configuration options to IMAP Auth
>   	      driver. (Bug 1357)
>   	[cjh] Recognize Opera 8+ as providing advanced features (Bug 2066).
>   	[cjh] Fix reading of binary files on Windows in VC_svn (Bug 2036).
>   	[mas] Fix SQL 'LIKE' case-insensitive comparison. (Bug 2030)
>   	[jan] Allow charset aware IMAP searches.
>   	[jan] Fix Google search block for non-ascii characters (Bug 1329).
>   	[jan] Add quick-install instructions.
>   	[jan] Improve performance of several framework packages.
>   	[mms] Fix MIME_Contents:: caching in PHP 5 (Bug 1410).
>   	[jan] Fix VC SVN backend to support user names with spaces
>   	      (shimmanning@gmail.com, Bug 1919).
>   	[cjh] Escape HTML in identity names (Bug 1910).
>   	[mas] Use updated PostgreSQL function names.
>   	[ben] Update application list in horde's LDAP schema
>   	[cjh] Enforce maxlength restrictions in Horde_Form validation (Bug 1895).
>   	[jan] Disable weather.com Block if not configured.
>   	[cjh] Include sourceroot in VC cache keys (Bug 1783).
>   	[jan] Add SQL script and instructions for MSDE databases (Bugs 1862, 1870,
>   	      jeff@image-src.com).
>   	[jan] Allow portal blocks to be larger than two column/rows (Bugs 1189, 1632).
>   	[jan] Add SMTP authentication to problem reporting (Bug 1128).
>   	[jan] Support help files in admin directory with translations.php (Bug 1344).
>   	[jan] Fixed SQL binding for ODBC and MSSQL drivers (Bug 1816).
>   	[jan] Add configuration option to set location of MIME magic database.
>   	[mms] Make sure headers in a MIME_Part are encoded with the same character
>   	      set used in that MIME_Part (Bug 1591).
>   	[mms] Add List-Headers listed in RFC 2369 to the list of MIME Headers that
>   	      can only appear once in a single header (Bug 1766).
>   	[cjh] Fix typo in parsing of FREEBUSY data (Bug 1590).
>   	[jan] Support SQLite and Oracle in all SQL backend configurations.
>   	[cjh] Use bind variables in the Auth, VFS, and SessionHandler SQL drivers,
>   	      and in scripts/remove_prefs.php (selsky@columbia.edu, Bugs 1665,
>   	      1666, 1667, 1668, 1677).
>   	[cjh] session_set_cookie_params() expects a relative timeout; setcookie wants
>   	      absolute. Go back to a configinteger for $conf['session']['timeout'] and
>   	      add time() to that value in setcookie() calls (Bugs 1302, 1658).
>   	      THIS MAY BREAK CONFIGURATIONS SET TO USE PHP CODE. MAKE SURE TO UPDATE
>   	      YOUR $conf['session']['timeout'] SETTING AFTER UPGRADING.
>   	[cjh] Use bind variables in the Prefs and Token SQL drivers
>   	      (selsky@columbia.edu, Bugs 1652, 1653).
>   	[mms] Prune expanded folders that no longer exist in IMAP_Tree (Bug 1517).
>   	[cjh] Don't try to compress output if ZPS compression is on (Bug 1626).
>   	[cjh] If an app only has one prefGroup, always show that prefGroup instead
>   	      of showing an overview screen with only one entry.
2005-10-13 18:13:22 +00:00
markd
300c9f0c4c Update to KDE 3.4.3
Changes:
Quanta Plus
* fix crash when deleting a file which is part of a project from the
  tab context menu
* do not autoclose tag starting with <?, like <?xml
* create empty description files for scripts that don't have one
* save the content entered in a new file in the VPL editor
* do not allow invocation of the CSS editor in an empty non-CSS document
* fix many cell-merging related errors in the table editor
* fix namespace editing in the attribute editor tree
* fix lots of table editor bugs
* restore automatic conversion of accented chars behavior to pre-3.4.2
* save the content entered in a new file in the VPL editor
* fix loading order of the project view files
* replace a leading ~ in an upload profile with the users home folder and
  avoid a hang
* fix lots of VPL related crashes
* show DT tags in VPL
2005-10-13 12:44:13 +00:00
kleink
44faffd309 Descend into drraw. 2005-10-13 11:16:00 +00:00
kleink
50e1399211 Initial import of drraw as version 2.1.3 into the NetBSD Packages
Collection.

drraw is a simple web based presentation front-end for RRDtool that
allows you to interactively build graphs of your own design.
2005-10-13 11:14:41 +00:00
jmmv
74e74f53bc Bump PKGREVISION due to some dependency changes related to the recent update
of gnome-base to 2.12.1.
2005-10-12 22:04:01 +00:00
jmmv
137e57f242 Add and enable gtkhtml38. 2005-10-12 21:51:17 +00:00
jmmv
7dbbee242a Initial addition of gtkhtml-3.8.1 (update of gtkhtml36):
GtkHTML-3.8.1 "Shiny" 2005-10-03
------------------------------------------

New in this release

   * Updated translations
     - Alessio Frusciante (it)
     - Ignacio Casal Quinteiro (gl)

GtkHTML-3.8.0 "Nilgiri Sunrise" 2005-09-05
------------------------------------------

New in this release

   * Fix insertion of HTML Links on images (Kaushal Kumar)
   * Code clean-up for link handling (Kaushal Kumar)
   * Added ro for translations (Dan Damian)
   * AMD (64 bit) related build, warning fixes (Not Zed)
   * Fix the distclean of the .pc file (Kaushal Kumar)
   * Updated translations
     - Nickolay V. Shmyrev (ru)
     - Zeno Ruset (ro)
     - Ivar Smolin (et)
     - Mohammad DAMT (id)
     - Christophe Merlet (fr)
     - Telsa Gwynne (cy)
     - Alexander Shopov (bg)
     - Hendrik Richter (de)
     - Runa Bhattacharjee (bn)

gtkhtml-3.7.7 "Rose Dew" 2005-08-22
----------------------------------------

New in this release

   * Punt some dependency version requirements (Kaushal)
   * Fix handling of font size -2, -1 (Kaushal)
   * Fix the dumps due to faulty variable list stream parsing (Kaushal)
   * Clean up stream parsing (Kaushal)
   * Convert an attribute function into an API for a11y (Mengjie Yu)
   * Redirect commandline spew to debug log (Julien Gilli)
   * Path construction using dllmain on Win32 (Tor Lillqvist)
   * Fix the html List item parsing (Kaushal)
   * Fetch the coordinates correctly for icon list window (S.Ragavan)
   * Fix an argument evaluation order, fix warning (David Malcolm)
   * Close stray file descriptor (Kaushal)
   * Updated translations
     - Chao-Hsiung Liao (zh_TW)
     - Duarte Loreto (pt)
     - Kostas Papadimas (el)
     - Gabor Kelemen (hu)
     - Nikos Charonitakis (el)
     - Maxim Dziumanenko (uk)
     - Laurent Dhima (sq)
     - Xavier Conde Rueda (ca)
     - Žygimantas Beručka (lt)

gtkhtml-3.7.6 "Look mom, there ain't no bizarre bugs no more!!" 2005-08-08
--------------------------------------------------------------------------

New in this release

   * Fix insertion of tables over selections (Kaushal Kumar)
   * Fix UI sensitivity for Text, Font, Style options (Kaushal Kumar)
   * Enable all the atk attributes for text (Mengjie Yu)
   * Fix handling of simple deletion of text from table (Kaushal Kumar)
   * Fix infinite looping for cursor level (Kaushal Kumar)
   * Updated translations
     - Marcel Telka (sk)
     - Priit Laes (et)
     - Tino Meinen (nl)
     - Ankit Patel (gu)
     - Funda Wang (zh_CN)
     - GNOME PL Team (pl)
     - Takeshi AIHANA (ja)
     - Alexander Shopov (bg)

gtkhtml-3.7.5 "White Rose" 2005-07-25
-----------------------------------------------

New in this release

   * HIGification of few dialog titles and labels (H.A.Riyaz Ahmed)
   * Removal of deprecated calls (Diego Gonzalez)
   * Make Win32 compatible (Tor Lillqvist)
   * HIGification of more strings, titles, etc.
   * Fix UI issue with Page format dialog.
   * Plug leaks (Kjartan Maraas)
   * Updated translations (Roozbeh Pournader, Priit Laes,
     Francisco Javier F. Serrador, Miloslav Trmac,
     Vincent van Adrighem, Adam Weinberger, Marcel Telka,
     Ankit Patel, Takeshi AIHANA, Ignacio Casal Quinteiro,
     Clytie Siddall, Kjartan Maraas, Baris Cicek, Ilkka Tuohela)

gtkhtml-3.7.4 "Hare Rama" 2005-07-11
-----------------------------------------------

New in this release

   * Fixed the passing of correct offsets and signal for the screen
     reader (Mengjie Yu)
   * Fixed the setting of offsets when start/end slave value is
     not available (Mengjie Yu)
   * Fixed two strings to resolve translation issues.
   * Fixed the Solaris x86 Forte build failure (Damien Carbery)
   * Updated translations (Vincent van Adrighem, Priit Laes,
     Adam Weinberger, Francisco Javier F. Serrador, Jens Seidel).

gtkhtml-3.7.3 "Shri Ganpati" 2005-07-01
-----------------------------------------------

New in this release

   * Added "cy" (Welsh) to ALL_LINGUAS (Rhys Jones)
   * Updated translations (Priit Laes, Rhys Jones, Marcel Telka,
     Abel Cheung)

gtkhtml-3.7.2 "Changing guards" 2005-06-06
-----------------------------------------------

New in this release

   * Public API cleanup (Rodo)
   * Fixed translation issues (Changwoo Ryu bug #301120)
   * Fixed Find/Replace crash
   * Enhaced DnD support (sragavan)

gtkhtml-3.7.1 "Changing guards" 2005-05-18
-----------------------------------------------

New in this release

   * Fixed a table crash on undo
   * Added visited link change of color feature.
   * Cleaned up cluev and text slave code and made it more organized.

gtkhtml-3.7.0 "Changing guards" 2005-04-26
------------------------------------------------

New in this release

   * a11y changes (Mengjie Yu)
   * fixed crash happening when editing nested cluevs
   * fixed infinite loop in cursor navigation
   * fixed crash happening with invalid parsed structure
   * fixed insertion color tracking (Mengjie Yu)
   * introduced stress test
   * fixed table cell parsing
   * fixed deletion around tables
   * fixed cursor movement around images
   * fixed fonts zooming
   * fixed table size editing
   * fixed text foreground color
   * fixed padding of table cells
   * fixed scrolling in caret mode (Mengjie Yu)
   * fixed cursor navigation around anchors
   * fixed parsing of DIV blocks
   * fixed cusror tracking in caret mode (Mengjie Yu)
   * fixed the building process to compile on win32 (Tor Lillqvist)
   * added [un]block selection commands
   * cleaned up the debug prints
   * fixed many memory leaks
   * added more tests
   * updated translations (Laszlo Dvornik, Abel Cheung, Baris Cicek,
     Pawan Chitrakar, Ahmad Riza H Nst, Adam Weinberger,
     Roozbeh Pournader, Steve Murphy, Adi Attar)
2005-10-12 21:50:51 +00:00
joerg
5b0b0bb9e4 Add DragonFly support for Firefox 1.0.7. 2005-10-12 16:39:24 +00:00
ben
d86f20aa1e su-based authentication was OS-specific and broken on NetBSD.
Fix su-based authentication.  This addresses PR#31260.
2005-10-12 16:32:26 +00:00
kleink
16e3115a3b Update to version 20051006. Only changes are more ad patterns. 2005-10-12 08:48:26 +00:00
joerg
a79f9b73cc Allow mod_ssl to build with OpenSSL 0.9.8. The patch is from
Georg v. Zezschwitz on dev@httpd.apache.org.
2005-10-11 20:10:35 +00:00
joerg
0f6c3a43bd I don't understand why an Apache module depends on libtool to build a
dynamic version, but make it work on DragonFly anyway.

Fixes pkg/31155.

[distinfo already commited, CVS permission checks are weired]
2005-10-11 19:01:01 +00:00
joerg
76e5951b34 I don't understand why an Apache module depends on libtool to build a
dynamic version, but make it work on DragonFly anyway.

Fixes pkg/31155.
2005-10-11 18:58:44 +00:00
joerg
a1eaaffe1e Update lighttpd to 1.4.6. Take maintainership.
Activate memcache option, now that devel/libmemcache is imported.

From NEWS:
- 1.4.6 - 2005-10-09

  * fixed compilation on MacOS X and cygwin
  * fixed compressed output if caching was disabled (seen in IE and
Opera)
  * fixed range-request option
  * fixed mysql-vhost module (was broken in 1.4.5)
  * fixed false positive in the detection of case-insensitive FS

- 1.4.5 - 2005-10-02

  * added all DeltaV methods as known methods
  * added buffer-to-disk of request content
  * added warning for unused variables in conditionals
  * added global index-generators to mod_indexfile
  * fixed caching for remote-ip conditionals with keep-alive
  * fixed redirects with content
  * fixed infinite loop in exec-cmd in mod_ssi
  * fixed segfault in config handling for mod_mysql_vhost
  * fixed segfault on FIFOs/Sockets
  * fixed possible crash on uninit memory if If-Modified-Since was too long
  * fixed accounting of mem-chunks
  * fixed starving of connections on high load
  * fixed crc errors in mod_compress on 64bit platforms
  * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
  * fixed logic of conditionals if a header was not set
  * fixed a segfault in mod_rewrite if %1 references were used
  * fixed handling of empty request URIs in HTTP requests

- 1.4.4 - 2005-09-16
  * added support for %V in mod_accesslog
  * added a option for a FastCGI responser to send static files
  * added md5 and blowfish hashes to htpasswd
  * fixed METHOD in mod_accesslog of WebDAV methods
  * fixed check for permission before files in sent
  * fixed mod-proxy and content for non-POST requests
  * fixed compilation of mod_cml on MacOS X
  * fixed SSL errmsg after accept()
  * fixed memleak in stat-cache
  * fixed aborted connections if file was moved while in transfer
  * fixed mem-usage for large FastCGI transfers
2005-10-11 15:44:00 +00:00
gdt
c85a7031b7 Change version from 20040201 to 0.20040201, so that if this package
transitions to more modern practice and has a normal version number,
there is some chance we can handle that without going backwards.
2005-10-11 14:11:27 +00:00
wiz
e59ad25c9f Use proper INSTALL_* instead of INSTALL.
Improve installation paths.
Add better HOMEPAGE.
Bump PKGREVISION for different binary package.
2005-10-11 09:09:07 +00:00
gdt
eea30f4b7d add squidpurge 2005-10-11 00:55:39 +00:00
gdt
1311b98983 New package to inspect squid caches and extract data from them.
Patched for pkgsrc pathnames (default location of squid config file),
and for NetBSD; probably needs help for other pkgsrc platforms but not
marked ONLY_ because there's no good reason it can't be made to work.

While not useful to run this w/o squid, the package does not depend on
it because it can be built and installed without it.

The package and binary are named squidpurge because purge seems too
likely to conflict and squid users are more likely to notice it this way.


The purge tool is a kind of magnifying glass into your squid-2 cache.
You can use purge to have a look at what URLs are stored in which file
within your cache.  The purge tool can also be used to release objects
which URLs match user specified regular expressions.  It can extract
objects matching a regular expression, creating a directory tree
matching the server layout.  A more troublesome feature is the ability
to remove files squid does not seem to know about any longer.
2005-10-11 00:45:39 +00:00
minskim
deb5f2bcc6 Use INSTALL_MAN to install a man page. 2005-10-10 23:15:28 +00:00
taca
d4cdc85e5f Update squid package to 2.5.11 (2.5.STABLE11 + official 6 patches).
o pkgsrc changes: change DIST_SUBDIR to ${PKGNAME_NOREV} only (stop
  using time stamp) since squid's patches are provided with revision
  if updated.


o official patches:

* 2005-09-28 21:52 (Minor) CNAME adresses remembered with wrong TTL
* 2005-09-28 21:16 (Cosmetic) Defining CACHE_HTTP_PORT does not set
				the default http_port
* 2005-09-28 21:07 (Minor) httpd_accel_single_host breaks in combination
				with server_persistent_connections
* 2005-09-28 21:07 (Cosmetic) More tracing in test mode of squid_ldap_auth
* 2005-09-28 21:07 (Cosmetic) Document that tcp_outgoing_xxx works badly
			in combination with server_persistent_connections
* 2005-09-27 22:29 (Major) Truncated responses when using delay pools


o changes from 2.5.10; most of them are already included in squid 2.5.10nb5
  package

Changes to squid-2.5.STABLE11 (22 Sep 2005)

	- [Minor] Workaround for servers sending double content-length headers
	  (Bug #1305)
	- [Cosmetic] Updated Spanish error messages by Nicolas Ruiz
	- [Cosmetic] Date header corrected on internal objects (icons etc)
	  (Bug #1275)
	- [Minor] squid -k fails in combination with chroot after patch for
	  bug 1157 (Bug #1307)
	- [Cosmetic] Segmentation fault if compiled with
	  --enable-ipf-transparent but denied access to the NAT device.
	  (Bug #1313)
	- [Minor] httpd_accel_signle_host incompatible with redireection
	  (Bug #1314)
	- [Minor] squid -k reconfigure internal corruption if the type of
	  a cache_dir is changed (Bug #1308)
	- [Minor] SNMP GETNEXT fails if the given OID is outside the Squid MIB
	  (Bug #1317)
	- [Minor] Title in FTP listings somewhat messed up after previous
	  patch for bug 1220 (Bug #1220)
	- [Minor] FTP listings uses "BASE HREF" much more than it needs to,
	  confusing authentication. (Bug #1204)
	- [Minor] winfo_group.pl only looked for the first group if multiple
	  groups were defined in the same acl. (Bug #1333)
	- [Cosmetic] Compiler warnings on some 64-bit platforms (Bug #1316)
	- [Cosmetic] Removed some debug output from wb_ntlm_atuh (Bug #518)
	- [Cosmetic] The new --with-build-environment=... option doesn't work
	- [Cosmetic] New 'mail_program' configuration option in squid.conf
	- [Minor] Fails to compile with ip-filter and ARP support on Solaris
	  x86 (Bug #199)
	- [Major] Segmentation fault in sslConnectTimeout (Bug #1355)
	- [Medium] assertion failed in StatHist.c:93  (Bug #1325)
	- [Minor] More chroot_dir and squid -k reconfigure issues (Bug #1331)
	- [Cosmetic] Invalid URLs in error messages when failing to connect
	  to peer, and a few other inconsistent error messages (Bug #1342)
	- [Cosmetic] Fails to compile with glibc -D_FORTIFY_SOURCE=2
	  (Bug #1344)
	- [Minor] Some odd FTP servers respond with 250 where 226 is expected
	  (Bug #1348)
	- [Cosmetic] Greek translation of error messages (Bug #1351)
	- [Major] Assertion failed store_status == STORE_PENDING (Bug #1368)
	- [Minor] squid_ldap_auth -U does not work (Bug #1370)
	- [Minor] SNMP cacheClientTable fails on "long" IP addresses
	  (Bug #1375)
	- [Minor] Solaris Sparc + IP-Filter compile error (Bug #1374)
	- [Minor] E-mail sent when cache dies is blocked from many antispam
	  rules (Bug #1380)
	- [Minor] LDAP helpers does not work with TLS (-Z option) (Bug #1389)
	- [Cosmetic] Incorrect store dir selection debug message on objects
	  larger than 2Gigabyte (Bug #1343)
	- [Cosmetic] header_id enum misused as an signed integer (Bug #1343)
	- [Cosmetic] Allow leaving core dumps when started as root (Bug #1335)
	- [Medium] Clients could bypass delay_pool settings by faking a cache
	  hit request (Bug #500)
	- [Minor] IP-Filter 4.X support (Bug #1378)
	- [Medium] Odd results on pipelined CONNECT requests
	- [Major] Squid crashing with "FATAL: Incorrect scheme in auth header"
	  when using NTLM authentication.
	- [Cosmetic] Odd results when pipeline_prefetch is combined with NTLM
	  authentication (bug #1396)
	- [Minor] invalid host was processed as IP 255.255.255.255 in dst acl
	  (Bug #1394)
	- [Cosmetic] New --with-maxfd=N configure option to override build
	  time filedescriptor limit test
	- [Minor] Added support for Windows code name "Longhorn" on Cygwin.
2005-10-09 14:47:55 +00:00
rillig
25dedaba55 Corrected a typo in COMMENT. Fixes PR #31520. 2005-10-09 08:53:35 +00:00
jdolecek
bee60cd555 make it possible to switch the IPv6 support on/off via a package option,
similarily how this is done in lang/php5/Makefile.php; default depends
in USE_INET6 setting, i.e. enabled iff OS supports it
2005-10-08 21:12:53 +00:00
jdolecek
d5cda8e47c openssl is included unconditionally 2005-10-08 20:34:26 +00:00
jdolecek
74a374c9ac fix plural 2005-10-08 16:51:50 +00:00
jdolecek
e4855206f0 Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls://
stream support, and couple others). These don't work when SSL support
is loaded via extension.

For this reason, make openssl extension unconditionally built-in
into the main PHP package, and g/c security/php-openssl.
2005-10-08 16:49:35 +00:00
jdolecek
f2d1572c3d Add a fix to LDAP extension build to properly detect LDAP capabilities,
such as TLS support.

Patch provided by Stoned Elipot in private e-mail.
2005-10-07 21:09:27 +00:00
reed
b24e6da099 Use PKGMANDIR for the man page location.
This strange configure script uses --enable-mandir and it overrides
--mandir.
2005-10-07 17:57:59 +00:00
jdolecek
105802e2df bump pkgrevision for the fopen_wrappers.c fix 2005-10-07 16:51:41 +00:00
joerg
96f4d540d9 Unbreak compilation with GCC 3.4+ (label at end of compound statement). 2005-10-07 15:42:36 +00:00
sketch
3a9c059182 Update HOMEPAGE and MASTER_SITES. 2005-10-06 11:33:52 +00:00
sketch
c54181a612 Apply patch from Steve Kemp of Debian to fix insecure temporary file usage.
Fixes CAN-2005-2660.
2005-10-06 11:26:18 +00:00
tron
a6bbb8d213 Add patch from Debian bug report 323585 to fix CAN-2005-3054. 2005-10-05 15:59:47 +00:00
jwise
5773c4ea63 This package needs java-env.mk as well as java-vm.mk, now that these have
(for whatever reason) been separated.
2005-10-05 14:48:56 +00:00
salo
35e59726bc Security fix for SA17028:
"A vulnerability in Weex can be exploited by malicious users to cause a DoS
(Denial of Service) or to compromise a vulnerable system.

The vulnerability is caused due to a format string error in the "log_flush()"
function when flushing an error log entry that contains format string
specifiers to disk. This may be exploited to execute arbitrary code on a
user's system via a directory name containing format string specifiers.

Successful exploitation requires that the attacker is able to create
directories within the user's Weex home directory."

http://secunia.com/advisories/17028/

Patch from FreeBSD PR ports/86833.
2005-10-05 13:38:13 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
reed
51935322c0 Include graphics/gnome-icon-theme/buildlink3.mk and bump PKGREVISION.
According to PR #31469, galeon uses the icons provided from gnome-icon-theme.
2005-10-04 20:52:16 +00:00
wiz
b3d102f75b Update to 1.1.29:
BINS 1.1.29
-----------

- A search engine has been added. It only woks on web browser
supporting javascript and DOM. It can be deactivated via the new
searchEngine parameter. It allows search on image description fields
set in the new searchFields parameter. Maximum results returned by the
search engine is set by the searchLimit parameter.
This adds a new dependency on Text::Unaccent.

- Michael Olson's mwolson templates have been added.

- Martin Pohlack's martin templates have been added. These templates are based
upon marc ones, in turn based on joi. Here are the modifications with
marc:
   - fixed some bugs in the css
   - more layout stuff done in css
   - changed colors to grey-levels, which allows the viewer to
     concentrate on the important parts, the images (if you don't like
     it, you only have to change some lines in the css).
   - some layout changes, links (next, prev, ...) have a fixed
     position now, so you don't have to move the mouse if you want to
     cycle through many images.
   - use transparent pngs for the slide background in browser which
     support it -> smoother slide corners (round corners are
     oversampled, compare the gif and the png)
   - Display the content of the jpeg-comment filed below the image

- Fixed a bug when javaScriptPreloadImage was set to 1 : the next image
preloaded was always at maximum size.
Patch from Malcolm Parsons

- Add support for jpegtran with MMX (libjpeg-mmx-progs).
Patch by Ludovic Rousseau

- Fix -f option so it can work with files given with a relative path.
Patch by Ludovic Rousseau

- Default template has been renamed to swigs, has it may not be the
default in the future (it uses tables and don't use CSS).

- A tools directory has been added in the archive, containing the
small BINS related utilities. The new tools add_num_prefix,
remove_num_prefix and bins_addtext have been added. All is documented
on the web site.

- A FAQ has been added.

- BINS now has a page on gna!, see https://gna.org/projects/bins/

BINS 1.1.28
-----------

- Replaced parameter "enlarge" with "whenSrcSmaller" to dictate what to
do if the source image is smaller than the size of the generated
image. Fixed a bug that prevented enlarged image from actually being
generated.
Patch from Alexander Blazej

- Added new linkRelative parameter allow to use relative links if
linkInsteadOfCopy is set to 1.
Patch from Dan McMahill

- Transform functionality now allow perl code. A new dateString
parameter allow to specify the date string to be used (following
date(1)), introducing a dependency on Date::Parse.
Patch from Martin Michlmayr

- Handle buggy EXIF information in DateTimeOriginal.
Patch from Martin Michlmayr

- Fix on deExifyImages option.
Patch from Martin Michlmayr

- Fix encoding problem whith ISO 646 used by Solaris.
Patch from Martin Michlmayr

- Fix bug when source directories is a prefix of the destination one.
Patch from Pizza

- Make JPEG Comments available as image subtext.
Patch from Martin Pohlack

- Catalan translation (ca) has been added.
Thanks to Joan Antoja Sabin

- A CSS bug in marc template has been fixed.
Correction from Martin Pohlack

- The image details page, using the Joi template, now respects use of a
background image.
Fix by Alexander Blazej

- The image details page's "Album Tree" link is fixed.
Fix by Alexander Blazej

- Standardized indentation (4 columns).
Done by Alexander Blazej

- Default value of borderOnThumbnails has been set to 0.
2005-10-04 19:12:01 +00:00
wiz
e604e31d45 Update to 20050921, provided by Jeroen Ruigrok/asmodai in PR 31220.
fix crashes with nested framesets
fix dmalloc conflicts
fix crashes with invalid x/html tags
fix memory corruptions
fix attributes with null values
replace tabs with spaces
a lot generic stability fixes
fix accessibility crashes
accessibility missing output added
use id= instead of a name=
fix crashes with mixed php-like code in html
fix memory leaks
xml: was stripped from xml:lang
make sure id and name are identical when used
do not add xml:lang for XHTML 1.1
check validity of id/name values
a lot of new options for finegrained control
support align="char"
fix 64 bit portability issues
fix support for nested <sub> and <sup>
make sure id's are unique
be more resistant against malformed comments
make sure attribute values are lowercase for xhtml specified values
ensure xml declarations are present
allow empty action="" to form
area does not need a mandatory href
2005-10-04 18:00:49 +00:00
tv
8a957173eb PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default.

Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
2005-10-04 16:50:50 +00:00
wiz
2ab9feaa66 Get rid of some more stuff that was to be removed after 2005Q3. 2005-10-03 21:36:58 +00:00
simonb
4c3bf273e8 Note myself as maintainer of this package. 2005-10-02 05:04:48 +00:00
simonb
4c14019a95 Update to version 20050921. Only changes are more ad patterns. 2005-10-02 05:03:24 +00:00
is
5437a6d5bc http download redirects to the download page again. As the machine name
is the same anyway, use ftp download only as a workaround.
2005-10-01 18:54:10 +00:00
minskim
e855e11410 Use VARBASE instead of hardcoding /var. This addresses part of
PR pkg/29896.
2005-10-01 17:25:32 +00:00
taya
f6aec38de5 Update mozilla & mozilla-gtk2 to 1.7.12
This is a bug fix release.
Fixed bugs are follows:

* Fix for a potential buffer overflow vulnerability when loading
  a hostname with all soft-hyphens
* Fix to prevent URLs passed from external programs from being
  parsed by the shell (Linux only)
* Fix to prevent a crash when loading a Proxy Auto-Config (PAC)
  script that uses an "eval" statement
* Fix to restore InstallTrigger.getVersion() for Extension authors
* Fix a crash in mail when stopping a search and then searching again
* Other stability and security fixes
	MFSA 2005-59 Command-line handling on Linux allows shell execution
	MFSA 2005-58 Firefox 1.0.7 / Mozilla Suite 1.7.12 Vulnerability Fixes
	MFSA 2005-57 IDN heap overrun using soft-hyphens
2005-10-01 04:42:09 +00:00
rh
9162feac72 Build the real libraries, not just debug versions.
While at it, add a buildlink3.mk file.
Bump PKGREVISION.
2005-10-01 00:14:16 +00:00
is
a37c7392fe move the DIST_SUBDIR information to Makefile.common for the benefit of
links-gui.
2005-09-30 16:16:49 +00:00
is
5ea8fff5df Apparently, a superfluous file was removed from the source tarballs,
without bumping the version.
2005-09-30 15:57:11 +00:00
adam
024a8cce5f qt-3.3.5 fix 2005-09-29 14:11:36 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
rillig
7d75bf9440 Removed trailing white-space. Don't use the expanded RCS Id when
regenerating the distinfo file.
2005-09-28 14:00:51 +00:00
rillig
3618f2bc7d Fixed pkglint warnings. 2005-09-28 12:37:53 +00:00
rillig
9705fc9bc4 Fixed pkglint warnings. 2005-09-28 12:26:54 +00:00
rillig
a3cede0c84 Fixed some pkglint warnings. 2005-09-28 12:26:06 +00:00
rillig
decb8770e1 Fixed pkglint warnings. 2005-09-28 12:15:16 +00:00
rillig
671f215243 Removed trailing white-space. 2005-09-28 12:13:07 +00:00
rillig
0328a3975c Fixed pkglint warnings. 2005-09-28 12:11:29 +00:00
rillig
6a1ce8d3b3 Removed trailing empty line. 2005-09-28 12:09:03 +00:00
rillig
a60c519539 Fixed pkglint warning. 2005-09-28 12:06:36 +00:00
rillig
dba5ecbb70 Added RCS Id tags. Removed trailing empty line from patch-sg. 2005-09-28 12:04:29 +00:00
tron
141c8d708d Update "mozilla-bin" package to version 1.7.12. Changes since 1.7.10:
- Fix for a potential buffer overflow vulnerability when loading a hostname
  with all soft-hyphens
- Fix to prevent URLs passed from external programs from being parsed by the
  shell
- Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that
  uses an "eval" statement
- Fix to restore InstallTrigger.getVersion() for Extension authors
- Fix a crash in mail when stopping a search and then searching again
- Other stability and security fixes
2005-09-26 19:32:47 +00:00
tv
209c117dcf Remove old 2003 patch that is actually no longer used. apr is its own
package now, and this header file is only directly used by apr itself,
hidden from httpd.  (Clarifies bug 36750 that I have on file with Apache
Bugzilla.)
2005-09-26 17:21:21 +00:00
cube
eb16716e0a Update to version 1.3101. Yes, this is just before the branch, but the
diff between 1.31 and 1.3101 is minimal, yet it fixes important issues
people have been reporting on e.g. the rt-users mailing list.

1.1301  August 23, 2005
    - One last fix for CGIHandler.  If you provided your own out_method it
      was ignoring it and using its own.  Reported by David Glasser.
2005-09-26 16:57:57 +00:00
wiz
703e5a6b7f Reset maintainer, email to xs at nitric dot net bounced. 2005-09-23 20:06:25 +00:00
jdolecek
74e2928df6 opera licence changed in version 8.50, add the new version
pointed out by Geert Hendrickx and discussed further on tech-kern@
2005-09-22 21:50:03 +00:00
wiz
5be303ce10 Fix DEPENDS to accept any php-gd-4.x. 2005-09-22 14:53:41 +00:00
jwise
e8b1d9d3d0 If we add a patch for a docs directory which is copied wholesale (with pax),
we need to make sure we clean up .orig files before the copy is done.
2005-09-22 14:44:03 +00:00
jlam
59a8f7da56 Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes from
version 1.0.6 include:

     * Fix for a potential buffer overflow vulnerability when loading a
       hostname with all soft-hyphens
     * Fix to prevent URLs passed from external programs from being
       parsed by the shell (Linux only)
     * Fix to prevent a crash when loading a Proxy Auto-Config (PAC)
       script that uses an "eval" statement
     * Fix to restore InstallTrigger.getVersion() for Extension authors
     * Other stability and security fixes

Approved by taya.
2005-09-22 14:14:04 +00:00
minskim
83c17b518c Fix PLIST. Bump PKGREVISION. 2005-09-22 00:59:20 +00:00
taca
181781b587 Update squid package to squid-2.5.10nb5.
Three new official patches are added.

o 2005-09-19 15:50 (Cosmetic) --with-maxfd=N configure option to override
			      max filedescriptors test
o 2005-09-16 21:58 (Minor) invalid host is processed as IP 255.255.255.255
			   in dst acl
o 2005-09-16 21:49 (Cosmetic) Odd results when pipeline_prefetch is combined
			      with NTLM authentication

One official patch was updated.

o 2005-09-20 12:29 (Major) FATAL: Incorrect scheme in auth header
2005-09-21 15:06:07 +00:00
tron
bb7bee27cf Update "firefox-bin" package to version 1.0.7. Changes since version 1.0.6:
- Fix for a potential buffer overflow vulnerability when loading a
  hostname with all soft-hyphens
- Fix to prevent URLs passed from external programs from being parsed
  by the shell
- Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script
  that uses an "eval" statement
- Fix to restore InstallTrigger.getVersion() for Extension authors
- Other stability and security fixes
2005-09-21 10:07:39 +00:00
jdolecek
c916fbd8db Update to opera 8.50.
Changes include:
* Advertisement banner removed
* Security: Fixed Secunia Advisory 16645, drag-and-drop vulnerability,
  must-revalidate HTTPS handling, cookie comment encoding
* Browser JavaScript on by default
* Multiple stability issues
2005-09-20 19:36:13 +00:00
tv
8f23e01f78 This was building without properly attaching a DEPENDS reference to apache2,
thus leaving the package dangling if apache2 were to be removed or upgraded.

Change to using apache2/buildlink3.mk, like the other ap2-* modules do,
and bump PKGREVISION for the implicit DEPENDS change.
2005-09-20 18:25:47 +00:00
reed
9af4b2f990 This is from PR #31106. Thank you, Leonard Schmidt.
Update www/kazehakase from 0.2.9 to 0.3.0.

Changes from 0.2.9 to 0.3.0:
     * Added feed bookmark action (Kouhei Sutou)
     * Fixed some crash bugs.

(I have been running this since Sept. 10. Sorry for the
delay in updating.)
2005-09-17 22:40:36 +00:00
jlam
3b7c9b7a13 For the native firefox and mozilla packages, move the module/extension
registration out of the installation step and into the INSTALL script.
Also, remove the registration commands from the PLIST as well.  Putting
them into the INSTALL script allows for the same commands to be run
in the same way, so that there are fewer differences between installing
from source and installing from a binary package.  Also, this makes
these packages pass CHECK_FILES=yes.  Bump the PKGREVISION of firefox,
firefox-gtk1, mozilla, and mozilla-gtk2.

Also, include bsd.pkg.mk from the package Makefiles, not from within
Makefile.common.  This is a style issue and allows for appending to
variables originally defined in Makefile.common from the package
Makefile.
2005-09-17 02:35:19 +00:00
tv
7f00eaada9 "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is
no longer correct since update to libevent 1.x; it now uses libtool and
generates a shlib.

Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since
the binary pkg changes for any OS that doesn't have a sufficient builtin
libevent version (or the package has requested a non-builtin version).
2005-09-16 14:46:42 +00:00
taca
4188f4fdb0 The latest official patch updated to make NTLM authentication work again.
Bump PKGREVISION.
2005-09-16 14:19:00 +00:00
salo
7a0278e7c0 Update ap-ssl to version 2.8.24.
- Fix a security issue (CAN-2005-2700) where "SSLVerifyClient require"
  was not enforced in per-location context if "SSLVerifyClient optional"
  was configured in the global virtual host configuration.

Sync apache with the latest ap-ssl.
2005-09-16 13:53:56 +00:00
taca
3a41160487 Update squid package to 2.5.10nb3.
- pkgsrc update:

o s/SQUID_BACKEND/SQUID_BACKENDS/ as suggested by pkglint.
o Fix leaving ${PREFIX}/etc/squid/msntauth.conf.default out of PLIST.
o IP Filter related patches are incorporated to squid.


- Add/update official patches:

o 2005-09-15 11:15 (Major) FATAL: Incorrect scheme in auth header
o 2005-09-15 09:56 (Medium) Odd results on pipelined CONNECT requests
o 2005-09-13 23:59 (Minor) Transparent proxy problem with IP Filter
o 2005-09-11 01:53 (Medium) Clients bypassing delay pools by faking a cache
  hit
o 2005-09-11 01:42 (Cosmetic) Allow leaving core dumps on Linux
o 2005-09-11 01:21 (Cosmetic) enums can not be assumed to be signed ints
o 2005-09-11 01:21 (Cosmetic) Incorrect store dir selection debug message on
  objects >2G
o 2005-09-11 00:57 (Minor) LDAP helpers does not work with TLS (-Z option)
2005-09-15 15:40:47 +00:00
taca
94dfc59925 Now distfiles are under ruby subdirectory as a side effect of
lanb/ruby/{module.mk,rubyversion.mk} change and I think the
distfile of this package should be under ruby subdirectory, too.
2005-09-11 15:57:06 +00:00
jdolecek
74235692f3 put back XML_RPC upgrade - the fixed one is 1._4_.0, not 1.3.1 2005-09-10 09:04:01 +00:00
jdolecek
e8523e4c18 PHP 4.4.0 already comes with XML_RPC 1.3.1, so it's not necessary to update
it separately
2005-09-10 08:58:55 +00:00
abs
d6893ebb28 Update patches for mozilla applications to handle the fact that on
NetBSD the thread safe resolver is only available on __NetBSD_Version__
>= 299000900.  Fixes runtime usage on NetBSD 2.1. New Versions:
    - firefox-1.0.6nb2
    - firefox-gtk1-1.0.6nb2
    - mozilla-1.7.11nb1
    - mozilla-gtk2-1.7.11nb1
    - thunderbird-1.0.6nb1
    - thunderbird-gtk1-1.0.6nb1
2005-09-08 22:03:45 +00:00
drochner
1a506a9673 update to 0.9.7b
this is a major update (from 0.6.4), too much to list
2005-09-08 18:49:33 +00:00
reed
4f1cc1b836 I will maintain these packages. Bruce isn't working on NetBSD now.
Thank you, Bruce, for previously maintaining these.
2005-09-07 02:15:12 +00:00
reed
15c2f6db62 Set maintainer to tech-pkg. Bruce is not maintaining these
packages. Thank you Bruce for helping with pkgsrc.
2005-09-07 02:13:18 +00:00
adam
ea00485367 Changes 0.9.4:
Took some time to do this release, and the fixes are numerous, an
upgrade is highly recommended. Major changes include an increased
header limit, which fixes inter-operation with some versions of lynx;
a fix for a crash when trying to access user pages of people who do
not actually exist (ie, /~badusername).

On the new features front, the -U option now accepts usernames too,
not just user ids.
2005-09-06 15:19:31 +00:00
abs
542bff762e fix PACKLIST so binary packages are not empty - update to CGI-FormBuilder-2.13nb3 2005-09-05 14:46:36 +00:00
wiz
4ffc68ab9a Fix path to documentation. From ISIHARA Takanori in PR 31136. 2005-09-04 22:36:18 +00:00
jlam
2b2a2f2f15 Move some options that only apply to the PHP CGI package from Makefile.php
(shared with ap-php) into the php package Makefile.
2005-09-04 20:13:59 +00:00
taca
6ea3b9e25b Update ruby-actionwebservice package to 0.8.1
*0.8.1* (11 July, 2005)

* Fix scaffolding for Action Pack controller changes


*0.8.0* (6 July, 2005)

* Fix WSDL generation by aliasing #inherited instead of trying to overwrite it, or the WSDL action may end up not being defined in the controller

* Add ActionController::Base.wsdl_namespace option, to allow overriding of the namespace used in generated WSDL and SOAP messages. This is equivalent to the [WebService(Namespace = "Value")] attribute in .NET.

* Add workaround for Ruby 1.8.3's SOAP4R changing the return value of SOAP::Mapping::Registry#find_mapped_soap_class #1414 [Shugo Maeda]

* Fix moduled controller URLs in WSDL, and add unit test to verify the generated URL #1428

* Fix scaffolding template paths, it was broken on Win32

* Fix that functional testing of :layered controllers failed when using the SOAP protocol

* Allow invocation filters in :direct controllers as well, as they have access to more information regarding the web service request than ActionPack filters

* Add support for a :base64 signature type #1272 [Shugo Maeda]

* Fix that boolean fields were not rendered correctly in scaffolding

* Fix that scaffolding was not working for :delegated dispatching

* Add support for structured types as input parameters to scaffolding, this should let one test the blogging APIs using scaffolding as well

* Fix that generated WSDL was not using relative_url_root for base URI #1210 [Shugo Maeda]

* Use UTF-8 encoding by default for SOAP responses, but if an encoding is supplied by caller, use that for the response  #1211 [Shugo Maeda, NAKAMURA Hiroshi]

* If the WSDL was retrieved over HTTPS, use HTTPS URLs in the WSDL too

* Fix that casting change in 0.7.0 would convert nil values to the default value for the type instead of leaving it as nil


*0.7.1* (20th April, 2005)

* Depend on Active Record 1.10.1 and Action Pack 1.8.1


*0.7.0* (19th April, 2005)

* When casting structured types, don't try to send obj.name= unless obj responds to it, causes casting to be less likely to fail for XML-RPC

* Add scaffolding via ActionController::Base.web_service_scaffold for quick testing using a web browser

* ActionWebService::API::Base#api_methods now returns a hash containing ActionWebService::API::Method objects instead of hashes. However, ActionWebService::API::Method defines a #[]() backwards compatibility method so any existing code utilizing this will still work.

* The :layered dispatching mode can now be used with SOAP as well, allowing you to support SOAP and XML-RPC clients for APIs like the metaWeblog API

* Remove ActiveRecordSoapMarshallable workaround, see #912 for details

* Generalize casting code to be used by both SOAP and XML-RPC (previously, it was only XML-RPC)

* Ensure return value is properly cast as well, fixes XML-RPC interoperability with Ecto and possibly other clients

* Include backtraces in 500 error responses for failed request parsing, and remove "rescue nil" statements obscuring real errors for XML-RPC

* Perform casting of struct members even if the structure is already of the correct type, so that the type we specify for the struct member is always the type of the value seen by the API implementation
2005-09-04 14:17:34 +00:00
taca
2361223994 Update ruby-actionpack package to 1.9.1
Changes from 1.7.0 are too huge, please see web page:
http://ap.rubyonrails.com/files/CHANGELOG.html.
2005-09-04 14:05:44 +00:00
jlam
1cf5592f89 Add and enable lighttpd. 2005-09-04 06:40:04 +00:00
jlam
e44e9ee278 Initial import of lighttpd-1.4.3 as www/lighttpd.
LightTPD is a secure, fast, compliant, and very flexible web-server
which designed and optimized for for high-performance environments.
With a small memory footprint compared to other webservers, effective
management of the CPU load, and advanced feature set (FastCGI, CGI,
Auth, Output-Compression, URL-Rewriting and many more), LightTPD is
the perfect solution for every server that is suffering load problems.

This is loosely based on the lighttpd package from pkgsrc-wip by
Piotr Stolc <socrtp@soclab.eu.org>.
2005-09-04 06:37:05 +00:00
taca
5ed8b5eb1e Update squid package to 2.5.10nb2.
- pkgsrc changes: check IP filter's header file <ipl.h> as well as
		  <netinet/ipl.h>.

- Apply recent official patches including a security fix for DoS noted by
  http://secunia.com/advisories/16674/

* 2005-09-03 09:41 (Minor) E-mail sent when cache dies is blocked from many
			   antispam rules
* 2005-09-03 09:41 (Minor) Solaris 10 SPARC transparent proxy build problem
			   with ipfilter
* 2005-09-01 22:57 (Minor) snmo cacheClientTable fails on "long" IP addresses
* 2005-09-01 22:49 (Minor) squid_ldap_auth -U does not work
* 2005-09-01 22:44 (Major) assertion failed:
			   store.c:523: "e->store_status == STORE_PENDING"
* 2005-09-01 22:39 (Cosmetic) Greek translation of error messages
* 2005-09-01 22:31 (Minor) Some odd FTP servers respond with 250
			   where 226 is expected
* 2005-09-01 22:26 (Cosmetic) Fails to compile with glibc -D_FORTIFY_SOURCE=2
* 2005-09-01 22:18 (Cosmetic) Odd URLs when failing to forward request via
			      parent and several error messages inconsistent
			      in reported request details
* 2005-09-01 22:09 (Minor) More chroot_dir and squid -k reconfigure issues
* 2005-09-01 21:56 (Medium) assertion failed:
	StatHist.c:93: ((int) floor (0.99L + statHistVal(H, 0) - min)) == 0
* 2005-09-01 20:27 (Major) Segmentation fault in sslConnectTimeout
* 2005-08-19 09:31 (Minor) sync redeclarations when support for ARP acls
* 2005-08-14 17:05 (Cosmetic) New 'mail_program' configuration option in
			      squid.conf
2005-09-04 05:07:05 +00:00
jlam
daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00
tron
40b74e8b4e Add patch from Apache SVN repository to fix weak client certificate
validation reported in CAN-2005-2700. Bump package revision.
2005-09-02 11:40:56 +00:00
adam
b0fc62efc1 Changes 7.14.1:
* GNU GSS support
* --ignore-content-length and CURLOPT_IGNORE_CONTENT_LENGTH added
* negotiates data connection SSL earlier when doing FTPS with PASV
* CURLOPT_COOKIELIST and CURLINFO_COOKIELIST
* trailer support for chunked encoded data streams
* -x/CURL_PROXY strings may now contain user+password
* --trace-time now outputs the full microsecond, all 6 digits
* Bugfixes
2005-09-02 08:13:29 +00:00
tv
65a6d1440d The option used by all other packages is "pgsql", not "postgresql". 2005-08-29 13:36:06 +00:00
tron
33368df221 - Add security patch for CAN-2005-2491 from Apache SVN repository.
- Add patch for high memory usage caused by "Byterange" support
  from Apache SVN repository.
Bump package revision because of the above changes.
2005-08-28 08:36:55 +00:00