Commit graph

247398 commits

Author SHA1 Message Date
wen
a7ee9c55af Update to 1.35
Upstream changes:
1.35  2016-04-06 MANWAR
      - Fixed issue RT #113576 (XML::XPath::Node::Element::getAttributeNode() uses unspecified behaviour).
2016-04-09 13:46:43 +00:00
wen
3363a8a245 Updated databases/ruby-sequel to 4.33.0 2016-04-09 13:43:31 +00:00
wen
b73b9246b7 Update to 4.33.0
Upstream changes:

4.33.0.txt
doc/release_notes/4.33.0.txt
Last Update: 2016-04-01 07:24:12 -0700
New Features

    A Sequel::Model.require_valid_table accessor has been added. This setting is false for backwards compatibility, but if set to true, will raise an error you try to create a model class where an invalid table name is used or the schema or columns cannot be determined. This makes it easier to catch bugs, as things will fail fast, but it means that you must change code like:

    class Foo < Sequel::Model
      set_dataset :my_foos
    end

    to:

    class Foo < Sequel::Model(:my_foos)
    end

    as otherwise Foo will attempt to use the foos table by default when creating the class, which will raise an error as it is not the correct table name.

    Sequel::Database#transaction now supports a :savepoint=>:only option, which will create a savepoint if already inside a transaction, but will yield without creating a transaction if not inside a transaction. The use case for this is when you are running code that may raise an exception, and you don't want to invalidate the current transaction state.

Other Improvements

    The graph_each extension now splits results into subhashes when using Sequel::Dataset#first, as it did before Sequel 4.27.0.

    On PostgreSQL, Dataset#insert_conflict now accepts an array of columns as the value for the :target option.

    You can now pass a Sequel::SQL::Identifier or a Sequel::SQL::QualifiedIdentifer as the table argument when creating a foreign key. Previously, only symbols were supported, and using other values required specifying the :table option. So this will now work to reference a table that includes a double underscore:

    foreign_key :foo_id, Sequel.identifier(:fo__oo)

    Creating model classes inside a transaction on PostgreSQL where the implicit table name isn't correct no longer causes the transaction to fail.

    Similar issues were also fixed in the boolean_readers, boolean_subsets, and class_table_inheritance plugins.

    On PostgreSQL, You can now use the :qualify=>true option in the schema dumper, to dump using schema-qualified table names.

    On Microsoft SQL Server, the set_column_allow_null and set_column_not_null alter table methods now work on varchar(max), text, and similar columns.

    On Oracle, Sequel::Database#sequence_for_table now returns nil if given a table that doesn't exist or that the user does not have access to.

    Passing arbitrary objects to a model association method now indicates that the association should be reloaded, which was used to work but was broken in Sequel 4.32.0.

    It is now possible to raise Sequel::ValidationFailed and Sequel::HookFailed without an argument.

Backwards Compatibility

    Sequel::Model no longer swallows many errors when subclassing or setting datasets. While this should hopefully not affect backwards compatibility, it may break things where the methods were raising exceptions. If this does break backwards compatibility, it is most likely because it is no longer hiding another bug that should be fixed. Specific changes include:

        Model.inherited no longer rescues exceptions raised by set_dataset

        When subclassing a model that has a dataset, the columns and schema are just copied from the superclass

        Only Sequel::Error is rescued in calls to columns and schema, before it would rescue StandardError.

    The Sequel.firebird and Sequel.informix adapter methods have been removed, they are no longer needed as the firebird and informix adapters were removed a few versions back.
2016-04-09 13:42:09 +00:00
wen
2b1c04c299 Updated math/R-genetics to 1.3.8.1 2016-04-09 13:36:27 +00:00
wen
c5fdc64e73 Update to 1.3.8.1
No upstream changelog.
2016-04-09 13:34:16 +00:00
wiz
1dbd2ac445 + p5-Package-DeprecationManager-0.16. 2016-04-09 13:04:31 +00:00
wiz
2384ab194c Revert update to 0.16, introduced dependency cycle. 2016-04-09 13:02:07 +00:00
adam
9ec5ddb58e Updated www/py-django-cms to 3.2.3; Updated databases/postgresql9x to the latest 2016-04-09 12:54:45 +00:00
adam
6d6493c0d8 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible.
This release closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query.

The update also fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue.
2016-04-09 12:51:44 +00:00
tsutsui
055bc54aa4 Updated multimedia/adobe-flash-plugin11 to 11.2.202.616 2016-04-09 12:48:52 +00:00
tsutsui
5c238d12c0 Update adobe-flash-plugin11 to 11.2.202.616.
Upstream announcement:

 https://helpx.adobe.com/security/products/flash-player/apsb16-10.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: April 7, 2016

Vulnerability identifier: APSB16-10

CVE number: CVE-2016-1006, CVE-2016-1011, CVE-2016-1012, CVE-2016-1013,
 CVE-2016-1014, CVE-2016-1015, CVE-2016-1016, CVE-2016-1017, CVE-2016-1018,
 CVE-2016-1019, CVE-2016-1020, CVE-2016-1021, CVE-2016-1022, CVE-2016-1023,
 CVE-2016-1024, CVE-2016-1025, CVE-2016-1026, CVE-2016-1027, CVE-2016-1028,
 CVE-2016-1029, CVE-2016-1030, CVE-2016-1031, CVE-2016-1032, CVE-2016-1033

Platform: Windows, Macintosh, Linux and ChromeOS
2016-04-09 12:23:03 +00:00
tnn
62ea3686ff remove trailing whitespace 2016-04-09 11:59:42 +00:00
tnn
301480ae50 improve COMMENT and DESCR 2016-04-09 11:58:54 +00:00
adam
da63ed3b3f Changes 3.2.3
- Fix the display of hyphenated language codes in the page tree
- Fix a family of issues relating to unescaped translations in the page tree
2016-04-09 11:54:03 +00:00
mef
f729c0efdc Updated devel/p5-Compress-Raw-Zlib to 2.069 2016-04-09 11:42:11 +00:00
mef
128cf0f856 Update to p5-Compress-Raw-Zlib-2.069
------------------------------------
  2.069 26 Sept 2015
      * reduce compiler warnings and stderr noise
        [#101341]

      * amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__
        [#106799]

      * const all global data
        82e9dc6093
        [#101298]

      * Coverity finding: Unused value
        9859a94c10
        [105414]

      * Coverity findings
        [102399]

      * Coverity finding: Overlapping buffer in memory copy
        [105413]
2016-04-09 11:41:16 +00:00
mef
1143951e0d Updated devel/p5-Compress-Raw-Bzip2 to 2.069 2016-04-09 11:30:02 +00:00
mef
8c12eed389 Update to p5-Compress-Raw-Bzip2-2.069
-------------------------------------
  2.069 26 Sept 2015
      * reduce compiler warnings and stderr noise
        [#101340]
      * consting misc tables
        [#101296]
2016-04-09 11:29:47 +00:00
wen
b2890e3ad6 Updated math/R-ISwR to 2.0.7 2016-04-09 11:24:54 +00:00
wen
23e37241ca Update to 2.0.7
No upstream changelog.
2016-04-09 11:23:40 +00:00
wen
d83faabb21 R-chron had been updated to 2.3.47 before 2016-04-09 11:18:57 +00:00
wen
4ba1176753 Updated math/R-hwde to 0.67 2016-04-09 11:15:28 +00:00
wen
2c81f8b738 Update to 0.67
Upstream changlog:
Changes in hwde version 0.66

CORRECTIONS TO DATA

    o Data in the dataset mendelABC was in error.  Substantial corrections
      have been made.  (Thanks to Boris Igic for drawing the errrors to
      our attention.)
2016-04-09 11:14:28 +00:00
wen
49d99fbd1d Updated math/R-quantreg to 5.21 2016-04-09 11:09:52 +00:00
wen
ac98047dc1 Update to 5.21
Upstream changes for 5.20:
5.20

1.  Added FAW to the rq.Rd see also list at the suggestion of Terry Therneau.

No changelog for 5.21 found.
2016-04-09 11:08:45 +00:00
wen
c8ab785748 Updated graphics/R-latticeExtra to 0.6.28 2016-04-09 11:03:26 +00:00
wen
ae2e053f31 Update to 0.6.28
No upstream changelog found.
2016-04-09 11:02:10 +00:00
wen
83db6aefd8 Updated devel/R-Rcpp to 0.12.4 2016-04-09 10:56:37 +00:00
wen
b18930cd1a Update to 0.12.4
Upstream changes:
Changes in Rcpp version 0.12.4 (2016-03-22)

    Changes in Rcpp API:

        New accessors as() and clone() were added to the Nullable class (Dan in PR #423 closing #421)

        The Nullable<>::operator SEXP() and Nullable<>::get() now also work for const objects (Kirill Mueller in PR #417).

        A subsetting error was fixed (Qiang via #432 closing #431).

    Changes in Rcpp Sugar:

        Added new Sugar function median() (Nathan in PR #425 closing #424)

        Added new Sugar function cbind() (Nathan in PR #447 closing #407)

    Changes in Rcpp Attributes:

        A plugin for C++14 was added (Dan in PR #427)

    Changes in Rcpp Documentation:

        An entry was added to the Rcpp-FAQ vignette describing the required packages for vignette building (#422).

        Use on OS X was further detailed (James Balamuta in #433 with further review by Bob Rudis).

        An entry was added concerning the hard-code limit of arguments to some constructor and function (cf #435).

        The Rcpp-FAQ vignette now contains a table of content.

        Typos and indentation were corrected in the Rcpp Sugar vignette (#445 by Colin Gillespie).

Changes in Rcpp version 0.12.3 (2016-01-10)

    Changes in Rcpp API:

        Const iterators now CharacterVector now behave like regular iterators (PR #404 by Dan fixing #362).

        Math operators between matrix and scalars type have been added (PR #406 by Qiang fixing #365).

        A missing std::hash function interface for Rcpp::String has been addded (PR #408 by Qiang fixing #84).

    Changes in Rcpp Attributes:

        Avoid invalid function names when generating C++ interfaces (PR #403 by JJ fixing #402).

        Insert additional space around & in function interface (PR #400 by Kazuki Fukui fixing #278).

    Changes in Rcpp Modules:

        The copy constructor now initialized the base class (PR #411 by Joshua Pritikin fixing #410)

    Changes in Rcpp Repository:

        Added a file Contributing.md providing some points to potential contributors (PR #414 closing issue #413)

Changes in Rcpp version 0.12.2 (2015-11-14)

    Changes in Rcpp API:

        Correct return type in product of matrix dimensions (PR #374 by Florian)

        Before creating a single String object from a SEXP, ensure that it is from a vector of length one (PR #376 by Dirk, fixing #375).

        No longer use STRING_ELT as a left-hand side, thanks to a heads-up by Luke Tierney (PR #378 by Dirk, fixing #377).

        Rcpp Module objects are now checked more carefully (PR #381 by Tianqi, fixing #380)

        An overflow in Matrix column indexing was corrected (PR #390 by Qiang, fixing a bug reported by Allessandro on the list)

        Nullable types can now be assigned R_NilValue in function signatures. (PR #395 by Dan, fixing issue #394)

        operator<<() now always shows decimal points (PR #396 by Dan)

        Matrix classes now have a transpose() function (PR #397 by Dirk fixing #383)

        operator<<() for complex types was added (PRs #398 by Qiang and #399 by Dirk, fixing #187)

    Changes in Rcpp Attributes:

        Enable export of C++ interface for functions that return void.

    Changes in Rcpp Sugar:

        Added new Sugar function cummin(), cummax(), cumprod() (PR #389 by Nathan Russell fixing #388)

        Enabled sugar math operations for subsets; e.g. x[y] + x[z]. (PR #393 by Kevin and Qiang, implementing #392)

    Changes in Rcpp Documentation:

        The NEWS file now links to GitHub issue tickets and pull requests.

        The Rcpp.bib file with bibliographic references was updated.
2016-04-09 10:54:53 +00:00
adam
92ab9310fc Updated mail/exim to 4.87 2016-04-09 10:50:47 +00:00
adam
e335cf5b04 Version 4.87
1. The ACL conditions regex and mime_regex now capture substrings
    into numeric variables $regex1 to 9, like the "match" expansion condition.

 2. New $callout_address variable records the address used for a spam=,
    malware= or verify= callout.

 3. Transports now take a "max_parallel" option, to limit concurrency.

 4. Expansion operators ${ipv6norm:<string>} and ${ipv6denorm:<string>}.
    The latter expands to a 8-element colon-sep set of hex digits including
    leading zeroes. A trailing ipv4-style dotted-decimal set is converted
    to hex.  Pure ipv4 addresses are converted to IPv4-mapped IPv6.
    The former operator strips leading zeroes and collapses the longest
    set of 0-groups to a double-colon.

 5. New "-bP config" support, to dump the effective configuration.

 6. New $dkim_key_length variable.

 7. New base64d and base64 expansion items (the existing str2b64 being a
    synonym of the latter).  Add support in base64 for certificates.

 8. New main configuration option "bounce_return_linesize_limit" to
    avoid oversize bodies in bounces. The dafault value matches RFC
    limits.

 9. New $initial_cwd expansion variable.
2016-04-09 10:49:39 +00:00
richard
87d204ea41 add mtpz options to enable MTPZ support using libgcrypt 2016-04-09 10:12:24 +00:00
richard
264182197c Updated devel/libmtp to 1.1.11 2016-04-09 10:09:58 +00:00
richard
f193ae9ecb update to libmtp-1.1.11
letting SunOS pick up libusb-1 support
adding option for MTPZ libgcrypt support
adding missing license

libmtp 1.1.11 release

Emeric Grange (2):
      added several gopro hero ids
      gopro hero4 mtp detect

Fish Lung (1):
      added xperia z5

Marcus Meissner (58):
      added  p98     https://sourceforge.net/p/libmtp/bugs/1440/
      added wiko rainbow
      added amazon kindle fire 7     https://sourceforge.net/p/libmtp/bugs/1448/
      google pixel c added     https://sourceforge.net/p/libmtp/bugs/1444/
      nvidia shield tegra 4     https://sourceforge.net/p/libmtp/bugs/1447/
      oneplus one a2005 added     https://sourceforge.net/p/libmtp/bugs/1450/
      xiamo redmi2 2014811     https://sourceforge.net/p/libmtp/bugs/1445/
      removed AC_FUNC_MALLOC     https://sourceforge.net/p/libmtp/bugs/1438/
      nokia x2 dual sim     https://sourceforge.net/p/libmtp/bugs/1453/
      sony xperia compact z5 added     https://sourceforge.net/p/libmtp/bugs/1455/
      added nokia C5-00 alternate PID     https://sourceforge.net/p/libmtp/bugs/1457/
      philips w6610     https://sourceforge.net/p/libmtp/support-requests/163/
      added amazon fire hd 8     https://sourceforge.net/p/libmtp/bugs/1460/
      added wileyfox swift     https://sourceforge.net/p/libmtp/feature-requests/146/
      Sony Z3 Tablet Compact     https://sourceforge.net/p/libmtp/bugs/1454/
      added sony e2105 log
      added Prestigio Multipad Color 7     https://sourceforge.net/p/libmtp/feature-requests/148/
      lenovo a1000     https://sourceforge.net/p/libmtp/bugs/1465/
      added lg 810 tablet     https://sourceforge.net/p/libmtp/bugs/1463/
      elephone p6000
      added nook color info     https://sourceforge.net/p/libmtp/bugs/1462/
      ARCHOS Helium 45B
      added acer z530     https://sourceforge.net/p/libmtp/bugs/1469/
      added kyocera kc-s701     https://sourceforge.net/p/libmtp/bugs/1476/
      added Moto Maxx     https://sourceforge.net/p/libmtp/bugs/1477/
      Add support for the ARCHOS 70 Cobalt     https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1410177
      added another htc desire 310 id     https://sourceforge.net/p/libmtp/bugs/1481/
      medion p8312 8" tablet-pc.     https://sourceforge.net/p/libmtp/bugs/1480/
      huawei M2-801W log     https://sourceforge.net/p/libmtp/bugs/1479/
      added acer liquid z330     https://sourceforge.net/p/libmtp/bugs/1478/
      fixed regex match failure for some bugs
      corrected the GoPro naming (company/model)     added Marshall London     https://sourceforge.net/p/libmtp/bugs/1490/
      added Xiaomi Pad 1 (2717:0668)     https://sourceforge.net/p/libmtp/bugs/1489/
      added lenovo a10 70f     https://sourceforge.net/p/libmtp/bugs/1488/
      new amazon kindle id added     https://sourceforge.net/p/libmtp/bugs/1491/
      added Kyocera Event     https://sourceforge.net/p/libmtp/bugs/1492/
      asus zenfone 2 debzug
      lenovo a1000 (probably in ADB mode)     https://sourceforge.net/p/libmtp/bugs/1465/
      added htc desire 520     https://sourceforge.net/p/libmtp/support-requests/200/
      added lenovo data
      added fujistsu arrows 202f     https://sourceforge.net/p/libmtp/bugs/1495/
      added Lenovo A10-70L     https://sourceforge.net/p/libmtp/bugs/1497/
      added htc one mini 2     https://sourceforge.net/p/libmtp/bugs/1500/
      added lenovo lifetab s1034x debug     https://sourceforge.net/p/libmtp/bugs/1499/
      added nook glowlight plus     https://sourceforge.net/p/libmtp/bugs/1504/
      added data for orange nura phone     https://sourceforge.net/p/libmtp/bugs/1503/
      do not do force_reset_on_close for the Kyocera Event     https://sourceforge.net/p/libmtp/bugs/1492/
      add huawei honor 7     https://sourceforge.net/p/libmtp/bugs/1507/
      added lenovo lifetab S1034X     https://sourceforge.net/p/libmtp/support-requests/201/
      addone sony xperia z3v     https://sourceforge.net/p/libmtp/feature-requests/153/
      HTC one M9     https://sourceforge.net/p/libmtp/bugs/1508/
      added a microsoft lumia     https://sourceforge.net/p/libmtp/feature-requests/155/
      added oneplus one2 a2003     https://sourceforge.net/p/libmtp/bugs/151/
      added fairphone 2     https://sourceforge.net/p/libmtp/support-requests/202/
      in read, use the maxpacket from the device, not _HS_ packetsize
      allview energy p5     https://sourceforge.net/p/libmtp/bugs/1512/
      Kyocera DIGNO T 302KC     https://sourceforge.net/p/libmtp/bugs/1518/
      1.1.11 release

Nicholas Little (1):
      This commit alters the flags for the Nexus 6P device by Huawei - it has     a working get object properties list and its regular object access is     broken with respect to the release date track field.

Reverend Homer (1):
      LIBMP_Create_Folder: fixed doc     https://sourceforge.net/p/libmtp/bugs/1472/     0xFFFFFFFF for root folder instead of 0
2016-04-09 10:09:14 +00:00
tron
edb2a781c2 Note update of "mutt-kz" to version 1.6.0.1 2016-04-09 09:48:35 +00:00
tron
4ca8c546ac Update "mutt-kz" package to version 1.6.0.1. Changes since 1.5.23.1-rc1:
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
  recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
  be IDNA encoded.  If your MTA supports it, unset to use utf-8
  email address domains.
+ The S/MIME message digest algorithm is now specified using the
  option $smime_sign_digest_alg.  Note that $smime_sign_command
  should be modified to include "-md %d".  Please see
  contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
  displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
  All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
  mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
  multipart/encrypted are actually encrypted.  Please see
  contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
  'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
  allowed mailto header parameters.
! The method of setting $hostname has been changed.  Rather than
  scanning /etc/resolv.conf, the domain will now be determined using
  DNS calls.
2016-04-09 09:46:26 +00:00
adam
e422baa263 Updated databases/sqlite3 to 3.12.1 2016-04-09 09:26:53 +00:00
adam
b7a7a4777e Release 3.12.1
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
2016-04-09 09:25:39 +00:00
tron
245117c817 Note update of the "mutt" package to version 1.6.0 2016-04-09 08:54:02 +00:00
tron
df7e4505cd Update "mutt" package to version 1.6.0. Changes since version 1.5.4:
+ Enabled utf-8 mailbox support for IMAP.
+ New expandos %r and %R for comma separated list of To: and Cc:
  recipients respectively.
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
! $use_idn has been renamed to $idn_decode.
+ $idn_encode controls whether outgoing email address domains will
  be IDNA encoded.  If your MTA supports it, unset to use utf-8
  email address domains.
+ The S/MIME message digest algorithm is now specified using the
  option $smime_sign_digest_alg.  Note that $smime_sign_command
  should be modified to include "-md %d".  Please see
  contrib/smime.rc.
+ $reflow_space_quotes allows format=flowed email quotes to be
  displayed with spacing between them.
! multipart draft files are now supported.
+ The "-E" command line argument causes mutt to edit draft or include files.
  All changes made in mutt will be saved back out to those files.
+ $resume_draft_files and $resume_edited_draft_files control how
  mutt processes draft files.
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
  multipart/encrypted are actually encrypted.  Please see
  contrib/gpg.rc for the suggested value.
! mailto URL header parameters by default are now restricted to
  'body' and 'subject'.
+ mailto_allow and unmailto_allow can be used to add or remove
  allowed mailto header parameters.
! The method of setting $hostname has been changed.  Rather than
  scanning /etc/resolv.conf, the domain will now be determined using
  DNS calls.
2016-04-09 08:47:36 +00:00
wen
5bd4b46204 Updated math/R-statmod to 1.4.24 2016-04-09 08:37:43 +00:00
wen
a2e9258195 Update to 1.4.24
Upstream changes:
 2 February 2016: statmod 1.4.24

- speedup for rinvgauss() by replacing rchisq() with rnorm() and
  rbinom() with runif().

- speedup for qinvgauss() by using qgamma as starting approximation
  for very small right tail probabilities, and inverse chisq as
  starting approximation for very small left tail probabilities.

- qinvgauss() now computes Newton step using log probabilities
  and a Taylor series expansion for small steps.  This improves
  accuracy in extreme cases.  The stopping criterion for the Newton
  iteration has been revised.

- Bug fix to dinvgauss(), pinvgauss() and qinvgauss() which were not
  preserving attributes of the first argument.

30 December 2015: statmod 1.4.23

- qinvgauss() has been improved to return best achievable machine
  accuracy.  It now checks for backtracking of the Newton iteration.

- dinvgauss() and pinvgauss() now check for a wider range of special
  cases.  This allows them to give valid results in some cases
  for infinite or missing parameter values and for x outside the
  support of the distribution.

26 October 2015: statmod 1.4.22

- Functions needed from the stats and graphics packages are now
  explicitly imported into the package NAMESPACE.
2016-04-09 08:36:34 +00:00
wen
cb17cb1029 Updated math/R-plyr to 1.8.3 2016-04-09 08:32:28 +00:00
wen
6554c95c68 Update to 1.8.3
Upstream changes:
Version 1.8.3

    Revert to C version of loop_apply() as Rcpp version was appears to be having PROTECTion problems. (Also fixes #256)
2016-04-09 08:30:36 +00:00
richard
695b1e08b0 Updated devel/libusb1 to 1.0.20 2016-04-09 08:19:38 +00:00
richard
5e9a930ddf update to libusb-1.0.20
add experimental SunOS backend support adapted from the upstream RTI
submission from Oracle and initial illumos support from OpenIndiana/Hipster

From the Changelog:
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info

2015-09-13: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Darwin: Fix devices not being detected on OS X 10.8 (#48)
* Linux: Allow larger isochronous transfer submission (#23)
* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
* Windows: Fix broken bus number lookup
* Windows: Improve submission of control requests for composite devices
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements
The (#xx) numbers are libusb issue numbers, see ie:
https://github.com/libusb/libusb/issues/16

MAKE_JOBS_SAFE=no given build issues when enabled.
2016-04-09 08:18:58 +00:00
adam
ecd63b5ce6 PLIST fix 2016-04-09 07:59:11 +00:00
ryoon
3c352362cd Fix MASTER_SITES and remove duplicate man page
* DISTNAME is distributed on github
* Remove duplicate man page. It is only for python option
2016-04-09 06:50:46 +00:00
adam
fddb62e9b2 Updated net/nmap to 7.12 2016-04-09 06:41:47 +00:00
adam
ce5fd31c01 Nmap 7.12
o [Zenmap] Avoid file corruption in zenmap.conf, reported as files containing
  many null ("\x00") characters. Example exception:
    ValueError: unable to parse colour specification

o [NSE] VNC updates including vnc-brute support for TLS security type and
  negotiating a lower RFB version if the server sends an unknown higher
  version.

o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP

o Added new service probes and match lines for OpenVPN on UDP and TCP.
2016-04-09 06:38:05 +00:00