Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (28m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 13:14:10 UTC Now

2016-03-04 10:55:47 UTC MAIN commitmail json YAML

Import arcanist-20160224 as devel/arcanist.

Arcanist is the command-line tool for Phabricator. It allows you to interact
with Phabricator installs to send code for review, download patches, transfer
files, view status, make API calls, and various other things.

(youri)

2016-03-04 10:55:20 UTC MAIN commitmail json YAML

Import libphutil-20160301 as devel/libphutil.

libphutil Library System A system for organizing, loading and introspecting PHP
classes and functions. Uses static analysis to generate, validate and update
library contents and includes. Based on Facebook's similar flib system.

(youri)

2016-03-04 08:58:58 UTC MAIN commitmail json YAML

Set DIST_SUBDIR when changing the checksums but keeping the filename.

(wiz)

2016-03-04 08:43:09 UTC MAIN commitmail json YAML

Update distfile, upstream must have changed the distfile post-release.

(fhajny)

2016-03-04 01:38:39 UTC MAIN commitmail json YAML

pass correct ABI flags to ar(1) on AIX

AIX is particular about the type of object files `ar` should examine.
This should be set explicitly to coincide with the user's defined $ABI.

Contributed by Eric N. Vander Weele.

(tnn)

2016-03-04 01:28:26 UTC MAIN commitmail json YAML

Updated www/netsurf to 3.4

(leot)

2016-03-04 01:28:02 UTC MAIN commitmail json YAML

Update www/netsurf to 3.4.

Changes:
NetSurf 3.4
-----------
NetSurf 3.4 features many optimisations to improve performance over
previous releases. It also contains many bug fixes, including
improvements to page layout. This is also the first release to
contain the Duktape JavaScript engine.  While our JavaScript bindings
have seen a lot of development for this release, JavaScript remains
disabled by default as the support is incomplete. We recommend all
users upgrade to NetSurf 3.4.

(leot)

2016-03-04 00:34:23 UTC MAIN commitmail json YAML

Include desktop-file-utils/desktopdb.mk when there are desktop files.

(youri)

2016-03-04 00:31:49 UTC MAIN commitmail json YAML

2016-03-03 23:22:34 UTC MAIN commitmail json YAML

Add desktop files, making it easier for users to launch the programs.

(youri)

2016-03-03 22:41:21 UTC MAIN commitmail json YAML

remove duplicate .if-clause for SunOS

(tnn)

2016-03-03 22:17:58 UTC MAIN commitmail json YAML

Note update of pkgtools/digest to 20160216

(agc)

2016-03-03 22:11:07 UTC MAIN commitmail json YAML

Update digest to version 20160216, as proposed on tech-pkg.

Changes since previous version:

+ add Taylor Campbell's implementation of SHA3 digests.  This includes
code to calculate 224, 256, 384 and 512bit length digests.

+ change the license on all the code I wrote to be 2-clause BSD

+ modify license years for things that have been changed

+ add self-test command line option to digest(1) via the -t switch

pkgsrc changes

+ derive version number for the package automatically from the source
code

(agc)

2016-03-03 22:05:42 UTC MAIN commitmail json YAML

2016-03-03 21:17:21 UTC MAIN commitmail json YAML

2016-03-03 21:16:46 UTC MAIN commitmail json YAML

Update Tcl to 8.5.19.

Changes in 8.5.16

Changed Tcl behavior
- Unicode 7.0 charset (within BMP)
- [scan %E%G%X].
Updated packages
- http 2.7.13
- tcltest 2.3.8
- platform 1.0.13

Changes in 8.5.17

Changed Tcl behavior
- Fixed several I/O bugs introduced in 8.5.16.

Changes in 8.5.18

(none)

Changes in 8.5.19

New global variables
- tcl_platform(engine) TIP440
Changed Tcl behavior
- Update to Unicode 8.0 support.

(bsiegert)

2016-03-03 21:04:29 UTC MAIN commitmail json YAML

Note remove of package "security/sslscan".

(tron)

2016-03-03 21:02:25 UTC MAIN commitmail json YAML

Remove "sslscan" package. It doesn't built or work with OpenSSL without
SSLv2 which is now the norm in both NetBSD's base system and "pkgsrc".

As the program never supported TLS 1.2 its usefulness was limitted anyway.

(tron)

2016-03-03 19:42:30 UTC MAIN commitmail json YAML

2016-03-03 19:35:13 UTC MAIN commitmail json YAML

Also depend on zlib (should fix bulk build failures on SmartOS)

(shattered)

2016-03-03 17:49:14 UTC MAIN commitmail json YAML

Updated databases/sql-workbench to 119

(asau)

2016-03-03 17:43:45 UTC MAIN commitmail json YAML

Update to SQL Workbench/J build 119.

Build 119 (2016-01-31)

Enhancements

* It's now possible to display the column's data type in the
  header of the result table
* When importing all files from a directory, WbImport now
  provided pre-defined variables with the filename
* It's now possible to configure auto-saving of external files
  independently from auto-saving the workspace.
* A new command WbMessage to display a simple message is available.
* It's not possible to search text in all open editors
  (Tools -> Search all tabs)
* For some DBMS, the DbTree and DbExplorer now show the
  dependencies between objects
* For DB2/iSeries table and column comments can now be retrieved
  from the system catalogs instead of using the JDBC driver.
* For Postgres it is now possible to manually control transactions
  using BEGIN .. COMMIT when the connection is set to autocommit
* The list of tables in the DbTree is now sorted to work around
  bugs in JDBC driver that do not properly sort the list of tables
* For DBMS that support it, two new modes have been added
  to WbImport: -upsert and -insertIgnore using native "UPSERT"
  functionality if available
* For Firebird the SQL source of external tables is now generated
  correctly.
* An new command WbGenerateImpTable is available to infer
  the structure of a table from an import file
* The command line parameter -vardef has been deprecated and
  replaced with -variable and -varFile
* It's now possible to provide tags for each connection profile.
  The quickfilter will then use the defined tags for filtering
  the displayed profiles.
* Connection parameters specified on the command line now have
  precedence over the properties defined through a Liquibase
  defaults file (specified through -lbDefaults)
* It's now possible to enable the use of Oracle's DBMS_METADATA
  for source code retrieval for different types of objects
* The tooltip shown for result tabs can now be configured
  (Options -> Data display)
* For the internal SQL formatter, it's now possible to
  configure the case in which data type names are written
* A new action to run all SQL statements up to the cursor
  position is available
* The error dialog that is displayed when running a script can
  now be configured to also include the error message or the
  statement that failed
* Improved display of packages in the DbTree for Oracle and
  Firebird

Bug fixes

* Showing rowcounts in the DbTree did not work for DB2
* "Generate Delete Script" for a selection of rows in
  the result did not display the generated script.
* When reloading the whole DbTree while a node was selected,
  would show elements (e.g. tables) twice
* CREATE TABLE statements were not formatted correctly
  if the name consisted of quoted and unquoted parts
  (e.g. unquoted schema and quoted table name)
* The error dialog when running running multiple statements
  was not displayed on Linux if the option "Include error message"
  was selected in the "SQL Execution" options
* Improved the performance when retrieving table definitions
  and table source for Oracle
* For Postgres, rules defined on a table where shown twice
  in the generated DDL script
* Retrieving additional column information in the DbExplorer
  failed on SQL Server if a non-standard database collation
  was used
* The DDL for constraints or comments where identifiers
  required quoting was not correct
* The formatter would not process statements correctly where
  a sub select using function calls in the WHERE clause was
  used in a JOIN condition
* When using "Remove Comments" for a connection profile,
  the error position inside a statement was not shown correctly
  for some DBMS
* For Oracle, when using "Trim CHAR data" and editing tables
  where the primary key column was defined as CHAR, updating
  the result did not work.
* Toggle comment did not toggle correctly when some lines were
  already commented and some not
* The messages shown when using conditional execution with
  WbInclude did not properly include the variable name or value
* For Oracle the tablespace of materialized views was not shown
  in the generated SQL (Fix contributed by Franz Mayer)
* It was not possible to work with SAVEPOINTs correctly
* Table definitions for tables with VARCHAR columns were not
  displayed for Oracle
* Disabling the check for read-only columns did not work
  for all JDBC drivers
* WbCopy now stops with an error if -targetTable is specified
  and -sourceTable is used to specify multiple tables
* For DB2 the names of PK constraints where not properly
  qualified with a schema if needed
* Sometimes using "Execute current" would not correctly
  identify the current statement and run the first statement
  from the editor
* WbImport using -insert,update did not work for multi-column
  primary keys when not all PK columns where part of the input
  file
* When a variable value contained the prefix and the suffix of
  the variable pattern, using such a variable would result
  in SQL Workbench/J locking up
* Reloading a trigger source in the DbExplorer's trigger panel
  did not work
* For Oracle the source of a trigger that had a trailing space
  in the name was not retrieved
* For Oracle the position of errors in regular (non-PL/SQL)
  DDL statements was not shown
* When starting SQL Workbench on a headless system, using
  "java -jar" using the -script parameter did not work
  any longer
* For SQL Server 2000, retrieving the source of a view did not
  work
* For SQL Server, generating "dummy DML" for tables with "bit"
  columns did not work
* For MySQL the option "on update" for a default value was not
  shown in the generated SQL source for a table

Build 118 (2015-08-16)

Enhancements

* Added support to include computed columns for MySQL 5.7
  in the generated CREATE TABLE source
* The source and target connection for WbCopy, WbSchemaDiff
  and WbDataDiff can now be specified on the command line when
  starting the application. In that case it's not necessary to
  provide them to the respective commands
* A new action to run all SQL statements in the editor starting
  from the cursor position is available
* It's now possible to use OS environment variable or Java
  properties in the username of a connection profile.
* For Postgres, "COPY .. FROM stdin" with the data after the
  statement is now supported
* It's now possible to define external tools to format SQL
* For decimal values WbExport now supports the parameters
  -fixedDigits and -maxDigits.
* It's now possible to enable editing (and running)
  the generated SQL source code in the DbExplorer directly.
* For Oracle, messages from dbms_output are now always shown
  if a procedure is started using EXECUTE regardless of
  the setting of "set serveroutput"
* Added some basic support for SAP HANA.
* For Excel imports, the option -stringDates=true retrieves
  Dates as formatted strings and converts them using
  the date/timestamp format specified in the WbImport command
  rathr then reading a converted value from the Excel file.
* For Excel exports, the start location where the data should
  be written to in the excel file can now be specified using
  the -offset parameter
* The application to be used for displaying the logfile can now
  be configured.
* WbSchemaReport has a new (boolean) option -writeFullSource
  to write a valid CREATE VIEW statement to the XML output
  in case the DBMS does not store the complete SQL
* Results can now automatically be refreshed either through
  an annotation or through the context menu of the result tab
* The macros in a group can now be sorted alphabetically
* The quoting of the null values for text exports can now
  be enabled through the option -quoteNulls
* The quoting of the header for text exports can now be enabled
  through the option -quoteHeader
* The statement at the cursor position can now be copied directly
  into the clipboard (Code Tools -> Copy current statement)
* For Oracle, the partitions of a materialized view are now
  shown in the source code
* WbImport and WbCopy (including the DataPumper) can now be
  used to insert data into a view
* For tables without a primary key, unique indexes that contain
  nullable columns are no longer considered when generating
  DML statements
* For Vertica tables and views from the schema "v_internal" are
  now show in the DbExplorer (contributed by Tatiana Saltykova)
* It's now possible to define the terminator string for
  "Copy Code Snippet" through the config property
  "workbench.clipcreate.codeend"
* Macros and macro groups can now be excluded from
  the popup window

Bug fixes

* The menu to select data from referenced/referencing tables
  in a result set was disabled when switching to the DbExplorer
  and back to the SQL panel
* -syncDelete with WbCopy did not work if alternate key columns
  were specified using -keyColumns
* Fixed retrieval of stored procedures for DB2 on AS/400
  (thanks to Francesco)
* Fixed detection of update columns for multi-table result sets
  when the name of the PK columns is not uniuqe in the result set
* For Firebird the source code for procedures with multiple out
  parameters was not generated correctly.
* For PostgreSQL, SQL statements to create the comment for
  functions with OUT parameters were not generated correctly.
* When running a single command in batch mode, the error status
  was not returned correctly to the operating system
* WbExport no longer uses the GUI defaults for decimal digits.
  The default is now to always export all digits, unless
  the new -maxDigits parameter is used
* For MySQL, when multiple tables with the same name in different
  databases had triggers defined, all triggers where visible
  for each table in the DbExplorer
* When importing multiple files using -usePgCopy and one file
  generated an error, the previous import was not committed
* WbConnect would prompt for a password for profiles with
  an empty password even if "Save password" was enabled
* No parameter prompt was shown for INOUT parameters when
  running procedures using WbCall
* Implemented a workaround for an Informix driver bug where
  index information for the wrong table was returned
* Double quotes in column values were not escaped properly
  when creating a JSON export
* When switching between views and tables in the DbExplorer
  the foreign key tabs were no longer shown for SQL Server
* Compile errors for Oracle's PL/SQL where not always shown
  correctly
* Parameters for SQL Workbench commands with nested single
  and double quotes that included SQL comments were not
  evaluated properly
* Fixed restoring of the window position when using multiple
  monitors
* Generating the SQL source for computed columns did not work
  for SQL Server 2000
* The SQL source for inherited tables in Postgres was not
  generated correctly.
* The SQL source for sequences for SQL Server was not generated
  correctly.
* "Create DDL script" in the DbExplorer would generate
  the source code for sequnces twice
* Nano (or micro) seconds from timestamp values where not
  displayed correctly
* When opening a file, it is now checked if the selected
  encoding matches the one from the file
* Each time when reloading a result that uses the @WbMacro
  annotation, the macro sub-menu would be added to the context
  menu again
* For Informix, default clauses for columns were not generated
  properly in the DbExplorer
* For Informix, index definitions were not always displayed
  correctly
* Overloaded functions and procedures where not handled
  correctly by WbSchemaDiff
* For Postgres the wrong DROP FUNCTION statement was generated
  if a function contained OUT parameter
* Scripts that contained statements including character
  literals with a backslash were not always parsed correctly.
* When WbImport did not find any matching columns, the error
  message did not include the (faulty) source file
* Fixed the display of the profile tree with large fonts
* The DataPumper did not work if source and destination had
  a different number of columns
* The generated WbCopy command in the DataPumper was not
  correct when a query was used as the source
* XLSX export did not work if the output file was specified
  without an extension
* Fixed some issues with restoring the window position on
  multi-monitor systems
* Fixed some issues where the alternate delimiter was
  incrrectly used when running scripts through WbInclude
* When importing multiple Excel files with WbImport using
  the -sourceDir argument, only the first file was imported
* The abbreviated WbInclude using @ only worked with Oracle
* The minutes for columns of type "timestamp with time zone"
  where not always displayed correctly in Oracle
* Oracle's autotrace did not work in console mode
* Using pgpass for Postgres connections did not work in console
  or batch mode
* WbProcSource would not show the code for a packaged procedure
  in Oracle
* Fixed some problems in the SQL formatter that would lead
  to invalid SQL syntax
* XSLT transformations failed when the output filename didn't
  include a directory
* Disabling "Filter while typing" in the DbExplorer was not
  possible
* -targetConnection and -referenceConnection for WbSchemaDiff
  and WbDataDiff were broken

(asau)

2016-03-03 17:40:23 UTC MAIN commitmail json YAML

Updated x11/xfce4-whiskermenu-plugin to 1.5.2

(youri)

2016-03-03 17:39:28 UTC MAIN commitmail json YAML

Update xfce4-whiskermenu-plugin to 1.5.2:

Release Notes

Changes in version 1.5.2
        Released on December 29th, 2015
        Fix modifier keys resetting focus to search entry. (bug #12378)
        Fix limited input length for search actions. (bug #12381)
        Fix menu shrinking unnecessarily. (bug #12246)
        Fix minimum window size
        Translation updates: Chinese (China), Hungarian, Korean,
Lithuanian, Romanian
    Changes in version 1.5.1
        Released on September 21st, 2015
        Fix window being draggable (bug #11908)
        Fix not searching descriptions
        Translation updates: Asturian, Bulgarian, Chinese
(China),Chinese (Taiwan), Croatian, Czech, Danish, Dutch, French,
Finnish, German, Indonesian, Japanese, Kazakh, Lithuanian, Malay,
Nepali, Norwegian Bokm奪l, Persian, Polish, Portuguese, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Turkish

(youri)

2016-03-03 16:02:23 UTC MAIN commitmail json YAML

+ transmission-2.90, wxGTK-3.1.0.

(wiz)

2016-03-03 14:43:44 UTC MAIN commitmail json YAML

Depend on ruby-rb-fsevent on OS X.  This fixes Jekyll which was not working
due to the missing dependency.  Bump PKGREVISION to 1.

(jmmv)

2016-03-03 14:38:31 UTC MAIN commitmail json YAML

Note addition of rb-fsevent-0.9.7.

(jmmv)

2016-03-03 14:38:02 UTC MAIN commitmail json YAML

Add and enable ruby-rb-fsevent.

(jmmv)

2016-03-03 14:37:46 UTC MAIN commitmail json YAML

2016-03-03 13:51:49 UTC MAIN commitmail json YAML

- wireshark2-2.0.2.

(wiz)

2016-03-03 13:49:50 UTC MAIN commitmail json YAML

Updated net/wireshark1 to 1.12.10

(wiz)

2016-03-03 13:49:40 UTC MAIN commitmail json YAML

Update wireshark1 to 1.2.10:

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-01
      DLL hijacking vulnerability. [2]CVE-2016-2521
    * [3]wnpa-sec-2016-03
      DNP dissector infinite loop. ([4]Bug 11938) [5]CVE-2016-2523
    * [6]wnpa-sec-2016-10
      RSL dissector crash. ([7]Bug 11829) [8]CVE-2016-2530
      [9]CVE-2016-2531
    * [10]wnpa-sec-2016-11
      LLRP dissector crash. ([11]Bug 12048) [12]CVE-2016-2532
    * [13]wnpa-sec-2016-14
      GSM A-bis OML dissector crash. ([14]Bug 11825)
    * [15]wnpa-sec-2016-15
      ASN.1 BER dissector crash. ([16]Bug 12106)
    * [17]wnpa-sec-2016-18
      ASN.1 BER dissector crash. ([18]Bug 11822)

  The following bugs have been fixed:
    * Questionable calling of ethernet dissector by encapsulating
      protocol dissectors. ([19]Bug 9933)
    * Improper RPC reassembly ([20]Bug 11913)
    * GTPv1 Dual Stack with one static and one Dynamic IP. ([21]Bug
      11945)
    * Failed to parse M3AP IE (TNL information). ([22]Bug 12070)
    * Wrong interpretation of Instance ID value in OSPFv3 packet.
      ([23]Bug 12072)
    * MP2T Dissector does parse RTP properly in 2.0.1. ([24]Bug 12099)
    * editcap does not adjust time for frames with absolute timestamp 0 <
      t < 1 secs. ([25]Bug 12116)

  Windows installers and PortableApps� packages are now dual signed using
  SHA-1 and SHA-256 in order to comply with [26]Microsoft Authenticode
  policy. Windows 7 and Windows Server 2008 R2 users should ensure that
  [27]update 3123479 is installed. Windows Vista and Windows Server 2008
  users should ensure that [28]hotfix 2763674 is installed.

  Updated Protocol Support

  ASN.1 BER, BATADV, DNP3, E100, EIGRP, GSM A DTAP, GSM SMS, GTP, HiQnet,
  InfiniBand, LLRP, M3AP, MP2T, NFS, OSPF, RoHC, RPC, RSL, TRILL, VXLAN,
  and X.509AF

(wiz)

2016-03-03 13:43:48 UTC MAIN commitmail json YAML

For now force pkgsrc libiconv on Darwin as a similar workaround to
what currently exists for FreeBSD/DragonFly.  At some point we should
just fix the broken tests...

(jperkin)

2016-03-03 13:34:41 UTC MAIN commitmail json YAML

wireshark* moves.

(wiz)

2016-03-03 13:34:01 UTC MAIN commitmail json YAML

2016-03-03 13:33:50 UTC MAIN commitmail json YAML

2016-03-03 13:33:14 UTC MAIN commitmail json YAML

2016-03-03 13:30:36 UTC MAIN commitmail json YAML

Added math/pari23 version 2.3.5nb19

(wiz)

2016-03-03 13:30:27 UTC MAIN commitmail json YAML

Re-import wireshark-1.12.9 as net/wireshark1.

The default stable version is 2.0.2.

Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Wireshark distribution also comes with TShark, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Wireshark, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

(wiz)

2016-03-03 13:28:32 UTC MAIN commitmail json YAML

Updated math/pari to 2.7.5

(wiz)

2016-03-03 13:28:22 UTC MAIN commitmail json YAML

Update pari to 2.7.5.

Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/

Done for version 2.7.5 (released 09/11/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- forprime engine could skip (fast) sieve in favour of (slow)
      nextprime [#1711]                                                [F113]
    2- 0^[1] -> domain error                                    [#1713] [F114]
    3- memory leaks (clones) in ellchangecurve                  [#1716] [F115]
    4- zeta inaccurate around 0                                  [#1714] [F116]
    5- bnrrootnumber did not support the trivial character [0,..,0]      [F118]
    6- default(log,1) when logfile is write-protected later lead to SEGV [F119]
BA  7- 2-adic gamma function: fix accuracy loss                          [F120]
    8- A==A -> 0 for A a t_SER of huge accuracy (so that A-A overflows
      valuation)                                                [#1734] [F121]
XR  9- P=Pol([1,-2,12,-12,-181,-4,-6899,9780,6360,702,-45]);
      for(i=1,10000,setrand(i);nfdisc(P)) -> crash              [#1735] [F122]
  10- select(x->x,Vecsmall([1,2,3]),1) -> crash                [#1737] [F123]
BA 11- [libpari] RgV_to_RgX_reverse did not work if v[1] or v[2] was 0  [F125]
  12- bnfinit could fail at low precision                      [#1736] [F126]
  13- Rg_to_ff: incorrect type in zk_to_ff                      [#1755] [F127]
BA 14- nfsubfields could fail                                    [#1758] [F128]
  15- rare SEGV in ArtinNumber                                  [#1759] [F129]

Done for version 2.7.4 (released 19/06/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- divisors([2,1]) -> SEGV                                  [#1664] [F84]
    2- acos([Pol(1)]) -> GC bug [#1663]                                  [F85]
    3- primes([1,Pol(2)]) -> SEGV [#1668]                                [F87]
    4- buffer overflow after default(format,"f.precision")              [F95]
    5- qfminim(A, 0, ...) -> stack overflow                      [#1682] [F97]
    6- div_scal_rfrac could create an invalid t_POL              [#1651] [F99]
    7- polroots(t_POL with leading coeff = 0) -> fp exception    [#1690] [F100]
    8- \r cannot deal with very long filenames                  [#1616] [F101]
    9- rnfisabelian(nf, non monic t_POL) -> SEGV                [#1693] [F102]
  10- possibly incorrect result in nfdisc(T,listP)                      [F104]
  11- wrong dim(Ker) returned by ZM_pivot => SEGV in Z-linear algebra
      routines.  E.g. setrand(1);quadclassunit(-612556842419)  [#1700] [F105]
  12- moebius(factor(18)) -> 1 instead of 0                    [#1702] [F106]
  13- ispower(-167^10) => domain error                          [#1703] [F107]
  14- ispowerful(factor(0)) != ispowerful(0)                            [F108]
  15- expm1(2*I) => wrong result                                        [F109]
  16- gamma(1+a*x+O(x^2)) => error [#1707]                              [F110]
  17- printsep() printed its argument in random format instead of f_RAW [F111]
  18- nfdisc(x^10 - 29080*x^5 - 25772600) -> oo loop            [#1710] [F112]

  Added
ED  1- mingw64 support                                                  [A111]

Done for version 2.7.3 (released 18/02/2015):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- [from 2.7.2] ??bnrL1 and ??ellL1 did not work anymore
    2- thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0  [F22]
XR  3- bnrL1(bnrinit(bnfinit(x^2-168),[6,[1,1]],1)) -> bug in ArtinNumber [F55]
    4- nfisincl(t_POL, t_POL) could lead to wrong negative results        [F58]
    5- polresultant(1+x*z^2,1+y*z^4,z) -> GC error [#1614]                [F59]
BA  6- ellcard over non-prime fields could return wrong results          [F60]
    7- [libpari] FpX_roots could produce GC errors [#1618]                [F61]
    8- weber(1+I) was missing its imaginary part                          [F62]
    9- (1+I)*(1+1/2*I) => wrong result (type errors) [#1619]              [F63]
  10- contfracpnqn([a]) => [1,a;0,1] instead of [a,1;1,0]                [F64]
  11- primes([2^50, 2^50+200000]) => stack overflow                      [F65]
  12- issquare((x+1/2)^2,&z); z => 1.0*x+0.5 instead of x+1/2            [F66]
  13- possibly missing roots in nfroots (when using Trager)              [F68]
  14- quadray(bnf, ideal) did not work                                  [F69]
  15- thue(-14*x^3 + 10*x^2 + 63*x - 5,1) -> "short continued fraction"  [F70]
  16- thue(29*x^3+130*x^2-35*x-48,1) -> "round error" bug                [F71]
  17- T=thueinit(10*x^3+6*x^2-41*x+8,1); thue(T,8) => SEGV [#1630]      [F72]
  18- ellrootno(e,p = 2 or 3) when e not minimal at p => random result  [F73]
  19- agm(1,2+O(5)) -> SEGV [#1645]                                      [F76]
BA 20- [cygwin64] ellap(ellinit([0,0,1,-1,0]),10007) was broken          [F77]
  21- primes([-5,5]) -> [5] (spurious absolute values)                  [F78]
  22- matqr([;]) -> crash                                                [F79]
  23- Fp_rem_mBarrett could return a non-normalized result              [F80]
      p=436^56-35;Mod(271,p)^((p-1)/2) -> p+1
  24- plotcopy would corrupt "string" objects (ROt_ST)                  [F81]
BA 25- [GP] default arguments to GP functions could cause corruption      [F82]
VBr26- [darwin] remove obsolete linker options that cause crashes [#1623] [F83]

Done for version 2.7.2 (released 19/09/2014):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- gaffsg(0, t_PADIC): wrong valuation                                [F21]
    2- (t_INTMOD with word-sized modulus)^(huge negative power) [#1584]  [F24]
    3- (gp -p N) or (primelimit=N in gprc_ for N >= 436273290 resulted in an
      incorrect primetable. N.B. Such commands are now useless: needed primes
      are produced dynamically anyway.                                  [F25]
    4- monomial(exact zero, d, v) returned an invalid t_POL / t_RFRAC    [F26]
    5- contfracpnqn(v, n) returned partial quotients p[-1]/q[-1] ...
      p[n-1]/q[n-1], instead of the documented p[0]/q[0] ... p[n]/q[n]  [F27]
    6- factor((3+4*I)/25) -> factor 2+I had 0 exponent [#1586]            [F29]
BA  7- iferr() could crash if some component of the t_ERROR were clones.  [F31]
    8- nffactor() could overflow the stack when default accuracy too low  [F32]
BA  9- obsolete use of E=[a1,a2,a3,a4,a6] in ellmul crashed  [#1589]      [F33]
  10- incorrect rounding in mulrr/divrr for one-word precision reals    [F34]
BA 11- multiif did not handle correctly return() in conditions [#1590]    [F35]
  12- [0..5] -> [0,0,0,0,0] on some architectures                        [F36]
  13- is_gener_Fp could return wrong results                            [F37]
  14- Fq_sqrtn(t_INT,..,&zeta) could return a wrong root of 1            [F38]
  15- bnfinit: SEGV due to precision issues [#1592]                      [F39]
  16- zm_zc_mul only worked for square zm matrices                      [F40]
  17- genus2red(0,27*x^5+97*x^4+118*x^3+60*x^2+13*x+1,3) -> bug [#1596]  [F41]
  18- [gphelp] oo loop when $COLUMNS too small [#1594]                  [F42]
  19- genus2red(x,-x^6-3*x^4-10*x^2-1,3) -> impossible inverse [#1597]  [F43]
  20- factoru(1) returned a t_MAT instead of the expected "matsmall"    [F44]
  21- FpM_charpoly wrong in small characteristic [#1602]                [F45]
  22- when compatible = 3; series() used a random precision              [F50]
  23- genus2red(0,6*x^6+5*x^4+x^2+1,7) -> impossible inverse [#1597]    [F51]
  24- isprime() could crash on large input [#1604]                      [F52]
  25- genus2red(x^3+1,1) -> type error [#1597]                          [F53]
  26- gphelp did not handle === correctly [#1603]                        [F54]
  27- FpXY_evaly() wrong when evaluating at 0                            [F56]
  28- [mingw] gp could crash at start up [#1607]                        [F57]

Done for version 2.7.1 (released 16/05/2014):
[last column crossreferences current development release 2.8.0]

  Fixed
    1- make install fails on OS/X: ln -s libpari.dylib libpari.dylib fails [F1]
    2- Q_pvalrem(t_FRAC) => wrong result                                  [F2]
    3- [] == 0 but []~ != 0  (now []~ == 0 as well) [#1560]                [F3]
BA  4- test-kernel did not work when using --mt=pthread                    [F4]
BA  5- ellheegner was using too much memory in some case                  [F5]
BA  6- ellap can overflow on 32-bit machine [#1558] (minimal fix)          [F6]
    7- nfhilbert(K,x,y, P above 2) could give wrong results [#1561]        [F7]
    8- gcd(1/2, 1+I*1.) -> SEGV [#1563]                                  [F10]
    9- mathnf(t_VEC) could corrupt input (change sign)                    [F11]
  10- [libpari] RgM_transmul did not work                                [F12]
  11- [libpari] Fq_issquare didn't support T=NULL                        [F13]
  12- [libpari] nfpow_u didn't handle non-integral rational numbers      [F14]
  13- eint1(0) -> stack overflow [#1568]                                [F15]
  14- nfroots(, t_POL with leading coeff -1) could miss solutions        [F19]
  15- precprime(1) -> invalid t_INT [#1576]                              [F20]

(wiz)

2016-03-03 13:26:02 UTC MAIN commitmail json YAML

Switch p5-Math-Pari to pari23, it's not ready for a newer pari.

Upstream bug report filed, but no replies for over two months:
https://rt.cpan.org/Ticket/Display.html?id=110751

(wiz)

2016-03-03 13:26:00 UTC MAIN commitmail json YAML

Requires tcp_wrappers.

(jperkin)

2016-03-03 13:23:22 UTC MAIN commitmail json YAML

Re-import pari-2.3.5nb19 as math/pari23 to prepare for pari update.

PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions.  It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se.  However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.

This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.

This is the old 2.3 version of pari.

(wiz)

2016-03-03 13:22:43 UTC MAIN commitmail json YAML

2016-03-03 13:16:20 UTC MAIN commitmail json YAML

2016-03-03 13:12:20 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 13:11:55 UTC MAIN commitmail json YAML

Updated net/wireshark2 to 2.0.2

(wiz)

2016-03-03 13:11:45 UTC MAIN commitmail json YAML

Update wireshark to 2.0.2.

What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-01
      DLL hijacking vulnerability. [2]CVE-2016-2521
    * [3]wnpa-sec-2016-02
      ASN.1 BER dissector crash. ([4]Bug 11828) [5]CVE-2016-2522
    * [6]wnpa-sec-2016-03
      DNP dissector infinite loop. ([7]Bug 11938) [8]CVE-2016-2523
    * [9]wnpa-sec-2016-04
      X.509AF dissector crash. ([10]Bug 12002) [11]CVE-2016-2524
    * [12]wnpa-sec-2016-05
      HTTP/2 dissector crash. ([13]Bug 12077) [14]CVE-2016-2525
    * [15]wnpa-sec-2016-06
      HiQnet dissector crash. ([16]Bug 11983) [17]CVE-2016-2526
    * [18]wnpa-sec-2016-07
      3GPP TS 32.423 Trace file parser crash. ([19]Bug 11982)
      [20]CVE-2016-2527
    * [21]wnpa-sec-2016-08
      LBMC dissector crash. ([22]Bug 11984) [23]CVE-2016-2528
    * [24]wnpa-sec-2016-09
      iSeries file parser crash. ([25]Bug 11985) [26]CVE-2016-2529
    * [27]wnpa-sec-2016-10
      RSL dissector crash. ([28]Bug 11829) [29]CVE-2016-2530
      [30]CVE-2016-2531
    * [31]wnpa-sec-2016-11
      LLRP dissector crash. ([32]Bug 12048) [33]CVE-2016-2532
    * [34]wnpa-sec-2016-12
      Ixia IxVeriWave file parser crash. ([35]Bug 11795)
    * [36]wnpa-sec-2016-13
      IEEE 802.11 dissector crash. ([37]Bug 11818)
    * [38]wnpa-sec-2016-14
      GSM A-bis OML dissector crash. ([39]Bug 11825)
    * [40]wnpa-sec-2016-15
      ASN.1 BER dissector crash. ([41]Bug 12106)
    * [42]wnpa-sec-2016-16
      SPICE dissector large loop. ([43]Bug 12151)
    * [44]wnpa-sec-2016-17
      NFS dissector crash.
    * [45]wnpa-sec-2016-18
      ASN.1 BER dissector crash. ([46]Bug 11822)

  The following bugs have been fixed:
    * HTTP 302 decoded as TCP when "Allow subdissector to reassemble TCP
      streams" option is enabled. ([47]Bug 9848)
    * Questionable calling of ethernet dissector by encapsulating
      protocol dissectors. ([48]Bug 9933)
    * [Qt & Legacy & probably TShark too] Delta Time Conversation column
      is empty. ([49]Bug 11559)
    * extcap: abort when validating capture filter for DLT 147. ([50]Bug
      11656)
    * Missing columns in Qt Flow Graph. ([51]Bug 11710)
    * Interface list doesn't show well when the list is very long.
      ([52]Bug 11733)
    * Unable to use saved Capture Filters in Qt UI. ([53]Bug 11836)
    * extcap: Capture interface options snaplen, buffer and promiscuous
      not being used. ([54]Bug 11865)
    * Improper RPC reassembly ([55]Bug 11913)
    * GTPv1 Dual Stack with one static and one Dynamic IP. ([56]Bug
      11945)
    * Wireshark 2.0.1 MPLS dissector not decoding payload when control
      word is present in pseudowire. ([57]Bug 11949)
    * "...using this filter" turns white (not green or red). Plus
      dropdown arrow does nothing. ([58]Bug 11950)
    * EIGRP field eigrp.ipv4.destination does not show the correct
      destination. ([59]Bug 11953)
    * tshark -z conv,type[,filter] swapped frame / byte values from / to
      columns. ([60]Bug 11959)
    * The field name nstrace.tcpdbg.tcpack should be
      nstrace.tcpdbg.tcprtt. ([61]Bug 11964)
    * 6LoWPAN IPHC traffic class not decompressed correctly. ([62]Bug
      11971)
    * Crash with snooping NFS file handles. ([63]Bug 11972)
    * 802.11 dissector fails to decrypt some broadcast messages. ([64]Bug
      11973)
    * Wireshark hangs when adding a new profile. ([65]Bug 11979)
    * Issues when closing the application with a running capture without
      packets. ([66]Bug 11981)
    * New Qt UI lacks ability to step through multiple TCP streams with
      Analyze > Follow > TCP Stream. ([67]Bug 11987)
    * GTK: plugin_if_goto_frame causes Access Violation if called before
      capture file is loaded. ([68]Bug 11989)
    * Wireshark 2.0.1 crash on start. ([69]Bug 11992)
    * Wi-Fi 4-way handshake 4/4 is displayed as 2/4. ([70]Bug 11994)
    * ACN: acn.dmx.data has incorrect type. ([71]Bug 11999)
    * editcap packet comment won't add multiple comments. ([72]Bug 12007)
    * DICOM Sequences no longer able to be expanded. ([73]Bug 12011)
    * Wrong TCP stream when port numbers are reused. ([74]Bug 12022)
    * SSL decryption fails in presence of a Client certificate. ([75]Bug
      12042)
    * LUA: TVBs backing a data source is freed too early. ([76]Bug 12050)
    * PIM: pim.group filter have the same name for IPv4 and IPv6.
      ([77]Bug 12061)
    * Failed to parse M3AP IE (TNL information). ([78]Bug 12070)
    * Wrong interpretation of Instance ID value in OSPFv3 packet.
      ([79]Bug 12072)
    * MP2T Dissector does parse RTP properly in 2.0.1. ([80]Bug 12099)
    * editcap does not adjust time for frames with absolute timestamp 0 <
      t < 1 secs. ([81]Bug 12116)
    * Guard Interval is not consistent between Radiotap & wlan_radio.
      ([82]Bug 12123)
    * Calling dumpcap -i- results in access violation. ([83]Bug 12143)
    * Qt: Friendly Name and Interface Name columns should not be
      editable. ([84]Bug 12146)
    * PPTP GRE call ID not always decoded. ([85]Bug 12149)
    * Interface list does not show device description anymore. ([86]Bug
      12156)
    * Find Packet does not highlight the matching tree item or packet
      bytes. ([87]Bug 12157)
    * "total block length ... is too large" error when opening pcapng
      file with multiple SHB sections. ([88]Bug 12167)
    * http.request.full_uri is malformed if an HTTP Proxy is used.
      ([89]Bug 12176)
    * SNMP dissector fails at msgSecurityParameters with long length
      encoding. ([90]Bug 12181)

  Windows installers and PortableApps� packages are now dual signed using
  SHA-1 and SHA-256 in order to comply with [91]Microsoft Authenticode
  policy. Windows 7 and Windows Server 2008 R2 users should ensure that
  [92]update 3123479 is installed. Windows Vista and Windows Server 2008
  users should ensure that [93]hotfix 2763674 is installed.

  Updated Protocol Support

  6LoWPAN, ACN, ASN.1 BER, BATADV, DICOM, DNP3, DOCSIS INT-RNG-REQ, E100,
  EIGRP, GSM A DTAP, GSM SMS, GTP, HiQnet, HTTP, HTTP/2, IEEE 802.11,
  IKEv2, InfiniBand, IPv4, IPv6, LBMC, LLRP, M3AP, MAC LTE, MP2T, MPLS,
  NFS, NS Trace, OSPF, PIM, PPTP, RLC LTE, RoHC, RPC, RSL, SNMP, SPICE,
  SSL, TCP, TRILL, VXLAN, WaveAgent, and X.509AF

  New and Updated Capture File Support

  3GPP TS 32.423 Trace, iSeries, Ixia IxVeriWave, pcap, and pcapng

(wiz)

2016-03-03 13:05:38 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 13:02:34 UTC MAIN commitmail json YAML

Updated databases/shared-mime-info to 1.6

(wiz)

2016-03-03 13:02:24 UTC MAIN commitmail json YAML

Update shared-mime-info to 1.6.

shared-mime-info 1.6 (2016-02-23)
* Add XAR archive mime-type
* Add GeoJSON mime-type
* Add GPX mime-type
* Add xdg-app mime-type
* Add *.xht glob and magic for XHTML files
* Bump priority of archive mime-types with long magics,
  to avoid false positives when detecting files inside
  the archive itself

(wiz)

2016-03-03 13:01:21 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 20.2.2

(wiz)

2016-03-03 13:01:11 UTC MAIN commitmail json YAML

Update py-setuptools to 20.2.2.

20.2.2
------

* Issue #502: Correct regression in parsing of multiple
  version specifiers separated by commas and spaces.

20.2.1
------

* Issue #499: Restore compatiblity for legacy versions
  by bumping to packaging 16.4.

20.2
----

* Changelog now includes release dates and links to PEPs.
* Pull Request #173: Replace dual PEP 345 _markerlib implementation
  and PEP 426 implementation of environment marker support from
  packaging 16.1 and PEP 508. Fixes Issue #122.
  See also Pull Request #175, Pull Request #168, and
  Pull Request #164. Additionally:
  - ``Requirement.parse`` no longer retains the order of extras.
  - ``parse_requirements`` now requires that all versions be
    PEP-440 compliant, as revealed in #499. Packages released
    with invalid local versions should be re-released using
    the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.

(wiz)

2016-03-03 13:00:05 UTC MAIN commitmail json YAML

Updated security/py-oauth2client to 2.0.0

(wiz)

2016-03-03 12:59:55 UTC MAIN commitmail json YAML

Update py-oauth2client to 2.0.0.

## v2.0.0

* Add django_util (#332)
* Avoid OAuth2Credentials `id_token` going out of sync after a token
  refresh (#337)
* Move to a `contrib` sub-package code not considered a core part of
  the library (#346, #353, #370, #375, #376, #382)
* Add `token_expiry` to `devshell` credentials (#372)
* Move `Storage` locking into a base class (#379)
* Added dictionary storage (#380)
* Added `to_json` and `from_json` methods to all `Credentials`
  classes (#385)
* Fall back to read-only credentials on EACCES errors (#389)
* Coalesced the two `ServiceAccountCredentials`
  classes (#395, #396, #397, #398, #400)

### Special Note About `ServiceAccountCredentials`:
-------------------------------------------------

For JSON keys, you can create a credential via

```py
from oauth2client.service_account import ServiceAccountCredentials
credentials = ServiceAccountCredentials.from_json_keyfile_name(
    key_file_name, scopes=[...])
```

You can still rely on

```py
from oauth2client.client import GoogleCredentials
credentials = GoogleCredentials.get_application_default()
```

returning these credentials when you set the `GOOGLE_APPLICATION_CREDENTIALS`
environment variable.

For `.p12` keys, construct via

```py
credentials = ServiceAccountCredentials.from_p12_keyfil(
    service_account_email, key_file_name, scopes=[...])
```

though we urge you to use JSON keys (rather than `.p12` keys) if you can.

This is equivalent to the previous method

```py
# PRE-oauth2client 2.0.0 EXAMPLE CODE!
from oauth2client.client import SignedJwtAssertionCredentials

with open(key_file_name, 'rb') as key_file:
    private_key = key_file.read()

credentials = SignedJwtAssertionCredentials(
    service_account_email, private_key, scope=[...])
```

(wiz)

2016-03-03 12:59:49 UTC MAIN commitmail json YAML

Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.

(jperkin)

2016-03-03 12:56:47 UTC MAIN commitmail json YAML

Only add -lfl on NetBSD.  The list of OPSYS that the default addition
was broken on was getting too long, with the potential for many more.

Fixes build on Darwin.  Use OPSYSVARS while here.

(jperkin)

2016-03-03 12:55:45 UTC MAIN commitmail json YAML

Updated devel/py-click to 6.3

(wiz)

2016-03-03 12:55:36 UTC MAIN commitmail json YAML

Update py-click to 6.3.

Version 6.3
-----------

(bugfix release; released on February 22 2016)

- Fix argument checks for interpreter invoke with `-m` and `-c`
  on Windows.
- Fixed a bug that cased locale detection to error out on Python 3.

(wiz)

2016-03-03 12:54:13 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-LibXML to 2.0124

(wiz)

2016-03-03 12:54:03 UTC MAIN commitmail json YAML

Update p5-XML-LibXML to 2.0124. Fix some pkglint while here.

2.0124  2016-02-27
    - Fix XML::LibXML::Text->attributes() to return an empty list in list
    context.
        - https://rt.cpan.org/Ticket/Display.html?id=112470
        - Thanks to Rob Dixon for the report.

(wiz)

2016-03-03 12:53:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Diff to 1.44

(wiz)

2016-03-03 12:52:51 UTC MAIN commitmail json YAML

Update p5-Text-Diff to 1.44.

1.44 2016-02-26 NEILB
    - Fixed the handling of text without a trailing newline. This module now
      adds the same text that the diff tool does, "\n\\ No newline at end of
      file\n". Previously this module simply produced broken diffs when one or
      both files had no trailing newline. Fixed by Dave Rolsky. GitHub #1.

(wiz)

2016-03-03 12:51:43 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 2.001000

(wiz)

2016-03-03 12:51:34 UTC MAIN commitmail json YAML

Update p5-Moo to 2.001000.

2.001000 - 2016-02-29
  * Documentation
    - Added documentation for has's ability to accept an arrayref of attribute
      names to create with the same options.
    - Removed mention that we may not call BUILDARGS, since that behavior was
      removed in 2.000002.
    - Reorganized documentation of class methods to separate those provided as a
      public API (new/does/meta) from those used by Moo in the object lifecycle
      (BUILDARGS/FOREIGNBUILDARGS/BUILD/DEMOLISH).
    - Updated documentation of most class methods for clarity.
    - Updated BUILDARGS documentation to show an around rather than just
      overriding.
    - Added examples to FOREIGNBUILDARGS and BUILD.
    - Added explicit documentation for DOES and meta methods.

  * Fixes
    - Fixed grammar in error message when @ISA is changed unexpectedly before
      a constructor is fully generated.
    - Fixed Moo classes and Sub::Quote subs in packages that are nearly 252
      characters long.
    - Fixed Sub::Defer::undefer_package emitting warnings.
    - Fixed detection of constructors that have already been inlined.

  * Performance
    - The generated code in constructors and setters has had a number of
      microoptimizations applied.
    - Deferred subs (and quoted subs like some accessors) in roles will be
      undefered before copying them to classes.  This prevents the need for a
      goto on every call that would slow down the subs.
    - Fixed Moose inflation code resulting in constructors with deferred
      wrappers.

  * Other
    - Recommend Sub::Name 0.08, which fixes a memory leak.
    - The values given to BUILD subs will be the original values passed to new,
      rather than after coercions have been applied.  This brings the behavior
      in line with Moose.

(wiz)

2016-03-03 12:49:36 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 3.020

(wiz)

2016-03-03 12:49:25 UTC MAIN commitmail json YAML

Update p5-JSON-XS to 3.02.

3.02 Fri Feb 26 22:45:20 CET 2016
- allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean)
          as well (reported by Alex Efros).
- allow literal tabs in strings in relaxed mode (patch by
          lubo.rintel@gooddata.com).
- support "cbor" format in json_xs tool.
- support (and fix) calling encode and decode in list context
          (reported by Вадим Власов).
        - work around a bug in older perls crashing when presented
          with shared hash keys (Reini Urban).
        - use stability canary.

(wiz)

2016-03-03 12:46:28 UTC MAIN commitmail json YAML

Updated devel/p5-File-Which to 1.20

(wiz)

2016-03-03 12:46:19 UTC MAIN commitmail json YAML

Update p5-File-Which to 1.20:

1.20      2016-03-01 15:06:54 -0500
  - Fix bug where executable named "0" would not be found (gh#7)

(wiz)

2016-03-03 12:45:40 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.2400

(wiz)

2016-03-03 12:45:30 UTC MAIN commitmail json YAML

Update p5-DateTime to 1.24.

1.24  2016-02-29

- The last release partially broke $dt->time. If you passed a value to use as
  unit separator, this was ignored. Reported by Sergiy Zuban. RT #112585.

1.23  2016-02-28

- Make all DateTime::Infinite objects return the system's representation of
  positive or negative infinity for any method which returns a number of
  string representation (year(), month(), ymd(), iso8601(), etc.). Previously
  some of these methods could return "Nan", "-Inf--Inf--Inf", and other
  confusing outputs. Reported by Greg Oschwald. RT #110341.

1.22  2016-02-21 (TRIAL RELEASE)

- Fixed several issues with the handling of non-integer values passed to
  from_epoch().

  This method was simply broken for negative values, which would end up being
  incremented by a full second, so for example -0.5 became 0.5.

  The method did not accept all valid float values. Specifically, it did not
  accept values in scientific notation.

  Finally, this method now rounds all non-integer values to the nearest
  millisecond. This matches the precision we can expect from Perl itself (53
  bits) in most cases.

  Patch by Christian Hansen. GitHub #11.

1.21  2015-09-30

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).

(wiz)

2016-03-03 12:42:38 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.19.13

(wiz)

2016-03-03 12:42:27 UTC MAIN commitmail json YAML

Update mpd to 0.19.13.

ver 0.19.13 (2016/02/23)
* tags
  - aiff, riff: fix ID3 chunk padding
* decoder
  - ffmpeg: support the TAK codec
* fix disappearing duration of remote songs during playback
* initialize supplementary groups with glibc 2.19+

(wiz)

2016-03-03 12:34:42 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.2.3

(wiz)

2016-03-03 12:34:33 UTC MAIN commitmail json YAML

Update harfbuzz to 1.2.3.

Overview of changes leading to 1.2.3
Thursday, February 25, 2016
====================================

- Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic,
  due to bug in glyph class of ASCII double-quote character.  This should
  address "regression" introduced in 1.2.0 when we switched mark zeroing
  in most shapers from BY_UNICODE_LATE to BY_GDEF_LATE.
  This fourth release in a week should finally stablize things...

- hb-ot-font's get_glyph() implementation saw some optimizations.  Though,
  might be really hard to measure in real-world situations.

- Also, two rather small API changes:

We now disable some time-consuming internal bookkeeping if built with NDEBUG
defined.  This is a first time that we use NDEBUG to disable debug code.  If
there exist production systems that do NOT want to enable NDEBUG, please let
me know and I'll add HB_NDEBUG.

Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph()

New API:
- hb_font_get_nominal_glyph_func_t
- hb_font_get_variation_glyph_func_t
- hb_font_funcs_set_nominal_glyph_func()
- hb_font_funcs_set_variation_glyph_func()
- hb_font_get_nominal_glyph()
- hb_font_get_variation_glyph()

Deprecated API:
- hb_font_get_glyph_func_t
- hb_font_funcs_set_glyph_func()

Clients that implement their own font-funcs are encouraged to replace
their get_glyph() implementation with a get_nominal_glyph() and
get_variation_glyph() pair.  The variation version can assume that
variation_selector argument is not zero.  Old (deprecated) functions
will continue working indefinitely using internal gymnastics; it is
just more efficient to use the new functions.

Overview of changes leading to 1.2.2
Wednesday, February 24, 2016
====================================

- Fix regression with mark positioning with fonts that have
  non-zero mark advances.  This was introduced in 1.2.0 while
  trying to make mark and cursive attachments to work together.
  I have partially reverted that, so this version is much more
  like what we had before.  All clients who updated to 1.2.0
  should update to this version.

Overview of changes leading to 1.2.1
Tuesday, February 23, 2016
====================================

- CoreText: Fix bug with wrong scale if font scale was changed later.
  https://github.com/libass/libass/issues/212
- CoreText: Drastically speed up font initialization.
- CoreText: Fix tiny leak.
- Group ZWJ/ZWNJ with previous syllable under cluster-level=0.
  https://github.com/behdad/harfbuzz/issues/217
- Add test/shaping/README.md about how to add tests to the suite.

(wiz)

2016-03-03 12:28:33 UTC MAIN commitmail json YAML

Updated misc/calibre to 2.52.0

(wiz)

2016-03-03 12:28:22 UTC MAIN commitmail json YAML

Update calibre to 2.52.0.

- version: 2.52.0
  date: 2016-02-26

  new features:
    - title: "Allow creating rules to ignore files when adding books based on the filename"
      description: "Useful when using the auto-add feature or when adding in bulk. Preferences->Adding Books->Rules to filter added files"

    - title: "calibredb add: Allow specifying filters to control adding of books from directories"

    - title: "E-book viewer: Allow copying the Table of Contents to the clipboard by right clicking on it."
      tickets: [1548791]

  bug fixes:
    - title: "FB2 metadata: Ignore invalid (unidentifiable) cover images."
      tickets: [1548417]

    - title: "FB2 metadata: Fix error when adding books with non-numeric series numbers."
      tickets: [1548405]

    - title: "DOCX Input: Fix handling of toggle properties such as bold/italic/strikethrough/etc. when specified as document defaults."
      tickets: [1548187]

    - title: "Conversion pipeline: Add support for the q CSS length unit"

  improved recipes:
    - AsiaOne
    - Today Online - Singapore
    - Foreign Policy
    - Outlook India
    - Economic and Political Weekly
    - Foreign Affairs
    - El Pais
    - LA Times
    - Al-Ahram
    - New York Times Book Review

  new recipes:
    - title: Al-Masry Alyoum
      author: Hassan Williamson

(wiz)

2016-03-03 12:25:24 UTC MAIN commitmail json YAML

Remove patch (part of 1.2.2 update).

(wiz)

2016-03-03 12:16:48 UTC MAIN commitmail json YAML

Updated sysutils/py-dbus to 1.2.2

(wiz)

2016-03-03 12:16:37 UTC MAIN commitmail json YAML

Updated sysutils/dbus-python-common to 1.2.2

(wiz)

2016-03-03 12:16:24 UTC MAIN commitmail json YAML

Update dbus python bindings to 1.2.2.

D-Bus Python Bindings 1.2.2 (2016-02-22)
========================================

The “mind fray” release.

Versioning changes:

• dbus-python releases now have an even micro version (1.2.0, 1.2.2),
  and snapshots from git have an odd micro version (1.2.1).

Dependencies:

• Building from git (but not from tarballs) now requires
  macros from the GNU Autoconf Archive, for example the autoconf-archive
  package in Debian or Fedora derivatives.

• Building from git (but not from tarballs) now requires Automake 1.13
  or later.

• The automated tests and some examples now require PyGI (the gi module),
  not PyGObject 2 (the deprecated glib and gobject modules).

Enhancements:

• There is now a setuptools setup.py, allowing dbus-python to be installed
  into a virtualenv using pip from a standard Automake source release. This
  requires pre-existing system-wide installations of the normal build
  dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has
  some limitations. For system-wide installations and development,
  please use the Autoconf/Automake build system directly.
  (fd.o #55439; Simon McVittie)

• dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS
  (Simon McVittie)

• The automated tests can now be installed as GNOME-style "installed tests",
  and should be somewhat more reliable (Simon McVittie)

Fixes:

• "from dbus.service import *" now imports FallbackObject
  (fd.o #85720; Ben Longbons)

• The GConf-related examples work again (fd.o #85720; Ben Longbons)

• Consistently make examples executable, and install them all
  (fd.o #85720; Ben Longbons)

• Search PATH for an appropriately-versioned pythonX.Y-config, or as a last
  resort python-config, if there isn't a ${PYTHON}-config in the
  same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu)

• Add support for the Automake 1.13 parallel test driver (Simon McVittie)

• Skip building API documentation if "import epydoc" fails (Simon McVittie)

(wiz)

2016-03-03 12:10:50 UTC MAIN commitmail json YAML

Updated devel/afl to 2.05b

(wiz)

2016-03-03 12:10:31 UTC MAIN commitmail json YAML

Update afl to 2.05b:

--------------
Version 2.05b:
--------------

  - Put __sanitizer_cov_module_init & co behind #ifdef to avoid problems
    with ASAN. Spotted by Christian Holler.

--------------
Version 2.04b:
--------------

  - Removed indirect-calls coverage from -fsanitize-coverage (since it's
    redundant). Spotted by Kostya Serebryany.

(wiz)

2016-03-03 11:58:30 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.3.2

(fhajny)

2016-03-03 11:58:18 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.3.2.

Irrelevant to (dynamically linked) lang/nodejs4:

* openssl: Upgrade from 1.0.2f to 1.0.2g

(fhajny)

2016-03-03 11:54:39 UTC MAIN commitmail json YAML

Updated lang/nodejs to 5.7.1

(fhajny)

2016-03-03 11:54:28 UTC MAIN commitmail json YAML

Update lang/nodejs to 5.7.1.

* path.relative():
  - Output is no longer unnecessarily verbose
  - Resolving UNC paths on Windows now works correctly
  - Resolving paths with prefixes now works correctly from
    the root directory
* url: Fixed an off-by-one error with parse()
* dgram: Now correctly handles a default address case when offset
  and length are specified (Matteo Collina) #5407.

Irrelevant to (dynamically linked) lang/nodejs:

* openssl: Upgrade from 1.0.2f to 1.0.2g

(fhajny)

2016-03-03 07:40:27 UTC MAIN commitmail json YAML

Updated devel/netbeans-ide to 8.1

(asau)

2016-03-03 07:37:26 UTC MAIN commitmail json YAML

Update to NetBeans 8.1

Noteworthy changes in NetBeans 8.1:

Updated GlassFish server to the version 4.1.1.

Updated Apache Tomcat server to the version 8.0.27.

JUnit is now included in the NetBeans bundles.

Java: improved editing, improved support for Maven,
support for Maven 3.3, improved refactoring, improved profiler,
improved debugger, support for Gluon Scene Builder,
support for WildFly 9 and 10.

JavaScript/HTML5: support for Knockout 3.2.0, support
for Angular 1.2 and 1.3, new support of Jade Template Engine.

Node.js support: editor, debugger, Grunt support, Gulp support.

JavaScript: editor improvements, JSDoc improvements, debugger.

JSON editor improvements.

PHP: Phing support, Codeception support, Nette Tester support.

(asau)

2016-03-03 04:42:10 UTC MAIN commitmail json YAML

Note update of pkgtools/mksandbox to 1.6

(agc)

2016-03-03 04:41:15 UTC MAIN commitmail json YAML

Patch from Silas Silva to:

+ add a --without-src command line argument which allows a sandbox to be
  made without mounting any src tree component

+ bump mksandbox package to 1.6.

(agc)

2016-03-03 03:02:22 UTC MAIN commitmail json YAML

gawk will corrupt the output data stream in multibyte locales,
so force the locale to "C".

Fixes mozilla-rootcerts under Linux.

(dsainty)

2016-03-02 23:12:13 UTC MAIN commitmail json YAML

Reduce DEPENDS. They are not minumal requirements.

(ryoon)

2016-03-02 23:08:47 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.9.3

(ryoon)

2016-03-02 23:08:22 UTC MAIN commitmail json YAML

2016-03-02 23:07:07 UTC MAIN commitmail json YAML

x11/qt5* PKGREVISION Bump

(ryoon)

2016-03-02 23:04:02 UTC MAIN commitmail json YAML

2016-03-02 22:59:49 UTC MAIN commitmail json YAML

Updated inputmethod/ibus to 1.5.13
Updated inputmethod/ibus-python to 1.5.13

(ryoon)

2016-03-02 22:59:00 UTC MAIN commitmail json YAML

ibus, ibus-python: Update to 1.5.13

* Buildlink libX11 to ibus-python to fix build

Changelog:
1.5.13
    src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
    Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620

1.5.12
    check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
    ibus-daemon update user cache when user observed path is updated 1d67867
    panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
    panel: Fix the default position of property panel with dual monitors 3ebeb65
    setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
    engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa

(ryoon)

2016-03-02 22:45:46 UTC MAIN commitmail json YAML

Updated devel/dconf to 0.22.0nb4

(ryoon)

2016-03-02 22:45:02 UTC MAIN commitmail json YAML

Replace more hardcoded /etc. Bump PKGREVISION
This fixes error from inputmethod/ibus-skk's ibus-setup-skk.

(ryoon)

2016-03-02 21:30:35 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.16.0

(leot)

2016-03-02 21:30:19 UTC MAIN commitmail json YAML

Update multimedia/mpv to 0.16.0.

Changes:
Release 0.16.0
==============
This release changes the license of some non-MPlayer source files to LGPL 2.1 or later.

Build System Changes
--------------------
- build: enable vaapi under drm-only as well (issue #2808)
- build: enable vo_opengl_cb if GL headers are present
- build: make libavfilter mandatory
- build: make posix_spawn optional
- wscript: don窶冲 install the encoding profiles with encoding disabled

Features
--------
New
~~~
- Initial Android support
- ao: initial OpenSL ES support
- dxva2: support HEVC Main 10
- osc: add always-on mode and unify visibility mode (always/never/auto)
- player: add complex filter graph support
- rpi: add mpeg-4, vc-1 decoding support
- stream_dvb: support frontends with multiple delivery systems (e.g. DVB-C/DVB-T combo cards)
- vo_opengl: 10 bit support with ANGLE
- vo_opengl: add KMS/DRM VAAPI hardware decoding interop
- vo_opengl: dxinterop: add dxva2 passthrough
- vo_rpi: add geometry handling (--geometry, --autofit, fullscreen switching, etc.)
- vo_x11: add 16bpp support

Options and Commands
--------------------
Added
~~~~~
- --lavfi-complex option for complex filter graphs
- audio: change downmix behavior, add --audio-normalize-downmix
- command: add vf-command and af-command commands
- player: add --external-file option
- vo_opengl: add interpolation-threshold sub-option

Changed
~~~~~~~
- audio: change --audio-channels default back to stereo
- audio: remove default preference for libdcadec (decoder was merged with FFmpeg)
- command: always allow setting volume/mute properties
- command: show original aspect in video-aspect property too
- input: ignore --input-cursor for events injected by input commands (issue #2750)
- options: set fs=yes by default on RPI, and change RPI defaults handling
- sub: implement "sub-seek 0" (issue #2791)
- vo_opengl: default scaler-resizes-only sub-option to yes

Fixes and Minor Enhancements
----------------------------
- OS X/cocoa: fix charcode retrieving for accented characters
- TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list change (issue #2738)
- TOOLS/lua/autoload.lua: remove the extension prior to sort
- Windows: fix dropping URIs (issue #2782)
- af_lavrresample: prevent channels from being dropped, e.g. when going 7.1 -> 7.1(wide) and similar cases
- ao_coreaudio: fix 7.1(rear) channel mapping
- ao_openal: wipe out global context on init error (PR #2719)
- ao_wasapi: avoid under-run cascade in exclusive mode
- ao_wasapi: set buffer size to device period in exclusive mode
- audio: fix spdif PCM fallback
- build: add special openbsd case for iconv check (issue #2710)
- command: fix NULL pointer deref in "video-codec" property (issue #2729)
- command: fix track cycling logic (issue #2784)
- demux: disable stream cache if no tracks are selected (issue #2692)
- demux_mkv: add hack to fix opus gapless behavior
- demux_mkv: support channel layout in VfW muxed PCM (issue #2820)
- osc: fix runtime enable_osc(true/false)
- player: fix initial audio sync in certain cases (issue #2770)
- player: honor --force-window if video is selected, but inactive
- player: never show "DS: (unavailable)"
- player: restore old/correct --force-window behavior (issue #2825)
- player: rewrite timeline/ordered chapter support
- vaapi: fix compilation on older FFmpeg/Libav (issue #2737)
- vdpau: force driver to report preemption early
- video: don't wait for last video frame in the normal case (issue #2745)
- video: fix coverart switching
- video: slightly improve video stream switching
- vo_opengl: add precision qualifier to usampler2D on ANGLE (issue #2761)
- vo_opengl: default to rgba16f FBOs on ANGLE
- vo_opengl: don't use normalized coords for debanding rectangle textures (issue #2831)
- vo_opengl: dxinterop: fix compatibility issue with Vista
- vo_opengl: pass the correct target to deband functions with Apple hwdec interop
- vo_opengl: rename custom shader entrypoint from sample to sample_pixel (issue #2733)
- x11: get *current* XRandR screen configuration instead of polling for new screens, too

(leot)

2016-03-02 20:14:09 UTC MAIN commitmail json YAML

Updated mail/exim to 4.86.2

(wiedi)

2016-03-02 20:13:18 UTC MAIN commitmail json YAML

Update mail/exim and mail/exim-html to 4.86.2

Exim version 4.86.2
-------------------
Portability relase of 4.86.1

Exim version 4.86.1
-------------------
HS/04 Add support for keep_environment and add_environment options.
      This fixes CVE-2016-1531.

All installations having Exim set-uid root and using 'perl_startup' are
vulnerable to a local privilege escalation. Any user who can start an
instance of Exim (and this is normally *any* user) can gain root
privileges. If you do not use 'perl_startup' you *should* be safe.

New options
-----------

We had to introduce two new configuration options:

  keep_environment =
  add_environment =

Both options are empty per default. That is, Exim cleans the complete
environment on startup. This affects Exim itself and any subprocesses,
as transports, that may call other programs via some alias mechanisms,
as routers (queryprogram), lookups, and so on. This may affect used
libraries (e.g. LDAP).

** THIS MAY BREAK your existing installation **

If both options are not used in the configuration, Exim issues a warning
on startup. This warning disappears if at least one of these options is
used (even if set to an empty value).

keep_environment should contain a list of trusted environment variables.
(Do you trust PATH?). This may be a list of names and REs.

  keep_environment = ^LDAP_ : FOO_PATH

To add (or override) variables, you can use add_environment:

  add_environment = <; PATH=/sbin:/usr/sbin

New behaviour
-------------

Now Exim changes it's working directory to / right after startup,
even before reading it's configuration. (Later Exim changes it's working
directory to $spool_directory, as usual.)

Exim only accepts an absolute configuration file path now, when using
the -C option.

(wiedi)

2016-03-02 19:31:23 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 3.7.2

(wiz)

2016-03-02 19:31:13 UTC MAIN commitmail json YAML

Update py-mercurial to 3.7.2.

Include
changeset:  34663:332926212ef8
user:        FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date:        Wed Feb 24 06:10:46 2016 +0900
files:      mercurial/repoview.py tests/test-commandserver.t
description:
repoview: discard filtered changelog if index isn't shared with unfiltered

on top of 3.7.2 to fix a test failure, see
https://bz.mercurial-scm.org/show_bug.cgi?id=4642

This is a regularly-scheduled bugfix release.

    bundlerepo: properly handle hidden linkrev in filelog (issue4945)
    bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
    demandimport: add _imp to ignore list
    doc: correct example concerning "hg purge" alias in man page "hgrc.5"
    doc: remove deprecated option from synopsis of command help
    fileset: fix copy/paste in eol() error message
    help: fix typo in backgroundclose documentation
    help: hg.intevation.de is new primary name of hg.intevation.de (and new cert)
    help: update template examples to use reST literal syntax
    hg: obtain lock when creating share from pooled repo (issue5104)
    log: fix order of revisions filtered by multiple OR options (issue5100)
    rebase: update working directory when aborting (issue5084)
    revert: properly revert to ancestor of p2 during merge (issue5052)
    revset: flatten chained 'list' operations (aka function args) (issue5072)
    setup: avoid procedure related to hg.exe at setup.py --pure
    ui: fix crash by non-interactive prompt echo for user name
    unionrepo: properly handle hidden linkrev in revlog (issue5070)
    zeroconf: forward all arguments passed to ui.configitems() wrapper

(wiz)

2016-03-02 18:45:21 UTC MAIN commitmail json YAML

Pass correct GCC ABI flags on AIX.

Fix from Eric N. Vander Weele <ericvw@gmail.com>

(jperkin)

2016-03-02 17:46:14 UTC MAIN commitmail json YAML

+ mcsim-5.6.5, p5-DateTime-1.2400, p5-File-Which-1.20, p5-Moo-2.001000,
  stgit-0.17.1 [pkg/50875].

(wiz)

2016-03-02 17:26:34 UTC MAIN commitmail json YAML

Remove GCC pragma patch, it breaks various platforms.

(jperkin)

2016-03-02 17:19:33 UTC MAIN commitmail json YAML

Remove GCC pragma patch, breaks on various platforms.

(jperkin)

2016-03-02 14:37:22 UTC MAIN commitmail json YAML

Updated x11/gtk2 to 2.24.29nb1

(nros)

2016-03-02 14:32:31 UTC MAIN commitmail json YAML

2016-03-02 13:32:06 UTC MAIN commitmail json YAML

Replace whitespace with tab

(ryoon)

2016-03-02 01:07:04 UTC MAIN commitmail json YAML

Updated security/libressl to 2.2.6

(sevan)

2016-03-01 22:11:18 UTC MAIN commitmail json YAML

Revert meaningless change.

(asau)

2016-03-01 20:46:51 UTC MAIN commitmail json YAML

Note addition of bazel 0.2.0.

(jmmv)

2016-03-01 20:46:15 UTC MAIN commitmail json YAML

Add and enable bazel.

(jmmv)

2016-03-01 20:45:31 UTC MAIN commitmail json YAML

Initial addition of bazel-0.2.0:

Bazel is a build tool that builds code quickly and reliably.  It is used to
build the majority of Google's software, and thus it has been designed to
handle build problems present in Google's development environment, including:

* A massive, shared code repository, in which all software is built from
  source.  Bazel has been built for speed, using both caching and parallelism
  to achieve this.  Bazel is critical to Google's ability to continue to scale
  its software development practices as the company grows.

* An emphasis on automated testing and releases.  Bazel has been built for
  correctness and reproducibility, meaning that a build performed on a
  continuous build machine or in a release pipeline will generate
  bitwise-identical outputs to those generated on a developer's machine.

* Language and platform diversity.  Bazel's architecture is general enough to
  support many different programming languages within Google, and can be used
  to build both client and server software targeting multiple architectures
  from the same underlying codebase.

(jmmv)

2016-03-01 20:28:55 UTC MAIN commitmail json YAML

Note update of fuse-sshfs to 2.7

(jmmv)

2016-03-01 20:28:24 UTC MAIN commitmail json YAML

Update to 2.7:

* Integrated osxfuse's copy of sshfs, which means that sshfs now works
  on OS X out of the box.
* Added -o cache_max_size=N option to let users tune the maximum size of
  the cache in number of entries.
* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N
  options to let users tune the cleaning behavior of the cache.

(jmmv)

2016-03-01 20:18:36 UTC MAIN commitmail json YAML

2016-03-01 20:18:23 UTC MAIN commitmail json YAML

Needs kernel types on NetBSD.

(joerg)

2016-03-01 20:17:46 UTC MAIN commitmail json YAML

Needs pkg-config for autoconf.

(joerg)

2016-03-01 20:17:18 UTC MAIN commitmail json YAML

Use bsdtar as pax-as-tar doesn't work.

(joerg)

2016-03-01 20:16:52 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:16:33 UTC MAIN commitmail json YAML

2016-03-01 20:16:17 UTC MAIN commitmail json YAML

2016-03-01 20:14:24 UTC MAIN commitmail json YAML

NetBSD's v4l2 emulation doesn't currently have focus-related settings,
so conditionalize parts.

(joerg)

2016-03-01 20:13:19 UTC MAIN commitmail json YAML

Don't do clever things with include guards, clever things tend to break.

(joerg)

2016-03-01 20:12:26 UTC MAIN commitmail json YAML

The CVP override is no longer needed for Clang 3.8.

(joerg)

2016-03-01 20:12:01 UTC MAIN commitmail json YAML

Sun Audio needs kernel types on NetBSD.

(joerg)

2016-03-01 20:11:36 UTC MAIN commitmail json YAML

When using the Mersenne Twister, include the right header.

(joerg)

2016-03-01 20:10:21 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:09:49 UTC MAIN commitmail json YAML

Needs pkg-config.

(joerg)

2016-03-01 20:09:29 UTC MAIN commitmail json YAML

Request kernel types on NetBSD.

(joerg)

2016-03-01 20:09:04 UTC MAIN commitmail json YAML

2016-03-01 20:06:00 UTC MAIN commitmail json YAML

Catch up with the sphinx-induced PLIST change. Bump revision.

(joerg)

2016-03-01 20:05:13 UTC MAIN commitmail json YAML

Fix build with newer binutils by making the start/end marker of the
module list hidden. There really is no point in keeping them global.
Ideally, this would be using the normal linker set logic, but that's a
more involved change.

(joerg)

2016-03-01 19:52:49 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.6

(asau)

2016-03-01 19:50:10 UTC MAIN commitmail json YAML

Update to Poly/ML 5.6.
Changes include major improvements of FFI.

(asau)

2016-03-01 19:26:10 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.3.3

(asau)

2016-03-01 19:22:41 UTC MAIN commitmail json YAML

Update to SBCL 1.3.3

changes in sbcl-1.3.3 relative to sbcl-1.3.2:
* enhancement: warn about argument mismatch for functions passed as
  arguments to other functions (e.g. REDUCE, MAP) at compile-time.
* optimization: functions accepting other functions (e.g. REDUCE, FIND) can
  now be constant-folded if all function arguments are declared as foldable.
* optimization: improved logical operations on integers of unknown type.
* bug fix: exception handling no longer leaks memory on OS X. (lp#326238)

(asau)

2016-03-01 17:13:59 UTC MAIN commitmail json YAML

2016-03-01 14:35:42 UTC MAIN commitmail json YAML

Updated security/openssl to 1.0.2g

(jperkin)

2016-03-01 14:35:33 UTC MAIN commitmail json YAML

Update security/openssl to version 1.0.2g.

Changes between 1.0.2f and 1.0.2g [1 Mar 2016]

  * Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
    Builds that are not configured with "enable-weak-ssl-ciphers" will not
    provide any "EXPORT" or "LOW" strength ciphers.
    [Viktor Dukhovni]

  * Disable SSLv2 default build, default negotiation and weak ciphers.  SSLv2
    is by default disabled at build-time.  Builds that are not configured with
    "enable-ssl2" will not support SSLv2.  Even if "enable-ssl2" is used,
    users who want to negotiate SSLv2 via the version-flexible SSLv23_method()
    will need to explicitly call either of:

        SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);
    or
        SSL_clear_options(ssl, SSL_OP_NO_SSLv2);

    as appropriate.  Even if either of those is used, or the application
    explicitly uses the version-specific SSLv2_method() or its client and
    server variants, SSLv2 ciphers vulnerable to exhaustive search key
    recovery have been removed.  Specifically, the SSLv2 40-bit EXPORT
    ciphers, and SSLv2 56-bit DES are no longer available.
    (CVE-2016-0800)
    [Viktor Dukhovni]

  *) Fix a double-free in DSA code

    A double free bug was discovered when OpenSSL parses malformed DSA private
    keys and could lead to a DoS attack or memory corruption for applications
    that receive DSA private keys from untrusted sources.  This scenario is
    considered rare.

    This issue was reported to OpenSSL by Adam Langley(Google/BoringSSL) using
    libFuzzer.
    (CVE-2016-0705)
    [Stephen Henson]

  *) Disable SRP fake user seed to address a server memory leak.

    Add a new method SRP_VBASE_get1_by_user that handles the seed properly.

    SRP_VBASE_get_by_user had inconsistent memory management behaviour.
    In order to fix an unavoidable memory leak, SRP_VBASE_get_by_user
    was changed to ignore the "fake user" SRP seed, even if the seed
    is configured.

    Users should use SRP_VBASE_get1_by_user instead. Note that in
    SRP_VBASE_get1_by_user, caller must free the returned value. Note
    also that even though configuring the SRP seed attempts to hide
    invalid usernames by continuing the handshake with fake
    credentials, this behaviour is not constant time and no strong
    guarantees are made that the handshake is indistinguishable from
    that of a valid user.
    (CVE-2016-0798)
    [Emilia K辰sper]

  *) Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption

    In the BN_hex2bn function the number of hex digits is calculated using an
    int value |i|. Later |bn_expand| is called with a value of |i * 4|. For
    large values of |i| this can result in |bn_expand| not allocating any
    memory because |i * 4| is negative. This can leave the internal BIGNUM data
    field as NULL leading to a subsequent NULL ptr deref. For very large values
    of |i|, the calculation |i * 4| could be a positive value smaller than |i|.
    In this case memory is allocated to the internal BIGNUM data field, but it
    is insufficiently sized leading to heap corruption. A similar issue exists
    in BN_dec2bn. This could have security consequences if BN_hex2bn/BN_dec2bn
    is ever called by user applications with very large untrusted hex/dec data.
    This is anticipated to be a rare occurrence.

    All OpenSSL internal usage of these functions use data that is not expected
    to be untrusted, e.g. config file data or application command line
    arguments. If user developed applications generate config file data based
    on untrusted data then it is possible that this could also lead to security
    consequences. This is also anticipated to be rare.

    This issue was reported to OpenSSL by Guido Vranken.
    (CVE-2016-0797)
    [Matt Caswell]

  *) Fix memory issues in BIO_*printf functions

    The internal |fmtstr| function used in processing a "%s" format string in
    the BIO_*printf functions could overflow while calculating the length of a
    string and cause an OOB read when printing very long strings.

    Additionally the internal |doapr_outch| function can attempt to write to an
    OOB memory location (at an offset from the NULL pointer) in the event of a
    memory allocation failure. In 1.0.2 and below this could be caused where
    the size of a buffer to be allocated is greater than INT_MAX. E.g. this
    could be in processing a very long "%s" format string. Memory leaks can
    also occur.

    The first issue may mask the second issue dependent on compiler behaviour.
    These problems could enable attacks where large amounts of untrusted data
    is passed to the BIO_*printf functions. If applications use these functions
    in this way then they could be vulnerable. OpenSSL itself uses these
    functions when printing out human-readable dumps of ASN.1 data. Therefore
    applications that print this data could be vulnerable if the data is from
    untrusted sources. OpenSSL command line applications could also be
    vulnerable where they print out ASN.1 data, or if untrusted data is passed
    as command line arguments.

    Libssl is not considered directly vulnerable. Additionally certificates etc
    received via remote connections via libssl are also unlikely to be able to
    trigger these issues because of message size limits enforced within libssl.

    This issue was reported to OpenSSL Guido Vranken.
    (CVE-2016-0799)
    [Matt Caswell]

  *) Side channel attack on modular exponentiation

    A side-channel attack was found which makes use of cache-bank conflicts on
    the Intel Sandy-Bridge microarchitecture which could lead to the recovery
    of RSA keys.  The ability to exploit this issue is limited as it relies on
    an attacker who has control of code in a thread running on the same
    hyper-threaded core as the victim thread which is performing decryptions.

    This issue was reported to OpenSSL by Yuval Yarom, The University of
    Adelaide and NICTA, Daniel Genkin, Technion and Tel Aviv University, and
    Nadia Heninger, University of Pennsylvania with more information at
    http://cachebleed.info.
    (CVE-2016-0702)
    [Andy Polyakov]

  *) Change the req app to generate a 2048-bit RSA/DSA key by default,
    if no keysize is specified with default_bits. This fixes an
    omission in an earlier change that changed all RSA/DSA key generation
    apps to use 2048 bits by default.
    [Emilia K辰sper]

(jperkin)

2016-03-01 13:59:25 UTC MAIN commitmail json YAML

Updated textproc/heirloom-doctools to 160217

(leot)

2016-03-01 13:59:11 UTC MAIN commitmail json YAML

Update textproc/heirloom-doctools to 160217.
Patch provided by Carsten Kunze via pkgsrc-wip and discussed with me via private
emails.

Changes:
Release 160217
==============

2016-02-17
    tbl:  Invalid memory access bug fixed.  (When testing if a
    line starts with '_' or '=' it did not check if the string is
    empty.)

2016-02-16
    .tr bugfix:  When the first character given to .tr was un-
    known, all character translations had been done wrong.

2016-02-11
    tbl troff bug fixed:  Height of table had been calculated
    wrong.  This could lead to graphics artifacts if a table is
    at page bottom.

2016-02-10
    Many changes to -man and -mdoc.  Heirloom's manual page for-
    matting is now quite compatible to groff.

2016-02-08
    Operator 'v' added for ".if".  (Some manpages using this.)

2016-02-02
    -ms: Macros .QS and .QE added.

2016-01-29
    Support for groff's notation \[uXXXX] added.

2016-01-26
    nroff: Use of new names for .char now possible.  (Up to now
    only names found in the tab file could be used.)

2016-01-01
    Spaces are now allowed in filenames of .cf, .fp, .lf, .nx,
    and .so requests.  The documentation stated that %20 could be
    used to escape spaces.  However this was not implemented.
    The implementation has now been changed to allow spaces by
    quoting the filename with '"'.  Additionally character codes
    up to 255 are allowed now in filenames.  (Bug reported by
    Jacob Parker (https://github.com/jacobp100).)

2015-12-23
    groff's operator ".if F <font>" added.

2015-12-18
    Support for groff's notation \[char<n>] added.

2015-12-10
    File system case-sensitivity issue fixed.  (Reported by Henry
    McGilton.)

2015-10-28
    Set previous font to current font in case of unknown font.
    This is the groff behaviour.  E.g. \fIfoo\fP \f(CWbar\fP blah
    did underline "blah" in AT&T nroff.

2015-09-23
    \n[.ns] implemented (had only been documented up to now).

2015-09-21
    Basic HTML support added.

2015-09-18
    Escape \I added (test if argument is a valid identifier).  \I
    is equivalent to groff's \A.

2015-07-14
    PDFMark: \X'SetBorderStyle' added.

2015-07-08
    Special groff compatibility mode for manual pages added which
    is enabled when register .g is set to 1.

2015-06-24
    .box bug fixed: .box did discard part of roff's state.

2015-06-22
    mm(7): .PGFORM added to allow line length change inside docu-
    ment.

2015-06-10
    .ie-.el bug fixed.  Up to now .ie-.el did not work fully re-
    liable in AT&T roff.  (Found during -mdoc debugging.)

2015-06-08
    mdoc: Macro Lb with library definitions for FreeBSD and
    NetBSD added.

2015-06-05
    nroff -T37 (default), -Tlp and -Tlocale: Display of pic(7)
    drawings implemented.

2015-06-04
    troff -Tpost: All font description files now uppercase (for
    use on case-insensitive file systems) and use of groff font
    names instead of traditional names now possible with .ft and
    \f.

2015-05-26
    Bugfix: nroff: Local motions had not been local (did stay in
    effect across line boundary).

    nroff: Request \D'l ...' added.

2015-05-02
    mdoc(7): .El: List type stack bug fixed.

(leot)

2016-03-01 13:25:13 UTC MAIN commitmail json YAML

Updated chat/swift to 3.0

(wiz)

2016-03-01 13:25:01 UTC MAIN commitmail json YAML

Update swift to 3.0.

we are pleased to announce the availability of Swift 3.0, an XMPP client
focused on usability and security.
It is our first release for 3 years and includes bug fixes and new features
like:
- File-transfer using Jingle File Transfer
- Simple continuation of 1-to-1 chats in group chats
- Keyword highlighting ( http://swift.im/blog/keyword-highlighting )
- Simple blocking of contacts using Blocking Command
- Compact roster setting that hides avatars and status messages
- Quick contact search filter in roster
- and more.

For the full changelog see https://swift.im/docs/changelog-3-0.html .

(wiz)

2016-03-01 13:16:20 UTC MAIN commitmail json YAML

Updated net/miniupnpd to 1.9.20160222

(adam)

2016-03-01 13:14:52 UTC MAIN commitmail json YAML

Changes 1.9.20160222:
set IPv6 Hop limit to 10
fix HOST: header of event notifications in IPv6
be more compliant on 64bit machines : ui4 in [0;2^32-1]

(adam)

2016-03-01 12:34:14 UTC MAIN commitmail json YAML

Update link to pkgsrc-wip.

(wiz)

2016-03-01 12:33:37 UTC MAIN commitmail json YAML

2016-03-01 11:31:08 UTC MAIN commitmail json YAML

Note addition of fuse-sshfs, version 2.6.

(jmmv)

2016-03-01 11:30:43 UTC MAIN commitmail json YAML

Add and enable fuse-sshfs.

(jmmv)

2016-03-01 11:30:07 UTC MAIN commitmail json YAML

Initial addition of fuse-sshfs, version 2.6:

This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to
set up: i.e. on the server side there's nothing to do.  On the client
side mounting the filesystem is as easy as logging into the server with
ssh.

The idea of sshfs was taken from the SSHFS filesystem distributed with
LUFS.  There were some limitations in that codebase, and this
implementation features:

- Based on FUSE
- Multithreading
- Large reads (max 64k)
- Caching directory contents
- Reconnect on failure

(jmmv)

2016-03-01 09:27:22 UTC MAIN commitmail json YAML

Add phonon-qt5* packages.

(markd)

2016-03-01 09:23:34 UTC MAIN commitmail json YAML

Add phonon-qt5{,-backend-vlc,-backend-gstreamer}
phonon-backend-gstreamer-shared

(markd)

2016-03-01 09:21:01 UTC MAIN commitmail json YAML

2016-03-01 09:06:48 UTC MAIN commitmail json YAML

2016-03-01 09:03:40 UTC MAIN commitmail json YAML

2016-03-01 08:59:54 UTC MAIN commitmail json YAML

2016-03-01 08:54:42 UTC MAIN commitmail json YAML

2016-03-01 02:44:42 UTC MAIN commitmail json YAML

Updated www/py-google-api-python-client to 1.5.0

(mef)

2016-03-01 02:44:32 UTC MAIN commitmail json YAML

Update 1.4.2 to 1.5.0
---------------------
v1.5.0
  Release to support oauth2client >= 2.0.0.

  - Fix file stream recognition in Python 3 (#141)
  - Fix non-resumable binary uploads in Python 3 (#147)
  - Default to 'octet-stream' if mimetype detection fails (#157)
  - Handle SSL errors with retries (#160)
  - Fix incompatibility with oauth2client v2.0.0 (#182)

(mef)

2016-03-01 02:07:48 UTC MAIN commitmail json YAML

Update to 2.2.6
>From http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.6-relnotes.txt
This release is based on the stable OpenBSD 5.8 branch.

* Deprecated the SSL_OP_SINGLE_DH_USE flag

(sevan)

2016-03-01 01:49:48 UTC MAIN commitmail json YAML

Do not account for BN_print(3) on OS X as this file will not be present a case
insensitive filesystem.

(sevan)

2016-03-01 01:46:00 UTC MAIN commitmail json YAML

Do not account for BN_print(3) on OS X as this file will not be present a case
insensitive filesystem.

(sevan)

2016-03-01 01:39:18 UTC MAIN commitmail json YAML

BUILDLINK_PASSTHRU_RPATHDIRS is required when building on OpenBSD & NetBSD
Resolves PR 50625
Thanks to jgw AT SDF for PR and kamil@ for the heads up.

(sevan)

2016-02-29 20:05:00 UTC MAIN commitmail json YAML

Apply Darwin install_name fix to R extensions.

(jperkin)

2016-02-29 20:00:44 UTC MAIN commitmail json YAML

Need to pull in gettext-lib for dependencies.

(jperkin)

2016-02-29 19:48:43 UTC MAIN commitmail json YAML

2016-02-29 19:45:53 UTC MAIN commitmail json YAML

2016-02-29 19:26:53 UTC MAIN commitmail json YAML

Remove PEAR_SKIP_FILES after the dynamic PLIST generation too, as
php is invoked to generate the PLIST and will re-create the files,
despite them already having been removed in post-install.

(jperkin)

2016-02-29 17:52:18 UTC MAIN commitmail json YAML

Work around mktime configure test failure which leads to a build issue
on Darwin/64-bit.

(jperkin)

2016-02-29 17:35:10 UTC MAIN commitmail json YAML

2016-02-29 17:31:24 UTC MAIN commitmail json YAML

Actually install the keyboard config file.
bump revision because it fixes an important update.

(youri)

2016-02-29 17:13:07 UTC MAIN commitmail json YAML

2016-02-29 13:54:07 UTC MAIN commitmail json YAML

Updated lang/ocaml to 4.02.3nb3

(jperkin)

2016-02-29 13:53:58 UTC MAIN commitmail json YAML

2016-02-29 13:51:28 UTC MAIN commitmail json YAML

Ensure linker arguments get passed to ocamlmklib correctly.

(jperkin)

2016-02-29 12:29:56 UTC MAIN commitmail json YAML

Remove GNU ld arguments on Darwin and SunOS.

(jperkin)

2016-02-29 11:48:50 UTC MAIN commitmail json YAML

Updated editors/abiword to 3.0.1nb1

(jperkin)

2016-02-29 11:48:39 UTC MAIN commitmail json YAML

Add dependency on adwaita-icon-theme.  Bump PKGREVISION.

(jperkin)

2016-02-29 10:51:50 UTC MAIN commitmail json YAML

2016-02-29 10:50:55 UTC MAIN commitmail json YAML

Changes 2.7.2:
* The low-level merge machinery has been taught to use CRLF line
  termination when inserting conflict markers to merged contents that
  are themselves CRLF line-terminated.
* "git worktree" had a broken code that attempted to auto-fix
  possible inconsistency that results from end-users moving a
  worktree to different places without telling Git (the original
  repository needs to maintain backpointers to its worktrees, but
  "mv" run by end-users who are not familiar with that fact will
  obviously not adjust them), which actually made things worse
  when triggered.
* "git push --force-with-lease" has been taught to report if the push
  needed to force (or fast-forwarded).
* The emulated "yes" command used in our test scripts has been
  tweaked not to spend too much time generating unnecessary output
  that is not used, to help those who test on Windows where it would
  not stop until it fills the pipe buffer due to lack of SIGPIPE.
* The vimdiff backend for "git mergetool" has been tweaked to arrange
  and number buffers in the order that would match the expectation of
  majority of people who read left to right, then top down and assign
  buffers 1 2 3 4 "mentally" to local base remote merge windows based
  on that order.
* The documentation for "git clean" has been corrected; it mentioned
  that .git/modules/* are removed by giving two "-f", which has never
  been the case.
* Paths that have been told the index about with "add -N" are not
  quite yet in the index, but a few commands behaved as if they
  already are in a harmful way.

(adam)

2016-02-29 10:05:47 UTC MAIN commitmail json YAML

Remove a commonly used set of GNU ld arguments which are incompatible
with the Darwin linker.  Fixes various packages.

(jperkin)

2016-02-29 05:50:41 UTC MAIN commitmail json YAML

2016-02-28 23:55:58 UTC MAIN commitmail json YAML

Note PKGREVISION bump of boost-{headers,libs}

(minskim)

2016-02-28 23:54:11 UTC MAIN commitmail json YAML

Make bjam.mk aware of gcc-5.x

Bump PKGREVISION for boost-{headers,libs}.

(minskim)

2016-02-28 21:59:53 UTC MAIN commitmail json YAML

Update chat/jabberd2 to 2.3.6

(schnoebe)

2016-02-28 21:58:13 UTC MAIN commitmail json YAML

Update to jabberd 2.3.6:

* 2.3.5 to 2.3.6 upgrade:

What changed:
- Support WebSocket fragmented packets
- Fixed delivering directed presence (to self)
- Reset in-sess 'from' to FullJID on non-Presence packets

This is mainly a bugfix release.
The main change is that WebSocket connections work stable now.

https://github.com/jabberd2/jabberd2/commits/jabberd-2.3.6

(schnoebe)

2016-02-28 20:41:03 UTC MAIN commitmail json YAML

Update print/hplip 3.16.2.

(schnoebe)

2016-02-28 20:37:29 UTC MAIN commitmail json YAML

Update to 3.16.2:

Release Notes:

Significant Changes:

- Queue configuration using 'hp-setup' command is no more supported for
  HP ScanJets. Scan frontends like xsane, hp-scan, scanimage, simplescan
  will automatically detect usb and network ScanJets.

Added Support for the Following New Printers:

- HP ScanJet Pro 4500 fn1 Network scanner
- HP LaserJet Pro MFP M127fs
- HP DeskJet Ultra Ink Advantage 2029 Printer
- HP DeskJet Ink Advantage Ultra 2529 All-in-One Printer

Added support for the following new Distro's:

- LinuxMint 17.3
- Debian 8.3

Launchpad fixes:

1521687 - /usr/lib/sane/libsane-hpaio.so.1: undefined symbol:
          mdns_probe_nw_scanners
1537467 - udev: 56-hpmud.rules should not run usb_id for all USB devices
          out there
1517494 - Upgrade to HPLIP-3.15.11 fails
1536762 - HPLIP installation fails with non-english locale
1483820 - hp-plugin hangs on 'su'
1484916 - hp-plugin infinite loop
1510950 - hp-plugin not working - stuck on permission
1502025 - HP plugin installation hangs after accepting license
1534404 - Debian 8's hplip version is 3.14.6, not 3.15.2
1532451 - Laserjet Pro MFP M127fs is not supported

(schnoebe)

2016-02-28 19:49:06 UTC MAIN commitmail json YAML

Needs libXrandr.

(joerg)

2016-02-28 19:48:17 UTC MAIN commitmail json YAML

2016-02-28 19:47:41 UTC MAIN commitmail json YAML

Let the compiler decide whether or not DT_RPATH vs DT_RUNPATH should be
used, don't force the crap in places that definitely don't know the
right answer. Bump revision.

(joerg)

2016-02-28 19:44:56 UTC MAIN commitmail json YAML