Commit graph

7111 commits

Author SHA1 Message Date
bjs
6a20e97c6c Update to 0.11.4rc1. No changelog available; if interested, please
see GIT history.

Made option elinks-fastmem the default, as it's significantly faster
and I don't trust their wrappers of malloc(), etc. al. anyway.
Version 0.12 supports boehm-gc, which will probably become the default.
If 0.12 isn't released fairly soon, I'll see about backporting support.
Also add elinks-html-highlight as a default, as there's really no
reason not to.
2008-03-10 01:57:43 +00:00
gdt
7ae55deff1 Don't try to check for apache22 option, but instead just
PKG_APACHE_ACCEPTED=	apache2 apache22
like every other ap2-foo package.
2008-03-08 21:00:06 +00:00
adrianp
fc29e471e6 Bump to 3.1.7
Major changes compared to Horde 3.1.6 are:
    * Fix arbitrary file inclusion through abuse of the theme preference.
2008-03-08 17:36:53 +00:00
jlam
b3b31977fd Drop the inet6 option and mark this package as simply "IPV6_READY"
because it doesn't care about the IP family.
2008-03-07 22:00:43 +00:00
mrg
aa48bebc5b incorporate a fix from the master bozohttpd repo: fix files with spaces.
(or any special char, with no ?.)
2008-03-07 18:17:26 +00:00
jlam
910aae38f8 Support user-destdir installation in all packages that include
this Makefile.common.
2008-03-07 05:43:42 +00:00
jlam
7d9dfc154d Turn on user-destdir installation for the *-bin-nightly packages --
these Makefiles include seamonkey-bin-nightly/Makefile.common which
just include seamonkey-bin/Makefile.common which already has user-destdir
support.
2008-03-07 05:18:21 +00:00
jlam
2c8c3ed113 Add support for user-destdir installation. 2008-03-07 05:16:48 +00:00
jlam
65404edba4 Add support for user-destdir installation -- seamonkey-bin/Makefile.common
has already been altered to support user-destdir, so we just need to turn
it on in these packages.
2008-03-07 05:14:04 +00:00
jlam
fff60b2c74 Add support for user-destdir installation. 2008-03-07 05:06:16 +00:00
adrianp
132208db3b Version 1.0.5 (released 28-Feb-2008)
* security fix: omit commits of all-forbidden files from query results
* security fix: disallow direct URL navigation to hidden CVSROOT folder
* security fix: strip forbidden paths from revision view
* security fix: don't traverse log history thru forbidden locations
* security fix: honor forbiddenness via diff view path parameters
* new 'forbiddenre' regexp-based path authorization feature
* fix root name conflict resolution inconsistencies (issue #287)
* fix an oversight in the CVS 1.12.9 loginfo-handler support
* fix RSS feed content type to be more specific (issue #306)
* fix entity escaping problems in RSS feed data (issue #238)
* fix bug in tarball generation for remote Subversion repositories
* fix query interface file-count-limiting logic
* fix query results plus/minus count to ignore forbidden files
* fix blame error caused by 'svn' unable to create runtime config dir
2008-03-06 21:21:10 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
adrianp
1ad533c1c6 Drupal 5.7
* 208700 by pwolanin. Fix bad backport of #194579. Modified to use Form API.
* 118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot. Backport by Bart Jansens.
* Patch 115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'.
* 209409 by Heine, webernet, dww: more accurate register globals value checking
2008-03-05 21:35:40 +00:00
jlam
13b9acb77f + Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at
the right terminal library.

Bump the PKGREVISION of www/w3m and www/w3m-img to 2.
2008-03-05 18:01:50 +00:00
jlam
2edee7a749 + Use the correct termcap library instead of hardcoding -ltermcap.
Bump the PKGREVISION to 5.

+ Add full DESTDIR support.
2008-03-05 17:12:44 +00:00
wiz
d0451cf046 Update to 3.20:
2008-02-29  Andy Lester

        * Release 3.20 -- Added <div> to the list of p_closure_barriers.
2008-03-04 12:38:58 +00:00
kefren
b56a38e922 add temporary patch from
http://trac.lighttpd.net/trac/attachment/ticket/1562/Fix-372-and-1562.patch
in order to fix CVE-2008-0983. Bump PKGREVISION
2008-03-04 11:17:57 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
wiz
9762c522bc Update links* to 2.1.0.33:
=== RELEASE 2.1pre33 ===

Thu Jan 31 21:11:40 MET 2008 mikulas:

	Fixed memory leak when there was an error in decompression

Thu Dec 27 23:37:03 MET 2007 mikulas:

	Support few more keycodes on ANSI terminal (PAGE UP, PAGE DOWN and few
	F* keys)

Wed Dec 26 03:43:35 cet 2007 mikulas:

	Disable smb:// URLs on OS/2, fork+threads can cause crashes in EMX
	Besides, there's no usable smb client program anyway

Tue Dec 25 01:44:28 MET 2007 mikulas (sponsored by Dondor Ltd.):

	A .nsi file to make Windows installer with Nullsoft scriptable install

Mon Dec 24 01:44:11 MET 2007 mikulas:

	Fixed a bug that strings with spaces could not be passed from command
	line

Mon Dec 24 00:43:57 MET 2007 mikulas:

	Socks 4A support (so that Links can be used with tor without
	intermediate proxy)

Thu Dec 20 05:40:22 cet 2007 mikulas:

	The previous Windows fix broke opening new windows on OS/2
2008-03-04 09:56:20 +00:00
drochner
9bd3464e7e add an option to enable gssapi, for GSS-Negotiate, from Todd Kover
per PR pkg/36144
(just compile-tested because I don't have a Kerberos installation)
2008-03-03 18:48:21 +00:00
jlam
bff59419d7 Update www/bozohttpd to version 20080303. Changes from version 20060517
include:

+ Add full DESTDIR support.
+ Split out package options into a separate options.mk file.

* Fix some cgi header processing
* Add simple Range: header processing
2008-03-03 15:53:03 +00:00
abs
05eb7d3eaf Let seamonkey treat official-mozilla-branding as a NOP 2008-03-02 15:24:07 +00:00
bjs
ec8b6e8590 Update to version 7.18.0 and add SSHv2 support via the newly imported
security/libssh2 package.

Changes:

 o --data-urlencode
 o CURLOPT_PROXY_TRANSFER_MODE
 o --no-keepalive - now curl does connections with keep-alive enabled by
   default
 o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl)
 o --socks5-hostname added (CURLPROXY_SOCKS5_HOSTNAME for libcurl)
 o curl_easy_pause()
 o CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA
 o --keepalive-time
 o curl --help output was re-ordered

This release includes the following bugfixes:

 o curl-config --features and --protocols show the correct output when built
   with NSS, and also when SCP, SFTP and libz are not available
 o free problem in the curl tool for users with empty home dir
 o curl.h version 7.17.1 problem when building C++ apps with MSVC
 o SFTP and SCP use persistent connections
 o segfault on bad URL
 o variable wrapping when using absolutely huge send buffer sizes
 o variable wrapping when using debug callback and the HTTP request wasn't sent
   in one go
 o SSL connections with NSS done with the multi-interface
 o setting a share no longer activates cookies
 o Negotiate now works on auth and proxy simultanouesly
 o support HTTP Digest nonces up to 1023 letters
 o resumed ftp upload no longer requires the read callback to return full
   buffers
 o no longer default-appends ;type= on FTP URLs thru proxies
 o SSL session id caching
 o POST with callback over proxy requiring NTLM or Digest
 o Expect: 100-continue flaw on re-used connection with POSTs
 o build fix for MSVC 9.0 (VS2008)
 o Windows curl builds failed file truncation when retry downloading
 o SSL session ID cache memory leak
 o bad connection re-use check with environment variable-activated proxy use
 o --libcurl now generates a return statement as well
 o socklen_t is no longer used in the public includes
 o time zone offsets from -1400 to +1400 are now accepted by the date parser
 o allows more spaces in WWW/Proxy-Authenticate: headers
 o curl-config --libs skips /usr/lib64
 o range support for file:// transfers
 o libcurl hang with huge POST request and request-body read from callback
 o removed extra newlines from many error messages
 o improved pipelining
 o improved OOM handling for data url encoded HTTP POSTs when read from a file
 o test suite could pick wrong tool(s) if more than one existed in the PATH
 o curl_multi_fdset() failed to return socket while doing CONNECT over proxy
 o curl_multi_remove_handle() on a handle that is in used for a pipeline now
   break that pipeline
 o CURLOPT_COOKIELIST memory leaks
 o progress meter/callback during http proxy CONNECT requests
 o auth for http proxy when the proxy closes connection after first response
2008-03-02 14:40:26 +00:00
tnn
a763843173 Add a MESSAGE file warning about potential profile lossage + how to avoid it.
Ok xtraeme@
2008-02-29 23:48:15 +00:00
xtraeme
c1a6f2bc4f Added www/firefox3-bin. 2008-02-29 23:01:57 +00:00
xtraeme
2daecdabf2 firefox 3.0beta3 linux binary version, for people that don't want
to wait for testing not-finished releases.

Ok by jlam@.
2008-02-29 23:01:03 +00:00
abs
3e9331bfd1 Put official-mozilla-branding in the PKG_SUPPORTED_OPTIONS for all packages that include this file - notably sunbird 2008-02-26 23:30:03 +00:00
sborrill
4a34902858 Use PKG_SYSCONFSUBDIR to ensure that configuration directory gets created
when using binary packages.
Bump PKGREVISION
2008-02-26 12:39:52 +00:00
obache
d0b8d3d185 Update ap-ssl to 2.8.31.
2.8.31: For Apache 1.3.41
2.8.30: Bug Fix
2.8.29: For Apache 1.3.39
2008-02-24 05:29:21 +00:00
obache
bd19e2efb4 Add DESTDIR support. 2008-02-23 05:26:01 +00:00
obache
ebadff7698 Update apache to 1.3.41.
Changes with Apache 1.3.41

  *) SECURITY: CVE-2007-6388 (cve.mitre.org)
     mod_status: Ensure refresh parameter is numeric to prevent
     a possible XSS attack caused by redirecting to other URLs.
     Reported by SecurityReason.  [Mark Cox]

Changes with Apache 1.3.40 (not released)

  *) SECURITY: CVE-2007-5000 (cve.mitre.org)
     mod_imap: Fix cross-site scripting issue.  Reported by JPCERT.
     [Joe Orton]

  *) SECURITY: CVE-2007-3847 (cve.mitre.org)
     mod_proxy: Prevent reading past the end of a buffer when parsing
     date-related headers.  PR 41144.
     With Apache 1.3, the denial of service vulnerability applies only
     to the Windows and NetWare platforms.
     [Jeff Trawick]

  *) More efficient implementation of the CVE-2007-3304 PID table
     patch. This fixes issues with excessive memory usage by the
     parent process if long-running and with a high number of child
     process forks during that timeframe. Also fixes bogus "Bad pid"
     errors. [Jim Jagielski, Jeff Trawick]

Changes with Apache 1.3.39

  *) SECURITY: CVE-2006-5752 (cve.mitre.org)
     mod_status: Fix a possible XSS attack against a site with a public
     server-status page and ExtendedStatus enabled, for browsers which
     perform charset "detection".  Reported by Stefan Esser.  [Joe Orton]

  *) SECURITY: CVE-2007-3304 (cve.mitre.org)
     Ensure that the parent process cannot be forced to kill non-child
     processes by checking scoreboard PID data with parent process
     privately stored PID data. [Jim Jagielski]

  *) mime.types: Many updates to sync with IANA registry and common
     unregistered types that the owners refuse to register.  Admins
     are encouraged to update their installed mime.types file.
     pr: 35550, 37798, 39317, 31483 [Roy T. Fielding]

There was no Apache 1.3.38
2008-02-23 05:16:33 +00:00
sborrill
8303b4b622 Add dansguardian 2008-02-22 17:13:58 +00:00
sborrill
f54adc018d DansGuardian is a web content filtering proxy for Linux, FreeBSD, OpenBSD,
and Solaris. It relies on a proxy server, for all fetching.  The preferred
proxy is Squid, however, DansGuardian should work with any proxy server.
2008-02-22 17:13:29 +00:00
jlam
8445ecc84c + Rename the "ncursesw" option to "wide-curses" and get rid of the
"ncurses" option.  "wide-curses" now just toggles whether we use
  wide or narrow curses, which is a much simpler knob for users.

Bump the PKGREVISION to 5.
2008-02-21 22:47:28 +00:00
jlam
db7d6f58bf Add full DESTDIR support. 2008-02-21 22:42:29 +00:00
xtraeme
33ae7e846c Update to 9.26.
Changes Since Opera 9.25:

Security
--------
Fixed an issue where simulated text inputs could trick users into uploading
arbitrary files, as reported by Mozilla. See our advisory.

Image properties can no longer be used to execute scripts, as reported by
Max Leonov. See our advisory.

Fixed an issue where the representation of DOM attribute values could allow
cross site scripting, as reported by Arnaud.lb. See our advisory.

Miscellaneous
-------------
Fixed a stability issue found in Opera 9.0 to 9.25, when Opera connects
securely to Windows Server 2008 or other servers supporting the TLS
Certificate Status extension.

Additional stability fixes.
2008-02-20 19:31:22 +00:00
markd
d7b3a9908e Update to kde 3.5.9
Quanta Plus
* Insert literal character entities if possible.
* List the plugin in the Open With context menu.
* Fix crashes when using XDebug.
* Do not keep an empty, Untitled document opened when opening new files.
* Fix crash when closing a plugin and no other document is opened.
* Make HTML forms work in the internal preview.
* Fix deadlock in CSS editor when the propery contains ":".

Kommander
* Support executing of widget slots.
* Add execute method for PushButton.
* Add possibility to pass parameters for ScriptObject.
* Add "return" command to get back the result of a ScriptObject.
* Add "createWidget" function for on-the-fly widget creation.
* Add "widgetExists" function.
* Add "execBackground" function.
* Add "connect/disconnect" function for on-the-fly signal/slot connection.
* Add indexed array functions
* Make "a="Label1"; a.setText("foo")" work.
* Add "TreeWidget.selectedIndexes".
* Add "Table.setCellWidget/cellWidget".
* Add "Table.selection" to get back the selection coordinates.
* New widgets: "AboutDialog, DatePicker, PopupMenu, ToolBox"
* Use the new parser by default for new dialogs.
* Support shebang ("#!/path_to/kmdr-executor") in the beginning of the
  .kmdr files. Running .kmdr files is possible directly if you make
  them executable.
* Warn if a dialog file is not executable.
* Store Kommander version in the "VERSION/_VERSION" global variable.
* Add experimental Kommander KPart (Kommander dialogs can be embedded in
  other KDE applications).
* Make "input_color" and "@Input.color" accept a default color argument.
* Make "TreeWidget.selection" work in multi selection mode.
* Make "TreeWidget.setSelection" show the selected item.
* Make "CheckBox.setChecked" accept as argument false, "false", true,
  "true", 0 (meaning false), everything else meaning "true".
* Optionally quote the strings inserted via the function browser.
* Use combobox for booleans in the function browser.
* Use multiline insert box in function browser.
* Add highlighting for the new parser.
* Make possible to open more associated editors at once.
* Make it possible to run external script in a ScriptObject.
* "execute" DCOP call returns a string.
* The editor does not save the dialog on running.
* Create backup files every 5 minutes.
* Rework the plugin system.
* Set new functions only available to new parser such as createWidget
  to not be shown in the function browser if the old parser is run.
* Show all available functions in the function browser.
* Insert the functions using the syntax of the new parser if #!kommander
  is specified in the associated text.
* Return the result of a division in floating form if the result is not
  an integer.
* Update the handbook.
* Install examples that are easily reachable from the editor.
* Fix "exit" command.
* Make "dcopid, pid, parentPid" work in the new parser.
* Fix problem with losing the parser type status in the editor when
  working with multiple dialogs.
* "@Array.fromString" should append the new elements to the array, just
  like it did before and how "array_fromString" does.
* Fix @eval for addition/substraction and handle division by zero.
* Process code written in external script using the old parser.
* Fix many cases when the code was executed altough it was in a codepath
  that should not be executed.
* Fixed the bug in the input text dialog where entering a default value
  returned the caption.
* Fix the for loop parsing if end < start.
2008-02-20 09:57:47 +00:00
taca
ef018fd7e3 Update plone3 package to 3.0.6.
Change log

* Various tests were enhanced to increase our test coverage
* Implement unlocking for content which does not use portal_factory
  and for LinguaPlone translations.
* Add a method to cleanup persistent schemas from content objects
  which were created by the 'update schema' feature from older
  Archetypes releases. This is available through the ZMI.
* Correct removing of all roles from a group. This fixes This fixes 6994.
* Correct generation of session cookies for long userids. This fixes
  problems with OpenID2 accounts.
* Correct handling of unicode arguments for
  acl_users.enumerateUsers. This fixes zope-pas bug 189627.
* Kupu updates:
    o Correct full screen mode. This fixes 7473.
    o Correct intenal link insertion for IE. This fixes 7494.
    o Correct stripping out of anchor to top of current page. This fixes 7680.
    o The 'Home' link nows goes to the content root instead of the
      Plone root. This fixes 7713.
    o 'Link using UIDs' broke indexing of richt text fields with
      non-ASCII characters. This fixes 7728.
    o Update the flags and languages list. This fixes 7441.
    o  Revert internal change in language selector code in the
       plone.app.i18n release from Plone 3.0.5 in the language
       selector widget which broke LinguaPlone.
    o Fix lock timeout which was set by default to 12 minutes, it is
      now set to maxtimeout (71582788 minutes). This fixes 7358.
    o Fix TypeError when an anonymous user locks content. This fixes 7246.

Updated packages

    * archetypes.kss 1.2.6
    * plone.app.i18n 1.0.3
    * plone.app.controlpanel 1.0.4
    * plone.app.linkintegrity 1.0.5
    * plone.app.vocabularies 1.0.3
    * plone.locking 1.0.5
    * plone.session 1.2
    * Archetypes 1.5.6
    * CMF 2.1.1
    * CMFPlone 3.0.6
    * PloneLanguageTool 2.0.2
    * PlonePAS 3.2
    * PloneTranslations 3.0.11
    * PluggableAuthService 1.5.3
    * kupu 1.4.8
2008-02-19 14:12:46 +00:00
xtraeme
5bca68529b - Do not use DEPENDS directly if there's a bl3.mk file available.
- Simplify PKGNAME.
2008-02-18 17:06:32 +00:00
kefren
87de2d8877 MAKE_JOBS_SAFE=no 2008-02-18 14:01:56 +00:00
kefren
3ea8195c3c Add dependency on databases/sqlite3. Noticed by wiz@ 2008-02-18 10:36:53 +00:00
wiz
95cb8b6c1d Needs pkg-config, add it to tools. 2008-02-18 08:44:30 +00:00
tnn
96782e2293 Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok. 2008-02-17 20:15:07 +00:00
minskim
892bcc73a4 Remove ruby-actionwebservice, which was obsoleted by ruby-activeresource. 2008-02-17 18:19:14 +00:00
obache
b79482e720 Added p5-I18N-AcceptLanguage 2008-02-16 05:03:58 +00:00
obache
1c574283cd Import p5-I18N-AcceptLanguage version 1.04.
Based on PR 38029, remove redundant PLIST and markd as DESTDIR ready.

I18N::AcceptLanguage matches language preference to available languages
per rules defined in RFC 2616, section 14.4: HTTP/1.1 - Header Field
Definitions - Accept-Language.
2008-02-16 05:02:36 +00:00
kefren
8a8336e1c6 add mono-xsp 2008-02-13 19:58:48 +00:00
tnn
eb9ffc056d include openssl bl3 2008-02-13 19:40:13 +00:00
kefren
db57399b6d Add XSP, a standalone web server written in C# that can be used
to run ASP.NET applications with minimal effort.
2008-02-13 14:56:28 +00:00
obache
efb4bbfc2d Define MASTER_SITE simply. Don't add "contrib" automatically.
No package using "contrib" sub directory now and it is redundant.
If such a package exists on a platform, should use MOZ_DIR individually instead.

This change also fixes fetch problem of www/firefox-bin when MASTER_SITE_MOZILLA
is not defined in /etc/mk.conf.
2008-02-13 14:43:00 +00:00