Commit graph

5147 commits

Author SHA1 Message Date
dillo
b06184ddb1 adapt to GECKO_PROVIDER -> options change. 2005-07-22 14:12:22 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
tron
87b8a10768 Update "mozilla-bin" package to version 1.7.10. The following security
issuses were fixed in this release:

MFSA 2005-56 Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-54 Javascript prompt origin spoofing
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-51 The return of frame-injection spoofing
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-48 Same-origin violation with InstallTrigger callback
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-45 Content-generated event vulnerabilities

Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
2005-07-21 13:24:18 +00:00
dillo
426c6f2957 Replace GECKO_PROVIDER with option group. New options are firefox
and mozilla.  Backwards compatibilty is provided.

Reviewed by wiz.
2005-07-21 13:11:42 +00:00
tron
7e09141e06 Update "firefox-bin" package to version 1.0.6. Changes since version 1.0.5:
- Restore API compatibility for extensions and web applications that did
  not work in Firefox 1.0.5.
2005-07-21 11:22:10 +00:00
wiz
bea7b3f771 Wildcard dependency. 2005-07-21 09:20:35 +00:00
taya
9aa9fa2430 update firefox & firefox-gtk1 to 1.0.6
Firefox 1.0.6 is a stability update. We recommend that users upgrade
to this latest version.

Here's what's new in Firefox 1.0.6:

	* Restore API compatibility for extensions and web applications
	that did not work in Firefox 1.0.5.
2005-07-20 23:33:30 +00:00
kristerw
6dc46702f3 This package needs USE_MSGFMT_PLURALS=YES in order to build.
Noted by Leonard Schmidt on tech-pkg.
2005-07-20 19:05:33 +00:00
wiz
5be9a3137b Enable firefox-bin-realplayer again. 2005-07-20 10:24:26 +00:00
wiz
39cc40b6ab Change dependency to RealPlayerGold, bump PKGREVISION. 2005-07-20 10:23:59 +00:00
abs
e4371756f8 Update www/vistors from 0.4a to 0.5:
Fix required for googlebot changes, New reports including a new
bidimentional map that shows traffic level in the whole year, unique
visitors for every month, better generation of graphviz graphs
including percentages in arcs, nodes for google, external links,
and no referere, 50% less memory used, Highlight color for weekend
changed to be more visible, most stats are now made by unique visits
and not by number of accesses, many bugs fixed, a real manual page.
2005-07-19 10:46:29 +00:00
grant
8dc820991a depends should be ../../<category>/<pkg> 2005-07-19 02:29:35 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
taya
e1f6ad718c Update firefox & firefox-gtk1 to 1.0.5.
Firefox 1.0.5 is a security update.
Fixed vulnerabilities are:

2005-56  Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-54 Javascript prompt origin spoofing
MFSA 2005-53 Standalone applications can run arbitrary code through the browser
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-51 The return of frame-injection spoofing
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-49 Script injection from Firefox sidebar panel using data:
MFSA 2005-48 Same-origin violation with InstallTrigger callback
MFSA 2005-47 Code execution via "Set as Wallpaper"
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-45 Content-generated event vulnerabilities
2005-07-14 16:38:41 +00:00
adam
5a03cf0fed Changes 9.2.1:
* Bug fixes
2005-07-14 08:06:57 +00:00
wiz
c97318b86b Update to 2.8.23:
Changes with mod_ssl 2.8.23 (30-Oct-2004 to 06-Jul-2005)

   *) Ported to OpenSSL 0.9.8

   *) Fixed connection timeout handling by calling the EAPI connection
      close hook after (and not before) the B_OUT flag was set on the
      underlying I/O buffer in order to prevent attempted buffer flushes
      from blocking the connection.

   *) Updated the ca-bundle.crt file from Mozilla's "certdata.txt"
      (CVS revision 1.37).

   *) Fix timeout handling in POST request processing by resetting
      timeouts.

   *) Fixed double-definition of OPENSSL_free under OpenSSL 0.9.6 by
      fixing the version test in ssl_util_ssl.h

   *) Adjusted all copyright messages to contain the new year 2005 ;)
2005-07-14 04:04:58 +00:00
jlam
37d90264a8 Update www/p5-Kwiki to 0.38. Changes from version 0.37 include:
- Tweak for Kwiki-HomePagePreference
- Allow the hub to be hooked.
- Socialtext changes
- Allow ; in addition to & in query strings
- Get rid of -M operators
- Make redirects RFC compliant
- Refactored themes
- empty links cause double page loads
- Refactors to get rid of hub connections
- eliminate use_class
- COmment support
- Kwid Formatter for Spork
- Also prints command usage from plugins.
- copyright 2005
- tweak space on usage()
- eliminate cleanup undef warning when doing 'kwiki -update'
2005-07-13 18:47:07 +00:00
jlam
6660161faa Update www/p5-Kwiki-Revisions to 0.15. Changes from version 0.14 include:
- eliminate use_class
2005-07-13 18:47:04 +00:00
jlam
c83da8e521 Update www/p5-Kwiki-Archive-Rcs to 0.15. Changes from version 0.14 include:
- Accomdate Spoon Changes
- Fixed rcs lock issues
- eliminate rcs warnings
2005-07-13 18:47:01 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
drochner
2af57aa463 sync with epiphany update 2005-07-13 09:55:50 +00:00
drochner
0e720bb36f obey GECKO_PROVIDER 2005-07-13 09:55:27 +00:00
tron
a7387dea33 Update "firefox-bin"package to version 1.0.5. Besides improved stability
this release fixes the following security issues:
MFSA 2005-56 Code execution through shared function objects
MFSA 2005-55 XHTML node spoofing
MFSA 2005-54 Javascript prompt origin spoofing
MFSA 2005-53 Standalone applications can run arbitrary code through the browser
MFSA 2005-52 Same origin violation: frame calling top.focus()
MFSA 2005-51 The return of frame-injection spoofing
MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo()
MFSA 2005-49 Script injection from Firefox sidebar panel using data:
MFSA 2005-48 Same-origin violation with InstallTrigger callback
MFSA 2005-47 Code execution via "Set as Wallpaper"
MFSA 2005-46 XBL scripts ran even when Javascript disabled
MFSA 2005-45 Content-generated event vulnerabilities
2005-07-13 07:18:53 +00:00
kristerw
856297d210 This pkg defines _XOPEN_SOURCE which makes types such as fd_set not being
defined on NetBSD 1.6.  Make this compile on NetBSD 1.x by adding
-D_XOPEN_SOURCE_EXTENDED to CFLAGS.

Fix one C99-ism.
2005-07-12 17:37:52 +00:00
adam
9b9be4d3c1 Changes 9.2:
* New features
* Bug fixes
2005-07-12 14:34:22 +00:00
kristerw
db9c28f18c The distfile on the mastersite has changed (the only change is update
of the author's mail address in comments and README file).
2005-07-08 18:16:04 +00:00
kristerw
65d099753d Treat Darwin as a variant of Unix. 2005-07-08 17:51:32 +00:00
drochner
0f9360ab71 update to 1.6.4
changes:
-Update list of mime types
-Allow View Source for XML documents
-bugfixes
-translation updates

also allow to build against firefox, depending on the GECKO_PROVIDER
variable
2005-07-07 17:06:57 +00:00
abs
51cc9846e7 checkin the right version for the v1.11 bump 2005-07-06 19:16:15 +00:00
abs
9d951e01a0 update ns-remote to 1.11:
ns-remote can handle URL encoded ','s in URLs
2005-07-06 19:13:24 +00:00
jmmv
414d7e84f8 Remove gtkhtml3 (3.2.x); it's now unused and gtkhtml36 provides the latest
stable version.
2005-06-26 18:47:03 +00:00
jmmv
69628e830b Update to 2.0.1:
Drivel 2.0.1 ("Tea and Health")
===============================

  * Improvements:
  - Add a FAQ section to the documentation (Todd)

  * Fixes:
  - Syntax fix for .desktop file (Jeremy)
  - Allow usernames with more than fifteen characters (Jess)
  - Fix default HTML highlighting state (Todd)
  - Allow usernames with hyphens (Todd)
  - Numerous UTF-8 fixes for Blogger, MovableType, and Atom (Todd)
  - Fix placement of Refresh button in Recent Entries menu (Todd)
  - Handle HTML in Blogger titles gracefully (Todd)

  * Translations:
  - Updated Spanish translation (Francisco Javier F. Serrador)
  - Updated Czech translation (Miloslav Trmac).

Drivel 2.0 ("Psychoactive Kitty")
=================================

  * Improvements since 1.2:
  - Support for Atom, Blogger, MovableType, and Advogato weblogs
  - Offline mode
  - Fetch current music from Beep Media Player
  - Shortcut key (F7) to enabled/disable spellcheck
  - MIME support for draft entries
  - Allow selection of spellchecking language
  - Recent Entries menu to edit the previous fifteen posts
  - Support LiveJournal security groups
  - Ability to ping Technorati after journal updates

Drivel 1.3.91 ("Whoop it up")
=============================

  * Improvements:
  - Clarify the Blogger API wording (Todd).
  - New artwork (Todd).
  - Updated documentation (Todd).

  * Fixes:
  - Handle IPv6 proxy servers correctly (Todd).
  - Respect the GConf key for proxy authentication (Todd).

  * Translations:
  - Updated Czech translation (Miloslav Trmac).
  - Updated Canadian English translation (Adam Weinberger).
  - Updated Swedish translation (Christian Rose).
  - Added Bulgarian translation (Yavor Doganov).
  - Updated German translation (Frank Arnold).
  - Updated Spanish tranlation (Francisco Javier F. Serrador).

Drivel 1.3.90 (The "I'm out!" release)
=====================================

  * Improvements:
  - Support fetching, editing, and deleting recent MovableType entries (Todd).
  - Build a Recent Entries menu for MovableType (Todd).
  - Handle MovableType categories from all journals (Todd).
  - Alphabetize list of journal types and categories (Todd).
  - Option to ping Technorati after posting (Todd).
  - New splash screen (Margot).
  - Support LiveJournal security groups (Todd).

  * Fixes:
  - Shortcut key fixes (Todd).

  * Translations:
  - Updated Czech translation (Miloslav Trmac).
  - Added Greek translation (Kostas Papadimas).
  - Updated Spanish translation (Francisco Javier F. Serrador).
  - Updated Canadian English translation (Adam Weinberger).
  - Updated German translation (Frank Arnold).

Drivel 1.3.4 (The "Strawberry Shortcake!" release)
==================================================

  * Improvements:
  - Build a Recent Entries menu for Atom, Blogger, and LiveJournal journals
    (Todd).
  - Sync with latest libegg code (Todd).
  - Support deleting entries for Atom and Blogger journals (todd).

  * Fixes:
  - Display categories for all MovableType journals, not just the default
    (Todd).
  - Desensitize buttons and menu items that don't apply to the current journal
    (Todd).
  - XML-RPC compatibility fixes (Todd).
  - Remove support for Blogger titles, it was broken to begin with and caused
    issues when editing old entries (Todd).
  - Fix the inconsistent progress bar (Todd).

Drivel 1.3.3 (The "Trust me, the horsies won't mind" release)
=============================================================

  * Improvements:
  - Support XHTML 1.0 tags (Kurt).
  - Build-system improvements (Todd).
  - Support editing the more recent Advogato entry (Todd).
  - Support editing the most recent Atom entry (Todd).
  - Support Atom's new SSL authentication scheme (Todd).
  - Default to the last journal each account posted to (Todd).

  * Fixes:
  - MovableType API fixes (Bryan).
  - Fix a crash during poll creation (Jess).
  - Fix a crash when editing entries via the History dialog (Jess).
  - Remove the duplicate "http://" in the Insert Image dialog (Jess).
  - Remove warning about non-undoable action in History dialog (Jess).
  - Fix a handful of XML issues by using xmlReadMemory rather than
    xmlParseMemory (Todd).
  - Use UTC timestamps, should fix the Atom timezone issues (Todd).

  * Translations:
  - Update English (British) translation (David Lodge).
  - Updated Dutch translation (Taco Witte).
  - Updated Canadian English translation (Adam Weinberger).
  - Added Kinyarwanda translation (Steve Murphy).
  - Updated Spanish translation (Francisco Javier F. Serrador).

Drivel 1.3.2 (The "Tonik: with a K!" release)
=============================================

  * Improvements:

  - Allow the user to select the language of the spell-checking dictionary
    (Isak).
  - Support posting to Blogger's implementation of the Atom API (Todd).

  * Fixes:
  - Resolved hangs after login (Davyd).
  - Disabled features in the UI that are not supported by the selected
    journal system (Todd).

  * Translations:

  - Updated Dutch translation (Reinout van Schouwen).
  - Updated German translation (Frank Arnold).
  - Updated Canadian English translation (Adam Weinberger and
    Alexander Winston).
  - Updated Czech translation (Miloslav Trmac).

Drivel 1.3.1 (The "H'Okay" release)
===================================

  * Improvements:

  - Support opening drafts from the file manager (Todd).
  - Make Drivel's use of the notification area HIG-compliant (Todd).
  - Add Advogato posting support (Todd).
  - Add support for Movable Type categories (Todd).
  - Add --disable-mime-update and --disable-desktop-update configure
    parameters, useful for binary packagers (Todd).

  * Fixes:

  - Display a custom icon for Drivel drafts (Todd).
  - Publish Blogger posts (Todd).
  - Support all of a user's blogger accounts, not just one (Todd).
  - Correctly translate the Translators field in the About dialog (Isak).

  * Translations:

  - Updated Dutch translation (Reinout van Schouwen).

Drivel 1.3.0 (The "Another drunk conquistador" release)
=======================================================

  * Improvements:

  - Add support for Beep Media Player (Adam).
  - Add an Offline mode (Todd).
  - Add Movable Type posting support (Todd).
  - Add Blogger posting support (Todd).
  - The F7 key quickly toggles spell-check on and off (Todd).
  - New account manager which can support multiple journal systems (Todd).
  - The build system has moved from automake-1.4 to automake-1.7 (Todd).

  * Fixes:

  - Glade translation fixes (Davyd).
  - Fix double-mnemonic in Format menu (Adam).
  - Make menus translatable (Isak).
  - Fix a crash when editing preferences (#151940) (Todd).
  - Plug a memory leak when loading user pictures (Todd).
  - Clarify auto-format tooltip (#151388) (Todd).
  - Include date information in Drivel's draft format (Davyd).
  - Update the RPM spec file to handle Scrollkeeper data (Todd).
  - Plus some severe memory leaks in the UI creation code (Todd).
  - Cleaned up lots of old, rotting code (Todd).
2005-06-26 16:55:47 +00:00
kei
c695271dfc disable firefox-bin-realplayer package for now since it depends on
realplayer package which will be removed in shortly.  I'll try to change
this package to use RealPlayerGold package.  noticed by Thomas Klausner.
2005-06-26 09:40:25 +00:00
abs
d2ad3aac29 Update jakarta-tomcat55 to 5.5.9nb1
- USE_JAVA2 should be 1.5 and not 1.50
- Fix PKG_SYSCONFDIR.jakarta-tomcat and MAKE_DIRS settings
From 30589 from Rainer Pruy
2005-06-25 13:46:43 +00:00
kristerw
6f68b57845 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-25 00:48:26 +00:00
jlam
ddd7abb96a Since we require perl>=5.8.0, we don't need to deal with perl-5.6's
Dynaloader_pic.a library.
2005-06-24 06:58:26 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00
wiz
988f3d1c8e Update HOMEPAGE and MASTER_SITES. 2005-06-23 23:52:57 +00:00
wiz
a797f2aece Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build. 2005-06-23 15:38:40 +00:00
martti
fe328e1bad Added jalbum 2005-06-23 07:30:22 +00:00
martti
5ded0b8e8c JAlbum makes web albums of your digital images and it aims to be the easiest
to use and most powerful tool in this category - and free! JAlbum runs on
Windows, Mac OS X, Linux and others and speaks 17 languages.
2005-06-23 07:30:04 +00:00
martin
1494ceef47 Re-instantiate the NAN/INFINITY fixes, this time in a way that works on
older C environments as well.
2005-06-22 22:05:34 +00:00
reed
8fee1d3f51 Update to version 3.10 which is apparently needed
for new apache2/modperl2.0. This will close PR #30302.

Changes says:
  Version 3.10
    1. Added Apache2::RequestIO, which is necessary for mp2 interoperability.

  Version 3.09
    1. Fixed tabindex="0" when using CGI to create forms without a prior start_html
    2. Removed warning about non-numeric MOD_PERL_API_VERSION.

  Version 3.08
    1. update support for mod_perl 2.0.  versions prior to
       mod_perl 1.999_22 (2.0.0-RC5) are no longer supported.

  Version 3.07
    1. Fixed typo in mod_perl detection.

  Version 3.06

    1. Fixed bare call to script() in start_html
    2. Moved Fh::DESTROY out of autoloaded functions so as to avoid
       clobbering $@ when CGI functions are executed in an eval{}
       context.
    3. mod_perl 2.0 version detection patch in CGI::Cookie provided by
       Allen Day.
    4. autoEscape() flag is now respected when generating extra
       attributes.
    5. Tests for *tag start/end generation from Shlomi Fish.
    6. Support for can() method provided by Ron Savage.
    7. Fix for lang='' when outputting XHTML.
    8. Added support for chunked transfer encoding, as suggested by
	Hakan Ardo
    9. Fixed clobbering of row and column headers in tableized radio
	and checkbox groups, as reported by Nicolas Thierry-Mieg.
   10. <Label> tags are now associated with form elements, as suggested
	by accessibility guidelines.
   11. The <?xml> directive produced by start_html is now turned off by
        default and the charset is specified in a <meta> directive.  Apparently
        IE6 (and maybe some versions of Opera) were getting confused by this.
   12. Support for tab indexes.
   13. Retired the HTML docs.  The POD docs are now primary documentation.
   14. CGI::Carp now correctly detects and handles Apache::Dispatch.
   15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or
	higher perls (fix courtesy Slaven Rezic).
2005-06-22 20:39:25 +00:00
epg
5b565ddf16 Update to Trac 0.8.4 (June 19, 2005)
http://svn.edgewall.com/repos/trac/tags/trac-0.8.4

Upstream changelog:
 * Fixed file upload vulnerability. Trac could be tricked into
   uploading files outside the environment directory. All users
   are recommended to upgrade. Vulnerability found by the Hardened-PHP
   project.

Thanks adrianp@NetBSD.org for the heads-up.
2005-06-20 19:20:11 +00:00
kristerw
46cd9fed1d Back out the two last changes to the floating point code, since it
broke the package for NetBSD 1.6.
2005-06-20 06:51:34 +00:00
kristerw
01158f7f04 Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
2005-06-19 20:12:05 +00:00
wiz
7588a7536f Update to 0.8.5. Security fix release.
dillo-0.8.5 [Jun 15, 2005]

 - * Set "file:" to work as URI for current directory.
   Patch: Diego Sáenz
 - * Added a "small" dillorc option for panel size (medium without labels).
   Patch: Eugeniy, Jorge Arellano
 - * Fixed the shell escaping code in the ftp plugin.
   * Added some checks for sane values in html.c.
   * Added URL filtering to the ftp and downloads dpis to avoid SMTP hacks.
   * Fixed the file dpi to react to the DpiBye command.
   Patches: Jorge Arellano
2005-06-19 08:07:05 +00:00