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

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

2020-10-07 21:27:43 UTC MAIN commitmail json YAML

doc: Updated textproc/oniguruma to 6.9.6rc1

(kim)

2020-10-07 21:27:18 UTC MAIN commitmail json YAML

oniguruma: updated to 6.9.6rc1

Add handling of -revN as plN (instead of .N) and -rcN as rcN in Makefile.
Use the -revN or -rcN naming in DISTFILE, as they are (apparently) created
automatically by GitHub. Munge GITHUB_RELEASE to produce the tag name with
an underscore instead of a hyphen before rev or rc. Munge WRKSRC to strip
both -revN and -rcN.

6.9.6 Release Candidate 1
- In a Unix environment, if you have the POSIX API enabled in
  an earlier version (disabled by default in 6.9.5) and you
  need application binary compatibility with the POSIX API,
  specify "--enable-binary-compatible-posix-api=yes" instead of
  "--enable-posix-api=yes". "--enable-posix-api=yes" only supports
  source-level compatibility for POSIX API since 6.9.6.
- NEW: configure option --enable-binary-compatible-posix-api=[yes/no]
- NEW API: Limiting the maximum number of calls of subexp-call
- NEW API: ONIG_OPTION_NOT_BEGIN_STRING / NOT_END_STRING /
  NOT_BEGIN_POSITION
- Fixed behavior of ONIG_OPTION_NOTBOL / NOTEOL
- Fixed many problems found by OSS-Fuzz
- Fixed many problems found by Coverity
- Fixed CVE-2020-26159

(kim)

2020-10-07 20:50:06 UTC MAIN commitmail json YAML

doc: Updated benchmarks/google-benchmark to 1.5.2

(wiz)

2020-10-07 20:49:56 UTC MAIN commitmail json YAML

google-benchmark: update to 1.5.2.

    Timestamps in output are now rfc3339-formatted #965
    overflow warnings with timers fixed #980
    Python dependencies are now covered by a requirements.txt #994
    JSON output cleaned up when no CPU scaling is present (#1008)
    CartesianProduct added for easier settings of multiple ranges (#1029)
    Python bindings improvements:
        Custom main functions (#993)
        A rename to google_benchmark (#199
        More state methods bound (#1037) with a builder interface (#1040)
    Workflow additions in github include pylint (#1039) and bindings runs (#1041)

(wiz)

2020-10-07 20:46:17 UTC MAIN commitmail json YAML

doc: Updated devel/appstream-glib to 0.7.18

(wiz)

2020-10-07 20:46:05 UTC MAIN commitmail json YAML

appstream-glib: update to 0.7.18.

Version 0.7.18
~~~~~~~~~~~~~~
Released: 2020-09-07

New Features:
- Add content rating system APIs from gnome-software (Philip Withnall)
- Add "validate-version" command (Florian Müllner)

Bugfixes:
- Allow timestamp in the future in validate-relax (Bartłomiej Piotrowski)
- Don't ignore localized strings that are the same as original (Isaque Galdino)
- Fix crash with invalid children of <ul/> (Fabian Vogt)
- Lower the OARS/CSM mapping of sex-homosexuality/intense (Philip Withnall)
- Properly initialize mutexes (Laurent Bigonville)
- Test launchable tags in validation (Ian McInerney)

(wiz)

2020-10-07 20:08:59 UTC MAIN commitmail json YAML

py-cachecontrol: Install "versioned" doesitcache

Possible multiple version of py-cachecontrol can now peacefully coexist.

Discussed with <schmonz>.

PKGREVISION++

(leot)

2020-10-07 20:04:08 UTC MAIN commitmail json YAML

py-cachecontrol: Remove duplicate `python' in CATEGORIES

(leot)

2020-10-07 19:53:12 UTC MAIN commitmail json YAML

doc: Updated textproc/expat to 2.2.10

(wiz)

2020-10-07 19:53:02 UTC MAIN commitmail json YAML

expat: update to 2.2.10.

Use cmake for building.

Release 2.2.10 Sat October 3 2020
        Bug fixes:
  #390 #395 #398  Fix undefined behavior during parsing caused by
                    pointer arithmetic with NULL pointers
      #404 #405  Fix reading uninitialized variable during parsing
            #406  xmlwf: Add missing check for malloc NULL return

        Other changes:
            #396  Windows: Drop support for Visual Studio <=8.0/2005
            #409  Windows: Add missing file "Changes" to the installer
                    to fix compilation with CMake from installed sources
            #403  xmlwf: Document exit codes in xmlwf manpage and
                    exit with code 3 (rather than code 1) for output errors
                    when used with "-d DIRECTORY"
      #356 #359  MinGW: Provide declaration of rand_s for mingwrt <5.3.0
      #383 #392  Autotools: Use -Werror while configure tests the compiler
                    for supported compile flags to avoid false positives
  #383 #393 #394  Autotools: Improve handling of user (C|CPP|CXX|LD)FLAGS,
                    e.g. ensure that they have the last word over flags added
                    while running ./configure
            #360  CMake: Create libexpatw.{dll,so} and expatw.pc (with emphasis
                    on suffix "w") with -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
            #360  CMake: Detect and deny unsupported build combinations
                    involving -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
            #360  CMake: Install pre-compiled shipped xmlwf.1 manpage in case
                    of -DEXPAT_BUILD_DOCS=OFF
  #375 #380 #419  CMake: Fix use of Expat by means of add_subdirectory
      #407 #408  CMake: Keep expat target name constant at "expat"
                    (i.e. refrain from using the target name to control
                    build artifact filenames)
            #385  CMake: Fix compilation with -DEXPAT_SHARED_LIBS=OFF for
                    Windows
                  CMake: Expose man page compilation as target "xmlwf-manpage"
      #413 #414  CMake: Introduce option EXPAT_BUILD_PKGCONFIG
                    to control generation of pkg-config file "expat.pc"
            #424  CMake: Add minimalistic support for building binary packages
                    with CMake target "package"; based on CPack
            #366  CMake: Add option -DEXPAT_OSSFUZZ_BUILD=(ON|OFF) with
                    default OFF to build fuzzer code against OSS-Fuzz and
                    related environment variable LIB_FUZZING_ENGINE
            #354  Fix testsuite for -DEXPAT_DTD=OFF and -DEXPAT_NS=OFF, each
    #354 #355 ..
      #356 #412  Address compiler warnings
      #368 #369  Address pngcheck warnings with doc/*.png images
                  Version info bumped from 7:11:6 to 7:12:6

        Special thanks to:
            asavah
            Ben Wagner
            Bhargava Shastry
            Frank Landgraf
            Jeffrey Walton
            Joe Orton
            Kleber Tarcísio
            Ma Lin
            Maciej SroczyÅ„ski
            Mohammed Khajapasha
            Vadim Zeitlin
                and
            Cppcheck 2.0 and the Cppcheck team

(wiz)

2020-10-07 19:47:10 UTC MAIN commitmail json YAML

doc: Updated mail/feed2exec to 0.16.0

(schmonz)

2020-10-07 19:46:53 UTC MAIN commitmail json YAML

Update to 0.16.0. From the changelog:

API changes:

* refactoring into a somewhat MVC model: split large feeds.py into
  model.py and controller.py
* rename FeedCacheStorage to FeedItemCacheStorage
* factor out getter/setters in the base sqlite class
* remove conn member in sqlite to force use of context manager
* move session and fetching to the feed manager
* rename feeds to feed_manager in main
* allow absolute path in folder setting (Closes: #14)

New features:

* caching: latest feed contents get cached to avoid re-downloading
  unchanged feeds. this includes parsing HTTP headers and so on, and
  relies on the good behavior of the `cachecontrol` Python module
* Python 3.6-3.8 support

Bugfixes:
* recover from feedparser exceptions (Closes: #964597)

[ Roland Hieber ]
* README: don't let the example config create a folder named '~/Mailbox/'

[ Ian Zimmerman ]
* add --quiet option to silence warnings since --loglevel was broken

(schmonz)

2020-10-07 19:46:03 UTC MAIN commitmail json YAML

doc: Added devel/py-cachecontrol version 0.12.6

(schmonz)

2020-10-07 19:45:40 UTC MAIN commitmail json YAML

Add and enable py-cachecontrol.

(schmonz)

2020-10-07 19:44:52 UTC MAIN commitmail json YAML

Initial import of py-cachecontrol, a port of the caching algorithms in
httplib2 for use with requests session object.

It was written because httplib2's better support for caching is often
mitigated by its lack of thread safety. The same is true of requests in
terms of caching.

(schmonz)

2020-10-07 18:09:52 UTC MAIN commitmail json YAML

checksum.awk: Avoid warnings with newer gawk.

Reported by Jæ—¦rn Clausen in PR#55581.

(jperkin)

2020-10-07 13:25:20 UTC MAIN commitmail json YAML

gxemul: Fix install failure, remove .orig file

(ryoon)

2020-10-07 12:59:09 UTC MAIN commitmail json YAML

(cad/dinotrace) Add missing BUILD_DEPENDS

(mef)

2020-10-07 12:57:50 UTC MAIN commitmail json YAML

Updated misc/py-tqdm, www/py-google-api-python-client

(adam)

2020-10-07 12:57:33 UTC MAIN commitmail json YAML

py-google-api-python-client: updated to 1.12.3

1.12.3:

Bug Fixes
deps: update setup.py to install httplib2>=0.15.0

1.12.2:

Bug Fixes
add method to close httplib2 connections

1.12.1:

Bug Fixes
deps: require six>=1.13.0

1.12.0:

Features
add quota_project, credentials_file, and scopes support

Documentation
convert print statement to function
remove http from batch execute docs

(adam)

2020-10-07 12:52:31 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.50.1

tqdm v4.50.1 stable

fix multiprocessing lock creation leak
fixes 617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed until now) where multiple threads could concurrently create and append process locks to a global list, then try to release them without first acquiring �汨ソ
major test overhaul: fix, update, and speed up
misc CI framework updates
code linting
minor documentation tidy

tqdm v4.50.0 stable

add bar colour option
for notebook as well as std/CLI
plain text as well as hex (e.g. 'green' or '#00ff00')
notebook improvements
split bar description into separate widget
improve reset() (handle width and colour)
fix exceptions when file is closed
add & update tests
minor documentation updates
move and configure issue/pr templates

tqdm v4.49.0 stable

CLI: add --tee
CLI: add --update and --update_to
CLI: add --null
CLI: accept - instead of _ in options (e.g. --update-to)
make update() return True on display to ease efficient use of custom callbacks
fix py>=3 CLI --delim encoding error
fix py>=3.5 version detection in tqdm.auto
fix final ETA when using initial
update documentation
add & update custom callback examples
improve help formatting of boolean CLI options
add & update tests

(adam)

2020-10-07 11:12:57 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 10.0

(wiz)

2020-10-07 11:10:35 UTC MAIN commitmail json YAML

pkgsrc/security/tor-browser/Makefile@1.76 / diff
pkgsrc/security/tor-browser/PLIST@1.9 / diff
pkgsrc/security/tor-browser/distinfo@1.29 / diff
pkgsrc/security/tor-browser/patches/patch-.mozconfig@1.3 / diff
pkgsrc/security/tor-browser/patches/patch-aa@1.7 / diff
pkgsrc/security/tor-browser/patches/patch-browser_app_profile_firefox.js@1.4 / diff
pkgsrc/security/tor-browser/patches/patch-build_moz.configure_rust.configure@1.4 / diff
pkgsrc/security/tor-browser/patches/patch-config_gcc-stl-wrapper.template.h@1.2 / diff
pkgsrc/security/tor-browser/patches/patch-config_makefiles_rust.mk@1.3 / diff
pkgsrc/security/tor-browser/patches/patch-configure.in@1.1 / diff
pkgsrc/security/tor-browser/patches/patch-dom_base_nsAttrName.h@1.2 / diff
pkgsrc/security/tor-browser/patches/patch-dom_media_CubebUtils.cpp@1.3 / diff
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_lib.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_device.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_fd.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_mod.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_monitor.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_transaction.rs deleted
pkgsrc/security/tor-browser/patches/patch-dom_webauthn_u2f-hid-rs_src_netbsd_uhid.rs deleted
pkgsrc/security/tor-browser/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp@1.3 / diff
      :
(more 44 files)
tor-browser: update to 10.0.

Tor Browser 10.0 -- September 22 2020
* Windows + OS X + Linux
  * Update Firefox to 78.3.0esr
  * Update Tor to 0.4.4.5
  * Update Tor Launcher to 0.2.25
    * Bug 32174: Replace XUL <textbox> with <html:input>
    * Bug 33890: Rename XUL files to XHTML
    * Bug 33862: Fix usages of createTransport API
    * Bug 33906: Fix Tor-Launcher issues for Firefox 75
    * Bug 33998: Use CSS grid instead of XUL grid
    * Bug 34164: Tor Launcher deadlocks during startup (Firefox 77)
    * Bug 34206: Tor Launcher button labels are missing (Firefox 76)
    * Bug 40002: After rebasing to 80.0b2 moat is broken [tor-launcher]
    * Translations update
  * Update NoScript to 11.0.44
    * Bug 40093: Youtube videos on safer produce an error [tor-browser]
  * Translations update
  * Bug 10394: Let Tor Browser update HTTPS Everywhere
  * Bug 11154: Disable TLS 1.0 (and 1.1) by default
  * Bug 16931: Sanitize the add-on blocklist update URL
  * Bug 17374: Disable 1024-DH Encryption by default
  * Bug 21601: Remove unused media.webaudio.enabled pref
  * Bug 30682: Disable Intermediate CA Preloading
  * Bug 30812: Exempt about: pages from Resist Fingerprinting
  * Bug 31918+33533+40024+40037: Rebase Tor Browser esr68 patches for ESR 78 [tor-browser]
  * Bug 32612: Update MAR_CHANNEL_ID for the alpha
  * Bug 32886: Separate treatment of @media interaction features for desktop and android
  * Bug 33534: Review FF release notes from FF69 to latest (FF78)
  * Bug 33697: Use old search config based on list.json
  * Bug 33721: PDF Viewer is not working in the safest security level
  * Bug 33734: Set MOZ_NORMANDY to False
  * Bug 33737: Fix aboutDialog.js error for Firefox nightlies
  * Bug 33848: Disable Enhanced Tracking Protection
  * Bug 33851: Patch out Parental Controls detection and logging
  * Bug 33852: Clean up about:logins to not mention Sync
  * Bug 33856: Set browser.privatebrowsing.forceMediaMemoryCache to True
  * Bug 33862: Fix usages of createTransport API
  * Bug 33867: Disable password manager and password generation
  * Bug 33890: Rename XUL files to XHTML
  * Bug 33892: Add brandProductName to brand.dtd and brand.properties
  * Bug 33962: Uplift patch for bug 5741 (dns leak protection)
  * Bug 34125: API change in protocolProxyService.registerChannelFilter
  * Bug 40001: Generate tor-browser-brand.ftl when importing translations [torbutton]
  * Bug 40002: Remove about:pioneer [tor-browser]
  * Bug 40002: Fix generateNSGetFactory being moved to ComponentUtils [torbutton]
  * Bug 40003: Adapt code for L10nRegistry API changes [torbutton]
  * Bug 40005: Initialize the identity UI before setting up the circuit display [torbutton]
  * Bug 40006: Fix new identity for 81 [torbutton]
  * Bug 40007: Move SecurityPrefs initialization to the StartupObserver component [torbutton]
  * Bug 40008: Style fixes for 78 [torbutton]
  * Bug 40016: Update Snowflake to discover NAT type [tor-browser-build]
  * Bug 40017: Audit Firefox 68-78 diff for proxy issues [tor-browser]
  * Bug 40022: Update new icons in Tor Browser branding [tor-browser]
  * Bug 40025: Revert add-on permissions due to Mozilla's 1560059 [tor-browser]
  * Bug 40036: Remove product version/update channel from #13379 patch [tor-browser]
  * Bug 40038: Review RemoteSettings for ESR 78 [tor-browser]
  * Bug 40048: Disable various ESR78 features via prefs [tor-browser]
  * Bug 40059: Verify our external helper patch is still working [tor-browser]
  * Bug 40066: Update existing prefs for ESR 78 [tor-browser]
  * Bug 40066: Remove default bridge 37.218.240.34 [tor-browser-build]
  * Bug 40073: Disable remote Public Suffix List fetching [tor-browser]
  * Bug 40073: Repack omni.ja to include builtin HTTPS Everywhere [tor-browser-build]
  * Bug 40078: Backport patches for bug 1651680 for now [tor-browser]
  * Bug 40082: Let JavaScript on safest setting handled by NoScript again [tor-browser]
  * Bug 40088: Moat "Submit" button does not work
  * Bug 40090: Disable v3 add-on blocklist for now [tor-browser]
  * Bug 40091: Load HTTPS Everywhere as a builtin addon [tor-browser]
  * Bug 40102: Fix UI bugs in Tor Browser 10.0 alpha [tor-browser]
  * Bug 40106: Cannot install addons in full screen mode [tor-browser]
  * Bug 40109: Playing video breaks after reloading pages [tor-browser]
  * Bug 40119: Enable v3 extension blocklisting again [tor-browser]
* Windows
  * Bug 33855: Don't use site's icon as window icon in Windows in private mode
  * Bug 40061: Omit the Windows default browser agent from the build [tor-browser]
* OS X
  * Bug 32252: Tor Browser does not display correctly in VMWare Fusion on macOS (mojave)
* Build System
  * Windows + OS X + Linux
    * Bump Go to 1.14.7
    * Bug 31845: Bump GCC version to 9.3.0
    * Bug 34011: Bump clang to 9.0.1
    * Bug 34014: Enable sqlite3 support in Python
    * Bug 34390: Don't copy DBM libraries anymore
    * Bug 34391: Remove unused --enable-signmar option
    * Bug 40004: Adapt Rust project for Firefox 78 ESR [tor-browser-build]
    * Bug 40005: Adapt Node project for Firefox 78 ESR [tor-browser-build]
    * Bug 40006: Adapt cbindgen for Firefox 78 ESR [tor-browser-build]
    * Bug 40037: Move projects over to clang-source [tor-browser-build]
    * Bug 40026: Fix full .mar creation for esr78 [tor-browser-build]
    * Bug 40027: Fix incremental .mar creation for esr78 [tor-browser-build]
    * Bug 40028: Do not reference unset env variables [tor-browser-build]
    * Bug 40031: Add licenses for kcp-go and smux. [tor-browser-build]
    * Bug 40045: Fix complete .mar file creation for dmg2mar [tor-browser-build]
    * Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1 [tor-browser-build]
    * Bug 40087: Deterministically add HTTPS Everywhere into omni.ja [tor-browser-build]
  * Windows
    * Bug 34230: Update Windows toolchain for Firefox 78 ESR
    * Bug 40015: Use only 64bit fxc2 [tor-browser-build]
    * Bug 40017: Enable stripping again on Windows [tor-browser-build]
    * Bug 40052: Bump NSIS to 3.06.1 [tor-browser-build]
    * Bug 40061: Omit the Windows default browser agent from the build [tor-browser]
    * Bug 40071: Be explicit about no SEH with mingw-w64 on 32bit systems [tor-browser-build]
    * Bug 40077: Don't pass --no-insert-timestamp when building Firefox [tor-browser-build]
    * Bug 40090: NSIS 3.06.1 based builds are not reproducible anymore [tor-browser-build]
  * OS X
    * Bug 34229: Update macOS toolchain for Firefox 78 ESR
    * Bug 40003: Update cctools version for Firefox 78 ESR [tor-browser-build]
    * Bug 40018: Add libtapi project for cctools [tor-browser-build]
    * Bug 40019: Ship our own runtime library for macOS [tor-browser-build]
  * Linux
    * Bug 34359: Adapt abicheck.cc to deal with newer GCC version
    * Bug 34386: Fix up clang compilation on Linux
    * Bug 40053: Also create the langpacks tarball for non-release builds [tor-browser-build]

Tor Browser 10.0a7 -- September 14 2020
* Windows + OS X + Linux
  * Update Tor Launcher to 0.2.24
  * Update NoScript to 11.0.43
  * Translations update
  * Bug 10394: Let Tor Browser update HTTPS Everywhere
  * Bug 32017: Use ExtensionStorageIDB again
  * Bug 40006: Fix new identity for 81 [torbutton]
  * Bug 40007: Move SecurityPrefs initialization to the StartupObserver component [torbutton]
  * Bug 40008: Style fixes for 78 [torbutton]
  * Bug 40066: Remove default bridge 37.218.240.34 [tor-browser-build]
  * Bug 40073: Repack omni.ja to include builtin HTTPS Everywhere [tor-browser-build]
  * Bug 40091: Load HTTPS Everywhere as a builtin addon [tor-browser]
  * Bug 40102: Fix UI bugs in Tor Browser 10.0 alpha [tor-browser]
  * Bug 40109: Playing video breaks after reloading pages [tor-browser]
  * Big 40119: Enable v3 extension blocklisting again [tor-browser]
* Build System
  * Windows + OS X + Linux
    * Bump Go to 1.14.7
    * Bug 40031: Add licenses for kcp-go and smux. [tor-browser-build]
    * Bug 40045: Fix complete .mar file creation for dmg2mar [tor-browser-build]
    * Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1 [tor-browser-build]
    * Bug 40087: Deterministically add HTTPS Everywhere into omni.ja [tor-browser-build]
  * Windows
    * Bug 40052: Bump NSIS to 3.06.1 [tor-browser-build]
    * Bug 40071: Be explicit about no SEH with mingw-w64 on 32bit systems [tor-browser-build]
    * Bug 40077: Don't pass --no-insert-timestamp when building Firefox [tor-browser-build]
    * Bug 40090: NSIS 3.06.1 based builds are not reproducible anymore [tor-browser-build]

Tor Browser 10.0a6 -- August 26 2020
* All Platforms
  * Update HTTPS Everywhere to 2020.08.13
* Windows + OS X + Linux
  * Update Firefox to 78.2.0esr
  * Update Tor Launcher to 0.2.23
    * Bug 40002: After rebasing to 80.0b2 moat is broken [tor-launcher]
    * Translations update
  * Update NoScript to 11.0.39
  * Bug 21601: Remove unused media.webaudio.enabled pref
  * Bug 40002: Remove about:pioneer [tor-browser]
  * Bug 40082: Let JavaScript on safest setting handled by NoScript again [tor-browser]
  * Bug 40088: Moat "Submit" button does not work
  * Bug 40090: Disable v3 add-on blocklist for now [tor-browser]
* OS X
  * Bug 40015: Tor Browser broken on MacOS 11 Big Sur
* Android
  * Update Firefox to 68.12.0esr
  * Update NoScript to 11.0.38
  * Update Tor to 0.4.4.4-rc
* Build System
  * Windows + OS X + Linux
    * Bump Go to 1.13.15
  * Linux
    * Bug 40053: Also create the langpacks tarball for non-release builds [tor-browser-build]

(wiz)

2020-10-07 10:44:14 UTC MAIN commitmail json YAML

bootstrap: Fix numerical calculation on Big Sur.

(jperkin)

2020-10-07 10:15:03 UTC MAIN commitmail json YAML

ntp4: Don't assume arc4random_addrandom() is available.

(jperkin)

2020-10-07 09:09:39 UTC MAIN commitmail json YAML

2020-10-07 05:12:23 UTC MAIN commitmail json YAML

2020-10-07 04:34:01 UTC MAIN commitmail json YAML

gdb: fix installation of gcore.1 on platforms that support gcore

Previously, gcore.1 was only installed on Linux due to an omission
in gdb/doc/Makefile.in. This caused file-check errors on Linux since
gcore.1 was not mentioned in PLIST.common.

To fix this, apply upstream commit [0] so that gcore.1 is installed
whenever gcore is.

[0] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4b136f6f9aba2122868704bc18fd21e1d232392c

(mcf)

2020-10-07 00:44:37 UTC MAIN commitmail json YAML

Updated emulators/gxemul to 0.6.2nb1.

(thorpej)

2020-10-07 00:43:05 UTC MAIN commitmail json YAML

2020-10-07 00:04:40 UTC MAIN commitmail json YAML

Find lua more reliably. Fixes at least macOS, still works on NetBSD.

(schmonz)

2020-10-06 21:13:39 UTC MAIN commitmail json YAML

gdb: make python files in PLIST conditional on python option

These files are only installed when python support is enabled. This
issue was already fixed for devel/gdb7 by micha, so apply the same
fix here.

(mcf)

2020-10-06 20:59:25 UTC MAIN commitmail json YAML

csound6-manual 6.15.0.

(mrg)

2020-10-06 20:58:50 UTC MAIN commitmail json YAML

2020-10-06 20:54:55 UTC MAIN commitmail json YAML

switch to python 3.  it works now (apparenty since at least 2016.)
update homepage to new github source.  bump pkgrevision.

(mrg)

2020-10-06 19:51:19 UTC MAIN commitmail json YAML

2020-10-06 19:50:46 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.50.1

(wiz)

2020-10-06 19:50:37 UTC MAIN commitmail json YAML

vala: update to 0.50.1.

Vala 0.50.1
===========
* Various improvements and bug fixes:
  - codegen:
    + Don't falsly use g_return_val_if_fail() for async creation method [#1077]
    + Don't pass CCodeFunctionCall to NULL-aware free macro
  - vala:
    + Improve parsing of with-statement and allow it as embedded statement
    + Prioritize the usage of an existing with-variable instance,
      Recognize previously inserted implicit access to with-variable [#1043]
  - parser: Allow to begin expression with statement keyword [#1073]
  - g-i: Fix a couple of C compiler warnings
  - libvaladoc: Fix a couple of C compiler warnings
  - testrunner: Pass --enable-checking to increase coverage, Filter external
    -0X flags to preserve current default -O0
  - build: Stop passing obsolete --use-header

* Bindings:
  - gstreamer: Update from 1.19.0+ git master
  - gtk4: Don't skip LayoutManager.create_layout_child() [#1071]
  - gtk4: Update to 3.99.1+15b635d7
  - vapi: Update GIR-based bindings
  - webkit2gtk-4.0: Update to 2.30.1

Vala 0.50.0
===========
* Various improvements and bug fixes:
  - codegen: The actual struct size is required for calloc (POSIX) [#1068]

* Bindings:
  - gstreamer: Update from 1.18.0+ git master
  - poppler-glib: Update to 20.09.0
  - vapi: Update GIR-based bindings

Vala 0.49.92
============
* Various improvements and bug fixes:
  - Don't use locale dependent string functions on syntax strings [#1067]
  - girparser: Additionally fallback to "glib:type-name" to retrieve the cname
  - libvaladoc/girimporter:
    + Fallback to "name" for callback
    + Fallback to "glib:type-name" for class, interface and record
    + Improve parse_symbol_doc() and don't use parse_doc()
    + Skip "attribute" elements
  - libvaladoc/gtkdoc-importer:
    + Correctly retrieve "url" from "ulink" elements
    + Don't let parse_block_taglet() return null

* Bindings:
  - gtk4: Update to 3.99.1
  - vapi: Update GIR-based bindings

Vala 0.49.91
============
* Various improvements and bug fixes:
  - codegen: Don't append unreachable clean-up section of Block [#169] [#838]
  - codegen: Always include base_struct declaration if available [#464]
  - vala: Additionally break on ObjectCreationExpression in "tainted" check
  - vala: Add ObjectCreationExpression.to_string()
  - manual: Update from wiki.gnome.org

* Bindings:
  - gio-unix-2.0,glib-2.0: Updates for 2.66
  - gtk4: Resolve a few conflicts of methods with virtual-methods

Vala 0.49.90
============
* Regression and bug fixes:
  - Revert "girwriter: Use appropriate get_ccode_* functions" [#1059]
  - tests: Don't rely on undefined use-after-free behaviour of glibc
  - Add TraverseVisitor for traversing the tree with a callback
  - Force usage of temporary variables for "tainted" member accesses [#1061]
  - vala: Move transformation of unary increment/decrement to codegen
  - vala: Set parent_node for child nodes of lambda-expression [#1062]

* Bindings:
  - gstreamer: Update from 1.17.2+ git master
  - gtk4: Update to 3.99.0+e6e2d6b4
  - pango: Update from 1.46.0
  - webkit2gtk-4.0: Update to 2.29.91

Vala 0.49.2
===========
* Highlights:
  - Support non-virtual signals with default handler [#1056]

* Various improvements and bug fixes:
  - codegen: Include header for base-symbols when connecting vfuncs
  - vala:
    + Inherit CCode.returns_floating_reference attribute from base [#1053]
    + Mark tranformed member-access as qualified [#57]
    + Switch context if with-variable is not owned by with-statement [#1043]
  - girparser: Add support for string "feature_test_macro" metadata

* Bindings:
  - gio-2.0: Include "gio/gsettingsbackend.h" for GLib.SettingsBackend
    members [#1054]
  - goocanvas-2.0: Fix some field ownerships and types [#1057]
  - gstreamer: Update from 1.17.2+ git master
  - gtk4: Update to 3.99.0+358b698e
  - pango: Update from 1.45.4+
  - posix: Add missing "has_typedef" attribute for some delegates
  - posix: Declare WRDE_APPEND constant as public
  - vapi: Update GIR-based bindings

Vala 0.49.1
===========
* Highlights:
  - Use defintions of public header in internal header if available
    and drop --use-header compiler option and enable it by default [#713]
  - gdbus: Use GDBusProxy API to set `g-interface-info` at initialization time
  - Check vfunc of abstract/virtual methods and property accessors for NULL
    before using it [#153]
  - Check coverage of switch on enum-type and issue warnings if needed [#777]
  - Map empty start/end index to 0/length for slice expressions [#238]
  - Add support for "with" statement (mark them experiemental) [#327]
  - Use inheritted scopes of base-types/prerequisites to resolve symbols [#54]

* Various improvements and bug fixes:
  - codegen:
    + Add implicit parameter and instance checks in async method [#1005]
    + Make use of CCode.cname for label name of CatchClause
  - vala:
    + Move setting of target profile and standard packages into CodeContext
    + Remove some public API from expressions and statements
    + Add Expression.is_always_true/false() helpers
    + Add InvalidExpression as replacement for erroneous nodes instead
    + Don't loose invalid_syntax when copying array type for variables [#942]
  - girparser: Strip "Enum"-suffix only from enumeration
  - girwriter: Internal fields/vfuncs in type-symbols are public in C [#513]
  - libvaladoc: Remove unused Api.Class.get_finalize_function_name() API
  - testrunner: Add more -Werror=* flags

* Bindings:
  - gio-unix-2.0: Fix "g_unix_mount_for" binding [#1052]
  - glib-2.0,gio-2.0,gobject-2.0: Updates for 2.66
  - glib-2.0: data of GLib.Bytes is allowed to be null
  - glib-2.0: Add more explicit type_id attributes for various symbols
  - gstreamer: Update from 1.17.2+ git master
  - gtk4: Update to 3.99.0+d743e757
  - pango: Update from 1.45.2
  - vapi: Update GIR-based bindings

(wiz)

2020-10-06 18:41:00 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 20.3.1

(rillig)

2020-10-06 18:40:50 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 20.3.1

Changes since 20.3.0:

URLs from cpan.metacpan.org should not be used as HOMEPAGE for Perl
packages since they don't provide an overview over the package, instead
the just list the distribution files.

Lines in doc/CHANGES may contain the pattern "Removed <pkgpath> version
<version>".  Before, only "Removed <pkgpath>" (without additional
information) or "Removed <pkgpath> successor <pkgpath>" were allowed.
Mentioning the last seen version number sounds useful.  It is not
cross-checked right now; that check may be added later.

(rillig)

2020-10-06 17:52:16 UTC MAIN commitmail json YAML

py-hg-evolve: add missing test dependencies

Update test status.

(wiz)

2020-10-06 17:51:51 UTC MAIN commitmail json YAML

doc: mention the removal of SUBST_NOOP_OK

(rillig)

2020-10-06 17:50:57 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.5.2

(wiz)

2020-10-06 17:50:47 UTC MAIN commitmail json YAML

py-mercurial: update to 5.5.2.

Make py-expat a full dependency, it is used (indirectly) by an
installed file.

Update rust cargo files list; however, two still don't fetch so keep
rust option disabled.

Mercurial 5.5.2 (2020-10-2)

Regularly scheduled bug fix release.

1.1. commands

    log: fix crash and bad filematcher lookup by -fr'wdir()' PATH

1.2. unsorted

    hgdemandimport: bypass demandimport for _ast module (issue6407)
    hgdemandimport: exclude more sqlalchemy modules

    strip: with --keep, consider all revs "removed" from the wcp (issue6270)

(wiz)

2020-10-06 17:48:02 UTC MAIN commitmail json YAML

mk/subst.mk: remove SUBST_NOOP_OK

This means that from now on, there is no global setting to switch off
this redundancy check.  Individual SUBST classes can still set their own
SUBST_NOOP_OK.<id> in order to ignore no-op filename patterns.

The current bulk builds do not show any build failures that are caused
by this, which means that really almost all packages have been migrated.

(rillig)

2020-10-06 17:36:50 UTC MAIN commitmail json YAML

mk: fix undefined variables for current make running in -dL mode

In lint mode, NetBSD's make is stricter about undefined variables.  In
conditions, the function arguments must be fully defined.

(rillig)

2020-10-06 15:15:31 UTC MAIN commitmail json YAML

pkgin: The cat page is no more.

(jperkin)

2020-10-06 12:06:16 UTC MAIN commitmail json YAML

Updated www/nginx to 1.18.0nb3

(nils)

2020-10-06 12:04:30 UTC MAIN commitmail json YAML

Updated naxsi module to version 1.1a.

Upstream changes since 0.56:
1.0:
* Parse body of PATCH requests
* Scientific notation in json
* Log clarification
* Fixed country code when geoip library fail to get geolocation or ip is private/local address
* Fixed issues to setup nxapi on ES5 and added country location on stats and generated whitelists
1.1:
* Fixed various compilation issues
* Fixed valid JSON blocked by Rule ID 15
* Fixed documentation
* Updated libinjection to 3.9.2
* Added Content-type: application/vnd.api+json
* Added JSON logging output for events
* Implemented Whitelist for IPs and CIDRs and support for IPv4 and IPv6
1.1a:
* Fixed 3 vulnerabilities related to the WAF.
* Fixed build on FreeBSD

(nils)

2020-10-06 11:59:22 UTC MAIN commitmail json YAML

Updated www/nginx-devel

(nils)

2020-10-06 11:57:51 UTC MAIN commitmail json YAML

Update naxsi module to 1.1a in www/nginx-devel

(nils)

2020-10-06 10:52:40 UTC MAIN commitmail json YAML

doc: Updated devel/py-hypothesis to 5.37.0

(wiz)

2020-10-06 10:52:29 UTC MAIN commitmail json YAML

py-hypothesis: update to 5.37.0.

About a year of changes that are only available on a very detailed
level.

Biggest change: stop supporting Python 2.x

Detailed changes here:
https://hypothesis.readthedocs.io/en/latest/changes.html

(wiz)

2020-10-06 10:51:22 UTC MAIN commitmail json YAML

2020-10-06 10:51:04 UTC MAIN commitmail json YAML

devel/Makefile: add py-hypothesis4

and one other missing entry

(wiz)

2020-10-06 10:50:23 UTC MAIN commitmail json YAML

py-rlp: switch to ipython5

ipython does not support python 3.6

Alternatively, we could mark this (and its dependencies) as not for
python 3.6.

(wiz)

2020-10-06 10:47:34 UTC MAIN commitmail json YAML

python: versioned_dependencies: support py-hypothesis

(wiz)

2020-10-06 10:27:44 UTC MAIN commitmail json YAML

net: Enable mkvserver_mk2

(ryoon)

2020-10-06 10:27:00 UTC MAIN commitmail json YAML

doc: Added net/mkvserver_mk2 version 0.0.0.20200117

(ryoon)

2020-10-06 10:26:10 UTC MAIN commitmail json YAML

net/mkvserver_mk2: import mkvserver_mk2-0.0.0.20200117

Matroska Server Mk2

This project is the result of years of thinking, trying and finally
succeeding.

This software makes it possible to stream (almost) anything remuxed
as matroska live in real-time over http to multiple clients.

This is probably also one of the first real world usages of FFmpeg's
http server component (which I wrote as part of GSoC 2015).

(ryoon)

2020-10-06 10:16:37 UTC MAIN commitmail json YAML

icewm14: Update homepage

(triaxx)

2020-10-06 10:16:14 UTC MAIN commitmail json YAML

icewm13: Update homepage

(triaxx)

2020-10-06 09:47:27 UTC MAIN commitmail json YAML

devel/py-hypothesis4: import py-hypothesis-4.57.1

This is a reimport of py-hypothesis before updating it to a version
that is not compatible with Python 2.x.

Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by hand.
It's based on the Haskell library, Quickcheck, and is designed to
integrate seamlessly into your existing Python unit testing work
flow.

Hypothesis is both extremely practical and also advances the state
of the art of unit testing by some way. It's easy to use, stable,
and extremely powerful. If you're not using Hypothesis to test your
project then you're missing out.

This package contains the last version supporting Python 2.x.

(wiz)

2020-10-06 09:25:36 UTC MAIN commitmail json YAML

doc: Updated devel/spdlog to 1.8.1

(wiz)

2020-10-06 09:25:26 UTC MAIN commitmail json YAML

spdlog: update to 1.8.1.

1.8.1

    Fixed load_env_levels() and load_argv_levels() #1680 (thanks @Tridacnid ).
    Fixed stdout sink that produced extra carriage returns on Windows #1675 (thanks @chris-t-w ).
    Fixed msvc_sink including windows.h #1667 (thanks @Ryan-rsm-McKenzie).
    Fixed stopwatch's clock to use chrono::steady_clock #1676 (thanks @SuperWig).
    Added support for Rcpp (R cpp compiler) #1685 (thanks @eddelbuettel).

1.8.0

    Upgraded bundled fmt to version 7.0.3.
    New stopwatch utility for quick & easy logging of elapsed time.
    Raised CMake requirement to 3.10 and cleanup CMakeLists.txt (#1624). Thanks @tambry.
    Added get_level() and should_log() functions to the spdlog:: namespace (#1628). Thanks @eyalroz.
    Fixed tcp_client for macOS (#1640). Thanks @dkruempe.
    Fixed cfg::load_env_levels() function declaration (#1651). Thanks @bareya.
    Updated Fedora install info in the readme (#1653). Thanks @gk6k6k.
    Fixed #1617 (aligned function pattern flag is broken). Thanks @VelocityRa for reporting.
    Fixed #1581 (compiling under msys in win10).

(wiz)

2020-10-06 08:41:35 UTC MAIN commitmail json YAML

py-leather: add DEPENDS, cleanup

(adam)

2020-10-06 08:37:23 UTC MAIN commitmail json YAML

py-pytimeparse: cleanup

(adam)

2020-10-06 05:43:54 UTC MAIN commitmail json YAML

www/py-django-import-export, net/py-responses

(adam)

2020-10-06 05:43:30 UTC MAIN commitmail json YAML

py-responses: updated to 0.12.0

0.12.0
- Remove support for Python 3.4.

0.11.0
- Added the `match` parameter to `add()`.
- Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`.

(adam)

2020-10-06 05:41:16 UTC MAIN commitmail json YAML

py-django-import-export: updated to 2.4.0

2.4.0:
Fix deprecated Django 3.1 Signal(providing_args=...) usage.
Fix deprecated Django 3.1 django.conf.urls.url() usage.

(adam)

2020-10-06 05:38:05 UTC MAIN commitmail json YAML

Updated security/py-google-auth, www/py-h11

(adam)

2020-10-06 05:36:36 UTC MAIN commitmail json YAML

py-h11: updated to 0.11.0

v0.11.0

New features:

* h11 now stores and makes available the raw header name as
  received. In addition h11 will write out header names with the same
  casing as passed to it. This allows compatibility with systems that
  expect titlecased header names.
* Multiple content length headers are now merged into a single header
  if all the values are equal, if any are unequal a LocalProtocol
  error is raised (as before).

Backwards **in**\compatible changes:

* Headers added by h11, rather than passed to it, now have titlecased
  names. Whilst this should help compatibility it replaces the
  previous lowercased header names.

(adam)

2020-10-06 05:35:24 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.22.1

1.22.1

Bug Fixes
move aiohttp to extra as it is currently internal surface

1.22.0

Features
add asyncio based auth flow

(adam)

2020-10-06 04:27:39 UTC MAIN commitmail json YAML

(inputmethod/ibus) regen PLIST

(mef)

2020-10-06 04:02:08 UTC MAIN commitmail json YAML

doc: Updated cad/dinotrace-mode to 9.4f

(mef)

2020-10-06 04:01:58 UTC MAIN commitmail json YAML

(cad/dinotrace-mode) Update 9.4c to 9.4f (9.4c was broken recently)

(pkgsrc)
- githubify

(upstream)  .. Following info are the same as dinotrace properl

* Dinotrace 9.4f 2019/10/26

****    Minor cleanups for github repository.

* Dinotrace 9.4e 2016/11/24

****    Fix clang compiler warnings.

* Dinotrace 9.4d 2014/09/12

****    Fix compiler warnings

(mef)

2020-10-06 03:46:20 UTC MAIN commitmail json YAML

doc: Updated comms/openobex to 1.7.2

(mef)

2020-10-06 03:46:03 UTC MAIN commitmail json YAML

(comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20

(mef)

2020-10-06 02:06:05 UTC MAIN commitmail json YAML

(cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++

(mef)

2020-10-06 00:27:52 UTC MAIN commitmail json YAML

csound 6.15.0.

(mrg)

2020-10-06 00:26:52 UTC MAIN commitmail json YAML

update csound to 6.15.0.

changes from 6.14.0 include:

- new opcodes: randc, mp3out, metro2, ftexists, schedulek,
  lastcycle, and strstrip
- new array based channel opcodes: chngeti, chngetk, chngeta,
  chngets, chnseti, chnsetk, chnseta, and chnsets
- terniary expressions only evaluate the chosen path now
- orchestra macros persist in more places
- modified opcodes: squinewave, pindex, sflooper, event_i,
  fluidControl, bpf, stsend, stecv, pvstrace, lpfreson,
  syncloop, bpfcs, zacl, outvalue, chnget, chnset, copya2ftab,
  syncloop, lowresx, and outch
- // style comments allowed

changes from 6.15.0 include:

- new opcodes: ftset, lufs, bob (Moog analog based filter),
  sterrain, wterrain2, count, count_i, cntCreate, cntRead,
  cntReset, cntCycles, cntState, println, rndseed, arduinoStart,
  arduinoRead, arduinoStop, lpcfilter, lpcanal, allpole, pvslpc,
  pvscfs, apoleparams, resonbnk, gauss, pvsbandwidth, and vps
- many orchestra fixes
- modified opcodes: cent, semitone, taninv2, ftslice, ptable,
  GEN20, fprint(k)s, lastcycle, chn_k, trim, GEN16, scale,
  schedule, schedulek, GEN11, partials, ctrlinit, fin, and fink.
- many bugs fixed

this also fixes the build which broke recently for reasons i
can't quite figure out.  also PR#55696.

(mrg)

2020-10-06 00:19:05 UTC MAIN commitmail json YAML

psmisc: fix sscanf usage bug under musl libc

C99 says that the %15c conversion specifier matches *exactly* 15
characters, so if the process name is shorter than 15 characters,
it is not matched and 0 is returned. Some implementations (such as
glibc) return a match, even with fewer characters than the field
width, but this cannot be assumed.

Instead, use %15[^)], as in upstream commit [0], which matches a
non-empty sequence of characters other than ')'.

[0] https://gitlab.com/psmisc/psmisc/-/commit/ca2b176889729a7347bd95b832b9a5bb39fec229

(mcf)

2020-10-06 00:11:47 UTC MAIN commitmail json YAML

groonga: adjust to use $PKG_BUILD_OPTIONS in buildlink3.mk

Match the expected variable name in this context and adjust to
(pkglint) recommended style. (I'm not sure some or all of this
handling is actually necessary; it isn't needed in one of my test
environments. I've left it in for now.)

(gutteridge)

2020-10-05 23:24:45 UTC MAIN commitmail json YAML

mit-krb5: Remediate bashism

(I don't know how this built before, but it's in a test file, so no
PKGREVISION bump is necessary.)

(gdt)

2020-10-05 23:22:04 UTC MAIN commitmail json YAML

mit-krb5: Remove old MESSAGE content

The move of client programs to mit-krb5-appl was 2 years ago and no
longer news.  Also, it is clearly stated in the DESCR.

(gdt)

2020-10-05 22:19:37 UTC MAIN commitmail json YAML

groonga: fix typos in DESCR

(gutteridge)

2020-10-05 22:10:17 UTC MAIN commitmail json YAML

doc: Updated cad/dinotrace to 9.4f

(mef)

2020-10-05 22:10:01 UTC MAIN commitmail json YAML

(cad/dinotrace) Updated 9.4c to 9.4f

(pkgsrc)
- githubify

(upstream)
* Dinotrace 9.4f 2019/10/26

****    Minor cleanups for github repository.

* Dinotrace 9.4e 2016/11/24

****    Fix clang compiler warnings.

* Dinotrace 9.4d 2014/09/12

****    Fix compiler warnings.

(mef)

2020-10-05 21:24:25 UTC MAIN commitmail json YAML

doc: Updated devel/py-plumbum to 1.6.1.post0nb1

(wiz)

2020-10-05 21:24:16 UTC MAIN commitmail json YAML

py-plumbum: use egg.mk

Previously, this had a missing dependency.

Bump PKGREVISION to be on the safe side.

(wiz)

2020-10-05 21:23:06 UTC MAIN commitmail json YAML

(ham/gnuradio-doxygen) PKGREVISION++

(mef)

2020-10-05 21:22:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-bintrees to 2.1.0nb1

(wiz)

2020-10-05 21:22:39 UTC MAIN commitmail json YAML

py-bintrees: use egg.mk

Previously, this had a missing build dependency.
Now this does not install the *.so file listed in the PLIST, so perhaps
there are more optional dependencies. khorben@?

Bump PKGREVISION to be on the safe side.

(wiz)

2020-10-05 21:21:36 UTC MAIN commitmail json YAML

(ham/gnuradio-doxygen) regen PLIST, adapting to doxygen-1.8.20.

(mef)

2020-10-05 21:12:39 UTC MAIN commitmail json YAML

Updated math/py-asteval, devel/py-google-api-core

(adam)

2020-10-05 21:12:19 UTC MAIN commitmail json YAML

py-google-api-core: updated to 1.22.4

1.22.4

Bug Fixes
use version.py instead of pkg_resources.get_distribution

1.22.3

Bug Fixes
deps: require six >= 1.13.0

(adam)

2020-10-05 21:05:09 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.19

0.9.19:
erge branch 'nested_interrupts_returns'

(adam)

2020-10-05 20:16:55 UTC MAIN commitmail json YAML

Updated www/siege to 4.0.7

(nils)

2020-10-05 20:15:01 UTC MAIN commitmail json YAML

Updated www/siege to version 4.0.7.

Upstream changes (from 4.0.4) :
* src/cookie.c          Fixed an issue with expires
* src/cookies.c          Fixed an issue with persistence
* src/version.c          Version increment: 4.0.7
* src/init.c            Minor bug fix
* src/auth.c            Fixed initialization error
* src/version.c          Version increment: 4.0.6
* src/creds.c            Fixed an initialization problem
* src/cookies.c          Fixed locking issue
* src/url.c              Fixed an initialization problem
* src/init.c            Fixed an initialization problem
* src/memory.c          Formatting change
* src/version.c          Version increment: 4.0.5
* src/main.c            Added -j/--json-output
* src/init.c            Added -j/--json-output - force quiet mode
* src/setup.h            Added variable for json output
* doc/siegerc.in        Added documentation to the config file
* src/url.c              Adding DELETE and OPTIONS support.
* src/browser.c          Adding DELETE and OPTIONS support.
* src/http.c            Correct capitalization for Content-Type & Content-Length
* src/response.c        Handle case of incorrect server response header
* README.md              Make readme's title nice
* src/page.c            Remove needless memset(2)
* src/cookies.c          Bug fix - prevent segfault when getenv(HOME) is null
* src/load.c            Bug fix - allow content-type override at cmd line
* src/version.c          Version increment: 4.0.4r3
* src/url.c              Skipped URL escaping for the host and port
* src/version.c          Version increment: 4.0.4r2
* src/sock.c            Added support for IPv6
* src/url.c              Added support for parsing IPv6 addresses
* src/version.c          Version increment: 4.0.4r1

(nils)

2020-10-05 19:36:15 UTC MAIN commitmail json YAML

Updated www/py-pelican to 4.5.0

(nils)

2020-10-05 19:34:51 UTC MAIN commitmail json YAML

Updated www/py-pelican to version 4.5.0.

Upstream changes (no version published between 4.2.0 and 4.5.0):
* List registered plugins via pelican-plugins command
* Override settings via -e / --extra-settings CLI option flags
* Add settings for custom Jinja globals and tests
* Customize article summary ellipsis via SUMMARY_END_SUFFIX setting
* Customize Typogrify dash handling via new TYPOGRIFY_DASHES setting
* Support Unicode when generating slugs
* Support Asciidoc .adoc file generation in Pelican importer
* Improve user experience when pelican --listen web server is quit
* Improve Invoke tasks template
* Include tests in source distributions
* Switch CI from Travis to GitHub Actions
* Remove support for Python 2.7

Pkgsrc changes:
* package is now incompatible with lang/python27

(nils)

2020-10-05 18:53:37 UTC MAIN commitmail json YAML

xonotic: fix GLX UI when pkgsrc Mesa is not installed

basically: load libGL unversioned

bump PKGREVISION

(nia)

2020-10-05 17:36:25 UTC MAIN commitmail json YAML

doc: Updated x11/mate-panel to 1.24.1

(gutteridge)

2020-10-05 17:35:55 UTC MAIN commitmail json YAML

mate-panel: fix builds with newer libwnck3, and update to 1.24.1

pkgsrc-specific change: the PLIST generated by this package varies,
depending on the version of libwnck3 it's built against. Newer versions
of libwnck3 offer window previewing functionality that mate-panel
conditionally detects and uses, if available, which installs an extra
config file (org.mate.panel.applet.window-list-previews.gschema.xml).

Change log:

mate-panel 1.24.1

  * update translations
  * wncklet: Hide window preview on non-visible windows
  * launcher: Fix memory leaks
  * launcher: Fix memory leak
  * panel-util: Fix memory leak
  * Fix creating several launchers at once
  * clock: Fix GError double free
  * clock: Properly free rsvg handles
  * wncklet: Fix leaking cairo_t
  * panel-run-dialog: Fix leaking tree model strings
  * workspace-switcher: Fix leaking color string
  * panel-properties-dialog: Fix leaking string
  * clock: Fix leaking GtkListStore
  * panel-profile: Fix leaking list elements
  * clock: Fix list iteration
  * panel-lockdown: Fix leaking string array
  * panel-menu-items: Fix leaking string
  * mate-panel-applet: Fix leaking GVariantBuilder
  * launcher: Fix leaking strings
  * clock: Fix leaking cairo surface
  * Clarify meaning of panel reset option
  * panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size()
  * panel-util: Fix leaking root GFile
  * panel-profile: Fix leaking list elements
  * panel-frame: Fix leaking background-color
  * panel-applet-frame: Fix leaking bg_pattern
  * fix release tarballs on travis CI failed
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * Add larger icon sizes
  * Clean scalable svg files
  * button-widget: Fix memory leak
  * Do not collect the translation for Icon
  * Enable applications in addto menu (fixes 1055) (#1056)

(gutteridge)

2020-10-05 17:23:56 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.10.33

(triaxx)

2020-10-05 17:23:29 UTC MAIN commitmail json YAML

ImageMagick: Update to 7.0.10.33

pkgsrc changes:
---------------
  * Package update
  * Fix build on FreeBSD (pull requested upstream)

upstream changes:
-----------------
2020-10-04  7.0.10-33  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-33 GIT revision 17683:c1bfec283:20201004

2020-10-04  7.0.10-33  <quetzlzacatenango@image...>
  * miscellaneous clean-up.

(triaxx)

2020-10-05 16:30:00 UTC MAIN commitmail json YAML

2020-10-05 15:55:35 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 9.3.0

(roy)

2020-10-05 15:55:15 UTC MAIN commitmail json YAML

Update to dhcpcd-9.3.0 with the following changes:
* dhcpcd: Backticks have been removed from quoting filenames
* dhcpcd: Only manipulate stdin, stdout and stderr if they are valid
* duid: Adjust option so the type can be specified
* logerr: Don't leak logfile fd to scripts
* privsep: Support SECCOMP on Linux
* privsep: Run the launcher process in the sandbox
* privsep: getifaddrs now carries ifa_data for BSD
* BSD: Use `ifi_link_state` as the single source of truth about carrier
* BSD: Ignore vether(4) devices by default
* Linux: If in a network namespace, don't load udev plugin

(roy)

2020-10-05 15:38:45 UTC MAIN commitmail json YAML

harfbuzz: Set INCDIRS

Somehow I've had this patch lying around for a while despite committing
packages that depend on it - oops

(nia)

2020-10-05 15:21:18 UTC MAIN commitmail json YAML

doc: Updated archivers/torrentzip to 1.0.6

(wiz)

2020-10-05 15:21:07 UTC MAIN commitmail json YAML

2020-10-05 12:50:24 UTC MAIN commitmail json YAML

doc: Updated devel/git-lfs to 2.12.0

(tnn)

2020-10-05 12:49:42 UTC MAIN commitmail json YAML

git-lfs: update to 2.12.0

Features
  config: optionally read .lfsconfig from the repository
  Support SHA-256 repositories
  allow Go 1.11 builds by using WaitStatus.ExitStatus()
  add --worktree option to install and uninstall commands
  Allow locking and unlocking non-existent files
Bugs
  docs/api/locking: add an explicit
  Fix hang when the user lacks permissions
  Don't mark unlocked files that aren't lockable as read-only
  git: consider full refspec when determining seen refs

(tnn)

2020-10-05 12:34:44 UTC MAIN commitmail json YAML

Updated lang/npm, archivers/py-zipp

(adam)

2020-10-05 12:34:28 UTC MAIN commitmail json YAML

py-zipp: updated to 3.3.0

v3.3.0
``Path`` objects now expose a ``.filename`` attribute
and rely on that to resolve ``.name`` and ``.parent`` when
the ``Path`` object is at the root of the zipfile.

(adam)

2020-10-05 12:33:54 UTC MAIN commitmail json YAML

npm: updated to 6.14.8

6.14.8

BUG FIXES
npm install --dev deprecation message
remove unused broken require
Do not send user secret in the referer header

DOCUMENTATION
docs: add missing metadata in semver page
Node-gyp supports both Python and legacy Python

DEPENDENCIES
update-notifier@2.5.0
npm-registry-fetch@4.0.7
meant@1.0.2

(adam)

2020-10-05 12:19:21 UTC MAIN commitmail json YAML

doc: Updated www/apache-tomcat85 to 8.5.58

(otis)

2020-10-05 12:19:13 UTC MAIN commitmail json YAML

www/apache-tomcat85: Update to 8.5.58

Changes for 8.5.58:
  - For requests containing the Expect: 100-continue header, optional
    support has been added to delay sending an intermediate 100 status
    response until the servlet reads the request body, allowing the
    servlet the opportunity to respond without asking for the request
    body. Based on a pull request by malaysf.
  - Add support for a read idle timeout and a write idle timeout to the
    WebSocket session via custom properties in the user properties
    instance associated with the session. Based on a pull request by
    sakshamverma.
  - Update the packaged version of the Tomcat Native Library to 1.2.25

Changes for 8.5.57:
  - Improvements to the creation of OSGi manifests.
  - Reduce the memory footprint of closed HTTP/2 streams

Changes for 8.5.56:
  - Add support for ALPN on recent OpenJDK 8 releases.
  - Add support for the CATALINA_OUT_CMD environment variable that
    defines a command to which captured stdout and stderr will be
    redirected. For use with, for example, rotatelogs. Patch provided by
    Harald Dunkel.
  - Be more flexible with respect to the ordering of groups, roles and
    users in the tomcat-users.xml file.

Changes for 8.5.55:
  - Improve the handling of requests that use an expectation. Do not
    disable keep-alive where the response has a non-2xx status code but
    the request body has been fully read.
  - Change default value separator for property replacement to ":-" due
    to possible conflicts. The syntax is now "${name:-default}".
  - Update the packaged version of the Tomcat Native Library to 1.2.24.

For full list of changes see
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html

(otis)

2020-10-05 12:17:57 UTC MAIN commitmail json YAML

doc: Updated net/djbdns-run to 20201005

(schmonz)

2020-10-05 12:17:47 UTC MAIN commitmail json YAML

If any of our several rcvars aren't YES, that's fine: don't exit
nonzero. Bump version.

(schmonz)

2020-10-05 12:17:33 UTC MAIN commitmail json YAML

doc: Updated mail/qmail-run to 20201005

(schmonz)

2020-10-05 12:17:20 UTC MAIN commitmail json YAML

If any of our several rcvars aren't YES, that's fine: don't exit
nonzero. Bump version.

While here, document in qmail-qread-client that its rc.conf vars are
shared with the qmailqread service.

(schmonz)

2020-10-05 12:10:05 UTC MAIN commitmail json YAML

doc: Updated www/apache-tomcat9 to 9.0.38

(otis)

2020-10-05 12:09:54 UTC MAIN commitmail json YAML

www/apache-tomcat9: Update to 9.0.38

Changes for 9.0.38:
  - For requests containing the Expect: 100-continue header, optional
    support has been added to delay sending an intermediate 100 status
    response until the servlet reads the request body, allowing the
    servlet the opportunity to respond without asking for the request
    body. Based on a pull request by malaysf.

  - Add support for a read idle timeout and a write idle timeout to the
    WebSocket session via custom properties in the user properties
    instance associated with the session. Based on a pull request by
    sakshamverma.

  - Update the packaged version of the Tomcat Native Library to 1.2.25

Changes for 9.0.37:
  - Implement a significant portion of the TLS environment variables for
    the rewrite valve.
  - Improvements to the creation of OSGi manifests.
  - Reduce the memory footprint of closed HTTP/2 streams
  - Improve parsing of RFC 2109 cookies

Changes for 9.0.36:
  - Add support for ALPN on recent OpenJDK 8 releases.
  - Add support for the CATALINA_OUT_CMD environment variable that
    defines a command to which captured stdout and stderr will be
    redirected. For use with, for example, rotatelogs. Patch provided by
    Harald Dunkel.
  - Be more flexible with respect to the ordering of groups, roles and
    users in the tomcat-users.xml file

Changes for 9.0.35:
  - Improve the handling of requests that use an expectation. Do not
    disable keep-alive where the response has a non-2xx status code but
    the request body has been fully read.
  - Change default value separator for property replacement to ":-" due
    to possible conflicts. The syntax is now "${name:-default}".
  - Update the packaged version of the Tomcat Native Library to 1.2.24.

(otis)

2020-10-05 11:33:54 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.10.32

(wiz)

2020-10-05 11:33:43 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.10.32.

2020-10-02  7.0.10-32  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-32 GIT revision 17670:1686dd921:20201002

2020-09-27  7.0.10-32  <quetzlzacatenango@image...>
  * enable WMF for module build.
  * writing PDF requires a seekable stream.

2020-09-27  7.0.10-31  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-31 GIT revision 17652:78ad905d9:20200926

2020-09-20  7.0.10-31  <quetzlzacatenango@image...>
  * Add support for APNG (specify explicitly, e.g. apng:animate.png).
  * Add support for WEBM.

(wiz)

2020-10-05 11:30:41 UTC MAIN commitmail json YAML

doc: Updated multimedia/libde265 to 1.0.7

(wiz)

2020-10-05 11:30:32 UTC MAIN commitmail json YAML

libde265: update to 1.0.7.

add API to read VUI color information from bitstream

(wiz)

2020-10-05 11:28:42 UTC MAIN commitmail json YAML

doc: Updated converters/qrencode to 4.1.1

(wiz)

2020-10-05 11:28:32 UTC MAIN commitmail json YAML

qrencode: update to 4.1.1.

Version 4.1.1 (2020.9.28)
-------------------------
* Some minor bugs in Micro QR Code generation have been fixed.
  * The data capacity calculations are now correct. These bugs probably did not
    affect the Micro QR Code generation.

(wiz)

2020-10-05 11:27:42 UTC MAIN commitmail json YAML

doc: Updated audio/libshout to 2.4.4

(wiz)

2020-10-05 11:27:32 UTC MAIN commitmail json YAML

libshout: update to 2.4.4.

libshout 2.4.4 (20201001)

* Fixed handling of blocking/non-blocking mode
* Fixed ICY port increment
* Fixed reusing of handles
* Fixed error handling of Ogg sync layer
* Fixed Passing of errors between connection and instance layer
  Without this fix died connections were not correctly detected.
* Fixed and improved build scripts

(wiz)

2020-10-05 09:36:34 UTC MAIN commitmail json YAML

fontconfig: Avoid selecting bitmap fonts included as part of X11 that
are also included as scalable fonts as part of macOS.

Many websites will attempt to select these fonts, which results in
very strange, poor quality rendering.

This should keep legacy X11 applications that want the old "Helvetica"
and "Times" fonts working, but prevent them from being selected by
applications that want scalable fonts.

It should not prevent "Helvetica" or "Times" from being selected
if the user installs a scalable version.

Bump PKGREVISION

(nia)

2020-10-05 07:19:33 UTC MAIN commitmail json YAML

Update OpenDNSSEC version 2 to 2.1.7.

Upstream changes:

OpenDNSSEC 2.1.7 - 2020-10-05

* OPENDNSSEC-949: Fix for migration bug not keeping proper parameters of NSEC3
  signed zones. Amongst others the zone become NSEC.  Loading the policies
  fixes the situation, migration scripts now corrected.  Since 1.4 does not
  require a salt, a resalt might be automatic after migrating, as this is
  a required parameter.
* OPENDNSSEC-948: do not recreate signatures for keys that are moving out
  this fixes unexpected double signatures in the zone.
* SUPPORT-253: Incorrect keytag used when using Combined Signing keys (CSK)
  (Thanks to Simon Arlott)
* SUPPORT-257: Export keys by locator (Thansk to Simon Arlott)
* SUPPORT-222: Support ED25519/ED448 keys.  This requires library ldns 1.7.0
  or better, otherwise unavailable.  (Thanks again to Simon Arlott)
* SUPPORT-260: Crash on OpenBSD systems in ixfr_del_rr; possible unverified
  fix.
* Load libsqlite3.so.0 and fall back on libsqlite3.so.0 to allow to run
  migration tool on systems without libsqlite3.so.0 soft link.
  (Thanks to Paul Wouters)
* Some compilation warnings, o.a. gcc10 related, code quality and
  initialization improvements.
  (Thanks to Jonas Berlin, and Mathieu MirMont, and Paul Wouters).

(he)

2020-10-05 07:13:07 UTC MAIN commitmail json YAML

luakit: better COMMENT

(nia)

2020-10-04 22:57:24 UTC MAIN commitmail json YAML

doc: Updated textproc/bat to 0.16.0

(fox)

2020-10-04 22:56:13 UTC MAIN commitmail json YAML

textproc/bat: Updates to 0.16.0

Changes since 0.15.4:

Features

  * Added support for the NO_COLOR environment variable, see #1021 and #1031
    (@eth-p)
  * Added -P short flag to disable paging, see #1075 and #1082
    (@LordFlashmeow)
  * Added --force-colorization/-f flag to provide an alias for forced color
    and decoration output, see #1141 (@alexanderkarlis)

Bugfixes

  * Fixed non-printable characters display for redirected output,
    see #1061 (@gsomix)
  * Handle file extension conflicts in --list-languages,
    see #1076 and #1135 (@Kienyew)

Other

  * Switched to "·" (U+00B7) Middle Dot from "•" (U+2022) Bullet
    for non-printing spaces, see #1056 and #1100 (@LordFlashmeow)
  * Added zsh shell completion script, see #1136 (@Kienyew)
  * Improved --help text (@sharkdp)
  * Added custom languages/themes sections to manpage (@eth-p)

Syntaxes

  * Update AsciiDoc syntax, see #1034 (@rxt1077)
  * GLSL (@caioalonso)
  * Add Nginx and Apache config file syntax, see #1137
    (@kjmph, @niklasmohrin)
  * Use fstab syntax for crypttab files, see #1073 (@sharkdp)
  * Support syntax highlighting for files in $XDG_CONFIG_HOME/git/,
    see #1191 (@ahmedelgabri)

New themes

  * Gruvbox, see #1069 (@kyleondy)
  * base16-256 for base16-shell users, see #1111 (@mk12)

bat as a library

  * Add APIs to provide Input descriptions with InputDescription (@eth-p)
  * Add function to directly provide Inputs to PrettyPrinter (@eth-p)
  * Breaking: Input::theme_preview_file is no longer available. (@eth-p)

Packaging

  * Removed build dependency on liquid (@sharkdp).

(fox)

2020-10-04 21:46:08 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.32, apache-ant-1.10.9, libshout-2.4.4,
  poppler-20.10.0, py-hypothesis-5.37.0, py-mercurial-5.5.2,
  qrencode-4.1.1, spdlog-1.8.1, vala-0.50.1, wireshark-3.3.1.

(wiz)

2020-10-04 21:14:32 UTC MAIN commitmail json YAML

hs-lukko: add PLIST.Linux containing Lukko.OFD module

This module is only built on Linux.

(mcf)

2020-10-04 20:44:53 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup tickets up to #6332

(bsiegert)

2020-10-04 20:44:32 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6332 - requested by bouyer
sysutils/xenkernel411: security fix
sysutils/xenkernel413: security fix

Revisions pulled up:
- sysutils/xenkernel411/Makefile                                1.16
- sysutils/xenkernel411/distinfo                                1.14
- sysutils/xenkernel411/patches/patch-XSA333                    1.1
- sysutils/xenkernel411/patches/patch-XSA336                    1.1
- sysutils/xenkernel411/patches/patch-XSA337                    1.1
- sysutils/xenkernel411/patches/patch-XSA338                    1.1
- sysutils/xenkernel411/patches/patch-XSA339                    1.1
- sysutils/xenkernel411/patches/patch-XSA340                    1.1
- sysutils/xenkernel411/patches/patch-XSA342                    1.1
- sysutils/xenkernel411/patches/patch-XSA343                    1.1
- sysutils/xenkernel411/patches/patch-XSA344                    1.1
- sysutils/xenkernel413/Makefile                                1.5
- sysutils/xenkernel413/distinfo                                1.3
- sysutils/xenkernel413/patches/patch-XSA333                    1.1
- sysutils/xenkernel413/patches/patch-XSA334                    1.1
- sysutils/xenkernel413/patches/patch-XSA336                    1.1
- sysutils/xenkernel413/patches/patch-XSA337                    1.1
- sysutils/xenkernel413/patches/patch-XSA338                    1.1
- sysutils/xenkernel413/patches/patch-XSA339                    1.1
- sysutils/xenkernel413/patches/patch-XSA340                    1.1
- sysutils/xenkernel413/patches/patch-XSA342                    1.1
- sysutils/xenkernel413/patches/patch-XSA343                    1.1
- sysutils/xenkernel413/patches/patch-XSA344                    1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Thu Oct  1 12:41:19 UTC 2020

  Modified Files:
  pkgsrc/sysutils/xenkernel413: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel413/patches: patch-XSA333 patch-XSA334
      patch-XSA336 patch-XSA337 patch-XSA338 patch-XSA339 patch-XSA340
      patch-XSA342 patch-XSA343 patch-XSA344

  Log Message:
  Add uptream fixes for
  XSA333, XSA334, XSA336, XSA337, XSA338, XSA339, XSA340, XSA342, XSA343, XSA344
  bump PKGREVISION

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Fri Oct  2 13:00:48 UTC 2020

  Modified Files:
  pkgsrc/sysutils/xenkernel411: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel411/patches: patch-XSA333 patch-XSA336
      patch-XSA337 patch-XSA338 patch-XSA339 patch-XSA340 patch-XSA342
      patch-XSA343 patch-XSA344

  Log Message:
  dd uptream fixes for
  XSA333, XSA336, XSA337, XSA338, XSA339, XSA340, XSA342, XSA343, XSA344
  bump PKGREVISION

(bsiegert)

2020-10-04 20:41:27 UTC MAIN commitmail json YAML

Updated emulators/qemu to 5.1.0nb6

(thorpej)

2020-10-04 20:39:25 UTC MAIN commitmail json YAML

2020-10-04 18:36:54 UTC MAIN commitmail json YAML

doc: Updated chat/mautrix-hangouts to 0.1.3

(js)

2020-10-04 18:36:41 UTC MAIN commitmail json YAML

2020-10-04 18:31:37 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6330 - requested by martin
www/firefox52: sparc64 build fix

Revisions pulled up:
- www/firefox52/distinfo                                        1.24
- www/firefox52/patches/patch-ipc_chromium_src_base_process__util.h 1.2
- www/firefox52/patches/patch-js_xpconnect_src_XPCWrappedNative.cpp 1.1

---
  Module Name: pkgsrc
  Committed By: martin
  Date: Wed Sep 30 07:26:49 UTC 2020

  Modified Files:
  pkgsrc/www/firefox52: distinfo
  pkgsrc/www/firefox52/patches:
      patch-ipc_chromium_src_base_process__util.h
  Added Files:
  pkgsrc/www/firefox52/patches:
      patch-js_xpconnect_src_XPCWrappedNative.cpp

  Log Message:
  Make it buildable on sparc64/current (with gcc 9)

(bsiegert)

2020-10-04 18:17:00 UTC MAIN commitmail json YAML

doc: Updated www/luakit to 2.2.1

(nia)

2020-10-04 18:16:43 UTC MAIN commitmail json YAML

luakit: Update to 2.2.1

### Changed
- Removed debug symbol generation for default make.
- Changed the C standard from gnu99 to c11 because Webkit wants it.

### Fixed

- Fixed bounding box not spanning over whole element.
- Fixed an issue where styled hint labels caused intransparent bounding boxes.
- Fixed a race condition when a tab is closed on NetBSD.

(nia)

2020-10-04 18:15:43 UTC MAIN commitmail json YAML

2020-10-04 17:30:51 UTC MAIN commitmail json YAML

devel/py-mako: Fix missing dependency

(js)

2020-10-04 17:12:21 UTC MAIN commitmail json YAML

www/py-bleach: Add missing dependency

(js)

2020-10-04 14:02:44 UTC MAIN commitmail json YAML

Updated sysutils/decode-dimms to 4.2-20201007

(pgoyette)

2020-10-04 14:02:06 UTC MAIN commitmail json YAML

2020-10-04 13:40:48 UTC MAIN commitmail json YAML

kermit: Take MAINTAINERship

I am talking to upstream about integrating patches, and about to
package an alpha in wip.  This should be viewed as a soft
MAINTAINERship, but please ask me if you want to do anything
signficant to avoid duplicated effort.

(gdt)

2020-10-04 11:54:59 UTC MAIN commitmail json YAML

doc: Fix broken version for devel/py-inquirer

(js)

2020-10-04 11:53:46 UTC MAIN commitmail json YAML

doc: Added chat/maubot version 0.1.0

(js)

2020-10-04 11:53:27 UTC MAIN commitmail json YAML

Add chat/maubot

A plugin-based Matrix bot system written in Python.

(js)

2020-10-04 11:47:54 UTC MAIN commitmail json YAML

devel/py-inquirer: Fix broken PKGNAME & MASTER_SITES

(js)

2020-10-04 11:41:28 UTC MAIN commitmail json YAML

doc: Updated chat/py-mautrix to 0.7.11

(js)

2020-10-04 11:41:16 UTC MAIN commitmail json YAML

Update chat/py-mautrix to 0.7.11

0.7.2:
* Added bridge config option to pass custom arguments to SQLAlchemy's
  create_engine

0.7.3:
* Added support for telling the user about decryption errors in bridge module

0.7.4:
* Made sender_device optional in decrypted olm events
* Added opt_prometheus utility for using prometheus as an optional dependency
* Added Matrix event time processing metric for bridges when prometheus is
  installed

0.7.5:
* Added utility for measuring async method time in prometheus

0.7.6:
* Fixed bug where parsing invite fails if unsigned is not set or null
* Added trace logs when bridge module ignores messages

0.7.7:
* Added utility method for waiting for incoming group sessions in OlmMachine
* Made end-to-bridge encryption helper wait for incoming group sessions for 3
  seconds

0.7.8:
* Made the UUID type de/serializable by default

0.7.9:
* Added parameter to change how long EncryptionManager.decrypt() should wait
  for the megolm session to arrive
* Changed get_displayname and get_avatar_url to ignore M_NOT_FOUND errors
* Updated type hint of set_reply to allow EventIDs

0.7.10:
* Fixed deserializing the info object in media msgtypes into dataclasses

0.7.11:
No changes published.

(js)

2020-10-04 11:19:20 UTC MAIN commitmail json YAML

doc: Added devel/py-inquirer version inquirer

(js)

2020-10-04 11:19:02 UTC MAIN commitmail json YAML

Add devel/py-inquirer 1.0.3

A collection of common interactive command line user interfaces.
It is originally called whaaaaaat created by finklabs.

(js)

2020-10-04 11:03:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/onefetch to 2.4.0

(pin)

2020-10-04 11:02:59 UTC MAIN commitmail json YAML

sysutils/onefetch: update to 2.4.0

v2.4.0
This release's main focus was to improve the overall performance and make it
easier for future contributors to add support for a new language.

Contributors:@spenserblack,@SuperSandro2000,@MarkusPettersson98

Language:Added support for Crystal @MarkusPettersson98

New feature:
-Use async/await to improve performance @spenserblack @o2sh
-Refacto language.rs with the introduction of a macro! and Unit tests to check
for ASCII logo size @spenserblack
-Refacto info.rs to use git log once #198 @o2sh

Misc:
-Add info for cargo-deb @SuperSandro2000
-Enable stale bot #184 @o2sh
-Enable dependabot @spenserblack
-Improved ci/cd actions @o2sh

(pin)

2020-10-04 09:45:55 UTC MAIN commitmail json YAML

doc: Updated devel/doxygen to 1.8.20

(ryoon)

2020-10-04 09:45:27 UTC MAIN commitmail json YAML

doxygen: Update to 1.8.20

Changelog:
Release 1.8.20

(release date 24-08-2020)
Bug fixes

    issue #7760: void return type reported as not documented
    issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be ignored
    issue #7954: The Doxygen uses too much memory (or has probably a memory leak) and
    issue #7970: Doxygen doesn't stop on errors
    issue #7973: C++ grouped functions in namespace have disappeard
    Improvement of line count for e.g. warnings
    Improved layout on the bibliography page
    Updated the swedish language translation to 1.8.19

Features

    add configuration setting to have docstrings not as preformatted text but as normal documentation

Refactoring and cleanup

    Format for size_t (in e.g. warnings),
    Spelling corrections,, and
    Minor tweaks to clangparser.cpp
    Building documentation after changing language files

Release 1.8.19

(release date 08-08-2020)
Bug fixes

    issue #6846: Doxygen parsing global variable as function in certain cases (#7903)
    issue #7495: generate "bitfield"
    issue #7595: Links from one Markdown file to another do not work
    issue #7698: forward declaration of template classes
    issue #7702: test list is always created
    Revert pull request #7703: make declArgumentList be from declaration, and argumentList from definition
    issue #7706: Md5 hash does not match for two different runs, and
    Undefined control sequence for formula using MathJax (#7712)
    Wrong message in case of svg formulas for HTML (#7716)
    VHDL fixed if-generate-bug 7721
    Inconsistent behavior between `///` and `//!` for formulas (#7726)
    Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722)
    issue #7727: warning: documented symbol `static bool (long-winded C++ type)' was not declared or defined.
    issue #7734: Incorrect parsing of Q_PROPERTY
    issue #7738: \todo ignores EXCLUDE_SYMBOLS
    Users cannot set "enhancement label" on github. (#7744)
    Input buffer overflow in php input code (#7745)
    issue #7747: Three-way comparison operator
    issue #7753: SVG formula all with zero width
    issue #7762: C# mode completely broken
    issue #7778: Build fails with javacc 5.0 (#7779)
    issue #7781: allow '>' before Markdown emphasis
    issue #7787: Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?,,,, and
    bug_121547 extern variable is being referenced in documentation incorrectly (#7792)
    issue #7796: Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)
    Issue #7804: String double quotes in C get misinterpreted by pdflatex
    issue #7810: LaTeX manual not built, but make install tries to install it (#7821)
    Vhdl improvements (ALIAS, translation) (#7813)
    Running doxygen tests with variable with spaces (#7819)
    issue #7820: Add `const` qualifier to UsedDir::m_dir.
    Create link for GENERATE_XML (#7824)
    isuse #7828: Add namespace inline flag in xml output
    Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03c
    issue #7833: Empty string in PREDEFINED throws
    Incorrect label in map of dot files in xhtml (#7840)
    issue #7852, #7867, #7901: Changed the set of commands that effect ending a brief description
    Problem with generating test output for Chinese (#7862)
    issue #7865: Update documentation of USE_PDFLATEX option
    issue #7867: Fixed regression where blank line after \class was not seen as paragraph separator
    issue #7881: More flexible and correct detection of direction of an argument,, and
    issue #7883: doxygen does not build again LLVM/CLAN without static libs
    issue #7884: Python to xml: Whitespace in method doc not preserved (MARKDOWN_SUPPORT=NO)
    issue #7890: Macro Expansion broken
    Issue #7892: Incorrect search box on server-side search results page
    issue #7900: Incorrect warning regarding no matching class member found
    issue #7911: markdown table add extra test to "\copybrief"
    issue #7921: Help for CLANG_DATABASE_PATH is misleading
    issue #7923: source line numbers in warnings output by parser are off by 1
    issue #7934: include dependency graph: The boxes of files shows the name of the included file not its own filename
    issue #7943: transferArgumentDocumentation is erroneous
    Empty python comment gives problems
    Don't crash if output subdirectories already exist
    Fix cmake warning about ICONV package naming (should be Iconv)
    Plantuml has problems with output directories ending with directory separator
    Fixed issue that could cause wrong line numbers
    Number of translatable terms (like Chapter) are in English instead of Greek (#7841)
    Running Inkscape 1.0,
    Empty enum setting in configuration file
    Missing last item in htmlhelp level2 index
    crossref citations are shown unconditionally,,

Features

    Added experimental multi-thread input processing support.,,
    Addon option --pool to the test run script for parallel execution of tests (#7827)
    Adding the xml:lang tag to XML and Docbook output
    Scalable search bar for high resolution displays (#7888),, and
    Add doxygen version information to tag file
    Add options to enable various sanitizers
    Show doxywizard version by means of --version
    Added configuration options to better control the sqlite3 output.
    Enable running tests in parallel using cmake's ctest.
    improve using plantuml for vhdl flowcharts

Refactoring and cleanup

    Added atomic reference counting to QString
    Added missing stub code when use_libclang is disabled
    Better warning for non documented struct
    Catch all wrong mkdir calls (coverity)
    Change of git version input file was not taken into account
    Changed container class for class use and constrained relations from QDict<void> to StringSet
    Cleanup some disabled code sections
    Copied implementation of `QGList::inSort()` to sortInDirList.
    Coverity uninitialized variable
    Coverity uninitialized variable in mscgen_api.cpp
    Create compareDirDefs for sorting.
    Creating chm files for doxygen tests
    Debug facility for the \cite command
    Fixed 2 small memory leaks
    Fixed anothing compilation issue when use_libclang was not enabled
    Fixed compilation issue on Windows for setNum with size_t argument
    Fixes missing include and missing html extension logic
    Fixes signed/unsigned mismatch warning in plantuml.cpp
    GNU compilation warnings
    Improve flex/bison debuggability with gdb
    Include dirdef.h instead of forward declaration.
    Incorrect htmlhelp language code for Indonesian
    Incorrect representation of citation
    LaTeX test were hanging for a.o. Hungarian on Windows
    Link fixed in documentation
    Make a switch to choose between dynamic library to clang-cpp or static linking against clangTooling
    Minor documentation updates
    Minors tweaks to the regular expressions
    Misleading compiler warning
    Misleading warning about missing argument
    Missing links in Fortran in case use statement with upper case characters in name
    Modernize HtmlHelp class
    Modernize code for the resource manager
    Modernized tagreader.cpp code
    More minor tweaks
    Moved citation cross reference searching to a separate function
    Moved stripIndentation() to util, make it safe for empty input
    Multi-threaded parsing: added locks around global data
    New option allowing processing using multiple threads
    No default rule present in commentcnv.l
    Performance improvements after profiling
    Prefer more inclusive language
    Prevent potential empty string
    Reduce use of WIN32 defines outside of portable
    Refactoring: Modernize clang parser and make it run with multiple threads
    Refactoring: better encapsulation for MemberName
    Refactoring: improve encapsulation for ArgumentList
    Refactoring: make QCString a wrapper around std::string
    Refactoring: make preprocessor run in parallel
    Refactoring: modernize configuration values
    Refactoring: modernize markdown and make it thread-safe
    Refactoring: remove symbolStorage references (dead code)
    Refactoring
    Refactoring: Improve encapsulation of MemberInfo class
    Refactoring: Introduce type names for commonly used container types
    Refactoring: Removed creation of MemberDef's for macro definitions from pre.l,
    Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet
    Refactoring: changed QValueList to std::vector for template engine
    Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
    Refactoring: migrate type of Doxygen::inputPaths to std::set
    Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory
    Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap
    Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles and g_filesToProcess
    Refactoring: replaced killDict by killSet
    Refactoring: size_t type conversions and QList in DotManager
    Refactoring: For loops on QListIterator by range loops.
    Refactoring: Replaced ${CMAKE_SOURCE_DIR}/path/to/current/cmake-lists-txt/dir with ${CMAKE_CURRENT_LIST_DIR}
    Refactoring: Replaced QList with std::deque in DirList.
    Refactoring: Replaced DirList::count() by DirList::size().
    Refactoring: Replaced QDict<Void> by StringUnorderedSet in dotnode.cpp
    Refactoring: Replaced QDict<void> by StringUnorderedSet for fortrancode.l
    Refactoring: Replaced QDict<void> by StringUnorderedSet used to keep track of visited paths
    Refactoring: Replaced addDir(const DirDef *dd) by addDir(DirDef *const dd) in GroupDef and GropuDefImpl.
    Refactoring: Replaced bitmap of doxygen logo by SVG version
    Refactoring: Replaced calls to DirDef::append() to DirDef::push_back().
    Refactoring: Restructured the split_and_keep function
    Remove not used translator function
    Renamed stripSpaces to stripIndentation and make it work directly on the string passed.
    Setting correct babel packages for some languages
    Spelling correction in cite code
    Split off code to detect inkscape version to a separate function
    Superfluous space in "TEST_FLAGS"
    Travis does not terminate on error on non last command inside if construct
    Updated installation documentation for Linux binary distribution
    Updated issue templates
    Updated formatting rules for paragraphs within table header cells.
    Updated the makefile for building the tests
    Warning in case of multiple python documentation sections.
    XML tags moved to Appendix D of Ecma-334
    fail with term() instead of msg()
    missing instance-rework
    moved separate doxygen tag to tagfile attribute
    sqlite: flip _static default in bindTextParameter
    sqlite: use err instead of term :)
    try to make it so that argumentList is always from the definition
    update URLS on README to prevent redirects

Release 1.8.18

(release date 12-04-2020)
Removed functionality

    Removed support for TCL (code is too buggy and unmaintained, language not very popular)

Bug fixes

    Bug 769411 - Confuses functions with the same name, but different namespace
    Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html
    Bug 780630 - Nested @ingroup generates bad breadclumb list
    Bug 791390 - Table formatting information ignored in Doxygen XML output
    issue #6319: C++ function returning std::function with reference argument is not recognized as a function (Origin: bugzilla #792830)
    issue #6901: Please consider relicensing of Javascript files
    issue #7411: "warning: return type of member is not documented" for static void and virtual void functions
    issue #7432: vhdl-fixed-bug-7432 [view
    issue #7464: test suite is failing
    issue #7472: Serious regression: /**< comments cause functions to be silently ignored
    issue #7474: [1.8.16 regression] HTML output varies from ASLR
    issue #7477: Broken urls in the xml output
    issue #7484: Error: /undefined in getenv
    issue #7508: TYPEDEF_HIDES_STRUCT stopped working properly
    issue #7527: Doxygen 1.8.17: regression of C macro expansion
    issue #7544: [Regression 1.8.17] Recursion when computing class usage relations
    issue #7558: PlantUML: Different behavior whether LATEX_OUTPUT has a final slash or not.
    issue #7570: Comments replaced by block comments inside Markdown code block,
    issue #7583: External Links in Inheritance Diagrams open in the Image Frame.
    issue #7585: Doxygen 1.8.17 false warnings and no generate output for documented const functions
    issue #7590: Map .f18 filetype to Fortran,
    issue #7606: Unable to build "master" branch
    issue #7624: non-const getClassDef() called on aliased member. Please report as a bug.
    issue #7635: Incorrect location for enum in XML file and and
    issue #7652: folder in file list has file icon (#7654)
    issue #7660: In the ceph package error: non-const getNamespaceDef() called on aliased member.
    issue #7664: bigobj not found with MSYS Makefiles
    issue #7672: Request: use <img> tags instead of <object> tags for SVG images
    issue #7674: Mention EXTRACT_ALL in the context of /file
    issue #7692: \copydoc does not work with file paths including dots
    issue #7514: Missing parenthesis for typedef function pointer
    A mainpage doesn't have an anchor to jump to
    Avoid unsupported html attributes from appearing in the XML/docbook output and other small fixes
    Crash of doxygen on not understood code
    Fix CROS javascript issue when giving focus to search result frame.
    Disappearing words in RTF output after a list
    Consistency `\*only` and `\end*only` commands
    Showing information from all `*only commands in XML output
    Fix #7490 and #7494
    Fix 6342: Applying provided patch
    Fix build error after 'make clean' due to creation of unpatched JavaCC.h
    Fix compiler warnings on Windows (Visual Studio)
    Fix double ended list in changelog.doc
    Fix for Portable::isAbsolutePath
    Fix for compilation issue on Linux
    Fix for compile issue on Travis-CI
    Fix for potential crash when processing VHDL
    Fix for removed spaces in certain \if \else \endif constructs
    Fix for unused variable JAVASCRIPT_LICENSE_TEXT.
    Fix html file ext in external docs (#7679)
    Fix not correctly formatted messages
    Fix regression when creating directory graphs
    Fix the problem character string between '<' and '>' is not output in doxywizard log. (#7631)
    Fix wrongly detecting ``` as code block inside running text.
    Fixed error in Windows build
    Fixed indenting in French translation so as to minimize differences with the English version
    Fixed minor typo (#7637)
    Fixed section type setting for index page from tags file. (#7684)
    Fixed shadowing issue in getFortranDefs and other shadowing cases
    Fixed sig11 regression while parsing cast to function pointer,
    Fixed typo
    Fixup condition-variable and mutex
    Incorrect determination of fixed form Fortran
    Incorrect link generated for cite and xref (#7648)
    Function definitions at begin of a line
    Incorrect handling of typedef in combination with const
    Link in case of comma at end of URL
    Minor fixes for table cell attributes in XML and docbook output
    Missing anchors in RTF code output (#7647)
    Opening and ending tag mismatch: tbody in docbook output
    Problem in case using PREDEFINED with comma
    Problem in case using PREDEFINED with comma and using +=
    Problem with links from search index files
    Problem with temporary / intermediate directory in doxyparse

Features

    Added the few missing French translations
    Updated Swedish translation to match the latest version
    Adding check on configuration setting EXTENSION_MAPPING
    Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
    output on doxyparse if a function is a prototype
    print protection information on doxyparse
    Creation of svg images for formulas with inkscape
    Improve formula handling and rendering.
    Doxygen version in the messages output (#7640)
    Doxygen version information (#7645)
    Enabling Travis builds for s390x
    Relative markdown file reference (#7032)

Refactoring and cleanup

    Add documentation to section.h
    Add printf-Checks to message.h
    Added missing #includes
    CMake and examples
    Cleanup code
    Cleanup unused/unwanted parser dependencies on code generator
    Combined both rules in one to reduce code duplication
    Compilation warnings
    Correct handling of error / removed debug statement
    Correction behavior of make clean in respect to version files
    Correction due to removal of Tcl
    Documentation correction due to removal of Tcl
    Doxywizard unknown configuration enum values
    Enabled stricter compiler warnings and fixed all new warnings
    Fix C compiler warnings about C++ flags (#7636)
    Fix a few compiler warnings in the Linux build
    Fix a number of compiler warnings in the 64bit build for Windows
    Make VHDL parser reentrant
    Make commentscan.l reentrant
    Make defargs.l reentrant
    Make fortranscanner.l reentrant
    Make pyscanner.l reentrant
    Mention EXTRACT_ALL in the context of /file
    Migrated some code in pre.l to use STL containers and
    Minor fix for formulas.doc
    Minor tweaks
    Modernize OutputList internals
    More accurate warning message.
    More indicative warning for wrong nesting of sections
    Move DocGroup inside CommentScanner instead of using a global
    Possibility to use gswin64c on Windows,
    QString -> std::string & QDict -> std::map
    Remove DotConstString and replace by std::string
    Remove dead code and fix more warnings
    Remove duplicate xsd fields for `docMarkupType`.
    Remove last QThread-Reference
    Remove some unused enums in doxywizard
    Remove thread-related Qt-Code
    Remove unused rules
    Remove warnings from doxywizard
    Removed Doxygen::gatherDefines as it was not used anymore
    Removing warnings from doxygen internal documentation
    Replace DocCmdMapper by std::map
    Replace QMutex and condition QWaitCondition with std::
    Replace QThread with std::thread
    Replace SDict with std::map
    Replace qlist with std::vector
    Replace qqueue with std::queue
    Replace raw bool pointer array and counter by std::stack<bool>
    Replaced FileNameDict/FileNameList by FileNameLinkedMap
    Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
    Restructure citation handling
    Restructure section handling
    Restructure the way RefLists are handled
    Simplified the code a bit
    Small spelling correction in change log
    Small spelling correction in portable.cpp
    Specifying filename in preprocessor debug output
    Unknown configuration enum values
    Updated test 024 to better test spacing behaviour.
    Warnings in case of a VHDL error
    commentscan.l: replace QStack by std::stack
    fixed some parser bugs,make parser ready for javacc 7.0.5

Release 1.8.17

(release date 27-12-2019)

    issue #6715: Erroneous matching of the immediately following block command after @ref and
    issue #7119 Doxygen does not link to C# snippets - regression
    issue #7189: wrong warning on ambiguous image files
    issue #7190 1.8.16: Blank FILE_PATTERNS => no files processed
    issue #7200 Fortran warning: type not declared or defined
    issue #7206: Problems with Fortran and `@cond`
    issue #7210: 1.8.16: Image inclusion is inconsistent
    issue #7212 1.8.16: Function returning void pointer generates warning
    issue #7216: non-const getGroupDef() called on aliased member and
    issue #7218 Doxygen parsing word documents
    issue #7228 Using markdown causes wrong error and warning line numbers - v. 1.8.16
    issue #7236: C++: bug when using function as parameter
    issue #7243: Some PHP classes are not properly extracted/documented
    issue #7248: Including external tag files with TOC produces a broken index.qhp
    issue #7262 ALIASES not found when filename has more than one dot
    issue #7265: Double quote character in C++ raw string literal causes Doxygen to process the string contents
    issue #7268 Unable to build "master" branch
    issue #7271 Tilde in preprocessor macro disappears in latex
    issue #7274 Subpages no longer possible under mainpage
    issue #7277: C++ - Crash using all system memory on using parent constructor with same name
    issue #7285 git executable required
    issue #7290 error: Problem running ghostscript gs -q -g562x56 -r384x384x -sDEVICE=ppmraw -sOutputFile=_form0.pnm -dNOPAUSE -dBATCH -- _form0.ps. Check your installation!
    issue #7295 Doxygen documentation of C++17 nested namespace erroneous
    issue #7302: Determination of anonymous is too restrictive
    issue #7313 VHDL attribute 'subtype is not supported and breaks parser
    issue #7319: Bug 790856 - Namespace member functions links are broken
    issue #7325: Endless loop in preprocessor due to #define A()
    issue #7326: Incorrect display of multiline #define value
    issue #7328 Cannot generate DoxygenLayout.xml
    issue #7348 Better warning in case a graph would have been to large
    issue #7358: Ternary conditional and null-coalescing operator in constructor results in faulty warning
    issue #7403: xref versus namespace in multiple file
    issue #7412: HTML: Opening a reference link in a new tab does not scroll to the content
    issue #7436 Incorrect handling of block comments in VHDL,
    issue #7446: C#: parameter named `extends` is broken in the documentation
    issue #7456: function-like macros generate warnings
    issue #3417: C++: friend template functions shown even with HIDE_FRIEND_COMPOUNDS=yes
    issue #7302: Parsing of template args in single-quotes is incorrect.
    Bug 164073 - There should be a dummy tag that Doxygen ignores
    Bug 335614 - HTML link incorrect when using tagfile
    Bug 340202 - @code: static_cast, const_cast, etc C++ keywords
    Bug 550158 - EXTRACT_ALL=YES parses non doxygen comments,
    Bug 570798 - \\\< does not work for php constants
    Bug 674005 - Crop png formula environnment problem for HTML output
    Adding HTML s tag, XML corrections for other tags,
    Adding JAVACC_FLAGS for javacc compilation
    Adding possibility to automatically build vhdlparser from vhdlparser.jj file,
    Adding some links in search documentation
    Also span entire line in case of a memTemplItemRight
    Avoid code duplication and make the keyword matching more robust
    Avoid warning in commentcnv.l about trailing context made variable due to preceding '|' action
    Backslash in href.
    Better termination message
    Better warning in case of `@form`
    Better warning message in case of illegal command,
    Bogus explicit link warning message from irc protocol name
    Checking of right usage of configuration list items
    Cleanup forward declarations of obsolete classes
    Code highlighting.
    Consistent way to show scanner state
    Correct style in table header in case of paragraph is used
    Correcting visible year in copyright
    Correction documentation `\image` command
    Coverity uninitialized
    Create possibility to define LaTeX commands for formulas
    Discrepancy between vhdl input and generated sources
    Double entry for ins in compound.xsd
    Email address seen as code starter
    Embed TagInfo struct inside Entry
    Error in LaTeX with single quote in formula / math mode.
    Extend built-in STL support with more classes
    Fix double delete in VHDL error handler.
    Fix for use of non portable strnstr function and
    Fix incorrect reference resolving of enum class values
    Fix lifetime issue for Entry objects.
    Fix line count after multiline close group
    Fix logic bug in SVG detection
    Fix regression when expanding macro to an empty string
    Fix some typos
    Fix typo in source
    Fix typos
    Fixed a couple of compiler warnings on Windows
    Fixed compiler warnings in docparser.cpp
    Fixed endless loop during preprocessing
    Fixed issue with "QGDict::hashAsciiKey: Invalid null key" in pre.l
  ced with JAVADOC_BANNER
    Fixed merge issue
    Fixed preprocessor hangup regression
    Fixed preprocessor issue that resulted in "More #endif's than #if's found." warning.
    Fixed use of uninitialized data in VHDL generatocumentation in CHM format,
    HHC and directory elements starting with "."
    HTML attribute name
    HTML start comment with 3 dashes
    Illegal Character in XML output
    Incorrect NCName in docbook citations
    Incorrect warning "yyextra->inside" instead of "inside"
    Incorrect warning for ALIASES
    Length of identifying fenced code block
    Let $year support SOURCE_DATE_EPOCH
    Made check for void return more str ArgumentList to be an STL container
    Changed implementation to use SkipString/SkipStringS.
    Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after free issues
    Replaced QList<BaseInfo> with std::vector<BaseInfo>
    Replaced QList<Grouping> with std::vector<Grouping>
    Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
    Replaced QList<SectionInfo> by std::vector<SectionInfo>
    Spelling corrections

(ryoon)

2020-10-04 09:28:06 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6331 - requested by hauke
editors/xemacs: Linux build fix

Revisions pulled up:
- editors/xemacs-current-nox11/Makefile                        1.12
- editors/xemacs-current/Makefile                              1.107
- editors/xemacs-current/distinfo                              1.38
- editors/xemacs-current/patches/patch-src_process.c            1.1
- editors/xemacs-nox11/Makefile                                1.36
- editors/xemacs/Makefile                                      1.133
- editors/xemacs/distinfo                                      1.32
- editors/xemacs/patches/patch-src_process.c                    1.1

---
  Module Name:    pkgsrc
  Committed By:  hauke
  Date:          Fri Oct  2 11:31:14 UTC 2020

  Modified Files:
            pkgsrc/editors/xemacs: Makefile distinfo
            pkgsrc/editors/xemacs-current: Makefile distinfo
            pkgsrc/editors/xemacs-current-nox11: Makefile
            pkgsrc/editors/xemacs-nox11: Makefile
  Added Files:
            pkgsrc/editors/xemacs-current/patches: patch-src_process.c
            pkgsrc/editors/xemacs/patches: patch-src_process.c

  Log Message:
  Linux glibc 2.32+ has removed sys_siglist

  Remove stale reference to nb version in Makefile.common

(bsiegert)

2020-10-04 09:26:09 UTC pkgsrc-2020Q3 commitmail json YAML

Pullup ticket #6329 - requested by gdt
lang/rust: NetBSD build fix

Revisions pulled up:
- lang/rust/Makefile                                            1.196

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Tue Sep 29 16:24:28 UTC 2020

  Modified Files:
  pkgsrc/lang/rust: Makefile

  Log Message:
  lang/rust: Adjust openssl bootstrap depends (NetBSD only)

  On NetBSD, further limit the DEPENDS on openssl to i386.  It turns out
  that the sparc64 and powerpc bootstraps are not linked against openssl
  as I previously assumed.

  No change to limiting this DEPENDS to 9+.  No change to any other OS.

  This change is believed to fix rust building on NetBSD 9 sparc64.

  As discussed on tech-pkg@.

(bsiegert)

2020-10-04 06:31:33 UTC MAIN commitmail json YAML

doc: Updated www/contao35 to 3.5.40nb1

(taca)

2020-10-04 06:31:02 UTC MAIN commitmail json YAML

2020-10-04 06:29:05 UTC MAIN commitmail json YAML

doc: Note update of mail/roundcube and plugins to 1.4.9

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

(taca)

2020-10-04 06:27:45 UTC MAIN commitmail json YAML

mail/roundcube-plugin-password: reset PKGREVISION

Reset PKGREVSION with updating to 1.4.9.

(taca)

2020-10-04 06:26:11 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.4.9

Update roundcube package to 1.4.9.

Roundcube Webmail 1.4.9 (2020-09-27)

This is a service update to the stable version 1.4 of Roundcube Webmail.

It contains fixes and general improvements from our issue tracker, mainly
related to email composition and UI oddities in Elastic skin and with the
TinyMCE richtext editor.  See the full changelog below.

This version is considered stable and we recommend to update all productive
installations of Roundcube with it.

Please do backup your data before updating!

CHANGELOG

* Fix HTML editor in latest Chrome 85.0.4183.102, update to TinyMCE 4.9.11
  (#7615)
* Add missing localization for some label/legend elements in userinfo plugin
  (#7478)
* Fix importing birthday dates from Gmail vCards (BDAY:YYYYMMDD)
* Fix restoring Cc/Bcc fields from local storage (#7554)
* Fix jstz.min.js installation, bump version to 1.0.7
* Fix incorrect PDO::lastInsertId() use in sqlsrv driver (#7564)
* Fix link to closure compiler in bin/jsshrink.sh script (#7567)
* Fix bug where some parts of a message could have been missing in a
  reply/forward body (#7568)
* Fix empty space on mail printouts in Chrome (#7604)
* Fix empty output from HTML5 parser when content contains XML tag (#7624)
* Fix scroll jump on key press in plain text mode of the HTML editor (#7622)
* Fix so autocompletion list does not hide on scroll inside it (#7592)

(taca)

2020-10-04 06:19:46 UTC MAIN commitmail json YAML

doc: Updated devel/php-xdebug to 2.9.8

(taca)

2020-10-04 06:19:18 UTC MAIN commitmail json YAML

devel/php-xdebug: update to 2.9.8

Update php-xdebug pacakge to 2.9.8.

2.9.8 (2020-09-28)

Fixed bugs:

- Fixed issue #1851: Paths are not counted as coveraged with loops calling
  function
- Fixed issue #1855: Build issues on FreeBSD

(taca)

2020-10-04 06:17:35 UTC MAIN commitmail json YAML

doc: Updated archivers/php-pecl-zip to 1.19.1

(taca)

2020-10-04 06:17:10 UTC MAIN commitmail json YAML

archivers/php-pecl-zip: update to 1.19.1

Update php-pecl-zip package to 1.19.1.

1.19.1 (2020-09-30)

- encode parameter is optional (PHP 8)
- deprecate procedural API with PHP 8
- promote warning to exception (PHP 8)
- Fixed bug #79678 Build fails due to undeclared ZIP_RDONLY
- add ZipArchive::CM_ZSTD constant (since libzip 1.8.0)

(taca)

2020-10-04 06:11:36 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.5

(mef)

2020-10-04 06:11:25 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated 1.0.4.6 to 1.0.5

(pkgsrc)
  - several adding/adjust on TEST_DEPENDS lines

(upstream)
  Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
  (there was not explicit 1.0.4.6 line in this file, below are after 1.0.4)

Changes in Rcpp patch release version 1.0.5 (2020-07-01)

  * Changes in Rcpp API:

      + The exception handler code in #1043 was updated to ensure proper
        include behavior (Kevin in #1047 fixing #1046).

      + A missing Rcpp_list6 definition was added to support R 3.3.* builds
        (Davis Vaughan in #1049 fixing #1048).

      + Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace
        (Dirk in #1054 fixing #1053).

      + A further updated corrected the header include and provided a missing
        else branch (Mattias Ellert in #1055).

      + Two more assignments are protected with Rcpp::Shield (Dirk in #1059).

      + One call to abs is now properly namespaced with std:: (Uwe Korn in #
        1069).

      + String object memory preservation was corrected/simplified (Kevin in #
        1082).

  * Changes in Rcpp Attributes:

      + Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0
        on Windows (Kevin in #1062 fixing #1061).

      + The short_file_name() helper function is safer with respect to
        temporaries (Kevin in #1067 fixing #1066, and #1071 fixing #1070).

  * Changes in Rcpp Sugar:

      + Two sample() objects are now standard vectors and not R_alloc created
        (Dirk in #1075 fixing #1074).

  * Changes in Rcpp support functions:

      + Rcpp.package.skeleton() adjusts for a (documented) change in R 4.0.0
        (Dirk in #1088 fixing #1087).

  * Changes in Rcpp Documentation:

      + The pdf file of the earlier introduction is again typeset with
        bibliographic information (Dirk).

      + A new vignette describing how to package C++ libraries has been added
        (Dirk in #1078 fixing #1077).

  * Changes in Rcpp Deployment:

      + Travis CI unit tests now run a matrix over the versions of R also
        tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in
        parallel for a net speed-up (Dirk in #1056 and #1057).

      + The exceptions test is now partially skipped on Solaris as it already
        is on Windows (Dirk in #1065).

      + The default CI runner was upgraded to R 4.0.0 (Dirk).

      + The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk).

(mef)

2020-10-04 06:06:12 UTC MAIN commitmail json YAML

doc: Updated www/pear-HTTP_Request2 to 2.4.2

(taca)

2020-10-04 06:05:49 UTC MAIN commitmail json YAML

www/pear-HTTP_Request2: update to 2.4.2

Update pear-HTTP_Request2 package to 2.4.2.

Update

2.4.2 (2020-09-24 18:13 UTC)

Changelog:

Socket adapter could prematurely end receiving the response body due to
fread() call returning an empty string

2.4.1 (2020-08-01 05:16 UTC)

Changelog:

Switch socket to blocking mode when enabling crypto, this fixes HTTPS
requests through proxy with Socket adapter
https://github.com/pear/HTTP_Request2/issues/20

2.4.0 (2020-07-26 13:43 UTC)

Changelog:

* Minimum required version is now PHP 5.6, as using older versions for HTTPS
  requests may be insecure

* Removed support for magic_quotes_runtime, as get_magic_quotes_runtime()
  was deprecated in PHP 7.4 and the functionality itself was disabled since
  PHP 5.4 (bug #23839)

* Socket adapter now uses socket in non-blocking mode, as some configurations
  could have problems with timeouts in HTTPS requests (bug #21229)

* Fixed bogus size check error with gzipped responses larger than 4 GiB
  uncompressed (bug #21239)

* Use current "Intermediate compatibility" cipher list
* Updated Public Suffix List

The package is now 100% autoload-compatible, when installed with composer it
no longer uses include-path and does not contain require_once statements

(taca)

2020-10-04 06:01:52 UTC MAIN commitmail json YAML

doc: Updated lang/pear to 1.10.12nb1

(taca)

2020-10-04 06:01:25 UTC MAIN commitmail json YAML

lang/pear: update Archive_Tar to 1.4.10

Update Archive_Tar pear package to 1.4.10.

Bump PKGREVISION.

Archive_Tar 1.4.10 (2020-09-15 10:16 UTC)

Changelog:

* Fix block padding when the file buffer length is a multiple of 512 and
  smaller than Archive_Tar buffer length
* Don't try to copy username/groupname in chroot jail

(taca)

2020-10-04 05:07:54 UTC MAIN commitmail json YAML

Added benchmarks/R-rbenchmark version 1.0.0

(mef)

2020-10-04 05:05:59 UTC MAIN commitmail json YAML

benchmarks/R-rbenchmark: import R-rbenchmark-1.0.0

rbenchmark is inspired by the Perl module Benchmark, and is intended
to facilitate benchmarking of arbitrary R code. The library consists
of just one function, benchmark, which is a simple wrapper around
system.time.  Given a specification of the benchmarking process
(counts of replications, evaluation environment) and an arbitrary
number of expressions, benchmark evaluates each of the expressions in
the specified environment, replicating the evaluation as many times as
specified, and returning the results conveniently wrapped into a data
frame.

(mef)

2020-10-04 04:28:35 UTC MAIN commitmail json YAML

lang/ruby: update version for Ruby 2.7.2

Update versions for Ruby 2.7.2, it should be commited along with update
to Ruby 2.7.2.  Noted by Ryo ONODERA.

(taca)

2020-10-04 03:45:56 UTC MAIN commitmail json YAML

doc: Updated lang/ruby25-base to 2.5.8nb1

(taca)

2020-10-04 03:45:26 UTC MAIN commitmail json YAML

lang/ruby25-base: Add fix for CVE-2020-25613

Add fix for CVE-2020-25613.

Bump PKGREVISION.

(taca)

2020-10-04 03:41:40 UTC MAIN commitmail json YAML

doc: Updated lang/ruby26-base to 2.6.6nb1

(taca)

2020-10-04 03:41:12 UTC MAIN commitmail json YAML

lang/ruby26-base: Add fix for CVE-2020-25613

Add fix for CVE-2020-25613.

Bump PKGREVISION.

(taca)

2020-10-04 03:30:11 UTC MAIN commitmail json YAML

doc: Updated lang/ruby27{,-base} to 2.7.2 [taca 2020-10-04]

(taca)

2020-10-04 03:29:25 UTC MAIN commitmail json YAML

lang/ruby27: update to 2.7.2

Update ruby27 to 2.7.2.

Ruby 2.7.2 Released

Posted by nagachika on 2 Oct 2020

Ruby 2.7.2 has been released.

This release contains intentional incompatibility.  The deprecated warnings
are off by default on 2.7.2 and later.  You can turn on the deprecated
warnings by specifing command line option -w or -W:deprecated.  Please check
the topics below for details.

  * Feature #17000 2.7.2 turns off deprecation warnings by default
  * Feature #16345 Don’t emit deprecation warnings by default.

This release contains the new version of webrick with a security fix
described in the article.

  * CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick

(taca)

2020-10-04 03:15:29 UTC MAIN commitmail json YAML

doc: Updated lang/php72 to 7.2.34

(taca)

2020-10-04 03:14:53 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.34

Update php72 package to 7.2.34.

01 Oct 2020, PHP 7.2.34

- Core:
  . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
    cookies can be sent). (CVE-2020-7070) (Stas)

- OpenSSL:
  . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
    bytes IV). (CVE-2020-7069) (Jakub Zelenka)

(taca)

2020-10-04 03:13:18 UTC MAIN commitmail json YAML

doc: Updated lang/php74 to 7.4.11

(taca)

2020-10-04 03:12:46 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.11

Update php74 to 7.4.11.

01 Oct 2020, PHP 7.4.11

- Core:
  . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
    cookies can be sent). (CVE-2020-7070) (Stas)
  . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb,
    Nikita)
  . Fixed bug #80037 (Typed property must not be accessed before initialization
    when __get() declared). (Nikita)
  . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
  . Fixed bug #80049 (Memleak when coercing integers to string via variadic
    argument). (Nikita)

- Calendar:
  . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
    (Andy Postnikov)

- COM:
  . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
    (cmb)

- OPcache:
  . Fixed bug #80002 (calc free space for new interned string is wrong).
    (t-matsuno)
  . Fixed bug #80046 (FREE for SWITCH_STRING optimized away). (Nikita)
  . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
    handlers changed). (SammyK)

- OpenSSL:
  . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
    bytes IV). (CVE-2020-7069) (Jakub Zelenka)

- PDO:
  . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
    many bind parameters (Matteo)

- Standard:
  . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
  . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
  . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
    (cmb)
  . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)

(taca)

2020-10-04 03:07:07 UTC MAIN commitmail json YAML

doc: Updated lang/php73 to 7.3.23

(taca)

2020-10-04 03:06:28 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.23

Update php73 package to 7.3.23.

01 Oct 2020, PHP 7.3.23

- Core:
  . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
  . Fixed bug #80049 (Memleak when coercing integers to string via variadic
    argument). (Nikita)
  . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
    cookies can be sent). (CVE-2020-7070) (Stas)

- Calendar:
  . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
    (Andy Postnikov)

- COM:
  . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
    (cmb)

- OPcache:
  . Fixed bug #80002 (calc free space for new interned string is wrong).
    (t-matsuno)
  . Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode
    handlers changed). (SammyK)

- OpenSSL:
  . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
    bytes IV). (CVE-2020-7069) (Jakub Zelenka)

- PDO:
  . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
    many bind parameters (Matteo)

- Standard:
  . Fixed bug #79986 (str_ireplace bug with diacritics characters). (cmb)
  . Fixed bug #80077 (getmxrr test bug). (Rainer Jung)
  . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
    (cmb)
  . Fixed bug #80067 (Omitting the port in bindto setting errors). (cmb)

(taca)

2020-10-04 00:08:47 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 3.0.2

(gdt)