Commit graph

195304 commits

Author SHA1 Message Date
apb
28e76f84a5 * commit PLIST changes that I forgot to commit earlier;
* use size_t, not int, for a length passed to sysctl(2);
* bump version to 0.7.1.
2013-01-04 06:00:48 +00:00
dholland
2c6599a4a5 Note for wine and wine-devel that there are preliminary OSS 4 patches
in kern/46611, and it would be great if someone could look at those.
2013-01-04 04:25:44 +00:00
jnemeth
52dcafaedb Updated comms/asterisk to 11.1.2 2013-01-04 03:10:03 +00:00
jnemeth
4b739a8368 Update to Asterisk 11.1.2: this is a security update for AST-2012-014
and AST-2012-015.  Apparently the last update didn't completely
fix the issues.

The Asterisk Development Team has announced a security release for
Asterisk 11, Asterisk 11.1.2. This release addresses the security
vulnerabilities reported in AST-2012-014 and AST-2012-015, and
replaces the previous version of Asterisk 11 released for these
security vulnerabilities. The prior release left open a vulnerability
in res_xmpp that exists only in Asterisk 11; as such, other versions
of Asterisk were resolved correctly by the previous releases.

The release of these versions resolve the following two issues:

* Stack overflows that occur in some portions of Asterisk that manage a TCP
  connection. In SIP, this is exploitable via a remote unauthenticated session;
  in XMPP and HTTP connections, this is exploitable via remote authenticated
  sessions. The vulnerabilities in SIP and HTTP were corrected in a prior
  release of Asterisk; the vulnerability in XMPP is resolved in this release.

* A denial of service vulnerability through exploitation of the device state
  cache. Anonymous calls had the capability to create devices in Asterisk that
  would never be disposed of. Handling the cachability of device states
  aggregated via XMPP is handled in this release.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities, please read
security advisories AST-2012-014 and AST-2012-015.

For a full list of changes in the current release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.1.2

The security advisories are available at:

 * http://downloads.asterisk.org/pub/security/AST-2012-014.pdf
 * http://downloads.asterisk.org/pub/security/AST-2012-015.pdf

Thank you for your continued support of Asterisk - and we apologize for having
to do this twice!
2013-01-04 03:09:56 +00:00
wiz
59c24fe4d2 + arping-2.13, cdialog-1.2.20121230, cvsps-3.4, drupal-6.27,
efax-gtk-3.2.11, eric5-5.2.7, file-5.12, fluxbox-1.3.3, giflib-5.0.3,
  gnutls-3.1.6 [needs nettle-2.5], gwaei-3.6.2, libXTrap-1.0.1,
  libXcomposite-0.4.4, libXdamage-1.1.4, libdvbpsi-1.0.0, mypaint-1.1.0,
  pango-1.32.5, parallel-20121222, puzzles-9733, py-docutils-0.10
  [pkg/47372], py-moin-1.9.6, rudiments-0.40, scmgit-1.8.1,
  xmlstarlet-1.4.2.
2013-01-03 22:09:23 +00:00
adam
465a70b1a0 Updated databases/sqlite3 to 3.7.15.1; mysql55 to 5.5.29 2013-01-03 21:24:59 +00:00
adam
26a32e69f5 Changes 5.5.29:
* The SHOW AUTHORS and SHOW CONTRIBUTORS statements are now deprecated in MySQL 5.5 and have been removed in MySQL 5.6.
* Bugs Fixed
2013-01-03 21:23:04 +00:00
dholland
cef760fcdc Insert rpath for BUILDLINK_PREFIX.libidn as well as using the one that
comes from Perl, so this will still build if libidn and Perl are
installed in different trees. Belt-and-suspenders fix for PR 47187 on
NetBSD, may also fix the problem seen on Dragonfly.
2013-01-03 20:48:47 +00:00
adam
9483e2d7ab Changes 3.7.15.1:
Fix a bug, introduced in version 3.7.15, that causes a segfault if the AS name of a result column of a SELECT statement is used as a logical term in the WHERE clause.
2013-01-03 20:46:17 +00:00
adam
59a40f954a ...and the patch itself. Thank you, wizd(8). 2013-01-03 19:11:40 +00:00
gls
7acb728012 Updated www/py-moin to 1.9.6 2013-01-03 18:57:44 +00:00
gls
2b7d117387 Pkgsrc changes:
---------------

- /usr/bin/env police

Upstream Changes:
-----------------

Version 1.9.6:

  SECURITY HINT: make sure you have allow_xslt = False (or just do not use
  allow_xslt at all in your wiki configs, False is the internal default).
  Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page.

  HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details.

  Fixes:
  * fix remote code execution vulnerability in twikidraw/anywikidraw action
  * fix path traversal vulnerability in AttachFile action
  * fix XSS issue, escape page name in rss link
  * escape user- or admin-defined css url
  * make taintfilename more secure
  * use a constant time str comparison function to prevent timing attacks
  * Attachment handler: catch all Zip-related errors

Version 1.9.5:

  Fixes:
   * Security fix: fix virtual group bug in ACL evaluation.
   * Avoid crash if #refresh processing instruction is used without arguments.
   * Fix issue with non-ASCII textchas.
   * Xapian indexing: remove copy.copy() that crashed on Windows/IIS/isapi-wsgi
     after page save.
   * Fix dictionary file reading crash under Windows.
   * Work around crash of AdvancedSearch macro rendering caused by non-ascii
     mimetypes.types_map entries.
   * Added migration script for moin 1.8.9.
   * rss_rc: Fix diffs added in RSS with diffs=1 (now they correspond to item
     listed in feed and not just last page diffs). Links generated with ddiffs=1
     also fixed.
   * rss_rc: fix double escaping issue.
   * rss_rc: respect show_names configuration option.
   * rss_rc: proper support of rename, revert, page creation.
   * modern/modernized theme: fix padding/width for editor preview
   * group/pagelinks formatters: avoid to create unnecessary output, redirect
     output of send_page call with the groups formatter, it must not be written
     to the output stream
   * rst parser: fix include and macro directives
   * wikisync: fix unicode pagename sending for python 2.7 httplib

  New features:
   * add a comment_required config option (default: False) to require a
     non-empty comment when saving a page
   * when a save error happens, show the editor again and highlight the error
   * rss_rc: several new options added: lines parameter gives ability to set
     maximum size of diffs showed in RSS. show_att parameter gives ability
     to show information aboout attachment-related items in RSS. page parameter
     gives ability to specify set of pages for which changes RSS feed should be
     generated. Configuration of defaults and limits can now be done via wiki
     configuration mechanism.
   * As soon as it is now possible to provide RSS for page change history,
     appropriate alternate link is now added for every page (controlled by
     rss_show_page_history_link configuration parameter).
   * Search: "no_highlight:" search query option provided for suppressing
     highlighting search results.
   * Search macros: new options for FullSearch, FullSearchCached and PageList
     available:
     * highlight_titles option controls highlighting of matches in search
       results provided by these macros. Default value is set in
       search_macro_highlight_titles configuration option)
     * highlight_pages option controls adding of highlight URL parameter to
       page links (so search term is highlighted when user goes to one of
       these pages via provided link) in search results. Default value is set
       in search_macro_highlight_pages configuration option.
     Usage of these options is disabled (via search_macro_parse_args
     configuration option) by default due to behavioural changes introduced
     in macro parameter parsing mechanism to support them. Related to
     http://moinmo.in/FeatureRequests/FullSearchResultsWithoutHighlight .

  Other changes:
   * Remove 4suite dependency for docbook formatter, use minidom (included in
     Python).
   * Upgraded FCKeditor to 2.6.8.
2013-01-03 18:54:38 +00:00
agc
3b1e8585ae Note the addition of open-vcdiff-0.8.3 2013-01-03 18:35:46 +00:00
agc
bde8fa76c8 add and enable open-vcdiff 2013-01-03 18:34:44 +00:00
agc
f9e44867e8 Import open-vcdiff-0.8.3, an RFC 3284 encoder/decoder for VCDIFF
Differencing and Compression, into the packages collection:

	An encoder and decoder for the format described in RFC 3284:  "The
	VCDIFF Generic Differencing and Compression Data Format." The encoding
	strategy is largely based on Bentley-McIlroy 99:  "Data Compression
	Using Long Common Strings." A library with a simple API is included,
	as well as a command-line executable that can apply the encoder and
	decoder to source, target, and delta files.  A slight variation from
	the draft standard is defined to allow chunk-by-chunk decoding when
	only a partial delta file window is available.
2013-01-03 18:33:20 +00:00
darcy
4815ea112d Fix hard coded PLIST entries. Thanks Ryo ONODERA. 2013-01-03 16:56:22 +00:00
ryoon
7c956ee936 Added net/py-smb version 1.1.2 2013-01-03 15:51:10 +00:00
ryoon
2bae36f6bc Add py-smb 2013-01-03 15:50:48 +00:00
ryoon
f7ec53f98f Import py27-smb-1.1.2 as net/py-smb.
pysmb is an experimental SMB/CIFS library written in Python. It
implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which
allows your Python application to access and transfer files to/from
SMB/CIFS shared folders like your Windows file sharing and Samba
folders.
2013-01-03 15:49:40 +00:00
ryoon
578891e428 Updated misc/vym to 2.2.4 2013-01-03 15:45:18 +00:00
ryoon
4cb79f44e5 Update to 2.2.4
* Add some dependencies
* Update HOMEPAGE

Changelog:
no changelog
2013-01-03 15:44:19 +00:00
ryoon
2ff057fe79 Updated shells/zsh to 5.0.2 2013-01-03 15:38:18 +00:00
ryoon
c5a1de5dac Update to 5.0.2
Changelog:
Changes since 5.0.0
-------------------

Numeric constants encountered in mathematical expressions (but not other
contexts) can contain underscores as separators that will be ignored on
evaluation, as allowed in other scripting languages.  For example,
0xFFFF_FFFF, or 3.141_592_654.

"functions -T" turns on tracing for the specified function(s) only,
similar to "functions -t" except that tracing is turned off for any
functions called from the specified one(s) that don't also have the -t
or -T flag.

In file completion, the recursive-files style can be set to an array of
patterns to match against "$PWD/".  In any matched location, it is
possibly to complete files in arbitrarily deep subdirectories without
needing to type the directory prefix.  See example in the zshcompsys
manual.

The _user_expand completer now allows expansion functions in the
user-expand files to return a string in REPLY that will be used to name
the set of expansions returned.
2013-01-03 15:37:23 +00:00
adam
96416000fe Removed patch-projects_sample_autoconf_config.sub 2013-01-03 15:36:01 +00:00
ryoon
aac27addcf Added www/py-django-appconf version 0.5 2013-01-03 15:33:57 +00:00
ryoon
f0acb892f7 Add py-django-appconf 2013-01-03 15:32:50 +00:00
ryoon
3c01e52d96 Import py27-django-appconf-0.5 as www/py-django-appconf.
A helper class for handling configuration defaults of packaged
Django apps gracefully.
2013-01-03 15:31:49 +00:00
ryoon
3a379430be * Fix MESSAGE
* Add missing dependency
2013-01-03 15:31:08 +00:00
adam
4c313824a1 Updated lang/clang to 3.2 2013-01-03 15:20:57 +00:00
adam
2b128a5b38 Changes 3.2:
* Improvements to Clang's diagnostics
* Support for tls_model attribute
* Type safety attributes
* Documentation comment support
More...
2013-01-03 15:19:53 +00:00
ryoon
06f2c6c2f7 Added www/py-mezzanine version 1.2.4 2013-01-03 14:30:46 +00:00
ryoon
a5501ec0d6 Add py-mezzanine 2013-01-03 14:30:12 +00:00
ryoon
af5f58f61a Import py27-mezzanine-1.2.4 as www/py-mezzanine.
Mezzanine is a powerful, consistent, and flexible content management
platform. Built using the Django framework.
2013-01-03 14:29:29 +00:00
ryoon
b886d0553e Added devel/py-pep8 version 1.3.4 2013-01-03 14:24:24 +00:00
ryoon
1c7be3f85d Add php-pep8 2013-01-03 14:23:47 +00:00
ryoon
c844cd29b0 Import py27-pep8-1.3.4 as devel/py-pep8 from wip/py-pep8
pep8 is a tool to check your Python code against some of
the style conventions in PEP 8
2013-01-03 14:19:01 +00:00
ryoon
76eaa8a88e Added devel/py-flakes version 0.5.0nb1 2013-01-03 14:16:40 +00:00
ryoon
f97285aa1a Add py-flakes 2013-01-03 14:16:04 +00:00
ryoon
8c922a20cb Import py27-flakes-0.5.0nb1 as devel/py-flakes from wip/py-flakes
Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
checks on style
2013-01-03 14:15:32 +00:00
ryoon
c7a6bfa801 Added www/py-django-mezzanine-filebrowser version 0.2.13 2013-01-03 14:12:00 +00:00
ryoon
63114cc9bc Add py-django-mezzanine-filebrowser 2013-01-03 14:11:35 +00:00
ryoon
68ccc437a9 Import py27-django-mezzanine-filebrowser-0.2.13 as www/py-django-mezzanine-filebrowser.
grappelli_safe was created to provide a snapshot of the Grappelli
admin skin for Django, to be referenced as a dependency for the
Mezzanine CMS for Django.
2013-01-03 14:10:45 +00:00
ryoon
05848515da Added www/py-django-mezzanine-grappelli version 0.2.11 2013-01-03 14:09:43 +00:00
ryoon
455fe35b2f py-django-mezzanine-grappelli 2013-01-03 14:09:14 +00:00
ryoon
604cebb0c7 Import py27-django-mezzanine-grappelli-0.2.11 as www/py-django-mezzanine-grappelli.
Snapshot of the Grappelli admin skin for Django.
2013-01-03 14:08:18 +00:00
ryoon
20c5fe0b83 Added www/py-bleach version 1.1.5 2013-01-03 14:06:24 +00:00
ryoon
3cdbd3ff71 Add py-bleach 2013-01-03 14:05:40 +00:00
ryoon
dd6512b46c Import py27-bleach-1.1.5 as www/py-bleach.
Bleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.
2013-01-03 14:04:46 +00:00
ryoon
5d04b75648 Added www/php-tt-rss version 1.6.2 2013-01-03 14:01:51 +00:00
ryoon
3e9123a7cf Add php-tt-rss 2013-01-03 14:00:26 +00:00