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 (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:29:31 UTC Now

2017-11-15 23:07:47 UTC MAIN commitmail json YAML

devel/py-typing: Make this incompatible with python35

The typing module was introduced in Python 3.5.

(minskim)

2017-11-15 22:20:43 UTC MAIN commitmail json YAML

tzosdclock: comment out dead sites.

(wiz)

2017-11-15 22:20:14 UTC MAIN commitmail json YAML

tile: comment out dead sites.

(wiz)

2017-11-15 22:19:44 UTC MAIN commitmail json YAML

since: comment out dead sites

(wiz)

2017-11-15 22:18:52 UTC MAIN commitmail json YAML

pkcs11-helper: fix HOMEPAGE

(wiz)

2017-11-15 22:18:17 UTC MAIN commitmail json YAML

p5-Tie-Simple: fix HOMEPAGE

(wiz)

2017-11-15 22:17:28 UTC MAIN commitmail json YAML

osmo-sdr: update HOMEPAGE

(wiz)

2017-11-15 22:16:47 UTC MAIN commitmail json YAML

opencv2: follow redirect

(wiz)

2017-11-15 22:16:17 UTC MAIN commitmail json YAML

openct: update HOMEPAGE

(wiz)

2017-11-15 22:15:16 UTC MAIN commitmail json YAML

netris: Comment out dead sites.

(wiz)

2017-11-15 22:14:31 UTC MAIN commitmail json YAML

mxterm: comment out dead sites

(wiz)

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

libsvm: follow redirects

(wiz)

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

libshorttext: follow redirects

(wiz)

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

Updated sysutils/u-boot-a10-olinuxino-lime to 2017.11
Updated sysutils/u-boot-bananapi to 2017.11
Updated sysutils/u-boot-beagleboard to 2017.11
Updated sysutils/u-boot-beagleboneblack to 2017.11
Updated sysutils/u-boot-beaglebonewhite to 2017.11
Updated sysutils/u-boot-chip to 2017.11
Updated sysutils/u-boot-chip-pro to 2017.11
Updated sysutils/u-boot-cubieboard2 to 2017.11
Updated sysutils/u-boot-cubieboard4 to 2017.11
Updated sysutils/u-boot-cubietruck to 2017.11
Updated sysutils/u-boot-hummingbird-a31 to 2017.11
Updated sysutils/u-boot-jetson-tx1 to 2017.11
Updated sysutils/u-boot-nanopi-neo to 2017.11
Updated sysutils/u-boot-nanopi-neo2 to 2017.11
Updated sysutils/u-boot-orangepi-2 to 2017.11
Updated sysutils/u-boot-orangepi-one to 2017.11
Updated sysutils/u-boot-orangepi-plus2e to 2017.11
Updated sysutils/u-boot-pine64 to 2017.11
Updated sysutils/u-boot-pocketchip to 2017.11
Updated sysutils/u-boot-sinovoip-bpi-m3 to 2017.11

(jmcneill)

2017-11-15 22:12:56 UTC MAIN commitmail json YAML

liblinear: follow redirects

(wiz)

2017-11-15 22:12:17 UTC MAIN commitmail json YAML

go-ini: fix HOMEPAGE

(wiz)

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

go-goptlib: Improve HOMEPAGE.

(wiz)

2017-11-15 22:09:11 UTC MAIN commitmail json YAML

aspell-sc: Comment out dead HOMEPAGE

(wiz)

2017-11-15 22:08:27 UTC MAIN commitmail json YAML

2017-11-15 22:01:22 UTC MAIN commitmail json YAML

security/php-pecl-mcrypt: enable php72

It should support php72.  (Not tested yet.)

(taca)

2017-11-15 21:37:54 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 9.2.0

(fhajny)

2017-11-15 21:37:44 UTC MAIN commitmail json YAML

Update lang/nodejs to 9.2.0.

crypto:
- Support building with both 1.1.0 and 1.0.2
fs:
- fs.realpathSync.native and fs.realpath.native are now exposed
process:
- expose process.ppid

(fhajny)

2017-11-15 20:48:40 UTC MAIN commitmail json YAML

doc: Updated editors/xemacs-current to 21.5.34

(hauke)

2017-11-15 20:30:19 UTC MAIN commitmail json YAML

doc: Updated devel/hdf5{,-c++} to 1.10.1

(minskim)

2017-11-15 20:28:27 UTC MAIN commitmail json YAML

devel/hdf5{,-c++}: Update to 1.10.1

New features since 1.8.x:
- SWMR (a concurrent read/write file access pattern)
- Fine-tuning the Metadata Cache
- Collective Metadata I/O
- File Space Management
- Virtual Datasets (VDS)
- Partial Edge Chunk Options
- Metadata Cache Image
- Metadata Cache Evict on Close
- Paged Aggregation
- Page Buffering

(minskim)

2017-11-15 19:04:24 UTC MAIN commitmail json YAML

Revert "Always add "-fPIC" when linking with PKGSRC_MKPIE"

It seems to break emulators/qemu.

(khorben)

2017-11-15 18:23:20 UTC MAIN commitmail json YAML

Note update of security/{py-,}yara to version 3.7.0.

(he)

2017-11-15 18:22:22 UTC MAIN commitmail json YAML

Update {py-,}yara to version 3.7.0.

Pkgsrc changes:
* adapt PLIST
* remove patch which no longer applies
* apply patches for proper value domain for isxxxx() functions/macros

Upstream changes:
* time module (Wesley Shields)
* yara command-line tool now accept multiple rule files
* Allow a configurable limit for the number of strings per rule
  (option --max-strings-per-rule)
* Implement integrity check for compiled rules
* Implement API for customizingimport statement (@edhoedt)
* Scan process memory in FreeBSD and OpenBDS (Hilko Bengen)
* BUGFIX: Negated character classes not working with case-insensitive
  regexps (#765)
* BUGFIX: Multiple bugs while parsing ELF files (Nate Rosenblum)
* BUGFIX: Out-of-bounds access while parsing PE files.
* BUGFIX: Memory leaks while parsing invalid rules.

(he)

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

doc: Updated editors/xemacs-current-nox11 to 21.5.34

(hauke)

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

doc: Updated editors/xemacs-current to 21.5.34

(hauke)

2017-11-15 15:07:17 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Most of the functionality moved to
../../editors/xemacs-current/{Makefile.common,options.mk}

(hauke)

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

Upgrade to XEmacs 21.5.34

Don't try to define max_align_t in C11 or C++11 mode.

Regen patch.

(hauke)

2017-11-15 15:02:19 UTC MAIN commitmail json YAML

2017-11-15 15:01:36 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Deal with bulk build namespace intrusion.

Was patch-an

(hauke)

2017-11-15 15:00:38 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, fixed upstream

(hauke)

2017-11-15 14:59:55 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Deal with a difference between bmake and gmake in using $< in a
makefile target

Was patch-al

(hauke)

2017-11-15 14:58:54 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Prefer NAME_MAX over MAXNAMLEN, if available

Was patch-ak

(hauke)

2017-11-15 14:57:58 UTC MAIN commitmail json YAML

2017-11-15 14:57:09 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, change is in upstream

(hauke)

2017-11-15 14:56:25 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, CANNA v1 was de-supported in 2007

(hauke)

2017-11-15 14:55:35 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, the file is #included, and the including file
should import the required headers

(hauke)

2017-11-15 14:54:56 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, gtk support does not build, and is
subject to re-work upstream

(hauke)

2017-11-15 14:54:09 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Obsolete, src/unexfreebsd.c is gone

(hauke)

2017-11-15 14:53:27 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Enhance ELF macros to deal with 32/64 bit arches
Special-case alpha

Was patch-ad

(hauke)

2017-11-15 14:52:02 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Install internal build scripts as scripts
Prefix {c,e}tags to avoid conflicts

Was patch-ac

(hauke)

2017-11-15 14:50:50 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Add POSIX syntax for passing ld(1) options through the
compiler front end

NetBSD machine settings are gone
Other patches are in upstream

Was patch-ab

(hauke)

2017-11-15 14:49:32 UTC MAIN commitmail json YAML

Upgrade to XEmacs 21.5.34

Prefix {c,e}tags to avoid conflicts.

Was patch-aa

(hauke)

2017-11-15 14:46:31 UTC MAIN commitmail json YAML

Upgrade xemacs-current to 21.5.34

Since the non-{X11,lucid} toolkits have bitrotted, remove those
options, and rework options.mk like the editors/xemacs one.

Switching to the portable dumper and using system malloc obsoletes the
hacks.

Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for
proper console display.

Since Makefile content is minimal for xemacs-current{,-nox11}, keep
the pkgsrc nb revision centrally in Makefile.common.

Take maintainership.

(hauke)

2017-11-15 14:19:43 UTC MAIN commitmail json YAML

For Python 2.7: depend on py-backports.functools_lru_cache instead of py-functools32

(adam)

2017-11-15 14:18:46 UTC MAIN commitmail json YAML

2017-11-15 14:15:24 UTC MAIN commitmail json YAML

Updated textproc/py-natsort, devel/py-test

(adam)

2017-11-15 14:14:49 UTC MAIN commitmail json YAML

py-test: updated to 3.2.5

Pytest 3.2.5:

Bug Fixes
Remove py<1.5 restriction from pytest as this can cause version conflicts in some installations.

(adam)

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

py-natsort: updated to 5.1.1

5.1.1:
* Added additional unicode number support for Python 3.7.
* Added information on how to install and test.

(adam)

2017-11-15 14:09:39 UTC MAIN commitmail json YAML

doc: Updated www/contao44 to 4.4.8

(taca)

2017-11-15 14:09:16 UTC MAIN commitmail json YAML

www/contao44: update to 4.4.8

# Contao core bundle change log

### 4.4.8 (2017-11-15)

* Prevent SQL injections in the back end search panel (see CVE-2017-16558).
* Support class named services in System::import() and System::importStatic()
  (see #1176).
* Only show pretty error screens on Contao routes (see #1149).

# Contao listing bundle change log

### 4.4.8 (2017-11-15)

* Prevent SQL injections in the listing module (see CVE-2017-16558).

(taca)

2017-11-15 14:08:18 UTC MAIN commitmail json YAML

doc: Updated www/contao35 to 3.5.31

(taca)

2017-11-15 14:07:53 UTC MAIN commitmail json YAML

Update contaoet to 3.5.31.

Version 3.5.31 (2017-11-15)
---------------------------

### Fixed
Prevent SQL injections in the back end search panel (see CVE-2017-16558).

(taca)

2017-11-15 12:52:16 UTC MAIN commitmail json YAML

ocaml: Recognize NetBSD armv6 correctly in configure

While MACHINE_ARCH can be earmv6hf on NetBSD, configure has to match
what config.guess outputs, which is armv6.  For now, leave the old
earmv6/7 tokens, because this code inexplicably succeeded on earmv7hf.

With this, ocaml builds and builds a working unison, on earmv6hf
(RPI3).

(gdt)

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

doc: Updated graphics/feh to 2.22.2

(szptvlfn)

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

feh: Update to 2.22.2

https://git.finalrewind.org/feh/plain/ChangeLog
Tue, 07 Nov 2017 17:36:26 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22.2
    * Fix HTTPS certificate errors on some systems (broken in 2.22)

Tue, 07 Nov 2017 07:51:48 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22.1
    * Allow ~/.fehbg to be sourced (instead of executed) from other shell
      scripts again (broken in 2.22)

Sat, 04 Nov 2017 14:55:38 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.22
    * Add support for CURL_CA_BUNDLE environment variable when loading images
      via HTTPS
    * Fix ~/.fehbg not being updated when setting a wallpaper via menu
      (broken in 2.21)

(szptvlfn)

2017-11-15 11:41:33 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net to 3.11

(wiz)

2017-11-15 11:41:24 UTC MAIN commitmail json YAML

p5-Net: update to 3.11.

Add comment to patch.

3.11 2017-11-14

    - Treat FTP MLSD commands case-insensitively.  [Brian M. Carlson, PR#32]

(wiz)

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

2017-11-15 11:01:17 UTC MAIN commitmail json YAML

add a comment to fix the MASTER_SITES once this is out of RC

(jdolecek)

2017-11-15 10:49:09 UTC MAIN commitmail json YAML

doc: Updated devel/p5-experimental to 0.017

(wiz)

2017-11-15 10:49:00 UTC MAIN commitmail json YAML

p5-experimental: update to 0.017.

0.017    2017-11-14 16:23:53+01:00 Europe/Amsterdam
          Remove auto_deref for 5.24+

(wiz)

2017-11-15 10:48:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Search-Elasticsearch to 6.00

(wiz)

2017-11-15 10:48:03 UTC MAIN commitmail json YAML

p5-Search-Elasticsearch: update to 6.00.

6.00    2017-11-14
        Released 6.00 with default API for 6_0.
        Legacy 5_0 API now released separately
        Trace logging now includes content-type headers where appropriate
        Deprecation warnings are now parsed to extract the message only
        Improved boolean value handling in query string params - now accepts
          true, false, \1, \0, or a JSON::PP::Boolean object
        Handle removal of '.' from @INC in perl 5.26

(wiz)

2017-11-15 10:41:43 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Compress-Raw-Zlib to 2.075

(wiz)

2017-11-15 10:41:27 UTC MAIN commitmail json YAML

p5-Compress-Raw-Zlib: update to 2.075.

  2.075 14 Nov 2017

      * Update zlib-src directory to use zlib 1.2.11
        #123245: perl 5.26.1 is vulnerable to CVE-2016-9843, CVE-2016-9841, CVE-2016-9840, CVE-2016-9842

      * Zlib.xs
        Don't allow offset to be greater than length of buffer in crc32.

      * Zlib.xs
        Change my_zcalloc to use safecalloc.
        The link, https://github.com/madler/zlib/issues/253, is the upstream report for the remaining
        valgrind errors not already dealt with by 1.2.11. Using calloc in Zlib.xs for now as a workaround.
        #121074: valgrind errors in the test suite

(wiz)

2017-11-15 10:40:47 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Unicode-Collate to 1.23

(wiz)

2017-11-15 10:40:37 UTC MAIN commitmail json YAML

p5-Unicode-Collate: update to 1.23.

1.23  Mon Nov 13 19:10:28 2017
    - Now UCA_Version 36 (for Unicode 10.0.0) is supported.
      * But the default UCA_Version is still 34.
    - added nushu.t in t.

(wiz)

2017-11-15 10:18:06 UTC MAIN commitmail json YAML

2017-11-15 10:05:39 UTC MAIN commitmail json YAML

doc: Updated converters/p5-Sereal to 4.004

(wiz)

2017-11-15 10:05:28 UTC MAIN commitmail json YAML

p5-Sereal: update to 4.004.

4.004 Sun Nov 12
    * Fix build issues from C++ style comments
    * Fixup build_requires

4.003 Sun Nov 12
    * Fixup Devel::CheckLib usage
    * Do not compress using Snappy if the buffer is larger 2**32
    * Build fixes

(wiz)

2017-11-15 09:55:49 UTC MAIN commitmail json YAML

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

(wiz)

2017-11-15 09:55:40 UTC MAIN commitmail json YAML

p5-Sereal-Encoder: update to 4.004.

4.004 Sun Nov 12
    * Fix build issues from C++ style comments
    * Fixup build_requires

4.003 Sun Nov 12
    * Fixup Devel::CheckLib usage
    * Do not compress using Snappy if the buffer is larger 2**32
    * Build fixes

(wiz)

2017-11-15 09:51:55 UTC MAIN commitmail json YAML

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

(wiz)

2017-11-15 09:51:44 UTC MAIN commitmail json YAML

p5-Sereal-Decoder: update to 4.004.

4.004 Sun Nov 12
    * Fix build issues from C++ style comments
    * Fixup build_requires

4.003 Sun Nov 12
    * Fixup Devel::CheckLib usage
    * Build fixes

(wiz)

2017-11-15 09:25:06 UTC MAIN commitmail json YAML

Added devel/py-test-relaxed; Updated security/py-paramiko

(adam)

2017-11-15 09:24:14 UTC MAIN commitmail json YAML

py-paramiko: updated to 2.4.0

2.4.0:

[Feature]: Add a new passphrase kwarg to SSHClient.connect so users may disambiguate key-decryption passphrases from password-auth passwords. (This is a backwards compatible change; password will still pull double duty as a passphrase when passphrase is not given.)
[Support]: Drop Python 2.6 and Python 3.3 support; now only 2.7 and 3.4+ are supported. If you窶决e unable to upgrade from 2.6 or 3.3, please stick to the Paramiko 2.3.x (or below) release lines.
[Support]: Include LICENSE file in wheel archives.
[Support]: Updated the test suite & related docs/metadata/config to be compatible with pytest instead of using the old, custom, crufty unittest-based test.py.

This includes marking known-slow tests (mostly the SFTP ones) so they can be filtered out by inv test窶�s default behavior; as well as other minor tweaks to test collection and/or display (for example, GSSAPI tests are collected, but skipped, instead of not even being collected by default as in test.py.)

[Support]: Update tearDown of client test suite to avoid hangs due to eternally blocking accept() calls on the internal server thread (which can occur when test code raises an exception before actually connecting to the server.)

(adam)

2017-11-15 09:23:18 UTC MAIN commitmail json YAML

py-test-relaxed: added version 1.0.0

pytest-relaxed provides 'relaxed' test discovery for pytest.

Has it ever felt strange to you that we put our tests in tests/, then name the
files test_foo.py, name the test classes TestFoo, and finally name the test
methods test_foo_bar? Especially when almost all of the code inside of tests/
is, well, tests?

This pytest plugin takes a page from the rest of Python, where you don't have
to explicitly note public module/class members, but only need to hint as to
which ones are private. By default, all files and objects pytest is told to
scan will be considered tests; to mark something as not-a-test, simply prefix
it with an underscore.

(adam)

2017-11-15 09:15:51 UTC MAIN commitmail json YAML

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

doc: Added security/php-sodium version 7.2.0RC6

(jdolecek)

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

doc: Added lang/php72 version 7.2.0rc6

(jdolecek)

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

Add php-sodim - php module for libsodium library, new module for PHP 7.2

(jdolecek)

2017-11-15 08:56:12 UTC MAIN commitmail json YAML

Add php72 7.2.0RC6

PHP 7.2.x builds upon 7.1.x, adding new features:

* Argument type declarations
* Object return type declarations
* Parameter Type Widening
* Trailing commas in list syntax
* Argon2 in password hash
* Libsodium as part of PHP Core
* Deprecated: __autoload, $php_errormsg, create_function(),
  mbstring.func_overload, parse_str() without second argument,
  gmp_random(), each(), assert(), $errcontext
* uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD,
  about 10x on Linux

(jdolecek)

2017-11-15 08:41:06 UTC MAIN commitmail json YAML

Updated lang/py-asttokens, devel/py-faker, databases/py-apsw, graphics/libimagequan

(adam)

2017-11-15 08:40:35 UTC MAIN commitmail json YAML

2017-11-15 08:23:52 UTC MAIN commitmail json YAML

py-apsw: updated to 3.21.0

3.21.0:
Added constants:

SQLITE_INDEX_CONSTRAINT_ISNULL, SQLITE_INDEX_CONSTRAINT_ISNOT,
SQLITE_INDEX_CONSTRAINT_ISNOTNULL, SQLITE_INDEX_CONSTRAINT_IS and
SQLITE_INDEX_CONSTRAINT_NE

SQLITE_CONFIG_SMALL_MALLOC

SQLITE_IOCAP_BATCH_ATOMIC

SQLITE_IOERR_ROLLBACK_ATOMIC, SQLITE_IOERR_COMMIT_ATOMIC and
SQLITE_IOERR_BEGIN_ATOMIC

SQLITE_FCNTL_COMMIT_ATOMIC_WRITE, SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE and
SQLITE_FCNTL_BEGIN_ATOMIC_WRITE

(adam)

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

py-faker: updated to 0.8.7

0.8.7:
Corrected some issues with the Hungarian (hu_HU) providers, such as incorrectly capitalized company suffixes, street/road type names and place names.
The Hungarian locale's providers.job.job provider now returns Hungarian job names, taken from the Hungarian National Statistical Office (KSH)'s 2008 survey nomenclature of employment (FEOR '08).
Added he_IL locale.
Fix possible infinite loop in random_sample_unique.
Add aliases to make pt_BR address provider compatible with en_US.
Fix ResourceWarning in setup.py.
Update test requirements.

(adam)

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

py-asttokens: updated to 1.1.7

1.1.7:
Bump patch version, silence some pylint warnings

(adam)

2017-11-15 07:52:04 UTC MAIN commitmail json YAML

Updated devel/py-test, databases/py-ldap3, databases/py-ldap

(adam)

2017-11-15 07:50:40 UTC MAIN commitmail json YAML

py-ldap: updated to 2.5.1

Changes since 2.4.45:

Mandatory prerequisites:
- Python 2.7.x
- pyasn1 0.3.7+ and pyasn1_modules 0.1.5+

Modules/
* removed unused code schema.c

Lib/
* ldap.__version__, ldap.__author__ and ldap.__license__ now
  imported from new sub-module ldap.pkginfo also to setup.py
* Added safety assertion when importing _ldap:
  ldap.pkginfo.__version__ must match _ldap.__version__
* removed stand-alone module dsml
* slapdtest.SlapdObject.restart() just restarts slapd
  without cleaning any data
* Compability changes for pyasn1 0.3.x or newer
  (thanks to Ilya Etingof and Christian Heimes)
* The methods SSSResponseControl.decodeControlValue() and
  VLVResponseControl.decodeControlValue() now follow the coding
  convention to use camel-cased ASN.1 name as class attribute name.
  The old class names are still set for back-ward compability
  but should not be used in new code because they might be removed
  in a later release.
* removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS

Tests/
* added explicit reconnect tests for ReconnectLDAPObject

(adam)

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

py-ldap3: updated to 2.4

2.4:
security fix in the rebind() method of the Connection object (thanks Daniel)
fix for Sasl credentials in Python 3 (thanks Busuwe)
fixed bug when checking for equality in MockBase
added validator parameter to Server object for custom validators
attribute values are now validated in add/compare/modify operations in the Connection object
Python types can now be used in add/compare/modify operations
compatible with the pyasn1 library from version 0.1.8 up to latest (0.3.3 for now) version
fixed compatibility with Twisted on Windows on Python 2.7 (thanks Pmisik)
fixed paged_search behaviour in Reader object
fixed regression in MockBase (thanks Markus)
fixed invalid filter sequence in MockBase (thanks SignedBit)
added compatibility with Cython (thanks Pedro)
fixed auto_encode check in validate_attribute_value for unknown attrs (thanks CFelder)
don窶冲 encode response_value as extended_response_to_dict expects a decoded value (thanks Matthias)
compatible with the pyasn1 library from version 0.1.8 up to latest (0.3.7 for now) version
added LDAPObjectDereferenceError exception
LDAPObjectDereferenceError is raised when an object tries to dereference itself in the Abstraction Layer (thanks Daniele)
async module renamed to asynchronous for compatibility with Python 3.7 (thank Barry)
long integer are properly checked in mocking strategies (thanks gregn610)
NUMERIC_TYPES includes long for Python 2

(adam)

2017-11-15 07:43:41 UTC MAIN commitmail json YAML

py-test: updated to 3.2.4

Pytest 3.2.4:
Bug Fixes
* Fix the bug where running with --pyargs will result in items with empty parent.nodeid if run from a different root directory.
* Fix issue with @pytest.parametrize if argnames was specified as keyword arguments.
* Strip whitespace from marker names when reading them from INI config.
* Show full context of doctest source in the pytest output, if the line number of failed example in the docstring is < 9

(adam)

2017-11-15 03:33:12 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.12.3

(manu)

2017-11-15 03:31:56 UTC MAIN commitmail json YAML

Update to glusterfs 3.12.3

There is an important performance bug fix specific to NetBSD here,
which disable gfid2path by default. This features causes a huge
amount of different extended attributes to be created, and the
NetBSD implementation does not scale well with it.

In order to recover a server after the feature is disabled, stop
glusterfs daemones, disable extended attributes using extattrctl,
remove ${BRICK_ROOT}/.attribute/system/trusted.gfid2path.*
re-enable extended attributes and restart glusterfs.

(manu)

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

doc: Updated math/py-scikit-learn to 0.18.2

(minskim)

2017-11-14 22:56:37 UTC MAIN commitmail json YAML

math/py-scikit-learn: Update to 0.18.2

Changes:
- Fixes for compatibility with NumPy 1.13.0
- Minor compatibility changes in the examples

(minskim)

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

doc: Updated devel/memcached to 1.5.3

(fhajny)

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

Update devel/memcached to 1.5.3.

1.5.3

Fixes
- Add warning about time on very low TTL's in doc/protocol.txt
- pledge privdropping support for OpenBSD
- make for loop more clear in logger watcher
- fix theoretical leak in process_bin_stat
- fix use of unitialized array in lru_maintainer
- -o no_hashexpand to disable hash table expansion
- fix chunked items set in binprot, read from ascii

New Features
- adds get and touch command for ascii protocol

1.5.2

Fixes
- fix more binary protocol documentation errors.
- fix segfault during 31b -> 32b hash table expand
- don't create hashtables larger than 32bit
- some non-user-facing code changes for supporting future features.

1.5.1

Fixes
- add max_connections stat to 'stats' output
- Drop sockets from obviously malicious command strings (HTTP/)
- stats cachedump: now more likely to show data
- memcached-tool: fix slab Full? column
- fix null pointer ref in logger for bin update cmd
- default to unix sockets for tests, make them much less flaky
- PARALLEL=9 make test -> runs prove in parallel
- fix flaky stats.t test

New Features
- --enable-seccomp compiles in options for strict privilege reduction
  in linux. see output of -h for more information.

1.5.0

Fixes
- fix for musl libc: avoid huge stack allocation

New Features
- LRU crawler to background-reclaim memory. Mixed-TTL's and LRU
  reordering leaves many holes, making it difficult to properly size
  an instance.
- Segmented LRU. HOT/WARM/COLD and background processing should try
  harder to keep semi-active items in memory for longer.
- Automated slab rebalancing. Avoiding slab stagnation as objects
  change size over time.
- Faster hash table lookups with murmur3 algorithm (though it's been
  so long this is now outdated again;)
- Reduce memory requirements per-item by a few bytes here and there
- Immediately close connections when hitting the connection limit,
  instead of hanging until a spot opens up.
- Items larger than 512k (by default) are assembled by stacking
  multiple chunks together. Now raising the item size above 1m doesn't
  drop memory efficiency by spreading out slab classes.

1.4.39

Fixes
- fix for CVE-2017-9951
- save four bytes per item if client flags are 0

New Features
- If client flags are "0", no extra storage is used.

1.4.38

Fixes
- hot_max_age is now hot_max_factor - HOT is now limited to 20% of
  COLD's age or 20% of total space, whichever comes first.
- sleep longer between slab move runs (1ms instead of 50us)
- automove script: improve algo, add basic test
- slab_rebal: delete busy items if stuck
- fix LRU maintainer thread slowdown in edge case
- fix rare long background thread pause in hash expansion

1.4.37

Fixes
- LRU crawler: avoid running infinitely.
- fix very old memory leak in ASCII multigets. (when using multiget
  gets and keys after the first one are >255 characters)
- remove old slab mover example script.
- fix crash in page mover while using large items
- automover algo python script
- avoid segfault if idle_timeout value is missing.
- fix rare crash in LRU crawler
- sleep more aggressively in some threads
- don't overflow item refcount on get
- fix solaris compilation error
- usability fix for cache_memlimit command
- fix verbose print for idle-kicker
- disable refhang.t test due to flakiness
- fix ordering issue in conn dispatch (prevents potential hangups)

New Features
- LRU crawler scheduling improvements

1.4.36

- Fix refcount leak in LRU bump buf

1.4.35

Fixes
- init.d script status check routine
- Print with more-restricted format string to fix compiler warning
  with gcc 7's -Wformat-truncation.
- Display HOT/WARM tail age in stats items
- Active items in HOT' flow to WARM (algorithm fix)
- Moves to WARM requires two hits overall (algorithm fix)
- LRU maintainer performance: per-class sleep scheduling
- Allow limiting the internal LRU crawler run length
- Stop using atomics for item refcount management (performance)
- Make the conn suffix list the same as item list (performance)
- Do LRU-bumps while already holding item lock (performance)
- Reduce add_iov() work for TCP connections (performance)

New Features
- "lru" command for setting LRU parameters at runtime
- Allow switching LRU algo's at runtime

(fhajny)

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

Updated net/unison to latest version, 2.48.15.

I can't find a good changelog, but upstream changes seem to be fairly
minor.

A lot of local patches have been added to ensure compatibility with the
latest version of OCaml and lablgtk, and I have cleaned up the package
Makefile a little.

(jaapb)

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

doc: Updated ham/fldigi to 4.0.12

(mef)

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

ham/fldigi updated to 4.0.12

=Version 4.0.12=
2017-10-25  David Freese  <w1hkj@bellsouth.net>

        abb522d: Farnsworth timing
        408a01b: PSK sinc filter
        8cfc154: ACL interface
        792b152: Text capture
        dd2c8ef: OSX start process

(mef)

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

doc: Updated ham/xlog to 2.0.15

(mef)

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

ham/xlog updated to 2.0.15

- Changes for xlog version 2.0.15 - 2017-nov-08
  * Clean up warnings reported by user from a macOS build
  * Updated cty.dat to 20171030
  * 60m is now consistently referred to as "5" (not 5.2 or 5.3)
  * Upgraded to ADIF version 3.0.6
  * Cleaned up Glib Critical and Glib Warnings (that I could create)
  * Added all modes and submodes
  * ADIF3 output is now supported, ADIF2 output has been removed
  * ADIF Import has been updated
  * added adif_ok to xlog.cfg to indicate ADIF3 update of bands,
    modes, and scoringbands has oc curred
  * Users will see new defaults restored if they have customized via:
      Settings->Dialogs->Scoring
      Settings->Preferences->General comma separated list of modes
      Settings->Preferences->General comma separated list of bands
  * Fixed bands in scoring window
  * Added feature: sort log by callsign

(mef)

2017-11-14 11:36:59 UTC MAIN commitmail json YAML

Updated www/py-yarl, devel/py-dulwich

(adam)

2017-11-14 11:36:22 UTC MAIN commitmail json YAML

py-dulwich: updated to 0.18.6

0.18.6:
BUG FIXES
* Fix handling of empty repositories in ``porcelain.clone``.
* Raise an error when attempting to add paths that are not under the
  repository.
* Fix error message for missing trailing ].

IMPROVEMENTS
* Enforce date field parsing consistency. This also add checks on
  those date fields for potential overflow.

(adam)

2017-11-14 11:07:37 UTC MAIN commitmail json YAML

py-yarl: updated to 0.14.2

0.14.2:
Restore strict parameter as no-op in quote/unquote

0.14.1:
Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2

0.14.0:
Drop strict mode
Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url

(adam)

2017-11-14 09:53:53 UTC MAIN commitmail json YAML

lang/go: remove references to non-existent files

(wiz)

2017-11-14 09:51:26 UTC MAIN commitmail json YAML

doc: Updated net/wget to 1.19.1nb3

(leot)

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

wget: Use devel/libidn2 and adjust `idn' option logic in options.mk

Since wget-1.19, libidn2 is needed for the IDN/IRIs support. Adjust
the `idn' package option logic to reflect that and explicitly ask
for it via CONFIGURE_ARGS. This should also fix the build without
the `idn' option selected pointed out by john heasley via PR pkg/52726.

Bump PKGREVISION

(leot)

2017-11-14 09:45:54 UTC MAIN commitmail json YAML

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

(wiz)

2017-11-14 09:45:44 UTC MAIN commitmail json YAML

p5-Finance-Quote: update to 1.47.

1.47      2017-11-12 17:19:42+01:00 Europe/Brussels
        * Use AlphaVantage for currency quotes instead of Yahoo (Mike Alexander)

1.46      2017-11-12 17:13:15+01:00 Europe/Brussels
        * Drop long-obsolete debian directory (Florian Schlichting)
        * AlphaVantage:
          - added support for .IL => USD currency and division (Adriano Baldi)
          - graceful error catchup (Mike Alexander)
        * Yahoojson:
          - module adapted to new URL and returned json (Rafael Casali)

(wiz)

2017-11-14 00:28:00 UTC MAIN commitmail json YAML

www/py-gunicorn: Set INSTALLATION_DIRS for non-static paths

List directories containing ${PKGBASE} in INSTALLATION_DIRS explicitly.

(minskim)

2017-11-13 19:36:27 UTC MAIN commitmail json YAML

2017-11-13 17:36:48 UTC MAIN commitmail json YAML

doc: Updated x11/qt5-qtbase to 5.5.1nb16

(minskim)

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

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

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

Pullup ticket #5643 - requested by he
www/apache22: security patch

Revisions pulled up:
- www/apache22/Makefile                                        1.114
- www/apache22/distinfo                                        1.68

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Sep 28 04:58:29 UTC 2017

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo

  Log Message:
  apache: update to 2.2.34nb1.

  Apply upstream patch to fix CVE 2017-9798.

  To generate a diff of this commit:
  cvs rdiff -u -r1.113 -r1.114 pkgsrc/www/apache22/Makefile
  cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/apache22/distinfo

(spz)

2017-11-13 16:53:28 UTC MAIN commitmail json YAML

Note update of print/ghostscript-gpl to 9.06nb19.

(he)

2017-11-13 16:52:51 UTC MAIN commitmail json YAML

Apply fix for CVE-2016-7977,
fixing bug 697169, from
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=8abd22010eb4db0fb1b10e430d5f5d83e015ef70

Revert fix for CVE-2017-8291, it has build issues :(
Apparently our base ghostscript-gpl is too old for the fix.

Bump PKGREVISION.

(he)

2017-11-13 16:42:17 UTC MAIN commitmail json YAML

Note update of print/ghostscript-gpl to 9.06nb18.

(he)

2017-11-13 16:41:48 UTC MAIN commitmail json YAML

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

doc: Updated textproc/p5-XML-Compile-SOAP12 to 3.05

(wiz)

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

p5-XML-Compile-SOAP12: update to 3.05.

version 3.05: Wed  8 Nov 10:21:12 CET 2017

Fixes:
- server does not send error correctly.
  rt.cpan.org#116445 [Mohamad Hallal]

(wiz)

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

doc: Updated math/p5-Spreadsheet-Read to 0.75

(wiz)

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

p5-Spreadsheet-Read: update to 0.75.

0.75 - 09 Nov 2017, H.Merijn Brand
    * Windows does not like an exec with arguments that have spaces (PR#15)
      Three fixes by Andrew Gregory <andrew.gregory.8@gmail.com>). Thanks!
    * Fix column clipping
    * Manually generate cells to delete when clipping
    * Skip cell deletion if they were never generated
    * File names cannot have \0 in newer perls

(wiz)

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

doc: Updated math/p5-Math-Prime-Util to 0.69

(wiz)

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

p5-Math-Prime-Util: update to 0.69.

0.69 2017-11-08

    [ADDED]

    - is_totient(n)                  true if euler_phi(x) == n for some x

    [FUNCTIONALITY AND PERFORMANCE]

    - is_square_free uses abs(n), like Pari and moebius.

    - is_primitive_root could be wrong with even n on some platforms.

    - euler_phi and moebius with negative range inputs weren't consistent.

    - factorialmod given a large n and m where m was a composite with
      large square factors was incorrect.  Fixed.

    - numtoperm will accept negative k values (k is always mod n!)

    - Split XS mapping of many primality tests.  Makes more sense and
      improves performance for some calls.

    - Split final test in PP cluster sieve.

    - Support some new Math::Prime::Util::GMP functions from 0.47.

    - C spigot Pi is 30-60% faster on x86_64 by using 32-bit types.

    - Reworked some factoring code.

    - Remove ISAAC (Perl and C) since we use ChaCha.

    - Each thread allocs a new const array again instead of sharing.

(wiz)

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

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

(wiz)

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

p5-Finance-Quote: update to 1.45.

1.45      2017-11-08 21:35:51+01:00 Europe/Brussels
        * alphavantage
          * more suffix - currency pairs added
          * GBP and GBX divided by 100

(wiz)

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

doc: Updated devel/p5-Function-Parameters to 2.001003

(wiz)

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

Note update of print/ghostscript-gpl to 9.06nb17.

(he)

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

p5-Function-Parameters: update to 2.001003.

2.001003  2017-11-11
          - Fix threaded initialization issue better. This is the same issue
            that was fixed in 2.001002, but now we use PL_op_mutex instead of
            PL_check_mutex. This has the advantage of also being thread-safe on
            v5.14.

2.001002  2017-11-09
          - Fix crash when Function::Parameters is loaded at runtime by
            multiple threads (a stack overflow due to infinite recursion).
            This is arguably a core bug (#132413). The current workaround
            employed by Function::Parameters slightly abuses an internal perl
            mutex meant for something else (protecting op checkers), but it
            fixes the issue on perls v5.16 .. v5.26.
            v5.14 doesn't have this API yet, so the workaround is not thread
            safe there. It is technically possible to still run into this issue
            if two threads initialize Function::Parameters at the exact same
            moment (I haven't managed to reproduce this yet, so hopefully it's
            unlikely in practice).
            It is possible to completely avoid the problem on all versions of
            perl and Function::Parameters by making sure the module is loaded
            before the first thread is created.

(wiz)

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

Apply fix for CVE-2017-8291, from their git repository,
fixing bug 697799: have .rsdparams check its parameters.
Bump PKGREVISION.

(he)

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

Note update of graphics/ImageMagick to 7.0.7.11.

(he)

2017-11-13 14:29:26 UTC MAIN commitmail json YAML

Update ImageMagick to version 7.0.7.11.

Upstream changes:

2017-11-11  7.0.7-11 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-11, GIT revision 21635:0447c6b46:20171111.

2017-11-05  7.0.7-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-10, GIT revision 21612:36e2aabfd:20171105.

2017-11-03  7.0.7-10 Dirk Lemstra <dirk@lem.....org>
  * Fixed a problem with resource bookkeeping in AcquireMatrixInfo().

2017-10-30  7.0.7-9 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-9, GIT revision 21580:2682a311e:20171031.

2017-10-20  7.0.7-9 Cristy  <quetzlzacatenango@image...>
  * Encode JSON control characters (reference
    https://github.com/ImageMagick/ImageMagick/issues/848).

2017-10-27  7.0.7-9 Dirk Lemstra <dirk@lem.....org>
  * Added support for reading mipmaps in dds images (reference
    https://github.com/ImageMagick/ImageMagick/issues/845).

(he)

2017-11-13 14:25:00 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-XML-LibXML-Simple to 0.98

(wiz)

2017-11-13 14:24:51 UTC MAIN commitmail json YAML

p5-XML-LibXML-Simple: update to 0.98.

version 0.98: Wed  8 Nov 10:38:35 CET 2017

Improvements:
- warn about the dwimmery of the code
  rt.cpan.org#114021 [David Schmidt, Slaven Rezic]
- typo
  rt.cpan.org#114211 [Gregor Herrmann, Debian]
- remove dependency on File::Slurp::Tiny, never used it
  rt.cpan.org#123537 [Dan Book]

(wiz)

2017-11-13 14:22:33 UTC MAIN commitmail json YAML

doc: Updated net/p5-Net-Frame-Simple to 1.09

(wiz)

2017-11-13 14:22:24 UTC MAIN commitmail json YAML

p5-Net-Frame-Simple: update to 1.09.

1.09 Thu  9 Nov 18:07:44 CET 2017
  - feature: $NoUnableToUnpackWarnings global variable to disable printing a message
              when unpack() doesn't know how to unpack the next layer, and
              $NoModuleNotFoundWarnings does the same when not able to load a module
              for a next layer. See SYNOPSIS for usage.
              See original request on CPAN RT#123570.

(wiz)

2017-11-13 14:21:06 UTC MAIN commitmail json YAML

doc: Updated misc/p5-Locale-libintl to 1.29

(wiz)

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

p5-Locale-libintl: update to 1.29.

Version 1.29 - 09 Aug 2017

* Important: Fixed a bug that caused .mo files with a revision number
  of 0.1 not to be loaded (see https://github.com/gflohr/libintl-perl/issues/1)
* New bug tracker address is https://github.com/gflohr/libintl-perl/issues

(wiz)

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

doc: Updated mail/p5-User-Identity to 0.98

(wiz)

2017-11-13 14:17:25 UTC MAIN commitmail json YAML

p5-User-Identity: update to 0.98.

version 0.98: Wed  8 Nov 09:46:42 CET 2017

Improvements:
- altered documentation style
- class detection typo
  rt.cpan.org#123553 [Randy Diffenderfer]
- require perl 5.10

(wiz)

2017-11-13 14:16:23 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Message to 3.003

(wiz)

2017-11-13 14:16:13 UTC MAIN commitmail json YAML

p5-Mail-Message: update to 3.003.

version 3.003: Wed  8 Nov 13:02:24 CET 2017

Fixes:
- incorrect use of reftype.  rt.cpan.org#121244 [Matthew Darwin]
- missing 'use warnings' in ::Build

(wiz)

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

doc: Updated mail/p5-MIME-Types to 2.14

(wiz)

2017-11-13 14:01:00 UTC MAIN commitmail json YAML

p5-MIME-Types: update to 2.14.

version 2.14: Wed  8 Nov 17:45:22 CET 2017

Fixes:
- MojoX should not die on missing types.
  rt.cpan.org#123298 [Dmitry Latin]

(wiz)

2017-11-13 13:59:18 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Set-Object to 1.38

(wiz)

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

p5-Set-Object: update to 1.38.

1.38, 2017-11-11

* Add test_cover and release targets

1.37, 2017-11-11

* Test fixes for -Ddefault_inc_excludes_dot, RT #120540
* Skip failing threads test <= 5.10.0
* Add CI hooks

1.36, 2017-11-10

* Davem fixed get-magic for the new arguments, fixing NetHack-Item
L<[perl #132152]|https://rt.perl.org/Public/Bug/Display.html?id=132152>.
See L<[cpan #123582]|https://rt.cpan.org/Ticket/Display.html?id=123582>

* Stabilize F<t/misc/kwalitee.t> test

(wiz)

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

doc: Updated devel/p5-PadWalker to 2.3

(wiz)

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

p5-PadWalker: update to 2.3.

2.3  Fri 10 Nov 2017 18:26:29 GMT
    - Make tests work with -Ddefault_inc_excludes_dot
      https://rt.cpan.org/Public/Bug/Display.html?id=120421

(wiz)

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

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

(wiz)

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

p5-Log-Agent: update to 1.003.

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

(wiz)

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

doc: Updated converters/p5-Sereal to 4.002

(wiz)

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

p5-Sereal: update to 4.002.

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

(wiz)

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

Updated devel/libuv, devel/cmake

(adam)

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

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

(wiz)

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

p5-Sereal-Encoder: update to 4.002.

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

(wiz)

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

doc/TODO: add some

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

(wiz)

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

cmake: updated to 3.9.6

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

(adam)

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

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

(wiz)

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

p5-Sereal-Decoder: update to 4.002.

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

(wiz)

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

libuv: updated to 1.16.1

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

(adam)

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

Add support for LDFLAGS when building audio/nas

This helps pass the RELRO check for this package.

(khorben)

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

doc: Updated mail/neomutt to 20171027

(wiz)

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

neomutt: update to 20171027.

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

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

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

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

(wiz)

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

Updated databases/postgresqlNN

(adam)

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

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

postgresql: updated to the latest

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

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

Security Issues

Three security vulnerabilities have been fixed by this release:

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

Bug Fixes and Improvements

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

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

(adam)

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

Updated converters/p5-Unicode-Collate to 1.22

(wen)

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

Update to 1.22

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

(wen)

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

doc: Updated multimedia/py-gstreamer1 to 1.12.3

(prlw1)

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

Update py-gstreamer1 to 1.12.3

GStreamer Python Bindings (highlights)

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

(prlw1)

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

Updated geography/py-obspy to 1.1.0

(wen)

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

Update to 1.1.0

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

(wen)

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

Updated devel/p5-Moose to 2.2007

(wen)

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

Update to 2.2007

Upstream changes:
2.2007  2017-11-12

  [DOCUMENTATION]

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

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

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

  [OTHER]

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

  - all Moose exception classes have been made immutable.

(wen)

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

Look for ar(1) in $_ORIG_PATH with PKGSRC_MKREPRO

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

(khorben)

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

doc: Updated net/mikutter to 3.5.14

(tsutsui)

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

mikutter: update to 3.5.14.

Upstream changes:

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

(tsutsui)

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

Bump PKGREVISION on packages depending on CUPS

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

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

As discussed on tech-pkg@

(khorben)

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

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

doc: Added print/cups-base version 2.2.5

(khorben)

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

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

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

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

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

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

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

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

(khorben)

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

doc: Updated net/gallery-dl to 1.0.1

(leot)

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

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

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

(leot)

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

Add initial support for building packages reproducibly

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

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

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

As discussed on tech-pkg@

(khorben)

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

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

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

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

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

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

  Log Message:
  mail/roundcube: update to 1.2.7

  Security fix for CVE-2017-16651.

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

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

(spz)

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

Mention a bunch of recent pull-ups

(bsiegert)

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

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

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

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

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

  Log Message:
  socketxx: fix HOMEPAGE

(bsiegert)

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

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

Revisions pulled up:
- www/paros/Makefile                                            1.18

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

  Modified Files:
          pkgsrc/www/paros: Makefile

  Log Message:
  paros: fix HOMEPAGE, set LICENSE

(bsiegert)

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

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

Revisions pulled up:
- x11/rofi/Makefile                                            1.7

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

  Modified Files:
          pkgsrc/x11/rofi: Makefile

  Log Message:
  rofi: fix HOMEPAGE

(bsiegert)

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

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

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

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

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

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

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

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

(spz)