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

2024-05-27 00:21:53 UTC Now

2017-08-31 09:01:05 UTC MAIN commitmail json YAML

Updated devel/py-async-timeout to 1.3.0, www/py-httpbin to 0.6.1, security/py-asn1 to 0.3.3, devel/py-construct to 2.8.14, devel/py-faker to 0.8.0

(adam)

2017-08-31 08:59:53 UTC MAIN commitmail json YAML

0.8.0:
Add identity_card_number for pl_PL person provider.
More descriptive error message when a formatter is not found.
Add time_series provider.
Add per-instance seeding via .seed_instance method.
Fix tz_TW address provider.

(adam)

2017-08-31 08:52:53 UTC MAIN commitmail json YAML

2017-08-31 08:48:24 UTC MAIN commitmail json YAML

Revision 0.3.3:
Improved ASN.1 types instantiation performance
Improved BER/CER/DER decoder performance by not unconditionally casting substrate into str/bytes.
Fixed exponential index size growth bug when building ambiguous NamedTypes tree
Fixed constructed types decoding failure at BER codec if running in schema-less mode
Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
Fixed SetOf ordering at CER/DER encoder
Fixed crash on conditional binascii module import
Fix to TagSet hash value build

(adam)

2017-08-31 08:44:34 UTC MAIN commitmail json YAML

2017-08-31 08:42:06 UTC MAIN commitmail json YAML

1.3.0:
Don窶冲 suppress nested exception on timeout. Exception context points on cancelled line with suspended await
Introduce .timeout property
Add methods for using as async context manager

(adam)

2017-08-31 08:28:05 UTC MAIN commitmail json YAML

Updated math/py-lmfit to 0.9.7

(prlw1)

2017-08-31 08:27:42 UTC MAIN commitmail json YAML

Update py-lmfit to 0.9.7

Changes to 0.9.7 not immediately obvious

Version 0.9.6 Release Notes

  Support for SciPy 0.14 has been dropped: SciPy 0.15 is now required.
  This is especially important for lmfit maintenance, as it means we can
  now rely on SciPy having code for differential evolution and do not
  need to keep a local copy.

  A brute force method was added, which can be used either with
  Minimizer.brute() or using the method='brute' option to
  Minimizer.minimize(). This method requires finite bounds on all varying
  parameters, or that parameters have a finite brute_step attribute set
  to specify the step size.

  Custom cost functions can now be used for the scalar minimizers using
  the reduce_fcn option.

  Many improvements to documentation and docstrings in the code were
  made. As part of that effort, all API documentation in this main Sphinx
  documentation now derives from the docstrings.
  Uncertainties in the resulting best-fit for a model can now be
  calculated from the uncertainties in the model parameters.

  Parameters have two new attributes: brute_step, to specify the step
  size when using the brute method, and user_data, which is unused but
  can be used to hold additional information the user may desire. This
  will be preserved on copy and pickling.

(prlw1)

2017-08-31 05:00:16 UTC MAIN commitmail json YAML

Meson is python-3.x only, mark it in build.mk as well.

(wiz)

2017-08-31 04:22:17 UTC MAIN commitmail json YAML

add and enable u-boot-beagle{board,boneblack,bonewhite}

(jnemeth)

2017-08-31 04:13:41 UTC MAIN commitmail json YAML

add and enable freeradius-{freetds,iodbc,krb5,ldap,memcached,mysql,perl,pgsql,python,rest,sqlite3,unixodbc,yubikey}

(jnemeth)

2017-08-30 21:07:26 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.10.0

(kamil)

2017-08-30 21:07:10 UTC MAIN commitmail json YAML

Restore the original patch for curses_inc_list and curses_lib_list

(kamil)

2017-08-30 21:00:46 UTC MAIN commitmail json YAML

qemu: Upgrade to 2.10.0

pkgsrc changes:
- remove stray conflict with qemu-bin - I cannot find references to it in
  pkgsrc
- drop mentions of NetBSD version < 6.0 - it's already broken there
  regardless of the directives and not supported
- remove stray BUILDLINK_PASSTHRU_DIRS and BUILDLINK_PASSTHRU_RPATHDIRS
  this is redundant with the default pkgsrc framework defines
- not yet ported to 3.x as of 2.10.0, newer versions get initial patches
- remove ivshmem - it's not a user settable option, it requires as of now
  Linux kernel API (eventfd) and it builds only for Linux now (no longer
  for BSD and SunOS)
- add test target - all tests pass on NetBSD 8.99.2 (with disabled PaX
  MPROTECT)
- sync PLIST
- drop patches that are no longer needed, proper fixes merged upstream

upstream changelog
==================
The full list of changes are available at:

  http://wiki.qemu.org/ChangeLog/2.10

Highlights include:

* Support for ACPI NUMA distance info and control over CPU NUMA
  assignments via '-numa cpu' parameters
* Support for LUKS encryption format in qcow2 images
* Monitor/Management interface improvments: additional debug
  information available through 'info ramblock/cmma/register/qtree',
  support for viewing connected clients via 'info vnc', improved
  parsing support for QMP protocol, and other additional commands
* QXL and virtio-gpu support for controlling default display resolution
* Support for vhost-user-scsi devices
* NVMe emulation support for Write Zeroes command and Controller
  Memory Buffers
* Guest agent support for querying guest hostname, users, timezone, and
  OS version/release information

* ARM: KVM support for Raspberry Pi 3
* ARM: emulation support for MPS2/MPS2+ FPGA-based dev boards
* ARM: zynq: SPIPS flash support
* ARM: exynos4210: hardware PRNG device, SDHCI, and system poweroff
* Microblaze: support for CPU versions 9.4, 9.5, 9.6, and 10.0
* MIPS: support for Enhanced Virtual Addressing (EVA)
* MIPS: initrd support for kaslr-enabled kernels
* OpenRISC: support for shadow registers, idle states, and
  numcores/coreid/EVAR/EPH registers
* PowerPC: Multi-threaded TCG emulation support
* PowerPC: OpenBIOS VGA driver for MacOS guests
* PowerPC: pseries: KVM and emulation support for POWER9 guests
* PowerPC: pseries: support for hash page table resizing
* s390: channel device passthrough support via vfio-ccw
* s390: support for channel-attached 3270 "green screen" devices for
  use as guest consoles or additional TTYs
* s390: improved support for PCI (AEN, AIS, and zPCI)
* s390: support for z14 CPU models and netboot/TFTP via CCW BIOS,
* s390: TCG support for atomic "LOAD AND x" and "COMPARE SWAP"
  operations, LOAD PROGRAM PARAMETER, extended facilities, CPU type,
  and many more less-common instructions.
* SH: TCG support for host atomic instructions for emulating tas.b and
  gUSA (user-space atomics), and support for fpchg/fsrra instructions
* SPARC: fixes for booting Solaris 2.6 on sun4m/OpenBIOS machines
* x86: Q35 MCH supports TSEG higher than 8MB
* x86: SSE register access via gdbstub
* Xen: support for multi-page shared rings, and 9pfs/virtfs backend
* Xtensa: sim machine console can be directed to chardev via -serial

* and lots more...

(kamil)

2017-08-30 19:50:00 UTC MAIN commitmail json YAML

Remove -pie from nasm/yasm command line. Fixes PIE build.

(wiz)

2017-08-30 19:47:08 UTC MAIN commitmail json YAML

Strip -pie from nasm/yasm flags. Fixes PIE build.

(wiz)

2017-08-30 18:36:56 UTC MAIN commitmail json YAML

Require sqlite3 >= 3.7.15 which is the release that adde sqlite3_errstr.

(ginsbach)

2017-08-30 15:22:43 UTC MAIN commitmail json YAML

Updated devel/libidn2 to 2.0.4

(schmonz)

2017-08-30 15:22:30 UTC MAIN commitmail json YAML

Update to 2.0.4. From the changelog:

* Fix integer overflow in bidi.c/_isBidi()
* Fix integer overflow in puny_decode.c/decode_digit()
* Improve docs
* Fix idna_free() to idn_free()
* Update fuzzer corpora

Use the .tar.gz distfile again, for the moment, to work around
https://github.com/jmmv/pkg_comp/issues/24 ("can't extract distfiles
with EXTRACT_SUFX=.tar.lz").

(schmonz)

2017-08-30 13:55:12 UTC MAIN commitmail json YAML

Add feature macosx-keyring for msmtp if build on Dawrin

msmtp provides MacOS X Keychain support by using the configuration
option `--with-macosx-keyring`. With this setting enabled passwords
for msmtp can be stored in the MacOS X keychain.

From Thomas Merkel in NetBSD/pkgsrc#14

(wiedi)

2017-08-30 11:05:35 UTC MAIN commitmail json YAML

Updated devel/protobuf-c to 1.3.0

(wiedi)

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

Update protobuf-c to 1.3.0

protobuf-c (1.3.0)

  [ Robert Edmonds ]
  * Release 1.3.0.
  * Add test case for the issue in #220 (#254).
  * Fix issue #251, "Bad enums with multiple oneofs" (#256).
  * Add warning flags to my_CFLAGS (#257).
  * Fix namespace errors when compiled with latest protobuf (#280).
  * Bump minimum required header version for proto3 syntax (#282).

  [ Paolo Borelli ]
  * Turn the compiler into a protoc plugin (#206). This allows the protobuf-c
    compiler to be invoked as "protoc --c_out=...". For backwards
    compatibility, we still ship a protoc-c command, but it's a symlink to the
    protoc-gen-c binary.
  * proto3 support (#228).
  * Remove leftover FIXME comment (#258).
  * Fix proto3 "is zeroish" evaluation (#264).
  * Small cleanup in oneof handling (#265).
  * Rework is_zeroish one more time (#267).
  * proto3: make strings default to "" instead of NULL (#274).

  [ Tomek Wasilczyk ]
  * Fix -Wsign-compare warnings (#213).
  * Fix ISO C90 -Wdeclaration-after-statement warnings (#214).
  * Fix bigendian -Wunused-label warning (#215).

  [ Ilya Lipnitsky ]
  * protoc-c/c_message.cc: Force int size on oneof enums (#221). Fixes wrong
    enum generation and handling for onceof cases (#220).

  [ Adnan ]
  * Fix cmake build if built as part of an external project (#231).

  [ Gregory Detal ]
  * Remove .pb.{cc,h} in distdir instead of top_distdir in order to prevent
    removing files from other projects when protobuf-c is included as an
    autotools subproject (#232).

  [ Ben Farnham ]
  * Relax autoconf constraint from v2.64 to v2.63 so that it works on older
    Linux distros (#233).

  [ Thomas K旦ckerbauer ]
  * rm argument fix for Solaris (#234).
  * Add 'const' qualifier to 'init_value' variable in generated files (#236).

  [ Richard Kettlewell ]
  * Document and extend the effect of passing NULL to ..._free_unpacked
    functions (#255).

  [ Alex Milich ]
  * CMake: Workaround for static builds that use MSVC (#243).

  [ Josh Junon ]
  * CMake: Allow protobuf-c to be included via include_subdirectory (#245).

  [ Alexei Kasatkin ]
  * CMake: Windows fixes (#266).

(wiedi)

2017-08-30 10:41:24 UTC MAIN commitmail json YAML

2017-08-30 10:35:54 UTC MAIN commitmail json YAML

Hack the pkg to at least build + install on NetBSD/alpha - may need
revisiting after closer examination of the underlying issues.

(martin)

2017-08-30 10:27:33 UTC MAIN commitmail json YAML

Updated devel/slibtool to 0.5.17

(wiedi)

2017-08-30 10:26:47 UTC MAIN commitmail json YAML

Update slibtool to 0.5.17

0.5.17:

This patch release fixes a subtle bug in the newly added support for
packages that depend on the reordering of linker arguments.

0.5.16:

This patch release fixes a subtle bug in slibtool-shared's
generation of dependency lists when creating convenience
library archives. Beginning with this release, the mesa
package can be built with slibtool in its entirety.

- slibtool-shared: properly handle .la arguments when creating an archive.
- slbt_exec_link_create_dep_file(): properly initialize and track fdeps.

0.5.15:

This patch release provides seamless support for the building of
packages which rely on the ordering of linker arguments. With
slibtool, reordering takes place only when deemed necessary.

- link mode: support packages that rely on argument reordering.
- error trace: remove and fix inadvertent calls to strerror(3).

0.5.14:

This patch release provides several fixes at the driver level, as well as
several improvements to slibtool's own internals. Addition of extended
variable support to slibtool's ./configure now makes it fully compatible
with (distro) build systems that pass those variable to ./configure by
default.

- link mode: fix fdepfile construction when determining dynlib dependency.
- link mode: static archives: always have ar(1) act as ranlib(1).
- driver: refine handling of --target.
- build system: added extended dir variables.

(wiedi)

2017-08-30 10:22:36 UTC MAIN commitmail json YAML

Updated editors/nano to 2.8.7

(wiedi)

2017-08-30 10:21:58 UTC MAIN commitmail json YAML

Update nano to 2.8.7

2017.08.27 - GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
wider than the screen, makes indenting + unindenting
more predictable by retaining relative indentations,
allows pasting (^U) at a prompt, allows triple quotes
in Python to not be followed by a character, does not
scroll three pages on a roll of the mouse wheel, binds
Alt+Up and Alt+Down to findprevious and findnext, and
fixes some hard-to-describe issues with softwrapping
and boundary-crossing tabs.  Enjoy.

(wiedi)

2017-08-30 08:13:09 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.24.1

(prlw1)

2017-08-30 08:12:42 UTC MAIN commitmail json YAML

Update eog3 to 3.24.1

Highlights:
* Replace zoom scale with a text entry based on Evince's zoom widget
* Fix keyboard navigation in the headerbar and popup menu

(prlw1)

2017-08-30 08:00:42 UTC MAIN commitmail json YAML

Updated x11/gnome-desktop3 to 3.24.2

(prlw1)

2017-08-30 08:00:16 UTC MAIN commitmail json YAML

Update gnome-desktop3 to 3.24.2

- Use udev's hwdb to query PNP IDs (--disable-udev to disable this)

As we don't use udev, this is a regression, however I haven't found any
consumer of gnome_pnp_ids_get_pnp_id()

Highlights:
- Always prefer the backend-provided preview in thumbnails (#738503)
- Use ibus-libzhuyin as default input method for Simplified Chinese (#772674)
- Deprecated gnome_desktop_thumbnail_scale_down_pixbuf (#775991)
- Always use external gdk-pixbuf thumbnailer (#768064)
- Remove dependencies on xrandr and xext
- Add API to know if a GnomeRRMode is interlaced

(prlw1)

2017-08-30 03:34:30 UTC MAIN commitmail json YAML

Note update of ruby-base packages:

lang/ruby22-base 2.2.7nb1
lang/ruby23-base 2.3.4nb1
lang/ruby24-base 2.4.1nb1

(taca)

2017-08-30 03:33:39 UTC MAIN commitmail json YAML

Add patch to fix vulnerabilities of rubygems.

https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/

* a DNS request hijacking vulnerability
* an ANSI escape sequence vulnerability
* a DoS vulernerability in the query command
* a vulnerability in the gem installer that allowed a malicious gem to
  overwrite arbitrary files

Bump PKGREVISION.

(taca)

2017-08-30 03:33:17 UTC MAIN commitmail json YAML

Add patch to fix vulnerabilities of rubygems.

https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/

* a DNS request hijacking vulnerability
* an ANSI escape sequence vulnerability
* a DoS vulernerability in the query command
* a vulnerability in the gem installer that allowed a malicious gem to
  overwrite arbitrary files

Bump PKGREVISION.

(taca)

2017-08-30 03:32:55 UTC MAIN commitmail json YAML

Add patch to fix vulnerabilities of rubygems.

https://www.ruby-lang.org/en/news/2017/08/29/multiple-vulnerabilities-in-rubygems/

* a DNS request hijacking vulnerability
* an ANSI escape sequence vulnerability
* a DoS vulernerability in the query command
* a vulnerability in the gem installer that allowed a malicious gem to
  overwrite arbitrary files

Bump PKGREVISION.

(taca)

2017-08-29 23:38:24 UTC MAIN commitmail json YAML

Updated games/hitori to 3.22.3

(prlw1)

2017-08-29 23:38:01 UTC MAIN commitmail json YAML

Update hitori to 3.22.3

Highlight:
* Drop use of deprecated GTK+ API (no dependency change)

(prlw1)

2017-08-29 23:34:33 UTC MAIN commitmail json YAML

Updated math/gnome-calculator to 3.24.0

(prlw1)

2017-08-29 23:34:02 UTC MAIN commitmail json YAML

Update gnome-calculator to 3.24.0

Highlights:
* Fixed unit conversion from negative constant numbers bgo#778311 (PioneerAxon)
* Better error highlighting (PioneerAxon)
* Fix null token causing segfault (PioneerAxon)
* Added Desktop Publishing Point length unit bgo#778449 (Robert Roth)
* Use angle units from settings in search provider bgo#778274 (Robert Roth)
* Fixed incorrect value for ans in variable popup bgo#778242 (Robert Roth)
* Zeroth root of numbers is undefined bgo#775759 (Robert Roth)
* Added additional temperature unit shortcuts for conversion. bgo#775300 (Robert Roth)
* Use proper chain-up syntax (Rico Tzschichholz)
* Use MPC for complex numbers bgo#759439 (Philip Wood)
* Add shortcut to close current window bgo#755398 (Robert Roth)
* Fix conversion unit change  bgo#748732 (Robert Roth)
* Fixed conversion user interface for LTR bgo#711587 (Robert Roth)

(prlw1)

2017-08-29 23:09:03 UTC MAIN commitmail json YAML

Updated net/glib-networking to 2.50.0

(prlw1)

2017-08-29 23:08:40 UTC MAIN commitmail json YAML

Update glib-networking to 2.50.0

Highlight:
  * gnutls: Fixed an infinite loop if a server sent two identical
    copies of its CA certificate [#765317, Carlos Garcia Campos]

(prlw1)

2017-08-29 14:47:35 UTC MAIN commitmail json YAML

Disable dtrace on NetBSD arm. Works around an issue observed on earmv7hf
and NetBSD 8.0_BETA with miniruby getting stuck in an infinite loop while
initializing. Joerg is pretty sure this is the correct fix for now.

(jmcneill)

2017-08-29 13:40:52 UTC MAIN commitmail json YAML

Enable postgresql-pgroonga

(fhajny)

2017-08-29 13:38:36 UTC MAIN commitmail json YAML

Added databases/postgresql-pgroonga version 1.2.3

(fhajny)

2017-08-29 13:38:23 UTC MAIN commitmail json YAML

Import PGroonga 1.2.3 as databases/postgresql-pgroonga.
Based on a PR by @siepkes (https://github.com/joyent/pkgsrc/pull/8).

PGroonga is a PostgreSQL extension to use Groonga as the index.

(fhajny)

2017-08-29 13:36:05 UTC MAIN commitmail json YAML

Updated textproc/groonga to 7.0.6

(fhajny)

2017-08-29 13:35:55 UTC MAIN commitmail json YAML

Update textproc/groonga to 7.0.6.

- object_inspect command has been supported to show disk usage
- Falllback feature when parsing query has been supported
- The score adjusting about keyword in query has been supported

(fhajny)

2017-08-29 13:06:19 UTC MAIN commitmail json YAML

Remove references to NetBSD 0-3.

(wiz)

2017-08-29 13:04:33 UTC MAIN commitmail json YAML

2017-08-29 12:55:01 UTC MAIN commitmail json YAML

Updated textproc/groonga to 7.0.5

(fhajny)

2017-08-29 12:54:47 UTC MAIN commitmail json YAML

Update textproc/groonga to 7.0.5. Add bl3.
Based on a PR by @siepkes (https://github.com/joyent/pkgsrc/pull/7).

Groonga 7.0.5
- [dump] --sort_hash_table option has been supported
- math_abs() function has been supported
- Ubuntu 16.10 (Yakkety Yak) support has been dropped

Groonga 7.0.4
- Supported Debian 9 (stretch)
- Added grndb log options
- Improved query performance

Groonga 7.0.3
- [select] Add document about Full text search with specific index name
- [load][dump] Supported Apache Arrow

Groonga 7.0.2
- Fixed a bug that data is lost by reindex
- Supported Ubuntu 17.04 (Zesty Zapus)
- Supported persistent cache
- Added function to use an existing table as condition patterns.

Groonga 7.0.1
- Dropped CentOS 5 support
- Fixed a problem about dynamically updated index size
- [experimental] Supported GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE

Groonga 7.0.0
- Removed needless metadata updates on DB. It reduces the case that
  database lock remains even though select command is executed.
- lock_clear Changed to clear metadata lock by lock_clear against DB.
- Supported groonga-token-filter-stem package which provides stemming
  feature by TokenFilterStem token filter on CentOS 7.
- load Supported --output_errors yes option. If you specify "yes", you
  can get errors for each load failed record.

Groonga 6.1.5
- This release fixes an index search bug that index search may not
  return records that should be matched.

Groonga 6.1.4
- This release fixes an index search bug that index search may not
  return records that should be matched.

Groonga 6.1.3
- Reverted "Improved performance of updating inverted indexes in the
  worst case".

Groonga 6.1.2
- [load] Supported to show {"n_loaded_records": N} in response
- [load] Supported --output_ids yes parameter

Groonga 6.1.1
- Supported column value compression with Zstandard
- Changed to stop compressing small data

Groonga 6.1.0
- Supported to sort load table names by key instead of ID to make output
  stable
- Added document about index columns

Groonga 6.0.9
- Fixed index search bug
- Supported regular expression in location directive for groonga-httpd

(fhajny)

2017-08-29 12:31:35 UTC MAIN commitmail json YAML

Add commented out test environment flag for more detailed output.

(wiz)

2017-08-29 12:26:35 UTC MAIN commitmail json YAML

Fix adwaita-icon-theme PLIST

(prlw1)

2017-08-29 12:24:57 UTC MAIN commitmail json YAML

Remove CONFLICTS that pkg_install can detect itself.

(wiz)

2017-08-29 12:23:25 UTC MAIN commitmail json YAML

2017-08-29 12:20:25 UTC MAIN commitmail json YAML

2017-08-29 12:18:11 UTC MAIN commitmail json YAML

Remove unnecessary comment.

(wiz)

2017-08-29 12:12:54 UTC MAIN commitmail json YAML

2017-08-29 12:11:35 UTC MAIN commitmail json YAML

Remove references to gnupg21 in preparation for its removal.

(wiz)

2017-08-29 12:07:16 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.2.0

(wiz)

2017-08-29 12:07:05 UTC MAIN commitmail json YAML

Updated gnupg2 to 2.2.0.

Noteworthy changes in version 2.2.0 (2017-08-28)
------------------------------------------------

  This is the new long term stable branch.  This branch will only see
  bug fixes and no new features.

  * gpg: Reverted change in 2.1.23 so that --no-auto-key-retrieve is
    again the default.

  * Fixed a few minor bugs.

(wiz)

2017-08-29 11:56:04 UTC MAIN commitmail json YAML

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

2017-08-29 11:40:25 UTC MAIN commitmail json YAML

Updated devel/pth to 2.0.7nb5

(wiz)

2017-08-29 11:40:13 UTC MAIN commitmail json YAML

Honor LDFLAGS.
Remove some old workarounds.

Bump PKGREVISION.

(wiz)

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

Updated security/gpa to 0.9.10

(wiz)

2017-08-29 11:30:05 UTC MAIN commitmail json YAML

Updated gpa to 0.9.10.

Noteworthy changes in version 0.9.10 (2016-11-19)
-------------------------------------------------

* Addded basic support for TOFU information.

* Removed key-ID from some listings in favor of using the
  fingerprint.

* Fixed deletion of X.509 keys.

* Allow for saving to an alternate file name if the file already
  exists.

* Fixed several problems with key edit functions.

* Fixed drag-and-drop.

Noteworthy changes in version 0.9.9 (2015-09-09)
------------------------------------------------

* Fixed build problem in 0.9.8 if Libgpgme < 1.6.1 is used.

Noteworthy changes in version 0.9.8 (2015-09-09)
------------------------------------------------

* Does start with the clipboard view after a key has been created.

* Limit the size of dialogs by truncating too long user ids.

* Make the window frame's close button work as expected.

* With a decent version of libgpgme the key algorithm and size is
  shown using the GnuPG 2.1 format.

(wiz)

2017-08-29 11:27:07 UTC MAIN commitmail json YAML

Remove librfuncs dependency here as well.

(wiz)

2017-08-29 11:26:39 UTC MAIN commitmail json YAML

Updated security/gpgme to 1.9.0

(wiz)

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

Updated gpgme to 1.9.0.

Drop historic patches; adapt one to upstream changes
and add bug report URL.

Noteworthy changes in version 1.9.0 (2017-03-28)
------------------------------------------------

* Clarified meaning of the 'expire' parameter of gpgme_op_createkey
  and gpgme_op_createsubkey.  New flag to force a key without an
  expiration date.

* New function gpgme_op_keylist_from_data_start to list keys from
  data objects without importing them.

* New function gpgme_op_set_uid_flag to flag a key as primary.

* New function gpgme_op_decrypt_ext to run decryption with special
  flags.  This can for example be used to unwrap keys (remove only
  the encryption layer).

* New encryption flags to wrap a key (adding an encryption layer to
  an OpenPGP message) or to create anonymously encrypted messages.

* Support for adduid and revuid operations in the C++ bindings.

* Support for smartcard key generation in the C++ bindings.

* Several new functions for the Python binding.

* Many smaller bug fixes.

* Interface changes relative to the 1.8.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_createkey          CHANGED: Meaning of 'expire' parameter.
gpgme_op_createsubkey      CHANGED: Meaning of 'expire' parameter.
GPGME_CREATE_NOEXPIRE      NEW.
gpgme_key_t                EXTENDED: New field 'origin'.
gpgme_key_t                EXTENDED: New field 'last_update'.
gpgme_subkey_t              EXTENDED: New field 'is_de_vs'.
gpgme_user_id_t            EXTENDED: New field 'origin'.
gpgme_user_id_t            EXTENDED: New field 'last_update'.
gpgme_op_keylist_from_data_start NEW.
gpgme_op_set_uid_flag_start      NEW.
gpgme_op_set_uid_flag            NEW.
gpgme_op_decrypt_ext_start      NEW.
gpgme_op_decrypt_ext            NEW.
GPGME_ENCRYPT_THROW_KEYIDS      NEW.
GPGME_ENCRYPT_WRAP              NEW.
GPGME_DECRYPT_VERIFY            NEW.
GPGME_DECRYPT_UNWRAP            NEW.
gpgme_data_rewind                UN-DEPRECATE.
cpp: Context::revUid(const Key&, const char*)      NEW.
cpp: Context::startRevUid(const Key&, const char*) NEW.
cpp: Context::addUid(const Key&, const char*)      NEW.
cpp: Context::startAddUid(const Key&, const char*) NEW.
cpp: Key::UserID::revoke()                        NEW.
cpp: Key::addUid()                                NEW.
cpp: Key::isDeVs                                  NEW.
cpp: GpgGenCardKeyInteractor                      NEW.
cpp: Subkey::keyGrip                              NEW.
cpp: Subkey::isDeVs                                NEW.
cpp: Data::toKeys                                  NEW.
cpp: Context::setDecryptFlags                      NEW.
cpp: Context::decrypt                        EXTENDED: Flags added.
cpp: Context::startDecrypt                    EXTENDED: Flags added.
cpp: Context::decryptAndVerify                EXTENDED: Flags added.
cpp: Context::startCombinedDecryptionAndVerification EXTENDED: Flags.
cpp: Context::encryptFlags                    EXTENDED: New flags.
qt: CryptoConfig::stringValueList()                NEW.
py: Context.__init__        EXTENDED: New keyword arg home_dir.
py: Context.home_dir        NEW.
py: Context.keylist        EXTENDED: New keyword arg mode.
py: Context.keylist        EXTENDED: New keyword arg source.
py: Context.create_key      NEW.
py: Context.create_subkey  NEW.
py: Context.key_add_uid    NEW.
py: Context.key_revoke_uid  NEW.
py: Context.key_sign        NEW.
py: Context.key_tofu_policy NEW.
py: core.pubkey_algo_string NEW.
py: core.addrspec_from_uid  NEW.

[c=C29/A18/R0 cpp=C10/A4/R0 qt=C9/A2/R0]

(wiz)

2017-08-29 11:19:08 UTC MAIN commitmail json YAML

Updated archivers/unshield to 1.4.2

(martin)

2017-08-29 11:18:41 UTC MAIN commitmail json YAML

2017-08-29 10:03:47 UTC MAIN commitmail json YAML

Updated devel/dconf-editor to 3.22.3

(prlw1)

2017-08-29 10:02:14 UTC MAIN commitmail json YAML

Update dconf-editor to 3.22.3

Highlight:

The UI has completely evolved, into an all-in-one-window. That
permits notably a "delay mode" in which multiple changes are applied
at the same time (only schema by schema when there're some, and
other keys via a DConfChangeset). Keys without schema can also be
deleted now.

(prlw1)

2017-08-29 09:53:56 UTC MAIN commitmail json YAML

2017-08-29 08:45:22 UTC MAIN commitmail json YAML

+ yed-3.17.1.

(wiz)

2017-08-29 08:40:31 UTC MAIN commitmail json YAML

Simplify, to make life easier for lintpkgsrc.

(wiz)

2017-08-29 08:32:43 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-MultiPartParser to 0.02

(wen)

2017-08-29 08:31:39 UTC MAIN commitmail json YAML

Update to 0.02

Upstream changes:
0.02 2017-04-10
  - Avoid relying on current working directory being in @INC
  - Removed early release warning from documentation
  - Changed Content-Disposition parser in eg/example.pl

(wen)

2017-08-29 07:46:48 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Headers-Fast to 0.21

(wen)

2017-08-29 07:45:39 UTC MAIN commitmail json YAML

Update to 0.21

Upstream changes:
0.21 2017-02-10T03:10:11Z

    - rename flatten to psgi_flatten for fixing compatibility issue plack/plack#541
      (kazeburo)
    - Copy "content_is_text" method from HTTP::Headers
      (nfg)

(wen)

2017-08-29 07:32:27 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-BibTeX to 0.83

(wen)

2017-08-29 07:25:23 UTC MAIN commitmail json YAML

Update to 0.83

upstream changes:
0.83 2017-08-28
* Remove unecessary depedency to YAML.
* Fix further buffer overflow situations.

0.82 2017-08-27
* Fix buffer overflow (thanks to Hamid Ebadi).
* Hide error messages on tests, and use them for testing purposes.

(wen)

2017-08-29 07:08:32 UTC MAIN commitmail json YAML

Remove superfluous automake dependency (after update).

Fixes PR 52513 by David H. Gutteridge.

(wiz)

2017-08-29 07:04:04 UTC MAIN commitmail json YAML

Mark as only for python-3.x.

(wiz)

2017-08-29 06:56:17 UTC MAIN commitmail json YAML

Added devel/py-pathlib version 1.0.1

(wiz)

2017-08-29 06:56:08 UTC MAIN commitmail json YAML

+ py-pathlib.

(wiz)

2017-08-29 06:55:56 UTC MAIN commitmail json YAML

Import py-pathlib-1.0.1 as devel/py-pathlib.

Packaged for wip by Kamel Ibn Aziz Derouiche and myself.

pathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:
- No more cumbersome use of os and os.path functions. Everything can be done
easily through operators, attribute accesses, and method calls
- Embodies the semantics of different path types. For example, comparing
  Windows paths ignores casing
- Well-defined semantics, eliminating any warts or ambiguities (forward vs
backward slashes, etc.)

(wiz)

2017-08-29 04:34:48 UTC MAIN commitmail json YAML

Updated net/p5-SOAP-Lite to 1.22

(wen)

2017-08-29 04:33:26 UTC MAIN commitmail json YAML

Update to 1.22

Upstream changes:
1.22 August 15, 2017
    ! Noindex URI::tcp module [github/JaSei]
    ! Correct the soap namespace declaration when calling services defined in WSDL [github/waaeer]
    ! Fix typos [github/kmhl]

(wen)

2017-08-28 19:04:42 UTC MAIN commitmail json YAML

2017-08-28 19:04:05 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup tickets #5535 and #5536.

(bsiegert)

2017-08-28 19:03:29 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5535 - requested by he
math/py-scipy: powerpc build fix

Revisions pulled up:
- math/py-scipy/Makefile                                        1.26
- math/py-scipy/distinfo                                        1.13
- math/py-scipy/patches/patch-scipy_special___round.h          1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Tue Aug 22 21:37:28 UTC 2017

  Modified Files:
  pkgsrc/math/py-scipy: Makefile distinfo
  Added Files:
  pkgsrc/math/py-scipy/patches: patch-scipy_special___round.h

  Log Message:
  Add a patch which fixes an obviously bogus preprocessor conditional;
  in our case, __STDC_VERSION__ isn't defined when built as C++.
  The fix isn't completeely right, it insists on <fenv.h> if built as C++.
  Not entirely unreasonable, and makes this build on NetBSD/powerpc as well,
  which doesn't like the redefinition of fegetround() and fesetround().
  Bump PKGREVISION.

(bsiegert)

2017-08-28 19:01:04 UTC pkgsrc-2017Q2 commitmail json YAML

Pullup ticket #5536 - requested by he
net/powerdns: build fix

Revisions pulled up:
- net/powerdns/distinfo                                        1.26
- net/powerdns/patches/patch-configure                          1.6
- net/powerdns/patches/patch-m4_pdns__check__os.m4              1.1

---
  Module Name: pkgsrc
  Committed By: he
  Date: Thu Aug 24 20:59:22 UTC 2017

  Modified Files:
  pkgsrc/net/powerdns: distinfo
  Added Files:
  pkgsrc/net/powerdns/patches: patch-configure
      patch-m4_pdns__check__os.m4

  Log Message:
  Omit the insistence on -latomic on mips and powerpc if we're on NetBSD.
  No PKGREVISION bump, no change for other platforms, and this is a build fix
  for those affected by the problem.

(bsiegert)

2017-08-28 18:26:38 UTC MAIN commitmail json YAML

2017-08-28 11:31:45 UTC MAIN commitmail json YAML

Added x11/xdotool version 2.20110530.1

(bouyer)

2017-08-28 11:30:53 UTC MAIN commitmail json YAML

Add xdotool version 2.20110530.1. From rga (at) sdf.lonestar.org via
pkgsrc/wip

Programatically (or manually) simulate keyboard input or mouse activity
using X11's XTEST extension.

(bouyer)

2017-08-28 10:29:41 UTC MAIN commitmail json YAML

Add a patch to make this build on NetBSD again.
The hack to let lib/bsd-list.h substitute for <sys/queue.h> and
prevent the latter's processing fails miserably on NetBSD, because
on NetBSD, <net/if.h> requires the TAILQ_* macros which are not
defined in lib/bsd-list.h.
No PKGREVISION bump since this is a build fix only.

(he)

2017-08-28 09:58:22 UTC MAIN commitmail json YAML

Updated devel/py-argcomplete to 1.9.2

(fhajny)

2017-08-28 09:58:12 UTC MAIN commitmail json YAML

Update devel/py-argcomplete to 1.9.2.

- Add SuppressCompleter to skip completion for specific arguments
  while allowing help text
- Redirect all output to debug stream in debug mode
- Complete python -m module

(fhajny)

2017-08-28 09:00:13 UTC MAIN commitmail json YAML

Add two patches to provide conditional compat define for RTF_LLINFO,
for the benefit of netbsd-8 ++.
No PKGREVISION bump, this is a build fix only.
OK'ed by bouyer@.

(he)

2017-08-27 21:12:57 UTC MAIN commitmail json YAML

+ ImageMagick-7.0.6.9, MesaLib-17.1.7, afl-2.50b, apache-tomcat7-7.0.81,
  caddy-0.10.7, cups-filters-1.17.2, filezilla-3.27.1 [needs
  wxGTK30-3.0.3], gcloud-golang-metadata-0.12.0, go-1.9 [wip],
  go-grpc-1.5.2, harfbuzz-1.5.0, meld-3.17.4, moneyguru-2.11.0,
  musicpd-0.20.10, p5-IO-Socket-SSL-2.050, p5-JSON-XS-3.040,
  p5-List-MoreUtils-0.423, p5-List-MoreUtils-XS-0.423, p5-MailTools-2.19,
  p5-Net-DNS-1.12, p5-Text-Diff-1.45, p5-Time-HiRes-1.9746,
  p5-Tk-804.034, pari-2.9.3, protobuf-3.4.0, py-anki2-2.0.47,
  py-asn1-0.3.3, py-httpbin-0.6.0, py-hyperlink-17.3.1,
  py-psycopg2-2.7.3.1, retroarch-1.6.7 [wip], t1utils-1.41,
  thunderbird-enigmail-1.9.8.2, todoman-3.2.1, vim-8.0.1002,
  vim-share-8.0.1002, x264-devel-20170826, xdg-user-dirs-0.16.

(wiz)

2017-08-27 19:26:26 UTC MAIN commitmail json YAML

Added sysutils/u-boot-pocketchip version 2017.07

(jmcneill)

2017-08-27 19:25:38 UTC MAIN commitmail json YAML

Added fonts/Interface version 1.3

(wiz)

2017-08-27 19:25:27 UTC MAIN commitmail json YAML

+ Interface.

(wiz)

2017-08-27 19:25:14 UTC MAIN commitmail json YAML

+ u-boot-pocketchip

(jmcneill)

2017-08-27 19:24:59 UTC MAIN commitmail json YAML

Import Interface-1.3 as fonts/Interface.

Interface started out in late 2016 as an experiment to build a
perfectly pixel-fitting font at a specific small size. The
idea was that by crafting a font in a particular way, with a
particular coordinate system (Units Per EM), and for a particular
target rasterization size (11), it would be possible to get the
best of both sharpness and readability.

However after a few months of using an early version of Interface,
it dawned on everyone exposed to the test that this approach had
some serious real-world problems. Most notably that it was really
hard to read longer text. Because of the pixel-aligning nature of
that approach, the font took an almost mono-spaced appearance,
making it really easy to read numbers, punctuation and very short
words, but eye-straining to read anything longer.

The project was rebooted with a different approach, sticking with
the specific UPM, but crafting glyphs and kerning in a way that
made for more variation in the rhythm and smoother vertical and
horizontal stems.

(wiz)

2017-08-27 19:24:55 UTC MAIN commitmail json YAML

Add U-Boot package for NextThingCo PocketC.H.I.P. The config is derived
from CHIP_defconfig, and adds support for enabling the display.

(jmcneill)

2017-08-27 18:18:57 UTC MAIN commitmail json YAML

Use NetBSD rcsid.

Reminded by joerg.

(sevan)

2017-08-27 16:08:31 UTC MAIN commitmail json YAML

Updated print/evince3 to 3.24.1

(prlw1)

2017-08-27 16:08:06 UTC MAIN commitmail json YAML

Update evince3 to 3.24.1

[ The CVE was already patched in 3.22.1nb6 by maya@ ]

================
Evince    3.24.1
================

Bug fixes:

    * Remove support for tar and tar-like commands in commics backend
      (CVE-2017-1000083, #784630, Bastien Nocera)
    * Improve performance of the links sidebar (#779614, Benjamin Berg)
    * Improve performance of scrolling in thumbnails sidebar (#691448,
      Nelson Ben鱈tez Le坦n)
    * Don't copy remote files before thumbnailing (#780351, Bastien
      Nocera)
    * Fix toggling layers that are not in the current visible range of
      pages (#780139, Georges Dup辿ron)
    * Fix ev_page_accessible_get_range_for_boundary() to ensure the
      start and end offsets it returns are within the allowed range
      (#777992, Jason Crain)
    * Fix crash with Orca screen reader (#777992, Jason Crain)

================
Evince    3.24.0
================

New features and improvements:

    * Ask the user before automatically reloading the document when
      it has been modified (#769123, Jose Aliste)
    * Use IBEAM cursor for TEXT_MARKUP annotations (#774018, Philipp Raich)

Bug fixes:

    * Hide search bar when entering presentation mode (#775536, Simon Nagl)
    * Sort bookmarks by page number instead of title (#772277, Felipe Borges)
    * Sort pages in natural order in comics backend (#770695, Felipe Borges)
    * Fix a crash due to an invalid access to the height page cache in
      continuous dual mode (#771612, Tobias Mueller)
    * Use Unicode in translatable strings (#774005, Piotr Drag)
    * Fix incorrect return type (#780206, Bastien Nocera)

(prlw1)

2017-08-27 16:00:12 UTC MAIN commitmail json YAML

Updated editors/gedit3 to 3.22.1

(prlw1)

2017-08-27 15:59:51 UTC MAIN commitmail json YAML

Update gedit3 to 3.22.0

============
gedit 3.22.1
============

- Misc bugfixes
- Translation updates

(prlw1)

2017-08-27 15:52:31 UTC MAIN commitmail json YAML

Updated textproc/gspell to 1.4.2

(prlw1)

2017-08-27 15:52:10 UTC MAIN commitmail json YAML

Update gspell to 1.4.2

News in 1.4.2, 2017-08-19
-------------------------
* GspellEntry: make the code that navigates through PangoLogAttr's more robust.
* Translation updates.

News in 1.4.1, 2017-04-09
-------------------------
* GspellEntry: do not emit the GtkEditable::changed signal.
* Replace some g_asserts by g_returns to avoid crashes (bug #778883).
* Translation updates.

News in 1.4.0, 2017-03-18
-------------------------
* Translation updates.
* Other small improvements.

News in 1.3.3, 2017-02-26
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.

* Add more assertions for:
  https://bugzilla.gnome.org/show_bug.cgi?id=778883
* Fix minor issues found by Coverity.
* Translation update.

News in 1.2.3, 2017-02-24
-------------------------
* Replace a g_assert_cmpint() by a g_return_if_fail(), to avoid a crash. The
  assertion sometimes fails, probably because of a bug in a lower-level
  library.
  https://bugzilla.gnome.org/show_bug.cgi?id=778883

News in 1.3.2, 2017-01-15
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.

* GspellEntry: do not check the word currently typed.
* GspellEntry: better word boundaries, take into account apostrophes and
  dashes.
* GspellEntry: disable inline spell checking if the GtkEntry is in password
  mode.
* Various other improvements.
* Translation updates.

(prlw1)

2017-08-27 15:48:44 UTC MAIN commitmail json YAML

Updated sysutils/gsettings-desktop-schemas to 3.24.0

(prlw1)

2017-08-27 15:48:24 UTC MAIN commitmail json YAML

Update gsettings-desktop-schemas to 3.24.0

Major changes in 3.24.0
=======================
- Translation updates

Major changes in 3.23.90
========================
- Use more fancy characters in translatable strings
- Fix "<super>s" shortcut being used for 2 separate actions

Major changes in 3.23.3
=======================
- Add "Disable while typing" touchpad setting
- Add a gsetting to back Gtk/EnablePrimaryPaste
- Add "tap-and-drag" for touchpads

Major changes in 3.22.0
=======================
- Translation updates

Major changes in 3.21.4
=======================
- Add tablet/stylus/pad schemas
- Add mouse/trackpad accel profile keys
- Translation updates

Major changes in 3.21.3
=======================

- Add a setting to store input sources MRU list
- Translation updates

Major changes in 3.21.2
=======================

- Add a setting to enable weekdates in calendars
- Translation updates

(prlw1)

2017-08-27 15:35:44 UTC MAIN commitmail json YAML

Updated graphics/adwaita-icon-theme to 3.24.0

(prlw1)

2017-08-27 15:35:23 UTC MAIN commitmail json YAML

Update adwaita-icon-theme to 3.24.0

3.24.0
  - Visual Studio build fixes
  - bringing back system-file-manager generic icon
3.23.91.1
  - fullcolor image icons
  - image-loading
  - sunsize, sunset symbolic
  - natural-light-filter for symbolic
3.23.91
  - input-tablet-symbolic
    non-starred-symbolic
    go-down-symbolic
    airplane mode
    send-to - simplification
  - audio-x-generic
    package icons
    accessories-character-map
    applications-internet
    apps-system
    executables
    drive-harddisk
    emotes
    text-html
    media-player
    input-dialpad
    filesystem emblems
    document
    terminal
    emblem-shared
    folders
    keyboards
    help-faq
    file cabined derived icons - refreshed fullcolor style

(prlw1)

2017-08-27 15:29:30 UTC MAIN commitmail json YAML

Updated devel/libpeas to 1.20.0

(prlw1)

2017-08-27 15:29:09 UTC MAIN commitmail json YAML

Update libpeas to 1.20.0

Overview of Changes in libpeas 1.20.0
====================================

* Translation updates:
  - British English
  - Friulian
  - Hebrew
  - Occitan
  - Polish
  - Portuguese

(prlw1)

2017-08-27 15:26:33 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.24.3

(prlw1)

2017-08-27 15:26:03 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.24.3

News in 3.24.3
--------------
* Improvements to the syntax highlighting of: SPARQL, CSS, BibTeX and LaTeX.

News in 3.24.2
--------------
* Avoid type redefinitions.
* jade.lang: add *.pug to globs.
* Bug fix in LaTeX syntax highlighting.
* Various other small bug fixes.
* Translation updates.

News in 3.24.1
--------------
* Deprecate the 'copy' parameter of the GtkSourceView::move-lines signal.
* Force visual word movements for RTL text with Ctrl+left/right.
* Misc bug fixes.
* Translation update.

News in 3.24.0
--------------
* Translation update

News in 3.23.91
---------------
* Improvements to the Visual Studio builds and add support for Visual Studio
  2017.
* Bug fix in Rust syntax highlighting
* Add mimetype to python3.lang
* Translation updates

News in 3.23.90
---------------
* Bug fix in GtkSourceGutterRendererPixbuf
* Fixes for bugs found by Coverity
* New syntax highlighting definition file for: Django template
* Improvements to the syntax highlighting of: CSS and JavaScript
* Translation updates

News in 3.23.2
--------------

This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
depending on GTK+ 3), which will be released at the same time as GNOME 3.24 in
  2017.
* Bug fix in Rust syntax highlighting
* Add mimetype to python3.lang
* Translation updates

News in 3.23.90
---------------
* Bug fix in GtkSourceGutterRendererPixbuf
* Fixes for bugs found by Coverity
* New syntax highlighting definition file for: Django template
* Improvements to the syntax highlighting of: CSS and JavaScript
* Translation updates

News in 3.23.2
--------------

This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
depending on GTK+ 3), which will be released at the same time as GNOME 3.24 in
March 2017.

* Docs: add an introduction with the pkg-config name and which GTK+ version is
  used.
* Build fixes on MS Windows.
* New syntax highlighting definition files for: ABNF and HAXE.
* Improvements to the syntax highlighting of: JavaScript, PHP, Meson, CSS, ini
  and Rust.
* Translation updates.

News in 3.23.1
--------------

This version still uses GTK+ 3. A GtkSourceView 3.24 version is planned (still
depending on GTK+ 3), but the release date is not yet determined.

* New class: GtkSourceSpaceDrawer with a matrix property to combine space types
  vs locations. The old white space drawing API has been deprecated.
* gtk_source_search_context_set_settings() has been deprecated, the "settings"
  property will become construct-only.
* GtkSourceCompletionItem: add a new API and deprecate the old constructors.
* GtkSourceGutter: add get_view() and get_window_type() public functions.
* Build system: do not hardcode the API version (currently 3.0) at as many
  places as possible (use a variable instead).
* Bug fixes
* Documentation improvements
* Translation updates

(prlw1)

2017-08-27 13:10:54 UTC MAIN commitmail json YAML

Updated www/py-hyperlink to 17.3.1

(adam)

2017-08-27 13:09:34 UTC MAIN commitmail json YAML

17.3.1
Add URL.normalize() method, which applies five normalizations from RFC 3986 (sections 2.3, 2.1, 3.2.2, 6.2.2.3, 6.2.3). See the docs for more details.
Enable URL.click() to accept a URL object as a target.

(adam)

2017-08-27 12:49:10 UTC MAIN commitmail json YAML

Updated security/libgcrypt to 1.8.1, www/py-httpbin to 0.6.0, devel/re2c to 1.0.2

(adam)

2017-08-27 12:48:25 UTC MAIN commitmail json YAML

Release 1.0.2:
This is another minor bug-fix release in the 1.0.x series; see release 1.0 for details. This release addresses the following issues:
* Fixed bug 194 ���Build with --enable-docs���
* Updated documentation.

(adam)

2017-08-27 12:44:03 UTC MAIN commitmail json YAML

2017-08-27 12:38:36 UTC MAIN commitmail json YAML

version 1.8.1:

Bug fixes:
  - Mitigate a local side-channel attack on Curve25519 dubbed "May
    the Fourth be With You".  [CVE-2017-0379] [also in 1.7.9]
  - Add more extra bytes to the pool after reading a seed file.
  - Add the OID SHA384WithECDSA from RFC-7427 to SHA-384.
  - Fix build problems with the Jitter RNG
  - Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE).

(adam)

2017-08-27 12:28:07 UTC MAIN commitmail json YAML

Renamed geography/py-pycountry to geography/py-country; Updated geography/py-country to 17.5.14

(adam)

2017-08-27 12:27:13 UTC MAIN commitmail json YAML

PkgSrc: Renamed geography/py-pycountry to geography/py-country

17.5.14:
Update to iso-codes 3.75, which fixes 13389 again. (bad parent codes for GB).
Switch from building on drone.io (discontinued service) to bitbucket窶冱 Pipelines.
Update pytest dependencies to get rid of API warnings.

17.01.08:
Update to iso-codes 3.73, which fixes 13389 (bad parent codes for CZ).

17.01.02:
Return empty lists from the subdivision database if the country exists but does not have any subdivisions. Fixes 13374.
Some typo fixes. Thanks to @VictorMireyev.
Update to iso-codes-3.72.

(adam)

2017-08-27 12:17:13 UTC MAIN commitmail json YAML

Updated devel/jemalloc to 5.0.1, finance/py-braintree to 3.38.0, devel/py-hypothesis to 3.22.0

(adam)

2017-08-27 12:16:07 UTC MAIN commitmail json YAML

3.22.0:
This release provides what should be a substantial performance improvement to numpy arrays generated using provided numpy support, and adds a new fill_value argument to arrays() to control this behaviour.

(adam)

2017-08-27 12:14:41 UTC MAIN commitmail json YAML

3.38.0
Add iDEAL webhook support
Add AuthorizationAdjustment class and authorization_adjustments to Transaction
Coinbase is no longer a supported payment method. PaymentMethodNoLongerSupported will be returned for Coinbase operations
Add facilitated details to Transaction if present
Add submit_for_settlement option to Subscription.retry_charge
Add options -> paypal -> description for creating and updating subscriptions
Add Braintree.Dispute.find
Add braintree.Dispute.accept
Add braintree.Dispute.add_file_evidence
Add braintree.Dispute.add_text_evidence
Add braintree.Dispute.finalize
Add braintree.Dispute.find
Add braintree.Dispute.remove_evidence
Add braintree.Dispute.search
Add braintree.DocumentUpload

(adam)

2017-08-27 12:12:25 UTC MAIN commitmail json YAML

5.0.1:

This bugfix release fixes several issues, most of which are obscure enough that typical applications are not impacted.

Bug fixes:
Update decay->nunpurged before purging, in order to avoid potential update races and subsequent incorrect purging volume.
Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy locking and/or background threads). This mitigates an initialization failure bug for which we still do not have a clear reproduction test case.
Modify tsd management so that it neither crashes nor leaks if a thread's only allocation activity is to call free() after TLS destructors have been executed. This behavior was observed when operating with GNU libc, and is unlikely to be an issue with other libc implementations.
Mask signals during background thread creation. This prevents signals from being inadvertently delivered to background threads.
Avoid inactivity checks within background threads, in order to prevent recursive mutex acquisition.
Fix extent_grow_retained() to use the specified hooks when the arena.<i>.extent_hooks mallctl is used to override the default hooks.
Add missing reentrancy support for custom extent hooks which allocate.
Post-fork(2), re-initialize the list of tcaches associated with each arena to contain no tcaches except the forking thread's.
Add missing post-fork(2) mutex reinitialization for extent_grow_mtx. This fixes potential deadlocks after fork(2).
Enforce minimum autoconf version (currently 2.68), since 2.63 is known to generate corrupt configure scripts.
Ensure that the configured page size (--with-lg-page) is no larger than the configured huge page size (--with-lg-hugepage).

(adam)

2017-08-27 09:13:16 UTC MAIN commitmail json YAML

2017-08-26 21:18:08 UTC MAIN commitmail json YAML

2017-08-26 19:58:08 UTC MAIN commitmail json YAML

Added sysutils/u-boot-beagleboard 2017.07

(sevan)

2017-08-26 19:56:36 UTC MAIN commitmail json YAML

2017-08-26 19:54:50 UTC MAIN commitmail json YAML

I'm sorry, forgot to recompute this and.  Now done.

(he)

2017-08-26 18:46:07 UTC MAIN commitmail json YAML

2017-08-26 18:36:31 UTC MAIN commitmail json YAML

Added sysutils/u-boot-beaglebonewhite 2017.07

(sevan)

2017-08-26 18:35:33 UTC MAIN commitmail json YAML

2017-08-26 18:21:07 UTC MAIN commitmail json YAML

Added sysutils/u-boot-beagleboneblack 2017.07

(sevan)

2017-08-26 18:13:55 UTC MAIN commitmail json YAML

2017-08-26 16:07:58 UTC MAIN commitmail json YAML

Added sysutils/u-boot-orangepi-2 version 2017.07

(jun)

2017-08-26 16:05:56 UTC MAIN commitmail json YAML

+ u-boot-orangepi-2

(jun)

2017-08-26 16:04:26 UTC MAIN commitmail json YAML

2017-08-26 12:17:16 UTC MAIN commitmail json YAML

Updated textproc/the_silver_searcher to 2.1.0

(leot)

2017-08-26 12:16:53 UTC MAIN commitmail json YAML

Update textproc/the_silver_searcher to 2.1.0

pkgsrc changes:
- Also include pthread bl3 (ag(1) uses pthread(3))

Changes:
2.1.0
-----
- Add plist filetype support
- Add md alias for markdown filetype
- Add support for setting CPU affinity on FreeBSD
- Add nix filetype support
- Add support for asciidoc, org-mode and ipython-notebook filetypes
- Add handlebars filetype support

(leot)

2017-08-26 11:58:44 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.5.10

(tsutsui)

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

Update mikutter to 3.5.10.

pkgsrc changes:

- add a patch for workaround for upstream Redmine ticket #1064
- update dependencies per upstream Gemfile

Upstream changes:

- error messages about ja_KS locale on startup
- restrict version of Deferred to avoid issue on the latest one
- fix typo
- new functions for UserConfig
- trigger 'userconfig_modify' events when UserConfig values are updated
- abandon use of UserConfig.connect to avoid memory leak on some error paths
- crash in some case if actual timeline is not created
- specify gtk2 3.1.8

(tsutsui)

2017-08-26 10:36:01 UTC MAIN commitmail json YAML

Add some patches to get us closer to building on NetBSD/powerpc:
* moz.build: CONFIG['OS_TEST'] is apparently PCU, not MACHINE, so use
  'powerpc' instead of the longish list of powerpc ports.
* xptcinvoke_asm_ppc_netbsd.s: adapt to use of NS_InvokeByIndex()
* xptcinvoke_ppc_netbsd.cpp: adapt to use of NS_InvokeByIndex()
* xptcstubs_ppc_netbsd.cpp: adapt in the direction of xptcstubs_ppc_linux.cpp;
  this has apparently not been build-tested in a while.
The current stumbling block is the lack of 64-bit atomic operations.
No PKGREVISION bump as this is a partial build fix only for NetBSD/powerpc.

(he)

2017-08-26 10:07:46 UTC MAIN commitmail json YAML

Updated net/freeradius to 3.0.15

(fhajny)

2017-08-26 10:07:29 UTC MAIN commitmail json YAML

Update net/freeradius to 3.0.15.

Based on a PR from @coyhile
(https://github.com/joyent/pkgsrc/issues/18). Splits modules with
external dependencies into separate packages.

The 1.1.x branch was EOL'd in 2008. No upgrade guide from 1.1.x to 3.0.x
seem to exist.

Summary of improvements in 3.x:

- Moved configuration entries in radiusd.conf to make more sense.
- Added the "integer64" and "ipv4prefix" data types.
- Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls.
- Updated internal API to support new attributes and formats.
- Added code to send SNMP Traps. See raddb/trigger.conf.
- Added preliminary support for Apple's Grand Central Dispatch.
- Added provisions for raddb/dictionary.local, for local changes See
  raddb/dictionary for more details.
- Added packet/s tracking. See max_pps in the "listen" section.
- The %{} expansions and "unlang" conditions are now parsed at server
  start. Descriptive errors are produced for syntax and format errors.
- Casting is now supported for "unlang" comparisons. See "man unlang"
  e.g. <ipaddr>127.0.0.1 == Framed-IP-Address.
- Direct comparison of attribute references is now supported e.g. &Foo
  == &Bar. This avoids stringification of the attributes.
- Direct assignment of attributes is now supported e.g. Foo := &Bar. It
  also works for "octets" data types.
- Comparisons of IPv4 and IPv6 prefixes are now supported The "<"
  operator means "within the prefix" for comparisons.
- New sha1 xlat expansion (thanks to Alan Buxey).
- Colourised log messages when logging to stdout. Look for yellow
  warnings and red errors. Doing this will save you a LOT of grief.
- If the PCRE library is available, use it (insted of the POSIX
  functions) to process regular expressions (thanks to Phil Mayers).
- -xv now displays all the features the server was built with, and the
  versions of the core libraries (libtalloc, libssl).

Summary of improvements in 2.x:

- simple policy language (see "man unlang")
- virtual servers ("raddb/sites-available/README")
- IPv6 support
- better proxy support ("raddb/proxy.conf")
- More EAP types
- Debugging output should be <em>much</em> easier to understand
- VMPS support
- More modules have been moved to "stable" status (python, etc.)
- SQL configuration has been cleaned up (see "raddb/sql/*")
- limited support for HUP.  (The configuration for some modules is
  re-loaded on HUP.  Nothing else is reloaded.)
- check configuration and exit ("radiusd -C")
- Server core is now event based (simpler, more powerful)

(fhajny)

2017-08-26 08:33:01 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.44

(wen)

2017-08-26 08:29:45 UTC MAIN commitmail json YAML

Update to 1.44

Upstream changes:
1.44  2017-08-20

- Added a stringify() method. This does exactly the same thing as
  stringification overloading does. GH #58.

- Added an is_last_day_of_month() method to indicate whether or not an object
  falls on the last day of its month. GH #60.

(wen)

2017-08-26 07:51:04 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.637

(wen)

2017-08-26 07:47:50 UTC MAIN commitmail json YAML

Update to 1.637

Upstream changes:
Changes in DBI 1.637 - ...

    Fix use of externally controlled format string (CWE-134) thanks to pali #44
        This could cause a crash if, for example, a db error contained a %.
        https://cwe.mitre.org/data/definitions/134.html
    Fix extension detection for DBD::File related drivers
    Fix tests for perl without dot in @INC RT#120443
    Fix loss of error message on parent handle, thanks to charsbar #34
    Fix disappearing $_ inside callbacks, thanks to robschaber #47

    Allow objects to be used as passwords without throwing an error, thanks to demerphq #40
    Allow $sth NAME_* attributes to be set from Perl code, re #45
    Added support for DBD::XMLSimple thanks to nigelhorne #38

    Documentation updates:
    Improve examples using eval to be more correct, thanks to pali #39
    Add cautionary note to prepare_cached docs re refs in %attr #46
    Small POD changes (Getting Help -> Online) thanks to openstrike #33
    Adds links to more module names and fix typo, thanks to oalders #43
    Typo fix thanks to bor #37

(wen)

2017-08-26 06:11:50 UTC MAIN commitmail json YAML

2017-08-26 06:08:58 UTC MAIN commitmail json YAML

Added devel/boost-mpi

(adam)

2017-08-26 05:50:11 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.32

(wiz)

2017-08-26 05:50:01 UTC MAIN commitmail json YAML

Updated png to 1.6.32.

Version 1.6.32beta01 [July 31, 2017]
  Avoid possible NULL dereference in png_handle_eXIf when benign_errors
    are allowed. Avoid leaking the input buffer "eXIf_buf".
  Eliminated png_ptr->num_exif member from pngstruct.h and added num_exif
    to arguments for png_get_eXIf() and png_set_eXIf().
  Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf() in
    pngwrite.c, and made various other fixes to png_write_eXIf().
  Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1() and
    png_set_eXIf_1(), respectively, to avoid breaking API compatibility
    with libpng-1.6.31.

Version 1.6.32beta02 [August 1, 2017]
  Updated contrib/libtests/pngunknown.c with eXIf chunk.

Version 1.6.32beta03 [August 2, 2017]
  Initialized btoa[] in pngstest.c
  Stop memory leak when returning from png_handle_eXIf() with an error
    (Bug report from the OSS-fuzz project).

Version 1.6.32beta04 [August 2, 2017]
  Replaced local eXIf_buf with info_ptr-eXIf_buf in png_handle_eXIf().
  Update libpng.3 and libpng-manual.txt about eXIf functions.

Version 1.6.32beta05 [August 2, 2017]
  Restored png_get_eXIf() and png_set_eXIf() to maintain API compatability.

Version 1.6.32beta06 [August 2, 2017]
  Removed png_get_eXIf_1() and png_set_eXIf_1().

Version 1.6.32beta07 [August 3, 2017]
  Check length of all chunks except IDAT against user limit to fix an
    OSS-fuzz issue.

Version 1.6.32beta08 [August 3, 2017]
  Check length of IDAT against maximum possible IDAT size, accounting
    for height, rowbytes, interlacing and zlib/deflate overhead.
  Restored png_get_eXIf_1() and png_set_eXIf_1(), because strlen(eXIf_buf)
    does not work (the eXIf chunk data can contain zeroes).

Version 1.6.32beta09 [August 3, 2017]
  Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,
    no longer using deprecated cmake LOCATION feature (Clifford Yapp).
  Fixed five-byte error in the calculation of IDAT maximum possible size.

Version 1.6.32beta10 [August 5, 2017]
  Moved chunk-length check into a png_check_chunk_length() private
    function (Suggested by Max Stepin).
  Moved bad pngs from tests to contrib/libtests/crashers
  Moved testing of bad pngs into a separate tests/pngtest-badpngs script
  Added the --xfail (expected FAIL) option to pngtest.c. It writes XFAIL
    in the output but PASS for the libpng test.
  Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).
  Fix "const" declaration info_ptr argument to png_get_eXIf_1() and the
    num_exif argument to png_get_eXIf_1() (Github Issue 171).

Version 1.6.32beta11 [August 7, 2017]
  Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunks().
  Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashers.
  Make pngtest --strict, --relax, --xfail options imply -m (multiple).
  Removed unused chunk_name parameter from png_check_chunk_length().
  Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.
  Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz issue.
  Initialize png_ptr->row_buf[0] to 255 in png_read_row() to fix OSS-fuzz UMR.
  Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.
  Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(), to account
    for the minimum 'deflate' stream, and relocate the test to a point
    after the keyword has been read.
  Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM".

Version 1.6.32rc01 [August 18, 2017]
  Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers,
    one for each known chunk type, with length = 2GB-1.
  Check for 0 return from png_get_rowbytes() and added some (size_t) typecasts
    in contrib/pngminus/*.c to stop some Coverity issues (162705, 162706,
    and 162707).
  Renamed chunks in contrib/testpngs/crashers to avoid having files whose
    names differ only in case; this causes problems with some platforms
    (github issue #172).

Version 1.6.32rc02 [August 22, 2017]
  Added contrib/oss-fuzz directory which contains files used by the oss-fuzz
    project (https://github.com/google/oss-fuzz/tree/master/projects/libpng).

Version 1.6.32 [August 24, 2017]
  No changes.

(wiz)

2017-08-26 05:48:07 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.83

(wiz)

2017-08-26 05:47:57 UTC MAIN commitmail json YAML

Updated libdrm to 2.4.83.

2.4.83:

Boyuan Zhang (1):
      tests/amdgpu: add uvd encode unit tests

Chih-Wei Huang (2):
      android: add rules to build amdgpu.ids
      android: amdgpu: fix build break

Daniel Stone (1):
      configure.ac: Bump version to 2.4.83

Emil Velikov (1):
      xf86drm: continue with next device if drmProcessUsbDevice fails

Eric Engestrom (4):
      radeon: add fallthrough annotation
      freedreno: remove dead error path
      freedreno/msm: remove dead error path
      freedreno: prevent deadlock in error path

Flora Cui (1):
      test/amdgpu: fix test failure for SI

Gurchetan Singh (1):
      xf86drm: continue after drmProcessPlatformDevice failure

Hawking Zhang (2):
      tests/amdgpu: bypass UVD CS tests on raven
      tests/amdgpu: bypass VCE tests on raven

Jan Vesely (2):
      amdgpu: Add FX-9800P Bristol Ridge iGPU id
      drmsltest: Check expected neighbours

Jason Ekstrand (1):
      drm: Pull new modifier uapi into drm_fourcc and drm_mode

Monk Liu (3):
      amdgpu: fix missing mutex unlock before return
      amdgpu: fix race issue between two bo functions(v2)
      amdgpu: merge and cleanup amdgpu_bo_free

Philipp Zabel (1):
      etnaviv: fix etna_bo_from_name

2.4.82:

Anusha Srivatsa (3):
      intel: PCI Ids for S SKU in CFL
      intel: PCI Ids for H SKU in CFL
      intel: PCI Ids for U SKU in CFL

Ben Widawsky (1):
      intel/gen10: Add missed gen10 stuff

Christian Gmeiner (1):
      etnaviv: submit full struct drm_etnaviv_gem_submit

Dave Airlie (6):
      amdgpu: sync amdgpu_drm with kernel.
      drm: update drm.h to latest in drm-next.
      libdrm: add drm syncobj create/destroy/import/export
      drm/amdgpu: add syncobj create/destroy/import/export apis
      drm/amdgpu: add new low overhead command submission API. (v2)
      amdgpu: add new symbols to tests.

Elliott Hughes (1):
      Android's major/minor/makedev live in <sys/sysmacros.h>

Eric Anholt (1):
      headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI.

Eric Engestrom (2):
      headers: sync drm_fourcc.h with airlied/drm-next
      headers: sync drm_sarea.h with airlied/drm-next

Leo Liu (5):
      tests/amdgpu: rename uvd messages to decode messages
      tests/amdgpu: separate decode messages
      tests/amdgpu: move decode sum to common
      tests/amdgpu: add vcn tests support and sets
      tests/amdgpu: implement vcn dec unit tests

Lucas Stach (1):
      configure.ac: bump version for release

Michel Dänzer (2):
      tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am
      amdgpu: Add .editorconfig file for amdgpu coding style

Paulo Zanoni (1):
      intel: add GEN10 to IS_9XX.

Rob Herring (1):
      Android: fix missing trailing \

Rodrigo Vivi (3):
      intel: Add Cannonlake PCI IDs for U-skus.
      intel: Add Cannonlake PCI IDs for Y-skus.
      intel/intel_chipset: Move IS_9XX below IS_GEN10.

Tom St Denis (1):
      tests/amdgpu: Fix device_id option

Xiaojie Yuan (1):
      amdgpu: move asic id table to a separate file

coypu (1):
      Remove redundant memclear

(wiz)

2017-08-26 05:27:13 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckLib to 1.11
Updated devel/p5-Devel-FindRef to 1.450
Updated devel/p5-Devel-PartialDump to 0.20
Updated devel/p5-Devel-Size to 0.81

(mef)

2017-08-26 05:26:08 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Size to 0.81
-----------------------------------
0.81 2015-08-05 nicholas
[no changes]

0.80_50 2017-06-21 nicholas
  * Attempt to fix strange 1 == 1 failures on some older threaded perls.

(mef)

2017-08-26 05:24:26 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PartialDump to 0.20
------------------------------------------
0.20      2017-07-06 04:34:59Z
    - fix tests on Carp <1.25 (Paul Howarth, PR#1)

0.19      2017-07-03 20:24:01Z
    - remove use of Test::Warn in tests

(pkgsrc changes)
-Switch BUILD_DEPENDS as:
-BUILD_DEPENDS+=        p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
+BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings

(mef)

2017-08-26 05:20:50 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-FindRef to 1.45
--------------------------------------
1.45 Fri Jun 23 20:27:07 CEST 2017
        - port to 5.22 and maybe later versions, mostly based on the
          patch by Cindy Wang.
        - added t/02_array_hash_weaken.t test case by Cindy Wang.
        - bumped minimum version to 5.008003.
        - added Canary::Stability, so minimum version doesn't keep it from
          compiling with older versions.

(pkgsrc changes)
  +DEPENDS+=      p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
  -# see https://rt.cpan.org/Public/Bug/Display.html?id=101077
  -BROKEN=                Broken with perl-5.22.

(mef)

2017-08-26 05:00:14 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckLib to 1.11
---------------------------------------
1.11    2017-05-23      Prevent concatenation warnings when LD_RUN_PATH is
                        undefined.

(mef)

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

- revert following line, thanks joerg@
  MAKE_ENV+=    PERL_USE_UNSAFE_INC=1

(mef)

2017-08-25 21:49:43 UTC MAIN commitmail json YAML

Fix boost-libs gcc 5.4.0 build with joerg's "not everything is an enum" suggestion.

(prlw1)

2017-08-25 20:04:07 UTC MAIN commitmail json YAML

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

Sync PLIST with reality. Bump revision.

(joerg)

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

2017-08-25 20:02:05 UTC MAIN commitmail json YAML

Add missing build dependency.

(joerg)

2017-08-25 20:01:34 UTC MAIN commitmail json YAML

2017-08-25 18:54:27 UTC MAIN commitmail json YAML

Updated devel/re2c to 1.0.1, devel/py-meson to 0.42.0

(adam)

2017-08-25 18:53:53 UTC MAIN commitmail json YAML

0.42.0:
* Distribution tarballs from Mercurial repositories
* Keyword argument verification
* Add support for Genie to Vala compiler
* Pkgconfig support for additional cflags
* Base options accessible via get_option()
* Allow crate type configuration for Rust compiler
* Simultaneous use of Address- and Undefined Behavior Sanitizers
* Unstable SIMD module
* Import libraries for executables on Windows
* Added build_rpath keyword argument
* Vulkan dependency module
* Limiting the maximum number of linker processes
* Disable implicit include directories
* Support for MPI dependency
* Allow excluding files or directories from install_subdir
* Make all Meson functionality invokable via the main executable
* Pcap dependency detector
* GNOME module mkenums_simple() addition

(adam)

2017-08-25 18:48:44 UTC MAIN commitmail json YAML

Version 1.0.1
- Fixed bug 193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'
- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution

(adam)

2017-08-25 17:21:15 UTC MAIN commitmail json YAML

Remove unnecessary variable assignments.

(jperkin)

2017-08-25 17:20:51 UTC MAIN commitmail json YAML

2017-08-25 17:17:05 UTC MAIN commitmail json YAML

Remove unnecessary variable assignments.

(jperkin)

2017-08-25 17:03:28 UTC MAIN commitmail json YAML

2017-08-25 16:49:15 UTC MAIN commitmail json YAML

2017-08-25 16:34:45 UTC MAIN commitmail json YAML

Bump PKGREVISION following bump of gcc5, per the comments here.

(he)

2017-08-25 16:33:54 UTC MAIN commitmail json YAML

Add fixes for powerpc and alpha on NetBSD: ensure we have the
correct order of the include files, and use this also for i386 and
amd64 as well.  For alpha, move the Linux-specific settings into the
alpha/linux.h file.
Verified that this package now builds on powerpc.
This is largely the patches posted by maya@ on Jul 23, I just mirrored
the changes to include order to NetBSD/powerpc as well.  Thanks!
Bump PKGREVISION, bump to gcc5-libs to follow shortly.

(he)

2017-08-25 16:30:26 UTC MAIN commitmail json YAML

2017-08-25 16:06:44 UTC MAIN commitmail json YAML

Add GITHUB_PROJECT so the distfile can be downloaded.

(jperkin)

2017-08-25 16:06:20 UTC MAIN commitmail json YAML

Fix GITHUB_PROJECT so the distfile can be downloaded.

(jperkin)

2017-08-25 15:56:39 UTC MAIN commitmail json YAML

Fix build on SunOS, and possibly some others.

(jperkin)

2017-08-25 14:55:30 UTC MAIN commitmail json YAML

Provide alternate archive.org HOMEPAGE.

(dholland)

2017-08-25 12:48:15 UTC MAIN commitmail json YAML

Updated devel/accerciser3 to 3.22.0

(prlw1)

2017-08-25 12:47:55 UTC MAIN commitmail json YAML

Update accerciser3 to 3.22.0

What's New
==========
- Added AppData file
- Better fix for #709122
- Fix schema translations
- Provide a symbolic variant of the app icon
- Remove reference to icons/HighContrast/Makefile
- Preference dialog right resizable
- Bringing the rsvg-based highlight feature back
- Allow interface viewer states to fill horizontally

Contributors: Daniel Mustieles, Matthias Clasen, Jakub Steiner, Javier Jard坦n,
Joseph Scheuhammer, Richard Hughes and Javier Hern叩ndez.

New And Updated Translations
(lots)

(prlw1)

2017-08-25 12:45:22 UTC MAIN commitmail json YAML

Updated devel/libwnck3 to 3.24.1

(prlw1)

2017-08-25 12:45:03 UTC MAIN commitmail json YAML

Update libwnck3 to 3.24.1

==============
Version 3.24.1
==============

  Fixes

  * Fixed regression causing not working pin window (Marco Trevisan)
  * Fixed Localedir (Alberts Muktup��vel)

==============
Version 3.24.0
==============

  Fixes

  * bump GTK+ required version to 3.22.0
  * Various refactoring to remove deprecated code (Alberts Muktup��vel)
  * Add an option to disable the tasklist scroll event (Moritz Bruder)
  * Add wrap-on-scroll option for WnckPager widget (Moritz Bruder)
  * wnck-image-menu-item: fix memory leak (Alberts Muktup��vel)

  Translators

  * Baurzhan Muftakhidinov (kk)
  * Inaki Larranaga Murgoitio (eu)
  * Piotr Dr��g (pl)
CVs: please use "PR category/123" to have the commitmsg appended to PR 123

(prlw1)

2017-08-25 12:40:02 UTC MAIN commitmail json YAML

Updated x11/gtk3 to 3.22.19

(prlw1)

2017-08-25 12:39:56 UTC MAIN commitmail json YAML

2017-08-25 12:39:43 UTC MAIN commitmail json YAML

Update gtk3 to 3.22.19

Overview of Changes in GTK+ 3.22.19
===================================

* Add support for Emoji input, with an Emoji chooser

* Bug fixes:
773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
784016 Crash in gnome-terminal due to calling a GdkDisplayClass vfunc on a display...
784421 Tooltips: Fix docs/theming for custom tooltip windows
785999 Windows: Fix AeroSnap on HiDPI
786144 GtkInfoBar Example - Wrong at developer.gnome.org (looks like typo/copy/paste)
786209 X11: GtkPopover positioning doesn't "avoid" CSD window shadows
786287 configure.ac: Missing quote for AC_MSG_ERROR in AS_IF for WAYLAND_SCANNER
786400 "Art pen" named "Grip pen" in the Gnome Control Center
786469 gdkwindow: Avoid re-setting the opaque region if it doesn't change
786480 Button grabs unintendedly cause shortcut inhibition dialog
786594 Broken Ctrl+Tab behaviour inside text widget since 3.22.18

* Translation updates:
Brazilian Portuguese, Croatian, Czech, French, Friulian, Galician,
German, Indonesian, Kazakh, Lithuanian, Nepali, Polish, Serbian,
Slovak, Spanish, Turkish

Overview of Changes in GTK+ 3.22.18
===================================

* Support entering emoji by name, using Ctrl-Shift-E

* Wayland:
- Add support for the shortcut inhibitor protocol
- Support Wacome tablet wheel scrolling

* Bug fixes:
771959 gtk_init_with_args fails when no display is found / does not comply w...
776903 Label with hyperlinks cannot be opened with touch on wayland
776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit...
777333 In a GNOME Wayland session, gnome-terminal windows cannot be moved ar...
777515 gtk3-icon-browser doesn't list document-edit-symbolic icon
778188 VTE crashes on multiple repeated BELL chars
780938 No icon tooltip shown in GtkEntry
781246 Return value of gtk_widget_get_parent_window should be marked (nullable)
782870 X11 Grabbing Broken with GtkScrolledWindow
783343 Wayland: RFC - add shortcut inhibitor support
783649 negative content width warning in GtkLevelbar
783716 Support wayland-tablet wheel events
783906 gtk_accelerator_get_label broken
784624 process-stop-symbolic hardcoded as app menu fallback
785255 Quitting world's simplest program containing a single GtkEntry causes...
785375 Cursors for Wacom tablets are not always updated correctly under Wayland
785423 Missing nullable annotation for gtk_bin_get_child
785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget

* Translation updates:
Finnish, Slovenian

(prlw1)