Commit graph

8876 commits

Author SHA1 Message Date
epg
389501ab8c Add and enable py-PasteDeploy. 2009-11-10 17:18:44 +00:00
epg
d3dd048688 Import PasteDeploy-1.3.3
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files.  Paste Script
provides commands to serve applications based on this configuration file.
2009-11-10 17:13:00 +00:00
epg
317bdcd8de Update to 1.7.2
-----

* In :mod:`paste.proxy`, added some more headers that are disallowed
  in WSGI (e.g., Keep-Alive).  Send Content-Length.  Also fix the
  missing query string when using :class:`paste.proxy.Proxy`
  (:class:`paste.proxy.TransparentProxy` already worked).

* Make :mod:`paste.debug.prints` work with Google App Engine.

* Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only
  have a ``seek`` method if it is wrapping something with a seek
  method (which usually it is not).

* In :mod:`paste.httpserver` re-raise KeyboardInterrupt in worker
  threads.

* Added support for the ``HttpOnly`` Cookie property to
  :mod:`paste.wsgiwrappers`

* Added :func:`paste.reloader.add_file_callback`, which lets you watch
  files based on a callback.

* Quiet Python 2.6 deprecation warnings.

* Fix :mod:`paste.auth.cookie` generating bad headers.

* Added :class:`paste.reloader.JythonMonitor` for an experimental,
  optimized reloader on Jython.
2009-11-10 17:08:24 +00:00
sborrill
e912fc984f Needs libtool (highlighted by partial bulk builds) 2009-11-10 16:35:06 +00:00
brook
aba1a503f9 Fix ambiguous of make variable: $f -> ${f}. 2009-11-10 15:45:19 +00:00
brook
2be7cbb425 Update to v3.1.2 based upon recent work in pkgsrc-wip. The number of
changes over the intervening years is too large to list here.  See the
ChangeLog file or the home page for details.
2009-11-10 14:56:35 +00:00
sborrill
e712800511 Add ap2-cband 2009-11-10 10:52:51 +00:00
sborrill
0a71bf21b3 Add mod-cband-0.9.7.5
mod_cband - A per-user, per-virtualhost and per-destination bandwidth
limiter for the Apache HTTP Server Version 2

mod_cband is an Apache 2 module provided to solve the problem of limiting
users' and virtualhosts' bandwidth usage. The current versions can set
virtualhosts' and users' bandwidth quotas, maximal download speed (like in
mod_bandwidth), requests-per-second speed and the maximal number of
simultanous IP connections (like in mod_limitipconn).
2009-11-10 10:44:57 +00:00
obache
e11d1839b5 Add patch-ar for CVE-2009-3720.
Bump PKGREVISION.
2009-11-08 08:38:54 +00:00
tnn
a196ac024f catch up with lang/openjdk7 2009-11-07 14:49:33 +00:00
tnn
db7dfd8ee7 Update to firefox 3.5.5. This is a stability/bugfix update.
pkgsrc changes:
- assign devel/xulrunner maintainership to tnn@
- mozilla-common.mk: work around gcc __thread support misdetection on NetBSD
- separate distinfo related stuff into dist.mk for sharing with nss & nspr

"topcrash" bugs fixed:
468562 "ASSERTION: Inserting multiple children without flushing"
521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ...
524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ...
525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ...
525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]
2009-11-06 15:44:34 +00:00
markd
2017d98b44 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00
abs
f5dff4e121 Add missing reference to p5-Class-Data-Inheritable
bump pkgrevision
2009-11-02 19:21:19 +00:00
taca
b989db80dc Add MESSAGE to warn about "max_filedescriptors parameter" of squid27.
It might be accidently small on NetBSD.

Bump PKGREVISION.
2009-11-02 15:45:01 +00:00
taca
9f39a63c3a Make MESSAGE_SRC settable by each squid* pacakge. 2009-11-02 15:43:20 +00:00
taca
c4107a45ea Update www/squid30 package to 3.0.20 (3.0.STABLE20).
Changes to squid-3.0.STABLE20 (29 Oct 2009):

	- Bug 2794: ESI parsing on FreeBSD
	- Bug 2791: assertion failed: MemBuf.cc:400: new_cap > (size_t) capacity
	- Bug 2779: Support GNU/kFreeBSD
	- Bug 2773: Segfault in RFC2069 Digest authantication
	- Bug 2768: squid_ldap_group argument parsing error
	- Bug 2761: Gopher and double HTTP response header
	- Bug 2735: Incomplete -fhuge-objects detection
	- Bug 2722: prevent CONNECT via http_port with accel
	- Bug 2624: Invalid response for IMS request
	- Bug 2510: digest_ldap_auth TLS support
	- Correct LINUX_CAPABILITY actions on non-Linux
2009-11-02 15:41:30 +00:00
taca
eefb0db90f Update www/typolight27-translations package to 20091101.
Update Polish, Portuguese and Turkish language files.
2009-11-02 14:58:01 +00:00
schmonz
397ea284d7 Update to 3.20091031. From the changelog:
* po: Fix breakage caused by changes to render code.
   * mdwn: Avoid trying to use multimarkdown if it is not installed.
   * moderatedcomments: New plugin to allow comment moderation w/o relying
     on blogspam.net.
   * When redirecting to a page, ie, after editing, ensure that the
     url is uri-encoded. Most browsers other than MSIE don't care, but it's
     the right thing to do.
   * Add a spec file to allow building rpm from the source package.
   * google: Pass the whole wiki url to google, not just the domain,
     so that search works correctly for wikis that are located in
     subdirectories of domains.
2009-11-02 04:23:37 +00:00
seb
1a0786a431 Add & enable ruby-compass-susy-plugin 2009-11-01 23:45:41 +00:00
seb
31252b5e7b Initial import of ruby-compass-susy-plugin version 0.6.3 in the
NetBSD Packages Collection.

Susy is a semantic CSS framework creator entirely native to Compass.
Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
shell that will never activate that bloody side-scroll bar. Susy
sets your width on the outer element (`container`), adds a `max-width`
of `100%` and builds the rest of your grid in percentages. The
philosophy and technique are based on Natalie Downe's "CSS Systems"
- which introduces difficult math in the service of beautiful
structure. With the power of Compass/Sass, Susy will do that math
for you.

Using simple mixins, columns can be created, suffixed, prefixed,
and nested easily - and always in flexible percentages.
2009-11-01 23:44:45 +00:00
tnn
05b0be16c7 de-orbit www/{communicator,navigator} 2009-11-01 13:32:21 +00:00
tnn
2f14f8dc93 While these may be interesting from an archeological perspective,
I think their practical usefulness expired a long time ago.
2009-11-01 13:26:29 +00:00
seb
a6547bc2f6 Add & enable ruby-staticmatic 2009-11-01 03:18:26 +00:00
seb
53dbd4c7f0 Initial import of ruby-staticmatic version 0.10.6 in the NetBSD
Packages Collection.

StaticMatic is a framework to develop or prototype static websites.
It provides concise and terse templating with the help of Haml and
helpers build on top of it, Sass support, "partials", a live preview
server for development.
2009-11-01 03:16:58 +00:00
seb
1e11ac4090 Add & enable ruby-compass 2009-10-31 19:40:43 +00:00
seb
90c7221aa9 Initial import of ruby-compass version 0.8.17 in the NetBSD
Packages Collection.

Compass is a Sass-based Stylesheet Framework that streamlines the
creation and maintainance of CSS. It allows you to mix and match
any of the following CSS frameworks:  Compass Core, Blueprint, YUI,
960. Other frameworks can be added relatively easily. It integrates
simply with technologies like Rails, Merb, etc.
2009-10-31 19:40:17 +00:00
christos
950ccdc29a remove blank line 2009-10-30 21:10:57 +00:00
christos
0656dd8280 update to 2.2.14; 2.2.13 is gone. 2009-10-30 21:08:55 +00:00
tnn
c88619a106 Update to kazehakase-0.5.8. Changes unknown.
Previous version SEGV'd on startup, this one doesn't.
It still doesn't show any web pages though ...
2009-10-30 20:34:43 +00:00
drochner
1bb48a74e8 set minimum libsoup version 2009-10-30 16:53:02 +00:00
heinz
08012652ef A value of "2-clause-bsd" is now valid for variable LICENSE. 2009-10-30 16:25:34 +00:00
tnn
8ba9870fd8 Support PKGMANDIR 2009-10-29 22:29:16 +00:00
tnn
8ca3dbd641 Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)
Also fix broken DESTDIR support.

Fixes the following security issues:
MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15)
MFSA 2009-63 Upgrade media libraries to fix memory safety bugs
MFSA 2009-62 Download filename spoofing with RTL override
MFSA 2009-61 Cross-origin data theft through document.getSelection()
MFSA 2009-59 Heap buffer overflow in string to number conversion
MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS()
MFSA 2009-56 Heap buffer overflow in GIF color map parser
MFSA 2009-55 Crash in proxy auto-configuration regexp parsing
MFSA 2009-54 Crash with recursive web-worker calls
MFSA 2009-53 Local downloaded file tampering
MFSA 2009-52 Form history vulnerable to stealing
2009-10-28 11:36:36 +00:00
wiz
6b4a2465cc Checks for zip during configure, so add BUILD_DEPENDS on it. 2009-10-27 08:09:10 +00:00
wiz
0956e4fa70 Set default path for CA certificates. Bump PKGREVISION.
From Matthias Pfaller.
2009-10-26 10:39:05 +00:00
obache
7b0562b3b6 empty LICENSE is not valid. 2009-10-26 05:18:30 +00:00
sno
6539b2f45d Updating www/p5-CGI from 3.47 to 3.48
Upstream changes:
Version 3.48

  [BUG FIXES]
  1. <optgroup> default values are now properly escaped.
     Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
  2. The change to exception handling in CGI::Carp introduced in 3.47 has been
     reverted for now. It caused regressions reported in RT#49630.
     Thanks to mkanat for the report.

  [DOCUMENTATION]
  1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
  2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
  3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
2009-10-25 13:16:21 +00:00
sno
e2c1f591e0 Updating www/p5-Catalyst-Action-RenderView from 0.11nb1 to 0.13
Upstream changes:
0.13 2009-10-24 04:48:03 PDT
    - Re-release 0.12 without changes for reindexing by CPAN/PAUSE.

0.12 2009-10-18 19:10:00 BST
    - Fixup copyright information
2009-10-25 11:06:35 +00:00
sno
faf017d46c Updating www/p5-libwww from 5.832 to 5.833
Upstream changes:
2009-10-06  Release 5.833


Gisle Aas (5):
      Deal with cookies that expire far into the future [RT#50147]
      Deal with cookies that expire at or before epoch [RT#49467]
      Pass separate type for https to LWP::ConnCache [RT#48899]
      Improved handling of the User-Agent header [RT#48461]
      HTTP::Cookies add_cookie_header previous Cookies [RT#46106]

Andreas J. Koenig (1):
      Improve diagnostics from LWP::UserAgent::mirror [RT#48869]

Slaven Rezic (1):
      mirror should die in case X-Died is set [RT#48236]

Ville Skytt"a (1):
      Increase default Net::HTTP max line length to 8k.
2009-10-24 16:08:44 +00:00
sno
8fcfcc186b Updating www/p5-HTML-Parser from 3.62 to 3.63
Upstream changes:
2009-10-22  Release 3.63

Gisle Aas (2):
      Take more care to prepare the char range for encode_entities [RT#50170]
      decode_entities confused by trailing incomplete entity
2009-10-24 16:07:15 +00:00
sno
14e66eda1b Updating www/p5-URI-Escape-XS from 0.05 to 0.06
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
+ t/05-null.t
! XS.xs lib/URI/Escape/XS.pm
  Addressed:
  #45392: First invocation of encodeURIComponentIDN loses the path
  #49375: decodeURIComponent() influences references from a regexp
  #45855: Problems with undef
  http://rt.cpan.org/Public/Bug/Display.html?id=45392
  http://rt.cpan.org/Public/Bug/Display.html?id=49375
  http://rt.cpan.org/Public/Bug/Display.html?id=45855
2009-10-24 16:06:07 +00:00
sno
94b5bd39a7 Updating www/p5-Catalyst-Plugin-Static-Simple from 0.22nb1 to 0.25
Upstream changes:
0.25   2009-10-22 21:40:00 BST
        - Fix bug where old unrelated $@ values would result in an error.

0.24   2009-10-18 19:10:00 BST
        - Fixup copyright information

0.23   2009-10-06 17:40:39
        - Move actions out of TestApp into a Root controller as
          this is now deprecated.
2009-10-24 15:57:53 +00:00
sno
92dad4c378 Updating www/p5-Catalyst-Plugin-StackTrace from 0.10nb1 to 0.11
pkgsrc changes:
  - Adjust license definition

Upstream changes:
0.11    2009-10-18 18:30:00 BST
        - Fixup copyright info
2009-10-24 15:53:35 +00:00
schmonz
a21c9a1645 Update to 3.20091023. From the changelog:
* inline: Fix raw mode. Closes: #552114
2009-10-24 15:51:15 +00:00
sno
3b346c633c Updating www/p5-Catalyst-Plugin-Session-Store-File from 0.17nb1 to 0.18
pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies
  - Using pkgsrc built-in Module::Install support

Upstream changes:
0.18  09 Oct 2009
    - Port to new session confic key.
2009-10-24 15:08:18 +00:00
sno
25af4875de Updating www/p5-Catalyst-Plugin-Session-Store-FastMmap from 0.11nb1 to 0.13
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
0.13   18 Oct 2009
        - Fixup copyright ino

0.12   16 Oct 2009
        - Port to new session config key
2009-10-24 15:05:35 +00:00
sno
1701d21ca6 Updating www/p5-Catalyst-Plugin-Session-Store-DBIC from 0.10nb1 to 0.11
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.11  Fri Oct 16 15:04:07 CEST 2009
        - Convert to new session config key.
2009-10-24 14:59:46 +00:00
sno
517cb1d6fa Updating www/p5-Catalyst-Plugin-Session-Store-Delegate from 0.04nb1 to 0.05
pkgsrc changes:
  - Adding license definition
  - Adjusting dependency information

Upstream changes:
0.05
        - Port to new session config key.
        - Port to Moose.
2009-10-24 14:58:29 +00:00
sno
9f389f79c1 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.14nb1 to 0.17
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.17    2009-10-18
        - Fixup copyright information

0.16    2009-10-16
        - Use session config handling from Catalyst::Plugin::Session 0.27.

0.15    2009-10-06
        - Fix the httponly option again (Closes RT##50249).
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.
2009-10-24 14:50:28 +00:00
sno
8b72accace Updating www/p5-Catalyst-Plugin-Session from 0.26nb1 to 0.27
Upstream changes:
0.27 2009-10-08
        - Release 0.26_01 as stable without further changes.

0.26_01 2009-10-06
        - Move actions out of the root application class in tests as this
          is deprecated.
        - Change configuration key to 'Plugin::Session' by default. The
          old 'session' key is still supported, but will issue a warning
          in a future release.
2009-10-24 14:45:49 +00:00
sno
096414a0b9 Updating www/p5-Catalyst-Manual from 5.8000 to 5.8001
pkgsrc changes:
  - keep bundled Module::Install

Upstream changes:
5.8001 06 Oct 2009
        - Tutorial
            - Fix RT #46760
            - Fix RT #46618
            - Fix cat-install script URL
            - Fix typos
            - Replace reference to deprecated CatalystX::ListFramework::Builder
              with Catalyst::Plugin::AutoCRUD
        - Other
            - Lots of updates thanks to t0m
            - Update development process / core team docs
            - Cookbook fixes WRT authorization
            - Better description of application setup process
            - Fix some links
            - Normalise spacing
2009-10-24 14:42:40 +00:00
sno
31ea9f0c46 Updating www/p5-Catalyst-Devel from 1.20nb1 to 1.21
Upstream changes:
1.21   2009-10-18 18:33:33
        - The Restarter code cause stack traces for certain types of errors to
          grow longer and longer with every restart. (Dave Rolsky)

        - Fixed an issue with the Restarter in Win32 where @INC didn't get
          passed along when restarting.
2009-10-24 14:36:53 +00:00
taca
981dfdf03d Update www/typolight27-translations package to 20091023.
* Update Japanese translation files.
2009-10-23 14:39:10 +00:00
schmonz
e21a269f45 Update to 3.20091022. From the changelog:
* edittemplate: Allow template page name to be specified using anything
     legal for a wikilink (including eg, leading slashes).
   * edittemplate: Work around bug #551499 in CGI::FormBuilder.
   * Fix a bug introduced in the last version that caused ikiwiki
     to skip all files if a sourcedir of "./" was specified.
   * Support CFLAGS when building wrapper.
   * meta: Gather permalink info on scan pass so it is available
     to inline when using a template that does not include page content.
2009-10-23 13:17:18 +00:00
drochner
2c4b9213ed update to 3.28.1
This switches to the gnome-2.28 release branch.
2009-10-22 17:50:53 +00:00
taca
3e74df4e5e Update www/typo3 package to 4.2.10. It fixes multiple security issues
found in TYPO3 core.

      http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-016/

2009-10-22  Oliver Hader  <oliver@typo3.org>

	* Release of TYPO3 4.2.10

2009-10-22  Ernesto Baschny <ernst@cron-it.de>

	* Security Issue #11664: Updated RemoveXSS code to the latest knowledge in this area (thanks to Jigal van Hemert)
	* Fixed bug #11586: Potential SQL injection in frontend editing (thanks to Oliver Klee)
	* Fixed bug #12309: It was possible to gain access to the Install Tool by only knowing the md5 hash of the password.
	* Fixed bug #12310: Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0 (thanks to Oliver Klee)
	* Fixed bug #12090: Filenames should be escaped with escapeshellarg before passing them to imagemagick (thanks to Oliver Klee)
	* Fixed bug #12303: XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue (thanks to Oliver Klee)
	* Fixed bug #12304: Frame inclusion in the backend through alt_mod_frameset (thanks to Oliver Klee)
	* Fixed bug #12305: XSS vulnerability in view_help.php / tfID parameter (thanks to Oliver Klee)
	* Fixed bug #12306: XSS vulnerability in module dispatcher
	* Fixed bug #12307: XSS vulnerability in alt_palette (thanks to Oliver Klee)
	* Fixed bug #12308: XSS vulnerability in "DB > Full search" functionality
	* Fixed bug #10501: XSS vulnerability in the install tool (thanks to Oliver Klee)

2009-10-21  Rupert Germann  <rupi@gmx.li>

	* Fixed bug #12280: Error Message while creating empty Folders (thanks to Daniel Schmitzer)
	* Fixed bug #12300 (Follow-up to 11995): Output compression breaks prompt for keyboard input in CLI scripts

2009-10-21  Steffen Kamper  <info@sk-typo3.de>

	* Fixed bug #12272: Steps disregarded in t3lib_lock (thanks to Dan Osipov)

2009-10-15  Rupert Germann  <rupi@gmx.li>

 	* Fixed bug #8728: PHP Warning, if SQL error occurs in class t3lib_db in functions which depend on an existing resultset (thanks to Felix Oertel)

2009-10-11  Rupert Germann  <rupi@gmx.li>

	* Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)

2009-10-10  Rupert Germann  <rupi@gmx.li>

	* Fixed bug #12129 (follow-up to bug #11986): Translation update broken with activated output compression (thanks to Steffen Gebert)

2009-09-29  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #11433: touch(): Utime failed in install tool (thanks to Steffen Gebert)
2009-10-22 14:53:09 +00:00
taca
6837ddb4da Update www/typolight27-translations package to 20091020.
* Update Italian translation files.
2009-10-21 15:22:44 +00:00
wiz
dfb97132d8 Fix build on NetBSD/amd64. From hasso@ 2009-10-19 14:18:08 +00:00
joerg
0beeb8cfc7 Update to Django 1.1:
- Support for aggregates and query expression in the ORM
- Suport for unamanged models and proxy models
- Support for deffered fields
- Mark individual fields as editable in the admin; support for custom
actions
- Better support for Last-Modified/ETag
- Improved GIS support
- {% for %} now has an {% empty %} to simplify handling empty lists
- Various smaller improvements
2009-10-19 11:31:05 +00:00
joerg
8f9bd92199 Update to flup-1.0.2:
- various bugfixes
- remove publisher and middleware packages
- better support for UNIX domain sockets
2009-10-19 11:12:08 +00:00
joerg
b6582615d1 Add missing patches for beautifulsoup-3.1.0.1 2009-10-19 11:07:41 +00:00
joerg
3e68208c40 Update to BeautifulSoup 3.1.0.1:
- various changes to prepare for Python 3
2009-10-19 11:05:52 +00:00
schmonz
d83dcd00b7 ikiwiki-calendar needs the Perl interpreter (missed in previous, ride update). 2009-10-18 07:13:42 +00:00
schmonz
dcb7bded6f Update to 3.20091017. From the changelog:
* Added support framework for multiple types of dependencies, including
     dependncies that are only affected by page precence or link changes.
   * Rebuild wikis on upgrade to this version to get improved dependency
     info.
   * pagecount, calendar, postsparkline, progress: Use a presence dependency,
     which makes these directives much less expensive to use, since page
     edits will no longer trigger an unnecessary update.
   * map: Use a presence dependency unless show= is specified.
     This makes maps efficient enough that they can be used on sidebars!
   * inline: Use a presence dependency in quick mode.
   * brokenlinks: Use a link dependency.
     This makes it much more efficient, only updating when really necessary.
   * orphans, pagestats: Use a combination of presence and link dependencies.
     This makes them more efficient. It also fixes a longstanding bug,
     where if only a small set of pages were considered by orphans/pagestats,
     changes to links on other pages failed to cause an update.
   * linkmap: Use a combination of presence and link dependencies.
     This makes the map be regenerated much less frequently in many cases,
     so larger maps are more practical to use now.
   * Plugins providing PageSpec `match_*` functions should pass additional
     influence information when creating result objects. This allows correctly
     handling many more complicated dependencies.
   * API change: `pagespec_match_list` has completly changed its interface.
     The old interface will be removed soon, and a warning will be printed
     if any plugins try to use it.
   * Transitive dependencies are now correctly supported.
   * ikiwiki-calendar: New command automates creation of archive pages
     using the calendar plugin.
   * calendar: Fix midnight rebuild trigger of calendars with explicit
     month/year.
   * calendar: Fix bug in next/previous year/month links, which sometimes
     linked to an archive page from the wrong year, or were missing.
   * git: --getctime will now follow renames back to the original creation
     of a file.
   * calendar: Fix CSS for year calendar to match the plugin documentation.
   * Added minimal default CSS for calendar plugin, just highlighting the
     current day.
   * inline: Optimize generation of archives, etc by not getting inlined page
     content if the template does not use it.
2009-10-18 04:43:16 +00:00
taca
a7f27b2d10 Add official patch-20091015, quote from Readme.Patch-20091015.
Bump PKGREVISION.


Introduction:
=============

This patch fixes one buffer overflow problem in sgLog.c when overlong URLs
are requested. SquidGuard will then go into emergency mode were no blocking
occurs. This is not required in this situation.
The URLs must be build with a overlong sequence of slashes (/).

ATTENTION:  While squidGuard will no longer go into emergeny mode when one
overlong URL is passed to it, it is possible to use the overlong URL to
bypass the filter. This vulnerability is not fixed by this patch!
You can check if this vulnerability is actually exploited on your system
by checking the logfile squidGuard.log for the following warning (provided
you have not used the option --with-nolog=yes with configure before compiling
squidguard):

Warning: Possible bypass attempt. Found multiple slashes where only one is expected:
2009-10-17 01:50:38 +00:00
taca
0850fc8f5e Update typolight27-translations package to 20091015.
* Update Dutch and Latvian translation files.
2009-10-17 01:45:47 +00:00
rhaen
ed7745af8a Fixed a typo in DEPENDS - Moose is required 2009-10-16 11:32:35 +00:00
rhaen
48d51d30a4 - updated to 0.78
ChangeLog:
Mon 28 Sep 15:01:03 BST 2009 - Release 0.78

  Require Moose for the tests (RT#50066).
2009-10-16 11:20:32 +00:00
obache
30f5305244 Update pound to 2.4.5.
Requested by Joel Carnat in PR 42163.

------------------------------------------------------------------------
r61 | roseg | 2009-06-29 17:53:55 +0200 (Mon, 29 Jun 2009) | 13 lines

Release 2.4.5

Stable release 2.4.5

Enhancements:
    - log back-end killed/disabled/enabled (thanks to Joe Gooch and Jon Garvin)
    - kill a BE on connection failure only if it has no HAport defined (thanks to Albert); the request may still fail!

Bug fixes:
    - fixed parantheses problems in need_rewrite (thanks to SBR)
    - added call to free_headers in http.c (thanks to SBR)
    - fixed maximal path length in UNIX domain sockets (thanks to Ricardo Gameiro)

------------------------------------------------------------------------
r60 | roseg | 2009-01-14 17:39:52 +0100 (Wed, 14 Jan 2009) | 18 lines

Release 2.4.4

Stable release 2.4.4

Enhancements:
    - added support for UNSUBSCRIBE and NOTIFY in xHTTP 3 and 4
    - added support for BPROPFIND in xHTTP 4
    - on SSL connections always pass the cipher used to the back-end (thanks to Magnus Sandin)

Bug fixes:
    - save and restore errno value in cur_time() (thanks to Albert)
    - fixed problem in timer thread (thanks to Albert)
    - added shutdown for failed socket connection (thanks to Albert)
    - fixed problem with CC containing spaces in Makefile.in (thanks to Elan Ruusamäe)
    - increased MAXBUF to default 4096
    - increased T_RSA default to 30 minutes
    - fixed a problem with Unix sockets back-ends (thanks to Ricardo Gameiro)

------------------------------------------------------------------------
r59 | roseg | 2008-05-31 12:25:41 +0200 (Sat, 31 May 2008) | 11 lines

Release 2.4.3

Stable release 2.4.3

Enhancements:

Bug fixes:
  - fixed problem in session access time updating (thanks to Piotr Jakubowski)
  - fixed problem in session removal (thanks to Doriam Mori)
  - fixed problem in Redirect logging (thanks to Albert)

------------------------------------------------------------------------
r58 | roseg | 2008-04-24 16:31:28 +0200 (Thu, 24 Apr 2008) | 13 lines

Release 2.4.2

Stable release 2.4.2

Enhancements:

Bug fixes:
  - fixed problem with session TTL -1 (thanks to Scott Royston for pointing it out)
  - fixed problem with back-end killing on failed connect
  - fixed a small problem in the poundctl XML output (thanks to johnlr for the fix)
  - added hints in call to getaddrinfo() (for Solaris 10 support)
  - fixed redirection problem (missing slash in Location/Content-location)

------------------------------------------------------------------------
r57 | roseg | 2008-04-05 11:45:41 +0200 (Sat, 05 Apr 2008) | 12 lines

Release 2.4.1

Stable release 2.4.1

Enhancements:
  - added cache control for errors (thanks to Pavel Merdin for the suggestion)

Bug fixes:
  - fixed problem with double slash in header rewriting (thanks to Cédric P.)
  - remove sched_policy to avoid problems on systems with poor support for it
  - fixed memory corruption problem with HAport

------------------------------------------------------------------------
r56 | roseg | 2008-02-11 12:53:51 +0100 (Mon, 11 Feb 2008) | 4 lines

Release 2.4

Stable release 2.4

------------------------------------------------------------------------
r55 | roseg | 2007-12-27 12:54:32 +0100 (Thu, 27 Dec 2007) | 7 lines

Release 2.4f

Enhancements:

Bug fixes:
  - fixed back-end enable/disable (priority computing)

------------------------------------------------------------------------
r54 | roseg | 2007-11-29 18:16:36 +0100 (Thu, 29 Nov 2007) | 12 lines

Enhancements:
  - added PARM session type. Old PARM is now URL
  - allow AddHeader for HTTP listeners as well
  - allow -1 for session (all types) TTL. Will hash the key to a fixed value
  - Redirect takes an optional code parameter (301, 302/default or 307)
  - new config param to allow printing the SSL certificate in a single line
  - new config param to control the maximal size of the input line
  - added better error messages for SSL loading problems

Bug fixes:
  - if the same cookie is defined more than once use LAST definition

------------------------------------------------------------------------
r53 | roseg | 2007-08-15 18:26:58 +0200 (Wed, 15 Aug 2007) | 10 lines

Release 2.4d

Enhancements:
  - moved to GPLv3
  - now using lh_hash for the session tables

Bug fixes:
  - allow case-sensitive matching for URLs
  - fixed memory leak in DNS searches

------------------------------------------------------------------------
r52 | roseg | 2007-07-04 15:29:27 +0200 (Wed, 04 Jul 2007) | 10 lines

Release 2.4c

Enhancements:
  - added XML output for poundctl
  - added more detailed error messages

Bug fixes:
  - fixed problems with extra-long lines
  - fixed problems with chunked encoding

------------------------------------------------------------------------
r51 | roseg | 2007-05-18 10:35:02 +0200 (Fri, 18 May 2007) | 11 lines

Release 2.4b

Enhancements:
  - cleaned resurrection code
  - added RR threads scheduling

Bug fixes:
  - fixed problem long lines (thanks to Rune Saetre)
  - fixed pcreposix autoconf for systems that also require pcre
  - fixed problem with IP session handling

------------------------------------------------------------------------
r49 | roseg | 2007-04-30 15:01:17 +0200 (Mon, 30 Apr 2007) | 11 lines

Release 2.4a

Enhancements:
  - added display of configuration switches
  - added grace period for shutdown (based on an idea from Rune Saetre)
  - added support for IPv6 (but host caching was removed)

Bug fixes:
  - fixed test for owner/group (BSD portability)
  - fixed problem with premature opening of control socket
2009-10-16 02:48:06 +00:00
hasso
a8806c1a6f Update to 1.1.15.2. Massive amount of fixes and changes. See upstreams' git
repo for details.
2009-10-15 12:27:44 +00:00
tnn
62c286edb2 regen 2009-10-14 12:36:12 +00:00
tnn
46ab3cf855 addition of lang/openjdk7 and www/openjdk7-icedtea-plugin 2009-10-14 11:44:29 +00:00
tnn
de6de5eaea Import openjdk7-icedtea-plugin-1.11.0.20091005 as www/openjdk7-icedtea-plugin.
This is a Java plugin for NPR compatible browsers.

Tested with www/firefox, works on at least some of the applets found here:
http://java.sun.com/applets/jdk/1.4/index.html
(but also crashes on some ...)
2009-10-14 11:39:25 +00:00
joerg
2bf38a10e4 Django 1.0.4:
Fix a regular expression used by the form validation code to not trigger
pathologoical performance cases for certain inputs.
2009-10-13 18:19:23 +00:00
ghen
91a0c7fd0d - firefox3-bin 2009-10-12 08:14:09 +00:00
ghen
35e8958172 Join www/firefox3 in the happy hunting grounds. 2009-10-12 08:13:54 +00:00
obache
1c595a2719 Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.2.

=== Changes

===== Ruby/GLib2

  * Bug fix:
    * really fix
      'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud

== Ruby-GNOME2 0.19.2: 2009-09-23

NOTE: 0.19.x releases are development series.

This release is a bug fix release of 0.19.1.

=== Changes

==== Ruby/GLib2

  * Bug fixes:
    * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
      [Toshiyuki Suzumura, Kouhei Sutou]
    * [#2862022] fix multi thread blocking with Ruby
      1.8.6-p368 or later and 1.8.7-p173 or later.
      [Roy Wright, Andrea Dallera, Kouhei Sutou]
    * [Debian #502262] work Ruby thread with GTK+.
      [Johan Walles, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * [#2679744] fix a typo:
      Gtk::Widget#set_scroll_adjustment ->
      Gtk::Widget#set_scroll_adjustments.
      [Kentaro Fukuchi, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Bug fixes:
    * fix .pc detection.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Toshiyuki Suzumura
  * Roy Wright
  * Andrea Dallera
  * Johan Walles
  * Kentaro Fukuchi
2009-10-12 03:09:30 +00:00
tnn
d2499b865d - allow firefox and xulrunner to share some infrastructure
- install headers for plugin and liveconnect (needed by openjdk7-icedtea-plugin)
- bump revision for both packages
2009-10-11 10:49:56 +00:00
wiz
295f5a444b Update to 0.1.11:
2009-02-07 John J Lee <jjl@pobox.com>
	* 0.1.11 release.
	* Fix quadratic performance in number of .read() calls (and add an
	  automated performance test).
2009-10-11 08:32:04 +00:00
markd
9e92c904e8 Update KDE4 to 4.3.2
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just
fixing small annoyances:
* Many crashers have been fixed in KDE's core libraries, bringing more
  stability to all applications
* KWin's window compositing effects have been further stabilized by fixing
  a number of bugs in effect plugins such as the famous coverswitch window
  switcher
* The biggest number of bugs for this release has been fixed in KMail,
  KDE's email client, making it more reliable and usable by correcting a
  number of display issues
* Saving files over themselves works again in Okular, KDE's document viewer
2009-10-11 08:13:38 +00:00
schmonz
dcc3b8a91f Update to 3.20091009. From the changelog:
* parentlinks: Add has_parentlinks template parameter to allow styling
     the toplevel index differently etc.
   * img: Correct bug in image size calculation code.
   * img: Fix dependency code for full size images.
   * toggle, relativedate: Support templates that add attributes
     to the body tag.
   * Support RPC::XML 0.69's incompatible object instantiation method.
   * mirrorlist: Display nothing if list is empty.
   * Fix a bug that could lead to duplicate links being recorded
     for tags.
   * Optimize away most expensive file prune calls, when refreshing,
     by only checking new files.
2009-10-10 17:58:41 +00:00
taca
7efa7db70f Update typolight27-translations package to 20091009.
* Norwegian translation files are updated.
2009-10-10 02:17:59 +00:00
tnn
428551641d s/Shiretoko/Browser/ 2009-10-09 19:41:46 +00:00
joerg
8a54b8608c Fix destdir. 2009-10-07 18:03:13 +00:00
taca
99db9aa8ba Update typolight27-translations package to 20091007.
* Update Dutch, Russian, Swedish and Ukrainan langage files.
2009-10-07 14:16:04 +00:00
obache
eb2da3b315 Drop dependency on getext-lib.
This packages contains hacked gettext and using it.

Bump PKGREVISION.
2009-10-06 10:23:45 +00:00
taca
58d442b133 Update typolight27 package to 2.7.5 which fixes a few problem of 2.7.4.
Version 2.7.5 (2009-10-04)
--------------------------
- Fixed issue with newsletter subscriptions not being activated (#1036)
- Fixed issue with events spanning multiple months not displaying correctly (#1045)
- Optimized function trimsplit() to handle large amounts of data (#1001)
2009-10-06 00:59:21 +00:00
tron
5729936509 Add patch from the Apache SVN repository to the vulnerability reported
in CVE-2009-3095.
2009-10-04 12:21:34 +00:00
markd
8037a7d013 Add kdewebdev4. 2009-10-02 20:01:36 +00:00
markd
fd7a1998ee Import KDE4.3.1 from wip
OKed during freeze by wiz and agc
2009-10-02 20:00:13 +00:00
taca
00f794a3f2 Update typolight27 package to 2.7.4. (Approved by agc.)
* pkgsrc change: now typolight27 dosen't depends on php-calendar as before.

==========================
TYPOlight webCMS CHANGELOG
==========================

Version 2.7.4 (2009-09-30)
--------------------------
- Added replacement for unixtojd()
- Added insert tag "page_language" (#1003)
- Added option to choose root title in breadcrumb menus (#993)
- Added a safer and more reliable way to determine the HTTP host (#1002)
- Fixed issue with file tree path not overriding filemounts (#1020)
- Fixed issue with compressed JavaScripts having the wrong content type (#1013)
- Fixed issue with default options of checkboxes/radio buttons not being set (#998)
- Fixed issue with image resizing not using the Safe Mode Hack (#1016)
- Fixed issue with country/language sorting not being binary-safe (#983)
- Fixed issue with parseDate() not checking for valid timestamps
- Fixed issue with users not being authenticated on error 404 pages
- Fixed issue with new pseudo entities not working on cached pages
- Fixed issue with news archive module overriding the headline
- Fixed issue with news archive menu not supporting yearly archives
- Fixed a few minor issues
2009-10-02 14:32:52 +00:00
sketch
12ae10ab46 Add checksums for Solaris 10 binary, package still doesn't build but at
least bulk builds are not left retrying the distfile for hours and hours.
2009-09-30 09:35:56 +00:00
wiz
baa75cee36 Fix PLIST after unzip default flags change. Bump PKGREVISION. 2009-09-29 17:06:15 +00:00
taca
14fc4e6137 Update www/drupal6-translations package to 20090926.
* Add Croatian(hr)
* Update Catalan(ca), German(de), Greek(el), Hungarian(hu), Italian(it),
  Japanese(ja), Dutch(nl), Portuguese(pt-pt), Swedish(sv), Ukrainian(uk)
  and Chinese(zh-tw).
2009-09-29 13:47:03 +00:00
taca
ef7b5a881c Update www/drupal6 package to fix security problem.
pkgsrc change: add LICENSE.


Drupal 6.14, 2009-09-16
----------------------
- Fixed security issues (OpenID association cross site request forgeries,
  OpenID impersonation and File upload), see SA-CORE-2009-008.
- Changed the system modules page to not run all cache rebuilds; use the
  button on the performance settings page to achieve the same effect.
- Added support for PHP 5.3.0 out of the box.
- Fixed a variety of small bugs.
2009-09-29 13:41:00 +00:00
taca
4ee813cdde Update www/drupal package to 5.20 to fix security problem.
pkgsrc change: add LICENSE.


Drupal 5.20, 2009-09-16
-----------------------
- Avoid security problems resulting from writing Drupal 6-style menu
  declarations.
- Fixed security issues (session fixation), see SA-CORE-2009-008.
- Fixed a variety of small bugs.
2009-09-29 13:39:58 +00:00
taca
c41b879dec Update www/typo3 package to 4.2.9.
It is bug fix release and this is a leaf package.


2009-09-28  Ingmar Schlecht  <ingmar@typo3.org>

	* Release of TYPO3 4.2.9

2009-09-20  Francois Suter  <francois@typo3.org>

	* Fixed bug #11995: Prompt for keyboard input does not get displayed in CLI scripts
	* Fixed bug #11224: Special menu directory only renders 1st level if special.value is a mount point (Thanks to Xavier Perseguers)

2009-09-19  Rupert Germann  <rupi@gmx.li>

	* Fixed bug #11986: dynamic update of translation status im EM is broken

2009-09-17  Rupert Germann  <rupi@gmx.li>

	* Fixed bug #9270: Editors can´t undelete records in history (thanks to Christian Hernmarck)

2009-09-15  Stanislas Rolland  <typo3@sjbr.ca>

	* Fixed bug #11915: htmlArea RTE: superfluous span tags in content after server-based cleaning on paste operation
	* Updated htmlArea RTE version to 1.7.12 (branch TYPO3_4-2)
	* Follow-up to bug #11946: htmlArea RTE: reference was made to context menu item after context menu was closed

2009-09-13  Stanislas Rolland  <typo3@sjbr.ca>

	* Fixed bug #11847: htmlArea RTE displays empty editing area in Opera 10
	* Fixed bug #11946: htmlArea RTE: table properties editing dialogue windows loose focus after opening in IE8

2009-09-01  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #11845: Typo in a CLI error mesage: suue -> sure (thanks to Oliver Klee)

2009-08-26  Michael Stucki  <michael@typo3.org>

	* Fixed bug #11731: ENABLE_INSTALL_TOOL file check in yellow box does not check the file age (thanks to Moreno Feltscher)

2009-08-19  Michael Stucki  <michael@typo3.org>

	* Fixed bug #11716: Install Tool always sets TYPO3_CONF_VARS[FE][disableNoCacheParameter] upon save

2009-08-14  Michael Stucki  <michael@typo3.org>

	* Fixed bug #8968: DBAL incompatible SQL in "impexp" extension (thanks to Marc Bastian Heinrichs)

2009-08-12  Michael Stucki  <michael@typo3.org>

	* Follow-up to bug #11513: Shorten one ident field which is known to be too long (solved the issue on those setups where the DB is not updated)
	* Fixed bug #11513: cache_hash table could not be filled because information field (ident) was too short (thanks to Ingo Schmitt)

2009-08-02  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #10769: Wrong encoded email header (thanks to Ivan Kartolo)

2009-07-20  Ingo Renner  <ingo@typo3.org>

	* Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)

2009-07-19  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page (thanks to Nabil Saleh)

2009-07-09  Martin Kutschker  <masi@typo3.org>

	* Fixed bug: same error message is used twice for different errors

2009-07-08  Oliver Hader  <oliver@typo3.org>

	* Fixed bug #11412: Using typolinkLinkAccessRestrictedPages does not take different domain names into account
2009-09-29 13:36:58 +00:00
obache
1079c4e191 Remove mention to textproc/py-docutils for WikiRestructuredText.
Pkgsrc force to not install egg-info, so trac can't find docutils module.
2009-09-29 04:41:16 +00:00
taca
38c89ae02a Since it found out that typolight 2.7.3 use a function of PHP calendar
module, depends it misc/php-calendar.

Bump PKGREVISION.
2009-09-28 01:36:21 +00:00
tron
fe3191972b Update "squid31" package to version 3.1.0.14. Changes since 3.1.0.13:
- Bug 2777: Various build issues on OpenSolaris
- Bug 2773: Segfault in RFC2069 Digest authentication
- Bug 2747: Compile errors on Solaris 10
- Bug 2735: Incomplete -fhuge-objects detection
- Bug 2722: Fix http_port accel combined with CONNECT
- Bug 2718: FTP sends EPSV2 on IPv4 connection
- Bug 2648: stateful helpers stuck in reserved
- Bug 2570: wccp2 "Here I Am" announcements not sent in memory-ony mode
- Bug 2510: digest_ldap_auth uses incorrect logic with TLS
- Bug 2483: bind() called before connect()
- Bug 2215: config file line length limit (extended to 2 KB)
- Support Accept-Language: * wildcard
- Support autoconf 2.64
- Support TPROXY for IPv6 traffic (requires kernel support)
- Support TPROXY cache cluster behind WCCPv2
- Correct ESI support to work in multi-mode Squid
- Add 0.0.0.0 as an to_localhost address
- DiskIO detection fixes and use optimal IO in default build.
- Correct peer connect-fail-limit default of 10
- Prevent squidclient sending two Accept: headers
- ... all bug fixes from 3.0.STABLE19
- ... and many more documentation fixes

Approved by Thomas Klausner.
2009-09-27 20:06:37 +00:00