Commit graph

7981 commits

Author SHA1 Message Date
taca
0291c67556 Update www/squid pacakge to 3.0.12(3.0.STABLE12).
Changes to squid-3.0.STABLE12 (21 Jan 2009):

	- Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
	- Bug 2542: ICAP filters break download resume
	- Bug 2556: HTCP fails without icp_port
	- Bug 2564: logformat '%tl' field not working as advertised
	- Port from 3.1: TestBed basic build consistency checks
	- Policy: Change half_closed_clients default to off
	- Policy: Removed -V command line option, deprecated by 2.6
	- ... and several other minor code cleanups
2009-01-22 17:23:47 +00:00
reed
fa10f39394 Needs at least sqlite 3.5.9 to build. 2009-01-21 21:12:24 +00:00
taca
41f5f925ca Update drupal6-translation package to 20090113.
* Add French, Korean and Russian translation.
  (Korean translation dosen't seems to cover all modules.)
* Update Slovak translations.
2009-01-21 14:03:44 +00:00
taca
1f295d62f3 Update www/typo3 package to 4.2.4.
This update contains security fixes and please refer ChangeLog file
for full changes.


1. System extension Install tool (install)

	Insecure Randomness

2. Authentication library

	Broken Authentication and Session Management

3. System extension Indexed Search Engine (indexed_search)

	Cross-Site Scripting, Remote Command Execution

4. System extension ADOdb (adodb)

	Cross-Site Scripting

5. Workspace module

	Cross-Site Scripting


After update, you will need to create a new encryption key.

(1) Upgrade to the new TYPO3 version.
(2) Clear the configuration cache
(3) Open the install tool and choose menu 1 ("Basic Configuration").
(4) Scroll to the bottom of the page and click on the button
    "Generate random key".
(5) Submit the form by clicking on "Update localconf.php".
(6) Clear the configuration and page cache again.
2009-01-21 13:10:05 +00:00
kefren
d61d2c7931 Update to mono 2.2 2009-01-20 13:46:22 +00:00
dsainty
53cbd5e540 Load Makefile-firefox.common first, so that USE_LANGUAGES gets a chance to be
correctly set up before any other include has a chaance to make use of
compiler.mk.

Fixes build (if compiler.mk gets used) by avoiding the C++ compiler being
replaced by the fail wrapper.
2009-01-20 03:18:53 +00:00
seb
417af3bac9 Update from version 1.22 to version 1.24.
Upstream changes:
1.24    Sat Jan 17 13:26:47 CST 2009
------------------------------------
Tests run on port 13432 instead of 8080.  It should really be a
random open port, but for now, something other than 8080 will do.


1.23_01 Mon Dec 22 17:43:46 CST 2008
------------------------------------
[FIXED]
Tests would fail because we weren't unsetting http_proxy.

Fixed many failed tests.  Overhauled the test server setup.


[ENHANCEMENTS]
Added autolinting capability, so you can do this:

    my $mech = Test::WWW::Mechanize->new( autolint => 1 );
    $mech->get_ok( $url );

and the get_ok() will fail if the page is fetched, but the resultant HTML
(if it is indeed text/html) does not pass HTML::Lint.

Added $mech->click_ok().

The user agent is now "Test-WWW-Mechanize/version" by default.
2009-01-19 22:25:32 +00:00
seb
63a77cee70 Update from version 0.37 to version 0.38.
Upstream changes:
0.38 Sun Jan 11 14:42:57 EST 2009
* Improve startup banner generation
2009-01-19 22:16:19 +00:00
abs
72cc250cdd +p5-Catalyst-Component-InstancePerContext 2009-01-19 18:05:48 +00:00
abs
a7dee12f2b Added www/p5-Catalyst-Component-InstancePerContext version 0.001001
Uses Moose to return a new instance of a specified component on
each Catalyst request
2009-01-19 17:59:05 +00:00
wiz
00a95e53a3 Update to 2.24.3:
Updated zh_CN translation.
    Remove single include defines, they break distcheck
2009-01-18 17:05:45 +00:00
wiz
abe7d762e2 Update to 2.24.3:
Spring cleaning.

    Updated Thai translation.

    Fix bookmark import of ff3 files

    ff3 now has some extra stuff in their .html files, so the importer is not
    always working, the regexp has been improved to fix this.
    Patch by Wouter Bolsterlee. Fixes bug #552997.

    Set the weasel version to 3.1 when using gecko 1.9.1.

    More gecko 1.9.1 fixes.

    Check for nsIDOMNSLocation.h, which was removed in gecko 1.9.1, and
    adapt API use accordingly. Bug #565669.

    Minor fix to Catalan translation thanks to Sílvia Miranda
2009-01-18 16:53:30 +00:00
roy
30b95264f8 fgci is not jobs safe 2009-01-18 14:56:17 +00:00
seb
7983a5efb1 Update from version 0.001 to version 0.002.
Upstream changes:
0.002   Jan 17, 2009
        Added a "uri" argument to support pasting to "private" pastebins.
2009-01-18 10:08:17 +00:00
taca
b72a0493ac Oops, forgot to update distinfo. 2009-01-18 05:47:00 +00:00
drochner
739b3c4d1a work around an assumption that time_t fits into an unsigned ist
(breaking the item list display on 32-bit NetBSD-current systems)
2009-01-18 01:59:42 +00:00
wiz
25bb0d4835 + py-ClientForm. 2009-01-17 20:54:27 +00:00
wiz
612b012453 Initial import of py-ClientForm-0.2.10:
ClientForm is a Python module for handling HTML forms on the client
side, useful for parsing HTML forms, filling them in and returning
the completed forms to the server. It developed from a port of
Gisle Aas' Perl module HTML::Form, from the libwww-perl library,
but the interface is not the same.
2009-01-17 20:53:50 +00:00
wiz
81463bee57 Sort, and add py-mechanize. 2009-01-17 20:48:33 +00:00
wiz
1966a9ad5c Initial import of py-mechanize-0.1.10:
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.

The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.

Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication.  mechanize's response
objects are (lazily-) .seek()able and still work after .close().
2009-01-17 20:46:55 +00:00
seb
3aff45643f Add & enable p5-App-Nopaste 2009-01-17 16:08:27 +00:00
seb
1c6069d081 Initial import of p5-App-Nopaste version 0.07 in the NetBSD Packages
Collection.

Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).

Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.

The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.
2009-01-17 16:07:36 +00:00
seb
49c0caedf7 Add & enable p5-WWW-Pastebin-RafbNet-Create 2009-01-17 15:43:56 +00:00
seb
37f5b81c03 Initial import of p5-WWW-Pastebin-RafbNet-Create version 0.001 in
the NetBSD Packages Collection.

The Perl 5 module WWW::Pastebin::RafbNet::Create provides means to
create new pastes on http://rafb.net/ paste site.
2009-01-17 15:42:56 +00:00
taca
fa7e1a1743 Update typolight-translations package to 20090113.
* Indonesian translation is added.

pkgsrc change: sort each PLISTs which wasn't sorted.
2009-01-17 15:28:48 +00:00
seb
ef4b18815d Add & enable p5-WWW-Pastebin-PastebinCom-Create 2009-01-17 14:44:40 +00:00
seb
28651fe623 Initial import of p5-WWW-Pastebin-PastebinCom-Create version 0.001
in the NetBSD Packages Collection.

The Perl 5 module WWW::Pastebin::PastebinCom::Create provides means
of pasting large texts into http://pastebin.com pastebin site.
2009-01-17 14:42:25 +00:00
adam
4de226c3a6 Fix building with 64-bit time_t 2009-01-17 09:13:10 +00:00
adrianp
af1010a31a The following bug has been fixed since the 6.7 release:
* Rolling back #280934. PHP 4 incompatibility.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-001- Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 6.8 release:

* - Patch #331708 by chx: poll_choice_js uses FAPI2.
* - Patch #350708 by dww: t() documentation clean-up.
* #245990 by Dave Reid, chx, dww: Look for the www.example.com page when a HTTP request seems to fail. Looking for the local page caused problems for people with interactive authentication, redirects, hosting added JavaScript code, and so on.
* - Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.
* - Patch #353886 by killes: too many arguments to SQL query in locale import.
* - Rollback of #325908.
* #347228 by kajetan: user was redirected to admin/build/translate instead of admin/build/translate/import
* #332123 by webchick, lilou, andypost: backport of removal of t() around schema desciptions
* #257009 by bjaspan, Freso, Darren Oh: check to not create global constraints twice in PostgreSQL (for example, when the testing framework is running)
* #169937 by Heine, drumm, alexanderpas, Darren Oh: only regenerate session if the user is the current global user
* #308526 by chx: Also reset actions_list() cache on actions_synchronize()
* #323474 by gpk, Dave Reid, catch: hook_boot() was not called on non-cached pages when agreesive caching was on
* #61108 by Uwe Hermann: update LICENSE.txt with latest version of GPL2 text
* #328977 by Dave Reid, hgmichna: comment_controls() form function lacks first form_state parameter, so passed values are incorrectly used
* #323386 by mariuss: The selection type in profile module expects items each on their own line and should not break items on commas
* #347485 by cdale: only add upload submit handler if the upload form is added
* #344052 by salvis: remove unused $update_node variable from node module
* #356782 by quicksketch: remove unused unset($edit) from _form_builder_handle_input_element()
* #124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
* #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
* #245990 follow up by Damien Tournoud, David_Rothstein, pwolanin: Move back to an internal URL check for HTTP request checking and make the request checking less intrusive on what requests can be accomplished
2009-01-15 20:09:44 +00:00
adrianp
61174508b2 The following bug has been fixed since the 5.13 release:
* Rolling back #280934. PHP 4 incompatibility.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-001 Drupal core - Multiple vulnerabilities

In addition to this security vulnerability, the following bugs have been fixed since the 5.14 release:

* #348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.
* #202688. Backport from 6.x.
* #103528 by gpk, hass & salvis. Provide a useful message when the color picker is disabled due to the download method.
* #350708 by dww. Backport t() documentation improvements from D6.
* #157353 by Freso and tangent. Remove a needless dash from RSS feed title.
* #323386 by mariuss: The selection type in profile module expects items each on their own line and should not break items on commas
* #252921 by k4ml. Use correct placeholder.
* #61108 by Uwe Hermann: update LICENSE.txt with latest version of GPL2 text
* - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.
* #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
2009-01-15 20:05:44 +00:00
adam
018949743d Changes 6.9:
* With postfix that support DSN (Delivery Status Notifications) we exclude
  some lines to avoid counting mails twice in maillogconvert.pl script.
* Logresolvemerge.pl support FreeRADIUS logs or anything else using
  (the fixed length!) ctime format timestamp.
* Add option stoponfirsteof in logresolvemerge tool.
* Add patch to support host_proxy tag in LogFormat (for Apache LogFormat
  containing %{X-Forwarded-For}i)
* Renamed Add to favourites on "Hit on favicon".
* Increase robots, search engines database (Added Google Chrome browser,
  better Vista, WII, detection, ...)
* Update languages files.
* Added a lot of patch from sourceforge.
* Bug fixes.
2009-01-15 12:12:04 +00:00
joerg
63d5953a15 Supports destdir installation. 2009-01-15 00:13:59 +00:00
wiz
52e404943a Update to 2.24.3:
GtkHTML-3.24.3 2009-01-12
-------------------------

Bug Fixes:
	#553995: evolution crashed with SIGSEGV in gtkhtml_editor_set_changed() (Paul Bolle)
	#555388: Undo table create locked up client (Milan Crha)
	#562323: Evolution inserts a link incorrectly (Matthew Barnes)
	#565491: Don't strip leading whitespace when inserting text (Matthew Barnes)
	#565493: Formatting destroyed when marking text with keyboard (Matthew Barnes)
	#566014: Evolution does not use selected background color inside table in mail message (Matthew Barnes)
	#567130: glade GUI is not localized with evolution (Takao Fujiwara)
2009-01-13 07:14:14 +00:00
he
1c4b9a909b Update from version 0.600nb1 to 0.601.
Pkgsrc changes:
 o Add a BUILD_DEPENDS for the tests

Upstream changes:

0.601 (01.09.2009) - John Siracusa <siracusa@gmail.com>

    * Fixed an uninitialized value warning in Rose::HTML::Text.
2009-01-13 00:02:22 +00:00
taca
0edda20ee3 Oops, forgot to update distinfo. 2009-01-12 16:34:46 +00:00
taca
ef18baee46 Update typolight-translations package to 20090103.
* Update Slovak translation.
* Remove extra line from PLIST.th, almost harmless.
2009-01-12 16:22:45 +00:00
taca
4ded914392 * Move robots.txt to CONF_FILES.
* Don't create an empty news.xml file.

Bump PKGREVISION.
2009-01-12 16:17:03 +00:00
taca
6715fb55fb MAKE_JOBS_SAFE=no 2009-01-12 16:09:22 +00:00
jmcneill
f70cbfa7b8 Update liferea to 1.4.23.
Version 1.4.23 (Stable)

* Fixes unsubstituted variable in start script.
  (reported by Peter van der Does)
* Fixes Debian #494741: Crashes on exit after closing
  update monitor dialog with ESC. (reported by ygrek)

Version 1.4.22 (Stable)

* Fixes a typo in XulRunner initialization #ifdef
  (suggested by Peter van der Does)
* Fixes a typo in configure.ac
  (suggested by Peter van der Does)
* Fixes SF #2266119: configure error if gecko disabled.
  (reported by Vincent Lefevre)
* Fixes a XulRunner build issue with new gecko.m4 macro.
  (suggested by Peter van der Does)
* Fixes a DB migration issue that might occur when
  upgrading from schema version < 5 to 7.
  (patch by Thomas B)
* New M4 macro for Gecko detection derived from Yelp.
  This should improve compilation against XulRunner 1.9
  on Debian.
* Removes gray colouring of updated item titles.
  This often confused users to believe the item
  state was unread.
* Fixes for French translation (Vincent Lefevre)

Version 1.4.20 (Stable)

* Fixes SF #2042420: "Toggle Read Status" item list
  popup menu option (reported by Jeff Fortin)
* Fixes SF #2027445: Incorrect invalid encoding errors.
  (reported by Roman Beslik)
* Fixes "lost" views. View in the cache database that
  are not used anymore will be dropped on startup.
  (reported by Maik Zumstrull)
* Added new Slovakian translation (Pavol Klacansky)
2009-01-12 02:43:32 +00:00
he
b17efe8e92 Update from version 1.4nb1 to 1.6.1 (upstream 1.601).
Pkgsrc changes:
 o Add dependency on p5-HTML-Tree for HTML::TreeBuilder

Upstream changes:

  There appears to be no updated upstream change log.
  Judging from the diff, the module was re-implemented,
  and it now has at least a few self-tests.
2009-01-11 21:06:26 +00:00
he
21635bd649 Update from version 0.13 to 0.14.
Upstream changes:

0.14    30 Dec 2008
        * allow for null value in generated menu fields
        * double check for controller in make autocomplete field
	* catch condition where the same field is used as both a
	  FK and one side of a o2m relationship.  prefer the FK.
2009-01-11 19:13:48 +00:00
he
0ac3e32f72 Update from version 0.36 to 0.37.
Upstream changes:

0.37 Fri Jan  2 12:21:30 EST 2009

* Several fixes for [rt.cpan.org #38011] designed to help get HSS
  to pass tests on Strawberry Perl
2009-01-11 19:00:45 +00:00
he
6acb3604e7 Update from version 0.21nb1 to 0.22.
Pkgsrc changes:
 o Adjust dependencies according to updated requirements

Upstream changes:

0.22  Mon Jan 05 2009
    - add a cookbook entry re: UTF-8 and Config::General (Octavian Rasnita)
    - switch from NEXT to MRO::Compat
2009-01-11 18:44:51 +00:00
he
932751d47b Update from version 4.38 to 4.40.
Upstream changes:

4.40 - Friday, January 2, 2009
    No code changes.
    * DOCUMENTATION: Clarify that users should use the mailing list
      for support, instead of e-mailing the maintainers directly.

4.39 - Monday, December 15, 2008
    No code changes.
    * INTERNAL: Expand the discussion of auto-flushing in the POD.
      (Ron Savage, Mark Stosberg)
    * INTERNAL: Re-organize the documentation a bit.
2009-01-11 18:39:10 +00:00
he
ae2b045e2d Update from version 1.10 to 1.11.
Upstream changes:

1.11
  - added Seb in author list
  - repeat: ix starts at 0, count starts at 1
            fix bug in removing "repeat" attrs
            both add() and remove() methods
  - many updates in doc
2009-01-11 18:21:06 +00:00
he
bba82672bc Update from version 2.04nb1 to 2.06.
Upstream changes:

2.06    Thu Dec 18 00:07:54 CST 2008
        [FIXES]
        Added attributes to <frameset>.

        <strong> tag didn't allow any attributes.  Now it does.

        Removed the <listing> tag.
2009-01-11 16:19:27 +00:00
tonnerre
99f9a793f1 Update gitweb to version 1.6.0.6, fixing a privilege escalation vulnerability.
(Old version was so ancient there were serious problems reading modern
git repositories.)

Changes are too various to be enumerated here.
2009-01-09 13:56:24 +00:00
obache
fdb64cebbf Update Webalizer to 2.20.3.
Pkgsrc changes:
 * Change HOMEPAGE to redirected one.
 * Add DESTDIR support (should be since 2.20.1)
 * Change to use --sysconfdir (should be since 2.20.1)
 * Add bzip2 support.
 * GeoIP support was added since 2.20.1, no need extra pach files anymore.
   Fixes PR 40344.
 * Changed to use db4 APIs since 2.20.1, dns support back again.
 * gettext and freetype2 are not used directly, remove dependency.
 * zlib is used directly, add dependency.
 * Honor PKGMANDIR.
 * Change complex PLIST handlings for docs to simply.
 * Change not to use prefix '_' in package specific variables.

Upstream changes:
 This fixes a missing memory dealocation call in the DNS lookup code, a kludge
 to handle largefile support in the current zlib compression code on some
 platforms, and some minor configure script corrections.
2009-01-09 13:17:04 +00:00
wiz
eefac9de0b Some cleanup. 2009-01-08 17:22:16 +00:00
wiz
1f06e7c864 Update to 7.19.2:
7.19.2

Three added regressions in 7.19.1 have been fixed: a build failure
when using the MSVC 6 makefile, a crash when using --interface name
on Linux, and multi interface downloading HTTPS pages with libcurl
built powered by OpenSSL.

7.19.1

CURLOPT_CERTINFO, CURLINFO_CERTINFO, CURLOPT_POSTREDIR, CURLOPT_USERNAME,
CURLOPT_PASSWORD, CURLOPT_PROXYUSERNAME, and CURLOPT_PROXYPASSWORD
were added. 24 bugs were fixed.

7.19.0

Some new libcurl options, new Boolean options handling in the curl
tool, and around 40 bugfixes.

7.18.2

This release adds CURLFORM_STREAM, CURLINFO_REDIRECT_URL, and the
two new functions curl_easy_send() and curl_easy_recv(). libcurl
now supports CURLOPT_NOBODY over SFTP, and curl now runs on Symbian
OS. At least 21 described bugfixes were made.

7.18.1

This release adds support for HttpOnly cookies. It no longer
distributes or installs a CA cert bundle. SSLv2 is now disabled by
default. Resumed transfers work with SFTP. At least 23 described
bugfixes were made.
2009-01-08 16:25:45 +00:00