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 (3m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 05:12:14 UTC Now

2017-03-07 17:48:48 UTC MAIN commitmail json YAML

2017-03-07 17:48:06 UTC MAIN commitmail json YAML

Update to newest stable version 1.7.3.

ChangeLog to long to include here, please take a look at
http://www.haproxy.org/download/1.7/src/CHANGELOG

Fixes PR pkg/52014

(morr)

2017-03-07 17:40:01 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2017-03-07 17:39:13 UTC MAIN commitmail json YAML

Security update to version 4.7.3.

Fixed security bugs:

* Cross-site scripting (XSS) via media file metadata. Reported by Chris Andr竪
  Dale, Yorick Koster, and Simon P. Briggs.
* Control characters can trick redirect URL validation. Reported by Daniel
  Chatfield.
* Unintended files can be deleted by administrators using the plugin deletion
  functionality. Reported by xuliang.
* Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by Marc
  Montpas.
* Cross-site scripting (XSS) via taxonomy term names. Reported by Delta.
* Cross-site request forgery (CSRF) in Press This leading to excessive use of
  server resources. Reported by Sipke Mellema.

More information here: https://codex.wordpress.org/Version_4.7.3

(morr)

2017-03-07 16:28:35 UTC MAIN commitmail json YAML

Updated security/py-cryptodome to 3.4.5

(maya)

2017-03-07 16:28:17 UTC MAIN commitmail json YAML

py-cryptodome: update to 3.4.5

The library can also be compiled using MinGW.
Removed use of alloca().
[Security] Removed implementation of deprecated "quick check" feature of PGP block cipher mode.
Improved the performance of scrypt by converting some Python to C.

(maya)

2017-03-07 16:06:25 UTC MAIN commitmail json YAML

Updated mail/neomutt to 20170306

(wiz)

2017-03-07 16:06:14 UTC MAIN commitmail json YAML

Updated neomutt to 20170306.

2017-03-06  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - Get the correct buffer size under fmemopen/torify (#441)
  - Use static inlines to make gcc 4.2.1 happy
  - getdnsdomainname: cancel getaddrinfo_a if needed
  - imap: remove useless code (#434) (origin/master)
  - Fixes missing semi-colon compilation issue (#433)
* Docs
  - github: added template for Pull Requests, issues and a CONTRIBUTION.md (#339)
  - editorconfig: support for new files, fix whitespace (#439)
  - add blocking fmemopen bug on debian to manual (#422)
* Upstream
  - Increase ACCOUNT.pass field size. (closes #3921)
  - SSL: Fix memory leak in subject alternative name code. (closes #3920)
  - Prevent segv if open-appending to an mbox fails. (closes #3918)
  - Clear out extraneous errors before SSL_connect() (see #3916)

2017-02-25  Richard Russon  <rich@flatcap.org>
* Features
  - Add option $show_multipart_alternative
  - notmuch: Allow to use untransformed tag for color
  - Use getaddrinfo_a if possible (#420)
* Bug Fixes
  - handle sigint within socket operations (#411)
  - Avoid browsing the remote spoolfile by setting MUTT_SELECT_MULTI attach
  - notmuch: fix crash when completing tags (#395)
  - Fixes missing failure return of notmuch msg open (#401)
  - Fix latest Coverity issues (#387)
  - Advance by the correct number of position even for unknown characters (#368)
  - Release KyotoCabinet data with kcfree() (#384)
  - 22 resource leaks
* Translations
  - Update translations
  - Update the german translation (#397)
* Docs
  - fix typo in notmuch example
  - remove duplicate "default" in the sidebar intro
  - fix confusing description of notmuch operators (#371)
  - correct spelling mistakes (#412)
* Website
  - link to clang-format config in main repo (#28)
  - updated list of useful programs
  - update/improve list of useful programs
  - sidebar_format has a single default value
  - fix name of GNU Guix
  - added guix distro
  - added link to new afew maintainers
  - add code of conduct
  - add mutt-addressbook to useful
  - remove unnecessary unicode non-breaking spaces
  - github merging
* Build
  - Enable and run unit-tests on the feature/unit-test branch
  - add notmuch to default, feature
  - new dbs for mutt
  - master is now the main branch
  - streamline builds
  - fix doc generator
  - add a few includes (prelude to clang-format)
  - slcurses.h defines its own bool type
  - travis: use container build
  - add clang-format file
  - Remove ugly macros and casts from crypt-gpgme.c
  - fix minor reflow issues in some comments
  - editorconfig: use spaces to indent in *.[ch] files
  - added comment-blocks for clang-format to ignore
  - fix 80 column limit, align statements
  - Remove snprintf.c from EXTRA_DIST (#406)
  - Kill homebrew (v)snprintf implementations, as they are C99 (#402)
  - Display charset + small refactoring
  - Do not cast or check returns from safe_calloc (#396)
  - refactor: create a generic base64 encode/decode
  - debug: remove dprint in favor of mutt_debug (#375)
  - Fix dubious use macro for _() / gettext() (#376)
  - Use mutt_buffer_init instead of memset
  - Make the heap method and datatype a plain list
  - Reverts making AliasFile into a list_t (#379)
  - Turn mutt_new_* macros into inline functions
  - Do not cast return values from malloc (et similia)
* Upstream
  - Simplify mutt_label_complete().
  - Permit tab completion of pattern expressions with ~y (labels).
  - Fix the mutt_label_complete() pos parameter.
  - Fix the x-label update code check location.
  - Improve the label completion hash table usage.
  - Adds label completion.
  - Add hash_find_elem to get the hash element.
  - Minor fixes to the x-label patch from David.
  - Adds capability to edit x-labels inside mutt, and to sort by label.
  - Allow "unsubjectrc *" to remove all patterns.
  - Add subjectrx command to replace matching subjects with something else.
  - Abstract the SPAM_LIST as a generic REPLACE_LIST
  - Improve Reply-to vs From comparison when replying. (closes #3909)
  - Fix sidebar references to the "new count" to be "unread". (closes #3908)
  - Fix several alias hashtable issues.
  - Add casecmp and strdup_key flags to hash_create()
  - Improve error handling in mbox magic detection.
  - Allow initial blank lines in local mailboxes.
  - Fix minor documentation issues.
  - Convert cmd_parse_search to use the uid hash. (closes #3905)
  - Create a uid hash for imap. (see #3905)
  - Convert HASH to be indexable by unsigned int. (see #3905)
  - Fix imap server-side search to call uid2msgno() only once. (see #3905)
  - Add a pattern_cache_t to speed up a few repeated matches.
  - Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)
  - Fix build for bdb.
  - Create function to free header cache data.
  - Add Kyoto Cabinet support to the header cache.
  - Prevent null pointer exception for h->ai_canonname
  - Show SHA1 fp in interactive cert check menu.
  - Fix potential cert memory leak in check_certificate_by_digest().
  - Plug memory leak in weed-expired-certs code.
  - Filter expired local certs for OpenSSL verification.
  - Change "allow_dups" into a flag at hash creation.

(wiz)

2017-03-07 13:22:28 UTC MAIN commitmail json YAML

2017-03-07 13:21:10 UTC MAIN commitmail json YAML

Unbreak build in environments with fine grained file system times.

(joerg)

2017-03-07 10:43:05 UTC MAIN commitmail json YAML

Add comments on how to generate the man page.

(wiz)

2017-03-07 10:18:36 UTC MAIN commitmail json YAML

Added textproc/py-sphinxcontrib-newsfeed version 0.1.4

(wiz)

2017-03-07 10:18:26 UTC MAIN commitmail json YAML

+ py-sphinxcontrib-newsfeed

(wiz)

2017-03-07 10:18:15 UTC MAIN commitmail json YAML

Import py-sphinxcontrib-newsfeed-0.1.4 as
textproc/py-sphinxcontrib-newsfeed.

sphinxcontrib-newsfeed is a extension for adding a simple Blog,
News or Announcements section to a Sphinx website.

Features:

    Makes feed entries from Sphinx documents.
    Generates a list of entries with teasers.
    Saves the feed to a file in RSS format.
    Supports comments via Disqus.

(wiz)

2017-03-07 09:07:46 UTC MAIN commitmail json YAML

Fix author for filesystem/glusterfs update to 3.8.9
(this is what hapopens when you copypaste lines)

(manu)

2017-03-07 08:39:39 UTC MAIN commitmail json YAML

2017-03-07 08:26:17 UTC MAIN commitmail json YAML

Move urlbsd script to bin directory. Bump PKGREVISION.

(markd)

2017-03-07 08:22:29 UTC MAIN commitmail json YAML

2017-03-07 02:07:29 UTC MAIN commitmail json YAML

Unbreak on legacy OS X by not defining BIND_8_COMPAT
The configure script now automatically adds resolv library to the linker list,
without intervention. Build tested on OS X 10.4 & 10.11

(sevan)

2017-03-06 22:47:14 UTC MAIN commitmail json YAML

Updated misc/dpkg to 1.18.23

(wiz)

2017-03-06 22:47:04 UTC MAIN commitmail json YAML

Updated dpkg to 1.18.23.

dpkg (1.18.23) unstable; urgency=medium

  * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
    instead of letting perl die. Closes: #849944
  * Declare .buildinfo format as stable with version 1.0.
  * Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
    the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
    of using the “abi” alias intended for use by userland.
    Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
  * Add a comment on any C code switch case that falls through. Fixes new
    gcc-7 warnings.
  * Use snprintf() instead of sprintf() in libdpkg when constructing the ar
    member header, as we might overflow depending on the input data.
  * Portability:
    - Do not redeclare sys_siglist in libcompat when the system does so.
      Thanks to Thomas Klausner <wiz@NetBSD.org>.
    - Rename err variable to ret in start-stop-daemon as the former is a
      function on BSDs.
    - Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
    - Use correct struct kinfo_proc ruid submember name on NetBSD in
      start-stop-daemon.
    - Define _KMEMUSER for NetBSD to get declarations for various
      struct kinfo_proc members in start-stop-daemon.
  * Perl modules:
    - Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
      the code has been fixed in NetBSD as that situation could not happen.
    - Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
      gracefully ignore non-ELF files again. Closes: #854536
    - Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
      for unknown executable formats instead of relying on objdump doing so.
    - Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
      Reported by Niels Thykier <niels@thykier.net>.
    - Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
      as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
      Thanks to Nicolas Boulenguez <nicolas@debian.org>.
    - Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
      having gcc builtin PIE in Dpkg::Vendor::Debian.
    - Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
      delegate the setting to gcc or an explicit request by a user. This is
      needed to cope with the general PIE brokenness situation in Debian, and
      the current specific brokenness of a Debian gcc patch mangling the dpkg
      build flags. Closes: #848129, #845550
  * Documentation:
    - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
      Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
    - Document dpkg-source --before-build and --after-build in --help output.
    - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
  * Build system:
    - Check <sys/proc.h> by also including <sys/param.h>, on several BSD
      systems the header is not self-contained.
    - Handle libmd implementations built into system libc, as found on some
      BSD systems.
    - Do not fail on missing compression libraries or headers on automatic
      detection mode. Regression introduced in dpkg 1.18.14.
  * Test suite:
    - Use the detected perl interpreter instead of a random one from PATH.

  [ Updated programs translations ]
  * Dutch (Frans Spiesschaert). Closes: #856325

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man pages translations ]
  * Dutch (Frans Spiesschaer). Closes: #856326

-- Guillem Jover <guillem@debian.org>  Mon, 06 Mar 2017 05:41:11 +0100

(wiz)

2017-03-06 21:56:02 UTC MAIN commitmail json YAML

Updated time/khal to 0.9.3

(wiz)

2017-03-06 21:55:53 UTC MAIN commitmail json YAML

Updated khal to 0.9.3.

0.9.3
=====
released 2017-03-06

* FIX `list` (and commands based on it like `calendar`, `at`, and `search`)
  crashed if `--notstarted` was given and allday events were found (introduced
  in 0.9.2)
* FIX `list --notstarted` (and commands based on it) would show events only on
  the first day of their occurrence and not on all further days
* FIX `configure` would crash if neither "import config from vdirsyncer" nor
  "create locale vdir" was selected
* FIX `at` will now show an error message if a date instead of a datetime is
  given
* FIX `at`'s default header will now show the datetime queried for (instead of
  just the date)
* FIX validate vdir metadata in color files
* FIX show the actually configured keybindings in ikhal

* NEW khal will now show cancelled events with a big CANCELLED in front (can be
  configured via event formatting)
* NEW ikhal supports editing an event's raw icalendar content in an external
  editor ($EDITOR), default keybinding is `alt + shift + e`. Only use this, if
  you know what you are doing, the icalendar library we use doesn't do a lot of
  validation, it silently disregards most invalid data.

(wiz)

2017-03-06 21:26:01 UTC MAIN commitmail json YAML

Add instructions on installing required dependencies on Debian & derivatives to
ensure a smooth process
Taken from:
https://imil.net/blog/2015/07/05/using-pkgsrc-on-debian-gnulinux/

(sevan)

2017-03-06 16:15:20 UTC MAIN commitmail json YAML

Note update of libtool packages to 2.4.6.

(jperkin)

2017-03-06 16:14:08 UTC MAIN commitmail json YAML

Update libtool packages to 2.4.6.

Changes since 2.4.2 are too numerous to mention, with over 4,700 lines
in the ChangeLog file.  However, this release does at least fix a large
number of build failures on SmartOS, and doesn't appear to cause any
obvious regressions in bulk builds performed by Joerg and myself.

Some pkgsrc cleanups while here, including merging the MirBSD patches
correctly.  It couldn't be made much clearer how to properly integrate
patches here to ensure they are not lost.  Next time you might not be so
fortunate!

(jperkin)

2017-03-06 12:59:53 UTC MAIN commitmail json YAML

2017-03-06 11:55:22 UTC MAIN commitmail json YAML

Added emulators/suse131_binutils version 13.1

(hauke)

2017-03-06 11:53:54 UTC MAIN commitmail json YAML

2017-03-06 10:20:12 UTC MAIN commitmail json YAML

Updated multimedia/libva to 1.7.3nb4

(maya)

2017-03-06 10:19:57 UTC MAIN commitmail json YAML

libva: drop local patch to workaround the need to specify LIBVA_DRIVER_NAME
intel shouldn't use gallium, there's a separate driver for it which is better,
now in wip/intel-vaapi-driver. thanks leot for pointing it out.

bump pkgrevision

(maya)

2017-03-06 10:01:26 UTC MAIN commitmail json YAML

Updated inputmethod/skk to 16.2

(ryoon)

2017-03-06 10:00:15 UTC MAIN commitmail json YAML

Remove emacs22 from supported versions

(ryoon)

2017-03-06 09:58:51 UTC MAIN commitmail json YAML

Update to 16.2

Chagneglog:
* Remove GNU Emacs 22 support
16.1 supports GNU Emacs 22.

* Add GNU Emacs 26 support
Use encode-coding-string() instead of obsolete string-make-unibyte().

* Support Ruby 2.4
Support bayesian/bskk with Ruby 2.4.

* Select window management
skk-candidate-buffer-delete-other-windows as nil disables
windows management.

* Candidates display with SPC key
skk-show-candidates-nth-henkan-char should be 2 or greater.

* A number of Candidates
Specify a number as skk-henkan-number-to-display-candidates.
Do not use skk-henkan-show-candidates-rows, it is obsolete.

(ryoon)

2017-03-06 08:02:07 UTC MAIN commitmail json YAML

Updated multimedia/gst-plugins1-ugly to 1.10.3nb1

(snj)

2017-03-06 08:01:40 UTC MAIN commitmail json YAML

2017-03-06 06:08:14 UTC MAIN commitmail json YAML

Updated editors/vim-share to 8.0.0425

(snj)

2017-03-06 06:07:53 UTC MAIN commitmail json YAML

update vim to 8.0.0425.  changes:

8.0.0342  double free with EXITFREE and setting 'ttytype'
8.0.0343  b:changedtick can be unlocked
8.0.0344  unlet command leaks memory
8.0.0345  islocked('d.changedtick') does not work
8.0.0346  Vim relies on limits.h to be included indirectly
8.0.0347  when using completion comment leader wont work
8.0.0348  using shadow dir on Mac lack +clipboard
8.0.0349  redrawing errors with GTK 3
8.0.0350  not enough test coverage for Perl
8.0.0351  no test for concatenating an empty string
8.0.0352  not easy to see when a typval needs to be cleared
8.0.0353  if [RO] is translated it may be truncated
8.0.0354  test to check that setting termcap key fails sometimes
8.0.0355  using uninitialized memory when 'isfname' is empty
8.0.0356  (after 8.0.0342) leaking memory when setting 'ttytype'
8.0.0357  crash when setting 'guicursor' to weird value
8.0.0358  invalid memory access in C-indent code
8.0.0359  'number' and 'relativenumber' are not properly tested
8.0.0360  sometimes VimL is used instead of "Vim script"
8.0.0361  GUI initialisation is not sufficiently tested
8.0.0362  (after 8.0.0361) tests fail on MS-Windows
8.0.0363  Travis is too slow to keep up with patches
8.0.0364  ]s does not move cursor with two spell errors in one line
8.0.0365  might free a dict item that wasn't allocated
8.0.0366  (after 8.0.0365) build fails with tiny features
8.0.0367  types in include files may be inconsistent
8.0.0368  not all options are tested with a range of values
8.0.0369  a few options are not defined, depending on features
8.0.0370  invalid memory access when setting wildchar empty
8.0.0371  leaking memory when setting v:completed_item
8.0.0372  more options are not always defined
8.0.0373  build fails without +folding
8.0.0374  invalid memory access when using :sc in Ex mode
8.0.0375  the "+ register is not tested
8.0.0376  size computations in spell file reading are off
8.0.0377  possible overflow when reading corrupted undo file
8.0.0378  another possible overflow when reading corrupted undo file
8.0.0379  CTRL-Z and mouse click use CTRL-O unnecessary
8.0.0380  with 'linebreak' double wide char wraps badly
8.0.0381  diff mode is not sufficiently tested
8.0.0382  (after 8.0.0380) warning in tiny build for unused variable
8.0.0383  (after 8.0.0382) misplaced #ifdef
8.0.0384  timer test failed for no apparent reason
8.0.0385  no tests for arabic
8.0.0386  tiny build has a problem with generating the options test
8.0.0387  compiler warnings
8.0.0388  filtering lines changes folds
8.0.0389  test for arabic does not check what is displayed
8.0.0390  when the window scrolls the popup menu may be garbled
8.0.0391  arabic support is verbose and not well tested
8.0.0392  GUI test fails with Athena and Motif
8.0.0393  (after 8.0.0190) order of duplicate tags is not preserved
8.0.0394  tabs are not aligned when scrolling horizontally
8.0.0395  testing the + register fails with Motif
8.0.0396  'balloonexpr' only works synchronously
8.0.0397  (after 8.0.0392) can't build with +viminfo but without +eval
8.0.0398  illegal memory access with "t"
8.0.0399  crash when using balloon_show() when not supported
8.0.0400  some tests have a one second delay
8.0.0401  test fails with missing balloon feature
8.0.0402  :map completion does not have <special>
8.0.0403  GUI tests may fail
8.0.0404  not enough testing for quickfix
8.0.0405  v:progpath may become invalid after :cd
8.0.0406  arabic shaping code is verbose
8.0.0407  filtering folds with marker method not tested
8.0.0408  updating folds does not always work properly
8.0.0409  set_progpath is defined but not always used
8.0.0410  newer gettext/iconv library has extra dll file
8.0.0411  menu translations don't match when case is changed
8.0.0412  (after 8.0.0411) menu test fails on MS-Windows
8.0.0413  (after 8.0.0412) menu test fails on MS-Windows using gvim
8.0.0414  balloon eval is not tested
8.0.0415  (after 8.0.0414) balloon test fails on MS-Windows
8.0.0416  setting v:progpath is not quite right
8.0.0417  test for the clipboard fails sometimes
8.0.0418  ASAN logs are disabled
8.0.0419  test for v:progpath fails on MS-Windows
8.0.0420  text garbled when the system encoding differs from 'encoding'
8.0.0421  diff mode wrong when adding line at end of buffer
8.0.0422  Python test fails with Python 3.6
8.0.0423  changing 'cinoptions' does not always work
8.0.0424  compiler warnings on MS-Windows
8.0.0425  build errors when building without folding

(snj)

2017-03-05 15:14:18 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.2.5

(wiz)

2017-03-05 15:14:07 UTC MAIN commitmail json YAML

Updated wireshark to 2.2.5.

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2017-03
      LDSS dissector crash ([2]Bug 13346)
    * [3]wnpa-sec-2017-04
      RTMTP dissector infinite loop ([4]Bug 13347)
    * [5]wnpa-sec-2017-05
      WSP dissector infinite loop ([6]Bug 13348)
    * [7]wnpa-sec-2017-06
      STANAG 4607 file parser infinite loop ([8]Bug 13416)
    * [9]wnpa-sec-2017-07
      NetScaler file parser infinite loop ([10]Bug 13429)
    * [11]wnpa-sec-2017-08
      NetScaler file parser crash ([12]Bug 13430)
    * [13]wnpa-sec-2017-09
      K12 file parser crash ([14]Bug 13431)
    * [15]wnpa-sec-2017-10
      IAX2 dissector infinite loop ([16]Bug 13432)
    * [17]wnpa-sec-2017-11
      NetScaler file parser infinite loop ([18]Bug 12083)

  The 32-bit and 64-bit Windows installers might have been susceptible to
  a [19]DLL hijacking flaw.

  The following bugs have been fixed:
    * Display filter textbox loses focus during live capturing. ([20]Bug
      11890)
    * Wireshark crashes when saving pcaps, opening pcaps, and exporting
      specified packets. ([21]Bug 12036)
    * tshark stalls on FreeBSD if androiddump is present. ([22]Bug 13104)
    * UTF-8 characters in packet list column title. ([23]Bug 13342)
    * Recent capture file list should appear immediately on startup.
      ([24]Bug 13352)
    * editcap segfault if a packet length is shorter than ignore bytes
      parameter. ([25]Bug 13378)
    * dftest segfault with automated build of 2.2.5. ([26]Bug 13387)
    * UMTS MAC Dissector shows Packet size limited for BCCH payload.
      ([27]Bug 13392)
    * VS2010 win32 吋. ([28]Bug 13398)
    * EAP AKA not being decoded properly. ([29]Bug 13411)
    * Dumpcap crashes during rpcap setup. ([30]Bug 13418)
    * Crash on closing SNMP capture file if snmp credentials are present.
      ([31]Bug 13420)
    * GPRS-NS message PDU type displayed in octal instead of hexadecimal.
      ([32]Bug 13428)

  Updated Protocol Support

  GPRS-NS, GTPv2, IAX2, IEEE 802.11, LDSS, MS-WSP, OpcUa, ROHC, RTMTP,
  SNMP, STANAG 4607, T.38, and UMTS FP

(wiz)

2017-03-05 15:10:33 UTC MAIN commitmail json YAML

Haven't used p4 in forever; relinquish these updates.

(schmonz)

2017-03-05 15:10:31 UTC MAIN commitmail json YAML

Reset PKGREVISION after update.

(wiz)

2017-03-05 15:06:51 UTC MAIN commitmail json YAML

Updated graphics/p5-PerlMagick to 7.0.5.1

(wiz)

2017-03-05 15:06:39 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 7.0.5.1

(wiz)

2017-03-05 15:06:29 UTC MAIN commitmail json YAML

Updated ImageMagick to 7.0.5.1.

2017-03-03  7.0.5-1 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.5-1, GIT revision 19662:b7f455a:20170303.

2017-02-21  7.0.5-1 Cristy  <quetzlzacatenango@image...>
  * Fix Spurious memory allocation message (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31438).
  * Identical images should return inf for PSNR (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31487).

(wiz)

2017-03-05 14:55:26 UTC MAIN commitmail json YAML

Updated net/tor to 0.2.9.10

(wiz)

2017-03-05 14:55:16 UTC MAIN commitmail json YAML

Updated tor to 0.2.9.10.

Changes in version 0.2.9.10 - 2017-03-01
  Tor 0.2.9.10 backports a security fix for users who build Tor with
  the --enable-expensive-hardening option. It also includes fixes for
  some major issues affecting directory authorities, LibreSSL
  compatibility, and IPv6 correctness.

  The Tor 0.2.9.x release series is now marked as a long-term-support
  series.  We intend to backport security fixes to 0.2.9.x until at
  least January of 2020.

  o Major bugfixes (directory authority, 0.3.0.3-alpha):
    - During voting, when marking a relay as a probable sybil, do not
      clear its BadExit flag: sybils can still be bad in other ways
      too. (We still clear the other flags.) Fixes bug 21108; bugfix
      on 0.2.0.13-alpha.

  o Major bugfixes (IPv6 Exits, backport from 0.3.0.3-alpha):
    - Stop rejecting all IPv6 traffic on Exits whose exit policy rejects
      any IPv6 addresses. Instead, only reject a port over IPv6 if the
      exit policy rejects that port on more than an IPv6 /16 of
      addresses. This bug was made worse by 17027 in 0.2.8.1-alpha,
      which rejected a relay's own IPv6 address by default. Fixes bug
      21357; bugfix on commit 004f3f4e53 in 0.2.4.7-alpha.

  o Major bugfixes (parsing, also in 0.3.0.4-rc):
    - Fix an integer underflow bug when comparing malformed Tor
      versions. This bug could crash Tor when built with
      --enable-expensive-hardening, or on Tor 0.2.9.1-alpha through Tor
      0.2.9.8, which were built with -ftrapv by default. In other cases
      it was harmless. Part of TROVE-2017-001. Fixes bug 21278; bugfix
      on 0.0.8pre1. Found by OSS-Fuzz.

  o Minor features (directory authorities, also in 0.3.0.4-rc):
    - Directory authorities now reject descriptors that claim to be
      malformed versions of Tor. Helps prevent exploitation of
      bug 21278.
    - Reject version numbers with components that exceed INT32_MAX.
      Otherwise 32-bit and 64-bit platforms would behave inconsistently.
      Fixes bug 21450; bugfix on 0.0.8pre1.

  o Minor features (geoip):
    - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
      Country database.

  o Minor features (portability, compilation, backport from 0.3.0.3-alpha):
    - Autoconf now checks to determine if OpenSSL structures are opaque,
      instead of explicitly checking for OpenSSL version numbers. Part
      of ticket 21359.
    - Support building with recent LibreSSL code that uses opaque
      structures. Closes ticket 21359.

  o Minor bugfixes (code correctness, also in 0.3.0.4-rc):
    - Repair a couple of (unreachable or harmless) cases of the risky
      comparison-by-subtraction pattern that caused bug 21278.

  o Minor bugfixes (tor-resolve, backport from 0.3.0.3-alpha):
    - The tor-resolve command line tool now rejects hostnames over 255
      characters in length. Previously, it would silently truncate them,
      which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5.
      Patch by "junglefowl".

(wiz)

2017-03-05 14:43:21 UTC MAIN commitmail json YAML

Updated devel/talloc to 2.1.9

(wiz)

2017-03-05 14:43:08 UTC MAIN commitmail json YAML

Updated talloc to 2.1.9.

Changes not found.

(wiz)

2017-03-05 14:37:02 UTC MAIN commitmail json YAML

Updated time/py-vdirsyncer to 0.15.0

(wiz)

2017-03-05 14:36:49 UTC MAIN commitmail json YAML

Updated py-vdirsyncer to 0.15.0.

Version 0.15.0
==============

*released on 28 February 2017*

- Deprecated syntax for configuration values is now completely rejected. All
  values now have to be valid JSON.
- A few UX improvements for Google storages, see :gh:`549` and :gh:`552`.
- Fix collection discovery for :storage:`google_contacts`, see :gh:`564`.
- iCloud is now tested on Travis, see :gh:`567`.

(wiz)

2017-03-05 14:34:46 UTC MAIN commitmail json YAML

Updated databases/py-sqlparse to 0.2.3

(wiz)

2017-03-05 14:34:35 UTC MAIN commitmail json YAML

Updated py-sqlparse to 0.2.3.

Release 0.2.3 (Mar 02, 2017)
----------------------------

Enhancements

* New command line option "--encoding" (by twang2218, pr317).
* Support CONCURRENTLY keyword (issue322, by rowanseymour).

Bug Fixes

* Fix some edge-cases when parsing invalid SQL statements.
* Fix indentation of LIMIT (by romainr, issue320).
* Fix parsing of INTO keyword (issue324).

Internal Changes

* Several improvements regarding encodings.

(wiz)

2017-03-05 14:33:52 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx-rtd-theme to 0.2.2

(wiz)

2017-03-05 14:33:41 UTC MAIN commitmail json YAML

Updated py-sphinx-rtd-theme to 0.2.2.

v0.2.2:
not documented

v0.2.1

    Add the rel HTML attribute to the footer links which point to the previous and next pages.
    Fix toctree issue caused by Sphinx singlehtml builder (#367)

v0.2.0

    Adds the comments block after the body block in the template
    Added "Edit on GitLab” support
    Many bug fixes

v0.1.10-alpha

    Removes Sphinx dependency
    Fixes hamburger on mobile display
    Adds a body_begin block to the template
    Add prev_next_buttons_location which can take the value bottom, top, both , None and will display the “Next” and “Previous” buttons accordingly

(wiz)

2017-03-05 14:29:37 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 34.3.1

(wiz)

2017-03-05 14:29:27 UTC MAIN commitmail json YAML

Updated py-setuptools to 34.3.1.

v34.3.1
-------

* #988: Trap ``os.unlink`` same as ``os.remove`` in
  ``auto_chmod`` error handler.

* #983: Fixes to invalid escape sequence deprecations on
  Python 3.6.

(wiz)

2017-03-05 14:19:19 UTC MAIN commitmail json YAML

Updated databases/py-psycopg2 to 2.7

(wiz)

2017-03-05 14:19:07 UTC MAIN commitmail json YAML

Updated py-psycopg2 to 2.7.

What's new in psycopg 2.7
-------------------------

New features:

- Added `~psycopg2.sql` module to generate SQL dynamically (:ticket:`#308`).
- Added :ref:`replication-support` (:ticket:`#322`). Main authors are
  Oleksandr Shulgin and Craig Ringer, who deserve a huge thank you.
- Added `~psycopg2.extensions.parse_dsn()` and
  `~psycopg2.extensions.make_dsn()` functions (:tickets:`#321, #363`).
  `~psycopg2.connect()` now can take both *dsn* and keyword arguments, merging
  them together.
- Added `~psycopg2.__libpq_version__` and
  `~psycopg2.extensions.libpq_version()` to inspect the version of the
  ``libpq`` library the module was compiled/loaded with
  (:tickets:`#35, #323`).
- The attributes `~connection.notices` and `~connection.notifies` can be
  customized replacing them with any object exposing an `!append()` method
  (:ticket:`#326`).
- Adapt network types to `ipaddress` objects when available. When not
  enabled, convert arrays of network types to lists by default. The old `!Inet`
  adapter is deprecated (:tickets:`#317, #343, #387`).
- Added `~psycopg2.extensions.quote_ident()` function (:ticket:`#359`).
- Added `~connection.get_dsn_parameters()` connection method (:ticket:`#364`).
- `~cursor.callproc()` now accepts a dictionary of parameters (:ticket:`#381`).
- Give precedence to `!__conform__()` over superclasses to choose an object
  adapter (:ticket:`#456`).
- Using Python C API decoding functions and codecs caching for faster
  unicode encoding/decoding (:ticket:`#473`).
- `~cursor.executemany()` slowness addressed by
  `~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()`
  (:ticket:`#491`).
- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
  ``async`` will become a keyword (:ticket:`#495`).
- Unless in autocommit, do not use :sql:`default_transaction_*` settings to
  control the session characteristics as it may create problems with external
  connection pools such as pgbouncer; use :sql:`BEGIN` options instead
  (:ticket:`#503`).
- `~connection.isolation_level` is now writable and entirely separated from
  `~connection.autocommit`; added `~connection.readonly`,
  `~connection.deferrable` writable attributes.

Bug fixes:

- Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection`
  (:ticket:`#483`).
- Fixed integer overflow in :sql:`interval` seconds (:ticket:`#512`).

Other changes:

- Dropped support for Python 2.5 and 3.1.
- Dropped support for client library older than PostgreSQL 9.1 (but older
  server versions are still supported).
- `~connection.isolation_level` doesn't read from the database but will return
  `~psycopg2.extensions.ISOLATION_LEVEL_DEFAULT` if no value was set on the
  connection.
- Empty arrays no more converted into lists if they don't have a type attached
  (:ticket:`#506`)

(wiz)

2017-03-05 14:15:05 UTC MAIN commitmail json YAML

Updated devel/py-pbr to 2.0.0

(wiz)

2017-03-05 14:14:52 UTC MAIN commitmail json YAML

Updated py-pbr to 2.0.0.

2.0.0
-----

* tox: Don't set skipsdist=True
* Stop using 'warnerrors'
* doc: Clarify sections in 'setup.cfg'
* Updated from global requirements
* Remove discover from test-requirements
* Add Constraints support
* Don't raise exception on missing man pages
* Updated from global requirements
* Clean imports in code
* Updated from global requirements
* Docstrings should not start with a space
* Changed the home-page link
* Update .coveragerc after the removal of openstack directory
* coverage package name option, doc improvement
* Updated from global requirements
* Deprecated warning for SafeConfigParser
* Add more words to a confusing error message
* Don't ignore data-files
* Change assertTrue(isinstance()) by optimal assert
* Fix handling of old git log output
* Fix typo in the index.rst
* Expose deb version to match exposing rpm version
* Replace OpenStack LLC with OpenStack Foundation
* Updated from global requirements
* Fix pypy soabi tests
* Add Python 3.5 classifier and venv
* Fix argument order for assertEqual to (expected, observed)
* Move to oslosphinx
* Updated from global requirements
* Restore warnerrors behavior and support Sphinx 1.4
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Fix pypy wsgi tests
* Remember the insertion order for pbr.json

(wiz)

2017-03-05 14:11:49 UTC MAIN commitmail json YAML

Added devel/py-testresources version 2.0.1

(wiz)

2017-03-05 14:11:36 UTC MAIN commitmail json YAML

+ py-testresources

(wiz)

2017-03-05 14:11:13 UTC MAIN commitmail json YAML

Import py-testresources-2.0.1 as devel/py-testresources.

testresources extends unittest with a clean and simple api to provide
test optimisation where expensive common resources are needed for
test cases - for example sample working trees for VCS systems,
reference databases for enterprise applications, or web servers ...
let your imagination run wild.

(wiz)

2017-03-05 13:08:50 UTC MAIN commitmail json YAML

Updated www/py-idna to 2.4

(wiz)

2017-03-05 13:08:35 UTC MAIN commitmail json YAML

Updated py-idna to 2.4.

2.4 (2017-03-01)
++++++++++++++++

- Restore IDNAError to be a subclass of UnicodeError, as some users of
  this library are only looking for the latter to catch invalid strings.

2.3 (2017-02-28)
++++++++++++++++

- Fix bugs relating to deriving IDNAError from UnicodeError.
- More memory footprint improvements (Thanks, Alex Gaynor)

(wiz)

2017-03-05 13:05:14 UTC MAIN commitmail json YAML

Updated devel/py-dulwich to 0.17.1

(wiz)

2017-03-05 13:04:59 UTC MAIN commitmail json YAML

Updated py-dulwich to 0.17.1.

0.17.1 2017-03-01

IMPROVEMENTS

* Add basic 'dulwich pull' command. (Jelmer Vernoo蝶)

BUG FIXES

* Cope with existing submodules during pull.
  (Jelmer Vernoo蝶, #505)

0.17.0 2017-03-01

TEST FIXES

* Skip test that requires sync to synchronize filesystems if os.sync is
  not available. (Koen Martens)

IMPROVEMENTS

* Implement MemoryRepo.{set_description,get_description}.
  (Jelmer Vernoo蝶)

* Raise exception in Repo.stage() when absolute paths are
  passed in. Allow passing in relative paths to
  porcelain.add().(Jelmer Vernooij)

BUG FIXES

* Handle multi-line quoted values in config files.
  (Jelmer Vernoo蝶, #495)

* Allow porcelain.clone of repository without HEAD.
  (Jelmer Vernoo蝶, #501)

* Support passing tag ids to Walker()'s include argument.
  (Jelmer Vernoo蝶)

* Don't strip trailing newlines from extra headers.
  (Nicolas Dandrimont)

* Set bufsize=0 for subprocess interaction with SSH client.
  Fixes hangs on Python 3. (Ren辿 Stern, #434)

* Don't drop first slash for SSH paths, except for those
  starting with "~". (Jelmer Vernooij, Ren辿 Stern, #463)

* Properly log off after retrieving just refs.
  (Jelmer Vernooij)

(wiz)

2017-03-05 12:53:38 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.22

(wiz)

2017-03-05 12:53:28 UTC MAIN commitmail json YAML

Updated p5-libwww to 6.22.

6.22      2017-03-01
    - Update Travis-CI to test on minimum versions of prereqs. (GH PR #109)
    - Fix tests that depended on a newer version of HTTP::Message (GH PR #119)
    - Update documentation to reflect behavior difference in ->put() depending
      on the version of HTTP::Message installed. (GH PR #120)

(wiz)

2017-03-05 12:51:47 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Simple to 1.302078

(wiz)

2017-03-05 12:51:35 UTC MAIN commitmail json YAML

Updated p5-Test-Simple to 1.302078.

1.302078  2017-03-01 15:24:12-08:00 America/Los_Angeles

    - No changes since last trial

1.302077  2017-02-19 14:34:30-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix #762, newlines for todo subtest
    - Revisit #637, fix rare race condition it created

1.302076  2017-02-01 19:38:42-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix crash when TB->reset used inside subtest

(wiz)

2017-03-05 12:50:02 UTC MAIN commitmail json YAML

Updated graphics/jasper to 2.0.12

(wiz)

2017-03-05 12:49:52 UTC MAIN commitmail json YAML

Updated jasper to 2.0.12.

    Bumped the version number.

    Added some additional checking to prevent a potential integer overflow
    due to conversion in the JPC decoder.

    Added numerous more-detailed error messages for the JPC and JP2
    codecs.
    Added a partial verbose capability for the run_test_1 script.
    Moved a test case from the bad category to the good category, as the
    test case had been miscategorized.

    Added another regression test case.

    Fixed some potential double-free problems in the JPC codec.

(wiz)

2017-03-05 12:46:28 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.10

(wiz)

2017-03-05 12:46:18 UTC MAIN commitmail json YAML

Updated p5-DateTime-TimeZone to 2.10.

2.10    2017-03-01

- This release is based on version 2017a of the Olson database. This release
  includes contemporary changes for Mongolia and Chile.

(wiz)

2017-03-05 12:44:53 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.58

(wiz)

2017-03-05 12:44:39 UTC MAIN commitmail json YAML

Updated p5-Date-Manip to 6.58.

VERSION 6.58 2017-03-01 ^

Better support for $mode in DateCalc.

    DateCalc (in DM6) did not support all values for $mode. Now it does.

Bug fixes

    Parsing a date like 01/02/2016 and calling printf with %e gave '02' instead of ' 2'. RT 119787.

    Fixed a problem where the tzdata method of determining the timezone was producing an error which wasn't correct. Reported on GitHub by John.

Time zone fixes

    Newest zoneinfo data (tzdata 2017a)

(wiz)

2017-03-05 12:37:41 UTC MAIN commitmail json YAML

Updated textproc/miller to 5.0.0

(wiz)

2017-03-05 12:37:30 UTC MAIN commitmail json YAML

Updated miller to 5.0.0.

Autodetected line-endings, in-place mode, user-defined functions, and more

This major release significantly expands the expressiveness of the DSL for mlr put and mlr filter. (The upcoming 5.1.0 release will add the ability to aggregate across all columns for non-DSL verbs such as mlr stats1 and mlr stats2. As well, a Windows port is underway.)

Please also see the Miller main docs.

Simple but impactful features:

    Line endings (CRLF vs. LF, Windows-style vs. Unix-style) are now autodetected. For example, files (including CSV) with LF input will lead to LF output unless you specify otherwise.
    There is now an in-place mode using mlr -I.

Major DSL features:

    You can now define your own functions and subroutines: e.g. func f(x, y) { return x**2 + y**2 }.
    New local variables are completely analogous to out-of-stream variables: sum retains its value for the duration of the expression it's defined in; @sum retains its value across all records in the record stream.
    Local variables, function parameters, and function return types may be defined untyped or typed as in x = 1 or int x = 1, respectively. There are also expression-inline type-assertions available. Type-checking is up to you: omit it if you want flexibility with heterogeneous data; use it if you want to help catch misspellings in your DSL code or unexpected irregularities in your input data.
    There are now four kinds of maps. Out-of-stream variables have always been scalars, maps, or multi-level maps: @a=1, @b[1]=2, @c[1][2]=3. The same is now true for local variables, which are new to 5.0.0. Stream records have always been single-level maps; $* is a map. And as of 5.0.0 there are now map literals, e.g. {"a":1, "b":2}, which can be defined using JSON-like syntax (with either string or integer keys) and which can be nested arbitrarily deeply.
    You can loop over maps -- $*, out-of-stream variables, local variables, map-literals, and map-valued function return values -- using for (k, v in ...) or the new for (k in ...) (discussed next). All flavors of map may also be used in emit and dump statements.
    User-defined functions and subroutines may take map-valued arguments, and may return map values.
    Some built-in functions now accept map-valued input: typeof, length, depth, leafcount, haskey. There are built-in functions producing map-valued output: mapsum and mapdiff. There are now string-to-map and map-to-string functions: splitnv, splitkv, splitnvx, splitkvx, joink, joinv, and joinkv.

Minor DSL features:

    For iterating over maps (namely, local variables, out-of-stream variables, stream records, map literals, or return values from map-valued functions) there is now a key-only for-loop syntax: e.g. for (k in $*) { ... }. This is in addition to the already-existing for (k, v in ...) syntax.
    There are now triple-statement for-loops (familiar from many other languages), e.g. for (int i = 0; i < 10; i += 1) { ... }.
    mlr put and mlr filter now accept multiple -f for script files, freely intermixable with -e for expressions. The suggested use case is putting user-defined functions in script files and one-liners calling them using -e. Example: myfuncs.mlr defines the function f(...), then mlr put -f myfuncs.mlr -e '$o = f($i)' myfile.dat. More information is here.
    mlr filter is now almost identical to mlr put: it can have multiple statements, it can use begin and/or end blocks, it can define and invoke functions. Its final expression must evaluate to boolean which is used as the filter criterion. More details are here.
    The min and max functions are now variadic: $o = max($a, $b, $c).
    There is now a substr function.
    While ENV has long provided read-access to environment variables on the right-hand side of assignments (as a getenv), it now can be at the left-hand side of assignments (as a putenv). This is useful for subsidiary processes created by tee, emit, dump, or print when writing to a pipe.
    Handling for the # in comments is now handled in the lexer, so you can now (correctly) include # in strings.
    Separators are now available as read-only variables in the DSL: IPS, IFS, IRS, OPS, OFS, ORS. These are particularly useful with the split and join functions: e.g. with mlr --ifs tab ..., the IFS variable within a DSL expression will evaluate to a string containing a tab character.
    Syntax errors in DSL expressions now have a little more context.
    DSL parsing and execution are a bit more transparent. There have long been -v and -t options to mlr put and mlr filter, which print the expression's abstract syntax tree and do a low-level parser trace, respectively. There are now additionally -a which traces stack-variable allocation and -T which traces statements line by line as they execute. While -v, -t, and -a are most useful for development of Miller, the -T option gives you more visibility into what your Miller scripts are doing. See also here.

Verbs:

    most-frequent and least-frequent as requested in #110.
    seqgen makes it easy to generate data from within Miller: please also see here for a usage example.
    unsparsify makes it easy to rectangularize data where not all records have the same fields.
    cat -n now takes a group-by (-g) option, making it easy to number records within categories.
    count-distinct,
    uniq,
    most-frequent,
    least-frequent,
    top, and
    histogram
    now take a -o option for specifying their output field names, as requested in #122.
    Median is now a synonym for p50 in stats1.
    You can now start a then chain with an initial then, which is nice in backslashy/multiline-continuation contexts.
    This was requested in #130.

I/O options:

    The print statement may now be used with no arguments, which prints a newline, and a no-argument printn prints nothing but creates a zero-length file in redirected-output context.
    Pretty-print format now has a --pprint --barred option (for output only, not input). For an example, please see here.
    There are now keystroke-savers of the form --c2p which abbreviate --icsvlite --opprint, and so on.
    Miller's map literals are JSON-looking but allow integer keys which JSON doesn't. The
    --jknquoteint and --jvquoteall flags for mlr (when using JSON output) and mlr put (for dump) provide control over double-quoting behavior.

Documents new since the previous release:

    Miller in 10 minutes is a long-overdue addition: while Miller's detailed documentation is evident, there has been a lack of more succinct examples.
    The cookbook has likewise been expanded, and has been split out
    into three parts: part 1, part
    2, part 3.
    A bit more background on C performance compared to other languages I experimented with, early on in the development of Miller, is here.

On-line help:

    Help for DSL built-in functions, DSL keywords, and verbs is accessible using mlr -f, mlr -k, and mlr -l respectively; name-only lists are available with mlr -F, mlr -K, and mlr -L.

Bugfixes:

    A corner-case bug causing a segmentation violation on two sub/gsub statements within a single put, the first one matching its pattern and the second one not matching its pattern, has been fixed.

Backward incompatibilities: This is Miller 5.0.0, not 4.6.0, due to the following (all relatively minor):

    The v variables bound in for-loops such as for (k, v in some_multi_level_map) { ... } can now be map-valued if the v specifies a non-terminal in the map.
    There are new keywords such as var, int, float, num, str, bool, map, IPS, IFS, IRS, OPS, OFS, ORS which can no longer be used as variable names. See mlr -k for the complete list.
    Unset of the last key in an map-valued variable's map level no longer removes the level: e.g. with @v[1][2]=3 and unset @v[1][2] the @v variable would be empty. As of 5.0.0, @v has key 1 with an empty-map value.
    There is no longer type-inference on literals: "3"+4 no longer gives 7. (That was never a good idea.)
    The typeof function used to say things like MT_STRING; now it says things like string.

(wiz)

2017-03-05 12:33:45 UTC MAIN commitmail json YAML

Updated mail/notmuch to 0.23.7

(wiz)

2017-03-05 12:33:31 UTC MAIN commitmail json YAML

Updated notmuch to 0.23.7.

Notmuch 0.23.7 (2017-02-28)
===========================

Test Suite
----------

Drop use of gpgconf --create-socketdir. Move $GNUPGHOME to /tmp.

  It turns out the hardcoded use of /run/user in gpg doesn't work out
  that well in some environments. The more low tech fix is to move all
  of $GNUPGHOME to somewhere where we can control the length of the
  paths.

Notmuch 0.23.6 (2017-02-27)
===========================

Command Line Interface
----------------------

Fix read-after-free bug in `notmuch new`.

Test Suite
----------

Use gpgconf --create-socketdir if available.

  GnuPG has a facility to use sockets in /run or /var/run to avoid
  problems with long socket paths, but this is not enabled by default
  for GNUPGHOME other than $HOME/.gnupg. Enable it, if possible.

(wiz)

2017-03-05 12:31:35 UTC MAIN commitmail json YAML

Updated print/abcm2ps to 8.13.7

(wiz)

2017-03-05 12:31:25 UTC MAIN commitmail json YAML

Updated abcm2ps to 8.13.7.

---- Version 8.13.7 - 2017-02-26 ----

Don't display beams when no visible note with a stem
(reported by Gerhard Schacherl)
Fix non working !ped! and !ped-up! with SVG output
(reported by Gerhard Schacherl)
Fix non working "%%pos stem hidden"
(reported by Gerhard Schacherl)
Fix bad horizontal spacing since 8.13.6
(reported by David Lacroix)
Fix clash of slurs with note decorations since 8.13.6
(reported by David Lacroix)

(wiz)

2017-03-05 12:29:32 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.27

(wiz)

2017-03-05 12:29:19 UTC MAIN commitmail json YAML

Updated libgpg-error to 1.27.

Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
-----------------------------------------------

* Added a Base64 decoder.

* Added support for the sh3 architecture.

* Added header gpgrt.h as an alias for gpg-error.h.

* Fixed macro GPGRT_GCC_VERSION.

* Fixed a race in non-blocking I/O on Windows.

* Interface changes relative to the 1.26 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_b64state_t                NEW type.
gpgrt_b64dec_start              NEW.
gpgrt_b64dec_proc                NEW.
gpgrt_b64dec_finish              NEW.
GPG_ERR_WRONG_NAME              NEW.
gpgrt.h                          NEW header.

(wiz)

2017-03-05 12:27:42 UTC MAIN commitmail json YAML

Updated archivers/lzo to 2.10

(wiz)

2017-03-05 12:27:32 UTC MAIN commitmail json YAML

Updated lzo to 2.10.

Changes in 2.10 (01 Mar 2017)
  * Improve CMake build support.
  * Add support for pkg-config.
  * Do not redefine "snprintf" so that the examples build with MSVC 2015.
  * Assorted cleanups.

(wiz)

2017-03-05 12:25:28 UTC MAIN commitmail json YAML

Distfile no longer available on GitHub. Fetch from ${MASTER_SITE_LOCAL}.

(schmonz)

2017-03-05 12:15:22 UTC MAIN commitmail json YAML

2017-03-05 12:05:56 UTC MAIN commitmail json YAML

Merge d9036ca49e414c6b5560c48126b6963204a6eda9:

Fix compilation on Mac OS X versions without ACL_SYNCHRONIZE

(joerg)

2017-03-05 12:05:34 UTC MAIN commitmail json YAML

Updated news/tin to 2.2.1nb12

(wiz)

2017-03-05 12:05:23 UTC MAIN commitmail json YAML

Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages.

Bump PKGREVISION.

Addresses PR 52030 by Michael-John Turner.

(wiz)

2017-03-05 10:40:18 UTC MAIN commitmail json YAML

Fix path to cross-libtool-base in f2c.mk for crossbuilding

(kamil)

2017-03-05 10:38:37 UTC MAIN commitmail json YAML

Fix path to cross-libtool-base in TOOL_DEPENDS+= for crossbuilding

(kamil)

2017-03-05 10:36:40 UTC MAIN commitmail json YAML

Fix path to cross-libtool-base in HOWTO

(kamil)

2017-03-05 10:24:19 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.5.1, abcm2ps-8.13.7, jasper-2.0.12, libgpg-error-1.27,
  lzo-2.10, miller-5.0.0, notmuch-0.23.7, p5-Date-Manip-6.58,
  p5-DateTime-TimeZone-2.10, p5-Test-Simple-1.302078, p5-libwww-6.22,
  password-store-1.7, potrace-1.15, py-dulwich-0.17.1, py-idna-2.4,
  py-pbr-2.0.0, py-psycopg2-2.7, py-setuptools-34.3.1,
  py-sphinx-rtd-theme-0.2.2, py-sqlparse-0.2.3, py-vdirsyncer-0.15.0,
  rspamd-1.5.1, screen-4.5.1, talloc-2.1.9, texstudio-2.12.2,
  tor-0.2.9.10, vim-8.0.0413, vim-share-8.0.0413, wireshark-2.2.5,
  x264-devel-20170304.

(wiz)

2017-03-05 09:10:04 UTC MAIN commitmail json YAML

2017-03-05 09:06:46 UTC MAIN commitmail json YAML

Fix installation for "lua" option (new scripts added and ssl-google-cert-catalog
removed).

According the Changelog (only relevant entries for "lua" added/removed scripts):

o [NSE] Added 12 NSE scripts from 4 authors, bringing the total up to 552!
  They are all listed at https://nmap.org/nsedoc/, and the summaries are below:
  + cics-enum enumerates CICS transaction IDs, mapping to screens in TN3270
    services. [Soldier of Fortran]
  + cics-user-enum brute-forces usernames for CICS users on TN3270 services.
    [Soldier of Fortran]
  + fingerprint-strings will print the ASCII strings it finds in the service
    fingerprints that Nmap shows for unidentified services. [Daniel Miller]
  + [GH#606] ip-geolocation-map-bing renders IP geolocation data as an image
    via Bing Maps API. [Mak Kolybabi]
  + [GH#606] ip-geolocation-map-google renders IP geolocation data as an image
    via Google Maps API. [Mak Kolybabi]
  + [GH#606] ip-geolocation-map-kml records IP geolocation data in a KML file
    for import into other mapping software [Mak Kolybabi]
  + nje-pass-brute brute-forces the password to a NJE node, given a valid RHOST
    and OHOST. Helpfully, nje-node-brute can now brute force both of those
    values. [Soldier of Fortran]
  + [GH#557] ssl-cert-intaddr will search for private IP addresses in TLS
    certificate fields and extensions. [Steve Benson]
  + tn3270-screen shows the login screen from mainframe TN3270 Telnet services,
    including any hidden fields. The script is accompanied by the new tn3270
    library. [Soldier of Fortran]
  + tso-enum enumerates usernames for TN3270 Telnet services. [Soldier of Fortran]
  + tso-brute brute-forces passwords for TN3270 Telnet services. [Soldier of Fortran]
  + vtam-enum brute-forces VTAM application IDs for TN3270 services.
    [Soldier of Fortran]
o [NSE][GH#533] Removed ssl-google-cert-catalog, since Google shut off that
  service at some point. Reported by Brian Morin.
o [NSE][GH#606] New NSE library, geoip.lua, provides a common framework for
  storing and retrieving IP geolocation results. [Mak Kolybabi]

(leot)

2017-03-04 19:11:48 UTC MAIN commitmail json YAML

+py-google-compute-engine

(bsiegert)

2017-03-04 19:10:32 UTC MAIN commitmail json YAML

New package for py-google-compute-engine aka compute-engine-packages.

The guest environment denotes the Google provided configuration and tooling
inside of a Google Compute Engine (GCE) virtual machine. The metadata server is
a communication channel for transferring information from a client into the
guest.  The guest environment includes a set of scripts and daemons (long
running processes) that read the content of the metadata server to make a
virtual machine run properly on our platform.

You probably do not need this package unless you are running in a virtual
machine on Google Compute Engine.

(bsiegert)

2017-03-04 15:11:11 UTC MAIN commitmail json YAML

2017-03-04 13:07:27 UTC MAIN commitmail json YAML

Updated graphics/gnuplot to 5.0.5

(mef)

2017-03-04 13:07:16 UTC MAIN commitmail json YAML

Updated graphics/gnuplot to 5.0.5
---------------------------------
Changes in 5.0.5
================
* NEW allow filename completion for system commands and pipes (backport from 5.1)
* NEW option to plot "with labels ... {rotate variable}"
* NEW command "set minussign"
* NEW stats command "name" option now accepts "columnheader" or "columnheader(N)"
* NEW command option "set colorbox invert"
* CHANGE qt terminal force selection of outline font rather than bitmap font
* CHANGE post terminal simplex/duplex output depends on PostScript level setting
* CHANGE improved autoscaling of plot "with boxes"
* CHANGE qt terminal sets TERM_POLYGON_PIXELS to avoid aliasing artifacts
* CHANGE all stats and fit commands skip header records if "autotitle columnhead"
* FIX Do not confuse EOF with 8-bit character 0x177 (E.g. in Cyrillic encodings).
* FIX use blank line rather than 'u' flag in "set table" output of smoothed data
* FIX order dependence of "fillcolor" keyword in plot commands
* FIX svg - better vertical justification of rotated text
* FIX wxt - file export widget correctly handles inactive plots
* FIX epslatex - reset linetype between plots (needed if plotted "notitle")
* FIX qt - leading or trailing whitespace in enhanced text was being ignored
* FIX regression in rendering 'plot ... matrix every ... with image'

(mef)

2017-03-04 11:49:26 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-API2 to 2.031

(wen)

2017-03-04 11:48:09 UTC MAIN commitmail json YAML

Update to 2.031

Upstream changes:
2.031    2017-01-26

    - Fix use of cache files when reading streams: temp files will now
      be used any time a stream is larger than 16MB (by default).
      Formerly, due to a bug, they would only be created when a 4kB
      chunk of a stream increased to 16kB or more after being
      decompressed.

    - Numbers, booleans, and null values can now be read from object
      streams.

    - Update to [RT #113290]: Objects inside a large object stream are
      now read without loading the entire object stream into memory.

    - DEPRECATION: The low-level new_api methods have been deprecated
      in favor of calling new directly.  If your code uses
      new_api($api2, ...), replace it with new($api2->{'pdf'}, ...).

    - [RT #118352] Don't crash when adding an annotation to a page
      that has an existing annotations array stored as an indirect
      object (reported by Johan Vromans).

    - [RT #118717] Die with an informative error if a file can't be
      opened during open() or saveas() (reported by Johan Vromans).

(wen)

2017-03-04 11:08:02 UTC MAIN commitmail json YAML

Updated geography/py-obspy to 1.0.3

(wen)

2017-03-04 11:05:35 UTC MAIN commitmail json YAML

Update to 1.0.3

Upstream changes:
1.0.3: (doi: 10.5281/zenodo.165134)
- obspy.core:
  * properly pass through kwargs specified for Trace.plot() down to the
    low-level plotting routines (e.g. events were not shown properly in
    dayplot of a trace, see #1566)
  * properly pass through kwargs from Stream.detrend() to Trace.detrend()
    (see #1607)
  * Correctly splitting masked arrays in Trace objects for a couple of corner
    cases (see #1650, #1653).
- obspy.core.event.source:
  * Fix `farfield` if input `points` is a 2D array. (see #1499, #1553)
- obspy.clients.earthworm:
  * Better end of stream detection. (see #1605)
  * More efficient unpacking of server response. (see #1680)
- obspy.clients.neic:
  * Better end of stream detection. (see #1563)
- obspy.clients.seedlink:
  * Better end of stream detection. (see #1605)
- obspy.clients.seishub:
  * Fix wrong kwargs `first_pick` and `last_pick` in
    `Client.event.get_list()`. (see #1661)
- obspy.io.mseed:
  * ObsPy can now also read (Mini)SEED files with noise records. (see #1495)
  * ObsPy can now read records with a data-offset of zero. (see #1509, #1525)
  * ObsPy can now read MiniSEED files with micro-second wrap arounds.
    (see #1531)
  * ObsPy can now read MiniSEED files with no blockette 1000. (see #1544)
  * ObsPy now always writes Blockette 100 if sampling rate accuracy is
    otherwise lost. (see #1550)
  * obspy.io.mseed.util.set_flags_in_fixed_header() now works with Python 3
    and also for files with Blockette 100 (see #1648).
- obspy.io.quakeml:
  * write StationMagnitude.residual even when it is zero (see #1625)
  * read & write Event.region
- obspy.io.sac:
  * `SACTrace.lpspol` and `lcalda` are `True` and `False` by default, when
      created via `SACTrace.from_obspy_trace` with a `Trace` that has no SAC
      inheritance. (see #1507)
  * Reference time not written to SAC file when made from scratch
    (see #1575)
- obspy.io.sh:
  * Fix writing of long headers for python3
  * Whitespace in header fields is not ignored anymore (see #1552)
- obspy.io.stationxml:
  * Datetime fields are written with microseconds to StationXML if
    microseconds are present. (see #1511)
- obspy.io.zmap:
  * Use first origin/magnitude when writing to zmap if no origin/magnitude is
    set as preferred. (see #1569)
  * Parse origin time seconds as a float to avoid losing accuracy (see #1573)
- obspy.signal:
  * PPSD: fix warning message on Python 3 that gets shown when waveforms and
    metadata mismatch (see #1506)
- obspy.taup:
  * Allow for more than 10 phases with identical names (can happen for certain
    custom models, see #1593).

(wen)

2017-03-04 08:41:42 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.5.3

(tsutsui)

2017-03-04 08:41:03 UTC MAIN commitmail json YAML

Update mikutter to 3.5.3.

Upstream changes:

# mikutter 3.5.3

* sometimes UserList shows empty lines and they cause crashes by clicks
* unexpected behavior when TL timestamp is clicked in polluted environments
* support Ruby 2.4
* Ruby-GNOME2 3.1.1

(tsutsui)

2017-03-04 08:26:54 UTC MAIN commitmail json YAML

2017-03-04 06:53:24 UTC MAIN commitmail json YAML

+ postfix-3.2.0, samba-4.5.5.

(taca)

2017-03-04 06:28:40 UTC MAIN commitmail json YAML

Note update of postfix* packages to 3.14.1.

(taca)

2017-03-04 06:26:42 UTC MAIN commitmail json YAML

2017-03-04 06:26:24 UTC MAIN commitmail json YAML

Update postfix to 3.1.4.

Postfix stable release 3.1.4 is available, as well as legacy releases
3.0.8 and 2.11.9. There will be no further updates for Postfix 2.10.

Fixed with Postfix 3.1.4, 3.0.8, and 2.11.9:

  * The postscreen daemon did not merge the client test status
    information for concurrent sessions from the same IP address.
    Thus, after one session recorded its successful tests in the
    postscreen cache, a concurrent session from that same IP address
    that passed fewer tests could later "wipe out" some of that
    progress in the postscreen cache. The fix has proven itself for
    five months in the development release, and should be safe to
    use in the stable releases.

  * The Postfix SMTP server falsely rejected a sender address when
    validating a sender address with "smtpd_reject_unlisted_recipient
    = yes" or with "reject_unlisted_sender". Cause: the address
    validation code did not query sender_canonical_maps.

  * The virtual delivery agent did not detect failure to skip to
    the end of a mailbox file, so that mail would be delivered to
    the beginning of the file. This could happen when a mailbox
    file was already larger than the virtual mailbox size limit.

  * The postsuper command logged an incorrect rename operation count
    after creating a missing directory.

Fixed with Postfix 3.1.4 and 3.0.8:

  * The Postfix SMTP server falsely rejected mail when a sender-dependent
    "error" transport was configured. Cause: the SMTP server address
    validation code was not updated when the
    sender_dependent_default_transport_maps feature was introduced.
    The fix has proven itself for six months in the development
    release, and should be safe to use in the stable releases.
    Unfortunately, Postfix 2.11 is too different to benefit from
    the same fix.

  * The Postfix SMTP server falsely rejected an SMTPUTF8 sender
    address, when "smtpd_delay_reject = no".

Fixed with Postfix 3.1.4:

  * The "postfix tls deploy-server-cert" command used the wrong
    certificate and key file. This was caused by a cut-and-paste
    error in the postfix-tls-script file.

(taca)

2017-03-04 01:58:25 UTC MAIN commitmail json YAML

Updated mail/claws-mail to 3.14.1

(mef)

2017-03-04 01:58:10 UTC MAIN commitmail json YAML

Updated mail/claws-mail to 3.14.1
----------------------------------
6th November 2016                                  Claws Mail 3.14.1
New in this release:
~~~~~~~~~~~~~~~~~~~~
* 'hide_timezone', a new hidden preference that sets the timezone of
  date fields sent over the network to the unknown timezone value as
  specified in RFC 5322 則3.3.  Default value is false (i.e., send
  available timezone information).

* 'rewrite_first_from', a new hidden preference which  works around a
  limitation of some servers with 'overly-liberal parsers'. When this
  is turned on and the Content-Transfer-Encoding is set to 8bit or
  7bit, in a message body starting with 'From ' the 'From ' will
  become '=46rom ' (i,e, encoded form of 'F') and the Content-
  Transfer-Encoding will be changed to Quoted-Printable. When it is
  turned off no such modification will be made but it is very likely
  that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
  further details. Default value is '1', turned on.

* Templates: it is now possible to attach a file, using
  '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
  evaluated as a command-line to get the filename name from, using an
  absolute /path/to/filename.

* IMAP mailboxes which show subscribed folders only are now indicated
  by a green folder icon.

  * The Icon Legend has had the missing folder icons added and also has
  an improved layout.

* Drafted messages: Do not add Message-ID for draft, unless the
  message already has one. A Message-ID header is now only added when
  queuing a message, and any existing Message-ID and References
  headers in drafts, if there are any, are kept.

* Disable hiding threads and messages in draft folders.

* The /View/Go to/... actions now respect the 'Open message when
  selected' option.

* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
  'IMAP4', 'SSL/TLS' instead of 'SSL'.

* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
  using older versions of GnuTLS library.

  Since GnuTLS 3.1.7, this minimum size is dictated by the priority
  string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
  1008 bits. We set this minimum size explicitly for older GnuTLS
  versions.

  Users who are affected by this (their servers use DH prime smaller
  than 1008 bits) can override this by using a priority string
  starting with the keyword "LEGACY". However, this keyword only
  works with GnuTLS 3.3.0 or newer.

* RSSyl plugin: Enable keeping old items by default.

* vCalendar plugin: The ics file name is now used for the WebCal
  subscription folder name.

* vCalendar plugin: Use hours/minutes for vcalendar alert time.

* Notification plugin: Add support for unity/messaging menu.

* PDF Viewer plugin: The icons are now themeable.

* Updated manual in English and Spanish.

* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
  Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
  Bokm奪l, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
  and Turkish.

* Bug fixes:
o bug 2918, 'Notification Popup icon is hardcoded'
o bug 3207, 'Claws segfaults when closing LDAP-enabled
    address book'
o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
o bug 3638, 'GData Plugin fails after initial Google
    handshake'
o bug 3665, 'Fix config script for macOS'
o bug 3666, 'Typos in Turkish translation'
o bug 3667, 'segfault in imap_session_authenticate'
o bug 3675, 'RSSyl crash when opening Atom feed'
o bug 3676, 'RSSyl crash when opening Atom feed with XML
    depth >= 3'
o bug 3678, 'Segfault when trying to add new account'
o bug 3684, 'Socket error with POP3 using TLS client
    certificate'
o bug 3697, 'Export to mbox' causes crash'
o bug 3705, 'active account Mail Address corrupted when
    address in Message-ID is used'
o bug 3711, 'Usage of (s)'
o bug 3712, 'Name of the example domain in the translation'
o fix non-resizeable Icon Legend dialogue
o Fix a potential bug in vcalendar's libical
o Fix potential crash in vcalendar's icalcomponent_vanew() on
  64-bit archs.
o Fix regression: show simple text/calendar with plugin.
o Fix crash in vcalendar passwords handling on prefs save.
o Few miscellaneous fixes for RSSyl.
o several memory leaks.
o Don't check for encrypt() on FreeBSD.
o Add OpenBSD CA cert path.
o Do not process folder marks when just refreshing
  summaryview

For further details of the numbered bugs and RFEs listed above
see http://claws-mail.org/bug/[BUG NUMBER]
---------------------------------------------------------------------
See ChangeLog for full information regarding changes in this release.

(mef)

2017-03-04 01:51:06 UTC MAIN commitmail json YAML

2017-03-04 01:26:27 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read to 0.70

(wen)

2017-03-04 01:25:44 UTC MAIN commitmail json YAML

Update to 0.70

Upstream changes:
0.70 - 02 Mar 2017, H.Merijn Brand
    * Add label functionality to ::Sheet
    * Add ->column and ->cellcolumn for ::Sheet
    * Add col2label sub/method
    * Sanitize xls2csv export filenames
    * Fix sorting in xlscat for un-aligned columns
    * It's 2017
    * Be overly verbose about maxrow and maxcol being 1-based (RT#120476)

(wen)

2017-03-04 01:21:18 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 1.27

(wen)

2017-03-04 01:20:01 UTC MAIN commitmail json YAML

Update to 1.27

Upstream changes:
1.27 - 2017-03-02, H.Merijn Brand
    * Remove unneeded done_testing (Paul Howarth)
    * Attribute sep/sep_char is not allowed to be undefined
    * Increased test coverage: added errors 1008 and 1014
    * Default for escape_null in csv () is now false
    * It's 2017
    * New error code for illegal argument(s)/parameter(s) (RT#119827)
    * Fix tests for perl without dot in @INC
    * Fix crlf issue for csv () on Windows (RT#120466)

1.26 - 2016-11-29, H.Merijn Brand
    * Disable some Unicode related tests for unhealthy $PERL_UNICODE
      (RT#117856)
    * is_missing (0) on empty line returns 1 for keep_meta_info = true
      (issue 27 on github)

(wen)

2017-03-03 23:00:37 UTC MAIN commitmail json YAML

Avoid broken CC detection.  Fixes any system which doesn't have "make"
in PATH.

(jperkin)

2017-03-03 15:46:27 UTC MAIN commitmail json YAML

Create /etc/openssl/openssl.cnf if it does not exist.

Otherwise, there is one nonsensical warning on every openssl invocation.
I have seen dozens of recipes for NetBSD setups, and each one cargo-cults
a "touch openssl.cnf" against that noise.

Bump package revision.

(bsiegert)

2017-03-03 15:45:15 UTC MAIN commitmail json YAML

Updated print/py-weasyprint to 0.36.

(kleink)

2017-03-03 15:44:36 UTC MAIN commitmail json YAML

Update py-weasyprint to 0.36.

Version 0.36
------------

Released on 2017-02-25.

New features:

* `#407 <https://github.com/Kozea/WeasyPrint/pull/407>`_:
  Handle ::first-letter.
* `#423 <https://github.com/Kozea/WeasyPrint/pull/423>`_:
  Warn user about broken cairo versions.

Bug fixes:

* `#411 <https://github.com/Kozea/WeasyPrint/pull/411>`_:
  Typos fixed in command-line help.

Version 0.35
------------

Released on 2017-02-25.

Bug fixes:

* `#410 <https://github.com/Kozea/WeasyPrint/pull/410>`_:
  Fix AssertionError in split_text_box.

(kleink)

2017-03-03 14:09:49 UTC MAIN commitmail json YAML

Added www/e2guardian version 3.5.0

(prlw1)

2017-03-03 14:09:18 UTC MAIN commitmail json YAML

Add e2guardian 3.5.0

e2guardian is a content filtering proxy that works in conjunction with another
caching proxy such as Squid or Oops. More information can be found in the
e2guardian(8) man page, the "doc" subdirectory of the distribution, and the
comments in the configuration and list files themselves.

e2guardian is a fork of DansGuardian and the maintainers fully acknowledge
the work carried out by and the copyright of Daniel Baron and other
contributors to the Dansguardian project.

(prlw1)

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

file system police; fix typo.

(wiz)

2017-03-03 13:10:41 UTC MAIN commitmail json YAML

file system police; fix typo.

(wiz)

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

Updated net/filezilla to 3.24.1nb1

(wiz)

2017-03-03 12:53:58 UTC MAIN commitmail json YAML

2017-03-03 12:38:41 UTC MAIN commitmail json YAML

Updated converters/py-zfec to 1.4.24nb2

(wiz)

2017-03-03 12:38:29 UTC MAIN commitmail json YAML

Add missing dependency on py-pyutil. Bump PKGREVISION.

(wiz)

2017-03-03 10:24:17 UTC MAIN commitmail json YAML

Updated devel/py-mercurial to 4.1.1

(wiz)

2017-03-03 10:24:05 UTC MAIN commitmail json YAML

Updated py-mercurial to 4.1.1.

This is a regularly-scheduled bugfix release.

    Several incorrect mailing list addresses have been corrected.
    Various error cases have been corrected during push and pull.
    Minor issues that happened when Mercurial spawned worker processes have been fixed.

(wiz)

2017-03-03 09:31:21 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2016.11.3

(sborrill)

2017-03-03 09:29:48 UTC MAIN commitmail json YAML

Update to 2016.11.3. Lots of bug fixes (too many to list individually), but
of note is a pull up of previous pkgsrc patch for NetBSD support.

Full changelog here:

https://docs.saltstack.com/en/latest/topics/releases/2016.11.3.html

(sborrill)

2017-03-03 08:25:20 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.22.9

(prlw1)

2017-03-03 08:24:57 UTC MAIN commitmail json YAML

Update gtk3 to 3.22.9

Overview of Changes in GTK+ 3.22.9
==================================

* Bugs fixed:
136059        Ctrl-navigation works in opposite direction in right-to-left text
776821        Scale factor not properly propagated upon reparent
778203        icon shown at top left corner when dnd begins
778328        Pressure sensitivity lost after removing pen from screen (Surface Book/MyPaint)
778534        Widget: Document signal mnemonic-activate
778678        gtkshow: Prefer gtk_show_uri_on_window() which works for sandboxed apps
778726        Use gtk_show_uri_on_window()
778746        Rename popover is sometimes misplaced
778835        Wrong screen size returned when in HiDPI mode
778905        Frame: documented flat style class is not usable
779005        GtkFrame: Fix shadow after theme changes
136059 Ctrl-navigation works in opposite direction in right-to-left text
772505 Wayland: menu does not resize after disabling an action
774148 Gtk.Popover misplacement in Wayland
778019 Key repeat under wayland behaves differently, making keyboard navigation e.g. in
        vim annoyingly unreliable

* Translation updates:
Brazilian Portuguese
Chinese
Chinese (Taiwan)
Galician
German
Hungarian
Italian
Lithuanian
Polish
Serbian
Spanish
Swedish

Overview of Changes in GTK+ 3.22.8
==================================

* Wayland:
- Avoid overlap between Alt and Meta

* Mir:
- Implement window properties
- Track window focus
- Connect to content-hub and use it for copy/paste
- Use modal hint

* Bugs fixed:
358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
765161 on win32 maximized window position wrong when windows toolbar is on l...
765410 Scrollbar does not update since 3.20
770112 The documented <alt>left shortcut doesn窶冲 work on Wayland
773686 Software when launched shows in dash with wrong icon, name and menu
775732 mir: clipboard support missing
775864 getting-started: typo tie->the
777527 GDK W32: Invisible drop-down menus in GTK apps when working via RDP
777547 Notebook arrow icon wrong color after closing final tab

* Translation updates:
Simplified Chinese

(prlw1)

2017-03-03 08:22:35 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.50.3

(prlw1)

2017-03-03 08:22:12 UTC MAIN commitmail json YAML

Update glib2 to 2.50.3

Overview of changes in GLib 2.50.3
==================================

* Bugs fixed:
775309 Crash in gdbusauth
775468 Improve log write supports color method on windows
775517 Password input is echoed in the terminal
775765 FDO notification withdrawal backend sends wrong ID to the server

* Translation updates:
Simplified Chinese

(prlw1)

2017-03-03 04:54:10 UTC MAIN commitmail json YAML

Mark as broken on big endian systems because they're not supported.
On Darwin/PowerPC, build reports:
"This machine has big-endian memory organization. Objconv program will not work"

(sevan)

2017-03-02 23:20:12 UTC MAIN commitmail json YAML

2017-03-02 20:09:32 UTC MAIN commitmail json YAML

pciutils: fix checksum mismatch.

the file on kernel.org has a different checksum from other mirrors.
(contents don't appear different)
because ftp.kernel.org went down, we were not fetching it, which resulted
in a mismatch.
switch to http @ kernel.org. now the first mirror will have a mismatched
checksum, but the second won't.

(maya)

2017-03-02 15:29:04 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.7.1

(fhajny)

2017-03-02 15:28:55 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.7.1.

- Node.js 7.7.0 contains a bug that will prevent all native modules
  from building, this patch should fix the issue. Apologies to everyone
  who was affected by 7.7.0.

(fhajny)

2017-03-02 09:51:35 UTC MAIN commitmail json YAML

Make top dir README a little more helpful.

This file is very prominent on github, so use this opportunity to give a
quick intro to pkgsrc.

mention main repo location so it's obvious even when using a fork & bug
report address.

(maya)

2017-03-02 09:21:35 UTC MAIN commitmail json YAML

- py-lint, removed.

(wiz)

2017-03-02 06:00:20 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 11.2.2nb3

(maya)

2017-03-02 06:00:03 UTC MAIN commitmail json YAML

MesaLib: enable llvm option on all x86 platforms, and not on non-x86.

It's for the AMDGPU driver. I don't know of any ARM boards, but that may
change in the future. highly unlikely for SPARC.

Also lift the minimum GCC requirement for linux llvm option - we use GCC_REQD
for the llvm package, and gcc48 works at least on CentOS 6.8 builds, so it'll
build fine.
Linux is will benefit from the AMDGPU driver, although it requires a new
kernel anyway.

bump PKGREVISION.

(maya)

2017-03-02 05:37:22 UTC MAIN commitmail json YAML

MesaLib: the actual condition for vdpau should be llvm&dri, not just dri.

should fix plist mismatch for CentOS 6.8, for some reason we are not using
llvm option there, even though linux users are most likely to benefit from
llvm.

(maya)

2017-03-02 04:40:33 UTC MAIN commitmail json YAML

MesaLib: pull in vdpau and vaapi only if dri option is selected.
This fixes a PLIST mismatch in the -dri -llvm case, pointed out by
Joern Clausen in PR pkg/52021.

(maya)

2017-03-02 03:57:00 UTC MAIN commitmail json YAML

Sort to appease the script

(maya)

2017-03-02 03:55:06 UTC MAIN commitmail json YAML

2017-03-01 21:20:53 UTC MAIN commitmail json YAML

Updated graphics/feh to 2.18.2

(szptvlfn)

2017-03-01 21:20:38 UTC MAIN commitmail json YAML

Update to 2.18.2

ChangeLog: https://git.finalrewind.org/feh/plain/ChangeLog
Thu, 16 Feb 2017 23:05:39 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.2
    * Fix crash when using both --thumbnails and --title. This bug was
      introduced in v2.18.1.

(szptvlfn)

2017-03-01 16:38:40 UTC MAIN commitmail json YAML

Updated chat/prosody to 0.9.12

(fhajny)

2017-03-01 16:38:31 UTC MAIN commitmail json YAML

Update chat/prosody to 0.9.12.

0.9.12
- Dependencies: Fix certificate verification failures when using
  LuaSec 0.6
- mod_s2s: Lower log message to 'warn' level, standard for
  remotely-triggered protocol issues
- certs/Makefile: Remove -c flag from chmod call (a GNU extension)
- Networking: Prevent writes after a handler is closed

0.9.11
- HTTP parser: Improve buffering of incoming HTTP data and add size
  limits
- sessionmanager: Fix for an issue which caused people to be kicked
  from conferences if mod_smacks was enabled
- Dependencies: Workaround for compatibility with LuaSec 0.6
- MUC: Accept missing form as "instant room" request
- C2S: Fix issues with destroying disconnected connections
- mod_privacy: Fix selection of the top resource(s)
- mod_presence: Make sure both users get each others presence after
  adding each other
- mod_http_files: Fix traceback when serving a non-wildcard path
- mod_http_files: Preserve a trailing slash in paths
- util.datamanager: Fix error handling
- net.server_event: Fix internal socket API to allow writing from
  socket.ondrain callback
- net.server_event: Fix timeout
- net.server_event: Fix traceback due to write during TLS handshake
- net.server_event: Fix buffer length check

(fhajny)

2017-03-01 14:28:33 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 5.2.2

(fhajny)

2017-03-01 14:21:36 UTC MAIN commitmail json YAML

Updated sysutils/beats to 5.2.2

(fhajny)

2017-03-01 14:21:27 UTC MAIN commitmail json YAML

Update sysutils/beats to 5.2.2

Metricbeat
- Fix bug docker module hanging when docker container killed.
- Set timeout to period instead of 1s by default as documented.

(fhajny)

2017-03-01 14:19:27 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 5.2.2.

5.2.2

- The request circuit breaker, which track the size of in-flight
  requests, was not decrementing its counter when the connection was
  closed by the client before the response could be returned. This could
  result in no further requests being accepted until the node has been
  restarted. All users should upgrade to take advantage of this bug fix.
- The cgroup functionality (for reading OS stats for containers) had a
  bug in the regex for parsing /proc/self/cgroup which prevented nodes
  with multiple hierarchies from starting up.
- Requests which have been delayed by a shard lock might be executed
  later on a different thread which lacks the request context, resulting
  in the requests being incorrectly rejected as unauthorised.
- Removal of an undocumented syntax for include/exclude parameters in
  the terms aggregation broke certain aggregations in Kibana.

5.2.1

- When stored fields are configured with best_compression, we rely on
  JVM garbage collection to reclaim Deflater/Inflater instances. However
  these classes use little JVM memory but may use significant native
  memory, so if may happen that the OS runs out of native memory before
  the JVM collects these unreachable Deflater/Inflater instances.
- Certain queries can hold a reference to the IndexReader that was used
  to build them. When these queries are cached, this reference causes
  Lucene to hold onto segments long after they should have been deleted.

(fhajny)

2017-03-01 14:10:14 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.7.0

(fhajny)

2017-03-01 14:10:05 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.7.0.

- child_process: spawnSync() exit code now is null when the child is
  killed via signal
- http: new functions to access the headers for an outgoing HTTP message
- lib: deprecate node --debug at runtime
- tls: new tls.TLSSocket() supports sec ctx options
- url: adding URL.prototype.toJSON support
- doc: items in the API documentation may now have changelogs
- crypto: adding support for OPENSSL_CONF again
- src: adding support for trace-event tracing

(fhajny)

2017-03-01 13:32:44 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 45.7.1

(ryoon)

2017-03-01 13:32:11 UTC MAIN commitmail json YAML

2017-03-01 13:31:28 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 45.7.1

(ryoon)

2017-03-01 13:30:19 UTC MAIN commitmail json YAML

Update to 45.7.1

Changelog:
Fixed
Crash when viewing certain IMAP messages (introduced in 45.7.0)

(ryoon)

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

Updated devel/py-pylint to 1.6.5 (and removed duplicate devel/py-lint)

(fhajny)

2017-03-01 13:08:44 UTC MAIN commitmail json YAML

Update devel/py-pylint to 1.6.5.

- Change to use ALTERNATIVES to avoid conflicts between Python versions.

Pylint 1.6.5
- Copyright and doc changes only

Pylint 1.6.4
- Recurse into all the ancestors when checking if an object is an
  exception

Pylint 1.6.3
- Do not crash when inferring uninferable exception types for docparams
  extension

Pylint 1.6.2
- Do not crash when printing the help of options with default regular
  expressions
- More granular versions for deprecated modules.
- Do not crash in docparams when we can't infer the exception types.

(fhajny)

2017-03-01 13:01:16 UTC MAIN commitmail json YAML

2017-03-01 11:45:56 UTC MAIN commitmail json YAML

Updated net/nsd to 4.1.15

(ryoon)

2017-03-01 11:45:04 UTC MAIN commitmail json YAML

Update to 4.1.15

Changelog:
NSD 4.1.15
Feb 16, 2017

Bugfixes
    Fix nsd-control and ipv6 only.
    Squelch zone transfer error address family not supported by protocol at low verbosity levels.
    Fix #1195: Fix so that NSD fails on non-compliant values for Serial.
    Fix to rename _t typedefs because POSIX reserves them.
    Fix that nsec3 hash collisions only reported on verbosity level 3.

(ryoon)

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

Remove php-pgsql from pgsql option

* Nextcloud does not use this.

(ryoon)

2017-03-01 10:42:30 UTC MAIN commitmail json YAML

vlc: fix plist without vaapi available.

(maya)

2017-03-01 10:32:40 UTC MAIN commitmail json YAML

Added textproc/py-Levenshtein version 0.12.0

(leot)

2017-03-01 10:32:11 UTC MAIN commitmail json YAML

+ py-Levenshtein

(leot)

2017-03-01 10:31:19 UTC MAIN commitmail json YAML

Import py-Levenshtein-0.12.0 as textproc/py-Levenshtein

The Levenshtein Python C extension module contains functions for fast
computation of: Levenshtein (edit) distance and edit operations, string
similarity, approximate median strings and general string averaging,
and string sequence and set similarity. It supports both normal and
Unicode strings.

Packaged by David H. Gutteridge via PR pkg/52017

(leot)

2017-03-01 09:03:02 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 2.2.4nb6

(wiz)

2017-03-01 09:02:48 UTC MAIN commitmail json YAML

Since Mesalib pulls in vaapi, vlc installs more files.
Add them to the PLIST and bump PKGREVISION.

(wiz)

2017-03-01 07:24:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Template to 1.47

(wiz)

2017-03-01 07:24:19 UTC MAIN commitmail json YAML

Updated p5-Text-Template to 1.47.

1.47  2017-02-27
    - Fix longstanding memory leak in _scrubpkg() [#22031]
    - Fix various spelling errors [#86872]

(wiz)

2017-02-28 22:50:29 UTC MAIN commitmail json YAML

Updated sysutils/entr to 3.7

(leot)

2017-02-28 22:50:08 UTC MAIN commitmail json YAML

Update sysutils/entr to entr-3.7

Changes:
== 3.7: February 27, 2017
- Terminate subprocess in restart mode if a file under watch disappears
- Allow NOTE_ATTRIB to set '/_' only if file mode changes
- New '-s' option executes commands using $SHELL -c
- Print usage and exit if input is from a terminal instead of a pipe

(leot)

2017-02-28 20:59:27 UTC MAIN commitmail json YAML

Enable py-lint and dependencies

(fhajny)

2017-02-28 20:56:44 UTC MAIN commitmail json YAML

Added devel/py-lint version 1.6.5

(fhajny)

2017-02-28 20:56:33 UTC MAIN commitmail json YAML

Import pylint 1.6.5 as devel/py-lint.

Pylint is a Python source code analyzer which looks for
programming errors, helps enforcing a coding standard and sniffs
for some code smells (as defined in Martin Fowler's Refactoring
book).

(fhajny)

2017-02-28 20:54:24 UTC MAIN commitmail json YAML

Added devel/py-isort version 4.2.5

(fhajny)

2017-02-28 20:54:09 UTC MAIN commitmail json YAML

Import isort 4.2.5 as devel/py-isort.

isort is a Python utility / library to sort imports alphabetically,
and automatically separated into sections. It provides a command
line utility, Python library and plugins for various editors to
quickly sort all your imports.

(fhajny)

2017-02-28 20:51:39 UTC MAIN commitmail json YAML

Added devel/py-configparser version 3.5.0

(fhajny)

2017-02-28 20:51:28 UTC MAIN commitmail json YAML

Import configparser 3.5.0 as devel/py-configparser.

This library brings the updated configparser from Python 3.5 to
Python 2.6-3.5. The ancient ConfigParser module available in
the standard library 2.x has seen a major update in Python 3.2.

(fhajny)

2017-02-28 20:48:10 UTC MAIN commitmail json YAML

Added devel/py-backports.functools_lru_cache version 1.3

(fhajny)

2017-02-28 20:47:57 UTC MAIN commitmail json YAML

2017-02-28 19:40:40 UTC MAIN commitmail json YAML

Updated net/iperf3 to 3.1.6

(adam)

2017-02-28 19:40:07 UTC MAIN commitmail json YAML

The release notes for iperf 3.1.6 describe changes, including bug
fixes and new functionality, made since iperf 3.1.5.

* User-visible changes

  * Specifying --fq-rate or --no-fq-socket-pacing on a system where
    these options are not supported now generate an error instead of a
    warning.  This change makes diagnosing issues related to pacing
    more apparent.

  * Fixed a bug where two recently-added diagnostic messages spammed
    the JSON output on UDP tests.

(adam)

2017-02-28 17:15:34 UTC MAIN commitmail json YAML

Updated devel/py-astroid to 1.4.9

(fhajny)

2017-02-28 17:15:24 UTC MAIN commitmail json YAML

Update devel/py-astroid to 1.4.9.

2016-12-18 -- 1.4.9
- Cast __path__ to a list in _module_file
- Add support for pytest 3.0.

2016-07-27 -- 1.4.8
- Add `returns` into the proper order in FunctionDef._astroid_fields

2016-07-07 -- 1.4.7
- Stop saving assignment locals in ExceptHandlers, when the context is a
  store.

2016-06-06 -- 1.4.6
- Fix a crash which occurred when the class of a namedtuple could not be
  inferred.
- Functional form of enums support accessing values through __call__.
- Brain tips for the ssl library.

2016-03-21 -- 1.4.5
- decoratornames() does not leak InferenceError anymore.
- wildcard_imported_names() got replaced by _public_names()

2016-01-15 -- 1.4.4
- unpack_infer raises InferenceError if it can't operate
  with the given sequences of nodes.
- Support accessing properties with super().
- Enforce strong updates per frames.

2015-12-24 -- 1.4.3
- pkg_resources brain tips are a bit more specific,
  by specifiying proper returns.
- Standard library modules are properly detected by is_standard_module.

2015-12-21 -- 1.4.2
- The slots() method conflates all the slots from the ancestors
  into a list of current and parent slots.
- Revert to using printf-style formatting in as_string, in order
  to avoid a potential problem with encodings when using .format.
- assigned_stmts methods have the same signature from now on.

2015-11-29 -- 1.4.1
- Add support for handling Uninferable nodes when calling as_string

2015-11-29 -- 1.4.0
- Class.getattr('__mro__') returns the actual MRO.
- The logilab-common dependency is not needed anymore as the needed code
  was integrated into astroid.
- Add 'assert_equals' method in nose.tools's brain plugin.
- Generated enum member stubs now support IntEnum and multiple
  base classes.
- Add brain tips for multiprocessing.Manager and
  multiprocessing.managers.SyncManager.
- Add brain tips for multiprocessing post Python 3.4+,
  where the module level functions are retrieved with getattr
  from a context object, leading to many no-member errors
  in Pylint.
- The Generator objects inferred with `infer_call_result`
  from functions have as parent the function from which they
  are returned.
- Understand partially the 3-argument form of `type`.
  The only change is that astroid understands members
  passed in as dictionaries as the third argument.
- Improve the inference of Getattr nodes when dealing with
  abstract properties from the abc module.
- UnboundMethod.getattr calls the getattr of its _proxied object
  and doesn't call super(...) anymore.
- Don't hard fail when calling .mro() on a class which has
  combined both newstyle and old style classes. The class
  in question is actually newstyle (and the __mro__ can be
  retrieved using Python).
- Class.local_attr and Class.local_attr_ancestors uses internally
  a mro lookup, using .mro() method, if they can.
- Expose a implicit_metaclass() method in Class. This will return
  a builtins.type instance for newstyle classes.
- Add two new exceptions for handling MRO error cases.
  DuplicateBasesError
  is emitted when duplicate bases are found in a class,
- Classes aren't marked as interfaces anymore, in the `type` attribute.
- Class.has_dynamic_getattr doesn't return True for special methods
  which aren't implemented in pure Python, as it is the case for
  extension modules.
- Add `igetattr` method to scoped_nodes.Function.
- Add support for Python 3.5's MatMul operation: see PEP 465 for more
  details.
- NotImplemented is detected properly now as being part of the
  builtins module. Previously trying to infer the Name(NotImplemented)
  returned an YES object.
- Add proper grammatical names for `infered` and `ass_type` methods,
  namely `inferred` and `assign_type`.
- Add new AST names in order to be similar to the ones
  from the builtin ast module.
- Star unpacking in assignments returns properly a list,
  not the individual components.
- Lambdas found at class level, which have a `self` argument, are
  considered
- Add annotation support for function.as_string().
- Add support for indexing bytes on Python 3.
- Add support for inferring subscript on instances, which will
  use __getitem__.
- Understand metaclasses added with six.add_metaclass decorator.
- Add a new convenience API, `astroid.parse`, which can be used to
  retrieve an astroid AST from a source code string, similar to how
  ast.parse can be used to obtain a Python AST from a source string.
- do_import_module passes the proper relative_only flag if the level is
  higher than 1.
- There's a new separate step for transforms.
- Add a new node, DictUnpack, which is used to represent the unpacking
  of a dictionary into another dictionary, using PEP 448 specific syntax
  ({1:2, **{2:3})
- Add a new type of node, called *inference objects*.
- Add a new *inference object* called Super, which also adds support for
  understanding super calls.
- astroid.utils.ASTWalker and astroid.utils.LocalsVisitor
  were moved to pylint.pyreverse.utils.

2015-08-02 -- 1.3.8
- Backport of 40e3176, which fixes issue #84.

2015-07-27 -- 1.3.7
- Improve the inference of six.moves, especially when using `from ...
  import ...` syntax. Also, we added a new fail import hook for six.moves,
  which fixes the import-error false positive from pylint.

(fhajny)

2017-02-28 17:12:15 UTC MAIN commitmail json YAML

Enable py-lazy-object-proxy

(fhajny)

2017-02-28 17:11:39 UTC MAIN commitmail json YAML

Added devel/py-lazy-object-proxy version 1.2.2

(fhajny)