Commit graph

195328 commits

Author SHA1 Message Date
obache
dbadcea1a3 Import ruby-typed-array-0.1.2 as misc/ruby-typed-array.
All methods that alter the contents of an array that implements this Gem are
first checked to ensure that the added items are of the types allowed.  All
methods behave exactly as their Array counterparts, including additional forms,
block processing, etc.
2013-01-05 06:48:53 +00:00
obache
51d24b4ed9 Updated www/ruby-httpclient to 2.3.2 2013-01-05 05:46:21 +00:00
obache
76b894d163 Update ruby-httpclient to 2.3.2.
= Changes in 2.3.2 =

  January 5, 2013 - version 2.3.2

  * Changes

    * #138 Revert Timeout change unintentionally included in v2.3.1.  It's
      reported that the change causes background processes not terminated
      properly.

= Changes in 2.3.1 =

  January 1, 2013 - version 2.3.1

  * Changes

    * #137 Signing key is expiring for cacert_sha1.p7s.
      Deleted p7s signature check for default cacerts.  Sorry for many troubles
      in the past. This feature is not useful without having online/real-time
      CA certs update but I don't think I can implement it in near future.
      Users depend on this signature check (who puts cacert.p7s in R/W
      filesystem and ssl_config.rb in R/O filesystem) should take care the
      tampering by themself.

  * Bug fixes

    * #122 Support IPv6 address in URI


= Changes in 2.3.0 =

  October 10, 2012 - version 2.3.0

    * Features

      * Added debug mode CLI.  bin/httpclient is installed as CLI.
          Usage: 1) % httpclient get https://www.google.co.jp/ q=ruby
          Usage: 2) %httpclient
        For 1) it issues a GET request to the given URI and shows the wiredump
        and the parsed result.  For 2) it invokes irb shell with the binding
        that has a HTTPClient as 'self'.  You can call HTTPClient instance
        methods like;
          > get "https://www.google.co.jp/", :q => :ruby

      * #119 Addressable gem support (only if it exists); should handle IRI
        properly.

    * Bug fixes

      * #115 Cookies couldn't work properly if the path in an URI is ommited.
      * #112, #117 Proper handling of sized IO (the IO object that responds to
        :size) for chunked POST. HTTPClient did read till EOF even if the
        given IO has :size method.
      * Handle '303 See Other' properly.  RFC2616 says it should be redirected
        with GET.
      * #116 Fix "100-continue" support.  It was just ignored.
      * #118 Support for boolean values when making POST/PUT requests with
        multiipart/form Content-Type.
      * #110 Allows leading dots in no_proxy hostname suffixes.
2013-01-05 05:46:11 +00:00
obache
dcec03771f Updated security/ruby-simple_oauth to 0.2.0 2013-01-05 05:23:24 +00:00
obache
26cad1ebdb Update ruby-simple_oauth to 0.2.0.
* Fix "URI.escape is obsolete" warnings on Ruby>=1.9
* Alias encode to escape and decode to unescape
2013-01-05 05:23:15 +00:00
obache
138950e462 Updated math/ruby-spreadsheet to 0.7.5 2013-01-05 05:16:57 +00:00
obache
c7b3b2453a Update ruby-spreadsheet to 0.7.5.
=== 0.7.5 / 06.12.2012

* Add error tolerant values for Iconv when writing spreadsheet
* by andrea@spaghetticode.it

=== 0.7.4 / 06.10.2012

* Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data.
* patches by https://github.com/mdgreenfield/spreadsheet
2013-01-05 05:16:48 +00:00
obache
bafb45be56 Updated devel/ruby-ole to 1.2.11.6 2013-01-05 05:12:17 +00:00
obache
e86326243a Update ruby-ole to 1.2.11.6.
== 1.2.11.6 / 2012-12-10

- Fix breakage of writable IO stream detection on Windows (github #11).
2013-01-05 05:11:49 +00:00
gdt
45156739e5 Add LICENSE=, set NO_*_ON_*.
The licensing for this package is unclear.  In particular, it appears
to contain an embedded copy of pdflib.  Mark it non-redistributable
until someone analyzes and addresses the issues.
2013-01-05 00:35:32 +00:00
gdt
c27870147e LICENSE=, RESTRICTED=, set NO_*_ON_*.
The license is only available as a pdf, and I decline to extract and
check in text.

This license is clearly non-Free, and no permission is granted to
distribute source or binaries, so set NO_*_ON_*.

Fixes PR pkg/43210.
2013-01-05 00:34:11 +00:00
dholland
c1419d27e8 Improve previous change so it honors BACULA_DB. From Petar Bogdanovic. 2013-01-04 23:25:49 +00:00
wiz
ea47d0cd01 Add missing pkg-config dependency. 2013-01-04 21:42:42 +00:00
ryoon
0b642005c7 Bump PKGREVISION for previous commit. 2013-01-04 17:18:11 +00:00
ryoon
c7010a1268 Fix build on recent NetBSD 6.99.16.
See http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/sysctl.h.diff?r1=1.204&r2=1.205&f=h&only_with_tag=MAIN&f=u

Tested on NetBSD/i386 5.2 and NetBSD/amd64 current.

Patch is provided from nonaka@. Thank you.
2013-01-04 17:16:54 +00:00
taca
5c76b16278 - drupal-6.27.
It was updated 20th Dec. 2012.
2013-01-04 14:34:26 +00:00
jperkin
9ccfe800ad Clean up out-of-srcdir build handling. 2013-01-04 13:33:42 +00:00
jperkin
568e518ff4 Don't print the /bin/sh warning on SunOS-5.11, where /bin/sh is ksh93. 2013-01-04 10:51:57 +00:00
adam
347d1439ce Updated textproc/icu to 50.1.1 2013-01-04 09:30:50 +00:00
adam
66668e7416 Changes 50.1.1:
* 9306 Layout Engine changes for harfbuzz integration
* 9677 Affixes set with e.g. DecimalFormat::setPositivePrefix now ignored for parse
* 9714 OS/400 test failures
* 9728 Fail building icu4c with mingw-w64
* 9737 Locale::GetDefault() in locid.cpp is not thread-safe
* 9771 Updated Currency from/to data (CLDR 5470)
* 9748 Visual Studio 2010/2012 issues
* 9780 UNUM_PARSE_INT_ONLY no longer handles grouping sep
* 9783 New Turkish Lira symbol
* 9789 Date format parsing problem with new CLDR data
* 9793 Currency data integration issue with CLDR 5470 changes
* 9801 UCONFIG_NO_CONVERSION test failure
* 9802 No data test failure
2013-01-04 09:29:55 +00:00
adam
5adce0dc80 Remove PKGREVISION 2013-01-04 08:23:42 +00:00
adam
329ea39c52 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
c23ea9a68a Add wish list item for making the use of mktexlsr more efficient. 2013-01-04 06:23:28 +00:00
apb
a7ea4d75ad Updated pkgtools/libkver to 0.7.1 [apb 2013-01-04] 2013-01-04 06:09:27 +00:00
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