Commit graph

195507 commits

Author SHA1 Message Date
adam
43c1adee3e Changes 1.8.1:
UI, Workflows & Features

 * Command-line completion scripts for tcsh and zsh have been added.

 * "git-prompt" scriptlet (in contrib/completion) can be told to paint
   pieces of the hints in the prompt string in colors.

 * Some documentation pages that used to ship only in the plain text
   format are now formatted in HTML as well.

 * We used to have a workaround for a bug in ancient "less" that
   causes it to exit without any output when the terminal is resized.
   The bug has been fixed in "less" version 406 (June 2007), and the
   workaround has been removed in this release.

 * When "git checkout" checks out a branch, it tells the user how far
   behind (or ahead) the new branch is relative to the remote tracking
   branch it builds upon.  The message now also advises how to sync
   them up by pushing or pulling.  This can be disabled with the
   advice.statusHints configuration variable.

 * "git config --get" used to diagnose presence of multiple
   definitions of the same variable in the same configuration file as
   an error, but it now applies the "last one wins" rule used by the
   internal configuration logic.  Strictly speaking, this may be an
   API regression but it is expected that nobody will notice it in
   practice.

 * A new configuration variable "diff.context" can be used to
   give the default number of context lines in the patch output, to
   override the hardcoded default of 3 lines.

 * "git format-patch" learned the "--notes=<ref>" option to give
   notes for the commit after the three-dash lines in its output.

 * "git log -p -S<string>" now looks for the <string> after applying
   the textconv filter (if defined); earlier it inspected the contents
   of the blobs without filtering.

 * "git log --grep=<pcre>" learned to honor the "grep.patterntype"
   configuration set to "perl".

 * "git replace -d <object>" now interprets <object> as an extended
   SHA-1 (e.g. HEAD~4 is allowed), instead of only accepting full hex
   object name.

 * "git rm $submodule" used to punt on removing a submodule working
   tree to avoid losing the repository embedded in it.  Because
   recent git uses a mechanism to separate the submodule repository
   from the submodule working tree, "git rm" learned to detect this
   case and removes the submodule working tree when it is safe to do so.

 * "git send-email" used to prompt for the sender address, even when
   the committer identity is well specified (e.g. via user.name and
   user.email configuration variables).  The command no longer gives
   this prompt when not necessary.

more: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.txt
2013-01-04 08:22:58 +00:00
apb
3aa43c3c62 Add wish list item for making the use of mktexlsr more efficient. 2013-01-04 06:23:28 +00:00
apb
c647b58b10 Updated pkgtools/libkver to 0.7.1 [apb 2013-01-04] 2013-01-04 06:09:27 +00:00
apb
c2bb43e11f * 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
97b1710d20 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
ce80b6ebc5 Updated comms/asterisk to 11.1.2 2013-01-04 03:10:03 +00:00
jnemeth
282198152e 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
10230c8243 + 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
43aa030e94 Updated databases/sqlite3 to 3.7.15.1; mysql55 to 5.5.29 2013-01-03 21:24:59 +00:00
adam
a171c83c76 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
9d124edac2 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
41d67233dd 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
587a85e52d ...and the patch itself. Thank you, wizd(8). 2013-01-03 19:11:40 +00:00
gls
9938bedbf8 Updated www/py-moin to 1.9.6 2013-01-03 18:57:44 +00:00
gls
a7ca83dbee 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
ff59c1b3be Note the addition of open-vcdiff-0.8.3 2013-01-03 18:35:46 +00:00
agc
d4971d1a99 add and enable open-vcdiff 2013-01-03 18:34:44 +00:00
agc
2e82422db8 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
39dfa473ff Fix hard coded PLIST entries. Thanks Ryo ONODERA. 2013-01-03 16:56:22 +00:00
ryoon
22456b6d25 Added net/py-smb version 1.1.2 2013-01-03 15:51:10 +00:00
ryoon
b2867d2c46 Add py-smb 2013-01-03 15:50:48 +00:00
ryoon
b3f3f49a92 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
73b990fbcf Updated misc/vym to 2.2.4 2013-01-03 15:45:18 +00:00
ryoon
277c361be4 Update to 2.2.4
* Add some dependencies
* Update HOMEPAGE

Changelog:
no changelog
2013-01-03 15:44:19 +00:00
ryoon
931fde86ef Updated shells/zsh to 5.0.2 2013-01-03 15:38:18 +00:00
ryoon
6d9a4f413e 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
fbf4cb37ef Removed patch-projects_sample_autoconf_config.sub 2013-01-03 15:36:01 +00:00
ryoon
0be27071e0 Added www/py-django-appconf version 0.5 2013-01-03 15:33:57 +00:00
ryoon
b2510851ce Add py-django-appconf 2013-01-03 15:32:50 +00:00
ryoon
60af2a61a1 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
09efa45cac * Fix MESSAGE
* Add missing dependency
2013-01-03 15:31:08 +00:00
adam
81e4627766 Updated lang/clang to 3.2 2013-01-03 15:20:57 +00:00
adam
3a25d02c08 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
93086baac1 Added www/py-mezzanine version 1.2.4 2013-01-03 14:30:46 +00:00
ryoon
9ee75e6198 Add py-mezzanine 2013-01-03 14:30:12 +00:00
ryoon
9da32448dd 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
9a36698015 Added devel/py-pep8 version 1.3.4 2013-01-03 14:24:24 +00:00
ryoon
c7c3831eaa Add php-pep8 2013-01-03 14:23:47 +00:00
ryoon
84f1adbf60 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
12cc32792d Added devel/py-flakes version 0.5.0nb1 2013-01-03 14:16:40 +00:00
ryoon
d474108454 Add py-flakes 2013-01-03 14:16:04 +00:00
ryoon
333c52ebad 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
473ab68595 Added www/py-django-mezzanine-filebrowser version 0.2.13 2013-01-03 14:12:00 +00:00
ryoon
9ca374253b Add py-django-mezzanine-filebrowser 2013-01-03 14:11:35 +00:00
ryoon
e8eeda1bb0 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
f67fd4a3d0 Added www/py-django-mezzanine-grappelli version 0.2.11 2013-01-03 14:09:43 +00:00
ryoon
7048646b1b py-django-mezzanine-grappelli 2013-01-03 14:09:14 +00:00
ryoon
5db7ab6b72 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
b74c1b4a09 Added www/py-bleach version 1.1.5 2013-01-03 14:06:24 +00:00
ryoon
150207922a Add py-bleach 2013-01-03 14:05:40 +00:00