Commit graph

144996 commits

Author SHA1 Message Date
zafer
7c6ec81c08 update master_sites. update homepage. 2009-07-16 21:17:45 +00:00
tonio
dbd3849cf8 Update mail/mutt-devel to 1.5.20 2009-07-16 20:25:06 +00:00
tonio
be7d76cc45 Update mail/mutt-devel to 1.5.20
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

1.5.20 (2009-06-14):
  ! $fcc_attach is a quadoption now
  + $honor_disposition to honor Content-Disposition headers
  + $search_context specifies number of context lines for search results
    in pager/page-based menus
  + ssl_use_sslv2 defaults to no
  + uncolor works for header + body objects, too
  + the "flagged" and "replied" flags are enabled/supported for
    POP when built with header caching
  ! browser correctly displays maildir's mtime
  + <set-flag> and <clear-flag> work in the pager, too
  + ~x pattern also matches against In-Reply-To
  + lower case patterns for string searches perform case-insensitive
    search as regex patterns do (except IMAP)
  + $ssl_verify_dates controls whether mutt checks the validity period of
    SSL certificates
  + $ssl_verify_hostname controls whether mutt will accept certificates whose
    host names do not match the host name in the folder URL.

Disable temporarily mutt-compressed-mbox and mutt-xlabel as the patches are not
available for this version yet.
2009-07-16 20:23:41 +00:00
schmonz
ebe109a8fc + ikiwiki-3.14159 [schmonz] 2009-07-16 19:23:44 +00:00
tonio
feb6d658b0 Make sure bitlbee honors VARBASE properly 2009-07-16 19:19:18 +00:00
adrianp
ed9032a0b1 Updated net/isc-dhcrelay4 to 4.1.0p1 2009-07-16 18:42:23 +00:00
adrianp
39c9327a35 Updated net/isc-dhcpd4 to 4.1.0p1 2009-07-16 18:42:05 +00:00
adrianp
fc95ad98c7 Updated net/isc-dhclient4 to 4.1.0p1 2009-07-16 18:41:46 +00:00
adrianp
b9e8a0697f Updated net/isc-dhcp4 to 4.1.0p1 2009-07-16 18:41:26 +00:00
adrianp
30ce5ec447 Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option.
2009-07-16 18:41:11 +00:00
adrianp
3422fb9c23 Updated net/isc-dhcrelay to 3.1.2p1 2009-07-16 18:31:10 +00:00
adrianp
7012f5ffb0 Updated net/isc-dhcpd to 3.1.2p1 2009-07-16 18:30:53 +00:00
adrianp
23bb9afa46 Updated net/isc-dhclient to 3.1.2p1 2009-07-16 18:30:32 +00:00
adrianp
5ed9a95582 Updated net/isc-dhcp to 3.1.2p1 2009-07-16 18:30:10 +00:00
adrianp
238858c39a Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask option.
2009-07-16 18:29:49 +00:00
abs
f2c6e9bb56 Change the logic from
#ifdef MMAP_NOT_AVAILABLE
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

to

#if !defined(MMAP_NOT_AVAILABLE) && 0
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

so system without mmap() also work...
2009-07-16 18:23:32 +00:00
adrianp
245b4cb380 Updated www/drupal6 to 6.13 2009-07-16 18:12:08 +00:00
adrianp
f32d5af897 This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-007 - Drupal core - Multiple vulnerabilities

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

    * - Patch #463450 by wulff: fixed documentation glitch.
    * #193577 by Rob Loach, Damien Tournoud, andypost: JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
    * #454992 by sun, bengtan: _drupal_flush_css_js() should not have 'q' as a possible CSS query character, since that is the Drupal path name character too
    * #452704 by andypost, catch: Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefox's Adblock, etc.
    * #468732 by andypost: cache_clear_all() mentioned cache_flush_delay incorrectly; it should say we use cache_lifetime
    * #460420 by wulff, andypost: drupal_set_title() in forum_overview() is not needed; menu already sets the title and is localized
    * #398902 by Nick Urban, alexanderpas, kscheirer: password equality checking was not using strict type checking; we should assume these are strings and compared character to character
    * #479216 by jhedstrom: fix grammar in forum module messages
    * #445748 by Dave Reid, dww: Fix module support for disabled module update status checking and do not track usage in that case.
    * #465190 by Heine: The Anonymous name is a plain text setting, so it should be escaped properly for output.
    * #246096 by Sutharsan, Pedro Lozano, mr.baileys, andypost: Actions set to run on cron were not actually triggered.
    * #226479 by gpk, BrianV, catch: We should always show the node access rebuild button. The check on when to show it was fragile, so the button might not have been there when actually needed.
    * #482646 by Dave Reid: For proper HTTP query simpletesting, we should pass on the instance identifier (database prefix).
    * #197266 by ufku, lilou, Dave Reid, c960657, drewish: Save a query by only calling file_space_used() when a limit is provided.
    * #408876 by Pasqualle, JamesAn: The 'serialize' Schema API property was used but not documented.
    * #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
    * #373225 by jpulles, Josh Waihi: When changing columns, PostgreSQL needs explicit type casting to ensure that values are kept properly.
    * #236657 by hctom, swentel: In system_clear_cache_submit(), the function arguments were swapped (but it did not affect how it actually worked).
    * #243253 by Benjamin Melançon, dww: Update status should not attempt to request update data until a limit is reached. Fixed Drupal instances when drupal.org is down and gets less load on Drupal.org if data is not found.
    * #339466 by patryk, c960657, alexanderpas: Remove url() wrapping from remote links and link in a more user friendly OpenID provider list.
    * #461938 by grendzy, JamesAn: Use filter_xss_admin() on site name and site slogan, just like footer message and mission
    * #455172 by budda, RoboPhred, andypost: Fix drupal_mail() documentation, so that it encourages to set the body of the email as an array (like core does).
    * #329797 by berenddeboer, redndahead, danielb: The tablesort code did not account for possibly nested tables; only match immediate descendats, so elements of nested tables are not matched.
    * #352121 by valthebald, Damien Tournoud, mr.baileys: The safe string check on translations should only be applied to the default textgroup. Strings in other textgroups such as blocks and menu items are displayed via escaping and filtering, and might contain arbitrary HTML.
2009-07-16 18:11:53 +00:00
adrianp
f945b78f8b Updated www/drupal to 5.19 2009-07-16 18:11:22 +00:00
adrianp
27541b203c This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
* SA-CORE-2009-007 Drupal core - Multiple vulnerabilities

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

* #212285 by wrwrwr: hr should be treated as a block level tag. Backport by alexanderpas.
* #145733 by kepten, brianV: The session.use_cookies PHP setting is required by Drupal, but it can be turned off, so try to ensure it is turned on at all times.
2009-07-16 18:11:06 +00:00
schmonz
8503b21e29 Updated mail/getmail to 4.9.2 2009-07-16 17:10:20 +00:00
schmonz
e7b826bbdd Update to 4.9.2. From the changelog:
-use tempfile module function instead of os.tmpfile() so getmail obeys TMPDIR
 and similar environment variables.  Thanks: Stefan Baehring.
2009-07-16 17:10:04 +00:00
uebayasi
fa12bd8b11 Fix PLIST errors when EMACS_TYPE=emacs23. Only compile tested. Pointed out
by joerg.
2009-07-16 16:43:11 +00:00
jakllsch
6978dd132b Updated misc/cuetools to 1.3.1 2009-07-16 16:13:59 +00:00
jakllsch
f7afd8926b Update to cuetools to 1.3.1.
Changes since 1.3.0
-------------------

* Fixed duplicate/missing breakpoints (bug #5965).

* Fixed swapped flags in TOC parsing code (bug #4831).

* Fixed option handling code (bug #4180).

Changes since 1.2
-----------------

* Build system has been rewritten using automake/autoconf.

* Added append, prepend, and split pregap modes to cuebreakpoints.

* Fixed possible compilation error with Bison.

* All tools accept long options.

* Programs exit if --input-format or --output-format is an illegal value.
2009-07-16 16:12:47 +00:00
joerg
2e6223b450 Not MAKE_JOBS_SAFE. 2009-07-16 15:17:22 +00:00
joerg
356cec6f4a Regen. 2009-07-16 15:15:07 +00:00
joerg
8d8653cb10 Fix Python 2.6, disable 2.3. 2009-07-16 15:11:37 +00:00
joerg
c279b7c1db Not MAKE_JOBS_SAFE. 2009-07-16 14:59:19 +00:00
joerg
30b81aaee5 Fix installation on newer NetBSD. 2009-07-16 14:55:33 +00:00
wiz
ef938f8dc6 Added filesystems/fuse-mp3fs version 0.13 2009-07-16 14:54:34 +00:00
wiz
473cf62179 + fuse-mp3fs. 2009-07-16 14:54:21 +00:00
wiz
01492a1db9 Initial import of fuse-mp3fs-0.13:
MP3FS is a read-only FUSE filesystem which transcodes audio formats
(currently FLAC) to MP3 on the fly when opened and read. This was
written to enable using a FLAC collection with software and/or
hardware which only understands MP3.

It is also a novel alternative to traditional MP3 encoder applications.
Just use your favorite file browser to select the files you want
encoded and copy them somewhere!
2009-07-16 14:54:02 +00:00
joerg
b1a3456b08 Fix patch-aa sum. 2009-07-16 14:53:19 +00:00
joerg
260e6219a4 Do not create /usr/pkg/share when in destdir mode. 2009-07-16 14:53:13 +00:00
joerg
d5fd4c9f55 Not MAKE_JOBS_SAFE. 2009-07-16 14:48:56 +00:00
joerg
3fad422bd6 Not MAKE_JOBS_SAFE. Add destdir support. 2009-07-16 14:38:32 +00:00
joerg
b502e5bdcb Not MAKE_JOBS_SAFE. 2009-07-16 14:32:49 +00:00
zafer
fa28893389 Updated www/swill to 0.3 2009-07-16 13:22:25 +00:00
zafer
cbfad53a53 update to 0.3. update master_sites. update homepage. (add destdir). 2009-07-16 13:17:45 +00:00
minskim
4a1fb84246 Note PKGREVISION bump of ruby-actionpack. 2009-07-16 11:01:03 +00:00
minskim
7a8c80a0e3 Security fix for:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2422

From rails git commit 056ddbdcfb07f0b5c7e6ed8a35f6c3b55b4ab489.
2009-07-16 11:00:25 +00:00
joerg
d79cec3e62 Fix destdir. 2009-07-16 10:51:17 +00:00
wiz
0162d75ec5 Fix build with getline() in libc.
From http://bugs.gentoo.org/show_bug.cgi?id=270263
via roy
2009-07-16 10:47:11 +00:00
kefren
845d77291d Mention monotorrent, mono-nat and monsoon updates/imports. 2009-07-16 07:57:53 +00:00
kefren
41548bb646 Update to monsoon 0.70. Monsoon has upgraded to use the latest release of
the MonoTorrent library, 0.70, which contains numerous bugfixes and
performance enhancements. Numerous minor bugfixes were also included.
2009-07-16 07:55:05 +00:00
kefren
09555587c3 Initial import of mono-nat 1.0.2, a C# library used for accessing uPnP 2009-07-16 07:52:40 +00:00
kefren
78b7aeeccd Update to 0.72. From the release announcement:
This is a bugfix release to address a few reported issues and also a few
issues that were discovered via my own testing.

    * Add a helper method which ensures all data is flushed to disk
    * Added additional error handling to prevent malformed DHT messages
      crashing the library
    * Fixed issue when zeroing unused bits for torrents with an exact
      multiple of 32 pieces
    * Fixed issue where data could be written to the wrong file if a file
      with the same name existed in multiple torrents
    * Fixed the handling of torrents where the last file(s) are of zero
      length
    * Fixed regression with global download rate limiting
    * Fixed a performance regression with the new piece picking pipeline
      which resulted in lots of CPU cycles being used up on peers which
      have not sent an unchoke message
2009-07-16 07:50:26 +00:00
sno
015ed3de00 Updated security/p5-Net-OpenSSH to 0.36 2009-07-16 06:29:51 +00:00
sno
c6f3bf9fee Updating package for p5 module Net::OpenSSH from 0.35 to 0.36
Upstream changes:
0.36  Jul 8, 2009
        - open2pty, open3 and open3pty where not handling transparent
          options for open_ex, and other minor bugs
	- pty handling in open_ex was broken
	- expect sample added
2009-07-16 06:29:40 +00:00