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 (21m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 15:15:35 UTC Now

2017-11-13 13:56:42 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Log-Agent to 1.003

(wiz)

2017-11-13 13:56:32 UTC MAIN commitmail json YAML

p5-Log-Agent: update to 1.003.

## [1.003] - 2017-11-10
### Added
- Added a license file.

(wiz)

2017-11-13 13:46:02 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal to 4.002

(wiz)

2017-11-13 13:45:52 UTC MAIN commitmail json YAML

p5-Sereal: update to 4.002.

4.001_001 Mon Feb  6 11:13:40 CEST 2017
  * Sereal v4 release with Zstandard compression support
    https://github.com/facebook/zstd

(wiz)

2017-11-13 13:41:30 UTC MAIN commitmail json YAML

Updated devel/libuv, devel/cmake

(adam)

2017-11-13 13:40:57 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal-Encoder to 4.002

(wiz)

2017-11-13 13:40:46 UTC MAIN commitmail json YAML

p5-Sereal-Encoder: update to 4.002.

4.001_001 Mon Feb  6 11:13:40 CEST 2017
    * Sereal v4 release with Zstandard compression support
      https://github.com/facebook/zstd

(wiz)

2017-11-13 13:39:20 UTC MAIN commitmail json YAML

doc/TODO: add some

+ aria2-1.33.1, calibre-3.12, fossil-2.4, hiawatha-10.7,
  libgphoto2-2.5.15, libressl-2.6.3, lighttpd-1.4.48, maxima-5.41.0,
  stunnel-5.43, tinc-1.0.33, wget-1.19.2, worker-3.12.0.

(wiz)

2017-11-13 13:38:03 UTC MAIN commitmail json YAML

cmake: updated to 3.9.6

CMake 3.9.6:
* Restore exclusion of "gcc_eh" from implicit link libraries

(adam)

2017-11-13 13:37:17 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal-Decoder to 4.002

(wiz)

2017-11-13 13:37:08 UTC MAIN commitmail json YAML

p5-Sereal-Decoder: update to 4.002.

4.001_001 Mon Feb  6 11:13:40 CEST 2017
  * Sereal v4 release with Zstandard compression support
    https://github.com/facebook/zstd

(wiz)

2017-11-13 13:28:58 UTC MAIN commitmail json YAML

libuv: updated to 1.16.1

Changes since version 1.16.0:
* unix: move net/if.h include
* win: fix undeclared NDIS_IF_MAX_STRING_SIZE

(adam)

2017-11-13 12:23:36 UTC MAIN commitmail json YAML

Add support for LDFLAGS when building audio/nas

This helps pass the RELRO check for this package.

(khorben)

2017-11-13 11:57:22 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20171027

(wiz)

2017-11-13 11:57:11 UTC MAIN commitmail json YAML

neomutt: update to 20171027.

neomutt is now called 'neomutt' instead of 'mutt'. Remove conflict
with mutt.

2017-10-27  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - variable type when using fread
  - prevent timezone overflow
  - tags: Show fake header for all backends
  - notmuch: virtual-mailboxes should accept a limit
  - Issue 888: Fix imap mailbox flag logging
  - fix actions on tagged messages
  - call the folder-hook before saving to $record
  - Fix smart wrap in pager without breaking header
  - Add polling for the IDLE command
* Docs
  - imap/notmuch tags: Add some documentation
  - English and other cleanups
  - compressed and nntp features are now always built
* Website
  - Update Arch instructions
* Build
  - Fix update-po
  - Fix neomutt.pot location, remove from git
  - Allow to specify --docdir at configure time
  - Generate neomuttrc even if configured with --disable-doc
  - Let autosetup define PWD, do not unnecessarily try to create hcache dir
  - Use bundled wcscasecmp if an implementation is not found in libc
  - Use host compiler to build the documentation
  - Update autosetup to latest master branch
  - autosetup: delete makedoc on 'make clean'
  - Fixes for endianness detection
  - Update autosetup to latest master branch
  - Do not use CPPFLAGS / CFLAGS together with CC_FOR_BUILD
  - --enable-everything includes lua
  - autosetup: check for sys_siglist[]
* Code
  - move functions to library
  - lib: move MIN/MAX macros
  - simplify null checks
  - kill preproc expansion laziness
  - reduce scope of variables
  - merge: minor code cleanups
  - split up 'if' statements that assign and test
  - Refactor: Remove unused return type
  - Bool: change functions in mx.h
  - bool: convert function parameters in nntp.h
  - add extra checks to mutt_pattern_exec()
  - Use safe_calloc to initialize memory, simplify size_t overflow check
  - Move mutt_rename_file to lib/file.[hc]
  - doxygen: fix a few warnings
  - minor code fixes
  - use mutt_array_size()
  - refactor out O_NOFOLLOW
  - initialise variables
  - lib: move List and Queue into library
  - url: make notmuch query string parser generic
  - Wrap dirname(3) inside a mutt_dirname() function

2017-10-13  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - crash using uncolor
  - Sort the folders list when browsing an IMAP server
  - Prefer a helpful error message over a BEEP
* Build
  - Do not fail if deflate is not in libz
  - Support EXTRA_CFLAGS and EXTRA_LDFLAGS, kill unused variable

2017-10-06  Richard Russon  <rich@flatcap.org>
* Features
  - Add IMAP keywords support
* Bug Fixes
  - set mbox_type
  - %{fmt} date format
  - Fix off-by-one buffer overflow in add_index_color
  - crash in mbox_to_udomain
  - crash in mutt_substrdup
  - crash looking up mime body type
  - digest_collapse was broken
  - crash using notmuch expando with imap
  - imap: Fix mx.mbox leak in imap_get_parent_path
  - overflow in mutt_mktime()
  - add more range-checking on dates/times
  - Remove spurious error message
  - Unsubscribe after deleting an imap folder
  - Do not pop from MuttrcStack what wasn't pushed
* Docs
  - replace mutt refs with neomutt
  - drop old vim syntax file
* Code
  - convert functions to use 'bool'
  - convert structs to use STAILQ
* Build
  - Autosetup-based configuration
  - drop upstream mutt references
  - rename everything 'mutt' to 'neomutt'
  - move helper programs to lib dir
  - rename regexp to regex
  - expand buffers to avoid gcc7 warnings
* Upstream
  - Remove \Seen flag setting for imap trash
  - Change imap copy/save and trash to sync flags, excluding deleted
  - Improve imap fetch handler to accept an initial UID
  - Display an error message when delete mailbox fails
  - Updated French translation
  - Fix imap sync segfault due to inactive headers during an expunge
  - Close the imap socket for the selected mailbox on error
  - Add missing IMAP_CMD_POLL flag in imap buffy check
  - Change maildir and mh check_mailbox to use dynamic sized hash
  - Fix uses of context->changed as a counter
  - Make cmd_parse_fetch() more precise about setting reopen/check flags
  - Enable $reply_self for group-reply, even with $metoo unset

(wiz)

2017-11-13 09:36:13 UTC MAIN commitmail json YAML

Updated databases/postgresqlNN

(adam)

2017-11-13 09:35:46 UTC MAIN commitmail json YAML

2017-11-13 09:33:33 UTC MAIN commitmail json YAML

postgresql: updated to the latest

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, and 9.2.24. This release fixes three security issues. This release also fixes issues found in BRIN indexing, logical replication and other bugs reported over the past three months.

All users using the affected versions of PostgreSQL should update as soon as possible. If you use BRIN indexes or contrib/start-scripts, please see the release notes for additional post-upgrade steps.

Security Issues

Three security vulnerabilities have been fixed by this release:

CVE-2017-12172: Start scripts permit database administrator to modify root-owned files
CVE-2017-15098: Memory disclosure in JSON functions
CVE-2017-15099: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges

Bug Fixes and Improvements

This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 10, but many affect all supported versions:

Fix a race condition in BRIN indexing that could cause some rows to not be included in the indexing.
Fix crash when logical decoding is invoked from a PL language function.
Several fixes for logical replication.
Restored behavior for CTEs attached to INSERT/UPDATE/DELETE statements to pre-version 10.
Prevent low-probability crash in processing of nested trigger firings.
Do not evaluate an aggregate function's argument expressions when the conditions in the FILTER clause evaluate to FALSE. This complies with SQL-standard behavior.
Fix incorrect query results when multiple GROUPING SETS columns contain the same simple variable.
Fix memory leak over the lifespan of a query when evaluating a set-returning function from the target list in a SELECT.
Several fixes for parallel query execution, including fixing a crash in the parallel execution of certain queries that contain a certain type of bitmap scan.
Fix json_build_array(), json_build_object(), jsonb_build_array(), and jsonb_build_object() to handle explicit VARIADIC arguments correctly.
Prevent infinite float values from being casted to the numeric type.
Fix autovacuum's ���work item��� logic to prevent possible crashes and silent loss of work items.
Several fixes for VIEWs around adding columns to the end of a view.
Fix for hashability detection of range data types that are created by a user.
Improvements on using extended statistics on columns for the purposes of query planning.
Prevent idle_in_transaction_session_timeout from being ignored when a statement_timeout occurred earlier.
Fix low-probability loss of NOTIFY messages due more than 2 billion transactions processing before any queries are executed in the session.
Several file system interaction fixes.
Correctly restore the umask setting when file creation fails in COPY or lo_export().
Fix pg_dump to ensure that it emits GRANT commands in a valid order.
Fix pg_basebackup's matching of tablespace paths to canonicalize both paths before comparing to help improve Windows compatibility.
Fix libpq to not require user's home directory to exist when trying to read the "~/.pgpass" file.
Several fixes for ecpg.

(adam)

2017-11-13 08:10:19 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 1.22

(wen)

2017-11-13 08:07:58 UTC MAIN commitmail json YAML

Update to 1.22

Upstream changes:
1.22  Sat Nov 11 10:53:35 2017
    - someone suggests using 'exists' for checking the truth of
      $collator->{mapping}{$variable} and $collator->{maxlength}{$variable},
      where $variable may stand for codepoints whose mapping is not defined;
      though such a problem was not reproduced on my environment.

(wen)

2017-11-13 07:57:29 UTC MAIN commitmail json YAML

doc: Updated multimedia/py-gstreamer1 to 1.12.3

(prlw1)

2017-11-13 07:57:06 UTC MAIN commitmail json YAML

Update py-gstreamer1 to 1.12.3

GStreamer Python Bindings (highlights)

* Overrides has been added for IntRange, Int64Range, DoubleRange,
  FractionRange, Array and List. This finally enables Python
  programmers to fully read and write GstCaps objects.
* Some plugin filenames have been changed to match the plugin names:
  for example the file name of the encoding plugin in
  gst-plugins-base containing the encodebin element was
  libgstencodebin.so and has been changed to libgstencoding.so. This
  affects only a handful of plugins across modules.
* GStreamer core now optionally uses libunwind and libdw to generate
  backtraces. This is useful for tracer plugins used during debugging
  and development.
* There is a new libgstbadallocators-1.0 library in gst-plugins-bad
  (which may go away again in future releases once the
  GstPhysMemoryAllocator interface API has been validated by more
  users).
* The qtkitvideosrc element for macOS was removed. The API is
  deprecated since 10.9 and it wasn't shipped in the binaries since a
  few releases.

(prlw1)

2017-11-13 07:51:31 UTC MAIN commitmail json YAML

Updated geography/py-obspy to 1.1.0

(wen)

2017-11-13 07:49:46 UTC MAIN commitmail json YAML

Update to 1.1.0

Upstream changes:
1.1.0: (doi: 10.5281/zenodo.165135)
- General:
  * Read support for Guralp Compressed Format (GCF) waveform data,
    obspy.io.gcf (see #1449)
  * Read support for Reftek 130 (rt130) waveform data,
    obspy.io.reftek (see #1433)
  * Add Nordic format (s-file) read/write (see #1517)
  * Read and write support for events in the SCARDEC catlogue format
    (see #1391).
  * Read support for IASPEI ISF ISM 1.0 Bulletin event data,
    (see #1946)
  * Write support for AH (Ad Hoc version 1) format (see #1754)
  * Client to access the Nominal Response Library (NRL) (see #1185).
  * `obspy.read_inventory()` can now read dataless SEED and RESP files
    (see #1185).
  * change version number scheme for scenarios when no official version number
    can be determined (see #1889 and #1916)
  * Support for the IRIS Federator and EIDAWS FDSNWS web routing services
    (see #1779 and #1919).
- obspy.core:
  * UTCDateTime is now based on nanoseconds (long) instead of a unix
    timestamp in microseconds (float) - resulting in higher precision and
    support for years 1-9999 (see #1325)
  * Ensure that Trace.data is always C-contiguous in memory (see #1732)
  * Event/ResourceIdentifier is now object aware, meaning even if two
    objects share a resource_id the distinct objects will be returned with
    the get_referred_object method provided both are still in scope. If one
    of the objects gets garbage collected, however, a warning will be issued
    and the behavior will be the same as before (see #1644).
  * Better error message when attempting to write invalid QuakeML resource
    ids (see #1699).
  * Stream/Trace.write() can now autodetect file format from file extension
    (see #1321).
  * New convenience property `.matplotlib_date` for `UTCDateTime` objects to
    get matplotlib datetime float representation (which can be used in
    time-based matplotlib axes, e.g. by Stream.plot(); see #1339).
  * Trace.times() has new options `type` and `reftime` to support fetching an
    array of sampletimes in various different timing varieties ("relative":
    the old default, float relative to trace starttime or `reftime` in
    seconds; "utcdatetime": absolute times as UTCDateTime objects;
    "timestamp": array of float POSIX timestamps, compare
    `UTCDateTime.timestamp`; "matplotlib": array of float matplotlib dates,
    useful for plotting on matplotlib time axes; see #1307)
  * A trace's stats.network/station/location/channel can now also be set in
    one line using a SEED ID string (e.g. `trace.id = "GR.FUR..HHZ"`,
    see #1439).
  * Instrument correction for response list stages originating from inventory
    objects (see #1514).
  * `Stream.rotate(...)` can now also be used to rotate unaligned channels to
    Z-N-E, given an Inventory (see #1310)
  * Non finite floats (NaN, inf, -inf) can now no longer be set for all
    event objects (see #1597).
  * Instrument responses can now also be calculated for a given list of
    frequencies (see #1598).
  * Order of extra tags for event type classes serialized to QuakeML can now
    be controlled by using an OrderedDict (see #1617)
  * Bode plots can now optionally plot the phase in degrees (see #1763).
  * `Stream.select()` now also works on the component level if channels only
    have one letter (see #1847).
  * Now strips all invalid characters from the temporary filenames used for
    downloading data using the `read_X()` methods (see #1958).
- obspy.clients.earthworm:
  * Much faster trace unpacking (see #1762).
- obspy.clients.fdsn:
  * empty SEED codes (e.g. ``network=''``) will now be properly sent to the
    server as options and not omitted, which led to wildcard matching (for
    details see #1578)
  * The mass downloader now has `exclude_networks` and `exclude_stations`
    arguments to not download certain pieces of data. (see #1305)
  * The mass downloader can now download stations that are part of a given
    inventory object.
  * The mass downloader now also works with restricted data. (See #1350)
  * No data (HTTP 204) responses now raise `FDSNNoDataException` rather than
    the more general `FDSNException`.
  * Fixing cross implementation of bulk waveform and station requests (see
    #1685).
  * Adding mappings for the TEXNET (see #1852) and the ICGC (see #1902)
    services.
  * Support for the non-standard EIDA token authentication (see #1928).
- obspy.imaging:
  * The functionality behind the `obspy-scan` command line script has been
    refactored into a `Scanner` class so that it can be reused in custom
    workflows. (see #1444)
- obspy.imaging.cm:
  * new colormap: viridis_white. This is a modification of viridis that
    goes to white instead of yellow but remains perceptually uniform. It
    is especially useful for printing when an image should merge with the
    white background.
- obspy.imaging.waveform:
  * Support for filling the wiggles when plotting sections (horizontal and
    vertical, see #1445).
- obspy.io.arclink:
    * Read support for Arclink Inventory XML (see #1539)
    * default for `route` parameter in metadata requests is changed to `False`
      (see #1756)
- obspy.io.ascii:
    * Custom formatting of sample values when writing SLIST and TSPAIR.
- obspy.io.datamark:
    * Renamed without deprectation to obspy.io.win to match its original name.
      Datamark is a datalogger, saving the WIN format.
- obspy.io.gse2:
    * Read support for GSE2.0 bulletin (see #1528)
- obspy.io.nlloc:
    * Also parse author information and COMMENT line (see #1484)
    * Fix reading hypocenter files created by NonLinLoc versions of the 6.0.x
      beta branch (see #1760 and #1783)
- obspy.io.quakeml:
    * Read and write support for nested custom tags (see #1463)
    * Fix some minor bugs that could lead to empty stub elements, e.g. like
      empty MomentTensor when reading and later writing again a QuakeML file
      with a FocalMechanism but no MomentTensor, potentially resulting in
      QuakeML files that breach the QuakeML schema (see #1896)
- obspy.io.seiscomp:
    * Read and write support for SC3ML event (see #1638 and #1848)
    * Fix bug where files with arbitrary publicIDs and files with missing
      depth, latitude, longitude, or elevation tags could not be read
      (see #1817)
- obspy.io.stationtxt:
    * Write support for stationtxt format (see #1466)
- obspy.io.stationxml:
    * Read and write support for custom tags (see #1024)
    * No longer add the (unused) time zone field to StationXML datetimes to
      follow the example of big data centers. (see #1572)
    * Level of detail can be specified during inventory write (see #1830)
      using the level keyword (one of: network, station, channel, response).
    * Skip empty and incomplete channels during reading (see #1839, #1840).
- obspy.io.segy:
    * Fixing an issue when comparing two still packed SEG-Y trace headers
      (see #1735).
    * Iterative reading of large SEG-Y and SU files with
      `obspy.io.segy.segy.iread_segy` and `obspy.io.segy.segy.iread_su`.
      (see #1400).
    * Write correct revision number (see #1737).
    * Textual headers will now always contain the file revision number and the
      end header mark if nothing else exists at these positions (see #1738).
    * The SEG-Y format detection now also checks the format version number
      (see #1781).
    * Enable reading SEG-Y files that have day of year 0 in trace header
      (see #1722).
    * Write textual file headers also if given as a text string
      (see #1811, #1813).
- obspy.io.css:
  * Read support for NNSA KB Core format waveform data. (see #1332)
- obspy.io.mseed:
  * New generic get_flags() utility function able to retrieve statistics
    about all fixed header flags and the timing quality. This makes the
    get_timing_and_data_quality() function obsolete which is thus
    deprecated and will be removed with the next release. The get_flags()
    function is also much faster. (see #1141)
  * Always hook up the libmseed logging to its Python counterpart to avoid
    some rare segfaults. (see #1658)
  * Update to libmseed v2.19.5 (see #1703, #1780, #1939).
  * Correctly read MiniSEED files with a data offset of 48 bytes (see #1540).
  * InternalMSEEDReadingError now called InternalMSEEDError and
    InternalMSEEDReadingWarning now called InternalMSEEDWarning as both
    can now also be raised in non-reading contexts (see #1658).
  * Should no-longer segfault with arbitrarily truncated files (see #1728).
  * Will now raise an exception when attempting to directly read mini-SEED
    files larger than 2048 MiB (#1746).
  * `.stats.mseed` attributes are no longer per-file but per-trace where
    applicable (see #1782).
  * `get_record_information()` - Don't fail if the word order is invalid.
- obspy.io.nlloc:
  * Set preferred origin of event (see #1570)
- obspy.io.nordic:
  * Add Nordic format (s-file) read/write (see #1517)
- obspy.io.win:
  * see obspy.io.datamark.
- obspy.io.xseed:
  * Added azimuth and dip to the get_coordinates() function. (see #1315)
  * Fixing some issues with the get_resp() output on Python 3 (see #1748).
  * Can now also parse RESP files (see #1185).
  * Can transform responses in the Parser object to ObsPy Inventory objects
    (see #1185).
- obspy.scripts:
  * obspy-scan command line script now also plots and prints overlaps
    alongside gaps (see #1366)
  * obspy-plot now has option to disable min/max plot (see #1583)
- obspy.signal:
  * fixed a bug in calibration.rel_calib_stack (resulting amplitude response
    had wrong scaling if using non-default "overlap_fraction", see #1821)
  * fixed a bug in coincidence_trigger() with event templates. when a template
    with mismatching SEED ID was encountered all following (potentially valid)
    templates were skipped as well (see #1850)
  * New obspy.signal.quality_control module to compute quality metrics from
    MiniSEED files. (see #1141)
  * New correlate function for calculating the cross-correlation function
    (new implementation based on Scipy).
    To calculate the shift of the maximum of the cross correlation use
    xcorr_max. The old xcorr function is deprecated but currently still
    exists (see #1585).
  * New obspy.signal.regression module to compute linear regressions, with or
    without weights, with or without allowing for an intercept. (see #1716,
    #1747)
  * add new plotting capabilities to PPSD (temporal variations per frequency
    and spectrogram-like plot) and also make underlying processed PSDs
    available via `PPSD.psd_values` property (see #1327)
  * Fixed bug in `rotate2zne()` for non-orthogonal configurations
    (see #1913, #1927).
  * Fixed build warnings in evalresp, partially backported from evalresp
    4.0.6 (see #1939).
- obspy.taup:
  * Add obspy.taup.taup_geo.calc_dist_azi, a function to return the distance,
    azimuth and backazimuth for a source - receiver pair. (see #1538)
  * Fixing calculations through very small regional models. (see #1761)
  * Updated ray path plot method, added travel time plot method, and wrapper
    functions for both ray path and travel time plotting. (see #1501, #1877)

(wen)

2017-11-13 01:46:01 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 2.2007

(wen)

2017-11-13 01:44:53 UTC MAIN commitmail json YAML

Update to 2.2007

Upstream changes:
2.2007  2017-11-12

  [DOCUMENTATION]

  - The Moose::Manual::Attributes pod has been amended to clarify that
    'required' attributes can be satisfied with a 'default' or 'builder' sub,
    and that 'ro' attributes can be set through the constructor.

  - The Moose::Manual::Types pod has been amended to recommend
    Params::ValidationCompiler and Moops instead of older modules (which are
    slow and/or deprecated).

  - other small documentation fixes (thanks to Chris Weyl and Anirvan
    Chatterjee!)

  [OTHER]

  - some dead code has been removed (thanks, Jens Berthold!)

  - all Moose exception classes have been made immutable.

(wen)

2017-11-12 16:41:40 UTC MAIN commitmail json YAML

Look for ar(1) in $_ORIG_PATH with PKGSRC_MKREPRO

This no longer hard-codes the path to ar(1) as /usr/bin/ar. It is not
possible to use the original value of $TOOLS_PATH.ar as it is usually
not set.

(khorben)

2017-11-12 16:28:01 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.5.14

(tsutsui)

2017-11-12 16:27:23 UTC MAIN commitmail json YAML

mikutter: update to 3.5.14.

Upstream changes:

- Activity: possible crash if loading icon is complete after the record
            disappeared
- make URI decoding strategies expandable by plugins
- this makes it possible to handle Windows paths by plugins

(tsutsui)

2017-11-12 16:03:37 UTC MAIN commitmail json YAML

Bump PKGREVISION on packages depending on CUPS

This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@

(khorben)

2017-11-12 15:37:00 UTC MAIN commitmail json YAML

2017-11-12 14:12:18 UTC MAIN commitmail json YAML

doc: Added print/cups-base version 2.2.5

(khorben)

2017-11-12 14:11:14 UTC MAIN commitmail json YAML

2017-11-12 14:10:16 UTC MAIN commitmail json YAML

Rename print/cups to print/cups-base to depend on cups-filters

This change:
- renames print/cups to print/cups-base,
- lets print/cups-filters depend on print/cups-base instead of cups,
- adds a package print/cups depending on print/cups-base and
  print/cups-filters.

This makes sure installing print/cups always installs
print/cups-filters, as it is necessary for being able to print outside
of Mac OS X since CUPS 1.6.0. You're welcome.

I do not think superseding is necessary, since print/cups will also
install print/cups-base, which really is the same as before. In practice
it is like a new dependency. I do not want to risk a bad "cvs import"
either, sorry.

Bumps PKGREVISION for print/cups and print/cups-filters, since they have
new dependencies now. This is also necessary for everything else currently
depending on print/cups; I will try to commit this right after this one.

Tested on NetBSD/amd64, as reviewed on tech-pkg@.
No breakage observed, apologies if anything goes wrong.

(khorben)

2017-11-12 13:51:09 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.0.1

(leot)

2017-11-12 13:50:59 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.0.1

Changes:
- Added support for: xvideos (#45)
- Fixed exception handling during file downloads which could lead to a
  premature exit
- Fixed an issue with tumblr where not all images would be downloaded when
  using tags (#48)
- Fixed extraction issues for imgbox (#47), mangastream (#49), and
  mangahere

(leot)

2017-11-12 13:34:14 UTC MAIN commitmail json YAML

Add initial support for building packages reproducibly

It currently tackles two problems:
- gcc(1) hard-coding full paths in debugging information (with one
  caveat at the moment)
- ar(1) hard-coding user IDs in archive headers

This allows packages built from the same tree and options to produce
identical results bit by bit. This option should be combined with ASLR
and PKGSRC_MKPIE to avoid predictable address offsets for attackers
attempting to exploit security vulnerabilities.

This is still disabled by default, and only supports NetBSD so far.

As discussed on tech-pkg@

(khorben)

2017-11-12 13:17:11 UTC pkgsrc-2017Q3 commitmail json YAML

2017-11-12 13:15:45 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5635 - requested by taca
mail/roundcube: security update
mail/roundcube-plugin-enigma: security update
mail/roundcube-plugin-password: security update
mail/roundcube-plugin-zipdownload: security update

Revisions pulled up:
- mail/roundcube-plugin-enigma/distinfo                        1.7
- mail/roundcube-plugin-password/distinfo                      1.7
- mail/roundcube-plugin-zipdownload/distinfo                    1.7
- mail/roundcube/Makefile.common                                1.7
- mail/roundcube/distinfo                                      1.58

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Nov  9 01:13:12 UTC 2017

  Modified Files:
  pkgsrc/mail/roundcube: Makefile.common distinfo
  pkgsrc/mail/roundcube-plugin-enigma: distinfo
  pkgsrc/mail/roundcube-plugin-password: distinfo
  pkgsrc/mail/roundcube-plugin-zipdownload: distinfo

  Log Message:
  mail/roundcube: update to 1.2.7

  Security fix for CVE-2017-16651.

  RELEASE 1.2.7
  -------------
  - Fix rewind(): stream does not support seeking (#5950)
  - Fix bug where HTML messages could have been rendered empty on some systems
    (#5957)
  - Fix (again) bug where image data URIs in css style were treated as
    evil/remote in mail preview (#5580)
  - Managesieve: Fix parsing dot-staffed lines in multiline text (#5838, #5959)
  - Fix file disclosure vulnerability caused by insufficient input validation
    [CVE-2017-16651] (#6026)

  To generate a diff of this commit:
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube/Makefile.common
  cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/roundcube/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube-plugin-enigma/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube-plugin-password/distinfo
  cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo

(spz)

2017-11-12 13:04:21 UTC pkgsrc-2017Q3 commitmail json YAML

Mention a bunch of recent pull-ups

(bsiegert)

2017-11-12 12:43:45 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5638 - requested by sevan
net/socket++: build fix

Revisions pulled up:
- net/socket++/Makefile                                        1.12

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Mon Nov  6 13:36:39 UTC 2017

  Modified Files:
          pkgsrc/net/socket++: Makefile

  Log Message:
  socketxx: fix HOMEPAGE

(bsiegert)

2017-11-12 12:43:04 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5637 - requested by sevan
www/paros: build fix

Revisions pulled up:
- www/paros/Makefile                                            1.18

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Mon Nov  6 13:33:48 UTC 2017

  Modified Files:
          pkgsrc/www/paros: Makefile

  Log Message:
  paros: fix HOMEPAGE, set LICENSE

(bsiegert)

2017-11-12 12:42:25 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5636 - requested by sevan
x11/rofi: build fix

Revisions pulled up:
- x11/rofi/Makefile                                            1.7

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Mon Nov  6 13:35:43 UTC 2017

  Modified Files:
          pkgsrc/x11/rofi: Makefile

  Log Message:
  rofi: fix HOMEPAGE

(bsiegert)

2017-11-12 12:28:09 UTC pkgsrc-2017Q3 commitmail json YAML

2017-11-12 12:27:21 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5640 - requested by sevan
net/rsync: security patch

Revisions pulled up:
- net/rsync/Makefile                                            1.105
- net/rsync/distinfo                                            1.45
- net/rsync/patches/patch-authenticate.c                        1.3
- net/rsync/patches/patch-xattrs.c                              1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  spz
  Date:          Fri Nov 10 06:59:16 UTC 2017

  Modified Files:
          pkgsrc/net/rsync: Makefile distinfo
  Added Files:
          pkgsrc/net/rsync/patches: patch-authenticate.c patch-xattrs.c

  Log Message:
  patch for CVE-2017-16548, mitigation for weak checksums

  To generate a diff of this commit:
  cvs rdiff -u -r1.104 -r1.105 pkgsrc/net/rsync/Makefile
  cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/rsync/distinfo
  cvs rdiff -u -r0 -r1.3 pkgsrc/net/rsync/patches/patch-authenticate.c
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/patches/patch-xattrs.c

(spz)

2017-11-12 12:22:27 UTC pkgsrc-2017Q3 commitmail json YAML

2017-11-12 12:13:32 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5641 - requested by he
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                            1.188-1.189
- www/curl/PLIST                                                1.66
- www/curl/distinfo                                            1.137-1.138

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Oct  4 06:32:58 UTC 2017

  Modified Files:
  pkgsrc/www/curl: Makefile PLIST distinfo

  Log Message:
  curl: update to 7.56.0.

  Curl and libcurl 7.56.0

  This release includes the following changes:

    o curl: enable compression for SCP/SFTP with --compressed-ssh  [11]
    o libcurl: enable compression for SCP/SFTP with CURLOPT_SSH_COMPRESSION [11]
    o vtls: added dynamic changing SSL backend with curl_global_sslset() [28]
    o new MIME API, curl_mime_init() and friends [32]
    o openssl: initial SSLKEYLOGFILE implementation [36]

  This release includes the following bugfixes:

    o FTP: zero terminate the entry path even on bad input [67]
    o examples/ftpuploadresume.c: use portable code
    o runtests: match keywords case insensitively
    o travis: build the examples too [1]
    o strtoofft: reduce integer overflow risks globally [2]
    o zsh.pl: produce a working completion script again [3]
    o cmake: remove dead code for CURL_DISABLE_RTMP [4]
    o progress: Track total times following redirects [5]
    o configure: fix --disable-threaded-resolver [6]
    o cmake: remove dead code for DISABLED_THREADSAFE [7]
    o configure: fix clang version detection
    o darwinssi: fix error: variable length array used
    o travis: add metalink to some osx builds [8]
    o configure: check for __builtin_available() availability [9]
    o http_proxy: fix build error for CURL_DOES_CONVERSIONS [10]
    o examples/ftpuploadresume: checksrc compliance
    o ftp: fix CWD when doing multicwd then nocwd on same connection [12]
    o system.h: remove all CURL_SIZEOF_* defines [13]
    o http: Don't wait on CONNECT when there is no proxy [14]
    o system.h: check for __ppc__ as well [15]
    o http2_recv: return error better on fatal h2 errors [16]
    o scripts/contri*sh: use "git log --use-mailmap"
    o tftp: fix memory leak on too long filename [17]
    o system.h: fix build for hppa [18]
    o cmake: enable picky compiler options with clang and gcc [19]
    o makefile.m32: add support for libidn2 [20]
    o curl: turn off MinGW CRT's globbing [21]
    o request-target.d: mention added in 7.55.0
    o curl: shorten and clean up CA cert verification error message [22]
    o imap: support PREAUTH [23]
    o CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD
    o examples/threaded-ssl: mention that this is for openssl before 1.1
    o winbuild: fix embedded manifest option [24]
    o tests: Make sure libtests & unittests call curl_global_cleanup()
    o system.h: include sys/poll.h for AIX [25]
    o darwinssl: handle long strings in TLS certs [26]
    o strtooff: fix build for systems with long long but no strtoll [27]
    o asyn-thread: Improved cleanup after OOM situations
    o HELP-US.md: "How to get started helping out in the curl project" [29]
    o curl.h: CURLSSLBACKEND_WOLFSSL used wrong value [30]
    o unit1301: fix error message on first test
    o ossfuzz: moving towards the ideal integration [31]
    o http: fix a memory leakage in checkrtspprefix()
    o examples/post-callback: stop returning one byte at a time
    o schannel: return CURLE_SSL_CACERT on failed verification [33]
    o MAIL-ETIQUETTE: added "1.9 Your emails are public"
    o http-proxy: treat all 2xx as CONNECT success [34]
    o openssl: use OpenSSL's default ciphers by default [35]
    o runtests.pl: support attribute "nonewline" in part verify/upload
    o configure: remove --enable-soname-bump and SONAME_BUMP [37]
    o travis: add c-ares enabled builds linux + osx [38]
    o vtls: fix WolfSSL 3.12 build problems [39]
    o http-proxy: when not doing CONNECT, that phase is done immediately [40]
    o configure: fix curl_off_t check's include order [41]
    o configure: use -Wno-varargs on clang 3.9[.X] debug builds
    o rtsp: do not call fwrite() with NULL pointer FILE * [42]
    o mbedtls: enable CA path processing [43]
    o travis: add build without HTTP/SMTP/IMAP
    o checksrc: verify more code style rules [44]
    o HTTP proxy: on connection re-use, still use the new remote port [45]
    o tests: add initial gssapi test using stub implementation [46]
    o rtsp: Segfault when using WRITEDATA [47]
    o docs: clarify the CURLOPT_INTERLEAVE* options behavior
    o non-ascii: use iconv() with 'char **' argument [48]
    o server/getpart: provide dummy function to build conversion enabled
    o conversions: fix several compiler warnings
    o openssl: add missing includes [49]
    o schannel: Support partial send for when data is too large [50]
    o socks: fix incorrect port number in SOCKS4 error message [51]
    o curl: fix integer overflow in timeout options [52]
    o travis: on mac, don't install openssl or libidn [53]
    o cookies: reject oversized cookies instead of truncating [54]
    o cookies: use lock when using CURLINFO_COOKIELIST [55]
    o curl: check fseek() return code and bail on error
    o examples/post-callback: use long for CURLOPT_POSTFIELDSIZE
    o openssl: only verify RSA private key if supported [56]
    o tests: make the imap server not verify user+password [57]
    o imap: quote atoms properly when escaping characters [58]
    o tests: fix a compiler warning in test 643
    o file_range: avoid integer overflow when figuring out byte range [59]
    o curl.h: include <sys/select.h> on cygwin too [60]
    o reuse_conn: don't copy flags that are known to be equal [61]
    o http: fix adding custom empty headers to repeated requests [62]
    o docs: clarify the use of environment variables for proxy [63]
    o docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS [64]
    o connect: fix race condition with happy eyeballs timeout [65]
    o cookie: fix memory leak if path was set twice in header [66]
    o vtls: compare and clone ssl configs properly [68]
    o proxy: read the "no_proxy" variable only if necessary [69]

  To generate a diff of this commit:
  cvs rdiff -u -r1.187 -r1.188 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/curl/PLIST
  cvs rdiff -u -r1.136 -r1.137 pkgsrc/www/curl/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Oct 23 06:59:36 UTC 2017

  Modified Files:
  pkgsrc/www/curl: Makefile distinfo

  Log Message:
  curl: update to 7.56.1

  Curl and libcurl 7.56.1

  This release includes the following bugfixes:

    o imap: if a FETCH response has no size, don't call write callback
    o ftp: UBsan fixup 'pointer index expression overflowed
    o failf: skip the sprintf() if there are no consumers
    o fuzzer: move to using external curl-fuzzer
    o lib/Makefile.m32: allow customizing dll suffixes
    o docs: fix typo in curl_mime_data_cb man page
    o darwinssl: add support for TLSv1.3
    o build: fix --disable-crypto-auth
    o lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS
    o openssl: fix build without HAVE_OPAQUE_EVP_PKEY
    o strtoofft: Remove extraneous null check
    o multi_cleanup: call DONE on handles that never got that
    o tests: added flaky keyword to tests 587 and 644
    o pingpong: return error when trying to send without connection
    o remove_handle: call multi_done() first, then clear dns cache pointer
    o mime: be tolerant about setting twice the same header list in a part.
    o mime: improve unbinding top multipart from easy handle.
    o mime: avoid resetting a part's encoder when part's contents change.
    o mime: refuse to add subparts to one of their own descendants
    o RTSP: avoid integer overflow on funny RTSP responses
    o curl: don't pass semicolons when parsing Content-Disposition
    o openssl: enable PKCS12 support for !BoringSSL
    o FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
    o CURLOPT_NOPROGRESS.3: also refer to xferinfofunction
    o CURLOPT_XFERINFODATA.3: fix duplicate see also
    o test298: verify --ftp-method nowcwd with URL encoded path
    o FTP: URL decode path for dir listing in nocwd mode
    o smtp_done: fix memory leak on send failure
    o ftpserver: support case insensitive commands
    o test950; verify SMTP with custom request
    o openssl: don't use old BORINGSSL_YYYYMM macros
    o setopt: update current connection SSL verify params
    o winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2
    o curl: reimplement stdin buffering in -F option
    o mime: keep "text/plain" content type if user-specified
    o mime: fix the content reader to handle >16K data properly
    o configure: remove the C++ compiler check
    o memdebug: trace send, recv and socket
    o runtests: use valgrind for torture as well
    o ldap: silence clang warning
    o makefile.m32: allow to override gcc, ar and ranlib
    o setopt: avoid integer overflows when setting millsecond values
    o setopt: range check most long options
    o ftp: reject illegal IP/port in PASV 227 response
    o mime: do not reuse previously computed multipart size
    o vtls: change struct Curl_ssl `close' field name to `close_one'
    o os400: add missing symbols in config file
    o mime: limit bas64-encoded lines length to 76 characters
    o mk-ca-bundle: Remove URL for aurora
    o mk-ca-bundle: Fix URL for NSS

  To generate a diff of this commit:
  cvs rdiff -u -r1.188 -r1.189 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.137 -r1.138 pkgsrc/www/curl/distinfo

(spz)

2017-11-12 11:50:21 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5634 - requested by sevan
emulators/stella: build fix

Revisions pulled up:
- emulators/stella/distinfo                                    1.22
- emulators/stella/patches/patch-configure                      1.4

---
  Module Name:    pkgsrc
  Committed By:  dbj
  Date:          Fri Nov  3 07:49:58 UTC 2017

  Modified Files:
          pkgsrc/emulators/stella: distinfo
          pkgsrc/emulators/stella/patches: patch-configure

  Log Message:
  tweak clang compiler version matching

(bsiegert)

2017-11-12 11:46:10 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5632 - requested by sevan
sysutils/augeas: security fix

Revisions pulled up:
- sysutils/augeas/Makefile                                      1.3
- sysutils/augeas/PLIST                                        1.2
- sysutils/augeas/distinfo                                      1.3

---
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Fri Nov  3 11:05:43 UTC 2017

  Modified Files:
          pkgsrc/sysutils/augeas: Makefile PLIST distinfo

  Log Message:
  Update Augeas to 1.9.0.

  The changelog is too long for this commit message, go find it at
  https://github.com/hercules-team/augeas/releases and
  http://augeas.net/news.html.

  Note that 1.8.1 included the following:
  Fix error in handling escaped whitespace at the end of path expressions
  (addresses CVE-2017-7555).

(bsiegert)

2017-11-12 11:45:59 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5633 - requested by sevan
net/py-suds: build fix

Revisions pulled up:
- net/py-suds/Makefile                                          1.10

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Fri Nov  3 19:40:31 UTC 2017

  Modified Files:
          pkgsrc/net/py-suds: Makefile

  Log Message:
  py-suds: replace dead HOMEPAGE with bad one at pypi

(bsiegert)

2017-11-12 11:45:31 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5631 - requested by sevan
sysutils/beats: build fix

Revisions pulled up:
- sysutils/beats/Makefile                                      1.19

---
  Module Name:    pkgsrc
  Committed By:  fhajny
  Date:          Thu Nov  2 15:30:50 UTC 2017

  Modified Files:
          pkgsrc/sysutils/beats: Makefile

  Log Message:
  sysutils/beats: Provide a better hint to where libpcap is. May fix
  the build in some situations.

(bsiegert)

2017-11-12 11:39:47 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5630 - requested by sevan
devel/idutils: FreeBSD build fix

Revisions pulled up:
- devel/idutils/distinfo                                        1.10
- devel/idutils/patches/patch-lib_fflush_c                      1.2
- devel/idutils/patches/patch-lib_fseeko_c                      1.2

---
  Module Name:    pkgsrc
  Committed By:  agc
  Date:          Thu Nov  2 04:26:21 UTC 2017

  Modified Files:
          pkgsrc/devel/idutils/patches: patch-lib_fflush_c patch-lib_fseeko_c

  Log Message:
  patch fflush.c and fseeko.c so that this package builds on FreeBSD HEAD

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Thu Nov  2 04:54:27 UTC 2017

  Modified Files:
          pkgsrc/devel/idutils: distinfo

  Log Message:
  idutils: regen patch sums after previous commit

(bsiegert)

2017-11-12 11:36:49 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5629 - requested by sevan
security/yara: build fix

Revisions pulled up:
- security/yara/Makefile                                        1.5

---
  Module Name:    pkgsrc
  Committed By:  minskim
  Date:          Wed Nov  1 19:29:30 UTC 2017

  Modified Files:
          pkgsrc/security/yara: Makefile

  Log Message:
  security/yara: Needs OpenSSL to build

(bsiegert)

2017-11-12 11:35:31 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5628 - requested by sevan
sysutils/py-augeas: build fix

Revisions pulled up:
- sysutils/py-augeas/Makefile                                  1.3

---
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Wed Nov  1 08:23:42 UTC 2017

  Modified Files:
          pkgsrc/sysutils/py-augeas: Makefile

  Log Message:
  py-augeas: use pypi instead of deprecated fedorahosted

(bsiegert)

2017-11-12 11:34:46 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5627 - requested by sevan
textproc/xmlto: build fix

Revisions pulled up:
- textproc/xmlto/Makefile                                      1.31

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Nov  1 06:41:23 UTC 2017

  Modified Files:
          pkgsrc/textproc/xmlto: Makefile

  Log Message:
  xmlto: master sites / homepage from fedorahosted to pagure

(bsiegert)

2017-11-12 11:33:48 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5620 - requested by sevan
devel/py-dulwich: security fix

Revisions pulled up:
- devel/py-dulwich/Makefile                                    1.24
- devel/py-dulwich/distinfo                                    1.21

---
  Module Name:    pkgsrc
  Committed By:  adam
  Date:          Mon Oct 30 18:37:38 UTC 2017

  Modified Files:
          pkgsrc/devel/py-dulwich: Makefile distinfo

  Log Message:
  py-dulwich: updated to 0.18.5

  0.18.5:
  BUG FIXES
  * Fix cwd for hooks.
  * Fix setting of origin in config when non-standard origin is passed into
    ``Repo.clone``.
  * Prevent setting SSH arguments from SSH URLs when using SSH through a
    subprocess. Note that Dulwich doesn't support cloning submodules.
    (CVE 2017-1000117)

  IMPROVEMENTS
  * Silently ignored directories in ``Repo.stage``.

  API CHANGES
  * GitFile now raises ``FileLocked`` when encountering a lock
    rather than OSError(EEXIST).

(bsiegert)

2017-11-12 11:32:53 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5626 - requested by sevan
mail/imapsync: build fix

Revisions pulled up:
- mail/imapsync/Makefile                                        1.20

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Nov  1 05:27:44 UTC 2017

  Modified Files:
          pkgsrc/mail/imapsync: Makefile

  Log Message:
  imapsync: switch homepage/master sites fedorahosted -> pagure

(bsiegert)

2017-11-12 11:32:13 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5625 - requested by sevan
fonts/lohit-fonts: build fix

Revisions pulled up:
- fonts/lohit-fonts/Makefile                                    1.6

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Nov  1 05:19:33 UTC 2017

  Modified Files:
          pkgsrc/fonts/lohit-fonts: Makefile

  Log Message:
  lohit-fonts: replace fedorahosted with pagure

(bsiegert)

2017-11-12 11:30:40 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5624 - requested by sevan
fonts/liberation-ttf: build fix

Revisions pulled up:
- fonts/liberation-ttf/Makefile                                1.15

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Nov  1 05:17:06 UTC 2017

  Modified Files:
          pkgsrc/fonts/liberation-ttf: Makefile

  Log Message:
  liberation-ttf: add non-fedorahosted MASTER_SITES

(bsiegert)

2017-11-12 11:25:39 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5619 - requested by sevan
math/R: Darwin build fix

Revisions pulled up:
- math/R/PLIST.Darwin                                          1.6

---
  Module Name:    pkgsrc
  Committed By:  jperkin
  Date:          Mon Oct 30 11:49:38 UTC 2017

  Modified Files:
          pkgsrc/math/R: PLIST.Darwin

  Log Message:
  R: Add missing zoneinfo file from previous update.

(bsiegert)

2017-11-12 11:24:23 UTC pkgsrc-2017Q3 commitmail json YAML

Mention previous changes.

(bsiegert)

2017-11-12 10:53:18 UTC MAIN commitmail json YAML

2017-11-12 10:52:42 UTC MAIN commitmail json YAML

Update borgbackup to 1.1.2.

Full changelog (long) at
https://github.com/borgbackup/borg/blob/1.1.2/docs/changes.rst.

When upgrading from borg 1.0.x to 1.1.x, please note:

- borg might ask some security-related questions once after upgrading. You can
  answer them either manually or via environment variable. One known case is if
you use unencrypted repositories, then it will ask about a unknown unencrypted
repository one time.
- your first backup with 1.1.x might be significantly slower (it might
  completely read, chunk, hash a lot files) - this is due to the --files-cache
mode change (and happens every time you change mode). You can avoid the
one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less
safe for detecting changed files than the default). See the --files-cache docs
for details.

(bsiegert)

2017-11-12 10:33:53 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.7.10, MesaLib-17.2.5, at-spi2-atk-2.26.1,
  at-spi2-core-2.26.2, atk-2.26.1, chrony-3.2, gallery-dl-1.0.1,
  libogg-1.3.3, libuv-1.16.1, notmuch-0.25.2, py-certifi-2017.11.5,
  py-mercurial-4.4.1, py-setuptools-36.7.1, syncthing-0.14.40,
  vim-8.0.1290, vim-share-8.0.1290, webkit-gtk-2.18.3, x264-devel-20171111.

(wiz)

2017-11-12 09:49:00 UTC MAIN commitmail json YAML

Fix my user name.

I accidentally used the ChromeOS login name (chronos) instead of my login.
Thanks wiz@ for noticing and for notifying me.

(bsiegert)

2017-11-11 21:39:19 UTC MAIN commitmail json YAML

geckodriver: adjust dependency

from maya@

(tnn)

2017-11-11 21:32:29 UTC MAIN commitmail json YAML

2017-11-11 21:30:21 UTC MAIN commitmail json YAML

www/py-selenium: import py27-selenium-3.7.1

Python language bindings for Selenium WebDriver.
The Selenium package is used to automate web browser interaction from Python.

(tnn)

2017-11-11 20:25:56 UTC MAIN commitmail json YAML

2017-11-11 19:43:27 UTC MAIN commitmail json YAML

doc: Updated net/socat to 1.7.3.2nb1

(maya)

2017-11-11 19:43:06 UTC MAIN commitmail json YAML

socat: improve our ability to run the tests, less use of /bin/bash

bump PKGREVISION in case any of those scripts are used at runtime

(maya)

2017-11-11 17:29:17 UTC MAIN commitmail json YAML

doc: Updated net/netcat6 to 1.0nb4

(maya)

2017-11-11 17:28:40 UTC MAIN commitmail json YAML

2017-11-11 13:13:15 UTC MAIN commitmail json YAML

libaudiofile: add test target

(maya)

2017-11-11 03:18:36 UTC MAIN commitmail json YAML

doc: Updated filesystems/fuse-encfs to 1.9.2

(gdt)

2017-11-11 03:18:16 UTC MAIN commitmail json YAML

Update to 1.9.2:

  - fix a use-after-free bug that was introduced in v1.9-rc1 (#214)
  - cast booleans to int before writing the XML config (#343)
  - support reading the config file from pipes (#253)
  - add "-t" option to set syslog tag
  - allow read/write in standard reverse mode (#301)
  - reject empty passwords
  - support building with openssl 1.1

(gdt)

2017-11-11 01:52:35 UTC MAIN commitmail json YAML

Updated net/corebird to 1.7.2

(ryoon)

2017-11-11 01:51:30 UTC MAIN commitmail json YAML

Update to 1.7.2

Changelog:
1.7.2:
Changelog:
- Fix window cancel button label mixup
- Fix potential crash when composing a tweet (#779)
- Fix abort when trying to detect emoji support (#781)
- Fix spell checking
- Update translations

1.7.1:
Changelog:
- Fixed a small problem with the appdata file in 1.7

1.7:
Changelog:
- Hashtags and Mentions in profile desriptions are now clickable
- The mention-completion when composing a new tweet now fetches
  unknown users from the twitter server
- Videos larger than the screen size are now getting scaled down
  while playing
- Profiles now indicate when an account is suspended
- Profiles handle protected accounts better when trying to
  access followers/following users, etc.
- The compose window now allows tweets with just media
  attached but not text
- Improve the hashtag/mention/link detection when composing a new tweet
- The compose dialog now shows an emoji chooser. This is
  only available starting GTK+ 3.22.19 and the emojis will only be
  rendered with color if you have the needed cairo version
  installed, as well as an emoji font.
- Fixed a bug that led to wrong Direct Message info being
  inserted into the database
- Fixed a bug that resulted in broken files when downloading
  instagram images

(ryoon)

2017-11-11 01:32:47 UTC MAIN commitmail json YAML

Fixes PR # 52711. Allows installation of package in /usr/local LOCALBASE.

(jklos)

2017-11-10 23:04:17 UTC MAIN commitmail json YAML

2017-11-10 23:02:35 UTC MAIN commitmail json YAML

2017-11-10 23:01:46 UTC MAIN commitmail json YAML

Added graphics/rawtherapee version 5.3

(ryoon)

2017-11-10 23:01:02 UTC MAIN commitmail json YAML

graphics/rawtherapee: import rawtherapee-5.3

RawTherapee is a cross-platform raw image processing program released
under GNU GPL 2.

(ryoon)

2017-11-10 22:54:44 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.4.3.2

(ryoon)

2017-11-10 22:54:04 UTC MAIN commitmail json YAML

Update to 5.4.3.2

Changelog:
Bugs fixed compared to 5.4.3 rc1:
    tdf#97630 LibreOffice uses wrong attribute for feature "shrink-to-fit" [Michael Stahl]
    tdf#108580 Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing (for local solution see comment 7) [Christian Lohmaier]
    tdf#109343 Cannot paste formatted text (.rtf) from clipboard on Mac. It comes always unformatted. Still broken in 5.3.6 and 5.4.1 [Xisco Fauli]
    tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
    tdf#112928 LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit) [Mike Kaganski]
    tdf#113225 LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL ) [Michael Meeks]
    tdf#113227 FILESAVE: PPT: bullets disappear after RT [Noel Grandin]
    tdf#113253 FILESAVE: PPT: Graphics change their shapes after RT [Caolán McNamara]

Bugs fixed compared to 5.4.2 final (rc2):
    ofz#2833 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#2867 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#3419 null-dereference READ [Caolán McNamara]
    ofz#3527 invalid read of size 8 [Caolán McNamara]
    ofz#3532 invalid read of size 8 [Caolán McNamara]
    rhbz#1471983 Libreoffice Impress crashes on Edit Master [Caolán McNamara]
    tdf#86083 TOOLBAR: 'Column' and 'Row' group buttons [Yousuf Philips]
    tdf#91106 1st Hierarchical level in Styles and Formatting is not alphabetically sorted [Michael Stahl]
    tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
    tdf#99689 Subscript not working in Illustration index or Index of Tables [Tamas Bunth]
    tdf#100822 FILEOPEN: xlsx file: imported DateTime cells are empty with certain non-en_US locales (Excel 2010 compatible) [Eike Rathke]
    tdf#103685 SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector [Julien Nabet]
    tdf#104937 FILEOPEN: RTF: table's columns are narrower than they should be [Miklos Vajna]
    tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna]
    tdf#107605 Formatting fonts with bad metrics causes line height problems, e.g. Cardo [Khaled Hosny]
    tdf#108406 libreoffice from 5-4 branch shows a broken helpimg icon theme in options [Katarina Behrens]
    tdf#108703 LibO is trying to access OpenOffice\dict_word.brk & dict_word_en.brk when scrolling through a document [Eike Rathke]
    tdf#111480 FILEOPEN: Circular text is imported horizontally [Szymon Kłos]
    tdf#112211 FILEOPEN: RTF: Incorrect horizontal bullet position [Caolán McNamara, Miklos Vajna]
    tdf#112247 FILESAVE: DOC: shape increases in size every time it is saved [Szymon Kłos]
    tdf#112292 Memory usage is steadily increasing every time when copying something to the clipboard even with 0 undo steps [Noel Grandin]
    tdf#112388 Fraction::Fraction(Fraction const&) leaks memory [Caolán McNamara]
    tdf#112399 Unable to correctly open a Word 2003 document [Caolán McNamara]
    tdf#112423 MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash [Julien Nabet]
    tdf#112425 libMacOSXSpelllo.dylib MacSpellChecker::GetSpellFailure is leaking memory with multiple invocations [Julien Nabet]
    tdf#112446 FILEOPEN,DOCX Misplaced page number [Justin Luth]
    tdf#112486 (DirectWrite-Regression) [META] Bugs caused/worsened by more use of DirectWrite [Xisco Fauli]
    tdf#112507 FILEOPEN: RTF: Incorrect paragraph's width [Miklos Vajna]
    tdf#112523 Calc function names in the Polish language version. [Eike Rathke]
    tdf#112552 Shape's gray background is lost after saving to PPTX [Tamás Zolnai]
    tdf#112557 Subtitle placeholder shape leads to corrupted PPTX file [Tamás Zolnai]
    tdf#112574 Image style editing crashes LO [Michael Stahl]
    tdf#112647 Fixed line spacing is saved incorrectly to PPTX [Tamás Zolnai]
    tdf#112656 selected text is truncated in Calc sort dropdown [Caolán McNamara]
    tdf#112679 Copied FORMTEXT field in DOC is corrupted when file is saved and reopened [Michael Stahl]
    tdf#112680 Color picker dialog opens with incorrect custom color [Caolán McNamara]
    tdf#112727 Chart crashes when transparency is square [Julien Nabet]
    tdf#112732 Navigator Promote Demote of last entry in Header outline causes crash (debug) [Michael Stahl]
    tdf#112780 Incompatibility in 5.3.1.2 for spreadsheet created with 5.1 (wrong data type) [Eike Rathke]
    tdf#112827 Main menu bar not reversed when running RTL UI (Gtk3) [Caolán McNamara]
    tdf#112836 In master view, bottom areas are wrongly positioned [Noel Grandin]
    tdf#112933 LO CALC: FORMATTING: of Time changed meaning of MM:SS.0 [Eike Rathke]
    tdf#112947 Possible write to free'd memory in OResultSet.cxx [Julien Nabet]
    tdf#113052 Crash when right-clicking the breakpoint column in the Basic IDE [Jan-Marek Glogowski]

(ryoon)

2017-11-10 22:53:17 UTC MAIN commitmail json YAML

Updated www/seamonkey-l10n to 2.49.1

(ryoon)

2017-11-10 22:52:07 UTC MAIN commitmail json YAML

2017-11-10 22:47:13 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.49.1

(ryoon)

2017-11-10 22:45:27 UTC MAIN commitmail json YAML

pkgsrc/www/seamonkey/Makefile@1.165 / diff
pkgsrc/www/seamonkey/PLIST@1.59 / diff
pkgsrc/www/seamonkey/PLIST.lightning deleted
pkgsrc/www/seamonkey/distinfo@1.146 / diff
pkgsrc/www/seamonkey/options.mk@1.39 / diff
pkgsrc/www/seamonkey/patches/patch-ao@1.17 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_browser_components_nsBrowserGlue.js deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_browser_installer_package-manifest.in deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_browser_themes_shared_icon-colors.inc.svg deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_build_autoconf_toolchain.m4 deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_build_moz.configure_keyfiles.configure@1.1 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_build_moz.configure_memory.configure@1.1 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_build_moz.configure_old.configure@1.3 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_build_moz.configure_toolchain.configure deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_config_Makefile.in@1.8 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_config_external_moz.build@1.10 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_config_system-headers@1.24 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_dom_bindings_GenerateCSS2PropertiesWebIDL.py deleted
pkgsrc/www/seamonkey/patches/patch-mozilla_dom_media_platforms_ffmpeg_ffvpx_FFVPXRuntimeLinker.cpp@1.1 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_dom_system_OSFileConstants.cpp@1.10 / diff
      :
(more 54 files)
Update to 2.49.1

Changelog:
Based on Firefox 52.4.1

SeaMonkey-specific changes
    SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater.
    You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed.
    Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images.
    Language support for nb-NO has been re-added.
    SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
    Quotes are now colored differently in Mails bug 1374708.
    Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904.
    Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.

(ryoon)

2017-11-10 18:17:55 UTC MAIN commitmail json YAML

Add support for LDFLAGS

This notably fixes building with RELRO enabled.

(khorben)

2017-11-10 16:18:47 UTC MAIN commitmail json YAML

Add support for CFLAGS and LDFLAGS

This notably fixes building with RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.

(khorben)

2017-11-10 15:08:08 UTC MAIN commitmail json YAML

Enable postgresql-redislog

(fhajny)

2017-11-10 15:07:16 UTC MAIN commitmail json YAML

doc: Added databases/postgresql-redislog version 0.2

(fhajny)

2017-11-10 15:07:02 UTC MAIN commitmail json YAML

Import redislog-0.2 as databases/postgresql-redislog.

redislog is an extension that allows PostgreSQL to ship log entries
to a Redis server, directly in JSON format.

(fhajny)

2017-11-10 14:47:42 UTC MAIN commitmail json YAML

2017-11-10 11:22:02 UTC MAIN commitmail json YAML

doc: Updated net/mDNSResponder to 258.14nb3

(jperkin)

2017-11-10 11:21:52 UTC MAIN commitmail json YAML

mDNSResponder: Ensure dns-sd is built with correct CFLAGS.

Bump PKGREVISION.

(jperkin)

2017-11-10 10:34:51 UTC MAIN commitmail json YAML

logcheck: Remove unnecessary TMPDIR handling to be MAKE_JOBS safe.

(jperkin)

2017-11-10 09:34:39 UTC MAIN commitmail json YAML

Complete TODO revision 1.17857

(prlw1)

2017-11-10 09:27:17 UTC MAIN commitmail json YAML

doc: Updated multimedia/gstreamer1 to 1.12.3

(prlw1)

2017-11-10 09:26:48 UTC MAIN commitmail json YAML

Update gstreamer1 to 1.12.3

Major bugfixes in 1.12.3

    Fix for infinite recursion on buffer free in v4l2
    Fix for glimagesink crash on macOS when used via autovideosink
    Fix for huge overhead in matroskamux caused by writing one
      Cluster per audio-frame in audio-only streams. Also use
      SimpleBlocks for Opus and other audio codecs, which works around
      a bug in VLC that prevented Opus streams to be played and
      decreases overhead even more
    Fix for flushing seeks in rtpmsrc always causing an error
    Fix for timestamp overflows in calculations in audio encoder base class
    Fix for RTP h265 depayloader marking P-frames as I-frames
    Fix for long connection delays of clients in RTSP server
    Fixes for event handling in queue and queue2 elements, and
      updates to buffering levels on NOT_LINKED streams
    Various fixes to event and buffering handling in decodebin3/playbin3
    Various fixes for memory leaks, deadlocks and crashes in all modules
    ... and many, many more!

(prlw1)

2017-11-10 08:00:43 UTC MAIN commitmail json YAML

Updated textproc/py-mistune, devel/py-pexpect, net/py-botocore, net/py-awscli, multimedia/py-m3u8

(adam)

2017-11-10 07:59:24 UTC MAIN commitmail json YAML

py-m3u8: updated to 0.3.5

0.3.5
add support to tag EXT-X-START

(adam)

2017-11-10 07:57:48 UTC MAIN commitmail json YAML

py-awscli: updated to 1.11.185

1.11.185
api-change:ec2: Update ec2 command to latest version

1.11.184
api-change:elasticache: Update elasticache command to latest version
api-change:batch: Update batch command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:application-autoscaling: Update application-autoscaling command to latest version

1.11.183
api-change:rds: Update rds command to latest version
api-change:elbv2: Update elbv2 command to latest version
api-change:s3: Update s3 command to latest version

1.11.182
api-change:kms: Update kms command to latest version
api-change:stepfunctions: Update stepfunctions command to latest version
api-change:pricing: Update pricing command to latest version
api-change:ec2: Update ec2 command to latest version
api-change:organizations: Update organizations command to latest version

1.11.181
api-change:ecs: Update ecs command to latest version

1.11.180
api-change:apigateway: Update apigateway command to latest version
bugfix:datapipeline: Fixed a bug in datapipeline where list-runs could only handle 100 runs.

(adam)

2017-11-10 07:54:40 UTC MAIN commitmail json YAML

py-botocore: updated to 1.7.43

1.7.43
api-change:ec2: Update ec2 client to latest version

1.7.42
api-change:application-autoscaling: Update application-autoscaling client to latest version
api-change:elasticache: Update elasticache client to latest version
api-change:batch: Update batch client to latest version
api-change:ec2: Update ec2 client to latest version

1.7.41
api-change:elbv2: Update elbv2 client to latest version
api-change:s3: Update s3 client to latest version
api-change:rds: Update rds client to latest version

1.7.40
api-change:stepfunctions: Update stepfunctions client to latest version
api-change:ec2: Update ec2 client to latest version
api-change:kms: Update kms client to latest version
api-change:organizations: Update organizations client to latest version
api-change:pricing: Update pricing client to latest version

(adam)

2017-11-10 07:51:58 UTC MAIN commitmail json YAML

py-pexpect: updated to 4.3.0

Version 4.3
The async= parameter to integrate with asyncio has become async_= (:ghpull:`431`), as async is becoming a Python keyword from Python 3.6. Pexpect will still recognise async as an alternative spelling.
Similarly, the module pexpect.async became pexpect._async (:ghpull:`450`). This module is not part of the public API.
Fix problems with asyncio objects closing file descriptors during garbage collection (:ghissue:`347`, :ghpull:`376`).
Set the .pid attribute of a :class:`~.PopenSpawn` object (:ghpull:`417`).
Fix passing Windows paths to :class:`~.PopenSpawn` (:ghpull:`446`).
:class:`~.PopenSpawn` on Windows can pass string commands through to Popen without splitting them into a list (:ghpull:`447`).
Stop shlex trying to read from stdin when :class:`~.PopenSpawn` is passed cmd=None (:ghissue:`433`, :ghpull:`434`).
Ensure that an error closing a Pexpect spawn object raises a Pexpect error, rather than a Ptyprocess error (:ghissue:`383`, :ghpull:`386`).
Cleaned up invalid backslash escape sequences in strings (:ghpull:`430`, :ghpull:`445`).
The pattern for a password prompt in :mod:`pexpect.pxssh` changed from password to password: (:ghpull:`452`).
Correct docstring for using unicode with spawn (:ghpull:`395`).
Various other improvements to documentation.

(adam)

2017-11-10 07:48:47 UTC MAIN commitmail json YAML

py-mistune: updated to 0.8.1

0.8.1:
Changes unknown.

(adam)

2017-11-10 07:12:40 UTC pkgsrc-2017Q3 commitmail json YAML

tickets #5622 and #5623

(spz)

2017-11-10 07:11:22 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5623 - requested by sevan
www/apache-tomcat8: security update

Revisions pulled up:
- www/apache-tomcat8/Makefile                                  1.15
- www/apache-tomcat8/distinfo                                  1.16

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  fhajny
  Date:          Tue Oct 31 14:33:23 UTC 2017

  Modified Files:
          pkgsrc/www/apache-tomcat8: Makefile distinfo

  Log Message:
  Update www/apache-tomcat8 to 8.0.47.

  Notable changes:

  - A fix for CVE-2017-12617.
  - Add ExtractingRoot, a new WebResourceRoot implementation that extracts
    JARs to the work directory for improved performance when deploying
    packed WAR files.
  - Update the packaged version of the Tomcat Native Library to 1.2.14

  Full changelog:

    https://tomcat.apache.org/tomcat-8.0-doc/changelog.html

  To generate a diff of this commit:
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/apache-tomcat8/Makefile
  cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/apache-tomcat8/distinfo

(spz)

2017-11-10 07:08:38 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5622 - requested by sevan
www/apache-tomcat7: security update

Revisions pulled up:
- www/apache-tomcat7/Makefile                                  1.34
- www/apache-tomcat7/distinfo                                  1.28

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  fhajny
  Date:          Tue Oct 31 14:31:10 UTC 2017

  Modified Files:
          pkgsrc/www/apache-tomcat7: Makefile distinfo

  Log Message:
  Update www/apache-tomcat7 to 7.0.82.

  Notable changes:

  - A fix for CVE-2017-12617.
  - Update the packaged version of the Tomcat Native Library to 1.2.14

  Full changelog:

    https://tomcat.apache.org/tomcat-7.0-doc/changelog.html

  To generate a diff of this commit:
  cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/apache-tomcat7/Makefile
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/apache-tomcat7/distinfo

(spz)

2017-11-10 06:59:16 UTC MAIN commitmail json YAML

2017-11-09 20:46:18 UTC MAIN commitmail json YAML

Updated print/hplip to 3.17.10

(schnoebe)

2017-11-09 20:44:59 UTC MAIN commitmail json YAML

Update to HPLIP 3.17.10

HPLIP 3.17.10 - This release has the following changes:
Added Support for the following new Scanners:
  - HP Scanjet Enterprise Flow N9120 fn2 Document Scanner
  - HP Digital Sender Flow 8500 fn2 Document Capture Workstation

Added Support for the following new Distros:
  -  Debian 9.1

HPLIP 3.17.9 - This release has the following changes:
Added Support for the following new Printers:
  - HP OfficeJet Pro 7720 Wide Format All-in-One
  - HP DeskJet AMP All-in-One Printer
  - HP OfficeJet 5220 All-in-One Printer
  - HP OfficeJet 5230 All-in-One Printer
  - HP OfficeJet 5232 All-in-One Printer
  - HP ENVY Photo 6220 All-in-One Printer
  - HP ENVY Photo 6232 All-in-One Printer
  - HP ENVY Photo 7120 All-in-One Printer
  - HP ENVY Photo 7134 All-in-One Printer
  - HP ENVY Photo 7820 All-in-One Printer
  - HP ENVY 5020 All-in-One Printer
  - HP ENVY 5032 All-in-One Printer
  - HP DeskJet Ink Advantage 3735 All-in-One
  - HP ENVY Photo 6234 All-in-One Printer
  - HP ENVY Photo 6230 All-in-One Printer
  - HP AMP 130 All-in-One Printer
  - HP OfficeJet Pro 7730 Wide Format All-in-One
  - HP ENVY Photo 7155 All-in-One Printer
  - HP ENVY Photo 7164 All-in-One Printer
  - HP ENVY Photo 7155 All-In-One Printer
  - HP ENVY Photo 7800 All-In-One Printer
  - HP ENVY Photo 6200 All-In-One Printer
  - HP ENVY Photo 7130 All-in-One Printer
  - HP ENVY Photo 7830 All-in-One Printer
  - HP ENVY Photo 7120 All-in-One Printer
  - HP ENVY Photo 7820 All-in-One Printer
  - HP ENVY Photo 7855 All-in-One Printer
  - HP DeskJet Ink Advantage 5075 All-in-One Printer
  - HP PageWide Enterprise Color 765dn
  - HP PageWide Managed Color E75160dn
  - HP PageWide Enterprise Color MFP 780dn
  - HP PageWide Enterprise Color Flow MFP 785f
  - HP PageWide Enterprise Color Flow MFP 785zs
  - HP PageWide Enterprise Color Flow MFP 785z+
  - HP PageWide Managed Color MFP E77650dn
  - HP PageWide Managed Color MFP E77650dns
  - HP PageWide Managed Color MFP E77660dn
  - HP PageWide Managed Color Flow MFP E77650z
  - HP PageWide Managed Color Flow MFP E77650zs
  - HP PageWide Managed Color Flow MFP E77650z+
  - HP PageWide Managed Color Flow MFP E77660z
  - HP PageWide Managed Color Flow MFP E77660zs
  - HP PageWide Managed Color Flow MFP E77660z+
  - HP ENVY 5030 All-in-One Printer

Added support for the following new Distros:
  - openSuse 42.3 (64-bit)
  - LinuxMint-18.2 (32-bit and 64-bit)
  - Fedora-26 (32-bit and 64-bit)
  - RHEL -7.3 (64-bit)

(schnoebe)

2017-11-09 19:25:09 UTC MAIN commitmail json YAML

Updated www/firefox52-l10n to 52.4.1

(ryoon)

2017-11-09 19:24:37 UTC MAIN commitmail json YAML

Update to 52.4.1

* Sync with www/firefox52-52.4.1

(ryoon)

2017-11-09 19:18:17 UTC MAIN commitmail json YAML

Updated www/firefox52 to 52.4.1

(ryoon)

2017-11-09 19:17:19 UTC MAIN commitmail json YAML

Update to 52.4.1

Changelog:
Fixed
    Fixed a crash when playing videos on macOS 10.13

    Fixed a crash when using the color picker on macOS 10.13

(ryoon)

2017-11-09 19:00:46 UTC MAIN commitmail json YAML

Updated security/dropbear to 2017.75

(snj)

2017-11-09 19:00:25 UTC MAIN commitmail json YAML

dropbear: update to 2017.75

Changes:
- Security: Fix double-free in server TCP listener cleanup
  A double-free in the server could be triggered by an authenticated
  user if dropbear is running with -a (Allow connections to forwarded
  ports from any host)
  This could potentially allow arbitrary code execution as root by an
  authenticated user.  Affects versions 2013.56 to 2016.74. Thanks to
  Mark Shepard for reporting the crash.
  CVE-2017-9078 https://secure.ucc.asn.au/hg/dropbear/rev/c8114a48837c

- Security: Fix information disclosure with ~/.ssh/authorized_keys
  symlink.  Dropbear parsed authorized_keys as root, even if it were
  a symlink. The fix is to switch to user permissions when opening
  authorized_keys

  A user could symlink their ~/.ssh/authorized_keys to a root-owned
  file they couldn't normally read. If they managed to get that file
  to contain valid authorized_keys with command= options it might be
  possible to read other contents of that file.
  This information disclosure is to an already authenticated user.
  Thanks to Jann Horn of Google Project Zero for reporting this.
  CVE-2017-9079 https://secure.ucc.asn.au/hg/dropbear/rev/0d889b068123

- Generate hostkeys with dropbearkey atomically and flush to disk with
  fsync. Thanks to Andrei Gherzan for a patch.

- Fix out of tree builds with bundled libtom
  Thanks to Henrik Nordstr旦m and Peter Krefting for patches.

(snj)

2017-11-09 10:57:57 UTC MAIN commitmail json YAML

2017-11-09 08:35:16 UTC MAIN commitmail json YAML

Updated security/gnupg2, lang/py-execjs

(adam)

2017-11-09 08:34:38 UTC MAIN commitmail json YAML

py-execjs: updated to 1.5.0

1.5.0
Eased version requirement for six.

(adam)

2017-11-09 08:34:12 UTC MAIN commitmail json YAML

py-execjs: updated to 1.5.0

1.5.0
Eased version requirement for six.

(adam)

2017-11-09 08:11:05 UTC MAIN commitmail json YAML

doc: Updated print/py-reportlab to 3.3.0nb2

(wiz)

2017-11-09 08:10:55 UTC MAIN commitmail json YAML

py-reportlab: actually add patch-src_reportlab_platypus_tables.py to distinfo

bump version again.

(wiz)

2017-11-09 08:02:30 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.2

changes in version 2.2.2:
  * gpg: Avoid duplicate key imports by concurrently running gpg
    processes.
  * gpg: Fix creating on-disk subkey with on-card primary key.
  * gpg: Fix validity retrieval for multiple keyrings.
  * gpg: Fix --dry-run and import option show-only for secret keys.
  * gpg: Print "sec" or "sbb" for secret keys with import option
    import-show.
  * gpg: Make import less verbose.
  * gpg: Add alias "Key-Grip" for parameter "Keygrip" and new
    parameter "Subkey-Grip" to unattended key generation.
  * gpg: Improve "factory-reset" command for OpenPGP cards.
  * gpg: Ease switching Gnuk tokens into ECC mode by using the magic
    keysize value 25519.
  * gpgsm: Fix --with-colon listing in crt records for fields > 12.
  * gpgsm: Do not expect X.509 keyids to be unique.
  * agent: Fix stucked Pinentry when using --max-passphrase-days.
  * agent: New option --s2k-count.
  * dirmngr: Do not follow https-to-http redirects.
  * dirmngr: Reduce default LDAP timeout from 100 to 15 seconds.
  * gpgconf: Ignore non-installed components for commands
    --apply-profile and --apply-defaults.
  * Add configure option --enable-werror.

(adam)

2017-11-09 07:52:37 UTC MAIN commitmail json YAML

Updated textproc/py-regex, devel/py-hypothesis, textproc/py-jinja2

(adam)

2017-11-09 07:52:17 UTC MAIN commitmail json YAML

py-jinja2: updated to 2.10

Version 2.10:
- Added a new extension node called OverlayScope which can be used to
  create an unoptimized scope that will look up all variables from a
  derived context.
- Added an in test that works like the in operator.  This can be used
  in combination with reject and select.
- Added previtem and nextitem to loop contexts, providing access to the
  previous/next item in the loop. If such an item does not exist, the value is
  undefined.
- Added changed(*values) to loop contexts, providing an easy way of
  checking whether a value has changed since the last iteration (or rather
  since the last call of the method)
- Added a namespace function that creates a special object which allows
  attribute assignment using the set tag.  This can be used to carry data
  across scopes, e.g. from a loop body to code that comes after the loop.
- Added a trimmed modifier to {% trans %} to strip linebreaks and
  surrounding whitespace. Also added a new policy to enable this for all
  trans blocks.
- The random filter is no longer incorrectly constant folded and will
  produce a new random choice each time the template is rendered.
- Added a unique filter.
- Added min and max filters.
- Added tests for all comparison operators: eq, ne, lt, le,
  gt, ge.
- import statement cannot end with a trailing comma.
- indent filter will not indent blank lines by default.
- Add reverse argument for dictsort filter.
- Add a NativeEnvironment that renders templates to native Python types
  instead of strings.
- Added filter support to the block set tag.
- tojson filter marks output as safe to match documented behavior.
- Resolved a bug where getting debug locals for tracebacks could
  modify template context.
- Fixed a bug where having many {% elif ... %} blocks resulted in a
  "too many levels of indentation" error.  These blocks now compile to
  native elif ..: instead of else: if ..:

(adam)

2017-11-09 07:41:44 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.36.0

3.36.0:
This release adds a setting to the public API, and does some internal cleanup:
The :attr:`~hypothesis.settings.derandomize` setting is now documented
Removed - and disallowed - all 'bare excepts' in Hypothesis
Documented the :attr:`~hypothesis.settings.strict` setting as deprecated, and updated the build so our docs always match deprecations in the code.

(adam)

2017-11-09 07:37:28 UTC MAIN commitmail json YAML

py-regex: updated to 2017.11.09

2017.11.09:
Bug fix.

(adam)

2017-11-09 01:14:41 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube to 1.2.7

And update these pacakges to 1.2.7, too.

mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2017-11-09 01:13:12 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.2.7

Security fix for CVE-2017-16651.

RELEASE 1.2.7
-------------
- Fix rewind(): stream does not support seeking (#5950)
- Fix bug where HTML messages could have been rendered empty on some systems
  (#5957)
- Fix (again) bug where image data URIs in css style were treated as
  evil/remote in mail preview (#5580)
- Managesieve: Fix parsing dot-staffed lines in multiline text (#5838, #5959)
- Fix file disclosure vulnerability caused by insufficient input validation
  [CVE-2017-16651] (#6026)

(taca)

2017-11-08 22:51:54 UTC MAIN commitmail json YAML

py-libxml2: in nodeWrap deal with name is None case

Should fix gtk-doc build with itstool 2.0.4:

Error: Could not merge translations:
'NoneType' object is not subscriptable

(prlw1)

2017-11-08 22:38:29 UTC MAIN commitmail json YAML

redland: Fix installation if gtk-doc package is already installed

By default redland is configured with `--disable-gtk-doc'. However,
despite that it will checks several `gtkdoc-*' tools anyway ending
in an failure during the installation phase because only a couple
of them are available.

Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools.

Pointed out by <oster>, thanks!

(leot)

2017-11-08 22:23:01 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/netbsd-www to 1.10

(wiz)

2017-11-08 22:22:53 UTC MAIN commitmail json YAML

netbsd-www: Parts of the web site need fig2dev, depend on it.

Bump version.

(wiz)

2017-11-08 21:47:57 UTC MAIN commitmail json YAML

doc: Updated www/p5-libwww to 6.29

(wiz)

2017-11-08 21:47:47 UTC MAIN commitmail json YAML

p5-libwww: update to 6.29.

6.29      2017-11-06
    - Fix some version numbers

6.28      2017-11-06
    - Remove last use of Geopt::Std (Sergey Remanov) (GH #267)
    - Include unmatched connect error in status string (Patrik Lundin) (GH #269)
    - Fix insecure open FILEHANDLE,EXPR (Takumi Akiyama) (GH #270)

(wiz)

2017-11-08 21:44:51 UTC MAIN commitmail json YAML

doc: Updated www/p5-URI-db to 0.18

(wiz)

2017-11-08 21:44:38 UTC MAIN commitmail json YAML

p5-URI-db: update to 0.18.

0.18  2017-11-03T15:01:43Z
      - Added URI::redshift to support db:redshift: URIs, thanks to a pull
        request from Steve Caldwell (PR #12).
      - Added URI::exasol, thanks to Johan W辰rlander.

(wiz)

2017-11-08 21:43:41 UTC MAIN commitmail json YAML

doc: Updated www/p5-Mojolicious to 7.55

(wiz)

2017-11-08 21:43:32 UTC MAIN commitmail json YAML

p5-Mojolicious: update to 7.55.

7.55  2017-11-06
  - Added -role flag to Mojo::Base. (jberger)
  - Improved tablify function in Mojo::Util to work with non-rectangular arrays.
    (CandyAngel, jabberwok)
  - Improved Windows compatibility of Mojo::Server::Daemon.

7.54  2017-11-05
  - Fixed a bug in Mojo::Promise where promise chains could not recover from
    rejections.

7.53  2017-11-04
  - Added module Mojo::Promise.
  - Improved Mojo::IOLoop::Delay to be a subclass of Mojo::Promise.

7.52  2017-11-02
  - Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and start_p
    methods to Mojo::UserAgent.

7.51  2017-10-31
  - Added -signatures flag to Mojo::Base and Mojolicious::Lite.
  - Added support for new HTTP status code.
  - Improved ojo to enable subroutine signatures automatically on Perl 5.20+.

7.50  2017-10-30
  - Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no
    good way to warn our users about this deprecation, it will be in effect
    until the next major release. Where we will also change the base class from
    Mojo::EventEmitter to Mojo::Base.
  - Improved documentation browser with links to MetaCPAN.

7.49  2017-10-28
  - Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining.
  - Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously
    inherited a catch method from Mojo::EventEmitter that was passed the error
    message as second argument instead of the first, so you might have to change
      $delay->catch(sub { my ($delay, $error) = @_; ... });
    to
      $delay->catch(sub { my ($error) = @_; ... });
  - Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay.
  - Updated jQuery to version 3.2.1.

(wiz)

2017-11-08 21:40:55 UTC MAIN commitmail json YAML

doc: Updated www/p5-HTTP-Server-Simple-Static to 0.14

(wiz)

2017-11-08 21:40:46 UTC MAIN commitmail json YAML

p5-HTTP-Server-Simple-Static: update to 0.14.

0.14  Sat, 28 Oct 2017 14:53:00 +0100

        - Further improvements to the path handling to fix a bug with
          specifying the base directory using a relative path. Closes:
          https://rt.cpan.org/Public/Bug/Display.html?id=123428

(wiz)

2017-11-08 21:39:54 UTC MAIN commitmail json YAML

doc: Updated www/p5-CGI to 4.37

(wiz)

2017-11-08 21:39:45 UTC MAIN commitmail json YAML

p5-CGI: update to 4.37.

4.37 2017-11-01

    [ FIX ]
    - Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
      thanks to Reuben Thomas)

(wiz)

2017-11-08 21:35:56 UTC MAIN commitmail json YAML

doc: Added devel/p5-Devel-Caller-IgnoreNamespaces version 1.1

(wiz)

2017-11-08 21:35:46 UTC MAIN commitmail json YAML

devel/Makefile: + p5-Devel-Caller-IgnoreNamespaces

(wiz)

2017-11-08 21:35:32 UTC MAIN commitmail json YAML

devel/p5-Devel-Caller-IgnoreNamespaces: import p5-Devel-Caller-IgnoreNamespaces-1.1

Make available a magic caller() which can ignore namespaces that
you tell it about.

(wiz)

2017-11-08 21:21:09 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-TimeZone to 2.15

(wiz)

2017-11-08 21:21:00 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.15.

2.15    2017-11-04

- Make the local zone lookup code handle the case where /usr/share/zoneinfo is
  a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by
  Tom Wyant. GH #22 and #23.

2.14    2017-10-28

- This release is based on version 2017c of the Olson database. This release
  includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan,
  Tonga, and Turks & Caicos.

(wiz)

2017-11-08 21:20:17 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-Locale to 1.17

(wiz)

2017-11-08 21:20:08 UTC MAIN commitmail json YAML

p5-DateTime-Locale: update to 1.17.

1.17    2017-11-04

- Rebuilt all locale data with CLDR 32, released on 2017-11-01.

(wiz)

2017-11-08 21:17:41 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-YAML to 1.24

(wiz)

2017-11-08 21:17:32 UTC MAIN commitmail json YAML

p5-YAML: update to 1.24.

1.24 Mon Oct 30 20:31:53 CET 2017
- Fix $LoadCode (PR#180, PR#181, PR#182 by @mohawk2++)

(wiz)

2017-11-08 21:16:41 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-Atom-SimpleFeed to 0.902

(wiz)

2017-11-08 21:16:32 UTC MAIN commitmail json YAML

p5-XML-Atom-SimpleFeed: update to 0.902.

0.902 Thu 02 Nov 2017
- Proper packaging (mea m叩xima culpa)
- No code changes

0.901 Wed 01 Nov 2017
- Support for Time::Date objects in date constructs

(wiz)

2017-11-08 21:15:59 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Text-CSV_XS to 1.34

(wiz)

2017-11-08 21:15:50 UTC MAIN commitmail json YAML

p5-Text-CSV_XS: update to 1.34.

1.34 - 2017-11-05, H.Merijn Brand
    * Bad arg for formula (like "craok") will now die with error 1500
    * Row report in formula reporting was off by 1
    * Add a prominent section about BOM handling
    * Make sheet label more portable (csv2xlsx)
    * Allow munge => \%hash
    * Preserve first row in csv (set_column_names => 0)

(wiz)

2017-11-08 21:13:24 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Syntax-Highlight-Engine-Kate to 0.12

(wiz)

2017-11-08 21:13:11 UTC MAIN commitmail json YAML

p5-Syntax-Highlight-Engine-Kate: update to 0.12.

0.12  2017-10-26 MANWAR
      - Added META.yml back to MANIFEST file.

0.11  2017-10-26 MANWAR
      - [2017-10-26]: Tidied up .gitignore, Changes and MANIFEST file.
      - [2017-10-26]: Merge pull request #15 from kiwiroy/rt-76160
      - [2017-01-02]: Merge pull request #14 from manwar/fix-cpants-issues
      - [2016-10-04]: Merge pull request #13 from pauloscustodio/pscust_1
      - [2015-10-18]: Merge pull request #12 from nichtich/master

(wiz)

2017-11-08 21:10:09 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Lingua-EN-Inflect to 1.903

(wiz)

2017-11-08 21:10:00 UTC MAIN commitmail json YAML

p5-Lingua-EN-Inflect: update to 1.903.

1.903  Mon Oct 30 11:44:44 2017

    - Various bugs in documentation code debugged
      (Thanks, Kornel!)

(wiz)

2017-11-08 21:08:57 UTC MAIN commitmail json YAML

doc: Updated security/p5-Net-SSLeay to 1.82

(wiz)

2017-11-08 21:08:48 UTC MAIN commitmail json YAML

p5-Net-SSLeay: update to 1.82.

1.82 2017-10-31
Added support for building under Linuxbrew (a linuxbrew version of MacOS Homebrew)
Patch from Matthew Altus, that implements SSL_CTX_set_psk_client_callback() and SSL_set_psk_client_callback().
Patch to build with LibreSSL has no support for NPN
Also skip the NPN test if the SSL library is LibreSSL.
Fixed a problem with a variable declaration in ssleay_session_secret_cb_invoke reported by Graham Ollis.
Significant patch set from Open System Consultants:
- Bugfix: tlsext_status_cb_invoke(...): free ocsp_response only when allocated.
- The same callback is used on a server side for OCSP stapling and in that
  case ocsp_response is NULL and not used.
- New feature: Added a binding SSL_set_session_ticket_ext_cb(ssl,callback,data)
- A callback used by EAP-FAST/EAP-TEAT to parse and process TLS session ticket.
- Tests are in t/local/65_ticket_sharing_2.t
- New feature: Added a binding SSL_set_session_ticket_ext(ssl,ticket)
- Used by EAP-FAST/EAP-TEAP to define TLS session ticket value.
- Tests are in t/local/65_ticket_sharing_2.t
- Bugfix: tlsext_ticket_key_cb_invoke(...): allow SHA256 HMAC key to be 32 bytes
instead of 16 bytes (which OpenSSL will pad with zeros up to 32 bytes).
- New feature: Added following bindings:
- X509_get_ex_data(cert,idx)
- X509_get_ex_new_index(argl,argp,new_func,dup_funL,free_func)
- X509_get_app_data(cert)
- X509_set_ex_data(cert,idx,data)
- X509_set_app_data(cert,arg)
- X509_STORE_CTX_get_ex_new_index(argl,argp,new_func,dup_func,free_func)
- X509_STORE_CTX_get_app_data(x509_store_ctx)
- X509_STORE_CTX_set_app_data(x509_store_ctx,arg)
- New feature: Added an implementation for SSL_get_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
- Tests are in t/local/43_misc_functions.t
- New feature: Added an implementation for SSL_get_peer_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
- Tests are in t/local/43_misc_functions.t
- Bugfix: SSL_get_keyblock_size(s): Calculate key block size correctly also with AEAD ciphers
which don窶冲 use digest functions.
- New feature: Added a binding SSL_set_tlsext_status_ocsp_resp(ssl,staple)
- Used by a server side to include OCSP staple in ServerHello.
- Bugfix: SSL_OCSP_response_verify(ssl,rsp,svreq,flags): check that chain and last are not NULL
before trying to use them.
- Bugfix: inc/Module/Install/PRIVATE/Net/SSLeay.pm: Don窶冲 quote include and lib paths.

(wiz)

2017-11-08 21:07:41 UTC MAIN commitmail json YAML

doc: Updated security/p5-IO-Socket-SSL to 2.052

(wiz)

2017-11-08 21:07:32 UTC MAIN commitmail json YAML

p5-IO-Socket-SSL: update to 2.052.

2.052 2017/10/22
- disable NPN support if LibreSSL>=2.6.1 is detected since they've replaced the
  functions with dummies instead of removing NPN completly or setting
  OPENSSL_NO_NEXTPROTONEG
- t/01loadmodule.t shows more output helpful in debugging problems
- update fingerprints for extenal tests
- update documentation to make behavior of syswrite more clear

(wiz)

2017-11-08 21:04:30 UTC MAIN commitmail json YAML

doc: Updated security/p5-Digest-SHA3 to 1.01

(wiz)

2017-11-08 21:04:21 UTC MAIN commitmail json YAML

p5-Digest-SHA3: update to 1.01.

1.01  Sun Oct 22 16:04:22 MST 2017
- added optional $lsb argument for add_bits() method
-- many public vectors in least-significant-bit format
-- using $lsb flag results in simpler test code
- further minor optimizations in add_bits() and tests

(wiz)

2017-11-08 21:03:52 UTC MAIN commitmail json YAML

doc: Updated net/p5-SNMP-Info to 3.38

(wiz)

2017-11-08 21:03:43 UTC MAIN commitmail json YAML

p5-SNMP-Info: update to 3.38.

version 3.38 (2017-10-23)

  [ENHANCEMENTS]

  * Layer2::Airespace several newer 802.11 data rates added

  [BUG FIXES]

  * #232 Improve generic Info::Layer3 serial number detection

(wiz)

2017-11-08 20:58:38 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-FTPSSL to 0.39

(wiz)

2017-11-08 20:58:28 UTC MAIN commitmail json YAML

p5-Net-FTPSSL: update to 0.39.

0.39 2017/10/23 08:30:00
  - Updated the LISCENSE file to 2017 (from 2015)
  - Changed default from TLS v1.0 to TLS v1.2 and rearranged the POD a bit.
  - Started depreciating useSSL.  Now prints out warning if used!  Warning
    says to use option "SSL_version" instead.

(wiz)

2017-11-08 20:57:30 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-DNS-Resolver-Mock to 1.20171031

(wiz)

2017-11-08 20:57:21 UTC MAIN commitmail json YAML

p5-Net-DNS-Resolver-Mock: update to 1.20171031.

Changes not found.

(wiz)

2017-11-08 20:55:58 UTC MAIN commitmail json YAML

doc: Updated finance/p5-Finance-Quote to 1.44

(wiz)

2017-11-08 20:55:50 UTC MAIN commitmail json YAML

p5-Finance-Quote: update to 1.44.

1.44      2017-11-07 21:57:57+01:00 Europe/Brussels
        * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
        * Setup a pause of .7s between queries in AlphaVantage.pm to limit queries

1.43      2017-11-06 23:41:47+01:00 Europe/Brussels
        * Added currency for .DE market
        * BUGFIX in currency determination regex

1.42      2017-11-06 19:04:25+01:00 Europe/Brussels
        * more tests in alphavantage.t
        * BUG resolved: removed time from $last_refresh when markets are open

1.41      2017-11-06 16:06:41+01:00 Europe/Brussels
        * return symbol for AlphaVantage data

1.39
        * added AlphaVantage module (Matthew Patterson)
        * some other module changes: yahoojson, Morningstar, Bourso, TSX (not working)

(wiz)

2017-11-08 20:54:29 UTC MAIN commitmail json YAML

doc: Updated editors/p5-PPIx-EditorTools to 0.20

(wiz)

2017-11-08 20:54:20 UTC MAIN commitmail json YAML

p5-PPIx-EditorTools: update to 0.20.

0.20 2017-10-22
  - POD fixes.
  - maintainership passes to Yanick.
  - remove unused variables.

  [ STATISTICS ]
    - code churn: 18 files changed, 172 insertions(+), 204 deletions(-)

(wiz)

2017-11-08 20:52:04 UTC MAIN commitmail json YAML

doc: Updated devel/p5-indirect to 0.38

(wiz)

2017-11-08 20:51:53 UTC MAIN commitmail json YAML

p5-indirect: update to 0.38.

0.38    2017-11-04 15:40 UTC
        + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.

(wiz)

2017-11-08 20:50:27 UTC MAIN commitmail json YAML

doc: Updated devel/p5-autovivification to 0.18

(wiz)

2017-11-08 20:50:17 UTC MAIN commitmail json YAML

p5-autovivification: update to 0.18.

0.18    2017-11-04 15:30 UTC
        + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
        + Fix : [RT #122956] : strict/warn flags seem to simply do nothing
                The documentation has been amended to clarify how these two
                options are supposed to be used.
                Thanks Christian Walde for reporting.

(wiz)

2017-11-08 20:49:26 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Variable-Magic to 0.62

(wiz)

2017-11-08 20:49:17 UTC MAIN commitmail json YAML

p5-Variable-Magic: update to 0.62.

0.62    2017-11-04 16:35 UTC
        + Fix : [RT #123314] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.

(wiz)

2017-11-08 20:48:13 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000083

(wiz)

2017-11-08 20:48:04 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000083.

0.000083  2017-10-25 08:12:18-07:00 America/Los_Angeles

    - Mark a float ests TODO until the PR author can fix it

(wiz)

2017-11-08 20:46:56 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-Kwalitee to 1.27

(wiz)

2017-11-08 20:46:46 UTC MAIN commitmail json YAML

p5-Test-Kwalitee: update to 1.27.

1.27      2017-11-05 18:45:40Z
    - make taint test TODO when version.pm is not current (see RT#118087)

(wiz)

2017-11-08 20:43:34 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Specio to 0.42

(wiz)

2017-11-08 20:43:25 UTC MAIN commitmail json YAML

p5-Specio: update to 0.42.

0.42    2017-11-04

- The Perl library claimed it provided types named LaxVersionStr and
  StrictVersionStr but they were really named LaxVersion and
  StrictVersion. The names have now been fixed to match the documentation, so
  they are LaxVersionStr and StrictVersionStr.

0.41    2017-11-04

- Fixed checks for whether a class is loaded in light of upcoming optimization
  in Perl 5.28. Fixed by Sprout (GH #12).

(wiz)

2017-11-08 20:42:09 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Software-License to 0.103.013

(wiz)

2017-11-08 20:41:58 UTC MAIN commitmail json YAML

p5-Software-License: update to 0.103.013.

0.103013  2017-10-27 17:45:23+02:00 Europe/Amsterdam
        - guess_license_from_pod() now knows about Software::License::CC0_1_0
        - Enable "v" as a version word
        - Improve FreeBSD (2-Clause) phrases.
        - Added EUPL v1.1 and v1.2

(wiz)

2017-11-08 20:39:36 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Shell-Config-Generate to 0.31

(wiz)

2017-11-08 20:39:27 UTC MAIN commitmail json YAML

p5-Shell-Config-Generate: update to 0.31.

0.31      2017-10-25 11:10:03 -0400
  - Production release identical to 0.30_01

0.30_01  2017-09-08 15:08:18 -0400
  - You can now pass a string name of the shell
    to generate and generate_file

(wiz)

2017-11-08 20:37:15 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Scope-Upper to 0.30

(wiz)

2017-11-08 20:37:05 UTC MAIN commitmail json YAML

p5-Scope-Upper: update to 0.30.

0.30    2017-11-04 15:55 UTC
        + Fix : [RT #123481] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.

(wiz)

2017-11-08 20:35:58 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Role-Tiny to 2.000006

(wiz)

2017-11-08 20:35:48 UTC MAIN commitmail json YAML

p5-Role-Tiny: update to 2.000006.

2.000006 - 2017-11-08
  - account for code references stored directly in stash (for perl 5.28)
  - work around hint leakage when loading modules in perl 5.8 and 5.10.1

(wiz)

2017-11-08 20:33:54 UTC MAIN commitmail json YAML

doc: Updated devel/p5-PPIx-Regexp to 0.053

(wiz)